@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Bitter:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* font's currently placeholder */
/* font for nav bar and some other text */
/*////////////////////////////////////////////////////

  NOTE: This is not original flex scss from Bourbon.
  File has been overwritten

////////////////////////////////////////////////////*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .tag {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 10px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0a0a0a;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b5b5b5;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #6fb5c2;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #4492a1;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #b5b5b5;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1 {
  font-size: 3.2rem;
}

h2,
.h2 {
  font-size: 2.6rem;
}

h3,
.h3 {
  font-size: 2.2rem;
}

h4,
.h4 {
  font-size: 1.8rem;
}

h5,
.h5 {
  font-size: 1.6rem;
}

h6,
.h6 {
  font-size: 1.4rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.2rem;
  font-weight: 300;
}
@media (min-width: 544px) and (max-width: 992px) {
  .display-1 {
    font-size: calc(3.2rem + (6 - 3.2) * ((100vw - 544px) / (992 - 544)));
  }
}
@media (min-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}

.display-2 {
  font-size: 2.6rem;
  font-weight: 300;
}
@media (min-width: 544px) and (max-width: 992px) {
  .display-2 {
    font-size: calc(2.6rem + (5.4 - 2.6) * ((100vw - 544px) / (992 - 544)));
  }
}
@media (min-width: 992px) {
  .display-2 {
    font-size: 5.4rem;
  }
}

.display-3 {
  font-size: 2.2rem;
  font-weight: 300;
}
@media (min-width: 544px) and (max-width: 992px) {
  .display-3 {
    font-size: calc(2.2rem + (4.4 - 2.2) * ((100vw - 544px) / (992 - 544)));
  }
}
@media (min-width: 992px) {
  .display-3 {
    font-size: 4.4rem;
  }
}

.display-4 {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (min-width: 544px) and (max-width: 992px) {
  .display-4 {
    font-size: calc(1.8rem + (3.4 - 1.8) * ((100vw - 544px) / (992 - 544)));
  }
}
@media (min-width: 992px) {
  .display-4 {
    font-size: 3.4rem;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  border-left: 0.25rem solid #dbdbdb;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #b5b5b5;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #dbdbdb;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid,
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #b5b5b5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #ff3860;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #4a4a4a;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1282px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-xs {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th {
  font-weight: 600;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dbdbdb;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dbdbdb;
}
.table tbody + tbody {
  border-top: 2px solid #dbdbdb;
}
.table .table {
  background-color: #ffffff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dbdbdb;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dbdbdb;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #4a4a4a;
}

.thead-default th {
  color: #7a7a7a;
  background-color: #dbdbdb;
}

.table-inverse {
  color: #dbdbdb;
  background-color: #4a4a4a;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #7a7a7a;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #dbdbdb;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #dbdbdb;
}

.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #dbdbdb;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #0a0a0a;
  background-color: #ffffff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #0a0a0a;
  background-color: #ffffff;
  border-color: #5e91e3;
  outline: none;
}
.form-control::-webkit-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-control::placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #dbdbdb;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: 3.4rem;
}

select.form-control:focus::-ms-value {
  color: #0a0a0a;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.form-control-static {
  min-height: 3.4rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.form-control-static.form-control-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.form-check + .form-check {
  margin-top: -0.25rem;
}
.form-check.disabled .form-check-label {
  color: #b5b5b5;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}
.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}
.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}
.form-check-inline.disabled {
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.85rem;
  background-size: 1.7rem 1.7rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #23d160;
}

.has-success .form-control {
  border-color: #23d160;
}

.has-success .input-group-addon {
  color: #23d160;
  border-color: #23d160;
  background-color: #caf6d9;
}

.has-success .form-control-feedback {
  color: #23d160;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #ff470f;
}

.has-warning .form-control {
  border-color: #ff470f;
}

.has-warning .input-group-addon {
  color: #ff470f;
  border-color: #ff470f;
  background-color: #ffe3db;
}

.has-warning .form-control-feedback {
  color: #ff470f;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #ff3860;
}

.has-danger .form-control {
  border-color: #ff3860;
}

.has-danger .input-group-addon {
  color: #ff3860;
  border-color: #ff3860;
  background-color: white;
}

.has-danger .form-control-feedback {
  color: #ff3860;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3273dc;
  border-color: #3273dc;
}
.btn-primary:hover {
  color: #fff;
  background-color: #205bbb;
  border-color: #1e57b2;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #205bbb;
  border-color: #1e57b2;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #205bbb;
  border-color: #1e57b2;
  background-image: none;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1b4c9d;
  border-color: #153b7a;
}
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus {
  background-color: #3273dc;
  border-color: #3273dc;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #3273dc;
  border-color: #3273dc;
}

.btn-secondary {
  color: #4a4a4a;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #4a4a4a;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #4a4a4a;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #4a4a4a;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle.focus {
  color: #4a4a4a;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #b86bff;
  border-color: #b86bff;
}
.btn-info:hover {
  color: #fff;
  background-color: #a038ff;
  border-color: #9b2eff;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #a038ff;
  border-color: #9b2eff;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #a038ff;
  border-color: #9b2eff;
  background-image: none;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #8e14ff;
  border-color: #7a00eb;
}
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus {
  background-color: #b86bff;
  border-color: #b86bff;
}
.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #b86bff;
  border-color: #b86bff;
}

.btn-success {
  color: #fff;
  background-color: #23d160;
  border-color: #23d160;
}
.btn-success:hover {
  color: #fff;
  background-color: #1ca54c;
  border-color: #1a9d48;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1ca54c;
  border-color: #1a9d48;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1ca54c;
  border-color: #1a9d48;
  background-image: none;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #17873e;
  border-color: #11642e;
}
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus {
  background-color: #23d160;
  border-color: #23d160;
}
.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #23d160;
  border-color: #23d160;
}

.btn-warning {
  color: #fff;
  background-color: #ff470f;
  border-color: #ff470f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #db3300;
  border-color: #d13100;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #db3300;
  border-color: #d13100;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #db3300;
  border-color: #d13100;
  background-image: none;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #b72b00;
  border-color: #8f2100;
}
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus {
  background-color: #ff470f;
  border-color: #ff470f;
}
.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #ff470f;
  border-color: #ff470f;
}

.btn-danger {
  color: #fff;
  background-color: #ff3860;
  border-color: #ff3860;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff0537;
  border-color: #fa0032;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ff0537;
  border-color: #fa0032;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0537;
  border-color: #fa0032;
  background-image: none;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e0002d;
  border-color: #b80025;
}
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus {
  background-color: #ff3860;
  border-color: #ff3860;
}
.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #ff3860;
  border-color: #ff3860;
}

.btn-outline-primary {
  color: #3273dc;
  background-image: none;
  background-color: transparent;
  border-color: #3273dc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3273dc;
  border-color: #3273dc;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #fff;
  background-color: #3273dc;
  border-color: #3273dc;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3273dc;
  border-color: #3273dc;
}
.btn-outline-primary:active:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary.active.focus,
.open > .btn-outline-primary.dropdown-toggle:hover,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1b4c9d;
  border-color: #153b7a;
}
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus {
  border-color: #89afeb;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #89afeb;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-secondary:active:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active.focus,
.open > .btn-outline-secondary.dropdown-toggle:hover,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle.focus {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #8c8c8c;
}
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary:disabled:focus,
.btn-outline-secondary:disabled.focus {
  border-color: white;
}
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: white;
}

.btn-outline-info {
  color: #b86bff;
  background-image: none;
  background-color: transparent;
  border-color: #b86bff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #b86bff;
  border-color: #b86bff;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  color: #fff;
  background-color: #b86bff;
  border-color: #b86bff;
}
.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #b86bff;
  border-color: #b86bff;
}
.btn-outline-info:active:hover,
.btn-outline-info:active:focus,
.btn-outline-info:active.focus,
.btn-outline-info.active:hover,
.btn-outline-info.active:focus,
.btn-outline-info.active.focus,
.open > .btn-outline-info.dropdown-toggle:hover,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #8e14ff;
  border-color: #7a00eb;
}
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus {
  border-color: #e9d1ff;
}
.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #e9d1ff;
}

.btn-outline-success {
  color: #23d160;
  background-image: none;
  background-color: transparent;
  border-color: #23d160;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #23d160;
  border-color: #23d160;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  color: #fff;
  background-color: #23d160;
  border-color: #23d160;
}
.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #23d160;
  border-color: #23d160;
}
.btn-outline-success:active:hover,
.btn-outline-success:active:focus,
.btn-outline-success:active.focus,
.btn-outline-success.active:hover,
.btn-outline-success.active:focus,
.btn-outline-success.active.focus,
.open > .btn-outline-success.dropdown-toggle:hover,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #17873e;
  border-color: #11642e;
}
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus {
  border-color: #73e79c;
}
.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #73e79c;
}

.btn-outline-warning {
  color: #ff470f;
  background-image: none;
  background-color: transparent;
  border-color: #ff470f;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff470f;
  border-color: #ff470f;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  color: #fff;
  background-color: #ff470f;
  border-color: #ff470f;
}
.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff470f;
  border-color: #ff470f;
}
.btn-outline-warning:active:hover,
.btn-outline-warning:active:focus,
.btn-outline-warning:active.focus,
.btn-outline-warning.active:hover,
.btn-outline-warning.active:focus,
.btn-outline-warning.active.focus,
.open > .btn-outline-warning.dropdown-toggle:hover,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #b72b00;
  border-color: #8f2100;
}
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus {
  border-color: #ff9575;
}
.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #ff9575;
}

.btn-outline-danger {
  color: #ff3860;
  background-image: none;
  background-color: transparent;
  border-color: #ff3860;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff3860;
  border-color: #ff3860;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  color: #fff;
  background-color: #ff3860;
  border-color: #ff3860;
}
.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff3860;
  border-color: #ff3860;
}
.btn-outline-danger:active:hover,
.btn-outline-danger:active:focus,
.btn-outline-danger:active.focus,
.btn-outline-danger.active:hover,
.btn-outline-danger.active:focus,
.btn-outline-danger.active.focus,
.open > .btn-outline-danger.dropdown-toggle:hover,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #e0002d;
  border-color: #b80025;
}
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus {
  border-color: #ff9eb1;
}
.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #ff9eb1;
}

.btn-link {
  font-weight: normal;
  color: #6fb5c2;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #4492a1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #b5b5b5;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn.is-loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.btn.is-loading:after,
.btn.is-loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  display: block;
  height: 1.6rem;
  width: 1.6rem;
  border-radius: 50rem;
}
.btn.is-loading:before {
  border: 0.2rem solid #ffffff;
  border-right-color: transparent;
  border-top-color: transparent;
  animation: buttonLoading 0.5s infinite linear;
}
.btn.is-loading:after {
  border: 0.2rem solid rgba(255, 255, 255, 0.1);
}
.btn.is-loading.btn-secondary:before {
  border-left-color: #7a7a7a;
  border-bottom-color: #7a7a7a;
}

@keyframes buttonLoading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 96%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1.6rem;
  color: #0a0a0a;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-centered {
  left: 0px !important;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #4a4a4a;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #3d3d3d;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3273dc;
  outline: 0;
}
.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #b5b5b5;
}
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 5px 20px;
  font-size: 0.875rem;
  color: #b5b5b5;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}
.btn-toolbar::after {
  clear: both;
  content: "";
  display: table;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group::after {
  clear: both;
  content: "";
  display: table;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}
.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.25;
  color: #0a0a0a;
  text-align: center;
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active,
.input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  cursor: pointer;
}
.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  display: inline;
}
.custom-controls-stacked .custom-control::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}
.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #6fb5c2;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #6fb5c2;
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-select:focus {
  border-color: #5e91e3;
  outline: none;
}
.custom-select:focus::-ms-value {
  color: #0a0a0a;
  background-color: #ffffff;
}
.custom-select:disabled {
  color: #b5b5b5;
  cursor: not-allowed;
  background-color: #dbdbdb;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.custom-file-control:lang(en)::after {
  content: "Choose file...";
}
.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #b5b5b5;
}
.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #b5b5b5;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
  clear: both;
  content: "";
  display: table;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #dbdbdb #dbdbdb #ddd;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #b5b5b5;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  color: #7a7a7a;
  background-color: #ffffff;
  border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills::after {
  clear: both;
  content: "";
  display: table;
}

.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #3273dc;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}
.navbar::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}

.navbar-full {
  z-index: 1000;
}
@media (min-width: 544px) {
  .navbar-full {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 544px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}
@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}
.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-nav .nav-item {
  float: left;
}

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.navbar-toggleable-xs::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}

.navbar-toggleable-sm::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}

.navbar-toggleable-md::after {
  clear: both;
  content: "";
  display: table;
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-block {
  padding: 1.25rem;
}
.card-block::after {
  clear: both;
  content: "";
  display: table;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
  clear: both;
  content: "";
  display: table;
}
.card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
  clear: both;
  content: "";
  display: table;
}
.card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #3273dc;
  border-color: #3273dc;
}
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #23d160;
  border-color: #23d160;
}
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #b86bff;
  border-color: #b86bff;
}
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #ff470f;
  border-color: #ff470f;
}
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #ff3860;
  border-color: #ff3860;
}
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #3273dc;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #b86bff;
}

.card-outline-success {
  background-color: transparent;
  border-color: #23d160;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #ff470f;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #ff3860;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: 0.25rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-img-bottom {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media (min-width: 544px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -0.625rem;
    margin-bottom: 0.75rem;
    margin-left: -0.625rem;
  }
  .card-deck .card {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-right: 0.625rem;
    margin-bottom: 0;
    margin-left: 0.625rem;
  }
}

@media (min-width: 544px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    width: 100%;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #dbdbdb;
  border-radius: 0.25rem;
}
.breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumb-item {
  float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #b5b5b5;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #b5b5b5;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.page-item {
  display: inline;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #3273dc;
  border-color: #3273dc;
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #b5b5b5;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #6fb5c2;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page-link:focus,
.page-link:hover {
  color: #4492a1;
  background-color: #dbdbdb;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus,
a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #b5b5b5;
}
.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #9c9c9c;
}

.tag-primary {
  background-color: #3273dc;
}
.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #205bbb;
}

.tag-success {
  background-color: #23d160;
}
.tag-success[href]:focus,
.tag-success[href]:hover {
  background-color: #1ca54c;
}

.tag-info {
  background-color: #b86bff;
}
.tag-info[href]:focus,
.tag-info[href]:hover {
  background-color: #a038ff;
}

.tag-warning {
  background-color: #ff470f;
}
.tag-warning[href]:focus,
.tag-warning[href]:hover {
  background-color: #db3300;
}

.tag-danger {
  background-color: #ff3860;
}
.tag-danger[href]:focus,
.tag-danger[href]:hover {
  background-color: #ff0537;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #dbdbdb;
  border-radius: 0.3rem;
}
@media (min-width: 544px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #c2c2c2;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 2rem;
}
.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem;
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem;
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 1rem 1rem;
  }
}

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}

.progress-success[value]::-webkit-progress-value {
  background-color: #23d160;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #23d160;
}

.progress-success[value]::-ms-fill {
  background-color: #23d160;
}

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #23d160;
  }
}

.progress-info[value]::-webkit-progress-value {
  background-color: #b86bff;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #b86bff;
}

.progress-info[value]::-ms-fill {
  background-color: #b86bff;
}

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #b86bff;
  }
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #ff470f;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff470f;
}

.progress-warning[value]::-ms-fill {
  background-color: #ff470f;
}

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #ff470f;
  }
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff3860;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff3860;
}

.progress-danger[value]::-ms-fill {
  background-color: #ff3860;
}

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #ff3860;
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.media-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.media-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #b5b5b5;
  cursor: not-allowed;
  background-color: #dbdbdb;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #b5b5b5;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #3273dc;
  border-color: #3273dc;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #e0eafa;
}

.list-group-flush .list-group-item {
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
  color: #333;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9,
.ratio-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9,
.ratio-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3,
.ratio-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1,
.ratio-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: bold;
  /* line-height: 1; */
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  clear: both;
  content: "";
  display: table;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  clear: both;
  content: "";
  display: table;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}
