@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: ProximaNova-Regular;
  font-display: swap;
  src: url("../../includes/fonts/ProximaNova-Regular.woff2");
  src: url("../../includes/fonts/ProximaNova-Regular.woff2?") format("woff2"), url("../../includes/fonts/ProximaNova-Regular.woff") format("woff"), url("../../includes/fonts/ProximaNova-Regular.eot") format("eot"), url("../../includes/fonts/ProximaNova-Regular.ttf") format("truetype"), url("../../includes/fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
}
@font-face {
  font-family: ProximaNova-Bold;
  font-display: swap;
  src: url("../../includes/fonts/ProximaNova-Bold.woff2");
  src: url("../../includes/fonts/ProximaNova-Bold.woff2?") format("woff2"), url("../../includes/fonts/ProximaNova-Bold.woff") format("woff"), url("../../includes/fonts/ProximaNova-Bold.eot") format("eot"), url("../../includes/fonts/ProximaNova-Bold.ttf") format("truetype"), url("../../includes/fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
}
@font-face {
  font-family: ProximaNova-SemiBold;
  font-display: swap;
  src: url("../../includes/fonts/ProximaNova-SemiBold.woff2");
  src: url("../../includes/fonts/ProximaNova-SemiBold.woff2?") format("woff2"), url("../../includes/fonts/ProximaNova-SemiBold.woff") format("woff"), url("../../includes/fonts/ProximaNova-SemiBold.eot") format("eot"), url("../../includes/fonts/ProximaNova-SemiBold.ttf") format("truetype"), url("../../includes/fonts/ProximaNova-SemiBold.svg#ProximaNova-SemiBold") format("svg");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* BLUE */
/* DARKBLUE */
/* MARINE/BLUE */
/* DARK/BLUE/GREY */
/* GREY */
/* GREY */
/* DARK/GREY */
/* many colors in comp */
/*
*  _mixins
*  Author: P11 Interactive Team
*  -------------------------------------------------------------------------------------------
*  Notes: Define patterns of property value pairs, which can then be reused in other rule sets
*/
/*@include mq-md {
   width: 100%;
 }*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  JARED GRID + MEYER RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, b, i, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, figure, figcaption, footer,
header, hgroup, menu, nav, output, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
}

ol, ul {
  list-style: none;
}

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

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

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

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

*, *:before, *:after {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 400 normal 16px Arial, Helvetica, sans-serif;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

section {
  position: relative;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input, textarea {
  font: inherit;
}

input[type=submit] {
  box-shadow: none;
}

textarea {
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
}

a, .trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: #FFF;
}

a:hover {
  color: #EEE;
}

a:active, a.nice-select.open,
#content a.nice-select.open {
  color: #EEE;
}

p, em {
  font-size: 1em;
  line-height: 1.5em;
}

em {
  font-style: italic;
}

article p {
  line-height: 1.75em;
}

hr {
  border-bottom: 1px solid #b8b8b8;
  border-bottom: 1px solid rgba(65, 64, 66, 0.3);
  padding-top: 1em;
  margin-bottom: 2em;
  display: block;
  clear: both;
}

#communities-nav hr {
  border-bottom: 1px solid #3b5c92;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}
@media (max-width: 768px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .half {
    width: 100%;
  }
  .half.md-half {
    width: 100%;
  }
  .half.sm-half {
    width: 50%;
  }
}

.third {
  width: 33.33333333%; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .third {
    width: 100%;
  }
  .third.md-third {
    width: 100%;
  }
  .third.sm-third {
    width: 33.3333333333%;
  }
}

.twothird, .two-third {
  width: 66.66%; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .twothird, .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third, .two-third.md-twothird, .two-third.md-two-third {
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .twothird, .two-third {
    width: 100%;
  }
  .twothird.md-twothird, .twothird.md-two-third, .two-third.md-twothird, .two-third.md-two-third {
    width: 100%;
  }
  .twothird.sm-twothird, .twothird.sm-two-third, .two-third.sm-twothird, .two-third.sm-two-third {
    width: 66.6666666667%;
  }
}

.fourth {
  width: 25%;
}
@media (max-width: 768px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .fourth {
    width: 100%;
  }
  .fourth.md-fourth, .fourth.md-fourth {
    width: 100%;
  }
  .fourth.sm-fourth, .fourth.sm-fourth {
    width: 25%;
  }
}

.twofourth, .two-fourth {
  width: 50%;
}
@media (max-width: 768px) {
  .twofourth, .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth, .two-fourth.md-fourth, .two-fourth.md-fourth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .twofourth, .two-fourth {
    width: 100%;
  }
  .twofourth.md-fourth, .twofourth.md-fourth, .two-fourth.md-fourth, .two-fourth.md-fourth {
    width: 100%;
  }
  .twofourth.sm-fourth, .twofourth.sm-fourth, .two-fourth.sm-fourth, .two-fourth.sm-fourth {
    width: 50%;
  }
}

.threefourth, .three-fourth {
  width: 75%;
}
@media (max-width: 768px) {
  .threefourth, .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth, .three-fourth.md-threefourth, .three-fourth.md-three-fourth {
    width: 75%;
  }
}
@media (max-width: 640px) {
  .threefourth, .three-fourth {
    width: 100%;
  }
  .threefourth.md-threefourth, .threefourth.md-three-fourth, .three-fourth.md-threefourth, .three-fourth.md-three-fourth {
    width: 100%;
  }
  .threefourth.sm-threefourth, .threefourth.sm-threefourth, .three-fourth.sm-threefourth, .three-fourth.sm-threefourth {
    width: 25%;
  }
}

.fifth {
  width: 20%;
}
@media (max-width: 768px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .fifth {
    width: 100%;
  }
  .fifth.md-fifth, .fifth.md-fifth {
    width: 100%;
  }
  .fifth.sm-fifth, .fifth.sm-fifth {
    width: 20%;
  }
}

.twofifth, .two-fifth {
  width: 40%;
}
@media (max-width: 768px) {
  .twofifth, .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth, .two-fifth.md-twofifth, .two-fifth.md-two-fifth {
    width: 40%;
  }
}
@media (max-width: 640px) {
  .twofifth, .two-fifth {
    width: 100%;
  }
  .twofifth.md-twofifth, .twofifth.md-two-fifth, .two-fifth.md-twofifth, .two-fifth.md-two-fifth {
    width: 100%;
  }
  .twofifth.sm-twofifth, .twofifth.sm-two-fifth, .two-fifth.sm-twofifth, .two-fifth.sm-two-fifth {
    width: 40%;
  }
}

.threefifth, .three-fifth {
  width: 60%;
}
@media (max-width: 768px) {
  .threefifth, .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth, .three-fifth.md-threefifth, .three-fifth.md-three-fifth {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .threefifth, .three-fifth {
    width: 100%;
  }
  .threefifth.md-threefifth, .threefifth.md-three-fifth, .three-fifth.md-threefifth, .three-fifth.md-three-fifth {
    width: 100%;
  }
  .threefifth.sm-threefifth, .threefifth.sm-three-fifth, .three-fifth.sm-threefifth, .three-fifth.sm-three-fifth {
    width: 60%;
  }
}

.fourfifth, .four-fifth {
  width: 80%;
}
@media (max-width: 768px) {
  .fourfifth, .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth, .four-fifth.md-fourfifth, .four-fifth.md-four-fifth {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .fourfifth, .four-fifth {
    width: 100%;
  }
  .fourfifth.md-fourfifth, .fourfifth.md-four-fifth, .four-fifth.md-fourfifth, .four-fifth.md-four-fifth {
    width: 100%;
  }
  .fourfifth.sm-fourfifth, .fourfifth.sm-four-fifth, .four-fifth.sm-fourfifth, .four-fifth.sm-four-fifth {
    width: 80%;
  }
}

.sixth {
  width: 16.66666666; /* IE Fallback */
  width: 16.6666666667%;
}
@media (max-width: 768px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}
@media (max-width: 640px) {
  .sixth {
    width: 100%;
  }
  .sixth.md-sixth, .sixth.md-sixth {
    width: 100%;
  }
  .sixth.sm-sixth, .sixth.sm-sixth {
    width: 16%;
    width: 16.6666666667%;
  }
}

.twosixth, .two-sixth {
  width: 33.33333333; /* IE Fallback */
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .twosixth, .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth, .two-sixth.md-twosixth, .two-sixth.md-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}
@media (max-width: 640px) {
  .twosixth, .two-sixth {
    width: 100%;
  }
  .twosixth.md-twosixth, .twosixth.md-two-sixth, .two-sixth.md-twosixth, .two-sixth.md-two-sixth {
    width: 100%;
  }
  .twosixth.sm-twosixth, .twosixth.sm-two-sixth, .two-sixth.sm-twosixth, .two-sixth.sm-two-sixth {
    width: 33.33333333; /* IE Fallback */
    width: 33.3333333333%;
  }
}

.threesixth, .three-sixth {
  width: 50%;
}
@media (max-width: 768px) {
  .threesixth, .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth, .three-sixth.md-threesixth, .three-sixth.md-three-sixth {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .threesixth, .three-sixth {
    width: 100%;
  }
  .threesixth.md-threesixth, .threesixth.md-three-sixth, .three-sixth.md-threesixth, .three-sixth.md-three-sixth {
    width: 100%;
  }
  .threesixth.sm-threesixth, .threesixth.sm-three-sixth, .three-sixth.sm-threesixth, .three-sixth.sm-three-sixth {
    width: 50%;
  }
}

.foursixth, .four-sixth {
  width: 66.66666666; /* IE Fallback */
  width: 66.6666666667%;
}
@media (max-width: 768px) {
  .foursixth, .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth, .four-sixth.md-foursixth, .four-sixth.md-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}
@media (max-width: 640px) {
  .foursixth, .four-sixth {
    width: 100%;
  }
  .foursixth.md-foursixth, .foursixth.md-four-sixth, .four-sixth.md-foursixth, .four-sixth.md-four-sixth {
    width: 100%;
  }
  .foursixth.sm-foursixth, .foursixth.sm-four-sixth, .four-sixth.sm-foursixth, .four-sixth.sm-four-sixth {
    width: 66.66666666%;
    width: 66.6666666667%;
  }
}

.fivesixth, .five-sixth {
  width: 83.33333333; /* IE Fallback */
  width: 83.3333333333%;
}
@media (max-width: 768px) {
  .fivesixth, .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth, .five-sixth.md-fivesixth, .five-sixth.md-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}
@media (max-width: 640px) {
  .fivesixth, .five-sixth {
    width: 100%;
  }
  .fivesixth.md-fivesixth, .fivesixth.md-five-sixth, .five-sixth.md-fivesixth, .five-sixth.md-five-sixth {
    width: 100%;
  }
  .fivesixth.sm-fivesixth, .fivesixth.sm-five-sixth, .five-sixth.sm-fivesixth, .five-sixth.sm-five-sixth {
    width: 83.33333333%;
    width: 83.3333333333%;
  }
}

/**** Gutters ***/
.half-gutter1 .half {
  width: calc(50% - 1em);
}
.half-gutter1 .half:first-of-type {
  margin-right: 1em;
}
.half-gutter1 .half:last-of-type {
  margin-left: 1em;
}

.half-gutter2 .half {
  width: calc(50% - 2em);
}
.half-gutter2 .half:first-of-type {
  margin-right: 2em;
}
.half-gutter2 .half:last-of-type {
  margin-left: 2em;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

/* Column Classes
 *
 * Width: 1200px
 * Gutter: 10px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */
.full {
  margin-bottom: 10px;
  clear: both;
}

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 1.6666666667%;
  margin-bottom: 2rem;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 49.1666666667%;
}

.one-third,
.two-sixths {
  width: 32.2222222222%;
}

.four-sixths,
.two-thirds {
  width: 66.1111111111%;
}

.one-fourth {
  width: 23.75%;
}

.three-fourths {
  width: 74.5833333333%;
}

.one-fifth {
  width: 18.6666666667%;
}

.two-fifths {
  width: 39%;
}

.three-fifths {
  width: 59.3333333333%;
}

.four-fifths {
  width: 79.6666666667%;
}

.one-sixth {
  width: 15.2777777778%;
}

.five-sixths {
  width: 83.0555555556%;
}

.first {
  clear: both;
  margin-left: 0;
}

@media (max-width: 640px) {
  .five-sixths,
  .four-sixths,
  .four-fifths,
  .one-fifth,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-fifths,
  .three-sixths,
  .two-fourths,
  .two-fifths,
  .two-sixths,
  .two-thirds {
    width: 100%;
    float: none;
    margin-left: 0;
    clear: both;
    display: block;
  }
}

/* */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 200;
}

/*~~ TEXT ALIGN ~~*/
.tleft, .text-left {
  text-align: left;
}

.tright, .text-right {
  text-align: right;
}

.tcenter, .text-center {
  text-align: center;
}

.centerall {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.center-horz {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.center-vert {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/*~~ PADDING ~~*/
.no-pad, .nopad, .pad0 {
  padding: 0;
}

.pad-half {
  padding: 0.5em;
}

.pad1-0 {
  padding: 1em 0;
}

.pad2-0 {
  padding: 2em 0;
}

.pad3-0 {
  padding: 3em 0;
}

.pad4-0 {
  padding: 4em 0;
}

.pad0-1 {
  padding: 0 1em;
}

.pad0-2 {
  padding: 0 2em;
}

.pad0-3 {
  padding: 0 3em;
}

.pad0-4 {
  padding: 0 4em;
}

.pad1-2 {
  padding: 1em 2em;
}

.pad1-3 {
  padding: 1em 3em;
}

.pad1-4 {
  padding: 1em 4em;
}

.pad2-1 {
  padding: 2em 1em;
}

.pad2-3 {
  padding: 2em 3em;
}

.pad2-4 {
  padding: 2em 4em;
}

.pad3-1 {
  padding: 3em 1em;
}

.pad3-2 {
  padding: 3em 2em;
}

.pad3-4 {
  padding: 3em 4em;
}

.pad4-1 {
  padding: 4em 1em;
}

.pad4-2 {
  padding: 4em 2em;
}

.pad4-3 {
  padding: 4em 3em;
}

.pad1 {
  padding: 1em;
}

.pad2 {
  padding: 2em;
}

.pad3 {
  padding: 3em;
}

.pad4 {
  padding: 4em;
}

/*~~ PADDING  TOP~~*/
.padt0 {
  padding-top: 0 !important;
}

.padt1 {
  padding-top: 1em;
}

.padt2 {
  padding-top: 2em;
}

.padt3 {
  padding-top: 3em;
}

.padt4 {
  padding-top: 4em;
}

.padl1 {
  padding-left: 1em;
}
@media (max-width: 640px) {
  .padl1 {
    padding-left: 0;
  }
}

/*~~ PADDING BOTTOM ~~*/
.padb1 {
  padding-bottom: 1em;
}

.padb2 {
  padding-bottom: 2em;
}

.padb3 {
  padding-bottom: 3em;
}

.padb4 {
  padding-bottom: 4em;
}

@media (max-width: 768px) {
  .pad-m-0 {
    padding: 0;
  }
  .pad-m-0-1 {
    padding: 0 1em;
  }
}
/*~~ MARGIN ~~*/
.no-mar, .nomar, .nomarg, .mar0 {
  margin: 0;
}

.marb0 {
  margin-bottom: 0;
}

.mar-half {
  margin: 0.5em;
}

.mar1-0 {
  margin: 1em 0;
}

.mar2-0 {
  margin: 2em 0;
}

.mar3-0 {
  margin: 3em 0;
}

.mar4-0 {
  margin: 4em 0;
}

.mar5-0 {
  margin: 5em 0;
}

.mar6-0 {
  margin: 6em 0;
}

.mar0-1 {
  margin: 0 1em;
}

.mar0-2 {
  margin: 0 2em;
}

.mar0-3 {
  margin: 0 3em;
}

.mar0-4 {
  margin: 0 4em;
}

.mar1-2 {
  margin: 1em 2em;
}

.mar1-3 {
  margin: 1em 3em;
}

.mar1-4 {
  margin: 1em 4em;
}

.mar2-1 {
  margin: 2em 1em;
}

.mar2-3 {
  margin: 2em 3em;
}

.mar2-4 {
  margin: 2em 4em;
}

.mar3-1 {
  margin: 3em 1em;
}

.mar3-2 {
  margin: 3em 2em;
}

.mar3-4 {
  margin: 3em 4em;
}

.mar4-1 {
  margin: 4em 1em;
}

.mar4-2 {
  margin: 4em 2em;
}

.mar4-3 {
  margin: 4em 3em;
}

.mar1 {
  margin: 1em;
}

.mar2 {
  margin: 2em;
}

.mar3 {
  margin: 3em;
}

.mar4 {
  margin: 4em;
}

/*~~ margin  TOP~~*/
.mart1 {
  margin-top: 1em;
}

.mart2 {
  margin-top: 2em;
}

.mart3 {
  margin-top: 3em;
}

.mart4 {
  margin-top: 4em;
}

/*~~ margin BOTTOM ~~*/
.marb1 {
  margin-bottom: 1em;
}

.marb2 {
  margin-bottom: 2em;
}

.marb3 {
  margin-bottom: 3em;
}

.marb4 {
  margin-bottom: 4em;
}

/*~~ GLOBAL ~~*/
sup {
  vertical-align: super;
  font-size: 50%;
}

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

.noscroll, .no-scroll {
  height: 100%;
  overflow: hidden;
}

.figure {
  overflow: hidden;
  position: relative;
}

.figure img, .stretch {
  width: 100%;
  height: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedbg, .fixed-bg {
  background-attachment: fixed;
}

.css-table {
  display: table;
}
.css-table .css-col {
  display: table-cell;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  line-height: 17px;
  margin: 0;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
  position: absolute;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  vertical-align: baseline;
  line-height: 1;
}

body {
  -webkit-backface-visibility: hidden;
  width: 100%;
  overflow-x: hidden;
  /*position:relative;*/
  margin: 0;
  padding: 0;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 20px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: auto;
  font-smoothing: antialiased;
  color: #414042;
}
@media (max-width: 768px) {
  body {
    font-size: 17px;
  }
}

#container {
  overflow: hidden;
}

.showverflow #container {
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  /*line-height: 1em;*/
  margin-bottom: 1.5rem;
  line-height: 130%;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

p,
#content li,
#content ol {
  line-height: 180%;
  margin-bottom: 1.5rem;
  /*line-height: 140%;
  font-size: 1.3rem;*/
}
p:last-child,
#content li:last-child,
#content ol:last-child {
  margin-bottom: 0;
}
p.strong,
p strong,
#content li.strong,
#content li strong,
#content ol.strong,
#content ol strong {
  font-family: "ProximaNova-Bold", sans-serif;
}

p.small {
  font-size: 0.75em;
}

a:link,
a:visited {
  text-decoration: none;
  color: #3b5c92;
}

a:hover,
a:active,
a.nice-select.open,
#content a.nice-select.open {
  color: #293477;
}

strong {
  font-weight: 600;
}

/* Fonts */
.font-main {
  font-family: "ProximaNova-Regular", sans-serif;
}

.font-main-bold {
  font-family: "ProximaNova-Bold", sans-serif;
}

.font-main-semibold {
  font-family: "ProximaNova-SemiBold", sans-serif;
}

.font-main-light {
  font-family: "ProximaNova-Regular", sans-serif;
}

.font-headline {
  font-family: "ProximaNova-Bold", serif;
  font-weight: 400;
}

.font-headline-bold {
  font-family: "ProximaNova-Bold", serif;
}

.font-headline-light {
  font-family: "ProximaNova-Bold", serif;
}

/* BG Color */
.bgwhite {
  background-color: #FFFFFF;
}

h1,
h2,
h3,
h4 {
  color: #3b5c92;
}

.bgprimary {
  background-color: #3b5c92;
  color: #FFFFFF;
}
.bgprimary.bgtrans {
  background-color: rgba(59, 92, 146, 0.9);
}
.bgprimary.bgtrans2 {
  background-color: rgba(59, 92, 146, 0.75);
}
.bgprimary h1,
.bgprimary h2,
.bgprimary h3,
.bgprimary h4 {
  color: #FFFFFF;
}

.bgsecondary {
  background-color: #293477;
  color: #3b5c92;
}
.bgsecondary.bgtrans {
  background-color: rgba(41, 52, 119, 0.9);
}
.bgsecondary.bgtrans2 {
  background-color: rgba(41, 52, 119, 0.75);
}
.bgsecondary h1,
.bgsecondary h2,
.bgsecondary h3,
.bgsecondary h4 {
  color: #3b5c92;
}

.bgtertiary {
  background-color: #37a1cf;
  color: #3b5c92;
}
.bgtertiary.bgtrans {
  background-color: rgba(55, 161, 207, 0.9);
}
.bgtertiary.bgtrans2 {
  background-color: rgba(55, 161, 207, 0.75);
}
.bgtertiary h1,
.bgtertiary h2,
.bgtertiary h3,
.bgtertiary h4 {
  color: #3b5c92;
}

.bgsurrogate {
  background-color: #364042;
  color: #FFFFFF;
}
.bgsurrogate.bgtrans {
  background-color: rgba(54, 64, 66, 0.9);
}
.bgsurrogate.bgtrans2 {
  background-color: rgba(54, 64, 66, 0.75);
}
.bgsurrogate h1,
.bgsurrogate h2,
.bgsurrogate h3,
.bgsurrogate h4 {
  color: #FFFFFF;
}

.bgfifth {
  background-color: #D0D0D0;
  color: #3b5c92;
}
.bgfifth.bgtrans {
  background-color: rgba(208, 208, 208, 0.9);
}
.bgfifth.bgtrans2 {
  background-color: rgba(208, 208, 208, 0.75);
}
.bgfifth h1,
.bgfifth h2,
.bgfifth h3,
.bgfifth h4 {
  color: #3b5c92;
}

.bggrey {
  background-color: #dadbdc;
  color: #414042;
}
.bggrey.bgtrans {
  background-color: rgba(218, 219, 220, 0.9);
}
.bggrey.bgtrans2 {
  background-color: rgba(218, 219, 220, 0.75);
}
.bggrey h1,
.bggrey h2,
.bggrey h3,
.bggrey h4 {
  color: #414042;
}

.bgltgrey {
  background-color: #f1f2f2;
  color: #414042;
}
.bgltgrey.bgtrans {
  background-color: rgba(241, 242, 242, 0.9);
}
.bgltgrey h1,
.bgltgrey h2,
.bgltgrey h3,
.bgltgrey h4 {
  color: #414042;
}

.bggreylt {
  background-color: #ccd7db;
  color: #414042;
}
.bggreylt.bgtrans {
  background-color: rgba(204, 215, 219, 0.9);
}
.bggreylt.bgsuperlt {
  background-color: rgba(204, 215, 219, 0.5);
}
.bggreylt h1,
.bggreylt h2,
.bggreylt h3,
.bggreylt h4 {
  color: #414042;
}

.bggreysuperlt {
  background-color: #edf0f6;
  color: #757b81;
}
.bggreysuperlt.bgtrans {
  background-color: rgba(237, 240, 246, 0.9);
}
.bggreysuperlt h1,
.bggreysuperlt h2,
.bggreysuperlt h3,
.bggreysuperlt h4,
.bggreysuperlt strong {
  color: #3b5c92;
}
.bggreysuperlt h1.headline2,
.bggreysuperlt h2.headline2,
.bggreysuperlt h3.headline2,
.bggreysuperlt h4.headline2,
.bggreysuperlt strong.headline2 {
  color: #3b5c92;
}

