@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: Inter-Regular;
  font-display: swap;
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Regular.woff2");
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Regular.woff2?") format("woff2"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Regular.woff") format("woff"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Regular.eot") format("eot"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Regular.ttf") format("truetype"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Regular.svg#Inter-Regular") format("svg");
}
@font-face {
  font-family: Inter-Medium;
  font-display: swap;
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Medium.woff2");
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Medium.woff2?") format("woff2"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Medium.woff") format("woff"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Medium.eot") format("eot"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Medium.ttf") format("truetype"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-Medium.svg#Inter-Medium") format("svg");
}
@font-face {
  font-family: Inter-SemiBold;
  font-display: swap;
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-SemiBold.woff2");
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-SemiBold.woff2?") format("woff2"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-SemiBold.woff") format("woff"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-SemiBold.eot") format("eot"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-SemiBold.ttf") format("truetype"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/Inter-SemiBold.svg#Inter-SemiBold") format("svg");
}
@font-face {
  font-family: MinionPro-It;
  font-display: swap;
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/MinionPro-It.woff2");
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/MinionPro-It.woff2?") format("woff2"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/MinionPro-It.woff") format("woff"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/MinionPro-It.eot") format("eot"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/MinionPro-It.ttf") format("truetype"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../../includes/fonts/MinionPro-It.svg#MinionPro-It") format("svg");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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(35, 31, 32, 0.3);
  padding-top: 1em;
  margin-bottom: 2em;
  display: block;
  clear: both;
}

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

.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("https://leraliving.com/wp-content/themes/client-theme/includes/css/../fonts/fontawesome-webfont.eot");
  src: url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../fonts/fontawesome-webfont.woff2") format("woff2"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../fonts/fontawesome-webfont.woff") format("woff"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../fonts/fontawesome-webfont.ttf") format("truetype"), url("https://leraliving.com/wp-content/themes/client-theme/includes/css/../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: "Inter-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: #231f20;
}
@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: "Inter-SemiBold", sans-serif;
}

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

a:link,
a:visited {
  text-decoration: none;
  color: #1a2744;
}

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

a[href="#"]:not(.slicknav_btn) {
  pointer-events: none;
}

strong {
  font-weight: 600;
}

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

.font-main-bold {
  font-family: "Inter-SemiBold", sans-serif;
}

.font-main-semibold {
  font-family: "Inter-Medium", sans-serif;
}

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

.font-headline {
  font-family: "Inter-SemiBold", serif;
  font-weight: 400;
}

.font-headline-bold {
  font-family: "Inter-SemiBold", serif;
}

.font-headline-light {
  font-family: "Inter-SemiBold", serif;
}

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

h1,
h2,
h3,
h4 {
  color: #116784;
}
h1.tprimary,
h2.tprimary,
h3.tprimary,
h4.tprimary {
  color: #1a2744;
}
h1.tsecondary,
h2.tsecondary,
h3.tsecondary,
h4.tsecondary {
  color: #D9AD4F;
}
h1.ttertiary,
h2.ttertiary,
h3.ttertiary,
h4.ttertiary {
  color: #116784;
}
h1.tsurrogate,
h2.tsurrogate,
h3.tsurrogate,
h4.tsurrogate {
  color: #d3e0e6;
}

.bgprimary {
  background-color: #1a2744;
  color: #FFFFFF;
}
.bgprimary.bgtrans {
  background-color: rgba(26, 39, 68, 0.9);
}
.bgprimary.bgtrans2 {
  background-color: rgba(26, 39, 68, 0.75);
}
.bgprimary h1,
.bgprimary h2,
.bgprimary h3,
.bgprimary h4 {
  color: #FFFFFF;
}

.bgsecondary {
  background-color: #D9AD4F;
  color: #1a2744;
}
.bgsecondary.bgtrans {
  background-color: rgba(217, 173, 79, 0.9);
}
.bgsecondary.bgtrans2 {
  background-color: rgba(217, 173, 79, 0.75);
}
.bgsecondary h1,
.bgsecondary h2,
.bgsecondary h3,
.bgsecondary h4 {
  color: #1a2744;
}

.bgtertiary {
  background-color: #116784;
  color: #1a2744;
}
.bgtertiary.bgtrans {
  background-color: rgba(17, 103, 132, 0.9);
}
.bgtertiary.bgtrans2 {
  background-color: rgba(17, 103, 132, 0.75);
}
.bgtertiary h1,
.bgtertiary h2,
.bgtertiary h3,
.bgtertiary h4 {
  color: #1a2744;
}

.bgsurrogate {
  background-color: #d3e0e6;
  color: #FFFFFF;
}
.bgsurrogate.bgtrans {
  background-color: rgba(211, 224, 230, 0.9);
}
.bgsurrogate.bgtrans2 {
  background-color: rgba(211, 224, 230, 0.75);
}
.bgsurrogate h1,
.bgsurrogate h2,
.bgsurrogate h3,
.bgsurrogate h4 {
  color: #FFFFFF;
}

.bgfifth {
  background-color: #D0D0D0;
  color: #1a2744;
}
.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: #1a2744;
}

.bggrey {
  background-color: #edecea;
  color: #231f20;
}
.bggrey.bgtrans {
  background-color: rgba(237, 236, 234, 0.9);
}
.bggrey.bgtrans2 {
  background-color: rgba(237, 236, 234, 0.75);
}
.bggrey h1,
.bggrey h2,
.bggrey h3,
.bggrey h4 {
  color: #116784;
}

.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: #1a2744;
}
.bggreysuperlt h1.headline2,
.bggreysuperlt h2.headline2,
.bggreysuperlt h3.headline2,
.bggreysuperlt h4.headline2,
.bggreysuperlt strong.headline2 {
  color: #1a2744;
}

.bgfontmain {
  background-color: #231f20;
  color: #FFFFFF;
}
.bgfontmain.bgtrans {
  background-color: rgba(35, 31, 32, 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: #d3e0e6;
  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: #1a2744;
}

#content .page-link a.tprimary,
#content a.page-link.tprimary {
  color: #1a2744;
}
#content .page-link a.tprimary:hover,
#content a.page-link.tprimary:hover {
  color: black;
}

.tsecondary {
  color: #D9AD4F;
}

#content .page-link a.tsecondary {
  color: #D9AD4F;
}
#content .page-link a.tsecondary:hover {
  color: #8b681e;
}

.ttertiary {
  color: #116784;
}

#content .page-link a.ttertiary {
  color: #116784;
}
#content .page-link a.ttertiary:hover {
  color: #020f13;
}

