@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.
|
*/
/*
| Tint Colors
| --------------------------------------------------
|
| Function for creating Tinted 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.5em);
}
@media (max-width: 768px) {
  .half-gutter1 .half {
    width: 100%;
  }
}
.half-gutter1 .half:nth-child(even) {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .half-gutter1 {
    width: 100%;
    margin-left: 0 !important;
  }
}

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

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

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  pointer-events: none;
}

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

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

.pad0-half {
  padding: 0 0.5em;
}

.pad-half {
  padding: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pad1 {
  padding: 1em;
}

.pad2 {
  padding: 2em;
}

.pad3 {
  padding: 3em;
}

.pad4 {
  padding: 4em;
}

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

.padt1 {
  padding-top: 1em;
}

.padt2 {
  padding-top: 2em;
}

.padt3 {
  padding-top: 3em;
}

.padt4 {
  padding-top: 4em;
}

.padt5 {
  padding-top: 5em;
}

.padt6 {
  padding-top: 6em;
}

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

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

.padb1 {
  padding-bottom: 1em;
}

.padb2 {
  padding-bottom: 2em;
}

.padb3 {
  padding-bottom: 3em;
}

.padb4 {
  padding-bottom: 4em;
}

.padb5 {
  padding-bottom: 5em;
}

.padb6 {
  padding-bottom: 6em;
}

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

.mar-half {
  margin: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mar1 {
  margin: 1em;
}

.mar2 {
  margin: 2em;
}

.mar3 {
  margin: 3em;
}

.mar4 {
  margin: 4em;
}

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

.mart2 {
  margin-top: 2em;
}

.mart3 {
  margin-top: 3em;
}

.mart4 {
  margin-top: 4em;
}

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

.marb1 {
  margin-bottom: 1em;
}

.marb2 {
  margin-bottom: 2em;
}

.marb3 {
  margin-bottom: 3em;
}

.marb4 {
  margin-bottom: 4em;
}

.marb5 {
  margin-bottom: 5em;
}

.marb6 {
  margin-bottom: 6em;
}

/*~~ PADDING MOBILE ~~*/
@media (max-width: 768px) {
  .padm2 {
    padding: 2em;
  }
}

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

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

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

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

@media (max-width: 768px) {
  .padbm1 {
    padding-bottom: 1em;
  }
}

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

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

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

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

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

@media (max-width: 768px) {
  .marmt4 {
    margin-top: 4em;
  }
}

/*~~ GLOBAL ~~*/
sup {
  vertical-align: top;
  font-size: 0.6em;
  line-height: 1.25em;
  position: relative;
}

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

.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)
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "Poppins Bold";
  src: url("../fonts/Poppins/Poppins-Bold.eot?") format("eot"), url("../fonts/Poppins/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Bold.svg#Poppins_Bold") format("svg");
}
@font-face {
  font-family: "Poppins Medium";
  src: url("../fonts/Poppins/Poppins-Medium.eot?") format("eot"), url("../fonts/Poppins/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Medium.svg#Poppins_Medium") format("svg");
}
@font-face {
  font-family: "Poppins Regular";
  src: url("../fonts/Poppins/Poppins-Regular.eot?") format("eot"), url("../fonts/Poppins/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Regular.svg#Poppins_Regular") format("svg");
}
@font-face {
  font-family: "Poppins Light";
  src: url("../fonts/Poppins/Poppins-Light.eot?") format("eot"), url("../fonts/Poppins/Poppins-Light.woff") format("woff"), url("../fonts/Poppins/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins/Poppins-Light.svg#Poppins_Light") format("svg");
}
@font-face {
  font-family: "Cyrene Regular Advanced";
  src: url("../fonts/Cyrene/CyreneRegularAdvanced.eot?") format("eot"), url("../fonts/Cyrene/CyreneRegularAdvanced.woff") format("woff"), url("../fonts/Cyrene/CyreneRegularAdvanced.ttf") format("truetype"), url("../fonts/Cyrene/CyreneRegularAdvanced.svg#Cyrene_Regular_Advanced") format("svg");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html {
  /* Document scroll happens on html; browsers often ignore scroll-behavior on body only */
  scroll-padding-top: 60px;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  margin: 0;
  padding: 0;
  font: 400 normal 16px/16px "Poppins Light", Arial, Helvetica, sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #201d1e;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

html.js .fadein,
html.js .from-bottom,
html.js .from-bottom-quick,
html.js .from-top,
html.js .from-left,
html.js .from-right,
html.js .small-to-big,
html.js .fade-sequence-2,
html.js .fade-sequence-fast,
html.js .gallery-box,
html.js .slider-texture-from-bottom {
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1em;
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
}

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-family: "Poppins Light", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.25em;
}

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

p.smaller {
  font-size: 0.65em;
}

a:link,
a:visited,
.spanlink {
  text-decoration: underline;
  color: #201d1e;
}

a:hover,
a:active,
.spanlink:hover {
  cursor: pointer;
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
  text-decoration: none;
}

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

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

.arrowlink, a.arrowlink:link, a.arrowlink:visited {
  color: #201d1e;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  position: relative;
  margin-right: 0.7em;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, padding 0.3s ease;
  -moz-transition: opacity 0.3s ease, padding 0.3s ease;
  -ms-transition: opacity 0.3s ease, padding 0.3s ease;
  -o-transition: opacity 0.3s ease, padding 0.3s ease;
  transition: opacity 0.3s ease, padding 0.3s ease;
}
.arrowlink i, a.arrowlink:link i, a.arrowlink:visited i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  font-size: 0.75em;
  font-weight: 400;
  display: block;
  right: -1em;
  -webkit-transition: opacity 0.3s ease, right 0.3s ease, left 0.3s ease;
  -moz-transition: opacity 0.3s ease, right 0.3s ease, left 0.3s ease;
  -ms-transition: opacity 0.3s ease, right 0.3s ease, left 0.3s ease;
  -o-transition: opacity 0.3s ease, right 0.3s ease, left 0.3s ease;
  transition: opacity 0.3s ease, right 0.3s ease, left 0.3s ease;
}
.arrowlink:hover, a.arrowlink:link:hover, a.arrowlink:visited:hover {
  cursor: pointer;
  opacity: 0.65;
}
.arrowlink:hover i, a.arrowlink:link:hover i, a.arrowlink:visited:hover i {
  right: -1.25em;
}
.arrowlink.reverse, a.arrowlink:link.reverse, a.arrowlink:visited.reverse {
  margin-left: 0.7em;
  margin-right: auto;
}
.arrowlink.reverse i, a.arrowlink:link.reverse i, a.arrowlink:visited.reverse i {
  font-size: 0.75em;
  font-weight: 400;
  right: auto;
  left: -1em;
}
.arrowlink.reverse:hover i, a.arrowlink:link.reverse:hover i, a.arrowlink:visited.reverse:hover i {
  right: auto;
  left: -1.25em;
}
.arrowlink.twhite, a.arrowlink:link.twhite, a.arrowlink:visited.twhite {
  color: #ffffff;
}
.arrowlink.ttertiary, a.arrowlink:link.ttertiary, a.arrowlink:visited.ttertiary {
  color: #b02c2e;
}

strong {
  font-weight: 600;
}

.flex {
  display: flex;
}

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

.font-main-bold {
  font-family: "Poppins Bold", Arial, Helvetica, sans-serif;
}

.font-main-light {
  font-family: "Poppins Light", Arial, Helvetica, sans-serif;
}

.font-headline {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
}

.font-headline-bold {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
}

.font-headline-light {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
}

.font-headline-alt {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
}

.z-index0 {
  z-index: 0;
}

.texture-1 {
  background-image: url("../../images/global/texture-1.jpg");
  background-position: center;
}

.texture-2 {
  background-image: url("../../images/global/texture-2.jpg");
  background-position: center;
}

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

.bgblack {
  background-color: #000000;
}

.bgprimary {
  background-color: #201d1e;
}

.bglightgray {
  background-color: rgb(239.7, 239.7, 239.7);
}

.bgsecondary {
  background-color: #47af9d;
}

.bgsecondary-light {
  background-color: rgb(85.3353658537, 186.1646341463, 168.7134146341);
}

.bgsecondary-lightest {
  background-color: rgb(103.4756097561, 193.5243902439, 177.9390243902);
}

.bgsecondary-superlight {
  background-color: rgb(139.756097561, 208.243902439, 196.3902439024);
}

.bgsecondary-dark {
  background-color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
}

.bgsecondary-darkest {
  background-color: rgb(56.2804878049, 138.7195121951, 124.4512195122);
}

.bgsecondary-alt {
  background-color: #bee0dd;
}

.bgtertiary {
  background-color: #b02c2e;
}

.bgtertiary-superlight {
  background-color: rgb(217.4, 104.6, 106.3090909091);
}

.bgtertiary-alt {
  background-color: #d68d7f;
}

.bgsurrogate {
  background-color: #85949d;
}

.bgsurrogate-superlight {
  background-color: rgb(189.5636363636, 197.6090909091, 202.4363636364);
}

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

.tblack {
  color: #000000;
}

.tprimary {
  color: #201d1e;
}

.tprimary-dark {
  color: rgb(18.6229508197, 16.8770491803, 17.4590163934);
}

.tprimary-darkest {
  color: rgb(5.2459016393, 4.7540983607, 4.9180327869);
}

.tsecondary {
  color: #47af9d !important;
}

