/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:ital,wght@0,400..600;1,400..600&display=swap");
@font-face {
  font-family: Lato-Bold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Bold.svg#Lato-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Light;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Light.svg#Lato-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Lato-Regular.svg#Lato-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot");
  src: url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.eot?") format("eot"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.woff") format("woff"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.ttf") format("truetype"), url("https://i-marketingtools.com/cdn/fonts-component/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: swap;
}
/*
| 6. Screen Sizes / Breakpoints
| --------------------------------------------------
| Breakpoint variables in pixel widths for media queries.
|
*/
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**** Gutters ***/
.half-gutter1 .half {
  width: calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  .half-gutter1 .half {
    width: 100%;
  }
}
.half-gutter1 .half:nth-child(even) {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .half-gutter1 {
    width: 100%;
    margin-left: 0 !important;
  }
}

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

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

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}

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

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

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

.italic {
  font-style: italic;
}

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

.pad-half {
  padding: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pad1 {
  padding: 1rem;
}

.pad2 {
  padding: 2rem;
}

.pad3 {
  padding: 3rem;
}

.pad4 {
  padding: 4rem;
}

.pad5 {
  padding: 5rem;
}

.pad6 {
  padding: 6rem;
}

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

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

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

.padthalf {
  padding-top: 0.5rem;
}

.padt1 {
  padding-top: 1rem;
}

.padt2 {
  padding-top: 2rem;
}

.padt3 {
  padding-top: 3rem;
}

.padt4 {
  padding-top: 4rem;
}

.padt5 {
  padding-top: 5rem;
}

.padt6 {
  padding-top: 6rem;
}

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

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

.padb1 {
  padding-bottom: 1rem;
}

.padb2 {
  padding-bottom: 2rem;
}

.padb3 {
  padding-bottom: 3rem;
}

.padb4 {
  padding-bottom: 4rem;
}

.padb5 {
  padding-bottom: 5rem;
}

.padb6 {
  padding-bottom: 6rem;
}

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

.mar-half {
  margin: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mar1 {
  margin: 1rem;
}

.mar2 {
  margin: 2rem;
}

.mar3 {
  margin: 3rem;
}

.mar4 {
  margin: 4rem;
}

/*~~ margin  TOP~~*/
.mart0 {
  margin-top: 0 !important;
}

.mart1 {
  margin-top: 1rem;
}

.mart2 {
  margin-top: 2rem;
}

.mart3 {
  margin-top: 3rem;
}

.mart4 {
  margin-top: 4rem;
}

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

.marb1 {
  margin-bottom: 1rem;
}

.marb2 {
  margin-bottom: 2rem;
}

.marb3 {
  margin-bottom: 3rem;
}

.marb4 {
  margin-bottom: 4rem;
}

.marb5 {
  margin-bottom: 5rem;
}

.marb6 {
  margin-bottom: 6rem;
}

/*~~ PADDING MOBILE ~~*/
@media (max-width: 768px) {
  .padm4-0 {
    padding: 4rem 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

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

.relative {
  position: relative;
}

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

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

.stretch-h {
  height: 100%;
  width: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedbg,
.fixed-bg {
  background-attachment: fixed;
  will-change: top;
}

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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    SEARCH BAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#unit-search {
  width: 100%;
  padding: 0 1.5em 0.9em 1.5em;
  overflow: visible;
  position: static;
  left: auto;
  top: auto;
  /*background: $component-color-accent;*/
}
#unit-search .wrapper {
  padding-top: 0.7em;
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  #unit-search .wrapper {
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 850px) {
  #unit-search.sticky {
    position: fixed;
    z-index: 801;
    left: 0px;
    top: 75px;
  }
}

.fields-title {
  width: 16%;
  float: left;
  text-align: center;
}
.fields-title h3 {
  font-size: 1.2em;
  color: #FFFFFF;
  margin: 0;
  padding: 33px 0 0 0;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (max-width: 900px) {
  .fields-title h3 {
    padding: 0.5em 0;
  }
}
@media (max-width: 900px) {
  .fields-title {
    width: 100%;
  }
}

.fields-rent {
  width: 27%;
  float: left;
  /*display: none;*/
}
@media (max-width: 900px) {
  .fields-rent {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .fields-rent .select-box {
    width: 100%;
  }
}

.fields-bedrooms {
  /*width: 21%;*/
  width: 35%;
  float: left;
}
@media (max-width: 900px) {
  .fields-bedrooms {
    width: 50%;
  }
}

.fields-type {
  /*width: 21%;*/
  width: 28%;
  float: left;
}
@media (max-width: 900px) {
  .fields-type {
    width: 50%;
    /*padding-top: 12px;*/
  }
}

.fields-move-in-date {
  /*width: 21%;*/
  width: 28%;
  float: left;
}
@media (max-width: 900px) {
  .fields-move-in-date {
    width: 50%;
    padding-top: 12px;
  }
}
@media (max-width: 640px) {
  .fields-move-in-date {
    width: 50%;
  }
}

.fields-submit {
  width: 22%;
  float: left;
}
@media (max-width: 900px) {
  .fields-submit {
    width: 50%;
    margin-left: 25%;
  }
}
@media (max-width: 640px) {
  .fields-submit {
    /*width: 95%;*/
    width: 50%;
    margin-left: 25%;
  }
}

.fields-rent label,
.fields-bedrooms label,
.fields-type label,
.fields-move-in-date label {
  font-size: 1em;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  width: 90%;
  text-align: left;
  display: block;
}

.fields-bedrooms .full div {
  float: left;
  padding-right: 1em;
}

.fields-move-in-date input {
  width: 90%;
  background: #FFFFFF;
  color: #000000;
  padding: 10px 10px 10px 10px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  margin-top: 5px;
  height: 36px;
  border: 0;
  background: #FFFFFF url("../../images/availability/ui-icons-calendar.svg") no-repeat 98% 50%;
  border: 1px solid #FFFFFF;
  border-radius: 0;
}
.select-box {
  width: 90%;
  padding: 10px 10px 9px 10px;
  margin: 0;
  overflow: hidden;
  background: #FFFFFF url("../../images/availability/ui-icons-arrow.svg") no-repeat 98% 50%;
  margin-top: 5px;
  height: 36px;
  border: 0;
  border: 0;
}

.select-box select {
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 15px;
  color: #000000;
}

.select-box select {
  outline: none;
}

#unit-search-submit {
  width: 90%;
  max-width: 300px;
  background: #8f5620;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 9px 10px 12px 10px;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-top: 22px;
  height: 37px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  #unit-search-submit {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #unit-search-submit {
    font-size: 14px;
  }
}

#unit-search-submit:hover {
  background: #8f5620;
  cursor: pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    INTEGRATION
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#move-in-date {
  font-family: Arial, Helvetica, sans-serif !important;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DATE PICKER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div#ui-datepicker-div {
  z-index: 500 !important;
}

.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: #FFFFFF;
  border: 1px solid #a7bac3;
  font-family: "Lato", sans-serif;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #005E8A;
  color: #FFFFFF;
  line-height: 30px;
  text-transform: uppercase;
}

