@charset "UTF-8";
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Variables
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
|
| This file holds all of the variables for the site.
| 1. Fonts
| 2. Colors
| 3. Color Variations
| 4. Transparent Colors
| 5. Color List
| 6. Screen Sizes / Breakpoints
|
*/
/*
| 1. Fonts
| --------------------------------------------------
| These font variables are used to hold the values for
| the sitewide fonts used on the project.
|
*/
/*
| 2. Colors
| --------------------------------------------------
| The variables are used to store the color theme for
| the site.
|
*/
/*
| 3. Color Variations
| --------------------------------------------------
| These color variations are auto generated by the
| following functions below.
*/
/*
| 4. Transparent Colors
| --------------------------------------------------
| These transparent colors are auto generated by the
| following functions below.
*/
/*
| 5. Colors List
| --------------------------------------------------
| This list is used for building out the various
| classes for using colors accross the site, classes
| for type, background colors, etc.
*/
/*
| 6. Screen Sizes / Breakpoints
| --------------------------------------------------
| Breakpoint variables in pixel widths for media queries.
|
*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Meyer Reset
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
|
*/
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: #000000;
}

ol,
ul {
  list-style: none;
}

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

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

button,
input[type=submit] {
  border-radius: 0;
}

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/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.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a {
  color: #fff;
}

a:hover {
  color: #eee;
}

a:active {
  color: #eee;
}

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

article p {
  line-height: 1.75em;
}

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

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

/*
|--------------------------------------------------------------------------
| Grid
|--------------------------------------------------------------------------
|
| This file holds all of the grid / structure related styles for the site.
|
*/
.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% - 0.5rem);
}
@media (max-width: 768px) {
  .half-gutter1 .half {
    width: 100%;
  }
}
.half-gutter1 .half:nth-child(even) {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .half-gutter1 {
    width: 100%;
    margin-left: 0 !important;
  }
}

.half-gutter2 .half {
  width: calc(50% - 1rem);
}
@media (max-width: 768px) {
  .half-gutter2 .half {
    width: 100%;
  }
}
.half-gutter2 .half:nth-child(even) {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .half-gutter2 .half:nth-child(even) {
    margin-left: 0 !important;
  }
}

