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

/*~~ 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) {
  .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) {
  .padm4 {
    padding-bottom: 4em;
  }
}

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

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

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

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

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

/*~~ GLOBAL ~~*/
sup {
  vertical-align: 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;
}

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

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


/*
|--------------------------------------------------------------------------
| Font Style Generator (See Mixin)
|--------------------------------------------------------------------------
*/
@font-face {
  font-family: "Avenir Roman";
  src: url("../fonts/Avenir/Avenir-Roman.eot?") format("eot"), url("../fonts/Avenir/Avenir-Roman.woff") format("woff"), url("../fonts/Avenir/Avenir-Roman.ttf") format("truetype"), url("../fonts/Avenir/Avenir-Roman.svg#Avenir_Roman") format("svg");
}
@font-face {
  font-family: "Avenir Book";
  src: url("../fonts/Avenir/Avenir-Book.eot?") format("eot"), url("../fonts/Avenir/Avenir-Book.woff") format("woff"), url("../fonts/Avenir/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir/Avenir-Book.svg#Avenir_Book") format("svg");
}
@font-face {
  font-family: "Avenir Heavy";
  src: url("../fonts/Avenir/Avenir-Heavy.eot?") format("eot"), url("../fonts/Avenir/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir/Avenir-Heavy.svg#Avenir_Heavy") format("svg");
}
@font-face {
  font-family: "Turbinado Bold";
  src: url("../fonts/Turbinado/TurbinadoBoldPro.eot?") format("eot"), url("../fonts/Turbinado/TurbinadoBoldPro.woff") format("woff"), url("../fonts/Turbinado/TurbinadoBoldPro.ttf") format("truetype"), url("../fonts/Turbinado/TurbinadoBoldPro.svg#Turbinado_Bold") format("svg");
}
@font-face {
  font-family: "Turbinado Light";
  src: url("../fonts/Turbinado/TurbinadoLightPro.eot?") format("eot"), url("../fonts/Turbinado/TurbinadoLightPro.woff") format("woff"), url("../fonts/Turbinado/TurbinadoLightPro.ttf") format("truetype"), url("../fonts/Turbinado/TurbinadoLightPro.svg#Turbinado_Light") format("svg");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  margin: 0;
  padding: 0;
  font: 400 normal 16px/16px "Avenir Book", Arial, Helvetica, sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #414042;
}
body.menu-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

*:focus,
*:focus label,
a:focus,
input:focus,
button:focus,
.checkboxitem label:focus-within {
  outline: 2px dotted red !important;
}

body.using-mouse *:focus,
body.using-mouse *:focus label,
body.using-mouse a:focus,
body.using-mouse input:focus,
body.using-mouse button:focus,
body.using-mouse .checkboxitem label:focus-within {
  outline: none !important;
}

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

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

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

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

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

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

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

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

.arrowlink, a.arrowlink:link, a.arrowlink:visited {
  color: #414042;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  padding-right: 0.25em;
  position: relative;
  margin-right: 0.5em;
  -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 span, a.arrowlink:link span, a.arrowlink:visited span {
  position: absolute;
  font-size: 1em;
  font-weight: 400;
  display: inline;
  padding-left: 0;
  padding-right: 5px;
  margin: -0.05em 0 0 0.25em;
  -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 span, a.arrowlink:link:hover span, a.arrowlink:visited:hover span {
  padding-left: 5px;
  padding-right: 0px;
}
.arrowlink.reverse, a.arrowlink:link.reverse, a.arrowlink:visited.reverse {
  padding-right: 0;
  padding-left: 0.25em;
}
.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;
}
.arrowlink.reverse.twhite, a.arrowlink:link.reverse.twhite, a.arrowlink:visited.reverse.twhite {
  color: #ffffff;
}
.arrowlink.reverse.twhite:hover, a.arrowlink:link.reverse.twhite:hover, a.arrowlink:visited.reverse.twhite:hover {
  color: #ACA692;
}

strong {
  font-weight: 600;
}

.nofade {
  opacity: 1 !important;
}

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

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

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

.font-headline {
  font-family: "Turbinado Light", Brush Script MT, Brush Script Std, cursive;
}

.font-headline-bold {
  font-family: "Turbinado Bold", Brush Script MT, Brush Script Std, cursive;
  font-weight: 600;
}

.font-headline-light {
  font-family: "Turbinado Light", Brush Script MT, Brush Script Std, cursive;
}

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

.bgblack {
  background-color: #000000;
}

.bgprimary {
  background-color: #414042;
}

.bgsecondary {
  background-color: #243746;
}

.bgsecondary-dark {
  background-color: rgb(27.3396226415, 41.7688679245, 53.1603773585);
}

.bgsecondary-darkest {
  background-color: rgb(18.679245283, 28.5377358491, 36.320754717);
}

.bgtertiary {
  background-color: #ACA692;
}

.bgtertiary-light {
  background-color: rgb(183.0234375, 177.8203125, 160.4765625);
}

.bgtertiary-lightest {
  background-color: rgb(205.0703125, 201.4609375, 189.4296875);
}

.bgtertiary-superlight {
  background-color: rgb(238.140625, 236.921875, 232.859375);
}

.bgtertiary-dark {
  background-color: rgb(160.9765625, 154.1796875, 131.5234375);
}

.bgtertiary-darkest {
  background-color: rgb(149.953125, 142.359375, 117.046875);
}

.bgsurrogate {
  background-color: #5F5D49;
}

.bgsurrogate-dark {
  background-color: rgb(80.5803571429, 78.8839285714, 61.9196428571);
}

.bgsurrogate-darkest {
  background-color: rgb(66.1607142857, 64.7678571429, 50.8392857143);
}

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

.tblack {
  color: #000000;
}

.tprimary {
  color: #414042;
}

.tprimary-dark {
  color: rgb(52.25, 51.4461538462, 53.0538461538);
}

.tprimary-darkest {
  color: rgb(39.5, 38.8923076923, 40.1076923077);
}

.tsecondary {
  color: #243746;
}

.tsecondary-dark {
  color: rgb(27.3396226415, 41.7688679245, 53.1603773585);
}

.tsecondary-darkest {
  color: rgb(18.679245283, 28.5377358491, 36.320754717);
}

.ttertiary {
  color: #ACA692;
}

.ttertiary-dark {
  color: rgb(160.9765625, 154.1796875, 131.5234375);
}

.ttertiary-darkest {
  color: rgb(149.953125, 142.359375, 117.046875);
}

.tsurrogate {
  color: #5F5D49;
}

.tsurrogate-dark {
  color: rgb(80.5803571429, 78.8839285714, 61.9196428571);
}

.tsurrogate-darkest {
  color: rgb(66.1607142857, 64.7678571429, 50.8392857143);
}

.texture1 {
  background-image: url("/wp-content/uploads/2021/08/texture1.svg");
  background-repeat: repeat;
  background-size: 95px;
}

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

ul.bullet-list {
  max-width: 700px;
  line-height: normal;
  display: inline-block;
  margin: 1rem 0 0 !important;
}

ul.bullet-list li {
  font-size: 1.125em;
  line-height: normal;
  margin: 0 !important;
}

ul.bullet-list li:before {
  content: "•";
  display: inline-block;
  margin-right: 10px;
}

.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.125em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}
.cleanlist li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}
.cleanlist li ul li {
  font-size: 1em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}