.bgfontmain {
  background-color: #414042;
  color: #FFFFFF;
}
.bgfontmain.bgtrans {
  background-color: rgba(65, 64, 66, 0.9);
}
.bgfontmain h1,
.bgfontmain h2,
.bgfontmain h3,
.bgfontmain h4 {
  color: #FFFFFF;
}

.bgfixed {
  background-attachment: fixed;
}

.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 3;
}

.box-shadow-inset {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 -30px;
  width: calc(100% + 60px);
}

h3.reverse-indent {
  padding: 1rem 3rem 0;
  color: #364042;
  line-height: 100%;
  font-size: 3rem;
  text-align: left;
}
h3.reverse-indent span {
  display: block;
  padding-left: 3rem;
}
@media (max-width: 1248px) {
  h3.reverse-indent {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  h3.reverse-indent {
    font-size: 5vw;
    padding: 1rem 0 0;
  }
  h3.reverse-indent span {
    padding-left: 2rem;
  }
}

/* Text Color */
.twhite {
  color: #FFFFFF !important;
}

.tgrey {
  color: #6d6e71;
}

.tprimary {
  color: #3b5c92;
}

#content .page-link a.tprimary,
#content a.page-link.tprimary {
  color: #3b5c92;
}
#content .page-link a.tprimary:hover,
#content a.page-link.tprimary:hover {
  color: #162337;
}

.tsecondary {
  color: #293477;
}

#content .page-link a.tsecondary {
  color: #293477;
}
#content .page-link a.tsecondary:hover {
  color: #080b18;
}

.ttertiary {
  color: #37a1cf;
}

#content .page-link a.ttertiary {
  color: #37a1cf;
}
#content .page-link a.ttertiary:hover {
  color: #1a546c;
}

.tsurrogate {
  color: #364042;
}

#content .page-link a.tsurrogate {
  color: #364042;
}
#content .page-link a.tsurrogate:hover {
  color: black;
}

.tfifth {
  color: #D0D0D0;
}

#content .page-link a.tfifth {
  color: #D0D0D0;
}
#content .page-link a.tfifth:hover {
  color: #909090;
}

#content .textshadow {
  text-shadow: 0 0 7px #5d2a00;
}
#content .textshadow h1,
#content .textshadow h2,
#content .textshadow h3,
#content .textshadow h4 {
  text-shadow: 0 0 7px #5d2a00;
}

::selection {
  background-color: #3b5c92;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #3b5c92;
  color: #FFFFFF;
}

::-o-selection {
  background-color: #3b5c92;
  color: #FFFFFF;
}

::-ms-selection {
  background-color: #3b5c92;
  color: #FFFFFF;
}

::-webkit-selection {
  background-color: #3b5c92;
  color: #FFFFFF;
}

.tbalance {
  text-wrap: balance;
}

.space2 {
  letter-spacing: 2px;
}

#directions {
  background: #f3f3f3;
}

#directions input {
  max-width: calc(100% - 115px);
  display: inline-block;
  vertical-align: middle;
  background-color: #f3f3f3;
}
@media (max-width: 640px) {
  #directions input {
    max-width: 100%;
    display: block;
  }
}

.button-container {
  padding: 3rem 0;
  /* @include mq-sm {
    padding: 1rem 0;
  } */
}

#content a.headline-button,
#content .headline-button a,
#content .headline-button {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #293477;
  position: relative;
  margin-bottom: 50px;
  vertical-align: top;
}
@media (max-width: 640px) {
  #content a.headline-button,
  #content .headline-button a,
  #content .headline-button {
    font-size: 2rem;
  }
}
#content a.headline-button:after,
#content .headline-button a:after,
#content .headline-button:after {
  content: ">";
  display: inline-block;
  padding: 0 5px 0 20px;
  vertical-align: top;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#content a.headline-button:before,
#content .headline-button a:before,
#content .headline-button:before {
  content: "";
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -40px;
  width: 150px;
  height: 40px;
  background-image: url("/wp-content/themes/client-theme/images/global/divider.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#content a.headline-button:hover,
#content .headline-button a:hover,
#content .headline-button:hover {
  color: #37a1cf;
}
#content a.headline-button:hover:after,
#content .headline-button a:hover:after,
#content .headline-button:hover:after {
  padding: 0 0 0 25px;
}
#content a.headline-button:hover:before,
#content .headline-button a:hover:before,
#content .headline-button:hover:before {
  bottom: -50px;
  opacity: 0;
}
#content h1.headline-wave,
#content h2.headline-wave {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #293477;
  position: relative;
  margin-bottom: 50px !important;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 640px) {
  #content h1.headline-wave,
  #content h2.headline-wave {
    font-size: 2rem;
  }
}
#content h1.headline-wave:first-of-type,
#content h2.headline-wave:first-of-type {
  margin-top: 50px;
}
#content h1.headline-wave:before,
#content h2.headline-wave:before {
  content: "";
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -40px;
  width: 150px;
  height: 40px;
  background-image: url("/wp-content/themes/client-theme/images/global/divider.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#content a.button,
.blog #content a.button,
a.button,
.button,
.submit-button,
#directions input.button {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 1rem;
  color: #FFFFFF;
  background-color: #293477;
  line-height: normal !important;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
#content a.button.arrow,
.blog #content a.button.arrow,
a.button.arrow,
.button.arrow,
.submit-button.arrow,
#directions input.button.arrow {
  padding: 1rem 2.5rem 1rem 2rem;
}
#content a.button.arrow:after,
.blog #content a.button.arrow:after,
a.button.arrow:after,
.button.arrow:after,
.submit-button.arrow:after,
#directions input.button.arrow:after {
  content: ">";
  position: absolute;
  right: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 845px) {
  #content a.button,
  .blog #content a.button,
  a.button,
  .button,
  .submit-button,
  #directions input.button {
    /*padding: 1rem 2.25rem 1rem 1.25rem;*/
  }
  #content a.button.submit-btn,
  .blog #content a.button.submit-btn,
  a.button.submit-btn,
  .button.submit-btn,
  .submit-button.submit-btn,
  #directions input.button.submit-btn {
    display: block;
    margin: 1em auto 0;
    width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  #content a.button,
  .blog #content a.button,
  a.button,
  .button,
  .submit-button,
  #directions input.button {
    /*font-size: 1.5rem;*/
  }
}
#content a.button:hover,
.blog #content a.button:hover,
a.button:hover,
.button:hover,
.submit-button:hover,
#directions input.button:hover {
  color: #3b5c92;
  cursor: pointer;
}
#content a.button:hover:not(.no-arrow):after,
.blog #content a.button:hover:not(.no-arrow):after,
a.button:hover:not(.no-arrow):after,
.button:hover:not(.no-arrow):after,
.submit-button:hover:not(.no-arrow):after,
#directions input.button:hover:not(.no-arrow):after {
  right: 0.75rem;
}
#content a.button.inverse,
.blog #content a.button.inverse,
a.button.inverse,
.button.inverse,
.submit-button.inverse,
#directions input.button.inverse {
  background-color: #FFFFFF;
  color: #293477;
}
#content a.button.inverse:hover,
.blog #content a.button.inverse:hover,
a.button.inverse:hover,
.button.inverse:hover,
.submit-button.inverse:hover,
#directions input.button.inverse:hover {
  color: #FFFFFF;
  background-color: #293477;
}
#content a.button.grey-btn,
.blog #content a.button.grey-btn,
a.button.grey-btn,
.button.grey-btn,
.submit-button.grey-btn,
#directions input.button.grey-btn {
  border: 2px solid #414042;
  background-color: #414042;
  color: #FFFFFF;
}
#content a.button.grey-btn:hover,
.blog #content a.button.grey-btn:hover,
a.button.grey-btn:hover,
.button.grey-btn:hover,
.submit-button.grey-btn:hover,
#directions input.button.grey-btn:hover {
  color: #414042;
  background-color: #FFFFFF;
}
#content a.button.back-news:after,
.blog #content a.button.back-news:after,
a.button.back-news:after,
.button.back-news:after,
.submit-button.back-news:after,
#directions input.button.back-news:after {
  display: none;
}
@media (max-width: 640px) {
  #content a.button.back-news,
  .blog #content a.button.back-news,
  a.button.back-news,
  .button.back-news,
  .submit-button.back-news,
  #directions input.button.back-news {
    /*font-size: 1.25rem;*/
  }
}
#content a.button.builder-link:after,
.blog #content a.button.builder-link:after,
a.button.builder-link:after,
.button.builder-link:after,
.submit-button.builder-link:after,
#directions input.button.builder-link:after {
  display: none;
}
#content a.button.noborder,
.blog #content a.button.noborder,
a.button.noborder,
.button.noborder,
.submit-button.noborder,
#directions input.button.noborder {
  border-color: transparent;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.browsehappy {
  margin: 0.2em 0;
  background: #FFFFFF;
  color: #000000;
  padding: 0.2em 0;
}

header,
footer,
section {
  clear: both;
  width: 100%;
  position: relative;
}

section.left,
section.right {
  clear: none;
}

.wrapper,
.wrapper-full,
.wrapper-medium,
.wrapper-1000,
.wrapper-narrow,
.wrapper-600 {
  max-width: 1500px;
  width: 92%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 640px) {
  .wrapper,
  .wrapper-full,
  .wrapper-medium,
  .wrapper-1000,
  .wrapper-narrow,
  .wrapper-600 {
    width: 90%;
  }
}
.wrapper.mart1,
.wrapper-full.mart1,
.wrapper-medium.mart1,
.wrapper-1000.mart1,
.wrapper-narrow.mart1,
.wrapper-600.mart1 {
  margin-top: 1rem;
}
.wrapper.marb1,
.wrapper-full.marb1,
.wrapper-medium.marb1,
.wrapper-1000.marb1,
.wrapper-narrow.marb1,
.wrapper-600.marb1 {
  margin-bottom: 1rem;
}
.wrapper.mart2,
.wrapper-full.mart2,
.wrapper-medium.mart2,
.wrapper-1000.mart2,
.wrapper-narrow.mart2,
.wrapper-600.mart2 {
  margin-top: 2rem;
}
.wrapper.marb2,
.wrapper-full.marb2,
.wrapper-medium.marb2,
.wrapper-1000.marb2,
.wrapper-narrow.marb2,
.wrapper-600.marb2 {
  margin-bottom: 2rem;
}
.wrapper.mart3,
.wrapper-full.mart3,
.wrapper-medium.mart3,
.wrapper-1000.mart3,
.wrapper-narrow.mart3,
.wrapper-600.mart3 {
  margin-top: 3rem;
}
.wrapper.marb3,
.wrapper-full.marb3,
.wrapper-medium.marb3,
.wrapper-1000.marb3,
.wrapper-narrow.marb3,
.wrapper-600.marb3 {
  margin-bottom: 3rem;
}
.wrapper.mart4,
.wrapper-full.mart4,
.wrapper-medium.mart4,
.wrapper-1000.mart4,
.wrapper-narrow.mart4,
.wrapper-600.mart4 {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .wrapper.mart4,
  .wrapper-full.mart4,
  .wrapper-medium.mart4,
  .wrapper-1000.mart4,
  .wrapper-narrow.mart4,
  .wrapper-600.mart4 {
    margin-top: 2rem;
  }
}
.wrapper.marb4,
.wrapper-full.marb4,
.wrapper-medium.marb4,
.wrapper-1000.marb4,
.wrapper-narrow.marb4,
.wrapper-600.marb4 {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .wrapper.marb4,
  .wrapper-full.marb4,
  .wrapper-medium.marb4,
  .wrapper-1000.marb4,
  .wrapper-narrow.marb4,
  .wrapper-600.marb4 {
    margin-bottom: 2rem;
  }
}

.wrapper.medium {
  max-width: 1100px;
}
.wrapper.medium-small {
  max-width: 900px;
}
.wrapper.small {
  max-width: 700px;
}
.wrapper.fullwidth {
  max-width: 100%;
}

.wrapper-full {
  max-width: 100%;
}

.wrapper-medium {
  max-width: 1200px;
}

.wrapper-1000 {
  max-width: 1000px;
}

.wrapper-narrow {
  max-width: 800px;
}

.wrapper-600 {
  max-width: 600px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Many more styles in _slicknav.scss */
.slicknav_menu {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}
.slicknav_menu .slicknav_btn {
  float: right;
}
@media (max-width: 1024px) {
  .slicknav_menu {
    display: inline-block !important;
    float: left;
    position: relative !important;
    left: 0;
  }
}
.slicknav_menu li.menu-item {
  opacity: 0;
  margin-left: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slicknav_menu li.menu-item.showme {
  opacity: 1;
  margin-left: 0px;
}

.gosmall .slicknav_menu {
  /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}

div#main-nav nav.slicknav_nav {
  top: 79px;
  padding: 0.5em 1em;
  background: #efefef;
}
div#main-nav nav.slicknav_nav > nav > div:first-child {
  display: none;
}
div#main-nav nav.slicknav_nav > div.clearfix > ul.right {
  /*text-align: center;*/
}
div#main-nav nav.slicknav_nav > div.clearfix > ul.right li {
  display: inline-block;
  width: auto;
  font-size: 1.5em;
  /*&:last-of-type {
  	display: block;
  }*/
}
div#main-nav nav.slicknav_nav ul.nav-container li {
  display: inline-block;
  width: auto;
}
div#main-nav nav.slicknav_nav ul.nav-container li a {
  border: none;
  font-size: 1rem;
}
div#main-nav nav.slicknav_nav ul.nav-container li a.social {
  display: inline-block;
  margin: 2px 5px;
  font-size: 1.5rem;
}
div#main-nav nav.slicknav_nav ul.nav-container li a.mobile-phone img {
  max-width: 35px;
}
@media (max-width: 1024px) {
  div#main-nav nav.slicknav_nav ul.nav-container li {
    display: block;
    text-align: center;
  }
}
div#main-nav nav.slicknav_nav ul.nav-container.main-nav-social li {
  margin: 5px 0;
}

.hide-link {
  display: none !important;
}

.slicknav_arrow {
  display: none;
}

.slicknav_icon {
  width: 33px !important;
  height: 23px;
  position: relative;
  right: 0;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 903;
}

.slicknav_icon span.slicknav_icon-bar-custom {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #37a1cf;
  /*border-radius: 3px;*/
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.slicknav_icon span.slicknav_icon-bar-custom:nth-child(1) {
  top: 0px;
}

.slicknav_icon span.slicknav_icon-bar-custom:nth-child(2),
.slicknav_icon span.slicknav_icon-bar-custom:nth-child(3) {
  top: 10px;
}

.slicknav_icon span.slicknav_icon-bar-custom:nth-child(4) {
  top: 20px;
}

.menu-title {
  display: block;
  position: absolute;
  top: 42px;
  color: #293477;
}

.slicknav_icon.open span.slicknav_icon-bar-custom:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.slicknav_icon.open span.slicknav_icon-bar-custom:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slicknav_icon.open span.slicknav_icon-bar-custom:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slicknav_icon.open span.slicknav_icon-bar-custom:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

/* Top Snipe */
#headertop {
  position: relative;
  color: #676866;
  background-color: #efefef;
  padding: 0.5rem 1rem;
  z-index: 4;
  opacity: 1;
  max-height: 1000px;
  min-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-text-size-adjust: 100%;
  font-family: "ProximaNova-Regular", sans-serif;
  overflow: visible;
  font-size: 16px;
}
#headertop a {
  color: #676866;
}
#headertop a#brochure {
  margin: 0 15px;
}
#headertop.pad1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#headertop.gosmall {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  min-height: 0;
  padding: 0 1rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #headertop {
    padding: 0.5rem;
    min-height: 0;
    max-width: 100%;
  }
}
@media (max-width: 845px) {
  #headertop {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #headertop.pad1 {
    padding: 10px 10px 0;
    min-height: 0;
  }
}
@media (max-width: 640px) {
  #headertop {
    font-size: 14px;
  }
}

.top-snipe-container {
  text-align: left;
  width: 55%;
  display: inline-block;
  position: relative;
  /*font-weight: 700;*/
  left: 0;
  max-height: 500px;
  vertical-align: middle;
  font-size: 16px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 1024px) {
  .top-snipe-container {
    font-size: 0.9rem;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .top-snipe-container h1 {
    font-size: 0.9rem;
  }
}
@media (max-width: 845px) {
  .top-snipe-container {
    position: relative;
    line-height: normal;
  }
}
.top-snipe-container .top-headlines {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100% !important;
  color: #3b5c92;
}
.top-snipe-container .top-headlines h1 {
  font-size: 1rem;
}
.top-snipe-container .top-headlines a {
  color: #3b5c92;
}
@media (max-width: 1024px) {
  .top-snipe-container .top-headlines {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 845px) {
  .top-snipe-container .top-headlines {
    white-space: normal;
    font-size: 0.8rem;
  }
}

.gosmall .top-snipe-container {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all, 0;
  -moz-transition: all, 0;
  -ms-transition: all, 0;
  -o-transition: all, 0;
  transition: all, 0;
}

ul#header-social,
ul#header-social-mobile {
  position: relative;
  z-index: 3;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
ul#header-social li,
ul#header-social-mobile li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  margin: 0 1px;
}
ul#header-social li a,
ul#header-social-mobile li a {
  /*line-height: 100px;*/
}
ul#header-social li a.brochure,
ul#header-social-mobile li a.brochure {
  color: #293477;
  font-weight: 700;
  padding: 0 10px;
}
ul#header-social li a.brochure:hover,
ul#header-social-mobile li a.brochure:hover {
  color: #0f132b;
}
ul#header-social li a#brochure:hover,
ul#header-social-mobile li a#brochure:hover {
  color: #0e0e0e;
}
@media (max-width: 1024px) {
  ul#header-social,
  ul#header-social-mobile {
    /*margin: 0 10px;*/
  }
}

header ul#header-social {
  position: relative;
  vertical-align: middle;
  text-align: center;
  /*width: 30%;*/
}
@media (max-width: 1024px) {
  header ul#header-social {
    display: none;
  }
}
header ul#header-social li {
  max-height: 300px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
header ul#header-social li a.social {
  display: block;
  color: #676866;
  margin: 0 4px;
  font-size: 1rem;
}
header ul#header-social li a.social:hover {
  color: #0e0e0e;
}
header ul#header-social li a.social.ttertiary {
  color: #37a1cf;
}
header ul#header-social li a.social.ttertiary:hover {
  color: #3b5c92;
}
header ul#header-social li a.social .fa:before {
  font-size: 1.5rem;
}
header ul#header-social a.phone {
  margin-right: 10px;
  color: #414042;
}
header ul#header-social a.phone:hover {
  color: #3b5c92;
}

#header-social-wrap {
  display: inline-block;
  width: 45%;
}
@media (max-width: 1024px) {
  #header-social-wrap {
    display: none;
  }
}
#header-social-wrap.mobile-social {
  display: none;
}
@media (max-width: 1024px) {
  #header-social-wrap.mobile-social {
    display: block;
  }
}

.slicknav_nav .mobile-social a.mobile-phone {
  display: inline-block;
}

header.gosmall ul#header-social li {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all, 0;
  -moz-transition: all, 0;
  -ms-transition: all, 0;
  -o-transition: all, 0;
  transition: all, 0;
}

@media (max-width: 1024px) {
  .slicknav_nav ul.main-nav-social,
  .slicknav_nav .top-right-promo-button {
    text-align: center;
    margin: 0;
  }
  .slicknav_nav ul.main-nav-social li,
  .slicknav_nav .top-right-promo-button li {
    display: inline-block;
    width: auto;
  }
}
@media (max-width: 640px) {
  .slicknav_nav ul.main-nav-social,
  .slicknav_nav .top-right-promo-button {
    display: block;
  }
}

h1#page-headline,
h2#page-headline {
  font-size: 0.85rem;
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  h1#page-headline,
  h2#page-headline {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  h1#page-headline,
  h2#page-headline {
    font-size: 3.5vw;
  }
}

/* */
header {
  transform: translateZ(0); /* help sticky header from moving on ipad */
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  -webkit-transform: translateZ(0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.4s ease;
  /*.wrapper {
  	position: static;
  	margin-left: auto;
  	margin-right: auto;
  	left: 0;
  	right: 0;
  	top: 0;
  	bottom: 0;
  	padding: .5em 0;
  	@include transition(all .5s);
  	@include mq-md-lg {
  		display: none;
             position: absolute;
             top: 0;
             width: 75%;
             margin: 0;
             left: 60px;
  	}
  }*/
}
header.nav-hidden {
  transform: translateY(-130%);
}

#logo-link {
  display: inline-block;
  width: 180px;
  vertical-align: middle;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1024px) {
  #logo-link {
    width: 150px;
    margin: 0;
    z-index: 999;
    left: 0;
    position: absolute;
    height: auto;
  }
}

/*.gosmall #logo-link {
    width: 346px;
    height: auto;
}*/
#header-logo {
  margin: 0;
  max-height: 120px;
  opacity: 1;
  max-width: 135px;
  padding: 1rem;
  position: relative;
  *display: inline;
  zoom: 1;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  display: block;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  #header-logo {
    padding: 0.5rem 1rem;
    max-height: 100px;
    max-width: 105px;
    margin-left: 1rem;
  }
}

.gosmall #header-logo {
  padding: 0.5rem 1rem;
  max-height: 100px;
  max-width: 105px;
  /* opacity: 0; */
}
/*
#header-logocompact {
    display: inline-block;
    max-height: 0;
    opacity: 0;
    padding: 0;
    max-width: 400px;
	position: relative;
    margin-top: 0;
    vertical-align: middle;
	@include transition(all 0);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    z-index: 1;
    visibility: hidden;
    img {
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        height: 53px;
      }
      height: auto;
      width: 250px;
      @include mq-xxlg {
        width: 200px;
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          height: 43px;
        }
      }
    }
    @include mq-lg {
        visibility: visible;
        max-height: 300px;
        opacity: 1;
        margin: 13px 0;
        padding: 0 0 0 10px;
    }
}*/
a #header-logo {
  color: #3b5c92;
}

/*.gosmall #header-logo {
    padding: 0;
    max-height: 0;
	margin: -20px 0 0;
    @include transition(padding .5s,max-height .5s, margin .5s, opacity .2s, visibility .2s);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
    opacity: 0;
    visibility: hidden;
	@include mq-lg {
	}
}
.gosmall #header-logocompact {
	position: relative;
    margin-top: 7px;
	@include transition(all .5s);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s;
    max-height: 300px;
    opacity: 1;
    visibility: visible;
	@include mq-xxlg {
        margin-top: 13px;
    }
	@include mq-lg {
        margin: 13px 0;
        padding: 0 0 0 10px;
	}
}*/
.mobile-logo {
  position: absolute;
  z-index: 999;
  width: calc(100% - 86px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mobile-logo img {
  width: 300px;
  max-width: 100%;
  height: auto;
}
.mobile-logo a.mobile-logo-img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

a.mobile-phone {
  display: inline-block;
  margin: 10px 5px;
  font-size: 2em;
}
a.mobile-phone img {
  max-width: 20px;
}

#content a.mobile-phone img {
  max-width: 50px;
}

/*.gosmall a#mobile-phone {
	font-size: 1.5em;
}*/
/* Main Navigation */
#top-nav-wrap {
  /*box-shadow: 0 5px 5px fn-transparent-color($color-black, 0.5);*/
  max-height: 121px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#top-nav-wrap.gosmall {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 65px;
}
@media (max-width: 1024px) {
  #top-nav-wrap {
    height: 80px;
  }
}