.tsecondary-superlight {
  color: rgb(139.756097561, 208.243902439, 196.3902439024) !important;
}

.tsecondary-dark {
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561) !important;
}

.tsecondary-darkest {
  color: rgb(56.2804878049, 138.7195121951, 124.4512195122) !important;
}

.ttertiary {
  color: #b02c2e !important;
}

.ttertiary-dark {
  color: rgb(155.6, 38.9, 40.6681818182) !important;
}

.ttertiary-darkest {
  color: rgb(135.2, 33.8, 35.3363636364) !important;
}

.tsurrogate {
  color: #85949d !important;
}

::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;
  font-weight: 500;
  margin: 0 0 0.5em -15px;
  padding: 0;
}
.cleanlist li {
  font-size: 1.125em;
  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: 65vh;
  min-height: 550px;
}
@media (max-width: 1248px) {
  .boxheight, .boxheight-slim {
    height: 80vh;
  }
}
@media (max-width: 1024px) {
  .boxheight, .boxheight-slim {
    height: 75vh;
  }
}
@media (max-width: 768px) {
  .boxheight, .boxheight-slim {
    height: auto;
    min-height: 0;
  }
}

.boxheight-slim {
  height: 40vh;
  min-height: 425px;
}

.fullheight {
  height: 88vh;
  min-height: 500px;
}
@media (max-width: 768px) {
  .fullheight {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .fullheight.mh-450 {
    min-height: 450px;
  }
}
@media (max-width: 768px) {
  .fullheight.mh-350 {
    min-height: 350px;
  }
}
.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;
  }
}

.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: 50%;
  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: #201d1e;
}

.secnav {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-items: stretch;
}
@media (max-width: 768px) {
  .secnav {
    margin-left: 0;
  }
}
.secnav li {
  margin: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-width: 200px;
}
@media (max-width: 768px) {
  .secnav li {
    min-width: 150px;
  }
}
@media (max-width: 640px) {
  .secnav li {
    width: calc(50% - 16px);
  }
}
.secnav li a {
  display: block;
  font-size: 1.25em;
  line-height: 1.25em;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1em;
  position: relative;
  text-transform: uppercase;
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  color: #201d1e;
  background-color: #bee0dd;
  width: 100%;
  align-content: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -ms-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media (max-width: 640px) {
  .secnav li a {
    font-size: 1.25em;
  }
}
.secnav li a:hover, .secnav li a:active {
  cursor: pointer;
  color: #ffffff;
  background-color: #47af9d;
}
.secnav li a.active {
  background-color: #47af9d;
  color: #ffffff;
}
.secnav li.active > a {
  background-color: #47af9d;
  color: #ffffff;
}
.secnav.navspan2 li {
  width: calc(50% - 16px);
}
.secnav.navspan4 li {
  width: calc(25% - 16px);
}
.secnav.navspan5 li {
  width: calc(20% - 16px);
}
@media (max-width: 1248px) {
  .secnav.navspan5 li {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .secnav.navspan5 li {
    width: calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .secnav.navspan5 li {
    width: 100%;
  }
}
.secnav.navspan6 li {
  width: calc(16.6666666667% - 16px);
}
.secnav.navspan6 li a {
  font-size: 1.125em;
}
@media (max-width: 1248px) {
  .secnav.navspan6 li {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .secnav.navspan6 li {
    width: calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  .secnav.navspan6 li {
    width: 100%;
  }
}

.select.mobile-select {
  border: none;
}
@media (max-width: 640px) {
  .select.mobile-select {
    border: 1px solid #47af9d;
  }
}
.select.mobile-select .select__arrow {
  display: none;
  border-color: #47af9d;
}
@media (max-width: 640px) {
  .select.mobile-select .select__arrow {
    display: block;
  }
}
.select.mobile-select ul select {
  color: #47af9d;
  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 select {
  color: #47af9d;
  text-indent: 1em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: none;
}
@media (max-width: 640px) {
  .select.mobile-select select {
    display: inline-block;
  }
}

@keyframes animate-arrow-in {
  0% {
    margin-left: 0;
    opacity: 0;
  }
  100% {
    margin-left: 100%;
    opacity: 1;
  }
}
@keyframes animate-arrow-out {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: 100%;
  }
}
.boxbtn, .boxbtn:link, .boxbtn:visited {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 1em;
  position: relative;
  color: #ffffff;
  background-color: #47af9d;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -ms-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.boxbtn:hover, .boxbtn:link:hover, .boxbtn:visited:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
}
@media (max-width: 640px) {
  .boxbtn, .boxbtn:link, .boxbtn:visited {
    font-size: 1.25em;
  }
}
.boxbtn.with-arrow, .boxbtn:link.with-arrow, .boxbtn:visited.with-arrow {
  padding: 0.5em 0.5em 0.5em 1em;
}
.boxbtn.with-arrow i, .boxbtn:link.with-arrow i, .boxbtn:visited.with-arrow i {
  font-size: 0.85em;
  display: inline-block;
  position: absolute;
  position: relative;
  vertical-align: middle;
  padding: 0 0.5em 0 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.25em 1.75em;
}
.boxbtn.with-arrow.reverse i, .boxbtn:link.with-arrow.reverse i, .boxbtn:visited.with-arrow.reverse i {
  right: auto;
  padding-right: 0;
  padding: 0 0.25em 0 0.5em;
  padding-left: 0.25em;
}
.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.bgprimary, .boxbtn:link.bgprimary, .boxbtn:visited.bgprimary {
  color: #ffffff;
  background-color: #201d1e;
}
.boxbtn.bgprimary:hover, .boxbtn:link.bgprimary:hover, .boxbtn:visited.bgprimary:hover {
  color: #47af9d;
  background-color: rgb(18.6229508197, 16.8770491803, 17.4590163934);
}
.boxbtn.bgwhite, .boxbtn:link.bgwhite, .boxbtn:visited.bgwhite {
  color: #201d1e;
  background-color: #ffffff;
}
.boxbtn.bgwhite:hover, .boxbtn:link.bgwhite:hover, .boxbtn:visited.bgwhite:hover {
  color: #201d1e;
  background-color: #47af9d;
}
.boxbtn.bgsurrogate, .boxbtn:link.bgsurrogate, .boxbtn:visited.bgsurrogate {
  color: #201d1e;
  background-color: #85949d;
}
.boxbtn.bgsurrogate:hover, .boxbtn:link.bgsurrogate:hover, .boxbtn:visited.bgsurrogate:hover {
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
  background-color: #ffffff;
}

.inline-btns {
  margin-top: 2em;
}
.inline-btns a.boxbtn {
  display: inline-block;
  margin: 0.5em;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 640px) {
  .inline-btns a.boxbtn {
    margin: 0.5em 0;
  }
}
.inline-btns a.boxbtn:last-of-type {
  margin-bottom: 0;
}

.default-content {
  color: #201d1e;
}
.default-content p {
  margin-bottom: 1em;
}
.default-content p:last-of-type {
  margin-bottom: 0;
}
.default-content p a {
  color: #000000;
}
.default-content p a:hover {
  color: #201d1e;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  color: #201d1e;
  margin-bottom: 0.5em;
}
.default-content h2 {
  font-size: 2.5em;
  line-height: 1.125em;
}
@media (max-width: 640px) {
  .default-content h2 {
    font-size: 2em;
  }
}
.default-content ul,
.default-content ol {
  font-family: "Poppins Light", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0 2em 1.25em 0;
  list-style: none;
  margin-left: 0;
  padding-left: 2em;
  text-indent: -1.5em;
}
.default-content ul li,
.default-content ol li {
  margin: 0px 0px 0.125em 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.125em;
  line-height: 1.5em;
  text-align: left;
}
.default-content ul li:before,
.default-content ol li:before {
  content: "• ";
  color: #201d1e;
  padding-right: 0.5em;
  font-size: 1em;
}
.default-content ul li a,
.default-content ol li a {
  color: #201d1e;
}
.default-content ul li a:hover,
.default-content ol li a:hover {
  color: #47af9d;
}
.default-content ul ul,
.default-content ul ol,
.default-content ol ul,
.default-content ol ol {
  margin: 0;
  padding: 0 2em 0 2em;
  list-style: none;
  margin-left: 0;
  padding-left: 2em;
  text-indent: -1.75em;
}
.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: 1em;
  line-height: 1em;
}
.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: #201d1e;
  padding-right: 1em;
}
.default-content ol {
  counter-reset: list-nums;
}
.default-content ol li {
  counter-increment: list-nums;
}
.default-content ol li:before {
  content: counter(list-nums) ".";
}

.divider {
  position: relative;
  width: 100%;
  height: 65px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .divider {
    height: 32.5px;
  }
}

.divider-slim {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

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

.sr-only,
.sansfill {
  position: absolute;
  left: -5000px;
  display: block;
  width: 1px;
  height: 1px;
  z-index: -100;
  opacity: 0;
}

.nofade {
  visibility: visible !important;
  opacity: 1 !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.parallax,
.parallax-rev {
  height: 125%;
  -webkit-transition: opacity 2s ease;
  -moz-transition: opacity 2s ease;
  -ms-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
@media (max-width: 768px) {
  .parallax,
  .parallax-rev {
    height: 100%;
    background-position: center 0 !important;
  }
}
@media (max-width: 640px) {
  .parallax,
  .parallax-rev {
    opacity: 1 !important;
  }
}
.parallax.nojump,
.parallax-rev.nojump {
  opacity: 0;
}
.parallax.in-view.nojump,
.parallax-rev.in-view.nojump {
  opacity: 1;
}

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

.wrapper,
.wrapper-wide,
.wrapper-full {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.wrapper.with-gap,
.wrapper-wide.with-gap,
.wrapper-full.with-gap {
  width: calc(100% - 130px);
}
@media (max-width: 768px) {
  .wrapper.with-gap,
  .wrapper-wide.with-gap,
  .wrapper-full.with-gap {
    width: calc(100% - 65px);
  }
}

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

.wrapper-full {
  max-width: none;
  width: 100%;
}

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

.section-title {
  display: block;
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
  font-size: 3em;
  line-height: 1em;
}
@media (max-width: 640px) {
  .section-title {
    font-size: 2.5em;
  }
}
.section-title.smaller-title {
  font-size: 2.5em;
}
@media (max-width: 640px) {
  .section-title.smaller-title {
    font-size: 2em;
  }
}
.section-title.font-main {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  line-height: 1.125em;
}
@media (max-width: 640px) {
  .section-title.font-main {
    font-size: 2.25em;
  }
}
.section-title.font-main.smaller-title {
  font-size: 2em;
}
@media (max-width: 640px) {
  .section-title.font-main.smaller-title {
    font-size: 1.5em;
  }
}

#contain-all {
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  height: 50px;
  position: absolute;
  background: #000000;
}
header #header-content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  -webkit-transition: top 0.5s ease, height 0.5s ease, background-color 0.5s ease;
  -moz-transition: top 0.5s ease, height 0.5s ease, background-color 0.5s ease;
  -ms-transition: top 0.5s ease, height 0.5s ease, background-color 0.5s ease;
  -o-transition: top 0.5s ease, height 0.5s ease, background-color 0.5s ease;
  transition: top 0.5s ease, height 0.5s ease, background-color 0.5s ease;
}
header #header-content #header-phone-social {
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 1.5em;
  z-index: 1100;
  font-size: 1.125em;
  line-height: 1.125em;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 768px) {
  header #header-content #header-phone-social {
    width: calc(100% - 110px);
  }
}
@media (max-width: 640px) {
  header #header-content #header-phone-social {
    left: auto;
    right: 85px;
  }
}
header #header-content #header-phone-social a {
  color: #ffffff;
  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 #header-content #header-phone-social a:hover {
  opacity: 0.65;
}
header #header-content #header-phone-social #header-phone {
  background: none;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  header #header-content #header-phone-social #header-phone span {
    display: none;
  }
}
header #header-content #header-phone-social #header-phone i {
  font-size: 1.25em;
  top: 3px;
  position: relative;
  display: none;
}
@media (max-width: 768px) {
  header #header-content #header-phone-social #header-phone i {
    display: inline-block;
    float: right;
  }
}
header #header-content #header-phone-social #header-social {
  position: relative;
  z-index: 100;
  text-align: center;
  display: inline-block;
  margin-right: 0.5em;
}
@media (max-width: 640px) {
  header #header-content #header-phone-social #header-social {
    display: none;
  }
}
header #header-content #header-phone-social #header-social li {
  display: inline-block;
  list-style: none;
  margin: 0 0.25em;
  left: 0 !important;
}
header #header-content #header-phone-social #header-social li.hide-in-header {
  display: none;
}
header #header-content #header-phone-social #header-social li i {
  font-size: 1.25em;
}
header #header-content #header-phone-social #header-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