.ui-datepicker-title {
  text-align: center;
  line-height: 30px !important;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  line-height: 650% !important;
  overflow: hidden;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  line-height: 650% !important;
}

.ui-datepicker-prev {
  float: left;
  background-image: url("../../images/availability/ui-arrow-left.svg");
}
.ui-datepicker-prev:hover, .ui-datepicker-prev:active {
  background-position: -3px 0px;
}

.ui-datepicker-next {
  float: right;
  background-image: url("../../images/availability/ui-arrow-right.svg");
}
.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: #393435;
  text-shadow: 1px 0px 0px #fff;
  text-align: center;
}

.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #a7bac3;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #a7bac3;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  color: #005E8A;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f9f9f9;
}

.ui-datepicker-calendar .ui-state-active {
  background: #393435;
  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 {
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  margin-bottom: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    AVAILABILITY GRID
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*#availability-nav {
  margin-top: 2em;
  margin-bottom: 2em;
}*/
.availability-toggle-container {
  padding: 0 1.5em 0 1.5em;
}

.intro-availability {
  padding: 1.5em 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    UNITS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#unit-listing {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding-top: 20px;
}
#unit-listing .no-results {
  color: #005E8A;
  margin: 0 0 2em 0;
  font-size: 1.25em;
  text-align: center;
}
#unit-listing .no-results .no-results-boot {
  font-size: 0.75em;
}

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

#unit-listing a .available-unit-grid {
  width: 100%;
  min-height: 520px;
  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: 2.5em 0.7em;
  border: 1px solid #a7bac3;
}
@media only screen and (max-width: 740px) {
  #unit-listing a .available-unit-grid {
    min-height: auto;
  }
}
#unit-listing a .available-unit-grid .plan-promo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.4em 0 0.5em 0;
  background: #8f5620;
  color: #FFFFFF;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

#unit-listing a:hover .available-unit-grid {
  border: 1px solid #393435;
}

#unit-listing .plan__cell.is-expanded .available-unit-grid {
  border: 1px solid #393435;
}

#unit-listing a .available-unit-grid .available-unit-image {
  width: auto;
  height: 260px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 486px) {
  #unit-listing a .available-unit-grid .available-unit-image {
    height: auto;
  }
}

#unit-listing a .available-unit-grid img.fpimg {
  max-height: 260px;
  max-width: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em 0 1em 0;
}

#unit-listing a .available-unit-grid h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  clear: both;
  color: #005E8A;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

#unit-listing a .available-unit-grid h3 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 1em;
  min-height: 40px;
  color: #000000;
  font-family: "Lato", sans-serif;
}

#unit-listing a .available-unit-grid h4 {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #000000;
  -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-family: "Lato", sans-serif;
}

#unit-listing a .available-unit-grid h3.availprice .vr-icon {
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  bottom: 55px;
  /*z-index: 0;*/
  width: 100%;
  /*height: auto;*/
  color: #000000;
  font-size: 3em;
  font-family: "Lato", sans-serif;
  display: block;
  text-align: center;
  line-height: 1em;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  /*@include svg-shadow(3px 3px 2px fn-transparent-color($component-color-black, .3));*/
}

#unit-listing a .available-unit-grid h3.availprice .taccent {
  font-family: "Lato", sans-serif;
}

#unit-listing .plan__cell.is-expanded .available-unit-grid h4 {
  font-family: "Lato", sans-serif;
  opacity: 0;
}

#unit-listing a .available-unit-grid h4 img {
  width: 0.8em;
  height: 0.8em;
  vertical-align: baseline;
  -webkit-transition: margin 0.4s ease-out;
  -moz-transition: margin 0.4s ease-out;
  -ms-transition: margin 0.4s ease-out;
  -o-transition: margin 0.4s ease-out;
  transition: margin 0.4s ease-out;
}

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

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

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

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

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