div#main-nav {
  background-color: #FFFFFF;
  position: relative;
  padding: 0 1rem 0 3rem;
  z-index: 3;
  max-height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  div#main-nav ul.desktop-menu {
    display: none !important;
  }
}
div#main-nav ul.mobile-menu {
  display: none !important;
}
@media (max-width: 1024px) {
  div#main-nav ul.mobile-menu {
    display: block !important;
  }
}
div#main-nav ul.nav-container {
  display: inline-block;
  vertical-align: middle;
}
div#main-nav ul.nav-container li {
  display: inline-block;
  position: relative;
  margin-left: -3px;
  /*position: relative;*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
div#main-nav ul.nav-container li.fademe {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  div#main-nav ul.nav-container li {
    display: block;
  }
}
div#main-nav ul.nav-container li a {
  display: block;
  padding: 0 10px;
  line-height: 50px;
  color: #676866;
  font-size: 1.5rem;
}
div#main-nav ul.nav-container li a:before {
  content: "";
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
div#main-nav ul.nav-container li a:hover {
  color: #2983aa;
}
div#main-nav ul.nav-container li a:hover:before {
  opacity: 1;
  top: 0;
}
@media (max-width: 1500px) {
  div#main-nav ul.nav-container li a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  div#main-nav ul.nav-container li a {
    line-height: 30px;
  }
}
div#main-nav ul.nav-container li.tsecondary a {
  color: #293477;
}
div#main-nav ul.nav-container li.secondary-color a {
  color: #FFFFFF;
  padding: 0.5rem;
  background-color: #293477;
  margin-bottom: -0.5rem;
}
div#main-nav ul.nav-container li.secondary-color a:hover {
  background-color: #1c2351;
}
div#main-nav ul.nav-container.desktop-menu > li > .current-page-ancestor > a, div#main-nav ul.nav-container.mobile-menu .current-page-ancestor a,
div#main-nav ul.nav-container > li.current-menu-parent > a,
div#main-nav ul.nav-container > li.current-menu-item > a,
div#main-nav ul.nav-container > li.current-page-ancestor > a {
  color: #37a1cf;
  position: relative;
  z-index: 3;
  /*&:after {
  	content: '';
  	position: absolute;
  	background-color: $color-secondary;
  	width: 50%;
  	height: 3px;
  	left: 25%;
  	bottom: -2px;
  	border-radius: 2px;
  	@include mq-md-lg {
  		display: none;
  	}
  }*/
}
div#main-nav ul.nav-container > li.secondary-color.current-menu-item > a {
  color: #FFFFFF;
}
div#main-nav ul.nav-container li.current_page_parent li.current_page_item a {
  color: #b2dbed;
}
@media (max-width: 1024px) {
  div#main-nav ul.nav-container {
    padding-left: 10px;
  }
}
@media (max-width: 845px) {
  div#main-nav ul.nav-container {
    padding-left: 0;
  }
}
@media (max-width: 1600px) {
  div#main-nav {
    /*margin: 0;
    width: 100%;*/
  }
}
@media (max-width: 1024px) {
  div#main-nav {
    position: relative;
    margin: 0;
    width: 100%;
    padding: 0;
    height: 80px;
    max-height: 80px;
  }
  div#main-nav #top-nav ul.nav-container {
    display: none;
  }
}
@media (max-width: 1024px) {
  div#main-nav.wrapper {
    width: 100%;
  }
}
div#main-nav.gosmall {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: padding 0s;
  -moz-transition: padding 0s;
  -ms-transition: padding 0s;
  -o-transition: padding 0s;
  transition: padding 0s;
  margin-top: 0;
  border-bottom: 1px solid #f2f2f2;
}
div#main-nav .slicknav_nav ul.nav-container > li:after {
  display: none;
}

div#main-nav .slicknav_nav ul.nav-container > li > a {
  line-height: 30px;
}
div#main-nav .slicknav_nav ul.nav-container > li > a:hover {
  color: #2983aa;
}

div#main-nav.gosmall #top-nav ul.nav-container > li > a {
  /*line-height: 25px;*/
}

@media (max-width: 845px) {
  ul.nav-container.tright {
    text-align: left;
  }
}

div#main-nav > ul.nav-container > li > a:hover {
  color: #D0D0D0;
}

div#main-nav .sub-menu-wrap {
  text-align: left;
  position: absolute;
  padding-top: 0;
  margin-top: -10px;
  width: 400px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
div#main-nav li ul.sub-menu {
  position: absolute;
  border: 1px solid #1f2526;
  /*left: 50%;
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  transform: translateX(-45%);*/
  min-width: 250px;
  max-width: 450px;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  /*margin: 0 0 0 -10px;*/
  z-index: -1;
  /*text-align: center;
  min-width: 250px;
  max-width: 400px;*/
  overflow: hidden;
}
div#main-nav li ul.sub-menu li {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
  -ms-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  display: block;
  float: none;
  margin: 0;
}
div#main-nav li ul.sub-menu li a {
  border: 0;
  color: #FFFFFF;
  display: block;
  position: relative;
  padding: 0.65rem 1rem;
  line-height: normal;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
}
div#main-nav li ul.sub-menu li a .menu-item-description {
  padding-left: 4px;
  display: inline-block;
  vertical-align: top;
  font-size: 80%;
  font-weight: 300;
}
div#main-nav li ul.sub-menu li a:hover {
  background-color: rgba(208, 208, 208, 0.2);
  color: #FFFFFF;
}
@media (max-width: 1248px) {
  div#main-nav li ul.sub-menu li a {
    font-size: 0.9rem;
  }
}
div#main-nav li ul.sub-menu li.current-page-item a {
  color: #3b5c92;
}
div#main-nav li ul.sub-menu li:after {
  display: none;
}
div#main-nav.gosmall ul li ul.sub-menu {
  padding-top: 0;
}
div#main-nav.gosmall ul li ul.sub-menu li {
  display: block;
  float: none;
}

div#main-nav ul li:hover .sub-menu-wrap {
  margin-top: 0;
  z-index: 9;
}
div#main-nav ul li:hover ul.sub-menu {
  background: #2b3234;
  border-top: none;
  max-height: 1500px;
  z-index: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
div#main-nav ul li:hover ul.sub-menu li {
  max-height: 100px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(1) {
  transition: opacity 0.3s ease-in-out 0.0666666667s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(2) {
  transition: opacity 0.3s ease-in-out 0.1333333333s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(3) {
  transition: opacity 0.3s ease-in-out 0.2s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(4) {
  transition: opacity 0.3s ease-in-out 0.2666666667s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(5) {
  transition: opacity 0.3s ease-in-out 0.3333333333s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(6) {
  transition: opacity 0.3s ease-in-out 0.4s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(7) {
  transition: opacity 0.3s ease-in-out 0.4666666667s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(8) {
  transition: opacity 0.3s ease-in-out 0.5333333333s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(9) {
  transition: opacity 0.3s ease-in-out 0.6s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(10) {
  transition: opacity 0.3s ease-in-out 0.6666666667s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(11) {
  transition: opacity 0.3s ease-in-out 0.7333333333s;
}
div#main-nav ul li:hover ul.sub-menu li:nth-child(12) {
  transition: opacity 0.3s ease-in-out 0.8s;
}
#top-nav {
  padding: 0;
  width: calc(100% - 180px);
  bottom: 0;
  right: 0;
  display: inline-block;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: right;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 4;
  /*float: right;*/
}
@media (max-width: 1500px) {
  #top-nav {
    width: calc(100% - 180px);
  }
}
@media (max-width: 1024px) {
  #top-nav {
    display: none;
  }
}

a#top-right-promo,
a.brochure {
  background: #293477;
  color: #FFFFFF;
  border: 1px solid #293477;
  padding: 7px 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  font-weight: 600;
  top: 100%;
  margin-top: 10px;
  right: 0;
}
a#top-right-promo:hover,
a.brochure:hover {
  background: #FFFFFF;
  color: #293477;
}
@media (max-width: 1248px) {
  a#top-right-promo,
  a.brochure {
    font-size: 0.8em;
  }
  a#top-right-promo span,
  a.brochure span {
    display: none;
  }
}
#headertop a.brochure {
  border: 1px solid #3b5c92;
  color: #3b5c92;
  background: #FFFFFF;
}
#headertop a.brochure:hover {
  background: #3b5c92;
  color: #FFFFFF;
}

.gosmall a#top-right-promo {
  /*margin-top: -5px;*/
}

@media (max-width: 1024px) {
  .slicknav_nav a.top-right-promo-button {
    font-family: "ProximaNova-Regular", sans-serif;
    padding: 8px;
    margin: 10px 0;
    background-color: #293477;
    color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
  }
  .slicknav_nav a.top-right-promo-button:hover {
    background-color: #FFFFFF;
    color: #3b5c92;
  }
}

#vtour-tab {
  display: inline-block;
  top: calc(100% + 84px);
  position: absolute;
  right: 0;
  color: #FFFFFF;
  background-color: #37a1cf;
  font-family: "ProximaNova-Bold", serif;
  text-transform: uppercase;
  line-height: 120%;
  text-align: center;
  width: 75px;
  height: 64px;
  border-radius: 10px 0 0 10px;
  /*font-weight: 700;*/
  font-size: 0.85rem;
  padding: 1rem 5px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#vtour-tab a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #FFFFFF;
}
#vtour-tab a:hover {
  color: #154458;
}
@media (max-width: 640px) {
  #vtour-tab {
    top: calc(100% + 74px);
    font-size: 0.6rem;
    height: 55px;
    padding: 0.5rem;
    width: 50px;
  }
}
#vtour-tab.form-slide {
  opacity: 0;
}

#vtour-tab.guide {
  top: calc(100% + 10px);
  padding: 0.5rem 5px;
}

#slide-container {
  position: relative;
  overflow: hidden;
}

.animate,
.animate-once {
  opacity: 0;
}
.animate.fade-up.animation, .animate.fade-down.animation, .animate.fade-left.animation, .animate.fade-right.animation, .animate.fadeleft.animation, .animate.faderight.animation, .animate.fade-up-right.animation, .animate.fade-up-left.animation,
.animate-once.fade-up.animation,
.animate-once.fade-down.animation,
.animate-once.fade-left.animation,
.animate-once.fade-right.animation,
.animate-once.fadeleft.animation,
.animate-once.faderight.animation,
.animate-once.fade-up-right.animation,
.animate-once.fade-up-left.animation {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.animate.fade-up.animation.delay-1, .animate.fade-down.animation.delay-1, .animate.fade-left.animation.delay-1, .animate.fade-right.animation.delay-1, .animate.fadeleft.animation.delay-1, .animate.faderight.animation.delay-1, .animate.fade-up-right.animation.delay-1, .animate.fade-up-left.animation.delay-1,
.animate-once.fade-up.animation.delay-1,
.animate-once.fade-down.animation.delay-1,
.animate-once.fade-left.animation.delay-1,
.animate-once.fade-right.animation.delay-1,
.animate-once.fadeleft.animation.delay-1,
.animate-once.faderight.animation.delay-1,
.animate-once.fade-up-right.animation.delay-1,
.animate-once.fade-up-left.animation.delay-1 {
  transition-delay: 0.1s !important;
}
.animate.fade-up.animation.delay-2, .animate.fade-down.animation.delay-2, .animate.fade-left.animation.delay-2, .animate.fade-right.animation.delay-2, .animate.fadeleft.animation.delay-2, .animate.faderight.animation.delay-2, .animate.fade-up-right.animation.delay-2, .animate.fade-up-left.animation.delay-2,
.animate-once.fade-up.animation.delay-2,
.animate-once.fade-down.animation.delay-2,
.animate-once.fade-left.animation.delay-2,
.animate-once.fade-right.animation.delay-2,
.animate-once.fadeleft.animation.delay-2,
.animate-once.faderight.animation.delay-2,
.animate-once.fade-up-right.animation.delay-2,
.animate-once.fade-up-left.animation.delay-2 {
  transition-delay: 0.2s !important;
}
.animate.fade-up.animation.delay-3, .animate.fade-down.animation.delay-3, .animate.fade-left.animation.delay-3, .animate.fade-right.animation.delay-3, .animate.fadeleft.animation.delay-3, .animate.faderight.animation.delay-3, .animate.fade-up-right.animation.delay-3, .animate.fade-up-left.animation.delay-3,
.animate-once.fade-up.animation.delay-3,
.animate-once.fade-down.animation.delay-3,
.animate-once.fade-left.animation.delay-3,
.animate-once.fade-right.animation.delay-3,
.animate-once.fadeleft.animation.delay-3,
.animate-once.faderight.animation.delay-3,
.animate-once.fade-up-right.animation.delay-3,
.animate-once.fade-up-left.animation.delay-3 {
  transition-delay: 0.3s !important;
}
.animate.fade-up.animation.delay-4, .animate.fade-down.animation.delay-4, .animate.fade-left.animation.delay-4, .animate.fade-right.animation.delay-4, .animate.fadeleft.animation.delay-4, .animate.faderight.animation.delay-4, .animate.fade-up-right.animation.delay-4, .animate.fade-up-left.animation.delay-4,
.animate-once.fade-up.animation.delay-4,
.animate-once.fade-down.animation.delay-4,
.animate-once.fade-left.animation.delay-4,
.animate-once.fade-right.animation.delay-4,
.animate-once.fadeleft.animation.delay-4,
.animate-once.faderight.animation.delay-4,
.animate-once.fade-up-right.animation.delay-4,
.animate-once.fade-up-left.animation.delay-4 {
  transition-delay: 0.4s !important;
}
.animate.fade-up.animation.delay-5, .animate.fade-down.animation.delay-5, .animate.fade-left.animation.delay-5, .animate.fade-right.animation.delay-5, .animate.fadeleft.animation.delay-5, .animate.faderight.animation.delay-5, .animate.fade-up-right.animation.delay-5, .animate.fade-up-left.animation.delay-5,
.animate-once.fade-up.animation.delay-5,
.animate-once.fade-down.animation.delay-5,
.animate-once.fade-left.animation.delay-5,
.animate-once.fade-right.animation.delay-5,
.animate-once.fadeleft.animation.delay-5,
.animate-once.faderight.animation.delay-5,
.animate-once.fade-up-right.animation.delay-5,
.animate-once.fade-up-left.animation.delay-5 {
  transition-delay: 0.5s !important;
}
.animate.fade-up.animation.delay-6, .animate.fade-down.animation.delay-6, .animate.fade-left.animation.delay-6, .animate.fade-right.animation.delay-6, .animate.fadeleft.animation.delay-6, .animate.faderight.animation.delay-6, .animate.fade-up-right.animation.delay-6, .animate.fade-up-left.animation.delay-6,
.animate-once.fade-up.animation.delay-6,
.animate-once.fade-down.animation.delay-6,
.animate-once.fade-left.animation.delay-6,
.animate-once.fade-right.animation.delay-6,
.animate-once.fadeleft.animation.delay-6,
.animate-once.faderight.animation.delay-6,
.animate-once.fade-up-right.animation.delay-6,
.animate-once.fade-up-left.animation.delay-6 {
  transition-delay: 0.6s !important;
}
.animate.fade-up.animation.delay-7, .animate.fade-down.animation.delay-7, .animate.fade-left.animation.delay-7, .animate.fade-right.animation.delay-7, .animate.fadeleft.animation.delay-7, .animate.faderight.animation.delay-7, .animate.fade-up-right.animation.delay-7, .animate.fade-up-left.animation.delay-7,
.animate-once.fade-up.animation.delay-7,
.animate-once.fade-down.animation.delay-7,
.animate-once.fade-left.animation.delay-7,
.animate-once.fade-right.animation.delay-7,
.animate-once.fadeleft.animation.delay-7,
.animate-once.faderight.animation.delay-7,
.animate-once.fade-up-right.animation.delay-7,
.animate-once.fade-up-left.animation.delay-7 {
  transition-delay: 0.7s !important;
}
.animate.fade-up.animation.delay-8, .animate.fade-down.animation.delay-8, .animate.fade-left.animation.delay-8, .animate.fade-right.animation.delay-8, .animate.fadeleft.animation.delay-8, .animate.faderight.animation.delay-8, .animate.fade-up-right.animation.delay-8, .animate.fade-up-left.animation.delay-8,
.animate-once.fade-up.animation.delay-8,
.animate-once.fade-down.animation.delay-8,
.animate-once.fade-left.animation.delay-8,
.animate-once.fade-right.animation.delay-8,
.animate-once.fadeleft.animation.delay-8,
.animate-once.faderight.animation.delay-8,
.animate-once.fade-up-right.animation.delay-8,
.animate-once.fade-up-left.animation.delay-8 {
  transition-delay: 0.8s !important;
}
.animate.fade-up.animation.delay-9, .animate.fade-down.animation.delay-9, .animate.fade-left.animation.delay-9, .animate.fade-right.animation.delay-9, .animate.fadeleft.animation.delay-9, .animate.faderight.animation.delay-9, .animate.fade-up-right.animation.delay-9, .animate.fade-up-left.animation.delay-9,
.animate-once.fade-up.animation.delay-9,
.animate-once.fade-down.animation.delay-9,
.animate-once.fade-left.animation.delay-9,
.animate-once.fade-right.animation.delay-9,
.animate-once.fadeleft.animation.delay-9,
.animate-once.faderight.animation.delay-9,
.animate-once.fade-up-right.animation.delay-9,
.animate-once.fade-up-left.animation.delay-9 {
  transition-delay: 0.9s !important;
}
.animate.fade-up.animation.delay-10, .animate.fade-down.animation.delay-10, .animate.fade-left.animation.delay-10, .animate.fade-right.animation.delay-10, .animate.fadeleft.animation.delay-10, .animate.faderight.animation.delay-10, .animate.fade-up-right.animation.delay-10, .animate.fade-up-left.animation.delay-10,
.animate-once.fade-up.animation.delay-10,
.animate-once.fade-down.animation.delay-10,
.animate-once.fade-left.animation.delay-10,
.animate-once.fade-right.animation.delay-10,
.animate-once.fadeleft.animation.delay-10,
.animate-once.faderight.animation.delay-10,
.animate-once.fade-up-right.animation.delay-10,
.animate-once.fade-up-left.animation.delay-10 {
  transition-delay: 1s !important;
}
.animate.fade-up.animation.delay-11, .animate.fade-down.animation.delay-11, .animate.fade-left.animation.delay-11, .animate.fade-right.animation.delay-11, .animate.fadeleft.animation.delay-11, .animate.faderight.animation.delay-11, .animate.fade-up-right.animation.delay-11, .animate.fade-up-left.animation.delay-11,
.animate-once.fade-up.animation.delay-11,
.animate-once.fade-down.animation.delay-11,
.animate-once.fade-left.animation.delay-11,
.animate-once.fade-right.animation.delay-11,
.animate-once.fadeleft.animation.delay-11,
.animate-once.faderight.animation.delay-11,
.animate-once.fade-up-right.animation.delay-11,
.animate-once.fade-up-left.animation.delay-11 {
  transition-delay: 1.1s !important;
}
.animate.fade-up.animation.delay-12, .animate.fade-down.animation.delay-12, .animate.fade-left.animation.delay-12, .animate.fade-right.animation.delay-12, .animate.fadeleft.animation.delay-12, .animate.faderight.animation.delay-12, .animate.fade-up-right.animation.delay-12, .animate.fade-up-left.animation.delay-12,
.animate-once.fade-up.animation.delay-12,
.animate-once.fade-down.animation.delay-12,
.animate-once.fade-left.animation.delay-12,
.animate-once.fade-right.animation.delay-12,
.animate-once.fadeleft.animation.delay-12,
.animate-once.faderight.animation.delay-12,
.animate-once.fade-up-right.animation.delay-12,
.animate-once.fade-up-left.animation.delay-12 {
  transition-delay: 1.2s !important;
}
.animate.fade-up.animation.delay-13, .animate.fade-down.animation.delay-13, .animate.fade-left.animation.delay-13, .animate.fade-right.animation.delay-13, .animate.fadeleft.animation.delay-13, .animate.faderight.animation.delay-13, .animate.fade-up-right.animation.delay-13, .animate.fade-up-left.animation.delay-13,
.animate-once.fade-up.animation.delay-13,
.animate-once.fade-down.animation.delay-13,
.animate-once.fade-left.animation.delay-13,
.animate-once.fade-right.animation.delay-13,
.animate-once.fadeleft.animation.delay-13,
.animate-once.faderight.animation.delay-13,
.animate-once.fade-up-right.animation.delay-13,
.animate-once.fade-up-left.animation.delay-13 {
  transition-delay: 1.3s !important;
}
.animate.fade-up.animation.delay-14, .animate.fade-down.animation.delay-14, .animate.fade-left.animation.delay-14, .animate.fade-right.animation.delay-14, .animate.fadeleft.animation.delay-14, .animate.faderight.animation.delay-14, .animate.fade-up-right.animation.delay-14, .animate.fade-up-left.animation.delay-14,
.animate-once.fade-up.animation.delay-14,
.animate-once.fade-down.animation.delay-14,
.animate-once.fade-left.animation.delay-14,
.animate-once.fade-right.animation.delay-14,
.animate-once.fadeleft.animation.delay-14,
.animate-once.faderight.animation.delay-14,
.animate-once.fade-up-right.animation.delay-14,
.animate-once.fade-up-left.animation.delay-14 {
  transition-delay: 1.4s !important;
}
.animate.fade-up.animation.delay-15, .animate.fade-down.animation.delay-15, .animate.fade-left.animation.delay-15, .animate.fade-right.animation.delay-15, .animate.fadeleft.animation.delay-15, .animate.faderight.animation.delay-15, .animate.fade-up-right.animation.delay-15, .animate.fade-up-left.animation.delay-15,
.animate-once.fade-up.animation.delay-15,
.animate-once.fade-down.animation.delay-15,
.animate-once.fade-left.animation.delay-15,
.animate-once.fade-right.animation.delay-15,
.animate-once.fadeleft.animation.delay-15,
.animate-once.faderight.animation.delay-15,
.animate-once.fade-up-right.animation.delay-15,
.animate-once.fade-up-left.animation.delay-15 {
  transition-delay: 1.5s !important;
}
.animate.fade-up.animation.delay-16, .animate.fade-down.animation.delay-16, .animate.fade-left.animation.delay-16, .animate.fade-right.animation.delay-16, .animate.fadeleft.animation.delay-16, .animate.faderight.animation.delay-16, .animate.fade-up-right.animation.delay-16, .animate.fade-up-left.animation.delay-16,
.animate-once.fade-up.animation.delay-16,
.animate-once.fade-down.animation.delay-16,
.animate-once.fade-left.animation.delay-16,
.animate-once.fade-right.animation.delay-16,
.animate-once.fadeleft.animation.delay-16,
.animate-once.faderight.animation.delay-16,
.animate-once.fade-up-right.animation.delay-16,
.animate-once.fade-up-left.animation.delay-16 {
  transition-delay: 1.6s !important;
}
.animate.fade-up.animation.delay-17, .animate.fade-down.animation.delay-17, .animate.fade-left.animation.delay-17, .animate.fade-right.animation.delay-17, .animate.fadeleft.animation.delay-17, .animate.faderight.animation.delay-17, .animate.fade-up-right.animation.delay-17, .animate.fade-up-left.animation.delay-17,
.animate-once.fade-up.animation.delay-17,
.animate-once.fade-down.animation.delay-17,
.animate-once.fade-left.animation.delay-17,
.animate-once.fade-right.animation.delay-17,
.animate-once.fadeleft.animation.delay-17,
.animate-once.faderight.animation.delay-17,
.animate-once.fade-up-right.animation.delay-17,
.animate-once.fade-up-left.animation.delay-17 {
  transition-delay: 1.7s !important;
}
.animate.fade-up.animation.delay-18, .animate.fade-down.animation.delay-18, .animate.fade-left.animation.delay-18, .animate.fade-right.animation.delay-18, .animate.fadeleft.animation.delay-18, .animate.faderight.animation.delay-18, .animate.fade-up-right.animation.delay-18, .animate.fade-up-left.animation.delay-18,
.animate-once.fade-up.animation.delay-18,
.animate-once.fade-down.animation.delay-18,
.animate-once.fade-left.animation.delay-18,
.animate-once.fade-right.animation.delay-18,
.animate-once.fadeleft.animation.delay-18,
.animate-once.faderight.animation.delay-18,
.animate-once.fade-up-right.animation.delay-18,
.animate-once.fade-up-left.animation.delay-18 {
  transition-delay: 1.8s !important;
}
.animate.fade-up.animation.delay-19, .animate.fade-down.animation.delay-19, .animate.fade-left.animation.delay-19, .animate.fade-right.animation.delay-19, .animate.fadeleft.animation.delay-19, .animate.faderight.animation.delay-19, .animate.fade-up-right.animation.delay-19, .animate.fade-up-left.animation.delay-19,
.animate-once.fade-up.animation.delay-19,
.animate-once.fade-down.animation.delay-19,
.animate-once.fade-left.animation.delay-19,
.animate-once.fade-right.animation.delay-19,
.animate-once.fadeleft.animation.delay-19,
.animate-once.faderight.animation.delay-19,
.animate-once.fade-up-right.animation.delay-19,
.animate-once.fade-up-left.animation.delay-19 {
  transition-delay: 1.9s !important;
}
.animate.fade-up.animation.delay-20, .animate.fade-down.animation.delay-20, .animate.fade-left.animation.delay-20, .animate.fade-right.animation.delay-20, .animate.fadeleft.animation.delay-20, .animate.faderight.animation.delay-20, .animate.fade-up-right.animation.delay-20, .animate.fade-up-left.animation.delay-20,
.animate-once.fade-up.animation.delay-20,
.animate-once.fade-down.animation.delay-20,
.animate-once.fade-left.animation.delay-20,
.animate-once.fade-right.animation.delay-20,
.animate-once.fadeleft.animation.delay-20,
.animate-once.faderight.animation.delay-20,
.animate-once.fade-up-right.animation.delay-20,
.animate-once.fade-up-left.animation.delay-20 {
  transition-delay: 2s !important;
}
.animate.fade-up,
.animate-once.fade-up {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.animate.fade-down,
.animate-once.fade-down {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.animate.fade-left, .animate.fadeleft,
.animate-once.fade-left,
.animate-once.fadeleft {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.animate.fade-right, .animate.faderight,
.animate-once.fade-right,
.animate-once.faderight {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.animate.fade-up-right,
.animate-once.fade-up-right {
  -webkit-transform: translate(-10px, 10px);
  -moz-transform: translate(-10px, 10px);
  -ms-transform: translate(-10px, 10px);
  -o-transform: translate(-10px, 10px);
  transform: translate(-10px, 10px);
}
.animate.fade-up-left,
.animate-once.fade-up-left {
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  -o-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}
.animate.animation,
.animate-once.animation {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#slider {
  /*min-height: 400px;*/
  height: calc(100vh - 120px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  #slider {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.responsive-background-image {
  background-size: cover !important;
  background-position: center;
}
.responsive-background-image img.responsive-image-placement {
  display: none;
}

#slider div.slide .hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 7s linear;
}
#slider div.slide.scale .hero-image {
  transform: scale(1.05) translate3d(0, 0, 0);
}
#slider div.slide.fx1 .hero-image {
  transform-origin: bottom left;
}
#slider div.slide.fx2 .hero-image {
  transform-origin: top left;
}
#slider div.slide.fx3 .hero-image {
  transform-origin: top right;
}
#slider div.slide.fx4 .hero-image {
  transform-origin: bottom right;
}

