@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
|--------------------------------------------------------------------------
|
*/
@import url("https://use.typekit.net/jmw4hyi.css");
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;
}

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

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

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

.padt1 {
  padding-top: 1em;
}

.padt2 {
  padding-top: 2em;
}

.padt3 {
  padding-top: 3em;
}

.padt4 {
  padding-top: 4em;
}

.padt5 {
  padding-top: 5em;
}

.padt6 {
  padding-top: 6em;
}

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

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

.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) {
  .padm2 {
    padding: 2em;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
  .marmt0 {
    margin-top: 0;
  }
}

@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)
|--------------------------------------------------------------------------
*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  margin: 0;
  padding: 0;
  font: 300 normal 16px/16px "brandon-grotesque", Arial, Helvetica, sans-serif, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: auto;
  text-rendering: geometricprecision;
  color: #3d3935;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

*:focus,
*:focus label,
a:focus,
input:focus,
button:focus,
.checkboxitem label:focus-within {
  outline: 2px transparent solid !important;
  box-shadow: 0 0 0 2px #F9F9D1, 0 0 0 4px #396196, 0 0 4px 8px #F9F9D1 !important;
}

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

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

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1.125em;
}

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

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

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

a,
a:link,
a:visited,
.spanlink {
  color: #3d3935;
  cursor: pointer;
}

a:hover,
a:active,
.spanlink:hover {
  cursor: pointer;
  color: #004f51;
  text-decoration: underline;
}

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

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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ANIMATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
[class*=animate] {
  opacity: 0;
  -webkit-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -moz-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -ms-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  -o-transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  transition: transform 1s ease, zoom 1s ease, opacity 1s ease;
  transition-delay: 0.125s;
}
[class*=animate].quick {
  transition-delay: 0.05s;
}
[class*=animate].short-delay {
  transition-delay: 0.5s;
}
[class*=animate].medium-delay {
  transition-delay: 0.75s;
}
[class*=animate].long-delay {
  transition-delay: 1s;
}
[class*=animate].nofade {
  opacity: 1 !important;
}

.animate-left {
  transform: translateX(50px);
}

.animate-right {
  transform: translateX(-50px);
}

.animate-up {
  transform: translateY(50px);
}

.animate-down {
  transform: translateY(-50px);
}

.animate-zoomin {
  transform: scale(0.5);
}

.animate-zoomout {
  transform: scale(1.5);
}

.animate-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.animate-fade-sequence:nth-of-type(1) {
  transition-delay: 0.125s;
}
.animate-fade-sequence:nth-of-type(2) {
  transition-delay: 0.25s;
}
.animate-fade-sequence:nth-of-type(3) {
  transition-delay: 0.375s;
}
.animate-fade-sequence:nth-of-type(4) {
  transition-delay: 0.5s;
}
.animate-fade-sequence:nth-of-type(5) {
  transition-delay: 0.625s;
}
.animate-fade-sequence:nth-of-type(6) {
  transition-delay: 0.75s;
}
.animate-fade-sequence:nth-of-type(7) {
  transition-delay: 0.875s;
}
.animate-fade-sequence:nth-of-type(8) {
  transition-delay: 1s;
}
.animate-fade-sequence:nth-of-type(9) {
  transition-delay: 1.125s;
}
.animate-fade-sequence:nth-of-type(10) {
  transition-delay: 1.25s;
}

.in-view {
  opacity: 1;
}
.in-view.animate-up, .in-view.animate-down, .in-view.animate-left, .in-view.animate-right {
  transform: translate(0);
}
.in-view.animate-zoomin, .in-view.animate-zoomout {
  transform: scale(1);
}