.unit-detail .unit-detail-info h2 {
  font-size: 1.8em;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
  clear: both;
  color: #005E8A;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.unit-detail .unit-detail-info .date-needed {
  max-width: 200px;
  margin-bottom: 0.5rem;
}

.unit-detail .unit-detail-info h3 {
  font-size: 1.1em;
  line-height: 1.35em;
  font-weight: normal;
  margin-bottom: 2em;
  color: #393435;
  font-family: "Lato", sans-serif;
}
.unit-detail .unit-detail-info h3.plan-name {
  color: #000000;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .unit-detail .unit-detail-info h3 {
    margin-bottom: 1em;
  }
}

.unit-detail .unit-detail-info p {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #000000;
  margin-top: 2rem;
  padding: 0;
}
@media (max-width: 768px) {
  .unit-detail .unit-detail-info p {
    margin-top: 1em;
  }
}

.unit-detail .unit-detail-info .detail-promo {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3rem;
  color: #8f5620;
  margin-bottom: 1.5rem;
  padding: 0;
}

.unit-detail .unit-detail-info h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #005E8A;
  font-size: 1.9rem;
  line-height: 2.3rem;
  margin: 0 0 1rem 0;
  padding: 0;
  text-transform: none;
}
@media (max-width: 500px) {
  .unit-detail .unit-detail-info h4 {
    font-size: 2em;
  }
}

/*.unit-detail .unit-detail-info h4 {
    font-size: .813em;
    line-height: 1em;
    margin-bottom: 4em;
    font-weight: normal;
    color: $component-color-white;
    text-transform: uppercase;
  }*/
.unit-detail .unit-detail-info a,
.unit-detail .unit-detail-info .submit {
  background: #0086c6;
  color: #fff;
  width: 100%;
  max-width: 230px;
  display: block;
  font-size: 1em;
  padding: 1.2em 0.5em 1em 0.5em;
  margin: 0 auto 0.5em auto;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  clear: both;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .unit-detail .unit-detail-info a,
  .unit-detail .unit-detail-info .submit {
    max-width: 170px;
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .unit-detail .unit-detail-info a,
  .unit-detail .unit-detail-info .submit {
    max-width: 200px;
    font-size: 0.9em;
  }
}

.unit-detail .unit-detail-info a:hover,
.unit-detail .unit-detail-info .submit:hover {
  background-color: #006393;
}

.floor-plans #secnav {
  margin-bottom: 1rem;
}
.floor-plans #secnav li {
  display: inline-block;
  margin-bottom: 0.25em;
  -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;
}
.floor-plans #secnav li:hover > a {
  background: #393435;
  color: #FFFFFF;
}
.floor-plans #secnav li a {
  padding: 0.5rem 2rem;
  background: #005E8A;
  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;
  display: block;
  min-width: 140px;
  font-size: 1.313em;
  line-height: 1em;
}
.floor-plans #secnav li a.active {
  background: #393435;
  color: #FFFFFF;
}

.unit-detail .full {
  clear: both;
  padding-top: 1em;
}
@media (max-width: 800px) {
  .unit-detail .full {
    border-top: solid 1px #dcdad9;
  }
}
.unit-detail .full .fp-avail-key {
  width: 100%;
  overflow: hidden;
  display: table;
  color: #b96f29;
  margin-top: 1em;
}
@media (max-width: 800px) {
  .unit-detail .full .fp-avail-key {
    display: none;
  }
}
.unit-detail .full .fp-avail-key .fp-avail-key-item {
  width: 20%;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #dcdad9;
  display: table-cell;
  color: #b96f29;
  font-family: "Lato", sans-serif;
  /*@include mq-max(1080px) {
        &.unit { width: 15% }
        &.available { width: 20%; }
        &.specials { width: 25%; }
        &.price { width: 20%; }
        &.calltoaction { width: 20%; }
      }*/
}
.unit-detail .full .fp-avail-key .fp-avail-key-item.unit {
  width: 20%;
}
.unit-detail .full .fp-avail-key .fp-avail-key-item.available {
  width: 30%;
  display: none;
}
.unit-detail .full .fp-avail-key .fp-avail-key-item.specials {
  width: 30%;
}
.unit-detail .full .fp-avail-key .fp-avail-key-item.price {
  width: 25%;
}
.unit-detail .full .fp-avail-key .fp-avail-key-item.calltoaction {
  width: 25%;
}
.unit-detail .full .avail-info {
  width: 100%;
  overflow: hidden;
  display: table;
}
.unit-detail .full .avail-info .avail-info-item,
.unit-detail .full .avail-info .avail-info-mobile {
  width: 20%;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0.75em 0 0.75em 0;
  border-bottom: 1px solid #dcdad9;
  display: table-cell;
  color: #393435;
  vertical-align: middle;
}
.unit-detail .full .avail-info .avail-info-item.unit,
.unit-detail .full .avail-info .avail-info-mobile.unit {
  width: 20%;
}
.unit-detail .full .avail-info .avail-info-item.available,
.unit-detail .full .avail-info .avail-info-mobile.available {
  width: 30%;
  display: none;
}
.unit-detail .full .avail-info .avail-info-item.specials,
.unit-detail .full .avail-info .avail-info-mobile.specials {
  width: 30%;
}
.unit-detail .full .avail-info .avail-info-item.price,
.unit-detail .full .avail-info .avail-info-mobile.price {
  width: 25%;
}
.unit-detail .full .avail-info .avail-info-item.calltoaction,
.unit-detail .full .avail-info .avail-info-mobile.calltoaction {
  width: 25%;
}
@media (max-width: 1080px) {
  .unit-detail .full .avail-info .avail-info-item,
  .unit-detail .full .avail-info .avail-info-mobile {
    /*&.unit { width: 15% }
        &.available { width: 20%; }
        &.specials { width: 25%; }
        &.price { width: 20%; }
        &.calltoaction { width: 20%; }*/
  }
}
@media (max-width: 800px) {
  .unit-detail .full .avail-info .avail-info-item.unit,
  .unit-detail .full .avail-info .avail-info-mobile.unit {
    display: none;
  }
  .unit-detail .full .avail-info .avail-info-item.available,
  .unit-detail .full .avail-info .avail-info-mobile.available {
    display: none;
  }
  .unit-detail .full .avail-info .avail-info-item.specials,
  .unit-detail .full .avail-info .avail-info-mobile.specials {
    display: none;
  }
  .unit-detail .full .avail-info .avail-info-item.price,
  .unit-detail .full .avail-info .avail-info-mobile.price {
    display: none;
  }
}
.unit-detail .full .avail-info .avail-info-item.calltoaction,
.unit-detail .full .avail-info .avail-info-mobile.calltoaction {
  width: 25%;
  text-align: right;
}
.unit-detail .full .avail-info .avail-info-item.calltoaction a,
.unit-detail .full .avail-info .avail-info-mobile.calltoaction a {
  background: #0086c6;
  color: #FFFFFF;
  /*border: 1px solid $component-color-primary;*/
  display: inline-block;
  font-size: 0.9em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0.7rem 0 0.5rem 0;
  margin: 0 0 0 0.5rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  clear: both;
  text-transform: uppercase;
  width: 112px;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 1100px) {
  .unit-detail .full .avail-info .avail-info-item.calltoaction a:first-of-type,
  .unit-detail .full .avail-info .avail-info-mobile.calltoaction a:first-of-type {
    margin-bottom: 0.5rem;
  }
}
.unit-detail .full .avail-info .avail-info-item.calltoaction a:hover,
.unit-detail .full .avail-info .avail-info-mobile.calltoaction a:hover {
  background: #3c240d;
}
.unit-detail .full .avail-info .avail-info-mobile {
  width: 80%;
  display: none;
  line-height: 1.5em;
}
@media (max-width: 800px) {
  .unit-detail .full .avail-info .avail-info-mobile {
    display: table-cell;
    text-align: left;
  }
}

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

