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

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

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

/*
|--------------------------------------------------------------------------
| Meyer Reset
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
|
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
b,
i,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
}

:focus {
  outline: 0;
}

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

ol,
ul {
  list-style: none;
}

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

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

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

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

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

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

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

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

section {
  position: relative;
}

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

input,
textarea {
  font: inherit;
}

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

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

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

a {
  color: #fff;
}

a:hover {
  color: #eee;
}

a:active {
  color: #eee;
}

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

article p {
  line-height: 1.75em;
}

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

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

/*
|--------------------------------------------------------------------------
| Grid
|--------------------------------------------------------------------------
|
| This file holds all of the grid / structure related styles for the site.
|
*/
.full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**** Gutters ***/
.half-gutter1 .half {
  width: calc(50% - 0.5em);
}
@media (max-width: 768px) {
  .half-gutter1 .half {
    width: 100%;
  }
}
.half-gutter1 .full {
  width: calc(100% - 1em);
}
@media (max-width: 768px) {
  .half-gutter1 .full {
    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;
}

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

.pad-half {
  padding: 0.5em;
}

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

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

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

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

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

.pad5 {
  padding: 5em;
}

.pad6 {
  padding: 6em;
}

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

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

/*~~ 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) {
  .padm0 {
    padding: 0;
  }
}

@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) {
  .padm0 {
    padding: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  margin: 0;
  padding: 0;
  font: 300 normal 16px/16px "futura-pt", Arial, Helvetica, sans-serif, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
  color: #58595b;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

*:focus-visible,
*:focus-visible label,
a:focus-visible,
input:focus-visible,
button:focus-visible,
.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;
}

.checkboxitem label {
  font-size: 1.25rem !important;
}

.control-group .full.checkboxitem {
  margin-bottom: 0.5rem;
  font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 0.025em;
}

h1 {
  font-size: 2.5em;
  font-weight: 300;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2em;
  font-weight: 300;
}

h3 {
  font-size: 1.75em;
  font-weight: 300;
}

h4 {
  font-size: 1.5em;
  font-weight: 300;
}

h5 {
  font-size: 1.25em;
  font-weight: 300;
}

h6 {
  font-size: 1.125em;
  font-weight: 300;
}

p {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  p {
    font-size: 1.25rem;
  }
}

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

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

a,
a:link,
a:visited {
  text-decoration: underline;
  color: #00568b;
}

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

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

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

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

/*.circlelink, a.circlelink:link, a.circlelink:visited {
	color: $color-white;
	display: block;
	font-size: 2.5em;
	font-weight: $font-main-light-weight;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	@include transition(color 0.3s ease);

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


	span {
		display: inline-block;
		position: relative;
		width: 0.75em;
		height: 0.75em;
		border: 2px solid $color-white;
		border-radius: 50%;
		overflow: hidden;
		text-decoration: none!important;
		background-color: fn-transparent-color($color-white, 0);
		@include transition(background-color 0.5s ease);

		&::before, &::after {
			content: '\f105';
			font-family: "Font Awesome 6 Pro";
	    font-style: normal;
	    font-weight: 100;
			font-size: 75%;
			color: $color-white;
			width: 100%;
	    speak: none;
	    display: block;
	    text-decoration: inherit;
	    text-align: center;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1em;
	    -webkit-font-smoothing: antialiased;
			@include center-vert();
			margin-left: 0;
			padding: 15% 0 0 10%;
		}

		&::before {
			left: -100%;
		}

		&::after {
			left: 0;
		}
	}

	&:hover {

		span {
		background-color: fn-transparent-color($color-white, 0.3);

			&::before {
				animation: animate-arrow-in 0.4s ease-in-out .125s;
			}

			&::after {
				animation: animate-arrow-out 0.4s ease-in-out .125s;
			}
		}

	}

	&.tprimary {
		color: $color-primary;

		span {
			border-color: $color-primary;
			color: $color-primary;
			background-color: fn-transparent-color($color-surrogate, 0);

			&::before, &::after {
				color: $color-primary;
			}
		}

		&:hover {
			span {
				background-color: fn-transparent-color($color-surrogate, 0.3);
			}
		}
	}

	&.tsecondary {
		color: $color-secondary;

		span {
			border-color: $color-secondary;
			color: $color-secondary;
			background-color: fn-transparent-color($color-surrogate, 0);

			&::before, &::after {
				color: $color-secondary;
			}
		}

		&:hover {
			span {
				background-color: fn-transparent-color($color-surrogate, 0.3);
			}
		}

	}

	&.tsurrogate {
		color: $color-surrogate;

		span {
			border-color: $color-surrogate;
			color: $color-surrogate;
			background-color: fn-transparent-color($color-black, 0);

			&::before, &::after {
				color: $color-surrogate;
			}
		}

		&:hover {
			span {
				background-color: fn-transparent-color($color-black, 0.3);
			}
		}
	}

}
*/
strong {
  font-weight: 600;
}

.nofade {
  opacity: 1 !important;
}

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

.font-main-bold {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.font-main-light {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.font-headline {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.font-headline-bold {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

.font-headline-light {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 300;
}

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

.bgblack {
  background-color: #000000;
}

.bgprimary {
  background-color: #58595b;
}

.bgsecondary {
  background-color: #00568b;
}

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

.bgsecondary-darkest {
  background-color: #003658;
}

.bgtertiary {
  background-color: #0092cf;
}

.bgtertiary-dark {
  background-color: #0080b6;
}

.bgtertiary-darkest {
  background-color: #006e9c;
}

.bgsurrogate {
  background-color: #00568b;
}

.bgsurrogate-dark {
  background-color: #004672;
}

.bgsurrogate-darkest {
  background-color: #003658;
}

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

.tblack {
  color: #000000;
}

.tprimary {
  color: #58595b;
}

.tprimary-dark {
  color: #4b4c4e;
}

.tprimary-darkest {
  color: #3f4041;
}

.tsecondary {
  color: #00568b;
}

.tsecondary-dark {
  color: #004672;
}

.tsecondary-darkest {
  color: #003658;
}

.ttertiary {
  color: #0092cf;
}

.ttertiary-dark {
  color: #0080b6;
}

.ttertiary-darkest {
  color: #006e9c;
}

.tsurrogate {
  color: #00568b;
}

.tsurrogate-dark {
  color: #004672;
}

.tsurrogate-darkest {
  color: #003658;
}

.nofade {
  visibility: 1 !important;
}

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

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

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

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

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

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

.cleanlist {
  margin: 0 0 1em;
  padding: 0;
}
.cleanlist h2 {
  display: block;
  font-size: 1em;
  margin: 0 0 0.5em -15px;
  padding: 0;
}
.cleanlist li {
  font-size: 1.25em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}
.cleanlist li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}
.cleanlist li ul li {
  font-size: 1em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

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

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

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

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

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

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

#uplink:hover {
  color: #58595b;
}

.secnav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .secnav {
    margin-left: 0;
  }
}
.secnav li {
  margin: 5px 5px 5px 5px;
  width: calc(50% - 16px);
  max-width: 250px;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 640px) {
  .secnav li {
    width: calc(50% - 16px);
  }
}
.secnav li a {
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 1em;
  position: relative;
  text-transform: uppercase;
  color: #00568b;
  border: 1px solid #00568b;
  background-color: rgba(0, 86, 139, 0);
  width: 100%;
  align-content: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.secnav li a:hover, .secnav li a:active {
  background-color: rgba(0, 86, 139, 0.2);
}
.secnav li a.active {
  color: #ffffff;
  background-color: #00568b;
}
.secnav li.active > a {
  color: #ffffff;
  background-color: #00568b;
}

.select.mobile-select {
  border: none;
}
@media (max-width: 640px) {
  .select.mobile-select {
    border: 1px solid #58595b;
  }
}
.select.mobile-select .select__arrow {
  display: none;
  border-color: #58595b transparent transparent transparent;
}
@media (max-width: 640px) {
  .select.mobile-select .select__arrow {
    display: block;
  }
}
.select.mobile-select ul select {
  color: #58595b;
  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;
  }
}

.secnav-title {
  display: inline-block;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 2em;
  line-height: 1em;
}
@media (max-width: 768px) {
  .secnav-title {
    font-size: 1.75em;
  }
}
@media (max-width: 640px) {
  .secnav-title {
    display: block;
    padding-top: 0.25em;
    font-size: 2em;
  }
}

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

.arrowlink, a.arrowlink:link, a.arrowlink:visited {
  color: #58595b;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-right: 0.25em;
  margin-right: 0.5em;
  position: relative;
  -webkit-transition: color 0.3s ease, padding 0.3s ease;
  -moz-transition: color 0.3s ease, padding 0.3s ease;
  -ms-transition: color 0.3s ease, padding 0.3s ease;
  -o-transition: color 0.3s ease, padding 0.3s ease;
  transition: color 0.3s ease, padding 0.3s ease;
}
.arrowlink:after, a.arrowlink:link:after, a.arrowlink:visited:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 1em;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 100%;
  padding-left: 0;
  -webkit-transition: color 0.5s ease, padding 0.5s ease;
  -moz-transition: color 0.5s ease, padding 0.5s ease;
  -ms-transition: color 0.5s ease, padding 0.5s ease;
  -o-transition: color 0.5s ease, padding 0.5s ease;
  transition: color 0.5s ease, padding 0.5s ease;
}
.arrowlink:hover:after, a.arrowlink:link:hover:after, a.arrowlink:visited:hover:after {
  padding-left: 5px;
}
.arrowlink.reverse, a.arrowlink:link.reverse, a.arrowlink:visited.reverse {
  padding-right: 0;
  padding-left: 0.25em;
  margin-right: 0;
  margin-left: 0.5em;
}
.arrowlink.reverse:after, a.arrowlink:link.reverse:after, a.arrowlink:visited.reverse:after {
  content: "\f104";
  left: auto;
  right: 100%;
  padding-left: 0 !important;
  padding-right: 0;
}
.arrowlink.reverse:hover:after, a.arrowlink:link.reverse:hover:after, a.arrowlink:visited.reverse:hover:after {
  padding-right: 5px;
}

@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%;
  }
}
.arrowbtn {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  border: 2px solid #58595b;
  overflow: hidden;
  border-radius: 50%;
  text-decoration: none !important;
  background-color: rgba(0, 146, 207, 0);
}
.arrowbtn::before, .arrowbtn::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5em;
  color: #58595b;
  speak: none;
  display: block;
  width: 100%;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-left: 0;
}
.arrowbtn::before {
  left: -100%;
}
.arrowbtn::after {
  left: 0;
}
.arrowbtn:hover {
  background-color: rgba(0, 146, 207, 0.2);
}
.arrowbtn:hover::before {
  animation: animate-arrow-in 0.4s ease-in-out 0.125s;
}
.arrowbtn:hover::after {
  animation: animate-arrow-out 0.4s ease-in-out 0.125s;
}
.arrowbtn.whitebtn {
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
.arrowbtn.whitebtn::before, .arrowbtn.whitebtn::after {
  color: #ffffff;
}
.arrowbtn.whitebtn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.boxbtn, .boxbtn:link, .boxbtn:visited {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.75em;
  text-align: center;
  text-decoration: none;
  padding: 0.25em 1.75em 0.25em 1em;
  position: relative;
  color: #ffffff;
  background-color: #00568b;
  -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;
}
.boxbtn.fixedwidth, .boxbtn:link.fixedwidth, .boxbtn:visited.fixedwidth {
  min-width: 320px;
}
@media (max-width: 768px) {
  .boxbtn.fixedwidth, .boxbtn:link.fixedwidth, .boxbtn:visited.fixedwidth {
    width: 90%;
    max-width: 320px;
  }
}
.boxbtn.simple, .boxbtn:link.simple, .boxbtn:visited.simple {
  padding-right: 1em;
}
.boxbtn i, .boxbtn:link i, .boxbtn:visited i {
  display: inline-block;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0.75em;
  padding-right: 0.25em;
  -webkit-transition: right 0.25s ease, left 0.25s ease;
  -moz-transition: right 0.25s ease, left 0.25s ease;
  -ms-transition: right 0.25s ease, left 0.25s ease;
  -o-transition: right 0.25s ease, left 0.25s ease;
  transition: right 0.25s ease, left 0.25s ease;
}
@media (max-width: 640px) {
  .boxbtn, .boxbtn:link, .boxbtn:visited {
    font-size: 1.25em;
  }
}
.boxbtn:hover, .boxbtn:link:hover, .boxbtn:visited:hover {
  cursor: pointer;
  background-color: #004672;
}
.boxbtn:hover i, .boxbtn:link:hover i, .boxbtn:visited:hover i {
  right: 0.5em;
}
.boxbtn.orangebtn, .boxbtn:link.orangebtn, .boxbtn:visited.orangebtn {
  background-color: #ff6c00;
  font-size: 2em;
}
@media (max-width: 640px) {
  .boxbtn.orangebtn, .boxbtn:link.orangebtn, .boxbtn:visited.orangebtn {
    font-size: 1.5em;
  }
}
.boxbtn.orangebtn:hover, .boxbtn:link.orangebtn:hover, .boxbtn:visited.orangebtn:hover {
  color: #ee6603;
}
.boxbtn.reverse, .boxbtn:link.reverse, .boxbtn:visited.reverse {
  padding: 0.25em 1em 0.25em 1.75em;
}
.boxbtn.reverse i, .boxbtn:link.reverse i, .boxbtn:visited.reverse i {
  right: auto;
  left: 0.75em;
  padding-right: 0;
  padding-left: 0.25em;
}
.boxbtn.reverse:hover i, .boxbtn:link.reverse:hover i, .boxbtn:visited.reverse:hover i {
  right: auto;
  left: 0.5em;
}

.default-content {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.default-content p {
  margin-bottom: 1rem;
}
.default-content p a {
  color: #00568b;
}
.default-content p a:hover {
  color: #58595b;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #58595b;
  margin-bottom: 0.75rem;
}
.default-content p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.default-content p:last-of-type {
  margin-bottom: 0;
}
.default-content pre {
  margin-bottom: 1rem;
}
.default-content blockquote {
  width: 85%;
  max-width: 450px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 1px 1px 1px #ccc;
  font-style: italic;
  padding: 1rem;
  margin: 0 auto 1.5em;
}
.default-content blockquote :last-child {
  margin: 0;
}
.default-content ul {
  margin: 0;
  padding: 0 2rem 1.25rem 0;
  list-style: none;
  margin-left: 0;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}
.default-content ul li {
  margin: 0px 0px 0.125em 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: left;
}
.default-content ul li:before {
  content: "• ";
  color: #58595b;
  padding-right: 0.5rem;
  font-size: 1rem;
}
.default-content ul li a {
  color: #58595b;
}
.default-content ul li a:hover {
  color: #00568b;
}
.default-content ul ul {
  margin: 0;
  padding: 0 2rem 0 2rem;
  list-style: none;
  margin-left: 0;
  padding-left: 2rem;
  text-indent: -1.75rem;
}
.default-content ul ul li {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 1rem;
  line-height: 1rem;
}
.default-content ul ul li:before {
  content: " ";
  color: #58595b;
  padding-right: 1em;
}

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

.divider-slim {
  height: 2em;
}

.hideme {
  display: none;
}

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

.imgloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 3em;
  color: #58595b;
}

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

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

.wrapper, .wrapper-full, .wrapper-wide {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .wrapper, .wrapper-full, .wrapper-wide {
    width: 90%;
  }
}

.wrapper-full {
  width: 100%;
  max-width: none;
}
.wrapper-full.with-gap {
  width: calc(100% - 8em);
}
@media (max-width: 768px) {
  .wrapper-full.with-gap {
    width: calc(100% - 4em);
  }
}
@media (max-width: 640px) {
  .wrapper-full.with-gap {
    width: calc(100% - 2em);
  }
}

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

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

.background-treatment {
  background-size: cover !important;
  background-position: center;
}

.section-title {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2.75em;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 2.5em;
  }
}
@media (max-width: 350px) {
  .section-title {
    font-size: 2.25em;
  }
}
.section-title.font-headline {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
}

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