.arrowlink, a.arrowlink:link, a.arrowlink:visited {
  position: relative;
  color: #3d3935;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2rem;
  padding: 0 15px 0 0;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.arrowlink i, a.arrowlink:link i, a.arrowlink:visited i {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  right: 0;
  font-size: 0.75em;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.arrowlink:hover, a.arrowlink:link:hover, a.arrowlink:visited:hover {
  color: #004f51;
}
.arrowlink:hover i, a.arrowlink:link:hover i, a.arrowlink:visited:hover i {
  right: -5px;
}
.arrowlink.twhite, a.arrowlink:link.twhite, a.arrowlink:visited.twhite {
  color: #ffffff;
}
.arrowlink.twhite:hover, a.arrowlink:link.twhite:hover, a.arrowlink:visited.twhite:hover {
  color: #e5e5e2;
}
.arrowlink.tsecondary, a.arrowlink:link.tsecondary, a.arrowlink:visited.tsecondary {
  color: #004f51;
}
.arrowlink.tsecondary:hover, a.arrowlink:link.tsecondary:hover, a.arrowlink:visited.tsecondary:hover {
  color: #57534d;
}
.arrowlink.tsurrogate, a.arrowlink:link.tsurrogate, a.arrowlink:visited.tsurrogate {
  color: #3c3935;
}
.arrowlink.tsurrogate:hover, a.arrowlink:link.tsurrogate:hover, a.arrowlink:visited.tsurrogate:hover {
  color: #57534d;
}
.arrowlink.ttertiary-superdark, a.arrowlink:link.ttertiary-superdark, a.arrowlink:visited.ttertiary-superdark {
  color: #babab2;
}
.arrowlink.ttertiary-superdark:hover, a.arrowlink:link.ttertiary-superdark:hover, a.arrowlink:visited.ttertiary-superdark:hover {
  color: #e5e5e2;
}
.arrowlink.font-headline, a.arrowlink:link.font-headline, a.arrowlink:visited.font-headline {
  font-weight: 400;
}
.arrowlink.reverse, a.arrowlink:link.reverse, a.arrowlink:visited.reverse {
  padding-right: 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.arrowlink.reverse i, a.arrowlink:link.reverse i, a.arrowlink:visited.reverse i {
  display: inline-block;
  padding-right: 0;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
.arrowlink.reverse:hover, a.arrowlink:link.reverse:hover, a.arrowlink:visited.reverse:hover {
  padding-right: 5px;
}
.arrowlink.reverse:hover i, a.arrowlink:link.reverse:hover i, a.arrowlink:visited.reverse:hover i {
  padding-left: 0;
  padding-right: 5px;
}

strong {
  font-weight: 600;
}

.nofade {
  opacity: 1 !important;
}

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

.font-main-bold {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

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

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

.font-headline-bold {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

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

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

.bgblack {
  background-color: #000000;
}

.bgprimary {
  background-color: #3d3935;
}

.bgsecondary {
  background-color: #004f51;
}

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

.bgsecondary-darkest {
  background-color: #001d1e;
}

.bgtertiary {
  background-color: #e5e5e2;
}

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

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

.bgsurrogate {
  background-color: #3c3935;
}

.bgsurrogate-dark {
  background-color: #2e2c29;
}

.bgsurrogate-darkest {
  background-color: #211f1d;
}

.bgcinco {
  background-color: #3d3935;
}

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

.tblack {
  color: #000000;
}

.tprimary {
  color: #3d3935;
}

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

.tprimary-darkest {
  color: #22201d;
}

.tsecondary {
  color: #004f51;
}

.tsecondary-dark {
  color: #003638;
}

.tsecondary-darkest {
  color: #001d1e;
}

.ttertiary {
  color: #e5e5e2;
}

.ttertiary-dark {
  color: #d9d9d5;
}

.ttertiary-darkest {
  color: #cdcdc7;
}

.tsurrogate {
  color: #3c3935;
}

.tsurrogate-dark {
  color: #2e2c29;
}

.tsurrogate-darkest {
  color: #211f1d;
}

.tcinco {
  color: #3d3935;
}

.nofade {
  visibility: 1 !important;
}

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

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

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

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

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

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

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

.boxheight, .boxheight-slim {
  height: 55vw;
  max-height: 75vh;
  min-height: 450px;
}
@media (max-width: 640px) {
  .boxheight, .boxheight-slim {
    min-height: 350px;
  }
}

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

.fullheight {
  height: 100vh;
}
@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);
}

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

#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: #3d3935;
}

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

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

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

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

.boxbtn, .boxbtn:link, .boxbtn:visited {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.75em;
  text-align: center;
  text-decoration: none;
  padding: 0.25em 1.25em 0.25em 1em;
  position: relative;
  color: #ffffff;
  background-color: #004f51;
  -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 {
  font-size: 0.75em;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-left: 0;
  margin-top: -0.125em;
  -webkit-transition: padding-left 0.25s ease, color 0.5s ease;
  -moz-transition: padding-left 0.25s ease, color 0.5s ease;
  -ms-transition: padding-left 0.25s ease, color 0.5s ease;
  -o-transition: padding-left 0.25s ease, color 0.5s ease;
  transition: padding-left 0.25s ease, color 0.5s ease;
}
.boxbtn:hover, .boxbtn:link:hover, .boxbtn:visited:hover {
  cursor: pointer;
  background-color: #003638;
}
.boxbtn:hover i, .boxbtn:link:hover i, .boxbtn:visited:hover i {
  padding-left: 0.25em;
}
@media (max-width: 640px) {
  .boxbtn, .boxbtn:link, .boxbtn:visited {
    font-size: 1.25em;
  }
  .boxbtn span img, .boxbtn:link span img, .boxbtn:visited span img {
    width: 9px;
  }
}
.boxbtn.bgwhite, .boxbtn:link.bgwhite, .boxbtn:visited.bgwhite {
  color: #3d3935;
  background-color: #ffffff;
}
.boxbtn.bgwhite:hover, .boxbtn:link.bgwhite:hover, .boxbtn:visited.bgwhite:hover {
  background-color: #cccccc;
}
.boxbtn.bgwhite:hover span img, .boxbtn:link.bgwhite:hover span img, .boxbtn:visited.bgwhite:hover span img {
  filter: brightness(0);
}

.default-content {
  color: #000000;
}
.default-content p {
  margin-bottom: 1rem;
}
.default-content p a {
  color: #004f51;
}
.default-content p a:hover {
  color: #3d3935;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  color: #3d3935;
  margin-bottom: 0.75rem;
}
.default-content strong {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.default-content p {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .default-content p {
    font-size: 1.25rem;
  }
}
.default-content p:last-of-type {
  margin-bottom: 0;
}
.default-content pre {
  margin-bottom: 1rem;
}
.default-content blockquote {
  width: 85%;
  max-width: 450px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 1px 1px 1px #ccc;
  font-style: italic;
  padding: 1rem;
  margin: 0 auto 1.5em;
}
.default-content blockquote :last-child {
  margin: 0;
}
.default-content ul {
  list-style: none;
  font-size: 1.5rem;
}
.default-content ul li {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
  line-height: 1.75rem;
  text-align: left;
}
@media (max-width: 768px) {
  .default-content ul li {
    margin: 0px 0px 0.5em 0px;
  }
}
.default-content ul li:before {
  position: absolute;
  left: 5px;
  content: "• ";
  color: #3d3935;
  padding-right: 0.5rem;
  font-size: 1.25rem;
}
.default-content ul li a {
  color: #3d3935;
}
.default-content ul li a:hover {
  color: #004f51;
}
.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: #3d3935;
  padding-right: 1em;
}
.default-content.twhite {
  color: #ffffff;
}
.default-content.twhite p a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.default-content.twhite p a:hover {
  color: #ffffff;
  opacity: 0.65;
}
.default-content.twhite h1,
.default-content.twhite h2,
.default-content.twhite h3,
.default-content.twhite h4,
.default-content.twhite h5,
.default-content.twhite h6 {
  color: #ffffff;
}
.default-content.twhite ul li:before {
  color: #ffffff;
}
.default-content.twhite ul li a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.default-content.twhite ul li a:hover {
  color: #ffffff;
  opacity: 0.65;
}
.default-content.twhite ul ul li:before {
  color: #ffffff;
}

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

.divider-slim {
  height: 2em;
}

.hideme {
  display: none;
}

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

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

.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% - 100px);
}
@media (max-width: 768px) {
  .wrapper.with-gap, .wrapper-full.with-gap, .wrapper-wide.with-gap {
    width: calc(100% - 50px);
  }
}
.wrapper.with-half-gap, .wrapper-full.with-half-gap, .wrapper-wide.with-half-gap {
  width: calc(100% - 50px);
}
@media (max-width: 768px) {
  .wrapper.with-half-gap, .wrapper-full.with-half-gap, .wrapper-wide.with-half-gap {
    width: calc(100% - 25px);
  }
}

.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: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 3em;
  line-height: 1.125em;
}
.section-title.smaller-title {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 2.75em;
  }
  .section-title.smaller-title {
    font-size: 2rem;
  }
}
@media (max-width: 640px) {
  .section-title {
    font-size: 2.5em;
  }
}
.section-title.font-main-bold {
  font-weight: 700;
}

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