.third-gutter1 .third {
  width: calc(33.3333333333% - 0.67rem);
  margin: 1rem 0 0;
}
.third-gutter1 .third:nth-child(3n+2) {
  margin: 1rem 1rem 0;
}
@media (max-width: 1024px) {
  .third-gutter1 .third {
    width: calc(50% - 0.5rem);
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1rem 0 0 0;
  }
  .third-gutter1 .third:nth-child(2n+1) {
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .third-gutter1 .third {
    width: 100%;
  }
  .third-gutter1 .third:nth-of-type(n) {
    margin: 1rem 0 0 0;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

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

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

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

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

.italic {
  font-style: italic;
}

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

.pad-half {
  padding: 0.5rem;
}

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

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

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

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

.pad5-0 {
  padding: 5rem 0;
}

.pad6-0 {
  padding: 6rem 0;
}

.pad7-0 {
  padding: 7rem 0;
}

.pad8-0 {
  padding: 8rem 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pad1 {
  padding: 1rem;
}

.pad2 {
  padding: 2rem;
}

.pad3 {
  padding: 3rem;
}

.pad4 {
  padding: 4rem;
}

.pad5 {
  padding: 5rem;
}

.pad6 {
  padding: 6rem;
}

.pad6-2 {
  padding: 6rem 2rem;
}

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

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

.padthalf {
  padding-top: 0.5rem;
}

.padt1 {
  padding-top: 1rem;
}

.padt2 {
  padding-top: 2rem;
}

.padt3 {
  padding-top: 3rem;
}

.padt4 {
  padding-top: 4rem;
}

.padt5 {
  padding-top: 5rem;
}

.padt6 {
  padding-top: 6rem;
}

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

/*~~ PADDING BOTTOM ~~*/
.padb0 {
  padding-bottom: 0 !important;
}

.padb1 {
  padding-bottom: 1rem;
}

.padb2 {
  padding-bottom: 2rem;
}

.padb3 {
  padding-bottom: 3rem;
}

.padb4 {
  padding-bottom: 4rem;
}

.padb5 {
  padding-bottom: 5rem;
}

.padb6 {
  padding-bottom: 6rem;
}

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

.mar-half {
  margin: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mar1 {
  margin: 1rem;
}

.mar2 {
  margin: 2rem;
}

.mar3 {
  margin: 3rem;
}

.mar4 {
  margin: 4rem;
}

/*~~ margin  TOP~~*/
.mart0 {
  margin-top: 0 !important;
}

.mart1 {
  margin-top: 1rem;
}

.mart2 {
  margin-top: 2rem;
}

.mart3 {
  margin-top: 3rem;
}

.mart4 {
  margin-top: 4rem;
}

/*~~ margin BOTTOM ~~*/
.marb0 {
  margin-bottom: 0 !important;
}

.marb1 {
  margin-bottom: 1rem;
}

.marb2 {
  margin-bottom: 2rem;
}

.marb3 {
  margin-bottom: 3rem;
}

.marb4 {
  margin-bottom: 4rem;
}

.marb5 {
  margin-bottom: 5rem;
}

.marb6 {
  margin-bottom: 6rem;
}

/*~~ PADDING MOBILE ~~*/
@media (max-width: 768px) {
  .padm4-0 {
    padding: 4rem 0;
  }
}

@media (max-width: 768px) {
  .padm3-0 {
    padding: 3rem 0;
  }
}

@media (max-width: 768px) {
  .padm2-0 {
    padding: 2rem 0;
  }
}

@media (max-width: 768px) {
  .padm1-0 {
    padding: 1rem 0;
  }
}

@media (max-width: 768px) {
  .padm2 {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .padm3 {
    padding: 3rem;
  }
}

@media (max-width: 768px) {
  .padm3-2 {
    padding: 3rem 2rem;
  }
}

@media (max-width: 768px) {
  .padm4 {
    padding: 4rem;
  }
}

@media (max-width: 768px) {
  .padm4-1 {
    padding: 4rem 1rem;
  }
}

@media (max-width: 768px) {
  .padm4-2 {
    padding: 4rem 2rem;
  }
}

@media (max-width: 768px) {
  .padbm2 {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .padbm3 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .padbm4 {
    padding-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .padmt4 {
    padding-top: 4rem;
  }
}

@media (max-width: 768px) {
  .padmt2 {
    padding-top: 2rem;
  }
}

/*~~ MARGIN MOBILE ~~*/
@media (max-width: 768px) {
  .marmb2 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .marmb3 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .marmb4 {
    margin-bottom: 4rem;
  }
}

@media (max-width: 768px) {
  .marmt4 {
    margin-top: 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;
}

.relative {
  position: relative;
}

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

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

.stretch-h {
  height: 100%;
  width: 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;
  will-change: top;
}

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

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

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


/*
|--------------------------------------------------------------------------
| Font Style Generator (See Mixin)
|--------------------------------------------------------------------------
*/
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2024 MyFonts Inc. */
@font-face {
  font-family: "AcherusGrotesqueRegular";
  src: url("../fonts/AcherusGrotesqueRegular/font.woff2") format("woff2"), url("../fonts/AcherusGrotesqueRegular/font.woff") format("woff");
}
@font-face {
  font-family: "AcherusGrotesqueBold";
  src: url("../fonts/AcherusGrotesqueBold/font.woff2") format("woff2"), url("../fonts/AcherusGrotesqueBold/font.woff") format("woff");
}
@font-face {
  font-family: "AcherusGrotesqueMedium";
  src: url("../fonts/AcherusGrotesqueMedium/font.woff2") format("woff2"), url("../fonts/AcherusGrotesqueMedium/font.woff") format("woff");
}
@font-face {
  font-family: "MixtaDidoneAltHeavy";
  src: url("../fonts/MixtaDidoneAltHeavy/font.woff2") format("woff2"), url("../fonts/MixtaDidoneAltHeavy/font.woff") format("woff");
}
@font-face {
  font-family: "AcherusGrotesqueLight";
  src: url("../fonts/AcherusGrotesqueLight/font.woff2") format("woff2"), url("../fonts/AcherusGrotesqueLight/font.woff") format("woff");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font: 300 normal 16px/16px "AcherusGrotesqueLight", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #393435;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1em;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

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

.letter-spacing {
  letter-spacing: 3px;
}

a,
a:link,
a:visited,
.spanlink {
  text-decoration: underline;
  color: #385167;
  cursor: pointer;
}

a:hover,
a:active {
  cursor: pointer;
  color: #393435;
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a.nolink {
  color: inherit;
  text-decoration: none;
}

a.linelink {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.linelink:after {
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 1px;
  background: #005E8A;
  right: 0;
  left: auto;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.1s linear 0.2s, background 0.5s;
  pointer-events: none;
}
a.linelink:hover {
  cursor: pointer;
}
a.linelink:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
  transition: width 0.3s ease-in-out, opacity 0.2s linear, background 0.5s;
}
a.linelink.twhite:after {
  background: #ffffff;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

.arrowlink, a.arrowlink:link, a.arrowlink:visited {
  position: relative;
  color: #393435;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding: 0 10px 0 0;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.arrowlink i, a.arrowlink:link i, a.arrowlink:visited i {
  display: inline;
  position: inherit;
  padding: 0 5px 0 0;
  font-size: 0.85em;
  vertical-align: initial;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.arrowlink:hover, a.arrowlink:link:hover, a.arrowlink:visited:hover {
  color: #005E8A;
}
.arrowlink:hover i, a.arrowlink:link:hover i, a.arrowlink:visited:hover i {
  padding: 0 0 0 5px;
}
.arrowlink.twhite, a.arrowlink:link.twhite, a.arrowlink:visited.twhite {
  color: #ffffff;
}
.arrowlink.twhite:hover, a.arrowlink:link.twhite:hover, a.arrowlink:visited.twhite:hover {
  color: #385167;
}
.arrowlink.ttertiary, a.arrowlink:link.ttertiary, a.arrowlink:visited.ttertiary {
  color: #385167;
}
.arrowlink.ttertiary:hover, a.arrowlink:link.ttertiary:hover, a.arrowlink:visited.ttertiary:hover {
  color: #393435;
}
.arrowlink.tsecondary, a.arrowlink:link.tsecondary, a.arrowlink:visited.tsecondary {
  color: #005E8A;
}
.arrowlink.tsecondary:hover, a.arrowlink:link.tsecondary:hover, a.arrowlink:visited.tsecondary:hover {
  color: #393435;
}
.arrowlink.tsurrogate, a.arrowlink:link.tsurrogate, a.arrowlink:visited.tsurrogate {
  color: #7E4B1B;
}
.arrowlink.reverse, a.arrowlink:link.reverse, a.arrowlink:visited.reverse {
  vertical-align: middle;
  padding: 0 0 0 5px !important;
}
.arrowlink.reverse i, a.arrowlink:link.reverse i, a.arrowlink:visited.reverse i {
  padding: 0;
  left: -5px;
  right: auto;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.arrowlink.reverse:hover i, a.arrowlink:link.reverse:hover i, a.arrowlink:visited.reverse:hover i {
  padding: 0;
  left: -10px;
}

strong {
  font-weight: 600;
}

.nofade {
  opacity: 1 !important;
}

/* Fonts */
.font-main {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-weight: 500;
}

.font-main-bold {
  font-family: "AcherusGrotesqueBold", sans-serif;
  font-weight: 600;
}

.font-main-light {
  font-family: "AcherusGrotesqueLight", sans-serif;
  font-weight: 300;
}

.font-headline {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  font-weight: 500;
}

.font-headline-bold {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  font-weight: 600;
}

.font-headline-light {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  font-weight: 300;
}

.bgpattern {
  background-image: url("../../images/global/bg-pattern.svg");
  background-color: #ffffff;
  background-size: 1100px;
}

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

.bgblack {
  background-color: #000000;
}

.bgprimary {
  background-color: #393435;
}

.bgprimary-lightest {
  background-color: #544c4e;
}

.bgprimary-alt {
  background-color: #393435;
}

.bgsecondary {
  background-color: #005E8A;
}

.bgsecondary-dark {
  background-color: #004d71;
}

.bgsecondary-darkest {
  background-color: #003b57;
}

.bgsecondary-superdark {
  background-color: #002a3e;
}

.bgtertiary {
  background-color: #385167;
}

.bgtertiary-dark {
  background-color: #2f4456;
}

.bgtertiary-darkest {
  background-color: #263746;
}

.bgsurrogate {
  background-color: #7E4B1B;
}

.bgsurrogate-light {
  background-color: #935820;
}

.bgsurrogate-lightest {
  background-color: #a86424;
}

.bgcinque {
  background-color: #5f636a;
}

.bgcinque-light {
  background-color: #6b7077;
}

.bgcinque-lightest {
  background-color: #777c85;
}

.bgsenary {
  background-color: #e6cdb3;
}

/* Text Color */
.twhite {
  color: #ffffff;
}

.tblack {
  color: #000000;
}

.tprimary {
  color: #393435;
}

.tprimary-dark {
  color: #2c2829;
}

.tprimary-darkest {
  color: #1e1c1c;
}

.tsecondary {
  color: #005E8A;
}

.tsecondary-dark {
  color: #004d71;
}

.tsecondary-darkest {
  color: #003b57;
}

.tsecondary-superdark {
  color: #002a3e;
}

.ttertiary {
  color: #385167;
}

.ttertiary-dark {
  color: #2f4456;
}

.ttertiary-darkest {
  color: #263746;
}

.tsurrogate {
  color: #7E4B1B;
}

.tsurrogate-light {
  color: #935820;
}

.tsurrogate-lightest {
  color: #a86424;
}

.tcinque {
  color: #5f636a;
}

.tcinque-light {
  color: #6b7077;
}

.tcinque-lightest {
  color: #777c85;
}

.tsenary {
  color: #e6cdb3;
}

.nofade {
  visibility: 1 !important;
}

.multiply {
  mix-blend-mode: multiply;
}

::selection {
  background-color: #000000;
  color: #ffffff;
}

::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

::-o-selection {
  background-color: #000000;
  color: #ffffff;
}

::-ms-selection {
  background-color: #000000;
  color: #ffffff;
}

::-webkit-selection {
  background-color: #000000;
  color: #ffffff;
}

.cleanlist {
  margin: 0 0 1em;
  padding: 0;
}
.cleanlist h2 {
  display: block;
  font-size: 1em;
  margin: 0 0 0.5em -15px;
  padding: 0;
}
.cleanlist li {
  font-size: 1.25em;
  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: 1em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

.boxheight, .boxheight-slim {
  height: 55vw;
  max-height: 75vh;
  min-height: 450px;
}

.boxheight-slim {
  height: 40vh;
  min-height: 425px;
}
@media (max-width: 640px) {
  .boxheight-slim {
    height: 30vh;
    min-height: 250px;
  }
}

.fullheight {
  height: calc(100vh - 85px);
}
@media (max-width: 768px) {
  .fullheight {
    height: auto;
    min-height: 0;
  }
}
.fullheight .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%);
}
@media (max-width: 768px) {
  .fullheight .centerall {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
  }
}

@media (max-width: 768px) {
  .mobile-height {
    height: 450px !important;
  }
}

.fadecover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#uplink {
  position: fixed;
  right: 2em;
  bottom: -100px;
  z-index: 2000;
  color: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
#uplink.up {
  bottom: 3em;
}

#uplink:hover {
  color: #393435;
}

.secnav-title {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-size: 2.25rem;
  padding: 1rem;
  margin: 0;
}

.secnav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  margin: 0 0.5rem 0 0;
}
@media (max-width: 768px) {
  .secnav {
    flex-direction: column;
    width: fit-content;
    margin: auto;
  }
}
.secnav li {
  margin: 5px 1rem;
  display: flex;
}
.secnav li a {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  display: block;
  font-size: 2.25rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  padding: 5px 0;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  color: #393435;
  align-content: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 768px) {
  .secnav li a {
    font-size: 2rem;
    flex: none;
    margin: 0 auto;
    width: 100%;
  }
}
.secnav li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #7E4B1B;
}
.secnav li a:hover {
  color: #7E4B1B;
}
.secnav li a.active {
  color: #7E4B1B;
}
.secnav li a.active:after {
  opacity: 1;
}
.secnav li.active > a {
  color: #7E4B1B;
}
.secnav li.active > a:after {
  opacity: 1;
}

.select.mobile-select {
  border: none;
}
@media (max-width: 640px) {
  .select.mobile-select {
    border: 1px solid #393435;
  }
}
.select.mobile-select .select__arrow {
  display: none;
  border-color: #393435 transparent transparent transparent;
}
@media (max-width: 640px) {
  .select.mobile-select .select__arrow {
    display: block;
  }
}
.select.mobile-select ul select {
  color: #393435;
  text-indent: 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: none;
}
@media (max-width: 640px) {
  .select.mobile-select ul select {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  .select.mobile-select ul li {
    display: none;
  }
}

.select.mobile-select {
  border: none;
  width: 90%;
  margin: 0 5%;
}
@media (max-width: 768px) {
  .select.mobile-select {
    border: 1px solid #393435;
  }
}
.select.mobile-select .select__arrow {
  display: none;
  top: 20px;
  border-color: #393435 transparent transparent transparent;
}
@media (max-width: 768px) {
  .select.mobile-select .select__arrow {
    display: block;
  }
}
.select.mobile-select ul select {
  color: #393435;
  text-indent: 1em;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  display: none;
}
@media (max-width: 768px) {
  .select.mobile-select ul select {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .select.mobile-select ul li {
    display: none;
  }
}

.boxbtn, .boxbtn:link, .boxbtn:visited {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  position: relative;
  color: #ffffff;
  background-color: #385167;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.boxbtn:hover, .boxbtn:link:hover, .boxbtn:visited:hover {
  background-color: #2f4456;
}
.boxbtn.with-arrow, .boxbtn:link.with-arrow, .boxbtn:visited.with-arrow {
  padding: 0.75em 1.75em 0.75em 1em;
}
.boxbtn.with-arrow i, .boxbtn:link.with-arrow i, .boxbtn:visited.with-arrow i {
  font-size: 0.85em;
  display: inline-block;
  position: absolute;
  margin-top: 0.25em;
  padding: 0 0.5em 0 0.25em;
  margin-top: 0.25em;
  -webkit-transition: padding 0.25s ease;
  -moz-transition: padding 0.25s ease;
  -ms-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
.boxbtn.with-arrow:hover i, .boxbtn:link.with-arrow:hover i, .boxbtn:visited.with-arrow:hover i {
  padding: 0 0.25em 0 0.5em;
}
.boxbtn.with-arrow.reverse, .boxbtn:link.with-arrow.reverse, .boxbtn:visited.with-arrow.reverse {
  padding: 0.5em 1em 0.5em 0.5em;
}
.boxbtn.with-arrow.reverse i, .boxbtn:link.with-arrow.reverse i, .boxbtn:visited.with-arrow.reverse i {
  position: relative;
  padding: 0 0.25em 0 0.5em;
}
.boxbtn.with-arrow.reverse:hover i, .boxbtn:link.with-arrow.reverse:hover i, .boxbtn:visited.with-arrow.reverse:hover i {
  padding: 0 0.5em 0 0.25em;
}
.boxbtn.bgsecondary, .boxbtn:link.bgsecondary, .boxbtn:visited.bgsecondary {
  background-color: #002a3e;
}
.boxbtn.bgsecondary:hover, .boxbtn:link.bgsecondary:hover, .boxbtn:visited.bgsecondary:hover {
  background-color: #004d71;
}

.default-content {
  color: #393435;
}
@media (max-width: 640px) {
  .default-content {
    text-align: center;
  }
}
.default-content hr {
  content: "";
  display: block;
  height: 1px;
  width: 60%;
  margin: 0 auto 1.5rem;
  background-color: #7E4B1B;
}
.default-content em {
  font-style: italic;
}
.default-content p {
  margin-bottom: 1.5rem;
  font-size: 1.25em;
  line-height: 1.5em;
}
.default-content p a {
  color: #005E8A;
}
.default-content p a:hover {
  color: #393435;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  margin-top: 1em;
  margin-bottom: 1.5rem;
}
.default-content h2.size-h3 {
  font-size: 1.75em;
}
.default-content pre {
  margin-bottom: 1rem;
}
.default-content blockquote {
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 1px 1px 1px #ccc;
  padding: 2rem;
  margin: 1.5em auto;
  text-align: center;
}
.default-content blockquote h3 {
  margin-top: 0;
}
.default-content blockquote :last-child {
  margin: 0;
}
.default-content ul, .default-content ol {
  margin: 0;
  padding: 0 2rem 0 0;
  list-style: none;
  margin-left: 0;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.default-content ul li, .default-content ol li {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.25em;
  line-height: 1.25em;
}
.default-content ul li:before, .default-content ol li:before {
  content: "•  ";
  font-size: 0.75em;
  color: #393435;
  padding-right: 0.25em;
  line-height: 1;
}
.default-content ul li a, .default-content ol li a {
  color: #393435;
}
.default-content ul li a:hover, .default-content ol li a:hover {
  color: #005E8A;
}
.default-content ul ul, .default-content ul ol, .default-content ol ul, .default-content ol ol {
  margin: 0;
  padding: 0 2rem 0 2rem;
  list-style: none;
  margin-left: 0;
  padding-left: 2rem;
  text-indent: -1.75rem;
}
.default-content ul ul li, .default-content ul ol li, .default-content ol ul li, .default-content ol ol li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1rem;
  line-height: 1rem;
}
.default-content ul ul li:before, .default-content ul ol li:before, .default-content ol ul li:before, .default-content ol ol li:before {
  content: " ";
  color: #393435;
  padding-right: 1em;
}

.divider,
.divider-slim {
  position: relative;
  width: 100%;
  height: 4em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .divider,
  .divider-slim {
    height: calc(4em / 2);
  }
}

.divider-slim {
  height: 40px;
}
@media (max-width: 640px) {
  .divider-slim {
    height: 25px;
  }
}

.hideme {
  display: none;
}

@media (max-width: 640px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.hide-on-desktop {
  display: none !important;
}
@media (max-width: 640px) {
  .hide-on-desktop {
    display: block !important;
  }
}

.imgloader,
.videoloader {
  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%);
  z-index: 1;
  font-size: 3em;
  color: #ffffff;
}

.videoloader {
  z-index: 500;
}

.offscreen, .sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
header,
footer,
section {
  clear: both;
  width: 100%;
  position: relative;
}

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

[class*=section-title] {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-size: 3.5rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  [class*=section-title] {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  [class*=section-title] {
    font-size: 2.5rem;
  }
}
[class*=section-title].font-headline {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  font-size: 4rem;
}
@media (max-width: 768px) {
  [class*=section-title].font-headline {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  [class*=section-title].font-headline {
    font-size: 2.5rem;
  }
}

.section-title-large {
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .section-title-large {
    font-size: 4rem;
  }
}
@media (max-width: 640px) {
  .section-title-large {
    font-size: 3.75rem;
  }
}
.section-title-large.font-headline {
  font-size: 4rem;
}
@media (max-width: 768px) {
  .section-title-large.font-headline {
    font-size: 3.5rem;
  }
}
@media (max-width: 640px) {
  .section-title-large.font-headline {
    font-size: 3rem;
  }
}

.section-title-medium {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .section-title-medium {
    font-size: 2.5rem;
  }
}
@media (max-width: 640px) {
  .section-title-medium {
    font-size: 2.25rem;
  }
}
.section-title-medium.font-headline {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .section-title-medium.font-headline {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .section-title-medium.font-headline {
    font-size: 1.5rem;
  }
}

.section-title-small {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .section-title-small {
    font-size: 2.25rem;
  }
}
@media (max-width: 640px) {
  .section-title-small {
    font-size: 2.125rem;
  }
}
.section-title-small.font-headline {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-title-small.font-headline {
    font-size: 1.5rem;
  }
}
@media (max-width: 640px) {
  .section-title-small.font-headline {
    font-size: 1rem;
  }
}

.section-title-xsmall {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .section-title-xsmall {
    font-size: 2.125rem;
  }
}
@media (max-width: 640px) {
  .section-title-xsmall {
    font-size: 2rem;
  }
}
.section-title-xsmall.font-headline {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .section-title-xsmall.font-headline {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .section-title-xsmall.font-headline {
    font-size: 1rem;
  }
}

#contain-all {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#contain-all [class*=animate] {
  opacity: 0;
  -webkit-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -moz-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -ms-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -o-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  transition-delay: 0.125s;
}
#contain-all [class*=animate].quick {
  transition-delay: 0.05s;
}
@media (max-width: 640px) {
  #contain-all [class*=animate].quick {
    transition-delay: 0.125s;
  }
}
#contain-all [class*=animate].short-delay {
  transition-delay: 0.5s;
}
@media (max-width: 640px) {
  #contain-all [class*=animate].short-delay {
    transition-delay: 0.125s;
  }
}
#contain-all [class*=animate].medium-delay {
  transition-delay: 0.75s;
}
@media (max-width: 640px) {
  #contain-all [class*=animate].medium-delay {
    transition-delay: 0.125s;
  }
}
#contain-all [class*=animate].long-delay {
  transition-delay: 1s;
}
@media (max-width: 640px) {
  #contain-all [class*=animate].long-delay {
    transition-delay: 0.125s;
  }
}
#contain-all [class*=animate].xlong-delay {
  transition-delay: 2s;
}
@media (max-width: 640px) {
  #contain-all [class*=animate].xlong-delay {
    transition-delay: 0.125s;
  }
}
#contain-all [class*=animate].nofade {
  opacity: 1 !important;
}
#contain-all .animate-left {
  transform: translateX(50px);
}
#contain-all .animate-right {
  transform: translateX(-50px);
}
#contain-all .animate-up {
  transform: translateY(50px);
}
#contain-all .animate-down {
  transform: translateY(-50px);
}
#contain-all .animate-zoomin {
  transform: scale(0.75);
}
#contain-all .animate-zoomout {
  transform: scale(1.5);
}
#contain-all .animate-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#contain-all .animate-countup {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#contain-all .animate-fade-sequence:nth-of-type(1) {
  transition-delay: 0.125s;
}
#contain-all .animate-fade-sequence:nth-of-type(2) {
  transition-delay: 0.25s;
}
#contain-all .animate-fade-sequence:nth-of-type(3) {
  transition-delay: 0.375s;
}
#contain-all .animate-fade-sequence:nth-of-type(4) {
  transition-delay: 0.5s;
}
#contain-all .animate-fade-sequence:nth-of-type(5) {
  transition-delay: 0.625s;
}
#contain-all .animate-fade-sequence:nth-of-type(6) {
  transition-delay: 0.75s;
}
#contain-all .animate-fade-sequence:nth-of-type(7) {
  transition-delay: 0.875s;
}
#contain-all .animate-fade-sequence:nth-of-type(8) {
  transition-delay: 1s;
}
#contain-all .animate-fade-sequence:nth-of-type(9) {
  transition-delay: 1.125s;
}
#contain-all .animate-fade-sequence:nth-of-type(10) {
  transition-delay: 1.25s;
}
#contain-all .in-view {
  opacity: 1;
}
#contain-all .in-view.animate-up, #contain-all .in-view.animate-down, #contain-all .in-view.animate-left, #contain-all .in-view.animate-right {
  transform: translate(0);
}
#contain-all .in-view.animate-zoomin, #contain-all .in-view.animate-zoomout {
  transform: scale(1);
}
#contain-all [class*=wrapper] {
  max-width: 980px;
  width: calc(100% - 2em);
  margin: 0 auto;
  position: relative;
}
#contain-all [class*=wrapper].with-gap {
  width: calc(100% - calc(4em * 2));
}
@media (max-width: 768px) {
  #contain-all [class*=wrapper].with-gap {
    width: calc(100% - 4em);
  }
}
#contain-all .wrapper-full {
  width: 100%;
  max-width: none;
}
#contain-all .wrapper-wide {
  max-width: 1200px;
}
#contain-all .wrapper-xwide {
  max-width: 1400px;
}