.tsurrogate {
  color: #d3e0e6;
}

#content .page-link a.tsurrogate {
  color: #d3e0e6;
}
#content .page-link a.tsurrogate:hover {
  color: #82a7b8;
}

.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: #1a2744;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #1a2744;
  color: #FFFFFF;
}

::-o-selection {
  background-color: #1a2744;
  color: #FFFFFF;
}

::-ms-selection {
  background-color: #1a2744;
  color: #FFFFFF;
}

::-webkit-selection {
  background-color: #1a2744;
  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: 2rem 0 3rem;
  /* @include mq-sm {
    padding: 1rem 0;
  } */
}

#content a.headline-button,
#content .headline-button a,
#content .headline-button {
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #D9AD4F;
  position: relative;
  vertical-align: top;
  display: inline;
}
@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;
  padding: 0 5px 0 20px;
  vertical-align: 2px;
  -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: #116784;
}
#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 a.button,
.blog #content a.button,
a.button,
.button,
.submit-button,
#directions input.button {
  font-family: "Inter-Regular", sans-serif;
  font-size: 20px;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  color: #FFFFFF;
  background-color: #1a2744;
  border: 2px solid #1a2744;
  line-height: normal !important;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  -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.button.arrow,
.blog #content a.button.arrow,
a.button.arrow,
.button.arrow,
.submit-button.arrow,
#directions input.button.arrow {
  padding: 1rem 3.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: #1a2744;
  background-color: transparent;
  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: #D9AD4F;
}
#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: #D9AD4F;
}
#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 #231f20;
  background-color: #231f20;
  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: #231f20;
  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: 0;
  padding: calc(80px + 0.5em) 1em 2em;
  background: #1a2744;
}
@media (max-width: 640px) {
  div#main-nav nav.slicknav_nav {
    padding: calc(110px + 0.5em) 1em 2em;
  }
}
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: 1.5rem;
}
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;
    width: fit-content;
    margin: 0 auto 1.5rem;
  }
}
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: #FFFFFF;
  /*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: #D9AD4F;
}

.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: #ffffff;
  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: "Inter-Regular", sans-serif;
  overflow: visible;
  font-size: 16px;
}
#headertop a {
  color: #ffffff;
}
#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: #1a2744;
}
.top-snipe-container .top-headlines h1 {
  font-size: 1rem;
}
.top-snipe-container .top-headlines a {
  color: #1a2744;
}
@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: #D9AD4F;
  font-weight: 700;
  padding: 0 10px;
}
ul#header-social li a.brochure:hover,
ul#header-social-mobile li a.brochure:hover {
  color: #a07822;
}
ul#header-social li a#brochure:hover,
ul#header-social-mobile li a#brochure:hover {
  color: black;
}
@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: #ffffff;
  margin: 0 4px;
  font-size: 1rem;
}
header ul#header-social li a.social:hover {
  color: #a6a6a6;
}
header ul#header-social li a.social.ttertiary {
  color: #116784;
}
header ul#header-social li a.social.ttertiary:hover {
  color: #1a2744;
}
header ul#header-social li a.social .fa:before {
  font-size: 1.5rem;
}
header ul#header-social a.phone {
  margin-right: 10px;
  color: #231f20;
}
header ul#header-social a.phone:hover {
  color: #1a2744;
}

#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: 230px;
  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: 180px;
    margin: 0;
    z-index: 999;
    left: 0;
    position: absolute;
    height: auto;
  }
}

/*.gosmall #logo-link {
    width: 346px;
    height: auto;
}*/
#header-logo {
  margin: 0;
  opacity: 1;
  max-width: 300px;
  padding: 2rem 1rem 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: 1rem;
    max-height: 200px;
    max-width: 200px;
  }
}

.gosmall #header-logo {
  padding: 0.5rem 1rem;
  max-height: 100px;
  max-width: 200px;
  /* 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;
    }
}
.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: $color-white; */
  position: relative;
  padding: 0 1rem;
  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: #FFFFFF;
  font-size: 1.25rem;
}
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: #0b4457;
}
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: #D9AD4F;
}
div#main-nav ul.nav-container li.secondary-color a {
  color: #FFFFFF;
  padding: 0.5rem;
  background-color: #D9AD4F;
  margin-bottom: -0.5rem;
}
div#main-nav ul.nav-container li.secondary-color a:hover {
  background-color: #c9972c;
}
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: #d3e0e6;
  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.desktop-menu > li > .current-page-ancestor > a:hover, div#main-nav ul.nav-container.mobile-menu .current-page-ancestor a:hover,
div#main-nav ul.nav-container > li.current-menu-parent > a:hover,
div#main-nav ul.nav-container > li.current-menu-item > a:hover,
div#main-nav ul.nav-container > li.current-page-ancestor > a:hover {
  color: #116784;
}
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: white;
}
@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;
  background-color: #1a2744;
}
div#main-nav .slicknav_nav ul.nav-container > li:after {
  display: none;
}

div#main-nav .slicknav_nav ul.nav-container > li > a {
  display: inline-block;
  line-height: 30px;
}
div#main-nav .slicknav_nav ul.nav-container > li > a:hover {
  color: #0b4457;
}

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 #b2c9d4;
  /*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: "Inter-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: #1a2744;
}
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: #c3d5dd;
  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% - 230px);
  bottom: 0;
  right: 0;
  display: inline-block;
  font-family: "Inter-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% - 230px); */
  }
}
@media (max-width: 1024px) {
  #top-nav {
    display: none;
  }
}

a#top-right-promo,
a.brochure {
  background: #D9AD4F;
  color: #FFFFFF;
  border: 1px solid #D9AD4F;
  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: #D9AD4F;
}
@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 #1a2744;
  color: #1a2744;
  background: #FFFFFF;
}
#headertop a.brochure:hover {
  background: #1a2744;
  color: #FFFFFF;
}

.gosmall a#top-right-promo {
  /*margin-top: -5px;*/
}

@media (max-width: 1024px) {
  .slicknav_nav a.top-right-promo-button {
    font-family: "Inter-Regular", sans-serif;
    padding: 8px;
    margin: 10px 0;
    background-color: #D9AD4F;
    color: #FFFFFF;
    -webkit-text-size-adjust: 100%;
  }
  .slicknav_nav a.top-right-promo-button:hover {
    background-color: #FFFFFF;
    color: #1a2744;
  }
}

#slide-container {
  position: relative;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  left: 0;
  bottom: 40%;
  top: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}

