@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: MrEavesModOT-Book;
  font-display: swap;
  src: url("../../includes/fonts/MrEavesModOT-Book.eot");
  src: url("../../includes/fonts/MrEavesModOT-Book.eot?") format("eot"), url("../../includes/fonts/MrEavesModOT-Book.woff") format("woff"), url("../../includes/fonts/MrEavesModOT-Book.woff2") format("woff2"), url("../../includes/fonts/MrEavesModOT-Book.ttf") format("truetype"), url("../../includes/fonts/MrEavesModOT-Book.svg#MrEavesModOT-Book") format("svg");
}
@font-face {
  font-family: MrEavesModOT-Reg;
  font-display: swap;
  src: url("../../includes/fonts/MrEavesModOT-Reg.eot");
  src: url("../../includes/fonts/MrEavesModOT-Reg.eot?") format("eot"), url("../../includes/fonts/MrEavesModOT-Reg.woff") format("woff"), url("../../includes/fonts/MrEavesModOT-Reg.woff2") format("woff2"), url("../../includes/fonts/MrEavesModOT-Reg.ttf") format("truetype"), url("../../includes/fonts/MrEavesModOT-Reg.svg#MrEavesModOT-Reg") format("svg");
}
@font-face {
  font-family: MrsEavesOT-Roman;
  font-display: swap;
  src: url("../../includes/fonts/MrsEavesOT-Roman.eot");
  src: url("../../includes/fonts/MrsEavesOT-Roman.eot?") format("eot"), url("../../includes/fonts/MrsEavesOT-Roman.woff") format("woff"), url("../../includes/fonts/MrsEavesOT-Roman.woff2") format("woff2"), url("../../includes/fonts/MrsEavesOT-Roman.ttf") format("truetype"), url("../../includes/fonts/MrsEavesOT-Roman.svg#MrsEavesOT-Roman") format("svg");
}
@font-face {
  font-family: MrEavesModOT-Bold;
  font-display: swap;
  src: url("../../includes/fonts/MrEavesModOT-Bold.eot");
  src: url("../../includes/fonts/MrEavesModOT-Bold.eot?") format("eot"), url("../../includes/fonts/MrEavesModOT-Bold.woff") format("woff"), url("../../includes/fonts/MrEavesModOT-Bold.woff2") format("woff2"), url("../../includes/fonts/MrEavesModOT-Bold.ttf") format("truetype"), url("../../includes/fonts/MrEavesModOT-Bold.svg#MrEavesModOT-Bold") format("svg");
}
@font-face {
  font-family: fontawesome-webfont;
  font-display: swap;
  src: url("../../includes/fonts/fontawesome-webfont.eot");
  src: url("../../includes/fonts/fontawesome-webfont.eot?") format("eot"), url("../../includes/fonts/fontawesome-webfont.woff") format("woff"), url("../../includes/fonts/fontawesome-webfont.woff2") format("woff2"), url("../../includes/fonts/fontawesome-webfont.ttf") format("truetype"), url("../../includes/fonts/fontawesome-webfont.svg#fontawesome-webfont") format("svg");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Blue */
/* Dark Grey */
/* Dark Blue */
/* Maroon */
/* 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 {
  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(34, 34, 34, 0.3);
  padding-top: 1em;
  margin-bottom: 2em;
  display: block;
  clear: both;
}

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

.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: 1em;
}

.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~~*/
.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 ~~*/
.padb0 {
  padding-bottom: 0 !important;
}

.padb1 {
  padding-bottom: 1em;
}

.padb2 {
  padding-bottom: 2em;
}

.padb3 {
  padding-bottom: 3em;
}

.padb4 {
  padding-bottom: 4em;
}

/*~~ MARGIN ~~*/
.no-mar, .nomar, .nomarg, .mar0 {
  margin: 0 !important;
}

.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: 1rem;
}

.marb2 {
  margin-bottom: 2rem;
}

.marb3 {
  margin-bottom: 3rem;
}

.marb4 {
  margin-bottom: 4rem;
}

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

/*.fade-seq,
.fade,
.fadeleft,
.faderight,
.fadeleft2,
.faderight2 {
	visibility: hidden;
}*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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: "MrEavesModOT-Book", serif;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #222222;
}
@media (max-width: 768px) {
  body {
    font-size: 22px;
  }
}

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

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

#container {
  /* overflow: hidden; */
}

.showverflow #container,
.showverflow #content {
  overflow: visible;
}
.showverflow .text-section.intro-section {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MrEavesModOT-Book", serif;
  font-weight: normal;
  /*line-height: 1em;*/
  margin-bottom: 1.5rem;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "MrEavesModOT-Bold", serif;
}
h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif {
  font-family: "MrsEavesOT-Roman", serif;
}
h1.section-title,
h2.section-title,
h3.section-title,
h4.section-title,
h5.section-title,
h6.section-title {
  text-align: center;
  font-size: 35px;
  font-family: "MrEavesModOT-Reg", serif;
  background-color: #1075a9;
  color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 2rem;
}
h1.section-title2,
h2.section-title2,
h3.section-title2,
h4.section-title2,
h5.section-title2,
h6.section-title2 {
  text-align: center;
  font-size: 35px;
  font-family: "MrsEavesOT-Roman", serif;
  background-color: #565656;
  color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 2rem;
}
h1.section-title2.bgprimary,
h2.section-title2.bgprimary,
h3.section-title2.bgprimary,
h4.section-title2.bgprimary,
h5.section-title2.bgprimary,
h6.section-title2.bgprimary {
  background-color: #1075a9;
}
h1.section-title2.bgsecondary,
h2.section-title2.bgsecondary,
h3.section-title2.bgsecondary,
h4.section-title2.bgsecondary,
h5.section-title2.bgsecondary,
h6.section-title2.bgsecondary {
  background-color: #222222;
}
h1.section-title2.bgtertiary,
h2.section-title2.bgtertiary,
h3.section-title2.bgtertiary,
h4.section-title2.bgtertiary,
h5.section-title2.bgtertiary,
h6.section-title2.bgtertiary {
  background-color: #002d6a;
}
h1.section-title2.bgsurrogate,
h2.section-title2.bgsurrogate,
h3.section-title2.bgsurrogate,
h4.section-title2.bgsurrogate,
h5.section-title2.bgsurrogate,
h6.section-title2.bgsurrogate {
  background-color: #751C27;
}
h1.section-title2.bgfontmain,
h2.section-title2.bgfontmain,
h3.section-title2.bgfontmain,
h4.section-title2.bgfontmain,
h5.section-title2.bgfontmain,
h6.section-title2.bgfontmain {
  background-color: #F5F5F5;
}
h1.font-headline,
h2.font-headline,
h3.font-headline,
h4.font-headline,
h5.font-headline,
h6.font-headline {
  font-family: "MrsEavesOT-Roman", serif;
}

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

.blue-bold strong,
#content .blue-bold strong {
  font-family: "MrEavesModOT-Bold", serif;
  color: #1075a9;
}
.blue-bold ul li strong,
#content .blue-bold ul li strong {
  font-family: "MrEavesModOT-Bold", serif;
  color: #1075a9;
}
.blue-bold ul li::marker,
#content .blue-bold ul li::marker {
  color: #1075a9;
}
.blue-bold a:not(.button),
#content .blue-bold a:not(.button) {
  color: #1ca4ea;
  text-decoration: underline;
}
.blue-bold a:not(.button):hover,
#content .blue-bold a:not(.button):hover {
  color: #0c557a;
}

.black-bold strong,
#content .black-bold strong {
  font-family: "MrEavesModOT-Bold", serif;
  color: #222222;
}
.black-bold h3 strong,
#content .black-bold h3 strong {
  color: #1075a9;
}

p,
#content li {
  line-height: 1.2;
  margin: 0 0 30px 0;
}
p:last-child,
#content li:last-child {
  margin-bottom: 0;
}
p strong,
#content li strong {
  font-family: "MrEavesModOT-Bold", serif;
}

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

p.line-height-2 {
  line-height: 2;
}

a {
  text-decoration: none;
  color: #1075a9;
  -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:hover {
  color: #484848;
}

img {
  max-width: 100%;
  height: auto;
  color: #FFFFFF;
}

/* Fonts */
.font-main {
  font-family: "MrEavesModOT-Book", serif;
}

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

.font-main-light {
  font-family: "MrEavesModOT-Book", serif;
}

.font-main-italic {
  font-family: "MrEavesModOT-Book", serif;
}

.font-main-bold-italic {
  font-family: "MrEavesModOT-Reg", serif;
}

.font-headline {
  font-family: "MrEavesModOT-Reg", serif;
}

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

.font-headline-light {
  font-family: "MrEavesModOT-Book", serif;
}

.font-headline-serif {
  font-family: "MrsEavesOT-Roman", serif;
}

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

.bgprimary {
  background-color: #1075a9;
}

.bgprimary-light {
  background-color: #1495d8;
}

.bgprimary-dark {
  background-color: #1075a9;
}

.bgsecondary {
  background-color: #222222;
}

.bgsecondary-light {
  background-color: #3c3c3c;
}

.bgsecondary-dark {
  background-color: #090909;
}

.bgtertiary {
  background-color: #002d6a;
}

.bgtertiary-light {
  background-color: #00439d;
}

.bgtertiary-dark {
  background-color: #001737;
}

.bgsurrogate {
  background-color: #751C27;
}

.bgfifth {
  background-color: #F5F5F5;
}

.bggrey {
  background-color: #dadbdc;
}

.bgltgrey {
  background-color: #f1f2f2;
}

.bgdkgrey {
  background-color: #b1b1b1;
}

.bgfontmain {
  background-color: #222222;
}

.bgfixed {
  background-attachment: fixed;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  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: #751C27;
  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: #565656;
}

.tprimary {
  color: #1075a9;
}

#content .page-link a.tprimary {
  color: #1075a9;
}
#content .page-link a.tprimary:hover {
  color: #052435;
}

.tfont-main {
  color: #222222;
}

.tsecondary {
  color: #222222;
}

#content .page-link a.tsecondary {
  color: #222222;
}
#content .page-link a.tsecondary:hover {
  color: black;
}

.ttertiary {
  color: #002d6a;
}

#content .page-link a.ttertiary {
  color: #002d6a;
}
#content .page-link a.ttertiary:hover {
  color: black;
}

.tsurrogate {
  color: #751C27;
}

#content .page-link a.tsurrogate {
  color: #751C27;
}
#content .page-link a.tsurrogate:hover {
  color: #0e0305;
}

.tfifth {
  color: #F5F5F5;
}

#content .page-link a.tfifth {
  color: #F5F5F5;
}
#content .page-link a.tfifth:hover {
  color: #b5b5b5;
}

#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: #1075a9;
  color: #FFFFFF;
}

::-moz-selection {
  background-color: #1075a9;
  color: #FFFFFF;
}

::-o-selection {
  background-color: #1075a9;
  color: #FFFFFF;
}

::-ms-selection {
  background-color: #1075a9;
  color: #FFFFFF;
}

::-webkit-selection {
  background-color: #1075a9;
  color: #FFFFFF;
}

.space2 {
  letter-spacing: 2px;
}

.cleanlist {
  margin: 0 0 1em;
  padding: 0;
}

.cleanlist h2 {
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0.5em -15px;
  padding: 0;
}

.cleanlist li {
  font-size: 1.063em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

.cleanlist li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}

.cleanlist li ul li {
  font-size: 1.063em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

#uplink {
  display: none;
  position: fixed;
  right: 2em;
  bottom: 15em;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
}

#uplink:hover {
  background-color: #000;
}

.fadereveal {
  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;
}
.fadereveal.animation {
  opacity: 1;
}