.boxheight, .boxheight-slim {
  height: 65vh;
  min-height: 550px;
}
@media (max-width: 1248px) {
  .boxheight, .boxheight-slim {
    height: 80vh;
  }
}
@media (max-width: 1024px) {
  .boxheight, .boxheight-slim {
    height: 75vh;
  }
}
@media (max-width: 768px) {
  .boxheight, .boxheight-slim {
    height: auto;
    min-height: 0;
  }
}

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

.fullheight {
  height: calc(100vh - 75px);
}
@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: #414042;
}

.secnav {
  display: inline-block;
}
.secnav li {
  margin: 5px 5px 5px 5px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.secnav li a {
  text-transform: lowercase;
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.75em;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  margin: 0;
  min-width: 150px;
  padding: 0.25em 1em 0.25em 1em;
  position: relative;
  color: #414042;
  background-color: rgba(65, 64, 66, 0);
  border: 1px solid #414042;
  width: 100%;
  align-content: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -moz-transition: background-color 0.5s ease, color 0.5s ease;
  -ms-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
@media (max-width: 640px) {
  .secnav li a {
    font-size: 1.25em;
  }
}
.secnav li a:hover, .secnav li a:active {
  cursor: pointer;
  background-color: rgba(65, 64, 66, 0.1);
}
.secnav li a.active {
  background-color: #414042;
  color: #ffffff;
}
.secnav li.active > a {
  background-color: #414042;
  color: #ffffff;
}

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

.boxbtn, .boxbtn:link, .boxbtn:visited {
  font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 1.75em 0.5em 1em;
  position: relative;
  color: #ffffff;
  background-color: #243746;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -ms-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.boxbtn 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.5em;
  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;
}
.boxbtn:hover, .boxbtn:link:hover, .boxbtn:visited:hover {
  cursor: pointer;
  background-color: rgb(27.3396226415, 41.7688679245, 53.1603773585);
}
.boxbtn:hover i, .boxbtn:link:hover i, .boxbtn:visited:hover i {
  right: 0.25em;
}
@media (max-width: 640px) {
  .boxbtn, .boxbtn:link, .boxbtn:visited {
    font-size: 1.25em;
  }
}
.boxbtn.with-icon, .boxbtn:link.with-icon, .boxbtn:visited.with-icon {
  padding-left: 3.125em;
}
.boxbtn.with-icon img.icon, .boxbtn:link.with-icon img.icon, .boxbtn:visited.with-icon img.icon {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 3px solid #ffffff;
  height: 100%;
  width: auto;
}
.boxbtn.with-icon img.icon.bgsecondary, .boxbtn:link.with-icon img.icon.bgsecondary, .boxbtn:visited.with-icon img.icon.bgsecondary {
  border-color: #243746;
}
.boxbtn.with-icon img.icon.bgtertiary, .boxbtn:link.with-icon img.icon.bgtertiary, .boxbtn:visited.with-icon img.icon.bgtertiary {
  border-color: #ACA692;
}
.boxbtn.with-icon img.icon.bgsurrogate, .boxbtn:link.with-icon img.icon.bgsurrogate, .boxbtn:visited.with-icon img.icon.bgsurrogate {
  border-color: #5F5D49;
}
.boxbtn.bgtertiary, .boxbtn:link.bgtertiary, .boxbtn:visited.bgtertiary {
  color: #243746;
  background-color: rgb(238.140625, 236.921875, 232.859375);
}
.boxbtn.bgtertiary:hover, .boxbtn:link.bgtertiary:hover, .boxbtn:visited.bgtertiary:hover {
  background-color: rgb(160.9765625, 154.1796875, 131.5234375);
}
.boxbtn.bgtertiary-lightest, .boxbtn:link.bgtertiary-lightest, .boxbtn:visited.bgtertiary-lightest {
  color: #243746;
  background-color: rgb(205.0703125, 201.4609375, 189.4296875);
}
.boxbtn.bgtertiary-lightest:hover, .boxbtn:link.bgtertiary-lightest:hover, .boxbtn:visited.bgtertiary-lightest:hover {
  background-color: rgb(183.0234375, 177.8203125, 160.4765625);
}
.boxbtn.bgwhite, .boxbtn:link.bgwhite, .boxbtn:visited.bgwhite {
  color: #243746;
  background-color: #ffffff;
}
.boxbtn.bgwhite:hover, .boxbtn:link.bgwhite:hover, .boxbtn:visited.bgwhite:hover {
  color: #5F5D49;
}
.boxbtn.bgwhite.ttertiary, .boxbtn:link.bgwhite.ttertiary, .boxbtn:visited.bgwhite.ttertiary {
  color: rgb(160.9765625, 154.1796875, 131.5234375);
}
.boxbtn.bgwhite.ttertiary:hover, .boxbtn:link.bgwhite.ttertiary:hover, .boxbtn:visited.bgwhite.ttertiary:hover {
  color: #243746;
}
.boxbtn.bgwhite.tsurrogate, .boxbtn:link.bgwhite.tsurrogate, .boxbtn:visited.bgwhite.tsurrogate {
  color: #5F5D49;
}
.boxbtn.bgwhite.tsurrogate:hover, .boxbtn:link.bgwhite.tsurrogate:hover, .boxbtn:visited.bgwhite.tsurrogate:hover {
  color: #243746;
}
.boxbtn.reverse, .boxbtn:link.reverse, .boxbtn:visited.reverse {
  padding: 0.5em 1em 0.5em 1.75em;
}
.boxbtn.reverse i, .boxbtn:link.reverse i, .boxbtn:visited.reverse i {
  right: auto;
  padding-right: 0;
  left: 0.5em;
  padding-left: 0.25em;
}
.boxbtn.reverse:hover i, .boxbtn:link.reverse:hover i, .boxbtn:visited.reverse:hover i {
  left: 0.25em;
}

.default-content {
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.default-content p {
  margin-bottom: 1rem;
}
.default-content p a {
  color: #243746;
}
.default-content p a:hover {
  color: #414042;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  color: #414042;
  margin-bottom: 0.75rem;
}
.default-content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.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: #414042;
  padding-right: 0.5rem;
  font-size: 1rem;
}
.default-content ul li a {
  color: #414042;
}
.default-content ul li a:hover {
  color: #243746;
}
.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: #414042;
  padding-right: 1em;
}

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

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

@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: #414042;
}