.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
  bottom: 1px;
  margin-left: -10px;
  content: "";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.popover-right,
.popover.bs-tether-element-attached-left {
  margin-left: 10px;
}
.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
  bottom: -10px;
  left: 1px;
  content: "";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
  margin-top: 10px;
}
.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
  top: 1px;
  margin-left: -10px;
  content: "";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.popover-left,
.popover.bs-tether-element-attached-right {
  margin-left: -10px;
}
.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
  right: 1px;
  bottom: -10px;
  content: "";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2rem 0.2rem 0 0;
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover-arrow,
.popover-arrow::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover-arrow {
  border-width: 11px;
}

.popover-arrow::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next,
  .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev,
  .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right,
  .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev::before {
  content: "\2039";
}
.carousel-control .icon-next::before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  color: #fff !important;
  background-color: #3273dc !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #205bbb !important;
}

.bg-success {
  color: #fff !important;
  background-color: #23d160 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #1ca54c !important;
}

.bg-info {
  color: #fff !important;
  background-color: #b86bff !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #a038ff !important;
}

.bg-warning {
  color: #fff !important;
  background-color: #ff470f !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #db3300 !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #ff3860 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff0537 !important;
}

.bg-inverse {
  color: #fff !important;
  background-color: #4a4a4a !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #313131 !important;
}

.bg-image-cover,
.bg-image-contain {
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-image-cover {
  background-size: cover;
}

.bg-image-contain {
  background-size: contain;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.flex-xs-first {
  -ms-flex-order: -1;
  order: -1;
}

.flex-xs-last {
  -ms-flex-order: 1;
  order: 1;
}

.flex-xs-unordered {
  -ms-flex-order: 0;
  order: 0;
}

.flex-items-xs-top {
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-items-xs-middle {
  -ms-flex-align: center;
  align-items: center;
}

.flex-items-xs-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-xs-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-xs-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.flex-xs-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-items-xs-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-items-xs-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-items-xs-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-items-xs-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-items-xs-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 544px) {
  .flex-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 544px) {
  .flex-items-sm-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-sm-middle {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-sm-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 544px) {
  .flex-sm-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-sm-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-sm-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 544px) {
  .flex-items-sm-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-sm-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-sm-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-sm-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-sm-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 768px) {
  .flex-items-md-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-md-middle {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-md-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-md-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-md-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-md-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .flex-items-md-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-md-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-md-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-md-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-md-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-lg-middle {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-lg-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-lg-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-lg-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-lg-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 992px) {
  .flex-items-lg-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-lg-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-lg-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-lg-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-lg-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -ms-flex-order: 0;
    order: 0;
  }
}

@media (min-width: 1200px) {
  .flex-items-xl-top {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-xl-middle {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-xl-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .flex-xl-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-xl-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-xl-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}

@media (min-width: 1200px) {
  .flex-items-xl-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-xl-center {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-xl-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-xl-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-xl-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important;
  }
  .pull-xl-right {
    float: right !important;
  }
  .pull-xl-none {
    float: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-a-4 {
  margin: 4rem 4rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.m-x-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.m-y-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-a-5 {
  margin: 5rem 5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.m-x-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.m-y-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-a-4 {
  padding: 4rem 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.p-x-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.p-y-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-a-5 {
  padding: 5rem 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.p-x-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.p-y-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #b5b5b5 !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #9c9c9c !important;
}

.text-primary {
  color: #3273dc !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #205bbb !important;
}

.text-success {
  color: #23d160 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1ca54c !important;
}

.text-info {
  color: #b86bff !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #a038ff !important;
}

.text-warning {
  color: #ff470f !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #db3300 !important;
}

.text-danger {
  color: #ff3860 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #ff0537 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * bootstrap-additions
 * @version v0.3.1 - 2015-05-20
 * @link https://github.com/mgcrea/bootstrap-additions
 * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/*
 * Alerts placement
 */
.alert {
  outline: none;
}

.alert.top,
.alert.top-left,
.alert.top-right,
.alert.bottom,
.alert.bottom-left,
.alert.bottom-right {
  position: fixed;
  z-index: 1050;
  margin: 20px;
}

.alert.top,
.alert.top-left,
.alert.top-right {
  top: 50px;
}

.alert.top {
  right: 0px;
  left: 0px;
}

.alert.top-right {
  right: 0px;
}

.alert.top-right .close {
  padding-left: 10px;
}

.alert.top-left {
  left: 0px;
}

.alert.top-left .close {
  padding-right: 10px;
}

.alert.bottom,
.alert.bottom-right,
.alert.bottom-left {
  bottom: 0px;
}

.alert.bottom {
  right: 0px;
  left: 0px;
}

.alert.bottom-right {
  right: 0px;
}

.alert.bottom-right .close {
  padding-left: 10px;
}

.alert.bottom-left {
  left: 0px;
}

.alert.bottom-left .close {
  padding-right: 10px;
}

/*
 * Aside element
*/
.aside {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1049;
  overflow: auto;
  min-width: 320px;
  background: white;
}

.aside:focus {
  outline: none;
}

@media (max-width: 991px) {
  .aside {
    min-width: 300px;
  }
}

.aside.left {
  right: auto;
  left: 0;
}

.aside.right {
  right: 0;
  left: auto;
}

.aside .aside-dialog .aside-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  padding: 6px 15px;
  background: #337ab7;
  color: white;
}

.aside .aside-dialog .aside-header .close {
  margin-right: -8px;
  padding: 4px 8px;
  color: white;
  font-size: 25px;
  opacity: 0.8;
}

.aside .aside-dialog .aside-body {
  position: relative;
  padding: 15px;
}

.aside .aside-dialog .aside-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.aside .aside-dialog .aside-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.aside .aside-dialog .aside-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.aside .aside-dialog .aside-footer .btn-block + .btn-block {
  margin-left: 0;
}

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.4;
}

.aside-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.aside-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.callout p:last-child {
  margin-bottom: 0;
}

/* Variations */
.callout-danger {
  border-color: #eed3d7;
  background-color: #fdf7f7;
}

.callout-danger h4 {
  color: #b94a48;
}

.callout-warning {
  border-color: #faebcc;
  background-color: #faf8f0;
}

.callout-warning h4 {
  color: #8a6d3b;
}

.callout-info {
  border-color: #bce8f1;
  background-color: #f4f8fa;
}

.callout-info h4 {
  color: #34789a;
}

/*
 * Datepicker element
 */
.datepicker.dropdown-menu {
  width: 250px;
  height: 270px;
}

.datepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}

.datepicker.dropdown-menu tbody {
  height: 180px;
}

.datepicker.dropdown-menu tbody button {
  padding: 6px;
}

.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}

.modal.center .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  max-width: 630px;
  width: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*
 * Popovers corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.popover.top-left {
  margin-top: -10px;
}

.popover.top-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 10%;
}

.popover.top-left .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.top-right {
  margin-top: -10px;
}

.popover.top-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 90%;
}

.popover.top-right .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.bottom-left {
  margin-top: 10px;
}

.popover.bottom-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 10%;
}

.popover.bottom-left .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.bottom-right {
  margin-top: 10px;
}

.popover.bottom-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 90%;
}

.popover.bottom-right .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/*
 * Timepicker element
 */
.timepicker.dropdown-menu {
  padding: 0 4px;
}

.timepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}

.timepicker.dropdown-menu tbody button {
  padding: 6px;
}

/*
 * Fancy tooltips
 *
 */
.tooltip.tooltip-info.top .tooltip-arrow,
.tooltip.tooltip-info.top-left .tooltip-arrow,
.tooltip.tooltip-info.top-right .tooltip-arrow {
  border-top-color: #d9edf7;
}

.tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #d9edf7;
}

.tooltip.tooltip-info.bottom .tooltip-arrow,
.tooltip.tooltip-info.bottom-left .tooltip-arrow,
.tooltip.tooltip-info.bottom-right .tooltip-arrow {
  border-bottom-color: #d9edf7;
}

.tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #d9edf7;
}

.tooltip.tooltip-info .tooltip-inner {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.tooltip.tooltip-info .tooltip-inner hr {
  border-top-color: #a6e1ec;
}

.tooltip.tooltip-info .tooltip-inner .alert-link {
  color: #245269;
}

.tooltip.tooltip-success.top .tooltip-arrow,
.tooltip.tooltip-success.top-left .tooltip-arrow,
.tooltip.tooltip-success.top-right .tooltip-arrow {
  border-top-color: #dff0d8;
}

.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #dff0d8;
}

.tooltip.tooltip-success.bottom .tooltip-arrow,
.tooltip.tooltip-success.bottom-left .tooltip-arrow,
.tooltip.tooltip-success.bottom-right .tooltip-arrow {
  border-bottom-color: #dff0d8;
}

.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #dff0d8;
}

