@charset "UTF-8";
/* Colors */
.hidden-xs-up {
  display: none !important;
}

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

@media (min-width: 576px) {
  .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: 1299px) {
  .hidden-lg-down {
    display: none !important;
  }
}

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

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

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

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

/*! normalize.css v3.0.3 | 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,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  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;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    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;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #4978BC !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #8AC051 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #70a33b !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #4978BC !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #8AC051 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.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::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1300px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

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

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

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

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

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .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: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

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

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #4978BC !important;
}

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

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #8AC051 !important;
}

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

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

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

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

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

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

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

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* 
* Slick.js
*/
.slick-center {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.slick-list {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

@font-face {
  font-family: "proto2";
  src: url("../fonts/prototype/proto2.eot");
  src: url("../fonts/prototype/proto2.eot?#iefix") format("embedded-opentype"), url("../fonts/prototype/proto2.woff") format("woff"), url("../fonts/prototype/proto2.ttf") format("truetype"), url("../fonts/prototype/proto2.svg#proto2") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "proto2" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "proto2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right:before {
  content: "c";
}

.icon-magnifying-glass:before {
  content: "d";
}

.icon-chevron-down:before {
  content: "l";
}

.icon-chevron-up:before {
  content: "m";
}

.icon-chevron-left:before {
  content: "o";
}

.icon-close-1:before {
  content: "b";
}

.icon-twitter:before {
  content: "f";
}

.icon-facebook:before {
  content: "g";
}

.icon-search:before {
  content: "i";
}

.icon-youtube:before {
  content: "k";
}

.icon-pinterest-solid:before {
  content: "n";
}

.icon-pinterest:before {
  content: "p";
}

.icon-linkedin:before {
  content: "q";
}

.icon-instagram:before {
  content: "r";
}

.icon-arrow-right-thin:before {
  content: "a";
}

.icon-arrow-left-thin:before {
  content: "e";
}

.icon-search-2:before {
  content: "h";
}

/*--------------------------------------------------------------
Reset & General styles
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 100%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  font-family: inherit;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #636363;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */ /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

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

ol, ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:hover,
a:focus,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

.non-mobile,
.none {
  display: none;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #636363;
  line-height: 1.25;
}

body {
  min-width: 20rem;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
h2 em, h3 em, h4 em, h5 em, h6 em,
h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-family: "source-sans-pro", sans-serif;
  color: #4978bc;
  text-align: center;
  padding-bottom: 0.2rem;
}

h1 {
  font-size: 27px;
  font-weight: 200;
  border-bottom: 1px solid #4978bc;
  text-transform: uppercase;
}

h2, h2 em, h2 strong {
  font-size: 25px;
  font-weight: 300;
}

h3, h3 em, h3 strong {
  font-size: 22px;
  font-weight: 300;
}

h4, h4 em, h4 strong {
  font-size: 20px;
  color: #363636;
}

h5, h5 em, h5 strong {
  font-size: 20px;
  font-style: italic;
  color: #363636;
}

h6, h6 em, h6 strong {
  font-size: 18px;
  color: #363636;
}

#main h2, #main h3, #main h4, #main h5, #main h6 {
  text-align: left;
}

p {
  margin-bottom: 1.5rem;
  font-size: 15px;
}

p a {
  font-size: 15px;
}

#main p {
  line-height: 1.4;
}

b, strong {
  font-weight: bold;
  font-size: 15px;
}

dfn, cite, em, i {
  font-style: italic;
  font-size: 15px;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
  background-color: #4978bc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}

ul, ol {
  margin: 0 0 1.5rem 3rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  font-size: 15px;
}

#main h2 + ul,
#main h3 + ul,
#main h4 + ul,
#main h5 + ul,
#main h2 + ol,
#main h3 + ol,
#main h4 + ol,
#main h5 + ol {
  margin-top: 0.5rem;
}

#main li {
  margin-bottom: 0.5rem;
}
#main li a {
  font-size: 15px;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5rem;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 14px;
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=submit] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  font-style: italic;
}

a.button,
button,
input[type=button],
input[type=reset],
input[type=submit],
#respond input[type=submit],
.comment-reply-link {
  border: 2px solid #36598a;
  background: #6d93c9;
  color: #fff;
  cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 16px;
  font-family: "source-sans-pro", sans-serif;
  line-height: 1;
  padding: 0.3rem 5rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a.button,
.comment-reply-link {
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
}

a.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
#respond input[type=submit]:hover,
.comment-reply-link:hover {
  background: #4978bc;
  color: #fff;
}

a.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
#respond input[type=submit]:focus,
a.button:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active,
#respond input[type=submit]:active,
.comment-reply-link:focus,
.comment-reply-link:active {
  background: #36598a;
  outline: none;
}

.comment-reply-link,
input[type=submit],
.wp-pagenavi a,
#sidebar .gform_widget .gform_footer input[type=submit],
.site-footer .gform_widget .gform_footer input[type=submit],
a.button.secondary {
  background: #fff;
  border-color: #4978bc;
  color: #4978bc;
}

.comment-reply-link:hover,
input[type=submit]:hover,
.wp-pagenavi a:hover,
#sidebar .gform_widget .gform_footer input[type=submit]:hover,
.site-footer .gform_widget .gform_footer input[type=submit]:hover,
a.button.secondary:hover {
  background: #9eb8dc;
  border-color: #36598a;
  color: #fff;
}

.comment-reply-link:focus,
.comment-reply-link:active,
input[type=submit]:focus,
input[type=submit]:active,
.wp-pagenavi a:focus,
.wp-pagenavi a:active,
.wp-pagenavi span.current,
#sidebar .gform_widget .gform_footer input[type=submit]:focus,
#sidebar .gform_widget .gform_footer input[type=submit]:active,
.site-footer .gform_widget .gform_footer input[type=submit]:focus,
.site-footer .gform_widget .gform_footer input[type=submit]:active,
a.button.secondary:focus,
a.button.secondary:active {
  background: #6d93c9;
  color: #fff;
}

input[type=submit] {
  padding: 0.3rem 1rem;
}

input[type=checkbox],
input[type=radio] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: none; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

body .gform_wrapper .gform_body input[type=text],
body .gform_wrapper .gform_body input[type=url],
body .gform_wrapper .gform_body input[type=email],
body .gform_wrapper .gform_body input[type=tel],
body .gform_wrapper .gform_body input[type=number],
body .gform_wrapper .gform_body input[type=password],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #636363;
  border: 1px solid #a7a7a7;
  font-size: 14px;
  padding: 6px 4px 5px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #636363;
  outline: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 4px 4px 3px;
}

textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

label {
  display: block;
  font-size: 15px;
}

body .gform_wrapper {
  max-width: 500px;
}
body .gform_wrapper .ginput_complex .ginput_full input[type=text],
body .gform_wrapper .ginput_complex .ginput_right input[type=text],
body .gform_wrapper .ginput_complex .ginput_right input[type=url],
body .gform_wrapper .ginput_complex .ginput_right input[type=email],
body .gform_wrapper .ginput_complex .ginput_right input[type=tel],
body .gform_wrapper .ginput_complex .ginput_right input[type=number],
body .gform_wrapper .ginput_complex .ginput_right input[type=password],
body .gform_wrapper .ginput_complex .ginput_right select,
body .gform_wrapper .top_label textarea.textarea,
body .gform_wrapper select {
  width: 100% !important;
}
body .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label,
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
body .gform_wrapper .ginput_left input:focus + label,
body .gform_wrapper .ginput_right input:focus + label,
body .gform_wrapper .ginput_full input:focus + label,
body .gform_wrapper .top_label .gfield_label {
  font-weight: normal;
}
body .gform_wrapper select {
  font-size: 14px;
}
body .gform_wrapper textarea {
  font-size: 14px;
}
body .gform_wrapper .gform_footer {
  margin-top: 0;
}
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right,
body .gform_wrapper .ginput_complex .ginput_full {
  margin-bottom: 0.3rem;
}
body .gform_wrapper .ginput_complex .ginput_left {
  clear: left;
}
body .gform_wrapper div.validation_error {
  font-size: 16px;
}
body .gform_wrapper .instruction {
  font-size: 13px;
}
body .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
body .gform_wrapper .gform_footer {
  text-align: right;
}
body .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}
body .gform_wrapper .gform_ajax_spinner {
  margin-right: 5px;
}
body .gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 0.3rem 1rem;
}
body .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], body .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio], body .gform_wrapper.gf_browser_ie .gfield_checkbox li input {
  margin-top: 5px;
}

.gform_confirmation_wrapper {
  margin-bottom: 1.5rem;
}

.gform_wrapper .gform_button_select_files {
  margin-left: 0.2rem !important;
}

.gf_custom_instruction {
  color: #636363;
  font-size: 0.82rem;
}

#gform_12 .gform_footer img {
  display: none !important;
}