.slide-content {
  padding: 2rem 4rem 4rem;
  width: 100%;
  z-index: 999;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  color: #FFFFFF;
  /*text-shadow: 3px 3px 2px rgba(0,0,0,0.4);*/
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.slide-content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  top: -50px;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: -1;
}
.slide-content.animation {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.slide-content h1.headline,
.slide-content h2.headline,
.slide-content h1.subheadline,
.slide-content h2.subheadline {
  color: #FFFFFF;
  font-family: "ProximaNova-Regular", sans-serif;
  margin: 0;
  max-width: 1200px;
  font-size: clamp(2.25rem, 8vw, 5rem);
  text-transform: capitalize;
  line-height: normal;
  display: inline-block;
  clear: both;
  position: relative;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.slide-content h1.headline span,
.slide-content h2.headline span,
.slide-content h1.subheadline span,
.slide-content h2.subheadline span {
  font-family: "ProximaNova-Bold", serif;
  display: block;
  clear: both;
  font-size: clamp(2.25rem, 7vw, 6rem);
  text-transform: capitalize;
}

#slider.top-push,
.top-push {
  padding-top: 116px;
  z-index: 3;
}
@media (max-width: 1024px) {
  #slider.top-push,
  .top-push {
    padding-top: 79px;
  }
}

.slide {
  width: 100%;
  background-position: center center;
  background-size: cover;
  height: calc(100vh - 116px);
  /*height: 845px;
    height: calc(100vh - 116px);
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
        height: calc(100vh - 175px);
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        height: calc(100vh - 175px);
    }
    @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
        height: calc(320px - 63px);
    }
    @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
        height: calc(568px - 63px);
    }
    @include mq-sm {
        height: 0;
        padding-bottom: 80%;
    }*/
}
@media (max-width: 768px) {
  .slide {
    height: 0;
    padding-bottom: 56.25%;
  }
}

.slide-interior #slider,
.slide-interior .slide {
  max-height: 600px;
  height: 0;
  padding-bottom: 30%;
}
@media (max-width: 640px) {
  .slide-interior #slider,
  .slide-interior .slide {
    height: 0;
    padding-bottom: 50%;
  }
}
.slide-interior .slide-content h1.headline,
.slide-interior .slide-content h2.headline {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
}
.blog .slide-interior #slider,
.blog .slide-interior .slide {
  max-height: 400px;
  height: 0;
  padding-bottom: 20%;
}
@media (max-width: 640px) {
  .blog .slide-interior #slider,
  .blog .slide-interior .slide {
    height: 0;
    padding-bottom: 50%;
  }
}

#slider.top-push .slide {
  opacity: 0;
}

#hero-down {
  position: absolute;
  display: block;
  width: 100%;
  height: 6vw;
  bottom: 0;
}
@media (max-width: 640px) {
  #hero-down {
    height: 5px;
  }
}

.arrow-down {
  position: absolute;
  display: inline-block;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  width: 30px;
  height: 30px;
  width: 2vw;
  height: 2vw;
  min-width: 25px;
  min-height: 25px;
  left: 49.5%;
  top: 0;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -moz-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  z-index: 103;
  /* -webkit-animation: arrow 1s ease-in-out infinite alternate;
  -moz-animation: arrow 1s ease-in-out infinite alternate;
  -o-animation: arrow 1s ease-in-out infinite alternate;
  animation: arrow 1s ease-in-out infinite alternate; */
  /* &:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
  } */
}
.arrow-down:hover {
  top: 10px;
}
@media (max-width: 640px) {
  .arrow-down {
    display: none;
  }
}

/* @keyframes arrow {
  0% {
    bottom: 18px;
    opacity: 0.4;
  }
  100% {
    bottom: 10px;
    opacity: 1;
  }
} */
/*********
    POPUP
*********/
#hero-disclaimer {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 106;
}
#hero-disclaimer #disclaimer-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
#hero-disclaimer #disclaimer-container #disclaimer-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 4rem 2rem;
  /*border: 5px solid $color-white;*/
  position: relative;
  width: 96%;
  max-width: 650px;
  margin: 0 auto;
  display: inline-block;
}
#hero-disclaimer #disclaimer-container #disclaimer-content img {
  width: 80%;
  max-width: 250px;
  margin-bottom: 1rem;
}
#hero-disclaimer #disclaimer-container #disclaimer-content h2 {
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "ProximaNova-Bold", serif;
}
#hero-disclaimer #disclaimer-container #disclaimer-content p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
#hero-disclaimer #disclaimer-container #disclaimer-content p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #hero-disclaimer #disclaimer-container #disclaimer-content {
    padding: 2rem 0.5rem;
    border-width: 3px;
  }
  #hero-disclaimer #disclaimer-container #disclaimer-content img {
    max-width: 100px;
    margin-bottom: 0;
  }
  #hero-disclaimer #disclaimer-container #disclaimer-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #hero-disclaimer #disclaimer-container #disclaimer-content p {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 140%;
  }
}
#hero-disclaimer #disclaimer-container #disclaimer {
  position: relative;
  z-index: 1;
}
#hero-disclaimer #disclaimer-container .desktop-buttons {
  margin-top: 1rem;
}
@media (max-width: 640px) {
  #hero-disclaimer #disclaimer-container .desktop-buttons {
    display: none;
  }
}
#hero-disclaimer #disclaimer-container .mobile-buttons {
  display: none;
}
@media (max-width: 640px) {
  #hero-disclaimer #disclaimer-container .mobile-buttons {
    display: block;
    margin-top: 20px;
  }
}
#hero-disclaimer #disclaimer-container a.button {
  color: #37a1cf;
  border: 2px solide #37a1cf;
  padding: 0.75rem 1rem;
  margin: 10px 5px 0;
  font-size: 1rem;
}
#hero-disclaimer #disclaimer-container a.button:hover {
  color: #FFFFFF;
  background-color: #0f132b;
}
#hero-disclaimer #disclaimer-container a.round-button {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  padding: 1rem;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFFFFF;
  background-color: #293477;
}
#hero-disclaimer #disclaimer-container a.round-button .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#hero-disclaimer #disclaimer-container a.round-button:hover {
  color: #FFFFFF;
  background-color: #0f132b;
}
#hero-disclaimer .close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 640px) {
  #hero-disclaimer .close {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
#hero-disclaimer .close:hover {
  opacity: 0.6;
}
#hero-disclaimer .close:before,
#hero-disclaimer .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #FFFFFF;
}
@media (max-width: 640px) {
  #hero-disclaimer .close:before,
  #hero-disclaimer .close:after {
    height: 20px;
    left: 10px;
  }
}
#hero-disclaimer .close:before {
  transform: rotate(45deg);
}
#hero-disclaimer .close:after {
  transform: rotate(-45deg);
}

.menu-main-menu-container {
  display: inline-block;
}

#content .menu-main-menu-container ul {
  text-align: center;
}

#content .subhero-nav {
  position: relative;
  z-index: 4;
  padding: 15px 0;
  text-align: center;
}
#content .subhero-nav .wrapper {
  max-width: 2500px;
}
@media (max-width: 768px) {
  #content .subhero-nav {
    padding: 1rem 0;
  }
}
#content .subhero-nav li {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}
#content .subhero-nav li a {
  display: block;
  padding: 25px 20px 25px 16px;
}
#content .subhero-nav li.current_page_item a {
  color: #cda053;
}
#content .subhero-nav ul {
  margin: 0;
}

#content .subhero-nav li a,
#content .subhero-nav a.subhero-link {
  position: relative;
  display: inline-block;
  padding: 5px 20px 5px 16px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  color: #FFFFFF;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1rem;
}
#content .subhero-nav li a:after,
#content .subhero-nav a.subhero-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 9.5px);
  width: 1px;
  height: 18px;
  background-color: #FFFFFF;
}
#content .subhero-nav li a:hover,
#content .subhero-nav a.subhero-link:hover {
  color: #d8b67b;
}
@media (max-width: 1248px) {
  #content .subhero-nav li a,
  #content .subhero-nav a.subhero-link {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  #content .subhero-nav li a,
  #content .subhero-nav a.subhero-link {
    font-size: 0.9rem;
    padding: 5px 10px 5px 6px;
  }
}
@media (max-width: 768px) {
  #content .subhero-nav li a,
  #content .subhero-nav a.subhero-link {
    width: 100%;
    display: block;
    padding: 0 0.25rem;
    line-height: 25px;
  }
  #content .subhero-nav li a:after,
  #content .subhero-nav a.subhero-link:after {
    display: none;
  }
}

.blog #content a.subhero-link {
  color: #FFFFFF;
}

a.subhero-link:last-of-type:after {
  display: none;
}

#content .subhero-nav li:last-of-type a:after {
  display: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  BACKGROUND IMAGE LAZY LOAD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.lazy-bg.hidebg {
  background-image: none !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTENT BLOCKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.section-bg,
.section-slider {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  max-height: 950px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.section-bg.foot-top-bg,
.section-slider.foot-top-bg {
  height: 40vw;
  z-index: 1;
}
@media (max-width: 640px) {
  .section-bg,
  .section-slider {
    height: 100vw;
  }
}

.left-image .section-bg,
.left-image .section-slider,
.right-image .section-bg,
.right-image .section-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
  max-height: none;
}
@media (max-width: 1024px) {
  .left-image .section-bg,
  .left-image .section-slider,
  .right-image .section-bg,
  .right-image .section-slider {
    height: 60vw;
    max-height: 950px;
    position: relative;
  }
}

.cycle-prev,
.cycle-next {
  position: absolute;
  bottom: -30px;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.cycle-prev img,
.cycle-next img {
  width: 60px;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cycle-prev:hover,
.cycle-next:hover {
  cursor: pointer;
}
.cycle-prev:hover img,
.cycle-next:hover img {
  opacity: 0;
}

.cycle-prev {
  right: calc(50% + 30px);
}

.cycle-next {
  left: calc(50% + 30px);
}

#content {
  position: relative;
  /* overflow-x: hidden; */
  z-index: 2;
  /*border-bottom: 5px solid $color-white;*/
  /*&.top-pad {
        section:first-child {
            padding-top: 3em;
        }
    }*/
}
#content a {
  color: #3b5c92;
}
#content a:hover {
  color: #253a5c;
}
#content a.tprimary {
  color: #3b5c92;
}
#content a.tprimary:hover {
  color: #293477;
}
#content a.ttertiary {
  color: #37a1cf;
}
#content a.tsurrogate {
  color: #364042;
}
#content a.tfifth {
  color: #D0D0D0;
}
#content .directions-display a {
  color: #3b5c92;
  font-weight: 700;
}
#content a.addthis_button {
  color: #5297d2;
}
#content ul,
#content ol {
  text-align: left;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
#content ul li,
#content ol li {
  margin-bottom: 0;
  line-height: 1.5em;
}
#content ul.tightlist,
#content ol.tightlist {
  margin-bottom: 1.5em;
}
#content ul.tightlist li,
#content ol.tightlist li {
  margin-bottom: 0;
}
#content ul li:not(.tribe-events-c-top-bar__nav-list-item) {
  list-style-type: disc;
}
#content ul li:not(.tribe-events-c-top-bar__nav-list-item) ul li {
  list-style-type: circle;
}
#content ol li {
  list-style-type: decimal;
}
#content img {
  max-width: 100%;
  height: auto;
}
#content h2.headline {
  font-size: 3rem;
  font-family: "ProximaNova-Bold", serif;
}
@media (max-width: 1024px) {
  #content h2.headline {
    font-size: 2rem;
  }
}
#content h1, #content h2, #content h3 {
  text-wrap: balance;
}
#content .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#content .video-button img {
  max-width: 154px;
  width: 60%;
  width: 10vw;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  #content .video-button img {
    width: 20vw;
  }
}
@media (max-width: 640px) {
  #content .video-button img {
    width: 23vw;
  }
}
#content a.video-button:hover img {
  max-width: 164px;
  width: 11vw;
}
@media (max-width: 1024px) {
  #content a.video-button:hover img {
    width: 21vw;
  }
}
@media (max-width: 640px) {
  #content a.video-button:hover img {
    width: 24vw;
  }
}

#content section {
  /* display: inline-block; */
  display: block;
}

.section-container {
  position: relative;
}

#content h1.headline2,
#content h2.headline2,
#content h3.headline2 {
  font-family: "ProximaNova-Bold", serif;
}

h1.subheadline,
h2.subheadline,
h3.subheadline {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1.5em;
  position: relative;
  /*display: inline-block;*/
  clear: both;
}
@media (max-width: 845px) {
  h1.subheadline,
  h2.subheadline,
  h3.subheadline {
    font-size: 1.5em;
  }
}

.full-headline {
  font-size: 2em;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .full-headline {
    font-size: 4vw;
  }
}
@media (max-width: 640px) {
  .full-headline {
    font-size: 6vw;
  }
}

#content .section-headlines {
  padding-bottom: 20px;
}