.tooltip.tooltip-success .tooltip-inner {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.tooltip.tooltip-success .tooltip-inner hr {
  border-top-color: #c9e2b3;
}

.tooltip.tooltip-success .tooltip-inner .alert-link {
  color: #2b542c;
}

.tooltip.tooltip-danger.top .tooltip-arrow,
.tooltip.tooltip-danger.top-left .tooltip-arrow,
.tooltip.tooltip-danger.top-right .tooltip-arrow {
  border-top-color: #f2dede;
}

.tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #f2dede;
}

.tooltip.tooltip-danger.bottom .tooltip-arrow,
.tooltip.tooltip-danger.bottom-left .tooltip-arrow,
.tooltip.tooltip-danger.bottom-right .tooltip-arrow {
  border-bottom-color: #f2dede;
}

.tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #f2dede;
}

.tooltip.tooltip-danger .tooltip-inner {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.tooltip.tooltip-danger .tooltip-inner hr {
  border-top-color: #e4b9c0;
}

.tooltip.tooltip-danger .tooltip-inner .alert-link {
  color: #843534;
}

/*
 * Tooltip corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.tooltip.top-left {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 10%;
}

.tooltip.top-right {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 90%;
}

.tooltip.bottom-left {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 10%;
}

.tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 90%;
}

/*
 * Alerts placement
 */
.alert {
  outline: none;
}

.alert.top,
.alert.top-left,
.alert.top-right,
.alert.bottom,
.alert.bottom-left,
.alert.bottom-right {
  position: fixed;
  z-index: 1050;
  margin: 20px;
}

.alert.top,
.alert.top-left,
.alert.top-right {
  top: 50px;
}

.alert.top {
  right: 0px;
  left: 0px;
}

.alert.top-right {
  right: 0px;
}

.alert.top-right .close {
  padding-left: 10px;
}

.alert.top-left {
  left: 0px;
}

.alert.top-left .close {
  padding-right: 10px;
}

.alert.bottom,
.alert.bottom-right,
.alert.bottom-left {
  bottom: 0px;
}

.alert.bottom {
  right: 0px;
  left: 0px;
}

.alert.bottom-right {
  right: 0px;
}

.alert.bottom-right .close {
  padding-left: 10px;
}

.alert.bottom-left {
  left: 0px;
}

.alert.bottom-left .close {
  padding-right: 10px;
}

/*
 * Aside element
 */
.aside {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1049;
  overflow: auto;
  min-width: 320px;
  background: white;
}

.aside:focus {
  outline: none;
}

@media (max-width: 991px) {
  .aside {
    min-width: 300px;
  }
}

.aside.left {
  right: auto;
  left: 0;
}

.aside.right {
  right: 0;
  left: auto;
}

.aside .aside-dialog .aside-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  padding: 6px 15px;
  background: #337ab7;
  color: white;
}

.aside .aside-dialog .aside-header .close {
  margin-right: -8px;
  padding: 4px 8px;
  color: white;
  font-size: 25px;
  opacity: 0.8;
}

.aside .aside-dialog .aside-body {
  position: relative;
  padding: 15px;
}

.aside .aside-dialog .aside-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.aside .aside-dialog .aside-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.aside .aside-dialog .aside-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.aside .aside-dialog .aside-footer .btn-block + .btn-block {
  margin-left: 0;
}

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.aside-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.aside-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*
 * Datepicker element
 */
.datepicker.dropdown-menu {
  width: 250px;
  height: 270px;
}

.datepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}

.datepicker.dropdown-menu tbody {
  height: 180px;
}

.datepicker.dropdown-menu tbody button {
  padding: 6px;
}

.datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
.callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.callout p:last-child {
  margin-bottom: 0;
}

/* Variations */
.callout-danger {
  border-color: #eed3d7;
  background-color: #fdf7f7;
}

.callout-danger h4 {
  color: #b94a48;
}

.callout-warning {
  border-color: #faebcc;
  background-color: #faf8f0;
}

.callout-warning h4 {
  color: #8a6d3b;
}

.callout-info {
  border-color: #bce8f1;
  background-color: #f4f8fa;
}

.callout-info h4 {
  color: #34789a;
}

.modal.center .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  max-width: 630px;
  width: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*
 * Popovers corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.popover.top-left {
  margin-top: -10px;
}

.popover.top-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 10%;
}

.popover.top-left .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.top-right {
  margin-top: -10px;
}

.popover.top-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 90%;
}

.popover.top-right .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.bottom-left {
  margin-top: 10px;
}

.popover.bottom-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 10%;
}

.popover.bottom-left .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.bottom-right {
  margin-top: 10px;
}

.popover.bottom-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 90%;
}

.popover.bottom-right .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/*
 * Timepicker element
 */
.timepicker.dropdown-menu {
  padding: 0 4px;
}

.timepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}

.timepicker.dropdown-menu tbody button {
  padding: 6px;
}

/*
 * Fancy tooltips
 *
 */
.tooltip.tooltip-info.top .tooltip-arrow,
.tooltip.tooltip-info.top-left .tooltip-arrow,
.tooltip.tooltip-info.top-right .tooltip-arrow {
  border-top-color: #d9edf7;
}

.tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #d9edf7;
}

.tooltip.tooltip-info.bottom .tooltip-arrow,
.tooltip.tooltip-info.bottom-left .tooltip-arrow,
.tooltip.tooltip-info.bottom-right .tooltip-arrow {
  border-bottom-color: #d9edf7;
}

.tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #d9edf7;
}

.tooltip.tooltip-info .tooltip-inner {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.tooltip.tooltip-info .tooltip-inner hr {
  border-top-color: #a6e1ec;
}

.tooltip.tooltip-info .tooltip-inner .alert-link {
  color: #245269;
}

.tooltip.tooltip-success.top .tooltip-arrow,
.tooltip.tooltip-success.top-left .tooltip-arrow,
.tooltip.tooltip-success.top-right .tooltip-arrow {
  border-top-color: #dff0d8;
}

.tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #dff0d8;
}

.tooltip.tooltip-success.bottom .tooltip-arrow,
.tooltip.tooltip-success.bottom-left .tooltip-arrow,
.tooltip.tooltip-success.bottom-right .tooltip-arrow {
  border-bottom-color: #dff0d8;
}

.tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #dff0d8;
}

.tooltip.tooltip-success .tooltip-inner {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.tooltip.tooltip-success .tooltip-inner hr {
  border-top-color: #c9e2b3;
}

.tooltip.tooltip-success .tooltip-inner .alert-link {
  color: #2b542c;
}

.tooltip.tooltip-danger.top .tooltip-arrow,
.tooltip.tooltip-danger.top-left .tooltip-arrow,
.tooltip.tooltip-danger.top-right .tooltip-arrow {
  border-top-color: #f2dede;
}

.tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #f2dede;
}

.tooltip.tooltip-danger.bottom .tooltip-arrow,
.tooltip.tooltip-danger.bottom-left .tooltip-arrow,
.tooltip.tooltip-danger.bottom-right .tooltip-arrow {
  border-bottom-color: #f2dede;
}

.tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #f2dede;
}