.fadeleft {
  opacity: 0;
  transform: translateX(50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.fadeleft.animation {
  opacity: 1;
  transform: translateX(0);
}

.faderight {
  opacity: 0;
  transform: translateX(-50px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.faderight.animation {
  opacity: 1;
  transform: translateX(0);
}

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

#content a.button,
#footer-top a.button,
.blog #content a.button,
a.button,
.button,
button.button,
#directions input.button,
div form._form._inline-form ._button-wrapper button._submit {
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  line-height: normal !important;
  background-color: #1075a9;
  color: #FFFFFF !important;
  font-family: "MrEavesModOT-Reg", serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
}
#content a.button:hover,
#footer-top a.button:hover,
.blog #content a.button:hover,
a.button:hover,
.button:hover,
button.button:hover,
#directions input.button:hover,
div form._form._inline-form ._button-wrapper button._submit:hover {
  background-color: #0c557a;
}
#content a.button.bgprimary,
#footer-top a.button.bgprimary,
.blog #content a.button.bgprimary,
a.button.bgprimary,
.button.bgprimary,
button.button.bgprimary,
#directions input.button.bgprimary,
div form._form._inline-form ._button-wrapper button._submit.bgprimary {
  background-color: #1075a9;
}
#content a.button.bgprimary:hover,
#footer-top a.button.bgprimary:hover,
.blog #content a.button.bgprimary:hover,
a.button.bgprimary:hover,
.button.bgprimary:hover,
button.button.bgprimary:hover,
#directions input.button.bgprimary:hover,
div form._form._inline-form ._button-wrapper button._submit.bgprimary:hover {
  background-color: #0c557a;
}
#content a.button.bgprimary-dark,
#footer-top a.button.bgprimary-dark,
.blog #content a.button.bgprimary-dark,
a.button.bgprimary-dark,
.button.bgprimary-dark,
button.button.bgprimary-dark,
#directions input.button.bgprimary-dark,
div form._form._inline-form ._button-wrapper button._submit.bgprimary-dark {
  background-color: #1075a9;
}
#content a.button.bgprimary-dark:hover,
#footer-top a.button.bgprimary-dark:hover,
.blog #content a.button.bgprimary-dark:hover,
a.button.bgprimary-dark:hover,
.button.bgprimary-dark:hover,
button.button.bgprimary-dark:hover,
#directions input.button.bgprimary-dark:hover,
div form._form._inline-form ._button-wrapper button._submit.bgprimary-dark:hover {
  background-color: #0c557a;
}
#content a.button.bgsecondary,
#footer-top a.button.bgsecondary,
.blog #content a.button.bgsecondary,
a.button.bgsecondary,
.button.bgsecondary,
button.button.bgsecondary,
#directions input.button.bgsecondary,
div form._form._inline-form ._button-wrapper button._submit.bgsecondary {
  background-color: #222222;
}
#content a.button.bgsecondary:hover,
#footer-top a.button.bgsecondary:hover,
.blog #content a.button.bgsecondary:hover,
a.button.bgsecondary:hover,
.button.bgsecondary:hover,
button.button.bgsecondary:hover,
#directions input.button.bgsecondary:hover,
div form._form._inline-form ._button-wrapper button._submit.bgsecondary:hover {
  background-color: #090909;
}
#content a.button.bgsecondary-dark,
#footer-top a.button.bgsecondary-dark,
.blog #content a.button.bgsecondary-dark,
a.button.bgsecondary-dark,
.button.bgsecondary-dark,
button.button.bgsecondary-dark,
#directions input.button.bgsecondary-dark,
div form._form._inline-form ._button-wrapper button._submit.bgsecondary-dark {
  background-color: #090909;
}
#content a.button.bgsecondary-dark:hover,
#footer-top a.button.bgsecondary-dark:hover,
.blog #content a.button.bgsecondary-dark:hover,
a.button.bgsecondary-dark:hover,
.button.bgsecondary-dark:hover,
button.button.bgsecondary-dark:hover,
#directions input.button.bgsecondary-dark:hover,
div form._form._inline-form ._button-wrapper button._submit.bgsecondary-dark:hover {
  background-color: black;
}
#content a.button.bgtertiary,
#footer-top a.button.bgtertiary,
.blog #content a.button.bgtertiary,
a.button.bgtertiary,
.button.bgtertiary,
button.button.bgtertiary,
#directions input.button.bgtertiary,
div form._form._inline-form ._button-wrapper button._submit.bgtertiary {
  background-color: #002d6a;
}
#content a.button.bgtertiary:hover,
#footer-top a.button.bgtertiary:hover,
.blog #content a.button.bgtertiary:hover,
a.button.bgtertiary:hover,
.button.bgtertiary:hover,
button.button.bgtertiary:hover,
#directions input.button.bgtertiary:hover,
div form._form._inline-form ._button-wrapper button._submit.bgtertiary:hover {
  background-color: #001737;
}
#content a.button.bgtertiary-dark,
#footer-top a.button.bgtertiary-dark,
.blog #content a.button.bgtertiary-dark,
a.button.bgtertiary-dark,
.button.bgtertiary-dark,
button.button.bgtertiary-dark,
#directions input.button.bgtertiary-dark,
div form._form._inline-form ._button-wrapper button._submit.bgtertiary-dark {
  background-color: #001737;
}
#content a.button.bgtertiary-dark:hover,
#footer-top a.button.bgtertiary-dark:hover,
.blog #content a.button.bgtertiary-dark:hover,
a.button.bgtertiary-dark:hover,
.button.bgtertiary-dark:hover,
button.button.bgtertiary-dark:hover,
#directions input.button.bgtertiary-dark:hover,
div form._form._inline-form ._button-wrapper button._submit.bgtertiary-dark:hover {
  background-color: #000204;
}
#content a.button.bgsurrogate,
#footer-top a.button.bgsurrogate,
.blog #content a.button.bgsurrogate,
a.button.bgsurrogate,
.button.bgsurrogate,
button.button.bgsurrogate,
#directions input.button.bgsurrogate,
div form._form._inline-form ._button-wrapper button._submit.bgsurrogate {
  background-color: #751C27;
}
#content a.button.bgsurrogate:hover,
#footer-top a.button.bgsurrogate:hover,
.blog #content a.button.bgsurrogate:hover,
a.button.bgsurrogate:hover,
.button.bgsurrogate:hover,
button.button.bgsurrogate:hover,
#directions input.button.bgsurrogate:hover,
div form._form._inline-form ._button-wrapper button._submit.bgsurrogate:hover {
  background-color: #4c1219;
}
#content a.button.bgfifth,
#footer-top a.button.bgfifth,
.blog #content a.button.bgfifth,
a.button.bgfifth,
.button.bgfifth,
button.button.bgfifth,
#directions input.button.bgfifth,
div form._form._inline-form ._button-wrapper button._submit.bgfifth {
  background-color: #F5F5F5;
}
#content a.button.bgfifth:hover,
#footer-top a.button.bgfifth:hover,
.blog #content a.button.bgfifth:hover,
a.button.bgfifth:hover,
.button.bgfifth:hover,
button.button.bgfifth:hover,
#directions input.button.bgfifth:hover,
div form._form._inline-form ._button-wrapper button._submit.bgfifth:hover {
  background-color: gainsboro;
}
#content a.button.bgwhite,
#footer-top a.button.bgwhite,
.blog #content a.button.bgwhite,
a.button.bgwhite,
.button.bgwhite,
button.button.bgwhite,
#directions input.button.bgwhite,
div form._form._inline-form ._button-wrapper button._submit.bgwhite {
  background-color: #FFFFFF;
  color: #002d6a !important;
}
#content a.button.bgwhite:hover,
#footer-top a.button.bgwhite:hover,
.blog #content a.button.bgwhite:hover,
a.button.bgwhite:hover,
.button.bgwhite:hover,
button.button.bgwhite:hover,
#directions input.button.bgwhite:hover,
div form._form._inline-form ._button-wrapper button._submit.bgwhite:hover {
  background-color: #e6e6e6;
}
@media (max-width: 845px) {
  #content a.button.submit-btn,
  #footer-top a.button.submit-btn,
  .blog #content a.button.submit-btn,
  a.button.submit-btn,
  .button.submit-btn,
  button.button.submit-btn,
  #directions input.button.submit-btn,
  div form._form._inline-form ._button-wrapper button._submit.submit-btn {
    display: block;
    margin: 1em auto 0;
    width: 100%;
    max-width: 350px;
  }
}
#content a.button:hover,
#footer-top a.button:hover,
.blog #content a.button:hover,
a.button:hover,
.button:hover,
button.button:hover,
#directions input.button:hover,
div form._form._inline-form ._button-wrapper button._submit:hover {
  color: #FFFFFF;
  cursor: pointer;
}
#content a.button.inverse,
#footer-top a.button.inverse,
.blog #content a.button.inverse,
a.button.inverse,
.button.inverse,
button.button.inverse,
#directions input.button.inverse,
div form._form._inline-form ._button-wrapper button._submit.inverse {
  background-color: #FFFFFF;
  color: #1075a9 !important;
}
#content a.button.inverse:hover,
#footer-top a.button.inverse:hover,
.blog #content a.button.inverse:hover,
a.button.inverse:hover,
.button.inverse:hover,
button.button.inverse:hover,
#directions input.button.inverse:hover,
div form._form._inline-form ._button-wrapper button._submit.inverse:hover {
  color: #1075a9 !important;
  background-color: #c7c8ca;
  cursor: pointer;
}
#content a.button.inverse.arrow:after,
#footer-top a.button.inverse.arrow:after,
.blog #content a.button.inverse.arrow:after,
a.button.inverse.arrow:after,
.button.inverse.arrow:after,
button.button.inverse.arrow:after,
#directions input.button.inverse.arrow:after,
div form._form._inline-form ._button-wrapper button._submit.inverse.arrow:after {
  content: url(../../images/global/btn-right-arrow-dark.svg);
}
#content a.button.grey-btn,
#footer-top a.button.grey-btn,
.blog #content a.button.grey-btn,
a.button.grey-btn,
.button.grey-btn,
button.button.grey-btn,
#directions input.button.grey-btn,
div form._form._inline-form ._button-wrapper button._submit.grey-btn {
  background-color: #c7c8ca;
  color: #222222 !important;
}
#content a.button.grey-btn:hover,
#footer-top a.button.grey-btn:hover,
.blog #content a.button.grey-btn:hover,
a.button.grey-btn:hover,
.button.grey-btn:hover,
button.button.grey-btn:hover,
#directions input.button.grey-btn:hover,
div form._form._inline-form ._button-wrapper button._submit.grey-btn:hover {
  color: #222222 !important;
  background-color: #FFFFFF;
}
#content a.button.grey-btn.arrow:after,
#footer-top a.button.grey-btn.arrow:after,
.blog #content a.button.grey-btn.arrow:after,
a.button.grey-btn.arrow:after,
.button.grey-btn.arrow:after,
button.button.grey-btn.arrow:after,
#directions input.button.grey-btn.arrow:after,
div form._form._inline-form ._button-wrapper button._submit.grey-btn.arrow:after {
  content: url(../../images/global/btn-right-arrow-dark.svg);
}
#content a.button.arrow:after,
#footer-top a.button.arrow:after,
.blog #content a.button.arrow:after,
a.button.arrow:after,
.button.arrow:after,
button.button.arrow:after,
#directions input.button.arrow:after,
div form._form._inline-form ._button-wrapper button._submit.arrow:after {
  content: url(../../images/global/btn-right-arrow.svg);
  /*display: inline;
  vertical-align: middle;
  padding: 0 5px 8px 5px;*/
  padding: 0 12px 0 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#content a.button.arrow:hover:after,
#footer-top a.button.arrow:hover:after,
.blog #content a.button.arrow:hover:after,
a.button.arrow:hover:after,
.button.arrow:hover:after,
button.button.arrow:hover:after,
#directions input.button.arrow:hover:after,
div form._form._inline-form ._button-wrapper button._submit.arrow:hover:after {
  padding: 0 5px 0 15px;
}
#content a.button.arrow-before,
#footer-top a.button.arrow-before,
.blog #content a.button.arrow-before,
a.button.arrow-before,
.button.arrow-before,
button.button.arrow-before,
#directions input.button.arrow-before,
div form._form._inline-form ._button-wrapper button._submit.arrow-before {
  padding: 0.5rem 1.75rem 0.5rem 2.25rem;
}
#content a.button.arrow-before:before,
#footer-top a.button.arrow-before:before,
.blog #content a.button.arrow-before:before,
a.button.arrow-before:before,
.button.arrow-before:before,
button.button.arrow-before:before,
#directions input.button.arrow-before:before,
div form._form._inline-form ._button-wrapper button._submit.arrow-before:before {
  content: "<";
  /*display: inline;
  vertical-align: middle;
  padding: 0 5px 8px 5px;*/
  padding: 0 8px 0 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 48%;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 25px;
}
#content a.button.arrow-before:hover:before,
#footer-top a.button.arrow-before:hover:before,
.blog #content a.button.arrow-before:hover:before,
a.button.arrow-before:hover:before,
.button.arrow-before:hover:before,
button.button.arrow-before:hover:before,
#directions input.button.arrow-before:hover:before,
div form._form._inline-form ._button-wrapper button._submit.arrow-before:hover:before {
  padding: 0 13px 0 7px;
}
#content a.button.arrow:not(.home-icon),
#footer-top a.button.arrow:not(.home-icon),
.blog #content a.button.arrow:not(.home-icon),
a.button.arrow:not(.home-icon),
.button.arrow:not(.home-icon),
button.button.arrow:not(.home-icon),
#directions input.button.arrow:not(.home-icon),
div form._form._inline-form ._button-wrapper button._submit.arrow:not(.home-icon) {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}
#content a.button.active,
#footer-top a.button.active,
.blog #content a.button.active,
a.button.active,
.button.active,
button.button.active,
#directions input.button.active,
div form._form._inline-form ._button-wrapper button._submit.active {
  background-color: #222222;
}
#content a.button.iframe-button,
#footer-top a.button.iframe-button,
.blog #content a.button.iframe-button,
a.button.iframe-button,
.button.iframe-button,
button.button.iframe-button,
#directions input.button.iframe-button,
div form._form._inline-form ._button-wrapper button._submit.iframe-button {
  margin: 0 5px 10px;
}
#content a.button.community-deal-link,
#footer-top a.button.community-deal-link,
.blog #content a.button.community-deal-link,
a.button.community-deal-link,
.button.community-deal-link,
button.button.community-deal-link,
#directions input.button.community-deal-link,
div form._form._inline-form ._button-wrapper button._submit.community-deal-link {
  padding: 1rem 1.5rem;
}

#content .button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  #content .button-container {
    justify-content: center;
    align-items: center;
  }
}
#content .button-container.center-buttons {
  justify-content: center;
  align-items: center;
}
#content .button-container.right-buttons {
  justify-content: flex-end;
  align-items: center;
}
#content .button-container a.button {
  width: calc(33.3333333333% - 1rem);
  display: flex;
  min-height: 75px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
}
@media (max-width: 768px) {
  #content .button-container a.button {
    width: calc(50% - 1rem);
    min-height: 0;
  }
}
@media (max-width: 640px) {
  #content .button-container a.button {
    width: auto;
  }
}