.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;
}
.wrapper.with-gap, .wrapper-full.with-gap, .wrapper-wide.with-gap {
  width: calc(100% - 150px);
}
@media (max-width: 845px) {
  .wrapper.with-gap, .wrapper-full.with-gap, .wrapper-wide.with-gap {
    width: calc(100% - 75px);
  }
}
@media (max-width: 640px) {
  .wrapper.with-gap, .wrapper-full.with-gap, .wrapper-wide.with-gap {
    width: calc(100% - 37.5px);
  }
}

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

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

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

.section-title {
  font-family: "Turbinado Light", Brush Script MT, Brush Script Std, cursive;
  font-size: 4.5em;
  line-height: 1.125em;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 4em;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 3.75em;
  }
}
@media (max-width: 350px) {
  .section-title {
    font-size: 3.5em;
  }
}

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

#intro {
  padding: 6em 25px;
}
@media (max-width: 768px) {
  #intro {
    padding: 4em 25px;
  }
}
@media (max-width: 640px) {
  #intro {
    text-align: center;
  }
}
#intro p {
  margin-bottom: 1em;
}
#intro p a {
  color: #243746;
  text-decoration: underline;
}
#intro p a:hover {
  color: #414042;
}
#intro p:last-of-type {
  margin: 0;
}

.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.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);
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.top {
  background-color: rgba(255, 255, 255, 0);
  -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);
}
header.top #top-promo {
  opacity: 1 !important;
}
header.hide {
  top: -200px;
}
header.hide ul#main-nav.mobile-nav {
  height: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  TOP PROMO BAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top-promo-bar {
  background-color: #243746;
  padding: 1em 0;
  text-align: center;
  display: none;
  position: relative;
  z-index: 1100;
}
.top-promo-bar .wrapper-full {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 845px) {
  .top-promo-bar .wrapper-full {
    width: calc(100% - 2em);
  }
}
.top-promo-bar .frame {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50% !important;
}
.top-promo-bar .frame a {
  color: #ffffff;
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 640px) {
  .top-promo-bar .frame a {
    font-size: 1rem;
  }
}
.top-promo-bar .frame a:hover {
  opacity: 0.85;
}
.top-promo-bar h2 {
  color: #ffffff;
  font-size: 1.25rem;
  margin: 0;
  font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
  line-height: 1.125em;
  padding: 0 100px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .top-promo-bar h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 640px) {
  .top-promo-bar h2 {
    padding: 0 0 0 30px;
    font-size: 1rem;
  }
}
.top-promo-bar #close-promo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 2em;
  cursor: pointer;
  z-index: 1000;
  font-size: 1.5em;
  color: #ffffff;
}
@media (max-width: 845px) {
  .top-promo-bar #close-promo {
    left: 1em;
  }
}