.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  text-align: left;
}
@media (max-width: 768px) {
  .two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.top-line {
  position: relative;
  padding: 2.5rem 0 0;
  margin-top: 2.5rem;
}
.top-line:before {
  content: "";
  opacity: 1;
  height: 2px;
  width: 0;
  background-color: #414042;
  top: 0;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .top-line {
    margin-top: 1.5rem;
    padding: 1.5rem 0 0;
  }
}

.page-link {
  margin: -10px 0 10px;
  opacity: 0;
  -webkit-transition: margin 0.6s, opacity 0.6s;
  -moz-transition: margin 0.6s, opacity 0.6s;
  -o-transition: margin 0.6s, opacity 0.6s;
  transition: margin 0.6s, opacity 0.6s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.page-link.animation {
  margin: 0;
  opacity: 1;
}

/*-------- CONTENT TEXT with TOP/LEFT/RIGHT IMAGE --------*/
#content .text-section {
  padding: 4rem 0;
  text-align: center;
  /* &:first-of-type {
    z-index: 9;
  } */
}
@media (max-width: 1024px) {
  #content .text-section {
    padding: 3rem 0;
  }
}
@media (max-width: 640px) {
  #content .text-section {
    padding: 2rem 0;
  }
}
#content .text-section:last-of-type {
  padding-bottom: 4rem;
}
#content .text-section.tleft {
  text-align: left;
}
#content .text-section.tright {
  text-align: right;
}
#content .text-section.tcenter {
  text-align: center;
}
#content .text-section.section-margin {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  #content .text-section.section-margin {
    margin-bottom: 0;
  }
}
#content .text-section.bgimgtrue {
  padding: 0;
}
#content .text-section .section-images {
  position: relative;
  overflow: hidden;
}
#content .text-section .section-images .image-container {
  max-width: 800px;
}
#content .text-section .section-images.image-contain .image-wrap {
  max-width: 100%;
  display: inline-block;
}
#content .text-section .section-images.image-contain .image-wrap.vid-slide {
  width: 100%;
}
#content .text-section .section-images.image-contain img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #content .text-section .section-images.image-contain {
    padding: 0;
  }
}
#content .text-section .section-images.left-image {
  text-align: right;
  left: 0;
}
#content .text-section .section-images.right-image {
  left: 50%;
  text-align: left;
}
#content .text-section .section-images.left-image, #content .text-section .section-images.right-image {
  position: absolute;
  top: 0;
  width: 50%;
  bottom: 0;
}
#content .text-section .section-images.left-image.image-contain, #content .text-section .section-images.right-image.image-contain {
  position: relative;
}
#content .text-section .section-images.left-image.image-contain.right-image, #content .text-section .section-images.right-image.image-contain.right-image {
  left: auto;
  float: right;
}
#content .text-section .section-images.left-image.image-contain.left-image, #content .text-section .section-images.right-image.image-contain.left-image {
  float: left;
}
@media (max-width: 1024px) {
  #content .text-section .section-images.left-image.image-contain.right-image, #content .text-section .section-images.left-image.image-contain.left-image, #content .text-section .section-images.right-image.image-contain.right-image, #content .text-section .section-images.right-image.image-contain.left-image {
    float: none;
  }
}
@media (max-width: 1024px) {
  #content .text-section .section-images.left-image, #content .text-section .section-images.right-image {
    width: 100%;
    left: auto;
    position: relative;
    text-align: center;
  }
}
#content .text-section.above-image .section-images {
  margin-bottom: 4rem;
}
#content .text-section.above-image .section-images.image-contain .image-wrap {
  width: 100%;
}
#content .text-section.above-image .section-images.image-contain .image-wrap img {
  width: 100%;
}
#content .text-section.above-image h1.headline, #content .text-section.above-image h2.headline, #content .text-section.above-image h3.headline {
  font-size: 28px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  #content .text-section.above-image h1.headline, #content .text-section.above-image h2.headline, #content .text-section.above-image h3.headline {
    font-size: 1.5rem;
  }
}
#content .text-section.above-image h1.subheadline, #content .text-section.above-image h2.subheadline, #content .text-section.above-image h3.subheadline {
  font-size: 18px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: capitalize;
  line-height: 150%;
}
#content .text-section.bgimgtrue .section-images {
  position: relative;
}
#content .text-section.bgimgtrue .section-images .section-bg {
  height: 60vw;
  position: relative;
  width: 100%;
  max-height: 950px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  #content .text-section.bgimgtrue .section-images .section-bg {
    height: 0;
    padding-bottom: 70%;
  }
}
@media (max-width: 768px) {
  #content .text-section.bgimgtrue .section-images .section-bg {
    padding-bottom: 80%;
  }
}
@media (max-width: 640px) {
  #content .text-section.bgimgtrue .section-images .section-bg {
    padding-bottom: 90%;
  }
}
#content .text-section.bgimgtrue .section-content .section-text-headline {
  margin: 0;
}
#content .text-section.bgimgtrue .section-text {
  padding: 10rem 3rem 2rem;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  font-family: "ProximaNova-Regular", sans-serif;
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 0;
}
#content .text-section.bgimgtrue .section-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: -1;
}
#content .text-section.bgimgtrue .section-text h1, #content .text-section.bgimgtrue .section-text h2, #content .text-section.bgimgtrue .section-text h3 {
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
#content .text-section.bgimgtrue .section-text h1 a, #content .text-section.bgimgtrue .section-text h2 a, #content .text-section.bgimgtrue .section-text h3 a {
  color: #FFFFFF;
  display: inline-block;
}
#content .text-section.bgimgtrue .section-text h1 a:hover, #content .text-section.bgimgtrue .section-text h2 a:hover, #content .text-section.bgimgtrue .section-text h3 a:hover {
  color: #FFFFFF;
  transform: translateX(10px);
  text-shadow: 2px 5px 10px rgb(0, 0, 0);
}
#content .text-section.bgimgtrue .section-text a.button {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
#content .text-section.bgimgtrue .bg-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#content .text-section .headline-icon {
  max-width: 100px;
  margin-bottom: 2rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  #content .text-section .headline-icon {
    max-width: 80px;
  }
}
@media (max-width: 640px) {
  #content .text-section .headline-icon {
    max-width: 60px;
  }
}
#content .text-section .headline-icon img {
  width: 100px;
  height: auto;
}
#content .text-section .section-text .section-content {
  position: relative;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text {
    margin-right: 0;
  }
}
#content .text-section .section-text.right-text {
  margin-left: 50%;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.right-text {
    margin-left: 0;
  }
}
#content .text-section .section-text.left-text, #content .text-section .section-text.right-text {
  text-align: left;
  width: 50%;
  /* min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center; */
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text, #content .text-section .section-text.right-text {
    width: 100%;
    min-height: 0;
    padding: 0;
    text-align: center;
  }
}
#content .text-section .section-text.left-text .section-content, #content .text-section .section-text.right-text .section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  min-height: 500px;
  float: left;
}
#content .text-section .section-text.left-text .section-content .section-text-headline, #content .text-section .section-text.right-text .section-content .section-text-headline {
  margin-bottom: 0;
}
#content .text-section .section-text.left-text .section-content .section-text-headline h1,
#content .text-section .section-text.left-text .section-content .section-text-headline h2,
#content .text-section .section-text.left-text .section-content .section-text-headline h3, #content .text-section .section-text.right-text .section-content .section-text-headline h1,
#content .text-section .section-text.right-text .section-content .section-text-headline h2,
#content .text-section .section-text.right-text .section-content .section-text-headline h3 {
  padding: 0 0 20px;
  font-size: 28px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text .section-content .section-text-headline h1,
  #content .text-section .section-text.left-text .section-content .section-text-headline h2,
  #content .text-section .section-text.left-text .section-content .section-text-headline h3, #content .text-section .section-text.right-text .section-content .section-text-headline h1,
  #content .text-section .section-text.right-text .section-content .section-text-headline h2,
  #content .text-section .section-text.right-text .section-content .section-text-headline h3 {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #content .text-section .section-text.left-text .section-content .section-text-headline h1,
  #content .text-section .section-text.left-text .section-content .section-text-headline h2,
  #content .text-section .section-text.left-text .section-content .section-text-headline h3, #content .text-section .section-text.right-text .section-content .section-text-headline h1,
  #content .text-section .section-text.right-text .section-content .section-text-headline h2,
  #content .text-section .section-text.right-text .section-content .section-text-headline h3 {
    display: block;
    font-size: 1.5rem;
  }
}
#content .text-section .section-text.left-text .section-content .section-text-headline h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline h2.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline h3.headline, #content .text-section .section-text.right-text .section-content .section-text-headline h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline h3.headline {
  margin-bottom: 0;
}
#content .text-section .section-text.left-text .section-content .section-text-headline h1.subheadline,
#content .text-section .section-text.left-text .section-content .section-text-headline h2.subheadline,
#content .text-section .section-text.left-text .section-content .section-text-headline h3.subheadline, #content .text-section .section-text.right-text .section-content .section-text-headline h1.subheadline,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.subheadline,
#content .text-section .section-text.right-text .section-content .section-text-headline h3.subheadline {
  text-transform: capitalize;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.tprimary h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.tprimary h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.tprimary h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.tprimary h2.headline {
  color: #3b5c92;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.tsecondary h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.tsecondary h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.tsecondary h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.tsecondary h2.headline {
  color: #293477;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.ttertiary h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.ttertiary h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.ttertiary h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.ttertiary h2.headline {
  color: #37a1cf;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.tsurrogate h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.tsurrogate h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.tsurrogate h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.tsurrogate h2.headline {
  color: #364042;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.tfifth h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.tfifth h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.tfifth h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.tfifth h2.headline {
  color: #D0D0D0;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.twhite h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.twhite h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.twhite h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.twhite h2.headline {
  color: #FFFFFF;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.tgrey h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.tgrey h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.tgrey h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.tgrey h2.headline {
  color: #D0D0D0;
}
#content .text-section .section-text.left-text .section-content .section-text-headline.tblack h1.headline,
#content .text-section .section-text.left-text .section-content .section-text-headline.tblack h2.headline, #content .text-section .section-text.right-text .section-content .section-text-headline.tblack h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline.tblack h2.headline {
  color: #000000;
}
#content .text-section .section-text.left-text .section-content .text-section-copy, #content .text-section .section-text.right-text .section-content .text-section-copy {
  display: inline-block;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text .section-content .text-section-copy, #content .text-section .section-text.right-text .section-content .text-section-copy {
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text .section-content, #content .text-section .section-text.right-text .section-content {
    padding: 40px 0;
    min-height: 0;
    float: none;
  }
}
@media (max-width: 640px) {
  #content .text-section .section-text.left-text .section-content, #content .text-section .section-text.right-text .section-content {
    padding: 20px 0;
  }
}
#content .text-section .section-content {
  width: 100%;
  /* padding: 4rem 0;
  @include mq-lg {
    padding: 2rem 0;
  } */
}
@media (max-width: 640px) {
  #content .text-section .section-content.wrapper {
    width: 100%;
  }
  #content .text-section .section-content .marb2 {
    margin-bottom: 1rem;
  }
}
#content .text-section .headline,
#content .text-section .text-section-copy {
  /*max-width: 1200px;*/
}
#content .text-section .headline.last-child,
#content .text-section .text-section-copy.last-child {
  margin-bottom: 0;
}
#content .text-section .headline h3,
#content .text-section .text-section-copy h3 {
  font-size: 1.5rem;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #content .text-section .headline h3,
  #content .text-section .text-section-copy h3 {
    font-size: 1.2rem;
  }
}
#content .text-section .headline h3.subheadline,
#content .text-section .text-section-copy h3.subheadline {
  font-size: 1.65rem;
  font-family: "ProximaNova-Bold", sans-serif;
}
@media (max-width: 768px) {
  #content .text-section .headline h3.subheadline,
  #content .text-section .text-section-copy h3.subheadline {
    font-size: 1.2rem;
  }
}
#content .text-section .headline h3 span,
#content .text-section .text-section-copy h3 span {
  font-family: "ProximaNova-Bold", serif;
  text-transform: capitalize;
  font-size: 150%;
}
#content .text-section .headline {
  margin: 0 auto 1rem;
}
#content .text-section .text-section-copy {
  position: relative;
}
#content .text-section .section-text-headline h1,
#content .text-section .section-text-headline h2,
#content .text-section h1,
#content .text-section h2 {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: clamp(1.25rem, 4.5vw, 2.5rem);
  text-transform: uppercase;
  margin: 0 auto 1rem;
}
#content .text-section.disclaimer h2 {
  font-size: 3rem;
}
#content .text-section h2.subheadline,
#content .text-section h1.subheadline,
#content .text-section .section-text-headline h1 span,
#content .text-section .section-text-headline h2 span,
#content .text-section h1 span,
#content .text-section h2 span {
  font-size: clamp(3.25rem, 7vw, 5rem);
  font-family: "ProximaNova-Bold", serif;
  line-height: normal;
  text-transform: capitalize;
}
#content .text-section .section-text-headline h1 span,
#content .text-section .section-text-headline h2 span {
  display: block;
}
#content .text-section h2.subheadline-large,
#content .text-section h1.subheadline-large {
  font-size: clamp(4.25rem, 8.5vw, 8rem);
  line-height: normal;
  margin: 0 auto 1.5rem;
}
#content .text-section .section-text-headline {
  margin-bottom: 2rem;
}
#content .text-section .section-text-headline h1, #content .text-section .section-text-headline h2 {
  margin-bottom: 0;
}
#content .text-section p:last-child,
#content .text-section #content li:last-child {
  /*margin-bottom: 1.5em;*/
}
#content .text-section.padt5 {
  padding-top: 5rem;
}
#content .text-section.padb0 {
  padding-bottom: 0;
}
#content .text-section.padb0 .section-content {
  padding-bottom: 0;
}
#content .text-section.padt0 {
  padding-top: 0;
}
#content .text-section.padt0 .section-content {
  padding-top: 0;
}
#content .text-section.padb1 {
  padding-bottom: 1rem;
}
#content .text-section.padb1 .section-content {
  padding-bottom: 1rem;
}
#content .text-section.padt1 {
  padding-top: 1rem;
}
#content .text-section.padt1 .section-content {
  padding-top: 1rem;
}
#content .text-section.padb2 {
  padding-bottom: 2rem;
}
#content .text-section.padb2 .section-content {
  padding-bottom: 2rem;
}
#content .text-section.padt2 {
  padding-top: 2rem;
}
#content .text-section.padt2 .section-content {
  padding-top: 2rem;
}
#content .text-section.padb3 {
  padding-bottom: 3rem;
}
#content .text-section.padb3 .section-content {
  padding-bottom: 3rem;
}
#content .text-section.padt3 {
  padding-top: 3rem;
}
#content .text-section.padt3 .section-content {
  padding-top: 3rem;
}

.gold-leaf {
  padding-left: 50px;
  padding-top: 0.25rem;
  background-image: url("/wp-content/themes/client-theme/images/global/gold-leaf.svg");
  background-size: auto 90%;
  background-position: left bottom 5px;
  background-repeat: no-repeat;
}

/*-------- FEATURED SECTION --------*/
#content {
  /*a.page-link {
        margin: 0 40px 0 20px;
    }*/
}
#content .bgprimary,
#content .bgsecondary,
#content .bgtertiary,
#content .bgsurrogate,
#content .bgred,
#content .bgfifth {
  color: #FFFFFF;
}
#content .bgprimary h1,
#content .bgprimary h2,
#content .bgprimary h3,
#content .bgsecondary h1,
#content .bgsecondary h2,
#content .bgsecondary h3,
#content .bgtertiary h1,
#content .bgtertiary h2,
#content .bgtertiary h3,
#content .bgsurrogate h1,
#content .bgsurrogate h2,
#content .bgsurrogate h3,
#content .bgred h1,
#content .bgred h2,
#content .bgred h3,
#content .bgfifth h1,
#content .bgfifth h2,
#content .bgfifth h3 {
  color: #FFFFFF;
}
#content .bgprimary h1.headline, #content .bgprimary h1.subheadline,
#content .bgprimary h2.headline,
#content .bgprimary h2.subheadline,
#content .bgprimary h3.headline,
#content .bgprimary h3.subheadline,
#content .bgsecondary h1.headline,
#content .bgsecondary h1.subheadline,
#content .bgsecondary h2.headline,
#content .bgsecondary h2.subheadline,
#content .bgsecondary h3.headline,
#content .bgsecondary h3.subheadline,
#content .bgtertiary h1.headline,
#content .bgtertiary h1.subheadline,
#content .bgtertiary h2.headline,
#content .bgtertiary h2.subheadline,
#content .bgtertiary h3.headline,
#content .bgtertiary h3.subheadline,
#content .bgsurrogate h1.headline,
#content .bgsurrogate h1.subheadline,
#content .bgsurrogate h2.headline,
#content .bgsurrogate h2.subheadline,
#content .bgsurrogate h3.headline,
#content .bgsurrogate h3.subheadline,
#content .bgred h1.headline,
#content .bgred h1.subheadline,
#content .bgred h2.headline,
#content .bgred h2.subheadline,
#content .bgred h3.headline,
#content .bgred h3.subheadline,
#content .bgfifth h1.headline,
#content .bgfifth h1.subheadline,
#content .bgfifth h2.headline,
#content .bgfifth h2.subheadline,
#content .bgfifth h3.headline,
#content .bgfifth h3.subheadline {
  color: #FFFFFF;
}
#content .bgprimary a,
#content .bgsecondary a,
#content .bgtertiary a,
#content .bgsurrogate a,
#content .bgred a,
#content .bgfifth a {
  color: white;
}
#content .bgprimary a:hover,
#content .bgsecondary a:hover,
#content .bgtertiary a:hover,
#content .bgsurrogate a:hover,
#content .bgred a:hover,
#content .bgfifth a:hover {
  color: #aaaaaa;
}
#content .bgprimary .button,
#content .bgprimary a.button,
#content .bgsecondary .button,
#content .bgsecondary a.button,
#content .bgtertiary .button,
#content .bgtertiary a.button,
#content .bgsurrogate .button,
#content .bgsurrogate a.button,
#content .bgred .button,
#content .bgred a.button,
#content .bgfifth .button,
#content .bgfifth a.button {
  background-color: #37a1cf;
  border: 2px solid #37a1cf;
  color: #FFFFFF;
}
#content .bgprimary .button:hover,
#content .bgprimary a.button:hover,
#content .bgsecondary .button:hover,
#content .bgsecondary a.button:hover,
#content .bgtertiary .button:hover,
#content .bgtertiary a.button:hover,
#content .bgsurrogate .button:hover,
#content .bgsurrogate a.button:hover,
#content .bgred .button:hover,
#content .bgred a.button:hover,
#content .bgfifth .button:hover,
#content .bgfifth a.button:hover {
  background-color: #247396;
  color: #FFFFFF;
}
#content .bgprimary .page-link a,
#content .bgsecondary .page-link a,
#content .bgtertiary .page-link a,
#content .bgsurrogate .page-link a,
#content .bgred .page-link a,
#content .bgfifth .page-link a {
  color: #FFFFFF;
}
#content .bgprimary .page-link a:hover,
#content .bgsecondary .page-link a:hover,
#content .bgtertiary .page-link a:hover,
#content .bgsurrogate .page-link a:hover,
#content .bgred .page-link a:hover,
#content .bgfifth .page-link a:hover {
  color: #364042;
}
#content .twhite h1.headline, #content .twhite h1.subheadline,
#content .twhite h2.headline,
#content .twhite h2.subheadline,
#content .twhite h3.headline,
#content .twhite h3.subheadline,
#content .bgsecondary h1.headline,
#content .bgsecondary h1.subheadline,
#content .bgsecondary h2.headline,
#content .bgsecondary h2.subheadline,
#content .bgsecondary h3.headline,
#content .bgsecondary h3.subheadline,
#content .bgtertiary h1.headline,
#content .bgtertiary h1.subheadline,
#content .bgtertiary h2.headline,
#content .bgtertiary h2.subheadline,
#content .bgtertiary h3.headline,
#content .bgtertiary h3.subheadline {
  color: #FFFFFF;
}
#content .twhite a,
#content .bgsecondary a,
#content .bgtertiary a {
  color: #D0D0D0;
}
#content .twhite a:hover,
#content .bgsecondary a:hover,
#content .bgtertiary a:hover {
  color: white;
}
#content .twhite .button,
#content .twhite a.button,
#content .bgsecondary .button,
#content .bgsecondary a.button,
#content .bgtertiary .button,
#content .bgtertiary a.button {
  color: #FFFFFF;
}
#content .twhite .button:hover,
#content .twhite a.button:hover,
#content .bgsecondary .button:hover,
#content .bgsecondary a.button:hover,
#content .bgtertiary .button:hover,
#content .bgtertiary a.button:hover {
  color: #FFFFFF;
}
#content .bggreylt {
  color: #414042;
}
#content .bggreylt.bgtrans {
  background-color: rgba(204, 215, 219, 0.9);
}
#content .bgprimary h1,
#content .bgprimary h2,
#content .bgprimary h3 {
  color: #FFFFFF;
}
#content .bgprimary h1.headline, #content .bgprimary h1.subheadline,
#content .bgprimary h2.headline,
#content .bgprimary h2.subheadline,
#content .bgprimary h3.headline,
#content .bgprimary h3.subheadline {
  color: #FFFFFF;
}
#content .bgprimary a:hover {
  color: #eaeaea;
}
#content .bgprimary .page-link a,
#content .bgprimary a.page-link {
  color: #FFFFFF;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
#content .bgprimary .page-link a:hover,
#content .bgprimary a.page-link:hover {
  color: #D0D0D0;
}
#content .bgwhite {
  color: #414042;
}
#content .bgwhite h1,
#content .bgwhite h2,
#content .bgwhite h3 {
  color: #37a1cf;
}
#content .bgwhite h1.headline, #content .bgwhite h1.subheadline,
#content .bgwhite h2.headline,
#content .bgwhite h2.subheadline,
#content .bgwhite h3.headline,
#content .bgwhite h3.subheadline {
  color: #37a1cf;
}
#content .bgwhite .bgtertiarylt > h1,
#content .bgwhite .bgtertiarylt > h2,
#content .bgwhite .bgtertiarylt > h3 {
  color: #2983aa;
}
#content .bgwhite .bgtertiarylt > h1.headline, #content .bgwhite .bgtertiarylt > h1.subheadline,
#content .bgwhite .bgtertiarylt > h2.headline,
#content .bgwhite .bgtertiarylt > h2.subheadline,
#content .bgwhite .bgtertiarylt > h3.headline,
#content .bgwhite .bgtertiarylt > h3.subheadline {
  color: #2983aa;
}
#content .bgwhite a {
  color: #5c81bd;
}
#content .bgwhite a:hover {
  color: #141718;
}
#content .bgwhite .button,
#content .bgwhite a.button {
  background-color: #3b5c92;
  color: #FFFFFF;
  border: 2px solid #3b5c92;
}
#content .bgwhite .button:hover,
#content .bgwhite a.button:hover {
  background-color: transparent;
  color: #3b5c92;
}
#content .bgltgrey a:not(.button) {
  color: #3b5c92;
}
#content .bgltgrey a:not(.button):hover {
  color: #37a1cf;
}
#content .bgred,
#content .bgfifth {
  color: #FFFFFF;
}
#content .bgred h1,
#content .bgred h2,
#content .bgred h3,
#content .bgfifth h1,
#content .bgfifth h2,
#content .bgfifth h3 {
  color: #FFFFFF;
}
#content .page-link {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  #content .page-link {
    margin: 1rem auto 0;
  }
}
#content .page-link a,
#content .video-link a,
#content .news-link a,
#content a.page-link {
  display: inline-block;
  position: relative;
  color: #3b5c92;
  text-align: center;
  margin: 0.5rem auto 0;
  line-height: 60px;
  /*text-transform: uppercase;*/
  font-size: 1.35rem;
  font-weight: bold;
  font-family: "ProximaNova-Regular", sans-serif;
}
#content .page-link a:after,
#content .video-link a:after,
#content .news-link a:after,
#content a.page-link:after {
  content: ">";
  position: absolute;
  right: 1.55rem;
  -webkit-transition: 0.3s right;
  -moz-transition: 0.3s right;
  -ms-transition: 0.3s right;
  -o-transition: 0.3s right;
  transition: 0.3s right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#content .page-link a:hover,
#content .video-link a:hover,
#content .news-link a:hover,
#content a.page-link:hover {
  color: #FFFFFF;
}
#content .page-link a:hover:after,
#content .video-link a:hover:after,
#content .news-link a:hover:after,
#content a.page-link:hover:after {
  right: 1rem;
}
#content .page-link a.twhite a,
#content .video-link a.twhite a,
#content .news-link a.twhite a,
#content a.page-link.twhite a {
  color: #FFFFFF;
}
#content .page-link a.twhite a:hover,
#content .video-link a.twhite a:hover,
#content .news-link a.twhite a:hover,
#content a.page-link.twhite a:hover {
  color: #293477;
}
@media (max-width: 768px) {
  #content .page-link a,
  #content .video-link a,
  #content .news-link a,
  #content a.page-link {
    font-size: 1rem;
    line-height: 40px;
  }
  #content .page-link a:after,
  #content .video-link a:after,
  #content .news-link a:after,
  #content a.page-link:after {
    right: 1.25rem;
  }
  #content .page-link a:hover:after,
  #content .video-link a:hover:after,
  #content .news-link a:hover:after,
  #content a.page-link:hover:after {
    right: 0.75rem;
  }
}
#content .video-link a {
  color: #FFFFFF;
  font-size: 1.4rem;
}
#content .video-link a:hover {
  color: #293477;
}
@media (max-width: 768px) {
  #content .video-link a {
    font-size: 1rem;
  }
}
#content .video-link {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
  z-index: 999;
}
#content .video-link:hover {
  padding: 1em 1em 1.2em 1em;
  background-color: rgba(0, 0, 0, 0.8);
}
#content .bgwhite .page-link a {
  background-color: transparent;
  color: #37a1cf;
  border: 2px solid #37a1cf;
}
#content .bgwhite .page-link a:hover {
  color: #FFFFFF;
  background-color: #37a1cf;
}

/*-------- CONTENT CENTERED --------*/
.no-formatting img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

/*-------- GALLERY SECTION --------*/
#content ul#menu-gallery-nav {
  margin: 0;
  text-align: center;
}
#content ul#menu-gallery-nav li {
  list-style-type: none;
  display: inline-block;
  margin: 0 4px 1.5em;
  border: 2px solid #3b5c92;
  color: #3b5c92;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
#content ul#menu-gallery-nav li a {
  display: block;
  line-height: normal !important;
  color: #3b5c92;
  padding: 0.5em 2.4em;
  font-size: 1.2rem;
}
#content ul#menu-gallery-nav li:hover {
  color: #FFFFFF;
  background-color: rgba(59, 92, 146, 0.6);
  cursor: pointer;
}
#content ul#menu-gallery-nav li:hover a {
  color: #FFFFFF;
}
#content ul#menu-gallery-nav li.current-menu-item {
  background-color: #3b5c92;
}
#content ul#menu-gallery-nav li.current-menu-item a {
  color: #FFFFFF;
}
#content ul#menu-gallery-nav li.current-menu-item:hover {
  color: #FFFFFF;
  background-color: rgba(59, 92, 146, 0.6);
  cursor: pointer;
}
#content ul#menu-gallery-nav li.current-menu-item:hover a {
  color: #FFFFFF;
}
@media (max-width: 768px) {
  #content ul#menu-gallery-nav li {
    margin-bottom: 10px;
  }
  #content ul#menu-gallery-nav li a {
    padding: 10px;
    font-size: 1rem;
  }
}