#content .third-section .button-container a.button {
  width: auto;
  min-height: 0;
}

#disclaimer-content .button {
  margin-top: 10px;
}
@media (max-width: 640px) {
  #disclaimer-content .button {
    padding: 0.35rem 0.25rem 0.5rem 1rem;
  }
}

.top-line-buttons a.button {
  margin-bottom: 0;
}

#directions input.button {
  line-height: normal;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 115px;
  padding: 0.85em 2em 1em;
}
@media (max-width: 640px) {
  #directions input.button {
    max-width: 100%;
    display: block;
    margin: 1em auto 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.browsehappy {
  margin: 0.2em 0;
  background: #FFFFFF;
  color: #000000;
  padding: 0.2em 0;
}

header,
footer,
section {
  clear: both;
  width: 100%;
  position: relative;
}

.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-full {
  max-width: 100%;
}

.wrapper-medium {
  max-width: 1200px;
}

.wrapper-1000 {
  max-width: 1000px;
}

.wrapper-narrow {
  max-width: 800px;
}

.wrapper-600 {
  max-width: 600px;
}

/*******************
Skip to content (ADA)
*******************/
a.ada-skip-to-content {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  color: #fff;
  overflow: auto;
  padding: 10px 5px 5px;
  border-radius: 5px;
  text-align: center;
  font-family: "MrEavesModOT-Book", serif;
  font-size: 1.2em;
  background-color: #000000;
  overflow: hidden;
  z-index: -9999;
  text-decoration: none;
}
a.ada-skip-to-content:focus, a.ada-skip-to-content:active {
  left: 5px;
  top: 5px;
  width: 200px;
  height: auto;
  z-index: 9999;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.hide-link {
  display: none !important;
}

#headertop {
  position: relative;
  color: #FFFFFF;
  opacity: 1;
  max-height: 100px;
  min-height: 35px;
  -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: "MrEavesModOT-Reg", serif;
  overflow: visible;
  z-index: 1000;
  /* @include mq-lg {
    max-width: 100%;
  }
  @include mq-md-lg {
    text-align: center;
  }
  @include mq-lg {
    &.pad1 {
      padding: 10px;
    }
  }
  @include mq-sm {
    &.pad1 {
      padding: 10px 5px 0;
      min-height: 26px;
      &.gosmall {
        padding: 0 5px !important;
      	min-height: 0;
      }
    }
  } */
}
#headertop a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.5rem;
}
#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;
}
@media (max-width: 1248px) {
  #headertop {
    min-height: 0;
  }
}

/* Top Snipe */
#top-banner {
  padding: 0 1rem;
  color: #FFFFFF;
  font-family: "MrEavesModOT-Bold", serif;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
}
#top-banner.banner-open {
  padding: 1rem 1rem;
  opacity: 1;
  max-height: 1000px;
}
#top-banner a {
  color: #FFFFFF;
}
#top-banner .top-headlines {
  display: none;
  overflow: hidden;
  font-size: 1.25rem;
  width: 95% !important;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 845px) {
  #top-banner .top-headlines {
    font-size: 1rem;
  }
}
#top-banner .top-headlines p {
  line-height: normal;
  margin-bottom: 10px;
}
#top-banner .top-headlines p:last-child {
  margin-bottom: 0;
}
#top-banner .close-banner {
  position: absolute;
  right: 15px;
  top: 15px;
  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) {
  #top-banner .close-banner {
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
}
#top-banner .close-banner:hover {
  opacity: 0.6;
  cursor: pointer;
}
#top-banner .close-banner:before,
#top-banner .close-banner:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #FFFFFF;
}
@media (max-width: 640px) {
  #top-banner .close-banner:before,
  #top-banner .close-banner:after {
    height: 20px;
    left: 10px;
  }
}
#top-banner .close-banner:before {
  transform: rotate(45deg);
}
#top-banner .close-banner:after {
  transform: rotate(-45deg);
}
#top-banner img {
  max-width: 1000px;
  width: 100%;
  max-height: 600px;
}

.top-snipe-container {
  text-align: right;
  display: block;
  position: relative;
  /*font-weight: 700;*/
  left: 0;
  max-height: 500px;
  min-height: 50px;
  -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: 1248px) {
  .top-snipe-container {
    font-size: 0.9rem;
    width: 100%;
    padding: 0;
    text-align: right;
    max-height: 55px;
  }
}
@media (max-width: 845px) {
  .top-snipe-container {
    position: relative;
    line-height: normal;
  }
}
.top-snipe-container ul#header-social {
  /* padding: .7rem 0 .9rem; */
  padding-left: 1rem;
}
.top-snipe-container ul#header-social li.menu-item {
  margin: 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;
  transition-delay: 0s;
}
.top-snipe-container ul#header-social li.menu-item a {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}
.top-snipe-container ul#header-social li.menu-item a img {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.top-snipe-container ul#header-social li.menu-item.menu-portal a {
  margin: 0;
  padding: 1rem;
  background-color: #751C27;
}
.top-snipe-container ul#header-social li.menu-item.menu-portal a:hover {
  background-color: #4c1219;
}
@media (max-width: 1248px) {
  .top-snipe-container {
    min-height: 0;
  }
}

@media (max-width: 1248px) {
  .gosmall .top-snipe-container {
    max-height: 0;
    overflow: hidden;
  }
}

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.brochure,
ul#header-social-mobile li a.brochure {
  color: #222222;
  text-transform: uppercase;
  /*font-weight: 700;*/
  padding: 0 10px;
}
ul#header-social li a.brochure:hover,
ul#header-social-mobile li a.brochure:hover {
  color: black;
}
header ul#header-social {
  font-family: "MrEavesModOT-Reg", serif;
  position: relative;
  vertical-align: middle;
  text-align: center;
  /*width: 30%;*/
}
@media (max-width: 1248px) {
  header ul#header-social {
    display: none;
  }
}
header ul#header-social li {
  max-height: 300px;
  overflow: hidden;
  opacity: 1;
}
header ul#header-social li a.social {
  color: #222222;
  margin: 0 4px;
  font-size: 1rem;
}
header ul#header-social li a.social:hover {
  color: #1075a9;
}
header ul#header-social li a.social.ttertiary {
  color: #002d6a;
}
header ul#header-social li a.social.ttertiary:hover {
  color: #1075a9;
}
header ul#header-social li a.social .fa {
  color: #1075a9;
  font-size: 1.2rem;
}
header ul#header-social li a.social .fa:hover {
  color: #222222;
}
header ul#header-social a.phone {
  margin-right: 10px;
  color: #222222;
}
header ul#header-social a.phone:hover {
  color: #1075a9;
}

#header-social-wrap {
  /*display: inline-block;*/
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@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;
  }
}

#brochure {
  padding: 10px 0 0;
  font-size: 1rem;
  margin-bottom: -7px;
}

h1#page-headline,
h2#page-headline {
  font-size: 0.85rem;
  width: 50%;
  float: left;
}

@media (max-width: 768px) {
  h1#page-headline,
  h2#page-headline,
  #topsnipe,
  #topsnipe h2.tright {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  h1#page-headline,
  h2#page-headline,
  #topsnipe,
  #topsnipe h2.tright {
    font-size: 3.5vw;
  }
}

#topsnipe h2 {
  /*font-size: .85rem;*/
  font-size: 1rem;
  width: 100%;
  display: none;
}

#topsnipe h2 a {
  color: #FFFFFF;
  display: block;
}
#topsnipe h2 a:hover {
  color: #FFFFFF;
}

#topsnipe h2 a:hover {
  color: #FFFFFF;
}

/* */
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);
  -webkit-font-smoothing: antialiased; /* seems to do the same in Safari */
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 998;
}

#logo-link {
  position: absolute;
  left: 3rem;
  -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: 1248px) {
  #logo-link {
    left: 0.5rem;
    top: 0;
  }
}
@media (max-width: 640px) {
  #logo-link {
    left: 0;
  }
}
#logo-link.is-active {
  z-index: 1000;
}
@media (max-width: 1248px) {
  #logo-link.is-active #header-logo,
  #logo-link.is-active #header-logocompact {
    transition-delay: 0.3s;
    background-color: transparent;
  }
  #logo-link.is-active #header-logo img,
  #logo-link.is-active #header-logocompact img {
    transition-delay: 0.5s;
    filter: brightness(0) invert(1);
  }
}

#header-logo {
  position: absolute;
  padding: 1rem;
  background-color: #FFFFFF;
  overflow: hidden;
  top: 0;
  max-height: 190px;
  width: 375px;
  -webkit-transition: opacity 0.5s, top 0.5s, max-height 0s, background-color 0.3s;
  -moz-transition: opacity 0.5s, top 0.5s, max-height 0s, background-color 0.3s;
  -ms-transition: opacity 0.5s, top 0.5s, max-height 0s, background-color 0.3s;
  -o-transition: opacity 0.5s, top 0.5s, max-height 0s, background-color 0.3s;
  transition: opacity 0.5s, top 0.5s, max-height 0s, background-color 0.3s;
  transition-delay: 0s;
}
#header-logo img {
  width: 100%;
  height: auto;
  /* height: 150px;
  width: auto;
  @include mq-xlg {
    height: 100px;
  }
  @include mq-sm {
    height: 90px;
  } */
}
@media (max-width: 1248px) {
  #header-logo {
    width: 275px;
  }
}
@media (max-width: 640px) {
  #header-logo {
    width: 180px;
  }
}

#header-logocompact {
  opacity: 0;
  max-height: 0;
  padding: 0 1rem;
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 0s;
  overflow: hidden;
  width: 100px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
#header-logocompact img {
  height: 40px;
}

.gosmall {
  /* #logo-link {
    @include mq-xlg {
      left: 1rem;
      top: 1rem;
    }
  } */
}
.gosmall #header-logo {
  top: -100px;
  opacity: 0;
  transition-delay: 0s;
  max-height: 0;
  z-index: -99;
  -webkit-transition: opacity 0.5s, top 0.5s, max-height 3s;
  -moz-transition: opacity 0.5s, top 0.5s, max-height 3s;
  -ms-transition: opacity 0.5s, top 0.5s, max-height 3s;
  -o-transition: opacity 0.5s, top 0.5s, max-height 3s;
  transition: opacity 0.5s, top 0.5s, max-height 3s;
}
.gosmall #header-logocompact {
  max-height: 190px;
  opacity: 1;
  padding: 1rem;
  -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.3s;
}
@media (max-width: 1248px) {
  .gosmall #header-logocompact {
    margin-top: -7px;
  }
}