.pattern-container {
  padding: 4rem 0;
}
@media (max-width: 640px) {
  .pattern-container {
    padding: 2rem 0;
  }
}

#intro,
.intro {
  padding: 6rem 0;
}
@media (max-width: 1024px) {
  #intro,
  .intro {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  #intro,
  .intro {
    padding: 2rem 1rem;
  }
}
#intro .intro-content,
.intro .intro-content {
  display: block;
  width: 100%;
  padding: 0 2rem;
}
@media (max-width: 640px) {
  #intro .intro-content,
  .intro .intro-content {
    padding: 0 1rem;
  }
}
#intro .intro-title,
.intro .intro-title {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}
#intro .intro-title.m-bottom,
.intro .intro-title.m-bottom {
  margin-bottom: 1.5rem;
}
#intro .intro-title h1,
#intro .intro-title h2,
.intro .intro-title h1,
.intro .intro-title h2 {
  display: block;
  line-height: 1.125em;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 845px) {
  #intro .intro-title h1 br,
  #intro .intro-title h2 br,
  .intro .intro-title h1 br,
  .intro .intro-title h2 br {
    display: none;
  }
}
#intro .intro-title p,
.intro .intro-title p {
  line-height: 1.5em;
}
#intro .intro-title p:last-of-type,
.intro .intro-title p:last-of-type {
  margin: 0;
}
#intro .intro-text,
.intro .intro-text {
  text-align: center;
  display: block;
  width: 100%;
}
#intro .intro-text p,
.intro .intro-text p {
  font-size: 1.25em;
  line-height: 1.95em;
  margin-bottom: 1em;
}
#intro .intro-text p:last-of-type,
.intro .intro-text p:last-of-type {
  margin: 0;
}
#intro .intro-text h2.intro-sub-title,
.intro .intro-text h2.intro-sub-title {
  color: #385167;
  font-size: 1.75em;
  font-style: italic;
  line-height: 1.5em;
  margin: 0.75em 0 0;
}
@media (max-width: 640px) {
  #intro .intro-text h2.intro-sub-title,
  .intro .intro-text h2.intro-sub-title {
    font-size: 1.5em;
  }
  #intro .intro-text h2.intro-sub-title br,
  .intro .intro-text h2.intro-sub-title br {
    display: none;
  }
}
#intro .intro-links,
.intro .intro-links {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
#intro .intro-links .intro-link,
.intro .intro-links .intro-link {
  font-weight: 600;
  color: #7E4B1B;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.125em;
  text-transform: uppercase;
  margin: 1rem 0.5rem;
}

.inline-links {
  margin: 2em 0 1em;
}
.inline-links a {
  display: inline-block;
  min-width: calc(33% - 2em);
  margin: 1em 1em 0;
}
@media (max-width: 768px) {
  .inline-links a {
    width: 90%;
    max-width: 500px;
  }
}

header {
  position: absolute;
  height: 100px;
}
@media (max-width: 768px) {
  header {
    height: 60px;
  }
}

.fade-cover {
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/*******************
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: "AcherusGrotesqueRegular", sans-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;
}

@media (max-width: 640px) {
  .block-on-sm {
    display: block;
  }
}

@media (max-width: 768px) {
  .block-on-md {
    display: block;
  }
}

@media (max-width: 1024px) {
  .block-on-lg {
    display: block;
  }
}

@media (max-width: 640px) {
  .hide-on-sm {
    display: none;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  TOP PROMO BAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top-promo-bar {
  background-color: #005E8A;
  text-align: center;
  position: relative;
  z-index: 999999;
  width: 100%;
  min-height: 75px;
}
@media (max-width: 640px) {
  .top-promo-bar {
    text-align: left;
  }
}
.top-promo-bar .top-promo-bar-content {
  position: relative;
  max-width: 980px;
  width: calc(100% - 2em);
  margin: 0 auto;
  padding: 1rem 0;
}
.top-promo-bar.image-only {
  min-height: 0;
}
.top-promo-bar.image-only .top-promo-bar-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 0;
}
.top-promo-bar.image-only .top-promo-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.top-promo-bar.image-only .top-promo-image img {
  width: auto;
  height: auto;
  max-width: min(500px, 100%);
}
@media (max-width: 640px) {
  .top-promo-bar.image-only .top-promo-image img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
  }
}
.top-promo-bar.image-only #top-promo-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}
.top-promo-bar.has-image .top-promo-bar-content {
  display: flex;
  align-items: center;
  min-height: 200px;
}
.top-promo-bar.has-image .top-promo-image {
  flex: 0 0 auto;
  width: auto;
  height: 200px;
  overflow: hidden;
  align-self: stretch;
}
.top-promo-bar.has-image .top-promo-image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.top-promo-bar.has-image .top-promo-messages {
  flex: 1 1 auto;
  min-width: 0;
  position: static;
}
@media (max-width: 1024px) {
  .top-promo-bar.has-image .top-promo-bar-content {
    min-height: 170px;
  }
  .top-promo-bar.has-image .top-promo-image {
    height: 170px;
  }
}
@media (max-width: 768px) {
  .top-promo-bar.has-image .top-promo-bar-content {
    min-height: 145px;
  }
  .top-promo-bar.has-image .top-promo-image {
    height: 145px;
  }
}
@media (max-width: 640px) {
  .top-promo-bar.has-image .top-promo-bar-content {
    flex-direction: column;
    min-height: 0;
  }
  .top-promo-bar.has-image .top-promo-image {
    order: 1;
    width: 100%;
    flex: 0 0 auto;
    height: auto;
    overflow: visible;
  }
  .top-promo-bar.has-image .top-promo-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .top-promo-bar.has-image .top-promo-messages {
    order: 2;
    width: 100%;
    flex: 0 0 auto;
    padding: 0.75em 3rem 0.75em 0;
    position: relative;
  }
}
.top-promo-bar .cycle-slideshow {
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}
@media (max-width: 640px) {
  .top-promo-bar .cycle-slideshow {
    padding: 0;
  }
}
.top-promo-bar .cycle-slideshow .frame {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50% !important;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 1em;
  color: #ffffff;
}
@media (max-width: 640px) {
  .top-promo-bar .cycle-slideshow .frame {
    padding: 0;
  }
}
.top-promo-bar .cycle-slideshow .frame a {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  color: #ffffff !important;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.top-promo-bar .cycle-slideshow .frame a i {
  padding: 0 5px 0 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.top-promo-bar .cycle-slideshow .frame a:hover {
  opacity: 0.65;
}
.top-promo-bar .cycle-slideshow .frame a:hover i {
  padding: 0 0 0 5px;
}
.top-promo-bar .promo-slide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.top-promo-bar .promo-slide-inner.has-slide-image .promo-text {
  flex: 1 1 auto;
  min-width: 0;
}
.top-promo-bar .promo-slide-inner .top-promo-image {
  flex: 0 0 auto;
  width: auto;
  height: 200px;
  overflow: hidden;
  align-self: stretch;
}
.top-promo-bar .promo-slide-inner .top-promo-image img {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .top-promo-bar .promo-slide-inner .top-promo-image {
    height: 170px;
  }
}
@media (max-width: 768px) {
  .top-promo-bar .promo-slide-inner .top-promo-image {
    height: 145px;
  }
}
@media (max-width: 640px) {
  .top-promo-bar .promo-slide-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .top-promo-bar .promo-slide-inner .top-promo-image {
    order: 1;
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .top-promo-bar .promo-slide-inner .top-promo-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .top-promo-bar .promo-slide-inner .promo-text {
    order: 2;
    padding: 0.75em 3rem 0.75em 0;
  }
}
.top-promo-bar .promo-text {
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.35rem;
  padding: 0 40px;
  text-align: center;
  width: 100%;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.top-promo-bar .promo-text.has-image {
  width: calc(100% - 360px);
}
@media (max-width: 1024px) {
  .top-promo-bar .promo-text {
    font-size: 1.15rem;
  }
}
@media (max-width: 640px) {
  .top-promo-bar .promo-text {
    text-align: left;
    padding-left: 0;
    font-size: 1rem;
  }
}
.top-promo-bar .promo-image {
  flex: 0 0 auto;
  width: auto;
  max-width: 360px;
  height: 200px;
  overflow: hidden;
}
.top-promo-bar .promo-image img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.top-promo-bar .promo-disclaimer {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.75em;
  line-height: 1.3;
}
.top-promo-bar #top-promo-close {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0.75rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -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;
}
.top-promo-bar #top-promo-close i {
  font-size: 0.75rem;
  color: #ffffff;
  padding: 5px 7px;
}
.top-promo-bar #top-promo-close:hover {
  opacity: 0.65 !important;
}
@media (max-width: 640px) {
  .top-promo-bar #top-promo-close {
    right: 0.75rem;
  }
}
.top-promo-bar .arrow-icon-wrap {
  display: inline;
  white-space: nowrap;
}
.top-promo-bar .arrow-icon-wrap i {
  display: inline !important;
  vertical-align: baseline;
}

body.promo-bar-closed .top-promo-bar {
  display: none;
}

/*~~~~~~~~~~~~~~~~~*/
.hamburger,
.hamburger-menu-item {
  width: 45px;
  height: 45px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.hamburger span,
.hamburger-menu-item span {
  display: block;
  position: absolute;
  left: 50%;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  background: #7E4B1B;
  opacity: 1;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  -o-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.hamburger span:nth-child(1),
.hamburger-menu-item span:nth-child(1) {
  top: 6px;
}
.hamburger span:nth-child(2),
.hamburger-menu-item span:nth-child(2) {
  top: 16px;
}
.hamburger span:nth-child(3),
.hamburger-menu-item span:nth-child(3) {
  top: 26px;
}
.hamburger.open span:nth-child(1),
.hamburger-menu-item.open span:nth-child(1) {
  width: 0%;
  opacity: 0;
  -webkit-transition: 0 ease-in-out;
  -moz-transition: 0 ease-in-out;
  -o-transition: 0 ease-in-out;
  transition: 0 ease-in-out;
}
.hamburger.open span:nth-child(2),
.hamburger-menu-item.open span:nth-child(2) {
  width: 100%;
  left: 0;
  top: 19px;
  -webkit-transform: rotate(45deg) translateX(0%);
  -moz-transform: rotate(45deg) translateX(0%);
  -o-transform: rotate(45deg) translateX(0%);
  transform: rotate(45deg) translateX(0%);
}
.hamburger.open span:nth-child(3),
.hamburger-menu-item.open span:nth-child(3) {
  width: 100%;
  left: 0;
  top: 19px;
  -webkit-transform: rotate(-45deg) translateX(0%);
  -moz-transform: rotate(-45deg) translateX(0%);
  -o-transform: rotate(-45deg) translateX(0%);
  transform: rotate(-45deg) translateX(0%);
}
.hamburger.open span:nth-child(4),
.hamburger-menu-item.open span:nth-child(4) {
  width: 0%;
  opacity: 0;
  -webkit-transition: 0 ease-in-out;
  -moz-transition: 0 ease-in-out;
  -o-transition: 0 ease-in-out;
  transition: 0 ease-in-out;
}

.menu-title {
  position: absolute;
  bottom: 12px;
  right: 1.5rem;
  color: #7E4B1B;
  width: 45px;
  padding-bottom: 15px;
  text-align: center;
  -webkit-transition: bottom 0.5s ease;
  -moz-transition: bottom 0.5s ease;
  -ms-transition: bottom 0.5s ease;
  -o-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
.menu-title h2 {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-size: 0.85rem;
  margin: 0;
}
@media (max-width: 768px) {
  .menu-title {
    bottom: -7px;
  }
}

.menu-title.open {
  display: none;
}

ul#header-social,
ul#footer-social,
ul#news-social {
  display: inline-block;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
ul#header-social li,
ul#footer-social li,
ul#news-social li {
  display: inline-block;
  list-style: none;
  margin: 0 0.5em;
}
ul#header-social li a,
ul#footer-social li a,
ul#news-social li a {
  font-size: 1.5em;
  margin: 0;
  text-decoration: none;
  color: #005E8A;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
ul#header-social li a:hover,
ul#footer-social li a:hover,
ul#news-social li a:hover {
  opacity: 0.65;
}

ul#header-social {
  margin-left: 0.75rem;
}
@media (max-width: 768px) {
  ul#header-social {
    display: none;
  }
}

#header-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1100;
  -webkit-transition: height 0.5s ease, top 0.5s ease, opacity 0.5s ease;
  -moz-transition: height 0.5s ease, top 0.5s ease, opacity 0.5s ease;
  -ms-transition: height 0.5s ease, top 0.5s ease, opacity 0.5s ease;
  -o-transition: height 0.5s ease, top 0.5s ease, opacity 0.5s ease;
  transition: height 0.5s ease, top 0.5s ease, opacity 0.5s ease;
}
#header-content:after {
  content: "";
  position: absolute;
  top: -220%;
  left: -10px;
  z-index: -1;
  transform: rotate(-3deg);
  width: 110%;
  background-color: #ffffff;
  height: 300%;
  transform-origin: bottom right;
  opacity: 0.85;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15) !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #header-content:after {
    top: -130px;
  }
}
@media (max-width: 640px) {
  #header-content:after {
    top: -130px;
    transform: rotate(-1deg);
  }
}
#header-content.hide {
  top: -150px !important;
}
#header-content.hide ul#main-nav.mobile-nav {
  height: 0;
}
@media (max-width: 768px) {
  #header-content.hide {
    top: -85px;
  }
}
#header-content.fixed-nav {
  position: fixed;
}
#header-content #header-content-holder {
  position: relative;
  height: 90px;
  width: 100%;
  margin: 0 auto;
  background: none !important;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media (max-width: 768px) {
  #header-content #header-content-holder {
    height: 65px;
  }
}
#header-content #header-content-holder #header-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 2em;
  width: 21vw;
  max-width: 300px;
  margin-top: 2vw;
}
@media (max-width: 1248px) {
  #header-content #header-content-holder #header-logo {
    max-width: 250px;
    margin-top: 1.5vw;
  }
}
@media (max-width: 768px) {
  #header-content #header-content-holder #header-logo {
    margin-top: 2.5vw;
  }
}
@media (max-width: 768px) {
  #header-content #header-content-holder #header-logo {
    left: 1.5em;
    max-width: 225px;
  }
}
@media (max-width: 640px) {
  #header-content #header-content-holder #header-logo {
    width: 150px;
    margin-top: 0.25rem;
  }
}
#header-content #header-content-holder #header-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 90px;
  z-index: 500;
  margin-top: -5px;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