/*******************
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: #243746;
  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: #243746;
  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;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 500;
  top: 2px;
  background-color: #243746;
  width: 50%;
  max-width: 250px;
  padding: 2em 1em;
  height: auto;
  -webkit-transition: top 0.5s ease, padding 0.5s ease;
  -moz-transition: top 0.5s ease, padding 0.5s ease;
  -ms-transition: top 0.5s ease, padding 0.5s ease;
  -o-transition: top 0.5s ease, padding 0.5s ease;
  transition: top 0.5s ease, padding 0.5s ease;
}
@media (max-width: 845px) {
  #logo {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  #logo {
    max-width: 130px;
    padding: 1em 1em;
  }
}

#header-content {
  position: relative;
  background-color: #ffffff;
  -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 {
  position: relative;
  height: 75px;
  text-align: right;
  width: calc(100% - 150px);
  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;
}
@media (max-width: 845px) {
  #header-content #header-content-holder {
    width: calc(100% - 75px);
  }
}
@media (max-width: 640px) {
  #header-content #header-content-holder {
    width: calc(100% - 37.5px);
  }
}
#header-content #header-content-holder #header-promo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 27vw;
  height: 100%;
}
@media (max-width: 640px) {
  #header-content #header-content-holder #header-promo {
    width: 30%;
  }
}
#header-content #header-content-holder #header-promo .frame {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  top: 50% !important;
}
#header-content #header-content-holder #header-promo .frame a {
  color: #243746;
  display: block;
  text-decoration: none;
  opacity: 1;
}
#header-content #header-content-holder #header-promo .frame a:hover {
  color: #ACA692;
}
#header-content #header-content-holder #header-promo h2 {
  font-size: 1.25em;
  font-weight: 600;
  color: #243746;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 640px) {
  #header-content #header-content-holder #header-promo h2 {
    font-size: 1em;
  }
}
#header-content #header-content-holder #header-callout {
  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;
  width: 27vw;
  color: #243746;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.125em;
  font-weight: 600;
}
@media (max-width: 640px) {
  #header-content #header-content-holder #header-callout {
    font-size: 1em;
  }
}
#header-content.slim #logo {
  top: -62px;
  padding: 0.5em 1em;
}
@media (max-width: 845px) {
  #header-content.slim #logo {
    top: -45px;
    padding: 0.5em 1em 1.25em;
  }
}
@media (max-width: 640px) {
  #header-content.slim #logo {
    top: 2px;
    padding: 1em 1em;
  }
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

#slider {
  position: relative;
  height: 60vh;
  width: calc(100% - 150px);
  min-height: 400px;
  overflow: hidden;
  background-color: #000000;
  z-index: 0;
  margin: 75px auto 0;
  -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: 845px) {
  #slider {
    width: calc(100% - 75px);
  }
}
@media (max-width: 640px) {
  #slider {
    width: calc(100% - 37.5px);
    height: 300px !important;
    min-height: 300px;
  }
}
#slider .overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.2);
}
#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 h2, #slider h1 {
  font-family: "Turbinado Bold", Brush Script MT, Brush Script Std, cursive;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  padding: 0 2rem;
  font-size: 6.5em;
  line-height: 0.9em;
  color: #ffffff;
  z-index: 300;
  background: none;
  width: 100%;
  vertical-align: baseline;
  -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
  -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
  -ms-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
  -o-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
}
@media (max-width: 768px) {
  #slider h2, #slider h1 {
    font-size: 14vw;
    bottom: 40px;
  }
}
@media (max-width: 640px) {
  #slider h2, #slider h1 {
    bottom: 20px;
  }
}
#slider h2 span, #slider h1 span {
  font-size: 50%;
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  vertical-align: bottom;
  letter-spacing: 0;
}
@keyframes animate-home-arrow {
  0% {
    padding-bottom: 0;
  }
  100% {
    padding-bottom: 0.25em;
  }
}
#slider #down-arrow {
  animation: animate-home-arrow 0.75s linear 0s infinite alternate;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 500;
  bottom: 0.5em;
  z-index: 600;
  font-size: 2.5em;
  color: #ffffff;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
@media (max-width: 768px) {
  #slider #down-arrow {
    display: none !important;
  }
}
#slider #down-arrow:hover {
  animation-play-state: paused;
}
#slider div.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 500;
}
@media (max-width: 768px) {
  #slider div.slide {
    height: 100%;
  }
}
#slider div.slide.parallax-rev {
  height: 107%;
  -ms-transform: translateY(-25px); /* IE 9 */
  -webkit-transform: translateY(-25px); /* Chrome, Safari, Opera */
  transform: translateY(-25px);
}
@media (max-width: 768px) {
  #slider div.slide.parallax-rev {
    height: 100%;
    -ms-transform: translateY(0); /* IE 9 */
    -webkit-transform: translateY(0); /* Chrome, Safari, Opera */
    transform: translateY(0);
  }
}

#slider-texture {
  position: relative;
  height: 75px;
}
#slider-texture div {
  width: 100%;
  height: calc(75px + 20vh);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 845px) {
  #slider-texture div {
    height: calc(37.5px + 20vh);
  }
}
@media (max-width: 640px) {
  #slider-texture div {
    height: calc(25px + 20vh);
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home #slider {
  height: calc(100vh - 150px);
}
@media (max-width: 845px) {
  .home #slider {
    height: calc(100vh - 150px + 37.5px);
  }
}
.home #slider-texture {
  height: 150px;
}
@media (max-width: 845px) {
  .home #slider-texture {
    height: 75px;
  }
}
@media (max-width: 640px) {
  .home #slider-texture {
    height: 25px;
  }
}
.home #slider-texture div {
  height: calc(150px + 20vh);
}
@media (max-width: 845px) {
  .home #slider-texture div {
    height: calc(75px + 20vh);
  }
}
@media (max-width: 640px) {
  .home #slider-texture div {
    height: calc(25px + 20vh);
  }
}
.home #intro {
  padding-bottom: 0.5em;
}
.home #intro .wrapper, .home #intro .wrapper-full, .home #intro .wrapper-wide {
  display: flex;
}
@media (max-width: 768px) {
  .home #intro .wrapper, .home #intro .wrapper-full, .home #intro .wrapper-wide {
    display: block;
  }
}
.home #intro .intro-title {
  flex: 0 0 370px;
}
@media (max-width: 1024px) {
  .home #intro .intro-title {
    flex: 0 0 300px;
  }
}
@media (max-width: 768px) {
  .home #intro .intro-title {
    width: 100%;
    margin-bottom: 3em;
    text-align: center;
  }
}
.home #intro .intro-title h1 {
  font-size: 2.75em;
  line-height: 1.25em;
  display: block;
}
@media (max-width: 1024px) {
  .home #intro .intro-title h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 768px) {
  .home #intro .intro-title h1 br {
    content: " ";
  }
  .home #intro .intro-title h1 br:after {
    content: " ";
  }
}
@media (max-width: 640px) {
  .home #intro .intro-title h1 {
    font-size: 2.25em;
  }
}
.home #intro .intro-title p {
  line-height: 2em;
}
.home #intro .intro-text {
  padding: 0 1em;
  flex-grow: 1;
}
.home #intro .intro-text p {
  font-size: 1.25em;
  line-height: 2em;
}
@media (max-width: 768px) {
  .home #intro .intro-text {
    padding: 0;
    text-align: center;
  }
}

