@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: GothamBook;
  src: url("../../includes/fonts/GothamBook.eot");
  src: url("../../includes/fonts/GothamBook.eot?") format("eot"), url("../../includes/fonts/GothamBook.woff") format("woff"), url("../../includes/fonts/GothamBook.ttf") format("truetype"), url("../../includes/fonts/GothamBook.svg#GothamBook") format("svg");
  font-display: swap;
}
@font-face {
  font-family: GothamMedium;
  src: url("../../includes/fonts/GothamMedium.eot");
  src: url("../../includes/fonts/GothamMedium.eot?") format("eot"), url("../../includes/fonts/GothamMedium.woff") format("woff"), url("../../includes/fonts/GothamMedium.ttf") format("truetype"), url("../../includes/fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: GothamLight;
  src: url("../../includes/fonts/GothamLight.eot");
  src: url("../../includes/fonts/GothamLight.eot?") format("eot"), url("../../includes/fonts/GothamLight.woff") format("woff"), url("../../includes/fonts/GothamLight.ttf") format("truetype"), url("../../includes/fonts/GothamLight.svg#GothamLight") format("svg");
  font-display: swap;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* main dominant color from logo */
/* compliments main color - V3 Addition*/
/* V3 addition */
/* unique color, most likely from logo - V3 Addition */
/* a fourth color if necesary */
/*
*  _mixins
*  Author: P11 Interactive Team
*  -------------------------------------------------------------------------------------------
*  Notes: Define patterns of property value pairs, which can then be reused in other rule sets
*/
/*@include mq-md {
   width: 100%;
 }*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  JARED GRID + MEYER RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
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: #000;
}

ol,
ul {
  list-style: none;
}

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

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

button,
input {
  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;
}

.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% - 1em);
}
.half-gutter1 .half:first-of-type {
  margin-right: 1em;
}
.half-gutter1 .half:last-of-type {
  margin-left: 1em;
}

.half-gutter2 .half {
  width: calc(50% - 2em);
}
.half-gutter2 .half:first-of-type {
  margin-right: 2em;
}
.half-gutter2 .half:last-of-type {
  margin-left: 2em;
}

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

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

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

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

/*~~ 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pad1 {
  padding: 1em;
}

.pad2 {
  padding: 2em;
}

.pad3 {
  padding: 3em;
}

.pad4 {
  padding: 4em;
}

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

.padt1 {
  padding-top: 1em;
}

.padt2 {
  padding-top: 2em;
}

.padt3 {
  padding-top: 3em;
}

.padt4 {
  padding-top: 4em;
}

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

/*~~ 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: 2em 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~~*/
.mart0 {
  margin-top: 0 !important;
}

.mart1 {
  margin-top: 1em;
}

.mart2 {
  margin-top: 2em;
}

.mart3 {
  margin-top: 3em;
}

.mart4 {
  margin-top: 4em;
}

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

.marb1 {
  margin-bottom: 1em;
}

.marb2 {
  margin-bottom: 2em;
}

.marb3 {
  margin-bottom: 3em;
}

.marb4 {
  margin-bottom: 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;
}

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

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

.cover,
.fullbg {
  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;
}

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GLOBAL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  margin: 0;
  padding: 0;
  font: 400 normal 16px/16px "GothamBook", Arial, Helvetica, sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  color: #ffffff;
  background-color: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
body.concierge {
  min-height: 100vh;
  background-color: #63656a;
}

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

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

p {
  font-size: 1em;
  color: #55565a;
  line-height: 2rem;
}
@media (max-width: 640px) {
  p {
    font-size: 1rem;
  }
}

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

a:link,
a:visited {
  text-decoration: none;
  color: #806f4b;
}

a:hover,
a:active {
  color: #000000;
}

a.boxbtn, span.boxbtn {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  position: relative;
  color: #806f4b;
  border: 1px solid #806f4b;
  background-color: rgba(128, 111, 75, 0);
  -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;
}
a.boxbtn:hover, span.boxbtn:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: rgb(128, 111, 75);
}
@media (max-width: 640px) {
  a.boxbtn, span.boxbtn {
    font-size: 1.25em;
  }
}
a.boxbtn.with-arrow, span.boxbtn.with-arrow {
  padding: 0.5em 1.75em 0.5em 1em;
  margin-right: 20px;
}
a.boxbtn.with-arrow i, span.boxbtn.with-arrow i {
  font-size: 0.85em;
  display: inline-block;
  position: relative;
  padding: 0 0.5em 0 0.25em;
  margin-right: -20px;
  -webkit-transition: padding 0.25s ease;
  -moz-transition: padding 0.25s ease;
  -ms-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
a.boxbtn.with-arrow:hover i, span.boxbtn.with-arrow:hover i {
  padding: 0 0.25em 0 0.5em;
}
a.boxbtn.with-arrow.reverse, span.boxbtn.with-arrow.reverse {
  padding: 0.5em 1em 0.25em 1.75em;
}
a.boxbtn.with-arrow.reverse i, span.boxbtn.with-arrow.reverse i {
  right: auto;
  padding-right: 0;
  padding: 0 0.25em 0 0.5em;
  padding-left: 0.25em;
}
a.boxbtn.with-arrow.reverse:hover i, span.boxbtn.with-arrow.reverse:hover i {
  padding: 0 0.5em 0 0.25em;
}

.nolink {
  pointer-events: none;
}

strong {
  font-weight: 600;
}

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

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

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

.font-headline {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
}

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

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

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

.bgprimary {
  background-color: #806f4b;
}

.bgsecondary {
  background-color: #b3a68f;
}

.bgsecondary-light {
  background-color: #e6e1dc;
}

.bgtertiary {
  background-color: #63656a;
}

.bgsurrogate {
  background-color: #a9a8a9;
}

.bgalternate {
  background-color: #9d8859;
}

.bgcinco {
  background-color: #14487f;
}

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

.tprimary {
  color: #806f4b;
}

.tsecondary {
  color: #b3a68f;
}

.ttertiary {
  color: #63656a;
}

.ttertiary-dark {
  color: #3B3B3F;
}

.tsurrogate {
  color: #a9a8a9;
}

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

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

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

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

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

.cleanlist {
  margin: 0 0 1em;
  padding: 0;
}

.large-section-title {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .large-section-title {
    font-size: 2.25rem;
  }
}

.cleanlist h2 {
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 0.5em -15px;
  padding: 0;
}

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

.default-content {
  color: #55565a;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.default-content p {
  margin-bottom: 1rem;
}
.default-content p a {
  color: #b3a68f;
}
.default-content p a:hover {
  color: #806f4b;
}
.default-content h1,
.default-content h2,
.default-content h3,
.default-content h4,
.default-content h5,
.default-content h6 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  color: #806f4b;
  margin-bottom: 1rem;
}
.default-content h1, .default-content h2 {
  font-size: 1.875em;
}
.default-content h1.section-title, .default-content h2.section-title {
  color: #63656a;
  font-size: 1.75em;
  margin-top: 1em;
  border-bottom: 1px solid black;
  padding-bottom: 0.25em;
}
.default-content h3 {
  font-size: 1.5em;
}
.default-content h4 {
  font-size: 1.25em;
}
.default-content h5 {
  font-size: 1.125em;
}
.default-content h6 {
  font-size: 1em;
}
.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: #806f4b;
  padding-right: 0.5rem;
  font-size: 1rem;
}
.default-content ul li a {
  color: #806f4b;
}
.default-content ul li a:hover {
  color: #b3a68f;
}
.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: #806f4b;
  padding-right: 1em;
}

.boxheight {
  height: 550px;
}

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

#uplink {
  display: none;
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
}

#uplink:hover {
  background-color: #000;
}

.bgpattern {
  background: url("../../images/global/bg-pattern-light.svg");
  background-attachment: fixed;
  will-change: top;
  height: 75px;
  width: 100%;
}
@media (max-width: 1024px) {
  .bgpattern {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .bgpattern {
    height: 60px;
  }
}
@media (max-width: 640px) {
  .bgpattern {
    height: 50px;
  }
}
.bgpattern.nopattern {
  background: none;
}

.bgpatternauto {
  background: url("../../images/global/bg-pattern-light.svg");
  background-attachment: fixed;
  will-change: top;
  width: 100%;
}

.header-top-pattern {
  background: url("../../images/global/bg-pattern.svg");
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
}

.header-bottom-pattern {
  background: url("../../images/global/bg-pattern.svg");
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  STRUCTURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.browsehappy {
  margin: 0.2em 0;
  background: #ffffff;
  color: #000000;
  padding: 0.2em 0;
}

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

div.main-container {
  position: relative;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}

.wrapper,
.wrapper-full {
  max-width: 980px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

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

header #headertop {
  padding: 1rem;
}
header #headertop .white-logo {
  top: 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  header #headertop .white-logo {
    width: 100px;
  }
}
header #headertop.gosmall {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 0.5rem;
  background: #ffffff;
  height: 70px;
  -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;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
header #headertop.gosmall .header-right-cta .mobile-phone a:link {
  color: #806f4b;
}
header #headertop.gosmall .header-right-cta .mobile-phone a:link i {
  color: #806f4b;
}
header #headertop.gosmall .header-right-cta .snipe-phone #topsnipe h2 a {
  color: #806f4b;
}
header #headertop.gosmall .header-right-cta .snipe-phone #topsnipe h2:hover > a {
  color: #806f4b;
}
header #headertop.gosmall .header-right-cta .snipe-phone .cta-header h2#cta-header-links {
  color: #806f4b;
}
header #headertop.gosmall .header-right-cta .snipe-phone .cta-header h2#cta-header-links a {
  color: #806f4b;
}
header #headertop.gosmall .header-right-cta .mobile-nav-toggle #hamburger span {
  background: #806f4b;
}
header #headertop.gosmall .header-right-cta .mobile-nav-toggle span#responsive-title {
  color: #806f4b;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.slicknav_menu {
  display: none;
}
@media (max-width: 768px) {
  .slicknav_menu {
    display: block;
  }
}

#mobile-phone {
  display: none;
  position: fixed;
  top: 65px;
  right: 70px;
  z-index: 900;
  font-size: 2em;
}
@media (max-width: 768px) {
  #mobile-phone {
    display: block;
  }
}

/* Top Snipe */
#topsnipe h2 {
  font-size: 1.125em;
  margin: 0 auto;
  width: 100%;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#topsnipe h2 a {
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
}

#topsnipe h2 a:hover {
  color: #806f4b;
}

.cta-header {
  float: right;
}
.cta-header #cta-header-links {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-align: right;
}
.cta-header #cta-header-links a {
  color: #ffffff;
  display: inline-block;
  margin: 0 0.5rem;
}
.cta-header #cta-header-links a.header-phone {
  pointer-events: none;
}
.cta-header #cta-header-links a:hover {
  text-decoration: underline;
}
@media (max-width: 850px) {
  .cta-header #cta-header-links a.header-availability {
    display: none;
  }
}
@media (max-width: 700px) {
  .cta-header #cta-header-links a.header-apply, .cta-header #cta-header-links a.header-tour {
    display: none;
  }
}

body.virtual-tours #slider {
  height: 25vh;
}
@media (max-width: 768px) {
  body.virtual-tours #slider {
    height: 50vh;
  }
}
@media (max-width: 640px) {
  body.virtual-tours #slider {
    height: 45vh;
  }
}
body.virtual-tours #slider div.slide {
  height: 100%;
  padding-bottom: 0;
}

#slider {
  display: inherit;
  position: relative;
  width: 100%;
  height: 65vh;
  background-color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (max-height: 768px) and (orientation: landscape) {
  #slider {
    height: 70vh;
  }
}
@media (max-width: 1024px) {
  #slider {
    height: 60vh;
  }
}
@media (max-width: 1248px) {
  #slider {
    height: 65vh;
  }
}
@media (max-width: 768px) {
  #slider {
    height: 50vh;
  }
}
@media (max-width: 640px) {
  #slider {
    height: 350px;
  }
}
#slider div.slide {
  width: 100%;
  height: 110%;
  padding-bottom: 40%;
}
#slider div.slide.responsive-background-image {
  background-position: center;
}

#home-video-container {
  display: inherit;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 640px) {
  #home-video-container {
    height: 350px;
  }
}

#home-video-play {
  display: none;
  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: 500;
}

#homeloop {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#video-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#downarrow {
  display: block;
  bottom: 3em;
  left: 50%;
  padding: 0 0 0.5em;
  position: absolute;
  z-index: 375;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
  -webkit-filter: drop-shadow(1px 2px 1px rgba(50, 50, 50, 0.8));
  -moz-filter: drop-shadow(1px 2px 1px rgba(50, 50, 50, 0.8));
  -o-filter: drop-shadow(1px 2px 1px rgba(50, 50, 50, 0.8));
  filter: drop-shadow(1px 2px 1px rgba(50, 50, 50, 0.8));
}
@media (max-width: 640px) {
  #downarrow {
    display: none;
  }
}

#downarrow:hover {
  padding: 0.5em 0 0;
}

.header-right-cta {
  text-align: right;
  position: absolute;
  top: 0rem;
  right: 0rem;
}
.header-right-cta .mobile-phone {
  position: absolute;
  right: 4.5rem;
  font-size: 2rem;
  display: none;
}
@media (max-width: 640px) {
  .header-right-cta .mobile-phone {
    display: block;
  }
}
.header-right-cta .mobile-phone a:link {
  color: #ffffff;
}
.header-right-cta .mobile-phone a:link i {
  color: #ffffff;
}
.header-right-cta.nav-open #topsnipe h2:hover > a {
  color: #a9a8a9;
}

.mobile-nav-toggle {
  position: relative;
  top: 0.25rem;
  height: 45px;
}
.mobile-nav-toggle:hover {
  cursor: pointer;
}