.tooltip.tooltip-danger .tooltip-inner {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.tooltip.tooltip-danger .tooltip-inner hr {
  border-top-color: #e4b9c0;
}

.tooltip.tooltip-danger .tooltip-inner .alert-link {
  color: #843534;
}

/*
 * Tooltip corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
.tooltip.top-left {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 10%;
}

.tooltip.top-right {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 90%;
}

.tooltip.bottom-left {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 10%;
}

.tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 90%;
}

/**
 * angular-motion
 * @version v0.4.2 - 2015-09-23
 * @link https://github.com/mgcrea/angular-motion
 * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea)
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.am-collapse {
  animation-duration: 0.3s;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
  overflow: hidden;
  opacity: 1;
}

.am-collapse.am-collapse-add,
.am-collapse.ng-hide-remove,
.am-collapse.ng-move {
  animation-name: expand;
}

.am-collapse.am-collapse-remove,
.am-collapse.ng-hide {
  animation-name: collapse;
}

.am-collapse.ng-enter {
  visibility: hidden;
  animation-name: expand;
  animation-play-state: paused;
}

.am-collapse.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-collapse.ng-leave {
  animation-name: collapse;
  animation-play-state: paused;
}

.am-collapse.ng-leave.ng-leave-active {
  animation-play-state: running;
}

@keyframes expand {
  from {
    max-height: 0px;
  }
  to {
    max-height: 500px;
  }
}

@keyframes collapse {
  from {
    max-height: 500px;
  }
  to {
    max-height: 0px;
  }
}

.panel-collapse.am-collapse.in-remove {
  animation-name: collapse;
  display: block;
}

.panel-collapse.am-collapse.in-add {
  animation-name: expand;
}

.am-fade {
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
  opacity: 1;
}

.am-fade.am-fade-add,
.am-fade.ng-hide-remove,
.am-fade.ng-move {
  animation-name: fadeIn;
}

.am-fade.am-fade-remove,
.am-fade.ng-hide {
  animation-name: fadeOut;
}

.am-fade.ng-enter {
  visibility: hidden;
  animation-name: fadeIn;
  animation-play-state: paused;
}

.am-fade.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-fade.ng-leave {
  animation-name: fadeOut;
  animation-play-state: paused;
}

.am-fade.ng-leave.ng-leave-active {
  animation-play-state: running;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.tab-pane.am-fade.active-remove {
  display: none !important;
}

.tab-pane.am-fade.active-add {
  animation-name: fadeIn;
}

.modal-backdrop.am-fade,
.aside-backdrop.am-fade {
  background: rgba(0, 0, 0, 0.5);
  animation-duration: 0.15s;
}

.modal-backdrop.am-fade.ng-leave,
.aside-backdrop.am-fade.ng-leave {
  animation-delay: 0.3s;
}

.am-fade-and-scale {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-fade-and-scale.ng-enter,
.am-fade-and-scale.am-fade-and-scale-add,
.am-fade-and-scale.ng-hide-remove,
.am-fade-and-scale.ng-move {
  animation-name: fadeAndScaleIn;
}

.am-fade-and-scale.ng-leave,
.am-fade-and-scale.am-fade-and-scale-remove,
.am-fade-and-scale.ng-hide {
  animation-name: fadeAndScaleOut;
}

.am-fade-and-scale.ng-enter {
  visibility: hidden;
  animation-name: fadeAndScaleIn;
  animation-play-state: paused;
}

.am-fade-and-scale.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-fade-and-scale.ng-leave {
  animation-name: fadeAndScaleOut;
  animation-play-state: paused;
}

.am-fade-and-scale.ng-leave.ng-leave-active {
  animation-play-state: running;
}

@keyframes fadeAndScaleIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAndScaleOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(0.7);
  }
}

.am-fade-and-slide-top {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-top.am-fade-and-slide-top-add,
.am-fade-and-slide-top.ng-hide-remove,
.am-fade-and-slide-top.ng-move {
  animation-name: fadeAndSlideFromTop;
}

.am-fade-and-slide-top.am-fade-and-slide-top-remove,
.am-fade-and-slide-top.ng-hide {
  animation-name: fadeAndSlideToTop;
}

.am-fade-and-slide-top.ng-enter {
  visibility: hidden;
  animation-name: fadeAndSlideFromTop;
  animation-play-state: paused;
}

.am-fade-and-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-fade-and-slide-top.ng-leave {
  animation-name: fadeAndSlideToTop;
  animation-play-state: paused;
}

.am-fade-and-slide-top.ng-leave.ng-leave-active {
  animation-play-state: running;
}

.am-fade-and-slide-right {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-right.am-fade-and-slide-right-add,
.am-fade-and-slide-right.ng-hide-remove,
.am-fade-and-slide-right.ng-move {
  animation-name: fadeAndSlideFromRight;
}

.am-fade-and-slide-right.am-fade-and-slide-right-remove,
.am-fade-and-slide-right.ng-hide {
  animation-name: fadeAndSlideToRight;
}

.am-fade-and-slide-right.ng-enter {
  visibility: hidden;
  animation-name: fadeAndSlideFromRight;
  animation-play-state: paused;
}

.am-fade-and-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-fade-and-slide-right.ng-leave {
  animation-name: fadeAndSlideToRight;
  animation-play-state: paused;
}

.am-fade-and-slide-right.ng-leave.ng-leave-active {
  animation-play-state: running;
}

.am-fade-and-slide-bottom {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-add,
.am-fade-and-slide-bottom.ng-hide-remove,
.am-fade-and-slide-bottom.ng-move {
  animation-name: fadeAndSlideFromBottom;
}

.am-fade-and-slide-bottom.am-fade-and-slide-bottom-remove,
.am-fade-and-slide-bottom.ng-hide {
  animation-name: fadeAndSlideToBottom;
}

.am-fade-and-slide-bottom.ng-enter {
  visibility: hidden;
  animation-name: fadeAndSlideFromBottom;
  animation-play-state: paused;
}

.am-fade-and-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-fade-and-slide-bottom.ng-leave {
  animation-name: fadeAndSlideToBottom;
  animation-play-state: paused;
}

.am-fade-and-slide-bottom.ng-leave.ng-leave-active {
  animation-play-state: running;
}

.am-fade-and-slide-left {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-fade-and-slide-left.am-fade-and-slide-left-add,
.am-fade-and-slide-left.ng-hide-remove,
.am-fade-and-slide-left.ng-move {
  animation-fill-mode: backwards;
  animation-name: fadeAndSlideFromLeft;
}

.am-fade-and-slide-left.am-fade-and-slide-left-remove,
.am-fade-and-slide-left.ng-hide {
  animation-name: fadeAndSlideToLeft;
}

.am-fade-and-slide-left.ng-enter {
  visibility: hidden;
  animation-name: fadeAndSlideFromLeft;
  animation-play-state: paused;
}

.am-fade-and-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-fade-and-slide-left.ng-leave {
  animation-name: fadeAndSlideToLeft;
  animation-play-state: paused;
}

.am-fade-and-slide-left.ng-leave.ng-leave-active {
  animation-play-state: running;
}

@keyframes fadeAndSlideFromTop {
  from {
    opacity: 0;
    transform: translateY(-20%);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAndSlideToTop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(-20%);
  }
}

@keyframes fadeAndSlideFromRight {
  from {
    opacity: 0;
    transform: translateX(20%);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAndSlideToRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(20%);
  }
}

@keyframes fadeAndSlideFromBottom {
  from {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAndSlideToBottom {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateY(20%);
  }
}

@keyframes fadeAndSlideFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20%);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeAndSlideToLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translateX(-20%);
  }
}

.am-flip-x {
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
}

.am-flip-x.am-flip-x-add,
.am-flip-x.ng-hide-remove,
.am-flip-x.ng-move {
  animation-name: flipInXBounce;
}

.am-flip-x.am-flip-x-remove,
.am-flip-x.ng-hide {
  animation-name: flipOutX;
}

.am-flip-x.ng-enter {
  visibility: hidden;
  animation-name: flipInXBounce;
  animation-play-state: paused;
}

.am-flip-x.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-flip-x.ng-leave {
  animation-name: flipOutX;
  animation-play-state: paused;
}

.am-flip-x.ng-leave.ng-leave-active {
  animation-play-state: running;
}

.am-flip-x-linear {
  animation-duration: 0.4s;
  animation-timing-function: ease;
  animation-fill-mode: backwards;
}

.am-flip-x-linear.am-flip-x-add,
.am-flip-x-linear.ng-hide-remove,
.am-flip-x-linear.ng-move {
  animation-name: flipInX;
}

.am-flip-x-linear.am-flip-x-remove,
.am-flip-x-linear.ng-hide {
  animation-name: flipOutX;
}

.am-flip-x-linear.ng-enter {
  visibility: hidden;
  animation-name: flipInX;
  animation-play-state: paused;
}

.am-flip-x-linear.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-flip-x-linear.ng-leave {
  animation-name: flipOutX;
  animation-play-state: paused;
}

.am-flip-x-linear.ng-leave.ng-leave-active {
  animation-play-state: running;
}

@keyframes flipInX {
  from {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipInXBounce {
  from {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes flipOutX {
  from {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
  to {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}

.am-slide-top {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-slide-top.am-slide-top-add,
.am-slide-top.ng-hide-remove,
.am-slide-top.ng-move {
  animation-name: slideFromTop;
}

.am-slide-top.am-slide-top-remove,
.am-slide-top.ng-hide {
  animation-name: slideToTop;
}

.am-slide-top.ng-enter {
  visibility: hidden;
  animation-name: slideFromTop;
  animation-play-state: paused;
}

.am-slide-top.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-slide-top.ng-leave {
  animation-name: slideToTop;
  animation-play-state: paused;
}

.am-slide-top.ng-leave.ng-leave-active {
  animation-play-state: running;
}

.am-slide-right {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-slide-right.am-slide-right-add,
.am-slide-right.ng-hide-remove,
.am-slide-right.ng-move {
  animation-name: slideFromRight;
}

.am-slide-right.am-slide-right-remove,
.am-slide-right.ng-hide {
  animation-name: slideToRight;
}

.am-slide-right.ng-enter {
  visibility: hidden;
  animation-name: slideFromRight;
  animation-play-state: paused;
}

.am-slide-right.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-slide-right.ng-leave {
  animation-name: slideToRight;
  animation-play-state: paused;
}

.am-slide-right.ng-leave.ng-leave-active {
  animation-play-state: running;
}

.am-slide-bottom {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-slide-bottom.am-slide-bottom-add,
.am-slide-bottom.ng-hide-remove,
.am-slide-bottom.ng-move {
  animation-name: slideFromBottom;
}

.am-slide-bottom.am-slide-bottom-remove,
.am-slide-bottom.ng-hide {
  animation-name: slideToBottom;
}

.am-slide-bottom.ng-enter {
  visibility: hidden;
  animation-name: slideFromBottom;
  animation-play-state: paused;
}

.am-slide-bottom.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-slide-bottom.ng-leave {
  animation-name: slideToBottom;
  animation-play-state: paused;
}

.am-slide-bottom.ng-leave.ng-leave-active {
  animation-play-state: running;
}

.am-slide-left {
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
}

.am-slide-left.am-slide-left-add,
.am-slide-left.ng-hide-remove,
.am-slide-left.ng-move {
  animation-name: slideFromLeft;
}

.am-slide-left.am-slide-left-remove,
.am-slide-left.ng-hide {
  animation-name: slideToLeft;
}

.am-slide-left.ng-enter {
  visibility: hidden;
  animation-name: slideFromLeft;
  animation-play-state: paused;
}

.am-slide-left.ng-enter.ng-enter-active {
  visibility: visible;
  animation-play-state: running;
}

.am-slide-left.ng-leave {
  animation-name: slideToLeft;
  animation-play-state: paused;
}

.am-slide-left.ng-leave.ng-leave-active {
  animation-play-state: running;
}

@keyframes slideFromTop {
  from {
    transform: translateY(-100%);
  }
}

@keyframes slideToTop {
  to {
    transform: translateY(-100%);
  }
}

@keyframes slideFromRight {
  from {
    transform: translateX(100%);
  }
}

@keyframes slideToRight {
  to {
    transform: translateX(100%);
  }
}

@keyframes slideFromBottom {
  from {
    transform: translateY(100%);
  }
}

@keyframes slideToBottom {
  to {
    transform: translateY(100%);
  }
}

@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
  }
}

@keyframes slideToLeft {
  to {
    transform: translateX(-100%);
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slide-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  color: #ffffff;
  text-align: left;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.7));
}
@media (max-width: 767px) {
  .slide-caption {
    background: rgba(10, 10, 10, 0.5);
  }
}
.slide-caption button {
  background: #8d2704;
  border: 0;
  font-size: 0.2em;
  padding: 1rem 1.5rem;
  color: #ffffff;
  width: auto !important;
}
.slide-caption h1 {
  font-size: 0.6em;
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .slide-caption h1 {
    font-size: 0.3em;
  }
}
.slide-caption p {
  line-height: 120%;
  font-size: 0.25em;
  padding: 1rem 0;
  font-weight: 100;
  font-size: "Open Sans", "Source Sans Pro", Arial, sans-serif;
}
@media (max-width: 991px) {
  .slide-caption p {
    display: none;
  }
}
.slide-caption span {
  margin: 0;
  padding: 0;
  display: block;
}
.slide-caption span span {
  font-size: 0.25em;
  display: inline-block;
  float: left;
  margin: 0;
  width: auto;
}
.slide-caption span img {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 1rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .slide-caption span {
    top: 30px;
  }
  .slide-caption span span {
    top: 0;
    margin-right: 0.5rem;
  }
  .slide-caption span img {
    display: none;
  }
}
.slide-caption h1,
.slide-caption p,
.slide-caption span,
.slide-caption button {
  margin: 0;
  width: 50%;
  margin-left: 40%;
}
@media (max-width: 767px) {
  .slide-caption h1,
  .slide-caption p,
  .slide-caption span,
  .slide-caption button {
    width: 90%;
    margin: 0 5%;
    position: relative;
    top: -30px;
  }
}
@media (max-width: 991px) {
  .slide-caption h1,
  .slide-caption p,
  .slide-caption span,
  .slide-caption button {
    width: 80%;
    margin: 0 10%;
  }
}

.morphsearch {
  width: 200px;
  min-height: 40px;
  background: #f1f1f1;
  position: absolute;
  z-index: 10000;
  top: 50px;
  right: 50px;
  transform-origin: 100% 0;
  transition-property: min-height, width, top, right;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  display: none;
}
.morphsearch.open {
  width: 100%;
  min-height: 100%;
  top: 0px;
  right: 0px;
  display: block;
}

.morphsearch-form {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  transition-property: width, height, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.morphsearch.open .morphsearch-form {
  width: 80%;
  height: 160px;
  transform: translate3d(0, 3em, 0);
}

.morphsearch-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 10px;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 0.8em;
  color: #6fb5c2;
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.morphsearch-input::-ms-clear {
  /* remove cross in IE */
  display: none;
}

.morphsearch.hideInput .morphsearch-input {
  color: transparent;
  transition: color 0.3s;
}

.morphsearch.open .morphsearch-input {
  font-size: 7em;
}

/* placeholder */
.morphsearch-input::-webkit-input-placeholder,
.morphsearch-input:-moz-placeholder,
.morphsearch-input::-moz-placeholder,
.morphsearch-input:-ms-input-placeholder {
  color: #c2c2c2;
}

/* hide placeholder when active in Chrome */
.gn-search:focus::-webkit-input-placeholder {
  color: transparent;
}

input[type="search"] {
  /* reset normalize */
  box-sizing: border-box;
}