.gallery-pad {
  padding: 0 3rem 3rem;
}
@media (max-width: 768px) {
  .gallery-pad {
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 640px) {
  .gallery-pad {
    padding: 0 4px 4px;
  }
}

.video-overlay {
  opacity: 0.7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: url("../../images/gallery/playvideo.svg");
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 10% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.video-overlay.mptour {
  background-image: url("../../images/gallery/3d-arrow.png");
}

a.gallery-thumb {
  display: inline-block;
  /*margin: 0 -2px;*/
  text-decoration: none;
  position: relative;
  /*width: 25%;*/
  width: 33.3333333333%;
  border: 4px solid #ffffff;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  /*@include mq-sm {
        width: 100%;
    }*/
}
a.gallery-thumb img {
  width: 100%;
  height: auto;
}
a.gallery-thumb p,
a.gallery-thumb span.cap-contain {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
}
a.gallery-thumb p span.gal-caption,
a.gallery-thumb span.cap-contain span.gal-caption {
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  /*font-weight: 700;*/
  /*font-size: 1.5em;*/
}
@media (max-width: 640px) {
  a.gallery-thumb p span.gal-caption,
  a.gallery-thumb span.cap-contain span.gal-caption {
    font-size: 0.8rem;
    line-height: 100%;
  }
}
a.gallery-thumb p span.gal-caption strong,
a.gallery-thumb span.cap-contain span.gal-caption strong {
  text-transform: capitalize;
}
a.gallery-thumb span.cap-contain {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
a.gallery-thumb span.cap-contain:hover {
  background: rgba(0, 0, 0, 0.6);
}
a.gallery-thumb p span {
  width: 100%;
  text-align: center;
  line-height: normal;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 768px) {
  a.gallery-thumb p span {
    font-size: 0.9rem;
  }
}
a.gallery-thumb p.show-caption {
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
a.gallery-thumb p.show-caption.video-overlay {
  opacity: 0.7;
  background-image: url("../../images/gallery/playvideo.svg");
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 10% auto;
  background-position: center;
  background-repeat: no-repeat;
}
a.gallery-thumb p.show-caption.video-overlay.mptour {
  background-image: url("../../images/gallery/3d-arrow.png");
}
a.gallery-thumb p.show-caption.video-overlay span {
  top: 65%;
}
a.gallery-thumb.walkthrough p {
  opacity: 0.6;
}
a.gallery-thumb:hover p {
  opacity: 1;
}
a.gallery-thumb:hover p.show-caption {
  background: rgba(0, 0, 0, 0.6);
}
a.gallery-thumb:hover p.show-caption.video-overlay {
  opacity: 1;
  background-image: url("../../images/gallery/playvideo.svg");
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 12% auto;
  background-position: center;
  background-repeat: no-repeat;
}
a.gallery-thumb:hover p.show-caption.video-overlay.mptour {
  background-image: url("../../images/gallery/3d-arrow.png");
}
@media (max-width: 1500px) {
  a.gallery-thumb {
    width: 33.3333333%;
  }
}
@media (max-width: 1024px) {
  a.gallery-thumb {
    width: 50%;
  }
}
a.gallery-thumb .circle-arrow {
  max-width: 40%;
  width: 100px;
}
a.gallery-thumb .circle-arrow.play-button {
  max-width: 30%;
  width: 80px;
}

.larger-gallery-thumb a.gallery-thumb {
  width: 900px;
  max-width: 100%;
}
.larger-gallery-thumb a.gallery-thumb p span {
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
}

#content a.gallery-thumb {
  color: #FFFFFF;
}
#content a.gallery-thumb:hover {
  color: #FFFFFF;
}

div.fancybox-caption {
  font-size: 1.3em;
  font-weight: 700;
}
div.fancybox-caption strong {
  text-transform: uppercase;
}

/* Horizontal Boxes */
a .horz-box {
  padding: 2rem;
  background-size: auto 100%;
  background-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a .horz-box .box-overlay {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
a .horz-box .box-overlay h2 {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
  padding: 10px;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  a .horz-box .box-overlay h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  a .horz-box {
    padding: 1rem;
  }
}
@media (max-width: 640px) {
  a .horz-box.one-third {
    max-width: 300px;
    display: inline-block;
  }
}
a:hover .horz-box {
  padding: 0;
  background-size: auto 110%;
}

/* Partners Blocks */
.partner-block {
  display: inline-block;
  width: 33.3333333333%;
  padding: 0 4rem 6rem 0;
  text-align: left;
  vertical-align: top;
}
.partner-block:nth-child(3n+1) {
  padding-left: 0;
}
.partner-block:nth-child(3n) {
  padding-right: 0;
}
.partner-block .partner-image {
  height: 100px;
  margin-bottom: 2rem;
}
.partner-block .partner-image img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .partner-block .partner-image {
    height: 60px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .partner-block {
    width: 50%;
    padding: 0 2rem 4rem !important;
  }
}
@media (max-width: 640px) {
  .partner-block {
    width: 100%;
    padding: 0 0 4rem !important;
    text-align: center;
  }
}

#header-promo {
  box-sizing: border-box;
  background-color: #37a1cf;
  width: 700px;
  max-width: 100%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  font-size: 1.1em;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  max-height: 0;
  z-index: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 0 solid;
  border-color: #2983aa;
  border-top: none;
  overflow: hidden;
  top: 100%;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-text-size-adjust: 100%;
}
#header-promo img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  #header-promo img.farmers {
    display: none;
  }
}
#header-promo.promo-open {
  border-width: 2px;
  padding: 0.5em;
  display: block;
  max-height: 5000px;
}
#header-promo.promo-open .wrapper,
#header-promo.promo-open .closeme {
  opacity: 1;
  -webkit-transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -ms-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#header-promo .closeme {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 15px;
  top: 15px;
  z-index: 3;
}
@media (max-width: 640px) {
  #header-promo .closeme {
    width: 15px;
    height: 15px;
  }
}
#header-promo .closeme img:hover {
  cursor: pointer;
}
#header-promo .wrapper {
  position: relative;
  left: 0;
  width: 100%;
  padding: 1.5em 0 0;
  z-index: 0;
}
#header-promo .wrapper,
#header-promo .closeme {
  opacity: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  transition-delay: 0;
}
#header-promo a {
  color: #FFFFFF;
}
#header-promo a:hover {
  color: rgba(255, 255, 255, 0.7);
}
#header-promo h3 {
  font-size: 1.8em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  #header-promo h3 {
    font-size: 9vw;
  }
}
#header-promo h4 {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1.5em;
  margin: 3px 0;
}
@media (max-width: 640px) {
  #header-promo h4 {
    font-size: 7vw;
  }
}
@media (max-width: 640px) {
  #header-promo p {
    font-size: 13px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home-featured,
.featured-color-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  /*margin-top: 85px;*/
}

.home-featured img {
  /*top: -10%;
  height: 110%;*/
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
}

.featured-color-overlay {
  z-index: 102;
  /*top: -50px;*/
}

.home .featured-color-overlay {
  /*@include mq-sm {
  	background-color: rgba(0,0,0,0.2);
  }*/
}

.overlay-top,
.overlay-bottom {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 101;
}
.overlay-top > img,
.overlay-bottom > img {
  width: 40%;
  max-width: 725px;
}
@media (max-width: 1024px) {
  .overlay-top > img,
  .overlay-bottom > img {
    width: 80%;
  }
}
@media (max-width: 640px) {
  .overlay-top > img,
  .overlay-bottom > img {
    width: 90%;
  }
}

.overlay-top {
  margin: 4em 0;
}
.overlay-top .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.overlay-top .video-button img {
  max-width: 184px;
  width: 60%;
  width: 10vw;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .overlay-top .video-button img {
    width: 20vw;
  }
}
@media (max-width: 640px) {
  .overlay-top .video-button img {
    width: 23vw;
  }
}
.overlay-top a.video-button:hover img {
  max-width: 194px;
  width: 11vw;
}
@media (max-width: 1024px) {
  .overlay-top a.video-button:hover img {
    width: 21vw;
  }
}
@media (max-width: 640px) {
  .overlay-top a.video-button:hover img {
    width: 24vw;
  }
}

.overlay-bottom {
  margin-bottom: 2em;
}

#vid-wrapper {
  position: relative;
}
#vid-wrapper .video-container {
  margin-bottom: 0;
}

#bg-vid,
#vid-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#bg-vid.hidevid,
#vid-placeholder.hidevid {
  z-index: 0;
  opacity: 0;
}
#bg-vid.showvid,
#vid-placeholder.showvid {
  z-index: 2;
  opacity: 1;
}

#bg-vid {
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.video-container#bg-vid, .video-container#slider {
  margin-bottom: 0;
}
.video-container#slider {
  opacity: 0;
}
.video-container#slider.showslider {
  opacity: 1;
}

.slide-content.video-active {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0;
}
.slide-content.video-active.showslider {
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  transition-delay: 0.5s;
}

#vid-loader {
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#vid-loader.hideload {
  opacity: 0;
}

@keyframes vid-loader {
  0% {
    transform: rotate(0);
    border-top-color: #3b5c92;
  }
  50% {
    border-top-color: #293477;
  }
  100% {
    transform: rotate(359.9deg);
    border-top-color: #3b5c92;
  }
}
.vid-progress {
  border-color: #FFFFFF;
  border-top-color: rgb(255, 255, 255);
  border-top-color: #3b5c92;
}

.vid-progress {
  border-radius: 100%;
  border-style: solid;
  border-width: 0.45rem;
  height: 5rem;
  width: 5rem;
  margin: 8rem auto;
  animation: vid-loader 1s infinite linear;
}

#content ul#builders-list {
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  text-align: center;
  font-family: "ProximaNova-Bold", serif;
  font-weight: 400;
}
#content ul#builders-list li {
  display: inline-block;
  list-style-type: none;
  border-right: 2px solid #37a1cf;
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 100%;
}
#content ul#builders-list li a {
  padding: 0 10px 0 8px;
}
#content ul#builders-list li:last-child {
  border: none;
}
@media (max-width: 640px) {
  #content ul#builders-list li {
    border: none;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  BLOG PAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content #blog-sidebar.wrapper.sidebar-wall {
  /*max-width: 900px;*/
}
@media (max-width: 845px) {
  #content #blog-sidebar.wrapper.sidebar-wall .live-date {
    width: 50%;
  }
}
#content #blog-sidebar.wrapper.sidebar-wall .weather #weathertop-desc {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 640px) {
  #content #blog-sidebar.wrapper.sidebar-wall .weather #weathertop-desc {
    font-size: 0.8rem;
  }
}
@media (max-width: 845px) {
  #content #blog-sidebar.wrapper.sidebar-wall .weather {
    display: block;
    width: 50%;
  }
}
@media (max-width: 845px) {
  #content #blog-sidebar.wrapper.sidebar-wall .live-time {
    display: none;
  }
}
#content #blog-sidebar.wrapper.sidebar-wall #weather-stats .one-half {
  float: left;
  margin-left: 1.6666666667%;
  clear: none;
  width: 49.1666666667%;
}
#content #blog-sidebar.wrapper.sidebar-wall .one-sixth #weathertop-icon {
  width: 18.6666666667%;
}
@media (max-width: 640px) {
  #content #blog-sidebar.wrapper.sidebar-wall .one-sixth #weathertop-icon {
    display: none;
  }
}
#content #blog-sidebar.wrapper.sidebar-wall #weather-stats .one-half.first {
  width: 49.1666666667%;
  margin: 0;
}

#content #blog-sidebar .sidebar-social-nav span.select {
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  #content #blog-sidebar .sidebar-social-nav span.select {
    display: block;
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
  }
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 640px) {
  #content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav {
    display: block;
  }
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li {
  display: inline-block;
  margin: 0 1px !important;
}
@media (max-width: 640px) {
  #content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li {
    margin: 0 !important;
  }
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li a {
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  display: block;
  background: #4a73b6;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li a {
    font-size: 1rem;
  }
}
@media (max-width: 640px) {
  #content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li a {
    padding: 0.25rem 0.45rem;
    font-size: 0.8rem;
  }
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li:hover > a {
  background: #3b5c92;
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li.current-menu-item {
  background: #FFFFFF;
  color: #414042;
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li.current-menu-item > a {
  color: #414042;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 845px) {
  #content #blog-sidebar .one-third {
    width: 100%;
    text-align: center;
  }
  #content #blog-sidebar .one-third ul.blogcats {
    text-align: center;
  }
}

#categories {
  width: 100%;
  display: block;
  float: none;
  clear: both;
}
#categories .category-nav li {
  display: inline-block;
}
@media (max-width: 640px) {
  #categories .category-nav li {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    border: none;
  }
}

.news-social ul#header-social.main-nav-social li {
  margin: 0 0.25rem !important;
}

#content #blog-sidebar h2 {
  margin-bottom: 10px;
  font-family: "ProximaNova-Bold", sans-serif;
  color: #3b5c92;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}
@media (max-width: 768px) {
  #content #blog-sidebar h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
#content #blog-sidebar ul {
  margin: 0;
}
#content #blog-sidebar ul li {
  margin: 0;
  list-style-type: none;
  font-size: 1.3rem;
}
#content #blog-sidebar ul li a {
  color: #414042;
}
#content #blog-sidebar ul li.current-cat a,
#content #blog-sidebar ul li a:hover {
  color: #37a1cf;
}
@media (max-width: 845px) {
  #content #blog-sidebar ul li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media (max-width: 845px) {
  #content #blog-sidebar ul li {
    margin: 0 5px;
  }
}
#content #blog-sidebar .news-social {
  overflow: hidden;
}
@media (max-width: 845px) {
  #content #blog-sidebar .news-social {
    display: none;
  }
}
#content #blog-sidebar .current-time {
  color: #fff;
  font-size: 3rem;
  line-height: 2rem;
}
@media (max-width: 845px) {
  #content #blog-sidebar .current-time {
    display: none;
  }
}
#content #blog-sidebar #clock,
#content #blog-sidebar .current-date .date,
#content #blog-sidebar #weathertop-deg {
  color: #3b5c92;
  font-size: 2.25rem;
  line-height: 2rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #content #blog-sidebar #clock,
  #content #blog-sidebar .current-date .date,
  #content #blog-sidebar #weathertop-deg {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  #content #blog-sidebar #clock,
  #content #blog-sidebar .current-date .date,
  #content #blog-sidebar #weathertop-deg {
    font-size: 1.25rem;
  }
}
#content #blog-sidebar .weather h2 {
  /*margin-bottom: 0;*/
}
#content #blog-sidebar .weather .one-fourth {
  width: 23.75% !important;
}
#content #blog-sidebar .weather .three-fourths {
  width: 74.5833333333% !important;
}
@media (max-width: 640px) {
  #content #blog-sidebar .weather .one-fourth,
  #content #blog-sidebar .weather .three-fourths {
    float: left;
    margin: 0 0 0 auto !important;
    clear: none;
    display: inline-block;
  }
}
#content #blog-sidebar .weather #weathertop-desc {
  font-size: 1.3em;
}
#content #blog-sidebar .weather .wu-custom-top {
  width: 55px;
  height: 55px;
  position: relative;
  /*top: 0.5rem;*/
}
@media (max-width: 768px) {
  #content #blog-sidebar .weather .wu-custom-top {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 640px) {
  #content #blog-sidebar .weather .wu-custom-top {
    width: 45px;
    height: 45px;
  }
}
#content #blog-sidebar .weather #weathertop-desc,
#content #blog-sidebar .weather #weathertop-deg {
  color: #3b5c92;
}
@media (max-width: 845px) {
  #content #blog-sidebar .weather {
    display: none;
  }
}

.fts-jal-fb-vid-picture {
  float: none !important;
}

.ff-slideshow .ff-supports-comments.ff-slide-posts .ff-comments-list {
  display: none;
}

.ff-sc-label2 article.ff-item .ff-icon:before {
  border-color: transparent #FFFFFF transparent transparent;
}

.ff-sc-label2 .ff-label-wrapper .ff-icon-inner {
  top: 10px;
}

article.ff-item .ff-icon-inner:after,
article.ff-item:before {
  padding-top: 10px;
  color: #293477;
}

.ff-filter-holder .ff-filter i::before,
.ff-filter-holder .selectric-items li::before {
  /*@include center-vert;
    width: 100%;*/
  padding-top: 12px;
}

.ff-search input,
.ff-search input::placeholder {
  color: #293477 !important;
}

.ff-initial-image {
  max-width: 100%;
}

.ff-slideshow-classic .ff-content.not-empty li:after {
  background: none;
}

/*.ff-filter,
.ff-search,
.ff-btn {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}*/
.ff-wordpress i.ff-icon-inner:after,
.ff-posts i.ff-icon-inner:after,
.ff-comments i.ff-icon-inner:after,
i.ff-type-wordpress:before,
i.ff-type-posts:before,
i.ff-type-comments:before {
  content: "\e043";
}

#blog-header img {
  max-width: 358px;
  width: 70%;
  height: auto;
}

#content #intro {
  /*background-color: lighten($color-font-main, 55%);*/
}
@media (max-width: 768px) {
  #content #intro.padt2.mart2 {
    padding: 0;
    margin: 0;
  }
}

.blog #content a {
  color: #293477;
}
.blog #content a:hover {
  color: #37a1cf;
}
@media (max-width: 768px) {
  .blog #content .half {
    text-align: center;
  }
}
.blog #content .news-block {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
  padding: 1rem;
  display: inline-block;
  opacity: 1;
  max-width: none;
  width: calc(33.3333333333% - 2.2em);
  vertical-align: top;
  min-width: 260px;
  margin: 0 1.1em 2em;
}
.blog #content .news-block:hover {
  border-color: rgba(55, 161, 207, 0.25);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
  /*@include box-shadow(0 0 10px #d1d1d1);*/
}
.blog #content .news-block:hover h2.headline {
  color: #293477;
}
.blog #content .news-block:hover .read-more .fa {
  margin-left: 20px;
  opacity: 1;
}
.blog #content .news-block:hover a {
  /*background-color: fn-transparent-color($color-secondary, 0.05);*/
  background-color: #FFFFFF;
}
.blog #content .news-block:hover .news-link {
  color: #293477;
}
.blog #content .news-block:hover .news-link:after {
  padding: 0 0 0 15px;
}
@media (max-width: 1024px) {
  .blog #content .news-block {
    width: calc(50% - 2.2em);
  }
}
@media (max-width: 640px) {
  .blog #content .news-block {
    width: calc(100% - 2.2em);
  }
}
.blog #content .news-block p.news-excerpt {
  height: auto;
}
.blog #content .news-block .news-block-third img {
  max-width: 100%;
}
.blog #content .news-block.half-section:nth-child(even) .section-image {
  right: 50%;
  left: auto;
}
.blog #content .news-block .news-thumb {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
}
.blog #content .news-block h3.subheadline,
.blog #content .news-block h4.subheadline {
  color: #939598;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-family: "ProximaNova-Regular", sans-serif;
}
.blog #content .news-block h2.headline {
  color: #293477;
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .blog #content .news-block h2.headline {
    font-size: 1.5rem;
  }
}
@media (max-width: 350px) {
  .blog #content .news-block h2.headline {
    height: auto;
  }
}
.blog #content .news-block.show-news {
  display: inline-block !important;
  opacity: 1;
}
.blog #content .news-block img {
  width: 100%;
  height: auto;
}
.blog #content .news-block .video-container {
  padding-bottom: 50%;
}
.blog #content .news-block .news-content {
  position: relative;
}
.blog #content .news-block .section-content.news-text {
  max-width: 840px;
}
@media (max-width: 1024px) {
  .blog #content .news-block .section-content.news-text {
    max-width: 100%;
  }
  .blog #content .news-block .section-content.news-text.bgwhite {
    background: none;
  }
  .blog #content .news-block .section-content.news-text h2 {
    height: auto;
  }
}
.blog #content .news-block .section-content.news-text h2 {
  color: #293477;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 120%;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .blog #content .news-block .news-content .pad2 {
    padding: 1.5em 1em;
  }
}
@media (max-width: 350px) {
  .blog #content .news-block {
    max-width: 100%;
  }
}
.blog #content .news-block a,
.blog #content .news-block a:active {
  display: block;
}
.blog #content .news-block a p,
.blog #content .news-block a:active p {
  color: #333333;
}
.blog #content .news-block a .news-link,
.blog #content .news-block a:active .news-link {
  color: #293477;
}
.blog #content .news-block a .news-link:after,
.blog #content .news-block a:active .news-link:after {
  content: ">";
  padding: 0 10px 0 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.blog #content .news-block.fademe {
  opacity: 0.7;
}
.blog #content .news-post h2.subheadline,
.blog #content .news-post h4.subheadline {
  color: #414042;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .blog #content .news-post h2.subheadline,
  .blog #content .news-post h4.subheadline {
    font-size: 1rem;
  }
}
.blog #content .news-post h1.headline {
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: none;
  color: #293477;
  line-height: 1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .blog #content .news-post h1.headline {
    font-size: 2rem;
  }
}
.blog #content .news-post h1,
.blog #content .news-post h2,
.blog #content .news-post h3,
.blog #content .news-post h4 {
  margin-bottom: 1em;
}
.blog #content .category-nav {
  font-size: 1.2rem;
}
.blog #content .category-nav li {
  margin: 10px 5px 0;
  border-right: 2px solid #3b5c92;
}
.blog #content .category-nav li:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.blog #content .category-nav li a {
  color: #FFFFFF;
  font-weight: 700;
}
.blog #content .category-nav li.current-cat a {
  color: #293477;
}
.blog #content .category-nav li a:hover {
  color: #293477;
}

#content a.load-more,
#content a.no-more {
  font-family: "ProximaNova-Regular", sans-serif;
  display: inline-block;
  clear: both;
  font-size: 1.5em;
  color: #3b5c92;
}
#content a.load-more:hover,
#content a.no-more:hover {
  color: #293477;
}
#content a.load-more {
  margin: 36px 0 0;
}
#content a.load-more:after {
  content: "\f107";
  font-family: FontAwesome;
  clear: both;
  display: block;
  font-size: 2em;
  padding: 0 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content a.load-more:hover:after {
  padding: 10px 0 5px;
}
#content a.no-more {
  margin: 0 0 36px;
}
#content a.no-more:before {
  content: "\f106";
  font-family: FontAwesome;
  clear: both;
  display: block;
  font-size: 2em;
  padding: 15px 0 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content a.no-more:hover:before {
  padding: 5px 0 10px;
}
#content a#loadFinished.no-more {
  display: none;
}
#content a#loadFinished.no-more.show-button {
  display: inline-block;
}

.sharing-and-caring {
  position: absolute;
  top: 2.2em;
  right: 2em;
}
@media (max-width: 768px) {
  .sharing-and-caring {
    top: 1.5em;
    right: 1em;
  }
}

.single .sharing-and-caring {
  top: 0;
  right: 0;
}

.wp-caption {
  color: #666;
  background: #f3f3f3;
  max-width: 100%;
}

.wp-caption-text {
  padding: 1em;
}

.featured-image {
  margin-bottom: 3rem;
}
.featured-image img {
  width: 100%;
  height: auto;
}

.wrapper.single-post {
  max-width: 980px;
}

#content .paginav .nav-links {
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
}
#content .paginav a {
  color: #414042;
}
#content .paginav a.next, #content .paginav a.prev {
  transform: none;
  right: auto;
  left: auto;
  position: relative;
  bottom: auto;
  border-right: none;
  border-bottom: none;
  box-shadow: 0 0 0 #000;
  width: auto;
  height: auto;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}
#content .paginav a.next {
  padding-left: 1em;
}
#content .paginav a.prev {
  padding-right: 1em;
}
#content .paginav .page-numbers {
  padding: 2px 7px;
}
#content .paginav .current {
  font-weight: 700;
}

.navigation {
  margin: 1.5rem 0 0;
}

.previous-article,
.next-article {
  display: inline-block;
  margin: 0.5rem 0.5rem 0;
}
.previous-article a,
.next-article a {
  display: inline-block;
  padding: 1rem;
  font-size: 1rem;
  background-color: #3b5c92;
  color: #FFFFFF !important;
  font-family: "ProximaNova-Bold", sans-serif;
  width: 250px;
  text-align: center;
  border-radius: 50px;
}
.previous-article a:hover,
.next-article a:hover {
  background-color: #293477;
}

/* Responsive Container for Video Embed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
  background: #000000;
}

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

/*.news-block .video-container {
    padding-bottom: 50%;
}*/
.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: calc(100vh - 116px);
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .vimeo-wrapper iframe {
    min-height: 56.25vw;
  }
}

.map-title {
  text-align: center;
  padding: 3rem 0 1rem;
}

/* Related Posts */
#content a .related-post-container {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
  padding: 10px;
  height: 200px;
  position: relative;
  background-color: #F9F9F9;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
#content a .related-post-container .related-image {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
#content a .related-post-container .related-title {
  position: absolute;
  top: 157px;
  left: 0;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #364042;
}
#content a:hover .related-post-container {
  background-color: #F1F1F1;
}
#content a:hover .related-post-container .related-title {
  color: #1f2526;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.inline-middle {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
}

.map-container {
  height: 400px;
  width: 100%;
  position: relative;
}

#gmap {
  padding-bottom: 58%;
}

@media (max-width: 768px) {
  .contact #gmap {
    padding-bottom: 90%;
  }
}

#directions .wrapper {
  max-width: 900px;
}

.contact-map-section {
  padding: 0 0 4rem;
}
@media (max-width: 768px) {
  .contact-map-section {
    padding: 0 0 2rem;
  }
}

.contact-map-container {
  display: flex;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .contact-map-container {
    flex-direction: column;
    gap: 2rem;
  }
}

#content .contact-address {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  #content .contact-address {
    width: 100%;
    display: block;
    text-align: center;
  }
}
#content .contact-address a {
  color: #37a1cf;
}
#content .contact-address a.address-link {
  color: #293477;
}
#content .contact-address a.address-link:hover {
  color: #3b5c92;
}

.contact-map {
  width: calc(100% - 350px);
}
@media (max-width: 1024px) {
  .contact-map {
    width: 100%;
  }
}

.map-container {
  height: 500px;
  width: 100%;
  position: relative;
}

.googledirections-map {
  height: 683px;
  width: 100%;
  position: relative;
}
@media (max-width: 720px) {
  .googledirections-map {
    max-height: 480px;
  }
}
@media (max-width: 540px) {
  .googledirections-map {
    max-height: 400px;
  }
}
.googledirections-map #map_canvas {
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .googledirections-map #cd-zoom-in,
  .googledirections-map #cd-zoom-out {
    display: none;
  }
}
@media (max-width: 768px) {
  .googledirections-map div#map_canvas {
    height: 100% !important;
    width: 100%;
  }
}