#intro {
  padding: 0 1em;
  text-align: center;
}
#intro .wrapper, #intro .wrapper-wide {
  max-width: 900px;
}
@media (max-width: 640px) {
  #intro {
    text-align: center;
  }
}
#intro p {
  line-height: 2.5rem;
  margin-bottom: 1em;
}
#intro p a {
  color: #00568b;
  text-decoration: underline;
}
#intro p a:hover {
  color: #58595b;
}
#intro p:last-of-type {
  margin: 0;
}
#intro h1, #intro h2 {
  font-size: 3rem;
  line-height: 3.7rem;
  color: #00568b;
  margin-bottom: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}
#intro h3 .red {
  color: #ff0f0f;
  text-transform: uppercase;
}
#intro .red {
  color: #ff0f0f;
}

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

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

/*******************
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: #00568b;
  left: 5px;
  top: 5px;
  width: 200px;
  height: auto;
  overflow: auto;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.2em;
  z-index: 9999;
}

/*~~~~~~~~~~~~~~~~~*/
#hamburger,
#hamburger-menu-item {
  width: 40px;
  height: 30px;
  margin: 0;
  position: relative;
  display: inline-block;
}
#hamburger span,
#hamburger-menu-item span {
  display: block;
  position: absolute;
  height: 3px;
  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) {
  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) {
  top: 8px;
}
#hamburger span:nth-child(4),
#hamburger-menu-item span:nth-child(4) {
  top: 16px;
  width: 75%;
}
#hamburger:hover span:nth-child(4),
#hamburger-menu-item:hover span:nth-child(4) {
  width: 100%;
}
#hamburger.open span:nth-child(1),
#hamburger-menu-item.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) {
  -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) {
  -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) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#logo {
  position: absolute;
  top: 1.5em;
  left: 4em;
  z-index: 500;
  width: 255px;
  height: auto;
}
@media (max-width: 1248px) {
  #logo {
    left: 2em;
  }
}
@media (max-width: 640px) {
  #logo {
    width: 200px;
    left: 1em;
  }
}