.snipe-phone {
  padding: 1rem 2rem;
}
@media (max-width: 640px) {
  .snipe-phone {
    display: none;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HAMBURGER ICON
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#responsive-title {
  top: 2rem;
  position: relative;
  text-transform: uppercase;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}

#hamburger {
  position: relative;
}
#hamburger:hover {
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  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) {
  top: 0px;
}
#hamburger span:nth-child(2), #hamburger span:nth-child(3) {
  top: 8px;
}
#hamburger span:nth-child(4) {
  top: 16px;
}
#hamburger:hover span {
  background-color: #fff;
}
#hamburger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
#hamburger.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) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.off-canvas-menu {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  background-image: -webkit-linear-gradient(top, #55565a 60%, rgba(85, 86, 90, 0) 100%);
  background-image: -o-linear-gradient(top, #55565a 60%, rgba(85, 86, 90, 0) 100%);
  background-image: linear-gradient(to bottom, #55565a 60%, rgba(85, 86, 90, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF55565A", endColorstr="#0055565A", GradientType=0);
  z-index: 400;
}
@media (max-width: 640px) {
  .off-canvas-menu {
    width: 100%;
    right: -100%;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) and (orientation: landscape) {
  .off-canvas-menu {
    width: 100%;
    right: -100%;
  }
}
.off-canvas-menu .off-canvas-nav-container {
  height: 100%;
  padding: 20% 2rem 0 2rem;
}
@media (max-height: 900px) and (max-width: 1440px) {
  .off-canvas-menu .off-canvas-nav-container {
    padding: 20% 2rem 0 2rem;
  }
}
@media (max-width: 1024px) {
  .off-canvas-menu .off-canvas-nav-container {
    padding: 20% 2rem 0 2rem;
  }
}
@media screen and (max-height: 700px) {
  .off-canvas-menu .off-canvas-nav-container {
    padding: 16% 2rem 0 2rem;
  }
}
@media (max-width: 768px) {
  .off-canvas-menu .off-canvas-nav-container {
    padding: 20% 2rem 0 2rem;
  }
}
@media (max-width: 640px) {
  .off-canvas-menu .off-canvas-nav-container {
    padding: 25% 2.5rem 0 2.5rem;
  }
}
@media (max-width: 768px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav {
    margin-top: 4rem;
  }
}
@media (max-width: 640px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) and (orientation: landscape) {
  .off-canvas-menu .off-canvas-nav-container #main-nav {
    margin-top: 0rem;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li {
  padding: 0.5rem 0;
  position: relative;
  left: 30px;
  opacity: 0;
}
@media (max-width: 1024px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    padding: 0.5rem 0;
  }
}
@media screen and (max-height: 700px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 736px) and (max-height: 414px) and (orientation: landscape) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li {
    display: inline-block;
    padding: 0.5rem;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li.active > a, .off-canvas-menu .off-canvas-nav-container #main-nav li.activeparent > a {
  padding-left: 1.85rem;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li.active > a:before, .off-canvas-menu .off-canvas-nav-container #main-nav li.activeparent > a:before {
  opacity: 1;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a {
  color: #ffffff;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.25rem;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1024px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li a {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .off-canvas-menu .off-canvas-nav-container #main-nav li a {
    font-size: 1rem;
  }
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a:hover {
  padding-left: 1.85rem;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a:hover:before {
  opacity: 1;
}
.off-canvas-menu .off-canvas-nav-container #main-nav li a:before {
  content: url("../../images/global/navigation-indicator.svg");
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  background: transparent;
  opacity: 0;
}
.off-canvas-menu ul.nav-social {
  margin-top: 1rem;
  opacity: 0;
  left: 30px;
  position: relative;
}
.off-canvas-menu ul.nav-social li {
  display: inline-block;
  padding: 0 0.75rem;
}
.off-canvas-menu ul.nav-social li a i {
  font-size: 1.75rem;
  color: #ffffff;
  -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;
}
.off-canvas-menu ul.nav-social li:hover > a > i {
  color: #b3a68f;
}
.off-canvas-menu.gosmall {
  position: fixed;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  TOP PROMO BAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.top-promo-bar {
  background: #b3a68f;
  padding: 1.5rem 1rem 1rem 1rem;
  text-align: center;
  display: none;
}
.top-promo-bar h6 {
  color: #55565a;
  font-size: 1.25rem;
  margin: 0rem 0 0.5rem 0;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  line-height: 2rem;
}
.top-promo-bar h6 a {
  text-decoration: underline;
  color: #55565a;
  font-size: 1rem;
}
.top-promo-bar h6 br {
  display: none;
}
@media (max-width: 640px) {
  .top-promo-bar h6 br {
    display: block;
  }
}
.top-promo-bar p {
  color: #55565a;
  line-height: 1.5rem;
  font-size: 1.25rem;
  margin-bottom: 0rem;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.top-promo-bar p a {
  text-decoration: underline;
  color: #55565a;
  font-size: 1rem;
}
.top-promo-bar i {
  position: absolute;
  top: 0rem;
  right: -0.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.top-promo-bar i:hover {
  color: rgb(35.4571428571, 35.8742857143, 37.5428571429);
}
.top-promo-bar .close-promo {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 12px;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.top-promo-bar .close-promo:hover {
  color: rgb(35.4571428571, 35.8742857143, 37.5428571429);
}
.top-promo-bar .close-promo #hamburger span {
  background: #55565a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 350;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.25+0,0+14,0+75,0.25+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.25) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.25) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#40ffffff", endColorstr="#40ffffff",GradientType=0 ); /* IE6-9 */
}

.cta-block {
  height: 50vh;
  min-height: 750px;
}
@media (max-width: 1248px) {
  .cta-block {
    max-height: 475px;
  }
}
@media (max-width: 1024px) {
  .cta-block {
    height: 550px;
    max-height: 550px;
  }
}
@media (max-width: 768px) {
  .cta-block {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .cta-block {
    height: 400px;
  }
}
.cta-block .cta-block-left,
.cta-block .cta-block-right {
  height: 100%;
  position: relative;
}
.cta-block .cta-block-left .responsive-background-image,
.cta-block .cta-block-right .responsive-background-image {
  background-position: center !important;
  will-change: top;
}
.cta-block .cta-block-left .responsive-background-image .image-caption,
.cta-block .cta-block-right .responsive-background-image .image-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  letter-spacing: 1px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.6rem;
}
.cta-block .cta-block-left .content,
.cta-block .cta-block-right .content {
  height: 40%;
  position: relative;
  padding: 2rem;
}
@media (max-height: 900px) and (max-width: 1440px) {
  .cta-block .cta-block-left .content,
  .cta-block .cta-block-right .content {
    height: 50%;
  }
}
@media (max-width: 1248px) {
  .cta-block .cta-block-left .content,
  .cta-block .cta-block-right .content {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .cta-block .cta-block-left .content,
  .cta-block .cta-block-right .content {
    padding: 4rem;
    height: 50%;
  }
}
@media (max-width: 640px) {
  .cta-block .cta-block-left .content,
  .cta-block .cta-block-right .content {
    padding: 2.5rem 1rem;
  }
}
.cta-block .cta-block-left .content:after,
.cta-block .cta-block-right .content:after {
  content: "";
  height: 2px;
  width: 0%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-block .cta-block-left .content.move-lines:after,
.cta-block .cta-block-right .content.move-lines:after {
  width: 100%;
}
.cta-block .cta-block-left .content .text-holder,
.cta-block .cta-block-right .content .text-holder {
  padding: 1em;
  max-width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cta-block .cta-block-left .content h2, .cta-block .cta-block-left .content h3,
.cta-block .cta-block-right .content h2,
.cta-block .cta-block-right .content h3 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  line-height: 2rem;
  letter-spacing: 2px;
}
@media (max-width: 1248px) {
  .cta-block .cta-block-left .content h2, .cta-block .cta-block-left .content h3,
  .cta-block .cta-block-right .content h2,
  .cta-block .cta-block-right .content h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .cta-block .cta-block-left .content h2, .cta-block .cta-block-left .content h3,
  .cta-block .cta-block-right .content h2,
  .cta-block .cta-block-right .content h3 {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.cta-block .cta-block-left .content a,
.cta-block .cta-block-right .content a {
  display: block;
  color: #63656a;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2rem;
}
@media (max-width: 640px) {
  .cta-block .cta-block-left .content a,
  .cta-block .cta-block-right .content a {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.cta-block .cta-block-left .content a svg,
.cta-block .cta-block-right .content a svg {
  margin-left: 0.5rem;
  -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;
  vertical-align: middle;
}
.cta-block .cta-block-left .content a:hover > svg,
.cta-block .cta-block-right .content a:hover > svg {
  margin-left: 1.5rem;
}
.cta-block .cta-block-left .content.bgprimary a,
.cta-block .cta-block-right .content.bgprimary a {
  color: #b3a68f;
}
.cta-block .cta-block-left .content.bgprimary a:hover,
.cta-block .cta-block-right .content.bgprimary a:hover {
  color: rgb(207.0289017341, 206.4710982659, 207.0289017341);
}
.cta-block .cta-block-left .content.bgprimary a:hover > svg,
.cta-block .cta-block-right .content.bgprimary a:hover > svg {
  fill: rgb(207.0289017341, 206.4710982659, 207.0289017341);
}
.cta-block .cta-block-left .content.bgprimary a svg,
.cta-block .cta-block-right .content.bgprimary a svg {
  fill: #b3a68f;
  -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;
}
.cta-block .cta-block-left .content.bgtertiary a,
.cta-block .cta-block-right .content.bgtertiary a {
  color: #a9a8a9;
  -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;
}
.cta-block .cta-block-left .content.bgtertiary a:hover,
.cta-block .cta-block-right .content.bgtertiary a:hover {
  color: rgb(207.0289017341, 206.4710982659, 207.0289017341);
}
.cta-block .cta-block-left .content.bgtertiary a:hover > svg,
.cta-block .cta-block-right .content.bgtertiary a:hover > svg {
  fill: rgb(207.0289017341, 206.4710982659, 207.0289017341);
}
.cta-block .cta-block-left .content.bgtertiary a svg,
.cta-block .cta-block-right .content.bgtertiary a svg {
  fill: #a9a8a9;
  -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;
}
.cta-block .cta-block-left.left:after {
  content: "";
  height: 0%;
  width: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-block .cta-block-left.left.move-lines:after {
  height: 100%;
}
.cta-block .cta-block-left.right:after {
  content: "";
  height: 0%;
  width: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-block .cta-block-left.right.move-lines:after {
  height: 100%;
}
.cta-block .cta-block-left .responsive-background-image {
  height: 60%;
  position: relative;
  will-change: top;
}
@media (max-height: 900px) and (max-width: 1440px) {
  .cta-block .cta-block-left .responsive-background-image {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .cta-block .cta-block-left .responsive-background-image {
    height: 50%;
  }
}
.cta-block .cta-block-right .responsive-background-image {
  height: 100%;
}

.contained-cta {
  will-change: top;
  padding: 4rem 3.5rem;
  background: url("../../images/global/bg-pattern-light.svg");
  background-attachment: fixed;
  will-change: top;
}
@media (max-width: 1024px) {
  .contained-cta {
    padding: 4rem 3.5rem;
  }
}
@media (max-width: 768px) {
  .contained-cta {
    padding: 3rem;
  }
}
@media (max-width: 640px) {
  .contained-cta {
    padding: 2rem;
  }
}
.contained-cta .cta-block-center {
  height: 100%;
  position: relative;
  background-position: center !important;
  height: 800px;
}
@media (max-width: 1024px) {
  .contained-cta .cta-block-center {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .contained-cta .cta-block-center {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .contained-cta .cta-block-center {
    height: 300px;
  }
}
.contained-cta .cta-block-header {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  width: 100%;
  padding: 1.5rem 0;
}
.contained-cta .cta-block-header h2, .contained-cta .cta-block-header h3 {
  font-size: 1.5em;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  .contained-cta .cta-block-header h2, .contained-cta .cta-block-header h3 {
    font-size: 1.125rem;
  }
}
.contained-cta .cta-block-header a {
  display: inline-block;
  color: #63656a;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.5rem;
  -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;
}
.contained-cta .cta-block-header a svg {
  vertical-align: middle;
  margin-left: 0.5rem;
  -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;
  fill: #a9a8a9;
}
.contained-cta .cta-block-header a:hover {
  color: rgb(143.6473988439, 142.3526011561, 143.6473988439);
}
.contained-cta .cta-block-header a:hover svg {
  fill: rgb(143.6473988439, 142.3526011561, 143.6473988439);
  margin-left: 1.5rem;
}

.bgpattern {
  will-change: top;
}
.bgpattern.gmap {
  height: auto;
  padding: 8rem 3.5rem;
}
@media (max-width: 1024px) {
  .bgpattern.gmap {
    padding: 6rem 3.5rem;
  }
}
@media (max-width: 768px) {
  .bgpattern.gmap {
    padding: 3rem;
  }
}
@media (max-width: 640px) {
  .bgpattern.gmap {
    padding: 2rem;
  }
}
.bgpattern.contained {
  height: 1000px;
  padding: 6rem 3.5rem;
}
@media (max-width: 1024px) {
  .bgpattern.contained {
    height: 600px;
    padding: 6rem 3.5rem;
  }
}
@media (max-width: 768px) {
  .bgpattern.contained {
    padding: 3rem;
    height: 500px;
  }
}
@media (max-width: 640px) {
  .bgpattern.contained {
    padding: 2rem;
    height: 300px;
  }
}
.bgpattern.contained .cta-block-center {
  height: 100%;
  position: relative;
  background-position: center !important;
}
.bgpattern.contained .cta-block-header {
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  width: 100%;
  padding: 1.5rem 0;
}
.bgpattern.contained .cta-block-header h3 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  .bgpattern.contained .cta-block-header h3 {
    font-size: 1.125rem;
  }
}
.bgpattern.contained .cta-block-header a {
  color: #a9a8a9;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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;
}
.bgpattern.contained .cta-block-header a svg {
  vertical-align: middle;
  margin-left: 0.5rem;
  -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;
  fill: #a9a8a9;
}
.bgpattern.contained .cta-block-header a:hover {
  color: rgb(143.6473988439, 142.3526011561, 143.6473988439);
}
.bgpattern.contained .cta-block-header a:hover svg {
  fill: rgb(143.6473988439, 142.3526011561, 143.6473988439);
  margin-left: 1.5rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PAGE INTRO
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
section.intro {
  padding: 6.75rem 0;
}
@media (max-width: 1024px) {
  section.intro {
    padding: 6rem 0;
  }
}
@media (max-width: 768px) {
  section.intro {
    padding: 4rem 0;
  }
}
@media (max-width: 640px) {
  section.intro {
    padding: 2rem 0.5rem;
  }
}
section.intro h2,
section.intro h1,
section.intro .secnav-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 640px) {
  section.intro h2,
  section.intro h1,
  section.intro .secnav-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
section.intro h1,
section.intro .secnav-title {
  font-size: 1.25em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  section.intro h1,
  section.intro .secnav-title {
    margin-bottom: 1rem;
  }
}
section.intro h1.home-title,
section.intro .secnav-title.home-title {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-transform: none;
}
@media (max-width: 640px) {
  section.intro h1.home-title,
  section.intro .secnav-title.home-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
section.intro h1 {
  line-height: 1.125em;
}
section.intro h2 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
}
section.intro h3 {
  font-size: 1.125rem;
  color: #806f4b;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  margin: 2rem 0 1rem 0;
}
section.intro p {
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  section.intro p {
    font-size: 1rem;
    line-height: 1.65rem;
  }
}
section.intro .intro-cta {
  margin-top: 3rem;
}
@media (max-width: 640px) {
  section.intro .intro-cta {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
section.intro .intro-cta a {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  border-top: 1px solid #806f4b;
  border-bottom: 1px solid #806f4b;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  section.intro .intro-cta a {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
}
section.intro .intro-cta a:hover {
  color: #ffffff;
  background: #63656a;
}
section.intro.contact-intro {
  padding: 0;
}
section.intro.contact-intro #contact-info {
  padding: 6em;
}
@media (max-width: 1024px) {
  section.intro.contact-intro #contact-info {
    width: 100%;
    padding: 4em;
  }
}
@media (max-width: 768px) {
  section.intro.contact-intro #contact-info {
    padding: 3em;
  }
}
section.intro.contact-intro #interestForm {
  padding: 3em 1em;
}
@media (max-width: 1024px) {
  section.intro.contact-intro #interestForm {
    width: 100%;
  }
}
section.intro.contact-intro #interestForm .disclaimer {
  font-size: 0.75em;
  line-height: 1.25em;
  padding: 0 1em;
}
section.intro.contact-intro h5 {
  color: #63656a;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25rem;
  margin-top: 2rem;
}
section.intro.contact-intro p.address, section.intro.contact-intro p.hours {
  color: #806f4b;
}
section.intro.contact-intro p.phone {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  padding: 0.5rem 0;
  font-size: 1.5rem;
}
section.intro.contact-intro p.media {
  color: #806f4b;
}
section.intro.contact-intro p.coming-soon-message {
  font-size: 1.35rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.intro.views {
    text-align: center;
  }
}
section.intro.disclaimer strong {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #55565a;
  display: block;
  margin-top: 2rem;
}
section.intro.condo-docs {
  padding-bottom: 3rem;
}
section.intro.condo-docs h2 {
  margin-bottom: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FEATURES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.features-section-left,
.features-section-right,
.features-section-full {
  height: 700px;
}
@media (max-width: 768px) {
  .features-section-left,
  .features-section-right,
  .features-section-full {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .features-section-left.two-columns,
  .features-section-right.two-columns,
  .features-section-full.two-columns {
    height: 900px;
  }
}
.features-section-left.two-columns ul.amenities-list:first-of-type,
.features-section-right.two-columns ul.amenities-list:first-of-type,
.features-section-full.two-columns ul.amenities-list:first-of-type {
  padding-right: 4rem;
}
@media (max-width: 640px) {
  .features-section-left.two-columns ul.amenities-list:first-of-type,
  .features-section-right.two-columns ul.amenities-list:first-of-type,
  .features-section-full.two-columns ul.amenities-list:first-of-type {
    padding-right: 0;
  }
}
.features-section-left .features-image,
.features-section-right .features-image,
.features-section-full .features-image {
  height: 100%;
  position: relative;
  background-position: center !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
@media (max-width: 768px) {
  .features-section-left .features-image,
  .features-section-right .features-image,
  .features-section-full .features-image {
    height: 450px;
  }
}
@media (max-width: 640px) {
  .features-section-left .features-image,
  .features-section-right .features-image,
  .features-section-full .features-image {
    height: 300px;
  }
}
.features-section-left .features-content,
.features-section-right .features-content,
.features-section-full .features-content {
  height: 100%;
  position: relative;
}
.features-section-left .features-content .bg-pattern,
.features-section-right .features-content .bg-pattern,
.features-section-full .features-content .bg-pattern {
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.features-section-left .features-content.bgprimary .bg-pattern,
.features-section-right .features-content.bgprimary .bg-pattern,
.features-section-full .features-content.bgprimary .bg-pattern {
  background: url("../../images/global/bg-pattern-light-gold.png");
}
.features-section-left .features-content.bgtertiary .bg-pattern,
.features-section-right .features-content.bgtertiary .bg-pattern,
.features-section-full .features-content.bgtertiary .bg-pattern {
  background: url("../../images/global/bg-pattern-light-grey.png");
}
@media (max-width: 768px) {
  .features-section-left .features-content,
  .features-section-right .features-content,
  .features-section-full .features-content {
    height: auto;
  }
}
.features-section-left .features-content h2,
.features-section-left .features-content h3,
.features-section-right .features-content h2,
.features-section-right .features-content h3,
.features-section-full .features-content h2,
.features-section-full .features-content h3 {
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: 2px;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  font-size: 2rem;
}
@media (max-width: 640px) {
  .features-section-left .features-content h2,
  .features-section-left .features-content h3,
  .features-section-right .features-content h2,
  .features-section-right .features-content h3,
  .features-section-full .features-content h2,
  .features-section-full .features-content h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
}
.features-section-left .features-content p,
.features-section-right .features-content p,
.features-section-full .features-content p {
  margin-bottom: 2em;
  line-height: 1.25rem;
}
.features-section-left .features-content p.list-disclaimer,
.features-section-right .features-content p.list-disclaimer,
.features-section-full .features-content p.list-disclaimer {
  color: #63656a;
  margin-left: -1.25em;
  font-size: 0.75em;
}

.features-section-left .features-content,
.features-section-full .features-content {
  padding: 4rem 3rem 6rem 6rem;
}
@media (max-width: 1024px) {
  .features-section-left .features-content,
  .features-section-full .features-content {
    padding: 3rem;
  }
}
@media (max-width: 768px) {
  .features-section-left .features-content,
  .features-section-full .features-content {
    padding: 4rem;
  }
}
@media (max-width: 640px) {
  .features-section-left .features-content,
  .features-section-full .features-content {
    padding: 2rem;
  }
}
.features-section-left .features-content:after,
.features-section-full .features-content:after {
  content: "";
  height: 0%;
  width: 2px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.features-section-left .features-content.move-lines:after,
.features-section-full .features-content.move-lines:after {
  height: 100%;
}

.features-section-right .features-content {
  padding: 4rem 4rem 6rem 4rem;
}
@media (max-width: 1024px) {
  .features-section-right .features-content {
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .features-section-right .features-content {
    padding: 3rem;
  }
}
@media (max-width: 640px) {
  .features-section-right .features-content {
    padding: 2rem;
  }
}
.features-section-right .features-content:after {
  content: "";
  height: 0%;
  width: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.features-section-right .features-content.move-lines:after {
  height: 100%;
}

ul.amenities-list {
  margin: 0;
  padding: 0 0 0 1.25rem;
  list-style: none;
  margin-left: 0;
  text-indent: -1.25rem;
}
ul.amenities-list li {
  margin: 0px 0px 1.25em 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  line-height: 1.25rem;
}
ul.amenities-list li:before {
  content: "• ";
  color: #63656a;
  padding-right: 0.5rem;
  font-size: 1rem;
}
ul.amenities-list li a {
  color: #63656a;
}
ul.amenities-list li a:hover {
  color: #000000;
}
ul.amenities-list li.sub-title {
  text-indent: 0.6em;
  display: block;
  width: 95%;
  text-indent: 0;
  margin-bottom: 20px;
}
ul.amenities-list li.sub-title:before {
  content: "";
  padding-left: 0;
}
ul.amenities-list li.sub-title span.title {
  color: #63656a;
  border-bottom: 1px solid #63656a;
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 0.65em 0.5em;
  margin-left: -0.65em;
}
ul.amenities-list ul {
  margin: 1.25em 0 0 0;
  padding: 0 2rem 0 2rem;
  list-style: none;
  margin-left: 0;
  padding-left: 2rem;
  text-indent: -1.75rem;
}
ul.amenities-list ul li {
  margin: 0px 0px 1.25em 0px;
  padding: 0px 0px 0px 0px;
}
ul.amenities-list ul li:before {
  content: "-";
  color: #63656a;
  padding-right: 1em;
}
ul.amenities-list.two-column {
  column-count: 2;
  column-gap: 2em;
}
@media (max-width: 640px) {
  ul.amenities-list.two-column {
    column-count: auto;
  }
}
ul.amenities-list.two-column li {
  break-inside: avoid-column;
}
ul.amenities-list.twhite li:before {
  color: #ffffff;
}
ul.amenities-list.twhite li a {
  color: #ffffff;
}
ul.amenities-list.twhite li a:hover {
  color: #000000;
}
ul.amenities-list.twhite li.sub-title span.title {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
ul.amenities-list.twhite li ul li:before {
  color: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PROJECT SUMMARY / FEATURES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.project-summary {
  padding: 4rem 0;
}
@media (max-width: 640px) {
  .project-summary {
    padding: 2rem 0;
  }
}
.project-summary h3 {
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .project-summary h3 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .project-summary .summary-location-details {
    margin-bottom: 2rem;
  }
}
@media (max-width: 640px) {
  .project-summary .summary-location-details {
    margin-bottom: 1rem;
  }
}
.project-summary .summary-location-details li {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .project-summary .summary-location-details li {
    display: inline-block;
    padding: 0 0.5rem;
    width: calc(50% - 10px);
    text-align: center;
  }
}
@media (max-width: 640px) {
  .project-summary .summary-location-details li {
    width: 100%;
  }
}
.project-summary .summary-location-details li strong,
.project-summary .summary-location-details li span {
  display: block;
}
.project-summary .summary-location-details li strong {
  text-transform: uppercase;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  margin-bottom: 0.5rem;
}
.project-summary .building-details,
.project-summary .residence-details,
.project-summary .rental-details,
.project-summary .commercial-details,
.project-summary .parking-details {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .project-summary .building-details,
  .project-summary .residence-details,
  .project-summary .rental-details,
  .project-summary .commercial-details,
  .project-summary .parking-details {
    width: 50%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 640px) {
  .project-summary .building-details,
  .project-summary .residence-details,
  .project-summary .rental-details,
  .project-summary .commercial-details,
  .project-summary .parking-details {
    width: 100%;
    float: none;
  }
}
.project-summary .building-details strong,
.project-summary .residence-details strong,
.project-summary .rental-details strong,
.project-summary .commercial-details strong,
.project-summary .parking-details strong {
  margin-bottom: 0.5rem;
  display: block;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.project-summary .building-details ul li,
.project-summary .residence-details ul li,
.project-summary .rental-details ul li,
.project-summary .commercial-details ul li,
.project-summary .parking-details ul li {
  padding: 0.25rem 0;
}
.project-summary .building-details ul.has-list-style,
.project-summary .residence-details ul.has-list-style,
.project-summary .rental-details ul.has-list-style,
.project-summary .commercial-details ul.has-list-style,
.project-summary .parking-details ul.has-list-style {
  padding-left: 0.75rem;
}
.project-summary .building-details ul.has-list-style li:before,
.project-summary .residence-details ul.has-list-style li:before,
.project-summary .rental-details ul.has-list-style li:before,
.project-summary .commercial-details ul.has-list-style li:before,
.project-summary .parking-details ul.has-list-style li:before {
  content: "•";
  color: #ffffff;
  padding-right: 0.5em;
}

.availability {
  width: 100%;
  overflow-x: hidden;
}

.availability iframe {
  height: 1000px;
}
@media (max-width: 768px) {
  .availability iframe {
    height: 600px;
  }
}
@media (max-width: 640px) {
  .availability iframe {
    height: 450px;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    UNITS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#unit-availability {
  margin: 0 auto;
  max-width: 85%;
  padding-top: 20px;
}
@media (max-width: 640px) {
  #unit-availability {
    max-width: 95%;
  }
}

#unit-availability,
#unit-availability a .available-unit {
  text-align: center;
  overflow: hidden;
}

#unit-availability a .available-unit {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: margin 0.75s ease-out;
  -moz-transition: margin 0.75s ease-out;
  -ms-transition: margin 0.75s ease-out;
  -o-transition: margin 0.75s ease-out;
  transition: margin 0.75s ease-out;
  background-color: #ffffff;
  padding: 1.5em;
  border: 2px solid #806f4b;
}

#unit-availability a:hover .available-unit {
  border: 2px solid #b3a68f;
}

#unit-availability .plan__cell.is-expanded .available-unit {
  border: 2px solid #b3a68f;
}

#unit-availability a .available-unit .available-unit-image {
  width: 100%;
  height: 250px;
  text-align: center;
  position: relative;
}

#unit-availability a .available-unit img.fpimg {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 0 1em 0;
}

#unit-availability a .available-unit h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  clear: both;
  color: #806f4b;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#unit-availability a .available-unit h3 {
  font-size: 1em;
  line-height: 1.75em;
  font-weight: normal;
  margin-bottom: 2em;
  color: #55565a;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
}
#unit-availability a .available-unit h3.listing-unit-collection {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  color: #806f4b;
  margin-bottom: 0;
  text-transform: uppercase;
}
#unit-availability a .available-unit h3.listing-unit-collection span {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
}

#unit-availability a .available-unit h4 {
  font-size: 0.8em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #55565a;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  font-weight: 400;
}

#unit-availability .plan__cell.is-expanded .available-unit h4 {
  opacity: 0;
}

#unit-availability a .available-unit h4 img {
  width: 1em;
  height: 1em;
  -webkit-transition: margin 0.75s ease-out;
  -moz-transition: margin 0.75s ease-out;
  -ms-transition: margin 0.75s ease-out;
  -o-transition: margin 0.75s ease-out;
  transition: margin 0.75s ease-out;
}

#unit-availability a:hover .available-unit h4 img {
  margin-left: 0.25em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    UNIT DETAIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.unit-detail {
  background-color: #ffffff;
  border: 2px solid #806f4b;
  overflow: hidden;
  width: calc(100% - 20px);
  margin: 0 10px 0 10px;
  padding: 3em 0 3em 0;
}

.unit-detail .left {
  text-align: center;
}

.unit-detail .right {
  text-align: center;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .unit-detail .right {
    padding-left: 0;
  }
}

.unit-detail .right img {
  max-width: 100%;
  height: auto;
  max-height: 520px;
}
@media (max-width: 768px) {
  .unit-detail .right img {
    margin-top: 2em;
  }
}

.unit-detail .unit-detail-info h2 {
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  clear: both;
  color: #806f4b;
}

.unit-detail .unit-detail-info h3 {
  font-size: 1.125em;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 3em;
  color: #55565a;
}
@media (max-width: 768px) {
  .unit-detail .unit-detail-info h3 {
    margin-bottom: 1em;
  }
}
.unit-detail .unit-detail-info h3.listing-unit-collection {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  color: #806f4b;
  margin-bottom: 0;
  text-transform: uppercase;
}
.unit-detail .unit-detail-info h3.listing-unit-collection span {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
}

.unit-detail .unit-detail-info img.floorplan-keymap {
  margin-bottom: 3rem;
  max-width: 100%;
}

.unit-detail .unit-detail-info h4 {
  font-size: 1em;
  line-height: 1em;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  color: #806f4b;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.unit-detail .unit-detail-info a,
.unit-detail .unit-detail-info .submit {
  background: transparent;
  color: #806f4b;
  width: 100%;
  border: 1px solid #806f4b;
  max-width: 300px;
  display: inline-block;
  font-size: 0.8em;
  padding: 10px;
  margin: 0 0.5em 0.5em 0.5em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.unit-detail .unit-detail-info a:hover {
  background-color: #806f4b;
  color: #ffffff;
}

.floor-plans #secnav {
  margin: 1rem 0;
}
@media (max-width: 768px) {
  .floor-plans #secnav {
    margin: 0;
  }
  .floor-plans #secnav:first-child {
    margin-top: 1rem;
  }
}
@media (max-width: 640px) {
  .floor-plans #secnav {
    padding: 0 0.75rem;
  }
}
.floor-plans #secnav li {
  display: inline-block;
  border: 1px solid #806f4b;
  margin: 0.25rem 0.5rem;
  -webkit-transition: margin 0.75s ease-out;
  -moz-transition: margin 0.75s ease-out;
  -ms-transition: margin 0.75s ease-out;
  -o-transition: margin 0.75s ease-out;
  transition: margin 0.75s ease-out;
}
@media (max-width: 768px) {
  .floor-plans #secnav li {
    width: 100%;
    margin: 0.25rem 0;
  }
}
.floor-plans #secnav li:hover > a {
  background: #806f4b;
  color: #ffffff;
}
.floor-plans #secnav li a {
  padding: 0.5rem 0rem;
  color: #252b45;
  -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;
  display: block;
  min-width: 140px;
  font-size: 1em;
  line-height: 1em;
}
@media (max-width: 768px) {
  .floor-plans #secnav li a {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
.floor-plans #secnav li a.active {
  color: #ffffff !important;
  background: #252b45 !important;
  border-color: #252b45 !important;
}

.floor-plans {
  margin-bottom: 3rem;
  display: none;
}
.floor-plans ul#secnav.right {
  width: 79.5%;
  text-align: left;
}
@media (max-width: 768px) {
  .floor-plans ul#secnav.right {
    width: 100%;
  }
}
.floor-plans ul#secnav.allplans {
  width: 20%;
}
@media (max-width: 768px) {
  .floor-plans ul#secnav.allplans {
    width: 100%;
  }
}
.floor-plans ul#secnav.allplans li {
  text-align: center;
  display: inline-block;
  margin-bottom: 0.25em;
  width: 93%;
}
@media (max-width: 768px) {
  .floor-plans ul#secnav.allplans li {
    width: 100%;
  }
}
.floor-plans ul#secnav.allplans li a {
  padding: 1.8rem 2rem;
  background: transparent;
  color: #806f4b;
  -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;
  display: block;
  min-width: 140px;
  font-size: 1.025em;
  line-height: 1em;
}
@media (max-width: 1024px) {
  .floor-plans ul#secnav.allplans li a {
    padding: 1.8rem 2rem;
  }
}
@media (max-width: 768px) {
  .floor-plans ul#secnav.allplans li a {
    padding: 0.5rem 0;
  }
}
.floor-plans ul#secnav.allplans li a.active {
  background: #252b45;
  color: #ffffff;
  border-color: #252b45;
}
.floor-plans ul#secnav.allplans li:hover > a {
  background: #806f4b;
  color: #ffffff;
}