#googledirections {
  padding: 1rem;
}
#googledirections .wrapper {
  /* padding-bottom: 1rem;*/
}
#googledirections h3 {
  font-family: "ProximaNova-Bold", sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
  margin: 0;
  width: 350px;
}
@media (max-width: 768px) {
  #googledirections h3 {
    width: 100%;
    display: block;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

label.ada-label {
  color: #FFFFFF;
  position: absolute !important;
  left: -9999px;
  display: inline-block;
}

.directions-input {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 350px);
}
@media (max-width: 768px) {
  .directions-input {
    width: 100%;
    display: block;
  }
}

#saddr {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000000;
  display: table-cell;
  font-size: 1.25rem;
  font-family: "ProximaNova-Regular", sans-serif;
  border-radius: 0;
  margin: 0;
  padding: 1rem;
  text-indent: 15px;
  width: 100%;
  /*@include mq-sm {
        margin-top: 1em;
    }*/
}
#saddr::-webkit-input-placeholder {
  color: #000000;
}
#saddr:-moz-placeholder {
  color: #000000;
}
#saddr::-moz-placeholder {
  color: #000000;
}
#saddr:-ms-input-placeholder {
  color: #000000;
}

.directions-display {
  padding: 1rem 0;
}
.directions-display p {
  margin-bottom: 0;
}

#google-btn {
  background-color: #37a1cf;
  border-left: none;
  color: #FFFFFF;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5em;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  #google-btn {
    font-size: 1em;
  }
}
#google-btn svg {
  width: 10px;
  height: 15px;
  fill: #FFFFFF;
}
#google-btn:hover {
  cursor: pointer;
  background: #293477;
}
#google-btn .gmap-loader {
  display: none;
  border-radius: 100%;
  border-style: solid;
  border-width: 0.2rem;
  height: 20px;
  width: 20px;
  margin: 0rem auto;
  animation: gmap-loader 1s infinite linear;
}
#google-btn .gmap-loader {
  border-color: #293477;
  border-top-color: #FFFFFF;
}
@keyframes gmap-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359.9deg);
  }
}

@media (max-width: 940px) {
  #gmapHolder {
    width: 100%;
    height: auto !important;
    padding: 1.3em;
  }
}

/* accordions */
#content ul.subaccordion-items {
  margin: 0;
}

#content .bgsecondary a.accordion-toggle {
  display: block;
  text-align: center;
  background-color: #37a1cf;
  color: #FFFFFF;
  padding: 0.5em 2.4em;
}
#content .bgsecondary a.accordion-toggle:hover {
  background-color: #2983aa;
}

.accordion-content,
.subaccordion-content {
  display: none;
  padding: 0;
}

.toggle-icon {
  font-size: 1.5em;
  padding: 0 0 0 0.5em;
  vertical-align: middle;
}

#content .bgsecondary .faq ul.subaccordion-items > li {
  list-style-type: none;
  margin: 1em 0 0 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

#content .bgsecondary .faq li a.subaccordion-toggle {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1em 1em 1em 3.5em;
  text-decoration: none;
  display: block;
  position: relative;
}
#content .bgsecondary .faq li a.subaccordion-toggle:hover {
  color: #6e8fc5;
}

#content .faq li a.subaccordion-toggle:before,
.faq .subaccordion-content:before {
  content: "Q: ";
  position: absolute;
  left: 1em;
  font-weight: bold;
  font-size: 1.1em;
}

.faq .subaccordion-content:before {
  content: "A: ";
}

.faq .subaccordion-content {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1em 1em 1em 3.5em;
  position: relative;
}

#content .faq li a.subaccordion-toggle:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GIVING BACK
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Image Grid */
.image-grid {
  display: flex;
  flex-wrap: wrap;
}

.image-grid_item {
  max-width: 20%;
}
@media (max-width: 1024px) {
  .image-grid_item {
    max-width: 33%;
  }
}
@media (max-width: 640px) {
  .image-grid_item {
    max-width: 50%;
  }
}
.image-grid_item a img {
  padding: 2rem;
  filter: grayscale(1);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.image-grid_item a img:hover {
  padding: 1rem;
  filter: grayscale(0);
}

.form-cont {
  background-color: #eceef7;
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  AGRIHOOD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content .farm-nav a {
  color: #3b5c92;
}

#content .bgorange-leaves {
  margin-top: 4rem;
  background-image: url("/wp-content/themes/client-theme/images/agrihood/bgorange-leaves.jpg");
  padding: 4rem;
  color: #FFFFFF;
  background-size: 250px auto;
  background-attachment: fixed;
}
@media (max-width: 845px) {
  #content .bgorange-leaves {
    text-align: center;
    padding: 2rem 1rem;
    margin-top: 2rem;
  }
}
#content .bgorange-leaves h2.headline {
  color: #FFFFFF;
  font-size: 2rem;
  padding-left: 50px;
  position: relative;
}
#content .bgorange-leaves h2.headline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-image: url("/wp-content/themes/client-theme/images/agrihood/icon-farm-store.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 845px) {
  #content .bgorange-leaves h2.headline {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  #content .bgorange-leaves h2.headline {
    font-size: 1.7rem;
    padding-left: 35px;
  }
  #content .bgorange-leaves h2.headline:before {
    width: 30px;
  }
}
#content .bgorange-leaves .one-half,
#content .bgorange-leaves .one-third,
#content .bgorange-leaves .two-thirds,
#content .bgorange-leaves .one-fourth,
#content .bgorange-leaves .three-fourths,
#content .bgorange-leaves .one-fifth,
#content .bgorange-leaves .two-fifths,
#content .bgorange-leaves .three-fifths,
#content .bgorange-leaves .four-fifths,
#content .bgorange-leaves .one-sixth,
#content .bgorange-leaves .five-sixths {
  margin-bottom: 0;
  line-height: 150%;
  white-space: nowrap;
  vertical-align: top;
}
#content .bgorange-leaves .one-half span,
#content .bgorange-leaves .one-third span,
#content .bgorange-leaves .two-thirds span,
#content .bgorange-leaves .one-fourth span,
#content .bgorange-leaves .three-fourths span,
#content .bgorange-leaves .one-fifth span,
#content .bgorange-leaves .two-fifths span,
#content .bgorange-leaves .three-fifths span,
#content .bgorange-leaves .four-fifths span,
#content .bgorange-leaves .one-sixth span,
#content .bgorange-leaves .five-sixths span {
  width: 50%;
  display: inline-block;
  text-align: right;
  padding-right: 2rem;
}
@media (max-width: 845px) {
  #content .bgorange-leaves .one-half,
  #content .bgorange-leaves .one-third,
  #content .bgorange-leaves .two-thirds,
  #content .bgorange-leaves .one-fourth,
  #content .bgorange-leaves .three-fourths,
  #content .bgorange-leaves .one-fifth,
  #content .bgorange-leaves .two-fifths,
  #content .bgorange-leaves .three-fifths,
  #content .bgorange-leaves .four-fifths,
  #content .bgorange-leaves .one-sixth,
  #content .bgorange-leaves .five-sixths {
    width: 320px;
    margin: 10px auto 0;
    text-align: left;
    float: none;
    display: inline-block;
  }
  #content .bgorange-leaves .one-half span,
  #content .bgorange-leaves .one-third span,
  #content .bgorange-leaves .two-thirds span,
  #content .bgorange-leaves .one-fourth span,
  #content .bgorange-leaves .three-fourths span,
  #content .bgorange-leaves .one-fifth span,
  #content .bgorange-leaves .two-fifths span,
  #content .bgorange-leaves .three-fifths span,
  #content .bgorange-leaves .four-fifths span,
  #content .bgorange-leaves .one-sixth span,
  #content .bgorange-leaves .five-sixths span {
    padding-right: 1rem;
  }
}
@media (max-width: 640px) {
  #content .bgorange-leaves .one-half,
  #content .bgorange-leaves .one-third,
  #content .bgorange-leaves .two-thirds,
  #content .bgorange-leaves .one-fourth,
  #content .bgorange-leaves .three-fourths,
  #content .bgorange-leaves .one-fifth,
  #content .bgorange-leaves .two-fifths,
  #content .bgorange-leaves .three-fifths,
  #content .bgorange-leaves .four-fifths,
  #content .bgorange-leaves .one-sixth,
  #content .bgorange-leaves .five-sixths {
    font-size: 0.9rem;
  }
  #content .bgorange-leaves .one-half span,
  #content .bgorange-leaves .one-third span,
  #content .bgorange-leaves .two-thirds span,
  #content .bgorange-leaves .one-fourth span,
  #content .bgorange-leaves .three-fourths span,
  #content .bgorange-leaves .one-fifth span,
  #content .bgorange-leaves .two-fifths span,
  #content .bgorange-leaves .three-fifths span,
  #content .bgorange-leaves .four-fifths span,
  #content .bgorange-leaves .one-sixth span,
  #content .bgorange-leaves .five-sixths span {
    width: auto;
    padding-right: 5px;
  }
}

#content .farm-nav-element {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  margin-right: 70px;
  padding-bottom: 40px;
  font-size: 0.9rem;
}
#content .farm-nav-element:last-of-type {
  margin-right: 0;
}
#content .farm-nav-element:last-of-type .farm-nav:after {
  display: none;
}
#content .farm-nav-element:nth-of-type(2n) .farm-nav:after {
  transform: scaleY(-1);
  top: auto;
  bottom: 10px;
}
@media (max-width: 768px) {
  #content .farm-nav-element {
    margin: 0;
    padding-bottom: 10px;
  }
}
#content .farm-nav {
  position: relative;
  text-align: center;
}
#content .farm-nav a:hover img {
  transform: scale(1.1);
}
#content .farm-nav img {
  max-width: none;
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
#content .farm-nav span {
  position: absolute;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: -30px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #content .farm-nav span {
    position: relative;
    bottom: auto;
    display: block;
    margin-top: 10px;
  }
}
#content .farm-nav:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -85px;
  top: 10px;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/client-theme/images/agrihood/single-vine.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #content .farm-nav {
    text-align: center;
    margin: 0 6px;
    width: 100px;
  }
  #content .farm-nav span {
    white-space: normal;
  }
  #content .farm-nav:after {
    display: none;
  }
  #content .farm-nav a {
    display: block;
    text-align: center;
  }
  #content .farm-nav img {
    width: 75px;
    height: 75px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.vert-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}

/* */
#footer-container {
  position: relative;
  z-index: 9;
  line-height: 1.5;
}

/* Subfooter menu */
#footer-address {
  position: relative;
}
#footer-address .wrapper.pad4-0 {
  padding: 2rem 0;
}
#footer-address .footer-logo {
  width: 500px;
  text-align: center;
}
#footer-address .footer-logo img {
  max-width: 175px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #footer-address .footer-logo {
    margin-bottom: 3rem;
  }
  #footer-address .footer-logo img {
    max-width: 100px;
  }
}
#footer-address .footer-address,
#footer-address .footer-news {
  width: calc(50% - 250px);
  padding: 0 2rem;
}
#footer-address .footer-social {
  width: 30%;
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0;
}
#footer-address .footer-social a {
  color: #3b5c92;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1300px) {
  #footer-address .footer-social a {
    margin: 0 2px;
  }
}
#footer-address .footer-social a:hover {
  color: #37a1cf;
}
#footer-address .footer-social .fa {
  vertical-align: middle;
}
#footer-address .footer-social .fa:before {
  font-size: 2rem;
}
@media (max-width: 1300px) {
  #footer-address .footer-social .fa:before {
    font-size: 1.5rem;
  }
}
#footer-address .footer-logo,
#footer-address .footer-address,
#footer-address .footer-news {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  #footer-address .footer-logo,
  #footer-address .footer-address,
  #footer-address .footer-news {
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ie-transform: translate(0);
    -o-transform: translate(0);
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #footer-address .footer-news {
    margin-bottom: 2rem;
  }
}
#footer-address a {
  color: #FFFFFF;
}
#footer-address a:hover {
  color: #89c8e3;
}
#footer-address a.phone {
  color: #89c8e3;
}
#footer-address a.phone:hover {
  color: #37a1cf;
}
#footer-address a.footer-news-link {
  color: #FFFFFF;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
}
#footer-address a.footer-news-link:hover {
  color: #89c8e3;
}
@media (max-width: 768px) {
  #footer-address a.footer-news-link {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  #footer-address {
    text-align: center;
  }
  #footer-address .right {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
#footer-address .footcomtitle {
  margin: 0 30px 0 0;
}
@media (max-width: 640px) {
  #footer-address .footcomtitle {
    margin: 0 0 10px 0;
    display: block;
  }
}
#footer-address .social-footer a {
  margin: 0 0 0 10px;
}
#footer-address .one-fourth,
#footer-address .one-half {
  margin: 0;
}
#footer-address #awards {
  padding-top: 1.5em;
  border-top: solid 1px #e4e4e4;
}
#footer-address span.award {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em 1.5em;
}
#footer-address span.award img {
  max-height: 130px;
  max-width: 200px;
}

/* Footer navigation */
#masthead .no-header .sub-menu,
#footer-nav .no-footer {
  display: none;
}

#footer-nav {
  /*padding: 0 0 1.5em;*/
  font-family: "ProximaNova-Bold", serif;
  text-align: left;
  padding: 2rem 0;
  border-bottom: 1px solid #37a1cf;
}
#footer-nav a {
  color: #3b5c92;
  font-size: 1.5rem;
}
#footer-nav a:hover {
  color: #293477;
}
@media (max-width: 1248px) {
  #footer-nav {
    font-size: 0.8em;
  }
}

ul.footer-menu .bgsecondary {
  background-color: transparent;
}

#footer-nav .main-nav-container > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

#footer-nav .main-nav-container > ul > li {
  /*width: 122px;*/
  text-align: center;
}
#footer-nav .main-nav-container > ul > li:first-child {
  text-align: left;
}
#footer-nav .main-nav-container > ul > li:last-child {
  text-align: right;
}
.wrapper #footer-nav a {
  text-decoration: none;
  text-transform: uppercase;
}

.wrapper #footer-nav a:hover {
  /* color: darken($color-white, 30%);*/
}

.wrapper #footer-nav nav > ul > li > ul.sub-menu {
  display: none;
}

@media (max-width: 840px) {
  #footer-nav {
    display: none;
  }
}
/* End Footer Nav */
/* */
#footer-communities {
  position: relative;
}

#communities-nav {
  font-size: 0.9em;
  text-align: center;
}
#communities-nav a {
  color: #FFFFFF;
}
#communities-nav a:hover {
  color: white;
}
#communities-nav .comnav-title {
  text-transform: uppercase;
  font-weight: bold;
  margin: 2rem 0 0;
  font-size: 1.25rem;
  line-height: 100%;
}
@media (max-width: 640px) {
  #communities-nav .comnav-title {
    font-size: 1.25;
  }
}
#communities-nav ul {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin: 1.5rem 0;
  padding: 1.5rem 0 0;
}
#communities-nav ul li {
  display: inline-block;
  text-align: center;
  width: 14.2857142857%;
  min-width: 175px;
  padding: 0 5px 1.5em;
  vertical-align: top;
}
@media (max-width: 640px) {
  #communities-nav ul li {
    padding: 0 5px 1.5em;
    font-size: 0.6rem;
  }
}
@media (max-width: 1248px) {
  #communities-nav ul li {
    width: 20%;
  }
}
#communities-nav ul li:first-child {
  padding-left: 0;
}
@media (max-width: 640px) {
  #communities-nav ul li:first-child {
    padding: 0 5px 1.5em;
  }
}
#communities-nav ul li:last-child {
  padding-right: 0;
}
@media (max-width: 845px) {
  #communities-nav ul li:last-child {
    padding: 0 3vw 1.5em;
  }
}
@media (max-width: 640px) {
  #communities-nav ul li:last-child {
    padding: 0 5px 1.5em;
  }
}
#communities-nav span {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 1248px) {
  #communities-nav span {
    font-size: 0.8rem;
    padding-bottom: 2px;
  }
}
@media (max-width: 1248px) {
  #communities-nav {
    font-size: 0.8em;
  }
}

/* */
#footer {
  /*background-color: $color-white;*/
  overflow: hidden;
}
@media (max-width: 640px) {
  #footer h2.headline {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  #footer .subheadline {
    font-size: 1rem;
  }
}

#content .standard-gform ul {
  margin: 0;
}
#content .standard-gform ul li {
  position: relative;
  list-style-type: none;
}

#footer-form,
.standard-gform {
  font-size: 1.5em;
}
#footer-form .wrapper,
.standard-gform .wrapper {
  max-width: 900px;
}
#footer-form .five-sixths,
#footer-form .four-sixths,
#footer-form .four-fifths,
#footer-form .one-fifth,
#footer-form .one-fourth,
#footer-form .one-half,
#footer-form .one-sixth,
#footer-form .one-third,
#footer-form .three-fourths,
#footer-form .three-fifths,
#footer-form .three-sixths,
#footer-form .two-fourths,
#footer-form .two-fifths,
#footer-form .two-sixths,
#footer-form .two-thirds,
.standard-gform .five-sixths,
.standard-gform .four-sixths,
.standard-gform .four-fifths,
.standard-gform .one-fifth,
.standard-gform .one-fourth,
.standard-gform .one-half,
.standard-gform .one-sixth,
.standard-gform .one-third,
.standard-gform .three-fourths,
.standard-gform .three-fifths,
.standard-gform .three-sixths,
.standard-gform .two-fourths,
.standard-gform .two-fifths,
.standard-gform .two-sixths,
.standard-gform .two-thirds {
  float: left;
  margin-left: 0.8333333333%;
}
#footer-form .one-half,
#footer-form .three-sixths,
#footer-form .two-fourths,
.standard-gform .one-half,
.standard-gform .three-sixths,
.standard-gform .two-fourths {
  width: 49.5833333333%;
}
#footer-form .one-third,
#footer-form .two-sixths,
.standard-gform .one-third,
.standard-gform .two-sixths {
  width: 32.7777777778%;
}
#footer-form .four-sixths,
#footer-form .two-thirds,
.standard-gform .four-sixths,
.standard-gform .two-thirds {
  width: 66.3888888889%;
}
#footer-form .one-fourth,
.standard-gform .one-fourth {
  width: 24.375%;
}
#footer-form .three-fourths,
.standard-gform .three-fourths {
  width: 74.7916666667%;
}
#footer-form .one-fifth,
.standard-gform .one-fifth {
  width: 19.3333333333%;
}
#footer-form .two-fifths,
.standard-gform .two-fifths {
  width: 39.5%;
}
#footer-form .three-fifths,
.standard-gform .three-fifths {
  width: 59.6666666667%;
}
#footer-form .four-fifths,
.standard-gform .four-fifths {
  width: 79.8333333333%;
}
#footer-form .one-sixth,
.standard-gform .one-sixth {
  width: 15.9722222222%;
}
#footer-form .five-sixths,
.standard-gform .five-sixths {
  width: 83.1944444444%;
}
#footer-form .first,
.standard-gform .first {
  clear: both;
  margin-left: 0;
}
#footer-form form .one-third,
.standard-gform form .one-third {
  margin-bottom: 0;
}
#footer-form .formpad,
.standard-gform .formpad {
  padding: 6rem 0;
}
@media (max-width: 640px) {
  #footer-form .formpad,
  .standard-gform .formpad {
    padding: 2rem 0;
  }
}
@media (max-width: 640px) {
  #footer-form .pad3,
  .standard-gform .pad3 {
    padding: 0.5em;
  }
}
@media (max-width: 640px) {
  #footer-form .pad2-0,
  .standard-gform .pad2-0 {
    padding: 0.5em 0 1em;
  }
}
@media (max-width: 640px) {
  #footer-form .pad2,
  .standard-gform .pad2 {
    padding: 2em 0 1rem;
  }
}
@media (max-width: 640px) {
  #footer-form .padt2,
  .standard-gform .padt2 {
    padding-top: 1rem;
  }
}
#footer-form h2.headline,
.standard-gform h2.headline {
  color: #293477;
  margin: 0;
  font-family: "ProximaNova-Bold", serif;
  text-align: center;
  font-size: clamp(2rem, 3rem + 2vw, 5rem);
}
#footer-form h2.headline span,
.standard-gform h2.headline span {
  font-size: 0.35em;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: none;
  text-transform: uppercase;
  clear: both;
  display: block;
  line-height: normal;
}
@media (max-width: 845px) {
  #footer-form form .one-third,
  .standard-gform form .one-third {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  #footer-form .one-half,
  .standard-gform .one-half {
    width: 100%;
  }
}

.standard-form .five-sixths,
.standard-form .four-sixths,
.standard-form .four-fifths,
.standard-form .one-fifth,
.standard-form .one-fourth,
.standard-form .one-half,
.standard-form .one-sixth,
.standard-form .one-third,
.standard-form .three-fourths,
.standard-form .three-fifths,
.standard-form .three-sixths,
.standard-form .two-fourths,
.standard-form .two-fifths,
.standard-form .two-sixths,
.standard-form .two-thirds {
  margin-bottom: 0;
}

.form-step {
  width: 22px;
  height: 22px;
  border: 3px solid #414042;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.75em;
}
.form-step.current {
  background-color: #414042;
}
@media (max-width: 845px) {
  .form-step {
    margin: 0.75em;
  }
}
@media (max-width: 640px) {
  .form-step {
    width: 15px;
    height: 15px;
    border-width: 2px;
    margin: 0.75em 0.5em;
  }
}

.legal p, .legal a {
  font-size: 15px;
  margin-top: 2rem;
}
.legal a {
  text-decoration: underline;
}
.legal a:hover {
  color: #89c8e3;
}

#content .text-section.privacy {
  padding-top: 6rem;
}
#content .text-section.privacy h2,
#content .text-section.privacy h3 {
  color: #3b5c92;
}
@media (max-width: 640px) {
  #content .text-section.privacy {
    padding-top: 3rem;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  MOBILE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 768px) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
  input[type=text],
  input[type=text]:focus,
  select:focus,
  textarea,
  textarea:focus,
  input:focus {
    font-size: 14px !important;
  }
}
#uplink {
  display: none;
}

.mobile-lg {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile-lg {
    display: block !important;
  }
  .mobile-lg.inline {
    display: inline-block !important;
  }
}