.morphsearch-input:focus {
  outline: none;
}

.morphsearch-submit {
  position: absolute;
  width: 80px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  top: 50%;
  background: transparent url(../img/magnifier.svg) no-repeat center center;
  background-size: 100%;
  border: none;
  pointer-events: none;
  transform-origin: 50% 50%;
  opacity: 0;
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}
.morphsearch-submit:focus {
  outline: none;
}

.morphsearch.open .morphsearch-submit {
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.5s;
}

.morphsearch-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transform: scale3d(0, 0, 1);
}

.morphsearch.open .morphsearch-close {
  opacity: 1;
  pointer-events: auto;
  transform: scale3d(1, 1, 1);
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: 0.5s;
}

.morphsearch-close::before,
.morphsearch-close::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
}

.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
  opacity: 1;
}

.morphsearch-close::before {
  transform: rotate(45deg);
}

.morphsearch-close::after {
  transform: rotate(-45deg);
}

.morphsearch.open ~ .overlay {
  opacity: 1;
}

@media screen and (max-width: 53.125em) {
  .morphsearch-input {
    padding: 0 25% 0 10px;
  }
  .morphsearch.open .morphsearch-input {
    font-size: 2em;
  }
  .morphsearch.open .morphsearch-submit {
    transform: translate3d(0, -50%, 0) scale3d(0.5, 0.5, 1);
  }
}

@media screen and (max-width: 60.625em) {
  .morphsearch {
    width: 80%;
    top: 10%;
    right: 10%;
  }
}

#nav-container {
  background: #ffffff;
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e2e2e2;
  z-index: 100;
}
@media (min-width: 768px) {
  #nav-container {
    height: 75px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.container-nav {
  width: 100%;
}
@media (min-width: 768px) {
  .container-nav {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#nav-container .navbar {
  border-top: 5px solid #6fb5c2;
}
#navbarResponsive {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 980px) {
  #navbarResponsive .nav {
    float: right;
  }
}
.navbar a,
.navbar p {
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.navbar li:hover,
.navbar a:hover,
.navbar p:hover,
.navbar li:active,
.navbar a:active {
  text-decoration: none;
  color: #6fb5c2;
  background-color: inherit;
}

.navbar li:visited,
.navbar a:visited {
  text-decoration: none;
}

.navbar .dropdown-item:hover {
  background-color: inherit !important;
}

.nav-column-right a {
  display: block;
  padding: 20px 20px !important;
  position: relative;
  border-bottom: 1px solid #383734;
}

.desktop {
  display: none;
}
@media (min-width: 992px) {
  .desktop {
    display: block;
  }
}

.mobile {
  display: block;
}
@media (min-width: 992px) {
  .mobile {
    display: none;
  }
}

#menu-icon {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  width: 40px;
  height: 40px;
  background: #ffffff url(../../resources/img/menu-icon.svg) center;
  background-repeat: no-repeat;
  float: right;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  #menu-icon {
    display: none;
  }
}

.desktop #logo {
  margin: 15px;
  /* margin-top: 20px; */
  float: left;
  display: block;
  width: 280px;
  height: 50px;
  background: url(../../resources/img/farmersweekly.gif) no-repeat center;
  background-size: contain;
}

.mobile #logo {
  margin: 15px;
  float: left;
  display: block;
  width: 215px;
  height: 40px;
  background: url(../../resources/img/farmersweekly.gif) no-repeat center;
  background-size: contain;
}

.navbar {
  padding: 0;
}

.mobile .dropdown-container {
  display: none;
  position: fixed;
  right: 0%;
  top: 0%;
  width: 100%;
  overflow: scroll;
}
.mobile .dropdown-container a.nav-link {
  font-weight: bold;
}
.mobile .dropdown-container a .nav-header {
  color: #dedede;
}
.mobile .dropdown-container .dropdown a {
  width: 100%;
  margin: 0;
}
.mobile .dropdown-container .dropdown-icon {
  text-align: left !important;
  width: 100%;
  font-weight: bold;
}
.mobile .dropdown-container .dropdown-icon span {
  float: right;
}

.mobile .dropdown-container .nav-column-right ul {
  -webkit-margin-before: 0px !important;
  -webkit-margin-after: 0px !important;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important;
}

.mobile .dropdown-container .nav-column-right ul li {
  text-align: left;
  width: 100%;
  margin: 0;
}

.mobile .dropdown-container .nav-column-right .nav li {
  background: #302f2c;
}

.mobile .dropdown-container .nav-column-right .dropdown .sub-menu {
  background-color: #292827;
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  list-style-position: inside;
  -webkit-margin-before: 0px !important;
  -webkit-margin-after: 0px !important;
  -webkit-margin-start: 0px !important;
  -webkit-margin-end: 0px !important;
  -webkit-padding-start: 0px !important;
  top: -7px;
  margin-top: 0;
  position: relative;
}
.mobile .dropdown-container .nav-column-right .dropdown .sub-menu li {
  background-color: #292827;
}
.mobile .dropdown-container .nav-column-right .dropdown .sub-menu li a {
  padding-left: 20px;
  margin-left: 20px;
}
.mobile .dropdown-container .nav-column-right .dropdown .sub-menu li:hover,
.mobile .dropdown-container .nav-column-right .dropdown .sub-menu a:hover,
.mobile .dropdown-container .nav-column-right .dropdown .sub-menu li:visited,
.mobile .dropdown-container .nav-column-right .dropdown .sub-menu a:visited {
  color: #dedede;
  background-color: #292827;
}

.dropdown-container {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(0, 0, 0, 0.55)),
    color-stop(15%, rgba(0, 0, 0, 0.55)),
    color-stop(15%, #302f2c),
    color-stop(100%, #302f2c)
  );
}

.nav-column-left {
  float: left;
  width: 15%;
  margin: 0;
  border: none;
  vertical-align: top;
}

.nav-column-right {
  float: left;
  width: 85%;
  margin: 0;
  border: none;
  vertical-align: top;
}

.nav-column-left {
  text-align: center;
}
.nav-column-left .close-label {
  padding-top: 15px;
}

.nav-header-img {
  height: 25px;
  width: 25px;
  padding-left: 10px;
}

.nav-column-right ul li a,
.nav-column-right ul li p {
  color: #dedede;
  display: inline-block;
}

.nav-column-right ul li a:hover {
  text-decoration: none;
}

.nav-column-right ul li .nav-item .nav-header {
  display: inline-block;
  vertical-align: top;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif !important;
  float: left;
}

.nav-column-right ul li .nav-item .dropdown-icon {
  display: inline-block;
  vertical-align: top;
  float: right;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Arial, sans-serif !important;
}

.nav-column-right ul li .nav-item .nav-header-img {
  height: 25px;
  width: 25px;
}

.nav-column-right ul li .nav-item .nav-item {
  width: 100%;
}

.navbar input[type="checkbox"] {
  display: none;
}

.navbar input[type="checkbox"]:checked ~ .dropdown-container {
  display: block;
  height: 100vh;
}

#sub-menu-1 input[type="checkbox"]:checked ~ .sub-menu {
  display: block;
}

#sub-menu-2 input[type="checkbox"]:checked ~ .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
}

@media (min-width: 992px) {
  .dropdown a:hover ~ .desktop-sub-menu {
    display: block;
    min-width: 225px;
  }
  .desktop-sub-menu {
    border: 0px;
    min-width: 225px;
    border-top: 3px solid #6fb5c2;
    border-bottom: 3px solid #6fb5c2;
    padding: 0px;
  }
  .dropdown-menu:hover {
    display: block;
  }
  .dropdown-icon {
    display: none;
  }
  .dropdown-menu li {
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
  }
  .dropdown-menu li:last-child {
    border-bottom: 0px;
  }
  .dropdown-menu li:hover,
  .dropdown-menu li:hover a {
    background-color: #6fb5c2;
    color: #fff;
  }
  .dropdown-menu li a {
    font-weight: bold;
    font-size: 1.3rem;
  }
}

.dropdown-menu {
  margin: 0;
}

.active {
  color: #6fb5c2 !important;
}

.active-article {
  border-left: 4px solid #8d2704 !important;
  background-color: #f3f3f3 !important;
}

@media (min-width: 992px) {
  .desktop-sub-menu {
    display: none;
  }
  .navbar-nav .nav-link {
    padding: 0px !important;
  }
  .sector-title {
    padding-left: 5px;
  }
  .sectors-list {
    color: #999999 !important;
  }
  .navbar .nav-item .nav-link,
  .navbar a {
    color: #4d4d4d;
  }
  .navbar-nav a.nav-item,
  .navbar-nav a.nav-link,
  .navbar-nav a.sectors-list {
    font-size: 0.75em;
    padding: 0.7rem 0.3rem !important;
    display: inline-block;
  }
  .navbar-nav a.item-search {
    padding: 4px 1em !important;
    display: inline-block;
    margin: 0; /*1rem 0rem;*/
    border-left: 1px solid #e2e2e2;
    /* color: #6fb5c2; */
    color: #002c4a;
    font-weight: bold;
    font-size: 1.3rem;
  }
  .navbar-nav a.nav-link,
  .navbar-nav a.nav-item.dropdown {
    font-weight: bold;
  }
  .navbar-nav a.nav-link:hover,
  .navbar-nav a.nav-link:focus,
  .navbar-nav a.nav-item.dropdown:hover,
  .navbar-nav a.nav-item.dropdown:focus {
    border-bottom: 3px solid #6fb5c2;
  }
  .dropdown-main {
    position: fixed;
    width: 100%;
    top: 8.7rem;
    background-color: #ffffff;
    border: none;
    border-top: 1px solid #e2e2e2;
    border-bottom: 3px solid #6fb5c2;
    list-style: none;
    z-index: 1000;
    text-align: left;
    font-size: 1.6rem;
    padding: 3rem 8rem;
  }
  .dropdown-main li {
    width: 25%;
    float: left;
    margin: 0 0 3rem 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dropdown-main li {
    width: 33%;
  }
}

@media (min-width: 992px) {
  .dropdown-main li img {
    float: left;
    margin-right: 1rem;
  }
  .dropdown-main li a,
  .dropdown-main li p {
    width: auto;
    line-height: 100%;
    font-size: 0.9em;
    display: table-row;
  }
  .dropdown-main li a.dropdown-item,
  .dropdown-main li p.dropdown-item {
    color: #253454;
    padding: 0 0 0.2rem 0;
    font-weight: 600;
  }
  .dropdown-main li a.dropdown-item.external--link,
  .dropdown-main li p.dropdown-item.external--link {
    background-repeat: no-repeat;
    background-image: url(/resources/img/ico-external-link.png);
    background-position: center right;
    background-size: 14px;
    padding-right: 20px;
    display: initial;
  }
  .dropdown-main li .link,
  .dropdown-main li .dropdown-paragraph {
    padding-top: 0.5rem;
    display: inherit;
    font-size: 0.75em;
    line-height: 1.2em;
    color: #4d4d4d;
  }
  .dropdown-main li .link {
    color: #6fb5c2 !important;
  }
  .dropdown-main li .sector-info {
    font-size: 0.8em;
    padding: 0.7rem 0;
    display: block;
  }
  .dropdown-main li .dairy {
    color: #8d2704 !important;
  }
  .dropdown-main li .beef {
    color: #e29d2d !important;
  }
  .dropdown-main li .sheep {
    color: #33425b !important;
  }
  .dropdown-main li .arable {
    color: #4a8348 !important;
  }
  .dropdown-main li .default {
    color: #4d4d4d !important;
  }
  .dropdown-main li .dropdown-img {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    background: url(/resources/img/sprite.gif) 0 0 no-repeat;
  }
  .dropdown-main li.tools .dropdown-img {
    background-position: 0 0;
  }
  .dropdown-main li.real--state .dropdown-img {
    background-position: -340px 0;
  }
  .dropdown-main li.quizzes .dropdown-img {
    background-position: -670px 0;
  }
  .dropdown-main li.social .dropdown-img {
    background-position: -969px 0;
  }
  .dropdown-main li.agrihq .dropdown-img {
    background-position: 0 -105px;
  }
  .dropdown-main li.jobs .dropdown-img {
    background-position: -340px -105px;
  }
  .searchField {
    float: right;
    display: none;
  }
  .searchField .newsletter-text {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    color: #4d4d4d;
    margin-bottom: 0.75rem;
  }
  .searchField .newsletter-input {
    border: 1px solid #e2e2e2;
    border-radius: 0px !important;
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
  }
  .searchField .button-basic-blue {
    border-radius: 0;
    color: #ffffff;
    font-size: 1.4rem;
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
    background-color: #6fb5c2;
    margin-top: -8px;
  }
  .sub-nav {
    width: 100%;
    background: #6fb5c2;
    margin-top: 90px;
    border-radius: 0 !important;
  }
  .sub-nav ul,
  .sub-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
  }
  .sub-nav li {
    float: left;
    padding: 1rem 0;
  }
  .sub-nav li a {
    display: block;
    color: #ffffff;
    font-size: 0.85em;
    padding: 0 2rem;
    border-right: 1px solid #ffffff;
  }
  .sub-nav li a:hover {
    color: #ffffff;
    opacity: 0.6;
  }
}