.animate,
.animate-once {
  opacity: 0;
  /* 
  @media (max-width: 767px) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  } */
}
.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,
.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;
}
.animate.delay-1,
.animate-once.delay-1 {
  transition-delay: 0.1s !important;
}
.animate.delay-2,
.animate-once.delay-2 {
  transition-delay: 0.2s !important;
}
.animate.delay-3,
.animate-once.delay-3 {
  transition-delay: 0.3s !important;
}
.animate.delay-4,
.animate-once.delay-4 {
  transition-delay: 0.4s !important;
}
.animate.delay-5,
.animate-once.delay-5 {
  transition-delay: 0.5s !important;
}
.animate.delay-6,
.animate-once.delay-6 {
  transition-delay: 0.6s !important;
}
.animate.delay-7,
.animate-once.delay-7 {
  transition-delay: 0.7s !important;
}
.animate.delay-8,
.animate-once.delay-8 {
  transition-delay: 0.8s !important;
}
.animate.delay-9,
.animate-once.delay-9 {
  transition-delay: 0.9s !important;
}
.animate.delay-10,
.animate-once.delay-10 {
  transition-delay: 1s !important;
}
.animate.delay-11,
.animate-once.delay-11 {
  transition-delay: 1.1s !important;
}
.animate.delay-12,
.animate-once.delay-12 {
  transition-delay: 1.2s !important;
}
.animate.delay-13,
.animate-once.delay-13 {
  transition-delay: 1.3s !important;
}
.animate.delay-14,
.animate-once.delay-14 {
  transition-delay: 1.4s !important;
}
.animate.delay-15,
.animate-once.delay-15 {
  transition-delay: 1.5s !important;
}
.animate.delay-16,
.animate-once.delay-16 {
  transition-delay: 1.6s !important;
}
.animate.delay-17,
.animate-once.delay-17 {
  transition-delay: 1.7s !important;
}
.animate.delay-18,
.animate-once.delay-18 {
  transition-delay: 1.8s !important;
}
.animate.delay-19,
.animate-once.delay-19 {
  transition-delay: 1.9s !important;
}
.animate.delay-20,
.animate-once.delay-20 {
  transition-delay: 2s !important;
}
@media (max-width: 767px) {
  .animate:not(.section-corners),
  .animate-once:not(.section-corners) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    -webkit-clip-path: none !important;
    clip-path: none !important;
  }
}

#slider {
  /*min-height: 400px;*/
  height: calc(100vh - 140px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  #slider {
    height: 56.25vw;
    min-height: 350px;
  }
}

.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;
  width: 100%;
  z-index: 999;
  position: absolute;
  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%);
  text-align: center;
  color: #FFFFFF;
  /*text-shadow: 3px 3px 2px rgba(0,0,0,0.4);*/
  opacity: 0;
  -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.animation {
  opacity: 1;
}
.slide-content h1.headline,
.slide-content h2.headline,
.slide-content div.headline,
.slide-content h1.subheadline,
.slide-content h2.subheadline {
  color: #FFFFFF;
  font-family: "Inter-Regular", sans-serif;
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: normal;
  display: inline-block;
  clear: both;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.slide-content h1.headline span,
.slide-content h2.headline span,
.slide-content div.headline span,
.slide-content h1.subheadline span,
.slide-content h2.subheadline span {
  font-family: "Inter-Regular", sans-serif;
  font-style: italic;
}

.hero-corners,
.section-corners {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  max-width: 573.9px;
  z-index: 3;
  line-height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-clip-path: inset(100% 100% 0 0);
  clip-path: inset(100% 100% 0 0);
  will-change: clip-path;
}
.hero-corners.animation,
.section-corners.animation {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: opacity 2.5s ease-in-out, clip-path 3s cubic-bezier(0.22, 1, 0.36, 1);
  -moz-transition: opacity 2.5s ease-in-out, clip-path 3s cubic-bezier(0.22, 1, 0.36, 1);
  -ms-transition: opacity 2.5s ease-in-out, clip-path 3s cubic-bezier(0.22, 1, 0.36, 1);
  -o-transition: opacity 2.5s ease-in-out, clip-path 3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.5s ease-in-out, clip-path 3s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-corners svg,
.section-corners svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #FFFFFF;
  opacity: 0.5;
}
.hero-corners.gold svg,
.section-corners.gold svg {
  fill: #D9AD4F;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .hero-corners,
  .section-corners {
    transition: none;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.section-corners {
  width: 55%;
  z-index: 0;
}
.section-corners.animation {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .section-corners {
    max-width: 300px;
  }
}

.right-text .section-corners {
  transform: scaleX(-1);
  left: auto;
  right: 0;
}

#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: 56.25vw;
    min-height: 400px;
  }
}

.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: "Inter-Regular", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  text-transform: uppercase;
}

.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: "Inter-SemiBold", 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: #116784;
  border: 2px solide #116784;
  padding: 0.75rem 1rem;
  margin: 10px 5px 0;
  font-size: 1rem;
}
#hero-disclaimer #disclaimer-container a.button:hover {
  color: #FFFFFF;
  background-color: #a07822;
}
#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: #D9AD4F;
}
#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: #a07822;
}
#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(225deg);
}
#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: "Inter-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;
    padding: 0;
  }
}

.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: #1a2744;
}
#content a:hover {
  color: #05070d;
}
#content a.tprimary {
  color: #1a2744;
}
#content a.tprimary:hover {
  color: #D9AD4F;
}
#content a.ttertiary {
  color: #116784;
}
#content a.tsurrogate {
  color: #d3e0e6;
}
#content a.tfifth {
  color: #D0D0D0;
}
#content .directions-display a {
  color: #1a2744;
  font-weight: 700;
}
#content a.addthis_button {
  color: #5297d2;
}
#content ul,
#content ol {
  text-align: left;
  margin-left: 1.25rem;
  margin-bottom: 1.5rem;
}
#content ul li,
#content ol li {
  line-height: normal;
  margin-bottom: 10px;
  list-style-type: disc;
}
#content ul li::marker,
#content ol li::marker {
  color: inherit;
}
#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: "Inter-SemiBold", 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: "Inter-SemiBold", serif;
}