@media (max-width: 768px) {
  #header-content #header-content-holder #header-right {
    margin-top: 0;
  }
}
#header-content #header-content-holder #header-right .header-phone {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  display: inline-block;
  color: #005E8A;
  font-size: 1.35rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.35rem;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#header-content #header-content-holder #header-right .header-phone i {
  font-size: 1.75rem;
  display: none;
}
@media (max-width: 640px) {
  #header-content #header-content-holder #header-right .header-phone i {
    display: block;
  }
}
@media (max-width: 640px) {
  #header-content #header-content-holder #header-right .header-phone span {
    display: none;
  }
}
#header-content #header-content-holder #header-right .header-phone:hover {
  opacity: 0.65;
}
#header-content.slim:after {
  top: -130px;
  transform: rotate(-1deg);
}
#header-content.slim #header-content-holder {
  height: 65px;
}
#header-content.slim #header-content-holder #header-logo {
  max-width: 170px;
  margin-top: 0.75rem;
}
@media (max-width: 640px) {
  #header-content.slim #header-content-holder #header-logo {
    width: 150px;
    margin-top: 0.25rem;
  }
}
#header-content.slim #header-content-holder #header-right {
  margin-top: 0;
}
#header-content.slim #header-content-holder .mobile-nav-close, #header-content.slim #header-content-holder .mobile-nav-toggle {
  top: 8px;
}
#header-content.slim #header-content-holder .menu-title {
  bottom: -7px;
}