#intro {
  padding: 0 1em;
}
#intro .intro-content {
  padding: 4em 0;
}
@media (max-width: 768px) {
  #intro .intro-content {
    padding: 3em 1em;
  }
}
#intro h1, #intro h2 {
  margin-bottom: 1rem;
}
#intro p {
  line-height: 2.25rem;
  margin-bottom: 1em;
}
@media (max-width: 640px) {
  #intro p {
    line-height: 2em;
  }
}
#intro p a {
  color: #3d3935;
  text-decoration: underline;
}
#intro p a:hover {
  color: #3c3935;
}
#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: 9999;
  background: none;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.hide {
  top: -120px;
}
header.hide ul#main-nav.mobile-nav {
  height: 0;
}
@media (max-width: 768px) {
  header.hide {
    top: -85px;
  }
}

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

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

/*~~~~~~~~~~~~~~~~~*/
.hamburger,
.hamburger-menu-item {
  width: 40px;
  height: 25px;
  margin: 0;
  position: relative;
  display: inline-block;
}
.hamburger span,
.hamburger-menu-item span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -o-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.hamburger span:nth-child(1),
.hamburger-menu-item span:nth-child(1) {
  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,
.hamburger-menu-item.open {
  left: 5px;
}
.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(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 90%;
}
.hamburger.open span:nth-child(3),
.hamburger-menu-item.open span:nth-child(3) {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  width: 90%;
}
.hamburger.open span:nth-child(4),
.hamburger-menu-item.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 2em;
  width: 250px;
  height: auto;
  -webkit-transition: opacity 0.5s ease 0.5s, margin-top 0s ease 0s;
  -moz-transition: opacity 0.5s ease 0.5s, margin-top 0s ease 0s;
  -ms-transition: opacity 0.5s ease 0.5s, margin-top 0s ease 0s;
  -o-transition: opacity 0.5s ease 0.5s, margin-top 0s ease 0s;
  transition: opacity 0.5s ease 0.5s, margin-top 0s ease 0s;
}
@media (max-width: 768px) {
  #logo {
    width: 200px;
  }
}
@media (max-width: 640px) {
  #logo {
    width: 150px;
    left: 1.5em;
  }
}