h1.subheadline,
h2.subheadline,
h3.subheadline {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "Inter-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: #231f20;
  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: 3.5rem 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: 3.5rem;
}
#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: 3.5rem;
}
@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: 100px;
  width: 50%;
  bottom: 100px;
  z-index: 3;
}
#content .text-section .section-images.left-image.image-contain, #content .text-section .section-images.right-image.image-contain {
  position: relative;
  /* &.right-image {
    left: auto;
    float: right;
  }
  &.left-image {
    float: left;
  }
  @include mq-lg {
    &.right-image,
    &.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;
    bottom: auto;
    top: auto;
  }
}
#content .text-section .section-images.image-row {
  padding-bottom: 3.5rem;
}
@media (max-width: 768px) {
  #content .text-section .section-images.image-row {
    padding-bottom: 2rem;
  }
}
#content .text-section .section-images.image-row .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
#content .text-section .section-images.image-row .wrapper .row-image {
  width: 50%;
  height: 30vw;
  max-height: 500px;
}
#content .text-section.image-row-section {
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  #content .text-section.image-row-section {
    margin-bottom: 2rem;
  }
}
#content .text-section.image-row-section .section-content {
  background: none !important;
}
#content .text-section .image-row-bg {
  position: absolute;
  top: 60%;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#content .text-section .image-row-bg.animation {
  top: 40%;
  opacity: 1;
}
#content .text-section.above-image .section-images {
  margin-bottom: 3.5rem;
}
#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: "Inter-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: "Inter-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: "Inter-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;
}
#content .text-section .section-text.left-text, #content .text-section .section-text.right-text {
  width: 55%;
  /* 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: 100px;
  min-height: 700px;
  float: left;
  /* &:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    height: 55%;
    background-image: url('https://leraliving.com/wp-content/themes/client-theme/images/global/bgcorners.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
  } */
}
#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: "Inter-Regular", sans-serif;
  text-transform: uppercase;
  line-height: 150%;
}
@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: #1a2744;
}
#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: #D9AD4F;
}
#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: #116784;
}
#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: #d3e0e6;
}
#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: #edecea;
}
#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 .button-container, #content .text-section .section-text.right-text .section-content .button-container {
  padding-bottom: 0;
}
#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%;
}
@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;
  }
  #content .text-section .section-text.left-text .section-content .button-container, #content .text-section .section-text.right-text .section-content .button-container {
    padding-top: 1rem;
  }
}
@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;
  }
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text {
    margin-right: 0;
  }
}
#content .text-section .section-text.left-text .section-content {
  padding-right: 150px;
  /* &:after {
    right: auto;
    left: 0;
    transform: scaleX(-1);
  } */
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text .section-content {
    padding: 3rem 2rem 3.5rem;
  }
}
#content .text-section .section-text.right-text {
  margin-left: 45%;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.right-text {
    margin-left: 0;
  }
}
#content .text-section .section-text.right-text .section-content {
  padding-left: 150px;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.right-text .section-content {
    padding: 3rem 2rem 3.5rem;
  }
}
#content .text-section .section-content {
  width: 100%;
  /* padding: 3.5rem 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: "Inter-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: "Inter-SemiBold", 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: "Inter-SemiBold", 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: "Inter-Regular", sans-serif;
  font-size: clamp(1.75rem, 4.5vw, 2.5rem);
  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: "Inter-SemiBold", 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("https://leraliving.com/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 .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 .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 .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 .bgred a,
#content .bgfifth a {
  color: white;
}
#content .bgprimary a:hover,
#content .bgsecondary a:hover,
#content .bgtertiary 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 .bgred .button,
#content .bgred a.button,
#content .bgfifth .button,
#content .bgfifth a.button {
  background-color: #D9AD4F;
  border: 2px solid #D9AD4F;
  color: #1a2744;
}
#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 .bgred .button:hover,
#content .bgred a.button:hover,
#content .bgfifth .button:hover,
#content .bgfifth a.button:hover {
  background-color: #1a2744;
  color: #D9AD4F;
}
#content .bgprimary .page-link a,
#content .bgsecondary .page-link a,
#content .bgtertiary .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 .bgred .page-link a:hover,
#content .bgfifth .page-link a:hover {
  color: #d3e0e6;
}
#content .bgsurrogate {
  color: #231f20;
}
#content .bgsurrogate h1,
#content .bgsurrogate h2,
#content .bgsurrogate h3 {
  color: #116784;
}
#content .bgsurrogate h1.headline, #content .bgsurrogate h1.subheadline,
#content .bgsurrogate h2.headline,
#content .bgsurrogate h2.subheadline,
#content .bgsurrogate h3.headline,
#content .bgsurrogate h3.subheadline {
  color: #116784;
}
#content .bgsurrogate a {
  color: #D9AD4F;
}
#content .bgsurrogate a:hover {
  color: #b58727;
}
#content .bgsurrogate .button,
#content .bgsurrogate a.button {
  background-color: #1a2744;
  border: 2px solid #1a2744;
  color: #FFFFFF;
}
#content .bgsurrogate .button:hover,
#content .bgsurrogate a.button:hover {
  background-color: #d3e0e6;
  color: #1a2744;
}
#content .bgsurrogate .page-link a {
  color: #FFFFFF;
}
#content .bgsurrogate .page-link a:hover {
  color: #d3e0e6;
}
#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: #D9AD4F;
}
#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: #D9AD4F;
}
#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: #231f20;
}
#content .bgwhite h1,
#content .bgwhite h2,
#content .bgwhite h3 {
  color: #116784;
}
#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: #116784;
}
#content .bgwhite .bgtertiarylt > h1,
#content .bgwhite .bgtertiarylt > h2,
#content .bgwhite .bgtertiarylt > h3 {
  color: #0b4457;
}
#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: #0b4457;
}
#content .bgwhite a {
  color: #2f477b;
}
#content .bgwhite a:hover {
  color: #a2beca;
}
#content .bgwhite .button,
#content .bgwhite a.button {
  background-color: #1a2744;
  color: #FFFFFF;
  border: 2px solid #1a2744;
}
#content .bgwhite .button:hover,
#content .bgwhite a.button:hover {
  background-color: transparent;
  color: #1a2744;
}
#content .bgltgrey a:not(.button) {
  color: #1a2744;
}
#content .bgltgrey a:not(.button):hover {
  color: #116784;
}
#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: #1a2744;
  text-align: center;
  margin: 0.5rem auto 0;
  line-height: 60px;
  /*text-transform: uppercase;*/
  font-size: 1.35rem;
  font-weight: bold;
  font-family: "Inter-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: #D9AD4F;
}
@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: #D9AD4F;
}
@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: #116784;
  border: 2px solid #116784;
}
#content .bgwhite .page-link a:hover {
  color: #FFFFFF;
  background-color: #116784;
}