/* Main Navigation */
#top-nav-wrap {
  background-color: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#main-nav {
  padding: 0 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;
  font-size: 1em;
  font-family: "MrEavesModOT-Book", serif;
  position: relative;
  z-index: 999;
  text-align: right;
}
#main-nav ul.nav-container {
  display: inline-block;
  vertical-align: middle;
  /* li.menu-item-has-children {

  } */
}
#main-nav ul.nav-container > li {
  display: inline-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;
  vertical-align: top;
}
#main-nav ul.nav-container > li:before {
  content: "";
  position: absolute;
  width: 1px;
  left: -2px;
  top: 10px;
  bottom: 10px;
  background-color: #222222;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li:before {
    display: none;
  }
}
#main-nav ul.nav-container > li:first-child:before {
  display: none;
}
#main-nav ul.nav-container > li.noborder:before {
  display: none;
}
#main-nav ul.nav-container > li:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  bottom: 0;
  background-color: #1075a9;
  visibility: hidden;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li:after {
    display: none;
  }
}
#main-nav ul.nav-container > li:hover:after {
  visibility: visible;
  transform: rotate3d(0, 1, 0, 0deg);
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li:hover:after {
    display: none;
  }
}
#main-nav ul.nav-container > li.fademe {
  opacity: 0.6;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li {
    display: block;
    opacity: 0;
    margin-left: 25px;
  }
  #main-nav ul.nav-container > li.showme {
    margin-left: 0;
    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;
    transition-delay: 0.3s;
  }
}
#main-nav ul.nav-container > li a {
  display: block;
  padding: 0 1.25rem;
  color: #222222;
  text-align: center;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li a {
    color: #FFFFFF;
  }
  #main-nav ul.nav-container > li a.social {
    display: inline-block;
  }
}
#main-nav ul.nav-container > li.bold-nav a {
  font-family: "MrEavesModOT-Bold", serif;
  color: #751C27;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li.bold-nav a {
    color: #FFFFFF;
  }
}
#main-nav ul.nav-container > li.tsecondary a {
  color: #222222;
}
#main-nav ul.nav-container > li.secondary-color a {
  color: #FFFFFF;
  padding: 0.5rem;
  background-color: #222222;
  margin-bottom: -0.5rem;
}
#main-nav ul.nav-container > li.secondary-color a:hover {
  background-color: #090909;
}
#main-nav ul.nav-container > li.no-border a {
  border: none;
}
#main-nav ul.nav-container > li:last-child a {
  border: none;
}
#main-nav ul.nav-container > li.mobile-only {
  display: none;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li.mobile-only {
    display: block;
  }
}
#main-nav ul.nav-container > li {
  position: relative;
}
#main-nav ul.nav-container > li > a {
  line-height: 35px;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li > a {
    font-family: "MrEavesModOT-Bold", serif;
    line-height: normal;
    padding: 0.75rem 0.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  #main-nav ul.nav-container > li > a {
    font-family: "MrEavesModOT-Bold", serif;
    line-height: normal;
    padding: 0.25rem;
    font-size: 1.75rem;
  }
}
#main-nav ul.nav-container > li.two-lines {
  height: 70px;
  padding-top: 16px;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li.two-lines {
    height: auto;
    padding: 0;
  }
}
#main-nav ul.nav-container > li.two-lines a {
  line-height: normal;
}
#main-nav ul.nav-container > li.two-lines a span {
  display: block;
  text-transform: uppercase;
  font-family: "MrEavesModOT-Bold", serif;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li.two-lines a {
    padding: 0.75rem 0.5rem;
  }
}
#main-nav ul.nav-container.desktop-menu > li > .current-page-ancestor > a, #main-nav ul.nav-container.mobile-menu .current-page-ancestor a,
#main-nav ul.nav-container > li.current-menu-parent > a,
#main-nav ul.nav-container > li.current-menu-item > a {
  color: #1075a9;
  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;
  	}
  }*/
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container.desktop-menu > li > .current-page-ancestor > a, #main-nav ul.nav-container.mobile-menu .current-page-ancestor a,
  #main-nav ul.nav-container > li.current-menu-parent > a,
  #main-nav ul.nav-container > li.current-menu-item > a {
    color: #90d3f5;
  }
}
#main-nav ul.nav-container > li.secondary-color.current-menu-item > a {
  color: #FFFFFF;
}
#main-nav ul.nav-container li.current_page_parent li.current_page_item a {
  color: #1075a9;
}
#main-nav ul.nav-container > li.current-menu-parent.bold-nav > a,
#main-nav ul.nav-container > li.current-menu-item.bold-nav > a {
  color: #751C27;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container > li.current-menu-parent.bold-nav > a,
  #main-nav ul.nav-container > li.current-menu-item.bold-nav > a {
    color: #90d3f5;
  }
}
#main-nav ul.nav-container .sub-menu-wrap {
  position: absolute;
  max-width: 400px;
  min-width: 220px;
  text-align: left;
  background-color: #222222;
  opacity: 0;
  max-height: 0;
  padding: 0 5px 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#main-nav ul.nav-container .sub-menu-wrap li {
  position: relative;
  display: block;
  padding: 0;
}
#main-nav ul.nav-container .sub-menu-wrap li a {
  padding: 0.5rem 0.25rem;
  color: #FFFFFF;
  background-color: #2a2a2a;
  text-align: left;
}
#main-nav ul.nav-container .sub-menu-wrap li a:hover {
  background-color: #444444;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container .sub-menu-wrap {
    position: relative;
    max-width: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    transition-delay: 0s;
  }
  #main-nav ul.nav-container .sub-menu-wrap li a {
    text-align: center;
    font-family: "MrEavesModOT-Bold", serif;
  }
}
#main-nav ul.nav-container li:last-of-type .sub-menu-wrap {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1248px) {
  #main-nav ul.nav-container li:hover {
    z-index: 4;
  }
  #main-nav ul.nav-container li:hover .sub-menu-wrap {
    opacity: 1;
    max-height: 1000px;
    padding: 0 5px 5px;
  }
}
#main-nav ul.nav-container li.menu-item-has-children.mobile-click {
  z-index: 4;
}
#main-nav ul.nav-container li.menu-item-has-children.mobile-click .sub-menu-wrap {
  opacity: 1;
  max-height: 1000px;
  z-index: 5;
  -webkit-transition: all, 1s;
  -moz-transition: all, 1s;
  -ms-transition: all, 1s;
  -o-transition: all, 1s;
  transition: all, 1s;
  transition-delay: 0.2s;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container {
    display: block;
    width: 100%;
  }
  #main-nav ul.nav-container br {
    display: none;
  }
}
@media (max-width: 1600px) {
  #main-nav {
    /*margin: 0;
    width: 100%;*/
  }
}
@media (max-width: 1024px) {
  #main-nav {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 1rem;
  }
}
@media (max-width: 640px) {
  #main-nav {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  #main-nav.wrapper {
    width: 100%;
  }
}
@media (max-width: 1248px) {
  #main-nav {
    height: 60px;
  }
}
#main-nav ul.nav-container.mobile-nav-social {
  display: none;
}
@media (max-width: 1248px) {
  #main-nav ul.nav-container.mobile-nav-social {
    display: block;
    width: 100%;
  }
}
#main-nav ul.nav-container.mobile-nav-social img {
  max-width: 20px;
  max-height: 22px;
}

#menu-container {
  display: inline-block;
  width: calc(100% - 370px);
  padding-right: 20px;
}
@media (max-width: 1024px) {
  #menu-container {
    width: calc(100% - 300px);
  }
}
@media (max-width: 640px) {
  #menu-container {
    width: calc(100% - 240px);
  }
}

.gosmall #main-nav ul.nav-container > li > a {
  line-height: 35px;
}

/* HAMBURGER MENU */
#open-menu {
  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.9rem;
  z-index: 999;
  display: none;
}
@media (max-width: 1248px) {
  #open-menu {
    display: block;
  }
}

.hamburger {
  padding: 11px 0 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #1075a9;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/* HAMBURGER MENU END */
.hidden {
  display: none;
}

.border-menu {
  position: relative;
  padding-left: 10px;
}

#top-nav {
  display: inline-block;
  width: calc(100% - 405px);
  padding: 1rem 0;
  vertical-align: top;
  text-align: center;
  -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: 1248px) {
  #top-nav {
    width: 100%;
    overflow-x: hidden;
  }
}
#top-nav #top-nav-cont {
  -webkit-transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out, max-width 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out, max-width 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out, max-width 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out, max-width 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out, max-width 0.5s ease-in-out;
}
@media (max-width: 1248px) {
  #top-nav #top-nav-cont {
    position: fixed;
    width: 100vw;
    height: 100vh;
    max-width: 0;
    text-align: center;
    top: 0;
    background-color: rgba(16, 117, 169, 0.95);
    z-index: 999;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    left: 100vw;
    overflow-x: hidden;
    flex-direction: column;
  }
  #top-nav #top-nav-cont.menu-open {
    max-width: 100%;
    opacity: 1;
    left: 0;
    padding-top: 50px;
  }
  #top-nav #top-nav-cont .nav-container {
    padding: 0 10px;
    width: 100%;
  }
}

.gosmall #top-nav {
  padding: 0.25rem 0;
}

a#top-right-promo {
  background: #222222;
  color: #FFFFFF;
  border: 1px solid #222222;
  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 {
  background: #FFFFFF;
  color: #222222;
}
@media (max-width: 1248px) {
  a#top-right-promo {
    font-size: 0.8em;
  }
  a#top-right-promo span {
    display: none;
  }
}
a #question {
  position: absolute;
  right: 0;
  top: calc(100% + 125px);
  background-color: #751C27;
  opacity: 0;
  transition-delay: 0s;
  padding: 8px;
  text-transform: capitalize;
  z-index: 9999;
}
a #question .question-img {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  -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 #question .question-text {
  padding: 0 0.5rem 0 1rem;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  line-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;
  font-family: "MrsEavesOT-Roman", serif;
  color: #FFFFFF;
  -webkit-transition: padding 0.3s, max-height 0.3s, opacity 0.3s;
  -moz-transition: padding 0.3s, max-height 0.3s, opacity 0.3s;
  -ms-transition: padding 0.3s, max-height 0.3s, opacity 0.3s;
  -o-transition: padding 0.3s, max-height 0.3s, opacity 0.3s;
  transition: padding 0.3s, max-height 0.3s, opacity 0.3s;
}
a #question .question-text span.ask {
  display: block;
  font-family: "MrEavesModOT-Bold", serif;
  color: #222222;
  text-transform: uppercase;
  font-size: 16px;
}
a #question.fadebig {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transition-delay: 0.3s;
}
@media (max-width: 1248px) {
  a #question {
    display: inline-block;
    position: relative;
    border-bottom: none;
    background-color: transparent;
    margin-right: 0;
  }
  a #question .question-img {
    width: 35px;
  }
  a #question .question-text {
    width: auto;
    font-size: 20px;
    padding: 0 0.5rem;
    margin-right: 5px;
    -webkit-transition: padding 0s;
    -moz-transition: padding 0s;
    -ms-transition: padding 0s;
    -o-transition: padding 0s;
    transition: padding 0s;
  }
  a #question .question-text br {
    display: none;
  }
  a #question .question-text span.noshow {
    display: none;
  }
  a #question .question-text span.ask {
    display: inline-block;
  }
}

a:hover #question .question-text {
  padding: 0 1rem 0 1rem;
}
@media (max-width: 1248px) {
  a:hover #question .question-text {
    padding: 0 0.5rem;
  }
}

.gosmall a #question {
  display: inline-block;
  position: relative;
  border-bottom: none;
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gosmall a #question .question-img {
  width: 35px;
}
.gosmall a #question .question-img img {
  display: block;
}
.gosmall a #question .question-text {
  width: auto;
  font-size: 18px;
  padding: 0 0.5rem;
  margin-right: 5px;
  -webkit-transition: padding 0s;
  -moz-transition: padding 0s;
  -ms-transition: padding 0s;
  -o-transition: padding 0s;
  transition: padding 0s;
}
.gosmall a #question .question-text span.noshow {
  display: none;
}
.gosmall a #question .question-text span.ask {
  display: inline-block;
  font-size: 14px;
}
.gosmall a #question.fadesmall {
  opacity: 1;
  /* @include transition(opacity 0.3s);
  transition-delay: .3s; */
}
@media (max-width: 1248px) {
  .gosmall a #question.fadesmall {
    max-height: 0;
    padding: 0 8px;
    overflow: hidden;
  }
}

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

#slider {
  /*max-height: 800px;*/
  overflow: hidden;
  position: relative;
  z-index: 0;
  /*padding-bottom: 40%;*/
}

#slider div.slide {
  position: absolute;
}
#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;
}

#slider.top-push,
.top-push {
  /* padding-top: 107px; */
  z-index: 3;
  /* @include mq-xlg {
    padding-top: 60px;
  } */
}

.slide {
  width: 100%;
  background-position: center center;
  background-size: cover;
  max-height: 100%;
}
@media (max-width: 768px) {
  .slide {
    height: 70vw;
    /* min-height: 325px; */
  }
}

#slider,
.slide {
  max-height: 750px;
  height: 55vh;
}
@media (max-width: 768px) {
  #slider,
  .slide {
    height: 70vw;
    /* min-height: 400px; */
  }
}

.slide img {
  top: -100px !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  height: calc(100% + 100px);
}

.slide-interior #slider,
.slide-interior .slide {
  max-height: 320px;
  height: 50vw;
}
@media (max-width: 768px) {
  .slide-interior #slider,
  .slide-interior .slide {
    max-height: 260px;
  }
}

#slider.top-push .slide {
  opacity: 0;
}