#header-content {
  position: relative;
  background-color: rgba(0, 79, 81, 0);
  -webkit-transition: height 0.5s ease, background-color 0.5s ease 0s;
  -moz-transition: height 0.5s ease, background-color 0.5s ease 0s;
  -ms-transition: height 0.5s ease, background-color 0.5s ease 0s;
  -o-transition: height 0.5s ease, background-color 0.5s ease 0s;
  transition: height 0.5s ease, background-color 0.5s ease 0s;
  background: none;
}
#header-content #header-content-holder {
  position: relative;
  height: 125px;
  text-align: right;
  width: 100%;
  margin: 0 auto;
  background: none;
  -webkit-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  -moz-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  -ms-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  -o-transition: height 0.5s ease, background-color 0.5s ease 0.25s;
  transition: height 0.5s ease, background-color 0.5s ease 0.25s;
}
@media (max-width: 768px) {
  #header-content #header-content-holder {
    height: 85px;
  }
}
#header-content #header-content-holder #header-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  padding: 13px 100px 0 0;
}
#header-content #header-content-holder .mobile-nav-toggle {
  display: none;
  position: absolute;
  top: 1.75em;
  right: 1.5em;
  padding: 0.5em;
  z-index: 1100;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: top 0.2s ease, right 0.2s ease, background-color 0.2s ease;
  -moz-transition: top 0.2s ease, right 0.2s ease, background-color 0.2s ease;
  -ms-transition: top 0.2s ease, right 0.2s ease, background-color 0.2s ease;
  -o-transition: top 0.2s ease, right 0.2s ease, background-color 0.2s ease;
  transition: top 0.2s ease, right 0.2s ease, background-color 0.2s ease;
}
@media (max-width: 640px) {
  #header-content #header-content-holder .mobile-nav-toggle {
    top: 1em;
    right: 1em;
  }
}
#header-content #header-content-holder .mobile-nav-toggle:hover {
  cursor: pointer;
}
#header-content #header-content-holder .mobile-nav-toggle h4 {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 0.95em;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#header-content.slim {
  background-color: rgb(0, 79, 81);
}
#header-content.slim #header-content-holder {
  height: 85px;
}
#header-content.slim #header-content-holder .mobile-nav-toggle {
  top: 1em;
}
#header-content.slim ul#main-nav {
  margin-top: 1.25em;
}
#header-content.slim ul#main-nav.mobile-nav {
  margin: 0;
}

ul#main-nav {
  display: flex;
  opacity: 1;
  position: relative;
  float: right;
  left: 0;
  margin: 2.5em 2em 0 0;
  background: none;
  z-index: 1000;
  -webkit-transition: margin 0.5s ease;
  -moz-transition: margin 0.5s ease;
  -ms-transition: margin 0.5s ease;
  -o-transition: margin 0.5s ease;
  transition: margin 0.5s ease;
}
ul#main-nav li {
  display: inline-block;
  background: none;
}
ul#main-nav li a {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.75rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 1rem 0;
  padding: 10px 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background: none;
}
@media (max-width: 640px) {
  ul#main-nav li a {
    font-size: 1.125rem;
  }
}
ul#main-nav li a:before, ul#main-nav li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  z-index: -1;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease, width 0.5s ease;
  -moz-transition: opacity 0.5s ease, width 0.5s ease;
  -ms-transition: opacity 0.5s ease, width 0.5s ease;
  -o-transition: opacity 0.5s ease, width 0.5s ease;
  transition: opacity 0.5s ease, width 0.5s ease;
}
ul#main-nav li a:before {
  left: 0;
  top: 0;
}
ul#main-nav li a:after {
  right: 0;
  bottom: 0;
}
ul#main-nav li a:hover:before, ul#main-nav li a:hover:after {
  opacity: 1;
  width: 100%;
}
@media (max-width: 640px) {
  ul#main-nav li a:hover:before, ul#main-nav li a:hover:after {
    width: 100%;
    opacity: 0;
  }
}
ul#main-nav li.active a:before, ul#main-nav li.active a:after, ul#main-nav li.activeparent a:before, ul#main-nav li.activeparent a:after {
  opacity: 1;
  width: 100%;
}

ul#main-nav.mobile-nav {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  padding: 100px 1em 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  left: 100%;
  z-index: -1;
  margin: 0;
  background: #004f51;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -moz-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -ms-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  -o-box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  box-shadow: 0px 5px 40px 0px rgba(2, 2, 2, 0.1);
  height: 100vh;
  max-width: none;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: top 0s ease, opacity 0s ease;
  -moz-transition: top 0s ease, opacity 0s ease;
  -ms-transition: top 0s ease, opacity 0s ease;
  -o-transition: top 0s ease, opacity 0s ease;
  transition: top 0s ease, opacity 0s ease;
}
ul#main-nav.mobile-nav li {
  position: relative;
  opacity: 0;
  right: -500px;
  opacity: 0;
  width: 100%;
  margin: 2vh 0;
  text-align: right;
}
@media (max-height: 500px) {
  ul#main-nav.mobile-nav li {
    margin: 0.5rem 0;
  }
}
ul#main-nav.mobile-nav li a {
  color: #ffffff !important;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
ul#main-nav.mobile-nav li a:hover {
  color: #e5e5e2 !important;
}
ul#main-nav.mobile-nav .fill {
  margin: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