.gform_wrapper .field_description_below .gfield_consent_description,
.gform_wrapper .gfield_consent_description {
  font-size: 1rem;
  line-height: 1.4rem;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a,
a strong,
a em,
a span {
  text-decoration: underline;
  color: #4978bc;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:focus,
a strong:focus,
a em:focus,
a span:focus {
  color: #39609a;
}
a:hover,
a strong:hover,
a em:hover,
a span:hover {
  color: #39609a;
}
a:active,
a strong:active,
a em:active,
a span:active {
  color: #2b4974;
}

#wpadminbar a span {
  text-decoration: none;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.comment:before,
.comment:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.comment:after {
  clear: both;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
  background: #002868;
  position: relative;
}

.site-branding a {
  position: relative;
  float: left;
  width: 166px;
  height: 47px;
  margin-left: 6.875%;
  margin-top: 4px;
  overflow: visible;
  font-size: 0;
}
.site-branding a:before {
  content: " ";
  position: absolute;
  z-index: 999;
  background: url("../img/sprite-2x.png") no-repeat 0 0;
  background-size: 225px 225px;
  width: 100%;
  height: 59px;
  top: 0;
  left: 0;
}
.lt-ie9 .site-branding a {
  width: 264px !important;
  height: 96px !important;
}

/* when under viewport size, .mean-container is added to body */
.main-navigation {
  display: none;
}

.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #0c1923;
  z-index: 2;
}

.mean-container a.meanmenu-reveal {
  width: 14.0625%;
  height: 51px;
  margin-top: -51px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 15px;
  line-height: 51px;
  font-family: "source-sans-pro", sans-serif;
  border-left: 1px solid #3a5fb0;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #f4f8fd;
  position: absolute;
  -webkit-box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.4);
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  padding: 14px 5% 13px;
  margin: 0;
  text-align: left;
  color: #4978bc;
  border-top: 1px solid #3a5fb0;
  text-decoration: none;
  font-family: "source-sans-pro", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.mean-container .mean-nav ul li.current-menu-item > a {
  background: #8fa7d5;
  color: #f1f6fd;
}
.mean-container .mean-nav ul li.current-menu-item > a:hover {
  background: #8fa7d5;
}
.mean-container .mean-nav ul li.current-menu-item + li > a.mean-expand {
  border-top: none;
}
.mean-container .mean-nav ul li.current-menu-item > a.mean-expand {
  background: #8fa7d5;
  color: #3a5fb0;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 14px 10% 13px;
  border-top: 1px solid #3a5fb0;
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 14px 15% 13px;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 14px 20% 13px;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 14px 25% 13px;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 14.0625%;
  height: 45px;
  line-height: 45px;
  font-size: 21px !important;
  font-size: 1.3125em !important;
  padding: 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background: #a0b8dc;
  border: none;
  border-left: 1px solid #3a5fb0;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.search-form {
  position: absolute;
  top: 100%;
  padding: 1.8rem 18px 0.5rem;
  z-index: 10;
  width: 100%;
  background-color: #002868;
}
.search-form label {
  width: calc(100% - 23px);
}
.search-form input[type=search] {
  width: 100%;
  font-size: 16px;
  border-right: none;
  padding: 6px 36px 5px 4px;
  font-style: italic;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-form input[type=submit] {
  font-family: proto2;
  font-size: 22px;
  position: absolute;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  top: 0;
  right: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  padding: 0;
  width: 31px;
  height: 31px;
}
.search-form input[type=submit]:hover {
  background-color: #6b942d;
}
.search-form input[type=submit]:focus, .search-form input[type=submit]:active {
  background-color: #6b942d;
}
.search-form.open input[type=submit] {
  top: 1.3rem;
}

.open-close-search {
  position: relative;
  display: block;
  width: 14.0625%;
  margin-right: 14.0625%;
  height: 51px;
  float: right;
  border-left: 1px solid #3a5fb0;
  font-size: 0;
}
.open-close-search:after {
  content: " ";
  position: absolute;
  width: 17px;
  height: 15.5px;
  background: url("../img/sprite-2x.png") no-repeat -186.5px 0;
  background-size: 225px 225px;
  margin-left: -9px;
  margin-top: -8px;
  top: 50%;
  left: 50%;
}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/
.featured-image {
  margin-bottom: 15px;
}
.featured-image img {
  display: block;
}

#primary {
  padding: 0 18px;
  background-repeat: no-repeat;
  background-position: center top;
}

.updated {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1rem 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}

#sidebar .widget_black_studio_tinymce,
#sidebar .gform_widget,
.highlight {
  background: #f4f8fd;
  border: 1px solid #4978bc;
  border-left: none;
  border-right: none;
  padding: 1rem 12px 0;
  margin-bottom: 1.5rem;
}
#sidebar .widget_black_studio_tinymce p,
#sidebar .gform_widget p,
.highlight p {
  color: #7c7c7c;
  margin-bottom: 1rem;
}
#sidebar .widget_black_studio_tinymce p:empty,
#sidebar .gform_widget p:empty,
.highlight p:empty {
  display: none;
}

#main .list-icons ul {
  margin-left: 0;
}
#main .list-icons ul li {
  list-style: none;
  position: relative;
  padding-left: 55px;
  margin-bottom: 1.5rem;
  min-height: 46px;
}
#main .list-icons ul li:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 2px;
  height: 46px;
  width: 36px;
  background: url("../img/sprite-2x.png") no-repeat -42px -59px;
  background-size: 225px 225px;
}
#main .list-icons ul li:first-child:before {
  background-position: 0 -59px;
  height: 44px;
  width: 37px;
  left: 2px;
}
#main .list-icons ul li:last-child:before {
  background-position: -79px -59px;
  width: 46px;
  height: 46px;
  left: 0;
}
#main .list-icons ul li.last:before {
  background-position: -79px -59px;
  width: 46px;
  height: 46px;
  left: 0;
}
#main .list-icons p:empty {
  display: none;
}

.large-text p {
  font-size: 18px;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
.large-text p:empty {
  display: none;
}

.column-grid {
  margin-top: 1.5rem;
}

@media (max-width: 1299px) {
  .column-grid-5 .column {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .column-grid-2 .column {
    width: 100%;
  }
}
.icon {
  position: relative;
  margin-bottom: 2.5rem;
}
.icon h3, .icon p {
  padding-left: 74px;
}
.icon p:nth-last-child(2) {
  padding-left: 0;
}
.icon .second-last {
  padding-left: 0;
}
.icon:before {
  position: absolute;
  content: " ";
  height: 61px;
  width: 54px;
  top: 7px;
  left: 0;
  background: url("../img/sprite-2x.png") no-repeat -171px -29px;
  background-size: 225px 225px;
}
.icon.tick:before {
  top: 6px;
  height: 62px;
  width: 63px;
  background-position: -162px -94.5px;
}
.icon.bubbles:before {
  top: 6px;
  height: 44px;
  width: 64px;
  background-position: -161px -161px;
}
.icon.donate h3, .icon.donate p, .icon.support h3, .icon.support p, .icon.volunteer h3, .icon.volunteer p, .icon.stay-informed h3, .icon.stay-informed p {
  padding-left: 0;
}
.icon.donate:before, .icon.support:before, .icon.volunteer:before, .icon.stay-informed:before {
  background: none;
  height: 0;
  width: 0;
}
.icon.donate h2:before, .icon.support h2:before, .icon.volunteer h2:before, .icon.stay-informed h2:before {
  content: " ";
  height: 69.5px;
  width: 68px;
  float: left;
  margin: 0 4% 0 0.2rem;
  background: url("../img/get-involved-icons-2x.png") no-repeat 0 0;
  background-size: 160px 160px;
}
.icon.support h2:before {
  height: 69px;
  width: 70px;
  background-position: -90px 0;
}
.icon.volunteer h2:before {
  height: 69px;
  width: 70px;
  background-position: 0 -91px;
}
.icon.stay-informed h2:before {
  height: 69px;
  width: 70px;
  background-position: -90px -96px;
}

.google-map {
  margin-bottom: 1.5rem;
}

.page-id-118 .donate-widget {
  display: none;
}

/*--------------------------------------------------------------
Home Page
--------------------------------------------------------------*/
.home #primary h2 {
  border-bottom: 1px solid #4978bc;
  text-transform: uppercase;
  margin-top: 1.5rem;
}
.home #primary h3 {
  color: #494949;
  text-align: left;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.home #primary h4 {
  text-align: left;
  color: #231f20;
}
.home #primary a.button {
  width: 100%;
  padding: 0.3rem 0.5rem;
  text-align: center;
  line-height: 1.25;
}
.home #primary .column-grid-2 h4 {
  font-size: 20px;
  font-weight: 400;
  color: #4e82b5;
  text-align: center;
  margin-bottom: 1rem;
}
.home #primary .large-text a.button {
  margin-top: 1rem;
}
.home #primary .homepage-callout a:first-child {
  background: none;
  border: none;
  border-bottom: 1px solid #4978bc;
  text-transform: uppercase;
  margin-top: 0.5rem;
  font-family: "source-sans-pro", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #4978bc;
  text-align: left;
  padding: 0 0 0.2rem 0;
}

.home #primary .block,
.block {
  border: 1px solid #4978bc;
  border-left: none;
  border-right: none;
  margin-bottom: 1.5rem;
  padding: 44px 0 26px;
}
.home #primary .block img,
.block img {
  margin-bottom: 18px;
}
.home #primary .block h3,
.block h3 {
  font-weight: 300;
  color: #4978bc;
  font-size: 25px;
  clear: both;
}
.home #primary .block p:empty,
.block p:empty {
  display: none;
}

.lt-ie9 .home #primary .block img + p,
.lt-ie9 .block img + p {
  display: none;
}

/*--------------------------------------------------------------
Scientist Page and Children
--------------------------------------------------------------*/
.scientist .scientist-photo {
  display: block;
  float: left;
  width: 100px;
  margin: 0.3rem 0.5rem 0.5rem 0;
}
.scientist .scientist-name {
  text-align: left;
  padding-bottom: 0;
}
.scientist .scientist-name a {
  font-size: 22px;
  text-decoration: none;
  font-family: "source-sans-pro", sans-serif;
  font-style: italic;
}
.scientist .scientist-title {
  font-style: italic;
  font-family: "source-sans-pro", sans-serif;
  margin-bottom: 0.5rem;
}
.scientist .read-more {
  margin-top: -1rem;
  text-align: right;
}

.parent-pageid-53 .scientist .scientist-photo {
  margin-top: 0.15rem;
}

/*--------------------------------------------------------------
No Sidebar Template and Lyme Disease Stories Grid
--------------------------------------------------------------*/
#stories-grid .story-block img {
  display: block;
}
#stories-grid .no-story {
  display: none;
}
#stories-grid .story {
  margin: 0 auto;
  max-width: 312px;
}
#stories-grid .story .name {
  text-align: left;
  padding-bottom: 0;
}
#stories-grid .story .name a {
  font-family: "source-sans-pro", sans-serif;
  font-style: italic;
  font-size: 25px;
  text-decoration: none;
  text-align: left;
  padding: 5px 0 0;
  display: inline-block;
}
#stories-grid .story .location {
  font-size: 15px;
}
#stories-grid .story .quote {
  font-style: italic;
  font-size: 15px;
  color: #808080;
  margin: 0.5rem 0 1rem;
}
#stories-grid .story .button {
  width: 100%;
  max-width: 312px;
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 0.3rem 1rem;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
.list article {
  margin: 1rem 0 1.5rem;
}
.list h2.entry-title {
  text-align: left;
}
.list h2.entry-title a {
  font-family: "source-sans-pro", sans-serif;
  font-style: italic;
  text-decoration: none;
  font-size: 25px;
  display: block;
}
.list .featured-post-image {
  height: auto;
  width: 140px;
  float: left;
  margin: 0 3% 0 0;
}
.list .byline {
  display: block;
  font-style: italic;
  color: #a7a6a6;
  font-size: 13px;
  margin-bottom: 0.5rem;
}
.list .entry-content {
  margin-top: 0;
}
.list .entry-content p {
  margin-bottom: 1rem;
}
.list .entry-footer-content {
  background: #f4f8fd;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  float: left;
  width: 75%;
  padding: 0.6rem 2.5%;
}
.list .entry-footer-content time.entry-date {
  padding: 0 1.5rem 0 0;
  display: inline-block;
}
.list .entry-footer-content span {
  font-size: 13px;
}
.list .entry-footer-content span a {
  font-size: 13px;
  text-decoration: none;
  font-style: italic;
}
.list .read-more {
  width: 24%;
  margin-left: 76%;
  display: block;
  padding: 0.7rem 0 0.65rem;
  text-align: center;
}