.slide-content,
.bg-image-title {
  padding: 1rem 2rem;
  z-index: 105 !important;
  opacity: 0;
  transition-delay: 0.5s;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  transform: translateY(20px);
}
.slide-content.animation,
.bg-image-title.animation {
  opacity: 1;
  transform: translateY(0);
}
.slide-content h1.headline,
.slide-content h2.headline,
.slide-content h3.headline,
.slide-content h1.subheadline,
.slide-content h2.subheadline,
.slide-content h3.subheadline,
.bg-image-title h1.headline,
.bg-image-title h2.headline,
.bg-image-title h3.headline,
.bg-image-title h1.subheadline,
.bg-image-title h2.subheadline,
.bg-image-title h3.subheadline {
  font-family: "MrEavesModOT-Reg", serif;
  font-size: 90px;
  display: inline-block;
  margin-bottom: 0;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 1px 2px, rgba(0, 0, 0, 0.4) 0px 2px 10px;
  /*@include mq-sm {
    font-size: calc(2rem + 3vw);
  } */
}
@media (max-width: 1248px) {
  .slide-content h1.headline,
  .slide-content h2.headline,
  .slide-content h3.headline,
  .slide-content h1.subheadline,
  .slide-content h2.subheadline,
  .slide-content h3.subheadline,
  .bg-image-title h1.headline,
  .bg-image-title h2.headline,
  .bg-image-title h3.headline,
  .bg-image-title h1.subheadline,
  .bg-image-title h2.subheadline,
  .bg-image-title h3.subheadline {
    font-size: 75px;
  }
}
@media (max-width: 1024px) {
  .slide-content h1.headline,
  .slide-content h2.headline,
  .slide-content h3.headline,
  .slide-content h1.subheadline,
  .slide-content h2.subheadline,
  .slide-content h3.subheadline,
  .bg-image-title h1.headline,
  .bg-image-title h2.headline,
  .bg-image-title h3.headline,
  .bg-image-title h1.subheadline,
  .bg-image-title h2.subheadline,
  .bg-image-title h3.subheadline {
    font-size: 7.5vw;
  }
}
.slide-content .headline,
.bg-image-title .headline {
  font-family: "MrEavesModOT-Book", serif;
  display: inline-block;
  vertical-align: middle;
}
.slide-content .headline span,
.bg-image-title .headline span {
  color: #FFFFFF;
}
.slide-content h1.headline,
.slide-content h2.headline,
.bg-image-title h1.headline,
.bg-image-title h2.headline {
  color: #FFFFFF;
}
.slide-content h1.headline.tprimary,
.slide-content h2.headline.tprimary,
.bg-image-title h1.headline.tprimary,
.bg-image-title h2.headline.tprimary {
  color: #1075a9;
}
.slide-content h1.headline.tsecondary,
.slide-content h2.headline.tsecondary,
.bg-image-title h1.headline.tsecondary,
.bg-image-title h2.headline.tsecondary {
  color: #222222;
}
.slide-content h1.headline.ttertiary,
.slide-content h2.headline.ttertiary,
.bg-image-title h1.headline.ttertiary,
.bg-image-title h2.headline.ttertiary {
  color: #002d6a;
}
.slide-content h1.headline.tsurrogate,
.slide-content h2.headline.tsurrogate,
.bg-image-title h1.headline.tsurrogate,
.bg-image-title h2.headline.tsurrogate {
  color: #751C27;
}
.slide-content h3.headline,
.bg-image-title h3.headline {
  color: #FFFFFF;
}
.slide-content h3.headline.tprimary,
.bg-image-title h3.headline.tprimary {
  color: #1075a9;
}
.slide-content h3.headline.tsecondary,
.bg-image-title h3.headline.tsecondary {
  color: #222222;
}
.slide-content h3.headline.ttertiary,
.bg-image-title h3.headline.ttertiary {
  color: #002d6a;
}
.slide-content h3.headline.tsurrogate,
.bg-image-title h3.headline.tsurrogate {
  color: #751C27;
}
.slide-content .subheadline,
.bg-image-title .subheadline {
  color: #FFFFFF;
  font-family: "MrEavesModOT-Bold", serif;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .slide-content,
  .bg-image-title {
    padding: 0.5rem 1rem;
    white-space: normal;
  }
}
.slide-content.slide-content-home h1, .slide-content.slide-content-home h2,
.bg-image-title.slide-content-home h1,
.bg-image-title.slide-content-home h2 {
  font-family: "MrsEavesOT-Roman", serif;
  position: relative;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.5);
  outline: 1px solid #FFFFFF;
  outline-offset: -40px;
  padding: 90px 120px;
}
@media (max-width: 1024px) {
  .slide-content.slide-content-home h1, .slide-content.slide-content-home h2,
  .bg-image-title.slide-content-home h1,
  .bg-image-title.slide-content-home h2 {
    outline-offset: -4vw;
    padding: 8vw 9vw;
  }
}

.bg-image-header,
.slide-content-holder {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 201 !important;
}

.slide-interior .slide-content-holder {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  top: auto;
  position: absolute;
  bottom: 1rem;
  left: 0;
}
.slide-interior .slide-content,
.slide-interior .bg-image-title {
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slide-interior .slide-content .subheadline,
.slide-interior .bg-image-title .subheadline {
  color: #FFFFFF;
  font-family: "MrEavesModOT-Bold", serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  /* opacity: 0; */
  transition-delay: 0.8s;
}
.slide-interior .slide-content .headline,
.slide-interior .bg-image-title .headline {
  font-family: "MrsEavesOT-Roman", serif;
}
.slide-interior .slide-content h1.headline,
.slide-interior .slide-content h2.headline,
.slide-interior .slide-content h3.headline,
.slide-interior .slide-content h1.subheadline,
.slide-interior .slide-content h2.subheadline,
.slide-interior .slide-content h3.subheadline,
.slide-interior .bg-image-title h1.headline,
.slide-interior .bg-image-title h2.headline,
.slide-interior .bg-image-title h3.headline,
.slide-interior .bg-image-title h1.subheadline,
.slide-interior .bg-image-title h2.subheadline,
.slide-interior .bg-image-title h3.subheadline {
  font-size: 70px;
}
@media (max-width: 768px) {
  .slide-interior .slide-content h1.headline,
  .slide-interior .slide-content h2.headline,
  .slide-interior .slide-content h3.headline,
  .slide-interior .slide-content h1.subheadline,
  .slide-interior .slide-content h2.subheadline,
  .slide-interior .slide-content h3.subheadline,
  .slide-interior .bg-image-title h1.headline,
  .slide-interior .bg-image-title h2.headline,
  .slide-interior .bg-image-title h3.headline,
  .slide-interior .bg-image-title h1.subheadline,
  .slide-interior .bg-image-title h2.subheadline,
  .slide-interior .bg-image-title h3.subheadline {
    font-size: 50px;
  }
}

.responsive-background-image {
  background-size: cover;
  background-position: center;
}
.responsive-background-image img.responsive-image-placement {
  display: none;
}

.bg-gradient {
  position: absolute;
  width: 100%;
  top: 65%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 200;
}

#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;
  overflow: hidden;
}
#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 2rem;
  border: 3px solid #003884;
  background-color: rgba(249, 249, 249, 0.98);
  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,
#hero-disclaimer #disclaimer-container #disclaimer-content h2.headline {
  color: #1075a9;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  #hero-disclaimer #disclaimer-container #disclaimer-content h2,
  #hero-disclaimer #disclaimer-container #disclaimer-content h2.headline {
    font-size: 1.8rem;
  }
}
#hero-disclaimer #disclaimer-container #disclaimer-content p {
  margin-bottom: 1rem;
}
#hero-disclaimer #disclaimer-container #disclaimer-content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #hero-disclaimer #disclaimer-container #disclaimer-content {
    padding: 2rem;
    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-content:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/09/nrr-dash-button-speech-bubble.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 2;
}
@media (max-width: 640px) {
  #hero-disclaimer #disclaimer-container #disclaimer-content:before {
    width: 100px;
    height: 100px;
    top: -25px;
    left: -25px;
  }
}
#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 .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;
  cursor: pointer;
}
#hero-disclaimer .close:before,
#hero-disclaimer .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #751C27;
}
@media (max-width: 640px) {
  #hero-disclaimer .close:before,
  #hero-disclaimer .close:after {
    height: 20px;
    left: 10px;
  }
}
#hero-disclaimer .close:before {
  transform: rotate(45deg);
}
#hero-disclaimer .close:after {
  transform: rotate(-45deg);
}

.arrow-down {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -45px;
  display: inline-block;
  z-index: 0;
  -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;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.arrow-down:hover {
  bottom: -40px;
}
@media (max-width: 768px) {
  .arrow-down {
    display: none;
  }
}
.arrow-down img {
  max-width: 40%;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 25%;
}
@media (max-width: 768px) {
  .arrow-down img {
    width: 30px;
  }
}

.top-border {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px solid #001737;
}
.top-border:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  SUBHERO NAV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sub-nav-wrapper {
  position: sticky;
  top: 137px;
  z-index: 11;
}

.subhero-nav {
  position: relative;
  z-index: 4;
  text-align: center;
  padding: 0.8rem 0 1rem;
}
.subhero-nav .wrapper {
  max-width: 2500px;
}
.subhero-nav .menu-main-menu-container {
  -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) {
  .subhero-nav .menu-main-menu-container {
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #002d6a;
  }
  .subhero-nav .menu-main-menu-container.subnav-open {
    max-height: 800px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .subhero-nav {
    padding: 1rem 0 0;
    /* &.bgfifth {
      background-color: rgb(222, 222, 222);
    } */
  }
  .subhero-nav .wrapper {
    width: 100%;
  }
}
.subhero-nav li {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}
.subhero-nav li a {
  display: block;
  color: #FFFFFF;
  padding: 25px 20px 25px 16px;
}
@media (max-width: 1024px) {
  .subhero-nav li a {
    display: inline-block;
  }
}
.subhero-nav li.current_page_item a, .subhero-nav li.current-menu-item a {
  font-family: "MrEavesModOT-Bold", serif;
}
@media (max-width: 1024px) {
  .subhero-nav li {
    display: block;
  }
}
.subhero-nav ul {
  margin: 0;
  text-align: center;
}
.subhero-nav .subnav-mobile {
  font-family: "MrEavesModOT-Bold", serif;
  color: #FFFFFF;
  text-transform: uppercase;
  display: none;
  padding: 0 20px 1rem 0;
  position: relative;
}
@media (max-width: 1024px) {
  .subhero-nav .subnav-mobile {
    display: inline-block;
  }
}
.subhero-nav .subnav-mobile:after {
  content: url(../../images/global/icon-arrow-down-white.svg);
  position: absolute;
  right: 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;
}
.subhero-nav .subnav-mobile:hover {
  cursor: pointer;
  color: #4bb6ee;
}
.subhero-nav .subnav-mobile.subnav-open:after {
  transform: rotate(-180deg);
}

.subhero-nav li a,
.subhero-nav a.subhero-link {
  font-size: 21px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  /* line-height: 56px; */
  text-align: center;
  vertical-align: middle;
  font-family: "MrEavesModOT-Reg", serif;
  text-transform: uppercase;
}
.subhero-nav li a:hover,
.subhero-nav a.subhero-link:hover {
  color: #4bb6ee;
}
@media (max-width: 1248px) {
  .subhero-nav li a,
  .subhero-nav a.subhero-link {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .subhero-nav li a,
  .subhero-nav a.subhero-link {
    font-size: 1.1rem;
    padding: 0.25rem 0.5rem;
    line-height: 25px;
  }
  .subhero-nav li a:after,
  .subhero-nav a.subhero-link:after {
    display: none;
  }
}

.blog a.subhero-link {
  color: #FFFFFF;
}

a.subhero-link:last-of-type:after {
  display: none;
}

.subhero-nav li:last-of-type a:after {
  display: none;
}

.content-pad {
  padding: 3rem 0;
}

.subnav-child-pages {
  background-color: #FFFFFF;
  position: relative;
  z-index: 4;
  text-align: center;
}
.subnav-child-pages .wrapper {
  max-width: 2500px;
}
@media (max-width: 768px) {
  .subnav-child-pages {
    padding: 1rem 0;
  }
}
.subnav-child-pages li {
  display: inline-block;
  margin: 0;
  line-height: 100%;
}
.subnav-child-pages li a {
  font-size: 14px;
  display: block;
  color: #565656;
  padding: 25px 15px 25px 11px;
  line-height: 10px;
  font-family: "MrEavesModOT-Bold", serif;
}
.subnav-child-pages li.current_page_item a {
  color: #1075a9;
}
.subnav-child-pages ul {
  margin: 0;
  text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTENT BLOCKS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.section-bg,
.section-slider {
  width: 100%;
  height: 60vw;
  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;
  }
}
.section-bg.parallax-fast,
.section-slider.parallax-fast {
  background-size: 150%;
}

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

#content {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
  /*border-bottom: 5px solid $color-white;*/
}
#content a {
  color: #1075a9;
}
#content a:hover {
  color: #094563;
}
#content .directions-display a {
  color: #1075a9;
  font-weight: 700;
}
#content a.addthis_button {
  color: #5297d2;
}
#content ul,
#content ol {
  text-align: left;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