ul#main-nav.mobile-nav.open li {
  opacity: 1;
  right: 0;
}
ul#main-nav.mobile-nav.open .fill {
  opacity: 0.7;
}
@media (max-width: 640px) {
  ul#main-nav.mobile-nav {
    height: calc(100vh - 50px);
    max-width: none;
    overflow-y: auto;
    width: 100%;
    -webkit-transition: top 0s ease, opacity 0s ease;
    -moz-transition: top 0s ease, opacity 0s ease;
    -ms-transition: top 0s ease, opacity 0s ease;
    -o-transition: top 0s ease, opacity 0s ease;
    transition: top 0s ease, opacity 0s ease;
  }
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}

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

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

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

#slider {
  display: inherit;
  position: relative;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  background-color: #000000;
  z-index: 0;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #slider {
    height: 350px !important;
    min-height: 350px;
  }
}
#slider .slider-sliver {
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 350;
}
#slider .top-gradient {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 300px;
  top: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  -webkit-transition: opacity 0.5s ease, height 0.5s ease;
  -moz-transition: opacity 0.5s ease, height 0.5s ease;
  -ms-transition: opacity 0.5s ease, height 0.5s ease;
  -o-transition: opacity 0.5s ease, height 0.5s ease;
  transition: opacity 0.5s ease, height 0.5s ease;
}
#slider .top-gradient.gosmall {
  height: 0;
  opacity: 0;
}
#slider .bottom-gradient {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: 300;
  background: 0 0;
  background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.65) 100%);
}
#slider .imgloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 2em;
  color: #ffffff;
}
#slider .home-title, #slider .page-title {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 300;
  background: none;
  -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: 640px) {
  #slider .home-title, #slider .page-title {
    text-align: center;
    bottom: 20px;
  }
}
#slider .home-title h1, #slider .home-title h2, #slider .page-title h1, #slider .page-title h2 {
  display: block;
  font-weight: 700;
  width: 100%;
  padding: 0 1em;
  font-size: 3.5em;
  line-height: 1.125em;
  color: #ffffff;
}
@media (max-width: 768px) {
  #slider .home-title h1, #slider .home-title h2, #slider .page-title h1, #slider .page-title h2 {
    font-size: 3.5em;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  #slider .home-title h1, #slider .home-title h2, #slider .page-title h1, #slider .page-title h2 {
    font-size: 2.75em;
  }
}
#slider .page-title h1, #slider .page-title h2 {
  padding: 0 1em;
  font-size: 3.125em;
  line-height: 0.85em;
  color: #ffffff;
}
@media (max-width: 768px) {
  #slider .page-title h1, #slider .page-title h2 {
    font-size: 3.5em;
    line-height: 1em;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  #slider .page-title h1, #slider .page-title h2 {
    font-size: 2.5em;
  }
}
#slider .page-title h3 {
  display: block;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  width: 100%;
  padding: 0 4rem;
  margin-top: 0.5em;
  font-size: 2em;
  line-height: 1.125em;
  color: #ffffff;
}
@media (max-width: 768px) {
  #slider .page-title h3 {
    font-size: 3em;
    padding: 0 2rem;
  }
}
@media (max-width: 640px) {
  #slider .page-title h3 {
    font-size: 2em;
  }
}
#slider div.slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 500;
}
#slider div.slide div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 6.5s linear;
}
#slider div.slide.scale div {
  transform: scale(1.1);
}
#slider div.slide.fx1 div {
  transform-origin: bottom left;
}
#slider div.slide.fx2 div {
  transform-origin: top left;
}
#slider div.slide.fx3 div {
  transform-origin: top right;
}
#slider div.slide.fx4 div {
  transform-origin: bottom right;
}

#down-to-content {
  display: inline-block;
  margin: 0.25em 0.25em 0.5em 0;
  position: relative;
}
@media (max-width: 768px) {
  #down-to-content {
    display: none !important;
  }
}
#down-to-content #down-arrow {
  position: absolute;
  right: -0.25em;
  top: calc(100% + 10px);
  padding: 0 0 10px;
  text-decoration: none !important;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