#header-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: height 0.5s ease, background-color 0.5s ease;
  -moz-transition: height 0.5s ease, background-color 0.5s ease;
  -ms-transition: height 0.5s ease, background-color 0.5s ease;
  -o-transition: height 0.5s ease, background-color 0.5s ease;
  transition: height 0.5s ease, background-color 0.5s ease;
}
#header-content #header-content-holder {
  position: relative;
  height: 120px;
  text-align: right;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#header-content #header-content-holder #header-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  padding: 13px 100px 0 0;
}
#header-content #header-content-holder .more-homes {
  display: none;
  position: absolute;
  top: 2.75em;
  right: 2em;
  z-index: 1100;
  max-width: 40%;
}
@media (max-width: 640px) {
  #header-content #header-content-holder .more-homes {
    top: 2.25em;
  }
}
#header-content #header-content-holder .more-homes a {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.45rem;
  margin: 0 2rem;
  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;
}
@media (max-width: 1248px) {
  #header-content #header-content-holder .more-homes a {
    margin: 0 0.75rem;
  }
}
#header-content #header-content-holder .mobile-nav-toggle {
  display: none;
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 1100;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: top 0.2s ease, right 0.2s ease;
  -moz-transition: top 0.2s ease, right 0.2s ease;
  -ms-transition: top 0.2s ease, right 0.2s ease;
  -o-transition: top 0.2s ease, right 0.2s ease;
  transition: top 0.2s ease, right 0.2s ease;
}
@media (max-width: 640px) {
  #header-content #header-content-holder .mobile-nav-toggle {
    top: 1.5em;
    right: 1.5em;
  }
}
#header-content #header-content-holder .mobile-nav-toggle:hover {
  cursor: pointer;
}
#header-content #header-content-holder .mobile-nav-toggle h4 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 0.95em;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#header-content #header-content-holder .mobile-nav-toggle.open {
  color: #58595b;
}
#header-content #header-content-holder .mobile-nav-toggle.open #hamburger span, #header-content #header-content-holder .mobile-nav-toggle.open #hamburger-menu-item span {
  background: #58595b;
}
#header-content.slim {
  background-color: rgb(255, 255, 255);
}
#header-content.slim #header-content-holder {
  height: 85px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.13);
}
#header-content.slim #header-content-holder #logo {
  top: 12px;
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  -o-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}
#header-content.slim #header-content-holder .mobile-nav-toggle {
  color: #58595b;
  top: 1.5em;
}
#header-content.slim #header-content-holder #hamburger span, #header-content.slim #header-content-holder #hamburger-menu-item span {
  background: #58595b;
}
#header-content.slim ul#main-nav {
  margin-top: 2em;
}
#header-content.slim ul#main-nav li a {
  color: #58595b;
}
#header-content.slim ul#main-nav li a:after {
  background: #58595b;
}

ul#main-nav {
  display: inline-block;
  opacity: 1;
  position: relative;
  float: right;
  left: 0;
  margin: 2.75em 2em 0 0;
  z-index: 1000;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
ul#main-nav li {
  display: inline-block;
  /*&:first-of-type {

  	a {
  		font-weight: 500;
  	}

  }*/
}
ul#main-nav li a {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.45rem;
  margin: 0 1.25rem;
  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;
}
@media (max-width: 1248px) {
  ul#main-nav li a {
    margin: 0 0.5rem;
  }
}
@media (max-width: 1050px) {
  ul#main-nav li a {
    font-size: 1.45em;
  }
}
ul#main-nav li a:after {
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  bottom: -7px;
  height: 1px;
  background: #ffffff;
  right: 0;
  left: auto;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.1s linear 0.2s, background 0.5s;
  pointer-events: none;
}
ul#main-nav li a:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
  transition: width 0.3s ease-in-out, opacity 0.2s linear, background 0.5s;
}
ul#main-nav li.active a:after, ul#main-nav li.activeparent a:after {
  width: 100%;
  left: 0;
  opacity: 1;
  transition: width 0.3s ease-in-out, opacity 0.2s linear, background 0.5s;
}

/* ADDITIONS */
@media (max-width: 1015px) {
  ul#main-nav li {
    opacity: 0;
  }
}
@media (min-width: 1015px) {
  ul#main-nav li ul {
    padding: 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
    box-shadow: 0 1px 4px 0 rgba(50, 50, 50, 0.5);
    background-color: #00568b;
  }
  ul#main-nav li ul:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 85px;
    border-width: 0 10px 15px;
    border-style: solid;
    border-color: #00568b transparent;
  }
  ul#main-nav li ul li {
    background: #00568b;
  }
  ul#main-nav li ul li a {
    text-align: left;
    display: block;
    width: 300px;
    margin: 0 !important;
    padding: 4px 0 4px 15px;
    background-color: #00568b;
    -webkit-transition: all 600ms;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    transition: all 600ms;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -ms-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    cursor: pointer;
    color: #ffffff !important;
    text-transform: none;
    font-size: 1.15rem;
  }
  ul#main-nav li ul li a:after {
    display: none;
  }
  ul#main-nav li ul li a:hover {
    color: #36c4ff !important;
  }
  ul#main-nav li ul li a:hover:after {
    display: none;
  }
}
ul#main-nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 45px;
  /*@media(max-width:1015px) {
  	display: none !important;
  }*/
}

ul#main-nav li ul li.nowselling a:link, ul#main-nav li ul li.nowselling a:visited, ul#main-nav li ul li.comingsoon a:link, ul#main-nav li ul li.comingsoon a:visited {
  pointer-events: none !important;
}
@media (min-width: 1015px) {
  ul#main-nav li ul li.nowselling a:link, ul#main-nav li ul li.nowselling a:visited, ul#main-nav li ul li.comingsoon a:link, ul#main-nav li ul li.comingsoon a:visited {
    color: #ffffff !important;
    background-color: #00568b !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    font-weight: 700 !important;
  }
}

/* END ADDITIONS */
ul#main-nav.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  width: 100%;
  padding: 90px 2em 2em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  left: 100%;
  margin-top: 0 !important;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -ms-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -o-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
}
ul#main-nav.mobile-nav li {
  opacity: 0;
}
ul#main-nav.mobile-nav li a:before, ul#main-nav.mobile-nav li a:after {
  display: none !important;
}
ul#main-nav.mobile-nav li {
  position: relative;
  opacity: 0;
  right: -500px;
  width: 100%;
  /*margin: 2vh 0;*/
  text-align: right;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
ul#main-nav.mobile-nav li a {
  font-size: 1.15rem;
  margin: 0;
  padding: 0.5rem 0 0.5rem 0;
}
@media (max-height: 500px) {
  ul#main-nav.mobile-nav li {
    /*margin: .25rem 0;*/
  }
}
ul#main-nav.mobile-nav li ul li {
  opacity: 0;
}
ul#main-nav.mobile-nav li ul li:last-of-type {
  border-bottom: 1px solid #e8e9eb;
  padding-bottom: 0.75rem;
}
ul#main-nav.mobile-nav li ul li a {
  padding: 0.25rem 0 0.25rem 0;
  margin: 0;
}
ul#main-nav.mobile-nav li ul li.nowselling, ul#main-nav.mobile-nav li ul li.comingsoon {
  margin-top: 0.3rem;
  border-top: 1px solid #e8e9eb;
}
ul#main-nav.mobile-nav li ul li.nowselling a, ul#main-nav.mobile-nav li ul li.comingsoon a {
  color: #00568b !important;
  font-weight: 700;
}
ul#main-nav.mobile-nav li ul li.nowselling {
  padding-top: 0.75rem;
}
ul#main-nav.mobile-nav li ul li.comingsoon {
  border-top: 0;
}
ul#main-nav.mobile-nav li a {
  color: #58595b;
}
ul#main-nav.mobile-nav li a:before, ul#main-nav.mobile-nav li a:after {
  display: none !important;
}
ul#main-nav.mobile-nav li a.active {
  color: #00568b;
}
ul#main-nav.mobile-nav li a.active:before, ul#main-nav.mobile-nav li a.active:after {
  display: none !important;
}
ul#main-nav.mobile-nav .fill {
  margin: 0;
  position: absolute;
  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;
}
ul#main-nav.mobile-nav.open li {
  opacity: 1;
  right: 0;
}
ul#main-nav.mobile-nav.open .fill {
  opacity: 0.7;
}
.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}

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

#slider {
  display: inherit;
  position: relative;
  height: 60vh;
  min-height: 500px;
  overflow: hidden;
  background-color: #000000;
  z-index: 0;
  margin: 0 auto;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
@media (max-width: 768px) {
  #slider {
    height: 500px !important;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  #slider {
    height: 400px !important;
    min-height: 300px;
  }
}
#slider .top-gradient {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 300px;
  top: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.85) 100%);
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -moz-transition: opacity 0.5s ease, height 0.5s ease;
  -ms-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
}
#slider .top-gradient.gosmall {
  height: 0;
  opacity: 0;
}
#slider .bottom-gradient {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
}
#slider .bottom-curve {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: -1px;
  z-index: 301;
  background: transparent url("../../images/global/curve.svg") no-repeat center bottom;
}
#slider .bottom-curve.blue-curve {
  background-image: url("../../images/global/curve-blue.svg");
}
#slider .imgloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2em;
  color: #ffffff;
}
#slider .home-title, #slider .page-title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 400;
  background: none;
}
#slider .home-title img, #slider .page-title img {
  width: 60%;
  height: auto;
  max-width: 400px;
  max-height: 100px;
}
@media (max-width: 640px) {
  #slider .home-title, #slider .page-title {
    bottom: 40px;
  }
}
#slider .home-title h1, #slider .home-title h2, #slider .page-title h1, #slider .page-title h2 {
  display: block;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  width: 100%;
  font-weight: 300;
}
#slider .home-title h1, #slider .home-title h2, #slider .page-title h1, #slider .page-title h2 {
  padding: 0 1em;
  font-size: 5em;
  line-height: 1.125em;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 768px) {
  #slider .home-title h1, #slider .home-title h2, #slider .page-title h1, #slider .page-title h2 {
    font-size: 4.5em;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  #slider .home-title h1, #slider .home-title h2, #slider .page-title h1, #slider .page-title h2 {
    font-size: 3.5em;
  }
}
#slider .page-title h1 {
  padding: 0 1em;
  font-size: 5em;
  line-height: 0.85em;
  color: #ffffff;
}
@media (max-width: 768px) {
  #slider .page-title h1 {
    font-size: 4.5em;
    line-height: 1em;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  #slider .page-title h1 {
    font-size: 3.5em;
  }
}
#slider .page-title h2 {
  display: block;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 0 4rem;
  margin-top: 0.5em;
  font-size: 2em;
  line-height: 1.125em;
  color: #ffffff;
}
@media (max-width: 768px) {
  #slider .page-title h2 {
    font-size: 3em;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  #slider .page-title h2 {
    font-size: 2em;
  }
}
#slider div.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 500;
}
#slider div.slide div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 6.5s linear;
}
#slider div.slide.scale div {
  transform: scale(1.1);
}
#slider div.slide.fx1 div {
  transform-origin: bottom left;
}
#slider div.slide.fx2 div {
  transform-origin: top left;
}
#slider div.slide.fx3 div {
  transform-origin: top right;
}
#slider div.slide.fx4 div {
  transform-origin: bottom right;
}