#home-intro-btn {
  font-family: "Turbinado Light", Brush Script MT, Brush Script Std, cursive;
  margin-top: 75px;
  width: 70%;
  max-width: 550px;
  text-transform: none;
  font-size: 2.25em;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 0.85em;
}
@media (max-width: 768px) {
  #home-intro-btn {
    margin-top: 37.5px;
  }
}

.quick-form {
  padding-top: 75px;
}
@media (max-width: 845px) {
  .quick-form {
    padding-top: 37.5px;
  }
}
.quick-form .quick-form-content {
  position: relative;
}
.quick-form .quick-form-content h2 {
  margin-bottom: 0.75em;
}
@media (max-width: 768px) {
  .quick-form .quick-form-content h2 {
    text-align: center;
  }
}
.quick-form .quick-form-content p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .quick-form .quick-form-content p {
    text-align: center;
  }
}
.quick-form .quick-form-content form .fielditem {
  width: calc(33.3333333333% - 10px);
  margin-right: 10px;
}
@media (max-width: 768px) {
  .quick-form .quick-form-content form .fielditem {
    width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .quick-form .quick-form-content form .fielditem {
    width: 100%;
  }
}
.quick-form .quick-form-content form #form-submit {
  width: 175px;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .quick-form .quick-form-content form #form-submit {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 1em;
  }
}
.quick-form .quick-form-content form #form-submit #quick-form-footer-submitbutton,
.quick-form .quick-form-content form #form-submit #quick-form-home-submitbutton {
  font-size: 1.25em;
}
.quick-form .quick-form-content form .required-text {
  font-size: 0.75em;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .quick-form .quick-form-content form .required-text {
    margin-top: 1em;
    text-align: center;
  }
}
.quick-form #process .form-loader, .quick-form #process h4, .quick-form #success h4 {
  font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
}

.homebox-a {
  padding: 75px 0 0;
}
@media (max-width: 768px) {
  .homebox-a {
    padding: 37.5px 0 0;
  }
}
.homebox-a .homebox-a-large-image {
  width: 60%;
  height: calc(100% - 150px);
  position: absolute;
  top: 75px;
  left: 0;
}
@media (max-width: 768px) {
  .homebox-a .homebox-a-large-image {
    position: relative;
    top: 0;
    width: 50%;
    height: 400px;
    float: left;
  }
}
@media (max-width: 640px) {
  .homebox-a .homebox-a-large-image {
    height: 300px;
  }
}
.homebox-a .homebox-a-small-image {
  height: 70%;
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .homebox-a .homebox-a-small-image {
    position: relative;
    top: 0;
    width: 50%;
    height: 400px;
    float: left;
  }
}
@media (max-width: 640px) {
  .homebox-a .homebox-a-small-image {
    height: 300px;
  }
}
.homebox-a .homebox-a-content {
  width: 65%;
  min-height: 30%;
  position: absolute;
  bottom: 0;
  text-align: right;
  right: -75px;
  padding: 3em 150px 3em 75px;
}
@media (max-width: 1248px) {
  .homebox-a .homebox-a-content {
    width: 80%;
    padding: 3em 75px 3em 75px;
  }
}
@media (max-width: 845px) {
  .homebox-a .homebox-a-content {
    padding: 3em 75px 3em 37.5px;
  }
}
@media (max-width: 768px) {
  .homebox-a .homebox-a-content {
    padding: 3em 2em;
    text-align: center;
    position: relative;
    top: 0;
    width: 100%;
    right: auto;
    float: left;
  }
}
.homebox-a .homebox-a-content .section-title {
  margin-bottom: 0.125em;
}
.homebox-a .homebox-a-content ul {
  margin: 0 0 1em;
  padding: 0;
}
.homebox-a .homebox-a-content ul li {
  font-size: 1.125em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}
.homebox-a .homebox-a-content ul li ul {
  margin: 1em 0 0 1em;
  padding: 0;
}
.homebox-a .homebox-a-content ul li ul li {
  font-size: 1em;
  line-height: 1.125em;
  margin: 0 0 0.5em;
  padding: 0.25em 0;
}
.homebox-a .homebox-a-texture {
  position: relative;
  z-index: -1;
  height: 150px;
}
@media (max-width: 845px) {
  .homebox-a .homebox-a-texture {
    height: 75px;
  }
}
@media (max-width: 768px) {
  .homebox-a .homebox-a-texture {
    height: 37.5px;
  }
}
.homebox-a .homebox-a-texture div {
  width: 60%;
  height: 60vh;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homebox-a.reverse .homebox-a-large-image {
  left: auto;
  right: 0;
}
.homebox-a.reverse .homebox-a-small-image {
  right: auto;
  left: 0;
}
.homebox-a.reverse .homebox-a-content {
  right: auto;
  left: -75px;
  text-align: left;
  padding: 3em 75px 3em 150px;
}
@media (max-width: 1248px) {
  .homebox-a.reverse .homebox-a-content {
    padding: 3em 75px 3em 75px;
  }
}
@media (max-width: 845px) {
  .homebox-a.reverse .homebox-a-content {
    padding: 3em 37.5px 3em 75px;
  }
}
@media (max-width: 768px) {
  .homebox-a.reverse .homebox-a-content {
    padding: 3em 2em;
    text-align: center;
    left: auto;
  }
}
.homebox-a.reverse .homebox-a-texture div {
  left: auto;
  right: 0;
}
.homebox-a.auto-height-content .homebox-a-content {
  bottom: auto;
  top: auto;
  position: relative;
  right: auto;
  margin: 55vh 0 75px 0;
  float: right;
}
@media (max-width: 768px) {
  .homebox-a.auto-height-content .homebox-a-content {
    margin: 0;
  }
}

.homebox-b {
  position: relative;
}
.homebox-b .homebox-b-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  padding: 5em 3em;
  width: 80%;
  max-width: 800px;
  text-decoration: none;
  background-color: rgba(36, 55, 70, 0.85);
}
@media (max-width: 768px) {
  .homebox-b .homebox-b-text {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
    padding: 3em 2em;
    width: 100%;
    max-width: none;
  }
}
.homebox-b .homebox-b-text h2 {
  margin-bottom: 0.125em;
}
.homebox-b .homebox-b-text.bgsurrogate {
  background-color: rgba(95, 93, 73, 0.9);
}