#down-to-content #down-arrow img {
  width: 40px;
  height: auto;
  -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));
}
#down-to-content #down-arrow:hover {
  cursor: pointer;
  padding: 10px 0 0;
}

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

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.infinite-rotate {
  animation: rotation 30s infinite linear;
}
.infinite-rotate.reverse {
  animation-direction: reverse;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home #slider {
  height: 100vh;
}
.home #intro {
  padding: 0;
}
.home #intro .intro-content {
  display: flex;
  padding: 8em 1em;
}
@media (max-width: 1024px) {
  .home #intro .intro-content {
    padding: 4em 0;
  }
}
@media (max-width: 768px) {
  .home #intro .intro-content {
    display: block;
    padding: 3em 1em;
  }
}
.home #intro .icon-circle {
  position: absolute;
  top: 5%;
  right: 93%;
  height: 100%;
  width: auto;
  z-index: 0;
}
.home #intro .intro-title {
  position: relative;
  z-index: 1;
  flex: 0 0 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .home #intro .intro-title {
    width: 100%;
    margin-bottom: 3em;
    text-align: center;
    padding: 0 2em;
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .home #intro .intro-title {
    padding: 0;
  }
}
.home #intro .intro-title h1, .home #intro .intro-title h2 {
  display: block;
  font-size: 4em;
}
@media (max-width: 768px) {
  .home #intro .intro-title h1, .home #intro .intro-title h2 {
    font-size: 3.75em;
  }
}
@media (max-width: 640px) {
  .home #intro .intro-title h1, .home #intro .intro-title h2 {
    font-size: 3em;
  }
}
@media (max-width: 768px) {
  .home #intro .intro-title h1 br, .home #intro .intro-title h2 br {
    content: " ";
  }
  .home #intro .intro-title h1 br:after, .home #intro .intro-title h2 br:after {
    content: " ";
  }
}
.home #intro .intro-title p {
  line-height: 2em;
}
.home #intro .intro-text {
  padding: 0 1em 0 3em;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home #intro .intro-text {
    padding-right: 2em;
  }
}
@media (max-width: 768px) {
  .home #intro .intro-text {
    padding: 0 2em;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .home #intro .intro-text {
    padding: 0 1em;
  }
}
.home #intro .intro-text p {
  line-height: 2.25rem;
}
@media (max-width: 768px) {
  .home #intro .intro-text p {
    line-height: 1.5em;
  }
}