.breckyn #slider .page-title img, .breckyn-dev #slider .page-title img {
  width: auto;
  max-height: 120px;
}

/* SLIDER ALT */
#slider-alt {
  display: inherit;
  position: relative;
  /*height: 60vh;
  min-height: 500px;*/
  padding-bottom: 66%;
  overflow: hidden;
  background-color: #000000;
  z-index: 0;
  margin: 0 auto;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
#slider-alt .cycle-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 501;
  left: 10px;
  top: calc(50% - 15px);
  background-color: #00568b;
  border-radius: 50%;
  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;
}
#slider-alt .cycle-prev:hover {
  background-color: #003658;
  cursor: pointer;
}
#slider-alt .cycle-prev i {
  padding-top: 12px;
}
#slider-alt .cycle-next {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 501;
  right: 10px;
  top: calc(50% - 15px);
  background-color: #00568b;
  border-radius: 50%;
  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;
}
#slider-alt .cycle-next:hover {
  background-color: #003658;
  cursor: pointer;
}
#slider-alt .cycle-next i {
  padding-top: 12px;
}
#slider-alt div.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 500;
}
#slider-alt div.slide div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 6.5s linear;
}
#slider-alt div.slide.scale div {
  transform: scale(1.1);
}
#slider-alt div.slide.fx1 div {
  transform-origin: bottom left;
}
#slider-alt div.slide.fx2 div {
  transform-origin: top left;
}
#slider-alt div.slide.fx3 div {
  transform-origin: top right;
}
#slider-alt div.slide.fx4 div {
  transform-origin: bottom right;
}

#down-to-content {
  display: inline-block;
  margin: 0.25em 0.25em 0.5em 0;
  position: relative;
}
@media (max-width: 768px) {
  #down-to-content {
    display: none !important;
  }
}
#down-to-content #down-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20px;
  color: #ffffff;
  text-decoration: none !important;
  -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;
}
#down-to-content #down-arrow i {
  font-size: 0.85em;
  width: 100%;
  height: auto;
}
#down-to-content #down-arrow:hover {
  cursor: pointer;
  bottom: -10px;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home #slider {
  height: 100vh;
}
@media (max-width: 350px) {
  .home #slider .home-title {
    bottom: 30px;
    font-size: 2.5em;
  }
}
.home #intro {
  padding: 0;
}
.home #intro .wrapper, .home #intro .wrapper-wide {
  /*display: flex;*/
  max-width: 900px;
}
@media (max-width: 768px) {
  .home #intro .wrapper, .home #intro .wrapper-wide {
    display: block;
  }
}
.home #intro .intro-title {
  /*flex: 0 0 450px;*/
}
@media (max-width: 1024px) {
  .home #intro .intro-title {
    /*flex: 0 0 340px;*/
  }
}
@media (max-width: 768px) {
  .home #intro .intro-title {
    width: 100%;
    margin-bottom: 3em;
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .home #intro .intro-title {
    padding: 0 2em;
    margin-bottom: 2em;
  }
}
.home #intro .intro-title h1 {
  line-height: 1.35em;
  display: block;
}
@media (max-width: 768px) {
  .home #intro .intro-title h1 br {
    content: " ";
  }
  .home #intro .intro-title h1 br:after {
    content: " ";
  }
}
.home #intro .intro-title p {
  line-height: 2em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FIND YOUR HOME
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fyh-items-list {
  overflow: hidden;
}
.fyh-items-list .section-title {
  margin-bottom: 0.5em;
}
.fyh-items-list .fyh-items-intro {
  margin-bottom: 2em;
}
.fyh-items-list .fyh-items-intro p {
  line-height: 2rem;
}
.fyh-items-list .fyh-item {
  position: relative;
  margin-bottom: 2em;
}
.fyh-items-list .fyh-item:last-of-type {
  margin: 0;
}
.fyh-items-list .fyh-item .fyh-item-img {
  width: calc(100% - 420px);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .fyh-items-list .fyh-item .fyh-item-img {
    position: relative;
    width: 100%;
    height: 450px;
  }
}
.fyh-items-list .fyh-item .fyh-item-img .callout {
  display: block;
  position: absolute;
  left: 0;
  bottom: 1em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
  border-radius: 0 5px 5px 0;
  background-color: #00568b;
  color: #00568b;
  padding: 0.5em 1em;
}
.fyh-items-list .fyh-item .fyh-item-img .callout.red {
  background-color: #ff0f0f;
  color: #ffffff;
}
.fyh-items-list .fyh-item .fyh-item-info {
  width: 420px;
  min-height: 475px;
  padding: 4em;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1450px) {
  .fyh-items-list .fyh-item .fyh-item-info {
    height: 30vw;
  }
}
@media (max-width: 1024px) {
  .fyh-items-list .fyh-item .fyh-item-info {
    width: 100%;
    min-height: 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .fyh-items-list .fyh-item .fyh-item-info {
    padding: 4em 2em;
  }
}
.fyh-items-list .fyh-item .fyh-item-info h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 0.25em;
}
@media (max-width: 640px) {
  .fyh-items-list .fyh-item .fyh-item-info h2 {
    font-size: 1.25em;
  }
}
.fyh-items-list .fyh-item .fyh-item-info h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 0.75em;
}
@media (max-width: 640px) {
  .fyh-items-list .fyh-item .fyh-item-info h3 {
    font-size: 1.75em;
  }
}
.fyh-items-list .fyh-item .fyh-item-info h4 {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (max-width: 640px) {
  .fyh-items-list .fyh-item .fyh-item-info h4 {
    font-size: 1.25em;
  }
}
.fyh-items-list .fyh-item .fyh-item-info .cta {
  text-align: left;
}
@media (max-width: 1024px) {
  .fyh-items-list .fyh-item .fyh-item-info .cta {
    text-align: center;
  }
}
.fyh-items-list .fyh-item .fyh-item-info .cta a.arrowlink {
  font-size: 2em;
  margin-top: 1em;
  padding-left: 0;
}
@media (max-width: 640px) {
  .fyh-items-list .fyh-item .fyh-item-info .cta a.arrowlink {
    font-size: 1.75em;
  }
}

#fyh-list {
  margin: 0;
}
#fyh-list li {
  margin: 0 1em;
  font-weight: 600;
  padding: 0.5em;
  display: inline-block;
  text-transform: uppercase;
}
#fyh-list li i {
  top: auto;
}
#fyh-list li:hover {
  cursor: pointer;
  color: #00568b;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GALLERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.image-gallery ul.gallery-list {
  list-style: none;
  overflow: hidden;
}
.image-gallery ul.gallery-list li {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
  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% - 0.5rem);
    float: left;
    position: relative;
    margin: 0.25rem;
  }
}
@media (min-width: 840px) {
  .image-gallery ul.gallery-list li {
    width: calc(50% - 0.5rem);
    float: left;
    position: relative;
    margin: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .image-gallery ul.gallery-list li {
    width: calc(33.3333333333% - 0.5rem);
    float: left;
    position: relative;
    margin: 0.25rem;
  }
}
@media (min-width: 768px) {
  .image-gallery ul.gallery-list li.gallery-vids {
    width: calc(50% - 0.5rem);
    float: left;
    position: relative;
    margin: 0.25rem;
  }
}
@media (min-width: 1400px) {
  .image-gallery ul.gallery-list li.gallery-vids {
    width: calc(33.3333333333% - 0.5rem);
    float: left;
    position: relative;
    margin: 0.25rem;
  }
}
.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: 250px;
    min-height: 250px;
    max-height: 250px;
  }
}
.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;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.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(0, 54, 88, 0.5);
  transition: 0.2s 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: 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: 400;
  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.2s opacity ease-in-out;
  font-size: 1.5rem;
  width: 100%;
  padding: 2em;
  line-height: 1.125em;
}
.image-gallery .title {
  width: 33.3333333%;
  text-align: center;
  padding: 0.75rem 0;
  color: #ffffff;
  font-size: 1rem;
}
@media (max-width: 640px) {
  .image-gallery .title {
    font-size: 0.7rem;
  }
}
.image-gallery .logo {
  width: 33.33333%;
}

img.video-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img.video-arrow:hover {
  opacity: 1;
}

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.5rem;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  color: #004672;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.15) 65%, rgba(255, 255, 255, 0.075) 75.5%, rgba(255, 255, 255, 0.037) 82.85%, rgba(255, 255, 255, 0.019) 88%, rgba(255, 255, 255, 0) 100%);
}

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-navigation button.fancybox-button--arrow_left, div.fancybox-navigation button.fancybox-button--arrow_right {
  border-radius: 50% !important;
  overflow: hidden !important;
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  background: #004672;
}
div.fancybox-navigation button.fancybox-button--arrow_left svg, div.fancybox-navigation button.fancybox-button--arrow_right svg {
  display: none !important;
}
div.fancybox-navigation button.fancybox-button--arrow_left::after, div.fancybox-navigation button.fancybox-button--arrow_right::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 2.5em;
  color: #ffffff;
  speak: none;
  display: block;
  width: 100%;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  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%);
  margin-left: 0;
}

div.fancybox-navigation button.fancybox-button--arrow_right {
  right: 2% !important;
}

div.fancybox-navigation button.fancybox-button--arrow_left {
  left: 2% !important;
}
div.fancybox-navigation button.fancybox-button--arrow_left::after {
  content: "\f104";
}

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.95 !important;
  background: #ffffff;
}

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