html {
  box-sizing: border-box;
}

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

.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: 6000px;
  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 $component-color-subdued;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    height: 0;
    width: 0;
    margin: 5px auto 0;
  }*/
.plan__cell.is-collapsed .arrow--up {
  height: 20px;
  width: 100%;
}

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

.plan__cell.is-expanded .arrow--up .arrow--up--inside {
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 1px;
  z-index: 5;
  left: -15px;
}

.expand__close {
  position: absolute;
  right: 21px;
  top: 1px;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: #0086c6;
  cursor: pointer;
}
@media (max-width: 486px) {
  .expand__close {
    right: 11px;
  }
}

.expand__close:hover,
.expand__close:hover {
  background-color: #006393;
}

.expand__close::before,
.expand__close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin: -1px auto 0 -10px;
  background: #FFFFFF;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.expand__close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.expand__close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.expand__close::before,
.expand__close::after {
  height: 2px;
  margin-top: -2px;
}

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

@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: 740px) and (min-width: 487px) {
  .plan__cell {
    width: 50%;
  }
  .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%;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 741px) {
  .plan__cell {
    width: 33.333333%;
  }
  .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%;
  }
}
@media only screen and (min-width: 1001px) {
  .plan__cell {
    width: 25%;
  }
  .plan__cell.third {
    width: 33.333333%;
  }
  .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.third {
    width: 300%;
  }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      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: .5em;
    }*/
}
/* END 760 */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    COMMUNITY SPECIFIC
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gr-sp-container {
  background-color: #FFFFFF;
  text-align: center;
}
@media (max-width: 1100px) {
  .gr-sp-container {
    width: 100%;
    float: left;
  }
}

#gr {
  text-align: center;
  width: 100%;
  margin-bottom: 85px;
  background-color: #FFFFFF;
}

#sp {
  display: inline-block;
  width: calc(100% - 4em);
}

.availabilitybg {
  background-color: #004c6c;
}

.availability #intro,
.availability-dev #intro {
  padding: 5em 1em 5em 1em;
  /*@include mq-sm {
        display: none;
      }*/
}
.availability #intro .intro-text,
.availability-dev #intro .intro-text {
  padding: 0;
}
.availability #intro .intro-text p,
.availability-dev #intro .intro-text p {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}

h3.availprice .tsecondary {
  font-family: "Lato", sans-serif;
  color: #005E8A;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #FFFFFF;
  border: 1px solid #000000;
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.2);
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 0;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #000000;
  left: 0;
  top: 1px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000000;
  left: -1px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #000000;
  left: 1px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
  left: 0;
  top: -1px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 1px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
  color: #000;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
  height: 11px;
  margin-left: -11px;
  width: 22px;
  bottom: -2px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
  height: 22px;
  margin-left: 0;
  margin-top: -11px;
  width: 11px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
  border: 11px solid transparent;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF;
  top: 1px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FFFFFF;
  left: -1px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FFFFFF;
  left: 1px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF;
  top: -1px;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
  border-width: 11px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -11px;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped {
  left: -11px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    SEARCH UNITS SIDEBAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#unit-availability {
  width: 200px;
  min-height: 100%;
  float: right;
  border-left: 1px solid #a7bac3;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1100px) {
  #unit-availability {
    display: none;
  }
}
@media (max-width: 1100px) {
  #unit-availability {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    clear: all;
    border-left: 0;
  }
}