.mobile-nav-toggle,
.mobile-nav-close {
  position: absolute;
  top: 13px;
  right: 1.5rem;
  z-index: 1100;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 0.5s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  -moz-transition: top 0.5s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  -ms-transition: top 0.5s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  -o-transition: top 0.5s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  transition: top 0.5s ease, right 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  .mobile-nav-toggle,
  .mobile-nav-close {
    right: 1.5rem;
  }
}
@media (max-width: 640px) {
  .mobile-nav-toggle,
  .mobile-nav-close {
    top: 8px;
  }
}
.mobile-nav-toggle:hover,
.mobile-nav-close:hover {
  cursor: pointer;
}
.mobile-nav-toggle h4,
.mobile-nav-close h4 {
  font-family: "AcherusGrotesqueBold", sans-serif;
  font-size: 0.95em;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media (max-width: 768px) {
  .mobile-nav-toggle,
  .mobile-nav-close {
    top: 8px;
  }
}

.menubg {
  width: 100%;
  position: absolute;
  right: -800px;
  top: 0;
  height: 100vh !important;
  z-index: -1;
  width: 600px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.5s ease, right 0.5s ease;
  -moz-transition: background-color 0.5s ease, right 0.5s ease;
  -ms-transition: background-color 0.5s ease, right 0.5s ease;
  -o-transition: background-color 0.5s ease, right 0.5s ease;
  transition: background-color 0.5s ease, right 0.5s ease;
}
@media (max-width: 768px) {
  .menubg {
    width: 100%;
    clip-path: none;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -ms-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
}
.menubg.open {
  right: 0;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.menubg .bottom-gradient {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -moz-transition: opacity 0.5s ease, height 0.5s ease;
  -ms-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
}
.menubg .bottom-gradient.gosmall {
  height: 0;
  opacity: 0;
}

.off-canvas-menu {
  position: absolute;
  top: 100%;
  right: 100%;
  width: 500px;
  height: 80vh;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: end;
  background: none !important;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -ms-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
}
@media (max-width: 640px) {
  .off-canvas-menu {
    width: 100%;
    align-items: flex-start;
  }
}
.off-canvas-menu .off-canvas-nav-container {
  overflow: auto;
  padding: 0 2em 2em;
  text-align: center;
  -webkit-transition: margin-top 0.5s ease;
  -moz-transition: margin-top 0.5s ease;
  -ms-transition: margin-top 0.5s ease;
  -o-transition: margin-top 0.5s ease;
  transition: margin-top 0.5s ease;
  width: 100%;
}
@media (max-width: 640px) {
  .off-canvas-menu .off-canvas-nav-container {
    min-width: 0;
    padding: 0;
    margin-top: 0;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav {
  min-height: 300px;
  padding: 0 0 30px;
  display: inline-flex;
  margin: 0 auto;
  display: block;
  text-align: center;
  -webkit-transition: padding 0.5s ease, margin 0.5s ease;
  -moz-transition: padding 0.5s ease, margin 0.5s ease;
  -ms-transition: padding 0.5s ease, margin 0.5s ease;
  -o-transition: padding 0.5s ease, margin 0.5s ease;
  transition: padding 0.5s ease, margin 0.5s ease;
}
@media (max-width: 640px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav {
    padding: 30px 0;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  visibility: hidden;
  color: #385167;
  padding: 2.5vh 0 0;
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: right;
}
@media screen and (max-height: 700px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    padding: 1vh 0 0;
  }
}
@media (max-width: 640px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    text-align: center;
    padding: 1.25em 0 0 !important;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li.active {
  color: #005E8A;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li.active > a {
  color: #005E8A;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a {
  color: #385167;
  font-size: 2.75em;
  line-height: 1em;
  position: relative;
  text-decoration: none;
  position: relative;
  padding: 5px;
  display: inline-block;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -ms-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media screen and (max-height: 700px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li a {
    font-size: 2.125em !important;
  }
}
@media (max-width: 1024px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li a {
    font-size: 2.5em;
  }
}
@media (max-width: 640px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li a {
    font-size: 2.125em;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a:hover {
  color: #005E8A;
}

body.menu-open .top-promo-bar .top-promo-toggle {
  opacity: 0 !important;
}
body.menu-open .off-canvas-menu .off-canvas-nav-container #main-nav li {
  visibility: visible;
}
body.menu-open header #header-content #header-content-holder .mobile-nav-toggle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.75;
}

.section-content {
  position: relative;
  z-index: 1;
}

.top-video {
  background: #000000;
  height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.top-video iframe, .top-video object, .top-video embed, .top-video video {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 250vh;
}

.slider-pattern_top {
  position: absolute;
  top: -7vw;
  right: -50px;
  z-index: 500;
  width: 60%;
  max-width: 1000px;
  height: auto;
}
@media (min-width: 1900px) {
  .slider-pattern_top {
    top: -5vw;
  }
}
@media (max-width: 1248px) {
  .slider-pattern_top {
    width: 50%;
    top: -3vw;
  }
}
@media (max-width: 1024px) {
  .slider-pattern_top {
    top: -1vw;
  }
}
@media (max-width: 640px) {
  .slider-pattern_top {
    width: 90%;
  }
}

#slider {
  display: inherit;
  position: relative;
  height: 70vh;
  overflow: hidden;
  background-color: #000000;
  z-index: 0;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #slider {
    height: 400px !important;
  }
}
#slider.no-images {
  height: 0 !important;
  min-height: 0 !important;
}
#slider.with-video {
  margin-top: 0 !important;
}
#slider .bottom-gradient {
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -moz-transition: opacity 0.5s ease, height 0.5s ease;
  -ms-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
}
#slider .bottom-gradient.gosmall {
  height: 0;
  opacity: 0;
}
#slider .slider-pattern_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 400;
  width: 30%;
  max-width: 500px;
  height: auto;
}
@media (max-width: 640px) {
  #slider .slider-pattern_bottom {
    bottom: -20px;
    width: 40%;
  }
}
#slider .imgloader {
  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%);
  z-index: 1;
  font-size: 2em;
  color: #ffffff;
}
#slider #page-title {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 500;
  width: 100%;
}
#slider #page-title h1, #slider #page-title h2 {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  display: block;
  text-align: right;
  position: relative;
  padding: 0 2rem;
  font-size: 7em;
  line-height: 0.9em;
  color: #ffffff;
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  -o-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1248px) {
  #slider #page-title h1, #slider #page-title h2 {
    font-size: 6.5em;
  }
}
@media (max-width: 1024px) {
  #slider #page-title h1, #slider #page-title h2 {
    font-size: 5.5em;
  }
}
@media (max-width: 768px) {
  #slider #page-title h1, #slider #page-title h2 {
    font-size: 5em;
  }
}
@media (max-width: 640px) {
  #slider #page-title h1, #slider #page-title h2 {
    text-align: center;
    font-size: 3.5em;
  }
}
#slider #page-title h1 span, #slider #page-title h2 span {
  display: block;
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.125em;
  margin: 1rem 0;
}
@media (max-width: 1024px) {
  #slider #page-title h1 span, #slider #page-title h2 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  #slider #page-title h1 span, #slider #page-title h2 span {
    font-size: 1.25rem;
    margin: 0.5rem 0;
  }
}
#slider div.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 500;
}
#slider div.slide.parallax-rev {
  height: 110%;
}
#slider div.slide div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 6.5s linear;
}
#slider div.slide.scale div {
  transform: scale(1.1);
}
#slider div.slide.fx1 div {
  transform-origin: bottom left;
}
#slider div.slide.fx2 div {
  transform-origin: top left;
}
#slider div.slide.fx3 div {
  transform-origin: top right;
}
#slider div.slide.fx4 div {
  transform-origin: bottom right;
}

#down-arrow {
  position: relative;
  z-index: 100;
  display: inline-block;
  margin-top: -1rem;
}
#down-arrow i {
  position: relative;
  font-size: 0.65em;
  color: #ffffff;
  top: 0;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
#down-arrow:hover i {
  top: 10px;
}
@media (max-width: 640px) {
  #down-arrow {
    display: none !important;
  }
}

#main-content {
  position: relative;
  z-index: 1;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home #intro .intro-text p {
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .home #intro .intro-text p {
    line-height: 1.5em;
  }
}
.home #slider {
  height: 100vh;
}

.feature-section {
  position: relative;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .feature-section {
    margin-bottom: 4rem;
  }
}
@media (max-width: 640px) {
  .feature-section {
    margin-bottom: 2rem;
  }
}
.feature-section .feature-section-content {
  width: 100%;
  overflow: hidden;
}
.feature-section .feature-section-content .fs-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 400px);
}
@media (max-width: 1024px) {
  .feature-section .feature-section-content .fs-image {
    width: calc(100% - 200px);
  }
}
@media (max-width: 768px) {
  .feature-section .feature-section-content .fs-image {
    position: relative;
    height: 400px;
    width: 100%;
  }
}
.feature-section .feature-section-content .fs-text {
  position: relative;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #5f636a;
  min-height: 80vh;
  float: right;
  padding: 2rem 3rem 2rem 2rem;
}
@media (max-width: 1248px) {
  .feature-section .feature-section-content .fs-text {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  .feature-section .feature-section-content .fs-text {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .feature-section .feature-section-content .fs-text {
    min-height: 0;
    padding: 2rem 2rem 3rem;
    width: 100%;
    transform: translate(0) !important;
  }
}
@media (max-width: 640px) {
  .feature-section .feature-section-content .fs-text {
    align-items: center;
    text-align: center;
  }
}
.feature-section .feature-section-content .fs-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: -14%;
  z-index: -1;
  transform: rotate(9deg);
  width: 50%;
  height: 110%;
  background-color: #5f636a;
}
@media (max-width: 768px) {
  .feature-section .feature-section-content .fs-text:after {
    height: 70px;
    top: -25px;
    width: 120%;
    transform: rotate(2deg);
  }
}
.feature-section .feature-section-content .fs-text .fs-title {
  margin-bottom: 2rem;
  color: #ffffff;
}
.feature-section .feature-section-content .fs-text p {
  color: #ffffff;
}
.feature-section .feature-section-content .fs-text p.disclaimer {
  font-size: 0.75em;
  text-align: right;
  width: 100%;
}
.feature-section .feature-section-content .fs-text ul {
  text-align: left;
}
.feature-section .feature-section-content .fs-text .fs-link {
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  text-transform: uppercase;
  margin-top: 2rem;
  color: #e6cdb3;
}
.feature-section.reverse .feature-section-content .fs-image {
  left: auto;
  right: 0;
}
.feature-section.reverse .feature-section-content .fs-text {
  background-color: #385167;
  float: left;
  padding: 2rem 2rem 2rem 3rem;
}
@media (max-width: 768px) {
  .feature-section.reverse .feature-section-content .fs-text {
    padding: 2rem 2rem 3rem;
  }
}
.feature-section.reverse .feature-section-content .fs-text:after {
  left: auto;
  right: -14%;
  transform: rotate(-9deg);
  background-color: #385167;
}
@media (max-width: 768px) {
  .feature-section.reverse .feature-section-content .fs-text:after {
    transform: rotate(-2deg);
  }
}

#home-feature-1 {
  margin-bottom: 4em;
}
@media (max-width: 640px) {
  #home-feature-1 {
    margin-bottom: 2em;
  }
}
#home-feature-1 .home-feature-content {
  padding: 4em 0 0;
}
@media (max-width: 640px) {
  #home-feature-1 .home-feature-content {
    padding: 2em 0 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  AMENITIES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.amenities-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .amenities-list {
    flex-direction: column;
  }
}
.amenities-list ul {
  list-style: none;
  margin-left: 0;
  text-indent: -0.75em;
  padding: 0 0.75rem 0;
}
.amenities-list ul:first-of-type {
  margin-top: 0;
}
.amenities-list ul:last-of-type {
  padding-right: 0;
}
@media (max-width: 640px) {
  .amenities-list ul {
    max-width: 100% !important;
  }
}
.amenities-list ul li {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.25em;
}
.amenities-list ul li:before {
  content: "/  ";
  font-size: 1em;
  color: #005E8A;
  padding-right: 0.25em;
  line-height: 1;
}
.amenities-list ul li.asterisk {
  font-size: 1em;
  margin-top: 1em;
}
.amenities-list ul li.asterisk:before {
  content: " ";
  padding-left: 1.75em;
}
.amenities-list ul li ul {
  margin: 0;
  padding: 0 2em 0 2em;
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -0.5em;
  margin-top: 0.5em !important;
}
.amenities-list ul li ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1em;
  line-height: 1.25em;
}
.amenities-list ul li ul li:before {
  content: "-";
  color: #393435;
  padding-right: 0.25em;
}
.amenities-list.twhite {
  color: #ffffff;
}
.amenities-list.twhite ul li:before {
  color: #ffffff;
}
.amenities-list.twhite ul li:before ul li:before {
  color: #ffffff;
}
.amenities-list .disclaimer {
  padding: 2em 0;
  font-size: 0.85em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GALLERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gallery-select {
  font-size: 1.75em;
  margin-bottom: 1rem;
}

#gallery-nav {
  padding: 4rem 0 0;
}
@media (max-width: 640px) {
  #gallery-nav {
    padding: 2rem 0 0;
  }
}

#gallery-content {
  padding-bottom: 4rem;
}
@media (max-width: 640px) {
  #gallery-content {
    padding-bottom: 2rem;
  }
}

.image-gallery ul.gallery-list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(calc(33.33% - 2em), 1fr));
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
@media (max-width: 1024px) {
  .image-gallery ul.gallery-list {
    grid-template-columns: repeat(2, minmax(calc(50% - 2em), 1fr));
  }
}
@media (max-width: 640px) {
  .image-gallery ul.gallery-list {
    grid-template-columns: repeat(1, minmax(100%, 1fr));
  }
}
.image-gallery ul.gallery-list li {
  width: 100%;
  position: relative;
  overflow: hidden;
  grid-column: span 1;
}
.image-gallery ul.gallery-list li:last-of-type {
  margin-bottom: 0;
}
.image-gallery ul.gallery-list li a {
  font-weight: 500;
  text-decoration: none;
  color: #ffffff;
  display: block;
  height: 20vw;
  cursor: zoom-in;
  background-color: #eae8e8;
}
@media (max-width: 1024px) {
  .image-gallery ul.gallery-list li a {
    height: 30vw;
  }
}
@media (max-width: 640px) {
  .image-gallery ul.gallery-list li a {
    height: 60vw;
  }
}
.image-gallery ul.gallery-list li a .bgimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  -ms-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
.image-gallery ul.gallery-list li a:hover > .overlay, .image-gallery ul.gallery-list li a:hover > .caption {
  opacity: 1;
  color: #ffffff;
}
.image-gallery ul.gallery-list li a:hover {
  display: block;
}
.image-gallery ul.gallery-list li a:hover .bgimg {
  transform: scale(1.07);
}
.image-gallery ul.gallery-list li .overlay {
  opacity: 0;
  z-index: 10;
  background-color: rgba(56, 81, 103, 0.7);
  transition: 0.3s opacity ease-in-out;
}
.image-gallery ul.gallery-list li.with-icon a {
  text-decoration: none;
}
.image-gallery ul.gallery-list li.with-icon a .vr-icon,
.image-gallery ul.gallery-list li.with-icon a .video-icon {
  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%);
  z-index: 11;
  width: 100%;
  height: auto;
  font-size: 9em; /*3em;*/
  display: block;
  text-align: center;
  line-height: 1em;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
}
.image-gallery ul.gallery-list li.with-icon a .video-icon {
  font-size: 4em;
}
.image-gallery ul.gallery-list li.with-icon a:hover .vr-icon,
.image-gallery ul.gallery-list li.with-icon a:hover .video-icon {
  opacity: 0.125;
}
.image-gallery ul.gallery-list img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .image-gallery ul.gallery-list img {
    height: auto;
  }
}
.image-gallery .caption {
  font-family: "AcherusGrotesqueBold", sans-serif;
  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%);
  z-index: 20;
  opacity: 0;
  text-align: center;
  transition: 0.3s opacity ease-in-out;
  font-size: 1.25rem;
  width: 100%;
  padding: 2em;
  line-height: 1.125em;
}
@media (max-width: 640px) {
  .image-gallery .caption {
    font-size: 1em;
  }
}