div.fancybox-infobar {
  color: #ffffff;
  font-weight: 400;
}

div.fancybox-navigation button.fancybox-button--arrow_left,
div.fancybox-navigation button.fancybox-button--arrow_right {
  /*opacity: 1!important;
  visibility: visible!important;
  width: 90px;
  height: 120px;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contact-intro .wrapper {
  border-bottom: solid 1px #00568b;
}

#contact-address p {
  margin-bottom: 2rem !important;
}
#contact-address h2.section-title {
  font-size: 1.5rem;
  color: #00568b;
  font-weight: 900;
  margin-bottom: 0.5rem;
}
#contact-address h3, #contact-address h5 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}
#contact-address h3 a, #contact-address h5 a {
  color: #58595b;
}
#contact-address h3 i, #contact-address h5 i {
  font-size: 1.5em;
  color: #00568b;
}
#contact-address h5 {
  margin-bottom: 2rem;
}
#contact-address h3 {
  margin-bottom: 0.25em;
}
#contact-address h4 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 900;
}
#contact-address h4 a {
  color: #00568b;
}

.investor-emails {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.investor-emails .half {
  padding: 0 1em;
  text-align: center;
}
.investor-emails .half a {
  font-weight: 900;
  font-size: 1.25rem;
}

/*******************************************************
 BASIC FORM SCSS
********************************************************/
.sansfill {
  position: fixed !important;
  top: -1000px !important;
  left: -1000px !important;
}

#interest-list, #interest-list-footer, #customer-care {
  display: block;
  width: 100%;
  max-width: 1500px;
  padding: 4em;
  margin: 0 auto;
  color: #ffffff;
}
#interest-list :invalid,
#interest-list :-moz-submit-invalid,
#interest-list :-moz-ui-invalid, #interest-list-footer :invalid,
#interest-list-footer :-moz-submit-invalid,
#interest-list-footer :-moz-ui-invalid, #customer-care :invalid,
#customer-care :-moz-submit-invalid,
#customer-care :-moz-ui-invalid {
  box-shadow: none;
}
@media (max-width: 768px) {
  #interest-list, #interest-list-footer, #customer-care {
    padding: 4em 2em;
  }
}
#interest-list p.disclaimer, #interest-list-footer p.disclaimer, #customer-care p.disclaimer {
  text-align: center;
  font-size: 0.85em;
  padding: 0 10%;
  display: block;
}
@media (max-width: 768px) {
  #interest-list p.disclaimer, #interest-list-footer p.disclaimer, #customer-care p.disclaimer {
    padding: 0 2em;
  }
}
@media (max-width: 640px) {
  #interest-list p.disclaimer, #interest-list-footer p.disclaimer, #customer-care p.disclaimer {
    padding: 0 1em;
  }
}
#interest-list h2.section-title, #interest-list-footer h2.section-title, #customer-care h2.section-title {
  margin: 0;
}
@media (max-width: 1024px) {
  #interest-list .half,
  #interest-list .fourth, #interest-list-footer .half,
  #interest-list-footer .fourth, #customer-care .half,
  #customer-care .fourth {
    width: 100% !important;
  }
}
#interest-list div.fielditem, #interest-list-footer div.fielditem, #customer-care div.fielditem {
  position: relative;
  padding: 0 0 2em;
}
#interest-list div.fielditem.full, #interest-list-footer div.fielditem.full, #customer-care div.fielditem.full {
  width: 100% !important;
}
@media (max-width: 1024px) {
  #interest-list div.fielditem, #interest-list-footer div.fielditem, #customer-care div.fielditem {
    padding: 0 0 1.5em;
  }
}
#interest-list div.fielditem.fieldlist, #interest-list-footer div.fielditem.fieldlist, #customer-care div.fielditem.fieldlist {
  padding-bottom: 0;
}
#interest-list div.fielditem.focused label, #interest-list-footer div.fielditem.focused label, #customer-care div.fielditem.focused label {
  transform: translateY(-125%);
  font-size: 0.75em;
  left: 0px;
}
#interest-list div.fieldinput label, #interest-list-footer div.fieldinput label, #customer-care div.fieldinput label {
  color: #58595b;
  position: absolute;
  left: 0.5em;
  bottom: 55%;
  font-size: 1.25em;
  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;
}
#interest-list div.fieldinput.focused label, #interest-list-footer div.fieldinput.focused label, #customer-care div.fieldinput.focused label {
  transform: translateY(-275%);
  font-size: 0.8em;
  color: #ffffff;
}
#interest-list div.fieldinput.focused input, #interest-list-footer div.fieldinput.focused input, #customer-care div.fieldinput.focused input {
  /*border: 1px solid $color-white;*/
}
#interest-list div.fieldinput.focused#comments-input label, #interest-list-footer div.fieldinput.focused#comments-input label, #customer-care div.fieldinput.focused#comments-input label {
  transform: translateY(-100%);
}
#interest-list div.fieldinput#comments-input label, #interest-list div.fieldinput#apt-input label, #interest-list-footer div.fieldinput#comments-input label, #interest-list-footer div.fieldinput#apt-input label, #customer-care div.fieldinput#comments-input label, #customer-care div.fieldinput#apt-input label {
  bottom: auto;
  top: 10%;
}
#interest-list div.fieldinput#comments-input.focused label, #interest-list div.fieldinput#apt-input.focused label, #interest-list-footer div.fieldinput#comments-input.focused label, #interest-list-footer div.fieldinput#apt-input.focused label, #customer-care div.fieldinput#comments-input.focused label, #customer-care div.fieldinput#apt-input.focused label {
  transform: translateY(-235%);
  font-size: 0.8em;
}
#interest-list div.fieldinput.drk-labels.focused label, #interest-list-footer div.fieldinput.drk-labels.focused label, #customer-care div.fieldinput.drk-labels.focused label {
  color: #58595b !important;
}
#interest-list div.fieldinput.drk-labels.control-label label, #interest-list-footer div.fieldinput.drk-labels.control-label label, #customer-care div.fieldinput.drk-labels.control-label label {
  color: #ffffff;
  transform: translateY(-180%);
  font-size: 0.8em;
  left: 0px;
}
#interest-list div.fieldinput.drk-labels.control-label .focused label, #interest-list-footer div.fieldinput.drk-labels.control-label .focused label, #customer-care div.fieldinput.drk-labels.control-label .focused label {
  color: #58595b;
}
#interest-list div#sec1, #interest-list div#sec2, #interest-list div#sec3, #interest-list-footer div#sec1, #interest-list-footer div#sec2, #interest-list-footer div#sec3, #customer-care div#sec1, #customer-care div#sec2, #customer-care div#sec3 {
  padding: 0;
}
#interest-list label, #interest-list-footer label, #customer-care label {
  color: #58595b;
  font-size: 1.25em;
  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;
}
#interest-list label.full, #interest-list-footer label.full, #customer-care label.full {
  width: 10%;
  display: block;
}
#interest-list input[type=text], #interest-list input[type=email], #interest-list-footer input[type=text], #interest-list-footer input[type=email], #customer-care input[type=text], #customer-care input[type=email] {
  width: 100%;
  position: relative;
  background-color: #e8e9eb;
  color: #58595b;
  padding: 0.75em 0.5em;
  border: none;
  border: 1px solid #e8e9eb;
  font-size: 1.25em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#interest-list #contact-optin, #interest-list-footer #contact-optin, #customer-care #contact-optin {
  /*.third {
  	width: 150px;
  }*/
}
#interest-list #contact-optin h3, #interest-list-footer #contact-optin h3, #customer-care #contact-optin h3 {
  color: #58595b;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.25em;
}
#interest-list .disclaimer p, #interest-list-footer .disclaimer p, #customer-care .disclaimer p {
  font-size: 1em;
  color: #58595b;
}
#interest-list #contact-optin-alt, #interest-list-footer #contact-optin-alt, #customer-care #contact-optin-alt {
  text-align: left !important;
}
#interest-list #contact-optin-alt .disclaimer p, #interest-list-footer #contact-optin-alt .disclaimer p, #customer-care #contact-optin-alt .disclaimer p {
  color: #ffffff;
}
#interest-list #contact-optin-alt label, #interest-list-footer #contact-optin-alt label, #customer-care #contact-optin-alt label {
  color: #ffffff;
}
#interest-list #contact-optin-alt .control__indicator, #interest-list-footer #contact-optin-alt .control__indicator, #customer-care #contact-optin-alt .control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #ffffff;
}
#interest-list #contact-optin-alt .control input:checked ~ .control__indicator, #interest-list-footer #contact-optin-alt .control input:checked ~ .control__indicator, #customer-care #contact-optin-alt .control input:checked ~ .control__indicator {
  background-color: #ffffff !important;
}
#interest-list.footer-form, #interest-list-footer.footer-form, #customer-care.footer-form {
  padding-top: 2em;
  padding-bottom: 0;
}
#interest-list.footer-form input[type=text], #interest-list.footer-form input[type=email], #interest-list-footer.footer-form input[type=text], #interest-list-footer.footer-form input[type=email], #customer-care.footer-form input[type=text], #customer-care.footer-form input[type=email] {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
#interest-list.footer-form button[type=submit], #interest-list-footer.footer-form button[type=submit], #customer-care.footer-form button[type=submit] {
  margin-top: 0;
}
#interest-list .required-highlight .control__indicator, #interest-list-footer .required-highlight .control__indicator, #customer-care .required-highlight .control__indicator {
  border: 1px solid #ea0000;
}
#interest-list .required-highlight label.control, #interest-list-footer .required-highlight label.control, #customer-care .required-highlight label.control {
  margin-left: 0;
}
#interest-list .select.required-highlight select, #interest-list-footer .select.required-highlight select, #customer-care .select.required-highlight select {
  color: #ea0000;
  /*border: 1px solid #ea0000;*/
}
#interest-list .select.required-highlight .select__arrow, #interest-list-footer .select.required-highlight .select__arrow, #customer-care .select.required-highlight .select__arrow {
  border-color: #ea0000 transparent transparent transparent;
}
#interest-list .required-highlight label,
#interest-list label.required-highlight, #interest-list-footer .required-highlight label,
#interest-list-footer label.required-highlight, #customer-care .required-highlight label,
#customer-care label.required-highlight {
  color: #ea0000 !important;
  /*margin-left: 10px;*/
}
#interest-list .required-highlight input, #interest-list-footer .required-highlight input, #customer-care .required-highlight input {
  color: #ffffff;
  /*border: 1px solid #ea0000;*/
}
#interest-list textarea, #interest-list-footer textarea, #customer-care textarea {
  width: 100%;
  background-color: #e8e9eb;
  color: #58595b;
  border: none;
  border: 1px solid #e8e9eb;
  padding: 0.75em 0.5em;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
  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;
}
#interest-list textarea:focus, #interest-list-footer textarea:focus, #customer-care textarea:focus {
  border-color: #e8e9eb;
}

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

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

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 2px solid #00568b;
}