.wp-pagenavi {
  text-align: center;
  margin-bottom: 1.5rem;
}
.wp-pagenavi a,
.wp-pagenavi span.current {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #4978bc;
  padding: 8px 11px;
  margin: 2px 7px 7px;
}

.single article {
  margin-top: 15px;
}
.single .featured-post-image {
  width: 140px;
  float: left;
  margin: 0 3% 0 0;
}
.single .cat-links,
.single .cat-links a,
.single time.entry-date {
  font-size: 13px;
}
.single .cat-links a {
  text-decoration: none;
}
.single .entry-meta span {
  color: #a7a6a6;
}
.single .byline {
  display: block;
  font-style: italic;
  font-size: 13px;
  margin: 0.1rem 0 0.5rem;
}
.single .entry-footer {
  padding: 0.5rem 0 0.3rem;
  border-top: 1px solid #4978bc;
  border-bottom: 1px solid #4978bc;
  margin-bottom: 1.5rem;
}
.single .entry-footer p {
  margin-bottom: 0;
}

#comments .comments-title {
  margin-bottom: 1rem;
  font-size: 22px;
}
#comments .comments-title span {
  color: #4978bc;
  font-size: 22px;
  font-weight: 300;
  font-family: "source-sans-pro", sans-serif;
}
#comments article {
  margin-bottom: 1.5rem;
}
#comments .comment-meta a {
  font-size: 15px;
  color: #6e94ca;
  font-weight: normal;
  display: block;
}
#comments .comment-meta a:hover {
  color: #39609a;
}
#comments .comment-author {
  padding: 0.2rem 2% 0 0;
}
#comments .comment-author a {
  font-size: 16px;
}
#comments .comment-metadata {
  padding: 0 2% 0.5rem;
}
#comments .avatar {
  float: left;
  margin: 2px 2% 0 0;
}
#comments ol {
  margin-left: 0;
  list-style: none;
}
#comments ol li:before {
  counter-reset: none;
  content: "";
}
#comments ol .comment-content {
  margin-top: 0.5rem;
  padding: 0.5rem 0 0;
}
#comments ol .comment-content p {
  margin-bottom: 1rem;
}
#comments ol .says {
  display: none;
}
#comments ol .reply {
  display: block;
  float: right;
  margin-top: -0.2rem;
}
#comments ol .reply .comment-reply-link {
  padding: 0.3rem 1rem;
}
#comments ol ol {
  margin-left: 5%;
}
#comments ol footer {
  background-color: transparent;
  margin-top: 0;
}
#comments .required {
  color: #790000;
}
#comments .comment-awaiting-moderation {
  margin-bottom: 0;
  margin-top: 1rem;
  font-weight: bold;
}
#comments label {
  margin-bottom: 0.2rem;
  font-size: 15px;
}
#comments input[type=text],
#comments input[type=email],
#comments input[type=url],
#comments textarea {
  width: 100%;
  max-width: 500px;
  padding: 5px 1%;
}
#comments #commentform p {
  margin-bottom: 1rem;
}
#comments .form-submit {
  text-align: right;
  max-width: 500px;
}
#comments .form-submit input[type=submit] {
  padding: 0.3rem 1rem;
}

/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
#sidebar .widget_black_studio_tinymce p {
  color: #231f20;
}
#sidebar .widget_black_studio_tinymce a.button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#sidebar .widget_categories,
#sidebar .simple-section-nav {
  display: block;
}
#sidebar .widget_categories h3,
#sidebar .simple-section-nav h3 {
  text-align: left;
  padding-bottom: 0;
  line-height: 1.25;
  margin-bottom: 0;
}
#sidebar .widget_categories h3 a,
#sidebar .simple-section-nav h3 a {
  text-decoration: none;
  color: #8AC051;
  font-size: 28px;
  font-weight: 300;
  font-family: "source-sans-pro", sans-serif;
  padding: 5px 33px 5px 17px;
  display: block;
}
#sidebar .widget_categories h3 a:hover, #sidebar .widget_categories h3 a.current_page_item,
#sidebar .simple-section-nav h3 a:hover,
#sidebar .simple-section-nav h3 a.current_page_item {
  color: #fff;
  background: #8AC051;
}
#sidebar .widget_categories h3 a.current_page_item,
#sidebar .simple-section-nav h3 a.current_page_item {
  cursor: default;
}
#sidebar .widget_categories ul,
#sidebar .simple-section-nav ul {
  margin: 0;
  list-style: none;
}
#sidebar .widget_categories ul li a,
#sidebar .simple-section-nav ul li a {
  position: relative;
  padding: 7px 33px 7px 6.0714%;
  border-bottom: 1px solid #d6d6d6;
  display: block;
  color: #8AC051;
  text-decoration: none;
  font-weight: 400;
  font-family: "source-sans-pro", sans-serif;
}
#sidebar .widget_categories ul li a:hover,
#sidebar .simple-section-nav ul li a:hover {
  color: #fff;
  background: #8AC051;
}
#sidebar .widget_categories ul li a:after,
#sidebar .simple-section-nav ul li a:after {
  content: "›";
  position: absolute;
  top: 7px;
  right: 23px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 2px;
  height: 2px;
}
#sidebar .widget_categories ul li ul,
#sidebar .simple-section-nav ul li ul {
  border-bottom: 1px solid #d6d6d6;
}
#sidebar .widget_categories ul li ul li:first-child a,
#sidebar .simple-section-nav ul li ul li:first-child a {
  border: none;
}
#sidebar .widget_categories ul li ul a,
#sidebar .simple-section-nav ul li ul a {
  padding-left: 16.7857%;
  border: none;
}
#sidebar .widget_categories ul li ul a:after,
#sidebar .simple-section-nav ul li ul a:after {
  content: "";
}
#sidebar .widget_categories ul li ul ul,
#sidebar .simple-section-nav ul li ul ul {
  border-bottom: none;
}
#sidebar .widget_categories ul li ul ul a,
#sidebar .simple-section-nav ul li ul ul a {
  padding-left: 23%;
}
#sidebar .widget_categories ul li.current-cat a,
#sidebar .widget_categories ul li.current_page_item > a,
#sidebar .simple-section-nav ul li.current-cat a,
#sidebar .simple-section-nav ul li.current_page_item > a {
  color: #fff;
  background: #8AC051;
  cursor: default;
}
#sidebar .widget_categories ul li:first-child a,
#sidebar .simple-section-nav ul li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#sidebar .widget_categories h3 {
  color: #8AC051;
  padding: 5px 33px 6px 6.0714%;
}

#sidebar .simple-section-nav {
  display: none;
}

#sidebar .gform_widget li,
#sidebar .gform_widget .gform_wrapper .gform_footer {
  clear: none;
}
#sidebar .gform_widget .gform_wrapper .gform_footer {
  padding-top: 10px;
  text-align: right;
}
#sidebar .gform_widget .gform_wrapper .gform_footer input[type=submit] {
  padding: 0.3rem 1rem;
  width: auto;
}
#sidebar .gform_widget .gform_wrapper div.validation_error {
  display: none;
}
#sidebar .gform_widget .gform_wrapper .gfield_required {
  display: none;
}

.widget {
  margin: 0 0 1.5rem;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.widget_stories_widget {
  text-align: center;
}
.widget_stories_widget a.thumb {
  display: inline-block;
  margin: 2px;
  line-height: 0;
  width: 120px;
}
.widget_stories_widget img {
  display: inline-block;
}
.widget_stories_widget a.button {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.3rem 3rem;
}

.widget_stories_widget a.share-story-button {
  padding: 0.7rem 3rem;
}

.page-id-3012 .share-story-button {
  display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: left;
  position: relative;
  background-color: #F2F6FA;
  padding-top: 60px;
  border-top: 130px solid #002868;
}
.site-footer * {
  font-family: "source-sans-pro", sans-serif;
}
.site-footer p,
.site-footer strong,
.site-footer a {
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
  text-decoration: underline;
}
.site-footer p,
.site-footer a {
  color: #000;
}
.site-footer .widget-title {
  text-align: left;
}
.site-footer .get-in-touch ul li a i {
  font-size: 36px;
  color: #4B79BE;
}
.site-footer .get-in-touch ul li a:hover i, .site-footer .get-in-touch ul li a:focus i {
  color: #89BF51;
  text-decoration: none;
}

.menu-footer-navigation-container {
  margin: 0 auto;
  width: 300px;
}
.menu-footer-navigation-container ul li {
  width: 50%;
}

.footer-widget-container {
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 60px;
}

.menu-footer-navigation-container ul {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.menu-footer-navigation-container ul li {
  margin-bottom: 10px;
}
.menu-footer-navigation-container ul li a {
  font-family: "source-sans-pro", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: block;
  padding: 5px 0;
  font-size: 18px;
  line-height: 22px;
  color: #002868;
  text-transform: uppercase;
}
.menu-footer-navigation-container ul li:first-child a {
  border-top: 1px solid rgba(0, 0, 0, 0);
}
.menu-footer-navigation-container ul li:hover {
  color: #4978bc;
}
.menu-footer-navigation-container ul li.current-menu-item a {
  color: #2b4974;
  cursor: default;
}

.site-footer h3.widget-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  clear: both;
}

.site-footer .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .gform_wrapper form .gform_body {
  width: calc(100% - 130px);
}

.site-footer .gform_wrapper form .gform_body li,
.site-footer .gform_wrapper form .gform_body .ginput_container,
.site-footer .gform_wrapper form .gform_body input {
  margin: 0;
}

.site-footer .gform_wrapper form input {
  font-size: 20px !important;
  line-height: normal !important;
}

.site-footer .gform_wrapper form .gform_body input[type=email] {
  background-color: rgba(73, 120, 188, 0.2);
  border: none;
  border-radius: 4px;
  color: #35383C;
  padding: 14.5px !important;
}

.site-footer .gform_wrapper form .gform_footer {
  width: auto;
  margin: 0;
  padding: 0;
}

.site-footer .gform_wrapper form .gform_footer input[type=submit] {
  background-color: #8AC051;
  border-radius: 4px;
  color: #fff;
  border-color: #8AC051;
  padding: 12.5px 1rem;
  margin: 0 !important;
}

.site-footer .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #3a5fb0;
  border-color: #3a5fb0;
}

#sidebar h3.widget-title > a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