body.fixed-nav #header-content {
  position: fixed;
}
body.fixed-nav.gosmall .off-canvas-menu .off-canvas-nav-container #main-nav {
  padding-top: 105px;
}
body.fixed-nav.gosmall #header-content {
  background-color: #47af9d;
}
body.fixed-nav.gosmall #logo {
  top: 5px;
  width: 160px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
body.fixed-nav.gosmall #logo a {
  padding: 10px 35px;
}
body.fixed-nav.gosmall .mobile-nav-toggle {
  top: 10px;
}

body.menu-open .off-canvas-menu .off-canvas-nav-container,
body.menu-open .off-canvas-menu .off-canvas-nav-container #main-nav li {
  visibility: visible;
}

body.hide-header #header-content {
  top: -150px;
}

.userway {
  display: none;
}

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

.bgshapes {
  background-image: url("/wp-content/uploads/2022/06/bg-shapes.svg");
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  TOP PROMO BAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top-promo-bar,
.bottom-promo-bar {
  background-color: #47af9d;
  padding: 15px 1rem;
  text-align: center;
  display: none;
  position: relative;
  z-index: 1100;
}
.top-promo-bar .frame,
.bottom-promo-bar .frame {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50% !important;
}
@media (max-width: 640px) {
  .top-promo-bar .frame,
  .bottom-promo-bar .frame {
    width: 100%;
    padding-right: 60px;
    text-align: left;
  }
}
.top-promo-bar .frame a,
.bottom-promo-bar .frame a {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: block;
  text-decoration: none;
  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;
}
@media (max-width: 640px) {
  .top-promo-bar .frame a,
  .bottom-promo-bar .frame a {
    font-size: 1rem;
  }
}
.top-promo-bar .frame a i,
.bottom-promo-bar .frame a i {
  display: inline;
}
.top-promo-bar .frame a:hover,
.bottom-promo-bar .frame a:hover {
  opacity: 0.65;
}
.top-promo-bar .promo-text,
.bottom-promo-bar .promo-text {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1.125em;
  padding: 0;
  display: inline-block;
  -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: 1024px) {
  .top-promo-bar .promo-text,
  .bottom-promo-bar .promo-text {
    font-size: 1.25em;
    padding: 0 3.5em 0 1em;
  }
}
@media (max-width: 640px) {
  .top-promo-bar .promo-text,
  .bottom-promo-bar .promo-text {
    font-size: 1rem;
    padding: 0;
  }
}
.top-promo-bar #hamburger-menu-item,
.bottom-promo-bar #hamburger-menu-item {
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1000;
  -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) {
  .top-promo-bar #hamburger-menu-item,
  .bottom-promo-bar #hamburger-menu-item {
    padding: 1rem 0;
  }
}
.top-promo-bar #hamburger-menu-item span,
.bottom-promo-bar #hamburger-menu-item span {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1.25px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 1.25px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 0px 0px 1.25px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 0px 1.25px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 1.25px rgba(0, 0, 0, 0);
}
.top-promo-bar #hamburger-menu-item:hover,
.bottom-promo-bar #hamburger-menu-item:hover {
  opacity: 0.65 !important;
}

@media (max-width: 640px) {
  .top-promo-bar {
    text-align: left;
    padding: 1.5rem 0.5rem;
  }
}

.bottom-promo-bar {
  display: block;
  padding: 1.5rem 1rem;
}
.bottom-promo-bar .frame {
  padding: 0;
}
.bottom-promo-bar .promo-text {
  width: 100%;
  text-align: center;
  padding: 0 1em;
}

/*~~~~~~~~~~~~~~~~~*/
#hamburger,
#hamburger-menu-item,
#privacy-alert-toggle {
  width: 40px;
  height: 28px;
  margin: 0;
  position: relative;
  display: inline-block;
}
#hamburger span,
#hamburger-menu-item span,
#privacy-alert-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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),
#privacy-alert-toggle span:nth-child(1) {
  top: 0px;
}
#hamburger span:nth-child(2), #hamburger span:nth-child(3),
#hamburger-menu-item span:nth-child(2),
#hamburger-menu-item span:nth-child(3),
#privacy-alert-toggle span:nth-child(2),
#privacy-alert-toggle span:nth-child(3) {
  top: 10px;
}
#hamburger span:nth-child(4),
#hamburger-menu-item span:nth-child(4),
#privacy-alert-toggle span:nth-child(4) {
  top: 20px;
  width: 80%;
}
#hamburger:hover span:nth-child(4),
#hamburger-menu-item:hover span:nth-child(4),
#privacy-alert-toggle:hover span:nth-child(4) {
  width: 100%;
}
#hamburger.open span:nth-child(1),
#hamburger-menu-item.open span:nth-child(1),
#privacy-alert-toggle.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#hamburger.open span:nth-child(2),
#hamburger-menu-item.open span:nth-child(2),
#privacy-alert-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hamburger.open span:nth-child(3),
#hamburger-menu-item.open span:nth-child(3),
#privacy-alert-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4),
#hamburger-menu-item.open span:nth-child(4),
#privacy-alert-toggle.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.mobile-nav-toggle {
  background: none;
  position: absolute;
  right: 1.5em;
  top: 20px;
  z-index: 1100;
  color: #ffffff;
  text-align: center;
  -webkit-transition: top 0.2s ease, right 0.2s ease, opacity 0.5s ease;
  -moz-transition: top 0.2s ease, right 0.2s ease, opacity 0.5s ease;
  -ms-transition: top 0.2s ease, right 0.2s ease, opacity 0.5s ease;
  -o-transition: top 0.2s ease, right 0.2s ease, opacity 0.5s ease;
  transition: top 0.2s ease, right 0.2s ease, opacity 0.5s ease;
}
.mobile-nav-toggle div.menu-title {
  color: #ffffff;
  font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
  opacity: 0.65;
}

#logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 20px;
  z-index: 1100;
  width: 235px;
  height: auto;
  padding: 3px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  #logo {
    left: 1em;
    width: 180px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
}
#logo a {
  display: block;
  border: 1px solid #000000;
  padding: 10px 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  #logo a {
    padding: 10px 35px;
  }
}
#logo a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#video-bg img {
  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%);
}

#pause-video {
  position: absolute;
  z-index: 500;
  right: 10px;
  top: 10px;
  color: #ffffff;
  background: none;
  font-size: 1.75rem;
  display: none;
  background-color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#video-sound {
  position: absolute;
  z-index: 500;
  left: 1em;
  bottom: 15px;
  color: #ffffff;
  background: none;
  font-size: 1.5rem;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 640px) {
  #video-sound {
    left: 0.5em;
  }
}

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

#slider {
  position: relative;
  width: 100%;
  height: 70vh;
  background-color: #000000;
  overflow: hidden;
  z-index: 500;
}
@media screen and (max-height: 700px) {
  #slider {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  #slider {
    height: 450px !important;
    min-height: 0;
  }
}
@media (max-width: 640px) {
  #slider {
    height: 350px !important;
  }
}
#slider #slider-loader,
#slider #video-loader {
  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;
  width: 50px;
  color: #201d1e;
}
#slider #slider-loader img,
#slider #video-loader img {
  width: 100%;
  height: auto;
}
#slider #slider-grad-top {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 130px;
  top: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.75) 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 #slider-grad-bottom {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.75) 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 h1.page-title,
#slider h2.page-title {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
  font-size: 4em;
  line-height: 0.85em;
  padding: 0 1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 50px;
  z-index: 500;
  display: block;
  width: 95%;
  text-align: center;
  color: #ffffff;
  -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.44);
  -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.44);
  -ms-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.44);
  -o-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.44);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.44);
}
@media (max-width: 768px) {
  #slider h1.page-title,
  #slider h2.page-title {
    font-size: 3.5em;
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  #slider h1.page-title,
  #slider h2.page-title {
    font-size: 3em;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}
#slider #down-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 30px;
  z-index: 500;
  display: none;
  width: 30px;
  height: 50px;
  text-decoration: none;
  background-image: url("../../images/global/scroll-mouse.svg");
  background-color: rgba(0, 0, 0, 0);
  -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;
  border-radius: 40%;
}
#slider #down-arrow span {
  text-decoration: none;
  font-family: "Poppins Medium", Arial, Helvetica, sans-serif;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: calc(100% + 10px);
  color: #ffffff;
  font-size: 0.9em;
  -webkit-transition: top 0.25s ease, opacity 0.25s ease;
  -moz-transition: top 0.25s ease, opacity 0.25s ease;
  -ms-transition: top 0.25s ease, opacity 0.25s ease;
  -o-transition: top 0.25s ease, opacity 0.25s ease;
  transition: top 0.25s ease, opacity 0.25s ease;
}
#slider #down-arrow:before {
  position: absolute;
  left: 12px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
#slider #down-arrow:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
#slider #down-arrow:hover span {
  top: calc(100% + 5px);
  opacity: 1;
}
#slider img {
  width: 100%;
  height: auto;
}
#slider div.slide {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
  z-index: 500;
}
#slider div.slide.parallax {
  height: 125%;
}
#slider div.slide.parallax-rev {
  height: 110%;
}
@media (max-width: 768px) {
  #slider div.slide {
    height: 100%;
    background-position: center 0 !important;
  }
}
#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) translate3d(0, 0, 0);
}
#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;
}
#slider #slider-texture-1 {
  position: absolute;
  right: 10px;
  bottom: -150px;
  z-index: 500;
  width: 320px;
  height: auto;
  opacity: 0.35;
}
@media (max-width: 768px) {
  #slider #slider-texture-1 {
    width: 200px;
  }
}
@media (max-width: 640px) {
  #slider #slider-texture-1 {
    width: 150px;
  }
}

.menubg {
  width: 50vw;
  min-width: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0;
  height: 0;
  z-index: 800;
  background-color: rgba(71, 175, 157, 0);
  -webkit-transition: background-color 0.5s ease, height 0.5s ease;
  -moz-transition: background-color 0.5s ease, height 0.5s ease;
  -ms-transition: background-color 0.5s ease, height 0.5s ease;
  -o-transition: background-color 0.5s ease, height 0.5s ease;
  transition: background-color 0.5s ease, height 0.5s ease;
}
@media (max-width: 768px) {
  .menubg {
    width: 100%;
    min-width: 0;
  }
}
.menubg.open {
  height: 100vh !important;
  opacity: 1;
  background-color: rgba(71, 175, 157, 0.9) !important;
}

.off-canvas-menu {
  position: absolute;
  top: 100%;
  right: 100%;
  width: 100%;
  z-index: 1001;
  -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;
}
.off-canvas-menu .off-canvas-nav-container {
  height: 90vh;
  overflow: auto;
  padding: 0 1em;
  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: 50vw;
  min-width: 500px;
  margin: 0 auto;
  visibility: hidden;
}
@media (max-width: 768px) {
  .off-canvas-menu .off-canvas-nav-container {
    width: 100%;
    min-width: 0;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav {
  overflow: auto;
  min-height: 300px;
  padding: 135px 0 30px;
  display: flex;
  width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li {
  visibility: hidden;
  color: #ffffff;
  padding: 4vh 0 0;
  position: relative;
  opacity: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-height: 700px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    padding: 3vh 0 0;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li.active > a, .off-canvas-menu .off-canvas-nav-container #main-nav li.activeparent > a {
  color: #201d1e;
  border-bottom: 1px solid #201d1e;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-size: 2.25em;
  line-height: 0.75em;
  position: relative;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(196, 49, 51, 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 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: 1.75em;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a:hover {
  border-bottom: 1px solid #201d1e;
  color: #201d1e;
}

#intro .wrapper, #intro .wrapper-wide, #intro .wrapper-full {
  padding: 8em 1em;
}
@media (max-width: 768px) {
  #intro .wrapper, #intro .wrapper-wide, #intro .wrapper-full {
    padding: 4em 1em;
  }
}
@media (max-width: 640px) {
  #intro .wrapper, #intro .wrapper-wide, #intro .wrapper-full {
    padding: 2em 1em;
  }
}
#intro .wrapper.slim, #intro .wrapper-wide.slim, #intro .wrapper-full.slim {
  max-width: 700px;
}
#intro .wrapper h1.section-title,
#intro .wrapper h2.section-title, #intro .wrapper-wide h1.section-title,
#intro .wrapper-wide h2.section-title, #intro .wrapper-full h1.section-title,
#intro .wrapper-full h2.section-title {
  margin-bottom: 0.5em;
}
#intro .wrapper h2.subtitle, #intro .wrapper-wide h2.subtitle, #intro .wrapper-full h2.subtitle {
  margin-top: 0.5em;
}
#intro .wrapper p, #intro .wrapper-wide p, #intro .wrapper-full p {
  line-height: 2em;
}

.two-image-box {
  padding: 4em 2em;
  position: relative;
}
@media (max-width: 768px) {
  .two-image-box {
    padding: 2em 1em;
  }
}
.two-image-box .wrapper-wide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .two-image-box .wrapper-wide {
    flex-direction: column;
  }
}
.two-image-box .wrapper-wide .half {
  flex-basis: calc(50% - 1.5em);
  overflow: hidden;
  position: relative;
  padding-top: calc(50% - 1.5em);
}
@media (max-width: 768px) {
  .two-image-box .wrapper-wide .half:first-of-type {
    margin-bottom: 2em;
  }
}
@media (max-width: 768px) {
  .two-image-box .wrapper-wide .half {
    flex-basis: 100%;
    min-height: 420px;
  }
}
@media (max-width: 640px) {
  .two-image-box .wrapper-wide .half {
    min-height: 350px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.home #slider {
  height: 100vh;
  overflow: hidden;
}
body.home #slider #down-arrow {
  display: block;
}
@media (max-width: 640px) {
  body.home #slider #down-arrow {
    display: none;
  }
}
body.home #slider h2.page-title {
  bottom: 100px;
  bottom: 90px;
}
@media (max-width: 640px) {
  body.home #slider h2.page-title {
    bottom: 30px;
  }
}
body.home #intro .wrapper, body.home #intro .wrapper-full, body.home #intro .wrapper-wide {
  width: 100%;
  display: flex;
  padding: 8em 0 2em;
  gap: 2rem;
}
@media (max-width: 845px) {
  body.home #intro .wrapper, body.home #intro .wrapper-full, body.home #intro .wrapper-wide {
    padding: 4em 1em;
  }
}
@media (max-width: 845px) {
  body.home #intro .wrapper, body.home #intro .wrapper-full, body.home #intro .wrapper-wide {
    display: block;
  }
}
@media (max-width: 640px) {
  body.home #intro .wrapper, body.home #intro .wrapper-full, body.home #intro .wrapper-wide {
    padding: 2em 1em;
  }
}
body.home #intro .intro-title {
  flex: 0 0 40%;
  padding: 0 0 0 65px;
  text-align: center;
  min-height: 350px;
}
@media (max-width: 845px) {
  body.home #intro .intro-title {
    width: 100%;
    margin-bottom: 3em;
    padding: 0 2em;
    text-align: center;
    min-height: 0;
  }
}
@media (max-width: 640px) {
  body.home #intro .intro-title {
    margin-bottom: 2em;
  }
}
body.home #intro .intro-title .intro-cluster {
  max-width: 400px;
  padding: 2em 65px 0 0;
}
@media (max-width: 845px) {
  body.home #intro .intro-title .intro-cluster {
    padding: 0;
  }
}
body.home #intro .intro-title .intro-cluster-combo {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 845px) {
  body.home #intro .intro-title .intro-cluster-combo {
    padding: 0;
    height: 33vw;
  }
}
body.home #intro .intro-title .intro-cluster-combo img {
  width: 100%;
}
body.home #intro .intro-title .intro-cluster-combo img.cluster-icon-garnish {
  mix-blend-mode: multiply;
  opacity: 0.9;
}
body.home #intro .intro-text {
  padding: 0 65px 0 0;
  flex-grow: 1;
}
@media (max-width: 845px) {
  body.home #intro .intro-text {
    padding: 0 2em;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body.home #intro .intro-text h1 br {
    content: " ";
  }
  body.home #intro .intro-text h1 br:after {
    content: " ";
  }
}