@media (min-width: 1200px) {
  .searchField {
    padding: 0.8rem 0;
    display: block;
    width: 17.5%;
  }
  .searchField .newsletter-text {
    font-size: 1.1rem;
  }
  .searchField .newsletter-input {
    width: 70%;
  }
}

@media (min-width: 1300px) {
  .searchField {
    width: auto;
    padding: 0.8rem 0;
  }
  .searchField .newsletter-input {
    width: 80%;
    float: left;
  }
  .searchField .button-basic-blue {
    margin-top: 0;
  }
}

.advertisement-container {
  position: relative;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  background-color: white;
  width: 100%;
  margin-bottom: 5%;
}

@media (min-width: 768px) {
  .advertisement-2 {
    display: block;
  }
}

.advertisement-image {
  width: 100%;
}

.advertisement-container {
  position: relative;
}
.advertisement-container img,
.advertisement-container iframe {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .horizontal-banner-ad-container {
    background-color: #ffffff;
    display: block;
    width: 100%;
  }
}

.horizontal-banner-ad {
  max-height: 90px;
  width: 60%;
  margin-left: 20%;
  margin-top: 2%;
  margin-right: 20%;
  margin-bottom: 2%;
}

@media (min-width: 768px) {
  .horizontal-content-ad-container {
    display: block;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 5%;
  }
}