.get-in-touch {
  margin-top: 0.875rem;
}
.get-in-touch ul {
  list-style: none;
  margin-left: 0;
  text-align: center;
}
.get-in-touch ul li {
  position: relative;
  display: inline-block;
  margin: 0 6.25%;
}
.get-in-touch ul li:hover:before {
  background: #273d6d;
}
.get-in-touch ul li.facebook a, .get-in-touch ul li.twitter a {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
}
.get-in-touch ul li.twitter:before {
  background-color: #45b0e3;
}
.get-in-touch ul li.twitter:hover:before {
  background-color: #1e90c6;
}
.get-in-touch ul li.twitter a:after {
  width: 19px;
  height: 14px;
  left: 8px;
  background-position: -137px -59px;
}

.site-footer .gform_widget {
  max-width: 350px;
  margin: 2rem auto 0;
  padding: 0 18px;
}
.site-footer .gform_widget .gform_wrapper {
  margin-top: 0;
  max-width: none;
}
.site-footer .gform_widget .gform_heading {
  margin-bottom: 0.5rem;
}
.site-footer .gform_widget .gform_description {
  font-size: 20px;
  line-height: 1.25;
  color: #000;
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
}
.site-footer .gform_widget .top_label .gfield_label {
  font-size: 15px;
  font-weight: normal;
}
.site-footer .gform_widget div.validation_error {
  display: none;
}
.site-footer .gform_widget .top_label .gfield_error {
  width: 100%;
}
.site-footer .gform_widget li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
.site-footer .gform_widget .gfield_required {
  display: none;
}
.site-footer .gform_widget .top_label input.medium {
  width: 100% !important;
}
.site-footer .gform_widget .gform_footer {
  margin-top: 5px;
  padding-top: 0;
}
.site-footer .gform_widget .gform_footer input[type=submit] {
  float: right;
  padding: 0.3rem 1rem;
  width: auto;
}
.site-footer .gform_widget .gform_footer img {
  display: none;
}

.legal-info {
  background: #002868;
  padding: 0.7rem 18px 0;
  text-align: center;
}
.legal-info a, .legal-info p, .legal-info span {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: "source-sans-pro", sans-serif;
}
.legal-info a {
  line-height: 1.5;
  padding: 0 0.1rem;
  text-decoration: underline;
}
.legal-info a.current {
  color: #39609a;
  cursor: default;
}
.legal-info span {
  display: none;
}
.legal-info p {
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
  font-size: 14px;
  font-style: italic;
}

.social-media-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media-share ul li {
  display: inline-block;
  margin: 0 0.5em 0 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gform_confirmation_message_14 {
  border: 1px solid #4978bc;
  padding: 1rem;
  margin-top: 1rem;
  background-color: #f4f8fd;
}

@media all and (min-width: 43.75rem) {
  /*
   *  Styles for tablet and wider.
   */
  /*--------------------------------------------------------------
  General Styles
  --------------------------------------------------------------*/
  .mobile {
    display: none;
  }
  .non-mobile {
    display: block;
  }
  .lt-ie9 img {
    width: inherit;
  }
  /*--------------------------------------------------------------
  Typography
  --------------------------------------------------------------*/
  h1, h2, h3, h4, h5, h6,
h2 em, h3 em, h4 em, h5 em, h6 em,
h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    text-align: left;
    padding-bottom: 0;
  }
  h1 {
    font-size: 45px;
    text-align: center;
    padding: 0.2em 0;
  }
  h2, h2 em, h2 strong {
    font-size: 38px;
  }
  h3, h3 em, h3 strong {
    font-size: 28px;
  }
  h4, h4 em, h4 strong {
    font-size: 22px;
  }
  h5, h5 em, h5 strong {
    font-size: 22px;
  }
  h6, h6 em, h6 strong {
    font-size: 20px;
  }
  /*--------------------------------------------------------------
  Forms
  --------------------------------------------------------------*/
  body .gform_wrapper .gform_footer {
    text-align: right;
  }
  body .gform_wrapper .gform_footer input[type=submit] {
    width: auto;
  }
  /*--------------------------------------------------------------
  Header
  --------------------------------------------------------------*/
  .navigation {
    display: block;
  }
  .navigation ul {
    list-style: none;
    margin: 0;
  }
  .navigation li {
    float: left;
    position: relative;
  }
  .navigation a {
    display: block;
    text-decoration: none;
    padding: 17px 5px;
    font-family: "source-sans-pro", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
  }
  .navigation a:focus {
    outline: 1px solid #4978BC;
  }
  .navigation .menu > li > a {
    text-transform: uppercase;
  }
  .navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    z-index: 99999;
    background-color: #3d68a6;
  }
  .navigation ul ul ul {
    display: none;
  }
  .navigation ul ul a {
    width: 225px;
    border-top: 1px solid rgba(0, 0, 0, 0);
    padding: 10px 0 10px 9px;
  }
  .navigation ul ul a:hover, .navigation ul ul a:focus {
    background-color: #2e45a2;
    color: #ffffff;
  }
  .navigation ul ul li:first-child a {
    border-top: none;
  }
  .navigation ul ul li.current-menu-item > a {
    background-color: #34588d;
    color: #ffffff;
    font-weight: 600;
  }
  .navigation ul ul li.current-menu-item > a:hover {
    cursor: default;
  }
  .navigation ul ul li.current-menu-item > a:focus {
    cursor: default;
  }
  .navigation ul li:hover > ul {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 0 0;
  }
  .navigation ul li > ul:focus-within {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 0 0;
  }
  .navigation ul li.left-dropdown > ul {
    left: auto;
    right: 0;
  }
  .secondary-navigation {
    display: block;
    float: right;
  }
  .secondary-navigation #menu-secondary-navigation {
    padding-left: 0;
  }
  .secondary-navigation #menu-secondary-navigation > li {
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .secondary-navigation #menu-secondary-navigation > li.current-menu-item, .secondary-navigation #menu-secondary-navigation > li:hover {
    background-color: #3a5fb0;
  }
  .secondary-navigation #menu-secondary-navigation > li.current-menu-item > a, .secondary-navigation #menu-secondary-navigation > li:hover > a {
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation > li:focus {
    background-color: #3a5fb0;
  }
  .secondary-navigation #menu-secondary-navigation > li:focus > a {
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation > li.current-menu-item > a:hover {
    cursor: default;
  }
  .secondary-navigation #menu-secondary-navigation > li.current-menu-item > a:focus {
    cursor: default;
  }
  .secondary-navigation #menu-secondary-navigation > li > a {
    color: #ffffff;
    padding: 12px 12px 13px;
  }
  .secondary-navigation #menu-secondary-navigation > li > ul > li a {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }
  .secondary-navigation #menu-secondary-navigation > li > ul > li a:hover {
    background: #3a5fb0;
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation > li > ul > li a:focus {
    background: #3a5fb0;
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation > li > ul > li:first-child a {
    border-top: none;
  }
  .secondary-navigation #menu-secondary-navigation > li > ul > li.current-menu-item a {
    color: #fff;
  }
  .secondary-navigation #menu-secondary-navigation > li ul {
    z-index: 999999;
  }
  .secondary-navigation #menu-secondary-navigation > li ul li a {
    width: 200px;
  }
  .secondary-navigation #menu-secondary-navigation > li:hover ul {
    padding: 5px 0 0;
    background: #3a5fb0;
  }
  .secondary-navigation #menu-secondary-navigation > li:hover ul > li > a:hover {
    background-color: #2e45a2;
  }
  .secondary-navigation #menu-secondary-navigation > li:hover ul > li > a:focus {
    background-color: #2e45a2;
  }
  .secondary-navigation #menu-secondary-navigation > li:focus ul {
    padding: 5px 0 0;
    background: #3a5fb0;
  }
  .secondary-navigation #menu-secondary-navigation > li:focus ul > li > a:hover {
    background-color: #2e45a2;
  }
  .secondary-navigation #menu-secondary-navigation > li:focus ul > li > a:focus {
    background-color: #2e45a2;
  }
  .secondary-navigation #menu-secondary-navigation li.standout:hover a {
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation li.standout:focus a {
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation li.standout:active a {
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation li.standout a {
    color: #ffffff;
  }
  .secondary-navigation #menu-secondary-navigation li.standout a + ul.sub-menu a {
    color: #ffffff;
    font-weight: 400;
  }
  .secondary-navigation #menu-secondary-navigation li.standout a + ul.sub-menu a:hover {
    color: #657e38;
  }
  .secondary-navigation #menu-secondary-navigation li.standout a + ul.sub-menu a:focus {
    color: #657e38;
  }
  .secondary-navigation #menu-secondary-navigation li.standout a + ul.sub-menu li.current-menu-item a {
    color: #657e38;
  }
  .secondary-navigation #menu-secondary-navigation li.standout > a {
    background: #3a5fb0;
    padding: 2px 12px 2px;
    margin: 10px 0 11px 0;
  }
  .secondary-navigation #menu-secondary-navigation li.standout.current-menu-item > a {
    color: #ffffff;
    cursor: default;
  }
  .main-navigation {
    float: right;
    display: block;
  }
  .main-navigation #menu-primary-navigation > li:hover > a,
.main-navigation #menu-primary-navigation > li:focus > a,
.main-navigation #menu-primary-navigation > .current-menu-item > a {
    background-color: #3a5fb0;
  }
  .main-navigation #menu-primary-navigation > .current-menu-item:hover > a,
.main-navigation #menu-primary-navigation > .current-menu-item:focus > a {
    cursor: default;
  }
  #menu-primary-navigation > li.secondary-item {
    display: none;
  }
  #menu-primary-navigation > li:nth-last-child(1),
#menu-primary-navigation > li:nth-last-child(2),
#menu-primary-navigation > li:nth-last-child(3) {
    display: none;
  }
  .search-form {
    display: block !important;
    position: static;
    float: right;
    width: auto;
    padding: 9px 0 0 0;
    margin-right: 1.2765957447%;
  }
  .search-form input[type=search] {
    padding: 0;
    width: 0;
    float: left;
    height: 23px;
  }
  .search-form label {
    display: none;
  }
  .search-form input[type=submit] {
    height: 23px;
    width: 23px;
    background: rgba(0, 0, 0, 0);
    position: static;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .search-form input[type=submit]:hover, .search-form input[type=submit]:focus {
    background-color: #99b467;
  }
  .search-form input[type=submit]:focus, .search-form input[type=submit]:active {
    background-color: #89a752;
  }
  .search-form.active label {
    display: block;
  }
  .search-form.active input[type=search] {
    padding: 2px 4px;
    width: 100%;
  }
  .search-form.active input[type=submit] {
    background: #8AC051;
  }
  .lt-ie9 .search-form input[type=submit] {
    height: 22px;
  }
  .site-branding a:before {
    top: -15px;
    background-size: 300px 300px;
    width: 225px;
    height: 76px;
  }
  .lt-ie9 .site-branding a:before {
    background: transparent url("../img/sprite.png") no-repeat 0 -113px;
    height: 84px;
    width: 225px;
  }
  /*--------------------------------------------------------------
  Pages
  --------------------------------------------------------------*/
  #primary {
    padding-bottom: 60px;
  }
  #main {
    float: left;
    width: 68.085106383%;
  }
  .hentry {
    margin: 0 0 1.5em;
  }
  .list-icons ul li:before {
    background: url("../img/sprite.png") no-repeat -363px 0;
    background-size: 450px 450px;
  }
  .list-icons ul li:first-child:before {
    background-position: -263px 0;
  }
  .list-icons ul li:last-child:before {
    background-position: -308px 0;
  }
  .list-icons ul li.last:before {
    background-position: -308px 0;
  }
  .large-text p {
    font-size: 25px;
  }
  .large-text a.button {
    font-size: 20px;
  }
  .icon p:nth-last-child(2) {
    padding-left: 75px;
  }
  .icon .second-last {
    padding-left: 75px;
  }
  .lt-ie9 .icon h3,