#builder .homebox-b-text .builder-logo {
  width: 75%;
  max-width: 400px;
  height: auto;
  margin-bottom: 2rem;
}
#builder .homebox-b-text .arrowlink {
  display: inline-block;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GALLERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#gallery-menu {
  position: relative;
  background-color: #ACA692;
}
#gallery-menu .texture-box {
  position: absolute;
  left: 40%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  #gallery-menu .texture-box {
    display: none;
  }
}
#gallery-menu .wrapper {
  background-color: #ACA692;
}
@media (max-width: 640px) {
  #gallery-menu .wrapper {
    text-align: center;
    padding: 0.5em;
  }
}
#gallery-menu .wrapper label {
  padding: 0.75em 0.25em 0;
  vertical-align: top;
}
#gallery-menu .wrapper .select.mobile-select {
  width: auto;
  margin-left: 0;
  background-color: #ACA692;
  padding: 1em 0 2em;
}
@media (max-width: 768px) {
  #gallery-menu .wrapper .select.mobile-select {
    width: 75%;
    margin: 1em;
    padding: 0;
  }
}
@media (max-width: 640px) {
  #gallery-menu .wrapper .select.mobile-select {
    width: 100%;
    margin: 1em 0;
  }
}
@media (max-width: 768px) {
  #gallery-menu .wrapper .select.mobile-select ul {
    width: 100%;
  }
}
#gallery-menu .wrapper .select.mobile-select ul li a {
  font-size: 1.35em;
}
#gallery-menu .wrapper .select.mobile-select .select__arrow {
  border-color: #414042 transparent transparent transparent;
  top: 20px;
}

.image-gallery {
  padding: 3em 0;
}
.image-gallery ul.gallery-list {
  list-style: none;
  overflow: hidden;
  padding: 0 1.5em;
}
.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;
  }
}
.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, .image-gallery ul.gallery-list li a:focus > .overlay, .image-gallery ul.gallery-list li a:focus > .caption {
  opacity: 1;
  color: #ffffff;
}
.image-gallery ul.gallery-list li a:hover, .image-gallery ul.gallery-list li a:focus {
  display: block;
}
.image-gallery ul.gallery-list li a:hover .bgimg, .image-gallery ul.gallery-list li a:focus .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(65, 64, 66, 0.6);
  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, .image-gallery ul.gallery-list li.with-icon a:focus .vr-icon,
.image-gallery ul.gallery-list li.with-icon a:focus .video-icon {
  opacity: 0.5;
}
.image-gallery ul.gallery-list img {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .image-gallery ul.gallery-list img {
    height: auto;
  }
}
.image-gallery .caption {
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
  text-align: center;
  transition: 0.2s opacity ease-in-out;
  font-size: 1.125rem;
  width: 100%;
  padding: 2em;
  line-height: 1.125em;
}

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

.logo {
  width: 33.33333%;
}

#gallery-video-vr {
  position: relative;
  width: 95%;
  height: 55vw;
  margin: 2em auto 2em;
}
#gallery-video-vr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

div.fancybox-show-infobar fancybox-infobar {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

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

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

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

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

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

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

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

button.fancybox-button {
  background-color: #000000;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
button.fancybox-button:hover {
  background-color: #000000;
}

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

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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PENTHOUSE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.two-photo-boxes .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .two-photo-boxes .wrapper {
    flex-direction: column;
  }
}
.two-photo-boxes .wrapper .half {
  flex-basis: calc(50% - 1em);
  min-height: 420px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .two-photo-boxes .wrapper .half {
    flex-basis: 100%;
  }
}
.two-photo-boxes .wrapper .half:first-of-type {
  margin-right: auto;
}
@media (max-width: 768px) {
  .two-photo-boxes .wrapper .half:first-of-type {
    margin-bottom: 4em;
  }
}
.two-photo-boxes .wrapper .half:last-of-type {
  margin-left: auto;
}

#penthouse-features .bgwood {
  position: absolute;
  width: calc(100% - 200px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #penthouse-features .bgwood {
    width: 100%;
  }
}
#penthouse-features #penthouse-features-text {
  width: calc(100% - 100px);
  padding: 6em;
  margin: 6em 0;
}
@media (max-width: 1024px) {
  #penthouse-features #penthouse-features-text {
    padding: 4em;
    margin: 4em 0;
  }
}
@media (max-width: 768px) {
  #penthouse-features #penthouse-features-text {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #penthouse-features #penthouse-features-text {
    padding: 4em 2em;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  WELLNESS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#wellness-features .bgwood {
  position: absolute;
  width: calc(100% - 200px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  #wellness-features .bgwood {
    width: 100%;
  }
}
#wellness-features #wellness-features-content {
  width: calc(100% - 100px);
  padding: 6em 3em;
  margin: 6em 0;
}
@media (max-width: 1024px) {
  #wellness-features #wellness-features-content {
    padding: 4em 2em;
    margin: 4em 0;
  }
}
@media (max-width: 768px) {
  #wellness-features #wellness-features-content {
    width: 100%;
  }
}
#wellness-features #wellness-features-content ul#wellness-items {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
}
#wellness-features #wellness-features-content ul#wellness-items li {
  width: 25%;
  display: inline-block;
  text-align: center;
  margin-bottom: 3em;
}
@media (max-width: 1024px) {
  #wellness-features #wellness-features-content ul#wellness-items li {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  #wellness-features #wellness-features-content ul#wellness-items li {
    width: 50%;
  }
}
@media (max-width: 350px) {
  #wellness-features #wellness-features-content ul#wellness-items li {
    width: 100%;
  }
}
#wellness-features #wellness-features-content ul#wellness-items li img {
  max-width: 60%;
  margin-bottom: 1em;
}
#wellness-features #wellness-features-content ul#wellness-items li p {
  font-size: 1.25em;
  line-height: 1.125em;
  max-width: 240px;
  margin: 0 auto;
  padding: 0 0.5em;
}
#wellness-features #wellness-features-content p.disclaimer {
  font-size: 0.85em;
  text-align: right;
  padding: 2em 3em 0;
  margin: 0;
}
@media (max-width: 768px) {
  #wellness-features #wellness-features-content p.disclaimer {
    padding: 2em 1em 0;
    text-align: center;
  }
}