.horizontal-content-ad {
  display: block;
  width: 100%;
  max-height: 90px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.article-advertisement {
  background-color: transparent !important;
}

/*.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}*/

.news-archives-advertisement {
  width: 100%;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .news-archives-advertisement {
    padding-bottom: 5%;
  }
}
.news-archives-advertisement .horizontal-news-archives-ad {
  display: block;
  max-height: 120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.news-archives-content {
  border-top: 3px solid #6fb5c2;
  padding: 5%;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-archives-header .news-archives-title {
  font-weight: 800;
  color: #4d4d4d;
  font-size: 2.8rem;
  padding-bottom: 5%;
}

.news-archives-header h1 {
  margin: 0;
}

.news-archive-article {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .news-archive-article {
    padding-bottom: 5%;
  }
}
.news-archive-article h2 {
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  margin: 0;
  padding-bottom: 5px;
  font-size: 2rem;
}
.news-archive-article .news-archive-article-blurb {
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  margin: 0;
  font-size: 1.4rem;
}
.news-archive-article .news-archive-article-info {
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  color: #999999;
  margin: 0;
  font-size: 1rem;
}

.news-archive-article-text {
  width: 70%;
  display: block;
  float: left;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .news-archive-article-text {
    padding-right: 5%;
  }
}

.news-archive-img-container {
  width: 30%;
  display: block;
  float: left;
}

.news-archive-article-img {
  width: auto;
  max-width: 100%;
  max-height: auto;
}

.sectors-container {
  display: none;
}
@media (min-width: 768px) {
  .sectors-container {
    display: block;
  }
}

.sectors-right-nav {
  padding: 20px;
  padding-bottom: 0;
}

.sectors-list {
  padding: 0;
}
.sectors-list li {
  list-style: none;
  list-style-type: none;
}
.sectors-list li,
.sectors-list a {
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  vertical-align: top;
}
.sectors-list a {
  font-size: 1.4rem;
  padding: 0;
  display: block;
}
.sectors-list p {
  margin: 0;
  font-size: 1.2rem;
}
.sectors-list li {
  padding: 0;
  padding-bottom: 20px;
}

div.on-farm-story-segment {
  margin-bottom: 2rem;
}

.on-farm-story-segment p {
  margin-bottom: 0.4rem;
}

.title-red {
  color: #8d2704 !important;
}

.title-yellow {
  color: #e29d2d !important;
}

.title-green {
  color: #4a8348 !important;
}

.title-blue-dark {
  color: #33425b !important;
}

.sector-title {
  font-weight: 600;
}

.news-archive-page-nav-container {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 5%;
  background-color: none;
}
.news-archive-page-nav-container ul {
  width: 100%;
  list-style-type: none;
}
.news-archive-page-nav-container li {
  float: right;
  width: 25px;
  margin-left: 8px;
}
.news-archive-page-nav-container li a {
  display: block;
}
.news-archive-page-nav-container .arrow-nav-btn {
  width: 25px;
  height: 25px;
}

.news-article-url-container {
  width: 100%;
}
/* breadcrumbs */
.news-article-url-container .url-text {
  display: inline-block;
  margin: 0;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.news-article-url-container .url-text:hover {
  text-decoration: underline;
}

.article-margin-override {
  margin-top: 0 !important;
}
.article-margin-override .url-text {
  color: #002c4a;
}

.tags-container .article-tags {
  color: #6fb5c2 !important;
  display: inline-block;
  margin: 0;
}

.article-headline-container {
  padding: 1.5rem;
}
@media (min-width: 468px) {
  .article-headline-container {
    padding: 3% 5% 2px;
  }
}
.article-text-content .article-headline-container {
  padding-left: 0;
  padding-right: 0;
}

.article-headline-container .date-category .article-date,
.article-info.author-info {
  color: #002c4a;
}

.article-title {
  font-size: 4rem !important;
}

.author-info {
  display: inline-block;
  margin: 0;
}

.author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.author-block-container {
  position: relative;
}

.social-links-header {
  position: absolute;
  right: 0;
  /* margin-right: 2.5%; */
  padding-bottom: 10px;
}
@media (min-width: 468px) {
  .social-links-header {
    position: absolute;
    top: 0;
  }
}
.social-links-header .social-media-icon {
  display: inline-block;
  padding: 0;
}

.social-links {
  float: right;
  width: 100%;
  text-align: right;
  margin-right: 2.5%;
  padding-bottom: 10px;
}
.social-links .social-media-icon {
  display: inline-block;
  padding: 0;
}

.article-image {
  display: block;
  width: 100%;
  max-height: 530px;
  max-width: 100%;
}

.article-text-content {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}
.article-text-content p {
  text-align: justify;
}

.article-text-block ul {
  padding-bottom: 25px;
}

.article-text-content {
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  display: block;
}
.article-text-content ul {
  list-style-type: square !important;
  list-style-position: inside !important;
  padding-left: 25px;
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  display: block;
}
.article-text-content li {
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  display: block;
}
.article-text-content ul.dashed {
  list-style-type: none;
}
.article-text-content ul.dashed > li {
  text-indent: -5px;
}
.article-text-content ul.dashed > li:before {
  content: "-";
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  text-indent: -5px;
  padding-right: 3px;
}

.article-advertisement-image {
  width: 40%;
  max-width: 300px;
  float: right;
  margin: 0;
  margin-left: 5%;
  margin-bottom: 5%;
}

.latest-news-container {
  display: none;
}
@media (min-width: 768px) {
  .latest-news-container {
    display: block;
  }
}

.content-spacer {
  color: #d6d6d6;
  padding-bottom: 5%;
  width: 95%;
  margin-bottom: 0;
}

.supporting-content {
  width: 100%;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  font-size: 2rem;
}
.supporting-content .comments-container {
  width: 100%;
  text-align: center;
  padding-bottom: 5%;
}
@media (min-width: 768px) {
  .supporting-content .comments-container {
    padding-bottom: 0;
  }
}
.supporting-content .comments-container .show-comments-btn {
  border: 1px solid #6fb5c2;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 10px 80px;
  text-align: center;
  color: #6fb5c2;
  font-weight: 400;
}
.supporting-content .most-read-container {
  display: none;
}
@media (min-width: 768px) {
  .supporting-content .most-read-container {
    position: relative;
    display: block;
    padding: 5%;
    font-weight: 600;
    color: #4d4d4d;
  }
}

.most-read-container .most-read-header {
  margin: 0;
  padding-bottom: 2.5%;
}

.most-read-container .most-read-articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.suggested-article {
  width: 30%;
}
.suggested-article .suggested-article-img {
  width: 100%;
  max-height: 140px;
}

.suggested-article-text {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px;
}
.suggested-article-text p,
.suggested-article-text h3 {
  margin: 0;
}
.suggested-article-text .suggested-article-title {
  color: #4d4d4d;
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  font-size: 1.5rem;
}
.suggested-article-text .suggested-article-date {
  color: #c8c8c8;
  font-size: 1rem;
}

.latest-in-article-container {
  height: 110px;
  width: 100%;
  background-color: #ffffff;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 992px) {
  .latest-in-article-container {
    height: 120px;
  }
}

.latest-in-article-text {
  padding: 10px;
  float: left;
  position: relative;
  width: 70%;
}
.latest-in-article-text p,
.latest-in-article-text h3 {
  margin: 0;
}
.latest-in-article-text .latest-in-article-title {
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  height: 100%;
}
@media (min-width: 768px) {
  .latest-in-article-text .latest-in-article-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .latest-in-article-text .latest-in-article-title {
    font-size: 1.9rem;
  }
}
.latest-in-article-text .latest-in-article-info {
  display: none;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  color: #c8c8c8;
  font-size: 1.1rem;
}
@media (min-width: 840px) {
  .latest-in-article-text .latest-in-article-info {
    display: block;
  }
}
@media (min-width: 992px) {
  .latest-in-article-text .latest-in-article-info {
    font-size: 1.2rem;
  }
}

.latest-in-img {
  width: 30%;
  max-height: 200px;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
}

.more-articles-btn {
  border-top: none;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #ffffff;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  padding: 10px 0px;
  color: #8d2704;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  text-align: center;
  margin-bottom: 5%;
}

.image-container-article-1 {
  width: 100%;
}
@media (min-width: 768px) {
  .image-container-article-1 {
    width: 35%;
    max-width: 500px;
    height: 100%;
    float: left;
    margin: 5%;
  }
  .image-container-article-1 .article-image {
    max-height: 700px;
  }
}

.article-1-headline {
  width: 100%;
}
@media (min-width: 768px) {
  .article-1-headline {
    float: left;
    width: 55%;
    padding-left: 0;
  }
}

.site-footer {
  display: block;
  clear: both;
  position: relative;
  background-color: #6fb5c2;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  font-weight: 600;
  color: #ffffff !important;
  text-align: center;
  width: 100%;
}

.footer-heading {
  width: 100%;
  text-align: left;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  color: #ffffff !important;
  padding-top: 15px;
}
.footer-heading h3 {
  margin: 0;
  font-size: 2em;
}
@media (min-width: 768px) {
  .footer-heading h3 {
    font-size: 3.5rem;
  }
}

.footer-container {
  max-width: 1500px;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

@media (min-width: 768px) {
  .footer-content {
    padding: 0;
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    /* Safari */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    /* Safari */
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* Safari */
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

[class*="footer-col-"] {
  display: inline-block;
}

.footer-col-1 {
  -ms-flex-positive: 3;
  flex-grow: 3;
  margin-right: 2%;
}

.footer-links-container {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.footer-information {
  display: none;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer-information {
    display: inline-block;
    text-align: left;
  }
}

.footer-list {
  width: 100%;
  /* Chrome, Safari, Opera */
  /* Firefox */
  columns: auto 2;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  .footer-list {
    /* Chrome, Safari, Opera */
    /* Firefox */
    columns: auto 5;
  }
}
.footer-list a {
  color: #ffffff;
  display: block;
}

.copyright-container {
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: left;
}

.copyright {
  display: inline;
}

.copyright-sentence {
  display: inline;
  padding-left: 8%;
  padding-right: 4%;
}
@media (min-width: 768px) {
  .copyright-sentence {
    padding-left: 0;
  }
}

.copyright-sentence-2 {
  display: inline;
}

.tile-block {
  position: relative;
  background-color: white;
  width: 100%;
  margin-bottom: 5%;
}

.tile-block {
  border-top: 1px solid #e2e2e2;
}

.index-card {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 5%;
}
.index-card .index-info {
  text-align: right;
  margin-top: auto;
  margin-bottom: auto;
}
.index-card p {
  color: #4d4d4d;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  margin: 0;
}

.index-title {
  padding-right: 2%;
}

.info-provider {
  clear: both;
}

.column-left {
  float: left;
  width: 60%;
}

.column-right {
  float: right;
  width: 40%;
  height: 100%;
}

.index-arrow {
  width: 20px;
  height: 20px;
}

.agri-footer-heading {
  width: 100%;
}

.index-title,
.index-info,
.index-arrow {
  display: inline-block;
}

.index-title,
.index-info {
  font-weight: bold;
}

.info-column-left {
  display: inline-block;
  text-align: right;
  width: 50%;
  padding-right: 15px;
}

.info-column-right {
  float: right;
  display: inline-block;
  width: 50%;
}

a a:hover,
a a:visited,
a a:link,
a a:active,
.clickable-content a:hover,
.clickable-content a:visited,
.clickable-content a:link,
.clickable-content a:active {
  text-decoration: none;
}

body a:focus,
body a:hover {
  text-decoration: none;
}

.content-block {
  position: relative;
  background-color: white;
  width: 100%;
  margin-bottom: 5%;
}

@media (min-width: 768px) {
  .news-content-block {
    position: relative;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    /* Safari 6.1+ */
    /* Standard syntax */
    /* creating columns */
  }
  .news-content-block .headline-container {
    -webkit-order: 1;
  }
  .news-content-block .featured-article {
    -webkit-order: 3;
  }
  .news-content-block .articles-container {
    -webkit-order: 2;
  }
  .news-content-block .headline-container {
    -ms-flex-order: 1;
    order: 1;
  }
  .news-content-block .featured-article {
    -ms-flex-order: 3;
    order: 3;
  }
  .news-content-block .articles-container {
    -ms-flex-order: 2;
    order: 2;
  }
  .news-content-block .content-column-right {
    width: 60%;
    height: 100%;
    min-height: 100%;
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .news-content-block .content-column-left {
    width: 40%;
    height: 100%;
    float: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
}

.single .news-content-block {
  border: 1px solid #e2e2e2;
}

.extra-articles {
  display: none;
}
@media (min-width: 768px) {
  .extra-articles {
    display: block;
  }
}

.category-blue {
  background-color: #6fb5c2;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 768px) {
  .category-blue {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.category-blue-dark {
  background-color: #33425b;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 768px) {
  .category-blue-dark {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.category-red {
  background-color: #8d2704;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 768px) {
  .category-red {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.category-yellow {
  background-color: #e29d2d;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 768px) {
  .category-yellow {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.category-green {
  background-color: #4a8348;
  text-align: center;
  color: #ffffff;
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  margin: 0;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (min-width: 768px) {
  .category-green {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.category-blue,
.category-blue-dark,
.category-red,
.category-yellow,
.category-text-green {
  text-transform: uppercase;
}

.headline-text {
  text-transform: uppercase;
}
.headline-text a {
  text-decoration: none;
}

.featured-article {
  margin: 0;
}
@media (min-width: 768px) {
  .featured-article {
    display: inline-block;
    width: 100%;
  }
}
.featured-article .image-container {
  width: 100%;
  max-height: 50%;
}
.featured-article .image-container .image-info {
  display: none;
}
@media (min-width: 768px) {
  .featured-article .image-container .image-info {
    display: inline-block;
    position: absolute;
    top: 1%;
    right: 2%;
    bottom: auto;
    z-index: 3;
    width: auto;
    text-align: right;
  }
  .featured-article .image-container .image-info p {
    color: white;
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
    display: inline-block;
    font-size: 1.3rem;
  }
}
.featured-article .featured-article-image {
  width: 100%;
  max-height: 200px;
}
@media (min-width: 768px) {
  .featured-article .featured-article-image {
    max-height: 100%;
  }
}
.featured-article .featured-article-text-content {
  padding: 1.5rem;
  border-left: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .featured-article .featured-article-text-content {
    /* removed this border as it doubles up now */
    border-left: none;
    position: relative;
    padding: 5%;
  }
}
@media (max-width: 767px) {
  .featured-article .featured-article-text-content {
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
}

.article-title-big {
  color: #4d4d4d;
  margin: 0;
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  font-weight: bold;
  /* padding: 2% 0; */
  padding: 18px 0 9px;
}
@media (min-width: 768px) {
  .article-title-big {
    /* padding: 4% 0; */
    padding: 3% 0;
  }
}

.article-title-small {
  color: #4d4d4d;
  margin: 0;
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
}
.article-title-small a {
  text-decoration: none;
}

.category-text-blue {
  color: #6fb5c2;
}

.category-text-blue-dark {
  color: #33425b;
}

.category-text-red {
  color: #8d2704;
}

.category-text-yellow {
  color: #e29d2d;
}

.category-text-green {
  color: #4a8348;
}

.category-text {
  display: inline;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.category-text a:hover,
.category-text a:visited,
.category-text a:link,
.category-text a:active {
  text-decoration: none;
}

.article-info {
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
  color: #c8c8c8;
  display: inline;
  font-size: 0.8em;
}

@media (min-width: 768px) {
  .article-footer-text {
    padding-bottom: 4%;
  }
}

.article-blurb {
  font-family: "Bitter", "Source Sans Pro", Arial, sans-serif, "Source Sans Pro", Arial, sans-serif;
  color: #4d4d4d;
  display: none;
}
@media (min-width: 768px) {
  .article-blurb {
    display: block;
  }
}

@media (min-width: 768px) {
  .articles-container {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .sub-articles.extra-articles a:last-of-type .sub-article {
    border-bottom: 0;
  }
}

.sub-article {
  padding: 1.5rem;
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .sub-article {
    padding: 5%;
  }
}
@media (max-width: 767px) {
  .sub-article h3 {
    font-size: 1.1em;
  }
}
.sub-article ul {
  margin: 1rem 0;
  padding-left: 0;
}
.sub-article ul li {
  color: #4d4d4d;
}
.sub-article ul,
.sub-article li {
  list-style: none;
  list-style-type: none;
}

.jobs-container .btn {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  padding: 1rem;
  margin: 0;
  color: #6fb5c2;
  font-weight: bold;
  text-transform: uppercase;
}

.opinion-container .opinion-image {
  display: none;
}
@media (min-width: 768px) {
  .opinion-container .opinion-image {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.custom-search-page-nav-container {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 5%;
  background-color: none;
}
.custom-search-page-nav-container ul {
  list-style-type: none;
  padding: 0;
  display: inline-block;
}
.custom-search-page-nav-container .custom-pagination li {
  float: left;
  width: 25px;
  margin-left: 8px;
  font-weight: bold;
}
.custom-search-page-nav-container .custom-pagination-right li {
  float: right;
  width: 25px;
  margin-left: 8px;
}
.custom-search-page-nav-container .active-pagination {
  color: #6fb5c2;
}
.custom-search-page-nav-container li a {
  display: block;
}
.custom-search-page-nav-container .arrow-nav-btn {
  width: 25px;
  height: 25px;
}

hr.custom-search-spacer {
  background-color: #e2e2e2;
  height: 1px;
  margin: 30px 0;
  border: 0;
}

.custom-select {
  position: relative;
  background: none;
}
.custom-select select {
  border: none;
  background: none;
  background-color: transparent;
  color: #6fb5c2;
}
.custom-select select:focus {
  outline: none;
}

.custom-select .custom-select-arrow {
  width: 30px;
  height: 32px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background-color: #ffffff;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.custom-select-arrow:after {
  position: absolute;
  top: 12px;
  right: 5px;
  pointer-events: none;
  content: "";
  height: 20.5px;
  width: 20.5px;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-down.png");
}

.custom-search-icon {
  background-image: url("../img/magnifier-tool-navy.svg");
  background-position: top 2px right 4px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

/* Navigation */
.site-navigation {
  display: block;
}
@media screen and (min-width: 640px) {
  .site-navigation {
    display: inline-block;
    width: auto;
  }
}
.site-navigation a {
  color: #3273dc;
}
.site-navigation a.active,
.site-navigation a:hover {
  color: #1c51a5;
}

.sub-navigation a {
  color: #3273dc;
}
.sub-navigation a.active,
.sub-navigation a:hover {
  color: #1c51a5;
}

.search {
  color: #3273dc;
}

.burger-link {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 5px;
  z-index: 9999;
}

.burger-icon {
  height: 2px;
  background-color: #3273dc;
  width: 24px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -2px;
  transition: all 0.5s ease;
}
.burger-icon:before,
.burger-icon:after {
  content: "";
  height: 2px;
  background-color: #3273dc;
  width: 24px;
  display: block;
  margin: 0 auto;
  position: absolute;
  transition: all 0.5s ease;
}
.burger-icon:before {
  top: -7px;
}
.burger-icon:after {
  bottom: -7px;
}
.show-menu .burger-icon {
  background-color: transparent;
}
.show-menu .burger-icon:before {
  width: 32px;
  left: -3px;
  top: auto;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.show-menu .burger-icon:after {
  bottom: auto;
  width: 32px;
  left: -3px;
  transform: rotate(-45deg);
  transition: all 0.5s ease;
}

/* Slider */
.panel {
  background: #ccc;
  margin: 0;
  width: 100%;
  font-size: 72px;
  text-align: center;
  min-height: 300px;
}
.panel .panel-image {
  height: 100%;
  width: 100%;
  min-height: 400px;
  background-position: center center;
}
.panel img {
  height: 100%;
  width: 100%;
}
.panel .slider-caption {
  position: absolute;
  top: 0;
}
.panel .image-info {
  display: none;
}
@media (min-width: 768px) {
  .panel .image-info {
    display: inline-block;
    position: absolute;
    top: 4%;
    right: 3%;
    bottom: auto;
    z-index: 3;
    width: auto;
    text-align: right;
  }
  .panel .image-info p {
    color: white;
    font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
    display: inline-block;
    font-size: 1.3rem;
    width: initial;
    float: left;
    margin: 0 0.5rem;
  }
  .panel .image-info img {
    width: initial;
    float: left;
  }
}

.slider {
  z-index: 1;
}
.slider .slick-dots {
  position: absolute;
  top: 3%;
  right: 2%;
  bottom: auto;
  z-index: 3;
  width: auto;
  text-align: right;
}
@media (min-width: 768px) {
  .slider .slick-dots {
    padding-bottom: 8%;
    left: 2%;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .slider .slick-dots {
    text-align: right !important;
  }
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: block;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .slick-dots li {
    width: 30px;
    height: 30px;
    margin: 0 0.5rem;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
@media (min-width: 992px) {
  .slick-dots li button {
    font-size: 12px;
    line-height: 100%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #ffffff;
    text-align: center;
    color: #ffffff;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 0.5;
  color: #6fb5c2;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  .slick-dots li button:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .slick-dots li.slick-active button {
    border-color: #6fb5c2;
    background-color: #6fb5c2;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #6fb5c2;
}

/* Content Blocks */
.two-column .col-sm-6 {
  -ms-flex-order: 2;
  order: 2;
}

.two-column.two-column--align .row {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.two-column.two-column--invert .col-sm-6 + .col-sm-6 {
  -ms-flex-order: 1;
  order: 1;
}

.intro-block {
  padding: 2rem 0;
}
@media (min-width: 544px) {
  .intro-block {
    padding: 3.5rem 0;
  }
}
@media (min-width: 768px) {
  .intro-block {
    padding: 5rem 0;
  }
}
.intro-block .btn {
  margin-top: 2rem;
}

.hero-banner__container {
  position: relative;
  text-align: center;
  color: white;
}
.hero-banner {
  overflow: hidden;
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}
.hero-banner .row {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.hero-banner .hero-banner__content {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 544px) {
  .hero-banner {
  }
}
@media (min-width: 768px) {
  .hero-banner {
  }
}
.hero-banner h1 {
  font-size: 75px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .hero-banner h1 {
    font-size: 25px;
  }
}

.hero-banner__content {
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 544px) {
  .hero-banner__content {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__content {
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.hero-banner__content p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .hero-banner__content p {
    font-size: 2.4rem;
  }
}
.hero-banner__content p + .btn {
  margin-top: 3.4rem;
}

.align-content--left {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.align-content--left .hero-banner__content {
  text-align: left;
}

.align-content--right {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.align-content--right .hero-banner__content {
  text-align: right;
}

.align-content--top {
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.align-content--bottom {
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.cb-blockquote cite {
  font-style: normal;
}

.cb-blockquote .lead {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.25;
}

.cb-blockquote.theme--dark .lead {
  color: #00d1b2;
}

/* Content Cards */
.card-text {
  color: #0a0a0a;
}
.card-text.info {
  margin-bottom: 0;
}

.card--common,
.card--news {
  outline: 1px solid #e2eaed;
  background-color: #fff;
  margin-bottom: 1.6rem;
}
.card--common .card-title,
.card--news .card-title {
  font-size: 1.8rem;
  text-transform: uppercase;
}
.card--common p,
.card--news p {
  font-size: 1.6rem;
}
.card--common .card-block,
.card--news .card-block {
  padding: 2rem 0.8rem 0 0.8rem;
}
@media (min-width: 544px) {
  .card--common .card-block,
  .card--news .card-block {
    padding: 2rem 1.6rem 0 1.6rem;
  }
}
.card--common .card-button,
.card--news .card-button {
  padding: 0 0.8rem 1.6rem 0.8rem;
}
@media (min-width: 544px) {
  .card--common .card-button,
  .card--news .card-button {
    padding: 0 1.6rem 1.6rem 1.6rem;
  }
}

.two-column-alt {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 544px) {
  .alt-card:nth-child(odd) .alt-card-col {
    -ms-flex-order: 2;
    order: 2;
  }
  .alt-card:nth-child(odd) .alt-card-col + .alt-card-col {
    text-align: left;
  }
  .alt-card:nth-child(even) .alt-card-col {
    -ms-flex-order: 2;
    order: 2;
  }
  .alt-card:nth-child(even) .alt-card-col + .alt-card-col {
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .alt-card:nth-child(4n-7) .alt-card-col {
    -ms-flex-order: 2;
    order: 2;
  }
  .alt-card:nth-child(4n-7) .alt-card-col + .alt-card-col {
    text-align: left;
  }
  .alt-card:nth-child(4n-7) + .alt-card .alt-card-col {
    -ms-flex-order: 2;
    order: 2;
  }
  .alt-card:nth-child(4n-7) + .alt-card .alt-card-col + .alt-card-col {
    text-align: left;
  }
  .alt-card:nth-child(4n-7) + .alt-card + .alt-card .alt-card-col {
    -ms-flex-order: 2;
    order: 2;
  }
  .alt-card:nth-child(4n-7) + .alt-card + .alt-card .alt-card-col + .alt-card-col {
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
  .alt-card:nth-child(4n-7) + .alt-card + .alt-card + .alt-card .alt-card-col {
    -ms-flex-order: 2;
    order: 2;
  }
  .alt-card:nth-child(4n-7) + .alt-card + .alt-card + .alt-card .alt-card-col + .alt-card-col {
    -ms-flex-order: 1;
    order: 1;
    text-align: right;
  }
}

.alt-card {
  transition: box-shadow 0.3s ease;
}
.alt-card .alt-card-col {
  -ms-flex-order: 2;
  order: 2;
}
.alt-card .alt-card-col + .alt-card-col {
  text-align: left;
}
.alt-card .card-block {
  padding: 4rem 3.2rem 3rem 3.2rem;
  color: #00d1b2;
}
@media (min-width: 992px) {
  .alt-card .card-block {
    padding: 2rem;
  }
}
@media screen and (min-width: 1210px) {
  .alt-card .card-block {
    padding: 4rem 3.2rem 3rem 3.2rem;
  }
}
.alt-card .card-title {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .alt-card .card-title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1210px) {
  .alt-card .card-title {
    font-size: 2.4rem;
  }
}
.alt-card p {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .alt-card p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1210px) {
  .alt-card p {
    font-size: 2.4rem;
    font-size: 1.8rem;
  }
}
.alt-card .text-block {
  max-height: 94px;
  overflow: hidden;
  margin-bottom: 0.7rem;
}
@media (min-width: 992px) {
  .alt-card .text-block {
    max-height: 85px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1210px) {
  .alt-card .text-block {
    max-height: 94px;
    margin-bottom: 0.7rem;
  }
}
.alt-card:hover {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.35);
  z-index: 2;
  transition: box-shadow 0.3s ease;
}
.alt-card:hover .alt-image {
  transform: scale(1.065);
  transition: all 0.3s ease;
}
.alt-card:hover .btn-link {
  color: #00d1b2;
}

.alt-image-container {
  position: relative;
  overflow: hidden;
}
.alt-image-container:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.alt-image-container .alt-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

/* template specific */
.news__template {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #eef7fa;
}

/* Site */
body {
  background-color: #f7f7f7;
}

main {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 76px;
}
@media (min-width: 768px) {
  main {
    margin-top: 75px;
  }
}
main.with-patron-banner {
  margin-top: 120px;
}
@media (min-width: 768px) {
  main.with-patron-banner {
    margin-top: 119px;
  }
}
h1,
h3,
h4,
h5,
h6,
a {
  font-family: "Open Sans", "Source Sans Pro", Arial, sans-serif;
}

.no-js {
  background-color: #f7f7f7;
}

.slider-content {
  width: 100%;
  background-color: #ffffff;
  overflow: auto;
}
@media (min-width: 992px) {
  .slider-content {
    padding-bottom: 2%;
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0;
    z-index: 2;
  }
}

.container.fw-homepage-content {
  margin-top: 75px;
}

.news-content {
  z-index: 3;
  z-index: 10;
  position: relative;
  padding-left: 1.5%;
  padding-right: 1.5%;
  /* Safari */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Safari 6.1+ */
  /* mini-block is 2 ads/opinion/most popular content blocks */
  /* Standard syntax */
  /* note articles-block is below mini-block in html */
}
@media (max-width: 767px) {
  .news-content {
    margin-top: -12%;
  }
}
@media (min-width: 544px) {
  .news-content {
    margin-top: -10%;
  }
}
@media (min-width: 768px) {
  .news-content {
    margin-top: -6%;
  }
}
@media (min-width: 992px) {
  .news-content {
    margin-top: -4%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
  }
}
.news-content .flex-order-initial-article {
  -webkit-order: 1;
}
.news-content .flex-order-agri-data {
  -webkit-order: 2;
}
.news-content .flex-order-articles-block {
  -webkit-order: 3;
}
.news-content .flex-order-mini-block {
  -webkit-order: 4;
}
.news-content .flex-order-initial-article {
  -ms-flex-order: 1;
  order: 1;
}
.news-content .flex-order-agri-data {
  -ms-flex-order: 2;
  order: 2;
}
.news-content .flex-order-articles-block {
  -ms-flex-order: 3;
  order: 3;
}
.news-content .flex-order-mini-block {
  -ms-flex-order: 4;
  order: 4;
}
@media (min-width: 768px) {
  .news-content {
    /* note the order changes for desktop version*/
    display: block;
  }
  .news-content .flex-order-articles-block {
    -ms-flex-order: 4;
    order: 4;
  }
  .news-content .flex-order-mini-block {
    -ms-flex-order: 3;
    order: 3;
  }
}

.top-buffer {
  margin-top: 30px;
}

.col-1 {
  /* for mobile */
  width: 100%;
}
@media (min-width: 768px) {
  .col-1 {
    /* for deskop */
    width: 72%;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
}

.col-2 {
  /* for mobile */
  width: 100%;
}
@media (min-width: 768px) {
  .col-2 {
    /* for desktop */
    float: right;
    width: 25%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
  }
}

.clear-div {
  clear: both;
}

.main {
  overflow-x: hidden;
}

.container-flush {
  padding-left: 0;
  padding-right: 0;
}

.col-flush .row {
  margin-left: 0;
  margin-right: 0;
}

.col-flush [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.field-days .article-title-big {
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .field-days .article-title-big {
    font-size: 25px;
  }
}

.field-days .embed-responsive {
  margin-bottom: 15px;
}

.pagination {
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
}
.pagination .pagination-inner {
  position: relative;
}
.pagination .pagination-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
  color: #243444;
  font-size: 0.9375rem;
}
.pagination .pagination-btn:hover {
  text-decoration: none;
}
.pagination .pagination-btn span {
  display: inline-block;
  vertical-align: middle;
}
.pagination .pagination-prev {
  left: 1.6rem;
}
.pagination .pagination-prev .pagination-arrow {
  margin-right: 1rem;
}
.pagination .pagination-next {
  right: 1.6rem;
}
.pagination .pagination-next .pagination-arrow {
  margin-left: 1rem;
}
.pagination .pagination-arrow {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.pagination .pagination-pages {
  display: inline-block;
  width: auto;
}

.rte__content img {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .rte__content img {
    margin-top: 3.6rem;
    margin-bottom: 3.6rem;
  }
}
@media (min-width: 992px) {
  .rte__content img {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.rte__content ul,
.rte__content ol {
  padding: 0;
  margin-top: 2.1rem;
}
@media (min-width: 768px) {
  .rte__content ul,
  .rte__content ol {
    margin-top: 2.9rem;
  }
}
@media (min-width: 992px) {
  .rte__content ul,
  .rte__content ol {
    margin-top: 3.9rem;
  }
}
.rte__content ul:first-child,
.rte__content ol:first-child {
  margin-top: 0;
}

.rte__content a {
  border-bottom: 1px solid #3273dc;
  color: #0a0a0a;
}
.rte__content a:hover {
  color: #3273dc;
}

.rte__content p + .btn {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .rte__content p + .btn {
    margin-top: 3rem;
  }
}

.contact__group p {
  margin-bottom: 0;
}

.contact__group .contact__item {
  margin-top: 3.2rem;
}

.contact-label {
  text-transform: uppercase;
}

.social-block__inner {
  text-align: center;
}
.social-block__inner .social-link {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
}
.social-block__inner .social-link svg {
  width: 38px;
  height: 38px;
}

img,
iframe {
  max-width: 100%;
}

.related-top-nav {
  display: block;
  padding: 0 5px;
  margin: 0;
  text-align: right;
}

.related-top-nav li {
  display: inline;
  list-style: none;
}

.related-top-nav a {
  font-size: 0.75em;
  padding: 0.9rem 0.7rem 0.4rem !important;
  display: inline-block;
  font-weight: bold;
}

.related-top-nav a:hover {
  color: rgba(0, 0, 0, 0.6) !important;
}

a.navy {
  color: #002c4a !important;
}