#content ul li,
#content ol li {
  margin-bottom: 0;
  line-height: 1.5em;
}
#content ul.tightlist,
#content ol.tightlist {
  margin-bottom: 1.5em;
}
#content ul.tightlist li,
#content ol.tightlist li {
  margin-bottom: 0;
}
#content ul.blue-bullets {
  list-style-type: none;
}
#content ul.blue-bullets li {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.1;
}
#content ul.blue-bullets li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -8px;
  color: #1075a9;
  font-size: 40px;
}
#content ul.blue-bullets li.program-details-disclaimer {
  font-size: 16px;
}
#content ul.blue-bullets li.program-details-disclaimer:before {
  display: none;
}
#content ul.blue-bullets ul li {
  list-style-type: circle;
}
#content ol li {
  list-style-type: decimal;
}
#content img {
  max-width: 100%;
  height: auto;
}

#content section {
  /* display: inline-block; */
  display: block;
}

.section-container {
  position: relative;
}

h1.headline,
h2.headline,
.headline {
  font-family: "MrEavesModOT-Book", serif;
  /*text-transform: capitalize;*/
  font-size: 2.7rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  /*line-height: 95%;
  display: inline-block;*/
  clear: both;
}
h1.headline.mar0,
h2.headline.mar0,
.headline.mar0 {
  margin: 0;
}
@media (max-width: 768px) {
  h1.headline,
  h2.headline,
  .headline {
    font-size: 1.5rem;
    line-height: 100%;
  }
}
h1.headline.serif,
h2.headline.serif,
.headline.serif {
  font-family: "MrsEavesOT-Roman", serif;
}
h1.headline.reverse-headline,
h2.headline.reverse-headline,
.headline.reverse-headline {
  display: inline-block;
  padding: 2rem 3rem;
  background-color: #002d6a;
  color: #FFFFFF !important;
  margin-bottom: 3rem !important;
}

#content h1.headline2,
#content h2.headline2,
#content h3.headline2 {
  font-family: "MrsEavesOT-Roman", serif;
}

h1.subheadline,
h2.subheadline,
h3.subheadline {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "MrEavesModOT-Bold", 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: #222222;
  top: 0;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 768px) {
  .top-line {
    margin-top: 1.5rem;
    padding: 1.5rem 0 0;
  }
}

.page-link {
  margin: -10px 0 10px;
  opacity: 0;
  -webkit-transition: margin 0.6s, opacity 0.6s;
  -moz-transition: margin 0.6s, opacity 0.6s;
  -o-transition: margin 0.6s, opacity 0.6s;
  transition: margin 0.6s, opacity 0.6s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.page-link.animation {
  margin: 0;
  opacity: 1;
}

/*-------- CONTENT TEXT with TOP/LEFT/RIGHT IMAGE --------*/
#content .text-section {
  padding: 4rem 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  #content .text-section {
    padding: 2rem 0 0;
  }
}
#content .text-section:last-of-type:not(.form-section) {
  padding-bottom: 4rem;
}
#content .text-section.tleft {
  text-align: left;
}
#content .text-section.tright {
  text-align: right;
}
#content .text-section.section-margin {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  #content .text-section.section-margin {
    margin-bottom: 0;
  }
}
#content .text-section .section-images {
  position: relative;
}
#content .text-section .section-images .image-container {
  max-width: 800px;
}
#content .text-section .section-images.image-contain .image-wrap {
  max-width: 100%;
  display: inline-block;
}
#content .text-section .section-images.image-contain .image-wrap.vid-slide {
  width: 100%;
}
#content .text-section .section-images.image-contain img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  #content .text-section .section-images.image-contain {
    padding: 0;
  }
}
#content .text-section .section-images.left-image {
  text-align: right;
  left: 0;
}
#content .text-section .section-images.right-image {
  left: 50%;
  text-align: left;
}
#content .text-section .section-images.left-image, #content .text-section .section-images.right-image {
  position: absolute;
  top: 0;
  width: 50%;
  bottom: 0;
}
#content .text-section .section-images.left-image.image-contain, #content .text-section .section-images.right-image.image-contain {
  position: relative;
}
#content .text-section .section-images.left-image.image-contain.right-image, #content .text-section .section-images.right-image.image-contain.right-image {
  left: auto;
  float: right;
}
#content .text-section .section-images.left-image.image-contain.left-image, #content .text-section .section-images.right-image.image-contain.left-image {
  float: left;
}
@media (max-width: 1024px) {
  #content .text-section .section-images.left-image.image-contain.right-image, #content .text-section .section-images.left-image.image-contain.left-image, #content .text-section .section-images.right-image.image-contain.right-image, #content .text-section .section-images.right-image.image-contain.left-image {
    float: none;
  }
}
@media (max-width: 1024px) {
  #content .text-section .section-images.left-image, #content .text-section .section-images.right-image {
    width: 100%;
    left: auto;
    position: relative;
    text-align: center;
  }
}
#content .text-section.bgimgtrue .section-images {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#content .text-section.bgimgtrue .section-images .section-bg {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#content .text-section.bgimgtrue .section-content {
  padding: 10rem 0;
}
#content .text-section.bgimgtrue .section-text {
  padding: 0 1rem;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-family: "MrEavesModOT-Reg", serif;
}
#content .text-section.bgimgtrue .bg-tint {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#content .text-section .section-text.left-text {
  text-align: right;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text {
    margin-right: 0;
  }
}
#content .text-section .section-text.right-text {
  text-align: left;
  margin-left: 50%;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.right-text {
    margin-left: 0;
  }
}
#content .text-section .section-text.left-text, #content .text-section .section-text.right-text {
  width: 50%;
  /* min-height: 35vh;
  display: flex;
  justify-content: center;
  align-items: center; */
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text, #content .text-section .section-text.right-text {
    width: 100%;
    text-align: center;
    min-height: 0;
    padding: 0;
  }
}
#content .text-section .section-text.left-text .section-content, #content .text-section .section-text.right-text .section-content {
  padding: 60px;
  min-height: 500px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#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.right-text .section-content .section-text-headline h1,
#content .text-section .section-text.right-text .section-content .section-text-headline h2 {
  font-family: "MrEavesModOT-Bold", serif;
  font-size: 38px;
  padding: 0 0 20px;
  text-align: left;
}
@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.right-text .section-content .section-text-headline h1,
  #content .text-section .section-text.right-text .section-content .section-text-headline h2 {
    display: block;
  }
}
#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.right-text .section-content .section-text-headline h1.headline,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.headline {
  color: #002d6a;
  margin-bottom: 0;
}
#content .text-section .section-text.left-text .section-content .section-text-headline h1.headline.tprimary,
#content .text-section .section-text.left-text .section-content .section-text-headline h2.headline.tprimary, #content .text-section .section-text.right-text .section-content .section-text-headline h1.headline.tprimary,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.headline.tprimary {
  color: #1075a9;
}
#content .text-section .section-text.left-text .section-content .section-text-headline h1.headline.tsecondary,
#content .text-section .section-text.left-text .section-content .section-text-headline h2.headline.tsecondary, #content .text-section .section-text.right-text .section-content .section-text-headline h1.headline.tsecondary,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.headline.tsecondary {
  color: #222222;
}
#content .text-section .section-text.left-text .section-content .section-text-headline h1.headline.ttertiary,
#content .text-section .section-text.left-text .section-content .section-text-headline h2.headline.ttertiary, #content .text-section .section-text.right-text .section-content .section-text-headline h1.headline.ttertiary,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.headline.ttertiary {
  color: #002d6a;
}
#content .text-section .section-text.left-text .section-content .section-text-headline h1.headline.tsurrogate,
#content .text-section .section-text.left-text .section-content .section-text-headline h2.headline.tsurrogate, #content .text-section .section-text.right-text .section-content .section-text-headline h1.headline.tsurrogate,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.headline.tsurrogate {
  color: #751C27;
}
#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.right-text .section-content .section-text-headline h1.subheadline,
#content .text-section .section-text.right-text .section-content .section-text-headline h2.subheadline {
  /* color: $color-primary; */
  text-transform: capitalize;
}
#content .text-section .section-text.left-text .section-content .text-section-copy, #content .text-section .section-text.right-text .section-content .text-section-copy {
  display: inline-block;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text .section-content .text-section-copy, #content .text-section .section-text.right-text .section-content .text-section-copy {
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  #content .text-section .section-text.left-text .section-content, #content .text-section .section-text.right-text .section-content {
    padding: 40px;
    min-height: 0;
    float: none;
  }
}
@media (max-width: 640px) {
  #content .text-section .section-text.left-text .section-content, #content .text-section .section-text.right-text .section-content {
    padding: 40px 20px;
  }
}
#content .text-section .section-content {
  width: 100%;
  /* padding: 4rem 0;
  @include mq-lg {
    padding: 2rem 0;
  } */
}
@media (max-width: 640px) {
  #content .text-section .section-content.wrapper {
    width: 100%;
  }
  #content .text-section .section-content .marb2 {
    margin-bottom: 1rem;
  }
}
#content .text-section .headline,
#content .text-section .text-section-copy {
  /*max-width: 1200px;*/
}
#content .text-section .headline.last-child,
#content .text-section .text-section-copy.last-child {
  margin-bottom: 0;
}
#content .text-section .headline h3,
#content .text-section .text-section-copy h3 {
  font-size: 2rem;
  font-family: "MrEavesModOT-Book", serif;
}
@media (max-width: 768px) {
  #content .text-section .headline h3,
  #content .text-section .text-section-copy h3 {
    font-size: 1.5rem;
  }
}
#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-size: 48px;
  font-family: "MrsEavesOT-Roman", serif;
  line-height: normal;
  margin-bottom: 0;
  /* &:first-of-type {
    padding-top: 1rem;
  } */
}
@media (max-width: 768px) {
  #content .text-section .section-text-headline h1,
  #content .text-section .section-text-headline h2,
  #content .text-section h1,
  #content .text-section h2 {
    font-size: 2.5rem;
  }
}
#content .text-section .section-text-headline h1.section-title, #content .text-section .section-text-headline h1.section-title2,
#content .text-section .section-text-headline h2.section-title,
#content .text-section .section-text-headline h2.section-title2,
#content .text-section h1.section-title,
#content .text-section h1.section-title2,
#content .text-section h2.section-title,
#content .text-section h2.section-title2 {
  font-size: 35px;
  font-family: "MrEavesModOT-Reg", serif;
  background-color: #1075a9;
  color: #FFFFFF;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #content .text-section .section-text-headline h1.section-title, #content .text-section .section-text-headline h1.section-title2,
  #content .text-section .section-text-headline h2.section-title,
  #content .text-section .section-text-headline h2.section-title2,
  #content .text-section h1.section-title,
  #content .text-section h1.section-title2,
  #content .text-section h2.section-title,
  #content .text-section h2.section-title2 {
    font-size: 1.75rem;
    padding: 0.5rem;
  }
}
#content .text-section .section-text-headline h1.section-title.bgsurrogate, #content .text-section .section-text-headline h1.section-title2.bgsurrogate,
#content .text-section .section-text-headline h2.section-title.bgsurrogate,
#content .text-section .section-text-headline h2.section-title2.bgsurrogate,
#content .text-section h1.section-title.bgsurrogate,
#content .text-section h1.section-title2.bgsurrogate,
#content .text-section h2.section-title.bgsurrogate,
#content .text-section h2.section-title2.bgsurrogate {
  background-color: #751C27;
}
#content .text-section .section-text-headline h1.section-title.bgprimary, #content .text-section .section-text-headline h1.section-title2.bgprimary,
#content .text-section .section-text-headline h2.section-title.bgprimary,
#content .text-section .section-text-headline h2.section-title2.bgprimary,
#content .text-section h1.section-title.bgprimary,
#content .text-section h1.section-title2.bgprimary,
#content .text-section h2.section-title.bgprimary,
#content .text-section h2.section-title2.bgprimary {
  background-color: #1075a9;
}
#content .text-section .section-text-headline h1.section-title.bgsecondary, #content .text-section .section-text-headline h1.section-title2.bgsecondary,
#content .text-section .section-text-headline h2.section-title.bgsecondary,
#content .text-section .section-text-headline h2.section-title2.bgsecondary,
#content .text-section h1.section-title.bgsecondary,
#content .text-section h1.section-title2.bgsecondary,
#content .text-section h2.section-title.bgsecondary,
#content .text-section h2.section-title2.bgsecondary {
  background-color: #222222;
}
#content .text-section .section-text-headline h1.section-title.bgtertiary, #content .text-section .section-text-headline h1.section-title2.bgtertiary,
#content .text-section .section-text-headline h2.section-title.bgtertiary,
#content .text-section .section-text-headline h2.section-title2.bgtertiary,
#content .text-section h1.section-title.bgtertiary,
#content .text-section h1.section-title2.bgtertiary,
#content .text-section h2.section-title.bgtertiary,
#content .text-section h2.section-title2.bgtertiary {
  background-color: #002d6a;
}
#content .text-section .section-text-headline h1.font-headline,
#content .text-section .section-text-headline h2.font-headline,
#content .text-section h1.font-headline,
#content .text-section h2.font-headline {
  font-family: "MrsEavesOT-Roman", serif;
}
#content .text-section .section-text-headline h1.font-main,
#content .text-section .section-text-headline h2.font-main,
#content .text-section h1.font-main,
#content .text-section h2.font-main {
  font-family: "MrEavesModOT-Reg", serif;
}
#content .text-section .section-text-headline h1.font-main-bold,
#content .text-section .section-text-headline h2.font-main-bold,
#content .text-section h1.font-main-bold,
#content .text-section h2.font-main-bold {
  font-family: "MrEavesModOT-Bold", serif;
}
#content .text-section.disclaimer h2 {
  font-size: 3rem;
}
#content .text-section h2.subheadline,
#content .text-section h1.subheadline {
  font-family: "MrEavesModOT-Book", serif;
  font-size: 2rem;
  margin: 0 auto 1rem;
}
#content .text-section h2.subheadline-large,
#content .text-section h1.subheadline-large {
  font-size: 3rem;
  line-height: normal;
  margin: 0 auto 1.5rem;
}
#content .text-section p:last-child,
#content .text-section #content li:last-child {
  /*margin-bottom: 1.5em;*/
}
#content .text-section.form-section p:last-child,
#content .text-section.form-section #content li:last-child {
  margin-bottom: 2rem;
}
#content .text-section.padt5 {
  padding-top: 5rem;
}
#content .text-section:first-of-type {
  z-index: 9;
}
#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;
  /*     .section-content {
        padding-bottom: 3rem;
      } */
}
#content .text-section.padt3 {
  padding-top: 3rem;
}
#content .text-section.padt3 .section-content {
  padding-top: 3rem;
}
#content .text-section.intro-section {
  background-color: #FFFFFF;
}
#content .text-section.intro-section .bgfifth {
  background-color: #FFFFFF;
}
#content .text-section.intro-section .amazing-deal-image .image-wrap img, #content .text-section.intro-section.amazing-deals-section .image-wrap img {
  border: 1px solid #565656;
  max-width: 100%;
  width: 650px;
}
#content .text-section.intro-section .section-text.left-text .section-content .section-text-headline h2.headline,
#content .text-section.intro-section .section-text.left-text .section-content .section-text-headline h1.headline, #content .text-section.intro-section .section-text.right-text .section-content .section-text-headline h2.headline,
#content .text-section.intro-section .section-text.right-text .section-content .section-text-headline h1.headline {
  font-family: "MrsEavesOT-Roman", serif;
  font-size: 3rem;
  position: relative;
  text-align: left;
}
@media (max-width: 1024px) {
  #content .text-section.intro-section .section-text.left-text .section-content, #content .text-section.intro-section .section-text.right-text .section-content {
    padding: 2rem 0 0;
  }
}
@media (max-width: 1024px) {
  #content .text-section.intro-section .section-text.left-text, #content .text-section.intro-section .section-text.right-text {
    width: 100%;
  }
}
#content .text-section.intro-section .section-text.left-text .section-content {
  padding-left: 0;
}
#content .text-section.intro-section .section-text.right-text .section-content {
  padding-right: 0;
}
#content .text-section.third-section {
  padding: 2rem 0;
  border-top: 30px solid;
  border-color: #751C27;
}
#content .text-section.third-section:nth-child(3n+1) {
  border-color: #751C27;
}
#content .text-section.third-section:nth-child(3n+2) {
  border-color: #1075a9;
}
#content .text-section.third-section:nth-child(3n+3) {
  border-color: #002d6a;
}
#content .text-section.third-section .section-text {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content .text-section.third-section .section-text.left-text h2.headline, #content .text-section.third-section .section-text.right-text h2.headline {
  font-family: "MrsEavesOT-Roman", serif;
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  #content .text-section.third-section .section-text {
    min-height: 0;
  }
}
#content .text-section.third-section .section-images.left-image,
#content .text-section.third-section .section-images.right-image {
  width: 43%;
}
@media (max-width: 1024px) {
  #content .text-section.third-section .section-images.left-image,
  #content .text-section.third-section .section-images.right-image {
    width: 100%;
  }
}
#content .text-section.third-section .section-text.left-text,
#content .text-section.third-section .section-text.right-text {
  width: 57%;
}
@media (max-width: 1024px) {
  #content .text-section.third-section .section-text.left-text,
  #content .text-section.third-section .section-text.right-text {
    width: 100%;
  }
}
#content .text-section.third-section .section-text.left-text .section-content,
#content .text-section.third-section .section-text.right-text .section-content {
  padding: 2rem 0 2rem 3rem;
  min-height: 0;
}
@media (max-width: 1024px) {
  #content .text-section.third-section .section-text.left-text .section-content,
  #content .text-section.third-section .section-text.right-text .section-content {
    padding: 2rem 1rem;
  }
}
#content .text-section.third-section .section-text.right-text {
  margin-left: 43%;
}
@media (max-width: 1024px) {
  #content .text-section.third-section .section-text.right-text {
    margin-left: 0;
  }
}
#content .text-section.third-section .section-text.left-text {
  margin-right: 43%;
}
@media (max-width: 1024px) {
  #content .text-section.third-section .section-text.left-text {
    margin-right: 0;
  }
}
#content .text-section.third-section h2.subheadline {
  padding: 2rem 1rem 0;
  font-family: "MrEavesModOT-Reg", serif;
}