.grid-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media (max-width: 640px) {
  .grid-images {
    flex-direction: column;
  }
}
.grid-images .grid-image {
  width: calc(50% - 15px);
  height: 30vw;
}
@media (max-width: 640px) {
  .grid-images .grid-image {
    width: 100%;
    height: 400px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.fancybox-container {
  z-index: 99999;
}

div.fancybox-content {
  background: none !important;
  /*max-width: 1700px;*/
}

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

div.fancybox-caption {
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.address-block h2, .address-block h3, .address-block h4 {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}
.address-block h2 {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  margin-bottom: 1rem;
}
.address-block h3 .address-callout {
  text-transform: uppercase;
  font-weight: 700;
}
.address-block a {
  text-decoration: none;
}
.address-block a:hover {
  text-decoration: underline;
}

/*******************************************************
 BASIC FORM SCSS
********************************************************/
.form-intro {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.form-intro h2 {
  font-weight: 700;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .form-intro h2 {
    text-align: center;
  }
}
.form-intro p {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .form-intro p {
    text-align: center;
  }
}

.form-styles {
  display: block;
  width: 100%;
  color: #3d3935;
  /* CONTROL GROUP */
}
.form-styles :invalid,
.form-styles :-moz-submit-invalid,
.form-styles :-moz-ui-invalid {
  box-shadow: none;
}
.form-styles div.fielditem {
  position: relative;
  padding: 0 0 2em;
}
@media (max-width: 1024px) {
  .form-styles div.fielditem {
    padding: 0 0 1.5em;
  }
}
@media (max-width: 768px) {
  .form-styles div.fielditem {
    padding: 0 0 2em;
  }
}
.form-styles div.fielditem.fieldlist {
  padding-bottom: 0;
}
.form-styles div.fielditem.focused label {
  transform: translateY(-125%);
  font-size: 0.75em;
  left: 5px;
}
.form-styles div.fieldinput label {
  color: #3d3935;
  font-weight: 400;
  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#comments-input {
  margin-top: 2em;
}
@media (max-width: 640px) {
  .form-styles div.fieldinput#comments-input {
    margin-top: 1.5em;
  }
}
.form-styles div.fieldinput.focused label {
  transform: translate(-0.5em, -220%);
  font-size: 0.75em;
}
.form-styles div.fieldinput.focused input {
  border-bottom: 1px solid #3d3935;
}
.form-styles div.fieldinput.focused#comments-input label {
  transform: translateY(-100%);
}
.form-styles div.fieldinput#comments-input textarea {
  border: 1px solid #3d3935;
}
.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, -180%);
  font-size: 0.75em;
}
.form-styles label {
  color: #3d3935;
  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: #3d3935;
  padding: 0.75em 0;
  border-bottom: 1px solid #3d3935;
  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;
  height: 55px;
}
.form-styles .required-highlight {
  position: relative;
}
.form-styles .required-highlight:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f06a";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  color: #ff0f0f;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid white;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
.form-styles .required-highlight .control__indicator {
  border: 1px solid #ff0f0f;
}
.form-styles .required-highlight label.control {
  margin-left: 0;
}
.form-styles .select.required-highlight select {
  color: #ff0f0f;
  border-bottom: 1px solid #ff0f0f;
}
.form-styles .select.required-highlight .select__arrow {
  border-color: #ff0f0f transparent transparent transparent;
}
.form-styles .required-highlight label,
.form-styles label.required-highlight {
  /*margin-left: 10px;*/
}
.form-styles textarea {
  width: 100%;
  background: none;
  color: #3d3935;
  border: none;
  border-bottom: 1px solid #3d3935;
  padding: 0.75em 0.25em;
  font-family: "brandon-grotesque", 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: #3d3935;
}
.form-styles .control-group {
  display: inline-block !important;
  vertical-align: top !important;
  text-align: left !important;
}
.form-styles .control-group .full {
  margin-bottom: 1em;
}
.form-styles .control {
  display: block;
  position: relative;
  padding: 0 0 0 30px !important;
  margin-bottom: 0.9em !important;
  cursor: pointer;
}
.form-styles .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-styles .control__indicator {
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #3d3935;
  border-radius: 10px;
}
.form-styles .control--radio .control__indicator {
  border-radius: 50%;
}
.form-styles .control:hover input ~ .control__indicator {
  background: none;
}
.form-styles .control input:focus ~ .control__indicator {
  background: none;
}
.form-styles .control input:checked ~ .control__indicator {
  background: #ffffff !important;
}
.form-styles .control input:checked ~ .control__indicator:after {
  font-family: "Font Awesome 6 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: #3d3935;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25%;
  border: none;
}
.form-styles .control:hover input:not([disabled]):checked ~ .control__indicator {
  background: none;
}
.form-styles .control input:checked:focus ~ .control__indicator {
  background: none;
}
.form-styles .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.7;
  pointer-events: none;
}
.form-styles .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.form-styles .control input:checked ~ .control__indicator:after {
  display: block;
}
.form-styles .checkboxitem {
  display: inline-block;
  margin-left: 0;
  vertical-align: sub;
}
.form-styles .double-height-checkbox .checkboxitem label {
  padding: 0 0 0 50px !important;
  user-select: none;
}
.form-styles .double-height-checkbox .control__indicator {
  height: 35px;
  width: 35px;
  border-radius: 0;
  border-color: #3d3935;
  border-width: 2px;
}
.form-styles .control--checkbox {
  margin-left: 0 !important;
}
.form-styles .control--checkbox .control__indicator {
  top: 0;
}
.form-styles .control--checkbox .control__indicator:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #3d3935;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-styles .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.form-styles .control--radio .control__indicator:after {
  left: 6px;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #3d3935;
}
.form-styles .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.form-styles .control--radio input:checked ~ .control__indicator:after {
  padding-top: 10%;
  font-size: 13px;
}
.form-styles .room-info-title {
  margin: 1em 0 1em;
  font-weight: 600;
}
.form-styles .select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-styles .select label {
  transform: translateY(-90%) !important;
  font-size: 0.75em !important;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  cursor: default;
}
.form-styles .select select {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  color: #3d3935;
  border: 0;
  border-radius: 0;
  outline: 0;
  border-bottom: 1px solid #3d3935;
  font-size: 1em;
  padding: 0.7em 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 55px;
}
.form-styles .select.focused label {
  opacity: 1;
}
.form-styles .select.focused select {
  color: #3d3935;
  border-color: 1px solid #3d3935;
}
.form-styles .select::-ms-expand {
  display: none;
}
.form-styles .select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.form-styles .select .select__arrow {
  position: absolute;
  bottom: 18px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border: solid #3d3935;
  border-width: 0 2px 2px 0;
  padding: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* SOLID ARROW */
}
.form-styles .select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.form-styles #form-submit {
  width: 100%;
  float: right;
  padding: 0 1em;
  width: 100%;
  float: right;
  padding: 0;
  margin: 1em auto 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .form-styles #form-submit {
    text-align: left;
  }
}
.form-styles #form-submit .required-text {
  position: absolute;
  right: 1em;
  top: 0.75em;
  display: inline-block;
  text-align: left;
  font-weight: 400;
}
.form-styles #process,
.form-styles #success {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.form-styles #process h4,
.form-styles #process .form-loader,
.form-styles #success h4 {
  font-size: 2.25em;
  margin: 0 0 0.5em 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  color: #004f51;
  font-weight: 700;
}
.form-styles #process p,
.form-styles #success p {
  color: #3d3935;
  text-align: center;
  margin: 0;
  padding: 0;
}
.form-styles #errorchecking.alert {
  background-color: #ffffff;
  text-align: center;
  clear: both;
  padding: 1em;
  margin: 0.9em 0;
  margin-bottom: 1.9em;
}
.form-styles #errorchecking.alert p {
  margin: 0;
  padding: 0;
  color: #ff0f0f;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 400;
}
.form-styles input:-webkit-autofill, .form-styles input:-webkit-autofill:hover, .form-styles input:-webkit-autofill:focus, .form-styles input:-webkit-autofill:active,
.form-styles textarea:-webkit-autofill select:-webkit-autofill,
.form-styles textarea:-webkit-autofill select:-webkit-autofill:hover,
.form-styles textarea:-webkit-autofill select:-webkit-autofill:focus,
.form-styles textarea:-webkit-autofill select:-webkit-autofill:active {
  border: none;
  background-color: #e5e5e2 !important;
  color: #3d3935 !important;
  -webkit-text-fill-color: #3d3935 !important;
  -webkit-box-shadow: 0 0 0px 1000px #e5e5e2 inset !important;
  transition: background-color 5000s ease-out 0s !important;
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out" !important;
  -webkit-transition-delay: 9999s !important;
}
.form-styles.tprimary {
  color: #3d3935;
}
.form-styles.tprimary div.fieldinput label {
  color: #3d3935;
}
.form-styles.tprimary div.fieldinput.focused input {
  border: 1px solid #3d3935;
}
.form-styles.tprimary div.fieldinput#comments-input textarea {
  border: 1px solid #3d3935;
}
.form-styles.tprimary label {
  color: #3d3935;
}
.form-styles.tprimary input[type=text], .form-styles.tprimary input[type=email] {
  color: #3d3935;
  border: 1px solid #3d3935;
}
.form-styles.tprimary textarea {
  border-bottom: 1px solid #3d3935;
}
.form-styles.tprimary textarea:focus {
  border-color: #3d3935;
}