#unit-availability-header {
  width: 200px;
  background: #393435;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
}
#unit-availability-header h2 {
  padding: 0.8em 0;
  font-size: 1.1em;
  font-family: "Lato", sans-serif;
  line-height: 1.2em;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  #unit-availability-header {
    display: none;
  }
}

#unit-availability-scroll {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  /* exact value is given through JavaScript */
  overflow-y: scroll;
}
@media (max-width: 1100px) {
  #unit-availability-scroll {
    position: static;
  }
}
#unit-availability-scroll p.no-results {
  padding: 20px;
  color: #005E8A;
}

#unit-availability-data {
  padding-top: 50px;
}
@media (max-width: 1100px) {
  #unit-availability-data {
    padding-top: 0;
    border-top: 1px solid #a7bac3;
  }
}

#unit-availability-data .available-unit {
  cursor: pointer;
  color: #005E8A;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 22px;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #a7bac3;
  position: relative;
  -webkit-transition: 700ms;
  -moz-transition: 700ms;
  -ms-transition: 700ms;
  -o-transition: 700ms;
  transition: 700ms;
}
@media (max-width: 1100px) {
  #unit-availability-data .available-unit:after {
    content: " ";
    display: block;
    width: 1.75em;
    height: 1.75em;
    background: url("../../images/availability/arrow-secondary.svg") no-repeat #FFFFFF;
    background-size: 100% 100%;
    position: absolute;
    right: 15px;
    top: 52px;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    -ms-transition: 250ms;
    -o-transition: 250ms;
    transition: 250ms;
  }
}
@media (max-width: 1100px) {
  #unit-availability-data .available-unit:last-of-type {
    border-bottom: 0;
  }
}
#unit-availability-data .available-unit .available-unit-cover {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#unit-availability-data .available-unit .listing-unit-load {
  display: none;
  text-align: center;
  margin-top: 1em;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  opacity: 0;
}
#unit-availability-data .available-unit .listing-unit-load img {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 520px;
  margin-top: 1em;
}
#unit-availability-data .available-unit .listing-unit-load a,
#unit-availability-data .available-unit .listing-unit-load button {
  display: block;
  font-size: 1em;
  line-height: 1em;
  padding: 0.6em 0.6em 0.5em 0.6em;
  color: #FFFFFF;
  background: #0086c6;
  border: 0;
  text-align: center;
  text-decoration: none;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 0.5em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}
#unit-availability-data .available-unit .listing-unit-load a.first-of-type,
#unit-availability-data .available-unit .listing-unit-load button.first-of-type {
  margin-top: 1em;
}
#unit-availability-data .available-unit .listing-unit-load a:hover,
#unit-availability-data .available-unit .listing-unit-load button:hover {
  cursor: pointer;
  background: #0086c6;
}
#unit-availability-data .available-unit .listing-unit-load a.vr-button,
#unit-availability-data .available-unit .listing-unit-load button.vr-button {
  background: #005E8A;
}
#unit-availability-data .available-unit .listing-unit-load a.vr-button:hover,
#unit-availability-data .available-unit .listing-unit-load button.vr-button:hover {
  background: #000000;
}
#unit-availability-data .available-unit h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  color: #005E8A;
  margin: 0 0 0.1em 0;
  padding: 0;
  line-height: 20px;
  letter-spacing: 0.5px;
}
#unit-availability-data .available-unit h3 .listing-unit-title {
  color: #005E8A;
  font-size: 1em;
}
#unit-availability-data .available-unit h4 {
  font-family: "Lato", sans-serif;
  color: #005E8A;
  font-size: 1.1em;
  margin: 0 0 0.25em 0;
  padding: 0;
}
#unit-availability-data .available-unit p {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 0.85em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

#unit-availability-data .available-unit.active:after {
  transform: rotateZ(90deg);
}
@media (max-width: 1100px) {
  #unit-availability-data .available-unit.active .listing-unit-load {
    display: block;
  }
}

#unit-availability-data .available-unit.listFade .listing-unit-load {
  opacity: 1;
}

#unit-availability-data .available-unit:active,
#unit-availability-data .available-unit:hover {
  background-color: #c0cbd1;
}
@media (max-width: 1100px) {
  #unit-availability-data .available-unit:active,
  #unit-availability-data .available-unit:hover {
    background-color: #FFFFFF;
  }
}

.listActive {
  background-color: #c0cbd1;
}
@media (max-width: 1100px) {
  .listActive {
    background-color: #FFFFFF;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    SITE PLAN STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#sp,
#gr {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  background-color: #FFFFFF;
}

#sp iframe {
  height: 80vh;
  width: calc(100% - 5vw);
}
@media (max-width: 850px) {
  #sp iframe {
    height: 75vh;
  }
}
@media (max-width: 750px) {
  #sp iframe {
    height: 70vh;
  }
}

.legend,
.legend-mobile {
  float: left;
  width: 100%;
  margin: 0.7em auto 1em auto;
  text-align: center;
  display: block;
}
@media (max-width: 850px) {
  .legend,
  .legend-mobile {
    display: none;
  }
}
.legend img,
.legend-mobile img {
  width: 100%;
  max-width: 860px;
  height: auto;
  margin: 0 auto;
  padding: 0 1em;
}