.homebox-a,
.amenitiesbox {
  position: relative;
  margin-bottom: 65px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
}
@media (max-width: 768px) {
  .homebox-a,
  .amenitiesbox {
    display: block;
    margin-bottom: 32.5px;
  }
}
.homebox-a .homebox-a-image,
.homebox-a .amenitiesbox-image,
.amenitiesbox .homebox-a-image,
.amenitiesbox .amenitiesbox-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  min-height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .homebox-a .homebox-a-image,
  .homebox-a .amenitiesbox-image,
  .amenitiesbox .homebox-a-image,
  .amenitiesbox .amenitiesbox-image {
    position: relative;
    width: 100%;
    height: 450px;
  }
}
.homebox-a .homebox-a-text,
.homebox-a .amenitiesbox-text,
.amenitiesbox .homebox-a-text,
.amenitiesbox .amenitiesbox-text {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20vh 3em;
  margin: 65px;
  width: 40%;
  min-width: 550px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .homebox-a .homebox-a-text,
  .homebox-a .amenitiesbox-text,
  .amenitiesbox .homebox-a-text,
  .amenitiesbox .amenitiesbox-text {
    margin: 32.5px;
  }
}
@media (max-width: 768px) {
  .homebox-a .homebox-a-text,
  .homebox-a .amenitiesbox-text,
  .amenitiesbox .homebox-a-text,
  .amenitiesbox .amenitiesbox-text {
    width: 100%;
    min-width: 0;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .homebox-a .homebox-a-text,
  .homebox-a .amenitiesbox-text,
  .amenitiesbox .homebox-a-text,
  .amenitiesbox .amenitiesbox-text {
    padding: 3em 2em;
  }
}
.homebox-a .homebox-a-text .overlay,
.homebox-a .amenitiesbox-text .overlay,
.amenitiesbox .homebox-a-text .overlay,
.amenitiesbox .amenitiesbox-text .overlay {
  z-index: -1;
  opacity: 0.95;
  mix-blend-mode: multiply;
}
.homebox-a .homebox-a-text p,
.homebox-a .amenitiesbox-text p,
.amenitiesbox .homebox-a-text p,
.amenitiesbox .amenitiesbox-text p {
  margin-top: 2rem;
  line-height: 1.75em;
  margin-bottom: 2rem;
}
.homebox-a .homebox-a-text .arrowlink,
.homebox-a .amenitiesbox-text .arrowlink,
.amenitiesbox .homebox-a-text .arrowlink,
.amenitiesbox .amenitiesbox-text .arrowlink {
  font-size: 1.5em;
  height: 0.6em;
}
.homebox-a .homebox-a-text .amenities-list p.disclaimer,
.homebox-a .amenitiesbox-text .amenities-list p.disclaimer,
.amenitiesbox .homebox-a-text .amenities-list p.disclaimer,
.amenitiesbox .amenitiesbox-text .amenities-list p.disclaimer {
  font-size: 0.85em;
  text-align: right;
  margin-bottom: 0;
}
.homebox-a.reverse,
.amenitiesbox.reverse {
  justify-content: flex-end;
}
.homebox-a.reverse .homebox-a-image,
.homebox-a.reverse .amenitiesbox-image,
.amenitiesbox.reverse .homebox-a-image,
.amenitiesbox.reverse .amenitiesbox-image {
  right: auto;
  left: 0;
}
#homebox-1 .homebox-a-text {
  color: #201d1e;
}
#homebox-1 .homebox-a-text h2 {
  color: #201d1e;
}

.amenitiesbox {
  min-height: 700px;
}
.amenitiesbox .amenitiesbox-text {
  padding: 3em;
}

.homebox-b {
  position: relative;
}
@media (max-width: 768px) {
  .homebox-b {
    min-height: 450px;
  }
}
.homebox-b .homebox-b-text {
  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: 2;
  display: block;
  padding: 6em 4em;
  margin: 0;
  width: calc(100% - 130px);
  max-width: 800px;
  color: #201d1e;
  background-color: rgba(190, 224, 221, 0.95);
  text-decoration: none;
}
@media (max-width: 640px) {
  .homebox-b .homebox-b-text {
    width: calc(100% - 65px);
    padding: 3em 2em;
  }
}
.homebox-b .homebox-b-text p {
  margin-top: 2rem;
}
.homebox-b .homebox-b-text .arrowlink {
  color: #201d1e;
  font-size: 1.5em;
}

#homebox-1-texture {
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: -1;
  width: 15vw;
  max-width: 250px;
  height: auto;
  will-change: transform;
}
@media (max-width: 640px) {
  #homebox-1-texture {
    display: none;
  }
}

#homebox-2-texture {
  position: absolute;
  top: -50px;
  right: 15px;
  z-index: -1;
  width: 30vw;
  max-width: 350px;
  height: auto;
  will-change: transform;
}
@media (max-width: 640px) {
  #homebox-2-texture {
    display: none;
  }
}

#homebox-3-texture {
  position: absolute;
  top: -40px;
  left: -80px;
  z-index: -1;
  width: 30vw;
  max-width: 300px;
}
@media (max-width: 640px) {
  #homebox-3-texture {
    display: none;
  }
}

#homebox-4-texture {
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 1;
  width: 320px;
  opacity: 0.35;
}
@media (max-width: 640px) {
  #homebox-4-texture {
    display: none;
  }
}

#community-amenities-texture {
  position: absolute;
  top: -100px;
  left: 15px;
  z-index: -1;
  width: 30vw;
  max-width: 350px;
}
@media (max-width: 640px) {
  #community-amenities-texture {
    display: none;
  }
}

#pet-policy-texture {
  position: absolute;
  top: -50px;
  left: -20px;
  z-index: -1;
  width: 30vw;
  max-width: 300px;
}
@media (max-width: 640px) {
  #pet-policy-texture {
    display: none;
  }
}

#residence-amenities-texture {
  position: absolute;
  top: -50px;
  right: -20px;
  z-index: -1;
  width: 30vw;
  max-width: 300px;
}
@media (max-width: 640px) {
  #residence-amenities-texture {
    display: none;
  }
}

#epocabox-texture {
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 1;
  width: 320px;
  height: auto;
  opacity: 0.35;
  will-change: transform;
}
@media (max-width: 640px) {
  #epocabox-texture {
    display: none;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  AMENITIES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.amenities-list ul {
  list-style: none;
  margin-left: 0;
  text-indent: -0.75em;
  padding: 0 0 0 1em;
}
.amenities-list ul:first-of-type {
  margin-top: 0;
}
.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: 0.75em;
  color: #201d1e;
  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: #201d1e;
  padding-right: 0.25em;
}
.amenities-list.twhite ul {
  color: #ffffff;
}
.amenities-list.twhite ul li {
  color: #ffffff;
}
.amenities-list.twhite ul li:before {
  color: #ffffff;
}
.amenities-list.twhite ul li ul {
  color: #ffffff;
}
.amenities-list.twhite ul li ul li {
  color: #ffffff;
}
.amenities-list.twhite ul li ul li:before {
  color: #ffffff;
}

.full-featurebox {
  position: relative;
  min-height: 600px;
}
@media (max-width: 640px) {
  .full-featurebox {
    min-height: 0;
    padding: 2em;
  }
}
.full-featurebox .full-featurebox-text {
  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%);
  display: block;
  padding: 4em;
  margin: 0;
  width: calc(100% - 130px);
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
@media (max-width: 640px) {
  .full-featurebox .full-featurebox-text {
    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;
    width: 100%;
    padding: 2em;
  }
}
.full-featurebox .full-featurebox-text #epoca-logo {
  width: 80%;
  height: auto;
  max-width: 300px;
}
.full-featurebox .full-featurebox-text p {
  margin-top: 2rem;
  line-height: 1.5em;
}
.full-featurebox .full-featurebox-text .arrowlink {
  font-size: 1.5em;
  margin-top: 2rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GALLERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body.gallery #intro .wrapper {
  padding: 6em 1em 2em;
}
@media (max-width: 768px) {
  body.gallery #intro .wrapper {
    padding: 4em 1em 2em;
  }
}
@media (max-width: 640px) {
  body.gallery #intro .wrapper {
    padding: 2em 1em;
  }
}
body.gallery #intro #gallery-intro {
  padding: 0 0 2em;
}
@media (max-width: 768px) {
  body.gallery #intro #gallery-intro {
    padding: 0 0 1em;
  }
}