.secnav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .secnav {
    flex-direction: column;
    width: fit-content;
    margin: auto;
    width: 75%;
  }
}
.secnav li {
  margin: 5px 5px 5px 5px;
  display: flex;
}
.secnav li a,
.secnav li span {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1.25rem;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  margin: 0;
  min-width: 200px;
  position: relative;
  text-transform: uppercase;
  color: #b3a68f;
  background: none;
  align-content: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -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;
}
@media (max-width: 768px) {
  .secnav li a,
  .secnav li span {
    flex: none;
    margin: 0 auto;
    width: 100%;
  }
}
.secnav li a:hover, .secnav li a:active,
.secnav li span:hover,
.secnav li span:active {
  background-color: rgb(240.8510638298, 238.4308510638, 234.1489361702);
}
.secnav li a:hover::before, .secnav li a:active::before,
.secnav li span:hover::before,
.secnav li span:active::before {
  opacity: 1;
  transform: scale(1, 1);
}
.secnav li a:hover::after, .secnav li a:active::after,
.secnav li span:hover::after,
.secnav li span:active::after {
  transform: scale(1, 0.1);
  opacity: 0;
}
.secnav li a.active,
.secnav li span.active {
  color: #ffffff;
  background: #63656a;
}
.secnav li a.active::before,
.secnav li span.active::before {
  opacity: 1;
  transform: scale(1, 1);
}
.secnav li a.active::after,
.secnav li span.active::after {
  transform: scale(1, 0.1);
  opacity: 0;
}
.secnav li.active > a, .secnav li.active > span {
  pointer-events: none;
  color: #ffffff;
  background: #63656a;
}
.secnav li.active > a::before, .secnav li.active > span::before {
  opacity: 1;
  transform: scale(1, 1);
}
.secnav li.active > a::after, .secnav li.active > span::after {
  transform: scale(1, 0.1);
  opacity: 0;
}