/*-------- 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 #1a2744;
  color: #1a2744;
  -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: #1a2744;
  padding: 0.5em 2.4em;
  font-size: 1.2rem;
}
#content ul#menu-gallery-nav li:hover {
  color: #FFFFFF;
  background-color: rgba(26, 39, 68, 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: #1a2744;
}
#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(26, 39, 68, 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("https://leraliving.com../../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("https://leraliving.com../../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: "Inter-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("https://leraliving.com../../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("https://leraliving.com../../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("https://leraliving.com../../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("https://leraliving.com../../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: "Inter-SemiBold", 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: #116784;
  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: #0b4457;
  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: "Inter-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.home .slide-content div.headline {
  text-transform: none;
}
body.home .slide-content div.headline span {
  font-family: "MinionPro-It", serif;
}
body.home #home-intro .text-section-copy {
  max-width: 1000px;
  margin: 0 auto;
}
body.home #home-feature-1 .section-text.left-text .section-content .section-text-headline h2.headline,
body.home #home-feature-1 .section-text.right-text .section-content .section-text-headline h2.headline,
body.home #home-feature-2 .section-text.left-text .section-content .section-text-headline h2.headline,
body.home #home-feature-2 .section-text.right-text .section-content .section-text-headline h2.headline {
  font-size: clamp(1.45rem, 3.25vw, 2rem);
}

.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: #1a2744;
  }
  50% {
    border-top-color: #D9AD4F;
  }
  100% {
    transform: rotate(359.9deg);
    border-top-color: #1a2744;
  }
}
.vid-progress {
  border-color: #FFFFFF;
  border-top-color: rgb(255, 255, 255);
  border-top-color: #1a2744;
}

.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: "Inter-SemiBold", serif;
  font-weight: 400;
}
#content ul#builders-list li {
  display: inline-block;
  list-style-type: none;
  border-right: 2px solid #116784;
  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;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ABOUT PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content #mission-statement {
  margin-bottom: 0;
}
#content #mission-statement .section-text-headline {
  margin-bottom: 1rem;
}
#content #mission-statement .section-text-headline h2.headline {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}
@media (max-width: 768px) {
  #content #mission-statement .image-row-bg,
  #content #mission-statement .image-row-bg.animation {
    top: calc(3rem + 20vw);
  }
}
@media (max-width: 640px) {
  #content #mission-statement .image-row-bg,
  #content #mission-statement .image-row-bg.animation {
    top: calc(2rem + 20vw);
  }
}
#content #mission-statement .section-content {
  padding: 3rem 0;
}
@media (max-width: 640px) {
  #content #mission-statement .section-content {
    padding: 2rem 0;
  }
}
#content #mission-statement .text-section-copy p {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

#content #team .section-text-headline {
  margin-bottom: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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: #283c69;
  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: #1a2744;
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li.current-menu-item {
  background: #FFFFFF;
  color: #231f20;
}
#content #blog-sidebar .sidebar-social-nav ul.sidebar-top-nav li.current-menu-item > a {
  color: #231f20;
  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: "Inter-SemiBold", sans-serif;
  color: #1a2744;
  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: #231f20;
}
#content #blog-sidebar ul li.current-cat a,
#content #blog-sidebar ul li a:hover {
  color: #116784;
}
@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: #1a2744;
  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: #1a2744;
}
@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: #D9AD4F;
}

.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: #D9AD4F !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: #D9AD4F;
}
.blog #content a:hover {
  color: #116784;
}
@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(17, 103, 132, 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: #D9AD4F;
}
.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: #D9AD4F;
}
.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: "Inter-Regular", sans-serif;
}
.blog #content .news-block h2.headline {
  color: #D9AD4F;
  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: #116784;
  font-size: clamp(1.75rem, 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: #116784;
}
.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: #231f20;
  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: "Inter-Regular", sans-serif;
  text-transform: none;
  color: #1a2744;
  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;
  }
}
@media (max-width: 640px) {
  .blog #content .news-post h1.headline {
    font-size: 1.75rem;
  }
}
.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 #1a2744;
}
.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: #D9AD4F;
}
.blog #content .category-nav li a:hover {
  color: #D9AD4F;
}

#content a.load-more,
#content a.no-more {
  font-family: "Inter-Regular", sans-serif;
  display: inline-block;
  clear: both;
  font-size: 1.5em;
  color: #1a2744;
}
#content a.load-more:hover,
#content a.no-more:hover {
  color: #D9AD4F;
}
#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: #231f20;
}
#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: #1a2744;
  color: #FFFFFF !important;
  font-family: "Inter-SemiBold", sans-serif;
  width: 250px;
  text-align: center;
  border-radius: 50px;
}
.previous-article a:hover,
.next-article a:hover {
  background-color: #D9AD4F;
}

/* 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: #d3e0e6;
}
#content a:hover .related-post-container {
  background-color: #F1F1F1;
}
#content a:hover .related-post-container .related-title {
  color: #b2c9d4;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PRIVACY ALERT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#privacy-alert {
  display: none;
  background-color: #D9AD4F;
  display: none;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 5000;
  bottom: 0;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -moz-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -ms-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -o-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
}
@media (max-width: 640px) {
  #privacy-alert {
    padding: 1rem;
    text-align: center;
  }
}
#privacy-alert h2 {
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
}
@media (max-width: 845px) {
  #privacy-alert h2 {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
  }
}
#privacy-alert h2 a:link, #privacy-alert h2 a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
#privacy-alert h2 a:link:hover, #privacy-alert h2 a:visited:hover {
  opacity: 0.65;
}
#privacy-alert #privacy-policy-agree {
  display: inline-block;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
  color: #1a2744 !important;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  margin: 0 1em;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#privacy-alert #privacy-policy-agree:hover {
  opacity: 0.8;
}
@media (max-width: 845px) {
  #privacy-alert #privacy-policy-agree {
    margin: 1em 0 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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 3.5rem;
}
@media (max-width: 768px) {
  .contact-map-section {
    padding: 0 0 2rem;
  }
}

#content .contact-address {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.5rem;
  background-color: #1a2744;
  min-height: 600px;
  text-align: center;
  padding: 3rem calc(25% + 3rem) 3rem 3rem;
}
@media (max-width: 1024px) {
  #content .contact-address {
    width: 100%;
    display: block;
    text-align: center;
    padding: 3rem 1rem;
    min-height: 0;
  }
}
#content .contact-address a {
  color: #D9AD4F;
}
#content .contact-address a.address-link {
  color: #FFFFFF;
}
#content .contact-address a.address-link:hover {
  color: #d3e0e6;
}

.contact-map {
  position: absolute;
  top: 3.5rem;
  bottom: 8rem;
  right: 0;
  left: 50%;
  width: 50%;
}
@media (max-width: 1024px) {
  .contact-map {
    width: 100%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
    height: 400px;
  }
}

.map-container2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.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: "Inter-SemiBold", 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: "Inter-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: #116784;
  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: #D9AD4F;
}
#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: #D9AD4F;
  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: #116784;
  color: #FFFFFF;
  padding: 0.5em 2.4em;
}
#content .bgsecondary a.accordion-toggle:hover {
  background-color: #0b4457;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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,
  .footer-news {
    width: calc(50% - 250px);
    padding: 0 2rem;
  } */
  /* 
  .footer-logo,
  .footer-address,
  .footer-news {
    display: inline-block;
    vertical-align: middle;
    @media (max-width: 1100px) {
      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;
    }
  } */
}
#footer-address .wrapper.pad4-0 {
  padding: 2rem 0;
}
#footer-address .footer-logo {
  /* width: 500px; */
  text-align: center;
  padding: 2rem;
}
#footer-address .footer-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #footer-address .footer-logo {
    margin-bottom: 3rem;
  }
  #footer-address .footer-logo img {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  #footer-address .footer-logo {
    margin-bottom: 0;
  }
}
#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: #1a2744;
  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: #116784;
}
#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;
  }
}
@media (max-width: 768px) {
  #footer-address .footer-news {
    margin-bottom: 2rem;
  }
}
#footer-address a {
  color: #FFFFFF;
}
#footer-address a:hover {
  color: #1daede;
}
#footer-address a.phone {
  color: #1daede;
}
#footer-address a.phone:hover {
  color: #116784;
}
#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: #1daede;
}
@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 .social-footer a {
  margin: 0 0 0 10px;
}
#footer-address .one-fourth,
#footer-address .one-half {
  margin: 0;
}