.full-height {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*-------- HOMEFINDER IFRAME --------*/
.homefinder-iframe {
  padding: 2rem 0;
}
.homefinder-iframe h2.headline {
  padding: 1rem 2rem;
  font-family: "MrEavesModOT-Reg", serif;
  font-size: 2.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .homefinder-iframe h2.headline {
    font-size: 1.5rem;
  }
}
.homefinder-iframe .homefinder-iframe-container {
  position: relative;
  overflow: hidden;
  height: 56.25vw;
}
@media (max-width: 640px) {
  .homefinder-iframe .homefinder-iframe-container {
    height: 70vh;
  }
}
.homefinder-iframe .homefinder-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*-------- CONTENT BGCOLOR LINKS --------*/
#content .bgprimary a {
  color: #FFFFFF;
}
#content .bgprimary a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#content .bgsecondary a {
  color: #FFFFFF;
}
#content .bgsecondary a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#content .bgtertiary a {
  color: #1075a9;
}
#content .bgtertiary a:hover {
  color: #094563;
}
#content .bgsurrogate a {
  color: #FFFFFF;
}
#content .bgsurrogate a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#content .page-link a,
#content .video-link a,
#content .news-link a {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  /*color: $color-secondary;*/
  text-align: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
}
#content .page-link a:after,
#content .video-link a:after,
#content .news-link a:after {
  content: ">";
  /*position: absolute;*/
  padding: 0 10px 0 10px;
  display: inline-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;
  /*@include center-vert;*/
}
#content .page-link a:hover:after,
#content .video-link a:hover:after,
#content .news-link a:hover:after {
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  #content .page-link a,
  #content .video-link a,
  #content .news-link a {
    font-size: 1.2rem;
  }
}
#content .video-link a {
  color: #FFFFFF;
  font-size: 1.4rem;
}
#content .video-link a:hover {
  color: #1075a9;
}
@media (max-width: 768px) {
  #content .video-link a {
    font-size: 1rem;
  }
}
#content .page-link a:hover {
  color: #1075a9;
}
#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 {
  color: #222222;
}
#content .bgwhite .page-link a:hover {
  color: #1075a9;
}

/*-------- CONTENT NO FORMATTING --------*/
.no-formatting img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}

#qmi-iframe iframe {
  width: 100vw;
  height: calc(-105px + 100vh);
}

.large-iframe iframe {
  width: 90vw;
  height: calc(-105px + 100vh);
  overflow-y: auto;
  margin: 0 auto 0;
  border: 3px solid #dadbdc;
}

.iframe-swap {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.iframe-swap.visible-iframe {
  opacity: 1;
  max-height: 100vh;
}

/* */
.fancybox-inner .fancybox-navigation .fancybox-button {
  height: 130px;
  width: 100px;
  top: calc(50% - 65px);
}
@media (max-width: 640px) {
  .fancybox-inner .fancybox-navigation .fancybox-button {
    height: 80px;
    width: 60px;
    top: calc(50% - 40px);
    padding: 10px;
  }
}

#header-promo {
  box-sizing: border-box;
  background-color: #002d6a;
  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: #001737;
  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: 0.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: 700;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  #header-promo h3 {
    font-size: 6vw;
  }
}
#header-promo h4 {
  font-family: "MrEavesModOT-Reg", 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;
  }
}

.builder-intro {
  z-index: 9;
}

#content .blue-drop-down {
  display: inline-block;
  color: #FFFFFF;
  margin: 2rem 0;
  min-width: 300px;
  position: relative;
  z-index: 2;
}
#content .blue-drop-down .trigger,
#content .blue-drop-down ul li a {
  background-color: #751C27;
  line-height: 105%;
  display: block;
  padding: 0.65rem 1rem;
  font-family: "MrEavesModOT-Reg", serif;
}
#content .blue-drop-down .trigger:hover,
#content .blue-drop-down ul li a:hover {
  cursor: pointer;
  background-color: #1075a9;
}
#content .blue-drop-down .trigger {
  border-radius: 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;
}
#content .blue-drop-down .trigger.select-open {
  -webkit-transition: border-radius 0s;
  -moz-transition: border-radius 0s;
  -ms-transition: border-radius 0s;
  -o-transition: border-radius 0s;
  transition: border-radius 0s;
  border-radius: 10px 10px 0 0;
}
#content .blue-drop-down ul {
  opacity: 0;
  max-height: 0;
  position: absolute;
  width: 100%;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  -webkit-transition: opacity 0.3s, max-height 0.3s;
  -moz-transition: opacity 0.3s, max-height 0.3s;
  -ms-transition: opacity 0.3s, max-height 0.3s;
  -o-transition: opacity 0.3s, max-height 0.3s;
  transition: opacity 0.3s, max-height 0.3s;
}
#content .blue-drop-down ul li {
  text-align: left;
  list-style-type: none;
}
#content .blue-drop-down ul li a {
  color: #FFFFFF;
  border-bottom: 2px solid #1075a9;
}
#content .blue-drop-down ul li a.current-item {
  background-color: #1075a9;
}
#content .blue-drop-down ul li:first-child a {
  border-top: 2px solid #1075a9;
}
#content .blue-drop-down ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 10px 10px;
}
#content .blue-drop-down ul.select-open {
  opacity: 1;
  max-height: 1500px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.featured-color-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.featured-color-overlay {
  z-index: 102;
}

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

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

.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 {
  margin: 0 0 1.5rem;
  text-align: center;
}
#content ul#builders-list li {
  font-family: "MrEavesModOT-Reg", serif;
  display: inline-block;
  list-style-type: none;
  border-right: 2px solid #1075a9;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 110%;
}
#content ul#builders-list li a {
  padding: 0 12px 0 10px;
}
#content ul#builders-list li:last-child {
  border: none;
}

.tour-link {
  text-transform: uppercase;
  margin-bottom: 0 !important;
  line-height: 130%;
}
@media (max-width: 640px) {
  .tour-link .footer-tour {
    margin: 0;
    clear: both;
    display: block;
  }
}
.tour-link a img {
  max-width: 32px;
}

.image-swap {
  position: relative;
}
.image-swap img {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.image-swap img.showme {
  z-index: 1;
  opacity: 1;
  position: relative;
  top: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  BLOG PAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.single-post-img {
  padding-bottom: 50%;
  margin-bottom: 2rem;
}

.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: #222222;
}

.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::placeholder {
  color: #FFFFFF;
}

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

.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: 1.5em;
  margin-bottom: 1.5rem;
}

.wrapper.single-post {
  max-width: 980px;
}

#content .paginav .nav-links {
  text-align: center;
  font-weight: 400;
  font-size: 1.2em;
}
#content .paginav a {
  color: #222222;
}
#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;
}

/* 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: #F1F1F1;
  -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;
  width: 100%;
  padding: 0 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #751C27;
}
#content a:hover .related-post-container {
  background-color: #F9F9F9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#content a:hover .related-post-container .related-title {
  color: #4c1219;
}

/* Responsive Container for Video Embed */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.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%;
  margin-bottom: 0;
}

.neighborhood-vids {
  width: 650px;
  max-width: 100%;
  display: inline-block;
  padding: 1rem;
}
.neighborhood-vids .video-container {
  width: 100%;
}

.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-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: 640px) {
  .vimeo-wrapper iframe {
    min-height: 0;
  }
}

.home-slider .vimeo-wrapper iframe {
  min-height: calc(100vh - 180px);
}
@media (max-width: 640px) {
  .home-slider .vimeo-wrapper iframe {
    min-height: 325px;
    /*min-height: 0;*/
  }
}