/*******************************************************
 BASIC FORM SCSS
********************************************************/
.form-styles :invalid,
.form-styles :-moz-submit-invalid,
.form-styles :-moz-ui-invalid {
  box-shadow: none;
}
.form-styles {
  display: block;
  width: 100%;
  color: #243746;
}
@media (max-width: 1024px) {
  .form-styles .half,
  .form-styles .fourth {
    width: 100% !important;
  }
}
.form-styles div.fielditem {
  position: relative;
  padding: 0 0 2em;
}
@media (max-width: 1024px) {
  .form-styles div.fielditem {
    padding: 0 0 1.5em;
  }
}
.form-styles div.fielditem.fieldlist {
  padding-bottom: 0;
}
.form-styles div.fielditem.focused label {
  transform: translateY(-125%);
  font-size: 0.75em;
  left: 5px;
}
.form-styles div.fieldinput label {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #243746;
  position: absolute;
  left: 0;
  bottom: 55%;
  font-size: 17px;
  padding: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-styles div.fieldinput.focused label {
  transform: translateY(-200%);
  font-size: 0.75em;
}
.form-styles div.fieldinput.focused input {
  border-bottom: 1px solid #243746;
}
.form-styles div.fieldinput.focused#comments-input label {
  transform: translateY(-100%);
}
.form-styles div.fieldinput#comments-input {
  margin-top: 1em;
}
.form-styles div.fieldinput#comments-input textarea {
  border: 1px solid rgb(149.953125, 142.359375, 117.046875);
}
.form-styles div.fieldinput#comments-input label {
  bottom: auto;
  top: 0.5em;
  left: 0.5em;
}
.form-styles div.fieldinput#comments-input.focused label {
  transform: translate(-0.5em, -200%);
  font-size: 0.75em;
}
.form-styles label {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #243746;
  font-size: 17px;
  line-height: 1.25em;
  padding: 0.5 0.75em;
  z-index: 10;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form-styles label.full {
  width: 10%;
  display: block;
}
.form-styles input[type=text], .form-styles input[type=email] {
  width: 100%;
  position: relative;
  background: none;
  color: #243746;
  padding: 0.75em 0.25em;
  border: none;
  border-bottom: 1px solid rgb(149.953125, 142.359375, 117.046875);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.form-styles .required-highlight .control__indicator {
  border: 1px solid #ff8b8b;
}
.form-styles .required-highlight label.control {
  margin-left: 0;
}
.form-styles .select.required-highlight select {
  color: #ff8b8b;
  border-bottom: 1px solid #ff8b8b;
}
.form-styles .select.required-highlight .select__arrow {
  border-color: #ff8b8b transparent transparent transparent;
}
.form-styles .required-highlight label,
.form-styles label.required-highlight {
  color: #ff8b8b !important;
  /*margin-left: 10px;*/
}
.form-styles .required-highlight label h3,
.form-styles label.required-highlight h3 {
  color: #ff8b8b !important;
}
.form-styles .required-highlight input {
  color: #243746;
  border-bottom: 1px solid #ff8b8b;
}
.form-styles textarea {
  width: 100%;
  background: none;
  color: #243746;
  border: none;
  border-bottom: 1px solid rgb(149.953125, 142.359375, 117.046875);
  padding: 0.75em 0.25em;
  font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
  font-size: 16px;
  resize: none;
  height: 7em;
  overflow: auto;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.form-styles textarea:focus {
  border-color: #243746;
}

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

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

.control__indicator {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid rgb(149.953125, 142.359375, 117.046875);
  border-radius: 10px;
}

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

.control:hover input ~ .control__indicator {
  background: none;
}
.control input:focus ~ .control__indicator {
  background: none;
}
.control input:checked ~ .control__indicator {
  background: #243746 !important;
}
.control input:checked ~ .control__indicator:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  color: #243746;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25%;
  border: none;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
  background: none;
}
.control input:checked:focus ~ .control__indicator {
  background: none;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

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

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

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

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

.control--checkbox {
  margin-left: 0 !important;
}
.control--checkbox .control__indicator {
  top: 0;
}
.control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid rgb(149.953125, 142.359375, 117.046875);
  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: #243746;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.control--radio input:checked ~ .control__indicator:after {
  padding-top: 10%;
  font-size: 13px;
}

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

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select label {
  font-family: "Avenir Book", Arial, Helvetica, sans-serif;
  font-weight: 300;
  transform: translateY(-90%) !important;
  font-size: 0.75em !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  cursor: default;
}
.select select {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  color: #243746;
  border: 0;
  border-radius: 0;
  outline: 0;
  border-bottom: 1px solid rgb(149.953125, 142.359375, 117.046875);
  font-size: 1em;
  font-weight: 300;
  padding: 0.7em 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 47px;
}
.select.focused label {
  opacity: 1;
}
.select.focused select {
  color: #243746;
  border-color: 1px solid #243746;
}
.select::-ms-expand {
  display: none;
}
.select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select .select__arrow {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid rgb(149.953125, 142.359375, 117.046875);
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* SOLID ARROW */
}
.select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}

#form-submit {
  width: 100%;
  float: right;
  padding: 0 1em;
  width: 100%;
  float: right;
  padding: 0;
  margin: 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;
}