/* Footer navigation */
#masthead .no-header .sub-menu,
#footer-nav .no-footer {
  display: none;
}

#footer-nav {
  text-align: center;
  padding: 1.5rem 0;
}
#footer-nav a {
  color: #D9AD4F;
}
#footer-nav a:hover {
  color: #ebd4a3;
}
@media (max-width: 1248px) {
  #footer-nav {
    font-size: 0.8em;
  }
}
@media (max-width: 640px) {
  #footer-nav {
    font-size: 1.125rem;
  }
}

ul.footer-menu .bgsecondary {
  background-color: transparent;
}

#footer-nav .main-nav-container > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.wrapper #footer-nav .dynamic-res-portals {
  position: relative;
}
.wrapper #footer-nav .dynamic-res-portals > a:after {
  content: "";
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 0 0.2rem 0.55rem;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(225deg);
  transition: transform 0.2s ease;
}
.wrapper #footer-nav .dynamic-res-portals .sub-menu-wrap {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 10;
  width: 260px;
  padding-bottom: 0.75rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.wrapper #footer-nav .dynamic-res-portals ul.sub-menu {
  margin: 0;
  padding: 0.5rem 0;
  background-color: #131c32;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
}
.wrapper #footer-nav .dynamic-res-portals ul.sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
}
.wrapper #footer-nav .dynamic-res-portals ul.sub-menu a {
  display: block;
  padding: 0.65rem 1rem;
  line-height: 1.3;
}
.wrapper #footer-nav .dynamic-res-portals:hover > a:after, .wrapper #footer-nav .dynamic-res-portals:focus-within > a:after {
  transform: rotate(405deg);
}
.wrapper #footer-nav .dynamic-res-portals:hover .sub-menu-wrap, .wrapper #footer-nav .dynamic-res-portals:focus-within .sub-menu-wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

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

/* 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;
}

.form-step {
  width: 22px;
  height: 22px;
  border: 3px solid #231f20;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.75em;
}
.form-step.current {
  background-color: #231f20;
}
@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 .trec-link {
  display: block;
  margin-bottom: 0.5rem;
}
.legal .trec-link a {
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .legal .trec-link a {
    font-size: 1rem;
  }
}
.legal a {
  text-decoration: underline;
}
.legal a:hover {
  color: #1daede;
}
@media (max-width: 640px) {
  .legal .legal-links {
    display: block;
  }
}

#content .text-section.privacy {
  padding-top: 6rem;
}
#content .text-section.privacy h2,
#content .text-section.privacy h3 {
  color: #1a2744;
}
@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: "Inter-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: "Inter-SemiBold", 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: #1a2744;
  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: "Inter-SemiBold", 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: #1a2744;
  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(26, 39, 68, 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(26, 39, 68, 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 #1a2744;
  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: #D9AD4F;
}

.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: #D9AD4F;
  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: "Inter-SemiBold", 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 option,
#interest-list textarea,
#directions input,
.standard-form input,
.standard-form select,
.standard-form textarea {
  font: inherit;
  width: 100%;
  padding: 0 1rem;
  color: #231f20;
  height: 3.25rem;
  margin-top: 10px;
  background-color: #FFFFFF;
  opacity: 1;
}

#interest-list textarea,
.standard-form textarea {
  width: 100%;
  height: 101px;
  resize: none;
  padding: 1rem;
}
#interest-list textarea::placeholder,
.standard-form textarea::placeholder {
  vertical-align: bottom;
}

#interest-list select,
.standard-form select {
  height: 3.25rem;
  background-image: url(https://leraliving.com/wp-content/themes/client-theme/images/global/arrow-down.svg);
  background-size: 15px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
}

#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 #e22613;
  box-shadow: 0 0 5px #e22613;
  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 #D9AD4F;
  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: #231f20;
  display: block;
  position: relative;
  margin-left: 1.7em;
  font-family: "Inter-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 #1a2744;
  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: #231f20;
  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(https://leraliving.com../../images/global/checked.png);*/
  background-color: #1a2744;
}

#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: #1a2744;
}

/* Swapped out Drop-Down Styles */
.desc {
  color: #1a2744;
}

.desc a {
  color: #1a2744;
}

.dropdown dd, .dropdown dt, .dropdown ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd {
  position: relative;
}

.dropdown a, .dropdown a:visited {
  color: #1a2744;
  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: #1a2744;
  font-size: 1.6em;
}

.pt2-close:hover {
  cursor: pointer;
  color: #eee;
}

.gmnoprint:last-child {
  display: none;
}

input::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.7);
  opacity: 1;
}

input::-moz-placeholder {
  color: rgba(35, 31, 32, 0.7);
  opacity: 1;
}

input:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.7);
  opacity: 1;
}

input:-moz-placeholder {
  color: rgba(35, 31, 32, 0.7);
  opacity: 1;
}