.vimeo-bg {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  RAVE REVIEWS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#reviews .wrapper {
  padding: 2rem 0;
  /* columns: 3 370px; */ /* for masonry display */
  column-gap: 0;
  text-align: center;
}
#reviews .wrapper .review {
  display: inline-block;
  /* width: calc(100% - 30px); */
  width: calc(33.3333333333% - 30px);
  min-width: 400px;
  vertical-align: top;
  margin: 15px;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  line-height: 26px;
  border: 1px solid #000d1e;
}
@media (max-width: 768px) {
  #reviews .wrapper .review {
    min-width: 300px;
  }
}
#reviews .wrapper .review .review-text {
  /* margin-bottom: 2rem; */
  padding-bottom: 2rem;
  position: relative;
  /* &:after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: darken($color-tertiary, 15%);
    display: block;
    bottom: 0;
    @include center-horz;
  } */
}
#reviews .wrapper .review .reviewer-name {
  font-family: "MrEavesModOT-Reg", serif;
  color: #1075a9;
  font-size: 1.75rem;
  margin-bottom: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PRODUCTS WE USE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content a.product-block-contain {
  display: inline-block;
  width: calc(25% - 30px);
  vertical-align: top;
  margin: 15px;
  min-width: 290px;
}
#content a.product-block-contain .product-block {
  min-height: 340px;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #898989;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
#content a.product-block-contain .product-block .product-details {
  width: 100%;
}
#content a.product-block-contain .product-block .product-logo {
  margin-bottom: 25px;
}
#content a.product-block-contain .product-block .product-logo img {
  max-width: 175px;
}
#content a.product-block-contain .product-block .product-text {
  color: #222222;
}
#content a.product-block-contain:hover .product-block {
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 3px;
  background-color: #F5F5F5;
  border: 1px solid #002d6a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  AMAZING DEALS SORT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#amazing-deals-sort .wrapper {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  gap: 1rem;
  padding: 1.25rem 0;
}
@media (max-width: 1024px) {
  #amazing-deals-sort .wrapper #amazing-deals-search-heading {
    flex-basis: 100%;
  }
}
#amazing-deals-sort .wrapper #amazing-deals-search-heading h2 {
  margin: 0 0 3px;
  font-size: 2rem;
}
#amazing-deals-sort .wrapper form {
  margin: 0;
  width: 275px;
}
#amazing-deals-sort .wrapper form label {
  font-size: 1.25rem;
}
#amazing-deals-sort .wrapper form select {
  margin: 0;
  padding: 8px;
  height: 40px;
}
#amazing-deals-sort .wrapper #community-amazing-deals-select option:checked {
  color: #1075a9;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  SOCIAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Additional Blog Post styles */
/* .blog.wall #content {
  .news-block {
    display: inline-block;
    opacity: 1;
    max-width: none;
    width: calc((100% / 3) - 2.2em);
    vertical-align: top;
    min-width: 260px;
    margin: 0 1.1em 2em;
    border: 4px solid #f5f5f5;
    @include mq-lg {
      width: calc(50% - 2.2em);
    }
    @include mq-sm {
      width: calc(100% - 2.2em);
    }
    h2.headline {
			font-family: $font-main-semi;
      font-size: 1.5rem;
      height: auto;
			line-height: normal;
      @include mq-md {
        font-size: 1.25rem;
      }
    }
    p.news-excerpt {
      height: auto;
    }
    &:hover {
      border-color: $color-white;
    }
  }
}

.blog.wall #content {
  .news-block.event {
    margin: 0 1.1em 2em;
    max-width: none;
    width: calc(50% - 2.2em);
    @include mq-sm {
      width: calc(100% - 2.2em);
    }
    h2.headline {
      height: auto;
      @include mq-md {
        font-size: 1.35rem;
      }
    }
    p.news-excerpt {
      height: auto;
    }
    &:hover {
      h2.headline {
        color: $color-secondary;
      }
      border: 4px solid #f5f5f5;
      box-shadow: none;
    }
  }
}

.blog #content {
  .social-menu,
  .category-nav {
    margin: 1.5rem 0;
    padding: 0;
    text-align: center;
    &.nav-span-3 {
      li {
        width: calc((100% / 3) - 10px);
        @include mq-sm {
          width: auto;
        }
      }
      a {
        @include mq-sm {
          font-size: 0.75rem;
          span {
            display: none;
          }
          i {
            font-size: 1rem;
            margin-right: 0;
            margin-bottom: 0;
          }
        }
      }
    }
    &.nav-span-4 {
      li {
        width: calc((100% / 4) - 10px);
        @include mq-sm {
          width: auto;
        }
      }
      a {
        @include mq-sm {
          font-size: 0.75rem;
          span {
            display: none;
          }
          i {
            font-size: 1rem;
            margin-right: 0;
            margin-bottom: 0;
          }
        }
      }
    }
    li {
      margin: 0;
      max-width: 185px;
      border-right: none;
      display: inline-block;
      *display: inline;
      zoom: 1;
      list-style-type: none;
      vertical-align: top;
      a {
        display: block;
        margin: 0;
        padding: 0 0.5rem;
        line-height: 60px !important;
        background-color: $color-primary;
        color: $color-white;
        -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-size: 1em;
        font-weight: 700;
        font-family: $font-main;
        text-align: center;
        .fa:before {
          line-height: 60px !important;
        }
        i {
          color: $color-white;
          font-size: 1.55rem;
          vertical-align: middle;
          margin-right: 0.5rem;
          @include transition(0.2s all ease-in-out);
        }
        &:hover {
          background-color: darken($color-primary, 10%);
          color: $color-white !important;
          i {
            color: $color-white !important;
          }
        }
        &.active {
          background-color: $color-secondary;
          color: $color-white !important;
          i {
            color: $color-white !important;
          }
        }
        @include mq-md {
          line-height: 40px !important;
          .fa:before {
            line-height: 40px !important;
          }
        }
      }
    }
  }
} */
.flex-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  gap: 1rem;
}
@media (max-width: 640px) {
  .flex-container {
    display: block;
  }
}

.flex-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .flex-item {
    display: block;
    margin-bottom: 1rem;
  }
}

.flex-item.three-col {
  flex: 3;
}

.flex-item.two-col {
  flex: 2;
}

.flex-item.four-col {
  flex: 4;
}

.flex-item {
  flex: 1;
}

.blue-box {
  padding: 2rem 2rem 1rem;
  background-color: #eef8fd;
}

.button-columns {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 640px) {
  .button-columns {
    display: block;
  }
}

.button-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.button-box .button {
  margin-top: auto;
}
@media (max-width: 640px) {
  .button-box .button {
    margin-top: 1rem;
  }
}
@media (max-width: 640px) {
  .button-box {
    display: block;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  AGENT EVENTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.agent-event {
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
}
.agent-event:last-of-type {
  margin-bottom: 0;
}

#content .past.bgsecondary .agent-event {
  border: 1px solid #3c3c3c;
}
#content .past.bgsecondary .agent-event a.button {
  background-color: #002d6a;
  color: #FFFFFF;
  border-color: transparent;
}
#content .past.bgsecondary .agent-event a.button:hover {
  background-color: #001737;
}

.upcoming h2.headline,
.past h2.headline {
  color: #FFFFFF;
  margin-bottom: 2rem;
}

.upcoming h2.posttitle {
  font-size: 1.5rem;
}

.realtor-date {
  font-size: 1.2em;
  font-weight: bold;
}

.cycle-slideshow.realtor-slider {
  border: 5px solid #ffffff;
  margin: 2em 0;
}

.cycle-slideshow.realtor-slider img {
  width: 100%;
  height: auto;
}

#content .bgsecondary a#prev,
#content .bgsecondary a#next {
  color: #fff;
  font-size: 4em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.8;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 101;
}

a#prev {
  left: 3%;
}

a#next {
  right: 3%;
}

#content .bgsecondary a#prev:hover {
  left: 2%;
  opacity: 1;
  color: #fff;
}

#content .bgsecondary a#next:hover {
  right: 2%;
  opacity: 1;
  color: #fff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.footer-hero {
  padding-bottom: 10%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.footer-hero .footer-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.vert-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  transform: translateY(-60%);
  width: 100%;
  left: 0;
  padding: 8%;
}

.footer-block.hover .footer-block-overlay {
  top: 0;
  opacity: 1;
}

footer {
  position: relative;
  z-index: 2;
}
footer #footer-button {
  position: absolute;
  width: 13%;
  left: 20px;
  min-width: 175px;
  top: -10vw;
  z-index: 0;
}
@media (max-width: 1024px) {
  footer #footer-button {
    top: -110px;
  }
}
footer a {
  color: #FFFFFF;
}
footer a:hover {
  color: #62c0f0;
}

#footer-top {
  padding: 3rem;
  position: relative;
  font-family: "MrEavesModOT-Bold", serif;
}
#footer-top .footer-social div {
  font-size: 1.6rem;
}
#footer-top .footer-social a {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
#footer-top .footer-social a:first-of-type {
  margin-left: 0;
}
@media (max-width: 1300px) {
  #footer-top .footer-social a {
    margin: 0 2px;
  }
}
#footer-top .footer-social .fa {
  vertical-align: middle;
}
#footer-top .footer-social .fa:before {
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  #footer-top .footer-social .fa:before {
    font-size: 1.5rem;
  }
}
#footer-top .footer-left {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
}
@media (max-width: 640px) {
  #footer-top .footer-left {
    width: 100%;
  }
  #footer-top .footer-left:first-of-type {
    margin-bottom: 1rem;
  }
}
#footer-top .footer-left strong {
  font-family: "MrEavesModOT-Bold", serif;
}
#footer-top .footer-left a.social {
  font-family: "MrEavesModOT-Bold", serif;
  color: #FFFFFF;
}
#footer-top .footer-right {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
#footer-top .footer-right ul.footer-nav-container {
  text-transform: uppercase;
}
#footer-top .footer-right ul.footer-nav-container a {
  display: block;
  font-size: 20px;
  line-height: 170%;
}
#footer-top .footer-right ul.footer-nav-container.legal {
  margin: 15px 0;
  padding: 8px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: inline-block;
  width: 750px;
  max-width: 100%;
}
#footer-top .footer-right ul.footer-nav-container.legal li img {
  margin: 0 5px;
}
@media (max-width: 1024px) {
  #footer-top .footer-right {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #footer-top .footer-right {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #footer-top {
    width: 100%;
    text-align: center;
    padding: 3rem 0 2rem;
  }
}

#footer-bottom {
  position: relative;
  color: #FFFFFF;
  font-family: "MrEavesModOT-Bold", serif;
}
#footer-bottom #copyright {
  font-size: 16px;
}

#copyright a {
  text-decoration: underline;
}
#copyright img {
  display: inline-block;
  vertical-align: top;
}

.footer-logo {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-logo {
    display: inline-block;
  }
}

.privacy-policy #content .text-section h2,
.privacy-policy #content .text-section h3 {
  margin-bottom: 1rem;
}

.privacy-policy #content .text-section h3 {
  font-size: 2.5rem;
  font-family: "MrEavesModOT-Reg", serif;
}

#content ul.sitemap-list,
#content ul.sitemap-list ul {
  margin: 1rem 0 1rem;
}
#content ul.sitemap-list li,
#content ul.sitemap-list ul li {
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
}
#content ul.sitemap-list ul.children,
#content ul.sitemap-list ul ul.children {
  margin: 0;
}
#content ul.sitemap-list ul.children li,
#content ul.sitemap-list ul ul.children li {
  font-size: 1rem;
}

#video-pop {
  background: transparent;
}
#video-pop a {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
#video-pop video {
  max-width: 100%;
  max-height: 90vh;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
#video-pop .fancybox-slide--html .fancybox-close-small {
  color: #FFFFFF !important;
}
#video-pop .fancybox-button svg path {
  fill: #FFFFFF !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  MOBILE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 768px) {
  *:not([type=checkbox]) {
    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 {
  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;
  }
}

.offscreen {
  position: fixed !important;
  left: -1000px !important;
  top: -1000px !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  SCROLL REVEAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/ /* 
.fadereveal,
.fade-seq,
.fade-seq2,
.fadeleft,
.faderight,
.fadeleft2,
.faderight2 {
  visibility: hidden;
} */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FANCYBOX
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fancybox-image {
  background-color: #FFFFFF;
}

.fancybox-show-caption .fancybox-caption-wrap {
  text-align: center;
  padding: 60px 15px 0 15px;
}

.fancybox-caption {
  font-family: "MrEavesModOT-Reg", serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.fancybox-caption span {
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0.5em;
  display: block;
  clear: both;
}

div.fancybox-caption {
  font-size: 1.3em;
  font-weight: 700;
}
div.fancybox-caption p {
  font-size: 1rem;
  font-weight: 400;
}
div.fancybox-caption strong {
  text-transform: uppercase;
  display: block;
}

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

}*/
.realtor-logout {
  padding: 2rem 10px;
  text-align: center;
}

.gfield--type-remember_me {
  display: none;
}

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

@supports (-webkit-touch-callout: none) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
/* ADA "Fixes" */
.ada-skip-to-content:target {
  scroll-margin-top: 120px;
}

.padfix {
  display: inline-block;
  padding: 15px;
}

/*# sourceMappingURL=screen.css.map */