#interest {
  width: 100%;
  padding-bottom: 50px;
}
@media (max-width: 640px) {
  #interest {
    padding-bottom: 25px;
  }
}
#interest .interest-content {
  background: #e5e5e2;
  padding: 4em;
}
@media (max-width: 1024px) {
  #interest .interest-content {
    padding: 4em 2em;
  }
}
@media (max-width: 640px) {
  #interest .interest-content {
    width: 100%;
    padding: 3em 2em;
  }
}
.sansfill {
  position: fixed !important;
  top: -1000px !important;
  left: -1000px !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer-link {
  padding: 4rem 1rem;
  text-align: center;
  font-size: 2.5em;
}
@media (max-width: 768px) {
  #footer-link {
    padding: 2rem 1rem;
  }
}
#footer-link .arrowlink {
  font-weight: 700;
}

footer {
  position: relative;
  z-index: 2;
  background-color: #fdfdfd;
}
footer a:link, footer a:visited {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
footer a:link:hover, footer a:visited:hover {
  opacity: 0.65;
}
footer #footer-address .arrowlink {
  font-size: 1.5em;
}
footer #footer-logo {
  width: 75%;
  max-width: 200px;
  margin: 0 auto;
}
footer .copyright {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  padding: 0 1em;
}
footer .copyright a {
  color: #ffffff;
  padding: 0rem 0.25rem;
  text-decoration: underline;
}
footer .copyright a:hover {
  color: #ffffff;
}
footer .copyright ul li {
  font-size: 1rem;
  display: inline-block;
}

ul#footer-nav {
  display: block;
  position: relative;
  margin: 2.5rem 0 2rem;
}
ul#footer-nav li {
  display: inline-block;
}
@media (max-width: 640px) {
  ul#footer-nav li {
    display: block;
  }
}
ul#footer-nav li a {
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.45rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 1rem 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media (max-width: 640px) {
  ul#footer-nav li a {
    margin: 0.25em 0;
  }
}
ul#footer-nav li a:hover {
  opacity: 0.65;
}
ul#footer-nav li.active a, ul#footer-nav li.activeparent a {
  opacity: 0.65;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  POPUP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.tburgundy {
  color: #004f51;
}

#fullpopup,
#fullpopupbg {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999999999;
}

#fullpopup {
  display: none;
}

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

#fullpopupbox {
  width: 95%;
  max-width: 800px;
  background: #e5e5e2;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999999999;
}

#fullpopuptext {
  color: #000000;
  margin: 0.5em;
  padding: 2em;
}
#fullpopuptext .banner-logo {
  width: 50%;
  max-width: 100px;
  height: auto;
  margin: 0 auto 1.5rem;
}
@media (max-width: 640px) {
  #fullpopuptext .banner-logo {
    max-width: 50px;
  }
}
#fullpopuptext h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.25em;
  margin: 0 0 1.25rem;
}
@media (max-width: 640px) {
  #fullpopuptext h2 {
    font-size: 2rem;
  }
}
#fullpopuptext p {
  color: #000000;
  padding: 0 0 1rem;
  margin: 0;
}
#fullpopuptext a:link, #fullpopuptext a:visited, #fullpopuptext a:active {
  color: #004f51;
  text-decoration: underline;
}
#fullpopuptext a:link:hover, #fullpopuptext a:visited:hover, #fullpopuptext a:active:hover {
  color: rgba(0, 79, 81, 0.65);
}
#fullpopuptext a.btn:link, #fullpopuptext a.btn:visited, #fullpopuptext a.btn:active {
  display: inline-block;
  background-color: #004f51;
  color: #ffffff;
  padding: 1em;
  text-decoration: none;
  font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 2rem auto 0;
}
#fullpopuptext a.btn:link:hover, #fullpopuptext a.btn:visited:hover, #fullpopuptext a.btn:active:hover {
  background-color: #001d1e;
}

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

a#btn-x:hover {
  color: rgba(0, 79, 81, 0.85);
}

@media (max-width: 600px) {
  #fullpopupbox {
    width: 90%;
  }
  #fullpopuptext {
    margin: 0.5em;
    padding: 1rem 1.5rem;
  }
  #fullpopuptext h2 {
    margin: 0 0 1rem;
  }
  #fullpopuptext p {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  #fullpopuptext p.pop-up-disclaimer {
    font-size: 0.6rem;
    line-height: 1.5em;
  }
  a#btn-x:link {
    font-size: 2em;
  }
}
/*******************************************************
 IOS
********************************************************/
@supports (-webkit-touch-callout: none) {
  * {
    background-attachment: scroll !important;
    -webkit-appearance: none;
  }
}
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}

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