.lt-ie9 .icon p,
.lt-ie9 .icon .second-last {
    padding-left: 112px;
  }
  .lt-ie9 .icon:before {
    height: 96px;
    width: 83px;
    top: 7px;
    background: url("../img/sprite.png") no-repeat -367px -68px;
  }
  .lt-ie9 .icon.tick:before {
    top: 6px;
    height: 98px;
    width: 100px;
    background-position: -350px -183px;
  }
  .lt-ie9 .icon.bubbles:before {
    top: 10px;
    height: 70px;
    width: 100px;
    background-position: -350px -306px;
  }
  .icon.donate h3, .icon.donate p,
.icon.support h3,
.icon.support p,
.icon.volunteer h3,
.icon.volunteer p,
.icon.stay-informed h3,
.icon.stay-informed p {
    padding-left: 0;
  }
  .icon.donate:before,
.icon.support:before,
.icon.volunteer:before,
.icon.stay-informed:before {
    background: none;
    height: 0;
    width: 0;
  }
  .icon.donate h2:before,
.icon.support h2:before,
.icon.volunteer h2:before,
.icon.stay-informed h2:before {
    height: 100px;
    width: 100px;
    margin: 0 4% 0 0.2em;
    background: url("../img/get-involved-icons.png") no-repeat 0 0;
    background-size: 220px 220px;
  }
  .icon.donate p:nth-last-child(2),
.icon.support p:nth-last-child(2),
.icon.volunteer p:nth-last-child(2),
.icon.stay-informed p:nth-last-child(2) {
    padding-left: 0;
  }
  .icon.donate .second-last,
.icon.support .second-last,
.icon.volunteer .second-last,
.icon.stay-informed .second-last {
    padding-left: 0;
  }
  .icon.support h2:before {
    background-position: -120px 0;
  }
  .icon.volunteer h2:before {
    background-position: 0 -120px;
  }
  .icon.stay-informed h2:before {
    background-position: -120px -124px;
  }
  /*--------------------------------------------------------------
  Home Page
  --------------------------------------------------------------*/
  .home #primary #main {
    width: 100%;
  }
  .home #primary h2 {
    font-size: 45px;
    font-weight: 200;
    line-height: 1.5;
    margin-top: 0;
  }
  .home #primary h4 {
    margin-bottom: 0.5em;
    color: #363636;
  }
  .home #primary div.homepage-callout {
    margin: -1.25em auto 1.5em auto;
    padding: 10px;
    text-align: center;
  }
  .home #primary div.homepage-callout a.button {
    background-color: #ffffff;
    color: #4978BC;
    text-decoration: underline;
    margin-top: 0;
    padding: 1px 0.75em;
    border: none;
    border-left: 1px solid #4978BC;
    font-size: 18px;
    font-weight: normal;
  }
  .home #primary div.homepage-callout a.button:hover, .home #primary div.homepage-callout a.button:focus {
    color: #39609a;
  }
  .home #primary div.homepage-callout a.button:first-child {
    border-left: none;
    padding: 3px 0;
    text-transform: uppercase;
  }
  .home #primary div.homepage-callout a.button:first-child:after {
    content: ":";
  }
  .home #primary div.homepage-callout a.button:first-child + a.button {
    border-left: none;
  }
  .home #primary .column-grid-2 h4 {
    min-height: 0;
    font-size: 26px;
    font-weight: 300;
  }
  .home #primary .column-grid-2 h3 {
    margin-top: 0;
  }
  .home #primary a.button {
    padding: 0.5em 0.5em;
    line-height: 1;
  }
  .home #primary .large-text a.button {
    margin-top: 1em;
    font-weight: 600;
    width: auto;
    padding: 0.4em 1.5em;
  }
  .home #primary .block,
.block {
    padding: 25px 0 4px;
  }
  .home #primary .block img,
.block img {
    margin-right: 3.9361702128%;
  }
  .home #primary .block h3,
.block h3 {
    font-size: 38px;
    font-weight: 200;
    margin: 0 0 0.4em;
    line-height: 1.1;
  }
  .home #primary .block .alignleft,
.block .alignleft {
    float: left;
  }
  /*--------------------------------------------------------------
  Scientist Page and Children
  --------------------------------------------------------------*/
  .scientist {
    margin-bottom: 1.5em;
  }
  .scientist .scientist-photo {
    width: auto;
    margin: 0.5em 1em 0.5em 0;
  }
  .scientist .scientist-photo:hover, .scientist .scientist-photo:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .scientist div.scientist-photo:focus,
.scientist div.scientist-photo:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .scientist .scientist-name {
    padding-bottom: 0;
  }
  .scientist .scientist-name a {
    font-size: 28px;
  }
  /*--------------------------------------------------------------
  No Sidebar Template and Lyme Disease Stories Grid
  --------------------------------------------------------------*/
  .no-sidebar #main {
    float: none;
    width: auto;
    padding-right: 0;
  }
  #stories-grid .story-block {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #stories-grid .no-story {
    display: block;
    float: left;
    height: 156px;
    width: 156px;
    position: relative;
    overflow: hidden;
  }
  #stories-grid .no-story img {
    display: block;
  }
  #stories-grid .no-story .name {
    position: absolute;
    bottom: -70px;
    left: 0;
    text-align: center;
    font-family: "source-sans-pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    background: rgb(147, 147, 147);
    background: rgba(147, 147, 147, 0.85);
    color: #ffffff;
    width: 100%;
    padding: 0.45em 0.1em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #stories-grid .no-story:hover .name, #stories-grid .no-story:focus .name {
    bottom: 0;
  }
  #stories-grid .story {
    height: 312px;
    width: 312px;
    position: relative;
    overflow: hidden;
  }
  #stories-grid .story .name-location {
    position: absolute;
    bottom: 0;
    background: rgb(73, 120, 188);
    background: rgba(73, 120, 188, 0.75);
    width: 100%;
    padding: 2px 5px 7px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  #stories-grid .story .name {
    font-size: 28px;
    color: #ffffff;
    padding-top: 0;
  }
  #stories-grid .story .location {
    color: #bcd0ec;
  }
  #stories-grid .story .quote-button {
    position: absolute;
    z-index: 999;
    top: 312px;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    background: rgb(73, 120, 188);
    background: rgba(73, 120, 188, 0.75);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
  }
  #stories-grid .story .quote {
    color: #ffffff;
    font-family: "source-sans-pro", sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #stories-grid .story .button {
    width: auto;
    margin: 30px auto 0;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1.5em 0.4em;
    border: 2px solid #ffffff;
  }
  #stories-grid .story .button:hover, #stories-grid .story .button:focus {
    color: #ffffff;
  }
  #stories-grid .story:hover .name-location {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #stories-grid .story:hover .quote-button {
    top: 0;
  }
  #stories-grid .story:focus .name-location {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #stories-grid .story:focus .quote-button {
    top: 0;
  }
  #stories-grid .story:focus-within .name-location {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #stories-grid .story:focus-within .quote-button {
    top: 0;
  }
  /*--------------------------------------------------------------
  Blog
  --------------------------------------------------------------*/
  .list h2.entry-title {
    padding-bottom: 0.3em;
  }
  .list h2.entry-title a {
    font-size: 38px;
    line-height: 1.1;
  }
  .wp-pagenavi {
    margin-top: 2.5em;
  }
  .single .featured-post-image {
    width: 186px;
  }
  #comments .comments-title {
    font-size: 28px;
  }
  #comments .comments-title span {
    font-size: 28px;
  }
  /*--------------------------------------------------------------
  Sidebar
  --------------------------------------------------------------*/
  #sidebar {
    margin-top: 1em;
    margin-left: calc(68.085106383% + 8px);
    padding: 0 0 0 8px;
    border-left: 1px solid #d6d6d6;
  }
  #sidebar h3 {
    line-height: 1.1;
    margin-bottom: 0.3em;
  }
  #sidebar .simple-section-nav {
    display: block;
  }
  #sidebar .gform_widget .gform_wrapper .gform_heading {
    margin-bottom: 0.5em;
  }
  #sidebar .gform_widget .gfield_label {
    font-size: 15px;
  }
  #sidebar .gform_widget .description,
#sidebar .gform_widget .gfield_description {
    clear: none;
  }
  .widget_stories_widget {
    text-align: left;
  }
  .widget_stories_widget a.thumb {
    margin: 1px;
    width: 68px;
  }
  .widget_stories_widget a.thumb:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .widget_stories_widget a.thumb:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .widget_stories_widget a.button {
    width: 100%;
    padding: 0.3em 0.5em;
    text-align: center;
  }
  /*--------------------------------------------------------------
  Footer
  --------------------------------------------------------------*/
  .site-footer {
    text-align: left;
    padding-top: 96px;
  }
  .site-footer .footer-widget-container {
    padding-bottom: 20px;
  }
  .site-footer h3.widget-title {
    margin-bottom: 0.5em;
  }
  .site-footer .menu-footer-navigation-container,