.penthouses #unit-availability .title-caption, .residence-collections #unit-availability .title-caption {
  background: #55565a;
  padding: 1em;
  color: #ffffff;
}
.penthouses #unit-availability .ph-gallery img, .residence-collections #unit-availability .ph-gallery img {
  width: 100%;
  height: auto;
}
.penthouses #unit-availability .ph-gallery .cycle-next, .penthouses #unit-availability .ph-gallery .cycle-prev, .residence-collections #unit-availability .ph-gallery .cycle-next, .residence-collections #unit-availability .ph-gallery .cycle-prev {
  font-size: 4em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 300;
}
.penthouses #unit-availability .ph-gallery .cycle-next img, .penthouses #unit-availability .ph-gallery .cycle-prev img, .residence-collections #unit-availability .ph-gallery .cycle-next img, .residence-collections #unit-availability .ph-gallery .cycle-prev img {
  width: 35px;
  height: auto;
  -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;
}
.penthouses #unit-availability .ph-gallery .cycle-next img:hover, .penthouses #unit-availability .ph-gallery .cycle-prev img:hover, .residence-collections #unit-availability .ph-gallery .cycle-next img:hover, .residence-collections #unit-availability .ph-gallery .cycle-prev img:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
}
.penthouses #unit-availability .ph-gallery .cycle-next, .residence-collections #unit-availability .ph-gallery .cycle-next {
  right: 0.5em;
}
.penthouses #unit-availability .ph-gallery .cycle-prev, .residence-collections #unit-availability .ph-gallery .cycle-prev {
  left: 0.5em;
}
.penthouses #unit-availability .plan__cell.is-expanded .plan--expand, .residence-collections #unit-availability .plan__cell.is-expanded .plan--expand {
  max-height: none;
}
.penthouses #unit-availability .virtual-tour, .residence-collections #unit-availability .virtual-tour {
  display: none;
}
.penthouses #unit-availability .virtual-tour.nogallery, .residence-collections #unit-availability .virtual-tour.nogallery {
  display: block !important;
}
.penthouses .features-section-full, .residence-collections .features-section-full {
  height: auto;
}
.penthouses .features-section-full .features-content, .residence-collections .features-section-full .features-content {
  padding-bottom: 4rem;
}
.penthouses .features-section-full .features-content h3, .residence-collections .features-section-full .features-content h3 {
  margin-bottom: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    RESIDENCE COLLECTIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.rc-block {
  height: 65vh;
  min-height: 450px;
}
@media (max-width: 768px) {
  .rc-block {
    height: auto;
  }
}
.rc-block .rc-block-left,
.rc-block .rc-block-right {
  height: 100%;
  position: relative;
}
.rc-block .rc-block-left .responsive-background-image,
.rc-block .rc-block-right .responsive-background-image {
  background-position: center !important;
  will-change: top;
}
.rc-block .rc-block-left .content,
.rc-block .rc-block-right .content {
  height: 100%;
  position: relative;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1248px) {
  .rc-block .rc-block-left .content,
  .rc-block .rc-block-right .content {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .rc-block .rc-block-left .content,
  .rc-block .rc-block-right .content {
    padding: 4rem;
  }
}
@media (max-width: 640px) {
  .rc-block .rc-block-left .content,
  .rc-block .rc-block-right .content {
    padding: 2.5rem 1rem;
  }
}
.rc-block .rc-block-left .content.move-lines:after,
.rc-block .rc-block-right .content.move-lines:after {
  width: 100%;
}
.rc-block .rc-block-left .content .text-holder,
.rc-block .rc-block-right .content .text-holder {
  padding: 1em;
  max-width: 90%;
}
.rc-block .rc-block-left .content h2,
.rc-block .rc-block-right .content h2 {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
  letter-spacing: 2px;
  color: #806f4b;
}
.rc-block .rc-block-left .content h2 span,
.rc-block .rc-block-right .content h2 span {
  font-size: 65%;
}
.rc-block .rc-block-left .content h3,
.rc-block .rc-block-right .content h3 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: 2px;
}
.rc-block .rc-block-left .content p,
.rc-block .rc-block-right .content p {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  max-width: 500px;
}
@media (max-width: 640px) {
  .rc-block .rc-block-left .content p,
  .rc-block .rc-block-right .content p {
    font-size: 1rem;
  }
}
.rc-block .rc-block-left .content p.collection-levels,
.rc-block .rc-block-right .content p.collection-levels {
  font-size: 1.25em;
  margin-bottom: 1rem;
  color: #806f4b;
}
.rc-block .rc-block-left .content p.collection-price,
.rc-block .rc-block-right .content p.collection-price {
  font-size: 1.125em;
  margin-top: 1rem;
}
.rc-block .rc-block-left .content a,
.rc-block .rc-block-right .content a {
  color: #3B3B3F;
  display: block;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1.5rem;
}
@media (max-width: 640px) {
  .rc-block .rc-block-left .content a,
  .rc-block .rc-block-right .content a {
    font-size: 0.75rem;
  }
}
.rc-block .rc-block-left .content a svg,
.rc-block .rc-block-right .content a svg {
  margin-left: 0.5rem;
  -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;
  vertical-align: middle;
}
.rc-block .rc-block-left .content a:hover > svg,
.rc-block .rc-block-right .content a:hover > svg {
  margin-left: 1.5rem;
}
.rc-block .rc-block-left.left:after {
  content: "";
  height: 0%;
  width: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.rc-block .rc-block-left.left.move-lines:after {
  height: 100%;
}
.rc-block .rc-block-left.right:after {
  content: "";
  height: 0%;
  width: 2px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 2.5s all cubic-bezier(0.215, 0.61, 0.355, 1);
}
.rc-block .rc-block-left.right.move-lines:after {
  height: 100%;
}
.rc-block .rc-block-left .responsive-background-image {
  height: 60%;
  position: relative;
  will-change: top;
}
@media (max-height: 900px) and (max-width: 1440px) {
  .rc-block .rc-block-left .responsive-background-image {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .rc-block .rc-block-left .responsive-background-image {
    height: 50%;
  }
}
.rc-block .rc-block-right .responsive-background-image {
  height: 100%;
}
.rc-block.venue {
  display: flex;
  height: auto;
  min-height: 750px;
}
.rc-block.venue.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .rc-block.venue {
    min-height: 0;
    flex-direction: column !important;
  }
}
.rc-block.venue .rc-block-left, .rc-block.venue .rc-block-right {
  flex: 1;
  height: auto;
  float: none !important;
}
@media (max-width: 768px) {
  .rc-block.venue .rc-block-left, .rc-block.venue .rc-block-right {
    flex: auto;
  }
}
.rc-block.venue .rc-block-left .content, .rc-block.venue .rc-block-right .content {
  padding: 4rem 2rem;
}
@media (max-width: 768px) {
  .rc-block.venue .rc-block-left .content, .rc-block.venue .rc-block-right .content {
    padding: 2rem 1rem;
  }
}
.rc-block.venue .rc-block-left .content h3, .rc-block.venue .rc-block-right .content h3 {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 2.5rem;
  letter-spacing: 2px;
  color: #806f4b;
}
.rc-block.venue .rc-block-left .content h3 span, .rc-block.venue .rc-block-right .content h3 span {
  font-size: 65%;
}
@media (max-width: 768px) {
  .rc-block.venue .rc-block-left .content h3, .rc-block.venue .rc-block-right .content h3 {
    font-size: 2.25rem;
  }
}
.rc-block.venue .rc-block-left .content h4, .rc-block.venue .rc-block-right .content h4 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
  line-height: 2rem;
  letter-spacing: 2px;
}
.rc-block.venue .rc-block-left .content .venue-features-title, .rc-block.venue .rc-block-right .content .venue-features-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  color: #806f4b;
}
.rc-block.venue .rc-block-left .content p, .rc-block.venue .rc-block-right .content p {
  max-width: 600px;
}
.rc-block.venue .rc-block-left .content ul.venue-features, .rc-block.venue .rc-block-right .content ul.venue-features {
  font-weight: 600;
}
.rc-block.venue .rc-block-left .content ul.venue-features li, .rc-block.venue .rc-block-right .content ul.venue-features li {
  line-height: 1.125em;
  margin-bottom: 1em;
}
.rc-block.venue .rc-block-left .content p.venue-occupancy, .rc-block.venue .rc-block-right .content p.venue-occupancy {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin: 1.5em 0;
}
@media (max-width: 768px) {
  .rc-block.venue .rc-block-right {
    height: 400px;
  }
}