#interest-list select:invalid,
#interest-list select option[disabled][selected] {
  color: rgba(35, 31, 32, 0.7);
}

textarea::-webkit-input-placeholder {
  color: rgba(35, 31, 32, 0.7);
  opacity: 1;
}

textarea::-moz-placeholder {
  color: rgba(35, 31, 32, 0.7);
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: rgba(35, 31, 32, 0.7);
  opacity: 1;
}

textarea:-moz-placeholder {
  color: rgba(35, 31, 32, 0.7);
  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(https://leraliving.com../../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: #1a2744;
  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;
}

#interest-list .success {
  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%;
}

@media (max-width: 640px) {
  .fielditem.fieldinput {
    width: 100% !important;
  }
}

/* ----- 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 #116784;
  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 #231f20;
  border-right: 3px solid #231f20;
  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: #1a2744;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #D9AD4F;
}

.slicknav_menu {
  position: relative;
  width: 100%;
  z-index: 998;
}

.gosmall .slicknav_menu {
  position: fixed;
}

.slicknav_nav {
  color: #1a2744;
  margin: 0;
  padding: 5px 0 0;
  font-size: 1em;
  position: absolute;
  z-index: 4;
  /*background: fn-transparent-color($color-primary, 0.9);
  background: url(https://leraliving.com../../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: #D9AD4F;
}

.slicknav_nav li.current-menu-item a {
  color: #D9AD4F;
}

.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: #D9AD4F !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: #D9AD4F !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: #1a2744;
}
#content .news-block-third .section-content h2.headline {
  color: #1a2744;
  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: #1a2744;
}
#content .news-block-third .section-content.fademe {
  opacity: 0.7;
}
#content.life-here a.load-more {
  display: none;
}



/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://leraliving.com/wp-content/themes/client-theme/includes/fonts/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://leraliving.com/wp-content/themes/client-theme/includes/fonts/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://leraliving.com/wp-content/themes/client-theme/includes/fonts/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://leraliving.com/wp-content/themes/client-theme/includes/fonts/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://leraliving.com/wp-content/themes/client-theme/includes/fonts/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://leraliving.com/wp-content/themes/client-theme/includes/fonts/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') 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:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.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: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"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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%;
 }*/
/*-------- BUILDER SECTION --------*/
#builder-list,
#neighborhood-list {
  position: relative;
}

#properties-list h2.headline {
  font-family: "Inter-Regular", sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  color: #D9AD4F;
  position: relative;
  margin-bottom: 50px;
  vertical-align: top;
}
@media (max-width: 640px) {
  #properties-list h2.headline {
    font-size: 2rem;
  }
}
#properties-list h2.headline:first-of-type {
  margin-top: 50px;
}
#properties-list h2.headline: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("https://leraliving.com/wp-content/themes/client-theme/images/global/divider.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

#content .builder {
  padding: 3rem 0;
  width: 100%;
  position: relative;
  display: inline-block;
}
#content .builder .one-fourth,
#content .builder .one-third,
#content .builder .two-thirds,
#content .builder .three-fourths {
  margin-bottom: 0;
}
#content .builder img {
  width: 100%;
  height: auto;
}
#content .builder .builder-headline {
  margin-bottom: 5px;
}
#content .builder .builder-headline .contact-button {
  display: inline-block;
  vertical-align: middle;
}
#content .builder h2.subheadline,
#content .builder h3.subheadline {
  line-height: 150%;
  color: #D9AD4F;
  font-size: 2rem;
  text-transform: uppercase;
  margin: 0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #content .builder h2.subheadline,
  #content .builder h3.subheadline {
    font-size: 1.75rem;
  }
}
@media (max-width: 640px) {
  #content .builder h2.subheadline,
  #content .builder h3.subheadline {
    font-size: 1.5rem;
  }
}
#content .builder h2.subheadline span,
#content .builder h3.subheadline span {
  text-transform: none;
}
#content .builder h2.subheadline a,
#content .builder h3.subheadline a {
  color: #1a2744;
}
#content .builder h2.subheadline a:hover,
#content .builder h3.subheadline a:hover {
  color: #116784 !important;
}
#content .builder h2.subheadline span.builder-name,
#content .builder h3.subheadline span.builder-name {
  font-size: 1.25rem;
  text-transform: capitalize;
  display: block;
  margin-top: 10px;
  font-family: "Inter-Regular", sans-serif;
}
@media (max-width: 1024px) {
  #content .builder h2.subheadline span.builder-name,
  #content .builder h3.subheadline span.builder-name {
    font-size: 1.1rem;
    float: none;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}
#content .builder .button.contact-button {
  margin: 0;
}
#content .builder h2.headline {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #content .builder h2.headline {
    margin-top: 0.5rem;
    font-size: 3em;
  }
}
#content .builder .builder-description .button:first-of-type {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  #content .builder {
    padding: 2rem 0 0;
  }
}
#content .builder .builder-thumb {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  /*max-height: 500px;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#content .builder .builder-thumb a.magnify {
  position: absolute;
  color: #FFFFFF !important;
  top: 0;
  right: 0;
  padding: 1em;
  padding: 1rem;
  font-size: 2em;
  text-shadow: 0 0 10px #000000;
}
@media (max-width: 1248px) {
  #content .builder .builder-thumb {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 48%;
  }
}
#content .builder .builder-info {
  padding: 3rem 5rem;
  min-height: 700px;
  width: 50%;
  margin-left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1248px) {
  #content .builder .builder-info {
    position: relative;
    width: 100%;
    display: block;
    margin: 0;
    min-height: 0;
    padding: 3rem 1rem 0;
  }
}
#content .builder .builder-description,
#content .builder .builder-links {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2em;
}
#content .builder .builder-description p:last-child,
#content .builder .builder-links p:last-child {
  margin-bottom: 0;
}
#content .builder .builder-heading {
  font-family: "Inter-Regular", sans-serif;
}
#content .builder .builder-description {
  width: 75%;
}
#content .builder.right-image .builder-info {
  margin-right: 50%;
  margin-left: 0;
}
#content .builder.right-image .builder-thumb {
  right: 0;
  left: auto;
}