.site-footer #menu-footer-navigation,
.site-footer .widget-1 {
    text-align: center;
  }
  .site-footer .get-in-touch {
    margin: 0;
  }
  .site-footer .get-in-touch ul li.twitter {
    margin-left: 0;
  }
  .site-footer .get-in-touch ul li.facebook a:after {
    background-position: -424px 0;
  }
  .site-footer .gform_widget {
    max-width: none;
    margin-top: 0;
    padding: 0;
  }
  .site-footer .legal-info {
    text-align: center;
    padding-bottom: 0.5em;
    margin-top: 0;
  }
  .site-footer .legal-info a, .site-footer .legal-info p, .site-footer .legal-info span {
    font-size: 18px;
  }
  .site-footer .legal-info span {
    display: block;
    line-height: 0.8rem;
  }
  .site-footer .legal-info p {
    display: inline;
  }
  /*--------------------------------------------------------------
  Vimeo Embeds / Responsive video
  --------------------------------------------------------------*/
  .embed-container {
    margin-bottom: 0;
  }
}
@media all and (min-width: 49.6875rem) {
  /*
   *  Styles for tablet large and wider.
   */
  /*--------------------------------------------------------------
  Header
  --------------------------------------------------------------*/
  .navigation a {
    padding: 15px 13px;
  }
}
@media all and (min-width: 58.75rem) {
  /*
   *  Styles for desktop and wider.
   */
  /*--------------------------------------------------------------
  Typography
  --------------------------------------------------------------*/
  h1 {
    font-size: 45px;
    text-align: center;
    padding: 0.25em 1.2em;
  }
  /*--------------------------------------------------------------
  Header
  --------------------------------------------------------------*/
  .site-content {
    width: 940px;
    margin: 0 auto;
  }
  .desktop-container {
    width: 100%;
    max-width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
  /*--------------------------------------------------------------
  Pages
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Home Page
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Single Lyme Disease Story
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Blog
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  Footer
  --------------------------------------------------------------*/
}
@media (min-width: 58.75rem) and (min-width: 1440px) {
  .desktop-container {
    max-width: calc(100% - 140px);
  }
}
@media all and (min-width: 58.75rem) {
  .search-form {
    margin-right: 0;
  }
}
@media all and (min-width: 58.75rem) {
  .site-branding a {
    width: 262px;
    margin-left: 0;
  }
  .site-branding a:before {
    background: url("../img/sprite.png") no-repeat 0 0;
    background-size: 450px 450px;
    width: 100%;
    height: 96px;
    top: -25px;
  }
}
@media all and (min-width: 58.75rem) {
  .featured-image + #primary .entry-header h1 {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
}
@media all and (min-width: 58.75rem) {
  #primary {
    padding: 0 18px;
  }
}
@media all and (min-width: 58.75rem) {
  .home #primary {
    padding: 0 18px;
  }
}
@media all and (min-width: 58.75rem) {
  .icon p:nth-last-child(2) {
    padding-left: 112px;
  }
  .icon h3,
.icon p,
.icon .second-last {
    padding-left: 112px;
  }
  .icon:before {
    height: 96px;
    width: 83px;
    top: 7px;
    background: url("../img/sprite.png") no-repeat -367px -68px;
    background-size: 450px 450px;
  }
  .icon.tick:before {
    top: 6px;
    height: 98px;
    width: 100px;
    background-position: -350px -183px;
  }
  .icon.bubbles:before {
    top: 10px;
    height: 70px;
    width: 100px;
    background-position: -350px -306px;
  }
}
@media all and (min-width: 58.75rem) {
  .home #primary h3 {
    margin-bottom: 0.69em;
  }
  .home #primary h4 {
    margin-bottom: 1em;
    min-height: 80px;
  }
  .home #primary div.homepage-callout {
    max-width: 67.5%;
  }
  .home #primary .column-grid-5 .column-span-1 {
    width: 17%;
  }
  .home #primary .column-grid-5 .column {
    margin-right: 3.75%;
  }
  .home #primary .column-grid-5 .column-last {
    margin-right: 0;
  }
}
@media all and (min-width: 58.75rem) {
  .home #primary .block h3,
.block h3 {
    clear: none;
  }
}
@media all and (min-width: 58.75rem) {
  body.single-story .featured-post-image {
    width: 312px;
  }
}
@media all and (min-width: 58.75rem) {
  .blog-list .entry-footer-content {
    width: 82%;
  }
  .blog-list .read-more {
    width: 17%;
    margin-left: 83%;
  }
}
@media all and (min-width: 58.75rem) {
  .single .featured-post-image {
    width: 280px;
  }
}
@media all and (min-width: 58.75rem) {
  .site-footer .footer-widget-container {
    padding: 0;
  }
  .site-footer .menu-footer-navigation-container {
    width: 100%;
    text-align: left;
  }
  .site-footer .menu-footer-navigation-container ul {
    margin-bottom: 0.3em;
  }
  .site-footer .menu-footer-navigation-container li {
    float: left;
    width: calc(50% - 10px);
  }
  .site-footer .menu-footer-navigation-container li:nth-child(even) {
    margin-left: 10px;
  }
  .site-footer .menu-footer-navigation-container li.even {
    margin-left: 10px;
  }
  .site-footer .menu-footer-navigation-container li:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }
  .site-footer .menu-footer-navigation-container li.second {
    border-top: 1px solid rgba(0, 0, 0, 0);
  }
  .site-footer .menu-footer-navigation-container a {
    padding: 11px 0;
  }
  .site-footer .get-in-touch {
    margin-top: 0;
  }
  .site-footer .get-in-touch ul li.twitter,
.site-footer .get-in-touch ul li.facebook {
    margin: 0 6px 0 5px;
  }
  .site-footer .get-in-touch ul li.twitter a,
.site-footer .get-in-touch ul li.facebook a {
    text-decoration: none;
  }
  .site-footer .get-in-touch ul li.twitter a:hover, .site-footer .get-in-touch ul li.twitter a:focus,