div.fancybox-container {
  z-index: 99999;
}

div.fancybox-controls {
  bottom: 0 !important;
}

div.fancybox-show-infobar .fancybox-infobar {
  mix-blend-mode: normal !important;
  color: #ffffff !important;
}

div.fancybox-show-infobar .fancybox-button--right,
div.fancybox-show-infobar .fancybox-button--left {
  position: absolute !important;
  top: 49% !important;
  font-size: 2em !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

div.fancybox-show-infobar .fancybox-button--right {
  right: 2% !important;
}

div.fancybox-show-infobar .fancybox-button--left {
  left: 2% !important;
}

div.fancybox-show-infobar .fancybox-button--left::after,
div.fancybox-show-infobar .fancybox-button--right::after {
  top: 15px !important;
  width: 15px !important;
  height: 15px !important;
  border-top: 4px solid currentColor !important;
  border-right: 4px solid currentColor !important;
}

div.fancybox-show-infobar .fancybox-button--right::after {
  right: 18px !important;
}

div.fancybox-show-infobar .fancybox-button--left::after {
  left: 18px !important;
}

div.fancybox-infobar__body {
  color: #ffffff;
}
div.fancybox-infobar__body .js-fancybox-index,
div.fancybox-infobar__body .js-fancybox-count {
  color: #ffffff;
}

button.fancybox-button {
  background-color: #7E4B1B;
  color: #ffffff !important;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
button.fancybox-button:hover {
  background-color: #385167;
}

div.fancybox-container--ready .fancybox-bg,
div.fancybox-bg {
  opacity: 0.85 !important;
  background: #385167;
}

img.fancybox-image {
  padding: 2em;
}
@media (max-width: 640px) {
  img.fancybox-image {
    padding: 1em;
  }
}

div.fancybox-navigation button.fancybox-button--arrow_left,
div.fancybox-navigation button.fancybox-button--arrow_right {
  width: 90px;
  height: 120px;
}
div.fancybox-navigation button.fancybox-button--arrow_left:disabled,
div.fancybox-navigation button.fancybox-button--arrow_right:disabled {
  display: none;
}

div.fancybox-caption {
  font-size: 1.25em;
  line-height: 1.125em;
}

div.fancybox-caption__body {
  overflow: hidden;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  EXPLORE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#neighborhood-gallery {
  position: relative;
  margin: 4rem 0;
}
@media (max-width: 640px) {
  #neighborhood-gallery {
    margin-bottom: 2rem;
  }
}
#neighborhood-gallery .neighborhood-gallery-content {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 16em);
}
@media (max-width: 1024px) {
  #neighborhood-gallery .neighborhood-gallery-content {
    width: calc(100% - 12em);
  }
}
@media (max-width: 768px) {
  #neighborhood-gallery .neighborhood-gallery-content {
    width: calc(100% - 8em);
  }
}
@media (max-width: 768px) {
  #neighborhood-gallery .neighborhood-gallery-content {
    width: calc(100% - 4em) !important;
  }
}
#neighborhood-gallery .gallery-slider {
  width: 100%;
}
#neighborhood-gallery .gallery-slider .slide {
  width: 100%;
  height: 50vw;
  max-height: 80vh;
}
@media (max-width: 768px) {
  #neighborhood-gallery .gallery-slider .slide {
    height: 60vw;
  }
}
#neighborhood-gallery #cycle-prev,
#neighborhood-gallery #cycle-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: 101;
  opacity: 1;
  font-size: 7em;
  color: #385167;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #neighborhood-gallery #cycle-prev,
  #neighborhood-gallery #cycle-next {
    font-size: 5em;
  }
}
@media (max-width: 768px) {
  #neighborhood-gallery #cycle-prev,
  #neighborhood-gallery #cycle-next {
    width: 50px;
    height: 50px;
    font-size: 2em;
    background-color: #ffffff;
    border-radius: 50%;
  }
}
@media (max-width: 768px) {
  #neighborhood-gallery #cycle-prev i,
  #neighborhood-gallery #cycle-next i {
    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%);
  }
}
#neighborhood-gallery #cycle-prev.disabled,
#neighborhood-gallery #cycle-next.disabled {
  opacity: 0;
}
#neighborhood-gallery #cycle-prev {
  left: -90px;
}
#neighborhood-gallery #cycle-prev:hover {
  left: -95px;
}
@media (max-width: 1024px) {
  #neighborhood-gallery #cycle-prev {
    left: -70px;
  }
  #neighborhood-gallery #cycle-prev:hover {
    left: -75px;
  }
}
@media (max-width: 768px) {
  #neighborhood-gallery #cycle-prev {
    left: 15px;
  }
  #neighborhood-gallery #cycle-prev:hover {
    left: 20px;
  }
}
#neighborhood-gallery #cycle-next {
  right: -90px;
}
#neighborhood-gallery #cycle-next:hover {
  right: -95px;
}
@media (max-width: 1024px) {
  #neighborhood-gallery #cycle-next {
    right: -70px;
  }
  #neighborhood-gallery #cycle-next:hover {
    right: -75px;
  }
}
@media (max-width: 768px) {
  #neighborhood-gallery #cycle-next {
    right: -80px;
  }
  #neighborhood-gallery #cycle-next:hover {
    right: -85px;
  }
}
@media (max-width: 768px) {
  #neighborhood-gallery #cycle-next {
    right: 15px;
  }
  #neighborhood-gallery #cycle-next:hover {
    right: 20px;
  }
}

#fp-nav {
  text-align: center;
  padding-top: 2rem;
}
#fp-nav .secnav-title {
  display: inline-block;
  width: auto;
  font-size: 2.25rem;
}
@media (max-width: 845px) {
  #fp-nav .secnav-title {
    display: block;
  }
}
@media (max-width: 768px) {
  #fp-nav .secnav-title {
    font-size: 2rem;
  }
}
#fp-nav .secnav {
  display: inline-flex;
}

body.plans-availability #fp-soon {
  font-family: "AcherusGrotesqueRegular", sans-serif;
}
body.plans-availability #fp-soon h2 {
  color: #7E4B1B;
  margin-bottom: 0.5rem;
}
body.plans-availability #fp-soon .arrowlink {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

/*******************************************************
 CONTACT
********************************************************/
.address-block h2 {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .address-block h2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .address-block h2 {
    font-size: 1.25rem;
  }
}
.address-block h2 a, .address-block h2 .spanlink {
  color: #385167;
  text-decoration: none;
}
.address-block h2 a:hover, .address-block h2 .spanlink:hover {
  text-decoration: underline;
}
.address-block h2 .address-title {
  color: #005E8A;
}
.address-block .phone a {
  color: #7E4B1B;
}

#contact-address-phone {
  margin-top: 2rem;
}
#contact-address-phone h2 {
  margin: 0;
}

/*******************************************************
 BASIC FORM SCSS
********************************************************/
.sansfill {
  position: absolute;
  left: -5000px;
  display: block;
  width: 1px;
  height: 1px;
  z-index: -100;
  opacity: 0;
}