#gallery-menu .section-title {
  margin-bottom: 0.5em;
}

#gallery-texture-top {
  position: absolute;
  top: -100px;
  left: 15px;
  z-index: -1;
  width: 30vw;
  max-width: 300px;
  height: auto;
  will-change: transform;
}
@media (max-width: 640px) {
  #gallery-texture-top {
    display: none;
  }
}

#gallery-texture-bottom {
  position: absolute;
  top: 60%;
  right: -20px;
  z-index: -1;
  width: 30vw;
  max-width: 250px;
}
@media (max-width: 640px) {
  #gallery-texture-bottom {
    display: none;
  }
}

.image-gallery ul.gallery-list {
  list-style: none;
  overflow: hidden;
  padding: 0 0.5em;
}
.image-gallery ul.gallery-list li {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
  position: relative;
  overflow: hidden;
}
.image-gallery ul.gallery-list li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .image-gallery ul.gallery-list li {
    width: calc(50% - 1rem);
    float: left;
    position: relative;
    margin: 0.5rem;
  }
}
@media (min-width: 840px) {
  .image-gallery ul.gallery-list li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  .image-gallery ul.gallery-list li {
    width: calc(33.3333333333% - 1rem);
  }
}
.image-gallery ul.gallery-list li a {
  color: #ffffff;
  display: block;
  height: 17vw;
  min-height: 250px;
  max-height: 400px;
  cursor: zoom-in;
}
@media (max-width: 768px) {
  .image-gallery ul.gallery-list li a {
    min-height: 400px;
    max-height: 400px;
  }
}
@media (max-width: 640px) {
  .image-gallery ul.gallery-list li a {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
  }
}
.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 {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(32, 29, 30, 0.8);
  transition: 0.3s opacity ease-in-out;
}
.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: 9;
  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.5;
}
.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-weight: 600;
  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.125rem;
  width: 100%;
  padding: 2em;
  line-height: 1.125em;
}

.title {
  width: 33.3333333%;
  text-align: center;
  padding: 0.75rem 0;
  color: #ffffff;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .title {
    font-size: 0.7rem;
  }
}

.logo {
  width: 33.33333%;
}

#gallery-video-vr {
  padding-bottom: 54%;
  height: 0;
  position: relative;
  margin: 2em auto 4em;
}
@media (min-width: 981px) {
  #gallery-video-vr {
    padding-bottom: 550px;
  }
}
#gallery-video-vr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

div.fancybox-content {
  height: calc(100% - 118px);
  width: 85%;
  max-width: 1700px;
}

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

div.fancybox-caption {
  text-align: center;
  font-size: 1.25rem;
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  color: #ffffff;
}

div.fancybox-show-infobar fancybox-infobar {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  text-align: center !important;
  width: 100% !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: #000000;
  -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: #000000;
}

div.fancybox-container--ready .fancybox-bg,
div.fancybox-bg {
  opacity: 0.98 !important;
  background: #201d1e;
}

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 {
  opacity: 1 !important;
  visibility: visible;
  width: 90px;
  height: 120px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  NEIGHBORHOOD
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.vicinity-map {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.vicinity-map img {
  width: 100%;
  padding: 0 0 1em 0;
}
.vicinity-map p {
  text-align: center;
}

#neighborhood-texture-top {
  position: absolute;
  top: 100px;
  left: 15px;
  z-index: -1;
  width: 30vw;
  max-width: 300px;
}
@media (max-width: 640px) {
  #neighborhood-texture-top {
    display: none;
  }
}

#neighborhood-slider-texture {
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 1;
  width: 320px;
  height: auto;
  opacity: 0.35;
  will-change: transform;
}
@media (max-width: 768px) {
  #neighborhood-slider-texture {
    width: 200px;
  }
}
@media (max-width: 640px) {
  #neighborhood-slider-texture {
    display: none;
  }
}

#neighborhood-images .half {
  height: 550px;
}
@media (max-width: 1024px) {
  #neighborhood-images .half {
    height: 350px;
  }
}
@media (max-width: 768px) {
  #neighborhood-images .half {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #neighborhood-images .half:last-of-type {
    display: none;
  }
}

#surroundings-slider .cycle-slideshow .n-slide {
  background-color: #85949d;
  height: 50vw;
  max-height: 700px;
  min-height: 450px;
}
@media (max-width: 768px) {
  #surroundings-slider .cycle-slideshow .n-slide {
    min-height: 0;
    height: 400px;
  }
}
@media (max-width: 640px) {
  #surroundings-slider .cycle-slideshow .n-slide {
    height: 250px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  NEWS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#categories {
  width: 30%;
  padding-right: 2em;
}
@media (max-width: 850px) {
  #categories {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #categories {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
#categories ul {
  margin: 0;
  padding: 0;
}
#categories ul li {
  margin: 0;
  padding: 0 0 0.75em 0;
  list-style: none;
}
#categories ul li:last-of-type {
  padding: 0;
}
#categories ul li a {
  font-size: 1.125em;
  text-decoration: none;
  color: #201d1e;
}
#categories ul li a:hover {
  text-decoration: underline;
  color: #47af9d;
}
#categories ul li.current-cat a {
  text-decoration: underline;
  color: #47af9d;
}

#news-social {
  text-align: center;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media (max-width: 350px) {
  #news-social {
    display: none;
  }
}

#facebook {
  width: 35%;
  z-index: 900;
  padding: 0 2em;
  overflow: hidden;
}
@media (max-width: 850px) {
  #facebook {
    display: none;
  }
}

#weather {
  width: 35%;
}
@media (max-width: 850px) {
  #weather {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #weather {
    display: none;
  }
}
#weather h2 {
  text-align: center !important;
}

/* Accuweather */
h3#weathertop-deg {
  font-size: 3em;
  text-align: center;
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  padding-right: 60px;
}
h3#weathertop-deg span {
  vertical-align: middle;
  position: absolute;
}
h3#weathertop-deg span i {
  width: 60px;
  height: 60px;
  background-position: center;
  position: absolute;
  top: -10px;
}

#categories h2, #facebook h2, #weather h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
@media (max-width: 768px) {
  #categories h2, #facebook h2, #weather h2 {
    text-align: center;
  }
}

#news-content {
  padding: 0 0 4rem;
}
#news-content .divider-slim:first-of-type {
  display: none;
}

.news-post {
  position: relative;
}
.news-post .news-post-img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1248px) {
  .news-post .news-post-img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .news-post .news-post-img {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .news-post .news-post-img {
    position: relative;
    top: auto;
    left: auto;
    right: auto !important;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 640px) {
  .news-post .news-post-img {
    height: 300px;
  }
}
.news-post .news-post-img.right {
  left: auto;
  right: 0;
}
.news-post .news-post-text {
  display: block;
  position: relative;
  color: #ffffff;
}
@media (max-width: 1248px) {
  .news-post .news-post-text {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .news-post .news-post-text {
    width: 60%;
    height: 99vh;
  }
}
@media (max-width: 768px) {
  .news-post .news-post-text {
    width: 100%;
    height: auto;
  }
}
.news-post .news-post-text .cntrtxt {
  padding: 4em;
  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) {
  .news-post .news-post-text .cntrtxt {
    text-align: center !important;
    padding: 4em 2em;
    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;
  }
}
.news-post .news-post-text .cntrtxt h2.post-title {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
  font-size: 2em;
  margin-bottom: 0.25em;
  color: #ffffff;
}
.news-post .news-post-text .cntrtxt h3.post-date {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  color: #ffffff;
}
.news-post .news-post-text .cntrtxt .default-content * {
  color: #ffffff;
}
.news-post .news-post-text .cntrtxt .default-content p a {
  color: #ffffff;
  text-decoration: underline;
}
.news-post .news-post-text .cntrtxt .default-content p a:hover {
  color: #b02c2e;
}
.news-post .news-post-text .cntrtxt a.arrowlink {
  width: auto;
  color: #ffffff;
  margin: 0 0.5em 0 0;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-family: "Poppins Light", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.news-post .news-post-text.reverse .cntrtxt h2.post-title {
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
}
.news-post .news-post-text.reverse .cntrtxt h3.post-date {
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
}
.news-post .news-post-text.reverse .cntrtxt .default-content * {
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
}
.news-post .news-post-text.reverse .cntrtxt .default-content p a {
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
}
.news-post .news-post-text.reverse .cntrtxt .default-content p a:hover {
  color: #ffffff;
}
.news-post .news-post-text.reverse .cntrtxt a.arrowlink {
  color: rgb(63.6402439024, 156.8597560976, 140.7256097561);
}

.news-post-single {
  position: relative;
}
@media (max-width: 768px) {
  .news-post-single {
    text-align: center;
  }
}
.news-post-single h2.post-title {
  font-family: "Cyrene Regular Advanced", Arial, Helvetica, sans-serif;
  font-size: 2.25em;
  line-height: 1.25em;
  padding: 0 0.5em;
  color: #47af9d;
}
.news-post-single h3.post-date {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  padding: 0 0.5em;
  color: #47af9d;
}
.news-post-single .default-content {
  padding-top: 1em;
}
@media (max-width: 768px) {
  .news-post-single .default-content {
    padding: 1em;
  }
}
a.backbtn {
  font-size: 1.25em;
}

.read-more, #btn_loadmore {
  width: 250px;
  margin: 4rem auto 0;
  display: block;
  padding: 0.25em;
  background-color: #47af9d;
  color: #ffffff;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -ms-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.read-more:hover, #btn_loadmore:hover {
  color: #b02c2e;
}

#availability-buttons {
  position: relative;
  margin-top: 4em;
}
@media (max-width: 640px) {
  #availability-buttons {
    margin-top: 2em;
  }
}
#availability-buttons p.disclaimer {
  margin-top: 1em;
  font-size: 0.75rem;
  line-height: 1.5rem;
}