#content #builder-section {
  overflow: hidden;
}
#content #builder-section.bgprimary a, #content #builder-section.bgsecondary a, #content #builder-section.bgtertiary a {
  color: #FFFFFF;
}
#content #builder-section.bgprimary a.button, #content #builder-section.bgsecondary a.button, #content #builder-section.bgtertiary a.button {
  color: #231f20;
}
#content #builder-section.bgprimary a.button:hover, #content #builder-section.bgsecondary a.button:hover, #content #builder-section.bgtertiary a.button:hover {
  color: #d3e0e6;
}
#content #builder-section.bgwhite, #content #builder-section.bgsurrogate {
  /*a {
          color: $color-font-main;
      }
      a.button {
          color: $color-tertiary;
          &:hover {
              color: $color-white;
          }
      }*/
}
#content #builder-section a.page-link {
  /*padding-bottom: 2rem;*/
  font-size: 2.1rem;
  line-height: 40px;
  color: #1a2744;
}
#content #builder-section a.page-link:hover {
  color: #D9AD4F;
}
@media (max-width: 1024px) {
  #content #builder-section a.page-link {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #content #builder-section.pad2-0 {
    padding: 0;
  }
}

.builder-grid {
  width: 24%;
  width: calc(25% - 4px);
  display: inline-block;
  vertical-align: top;
}
.builder-grid .builder-thumb-grid {
  padding-bottom: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 1.5rem;
}
.builder-grid .builder-info {
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
  padding: 2rem;
  width: 100%;
  margin-left: 0;
  display: block;
}
@media (max-width: 1024px) {
  .builder-grid .builder-info {
    padding: 1rem;
  }
}
@media (max-width: 640px) {
  .builder-grid .builder-info {
    padding: 3rem 0.5rem;
    text-align: center;
    border-bottom: 1px solid black;
  }
}
.builder-grid .builder-info h3.subheadline {
  font-size: 2.5rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  border-bottom: none;
}
@media (max-width: 768px) {
  .builder-grid .builder-info h3.subheadline {
    font-size: 2.1rem;
  }
}
.builder-grid .builder-info .starting-price {
  text-transform: uppercase;
  font-size: 130%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FFFFFF;
}
.builder-grid .builder-info .starting-price span {
  text-transform: none;
}
@media (max-width: 1024px) {
  .builder-grid .builder-info .starting-price {
    font-size: 120%;
  }
}
@media (max-width: 1024px) {
  .builder-grid .builder-info .builder-icon {
    font-size: 1.5rem;
    background-size: 35px auto;
  }
}
@media (max-width: 768px) {
  .builder-grid .builder-info .builder-icon {
    text-align: left;
    max-width: 250px;
    margin: 0 auto;
  }
}
.builder-grid .builder-info:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1248px) {
  .builder-grid {
    width: 49%;
    width: calc(50% - 4px);
  }
}
@media (max-width: 640px) {
  .builder-grid {
    width: 100%;
  }
}

.carousel-thumb {
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-info {
  padding: 2rem;
  width: 100%;
  margin-left: 0;
  display: block;
}
@media (max-width: 1024px) {
  .carousel-info {
    padding: 1rem;
  }
}

/* .properties-carousel {
  .f-carousel {
    --f-carousel-gap: 20px;
  }
  .f-carousel__viewport {
    max-width: calc(100% - 120px);
  }
  .f-carousel__slide {
    --f-carousel-slide-width: 50%;
    text-align: center;
  }

  .is-horizontal.is-ltr .f-button.is-arrow.is-next img {
    right: -46px;
  }
  .is-horizontal.is-ltr .f-button.is-arrow.is-prev img {
    left: -46px;
  }
} */
/* Gallery Carousel */
.properties-carousel {
  pointer-events: none;
}
@media (max-width: 1024px) {
  .properties-carousel {
    pointer-events: auto;
  }
}
.properties-carousel .carousel-headline a {
  pointer-events: auto;
}

#content .properties-carousel .carousel-headline a {
  color: #116784;
}
#content .properties-carousel .carousel-headline a:hover {
  color: #1a2744;
}

@media (max-width: 1024px) {
  .properties-carousel .carousel-wrapper {
    padding: 0 1.5rem;
  }
}

.properties-carousel .f-carousel {
  padding: 0 20px;
  --f-carousel-gap: 20px;
  --f-carousel-slide-width: calc((100% - (2 * 20px)) / 3);
  /* height: 20vw; */
}
@media (max-width: 1024px) {
  .properties-carousel .f-carousel {
    --f-carousel-slide-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .properties-carousel .f-carousel {
    --f-carousel-slide-width: 100%;
    --f-carousel-gap: 0;
  }
}
.properties-carousel .f-carousel .f-carousel__slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.properties-carousel .f-carousel .f-carousel__slide.video-icon .f-caption:before {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url("https://leraliving.com../../images/gallery/playvideo.svg") !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.properties-carousel .f-carousel .f-carousel__slide.video-icon .f-caption:before.mptour {
  background-image: url("https://leraliving.com../../images/gallery/3d-arrow.png");
}
@media (max-width: 768px) {
  .properties-carousel .f-carousel .f-carousel__slide.video-icon .f-caption:before {
    height: 25px;
    margin-bottom: 5px;
  }
}
.properties-carousel .f-carousel.hide-arrows .f-button.is-arrow {
  display: none;
}
.properties-carousel .f-carousel.is-horizontal.is-ltr .f-button.is-arrow {
  margin-top: -70px;
}
.properties-carousel .f-carousel.is-horizontal.is-ltr .f-button.is-arrow[aria-disabled] {
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .properties-carousel .f-carousel.is-horizontal.is-ltr .f-button.is-arrow {
    width: 20px;
  }
}
.properties-carousel .f-carousel.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
  left: -46px;
  color: #000000;
}
@media (max-width: 1024px) {
  .properties-carousel .f-carousel.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: -30px;
  }
}
.properties-carousel .f-carousel.is-horizontal.is-ltr .f-button.is-arrow.is-next {
  right: -46px;
  color: #000000;
}
@media (max-width: 1024px) {
  .properties-carousel .f-carousel.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: -30px;
  }
}
.properties-carousel .f-carousel .f-caption {
  position: absolute;
  font-size: 1rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.properties-carousel .f-carousel .f-caption:hover {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .properties-carousel .f-carousel .f-caption {
    font-size: 0.8rem;
  }
}
.properties-carousel .f-carousel .carousel-headline span {
  text-transform: none;
}
@media (max-width: 768px) {
  .properties-carousel .f-carousel .carousel-headline span {
    font-size: 1.2rem;
  }
}
.properties-carousel .f-carousel .carousel-headline h2.subheadline {
  margin-bottom: 0;
  line-height: normal;
  text-transform: uppercase;
}
.properties-carousel .f-carousel .carousel-headline h2.subheadline span.property-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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%;
 }*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*@supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }*/
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}