#intro.collection-intro h1,
#intro.collection-intro h2,
#intro.collection-intro h3 {
  font-size: 2rem;
  line-height: 1.5rem;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #806f4b;
  margin-bottom: 1rem;
}
@media (max-width: 640px) {
  #intro.collection-intro h1,
  #intro.collection-intro h2,
  #intro.collection-intro h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
#intro.collection-intro h1 {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#intro.collection-intro h2 {
  font-size: 1.5rem;
}
#intro.collection-intro h3 {
  margin: 2rem 0 2.5rem 0;
}
#intro.collection-intro p {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  #intro.collection-intro p {
    font-size: 1rem;
    line-height: 1.65rem;
  }
}

.rc-cta p {
  font-size: 1.125rem !important;
  font-family: "GothamBook", Arial, Helvetica, sans-serif !important;
  color: #806f4b !important;
}
.rc-cta p a {
  text-decoration: underline !important;
}

.features-section-full.rc-features .features-content h3 {
  margin-bottom: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    VENUES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#event-features .event-features-content {
  padding: 4em 1em;
  margin-top: 75px;
}
@media (max-width: 768px) {
  #event-features .event-features-content {
    margin-top: 50px;
  }
}
#event-features .event-features-content .amenities-list li {
  text-align: center;
}
#event-features .event-features-content .amenities-list li:before {
  content: "";
}

a.events-btn {
  font-size: 1.5em;
  border: 0;
  background-color: #806f4b;
  color: #ffffff;
}
a.events-btn:hover {
  background-color: rgb(95.842364532, 83.1133004926, 56.157635468);
}

#event-form {
  padding: 4em 0;
}
#event-form .event-form-content {
  padding-top: 3em;
}
#event-form .event-form-content p.form-intro {
  padding: 0 2em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ACCORDIAN NONSENSE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.floor-plans h2 {
  font-size: 1.5rem;
}

.plan__cell {
  float: left;
  position: relative;
  transform: scale(0);
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.plan__cell.active {
  transform: scale(1);
}

.plan--basic {
  padding: 0 10px;
}

.plan__cell.is-collapsed .plan--basic {
  cursor: pointer;
}

.plan__cell.is-expanded .plan--expand {
  max-height: 1200px;
  margin-bottom: 20px;
}

.plan--expand {
  position: relative;
  left: -10px;
  padding: 0 10px;
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-in-out, margin-bottom 0.1s 0.2s;
}

.plan__cell.is-collapsed .arrow--up {
  height: 20px;
  width: 100%;
}

.plan__cell.is-expanded .arrow--up {
  border-bottom: 15px solid #806f4b;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  height: 0;
  width: 0;
  margin: 5px auto 0;
}

.expand__close {
  position: absolute;
  top: 0px;
  right: 45px;
  color: #806f4b;
  font-size: 50px;
  line-height: 50px;
  text-decoration: none;
}

a.expand__close {
  color: #806f4b;
}

.expand__close:before {
  content: "×";
}

.expand__close:hover {
  color: #b3a68f;
}

.plan--large {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 486px) {
  .plan__cell {
    width: 100%;
  }
  .plan--expand {
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .plan__cell {
    width: 50%;
  }
  .plan__cell.single {
    margin-left: 25%;
  }
  .plan__cell:nth-of-type(2n+2) .plan--expand {
    margin-left: -100%;
  }
  .plan__cell:nth-of-type(2n+3) {
    clear: left;
  }
  .plan--expand {
    width: 200%;
  }
  .plan--expand.single {
    margin-left: -50%;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 1001px) {
  .plan__cell {
    width: 33.333333%;
  }
  .plan__cell.half {
    width: 50%;
  }
  .plan__cell.single {
    margin-left: 34%;
  }
  .plan__cell:nth-of-type(3n+2) .plan--expand {
    margin-left: -100%;
  }
  .plan__cell:nth-of-type(3n+3) .plan--expand {
    margin-left: -200%;
  }
  .plan__cell:nth-of-type(3n+4) {
    clear: left;
  }
  .plan--expand {
    width: 300%;
  }
  .plan--expand.half {
    width: 200%;
  }
  .plan--expand.single {
    margin-left: -102%;
  }
}
@media only screen and (min-width: 1301px) {
  .plan__cell {
    width: 25%;
  }
  .plan__cell.half {
    width: 50%;
  }
  .plan__cell.third {
    width: 33.333333%;
  }
  .plan__cell.single {
    margin-left: 38%;
  }
  .plan__cell:nth-of-type(4n+2) .plan--expand {
    margin-left: -100%;
  }
  .plan__cell:nth-of-type(4n+3) .plan--expand {
    margin-left: -200%;
  }
  .plan__cell:nth-of-type(4n+4) .plan--expand {
    margin-left: -300%;
  }
  .plan__cell:nth-of-type(4n+5) {
    clear: left;
  }
  .plan--expand {
    width: 400%;
  }
  .plan--expand.half {
    width: 200%;
  }
  .plan--expand.third {
    width: 300%;
  }
  .plan--expand.single {
    margin-left: -152%;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    RESPONSIVE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media screen and (max-width: 760px) {
  #unit-detail #detail-unit-image {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #unit-detail .unit-detail-info h2 {
    margin-bottom: 0.5em;
  }
} /* END 760 */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PLANS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.plans-site-plan {
  margin-bottom: 4rem;
}
@media (max-width: 640px) {
  .plans-site-plan {
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
}
.plans-site-plan img {
  max-width: 100%;
}
.plans-site-plan h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media (max-width: 640px) {
  .plans-site-plan h2 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
.plans-site-plan .select-level ul.levels {
  margin-right: 2rem;
  float: left;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .plans-site-plan .select-level ul.levels {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .plans-site-plan .select-level ul.levels {
    width: 25%;
    margin-left: 1rem;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .plans-site-plan .select-level ul.levels {
    width: 30%;
    margin-right: 0;
    margin-left: 2rem;
  }
}
.plans-site-plan .select-level ul.levels span {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 1rem;
  color: #806f4b;
  display: block;
}
.plans-site-plan .select-level ul.levels li {
  color: #806f4b;
  text-align: center;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  padding: 1.5rem 0;
  border-top: 2px solid #806f4b;
}
.plans-site-plan .select-level ul.levels li:last-child {
  border-bottom: 2px solid #806f4b;
}
@media (max-width: 768px) {
  .plans-site-plan .select-level ul.levels li {
    padding: 1rem 0;
  }
}
@media (max-width: 640px) {
  .plans-site-plan .select-level ul.levels li {
    padding: 0.5rem 0;
    font-size: 1rem;
    width: 100%;
    display: block;
    border-top: 2px solid #806f4b;
  }
}
.plans-site-plan .select-level ul.levels li:hover {
  background: rgba(57, 80, 161, 0.4);
  color: #ffffff;
  cursor: pointer;
}
.plans-site-plan .select-level ul.levels li:active {
  background: rgb(43.6651376147, 61.2844036697, 123.3348623853);
}
.plans-site-plan .select-level ul.levels li.active {
  background: rgb(43.6651376147, 61.2844036697, 123.3348623853);
  color: #ffffff;
}
.plans-site-plan .select-level .select-level-property {
  float: left;
  width: 50%;
  margin-right: 4rem;
  height: 615px;
  position: relative;
}
@media (max-width: 768px) {
  .plans-site-plan .select-level .select-level-property {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .plans-site-plan .select-level .select-level-property {
    height: auto;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.plans-site-plan .select-level .select-level-property img.property,
.plans-site-plan .select-level .select-level-property img.level-highlight {
  left: 0;
  top: 5rem;
  right: auto;
  margin-right: 0;
  margin-top: -1rem;
  position: absolute;
}
@media (max-width: 768px) {
  .plans-site-plan .select-level .select-level-property img.property,
  .plans-site-plan .select-level .select-level-property img.level-highlight {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .plans-site-plan .select-level .select-level-property img.property {
    width: 100%;
    width: 100%;
    position: relative;
    top: 1rem;
    left: auto;
  }
}
@media (max-width: 768px) {
  .plans-site-plan .select-level .select-level-property img.level-highlight {
    top: 1rem;
    width: 100%;
  }
}
.plans-site-plan .site-plan-levels {
  color: #806f4b;
  font-size: 1.125rem;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0.5rem 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FPO TEST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.fpo-block {
  background: #ddd;
  height: 800px;
  position: relative;
}
@media (max-width: 768px) {
  .fpo-block {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .fpo-block {
    height: 300px;
  }
}
.fpo-block h2 {
  color: #55565a;
  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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  VIEWS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pano-views {
  padding: 0;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .pano-views {
    margin-top: 2rem;
  }
}
.pano-views br {
  display: none;
}
@media (max-width: 768px) {
  .pano-views br {
    display: block;
  }
}
@media (max-width: 640px) {
  .pano-views br {
    display: none;
  }
}
.pano-views h3 {
  line-height: 2rem;
}
@media (max-width: 640px) {
  .pano-views h3 {
    font-size: 1rem;
    padding: 0 2rem;
  }
}
.pano-views .directions {
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.pano-views .directions i {
  padding: 0 0.5em 0 0.5em;
}
.pano-views .panorama {
  height: 700px;
  background-color: white;
}
@media (max-width: 768px) {
  .pano-views .panorama {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .pano-views .panorama {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .views .select-level {
    margin-top: 3rem;
  }
}
.views .select-level .select-level-property {
  position: relative;
  width: 60%;
  float: right;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .views .select-level .select-level-property {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .views .select-level .select-level-property {
    margin-right: 0;
    float: none;
    width: 100%;
    min-height: 600px;
    position: relative;
  }
}
.views .select-level .select-level-property img {
  max-width: 100%;
}
.views .select-level .select-level-property img.property {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .views .select-level .select-level-property img.property {
    position: relative;
  }
}
.views .select-level .select-level-property img.level-highlight {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 640px) {
  .views .select-level .select-level-property img.level-highlight {
    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%);
  }
}
.views .select-level ul.levels {
  float: right;
  width: 20%;
}
@media (max-width: 768px) {
  .views .select-level ul.levels {
    width: 25%;
    float: left;
    margin-left: 3rem;
  }
}
@media (max-width: 640px) {
  .views .select-level ul.levels {
    width: 100%;
    margin-left: 0rem;
    float: none;
    margin-bottom: 1rem;
  }
}
.views .select-level ul.levels span {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 1rem;
  color: #806f4b;
  display: block;
}
.views .select-level ul.levels li {
  border-top: 2px solid #806f4b;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  color: #806f4b;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.125rem;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  .views .select-level ul.levels li {
    font-size: 1rem;
    display: inline-block;
    width: calc(25% - 10px);
    border: none;
  }
}
.views .select-level ul.levels li:last-child {
  border-bottom: 2px solid #806f4b;
}
@media (max-width: 640px) {
  .views .select-level ul.levels li:last-child {
    border-bottom: none;
  }
}
.views .select-level ul.levels li.active {
  background: #63656a;
  color: #ffffff;
  border-top: 2px solid #63656a;
}
.views .select-level ul.levels li.active + li {
  border-top: 2px solid #63656a;
}
.views .select-level ul.levels li:hover {
  border-top: 2px solid #63656a;
  background: #63656a;
  color: #ffffff;
  cursor: pointer;
}
.views .select-level ul.levels li:hover + li {
  border-top: 2px solid #63656a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  TEAM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 768px) {
  .team-members {
    padding: 0 2rem;
  }
}
.team-members .team-member {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .team-members .team-member {
    border-top: 1px solid rgba(221, 221, 221, 0.76);
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
.team-members .team-member .team-member-header {
  margin-bottom: 1rem;
}
.team-members .team-member .team-member-header h3,
.team-members .team-member .team-member-header h6 {
  color: #806f4b;
  display: inline-block;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .team-members .team-member .team-member-header h3,
  .team-members .team-member .team-member-header h6 {
    display: block;
  }
}
.team-members .team-member .team-member-header h3 {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .team-members .team-member .team-member-header h3 {
    margin-bottom: 0.5rem;
  }
}
.team-members .team-member .team-member-header h6 {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
}
.team-members .team-member .team-member-header span.divider {
  display: inline-block;
  color: #806f4b;
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .team-members .team-member .team-member-header span.divider {
    display: none;
  }
}

body.contact #slider {
  height: 200px;
}
body.contact #slider .slide {
  background-position: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GOOGLE DIRECTIONS MAP / CONTACT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.googledirections-map {
  height: 683px;
  width: 100%;
  position: relative;
}
@media (max-width: 640px) {
  .googledirections-map {
    height: 450px !important;
  }
}
.googledirections-map #map_canvas {
  height: 100%;
  width: 100%;
}

#googledirections {
  padding-top: 1rem;
  background: #63656a;
}
#googledirections .wrapper {
  padding-bottom: 1rem;
}
#googledirections form {
  display: table;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 90%;
}
#googledirections h3 {
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0;
  vertical-align: middle;
  font-size: 1.125em;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
}
@media (max-width: 640px) {
  #googledirections h3 {
    font-size: 1rem;
  }
}

#saddr {
  background: transparent none repeat scroll 0 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  color: #ffffff;
  font-size: 1em;
  height: 2.5em;
  border-radius: 0;
  margin: 0;
  padding: 0 2.75em 0 0;
  text-indent: 15px;
  width: 90%;
}
@media (max-width: 640px) {
  #saddr {
    width: 80%;
  }
}
#saddr::-webkit-input-placeholder {
  color: #ffffff;
}
#saddr:-moz-placeholder {
  color: #ffffff;
}
#saddr::-moz-placeholder {
  color: #ffffff;
}
#saddr:-ms-input-placeholder {
  color: #ffffff;
}

.directions-display {
  background: #ffffff;
  padding: 1rem 0;
}
.directions-display p {
  color: #b3a68f;
  margin-bottom: 0;
}

#google-btn {
  display: inline-block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 1.25em;
  height: 100%;
  margin: 0;
  padding: 0.72rem 0;
  width: 2.5em;
  position: relative;
  top: 2px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: transparent;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  #google-btn {
    font-size: 1em;
    height: 76%;
  }
}
#google-btn:hover {
  color: #b3a68f;
  cursor: pointer;
  background: rgb(143.6473988439, 142.3526011561, 143.6473988439);
}
#google-btn svg {
  width: 10px;
  height: 15px;
  fill: #ffffff;
}
#google-btn .gmap-loader {
  display: none;
  border-radius: 100%;
  border-style: solid;
  border-width: 0.2rem;
  height: 20px;
  width: 20px;
  margin: 0rem auto;
  animation: gmap-loader 1s infinite linear;
}
#google-btn .gmap-loader {
  border-color: #b3a68f;
  border-top-color: #ffffff;
}
@keyframes gmap-loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359.9deg);
  }
}

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

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

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

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