.site-footer .get-in-touch ul li.facebook a:hover,
.site-footer .get-in-touch ul li.facebook a:focus {
    text-decoration: underline;
  }
  .site-footer .get-in-touch ul li.twitter {
    margin-left: 0;
  }
  .site-footer .get-in-touch ul li.facebook {
    margin-right: 0;
  }
  .site-footer .get-in-touch a[href^=tel] {
    text-decoration: none;
  }
  .site-footer .get-in-touch a[href^=tel]:hover, .site-footer .get-in-touch a[href^=tel]:focus {
    text-decoration: underline;
  }
  .site-footer .gform_widget {
    margin-top: 0;
  }
  .site-footer .legal-info a, .site-footer .legal-info p, .site-footer .legal-info span {
    font-size: 18px;
  }
  .site-footer .legal-info span {
    display: inline-block;
  }
}
@media all and (min-width: 58.75rem) {
  .single .listen img {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 58.75rem) and (min-width: 992px) {
  .page-template-page-template-podcasts .site-main > .row > div:nth-of-type(2n+1) {
    border-right: 1px solid #4978bc;
  }
}
@media all and (min-width: 58.75rem) {
  .page-template-page-template-podcasts #main {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 58.75rem) {
  .page-template-page-template-podcasts article .button {
    padding: 10px 2.5rem;
    background-color: #8AC051;
    border-color: #8AC051;
    border-radius: 5px;
  }
  .page-template-page-template-podcasts article .button:hover, .page-template-page-template-podcasts article .button:focus {
    background-color: #3a5fb0;
    border-color: #3a5fb0;
  }
}
@media all and (min-width: 58.75rem) {
  .page-template-page-template-podcasts .listen img {
    height: 40px;
  }
}
@media all and (min-width: 58.75rem) {
  .page-template-page-template-podcasts .alignleft {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media all and (min-width: 58.75rem) {
  .page-template-page-template-podcasts article h3 {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 58.75rem) {
  .single .listen .button {
    padding: 10px 2.5rem;
    background-color: #8AC051;
    border-color: #8AC051;
    border-radius: 5px;
  }
  .single .listen .button:hover, .single .listen .button:focus {
    background-color: #3a5fb0;
    border-color: #3a5fb0;
  }
}
@media all and (min-width: 58.75rem) {
  .category-podcast .entry-footer {
    display: none;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  #masthead {
    display: none;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3,
h4,
h5,
h6 {
    page-break-after: avoid;
  }
}
/*--------------------------------------------------------------
Video Library
--------------------------------------------------------------*/
.player-wrap {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 20px;
  background-color: #2d2c37;
  color: #fff;
  position: relative;
}

.video_library ul {
  list-style-type: disc;
  margin: 0;
}

.player-and-sidebar,
.player-video,
.balf-video {
  position: relative;
}

.single-cat-title {
  display: none;
}

.player-video,
.balf-video {
  background-color: #212128;
  width: calc(100% - 326px);
  height: 345px;
}

.balf-video iframe {
  max-width: 100%;
  max-height: 100%;
}

.player-wrap .video-title-head {
  width: calc(100% - 326px);
  max-width: 100%;
}

.player-wrap .video-title {
  font-size: 26px;
  font-weight: 100;
  margin: 20px 0 5px;
  padding: 0;
  border: none;
  text-align: left;
  color: #fff;
}

.player-wrap::after,
.advert-notice::after,
.player-wrap .video-title::after,
.related-videos::after {
  content: "";
  display: table;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.player-wrap .share-video {
  height: 21px;
  display: inline-block;
  background-image: url("../img/share-icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  padding-left: 30px;
  letter-spacing: 0;
  position: relative;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: opacity 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: opacity 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.player-wrap .share-video:hover {
  cursor: pointer;
}

.player-wrap .share-video.active,
.share-links li a.fadein,
.taxonomy-list.active {
  display: block;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
}

.share-tooltip {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -20px;
  margin-top: 20px;
  color: #8d8d93;
  background-color: #42424b;
  border: 1px solid #535356;
  border-left: none;
  z-index: 2000;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.11);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: opacity 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: opacity 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.player-wrap .share-video.active .share-tooltip {
  visibility: visible;
}

.player-wrap .share-video.fadein .share-tooltip,
.player-wrap .share-video.fadein .share-tooltip::before {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
}

.share-tooltip div {
  padding: 30px 20px;
}

.share-tooltip::before {
  content: " ";
  background-image: url("../img/tooltip-modal-arrow-dark.png");
  background-color: transparent;
  background-repeat: no-repeat;
  width: 32px;
  height: 14px;
  position: absolute;
  top: -14px;
  left: 45px;
  z-index: 2500;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: opacity 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: opacity 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.share-links {
  padding: 0;
  margin: 0;
  display: block;
  height: 78px;
}

.share-links li {
  list-style: none;
  width: 88px;
  height: 100%;
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}

.share-links li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #8d8d93;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: all 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: all 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: all 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.share-links li a span {
  text-decoration: none;
  color: #8d8d93;
  font-size: 12px;
}

.share-links li a:hover {
  color: #fff;
  top: -5px;
}

.share-links li a:hover span {
  color: #fff;
}

.share-links li.share-facebook a {
  background-image: url("../img/share-icon-facebook.png");
}

.share-links li.share-twitter a {
  background-image: url("../img/share-icon-twitter.png");
}

.share-links li.share-email a {
  background-image: url("../img/share-icon-email.png");
}

.share-links li span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.taxonomy-sidebar {
  width: 306px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.taxonomy-list-tabs {
  background-color: #2d2c37;
  width: 100%;
  height: 47px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.11);
  margin: 0;
}

.taxonomy-list-tabs li {
  float: left;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #8d8d93;
  -webkit-transition: color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.taxonomy-list-tabs li a {
  display: block;
  width: 100%;
  padding: 5px 0 15px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #8d8d93;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  border-bottom: 3px solid #2d2c37;
  -webkit-transition: all 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: all 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.taxonomy-list-tabs li a.active {
  display: block;
  color: #fff;
  border-bottom: 3px solid #535bff;
}

.taxonomy-list {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: opacity 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: opacity 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  margin: 0;
}
.taxonomy-list::-webkit-scrollbar {
  width: 8px;
}
.taxonomy-list::-webkit-scrollbar-track {
  background-color: #212128;
  border-radius: 10px;
}
.taxonomy-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

.taxonomy-list li {
  list-style: none;
}

.taxonomy-list.active li {
  list-style: none;
  border: 1px solid #42424b;
  background-color: #212128;
  border-radius: 3px;
  background-clip: padding-box;
  margin-top: 5px;
  -webkit-box-shadow: 0.5px 0.87px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0.5px 0.87px 2px 0 rgba(0, 0, 0, 0.5);
}

.taxonomy-list-subtitle:hover {
  background-color: #4a4a54;
  cursor: pointer;
}

.taxonomy-list li.first {
  margin-top: 47px !important;
}

.taxonomy-list-subtitle {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  background-color: #42424b;
  color: #fefeff;
  padding: 17px 20px 17px 10px;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.taxonomy-list ul {
  display: none;
  padding: 10px 0 5px;
  list-style: none;
}

.taxonomy-list ul li {
  position: relative;
  border: none !important;
  margin: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.taxonomy-list li:last-child {
  margin-bottom: 24px;
}

.taxonomy-list a {
  color: #8d8d93;
  text-decoration: none;
  -webkit-transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.taxonomy-list a span,
.taxonomy-list a h4 {
  color: #8d8d93;
  text-decoration: none;
  -webkit-transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: background-color 0.5s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.taxonomy-list ul li a {
  display: block;
  padding: 5px 10px 5px 0;
  background-image: url("../img/watch-now-icon.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.taxonomy-list ul li a.visited,
.taxonomy-list ul li a:visited {
  background-image: url("../img/check.png");
}

.taxonomy-list ul li .img-wrap {
  width: 54px;
  height: 44px;
  display: block;
}

.taxonomy-list ul li .img-wrap img {
  width: 100%;
  height: 100%;
  padding-left: 7px;
  border-left: 3px solid transparent;
}

.taxonomy-list ul li div:last-of-type {
  position: absolute;
  top: 12px;
  left: 68px;
  width: 175px;
}

.taxonomy-list ul li div h4 {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

.taxonomy-list ul li div span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
}

.taxonomy-list ul li a.current {
  background-image: url("../img/orange-play-icon.png");
  background-position: right 13px center;
  background-repeat: no-repeat;
  color: #fff;
}

.taxonomy-list ul li a.current img {
  border-left: 3px solid #ff814a;
}

.taxonomy-list ul li a.current h4,
.taxonomy-list ul li a.current span {
  color: #fff;
}

.taxonomy-list-subtitle .taxonomy-list-cta {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  color: #8d8d93;
  letter-spacing: 0;
}

.taxonomy-list-subtitle::before {
  content: " ";
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 14px;
  height: 8px;
  background-image: url("../img/arrow-up.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  -o-transition: all 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
  transition: all 0.25s cubic-bezier(0.09, 0.5, 0.35, 0.98);
}

.taxonomy-list-subtitle.active::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sidebar-column {
  width: 308px;
  height: 486px;
  float: right;
  margin: 18px;
  background-color: #f9f9f9;
  border: 1px solid #dadbdd;
}

.single-video-sidebar .sidebar-ad {
  padding: 3px;
}

.advert-notice {
  display: block;
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

.single-video-sidebar .advert-notice {
  color: #8d8d93;
}

.content-column {
  width: 100%;
  float: left;
  background-color: #fff;
}

.single-video-description {
  font-size: 14px;
}

.content-column .content-column-section {
  padding: 30px 20px;
  border: 1px solid #dadbdd;
  border-top: none;
}

.single-video-lower {
  margin: 20px 40px 40px;
}

.single-video-description .single-video-details-tabs {
  list-style: none;
}

.single-video-description .single-video-details-tabs li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 1px solid #daddbb;
}

.single-video-description .single-video-details-tabs li:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}

.single-video-description .single-video-details-tabs li.active,
.single-video-description .single-video-details-tabs li:hover {
  cursor: pointer;
}

.single-video-description .content-column-section.grey-section {
  padding-right: 0;
}

.content-column .content-column-section.grey-section .video-description-heading {
  margin-bottom: 10px;
}

.single-video-description .video-description-heading {
  color: #888996;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: inline-block;
}

.single-video-description .video-description-heading {
  padding-bottom: 0;
  font-weight: 600;
}

.single-video-description .single-video-details-tabs li.active .video-description-heading,
.single-video-description .single-video-details-tabs li:hover .video-description-heading {
  color: #535bff;
}

@media (max-width: 991px) {
  .content-column .content-column-section.grey-section .video-description-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .content-column {
    width: 100% !important;
  }
  .player-wrap .video-title-head {
    float: none;
  }
  .player-wrap .video-title-head,
.player-video,
.balf-video {
    width: 100%;
  }
  .taxonomy-list-tabs li a {
    padding-top: 20px;
  }
  .taxonomy-list li.first {
    margin-top: 63px !important;
  }
  .taxonomy-sidebar {
    position: relative;
    margin-top: 20px;
    width: 100% !important;
    height: auto !important;
    border-top: 1px solid #42424b;
  }
  .taxonomy-list,
.taxonomy-list .jspContainer,
.taxonomy-list .jspPane {
    height: auto !important;
    position: relative !important;
    overflow: visible !important;
  }
  .taxonomy-list.jspScrollable {
    overflow-y: scroll !important;
  }
}
.jspPane {
  position: absolute;
  width: 100%;
}

@media (min-width: 1300px) {
  .player-wrap .video-title {
    font-size: 42px;
    margin: 40px 20px 5px;
    letter-spacing: -1px;
  }
  .player-wrap .share-video {
    margin-left: 20px;
    font-size: 14px;
  }
}
.iframe-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 20px;
  width: 100%;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------------------------------
Vimeo Embeds / Responsive video
--------------------------------------------------------------*/
.embed-container {
  max-width: 100%;
  height: 0;
  margin-bottom: 0.5em;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
}

.map-container {
  padding-bottom: 125%;
}
@media (min-width: 768px) {
  .map-container {
    padding-bottom: 56.25%;
  }
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.embed-container > span {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
}

.hideUntilLoad {
  display: none;
}

@media (min-width: 768px) {
  #stories-grid .story-block {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #stories-grid .no-story {
    display: block;
    float: left;
    height: 156px;
    width: 156px;
    position: relative;
    overflow: hidden;
  }
  #stories-grid .no-story img {
    display: block;
  }
  #stories-grid .no-story .name {
    position: absolute;
    bottom: -70px;
    left: 0;
    text-align: center;
    font-family: "source-sans-pro", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    background: #939393;
    background: rgba(147, 147, 147, 0.85);
    color: #fff;
    width: 100%;
    padding: 0.45em 0.1em;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #stories-grid .no-story:hover .name {
    bottom: 0;
  }
  #stories-grid .story {
    height: 312px;
    width: 312px;
    position: relative;
    overflow: hidden;
  }
  #stories-grid .story .name-location {
    position: absolute;
    bottom: 0;
    background: #4978bc;
    background: rgba(73, 120, 188, 0.75);
    width: 100%;
    padding: 2px 5px 7px;
    opacity: 1;
    filter: alpha(opacity=100);
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  #stories-grid .story .name a {
    font-size: 28px;
    font-size: 1.75rem;
    color: #fff;
    padding-top: 0;
  }
  #stories-grid .story .location {
    color: #bcd0ec;
  }
  #stories-grid .story .quote-button {
    position: absolute;
    z-index: 999;
    top: 312px;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 60px;
    background: #4978bc;
    background: rgba(73, 120, 188, 0.75);
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
  }
  #stories-grid .story .quote {
    color: #fff;
    font-family: "source-sans-pro", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 400;
    font-style: italic;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
  #stories-grid .story .button {
    width: auto;
    margin: 30px auto 0;
    text-align: center;
    display: inline-block;
    padding: 0.5em 1.5em 0.4em;
    border: 2px solid #fff;
  }
  #stories-grid .story:hover .name-location {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  #stories-grid .story:hover .quote-button {
    top: 0;
  }
}
/* Homepage Redesign 2019 */
.home .site-content {
  width: 100%;
}

.home #primary {
  padding-bottom: 0;
}

.home #main section {
  position: relative;
}
.home #main section .title-wrapper h2 {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: normal;
  text-transform: none;
  color: #35383C;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 16px;
}

.main-navigation {
  max-width: calc(100% - 25px);
}

@media (min-width: 1300px) {
  #menu-primary-navigation > li > a {
    font-size: 18px;
    line-height: 1.25;
    padding: 15px 10px;
    font-weight: 600;
  }
}
@media (max-width: 1299px) {
  #menu-primary-navigation > li > a {
    font-size: 15px;
  }
}
#menu-primary-navigation .sub-menu li a {
  font-size: 16px;
  line-height: 1.25;
}
@media (max-width: 1299px) {
  #menu-primary-navigation .sub-menu li a {
    font-size: 14px;
  }
}

body .secondary-navigation #menu-secondary-navigation > li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}

#menu-primary-navigation li.standout a {
  background-color: #8AC051;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 14px 10px;
}
@media (max-width: 1299px) {
  #menu-primary-navigation li.standout a {
    font-size: 16px;
    line-height: 20px;
  }
}