.legend-mobile {
  display: none;
}
@media (max-width: 850px) {
  .legend-mobile {
    display: block;
  }
}

#siteplan-all {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 1.5em auto;
  width: calc(100% - 4em);
  height: 82vh;
  min-height: 800px;
  max-height: 950px;
  max-width: 1800px;
  border: 1px solid #a7bac3;
  background-color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 1100px) {
  #siteplan-all {
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin: 0 auto 1.5em auto;
    border: none;
    float: left;
  }
}

#siteplan-container {
  width: calc(100% - 200px);
  overflow: hidden;
  float: left;
}
@media (max-width: 1100px) {
  #siteplan-container {
    width: 100%;
  }
}
@media (max-width: 900px) {
  #siteplan-container {
    height: 70vh;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   GMAP STYLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#sp-svg {
  opacity: 0;
}

.gmap-holder {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.gmap-holder #sp-map {
  height: 82vh;
  min-height: 800px;
  max-height: 950px;
}
@media (max-width: 1100px) {
  .gmap-holder #sp-map {
    width: 100%;
    min-height: auto;
    max-height: auto;
  }
}
@media (max-width: 900px) {
  .gmap-holder #sp-map {
    height: 70vh;
  }
}
.gmap-holder .maptype-control-map,
.gmap-holder .maptype-control-satellite,
.gmap-holder .reset-map {
  position: absolute;
  z-index: 200;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-family: "Lato", sans-serif;
  width: 150px;
  padding: 0.8em 0 0.72em 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #b96f29;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 0.9em;
  opacity: 0.95;
  transition: all 0.5s ease 0s;
}
@media (max-width: 900px) {
  .gmap-holder .maptype-control-map,
  .gmap-holder .maptype-control-satellite,
  .gmap-holder .reset-map {
    display: none;
  }
}
.gmap-holder .maptype-control-map:hover,
.gmap-holder .maptype-control-satellite:hover,
.gmap-holder .reset-map:hover {
  background-color: #8f5620;
}
.gmap-holder .maptype-control-satellite {
  display: none;
}
.gmap-holder .reset-map {
  right: 175px;
  width: 90px;
}
.gmap-holder .zoom-control-in,
.gmap-holder .zoom-control-out {
  position: absolute;
  z-index: 300;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #b96f29;
  border: 1px solid #FFFFFF;
  opacity: 0.95;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease 0s;
}
.gmap-holder .zoom-control-in:hover,
.gmap-holder .zoom-control-out:hover {
  background-color: #8f5620;
}
.gmap-holder .zoom-control-in {
  right: 280px;
  background-image: url(../../images/site-plan/zoom-in.svg);
}
@media (max-width: 900px) {
  .gmap-holder .zoom-control-in {
    right: 20px;
  }
}
.gmap-holder .zoom-control-out {
  right: 335px;
  background-image: url(../../images/site-plan/zoom-out.svg);
}
@media (max-width: 900px) {
  .gmap-holder .zoom-control-out {
    right: 80px;
  }
}
.gmap-holder svg {
  pointer-events: none;
}
.gmap-holder svg path.active-unit,
.gmap-holder svg polygon.active-unit,
.gmap-holder svg polyline.active-unit,
.gmap-holder svg rect.active-unit {
  cursor: pointer;
  pointer-events: auto;
}
.gmap-holder svg path.future-unit,
.gmap-holder svg polygon.future-unit,
.gmap-holder svg polyline.future-unit,
.gmap-holder svg rect.future-unit {
  pointer-events: none !important;
}
.gmap-holder svg path.hide,
.gmap-holder svg polygon.hide,
.gmap-holder svg polyline.hide,
.gmap-holder svg rect.hide {
  pointer-events: none !important;
  fill: #cfcfcf !important;
  stroke: #cfcfcf !important;
}
.gmap-holder svg .site-txt,
.gmap-holder svg .trees {
  pointer-events: none !important;
}
.gmap-holder svg .res {
  pointer-events: auto !important;
}
.gmap-holder svg .hide {
  pointer-events: none !important;
}
.gmap-holder svg .hide path,
.gmap-holder svg .hide polygon,
.gmap-holder svg .hide polyline,
.gmap-holder svg .hide rect {
  fill: #cfcfcf !important;
  stroke: #cfcfcf !important;
}
.gmap-holder svg .camera {
  cursor: pointer !important;
  pointer-events: auto;
}
.gmap-holder svg a.camera {
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  width: 74px;
  height: 74px;
  left: 53%;
  top: 5%;
}
.gmap-holder svg a.camera img {
  width: 100%;
  height: 100%;
}

#siteplan-holder {
  height: 95vh;
  max-height: 1000px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
}
@media (max-width: 700px) {
  #siteplan-holder {
    margin: 0 0 0.4em 0;
    padding: 0;
  }
}

.controlHolder {
  background-color: #393435;
  top: auto;
  top: 0;
  left: 0;
  transform: scale(0.8);
  text-align: center;
}
@media (max-width: 700px) {
  .controlHolder {
    transform: scale(0.6);
    right: 0;
  }
}