.map-views,
.map-views2 {
  position: absolute;
  left: 0px;
  z-index: 200;
  width: 110px;
  margin: 0;
  padding: 0.5em;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  opacity: 0.8;
  background-color: #444;
  cursor: pointer;
}

.map-views:hover,
.map-views2:hover {
  opacity: 1;
}

.map-views {
  display: none;
}

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

#controlHolder {
  position: absolute;
}

#cd-zoom-in,
#cd-zoom-out {
  position: absolute;
  z-index: 300;
  left: 10px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-color: #444;
  /*opacity:0.8;*/
  background-repeat: no-repeat;
  background-size: 24px 48px;
  background-image: url(../../images/poi/cd-icon-controller.png);
}

#cd-zoom-in:hover,
#cd-zoom-out:hover {
  background-color: #555;
}

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

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

.smallitalic {
  font-size: 0.75em;
  line-height: 1.25em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  BOTTOM IMAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.bgpattern.full {
  height: 100vh;
  padding: 11rem 0;
}
@media (max-width: 1248px) {
  .bgpattern.full {
    height: 80vh;
  }
}
@media (max-width: 1024px) {
  .bgpattern.full {
    height: 650px;
    padding: 7rem 0;
  }
}
@media (max-width: 768px) {
  .bgpattern.full {
    padding: 3rem 0;
    height: 500px;
  }
}
@media (max-width: 640px) {
  .bgpattern.full {
    height: 300px;
    padding: 2rem 0;
  }
}
.bgpattern.full .bottom-page-image {
  height: 100%;
  width: 100%;
  position: relative;
}
.bgpattern.full .bottom-page-image .image-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  letter-spacing: 1px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.6rem;
}
.bgpattern.no-pad-top {
  padding-top: 0;
}

.image-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.25rem 0.5rem;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.6rem;
  z-index: 380;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FOOTER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#footer .footer-header {
  padding: 3rem 0 2.25rem 0;
}
@media (max-width: 768px) {
  #footer .footer-header {
    padding: 2rem 0;
  }
}
@media (max-width: 640px) {
  #footer .footer-header {
    padding: 1rem 0;
  }
}
#footer .footer-header img {
  width: 200px;
  margin-bottom: 2.5rem;
}
@media (max-width: 640px) {
  #footer .footer-header img {
    width: 100px;
    margin-bottom: 1.5rem;
  }
}
#footer .footer-header h2, #footer .footer-header h3, #footer .footer-header h5, #footer .footer-header h6 {
  color: #3B3B3F;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0.75rem 0;
}
@media (max-width: 640px) {
  #footer .footer-header h2, #footer .footer-header h3, #footer .footer-header h5, #footer .footer-header h6 {
    font-size: 1rem;
    margin: 0.25rem 0;
  }
}
#footer .footer-header h2 a, #footer .footer-header h3 a, #footer .footer-header h5 a, #footer .footer-header h6 a {
  color: #3B3B3F;
}
#footer .footer-header strong {
  letter-spacing: 2px;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 640px) {
  #footer .footer-header strong {
    font-size: 1.25rem;
  }
}
#footer .footer-header strong a {
  color: #3B3B3F;
}
@media (max-width: 640px) {
  #footer .footer-header p {
    line-height: 1.5rem;
  }
}
#footer .footer-header p.address {
  color: #3B3B3F;
}
#footer .footer-header p.hours {
  color: #3B3B3F;
}
#footer .footer-header p.hours a {
  color: #3B3B3F;
}
#footer .footer-header .footer-social-nav ul.social-nav {
  margin: 2rem 0;
}
#footer .footer-header .footer-social-nav ul.social-nav li {
  display: inline-block;
  padding: 0 0.75rem;
}
#footer .footer-header .footer-social-nav ul.social-nav li a {
  color: #3B3B3F;
}
#footer .footer-header .footer-social-nav ul.social-nav li a i {
  color: #3B3B3F;
  font-size: 1.75rem;
  -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;
}
#footer .footer-header .footer-social-nav ul.social-nav li:hover > a {
  color: #ffffff;
}
#footer .footer-header .footer-social-nav ul.social-nav li:hover > a i {
  color: #ffffff;
}
#footer .footer-header .copyright ul {
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  #footer .footer-header .copyright ul {
    margin-bottom: 0;
  }
}
#footer .footer-header .copyright ul li {
  color: #3B3B3F;
  display: inline-block;
  padding: 0 0.25rem;
  font-size: 0.8rem;
  vertical-align: middle;
}
@media (max-width: 640px) {
  #footer .footer-header .copyright ul li {
    padding: 0.3rem 0.25rem;
  }
}
#footer .footer-header .copyright ul li a {
  font-size: 0.8rem;
  text-decoration: underline;
  color: #3B3B3F;
  -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;
}
#footer .footer-header .copyright ul li:hover > a {
  color: #ffffff;
}
#footer .footer-header .copyright ul li img {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}
#footer .footer-header .copyright ul li {
  /*img.eoh {
  	width: 110px;
  }
  img.lico {
  	width: 110px;
  	margin: 0 1em 0 0;
  }*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Explore Area Gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.area-explore-gallery {
  width: 100%;
  height: 800px;
}
@media (max-width: 1024px) {
  .area-explore-gallery {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .area-explore-gallery {
    height: 350px;
  }
}
@media (max-width: 640px) {
  .area-explore-gallery {
    height: 250px;
  }
}
.area-explore-gallery .slide {
  height: 100%;
  width: 100%;
  background-position: center !important;
}
.area-explore-gallery .cycle-prev,
.area-explore-gallery .cycle-next {
  position: absolute;
  top: 45%;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
  z-index: 997;
  margin: 1.5em;
  width: 2em;
  height: 2em;
  -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;
  cursor: pointer;
}
.area-explore-gallery .cycle-prev {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3em;
}
.area-explore-gallery .cycle-next {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 3em;
}
.area-explore-gallery .cycle-next {
  right: 1em;
}
.area-explore-gallery .cycle-prev {
  left: 1em;
}
.area-explore-gallery .cycle-prev:hover {
  left: 1.5em;
}
.area-explore-gallery .cycle-next:hover {
  right: 1.5em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CONDO DOCS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.condo-docs {
  padding-bottom: 5rem;
}
.condo-docs ol {
  list-style: decimal;
}
@media (max-width: 640px) {
  .condo-docs ol {
    padding: 0 3rem;
  }
}
.condo-docs ol li {
  padding: 1rem 0;
  list-style: decimal;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #806f4b;
}
@media (max-width: 640px) {
  .condo-docs ol li {
    line-height: 2rem;
    padding: 0.5rem 0;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  BROCHURE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.brochure .wrapper {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .brochure .wrapper {
    padding: 3rem 0;
  }
}
@media (max-width: 640px) {
  .brochure .wrapper {
    padding: 2rem 0;
  }
}
.brochure .wrapper .half img {
  max-width: 100%;
}
.brochure .wrapper .half span {
  font-size: 1rem;
  color: #806f4b;
  padding: 1rem 5rem;
  display: block;
  text-align: center;
}
@media (max-width: 1024px) {
  .brochure .wrapper .half span {
    padding: 1rem 2rem;
  }
}
@media (max-width: 768px) {
  .brochure .wrapper .half span {
    padding: 1rem 0;
  }
}
.brochure .wrapper .half .brochure-links {
  padding: 0 5rem;
  text-align: center;
}
@media (max-width: 1024px) {
  .brochure .wrapper .half .brochure-links {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .brochure .wrapper .half .brochure-links {
    padding: 0;
  }
}
.brochure .wrapper .half .brochure-links li {
  border-top: 1px solid #806f4b;
  padding: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  -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;
}
.brochure .wrapper .half .brochure-links li:last-child {
  border-bottom: 1px solid #806f4b;
}
.brochure .wrapper .half .brochure-links li a {
  color: #806f4b;
  padding: 0 0.5rem;
  -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;
}
.brochure .wrapper .half .brochure-links li:hover {
  background: #63656a;
}
.brochure .wrapper .half .brochure-links li:hover > a {
  color: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  MOBILE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
* {
  -webkit-appearance: none;
}

input[type=text],
input[type=text]:focus,
select:focus,
textarea:focus,
input:focus {
  font-size: 16px !important;
}

#uplink {
  display: none;
}

a.centered-button {
  border: 1px solid #806f4b;
  padding: 1.25rem;
  color: #806f4b;
  -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;
  display: inline-block;
  width: auto;
  max-width: 300px;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0.5em 1em 0.5em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  a.centered-button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
a.centered-button:hover, a.centered-button:active {
  color: #ffffff;
  background: #806f4b;
}

.offscreen {
  position: fixed !important;
  left: -1000px !important;
  top: -1000px !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  PROMO POP UP
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.promo-pop-up {
  position: absolute;
  top: 135px;
  right: 40px;
  width: 20%;
  background: rgba(186, 217, 222, 0.95);
  z-index: 351;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
  border: 1px solid #63656a;
}
@media (max-width: 1500px) {
  .promo-pop-up {
    width: 30%;
    top: 135px;
  }
}
@media (max-width: 1024px) {
  .promo-pop-up {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .promo-pop-up {
    width: 100%;
    right: 0px;
    border: none;
    box-shadow: none;
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
    position: static;
    display: block;
  }
}
@media screen and (max-height: 700px) {
  .promo-pop-up {
    width: 100%;
    right: 0px;
    border: none;
    box-shadow: none;
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
    position: static;
    display: block;
  }
}

.promo-pop-up .promo-content {
  text-align: center;
  padding: 1.5rem 2rem 1rem 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .promo-pop-up .promo-content {
    padding: 1em 1.5rem 0.5rem 1.5rem;
  }
}
.promo-pop-up .promo-content h2 {
  font-size: 1.5rem;
  color: #63656a;
  margin-bottom: 1rem;
  line-height: 2rem;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 0.5rem 0;
  padding: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 768px) {
  .promo-pop-up .promo-content h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}
.promo-pop-up .promo-content p {
  font-size: 1rem;
  color: #63656a;
  margin-bottom: 1rem;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 768px) {
  .promo-pop-up .promo-content p {
    margin-bottom: 0.5rem;
    /*font-size: 0.8em;*/
  }
}
.promo-pop-up .promo-content h6 {
  font-size: 0.8rem;
  color: #63656a;
  margin-bottom: 1rem;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 768px) {
  .promo-pop-up .promo-content h6 {
    font-size: 0.75em;
  }
}
.promo-pop-up .promo-content a {
  color: #63656a;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.promo-pop-up .promo-content a:hover h2, .promo-pop-up .promo-content a:hover p, .promo-pop-up .promo-content a:hover h6 {
  color: #000000;
}

.close-info-alt {
  position: absolute;
  z-index: 100;
  right: 0px;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.close-info-alt {
  top: 0px;
}

.close-info-alt::before,
.close-info-alt::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin: -1px auto 0 -10px;
  background: #63656a;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.close-info-alt::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-info-alt::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-info-alt:hover .close-info-alt::before,
.close-info-alt:hover .close-info-alt::after {
  background-color: #000000;
  cursor: pointer;
}

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

#fullpopup {
  display: none;
}

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