.form-styles {
  display: block;
  width: 100%;
  color: #393435;
  /* CONTROL GROUP */
}
.form-styles :invalid,
.form-styles :-moz-submit-invalid,
.form-styles :-moz-ui-invalid {
  box-shadow: none;
}
.form-styles div.fielditem {
  position: relative;
  padding: 0 0 2em;
}
@media (max-width: 1024px) {
  .form-styles div.fielditem {
    padding: 0 0 1.5em;
  }
}
.form-styles div.fielditem.fieldlist {
  padding-bottom: 0;
}
.form-styles div.fielditem.focused label {
  transform: translateY(-125%);
  font-size: 0.75em;
  left: 5px;
}
.form-styles div.fieldinput label {
  background: none !important;
  color: #393435;
  position: absolute;
  left: 0;
  bottom: 55%;
  font-size: 17px;
  padding: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-styles div.fieldinput.focused label {
  transform: translateY(-200%);
  font-size: 0.75em;
}
.form-styles div.fieldinput.focused input {
  border-bottom: 1px solid #393435;
}
.form-styles div.fieldinput.focused#comments-input label {
  transform: translateY(-100%);
}
.form-styles div.fieldinput#comments-input {
  margin-top: 1em;
}
.form-styles div.fieldinput#comments-input textarea {
  border: 1px solid #393435;
}
.form-styles div.fieldinput#comments-input label {
  bottom: auto;
  top: 0.5em;
  left: 0.5em;
}
.form-styles div.fieldinput#comments-input.focused label {
  transform: translate(-0.5em, -200%);
  font-size: 0.75em;
}
.form-styles div#sec1.half, .form-styles div#sec2.half {
  width: calc(50% - 1em);
}
@media (max-width: 768px) {
  .form-styles div#sec1, .form-styles div#sec2 {
    width: 100% !important;
  }
}
.form-styles div#sec2.half {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .form-styles div#sec2 {
    margin: 0;
  }
}
.form-styles label {
  color: #393435;
  font-size: 17px;
  line-height: 1.25em;
  padding: 0.5 0.75em;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-styles label.full {
  width: 10%;
  display: block;
}
.form-styles input[type=text], .form-styles input[type=email] {
  width: 100%;
  position: relative;
  background: none;
  color: #393435;
  padding: 0.75em 0.25em;
  border: none;
  border-bottom: 1px solid #393435;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-styles .required-highlight {
  position: relative;
}
.form-styles .required-highlight:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  color: red;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid white;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.form-styles .required-highlight .control__indicator {
  border: 1px solid red;
}
.form-styles .required-highlight label.control {
  margin-left: 0;
}
.form-styles .select.required-highlight select {
  color: red;
  border-bottom: 1px solid red;
}
.form-styles .select.required-highlight .select__arrow {
  border-color: red transparent transparent transparent;
}
.form-styles textarea {
  width: 100%;
  background: none;
  color: #393435;
  border: none;
  border-bottom: 1px solid #393435;
  padding: 0.75em 0.25em;
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-size: 16px;
  resize: none;
  height: 7em;
  overflow: auto;
  -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;
}
.form-styles textarea:focus {
  border-color: #393435;
}
.form-styles .control-group {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.form-styles .control-group .full {
  margin-bottom: 1em;
}
.form-styles .control {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 0.9em;
  cursor: pointer;
}
.form-styles .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-styles .control__indicator {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #393435;
  border-radius: 10px;
}
.form-styles .control--radio .control__indicator {
  border-radius: 50%;
}
.form-styles .control:hover input ~ .control__indicator {
  background: none;
}
.form-styles .control input:focus ~ .control__indicator {
  background: none;
}
.form-styles .control input:checked ~ .control__indicator {
  background: #393435 !important;
}
.form-styles .control input:checked ~ .control__indicator:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #393435;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25%;
  border: none;
}
.form-styles .control:hover input:not([disabled]):checked ~ .control__indicator {
  background: none;
}
.form-styles .control input:checked:focus ~ .control__indicator {
  background: none;
}
.form-styles .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.form-styles .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.form-styles .control input:checked ~ .control__indicator:after {
  display: block;
}
.form-styles .checkboxitem {
  display: inline-block;
  margin-left: 0;
  vertical-align: sub;
}
.form-styles .double-height-checkbox .checkboxitem label {
  padding: 0 0 0 50px !important;
  user-select: none;
}
.form-styles .double-height-checkbox .control__indicator {
  height: 35px;
  width: 35px;
  border-radius: 0;
  border-color: #393435;
  border-width: 2px;
}
.form-styles .control--checkbox {
  margin-left: 0 !important;
}
.form-styles .control--checkbox .control__indicator {
  top: 0;
}
.form-styles .control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #393435;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-styles .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.form-styles .control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #005E8A;
}
.form-styles .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.form-styles .control--radio input:checked ~ .control__indicator:after {
  padding-top: 10%;
  font-size: 13px;
}
.form-styles .select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-styles .select label {
  transform: translateY(-90%) !important;
  font-size: 0.75em !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  cursor: default;
}
.form-styles .select select {
  font-family: "AcherusGrotesqueLight", sans-serif;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  color: #393435;
  border: 0;
  border-radius: 0;
  outline: 0;
  border-bottom: 1px solid #393435;
  font-size: 17px;
  font-weight: 100;
  padding: 0.75em 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px;
}
.form-styles .select.focused label {
  opacity: 1;
}
.form-styles .select.focused select {
  color: #393435;
  border-color: 1px solid #005E8A;
}
.form-styles .select::-ms-expand {
  display: none;
}
.form-styles .select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.form-styles .select .select__arrow {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid #393435;
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* SOLID ARROW */
}
.form-styles .select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.form-styles #form-submit {
  position: absolute;
  right: 0;
  bottom: 2rem;
}
.form-styles #form-submit .required-text {
  position: absolute;
  right: 1em;
  top: 0.75em;
  display: inline-block;
  text-align: left;
}
.form-styles #form-submit #submitbutton {
  font-size: 1.5em;
  color: #7E4B1B;
  background: none;
  padding: 0;
  text-transform: uppercase;
}
.form-styles .required-text {
  position: absolute;
  right: 100px;
  bottom: 0rem;
  font-size: 0.75rem;
}
@media (max-width: 1024px) {
  .form-styles .required-text {
    right: 0;
  }
}
.form-styles #process,
.form-styles #success {
  display: block;
  width: 100%;
  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%);
}
.form-styles #success.confirm-page {
  transform: none;
  position: static;
}
.form-styles #process h4,
.form-styles #process .form-loader,
.form-styles #success h4 {
  font-size: 2.25em;
  font-weight: 500;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: center;
  color: #385167;
}
.form-styles #process p,
.form-styles #success p {
  color: #393435;
  text-align: center;
  margin: 0;
  padding: 0;
}
.form-styles #errorchecking.alert,
.form-styles #quick-form-errorchecking.alert {
  background-color: #ffffff;
  text-align: center;
  clear: both;
  padding: 1em;
  margin: 0 0 0.9em;
  margin-bottom: 1.5em;
  border-radius: 5px;
}
.form-styles #errorchecking.alert p,
.form-styles #quick-form-errorchecking.alert p {
  margin: 0;
  padding: 0;
  color: red;
  text-transform: uppercase;
}
.form-styles input:-webkit-autofill, .form-styles input:-webkit-autofill:hover, .form-styles input:-webkit-autofill:focus, .form-styles input:-webkit-autofill:active,
.form-styles textarea:-webkit-autofill select:-webkit-autofill,
.form-styles textarea:-webkit-autofill select:-webkit-autofill:hover,
.form-styles textarea:-webkit-autofill select:-webkit-autofill:focus,
.form-styles textarea:-webkit-autofill select:-webkit-autofill:active {
  border: none;
  background-color: #babbbe !important;
  color: #393435 !important;
  -webkit-text-fill-color: #393435 !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
  transition: background-color 5000s ease-out 0s !important;
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out" !important;
  -webkit-transition-delay: 9999s !important;
}
.form-styles.twhite {
  color: #ffffff;
}
.form-styles.twhite div.fieldinput label {
  color: #ffffff;
}
.form-styles.twhite div.fieldinput.focused input {
  color: #ffffff;
  border-color: #ffffff;
}
.form-styles.twhite div.fieldinput#comments-input textarea {
  border-color: #ffffff;
}
.form-styles.twhite label {
  color: #ffffff;
}
.form-styles.twhite input[type=text], .form-styles.twhite input[type=email] {
  color: #ffffff;
  border-color: #ffffff;
}
.form-styles.twhite textarea {
  color: #ffffff;
  border-color: #ffffff;
}
.form-styles.twhite textarea:focus {
  border-color: #ffffff;
}
.form-styles.twhite .control__indicator {
  border-color: #ffffff;
}
.form-styles.twhite .control input:checked ~ .control__indicator:after {
  color: #ffffff;
}
.form-styles.twhite .double-height-checkbox .control__indicator {
  border-color: #ffffff;
}
.form-styles.twhite .control--checkbox .control__indicator:after {
  border: solid #ffffff;
}
.form-styles.twhite .control--radio .control__indicator:after {
  background: #385167;
}
.form-styles.twhite .select select {
  color: #ffffff;
  border-color: #ffffff;
}
.form-styles.twhite .select.focused select {
  color: #ffffff;
  border-color: #7E4B1B;
}
.form-styles.twhite .select .select__arrow {
  border: solid #ffffff;
}
.form-styles.twhite #form-submit #submitbutton {
  color: #ffffff;
}
.form-styles.twhite #process h4,
.form-styles.twhite #process .form-loader,
.form-styles.twhite #success h4 {
  color: #ffffff;
}
.form-styles.twhite #process p,
.form-styles.twhite #success p {
  color: #ffffff;
}
.form-styles.twhite input:-webkit-autofill, .form-styles.twhite input:-webkit-autofill:hover, .form-styles.twhite input:-webkit-autofill:focus, .form-styles.twhite input:-webkit-autofill:active,
.form-styles.twhite textarea:-webkit-autofill select:-webkit-autofill,
.form-styles.twhite textarea:-webkit-autofill select:-webkit-autofill:hover,
.form-styles.twhite textarea:-webkit-autofill select:-webkit-autofill:focus,
.form-styles.twhite textarea:-webkit-autofill select:-webkit-autofill:active {
  background-color: rgba(126, 75, 27, 0) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(126, 75, 27, 0) inset !important;
}

#interest {
  padding: 3rem;
}
@media (max-width: 768px) {
  #interest {
    padding: 2rem;
  }
}
@media (max-width: 640px) {
  #interest {
    padding: 1rem 0;
  }
}
#interest #interest-holder {
  display: flex;
  position: relative;
  padding: 4rem 3rem 3rem;
}
@media (max-width: 1248px) {
  #interest #interest-holder {
    padding: 4rem 2rem 3rem;
  }
}
@media (max-width: 1024px) {
  #interest #interest-holder {
    padding: 3rem 2rem;
  }
}
@media (max-width: 1024px) {
  #interest #interest-holder {
    display: block;
  }
}
#interest #interest-holder .overlay {
  z-index: 0;
  opacity: 0.85;
}
#interest #interest-holder .form-intro {
  position: relative;
  flex: 240px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #interest #interest-holder .form-intro {
    justify-content: center;
    margin-bottom: 1rem;
    text-align: center;
  }
}
#interest #interest-holder .form-intro h2 {
  font-size: 3rem;
  font-family: "MixtaDidoneAltHeavy", sans-serif;
  position: relative;
  color: #005E8A;
}
@media (max-width: 1024px) {
  #interest #interest-holder .form-intro h2 br {
    content: " ";
  }
  #interest #interest-holder .form-intro h2 br:after {
    content: " ";
  }
}
#interest #interest-holder .form-content {
  position: relative;
  flex: 1;
}
#interest #interest-holder .form-content #interest-list #sec1 {
  width: calc(100% - 100px);
}
@media (max-width: 1024px) {
  #interest #interest-holder .form-content #interest-list #sec1 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #interest #interest-holder .form-content #interest-list #form-submit {
    position: relative;
    bottom: auto;
  }
}

/*******************************************************
 DIRECTIONS
********************************************************/
body.contact #footer-link {
  height: auto;
}

#contact-map {
  padding-top: 4em;
}
@media (max-width: 640px) {
  #contact-map {
    padding-top: 2em;
  }
}

/***********************************
FORM STYLES
***********************************/
#gmap {
  padding-bottom: 58%;
}

@media (max-width: 768px) {
  .contact #gmap {
    padding-bottom: 90%;
  }
}

#directions .wrapper {
  max-width: 900px;
}

.googledirections-map {
  height: 683px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .googledirections-map {
    height: 65vh;
    min-height: 65vh;
  }
}

#googledirections {
  padding: 1.5em 1em;
  background-color: #385167;
}
#googledirections .googledirections-content {
  /* padding-bottom: 1rem;*/
}
#googledirections form {
  display: table;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#googledirections h2, #googledirections label {
  display: table-cell;
  margin: 0;
  padding: 0 1em 0 0;
  text-align: right;
  vertical-align: middle;
  width: 330px;
  font-size: 1.7em;
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-weight: 300;
  line-height: 1.125em;
  text-transform: none;
  color: #ffffff;
}
@media (max-width: 768px) {
  #googledirections h2, #googledirections label {
    text-align: center;
    font-size: 1.5rem;
    padding: 0 1em 0 0;
    display: block;
    width: 100%;
  }
}

#saddr {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #393435;
  display: table-cell;
  font-size: 1.25em;
  height: 45px;
  border-radius: 0;
  margin: 0;
  padding: 0 2.75em 0 0;
  text-indent: 15px;
  width: 100%;
}
#saddr::-webkit-input-placeholder {
  color: #393435;
}
#saddr:-moz-placeholder {
  color: #393435;
}
#saddr::-moz-placeholder {
  color: #393435;
}
#saddr:-ms-input-placeholder {
  color: #393435;
}
@media (max-width: 768px) {
  #saddr {
    margin-top: 1em;
  }
}

.directions-display {
  padding: 1rem 0;
  color: #ffffff;
}
.directions-display p {
  margin-bottom: 0;
  font-weight: 300;
}
.directions-display a {
  background-color: #7E4B1B;
  color: #ffffff !important;
  font-weight: 500;
  padding: 0.5em 1em;
  text-decoration: none;
}
.directions-display a:hover {
  background-color: rgba(126, 75, 27, 0.65);
}

#google-btn {
  background-color: #7E4B1B;
  border-left: none;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 45px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5em;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  #google-btn {
    font-size: 1em;
    bottom: 0;
  }
}
#google-btn:hover {
  cursor: pointer;
  background: #693f17;
}
#google-btn .gmap-loader {
  display: none;
  border-radius: 100%;
  border-style: solid;
  border-width: 0.2rem;
  height: 20px;
  width: 20px;
  margin: 0rem auto;
  animation: gmap-loader 1s infinite linear;
}
#google-btn .gmap-loader {
  border-color: #5f636a;
  border-top-color: #ffffff;
}
@keyframes gmap-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359.9deg);
  }
}

/***********************************
MAP STYLES
***********************************/
#map,
#map_canvas {
  width: 100%;
  height: 100%;
  min-height: 700px;
  float: left;
}
@media (max-width: 1024px) {
  #map,
  #map_canvas {
    height: 65vh;
    min-height: 65vh;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0.25em 5px 0.5em 0;
  }
}