.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: #00568b !important;
}
.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.6;
  pointer-events: none;
}

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

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

.control--checkbox {
  margin-left: 0 !important;
}
.control--checkbox .control__indicator:after {
  left: 10px;
  top: 5px;
  width: 7px;
  height: 16px;
  border: solid #00568b;
  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;
}

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  padding: 0.75em 0.25em 0.75em 0.5em;
  cursor: pointer;
  color: #58595b;
  border: 0;
  border-radius: 0;
  outline: 0;
  border: 1px solid #e8e9eb;
  font-size: 1.25em;
  font-weight: 300;
  background-color: #e8e9eb;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 58px;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
}
.select.focused select {
  color: #58595b;
  border-color: 1px solid #e8e9eb;
}
.select::-ms-expand {
  display: none;
}
.select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select .select__arrow {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #58595b transparent transparent transparent;
}
.select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

#interestedin {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 2em;
  clear: both;
}

#interest-list button[type=submit], #interest-list-footer button[type=submit], #customer-care button[type=submit] {
  background-color: #00568b;
  color: #ffffff;
  margin: 1.5em auto 0;
  font-size: 1.6rem;
  padding: 0.25em 2em;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#interest-list button[type=submit]:hover, #interest-list-footer button[type=submit]:hover, #customer-care button[type=submit]:hover {
  cursor: pointer;
  background-color: #004672;
}
#interest-list div#process, #interest-list div#success, #interest-list-footer div#process, #interest-list-footer div#success, #customer-care div#process, #customer-care div#success {
  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%);
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}

body.contact-us #interest-list div#process, body.contact-us #interest-list div#success, body.customer-care #interest-list div#process, body.customer-care #interest-list div#success, body.submit-offer #interest-list div#process, body.submit-offer #interest-list div#success, body.submit-offer-dev #interest-list div#process, body.submit-offer-dev #interest-list div#success {
  color: #00568b;
}

#form-submit {
  width: 100%;
  float: right;
  padding: 0 1em;
  width: 100%;
  float: right;
  padding: 0;
  margin: 0 auto;
  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;
}
#form-submit .required-text.drk-label {
  color: #58595b !important;
}

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

body.contact-us #process h4,
body.contact-us #process .form-loader,
body.contact-us #success h4,
body.customer-care #process h4,
body.customer-care #process .form-loader,
body.customer-care #success h4 body.submit-offer #process h4,
body.submit-offer #process .form-loader,
body.submit-offer #success h4,
body.submit-offer-dev #process h4,
body.submit-offer-dev #process .form-loader,
body.submit-offer-dev #success h4 {
  font-size: 2.25em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: center;
  color: #00568b;
}

body.submit-offer #process .form-loader,
body.submit-offer #success h4,
body.submit-offer-dev #process .form-loader,
body.submit-offer-dev #success h4 {
  margin: 0 0 1em 0;
}

body.contact-us #process p,
body.contact-us #success p,
body.customer-care #process p,
body.customer-care #success p {
  color: #00568b;
  text-align: center;
  margin: 0;
  padding: 0;
}

body.submit-offer #process p,
body.submit-offer #success p,
body.submit-offer-dev #process p,
body.submit-offer-dev #success p {
  color: #58595b;
  text-align: center;
  line-height: 1.25em;
  margin: 0 0 1em 0;
  padding: 0;
}

#errorchecking.alert, #errorchecking-footer.alert {
  position: relative;
  background-color: #ea0000;
  text-align: center;
  clear: both;
  padding: 1em;
  margin: 1.5em 0;
  margin-top: 0.5em;
}
#errorchecking.alert p, #errorchecking-footer.alert p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #58595b inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
  position: relative;
}
footer a:link, footer a:visited {
  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;
}
footer a:link:hover, footer a:visited:hover {
  opacity: 0.7;
}
footer #footer-logo {
  width: 75%;
  max-width: 255px;
  margin: 0 auto 2em;
  /*@include svg-shadow(3px 3px 2px fn-transparent-color($color-black, 0.3));*/
}
footer .copyright {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 1em;
}
footer .copyright a {
  color: #ffffff;
  padding: 0rem 0.25rem;
  text-decoration: underline;
}
footer .copyright a:hover {
  color: #ffffff;
  opacity: 0.9;
}
footer .copyright ul li {
  font-size: 1rem;
  display: inline-block;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  OTRA HOMEPAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.homefinder-link {
  text-align: center;
  padding-bottom: 1.5em;
}
.homefinder-link a {
  font-size: 2.375rem;
  color: #00568b;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 768px) {
  .homefinder-link a {
    font-size: 2rem;
  }
}
.homefinder-link a:hover {
  color: #0092cf;
}

.homefinder-communities, .home-callouts {
  overflow: hidden;
}
.homefinder-communities .left, .home-callouts .left {
  width: calc(50% - 1.5rem);
  margin-right: 1.5rem;
}
@media (max-width: 640px) {
  .homefinder-communities .left, .home-callouts .left {
    width: 100%;
    margin-right: 0;
    margin-top: 2em;
  }
}
.homefinder-communities .right, .home-callouts .right {
  width: calc(50% - 1.5rem);
  margin-left: 1.5rem;
}
@media (max-width: 640px) {
  .homefinder-communities .right, .home-callouts .right {
    width: 100%;
    margin-left: 0;
    margin-top: 2em;
  }
}

.circle-element {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  display: block;
}
.circle-element.circle-element-alt {
  width: 50%;
  padding-top: 50%;
  margin: 0 auto;
}
@media (max-width: 1248px) {
  .circle-element.circle-element-alt {
    width: 60%;
    padding-top: 60%;
  }
}
@media (max-width: 1024px) {
  .circle-element.circle-element-alt {
    width: 70%;
    padding-top: 70%;
  }
}
@media (max-width: 768px) {
  .circle-element.circle-element-alt {
    border-radius: none;
    width: 100%;
    padding-top: 100%;
  }
}
.circle-element.circle-element-alt .circle-element-type {
  background-color: rgba(0, 86, 139, 0.85);
}
.circle-element.circle-element-alt .circle-element-type .vert-type h3 {
  color: #ffffff;
  font-size: 1.5em;
  margin: 0.75rem 0;
  line-height: 1.8rem;
  padding-left: 12%;
  padding-right: 12%;
}
.circle-element.circle-element-alt:hover .circle-element-type {
  background-color: rgba(0, 86, 139, 0.95);
}
.circle-element .circle-element-type {
  position: absolute;
  display: block;
  width: 70%;
  height: 70%;
  background-color: rgba(0, 86, 139, 0.85);
  top: 15%;
  right: 15%;
  bottom: 15%;
  left: 15%;
  border-radius: 50%;
  -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;
}
.circle-element .circle-element-type .vert-type {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .circle-element .circle-element-type .vert-type {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
.circle-element .circle-element-type .vert-type .community-logo {
  width: 100%;
  min-height: 70px;
  position: relative;
}
.circle-element .circle-element-type .vert-type .community-logo img {
  width: 70%;
  height: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  position: absolute;
  display: block;
  left: 15%;
}
.circle-element .circle-element-type .vert-type h2 {
  color: #ffffff;
  font-size: 2em;
  margin: 0;
  text-transform: uppercase;
}
.circle-element .circle-element-type .vert-type h3 {
  color: #ffffff;
  font-size: 1.563em;
  margin: 0.75rem 0;
  line-height: 1.8rem;
}
.circle-element .circle-element-type .vert-type .fa-angle-right {
  border: solid 2px #ffffff;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  border-radius: 50%;
  color: #ffffff;
}
.circle-element .circle-element-type .vert-type .arrowbtn {
  display: inline-block;
  margin-top: 1em;
}
.circle-element:hover .circle-element-type {
  background-color: rgba(0, 146, 207, 0.85);
}
.circle-element:hover:hover .arrowbtn {
  background-color: rgba(255, 255, 255, 0.2);
}
.circle-element:hover:hover .arrowbtn::before {
  animation: animate-arrow-in 0.4s ease-in-out 0.125s;
}
.circle-element:hover:hover .arrowbtn::after {
  animation: animate-arrow-out 0.4s ease-in-out 0.125s;
}

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

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

/*******************************************************
 IOS
********************************************************/
#sidepage-header {
  display: block;
  width: 100%;
  position: relative;
  background-color: #00568b;
  min-height: 75px;
}
#sidepage-header .wrapper-wide {
  padding: 1.25em 0;
  min-height: 75px;
}

ul#sidepage-nav {
  display: inline-block;
  position: relative;
  margin: 0;
  z-index: 1000;
  padding-left: 0;
  -webkit-transition: padding-left 0.5s ease;
  -moz-transition: padding-left 0.5s ease;
  -ms-transition: padding-left 0.5s ease;
  -o-transition: padding-left 0.5s ease;
  transition: padding-left 0.5s ease;
}
ul#sidepage-nav li {
  margin: 5px 0;
  display: inline-block;
  max-width: none;
}
ul#sidepage-nav li a {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.45rem;
  margin: 0 1rem;
  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;
}
@media (max-width: 1024px) {
  ul#sidepage-nav li a {
    font-size: 1.25rem;
    margin: 0 0.75rem;
  }
}
@media (max-width: 845px) {
  ul#sidepage-nav li a {
    font-size: 1.15rem;
  }
}
ul#sidepage-nav li a:after {
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  bottom: -7px;
  height: 1px;
  background: #ffffff;
  right: 0;
  left: auto;
  opacity: 0;
  transition: width 0.3s ease-in-out, opacity 0.1s linear 0.2s, background 0.5s;
  pointer-events: none;
}
ul#sidepage-nav li a:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
  transition: width 0.3s ease-in-out, opacity 0.2s linear, background 0.5s;
}
ul#sidepage-nav li.active a {
  font-weight: 700;
}
ul#sidepage-nav li.active a:after {
  width: 100%;
  left: 0;
  opacity: 1;
  transition: width 0.3s ease-in-out, opacity 0.2s linear, background 0.5s;
}