#fullpopupbox {
  /*background: #ffffff none repeat scroll 0 0;
  left: 50%;
  margin: 0;
  @include centerall();
  text-align: center;
  z-index: 9999999999;*/
  width: 95%;
  max-width: 800px;
  background: #ffffff none repeat scroll 0 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999999999;
}

#fullpopuptext {
  color: #63656a;
  margin: 0.5em;
  padding: 4em 2em;
}
#fullpopuptext .banner-logo {
  width: 50%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 2em;
}
#fullpopuptext h2 {
  color: #806f4b;
  text-transform: uppercase;
  margin: 0 0 1em;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fullpopuptext p {
  color: #55565a;
  font-size: 1em;
  line-height: 2em;
  padding: 0 0 1em;
  margin: 0;
}
#fullpopuptext a:link, #fullpopuptext a:visited, #fullpopuptext a:active {
  color: #806f4b;
  text-decoration: underline;
}
#fullpopuptext a:link:hover, #fullpopuptext a:visited:hover, #fullpopuptext a:active:hover {
  color: #000000;
}
#fullpopuptext a.btn:link, #fullpopuptext a.btn:visited, #fullpopuptext a.btn:active {
  display: inline-block;
  background-color: #806f4b;
  color: #ffffff;
  padding: 1em;
  text-decoration: none;
  font-weight: 500;
  margin: 1em auto 0;
}
#fullpopuptext a.btn:link:hover, #fullpopuptext a.btn:visited:hover, #fullpopuptext a.btn:active:hover {
  background-color: rgb(63.684729064, 55.2266009852, 37.315270936);
}

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

a#btn-x:hover {
  color: #000000;
}

@media (max-width: 600px) {
  #fullpopupbox {
    width: 90%;
  }
  #fullpopuptext {
    margin: 0.5em;
    padding: 2em;
  }
  #fullpopuptext h2 {
    margin: 0 0 0.25em;
    font-size: 1.75em;
  }
  #fullpopuptext p {
    font-size: 0.95em;
  }
  #fullpopuptext p.pop-up-disclaimer {
    font-size: 0.6rem;
    line-height: 1.5em;
  }
  a#btn-x:link {
    font-size: 1.2em;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  UNLEASHED RETREAT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.unleashed-retreat-main img {
  width: 100%;
  height: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  LICO SPA & WELLNESS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.lico-gallery {
  width: 100%;
  height: auto;
  margin: 3em 0 0 0;
}
.lico-gallery .slideshow-image {
  width: 100%;
  height: auto;
}
.lico-gallery .prevnext {
  position: absolute;
  top: 50%;
  z-index: 300;
  font-size: 3em;
}
.lico-gallery .prev {
  right: 90%;
}
.lico-gallery .next {
  left: 90%;
}
.lico-gallery a {
  color: #fff;
}

/* Concierge page */
.form-logo {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto 4rem;
}

/* Residence Referral */
body.resident-referral header,
body.resident-referral .off-canvas-menu {
  display: none !important;
}
body.resident-referral #slider div.slide.responsive-background-image {
  margin: 0 !important;
}
body.resident-referral #rr-page-title {
  display: block;
  width: 100%;
  position: relative;
}
body.resident-referral #rr-page-title .rr-page-title-content {
  width: 470px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -220px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  body.resident-referral #rr-page-title .rr-page-title-content {
    top: -130px;
    width: 230px;
  }
}
body.resident-referral #rr-page-title img {
  width: 50%;
  height: auto;
}
body.resident-referral #rr-page-title h2 {
  display: block;
  font-size: 3em;
  padding: 0 0.25em;
  -webkit-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
}
@media (max-width: 640px) {
  body.resident-referral #rr-page-title h2 {
    font-size: 1.75em;
  }
}
body.resident-referral .intro {
  padding: 4em 1em;
}
body.resident-referral h1.referral-title {
  font-size: 2.75em;
  line-height: 1.125em;
  margin: 0 0 1.25em 0;
  color: #63656a;
}
body.resident-referral h1.referral-title.signup {
  margin: 0 0 0.5em 0;
}
@media (max-width: 768px) {
  body.resident-referral h1.referral-title {
    margin-bottom: 1em;
  }
}
body.resident-referral h2.referral-intro {
  font-size: 1.75em;
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 2em;
}
@media (max-width: 640px) {
  body.resident-referral h2.referral-intro {
    padding: 0;
  }
}
body.resident-referral h3.referral-callout {
  font-size: 3em;
  line-height: 1.125em;
  margin-bottom: 0;
}
body.resident-referral #interest {
  padding: 4rem 0;
}
body.resident-referral #interest h2.interest-title {
  font-size: 2.25em;
  line-height: 1.125em;
  padding: 0 1em;
}
body.resident-referral #interest p.interest-text {
  padding: 0 1em;
}
body.resident-referral #interest .rr-get-started-title {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  color: #806f4b;
  font-size: 2.5em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  padding: 0 1em;
}
body.resident-referral #interest #interestForm {
  padding: 4em 0;
}
body.resident-referral #interest #interestForm #form-submit {
  padding-bottom: 0;
}
@media (max-width: 640px) {
  body.resident-referral #interest #interestForm .required {
    text-align: center;
  }
}
body.resident-referral #interest .rr-discalaimer {
  margin-top: 2em;
  text-align: center;
}

#refferal-landing-top {
  color: #806f4b;
  overflow: hidden;
}
#refferal-landing-top .half.right {
  border-left: solid 1px #806f4b;
}
@media (max-width: 768px) {
  #refferal-landing-top .half.right {
    margin-top: 2em;
    padding-top: 2em;
    border-left: none;
    border-top: solid 1px #806f4b;
  }
}
#refferal-landing-top h2, #refferal-landing-top h3 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  color: #806f4b;
  margin: 0;
  padding: 0;
}
#refferal-landing-top h2 {
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
#refferal-landing-top h3 {
  color: #806f4b;
  font-size: 2rem;
  line-height: 2.25rem;
  padding: 0.5em 0 0 0;
}
#refferal-landing-top h4 {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 2.75rem;
  margin: 0;
  padding: 0.75em 0 0 0;
}
@media (max-width: 640px) {
  #refferal-landing-top h4 span {
    display: inline-block;
  }
  #refferal-landing-top h4 span:first-of-type {
    margin-bottom: 0.75rem;
  }
}

.how-it-works {
  overflow: hidden;
  text-align: center;
  padding: 4em 0;
}
@media (max-width: 768px) {
  .how-it-works {
    padding-bottom: 1em;
  }
}
.how-it-works h3 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.125em;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .how-it-works h3 {
    font-size: 2.25rem;
  }
}
.how-it-works .hiw-item {
  width: 25%;
  float: left;
  text-align: center;
}
@media (max-width: 768px) {
  .how-it-works .hiw-item {
    width: 50%;
    margin-bottom: 3em;
  }
}
.how-it-works .hiw-item img {
  height: 50%;
  width: auto;
  margin: 0 auto;
  max-height: 85px;
  display: inline-block;
}
.how-it-works .hiw-item p {
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0.5em 0 0 0;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (max-width: 640px) {
  .how-it-works .hiw-item p {
    font-size: 1.25rem;
  }
}

.invite-your-friends {
  overflow: hidden;
  text-align: center;
  padding: 4em 0;
  color: #55565a;
}
@media (max-width: 768px) {
  .invite-your-friends {
    padding-bottom: 1em;
  }
}
.invite-your-friends h3 {
  font-size: 2.5rem;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}
.invite-your-friends .iyf-item {
  width: 25%;
  float: left;
  text-align: center;
}
@media (max-width: 768px) {
  .invite-your-friends .iyf-item {
    width: 50%;
    margin-bottom: 3em;
  }
}
.invite-your-friends .iyf-item img.icon {
  height: 50%;
  width: auto;
  margin: 0 auto;
  max-height: 50px;
  padding-bottom: 8px;
  display: inline-block;
}
.invite-your-friends .iyf-item img.barcode {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-top: 2em;
}
@media (max-width: 640px) {
  .invite-your-friends .iyf-item img.barcode {
    display: none;
  }
}
.invite-your-friends .iyf-item p {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  color: #55565a;
  margin: 0 0 1em 0;
  padding: 0.5em 0 0 0;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.invite-your-friends .iyf-item.text img.icon {
  padding: 0;
}
.invite-your-friends .iyf-item.text a {
  display: none;
}
@media (max-width: 640px) {
  .invite-your-friends .iyf-item.text a {
    display: block;
  }
}
.invite-your-friends .iyf-item.text a.details {
  display: block;
  border: 0;
  line-height: 1.3em;
  padding: 0;
  pointer-events: none;
}
@media (max-width: 640px) {
  .invite-your-friends .iyf-item.text a.details {
    display: none;
  }
}
.invite-your-friends a {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #806f4b;
  background-color: #ffffff;
  color: #806f4b;
  padding: 0.75em 0;
  text-transform: uppercase;
}
.invite-your-friends a:hover {
  background-color: #806f4b;
  color: #ffffff;
}

.referral-rules .wrapper {
  padding: 0 2em;
}
.referral-rules p {
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  color: #55565a;
  margin: 0 0 1rem 0;
  text-align: center;
}
.referral-rules ol li {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 1.5em;
  list-style: decimal;
  color: #55565a;
}
.referral-rules ol li:last-of-type {
  margin: 0;
}

.referal-form-title {
  text-align: center;
  overflow: hidden;
  clear: both;
}
.referal-form-title h2 {
  margin-bottom: 0 !important;
  color: #ffffff !important;
}
.referal-form-title p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  GALLERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#secnav,
.secnav {
  margin: 0 auto;
  overflow: hidden;
}
#secnav li,
.secnav li {
  display: inline-block;
  margin: 0.5rem 0.25rem;
  width: calc(33.3333333333% - 20px);
  border: 1px solid #806f4b;
}
@media (max-width: 768px) {
  #secnav li,
  .secnav li {
    width: 95%;
    margin: 0.5rem 0;
  }
}
#secnav li a,
.secnav li a {
  color: #806f4b;
  text-transform: uppercase;
  display: block;
  padding: 1rem 0;
  text-align: center;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  background: none;
  -webkit-transition: background 0.5s ease, color 0.5s ease;
  -moz-transition: background 0.5s ease, color 0.5s ease;
  -ms-transition: background 0.5s ease, color 0.5s ease;
  -o-transition: background 0.5s ease, color 0.5s ease;
  transition: background 0.5s ease, color 0.5s ease;
}
@media (max-width: 1024px) {
  #secnav li a,
  .secnav li a {
    font-size: 0.85rem;
  }
}
#secnav li a:hover,
.secnav li a:hover {
  background: #806f4b;
  color: #ffffff;
}
@media (max-width: 640px) {
  #secnav li a,
  .secnav li a {
    font-size: 0.75rem;
  }
}
#secnav li.active a,
.secnav li.active a {
  background: #806f4b !important;
  color: #ffffff !important;
  border-color: #806f4b !important;
}
#secnav.navspan3 li,
.secnav.navspan3 li {
  width: calc(33.3333333333% - 13px);
}
@media (max-width: 768px) {
  #secnav.navspan3 li,
  .secnav.navspan3 li {
    width: 100%;
  }
}
#secnav.navspan4 li,
.secnav.navspan4 li {
  width: calc(25% - 20px);
}
@media (max-width: 640px) {
  #secnav.navspan4 li,
  .secnav.navspan4 li {
    width: 100%;
  }
}
#secnav.navspan5 li,
.secnav.navspan5 li {
  width: calc(20% - 20px);
}
@media (max-width: 768px) {
  #secnav.navspan5 li,
  .secnav.navspan5 li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 640px) {
  #secnav.navspan5 li,
  .secnav.navspan5 li {
    width: 100%;
  }
}
#secnav.navspan6 li,
.secnav.navspan6 li {
  width: calc(16.6666666667% - 20px);
}
@media (max-width: 845px) {
  #secnav.navspan6 li,
  .secnav.navspan6 li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 640px) {
  #secnav.navspan6 li,
  .secnav.navspan6 li {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .gallery-page #secnav {
    padding: 0 0.45rem;
  }
}

.image-gallery {
  max-width: 99%;
  margin: 0 auto;
}
.image-gallery ul.gallery-list {
  list-style: none;
  overflow: hidden;
}
@media (max-width: 640px) {
  .image-gallery ul.gallery-list {
    margin: 0 1rem;
  }
}
.image-gallery ul.gallery-list li {
  width: 100%;
  float: left;
  margin: 0.5rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .image-gallery ul.gallery-list li {
    width: calc(50% - 32px);
    float: left;
    position: relative;
    margin: 1rem;
  }
}
@media (min-width: 840px) {
  .image-gallery ul.gallery-list li {
    width: calc(50% - 32px);
    float: left;
    position: relative;
    margin: 1rem;
  }
}
@media (min-width: 1024px) {
  .image-gallery ul.gallery-list li {
    width: calc(33.3333333333% - 32px);
    float: left;
    position: relative;
    margin: 1rem;
  }
}
.image-gallery ul.gallery-list li a {
  display: block;
}
.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:hover > .vr-caption {
  opacity: 1;
  cursor: pointer;
  color: #ffffff;
}
.image-gallery ul.gallery-list li a img {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.image-gallery ul.gallery-list li a:hover img {
  transform: scale(1.07);
}
.image-gallery ul.gallery-list li a img.vr-logo-overlay {
  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: 300;
  max-width: 180px;
}
.image-gallery ul.gallery-list li .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s opacity ease-in-out;
}
.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 {
  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;
  font-weight: 900;
  opacity: 0;
  text-align: center;
  transition: 0.2s opacity ease-in-out;
  font-size: 1.125rem;
  width: 100%;
}
.image-gallery .vr-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 2rem;
  z-index: 20;
  font-weight: 900;
  opacity: 0;
  text-align: center;
  transition: 0.2s opacity ease-in-out;
  font-size: 1.125rem;
  width: 100%;
}

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

.galleryvideo {
  position: relative;
  margin: 2em 0 1em 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

#virtual-tour,
.virtual-tour {
  text-align: center;
}

#virtual-tour iframe,
.virtual-tour iframe {
  height: 80vh;
  width: 100%;
  max-height: 1200px;
}

#virtual-tour h1,
.virtual-tour h1 {
  color: #fff;
  font-size: 2.5rem;
  padding-top: 8%;
  margin-bottom: 0.6rem;
}

#virtual-tour a,
.virtual-tour a {
  color: #fff;
  background: #000;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align: center;
  border: 1px solid #8c6e49;
  transition: 0.2s all ease-in-out;
}

#virtual-tour a:hover,
.virtual-tour a:hover {
  background: #8c6e49;
}

@media (max-width: 640px) {
  #virtual-tour iframe,
  .virtual-tour iframe {
    padding-top: 10%;
  }
  #virtual-tour h1,
  .virtual-tour h1 {
    color: #fff;
    padding-top: 30%;
  }
}
/*******************************************************
 BASIC FORM SCSS
********************************************************/
#interest {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  #interest {
    padding: 2rem 0;
  }
}
#interest h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
}