.desktop-container-fluid {
  max-width: 1920px;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

#gallery_slider_section {
  margin-bottom: 40px;
  overflow: hidden;
}
#gallery_slider_section .slider {
  position: relative;
}
#gallery_slider_section .single-image {
  position: relative;
  height: 0;
  padding-bottom: 51.46%;
}
@media (min-width: 768px) {
  #gallery_slider_section .single-image {
    padding-bottom: 25.73%;
  }
}
#gallery_slider_section .single-image img {
  min-width: 100%;
  display: block;
}
#gallery_slider_section .slide-item {
  width: 12.5%;
}
#gallery_slider_section .slide-item.width-2 {
  width: 25%;
}
#gallery_slider_section .slide-item.width-3 {
  width: 12.5%;
}
#gallery_slider_section .slide-item.width-3 .photo-wrapper {
  padding-bottom: 200%;
}
#gallery_slider_section .slide-item.width-4 {
  width: 25%;
}
#gallery_slider_section .slide-item.width-4 .photo-wrapper {
  padding-bottom: 50%;
}
#gallery_slider_section .slide-item .photo-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  width: 100%;
}
#gallery_slider_section .slide-item .photo-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
#gallery_slider_section .slick-list {
  padding: 0 !important;
}
#gallery_slider_section .overlay-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #4978BC;
  padding: 8px 28px;
  width: auto;
  text-align: left;
}
@media (max-width: 991px) {
  #gallery_slider_section .overlay-text {
    width: 100%;
    position: relative;
    padding: 8px 18px;
    text-align: center;
  }
}
#gallery_slider_section .overlay-text span {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
#gallery_slider_section .secondary-text {
  background-color: #002868;
  text-align: center;
  padding: 0.75rem 1rem;
}
#gallery_slider_section .secondary-text span {
  font-size: 1.4rem;
  line-height: 1.44;
  color: #fff;
  font-weight: 300;
  font-family: "source-sans-pro", sans-serif;
}

.overlay-button {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.news_section {
  margin-bottom: 50px;
}

#foundation_news_section .title-wrapper {
  position: relative;
  margin-bottom: 16px;
}
#foundation_news_section .title-wrapper::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #4978BC;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
#foundation_news_section .title-wrapper h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #ffffff;
  margin-bottom: 0 !important;
  padding-right: 9px;
  color: #4978BC !important;
}
#foundation_news_section .slide-item {
  position: relative;
  overflow: hidden;
  border-radius: 9px;
}
@media (max-width: 991px) {
  #foundation_news_section .slide-item {
    margin-bottom: 40px;
  }
}
#foundation_news_section .slide-item:hover .text-wrapper {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
#foundation_news_section .slide-item:focus-within .text-wrapper {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 1299px) {
  #foundation_news_section {
    margin-bottom: 50px;
  }
}
#foundation_news_section .photo-wrapper {
  overflow: hidden;
  height: 0;
  padding-bottom: 95%;
  position: relative;
  width: 100%;
}
#foundation_news_section .photo-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
#foundation_news_section .text-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 15px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (max-width: 991px) {
  #foundation_news_section .text-wrapper {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
#foundation_news_section .text-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 40, 104, 0.8);
}
#foundation_news_section .text-wrapper h3 {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  position: relative;
}

#lyme_news_section h2 {
  color: #8AC051 !important;
}
#lyme_news_section .slider-wrapper {
  display: none;
}
@media (max-width: 1299px) {
  #lyme_news_section .slider-container > div {
    padding: 0;
  }
}
#lyme_news_section .slide-item {
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
@media (max-width: 1299px) {
  #lyme_news_section .slide-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#lyme_news_section .photo-wrapper {
  overflow: hidden;
  height: 0;
  padding-bottom: 95%;
  position: relative;
  width: 100%;
}
#lyme_news_section .photo-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
#lyme_news_section .slick-list {
  padding: 0 !important;
}
#lyme_news_section .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 991px) {
  #lyme_news_section .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #lyme_news_section .slick-dots {
    display: block !important;
  }
}
#lyme_news_section .slick-dots li {
  display: inline;
}
#lyme_news_section .slick-dots li button {
  border: 4px solid #adadad;
  background-color: #adadad;
  font-size: 0;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}
#lyme_news_section .slick-dots li.slick-active button {
  border: 4px solid #ffffff;
  background-color: #ffffff;
}
#lyme_news_section .text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#lyme_news_section .text-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 40, 104, 0.8);
}
#lyme_news_section .text-wrapper h3 {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
#lyme_news_section .text-wrapper p.source {
  color: #8AC051;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
}
#lyme_news_section .text-wrapper .vcenter {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fb_feed_section {
  margin-bottom: 50px;
}
@media (max-width: 1299px) {
  #fb_feed_section .row > div:first-of-type .column {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #fb_feed_section .row > div:nth-of-type(2) .column {
    min-height: 90vh;
    margin-bottom: 50px;
  }
}
#fb_feed_section .quote-slick {
  display: none;
}
#fb_feed_section .column {
  background-color: #002868;
  padding: 30px;
  min-height: 340px;
  text-align: center;
  position: relative;
  border-radius: 9px;
  overflow: hidden;
}
#fb_feed_section .column .feed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 15px;
  padding: 15px;
  background-color: white;
  overflow: hidden;
}
#fb_feed_section .column .vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
  right: 30px;
  margin-bottom: 0;
}
#fb_feed_section .column .vcenter p {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #ffffff;
}
#fb_feed_section .column .newsletter {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
#fb_feed_section .column .newsletter .newsletter-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1rem solid #4978BC !important;
  border-bottom: none !important;
}
#fb_feed_section .column .newsletter .newsletter-top > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#fb_feed_section .column .newsletter .newsletter-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#fb_feed_section .column .newsletter a:not(:hover):not(:focus) {
  text-decoration: none !important;
}
#fb_feed_section .column .newsletter span {
  display: block;
  font-size: 1.25rem;
  color: #ffffff;
  background-color: rgba(0, 40, 104, 0.8);
  padding: 0.75rem 0;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none !important;
}
#fb_feed_section .row > div:first-of-type .column p {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
}
#fb_feed_section .row > div:first-of-type .column p.ldquo {
  margin-bottom: 10px;
}
#fb_feed_section .row > div:first-of-type .column p.ldquo img {
  height: 44px;
  width: auto;
}
#fb_feed_section .row > div:first-of-type .column p.quote {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 15px;
}
#fb_feed_section .row > div:first-of-type .column p.author {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
}
#fb_feed_section .row > div:last-of-type .column {
  background-color: #4978BC;
}
#fb_feed_section .slick-dots {
  margin: 0;
}
#fb_feed_section .slick-dots li {
  display: inline;
}
#fb_feed_section .slick-dots li button {
  border: 4px solid #adadad;
  background-color: #adadad;
  font-size: 0;
  border-radius: 50%;
  margin: 0 5px;
  padding: 0;
}
#fb_feed_section .slick-dots li.slick-active button {
  border: 4px solid #ffffff;
  background-color: #ffffff;
}

#our_approach_section .justify-space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
#our_approach_section .icon-wrapper {
  margin-top: 30px;
}
#our_approach_section .icon-wrapper img {
  max-width: 134px;
  max-height: 134px;
  margin: 0 auto;
  display: block;
}
#our_approach_section .icon-wrapper.color-green {
  color: #8AC051;
}
#our_approach_section .icon-wrapper.color-dark-blue {
  color: #002868;
}
#our_approach_section .icon-wrapper.color-light-blue {
  color: #4978BC;
}
#our_approach_section h3 {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: normal;
  text-align: center !important;
  color: #4978BC !important;
}
#our_approach_section p {
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #35383C;
}

#video_gallery_section {
  position: relative;
}
#video_gallery_section .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 50px;
  border-radius: 9px;
  overflow: hidden;
}
#video_gallery_section a {
  display: block;
  width: 100%;
}
#video_gallery_section a,
#video_gallery_section a span {
  text-decoration: none;
}
#video_gallery_section .photo-wrapper {
  overflow: hidden;
  height: 0;
  position: relative;
  padding-bottom: 262px;
  width: 100%;
}
#video_gallery_section .photo-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}
#video_gallery_section .text-wrapper {
  position: relative;
  width: 100%;
  padding: 8px 15px;
  background-color: #4978BC;
}
#video_gallery_section .text-wrapper h3 {
  color: #ffffff;
  margin: 0;
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
#video_gallery_section .text-wrapper .link {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
#video_gallery_section .text-wrapper .link p {
  margin-bottom: 0;
}
#video_gallery_section .text-wrapper .link p > * {
  color: #ffffff;
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
}
#video_gallery_section .text-wrapper .link p span {
  text-transform: uppercase;
  font-weight: 600;
  font-family: "source-sans-pro", sans-serif;
}
@media (max-width: 1299px) {
  #video_gallery_section .text-wrapper .link p span {
    position: relative;
    top: 0;
    right: 0;
  }
}
#video_gallery_section .text-wrapper .link p i::before {
  display: block;
}

#faces_of_lyme_section {
  width: calc(100vw - 18px);
  margin-left: -18px;
  background-color: #002868;
}
#faces_of_lyme_section .title-wrapper {
  background-color: #002868;
  padding: 15px;
  position: relative;
}
@media (max-width: 1299px) {
  #faces_of_lyme_section .title-wrapper {
    padding: 15px;
  }
}
#faces_of_lyme_section .title-wrapper h2 {
  color: #ffffff !important;
  margin: 0 !important;
  font-weight: 600 !important;
}
@media (max-width: 1299px) {
  #faces_of_lyme_section .title-wrapper h2 {
    text-align: center;
  }
}
#faces_of_lyme_section .title-wrapper .links {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1299px) {
  #faces_of_lyme_section .title-wrapper .links {
    position: relative;
    right: 0;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
#faces_of_lyme_section .title-wrapper .links a {
  color: #ffffff;
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  margin-left: 60px;
}
@media (max-width: 1299px) {
  #faces_of_lyme_section .title-wrapper .links a {
    display: block;
    text-align: center;
    margin: 0 0 15px;
    font-size: 24px;
  }
}
#faces_of_lyme_section .title-wrapper .links a:hover span, #faces_of_lyme_section .title-wrapper .links a:focus span {
  text-decoration: underline;
  color: #ffffff;
}
#faces_of_lyme_section .title-wrapper .links a span,
#faces_of_lyme_section .title-wrapper .links a i,
#faces_of_lyme_section .title-wrapper .links a i::before {
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
}
#faces_of_lyme_section .title-wrapper .links a span {
  text-decoration: none;
}
#faces_of_lyme_section .title-wrapper .links a i {
  text-decoration: none !important;
}
#faces_of_lyme_section #stories-grid {
  margin: 0 auto;
}
@media (max-width: 767px) {
  #faces_of_lyme_section .story-block {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  #faces_of_lyme_section .story-block:last-of-type {
    margin-bottom: 0;
  }
  #faces_of_lyme_section .story-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 0;
  }
  #faces_of_lyme_section .story-block .name-location,
#faces_of_lyme_section .story-block .quote-button {
    position: relative;
    z-index: 1;
  }
  #faces_of_lyme_section .story-block .name,
#faces_of_lyme_section .story-block .location,
#faces_of_lyme_section .story-block .quote {
    color: #ffffff;
  }
}

.lozad[data-background-image] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=style.css.map */