@media (max-width: 1024px) {
  .no-mobile-lg {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media (max-width: 845px) {
  .mobile {
    display: block !important;
  }
  .mobile.inline {
    display: inline-block !important;
  }
}

@media (max-width: 845px) {
  .no-mobile {
    display: none !important;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FANCYBOX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fancybox-image {
  background-color: #FFFFFF;
}

.fancybox-show-caption .fancybox-caption-wrap {
  text-align: center;
  padding: 60px 15px 0 15px;
}

.fancybox-caption {
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.fancybox-caption span {
  /*font-size: .9em;
  font-weight: 400;
  margin-top: .5em;
  display: block;
  clear: both;*/
}

div.fancybox-navigation .fancybox-button {
  width: 90px;
  height: 120px;
}

/*@media only screen and (min-width: 800px) {

	div.fancybox-controls {
		bottom: 0;
	}

	div.fancybox-show-infobar {

	}

	div.fancybox-show-infobar .fancybox-infobar {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		text-align: center;
		width: 100%;
	}

	div.fancybox-show-infobar .fancybox-button--right,
	div.fancybox-show-infobar .fancybox-button--left {
		position: absolute;
		top: 49%;
		font-size: 2em;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	div.fancybox-show-infobar .fancybox-button--right {
		right: 2%;
	}

	div.fancybox-show-infobar .fancybox-button--left {
		left: 2%;
	}

	div.fancybox-show-infobar .fancybox-button--left::after,
	div.fancybox-show-infobar .fancybox-button--right::after {
		top: 15px;
		width: 15px;
		height: 15px;
		border-top: 4px solid currentColor;
		border-right: 4px solid currentColor;
	}

	div.fancybox-show-infobar .fancybox-button--right::after {
		right: 18px;
	}

	div.fancybox-show-infobar .fancybox-button--left::after {
		left: 18px;
	}

}

@media only screen and (max-width: 500px) {

	.fancybox-caption span {
		font-size: .7em;
		line-height: normal;
	}

}*/
/* ADA */
*:focus,
*:focus label,
a:focus,
input:focus,
button:focus,
.checkboxitem label:focus-within {
  outline: 2px transparent solid !important;
  box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
  scroll-margin-top: 116px;
}

body.using-mouse *:focus,
body.using-mouse *:focus label,
body.using-mouse a:focus,
body.using-mouse input:focus,
body.using-mouse button:focus,
body.using-mouse .checkboxitem label:focus-within {
  outline: none !important;
  box-shadow: none !important;
  scroll-margin-top: 116px;
}

/*******************
Skip to content (ADA)
*******************/
a.ada-skip-to-content {
  display: block;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 1.2em;
  width: 200px;
  height: auto;
  position: absolute;
  left: -999px;
  top: 5px;
  padding: 10px;
  overflow: hidden;
  z-index: -9999;
  text-decoration: none;
}
a.ada-skip-to-content:focus, a.ada-skip-to-content:active, a.ada-skip-to-content.nice-select.open,
#content a.ada-skip-to-content.nice-select.open {
  left: 5px;
  z-index: 10000;
}

.sr-only,
.slicknav_menutxt,
.offscreen {
  position: absolute;
  left: -5000px;
  display: block;
  width: 1px;
  height: 1px;
  z-index: -100;
  opacity: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    UNIT DETAIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.unit-detail {
  background-color: #3b5c92;
  overflow: hidden;
  width: 100%;
  margin: 0 10px 0 10px;
  padding: 3em 0 3em 0;
}

.unit-detail .left {
  text-align: center;
}

.unit-detail .right {
  text-align: center;
}

.unit-detail .right img {
  max-width: 100%;
  height: auto;
  max-height: 520px;
}
@media (max-width: 768px) {
  .unit-detail .right img {
    margin-top: 2em;
  }
}

.unit-detail .unit-detail-info h2 {
  font-size: 1.75em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  clear: both;
  color: #FFFFFF;
}

.unit-detail .unit-detail-info h3 {
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: normal;
  color: #FFFFFF;
}
.unit-detail .unit-detail-info h3 span {
  font-size: 1.3rem;
  margin: 0 0 0 20px;
  font-family: "ProximaNova-Bold", serif;
}
@media (max-width: 768px) {
  .unit-detail .unit-detail-info h3 span {
    display: block;
    margin: 0;
  }
}

.unit-detail .unit-detail-info h4 {
  font-size: 0.813em;
  line-height: 1em;
  margin-bottom: 4em;
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
}

.unit-detail .unit-detail-info a, .unit-detail .unit-detail-info .submit {
  background: #3b5c92;
  color: #fff;
  width: 100%;
  max-width: 200px;
  display: inline-block;
  font-size: 0.9em;
  padding: 10px 0px 10px 0px;
  margin: 0 0.5em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.unit-detail .unit-detail-info a:hover {
  background-color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ACCORDIAN NONSENSE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.plan__cell {
  float: left;
  position: relative;
  /*&.is-expanded .plan--basic {
      margin-bottom: 0;
  }*/
}

.plan--basic {
  position: relative;
}
.plan--basic img {
  width: 100%;
  height: auto;
}

.com-image {
  width: 100%;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1700px) {
  .com-image {
    padding-bottom: 0;
    height: 556px;
  }
}

a .com-title-container {
  position: absolute;
  top: 35%;
  left: 20%;
  right: 20%;
  bottom: 35%;
  background-color: rgba(59, 92, 146, 0.45);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
a .com-title-container .community-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  min-width: 100%;
}
a .com-title-container .community-title h3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a .com-title-container .community-title h4 {
  margin-top: 10px;
  font-size: 1em;
}
@media (max-width: 768px) {
  a .com-title-container {
    top: 20%;
    bottom: 20%;
    left: 15%;
    right: 15%;
  }
}
a:hover .com-title-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 15px;
  background-color: rgba(59, 92, 146, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.plan__cell.is-collapsed .plan--basic {
  cursor: pointer;
}

.plan__cell.is-expanded .plan--expand {
  max-height: 5000px;
  margin-bottom: 15px;
}

.plan--expand {
  position: relative;
  left: -10px;
  padding: 0 10px;
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out, margin-bottom 0.1s 0.2s;
}

.plan__cell.is-collapsed .arrow--up {
  height: 15px;
  width: 100%;
}

.plan__cell.is-expanded .arrow--up {
  border-bottom: 15px solid #3b5c92;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 0;
  margin: 0 auto;
}

.expand__close {
  position: absolute;
  top: 0px;
  right: 30px;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

#content a.expand__close {
  color: #FFFFFF;
}
#content a.expand__close:before {
  content: "×";
}
#content a.expand__close:hover {
  color: #293477;
}

.plan--large {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 60px 40px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .plan--large {
    padding: 50px 15px 15px;
  }
}

.top-line-buttons,
.top-line-title {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: bottom;
}

.top-line-title {
  width: 60%;
}
@media (max-width: 1024px) {
  .top-line-title {
    width: 100%;
    display: block;
  }
}
.top-line-title .com-stats span {
  font-weight: 700;
  color: #293477;
  margin-right: 1em;
}

.top-line-buttons {
  width: 39%;
  text-align: right;
}
@media (max-width: 1024px) {
  .top-line-buttons {
    width: 100%;
    display: block;
    text-align: left;
    margin: 1em 0 0 -0.5em;
  }
}

.unit-detail .unit-detail-info .top-line-buttons a.button {
  width: auto;
}

.gallery-container {
  position: relative;
}

.gallery-slides {
  width: 100%;
}

.gallery-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding-bottom: 66%;
}
@media (min-width: 1500px) {
  .gallery-img {
    padding-bottom: 55%;
  }
}
@media (min-width: 1800px) {
  .gallery-img {
    padding-bottom: 45%;
  }
}
@media (min-width: 2200px) {
  .gallery-img {
    padding-bottom: 38%;
  }
}

.com-gallery {
  position: relative;
  z-index: 1;
}

.prev, .next {
  display: inline-block;
  position: absolute;
  z-index: 3;
  bottom: 45%;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  width: 3vw;
  height: 3vw;
  max-width: 50px;
  max-height: 50px;
  transform: rotate(-225deg);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 768px) {
  .prev, .next {
    bottom: 55%;
    width: 6vw;
    height: 6vw;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  }
}

.prev {
  left: 3%;
}
.prev:hover {
  left: 2%;
}

.next {
  transform: rotate(-45deg);
  right: 3%;
}
.next:hover {
  right: 2%;
}

.gallery-caption {
  font-family: "ProximaNova-Bold", serif;
  margin-top: 1em;
  line-height: 105%;
  font-weight: bold;
  position: relative;
}

.image-count {
  position: absolute;
  left: 0;
  font-weight: normal;
  color: #DBDBDB;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .image-count {
    margin-top: 5px;
    display: block;
    position: relative;
    left: auto;
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 486px) {
  .plan__cell {
    width: 100%;
  }
  .plan--expand {
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 487px) {
  .plan__cell {
    width: 50%;
  }
  .plan__cell:nth-of-type(2n+2) .plan--expand {
    margin-left: -100%;
  }
  .plan__cell:nth-of-type(2n+3) {
    clear: left;
  }
  .plan--expand {
    width: 200%;
  }
}
#interest-list,
.standard-form {
  position: relative;
}
#interest-list h3.subheadline,
.standard-form h3.subheadline {
  font-size: 2.5rem;
}

@media (max-width: 845px) {
  #interest-list {
    max-width: 500px;
    margin: 0 auto;
  }
}

#interest-list input,
#interest-list select,
#interest-list textarea,
#directions input,
.standard-form input,
.standard-form select,
.standard-form textarea {
  font: inherit;
  width: 100%;
  padding: 0;
  color: #414042;
  border-bottom: 1px solid #414042;
  line-height: 1em;
  height: 3.25rem;
  margin-top: 10px;
}

#interest-list textarea,
.standard-form textarea {
  width: 100%;
  height: 101px;
  resize: none;
  padding: 0;
}
#interest-list textarea::placeholder,
.standard-form textarea::placeholder {
  vertical-align: bottom;
}

#interest-list select,
.standard-form select {
  color: #3b5c92;
  height: 3.25rem;
}

#interest-list input.invalid:focus,
#interest-list select.invalid:focus,
.nice-select.invalid:focus,
#content .nice-select.invalid:focus,
.standard-form input.invalid:focus,
.standard-form select.invalid:focus,
#interest-list input.invalid-appt:focus,
#interest-list select.invalid-appt:focus,
.nice-select.invalid-appt:focus,
#content .nice-select.invalid-appt:focus,
.standard-form input.invalid-appt:focus,
.standard-form select.invalid-appt:focus,
#interest-list input.invalid-plan:focus,
#interest-list select.invalid-plan:focus,
.nice-select.invalid-plan:focus,
#content .nice-select.invalid-plan:focus,
.standard-form input.invalid-plan:focus,
.standard-form select.invalid-plan:focus {
  border-bottom: 2px solid #37a1cf;
  box-shadow: 0 0 5px #37a1cf;
  box-sizing: border-box;
  /*line-height: 1em;*/
  height: 3.25rem;
}

.pad1full {
  display: none;
}

.reqerror,
.reqerror-appt,
.reqerror-plan {
  height: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  padding: 0;
  font-weight: bold;
}

.reqerror.reqvis,
.reqerror-appt.reqvis-appt,
.reqerror-plan.reqvis-plan {
  height: auto;
  display: block;
  opacity: 1;
  width: 100%;
  padding: 1em;
  /*background: rgba(0,0,0,0.2);*/
  border: 1px solid #293477;
  text-align: center;
  clear: both;
}

#interest-list input[type=submit]:hover,
.standard-form input[type=submit]:hover {
  cursor: pointer;
}

#interest-list input:focus,
.standard-form input:focus,
#interest-list textarea:focus,
.standard-form textarea:focus,
.nice-select:focus,
#content .nice-select:focus {
  /*box-shadow:0 0 5px $color-primary;*/
}

#interest-list input[type=checkbox], #interest-list input[type=radio],
#founders-list input[type=checkbox], #founders-list input[type=radio],
.standard-form input[type=checkbox], .standard-form input[type=radio] {
  display: none;
}

/*.submit-btn {
  width:auto;
  padding:0.5em 1em;
  border:none;
  background: #d97924;
  color:#fff;
  font:inherit;
}

.submit-btn:hover {
  cursor:pointer;
  background-color: #cd6000;
}*/
#interest-list label,
#founders-list label,
.standard-form label {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.3em;
  color: #414042;
  display: block;
  position: relative;
  margin-left: 1.7em;
  font-family: "ProximaNova-Regular", sans-serif;
}

.standard-form label.hs-form-checkbox-display,
.standard-form label.hs-form-radio-display {
  font-size: 1rem;
}

#founders-list input + label:before,
#interest-list input + label:before,
.standard-form input + label:before,
.standard-form label.hs-form-checkbox-display input + span:before {
  content: "";
  display: inline-block;
  position: relative;
  border: 2px solid #3b5c92;
  width: 1.1rem;
  height: 1.1rem;
  top: 2px;
  background: transparent;
  position: absolute;
  left: -1.7em;
}

#interest-list h4,
#founders-list h4,
.standard-form h4 {
  padding: 1.5em 0 0;
  color: #414042;
  font-size: 1.5em;
  margin-bottom: 10px;
  /*border-bottom: 1px solid $color-white;
  border-bottom: 1px solid fn-transparent-color($color-white,0.3);*/
}

#interest-list input + label:hover,
#founders-list input + label:hover,
.standard-form input + label:hover {
  cursor: pointer;
}

#interest-list input:checked[type=checkbox] + label:before,
#founders-list input:checked[type=checkbox] + label:before,
.standard-form input:checked[type=checkbox] + label:before,
.standard-form label.hs-form-checkbox-display input:checked[type=checkbox] + span:before {
  /*content: url(../../images/global/checked.png);*/
  background-color: #3b5c92;
}

#interest-list input:checked[type=radio] + label:before,
#founders-list input:checked[type=radio] + label:before,
.standard-form input:checked[type=radio] + label:before {
  background: #3b5c92;
}

/* Swapped out Drop-Down Styles */
.desc {
  color: #3b5c92;
}

.desc a {
  color: #3b5c92;
}

.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd {
  position: relative;
}

.dropdown a, .dropdown a:visited {
  color: #3b5c92;
  text-decoration: none;
  outline: none;
}

/*.dropdown a:hover {
	color:#5d4617;
}
.dropdown dt a:hover {
	color:#5d4617; border: 1px solid #d0c9af;
}*/
.dropdown dt a {
  background-position: right 10px center;
  background-size: auto 30%;
  display: block;
  width: 100%;
  padding: 0 1.2em;
  line-height: 3em;
  border: 2px solid #fff;
}

.dropdown dt a span {
  cursor: pointer;
  display: block;
}

.dropdown dd ul {
  background: #f3f3f3 none repeat scroll 0 0;
  display: none;
  left: 0px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 170px;
  list-style: none;
}

.dropdown span.value {
  display: none;
}

.dropdown dd ul li a {
  padding: 15px;
  display: block;
}

.dropdown dd ul li a:hover {
  background-color: #FFFFFF;
}

.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}

.flagvisibility {
  display: none;
}

#interest-list input[type=radio] + label:before,
#founders-list input[type=radio] + label:before,
.standard-form input[type=radio] + label:before {
  border-radius: 100%;
}

.q-holder {
  margin-bottom: 1em;
  padding: 1em;
  display: inline-block;
  width: 100%;
}

.q-holder span {
  clear: both;
  float: left;
}

.pt2 {
  display: none;
}

.pt2-close {
  position: absolute;
  top: 0.35em;
  right: 0.35em;
  color: #3b5c92;
  font-size: 1.6em;
}

.pt2-close:hover {
  cursor: pointer;
  color: #eee;
}

.gmnoprint:last-child {
  display: none;
}

input::-webkit-input-placeholder {
  color: #676866;
  opacity: 1;
}

input::-moz-placeholder {
  color: #676866;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #676866;
  opacity: 1;
}

input:-moz-placeholder {
  color: #676866;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #676866;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #676866;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #676866;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #676866;
  opacity: 1;
}

select {
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 3.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  /*&:focus {
  	background-image: url(../../images/global/drop-down2.png);
  }*/
}
select:-ms-expand {
  display: none;
}

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

.select li.option {
  color: #3b5c92;
  border-top: 1px solid #f4f3ee;
  /*font-weight: 700;*/
}

.select li.option:first-of-type {
  border: none;
}

.select {
  position: relative;
}

.relative {
  position: relative;
}

.ztwo {
  z-index: 2;
}

.znine {
  z-index: 9;
}
.znine .custom-dropdown {
  /*box-shadow:0 0 5px $color-primary;*/
}

#content ul.inputs-list {
  margin-left: 0;
}
#content ul.no-list li,
#content ul li.hs-form-checkbox {
  list-style-type: none;
  margin-bottom: 10px !important;
}

.submitted-message {
  padding: 5rem 0;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .submitted-message {
    padding: 3rem 0;
    font-size: 1.5rem;
  }
}

.required-text {
  font-size: 0.875rem;
  text-align: right;
}

/* ----- LEGAL ---- */
body.page-template-page-legal .wrapper a {
  color: #d97924;
}

body.page-template-page-legal #content p {
  margin-bottom: 20px;
}

body.page-template-page-legal #content ul,
body.page-template-page-legal #content ol {
  margin: 0 0 20px 20px;
}

body.page-template-page-legal #content ul, body.page-template-page-legal #content li, body.page-template-page-legal #content ol {
  list-style: outside disc;
}

body.page-template-page-legal #above-head .wrapper a {
  color: #ffffff;
}

iframe[name=google_conversion_frame] {
  position: fixed;
}

#errorchecking.alert {
  color: red;
}

#interest-list .required-highlight input, #interest-list .required-highlight textarea {
  border-bottom: 2px solid #ffadad;
}
#interest-list .required-highlight input::-webkit-input-placeholder {
  color: #ff7878;
  opacity: 1;
}
#interest-list .required-highlight input::-moz-placeholder {
  color: #ff7878;
  opacity: 1;
}
#interest-list .required-highlight input:-ms-input-placeholder {
  color: #ff7878;
  opacity: 1;
}
#interest-list .required-highlight input:-moz-placeholder {
  color: #ff7878;
  opacity: 1;
}
#interest-list .required-highlight textarea::-webkit-input-placeholder {
  color: #ff7878;
  opacity: 1;
}
#interest-list .required-highlight textarea::-moz-placeholder {
  color: #ff7878;
  opacity: 1;
}
#interest-list .required-highlight textarea:-ms-input-placeholder {
  color: #ff7878;
  opacity: 1;
}
#interest-list .required-highlight textarea:-moz-placeholder {
  color: #ffadad;
  opacity: 1;
}

.nice-select,
#content .nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: none;
  border: 1px solid #37a1cf;
  margin-top: 10px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  /*height: $input_height;
  line-height: $input_height - 2;*/
  line-height: 43.5px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
}
.nice-select ul,
#content .nice-select ul {
  margin: 0;
}
.nice-select ul li,
#content .nice-select ul li {
  margin: 0;
  font-size: 14px;
}
.nice-select:hover,
#content .nice-select:hover {
  /*border-color: darken($gray_light, 5%);*/
}
.nice-select:active, .nice-select.open,
#content .nice-select.open, .nice-select:focus,
#content .nice-select:active,
#content .nice-select:focus {
  /*border-color: $primary_light;*/
}
.nice-select:after,
#content .nice-select:after {
  border-bottom: 3px solid #414042;
  border-right: 3px solid #414042;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  margin-top: -12px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after,
#content .nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list,
#content .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled,
#content .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after,
#content .nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide,
#content .nice-select.wide {
  width: 100%;
}
.nice-select.wide .list,
#content .nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right,
#content .nice-select.right {
  float: right;
}
.nice-select.right .list,
#content .nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small,
#content .nice-select.small {
  font-size: 14px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after,
#content .nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option,
#content .nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list,
#content .nice-select .list {
  background-color: #FFFFFF;
  border: 2px solid #DBDBDB;
  width: 100%;
  /*border-radius: $input_border_radius;
  box-shadow: 0 0 0 1px rgba($gray_dark, .11);*/
  box-sizing: border-box;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover),
#content .nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option,
#content .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus,
#content .nice-select .option:hover,
#content .nice-select .option.focus,
#content .nice-select .option.selected.focus {
  background-color: #f4f3ee;
}
.nice-select .option.selected,
#content .nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled,
#content .nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
@media (max-width: 640px) {
  .nice-select,
  #content .nice-select {
    float: none;
  }
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  SLICKNAV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
    Mobile Menu Core Style
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 24px 1rem;
  font-size: 1.5em;
  line-height: 2rem;
  cursor: pointer;
  /*@include mq-sm {
  	padding: 20px 17px 20px 5%;
  }*/
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0.438em 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
  text-align: center;
  width: 100%;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 2rem;
  height: 3px;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 6px;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul,
.slicknav_nav li {
  display: block;
  width: 100%;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  clear: both;
}

/* IE6/7 support */
.slicknav_menu {
  *zoom: 1;
}

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/
/* Button */
.slicknav_btn {
  margin: 0;
  text-decoration: none;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
  color: #3b5c92;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #293477;
}

.slicknav_menu {
  position: relative;
  width: 100%;
  z-index: 998;
}

.gosmall .slicknav_menu {
  position: fixed;
}

.slicknav_nav {
  color: #3b5c92;
  margin: 0;
  padding: 5px 0 0;
  font-size: 1em;
  position: absolute;
  z-index: 4;
  /*background: fn-transparent-color($color-primary, 0.9);
  background: url(../../images/global/bg-texture-footer.jpg);*/
}
.slicknav_nav:after {
  content: " ";
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 3;
}

.slicknav_nav, .slicknav_nav ul {
  list-style: none;
  width: 100%;
}

.slicknav_nav ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.slicknav_nav .slicknav_row {
  padding: 5px;
  margin: 2px 5px;
}

.slicknav_nav a {
  padding: 5px 7px;
  margin: 2px 0;
  text-decoration: none;
  /*color: $color-white;*/
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.slicknav_nav .right a {
  padding: 15px 5px;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_row:hover {
  /*border-radius: 6px;
  background:#fff;
  color:#000;*/
}

.slicknav_nav a:hover {
  color: #293477;
}

.slicknav_nav li.current-menu-item a {
  color: #293477;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

#content .news-block-third {
  width: calc(50% - 15px);
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  #content .news-block-third {
    width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  #content .news-block-third {
    width: 100%;
  }
}
#content .news-block-third:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
#content .news-block-third:hover h2.headline {
  color: #293477 !important;
}
#content .news-block-third:hover .read-more .fa {
  margin-left: 20px;
  opacity: 1;
}
#content .news-block-third:hover a {
  background-color: #FFFFFF;
}
#content .news-block-third:hover .news-link {
  color: #293477 !important;
}
#content .news-block-third:hover .news-link:before {
  letter-spacing: -8.5px;
  padding: 0 15px 0 28px;
}
#content .news-block-third .section-image {
  height: 250px;
  background-position: center !important;
  background-size: cover !important;
}
#content .news-block-third .section-content {
  padding: 2rem;
}
#content .news-block-third .section-content h4.subheadline {
  color: #939598;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  letter-spacing: normal;
}
#content .news-block-third .section-content p.news-link {
  color: #3b5c92;
}
#content .news-block-third .section-content h2.headline {
  color: #3b5c92;
  margin-bottom: 1rem;
  text-transform: none;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.3;
}
@media (max-width: 350px) {
  #content .news-block-third .section-content h2.headline {
    height: auto;
  }
}
#content .news-block-third .section-content.show-news {
  display: inline-block !important;
  opacity: 1;
}
#content .news-block-third .section-content img {
  width: 100%;
  height: auto;
}
#content .news-block-third .section-content .news-excerpt {
  color: #000000;
}
#content .news-block-third .section-content .news-content {
  position: relative;
}
@media (max-width: 768px) {
  #content .news-block-third .section-content {
    margin: 0 0 1em;
  }
  #content .news-block-third .section-content .news-content .pad2 {
    padding: 1.5em 1em;
  }
}
@media (max-width: 350px) {
  #content .news-block-third .section-content {
    max-width: 100%;
  }
}
#content .news-block-third .section-content a,
#content .news-block-third .section-content a:active {
  display: block;
}
#content .news-block-third .section-content a p,
#content .news-block-third .section-content a:active p {
  color: #333333;
}
#content .news-block-third .section-content a .news-link,
#content .news-block-third .section-content a:active .news-link {
  color: #3b5c92;
}
#content .news-block-third .section-content.fademe {
  opacity: 0.7;
}
#content.life-here a.load-more {
  display: none;
}

/*# sourceMappingURL=screen.css.map */