#process,
#success {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

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

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

#errorchecking.alert {
  background-color: #ff8b8b;
  text-align: center;
  clear: both;
  padding: 1em;
  margin: 0.9em;
  margin-bottom: 1.5em;
}
#errorchecking.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: #243746;
  -webkit-box-shadow: 0 0 0px 1000px rgb(238.140625, 236.921875, 232.859375) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

/*******************************************************
 MAP
********************************************************/
.map-views, .map-views2 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 110px;
  margin: 0;
  padding: 0.7em 0.5em 0.5em;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: rgba(65, 64, 66, 0.8);
  cursor: pointer;
}

.map-views:hover, .map-views2:hover {
  background-color: rgba(65, 64, 66, 0.9);
}

.map-views2 {
  display: none;
}

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

#cd-zoom-in, #cd-zoom-out {
  position: absolute;
  z-index: 300;
  left: 10px;
  width: 38px;
  height: 38px;
  top: 45px;
  cursor: pointer;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  background-color: rgba(65, 64, 66, 0.8);
  background-repeat: no-repeat;
  background-size: 30px 60px;
  background-image: url(../../images/poi/icons/cd-icon-controller.png);
}
#cd-zoom-in:hover, #cd-zoom-out:hover {
  background-color: rgba(65, 64, 66, 0.9);
}

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

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

#privacy-policy {
  padding: 0 1em;
}
#privacy-policy .default-content h2 {
  font-size: 2em;
}
@media (max-width: 640px) {
  #privacy-policy {
    text-align: center;
  }
  #privacy-policy .default-content h2 {
    font-size: 1.75em;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer-map {
  margin: 75px 0;
}
@media (max-width: 845px) {
  #footer-map {
    margin: 37.5px 0;
  }
}
#footer-map #map_canvas {
  background-color: rgb(230.75, 230.3769230769, 231.1230769231);
  width: 100%;
  height: 75vh;
}

#footer-social {
  padding: 4em 25px;
}
@media (max-width: 768px) {
  #footer-social {
    padding: 3em 25px;
  }
}
#footer-social h2 {
  margin-bottom: 0.125em;
}
#footer-social #footer-social-links {
  width: 100%;
  text-align: center;
  margin-top: 1.5em;
}
#footer-social #footer-social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 0.75em;
  left: 0 !important;
}
#footer-social #footer-social-links li i {
  font-size: 2em;
}
#footer-social #footer-social-links li a {
  color: #243746;
}
#footer-social #footer-social-links li:hover > a {
  opacity: 0.75;
}

#above-footer .wrapper-full {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 4em 4em;
}
@media (max-width: 768px) {
  #above-footer .wrapper-full {
    padding: 0 3em 3em;
  }
}
#above-footer .wrapper-full #footer-logo {
  width: 85%;
  max-width: 300px;
}
#above-footer .wrapper-full #footer-address {
  padding: 50px 0 0;
}
@media (max-width: 640px) {
  #above-footer .wrapper-full #footer-address {
    padding: 25px 0 0;
  }
}
#above-footer .wrapper-full #footer-address p, #above-footer .wrapper-full #footer-address p a {
  font-size: 1.125rem;
  color: #414042;
  text-decoration: none;
}
@media (max-width: 640px) {
  #above-footer .wrapper-full #footer-address p, #above-footer .wrapper-full #footer-address p a {
    font-size: 1.125em;
  }
}
#above-footer .wrapper-full #footer-address h2 {
  font-family: "Avenir Bold", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.25em;
}
@media (max-width: 640px) {
  #above-footer .wrapper-full #footer-address h2 {
    font-size: 1.25em;
  }
}
#above-footer .wrapper-full #footer-address h2 a {
  color: #414042;
  text-decoration: none;
}
#above-footer .wrapper-full #footer-address h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0.5em 0;
}
@media (max-width: 640px) {
  #above-footer .wrapper-full #footer-address h3 {
    font-size: 1.25em;
  }
}
#above-footer .wrapper-full #footer-address h3 a {
  color: #ACA692;
  text-decoration: none;
}
#above-footer .wrapper-full #footer-address p {
  margin: 0.25em 0;
}

footer {
  padding: 2rem;
  position: relative;
}
footer .corp-logo {
  text-align: left;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 640px) {
  footer .corp-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
footer .copyright {
  color: #ffffff;
  font-size: 0.775rem;
  line-height: 1.5rem;
  text-align: right;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}
@media (max-width: 640px) {
  footer .copyright {
    width: 100%;
    text-align: center;
  }
}
footer .copyright a {
  color: #ffffff;
  padding: 0rem 0.5rem;
}
footer .copyright ul li {
  font-size: 0.875rem;
  vertical-align: middle;
}
footer .copyright ul li a {
  font-size: 0.875rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PRIVACY ALERT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#privacy-alert {
  display: none;
  background-color: #414042;
  display: none;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
  position: fixed;
  z-index: 5000;
  bottom: 0;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  -moz-box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
  box-shadow: 0px 10px 25px 0px rgba(2, 2, 2, 0.5);
}
@media (max-width: 1024px) {
  #privacy-alert {
    padding: 1rem 140px 1rem 2.5rem;
    text-align: left;
  }
}
@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;
}
@media (max-width: 768px) {
  #privacy-alert h2 {
    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: #414042 !important;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  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: 1024px) {
  #privacy-alert #privacy-policy-agree {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 1em;
  }
}
@media (max-width: 640px) {
  #privacy-alert #privacy-policy-agree {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    left: auto !important;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
    margin-top: 1em;
  }
}

/*******************************************************
 IOS
********************************************************/
@supports (-webkit-touch-callout: none) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}
/*******************************************************
 IE 10+
********************************************************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select .select__arrow {
    display: none !important;
    left: -9999px !important;
  }
}

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