#about-content p {
  line-height: 2.3rem;
  margin-bottom: 1.5em;
  text-align: center;
}

.melia-image {
  padding-bottom: 56.6%;
  width: 100%;
}

.melia-quote {
  padding: 3em;
  position: relative;
  padding: 4em 4em 2em 4em;
}
@media (max-width: 1024px) {
  .melia-quote {
    padding: 2em 2em 2em 2em;
  }
}
@media (max-width: 768px) {
  .melia-quote {
    padding: 2em 0em 2em 0em;
  }
}
.melia-quote h3 {
  color: #00568b;
  line-height: 4.5rem;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  font-size: 3.4em;
  width: 100%;
  display: block;
  position: relative;
  width: 100%;
  max-width: 750px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .melia-quote h3 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.5em;
    line-height: 3rem;
  }
}
.melia-quote h3 .first-ch,
.melia-quote h3 .last-ch {
  position: relative;
  z-index: 500;
}
.melia-quote h3 .first-ch::before, .melia-quote h3 .first-ch::after,
.melia-quote h3 .last-ch::before,
.melia-quote h3 .last-ch::after {
  position: absolute;
  font-size: 3.5em;
  line-height: 1.5em;
  font-weight: bold;
  color: #9ce2ff;
  vertical-align: -0.3em;
  line-height: 0;
  padding: 0 0.125em;
}
.melia-quote h3 .first-ch::before {
  content: url("../../images/about/quote-start.svg");
  top: 0em;
  left: -0.35em;
}
@media (max-width: 768px) {
  .melia-quote h3 .first-ch::before {
    content: "";
  }
}
.melia-quote h3 .last-ch::after {
  content: url("../../images/about/quote-end.svg");
  top: 0em;
  right: -0.35em;
}
@media (max-width: 768px) {
  .melia-quote h3 .last-ch::after {
    content: "";
  }
}
.melia-quote .left-quote {
  width: 38px;
  height: 31px;
  background-image: url("../../images/about/quote-start.svg");
  background-repeat: no-repeat;
  background-size: 38px 31px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.melia-quote .right-quote {
  width: 38px;
  height: 31px;
  background-image: url("../../images/about/quote-end.svg");
  background-repeat: no-repeat;
  background-size: 38px 31px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

#our-story-home .our-story-home-content {
  padding: 12vh 0;
}
#our-story-home .our-story-home-content .circle-element .circle-element-type .vert-type h2 {
  font-size: 2.5em;
}
#our-story-home .our-story-home-content .circle-element .circle-element-type .vert-type h3 {
  font-size: 1.75em;
}
@media (max-width: 768px) {
  #our-story-home .our-story-home-content .circle-element .circle-element-type .vert-type h3 {
    font-size: 1.4em;
  }
}

.ifpframe .fancybox-content {
  max-width: 1500px;
  border: 1px solid #ccc;
  /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
}

/** Footer Social **/
#footer-social {
  padding: 4rem 0;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
#footer-social h1, #footer-social h2, #footer-social h3 {
  font-weight: 300;
  margin-bottom: 1rem;
  line-height: normal;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
}
#footer-social h2 {
  font-weight: 300;
  color: #00568b;
  text-transform: uppercase;
  font-size: 3rem;
}
@media (max-width: 768px) {
  #footer-social h2 {
    font-size: 2rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}
#footer-social h3 {
  color: #58595b;
  font-size: 2rem;
}
@media (max-width: 768px) {
  #footer-social h3 {
    font-size: 2rem;
    padding-left: 1em;
    padding-right: 1em;
  }
}
#footer-social ul.social-links {
  padding: 1rem 0 2rem;
  overflow: visible;
}
#footer-social ul.social-links li {
  overflow: visible;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
#footer-social ul.social-links li a {
  display: block;
  width: 50px;
  height: 50px;
}
#footer-social ul.social-links li a .fab {
  margin-top: 7px;
}
#footer-social ul.social-links li a .fab:before {
  font-size: 2rem;
  color: #ffffff;
}
#footer-social ul.social-links li a .fab:after {
  content: "";
  position: absolute;
  padding: 25px;
  border-radius: 50%;
  background-color: #00568b;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#footer-social ul.social-links li a:hover .fab:after {
  background-color: #0092cf;
}

.footer-half {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .footer-half {
    width: 100%;
    display: block;
  }
  .footer-half.tleft {
    text-align: center;
  }
  .footer-half.tright {
    text-align: center;
    padding-top: 2em;
  }
}

#footer-social-lower {
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #footer-social-lower {
    font-size: 1.5rem;
  }
}
#footer-social-lower span {
  display: inline-block;
  vertical-align: middle;
}
#footer-social-lower ul {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
#footer-social-lower ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

footer #footer-logo {
  margin: 0;
}

@media (max-width: 1024px) {
  footer #footer-address {
    padding-top: 3em;
  }
}

@media (max-width: 1024px) {
  footer .footer-logo img {
    max-width: 230px;
    max-height: 55px;
  }
}

/** Footer Flow Flow customizations **/
#ff-stream-1 .ff-stream-wrapper .slick-prev, #ff-stream-1 .ff-stream-wrapper .slick-next {
  height: 35px;
  background: none;
  z-index: 7;
}
#ff-stream-1 .ff-stream-wrapper .slick-prev:before, #ff-stream-1 .ff-stream-wrapper .slick-next:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 70px;
}
#ff-stream-1 .ff-stream-wrapper .slick-prev::before {
  background-image: url("../../images/global/prev.svg");
  background-position: left center;
}
#ff-stream-1 .ff-stream-wrapper .slick-next::before {
  background-image: url("../../images/global/next.svg");
  background-position: right center;
}
#ff-stream-1 .ff-item .ff-img-holder img {
  width: auto !important;
  max-height: 100%;
}
#ff-stream-1 .ff-layout-grid .ff-has-overlay:hover .ff-initial-image {
  -webkit-transform: perspective(500px) scale3d(1.1, 1.1, 1) translate(-50%, -50%);
  -moz-transform: perspective(500px) scale3d(1.1, 1.1, 1) translate(-50%, -50%);
  -ms-transform: perspective(500px) scale3d(1.1, 1.1, 1) translate(-50%, -50%);
  transform: perspective(500px) scale3d(1.1, 1.1, 1) translate(-50%, -50%);
}
#ff-stream-1 .ff-icon:before {
  border-color: transparent #00568b transparent transparent;
}
#ff-stream-1 .ff-sc-label2 .ff-icon-inner {
  top: 10px;
}

/*******************************************************
 NEWS
********************************************************/
#news-content .news-post-content {
  padding: 1.5em 1em;
}
#news-content .news-post-content .arrowlink {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0.5em;
  color: #00568b;
}
#news-content .news-post-content .arrowlink:hover {
  color: #003658;
}
#news-content .news-post-content h2.news-post-title {
  color: #00568b;
  margin-bottom: 0.5em;
  font-weight: 500;
}
#news-content .news-post-content h4.news-post-date,
#news-content .news-post-content h3.news-post-date {
  font-size: 1.25em;
  color: #000000;
}
#news-content .news-post-content .default-content :last-child {
  margin-bottom: 0;
}
#news-content .news-post-content .default-content :empty {
  display: none;
}
#news-content .news-post-holder {
  display: flex;
  flex-wrap: wrap;
}
#news-content .news-post-holder .news-post {
  width: calc(33.3333333333% - 2em);
  margin: 0 1em;
  display: block;
  text-decoration: none;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f3;
}
@media (max-width: 1248px) {
  #news-content .news-post-holder .news-post {
    width: calc(50% - 2em);
  }
}
@media (max-width: 768px) {
  #news-content .news-post-holder .news-post {
    width: calc(100% - 2em);
    margin: 1.5em 1em;
    min-height: 0;
    height: auto;
  }
}
#news-content .news-post-holder .news-post .news-post-img {
  display: block;
  width: 100%;
  height: 250px;
}
@media (max-width: 1248px) {
  #news-content .news-post-holder .news-post .news-post-img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #news-content .news-post-holder .news-post .news-post-img {
    height: 400px;
  }
}
#news-content .news-post-holder #btn_loadmore {
  display: inline-block;
  margin: 0 auto 4em;
  padding: 1em 2em;
  width: calc(100% - 1.25em);
  font-weight: 600;
  background-color: #f2f2f3;
  color: #00568b;
}
#news-content .news-post-holder #btn_loadmore i {
  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;
  padding-left: 0.25em !important;
}
#news-content .news-post-holder #btn_loadmore:hover {
  background-color: #e5e6e6;
}
#news-content .news-post-single .news-post-content {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 2.5em;
}
#news-content .news-post-single .news-post-img {
  width: 100%;
  height: auto;
}
#news-content .news_back {
  margin: 2em auto;
}
#news-content .news_back.under-single {
  margin: 0 auto;
}