.texture-anim {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  will-change: transform;
}

#availability-texture-top {
  position: absolute;
  left: 15px;
  top: 100px;
  width: 30vw;
  max-width: 300px;
  z-index: -1;
}
@media (max-width: 640px) {
  #availability-texture-top {
    display: none;
  }
}

#availability-texture-bottom {
  position: absolute;
  bottom: -50px;
  right: -70px;
  width: 30vw;
  width: 30vw;
  max-width: 250px;
  z-index: -1;
}
@media (max-width: 640px) {
  #availability-texture-bottom {
    display: none;
  }
}

#availability-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  margin-bottom: 4em;
}
@media (max-width: 1024px) {
  #availability-iframe {
    padding: 0;
    height: 100vh;
    min-height: 800px;
  }
}

#availability-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fp-disclaimer {
  max-width: 1200px;
  font-size: 13px;
  line-height: normal;
  margin: 10px auto 40px;
  padding: 0 10px;
}
.fp-disclaimer p {
  margin-bottom: 0.5rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#contact-texture-top {
  position: absolute;
  top: 100px;
  left: 15px;
  z-index: -1;
  width: 30vw;
  max-width: 300px;
}
@media (max-width: 640px) {
  #contact-texture-top {
    display: none;
  }
}

#contact-texture-bottom {
  position: absolute;
  top: 60%;
  right: -100px;
  z-index: -1;
  width: 30vw;
  max-width: 250px;
}
@media (max-width: 640px) {
  #contact-texture-bottom {
    display: none;
  }
}

#contact-address h2, #contact-address h3 {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  color: #b02c2e;
  font-size: 1.5em;
}
@media (max-width: 640px) {
  #contact-address h2, #contact-address h3 {
    font-size: 1.75em;
  }
}
#contact-address h2 a, #contact-address h3 a {
  color: #b02c2e;
  text-decoration: none;
}
#contact-address h2 a:hover, #contact-address h3 a:hover {
  color: #201d1e;
  text-decoration: underline;
}
#contact-address p {
  font-size: 1.25rem;
  color: #201d1e;
  margin: 0.5em 0;
}
@media (max-width: 640px) {
  #contact-address p {
    font-size: 1.125em;
  }
}
#contact-address p a {
  color: #201d1e;
  text-decoration: none;
}
#contact-address p a:hover {
  text-decoration: underline;
}

/*******************************************************
 BASIC FORM SCSS
********************************************************/
.form-styles :invalid,
.form-styles :-moz-submit-invalid,
.form-styles :-moz-ui-invalid {
  box-shadow: none;
}
.form-styles {
  display: block;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .form-styles .half,
  .form-styles .fourth {
    width: 100% !important;
  }
}
.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 {
  color: #ffffff;
  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 #ffffff;
}
.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 #ffffff;
}
.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 label {
  color: #ffffff;
  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: #ffffff;
  padding: 0.75em 0.25em;
  border: none;
  border-bottom: 1px solid #ffffff;
  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: #EB0000;
  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 #EB0000;
}
.form-styles .required-highlight label.control {
  margin-left: 0;
}
.form-styles .select.required-highlight select {
  color: #EB0000;
  border-bottom: 1px solid #EB0000;
}
.form-styles .select.required-highlight .select__arrow {
  border-color: #EB0000 transparent transparent transparent;
}
.form-styles .required-highlight label,
.form-styles label.required-highlight {
  /*margin-left: 10px;*/
}
.form-styles textarea {
  width: 100%;
  background: none;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 0.75em 0.25em;
  font-family: "Poppins Regular", Arial, Helvetica, 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: #ffffff;
}

/* CONTROL GROUP */
.control-group .full {
  margin-bottom: 1em;
}
.control-group {
  display: inline-block !important;
  vertical-align: top !important;
  text-align: left !important;
}

.control {
  display: block;
  position: relative;
  padding: 0 0 0 30px !important;
  margin-bottom: 0.9em !important;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input ~ .control__indicator {
  background: none;
}
.control input:focus ~ .control__indicator {
  background: none;
}
.control input:checked ~ .control__indicator {
  background: #ffffff !important;
}
.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: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25%;
  border: none;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
  background: none;
}
.control input:checked:focus ~ .control__indicator {
  background: none;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.7;
  pointer-events: none;
}

.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.checkboxitem {
  display: inline-block;
  margin-left: 0;
  vertical-align: sub;
}

.double-height-checkbox .checkboxitem label {
  padding: 0 0 0 50px !important;
  user-select: none;
}
.double-height-checkbox .control__indicator {
  height: 35px;
  width: 35px;
  border-radius: 0;
  border-color: #ffffff;
  border-width: 2px;
}

.control--checkbox {
  margin-left: 0 !important;
}
.control--checkbox .control__indicator {
  top: 0;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffffff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.control--radio input:checked ~ .control__indicator:after {
  padding-top: 10%;
  font-size: 13px;
}

.room-info-title {
  margin: 1em 0 1em;
  font-weight: 600;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.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;
}
.select select {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  outline: 0;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  font-weight: 300;
  padding: 0.7em 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px;
}
.select.focused label {
  opacity: 1;
}
.select.focused select {
  color: #ffffff;
  border-color: 1px solid #ffffff;
}
.select::-ms-expand {
  display: none;
}
.select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select .select__arrow {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* SOLID ARROW */
}
.select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

#form-submit {
  width: 100%;
  float: right;
  padding: 0 1em;
  width: 100%;
  float: right;
  padding: 0;
  margin: 3em auto 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  #form-submit {
    text-align: left;
  }
}
#form-submit .required-text {
  position: absolute;
  right: 1em;
  top: 0.75em;
  display: inline-block;
  text-align: left;
}

#process,
#success {
  display: block;
  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%);
}

#process h4,
#process .form-loader,
#success h4 {
  font-size: 2.25em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
}

#process p,
#success p {
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}

#errorchecking.alert {
  background-color: #ffffff;
  text-align: center;
  clear: both;
  padding: 1em;
  margin: 0.9em;
  margin-bottom: 1.5em;
}
#errorchecking.alert p {
  margin: 0;
  padding: 0;
  color: #EB0000;
  text-transform: uppercase;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active,
textarea:-webkit-autofill select:-webkit-autofill,
textarea:-webkit-autofill select:-webkit-autofill:hover,
textarea:-webkit-autofill select:-webkit-autofill:focus,
textarea:-webkit-autofill select:-webkit-autofill:active {
  border: none;
  background-color: #b02c2e !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #b02c2e 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;
}

#interest {
  width: 100%;
}
#interest .interest-content {
  padding: 65px;
}
@media (max-width: 768px) {
  #interest .interest-content {
    padding: 32.5px;
  }
}
#interest #submitbutton {
  background: none;
  margin: 0 auto;
  opacity: 1;
  font-size: 1.5em;
  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;
}
#interest #submitbutton:hover {
  opacity: 0.65;
}

/*******************************************************
 DIRECTIONS
********************************************************/
#contact-map {
  width: 100%;
  padding: 65px;
}
@media (max-width: 768px) {
  #contact-map {
    padding: 32.5px;
  }
}

#googledirections form {
  display: table;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#googledirections h2 {
  display: table-cell;
  margin: 0;
  padding: 0.25em 0 0 0;
  text-align: center;
  vertical-align: middle;
  width: 280px;
  font-size: 2.75em;
  line-height: 0.5em;
  text-align: left;
}
@media (max-width: 768px) {
  #googledirections h2 {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
}

#saddr {
  border: 1px solid #ffffff;
  color: #201d1e;
  display: table-cell;
  font-size: 1em;
  height: 2.5rem;
  margin: 0;
  padding: 0 2.75em 0 0;
  text-indent: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  #saddr {
    display: block;
    width: 100%;
  }
}
#saddr::-webkit-input-placeholder {
  color: #201d1e;
}
#saddr:-moz-placeholder {
  color: #201d1e;
}
#saddr::-moz-placeholder {
  color: #201d1e;
}
#saddr:-ms-input-placeholder {
  color: #201d1e;
}
#saddr:-webkit-autofill, #saddr:-webkit-autofill:hover, #saddr:-webkit-autofill:focus, #saddr:-webkit-autofill:active {
  /* Force the text inside the input to be black */
  -webkit-text-fill-color: #201d1e !important;
  /* Keep your desired input background color (e.g., white) */
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.directions-display {
  padding: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.directions-display p {
  color: #201d1e;
  margin-bottom: 0;
  font-size: 1em;
}
.directions-display a:link, .directions-display a:visited {
  width: 350px;
  color: #201d1e;
  text-decoration: underline;
}
.directions-display a:link:hover, .directions-display a:visited:hover {
  color: #201d1e;
  text-decoration: none;
}

#google-btn {
  background-color: rgb(255, 255, 255);
  border-left: none;
  color: #201d1e;
  border: 1px solid #ffffff;
  border-left: none;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5em;
  height: 2.5rem;
  -webkit-transition: background-color 0.5s ease, padding 0.125s ease;
  -moz-transition: background-color 0.5s ease, padding 0.125s ease;
  -ms-transition: background-color 0.5s ease, padding 0.125s ease;
  -o-transition: background-color 0.5s ease, padding 0.125s ease;
  transition: background-color 0.5s ease, padding 0.125s ease;
}
#google-btn:hover {
  padding-left: 0.25em;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