.form-bg {
  background: rgba(128, 111, 75, 0.8);
  padding: 3rem 0;
  margin: 3rem 0;
}

#interest-list :invalid,
#interest-list :-moz-submit-invalid,
#interest-list :-moz-ui-invalid {
  box-shadow: none;
}
#interest-list {
  display: table;
  width: 100%;
  color: #000000;
  padding: 3rem 0;
}
#interest-list div.fielditem {
  position: relative;
  padding: 0.9em;
}
#interest-list div.fielditem.fieldlist {
  padding-bottom: 0;
}
#interest-list div.fielditem.focused > label {
  transform: translateY(-32px);
  font-size: 0.75em;
  left: 5px;
}
#interest-list div.fieldinput label {
  color: #ffffff;
  position: absolute;
  left: 2px;
  bottom: 30px;
  font-size: 1em;
  padding: 0 0.75em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#interest-list div.fieldinput .select label {
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  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;
  transform: translateY(-32px);
  font-size: 0.75em;
  left: 0;
  opacity: 0;
}
#interest-list div.fieldinput.focused > label {
  transform: translateY(-32px);
  font-size: 0.75em;
  left: 5px;
}
#interest-list div.fieldinput.focused > input {
  border-bottom: 1px solid #ffffff;
}
#interest-list div.fieldinput.focused .select > label {
  opacity: 1;
}
#interest-list div#sec1, #interest-list div#sec2, #interest-list div#sec3 {
  padding: 0;
}
#interest-list label {
  color: #ffffff;
  font-size: 1em;
  padding: 0.5em 0.75em;
  text-align: left;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
#interest-list label.full {
  width: 10%;
  display: block;
}
#interest-list label.comments {
  display: block;
  padding-left: 0;
}
#interest-list input[type=text], #interest-list input[type=email] {
  width: 100%;
  background: transparent;
  color: #ffffff;
  padding: 0.75em 0em;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #ffffff;
  font-size: 1em;
  margin-top: 0.25em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#interest-list select {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#interest-list select.required-highlight,
#interest-list .required-highlight select {
  background: #e6e1dc;
  color: #3B3B3F !important;
  border-bottom: none;
  padding-left: 10px;
}
#interest-list .required-highlight .select__arrow {
  border-color: #3B3B3F transparent transparent transparent;
}
#interest-list .required-highlight label {
  color: #3B3B3F !important;
  margin-left: 10px;
}
#interest-list .required-highlight input {
  background: #e6e1dc;
  border-bottom: none;
}
#interest-list textarea {
  width: 100%;
  background: transparent;
  color: #ffffff;
  border: 0;
  border-bottom: 1px solid #ffffff;
  padding: 0.75em 0.5em;
  margin-top: 0.5em;
  letter-spacing: 0.5px;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  font-size: 1em;
  resize: none;
  height: 10em;
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
#interest-list textarea:focus {
  /*border: 1px solid $color-white;*/
}

/* CONTROL GROUP */
.control-group .full {
  margin-bottom: 0.75em;
}
.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;
  background: #e6e6e6;
}

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

.control:hover input ~ .control__indicator {
  background: #ccc;
}
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #ffffff;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
  background: #000000;
}
.control input:checked:focus ~ .control__indicator {
  background: #ffffff;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

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

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

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

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

.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0.75em 0.5em 0.75em 0;
  letter-spacing: 0.5px;
  margin-top: 0.25em;
  outline: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  -webkit-appearance: none;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 1em;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select select option {
  background: rgb(86.6853658537, 88.4365853659, 92.8146341463);
}

.select__arrow {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
  border-top-color: #ffffff;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #b3a68f;
}

#interest-list button[type=submit] {
  border: none;
  margin: 0;
  width: 220px;
  height: 44px;
  z-index: 200;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0.35em;
  background-color: transparent;
  -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;
  font-family: "GothamMedium", Arial, Helvetica, sans-serif;
  border: 1px solid #ffffff;
}
@media (max-width: 640px) {
  #interest-list button[type=submit] {
    font-size: 1em;
  }
}
#interest-list button[type=submit]:hover {
  background-color: #ffffff;
  cursor: pointer;
  color: #63656a;
}
#interest-list div#process, #interest-list div#success {
  padding: 12em 2em;
  color: #ffffff;
}

#form-submit {
  width: 100%;
  float: right;
  padding: 0 1em;
  width: 100%;
  float: right;
  padding: 1em 0 3em 0;
  margin: 0 auto;
  text-align: center;
}

#process h4,
#success h4 {
  margin: 0 0 0.75em 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

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

#errorchecking.alert {
  background: #e6e1dc;
  text-align: center;
  clear: both;
  margin-bottom: 2em;
  padding: 1em;
  margin: 0.9em;
}
#errorchecking.alert p {
  margin: 0;
  padding: 0;
  color: #3B3B3F;
  text-transform: uppercase;
}

/* additions */
#sec1 .fielditem {
  height: 77px;
}

.required {
  width: 100%;
  font-size: 0.813em;
  padding: 0.9em;
  color: #ffffff;
  font-family: "GothamBook", Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .required {
    text-align: left;
  }
}

.broker-hidden {
  display: none;
}

.ui-datepicker {
  width: 218px;
  height: auto;
  margin: 5px auto 0;
  font-size: 12px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #cccccc;
  display: none;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #806f4b;
  color: #FFFFFF;
  line-height: 30px;
  text-transform: uppercase;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 30px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  overflow: hidden;
  color: #806f4b;
}

.ui-datepicker-prev {
  float: left;
  background-image: url("../../images/datepicker/ui-arrow-left.svg");
}
.ui-datepicker-prev .ui-icon {
  display: none;
}

.ui-datepicker-prev:hover, .ui-datepicker-prev:active {
  background-position: -3px 0px;
}

.ui-datepicker-next {
  float: right;
  background-image: url("../../images/datepicker/ui-arrow-right.svg");
}
.ui-datepicker-next .ui-icon {
  display: none;
}

.ui-datepicker-next:hover, .ui-datepicker-next:active {
  background-position: 3px 0px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
  border-bottom: 1px solid #bbb;
  text-align: center;
}

.ui-datepicker th {
  text-transform: uppercase;
  font-size: 9px;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  text-align: center;
  font-family: "GothamBook", Arial, Helvetica, sans-serif !important;
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #cccccc;
  font-family: "GothamBook", Arial, Helvetica, sans-serif !important;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #cccccc;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f9f9f9;
}

.ui-datepicker-calendar .ui-state-active {
  background: #806f4b;
  color: #FFFFFF;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f9f9f9;
  color: #d8d8d8;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

#interest-list div.fieldinput label.tour-date {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

#tour-date {
  background-position: 0px 0px;
  background: url("../../images/datepicker/ui-icons-calendar.svg") no-repeat 98% 50%;
}

#interest-list div.fieldinput label.notransition {
  transform: translateY(-32px);
  font-size: 0.75em;
  left: 5px;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

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

/********************************************************
NEWS
********************************************************/
a.arrow-link {
  display: block;
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #b3a68f !important;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 640px) {
  a.arrow-link {
    font-size: 0.75rem;
  }
}
a.arrow-link:after {
  content: url("../../images/global/after-link-garnish.svg");
  background: transparent;
  position: relative;
  top: 0.25rem;
  left: 1rem;
  -webkit-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
}
a.arrow-link:hover {
  color: rgb(207.0289017341, 206.4710982659, 207.0289017341) !important;
}
a.arrow-link:hover:after {
  position: relative;
  left: 2rem;
}
a.arrow-link.color-surrogate {
  color: #a9a8a9 !important;
}
a.arrow-link.color-surrogate:hover {
  color: rgb(207.0289017341, 206.4710982659, 207.0289017341) !important;
}
a.arrow-link.color-surrogate:after {
  content: url("../../images/global/after-link-garnish-light.svg");
}
a.arrow-link.color-white {
  color: #ffffff !important;
}
a.arrow-link.color-white:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
a.arrow-link.color-white:after {
  content: url("../../images/global/after-link-garnish-white.svg");
}
a.arrow-link.reverse:after {
  content: "";
  display: none;
}
a.arrow-link.reverse:before {
  content: url("../../images/global/after-link-garnish.svg");
  background: transparent;
  position: relative;
  top: 0.25rem;
  right: 1rem;
  -webkit-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-block;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
a.arrow-link.reverse.color-surrogate:before {
  content: url("../../images/global/after-link-garnish-light.svg");
}
a.arrow-link.reverse.color-white:before {
  content: url("../../images/global/after-link-garnish-white.svg");
}
a.arrow-link.reverse:hover:before {
  right: 2rem;
}

.news-block:nth-child(4n+1) a.arrow-link, .news-block:nth-child(4n-1) a.arrow-link {
  color: #ffffff !important;
}
.news-block:nth-child(4n+1) a.arrow-link:hover, .news-block:nth-child(4n-1) a.arrow-link:hover {
  color: rgba(255, 255, 255, 0.6) !important;
}
.news-block:nth-child(4n+1) a.arrow-link:after, .news-block:nth-child(4n-1) a.arrow-link:after {
  content: url("../../images/global/after-link-garnish-white.svg");
}
.news-block:nth-child(4n+1) {
  background-color: #806f4b;
}
.news-block:nth-child(4n-1) {
  background-color: #63656a;
}
@media (max-width: 768px) {
  .news-block .wrapper {
    padding: 2em 1em 0;
  }
}
.news-block .wrapper .fullbg {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (max-width: 768px) {
  .news-block .wrapper .fullbg {
    width: 100%;
    height: 300px;
    position: relative;
  }
}
.news-block .wrapper .bgright {
  left: 50%;
}
@media (max-width: 768px) {
  .news-block .wrapper .bgright {
    left: auto;
  }
}

.news-post-front img {
  display: none;
}
.news-post-front.left {
  padding-left: 0;
}
.news-post-front.right {
  padding-right: 0;
}
.news-post-front a.arrow-link {
  width: 100px;
  float: right;
  margin-top: 1em;
}

.news-post .news-text, .news-post-front .news-text {
  font-size: 1.125em;
  line-height: 1.75em;
  text-align: center;
  color: #ffffff;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.news-post .news-text a, .news-post-front .news-text a {
  text-decoration: underline;
}
.news-post h1, .news-post h2, .news-post h3, .news-post h4, .news-post h5, .news-post h6, .news-post-front h1, .news-post-front h2, .news-post-front h3, .news-post-front h4, .news-post-front h5, .news-post-front h6 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.85em;
  margin: 0 0 1em 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.news-post h3, .news-post-front h3 {
  margin-bottom: 0.5em;
}
.news-post h4.date, .news-post-front h4.date {
  font-size: 1em;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 1.5em;
}
.news-post.bgwhite h3, .news-post-front.bgwhite h3 {
  color: #806f4b !important;
}
.news-post.bgwhite h4.date, .news-post-front.bgwhite h4.date {
  color: #55565a !important;
}
.news-post.bgwhite .news-text, .news-post-front.bgwhite .news-text {
  color: #55565a;
}
.news-post .news-text, .news-post-front .news-text {
  text-align: left;
}
.news-post .news-text a, .news-post-front .news-text a {
  color: #ffffff;
  text-decoration: none;
}
.news-post .news-text a:hover, .news-post-front .news-text a:hover {
  color: #b3a68f;
}
.news-post .news-text .arrow-link, .news-post-front .news-text .arrow-link {
  width: 200px;
  margin: 2em auto;
}

.news-post-front {
  padding: 4em 2em;
}
.news-post-front p {
  text-align: left;
}
.news-post-front h1, .news-post-front h2, .news-post-front h3, .news-post-front h4, .news-post-front h5, .news-post-front h6 {
  font-family: "GothamLight", Arial, Helvetica, sans-serif;
  text-align: left;
}

.news-post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.news-post p, .news-post h1, .news-post h2, .news-post h3, .news-post h4, .news-post h5, .news-post h6 {
  color: #ffffff !important;
  text-align: left;
}
.news-post a.read-more, .news-post a.go-back {
  background-color: #806f4b;
  color: #55565a;
  display: block;
  font-size: 1em;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  margin: 0 auto;
  text-decoration: none;
  margin-bottom: 2em;
}
.news-post a.read-more:hover, .news-post a.go-back:hover {
  color: #000000;
}

.navigation {
  padding: 1em;
}
.navigation .arrow-left a, .navigation .arrow-right a {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #55565a;
}
.navigation .arrow-left a:hover, .navigation .arrow-right a:hover {
  color: #000000;
}
.navigation .arrow-left {
  float: left;
}
.navigation .arrow-right {
  float: right;
}

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