.zoomHolder {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#siteplan {
  position: relative;
  width: auto;
  max-width: auto;
  width: 100%;
  height: 100%;
  display: inline-block;
}
@media (max-width: 700px) {
  #siteplan {
    margin: 0;
  }
}
#siteplan .bg {
  width: auto;
  height: 100%;
}
#siteplan .bg img {
  height: 95vh;
  max-height: 1000px;
  width: auto;
  max-width: 1100px;
}
#siteplan svg {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 95vh;
  max-height: 1000px;
  width: auto;
  max-width: 1100px;
}
#siteplan svg path.active-unit,
#siteplan svg polygon.active-unit,
#siteplan svg rect.active-unit {
  cursor: pointer;
  pointer-events: auto;
}
#siteplan svg path.future-unit,
#siteplan svg polygon.future-unit,
#siteplan svg rect.future-unit {
  pointer-events: none !important;
}
#siteplan svg path.hide,
#siteplan svg polygon.hide,
#siteplan svg rect.hide {
  pointer-events: none !important;
  fill: #cfcfcf !important;
  stroke: #cfcfcf !important;
}
#siteplan svg path.pulsate,
#siteplan svg polygon.pulsate,
#siteplan svg rect.pulsate {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 2s ease-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation: pulsate 2s ease-out;
  -ms-animation-iteration-count: infinite;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-ms-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
#siteplan svg path.highlight,
#siteplan svg polygon.highlight,
#siteplan svg rect.highlight {
  pointer-events: none !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}
#siteplan svg .hide path,
#siteplan svg .hide polygon,
#siteplan svg .hide polyline,
#siteplan svg .hide rect {
  pointer-events: none !important;
  fill: #cfcfcf !important;
  stroke: #cfcfcf !important;
}
#siteplan svg .highlight path,
#siteplan svg .highlight polygon,
#siteplan svg .highlight polyline,
#siteplan svg .highlight rect {
  pointer-events: none !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}
#siteplan svg .pulsate {
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 2s ease-out;
  -moz-animation-iteration-count: infinite;
  -ms-animation: pulsate 2s ease-out;
  -ms-animation-iteration-count: infinite;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-moz-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@-ms-keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes pulsate {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
#siteplan svg .highlight {
  pointer-events: none !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}
#siteplan svg .site-txt,
#siteplan svg .trees {
  pointer-events: none !important;
}
#siteplan svg .camera-icon {
  display: none !important;
  opacity: 0 !important;
}

#loader-sp {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -100px 0 0 -50px;
  opacity: 0.7;
  background: url("../../images/site-plan/loader.svg") no-repeat #FFFFFF;
  border-radius: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.detailContent {
  float: left;
  width: 100%;
  padding: 0.8em;
}
.detailContent h2 {
  color: #005E8A;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-transform: none;
  line-height: 1.3em;
  margin: 0 0 0.1em 0;
  padding: 0;
}
.detailContent h3 {
  color: #005E8A;
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 0 0.2em 0;
  padding: 0;
}
.detailContent h4 {
  font-family: "Lato", sans-serif;
  color: #393435;
  font-size: 0.77em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}
.detailContent p {
  color: #393435;
  font-family: "Lato", sans-serif;
  font-size: 0.7em;
  line-height: 1.35em;
  margin: 0;
  padding: 0;
}
.detailContent h5 {
  cursor: pointer;
  width: 100%;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  padding: 0.45em 0 0.3em 0;
  margin: 0.3em 0 0 0;
  color: #FFFFFF;
  background: #005E8A;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.detailContent h5:hover {
  background: #393435;
}

/*  FLOOR PLAN INFO WINDOW POP UP  */
#info-window-outer {
  opacity: 0;
  position: absolute;
  left: 0;
  margin: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 850px) {
  #info-window-outer {
    display: block;
  }
}

#info-window-clicker {
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

#info-window-inner {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  top: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #a7bac3;
  text-align: center;
}
@media (max-width: 850px) {
  #info-window-inner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    left: auto;
    top: auto;
    padding-bottom: 1.5em;
  }
}
#info-window-inner #info-photo {
  float: right;
  width: calc(70% - 3em);
  height: calc(100% - 6em);
  margin: 4em 3em 2em 0;
  text-align: center;
}
@media (max-width: 850px) {
  #info-window-inner #info-photo {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    float: left;
    right: auto;
    top: auto;
    margin: 0;
    padding: 1em;
    text-align: center;
  }
}
#info-window-inner #info-photo img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
#info-window-inner #info-text {
  float: left;
  width: 28%;
  margin: 4em 0 0 0;
  text-align: center;
}
@media (max-width: 850px) {
  #info-window-inner #info-text {
    position: relative;
    float: left;
    width: 100%;
    margin: 1.5em auto;
    text-align: center;
    left: auto;
    top: auto;
  }
}
#info-window-inner #info-text h2 {
  font-family: "Lato", sans-serif;
  color: #005E8A;
  font-size: 1.85em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
@media (max-width: 1160px) {
  #info-window-inner #info-text h2 {
    font-size: 1.4em;
  }
}
#info-window-inner #info-text h3 {
  font-family: "Lato", sans-serif;
  color: #005E8A;
  font-size: 1.85em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
@media (max-width: 1160px) {
  #info-window-inner #info-text h3 {
    font-size: 1.4em;
  }
}
#info-window-inner #info-text h4 {
  font-size: 1.1em;
  line-height: 1.35em;
  margin-bottom: 2em;
  color: #393435;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1160px) {
  #info-window-inner #info-text h4 {
    font-size: 0.95em;
  }
}
@media (max-width: 850px) {
  #info-window-inner #info-text h4 {
    margin-bottom: 0;
  }
}
#info-window-inner #info-text .date-needed {
  margin-bottom: 0.5em;
}
#info-window-inner #info-text a:link,
#info-window-inner #info-text a:visited,
#info-window-inner #info-text button {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 230px;
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  padding: 14px 0px 11px 0px;
  margin: 0 auto;
  margin-bottom: 0.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  clear: both;
  color: #FFFFFF;
  border: 0;
  background: #0086c6;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