/* Menu Button */
.map-views,
.map-views2,
.reset {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  left: 0;
  top: 0;
  font-family: "AcherusGrotesqueRegular", sans-serif;
  font-weight: 500;
  font-size: 0.85em;
  line-height: 40px;
  width: 120px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: #7E4B1B;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}

.map-views:hover,
.map-views2:hover,
.reset:hover {
  background-color: #693f17;
}

.map-views2 {
  display: none;
}

.reset {
  left: 204px;
  width: 100px;
}

#cd-zoom-in,
#cd-zoom-out {
  position: absolute;
  z-index: 300;
  top: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #7E4B1B;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 30px 60px;
  background-image: url("../../images/poi/icons/cd-icon-controller.png");
  transition: all 0.5s ease 0s;
}
#cd-zoom-in:hover,
#cd-zoom-out:hover {
  background-color: #693f17;
}

#cd-zoom-in {
  left: 12px;
  background-position: 50% 0;
}
@media (max-width: 1024px) {
  #cd-zoom-in {
    top: 20px;
    left: 20px;
  }
}

#cd-zoom-out {
  left: 64px;
  background-position: 50% -30px;
}
@media (max-width: 1024px) {
  #cd-zoom-out {
    top: 70px;
    left: 20px;
  }
}

#map-side-bar a {
  text-decoration: none;
}

/*
.iw-container {
	width: auto;
}

.infowindow {
	width: 100%;
	overflow: hidden;

	@include mq-max(1024px) {
		width: 230px;
	}
}

#map-photo {
	width: 224px;
	height: 130px;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	overflow: hidden;

	img {
		width: 100%;
		height: auto;
	}
}


#map-text {
	padding: 0;
	text-align: left;
	font-family: $font-main;
	margin: 0 0 .35em 0;
	float: left;
	width: 100%;

	h2 {
		font-family: $font-main;
		font-weight: $font-main-weight;
		font-size: 1.2em;
		text-transform: uppercase;
		line-height: 1.3em;
		letter-spacing: 0;
		color: $color-white;
		padding: .3em .2em .3em .6em;
		margin: 0 0 .35em 0;
		background-color: $color-secondary;
	}

	h3,
	h4 {
		font-family: $font-main;
		font-weight: $font-main-weight;
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 .5em 0;
		padding: 0 .8em;
		letter-spacing: 0;
		color: $color-secondary;
	}

	h4 {
		color: $color-primary;
		height: 18px;

		a {
			color: $color-primary;
		}

		svg {
			width: 1.3em;
			height: auto;
			display: inline;
			fill: $color-primary;
			padding: 0 0.2em 0.2em 0;
			vertical-align: middle;
		}
	}

	p {
		//float: left;
		font-family: $font-main;
		font-size: .9rem;
		line-height: 1.3em;
		font-weight: 400;
		margin: .2em 0 0 0;
		padding: 0 0 .3em .7em;
		color: $color-black;
	}

	a.website:link,
	a.website:visited {
		width: 100%;
		float: left;
		font-family: $font-main-bold;
		font-size: 1em;
		padding: 0.3em .8em;
		color: $color-primary;
	}

	a:hover {
		color: darken($color-secondary, 16%);
	}
}

.paddingBottom {
	padding-bottom: 5px;
	margin: 0px;
}
*/
/* Custom Infowindow & Close */
/*
.gm-style .gm-style-iw-c {
	width: 230px;
	border-radius: 0;
	padding: 0;
}

.gm-style-iw-d {
	overflow-x: hidden;
	overflow-y: auto;
}

.gm-style-iw {
	width: 350px;
	border: 4px solid $color-white;
}

a.iw-close-bg {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	color: $color-secondary;
	background-color: $color-white;
	display: block;
	z-index: 10;
	font-size: 30px;
	line-height: 0;
	text-decoration: none;
	padding: 9px 0 0 3px;
}

// .gm-style-iw + div {
// 	display: none;
// }

.pointinfo {
	//padding: 10px;
}

.gm-ui-hover-effect {
	opacity: 0;

	&:hover {
		opacity: 0;
	}
}

.gm-style iframe+div {
	border: none;
}
*/
@media only screen and (max-width: 1024px) {
  #content2 {
    padding-top: 0;
  }
  .map-views,
  .map-views2,
  .menu-tab,
  .menu-tab2,
  .reset {
    display: none;
  }
  .map-all,
  .sidebar {
    border: none;
  }
}
@media (max-width: 940px) {
  #gmapHolder {
    width: 100%;
    height: auto;
    padding: 1.3em;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer .footer-top .footer-top-content {
  padding: 3rem 1rem;
}
@media (max-width: 768px) {
  footer .footer-top .footer-top-content {
    flex-direction: column;
  }
}
footer .footer-top .footer-top-content #footer-logo {
  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%);
}
@media (max-width: 768px) {
  footer .footer-top .footer-top-content #footer-logo {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
    margin-bottom: 2rem;
  }
}
footer .footer-top .footer-top-content #footer-logo img {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
footer .footer-top .footer-top-content > div {
  width: 33.3333333333%;
  padding: 0 1em;
}
@media (max-width: 768px) {
  footer .footer-top .footer-top-content > div {
    width: 100%;
  }
}
footer .footer-top .footer-top-content #footer-address-hours {
  float: right;
  color: #385167;
}
@media (max-width: 768px) {
  footer .footer-top .footer-top-content #footer-address-hours {
    float: none;
    margin-bottom: 1rem;
  }
}
footer .footer-top .footer-top-content #footer-phone-social {
  float: left;
}
@media (max-width: 768px) {
  footer .footer-top .footer-top-content #footer-phone-social {
    float: none;
  }
}
footer .footer-top .footer-top-content ul#footer-social {
  margin: 1rem 0 0 0;
}
footer .footer-top .footer-top-content ul#footer-social li a {
  font-size: 1.75rem;
  color: #005E8A;
}
footer .footer-legal {
  position: relative;
  padding: 2rem 2rem 3rem;
}
@media (max-width: 768px) {
  footer .footer-legal {
    padding: 2rem;
  }
}
@media (max-width: 640px) {
  footer .footer-legal {
    padding: 3rem 1rem 2rem;
  }
}
footer .footer-legal:after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  transform: rotate(3deg);
  width: 110%;
  background-color: #385167;
  height: 500px;
  -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;
}
footer .footer-legal .footer-legal-content {
  position: relative;
}
@media (max-width: 1150px) {
  footer .footer-legal .footer-legal-content {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  footer .footer-legal .footer-legal-content {
    text-align: center;
  }
}
footer .footer-legal .footer-legal-content .builder-logo {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
footer .footer-legal .footer-legal-content .builder-logo img {
  max-width: 170px;
}
footer .footer-legal .footer-legal-content .builder-logo:hover {
  opacity: 0.65;
}
footer .footer-legal .footer-legal-content .c-icons {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1200px) {
  footer .footer-legal .footer-legal-content .c-icons {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1rem;
  }
}
footer .footer-legal .footer-legal-content .c-icons a {
  color: #fff;
  opacity: 1;
}
footer .footer-legal .footer-legal-content .c-icons a i {
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.25em;
}
footer .footer-legal .footer-legal-content .c-icons a span {
  font-size: 0.7em;
  font-weight: 500;
  vertical-align: top;
  line-height: 1.25em;
  display: inline-block;
  text-align: left;
  margin-right: 0.25em;
}
footer .footer-legal .footer-legal-content .c-icons a:hover {
  opacity: 0.65;
}
footer .footer-legal .footer-legal-content .copyright {
  width: 100%;
}
footer .footer-legal .footer-legal-content .copyright p {
  font-size: 1em;
  color: #ffffff;
  margin-bottom: 1.5em;
}
footer .footer-legal .footer-legal-content .copyright p:last-of-type {
  margin: 0;
}
footer .footer-legal .footer-legal-content .copyright p a, footer .footer-legal .footer-legal-content .copyright p a:visited {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
footer .footer-legal .footer-legal-content .copyright p a:hover, footer .footer-legal .footer-legal-content .copyright p a:visited:hover {
  opacity: 0.65;
}

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

.preferred-listing {
  display: flex;
  gap: 2em;
  margin-bottom: 2em;
}
.preferred-listing .list-item {
  flex: 1;
}
.preferred-listing .list-item ul {
  text-indent: -0.7rem;
  list-style-type: none !important;
}
@media (max-width: 640px) {
  .preferred-listing .list-item ul {
    width: 100%;
  }
}
.preferred-listing .list-item ul li {
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 640px) {
  .preferred-listing {
    flex-direction: column;
    gap: 0;
  }
}

.btn-secondary {
  font-weight: 600 !important;
  background-color: #005E8A !important;
  color: #ffffff !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.25rem !important;
  text-decoration: none !important;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.btn-secondary:hover {
  background-color: #393435 !important;
}

/*******************************************************
 IOS
********************************************************/
@supports (-webkit-touch-callout: none) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
@media only screen and (device-width: 768px) {
  .image-gallery ul.gallery-list li a {
    height: auto;
  }
  .image-gallery ul.gallery-list li a .overlay {
    display: none !important;
  }
  .image-gallery ul.gallery-list li a .bgimg {
    position: relative;
    height: 300px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .image-gallery ul.gallery-list li a .caption {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.75em 1em;
    opacity: 1 !important;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    background-color: #385167;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}
/*******************************************************
 IE 10+
********************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select .select__arrow {
    display: none !important;
    left: -9999px !important;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  POPUP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#fullpopup,
#fullpopupbg {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999999999;
}

#fullpopup {
  display: none;
}

#fullpopupbg {
  background-color: rgba(0, 0, 0, 0.65);
}

#fullpopupbox {
  width: 95%;
  max-width: 800px;
  background: #ffffff none repeat scroll 0 0;
  left: 50%;
  margin: 0;
  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%);
  text-align: center;
  z-index: 9999999999;
}

#fullpopuptext {
  color: #000000;
  margin: 3px;
  padding: 2em;
  border: 1px solid #000000;
}
#fullpopuptext .banner-logo {
  width: 50%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}
#fullpopuptext h2 {
  color: #005E8A;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
}
@media (max-width: 640px) {
  #fullpopuptext h2 {
    font-size: 1.6em;
  }
}
#fullpopuptext p {
  color: #000000;
  font-size: 1.125em;
  line-height: 1.25em;
  padding: 0 0 1em;
  margin: 0;
}
@media (max-width: 640px) {
  #fullpopuptext p {
    font-size: 0.95em;
  }
}
#fullpopuptext a:link, #fullpopuptext a:visited, #fullpopuptext a:active {
  color: #000000;
  text-decoration: underline;
}
#fullpopuptext a:link:hover, #fullpopuptext a:visited:hover, #fullpopuptext a:active:hover {
  color: #005E8A;
}
#fullpopuptext a.btn:link, #fullpopuptext a.btn:visited, #fullpopuptext a.btn:active {
  font-family: "AcherusGrotesqueRegular", sans-serif;
  display: inline-block;
  background-color: #7E4B1B;
  text-decoration: none;
  color: #ffffff;
  padding: 1rem;
  text-decoration: none;
  font-weight: 500;
  margin: 1em auto 0;
}
#fullpopuptext a.btn:link:hover, #fullpopuptext a.btn:visited:hover, #fullpopuptext a.btn:active:hover {
  background-color: #3f260e;
}

a#btn-x:link,
a#btn-x:visited,
a#btn-x:active,
a#btn-x:hover {
  color: #393435;
  font-size: 2em;
  float: right;
  font-weight: 900;
  margin: 0;
  padding: 7px 11px 5px;
  position: absolute;
  right: 10px;
  text-decoration: none;
  top: 10px;
}

a#btn-x:hover {
  color: #005E8A;
}

@media (max-width: 600px) {
  #fullpopupbox {
    width: 90%;
  }
  #fullpopuptext {
    margin: 0.5em;
    padding: 2em;
  }
  #fullpopuptext h2 {
    margin: 0 0 0.25em;
  }
  #fullpopuptext p {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  #fullpopuptext p.pop-up-disclaimer {
    font-size: 0.6rem;
    line-height: 1.5em;
  }
  a#btn-x:link {
    font-size: 1.2em;
  }
}

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