/*******************************************************
 MAP
********************************************************/
@media (max-width: 940px) {
  #gmapHolder {
    width: 100%;
    height: auto !important;
    padding: 1.3em;
  }
}

@media (max-width: 940px) {
  #map_canvas {
    z-index: 0;
    left: 0px !important;
    top: 0px;
    width: 100% !important;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 720px) {
  #map_canvas {
    height: 480px;
  }
}
@media (max-width: 540px) {
  #map_canvas {
    height: 460px;
  }
}
@media (max-width: 480px) {
  #map_canvas {
    height: 380px;
  }
}
@media (max-width: 480px) {
  #map_canvas {
    height: 320px;
  }
}

#map, #map_canvas {
  height: 683px;
  width: 100%;
  float: left;
}
@media (max-width: 940px) {
  #map, #map_canvas {
    height: 520px;
  }
}

.map-views, .map-views2 {
  top: 60px;
}

.map-views, .map-views2,
#cd-zoom-in, #cd-zoom-out {
  position: absolute;
  left: 0px;
  z-index: 200;
  width: 110px;
  margin: 0;
  padding: 0.7em 0.5em 0.5em;
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: rgba(32, 29, 30, 0.95);
  cursor: pointer;
}

.map-views:hover, .map-views2:hover,
#cd-zoom-in:hover, #cd-zoom-out:hover {
  background-color: #201d1e;
}

.map-views2 {
  display: none;
}

@media (max-width: 940px) {
  .map-views,
  .map-views2 {
    display: none;
  }
}

#controlHolder {
  position: absolute;
}

#cd-zoom-in, #cd-zoom-out {
  left: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-color: rgba(32, 29, 30, 0.95);
  /*opacity:0.8;*/
}

#cd-zoom-in {
  top: 110px;
  background-position: 50% 0;
}
@media (max-width: 940px) {
  #cd-zoom-in {
    z-index: 1;
    top: 40px;
    left: 33px;
  }
}

#cd-zoom-out {
  top: 144px;
  background-position: 50% -24px;
}
@media (max-width: 940px) {
  #cd-zoom-out {
    z-index: 1;
    top: 83px;
    left: 33px;
  }
}

.googledirections-map {
  height: 70vh;
  max-height: 850px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .googledirections-map {
    height: 450px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#above-footer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  #above-footer .wrapper {
    padding: 1em;
  }
}
#above-footer .half {
  flex-basis: calc(50% - 1em);
}
@media (max-width: 768px) {
  #above-footer .half {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  #above-footer #footer-logo {
    margin-top: 2em;
  }
}
#above-footer #footer-logo img {
  max-width: 240px;
  padding: 0 1em;
}
@media (max-width: 640px) {
  #above-footer #footer-logo img {
    padding: 0 2em;
    max-width: 190px;
  }
}
#above-footer #footer-address {
  padding: 3em 0;
}
@media (max-width: 768px) {
  #above-footer #footer-address {
    padding: 2em 0;
  }
}
#above-footer #footer-address h2, #above-footer #footer-address h3 {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  color: #b02c2e;
  font-size: 1.5em;
}
@media (max-width: 640px) {
  #above-footer #footer-address h2, #above-footer #footer-address h3 {
    font-size: 1.75em;
  }
}
#above-footer #footer-address h2 a, #above-footer #footer-address h3 a {
  color: #b02c2e;
  text-decoration: none;
}
#above-footer #footer-address h2 a:hover, #above-footer #footer-address h3 a:hover {
  color: #201d1e;
  text-decoration: underline;
}
#above-footer #footer-address p {
  font-size: 1.25rem;
  line-height: 1.75em;
  color: #201d1e;
  margin-top: 0.5rem;
}
@media (max-width: 640px) {
  #above-footer #footer-address p {
    font-size: 1.125em;
  }
}
#above-footer #footer-address p a {
  color: #201d1e;
  text-decoration: none;
}
#above-footer #footer-address p a:hover {
  color: #b02c2e;
  text-decoration: underline;
}
#above-footer #footer-social {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  #above-footer #footer-social {
    display: none;
  }
}
#above-footer #footer-social li {
  display: inline-block;
  list-style: none;
  margin: 0 0.25em;
  left: 0 !important;
}
#above-footer #footer-social li i {
  font-size: 1.25em;
}
#above-footer #footer-social li a {
  font-size: 1.5em;
  margin: 0 0.25em;
  text-decoration: none;
  color: #b02c2e;
  opacity: 1;
}
#above-footer #footer-social li a:hover {
  opacity: 0.65;
}

footer {
  padding: 3em 0;
}
footer a:link, footer a:visited {
  color: #ffffff;
  opacity: 1;
}
footer a:link:hover, footer a:visited:hover {
  opacity: 0.6;
}
footer .management-logo {
  display: inline-block;
  width: 170px;
  margin: 0 auto;
}
footer .c-icons {
  margin: 2em auto;
}
footer .c-icons a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.5em;
  margin-right: 0.25em;
}
footer .c-icons a span {
  font-size: 0.5em;
  vertical-align: top;
  line-height: 1.125em;
  display: inline-block;
  text-align: left;
  margin-left: 0.5em;
}
footer #copyright {
  font-size: 0.85em;
}
footer #copyright a {
  text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PRIVACY ALERT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#privacy-alert {
  display: none;
  background-color: #201d1e;
  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);
  box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
}
@media (max-width: 1100px) {
  #privacy-alert {
    padding: 1.5rem 140px 1.5rem 2.5rem;
    text-align: left;
  }
}
@media (max-width: 640px) {
  #privacy-alert {
    padding: 1.5rem;
    text-align: center;
  }
}
#privacy-alert h2 {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
  line-height: 1.5em;
  display: inline-block;
  padding: 0 1em;
}
@media (max-width: 768px) {
  #privacy-alert h2 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 640px) {
  #privacy-alert h2 {
    display: block;
  }
}
#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 {
  color: #b02c2e;
}
#privacy-alert #privacy-policy-agree {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none !important;
  padding: 0.5rem 1rem;
  margin-left: 2em;
  color: rgb(56.2804878049, 138.7195121951, 124.4512195122) !important;
  white-space: nowrap;
  max-width: 150px;
  cursor: pointer;
  background-color: #ffffff;
  -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;
}
#privacy-alert #privacy-policy-agree:hover {
  background-color: #b02c2e;
}
@media (max-width: 1100px) {
  #privacy-alert #privacy-policy-agree {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 2em;
    margin: 0;
  }
}
@media (max-width: 640px) {
  #privacy-alert #privacy-policy-agree {
    display: block;
    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: 1em auto 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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: #201d1e;
  margin: 3px;
  padding: 2em;
  border: 1px solid #000000;
}
#fullpopuptext .banner-logo {
  width: 50%;
  max-width: 250px;
  height: auto;
  margin: 0 auto 2em;
}
#fullpopuptext h2 {
  color: #201d1e;
  text-transform: uppercase;
  font-size: 2.25em;
  line-height: 1.125em;
  margin: 0 0 0.25em;
}
@media (max-width: 640px) {
  #fullpopuptext h2 {
    font-size: 2em;
  }
}
#fullpopuptext p {
  color: #201d1e;
  font-size: 1.25em;
  line-height: 2em;
  padding: 0 0 1em;
  margin: 0;
}
#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: #47af9d;
}
#fullpopuptext a.btn:link, #fullpopuptext a.btn:visited, #fullpopuptext a.btn:active {
  font-family: "Poppins Regular", Arial, Helvetica, sans-serif;
  display: inline-block;
  background-color: #47af9d;
  color: #ffffff;
  padding: 1em;
  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: rgb(34.2012195122, 84.2987804878, 75.6280487805);
}

a#btn-x:link,
a#btn-x:visited,
a#btn-x:active,
a#btn-x:hover {
  color: #201d1e;
  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: #47af9d;
}

@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;
  }
}
/*******************************************************
 MOBILE LANDSCAPE
********************************************************/
@media handheld and (orientation: landscape) {
  .off-canvas-nav-container {
    width: 100%;
    min-width: 0;
  }
  .off-canvas-menu .off-canvas-nav-container #main-nav {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    padding-bottom: 150px;
  }
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    flex-basis: 40% !important;
  }
  .menubg {
    width: 100%;
    min-width: 0;
  }
}
/*******************************************************
 IOS
********************************************************/
@supports (-webkit-touch-callout: none) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  ul#main-nav.mobile-nav {
    height: calc(100vh - 100px);
    max-width: none;
    overflow-y: auto;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  ul#main-nav.mobile-nav li {
    overflow: hidden;
  }
}
@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) {
  .off-canvas-nav-container {
    width: 100%;
    min-width: 0;
  }
  /* For landscape layouts only */
  .off-canvas-menu .off-canvas-nav-container #main-nav {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    padding-bottom: 8em;
  }
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    overflow: hidden;
  }
  .menubg {
    width: 100%;
    min-width: 0;
  }
}

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