@media (max-width: 1000px) {
  #info-window-inner #info-text a:link,
  #info-window-inner #info-text a:visited,
  #info-window-inner #info-text button {
    max-width: 170px;
    font-size: 0.8em;
  }
}
@media (max-width: 850px) {
  #info-window-inner #info-text a:link,
  #info-window-inner #info-text a:visited,
  #info-window-inner #info-text button {
    margin: 0.8em auto 0 auto;
  }
}
@media (max-width: 768px) {
  #info-window-inner #info-text a:link,
  #info-window-inner #info-text a:visited,
  #info-window-inner #info-text button {
    max-width: 200px;
    font-size: 0.9em;
  }
}
#info-window-inner #info-text a:link.vr-button,
#info-window-inner #info-text a:visited.vr-button,
#info-window-inner #info-text button.vr-button {
  background: #0086c6;
}
#info-window-inner #info-text a:link.vr-button i,
#info-window-inner #info-text a:visited.vr-button i,
#info-window-inner #info-text button.vr-button i {
  font-size: 2.5em;
  height: 20px;
  vertical-align: middle;
  margin-top: -31px;
}
#info-window-inner #info-text a:link.vr-button:hover,
#info-window-inner #info-text a:visited.vr-button:hover,
#info-window-inner #info-text button.vr-button:hover {
  background: #006393;
}
#info-window-inner #info-text a:link:hover,
#info-window-inner #info-text a:visited:hover,
#info-window-inner #info-text button:hover {
  cursor: pointer;
  background: #006393;
}
#info-window-inner #info-text p {
  font-family: "Lato", sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #000000;
  margin-top: 2.5em;
  padding: 0;
}

a.ifloor-btn {
  background-color: #b96f29 !important;
  color: #FFFFFF !important;
  padding: 0.4em 0 0.1em 0 !important;
}
@media (max-width: 900px) {
  a.ifloor-btn {
    display: none !important;
  }
}
a.ifloor-btn:hover {
  background-color: #005E8A !important;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
a.ifloor-btn:hover svg {
  fill: #FFFFFF !important;
}
a.ifloor-btn:hover span {
  color: #FFFFFF !important;
}
a.ifloor-btn svg {
  display: inline-block !important;
  fill: #FFFFFF !important;
  vertical-align: middle !important;
  width: 24px !important;
  height: auto !important;
  margin: 0 0.6em 0.6em 0 !important;
}
@media (max-width: 900px) {
  a.ifloor-btn svg {
    width: 20px !important;
  }
}
a.ifloor-btn span {
  display: inline-block !important;
}

.plan-alternate {
  display: block;
  width: 230px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .plan-alternate {
    max-width: 170px;
    font-size: 0.8em;
  }
}
@media (max-width: 850px) {
  .plan-alternate {
    margin: 0.8em auto 0 auto;
  }
}
@media (max-width: 768px) {
  .plan-alternate {
    max-width: 200px;
    font-size: 0.9em;
  }
}

a.plan-alternate-link {
  width: calc(50% - 5px) !important;
  display: inline-block !important;
  color: #393435 !important;
  border: 1px solid #393435 !important;
  background-color: rgba(57, 52, 53, 0) !important;
  -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;
}
a.plan-alternate-link:first-of-type {
  margin-right: 10px !important;
}
a.plan-alternate-link:hover {
  cursor: pointer;
  background-color: rgba(57, 52, 53, 0.15) !important;
}
a.plan-alternate-link.active {
  color: #262324 !important;
  border-color: #005E8A !important;
  background-color: #005E8A !important;
}

.date-needed {
  width: 100%;
  background: #FFFFFF;
  color: #393435;
  padding: 10px 10px 10px 10px;
  font-size: 15px;
  height: 36px;
  border: 0;
  background: #FFFFFF url("../../images/availability/ui-icons-calendar.svg") no-repeat 98% 50%;
  border: 1px solid #a7bac3;
}
@media (max-width: 850px) {
  .date-needed {
    margin: 0 auto;
    max-width: 200px;
  }
}

#info-disclaimer {
  display: block;
  position: absolute;
  z-index: 3;
  left: 750px;
  top: 550px;
  width: 200px;
  height: auto;
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: left;
  color: #393435;
}

.close-info,
.close-info-alt {
  position: absolute;
  z-index: 100;
  right: 0px;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background-color: #005E8A;
  cursor: pointer;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.close-info-alt {
  top: 0px;
}

.close-info:hover,
.close-info-alt:hover {
  background-color: #393435;
}

.close-info::before,
.close-info::after,
.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: #FFFFFF;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}

.close-info::before,
.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::after,
.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.black::before,
.close-info.black::after,
.close-info-alt.black::before,
.close-info-alt.black::after {
  /*height: 4px;*/
  margin-top: -2px;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 1500px;
}

/*
.fancybox-content {
   height: 95% !important;
   max-width: 1400px !important;
}

div.fancybox-navigation button.fancybox-button--arrow_left,
div.fancybox-navigation button.fancybox-button--arrow_right {
   display: none;
}

button.fancybox-button {
   background-color: $component-button-active !important;
}

*/

/*# sourceMappingURL=plans-availability.css.map */