/*******************************************************
 PAST COMMUNITIES
********************************************************/
#past-communities .past-communities-grid {
  display: flex;
  flex-wrap: wrap;
}
#past-communities .past-communities-grid .past-community {
  width: calc(33.3333333333% - 2em);
  margin: 0 1em;
  display: block;
  text-decoration: none;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 1248px) {
  #past-communities .past-communities-grid .past-community {
    width: calc(50% - 2em);
  }
}
@media (max-width: 768px) {
  #past-communities .past-communities-grid .past-community {
    width: calc(100% - 2em);
    margin: 1.5em 1em;
    min-height: 0;
    height: auto;
  }
}
#past-communities .past-communities-grid .past-community .past-community-img {
  display: block;
  width: 100%;
  height: 250px;
}
@media (max-width: 1248px) {
  #past-communities .past-communities-grid .past-community .past-community-img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  #past-communities .past-communities-grid .past-community .past-community-img {
    height: 400px;
  }
}
#past-communities .past-communities-grid .past-community .past-community-content {
  padding: 1.5em 1em;
}
#past-communities .past-communities-grid .past-community .past-community-content h2.past-community-title {
  color: #00568b;
  margin-bottom: 0.25em;
  font-weight: 500;
}
#past-communities .past-communities-grid .past-community .past-community-content h3.past-community-location {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  color: #004672;
}
#past-communities .past-communities-grid .past-community .past-community-content p.past-community-text {
  color: #58595b;
  font-size: 1.125em;
  font-weight: 400;
}
#past-communities .past-communities-grid .past-community .past-community-content p.past-community-text br {
  line-height: 1.5em;
}
#past-communities .past-communities-grid .past-community:hover {
  background-color: #f2f2f3;
}
#past-communities .past-communities-grid .past-community:hover .past-community-img {
  opacity: 0.9;
}

/*******************************************************
 COMMUNITY VISIT US
********************************************************/
#community-visit-address h2, #community-visit-address h3, #community-visit-address h4 {
  color: #004672;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2.5rem;
  margin: 0;
  padding: 0;
}
#community-visit-address h2 {
  font-size: 2rem;
}
#community-visit-address h3 {
  font-size: 1.5rem;
}
#community-visit-address h3 .address-callout {
  /*font-weight: $font-main-bold-weight;
  color: $color-secondary-darkest;*/
  text-transform: uppercase;
}
#community-visit-address h3.secondAddress {
  margin-top: 1.5em;
}
#community-visit-address h3 a {
  color: #004672;
  text-decoration: none;
}
#community-visit-address h3 a:hover {
  text-decoration: underline;
}
#community-visit-address h4 {
  font-size: 1.5rem;
}
#community-visit-address h4 a {
  text-decoration: none;
  color: #004672;
  font-weight: 600;
}
#community-visit-address h4 a:hover {
  color: #003658;
}

#interest-list .section-title {
  margin-bottom: 0;
}

/*******************************************************
 AFFORDABLE
********************************************************/
#affordable {
  position: relative;
  z-index: 1;
  /*padding: 6em 0;*/
  /*margin-bottom: 8em;*/
  /*background-color: $color-surrogate;*/
}
#affordable h2.section-title {
  font-size: 2.5em;
  margin-bottom: 1em;
}
#affordable h3 {
  font-weight: 600;
}
#affordable table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.125em;
  margin: 0;
  padding: 0;
  width: 100%;
}
#affordable table tr {
  padding: 5px;
  border-bottom: 1px solid #000000;
}
#affordable table tr:last-of-type {
  border-bottom: 0;
}
#affordable table th,
#affordable table td {
  padding: 10px 10px 14px 10px;
  text-align: center;
}
#affordable table th {
  background-color: #00568b;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 0;
  font-size: 1.25rem;
}
#affordable table th.jr {
  text-transform: capitalize;
}
@media screen and (max-width: 760px) {
  #affordable table {
    border: 0;
  }
  #affordable table thead {
    display: none;
  }
  #affordable table tr {
    margin-bottom: 1em;
    display: block;
    border-bottom: 0;
  }
  #affordable table tr td.first-child {
    background-color: #00568b;
    color: #ffffff;
    font-size: 1.125rem;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    border-bottom: 0;
  }
  #affordable table td {
    display: block;
    text-align: right;
    font-size: 1rem;
    border-bottom: 1px solid #e8e9eb;
  }
  #affordable table td:last-child {
    border-bottom: 0;
  }
  #affordable table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
  }
}
#affordable .inline-btns {
  margin: 3em 0 1em;
  text-align: center;
}
#affordable .inline-btns a {
  width: 100%;
  max-width: 200px;
  margin: 0 1em 0 1em;
  padding: 0.5em;
  font-size: 1.25rem;
}
#affordable .affordable-site-plan {
  padding-top: 3em;
}
#affordable .affordable-site-plan img {
  width: 100%;
  height: auto;
}

.customer-builder-lynx {
  max-width: 600px;
  padding-top: 2em;
}

.responsive-iframe {
  max-width: 100%;
  padding-top: 860px;
  position: relative;
  width: 100%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tempLink {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .tempLink {
    width: 90%;
    max-width: 500px;
  }
}
.tempLink p {
  position: absolute;
  font-size: 1em;
  bottom: -2.5em;
  color: #ff0f0f;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

/*******************************************************
 IOS
********************************************************/
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}
.availability-list-item button {
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.5em 0.55em;
  margin: 0.7em 0.5em 0 0;
  color: #fff;
  background: #00568b;
  text-align: center;
  text-decoration: none;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-weight: 300;
  cursor: pointer;
}
.availability-list-item button:hover {
  background-color: #58595b;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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 {
  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;
  width: 90%;
  max-width: 800px;
  padding: 12px;
}
#fullpopupbox.image-container {
  max-width: 600px !important;
  padding: 0 !important;
}

.fullpopInner {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /*border: 2px solid $color-brown;*/
}

#fullpopuptext {
  color: #58595b;
  margin: 0.5em;
  padding: 4em 2em;
}
#fullpopuptext.image-container {
  margin: 0 !important;
  padding: 0 !important;
}
#fullpopuptext .banner-image {
  width: 100%;
  height: auto;
}
#fullpopuptext .banner-logo {
  width: 80%;
  max-width: 320px;
  height: auto;
  margin: 0 auto 1.5em;
}
@media (max-width: 680px) {
  #fullpopuptext .banner-logo {
    width: 100%;
  }
}
#fullpopuptext h2 {
  color: #00568b;
  font-size: 2.25em;
  color: #00568b;
  margin: 0em 0 0.5em 0;
}
#fullpopuptext p {
  color: #58595b;
  font-size: 1.65em;
  line-height: 2em;
  padding: 0 0 2em;
  margin: 0;
}
@media (max-width: 680px) {
  #fullpopuptext p {
    font-size: 1em;
  }
}
#fullpopuptext a:link, #fullpopuptext a:visited, #fullpopuptext a:active {
  color: #ffffff;
  text-decoration: underline;
}
#fullpopuptext a:link:hover, #fullpopuptext a:visited:hover, #fullpopuptext a:active:hover {
  color: #000000;
}
#fullpopuptext a.btn:link, #fullpopuptext a.btn:visited, #fullpopuptext a.btn:active {
  display: inline-block;
  background-color: #00568b;
  color: #ffffff;
  padding: 1em;
  text-decoration: none;
  font-weight: 200;
  margin: 1em auto 0;
  text-transform: uppercase;
  font-size: 19px;
  width: 200px;
  padding: 12px 30px;
  margin: 0 10px 0 10px;
}
@media (max-width: 640px) {
  #fullpopuptext a.btn:link, #fullpopuptext a.btn:visited, #fullpopuptext a.btn:active {
    margin-bottom: 10px;
  }
}
#fullpopuptext a.btn:link:hover, #fullpopuptext a.btn:visited:hover, #fullpopuptext a.btn:active:hover {
  background-color: #0092cf;
}

@media (max-width: 600px) {
  #fullpopupbox {
    width: 90%;
  }
  #fullpopuptext {
    margin: 0.5em;
    padding: 2em;
  }
  #fullpopuptext h2 {
    margin: 0 0 0.25em;
  }
  #fullpopuptext p {
    font-size: 1em;
    line-height: 1.2em;
  }
  #fullpopuptext p.pop-up-disclaimer {
    font-size: 0.6rem;
    line-height: 1.5em;
  }
}
#popup-close-icon {
  width: 25px;
  height: 19px;
  position: absolute;
  right: 25px;
  top: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  cursor: pointer;
}

#popup-close-icon.image-container {
  right: 13px;
  top: 13px;
}

#popup-close-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #58595b;
  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;
}

#popup-close-icon.image-container span {
  background-color: #ffffff;
}

#popup-close-icon.image-container:hover span {
  background-color: #0092cf;
}

#popup-close-icon:hover span {
  background-color: #00568b;
}

#popup-close-icon span:nth-child(1) {
  top: 0px;
  top: 8px;
  width: 0%;
  left: 50%;
}

#popup-close-icon span:nth-child(2), #popup-close-icon span:nth-child(3) {
  top: 8px;
}

#popup-close-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popup-close-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#popup-close-icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

/*******************************************************
 IE 10+
********************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select .select__arrow {
    display: none !important;
    left: -9999px !important;
  }
}

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