/*!
 * SCSS Main file
 */
/*****************************************************************************
 * Variables for SCSS
 *****************************************************************************/
/**
 * Navigation element heights
 */
/*
 * Screen sizes for media queries.
 * Sizes are breakpoints.
 * Styles should be applied _up to_ a breakpoint (e.g. `max-width: $screen-large`)
 */
/*
 * Colors
 */
/*
 * Gradients
 */
.sky-gradient {
  background: #cfeeed;
  background: linear-gradient(332deg, #cfeeed, #f5ebd6); }
  .sky-gradient.is-reverse {
    background: linear-gradient(285deg, #cfeeed, #e8ecde); }

.sky-gradient-alt {
  background: #579ec5;
  background: linear-gradient(270deg, #91cce3, #5a9fc4); }

.sky-gradient-alt2 {
  background: #4075a8;
  background: linear-gradient(90deg, #4075a8, #9ac4cc); }

/* 
 * Transitions
 */
.sky-transition {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); }

/*****************************************************************************
 * Fonts
 *****************************************************************************/
/*****************************************************************************
 * General theme styles
 *****************************************************************************/
/**
 * Utilities
 */
.sky-u-block {
  width: 100%;
  display: block;
  clear: both;
  box-sizing: border-box; }
  .sky-u-block:after {
    content: "";
    display: table;
    clear: both; }

.sky-u-clearfix {
  content: "";
  display: table;
  clear: both; }

.page-wrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto; }
  .page-wrap.is-availability {
    width: 100%;
    padding: 0 90px;
    max-width: 100%; }
  @media screen and (max-width: 767px) {
    .page-wrap.is-availability {
      padding: 0 13px; } }

.lb {
  display: block; }

.sky-main {
  background: #cfeeed;
  background: linear-gradient(332deg, #cfeeed, #f5ebd6);
  float: left; }

.sky-img {
  display: block;
  width: 100%;
  height: auto; }

.valign1 {
  display: table;
  width: 100%;
  height: 100%; }

.valign2 {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }
  .valign2.is-top {
    vertical-align: top; }

body {
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #4a4a4a; }

a {
  text-decoration: none; }

/**
 * Headings
 */
h1 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 54px;
  letter-spacing: 10px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 30px;
      line-height: 38px;
      letter-spacing: 6.25px; } }

h2 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 5px; }

/**
 * Heading overrides
 */
.sky-layout-text h2 {
  font-size: 34px;
  letter-spacing: 7.5px;
  padding: 2em 1em;
  line-height: 150%;
  margin: 0; }
@media screen and (max-width: 767px) {
  .sky-layout-text h2 {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 28px;
    padding: 27px 13px; } }

/**
 * Buttons
 */
.sky-button {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3.25px;
  display: inline-block;
  padding: 17px 35px;
  margin-right: 17px;
  margin-bottom: 17px;
  color: #579ec5;
  white-space: nowrap;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }
  .sky-button span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: solid #579ec5 1px; }
  .sky-button:hover {
    color: #fff;
    background: #579ec5;
    background: linear-gradient(270deg, #91cce3, #5a9fc4); }
    .sky-button:hover span {
      display: none; }
  @media screen and (max-width: 360px) {
    .sky-button {
      width: 100%;
      display: block;
      text-align: center;
      padding: 17px;
      font-size: 12px;
      letter-spacing: 2px; } }
  .sky-button.is-alt2 {
    color: #4a4a4a; }
    .sky-button.is-alt2 span {
      border-color: #d5b383; }
    .sky-button.is-alt2:hover {
      background: #f8b15c;
      color: #4a4a4a; }
  .sky-button.is-floorplan {
    color: #4a4a4a;
    padding: 13px 25px; }
    .sky-button.is-floorplan span {
      border-color: #9e89c2; }
    .sky-button.is-floorplan:hover {
      background: #d0c9dc; }
      .sky-button.is-floorplan:hover span {
        display: block; }
    .sky-button.is-floorplan.is-active {
      background: #9e89c2;
      color: #4a4a4a; }
    .sky-button.is-floorplan.is-disabled, .sky-button.is-floorplan.is-disabled:hover {
      cursor: default;
      background: transparent;
      color: #aaa; }
      .sky-button.is-floorplan.is-disabled span, .sky-button.is-floorplan.is-disabled:hover span {
        display: block;
        border-color: #aaa; }

.sky-button.is-alt {
  color: #fff; }
  .sky-button.is-alt span {
    border-color: #fff; }
  .sky-button.is-alt:hover {
    background: #fff;
    color: #4a4a4a; }

.sky-link {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 42px;
  letter-spacing: 4.27px;
  text-transform: uppercase;
  color: #579ec5;
  display: inline-block;
  margin-right: 17px;
  white-space: nowrap; }
  .sky-link:after {
    display: inline;
    vertical-align: middle;
    content: "\00BB"; }
  .sky-link:hover {
    color: #4a4a4a; }

.sky-underline {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 4.27px;
  text-transform: uppercase;
  display: inline-block;
  color: #4a4a4a;
  position: relative;
  white-space: nowrap; }
  .sky-underline .line1 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    overflow: hidden; }
    .sky-underline .line1 .line2 {
      background: #4075a8;
      background: linear-gradient(90deg, #4075a8, #9ac4cc);
      -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
      content: "";
      display: block;
      width: 0%;
      height: 100%;
      bottom: 0px;
      left: 0px;
      display: block;
      position: absolute;
      -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%); }
  .sky-underline.is-active .line1 .line2, .sky-underline:hover .line1 .line2 {
    width: 100%; }
  .sky-underline.is-active {
    font-weight: 700; }
  .sky-underline:hover {
    color: #579ec5; }

.sky-pdf-link span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../img/search/icons/pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.sky-icon {
  display: inline-block; }
  .sky-icon:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url(../img/sky-icons.png?2);
    background-size: 200%;
    margin-right: 5px; }
  .sky-icon.is-eye:before {
    background-position: 0% 0%; }
  .sky-icon.is-eye:hover:before {
    background-position: 100% 0%; }
  .sky-icon.is-pdf:before {
    background-position: 0% 33.3333%; }
  .sky-icon.is-pdf:hover:before {
    background-position: 100% 33.3333%; }
  .sky-icon.is-share:before {
    background-position: 0% 66.6667%; }
  .sky-icon.is-share:hover:before {
    background-position: 100% 66.6667%; }
  .sky-icon.is-email:before {
    background-position: 0% 100%; }
  .sky-icon.is-email:hover:before {
    background-position: 100% 100%; }

/*****************************************************************************
 * Forms
 * - Basic form styling
 * - Gravity forms 
 * - Search2
 *****************************************************************************/
body .gform_wrapper {
  margin: 0; }

body .gform_wrapper .sky-form .top_label .gfield_label {
  display: none; }
body .gform_wrapper .sky-form ul li.gfield {
  margin-top: 10px; }
body .gform_wrapper .sky-form li.gfield.field_description_below + li.gsection {
  visibility: hidden;
  margin: 20px 0 0 !important;
  padding: 0; }
body .gform_wrapper .sky-form .top_label li.gfield.gf_left_half,
body .gform_wrapper .sky-form .top_label li.gfield.gf_right_half {
  padding-right: 11px;
  margin-top: 0px; }
body .gform_wrapper .sky-form .top_label div.ginput_container {
  margin-top: 11px; }
body .gform_wrapper .sky-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  letter-spacing: 0;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.86); }
  @media screen and (max-width: 960px) {
    body .gform_wrapper .sky-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      font-size: 14px;
      font-weight: 500; } }
body .gform_wrapper .sky-form select {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  letter-spacing: 0;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.86);
  color: #8d8d8d; }
  @media screen and (max-width: 960px) {
    body .gform_wrapper .sky-form select {
      font-size: 14px;
      font-weight: 500; } }
body .gform_wrapper .sky-form input.button,
body .gform_wrapper .sky-form input[type=submit],
body .gform_wrapper .sky-form input.button:hover,
body .gform_wrapper .sky-form input[type=submit]:hover,
body .gform_wrapper .sky-form input.button:focus,
body .gform_wrapper .sky-form input[type=submit]:focus {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3.25px;
  display: inline-block;
  padding: 17px 35px;
  margin-right: 17px;
  margin-bottom: 17px;
  color: #579ec5;
  white-space: nowrap;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #fff;
  min-height: 0;
  border: solid #fff 2px;
  background-color: transparent;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  cursor: pointer; }
  body .gform_wrapper .sky-form input.button span,
  body .gform_wrapper .sky-form input[type=submit] span,
  body .gform_wrapper .sky-form input.button:hover span,
  body .gform_wrapper .sky-form input[type=submit]:hover span,
  body .gform_wrapper .sky-form input.button:focus span,
  body .gform_wrapper .sky-form input[type=submit]:focus span {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: solid #579ec5 1px; }
  body .gform_wrapper .sky-form input.button:hover,
  body .gform_wrapper .sky-form input[type=submit]:hover,
  body .gform_wrapper .sky-form input.button:hover:hover,
  body .gform_wrapper .sky-form input[type=submit]:hover:hover,
  body .gform_wrapper .sky-form input.button:focus:hover,
  body .gform_wrapper .sky-form input[type=submit]:focus:hover {
    color: #fff;
    background: #579ec5;
    background: linear-gradient(270deg, #91cce3, #5a9fc4); }
    body .gform_wrapper .sky-form input.button:hover span,
    body .gform_wrapper .sky-form input[type=submit]:hover span,
    body .gform_wrapper .sky-form input.button:hover:hover span,
    body .gform_wrapper .sky-form input[type=submit]:hover:hover span,
    body .gform_wrapper .sky-form input.button:focus:hover span,
    body .gform_wrapper .sky-form input[type=submit]:focus:hover span {
      display: none; }
  @media screen and (max-width: 360px) {
    body .gform_wrapper .sky-form input.button,
    body .gform_wrapper .sky-form input[type=submit],
    body .gform_wrapper .sky-form input.button:hover,
    body .gform_wrapper .sky-form input[type=submit]:hover,
    body .gform_wrapper .sky-form input.button:focus,
    body .gform_wrapper .sky-form input[type=submit]:focus {
      width: 100%;
      display: block;
      text-align: center;
      padding: 17px;
      font-size: 12px;
      letter-spacing: 2px; } }
  body .gform_wrapper .sky-form input.button span,
  body .gform_wrapper .sky-form input[type=submit] span,
  body .gform_wrapper .sky-form input.button:hover span,
  body .gform_wrapper .sky-form input[type=submit]:hover span,
  body .gform_wrapper .sky-form input.button:focus span,
  body .gform_wrapper .sky-form input[type=submit]:focus span {
    border-color: #fff; }
  body .gform_wrapper .sky-form input.button:hover,
  body .gform_wrapper .sky-form input[type=submit]:hover,
  body .gform_wrapper .sky-form input.button:hover:hover,
  body .gform_wrapper .sky-form input[type=submit]:hover:hover,
  body .gform_wrapper .sky-form input.button:focus:hover,
  body .gform_wrapper .sky-form input[type=submit]:focus:hover {
    background: #fff;
    color: #4a4a4a; }
@media screen and (max-width: 641px) {
  body .gform_wrapper .sky-form .top_label li.gfield.gf_left_half,
  body .gform_wrapper .sky-form .top_label li.gfield.gf_right_half {
    padding-right: 0px; }
  body .gform_wrapper .sky-form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 16px;
    min-height: 0; }
  body .gform_wrapper .sky-form input.button,
  body .gform_wrapper .sky-form input[type=submit],
  body .gform_wrapper .sky-form input.button:hover,
  body .gform_wrapper .sky-form input[type=submit]:hover,
  body .gform_wrapper .sky-form input.button:focus,
  body .gform_wrapper .sky-form input[type=submit]:focus {
    max-width: 290px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 0;
    line-height: 49px !important;
    height: 51px !important;
    min-height: 51px !important;
    font-size: 13px;
    font-weight: 600; } }
body .gform_wrapper .sky-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8d8d8d; }
body .gform_wrapper .sky-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8d8d8d; }
body .gform_wrapper .sky-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8d8d8d; }
body .gform_wrapper .sky-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8d8d8d; }
body .gform_wrapper .sky-form ::placeholder {
  /* Most modern browsers support this now. */
  color: #8d8d8d; }

.gforms_confirmation_message {
  display: none; }

.gform_confirmation_wrapper {
  width: 90%;
  max-width: 800px;
  margin: 40px auto;
  position: relative; }

.gform_confirmation_message {
  background-color: #f9f4ec;
  padding: 80px 32px 24px;
  width: 100%;
  float: left;
  clear: both;
  color: #4a4a4a; }
  .gform_confirmation_message h2 {
    margin-bottom: 25px;
    color: #5e5e5e; }
  .gform_confirmation_message img.aligncenter {
    width: 115px;
    height: auto;
    margin: 60px auto 20px auto;
    display: block; }
  @media screen and (max-width: 767px) {
    .gform_confirmation_message {
      padding-right: 12px;
      padding-left: 12px;
      padding-top: 64px; }
      .gform_confirmation_message h2 {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px; }
      .gform_confirmation_message img.aligncenter {
        margin-top: 20px;
        width: 80px; } }

.mfp-close-btn-in .gform_confirmation_wrapper button.mfp-close {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/blue-close.png?4);
  top: 20px;
  right: 20px;
  opacity: 1; }

/*
 * Select2 customization
 * - No search box
 * - "sky" select2 theme
 * - "skydd" select2 theme
 */
.no-search .select2-search {
  display: none; }

.select2-container--sky {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  letter-spacing: 0;
  padding: 0 10px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.86);
  color: #8d8d8d; }
  @media screen and (max-width: 960px) {
    .select2-container--sky {
      font-size: 14px;
      font-weight: 500; } }
  .select2-container--sky .select2-dropdown {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15); }
  .select2-container--sky .select2-results {
    width: 100%; }
  .select2-container--sky .select2-selection--single .select2-selection__rendered {
    padding-left: 0; }
  .select2-container--sky .select2-results__option {
    padding: 12px 16px;
    line-height: 100%;
    background: #faf7f2;
    color: #4a4a4a; }
    .select2-container--sky .select2-results__option:hover {
      background-color: #579ec5;
      color: #fff; }
  .select2-container--sky .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    width: 0;
    height: 0;
    border-top: 9px solid #9b9b9b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: -4.5px; }
  .select2-container--sky.select2-container--open .select2-selection__arrow {
    border-top: 0;
    border-bottom: 9px solid #9b9b9b; }

.select2-container--skydd {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #4a4a4a;
  height: 50px;
  line-height: 50px;
  letter-spacing: 3.25px;
  font-weight: 600;
  text-align: center;
  border: solid #579ec5 1px;
  background: transparent;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  /* Indicator arrow */ }
  .select2-container--skydd .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    width: auto;
    display: inline-block;
    position: relative;
    overflow: visible; }
    .select2-container--skydd .select2-selection--single .select2-selection__rendered:after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: -14px;
      width: 0;
      height: 0;
      border-top: 7px solid #4a4a4a;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      margin-top: -3.5px; }
  .select2-container--skydd .select2-dropdown {
    background: #fff;
    border: 0;
    line-height: 100%;
    padding: 11px 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 0; }
  .select2-container--skydd .select2-results__option {
    padding: 11px 0; }
  .select2-container--skydd .select2-results__option--highlighted {
    color: #9b9b9b; }
  .select2-container--skydd .select2-selection__arrow {
    display: none; }
  .select2-container--skydd.select2-container--open {
    border: 0; }
    .select2-container--skydd.select2-container--open .select2-selection--single .select2-selection__rendered:after {
      border-top: 0;
      border-bottom: 7px solid #4a4a4a; }
  .select2-container--skydd.select2-container--focus {
    background: #579ec5;
    color: #fff; }
    .select2-container--skydd.select2-container--focus .select2-selection--single .select2-selection__rendered:after {
      border-top: 7px solid #fff; }
    .select2-container--skydd.select2-container--focus.select2-container--open .select2-selection--single .select2-selection__rendered:after {
      border-top: 0;
      border-bottom: 7px solid #fff; }

/*****************************************************************************
 * Header, Navigation
 *****************************************************************************/
#wpadminbar {
  position: fixed; }

.header-top {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #4a4a4a;
  /* border-bottom: solid $brand-black 5px; */
  /* background-color: transparentize($brand-white, 0.05); */
  background-color: transparent;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0;
  height: 1px; }
  .header-top .page-wrap {
    position: relative;
    max-width: 100%;
    width: 100%; }
  .header-top .logo {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    position: absolute;
    left: 40px;
    top: 10px;
    display: block;
    width: 85px;
    float: left; }
    .header-top .logo img {
      display: block;
      width: 100%;
      height: auto; }
  @media screen and (max-width: 960px) {
    .header-top .page-wrap {
      width: 100%; }
    .header-top .logo {
      top: 2px;
      width: 46px;
      left: 13px; } }

body.home .header-top {
  display: none; }

/*
.header-spacer {
	display: block;
	height: $nav-height;
	background-color: transparent;
	@media screen and (max-width: $screen-large) {
		height: $nav-height-compress;
		display: block;	
	}
}
*/
body.admin-bar .header-top {
  top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .header-top {
      top: 46px; } }

/*
$button-height: 27px;
$button-width: 35px;
$color-background: #F5F5F5;
$color-main: #1abc9c;
$color-active: #FFF;
$color-link: #FFF;

.button-container {
  position: fixed;
  top: 15%;
  right: 25%;
  height: $button-height;
  width: $button-width;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  
  &:hover {
    opacity: .7;
  }
  
  &.active {
    .top {
      transform: translateY(11px) translateX(0) rotate(45deg);
      background: $color-active;
    }
    .middle {
      opacity: 0;
      background: $color-active;
    }
    
    .bottom {
      transform: translateY(-11px) translateX(0) rotate(-45deg);
      background: $color-active;
    }
  }
  
  span {
  background: $color-main;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition:  all .35s ease;
  cursor: pointer;
    
    &:nth-of-type(2) {
      top: 11px;
    }
    
    &:nth-of-type(3) {
      top: 22px;
    }
  }
}
*/
/*****************************************************************************
 * Footer
 *****************************************************************************/
.sky-footer-main {
  background-color: #fff;
  color: #5e5e5e;
  padding: 51px 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px; }
  .sky-footer-main a {
    color: #5e5e5e; }
    .sky-footer-main a:hover {
      color: #579ec5; }
  .sky-footer-main h6 {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.67px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding: 0; }
  .sky-footer-main strong {
    font-weight: 700; }
  .sky-footer-main ul {
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: right; }
    .sky-footer-main ul li {
      width: 32%;
      text-align: right;
      display: inline-block; }
  .sky-footer-main .divline {
    visibility: hidden;
    clear: left;
    display: block;
    height: 1px; }
  .sky-footer-main .footer-col {
    display: block; }
    .sky-footer-main .footer-col.fcol-1 {
      width: 20%;
      float: left; }
    .sky-footer-main .footer-col.fcol-2 {
      width: 30%;
      float: right; }
    .sky-footer-main .footer-col.fcol-3 {
      width: 45%;
      float: left; }
    .sky-footer-main .footer-col.col-4 {
      margin-top: 34px; }
    .sky-footer-main .footer-col.col-5 {
      color: #9a959a; }
      .sky-footer-main .footer-col.col-5 a {
        color: #9a959a; }
        .sky-footer-main .footer-col.col-5 a:hover {
          color: #579ec5; }
    .sky-footer-main .footer-col.col-6 {
      color: #9a959a;
      font-size: 12px;
      letter-spacing: 0.43px; }
  .sky-footer-main .row-2 {
    margin-top: 51px; }
    .sky-footer-main .row-2 .footer-col.fcol-2 {
      width: 50%;
      float: right; }
      .sky-footer-main .row-2 .footer-col.fcol-2 ul li {
        width: 40%; }
      @media screen and (max-width: 1280px) {
        .sky-footer-main .row-2 .footer-col.fcol-2 ul li {
          width: 49%; } }
      @media screen and (max-width: 960px) {
        .sky-footer-main .row-2 .footer-col.fcol-2 {
          width: 100%;
          float: left;
          clear: both; }
          .sky-footer-main .row-2 .footer-col.fcol-2 ul li {
            width: 32%; } }
      @media screen and (max-width: 767px) {
        .sky-footer-main .row-2 .footer-col.fcol-2 ul li {
          width: 100%;
          margin: 0 0 20px 0; } }
  @media screen and (max-width: 1280px) {
    .sky-footer-main .footer-col.fcol-1 {
      width: 26%; } }
  @media screen and (max-width: 960px) {
    .sky-footer-main .footer-col.fcol-1 {
      width: 32%;
      margin-left: 2px; }
    .sky-footer-main .footer-col.fcol-2, .sky-footer-main .footer-col.fcol-3 {
      width: 100%;
      float: left;
      clear: both;
      margin-top: 20px; }
    .sky-footer-main ul {
      text-align: left; }
      .sky-footer-main ul li {
        text-align: left; }
    .sky-footer-main .row-2 {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .sky-footer-main {
      font-family: Montserrat, Arial, Helvetica, sans-serif;
      font-weight: 400;
      padding: 10px 0 34px 0;
      /*
      .lb {
      	display: none;
      }
      strong + .lb {
      	display: block;
      }
      .lb + a:before {
      	content: '';
      	display: table;
      	clear: both;
      }
      */
      /*
      strong {
      	font-weight: 400;
      }
      */ }
      .sky-footer-main h6 {
        margin-bottom: 10px; }
      .sky-footer-main .divline {
        visibility: visible;
        height: auto;
        display: inline-block; }
      .sky-footer-main .footer-col.fcol-1 {
        width: 100%;
        margin-left: 0;
        clear: both;
        margin-top: 20px; }
      .sky-footer-main .footer-col.col-6 {
        font-size: 11px; } }

/*****************************************************************************
 * Drawer / Hamburger mobile menu
 *****************************************************************************/
/*
 * Drawer fixed nav
 */
.drawer-tab {
  display: block;
  position: fixed;
  top: 70px;
  right: 0px;
  width: 50px;
  height: 104px;
  background-color: rgba(87, 158, 197, 0.9);
  color: #fff;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  /* Drawer tab spaced out */
  /*
  width: 90px;
  height: 104px;
  .drawer-button {
  	padding: 14px 10px 4px 10px;
  	.button-container {
  		margin: 0 auto;
  	}
  }
  */ }
  .drawer-tab .drawer-button {
    padding: 10px 0px 2px 10px;
    display: block;
    /*
    &.is-open {
    	display: block;
    }
    &.is-close {
    	display: none;
    	img {
    	    max-width: 20px;
    	    margin: 0 auto;
    	}
    }
    */ }
    .drawer-tab .drawer-button img {
      width: 100%;
      height: auto;
      display: block; }
    .drawer-tab .drawer-button .button-container {
      display: block;
      width: 30px;
      height: 30px;
      position: relative; }
      .drawer-tab .drawer-button .button-container span {
        background: #fff;
        border-radius: 6px;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        transition: all .35s ease; }
        .drawer-tab .drawer-button .button-container span.top {
          left: 0px; }
        .drawer-tab .drawer-button .button-container span.middle {
          top: 8px;
          right: 0px;
          width: 74%; }
        .drawer-tab .drawer-button .button-container span.bottom {
          top: 16px;
          right: 0px;
          width: 90%; }
      .drawer-tab .drawer-button .button-container.active span.top {
        transform: translateY(8px) translateX(0) rotate(45deg); }
      .drawer-tab .drawer-button .button-container.active span.middle {
        opacity: 0; }
      .drawer-tab .drawer-button .button-container.active span.bottom {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        width: 100%;
        left: 0px;
        right: auto; }
  @media screen and (max-width: 960px) {
    .drawer-tab {
      top: 0px;
      width: 116px;
      height: 48px;
      height: auto; }
      .drawer-tab .drawer-button {
        padding: 0;
        width: 32px;
        float: right;
        margin: 14px 10px 0 0; } }

body.admin-bar .drawer-tab {
  top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar .drawer-tab {
    top: 46px; } }
.drawer-inquire {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0;
  display: block;
  text-align: center;
  color: #fff;
  padding-bottom: 0;
  padding-top: 12px; }
  .drawer-inquire img {
    width: 11px;
    height: auto;
    display: block;
    margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .drawer-inquire {
      float: left;
      width: 65px;
      margin-top: 6px;
      padding-bottom: 6px;
      padding-top: 0; }
      .drawer-inquire img {
        width: 9px; }
      .drawer-inquire span {
        display: block;
        line-height: 20px; } }

.drawer-open .drawer-tab {
  -webkit-transform: translate3d(-300px, 0px, 0px);
  transform: translate3d(-300px, 0px, 0px);
    /*
    .drawer-button {
		&.is-open {
			display: none;
		}
		&.is-close {
			display: block;
		}
    }
    */
    /*
    @media screen and (max-width: $screen-tiny) {
	    -webkit-transform: translate3d(-245px, 0px, 0px);
	    transform: translate3d(-245px, 0px, 0px);
    }
    */ }
  @media screen and (max-width: 960px) {
    .drawer-open .drawer-tab {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); } }

.drawer-close-bg {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.drawer-open .drawer-close-bg {
  display: block; }

/* Drawer menu */
.drawer {
  display: block;
  box-sizing: border-box;
  position: fixed;
  z-index: 28000004;
  top: 0;
  right: 0px;
  overflow: auto;
  width: 300px;
  height: 100%;
  padding: 0;
  background-color: rgba(87, 158, 197, 0.9);
  -webkit-transform: translate3d(300px, 0px, 0px);
  transform: translate3d(300px, 0px, 0px);
  overflow-x: hidden; }
  @media screen and (max-width: 960px) {
    .drawer {
      top: 48px;
      width: 245px;
      -webkit-transform: translate3d(245px, 0px, 0px);
      transform: translate3d(245px, 0px, 0px); } }

@media screen and (max-width: 960px) {
  body.admin-bar .drawer {
    top: 80px; } }
@media screen and (max-width: 782px) {
  body.admin-bar .drawer {
    top: 94px; } }
.drawer-open .drawer {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.drawer-open {
  overflow: hidden;
  /*
  -webkit-overflow-scrolling: auto;
  body {
  	-webkit-overflow-scrolling: auto;
  }
  */
  /*   position: fixed;
     width: 100%; */ }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }
.drawer-menu {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2.33px;
  text-transform: uppercase;
  padding: 45px 40px;
  text-align: right; }
  .drawer-menu a {
    position: relative;
    color: #fff; }
    .drawer-menu a:hover {
      color: #4a4a4a; }
  .drawer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative; }
  .drawer-menu li {
    padding: 0 0 24px 0;
    width: 100%;
    position: relative;
    opacity: 0; }
  .drawer-menu ul.sub-menu {
    display: block;
    padding-top: 24px;
    letter-spacing: 1.5px;
    text-transform: none; }
    .drawer-menu ul.sub-menu li:last-child {
      padding-bottom: 0; }
  .drawer-menu li.menu-item-has-children > a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 6px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/sub-menu-up.png);
    vertical-align: middle; }
  .drawer-menu li.menu-item-has-children.is-closed > a:before {
    background-image: url(../img/sub-menu-down.png); }
  .drawer-menu li.menu-item-has-children > a:hover {
    color: #fff; }
  .drawer-menu ul#menu-secondary {
    padding-top: 24px;
    font-size: 10px;
    letter-spacing: 1.67px; }
    .drawer-menu ul#menu-secondary li {
      padding-bottom: 12px; }

.drawer-open .drawer-menu li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .25s; }

/*****************************************************************************
 * Hero 
 *****************************************************************************/
.sky-hero {
  position: relative;
  overflow: hidden; }
  .sky-hero .spacer {
    display: block;
    visibility: visible; }
  .sky-hero .layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .sky-hero .video video {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto; }
  .sky-hero .overlay {
    text-align: center; }
    .sky-hero .overlay h1.title {
      font-family: Montserrat, Arial, Helvetica, sans-serif;
      font-size: 48px;
      letter-spacing: 8px;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.45);
      opacity: 0;
      -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 2s cubic-bezier(0.19, 1, 0.22, 1); }
    .sky-hero .overlay .valign2 {
      padding-bottom: 8%; }
    .sky-hero .overlay img {
      width: 18%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5%;
      opacity: 0;
      -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .sky-hero .arrow {
    top: auto;
    bottom: 40px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: auto;
    opacity: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .sky-hero .animation-layer {
    display: none; }
  .sky-hero.is-preready .animation-layer {
    display: block; }
  .sky-hero.is-preready .overlay img {
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s; }
  .sky-hero.is-preready .arrow {
    transition-delay: 6s;
    -webkit-transition-delay: 6s; }
  .sky-hero.is-ready .overlay h1.title,
  .sky-hero.is-ready .overlay img {
    opacity: 1; }
  .sky-hero.is-ready .arrow {
    opacity: 1; }
  @media screen and (max-width: 1440px) {
    .sky-hero .overlay h1.title {
      font-size: 38px; } }
  @media screen and (max-width: 1280px) {
    .sky-hero .overlay h1.title {
      font-size: 32px; } }
  @media screen and (max-width: 960px) {
    .sky-hero .overlay h1.title {
      font-size: 24px; }
    .sky-hero .overlay img {
      max-width: 160px;
      min-width: 160px; }
    .sky-hero .arrow {
      bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .sky-hero .video {
      display: none; }
    .sky-hero .spacer {
      visibility: visible; }
    .sky-hero .animation-layer {
      display: block; }
    .sky-hero .overlay img {
      -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: 0s;
      -webkit-transition-delay: 0s; }
    .sky-hero .overlay h1.title {
      -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      font-size: 24px;
      margin-top: 10px; }
    .sky-hero .arrow {
      -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: 0s;
      -webkit-transition-delay: 0s; } }
  @media screen and (max-width: 480px) {
    .sky-hero .overlay {
      /*
      .valign2 {
      	padding-top: 5%;
      }
      */ }
      .sky-hero .overlay img {
        max-width: 130px;
        min-width: 130px;
        border: solid #fff 1px; }
      .sky-hero .overlay h1.title {
        font-size: 20px;
        margin-top: 14px;
        letter-spacing: 4.17px; }
    .sky-hero .arrow {
      bottom: 10px;
      width: 24px;
      margin-left: -12px; } }

/*****************************************************************************
 * Image text rows 
 * Sky tabs
 *****************************************************************************/
/**
 * Image text rows
 */
.sky-image-text {
  color: #5e5e5e;
  overflow: hidden; }
  .sky-image-text .image-text-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: stretch; }
  .sky-image-text .col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-pack: center;
    flex: 1; }
  .sky-image-text .col-img .images {
    position: relative;
    width: 100%;
    height: 100%; }
  .sky-image-text .col-img .spacer {
    visibility: hidden; }
  .sky-image-text .col-img .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none; }
    .sky-image-text .col-img .img.is-active {
      display: block; }
  .sky-image-text .col-txt .col-row {
    width: 100%;
    float: left;
    clear: both; }
  .sky-image-text .col-txt .col-wrap {
    width: 100%;
    max-width: 540px;
    float: left;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .sky-image-text h2 {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0 0 14px 0;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 5px;
    font-weight: 400; }
  .sky-image-text.wrap-full .page-wrap {
    width: 100%;
    max-width: 100%; }
  .sky-image-text.img-right .image-text-row {
    flex-direction: row-reverse; }
  .sky-image-text.img-right .col-txt .col-wrap {
    float: right;
    padding-right: 50px;
    padding-left: 30px;
    padding-top: 20px; }
  .sky-image-text.has-bg {
    position: relative; }
    .sky-image-text.has-bg .group-bgimg {
      position: static; }
      .sky-image-text.has-bg .group-bgimg .layer {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      .sky-image-text.has-bg .group-bgimg .bg {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 120%; }
      .sky-image-text.has-bg .group-bgimg .spacer .hide-mobile {
        display: block; }
      .sky-image-text.has-bg .group-bgimg .spacer .show-mobile {
        display: none; }
    .sky-image-text.has-bg .group-main {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      .sky-image-text.has-bg .group-main .image-text-row {
        height: 100%; }
    .sky-image-text.has-bg .col-img img {
      display: none; }
    .sky-image-text.has-bg .col-txt .col-wrap {
      padding: 13px; }
  .sky-image-text.has-tabs .col {
    justify-content: start;
    -ms-flex-pack: start; }
  .sky-image-text.has-tabs .col-txt .col-wrap {
    padding-top: 15%; }
  .sky-image-text.bedroom-row {
    min-height: 600px; }
    .sky-image-text.bedroom-row .col {
      justify-content: start;
      -ms-flex-pack: start; }
    .sky-image-text.bedroom-row .col-txt {
      padding-top: 7%; }
      .sky-image-text.bedroom-row .col-txt .col-wrap {
        padding-left: 8%; }
    @media screen and (min-width: 1920px) {
      .sky-image-text.bedroom-row .col-txt .col-wrap {
        padding-left: 0; } }
    @media screen and (max-width: 1280px) {
      .sky-image-text.bedroom-row .col-txt {
        padding-top: 4%; }
        .sky-image-text.bedroom-row .col-txt .col-wrap {
          padding-left: 15%; } }
    @media screen and (max-width: 1279px) {
      .sky-image-text.bedroom-row .col-txt .col-wrap {
        padding-left: 23%;
        padding-right: 5%; } }
    @media screen and (max-width: 1024px) {
      .sky-image-text.bedroom-row .col-txt {
        padding-top: 4%; }
        .sky-image-text.bedroom-row .col-txt .col-wrap {
          padding-left: 23%;
          padding-right: 5%; } }
    @media screen and (max-width: 767px) {
      .sky-image-text.bedroom-row {
        min-height: 1px; }
        .sky-image-text.bedroom-row .col-txt {
          padding-top: 0;
          background-color: transparent; }
          .sky-image-text.bedroom-row .col-txt .col-wrap {
            padding-left: 0;
            padding-right: 0; } }
  .sky-image-text.bg-sky-terrace.has-bg .group-bgimg .bg {
    height: 140%; }
  .sky-image-text.bg-sky-terrace.has-bg .group-main .image-text-row {
    flex-direction: row-reverse; }
  .sky-image-text.bg-sky-terrace.has-bg .col-txt {
    justify-content: flex-end;
    -ms-flex-pack: bottom; }
    .sky-image-text.bg-sky-terrace.has-bg .col-txt .col-wrap {
      padding-bottom: 15%; }
  @media screen and (max-width: 960px) {
    .sky-image-text.bg-sky-terrace.has-bg .col-txt {
      flex: 2; }
    .sky-image-text.bg-sky-terrace.has-bg .group-bgimg .bg {
      height: 140%; } }
  @media screen and (max-width: 480px) {
    .sky-image-text.bg-sky-terrace.has-bg .group-bgimg .bg {
      height: 150%; } }
  @media screen and (max-width: 767px) {
    .sky-image-text {
      margin: 0 !important;
      /*
      &.has-bg {
      	background-image: none !important;
      	.col-img {
      		.spacer {
      			display: none;
      		}
      		.img {
      			position: static;
      			display: block;
      		}
      	}
      	.group-bgimg {
      		position: relative;
      		overflow: hidden;
      		.bg {
      			height: 200%;
      		}
      	}
      	.group-main {
      		position: static;
      		height: auto;
      		float: left;
      		.image-text-row {
      			height: auto;
      		}
      	}
      }
      */ }
      .sky-image-text .page-wrap {
        padding: 0;
        width: 100%; }
      .sky-image-text .image-text-row {
        /* flex-direction: column !important; */
        display: block;
        width: 100%;
        float: left;
        clear: both; }
      .sky-image-text .col-img,
      .sky-image-text .col-txt {
        display: block;
        width: 100%;
        float: left;
        clear: both; }
      .sky-image-text .col-txt {
        padding: 20px 13px 13px; }
      .sky-image-text .col-txt .col-wrap {
        padding: 0 !important;
        width: 100%;
        clear: both;
        max-width: 100%; }
      .sky-image-text.has-bg {
        background-color: transparent !important;
        color: #5e5e5e !important; }
        .sky-image-text.has-bg .group-bgimg {
          width: 100%;
          height: auto;
          float: left;
          clear: both;
          position: relative;
          overflow: hidden; }
          .sky-image-text.has-bg .group-bgimg .bg {
            /*
            background-size: contain;
            height: 100%;
            transform: none !important;
            -webkit-transform: none !important;
            */ }
          .sky-image-text.has-bg .group-bgimg .spacer .hide-mobile {
            display: none; }
          .sky-image-text.has-bg .group-bgimg .spacer .show-mobile {
            display: block; }
        .sky-image-text.has-bg .group-main {
          position: static;
          height: auto;
          float: left;
          clear: both; } }
  @media screen and (max-width: 480px) {
    .sky-image-text {
      /*
      &.bedroom-row {
      	margin-bottom: 20px !important;
      	.sky-image-text .page-wrap {
      		padding-top: 0;
      	}
      	&.has-bg .group-bgimg .bg {
      		transform: none !important;
      		-webkit-transform: none !important;
      	}
      }
      */ }
      .sky-image-text.has-tabs .page-wrap {
        width: 100%;
        float: left;
        clear: both;
        padding: 0; }
      .sky-image-text.has-tabs h2 {
        margin-bottom: 0;
        padding-bottom: 0; }
      .sky-image-text.has-tabs p {
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height: 26px; }
      .sky-image-text.has-tabs .sky-tabs-nav {
        margin: 0 0 14px 0; }
        .sky-image-text.has-tabs .sky-tabs-nav .hide-mobile {
          display: none; }
      .sky-image-text.has-tabs .sky-underline {
        font-size: 10px;
        letter-spacing: 4px; } }

/**
 * Per-page mobile overrides
 */
@media screen and (max-width: 767px) {
  body.page-id-107 .sky-image-text .page-wrap {
    width: 100%;
    float: left;
    clear: both;
    padding-top: 0;
    padding-bottom: 0; }

  body.page-id-248 .sky-image-text.wrap-margin {
    padding: 30px 13px 0 13px; }
    body.page-id-248 .sky-image-text.wrap-margin .col-txt {
      padding: 20px 0 0; }
  body.page-id-248 .sky-image-text.has-bg {
    padding-top: 30px; }
    body.page-id-248 .sky-image-text.has-bg h2 {
      padding-top: 16px; } }
/**
 * Tabs interface
 */
.sky-tabs-nav {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .sky-tabs-nav li {
    display: inline-block; }
  .sky-tabs-nav li:after {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 42px;
    letter-spacing: 4.27px;
    text-transform: uppercase;
    content: " | ";
    display: inline-block;
    margin: 0 4px 0 8px; }
  .sky-tabs-nav li:last-child:after {
    display: none; }

.sky-tabs-content,
.sky-sideby {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0; }
  .sky-tabs-content p,
  .sky-sideby p {
    margin: 0 0 2em 0;
    padding: 0; }
    .sky-tabs-content p:last-child,
    .sky-sideby p:last-child {
      margin-bottom: 0; }

.sky-tab {
  display: none; }
  .sky-tab p {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0; }
  .sky-tab .show-mobile {
    display: none; }
  .sky-tab.is-active {
    display: block; }
    .sky-tab.is-active p {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .sky-tab.has-mobile-txt {
      font-family: Montserrat, Arial, Helvetica, sans-serif; }
      .sky-tab.has-mobile-txt p {
        font-size: 16px;
        line-height: 26px; }
      .sky-tab.has-mobile-txt .show-desktop {
        display: none; }
      .sky-tab.has-mobile-txt .show-mobile {
        display: block; } }

/*****************************************************************************
 * Logo Grid
 *****************************************************************************/
ul.sky-logo-list {
  list-style: none;
  text-align: center;
  color: #5e5e5e;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 26px;
  text-transform: uppercase; }
  ul.sky-logo-list li {
    display: block;
    width: 25%;
    float: left;
    margin-top: 60px; }
  ul.sky-logo-list .img {
    margin: 0 auto;
    display: block;
    height: 75px; }
  ul.sky-logo-list .title {
    display: block;
    color: #5e5e5e;
    margin-top: 17px; }
  ul.sky-logo-list a {
    display: block;
    color: #5e5e5e; }
  ul.sky-logo-list .logo-5 {
    clear: left;
    margin-left: 12.5%; }
  @media screen and (max-width: 960px) {
    ul.sky-logo-list li {
      width: 33.333%; }
    ul.sky-logo-list .logo-5 {
      clear: none;
      margin-left: 0; }
    ul.sky-logo-list .logo-7 {
      margin-left: 33.333%; } }
  @media screen and (max-width: 767px) {
    ul.sky-logo-list li {
      width: 50%; }
    ul.sky-logo-list .logo-7 {
      margin-left: 25%; } }
  @media screen and (max-width: 480px) {
    ul.sky-logo-list li {
      width: 100%;
      margin-top: 40px; }
    ul.sky-logo-list .logo-7 {
      margin-left: 0; }
    ul.sky-logo-list .img {
      height: auto; }
    ul.sky-logo-list .mh-child {
      height: auto !important; } }

.sky-logo-grid {
  text-align: center;
  color: #4a4a4a;
  background-color: #9ac4cc;
  padding: 60px 0 74px 0; }
  .sky-logo-grid p {
    font-size: 16px;
    line-height: 26px;
    margin: 18px 0 0 0;
    padding: 0; }
  @media screen and (max-width: 480px) {
    .sky-logo-grid {
      padding: 30px 0; } }

/*****************************************************************************
 * Building Navigation
 *****************************************************************************/
.sky-building-nav {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 120px 0; }
  .sky-building-nav .building-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch; }
  .sky-building-nav .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1; }
  .sky-building-nav .col-title .col-wrap {
    width: 100%;
    float: left;
    clear: both;
    padding-left: 10%; }
  .sky-building-nav .col-title p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    max-width: 433px; }
  @media screen and (max-width: 1280px) {
    .sky-building-nav .lb {
      display: none; } }
  @media screen and (max-width: 960px) {
    .sky-building-nav {
      padding: 90px 0 60px 0; }
      .sky-building-nav .building-row {
        display: block; }
      .sky-building-nav .col-nav,
      .sky-building-nav .col-title {
        display: block;
        width: 100%;
        float: left;
        clear: both; }
        .sky-building-nav .col-nav .col-wrap,
        .sky-building-nav .col-title .col-wrap {
          width: 100%;
          margin: 0 auto;
          float: none;
          padding: 0; }
      .sky-building-nav .col-title {
        text-align: center; }
        .sky-building-nav .col-title .col-wrap {
          max-width: 480px; }
      .sky-building-nav .col-nav {
        padding: 37px 5% 0 0; }
        .sky-building-nav .col-nav .col-wrap {
          max-width: 640px; } }

.sky-building-layers {
  position: relative; }
  .sky-building-layers .layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .sky-building-layers .layer.hover {
      opacity: 1; }

/*****************************************************************************
 * Navigation menus
 *****************************************************************************/
.sky-nav-menu {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2.79px;
  text-transform: uppercase; }
  .sky-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sky-nav-menu li {
    display: inline-block;
    width: 22%;
    position: relative; }
    .sky-nav-menu li:after {
      content: "";
      position: absolute;
      width: 1px;
      height: 34px;
      right: 0px;
      top: -5px;
      border-right: solid #cdcdcd 1px; }
    .sky-nav-menu li:last-child:after {
      display: none; }
  .sky-nav-menu a {
    color: #4a4a4a;
    display: block;
    width: 100%;
    height: 24px;
    position: relative; }
  .sky-nav-menu.is-type1 li {
    width: 18.5%; }
  .sky-nav-menu.is-type1 a span {
    position: absolute;
    content: "";
    top: -8px;
    margin-left: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 9px solid #579ec5;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: block;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .sky-nav-menu.is-type1 a.is-active span, .sky-nav-menu.is-type1 a:hover span {
    opacity: 1.0; }
  .sky-nav-menu.is-type1 a.is-active {
    font-weight: 600; }
  @media screen and (max-width: 960px) {
    .sky-nav-menu.is-type1 li {
      width: 25%;
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .sky-nav-menu.is-type1 li {
      width: 40%;
      margin-right: 10%;
      float: left;
      text-align: left;
      margin-bottom: 13px; }
      .sky-nav-menu.is-type1 li:after {
        display: none; }
      .sky-nav-menu.is-type1 li:nth-child(2n) {
        margin-right: 0;
        margin-left: 10%; }
    .sky-nav-menu.is-type1 a {
      font-weight: 400 !important;
      font-size: 13px;
      letter-spacing: 2.8px; }
      .sky-nav-menu.is-type1 a span {
        top: 5px;
        left: auto;
        right: 0px;
        border-top: 6px solid transparent;
        border-left: 9px solid #579ec5;
        border-bottom: 6px solid transparent;
        opacity: 1.0; } }
  @media screen and (max-width: 480px) {
    .sky-nav-menu.is-type1 li,
    .sky-nav-menu.is-type1 li:nth-child(2n) {
      width: 100%;
      clear: both;
      margin-right: 0;
      margin-left: 0; } }
  .sky-nav-menu.is-type2 {
    padding: 110px 0 85px 0;
    font-size: 14px; }
    .sky-nav-menu.is-type2 li.current-menu-item a {
      color: #579ec5; }
    .sky-nav-menu.is-type2 li:first-child:after {
      position: absolute;
      content: "";
      top: 50%;
      margin-top: -23px;
      width: 10px;
      height: 46px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      background-color: transparent;
      display: block;
      border: 0; }
    .sky-nav-menu.is-type2.nav-page-148 li:first-child:after {
      right: 0px;
      background-image: url(../img/neighorhood-arrow-l.png); }
    .sky-nav-menu.is-type2.nav-page-148 ul[data-hovered=menu-item-152] li:first-child:after {
      background-image: url(../img/neighorhood-arrow-l.png); }
    .sky-nav-menu.is-type2.nav-page-148 ul[data-hovered=menu-item-153] li:first-child:after {
      right: -9px;
      background-image: url(../img/neighorhood-arrow-r.png); }
    .sky-nav-menu.is-type2.nav-page-329 li:first-child:after {
      right: -9px;
      background-image: url(../img/neighorhood-arrow-r.png); }
    .sky-nav-menu.is-type2.nav-page-329 ul[data-hovered=menu-item-152] li:first-child:after {
      right: 0px;
      background-image: url(../img/neighorhood-arrow-l.png); }
    .sky-nav-menu.is-type2.nav-page-329 ul[data-hovered=menu-item-153] li:first-child:after {
      right: -9px;
      background-image: url(../img/neighorhood-arrow-r.png); }
    @media screen and (max-width: 1280px) {
      .sky-nav-menu.is-type2 li {
        white-space: nowrap;
        width: auto; }
      .sky-nav-menu.is-type2 a {
        padding: 0 25px; } }
    @media screen and (max-width: 640px) {
      .sky-nav-menu.is-type2 {
        padding: 110px 0 45px 0;
        font-size: 13px;
        letter-spacing: 2px; }
        .sky-nav-menu.is-type2 .page-wrap {
          width: 100%; } }
    @media screen and (max-width: 480px) {
      .sky-nav-menu.is-type2 {
        padding: 80px 0 0; }
        .sky-nav-menu.is-type2 li {
          margin-bottom: 28px;
          width: 100%;
          clear: both; }
        .sky-nav-menu.is-type2 li a {
          font-size: 14px;
          letter-spacing: 3px; }
        .sky-nav-menu.is-type2 li:first-child:after {
          position: absolute;
          content: "";
          top: 30px;
          right: auto !important;
          left: 50%;
          margin-left: -23px;
          margin-top: 0;
          width: 47px;
          height: 8px; }
        .sky-nav-menu.is-type2.nav-page-148 li:first-child:after {
          background-image: url(../img/neighorhood-arrow-t.png); }
        .sky-nav-menu.is-type2.nav-page-148 ul[data-hovered=menu-item-152] li:first-child:after {
          background-image: url(../img/neighorhood-arrow-t.png); }
        .sky-nav-menu.is-type2.nav-page-148 ul[data-hovered=menu-item-153] li:first-child:after {
          top: 37px;
          background-image: url(../img/neighorhood-arrow-b.png); }
        .sky-nav-menu.is-type2.nav-page-329 li:first-child:after {
          top: 37px;
          background-image: url(../img/neighorhood-arrow-b.png); }
        .sky-nav-menu.is-type2.nav-page-329 ul[data-hovered=menu-item-152] li:first-child:after {
          top: 30px;
          background-image: url(../img/neighorhood-arrow-t.png); }
        .sky-nav-menu.is-type2.nav-page-329 ul[data-hovered=menu-item-153] li:first-child:after {
          top: 37px;
          background-image: url(../img/neighorhood-arrow-b.png); } }

/*****************************************************************************
 * Galleries
 *****************************************************************************/
.sky-gallery-tabs {
  clear: both; }
  @media screen and (max-width: 767px) {
    .sky-gallery-tabs {
      margin-top: 24px; } }

.sky-gallery-img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent; }

/* 
 * Galleries header
 */
.sky-gallery-header {
  text-align: center;
  margin: 99px 0 37px 0; }
  .sky-gallery-header h1 {
    margin: 0 0 27px 0; }
  .sky-gallery-header p.byline {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .sky-gallery-header {
      margin-top: 90px;
      margin-bottom: 0; } }

/*
 * Gallery slider mobile navigation
 */
@media screen and (max-width: 767px) {
  .mobile-slide-hide {
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
    .mobile-slide-hide.is-closed {
      -webkit-transform: translate3d(-120%, 0px, 0px);
      transform: translate3d(-120%, 0px, 0px); } }
/* 
 * Slider gallery type
 */
.gallery-tab-row {
  width: 100%;
  float: left;
  clear: both; }
  .gallery-tab-row .col-wrap {
    width: 100%;
    float: left;
    clear: both;
    position: relative; }
  .gallery-tab-row .tab-col {
    float: left; }
    .gallery-tab-row .tab-col.col-txt {
      width: 40%; }
      .gallery-tab-row .tab-col.col-txt .col-wrap {
        padding-right: 80px; }
    .gallery-tab-row .tab-col.col-img {
      width: 60%; }
  @media screen and (max-width: 960px) {
    .gallery-tab-row .tab-col.col-txt, .gallery-tab-row .tab-col.col-img {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .gallery-tab-row {
      display: block;
      width: 100%;
      float: left;
      clear: both; }
      .gallery-tab-row .tab-col.col-txt, .gallery-tab-row .tab-col.col-img {
        width: 100%;
        padding: 0;
        margin: 0; }
        .gallery-tab-row .tab-col.col-txt .col-wrap, .gallery-tab-row .tab-col.col-img .col-wrap {
          padding: 0; }
      .gallery-tab-row .tab-col.col-img {
        margin-bottom: 20px; } }

.sky-galleries-slider {
  margin-top: 36px;
  margin-bottom: 80px; }
  .sky-galleries-slider h2 {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 4.33px;
    margin-bottom: 22px; }
  .sky-galleries-slider .content {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0; }
    .sky-galleries-slider .content p {
      margin: 0 0 22px 0;
      max-width: 373px; }
  .sky-galleries-slider .slider-img {
    display: block;
    width: 100%;
    position: relative;
    float: left; }
    .sky-galleries-slider .slider-img .title {
      font-family: Montserrat, Arial, Helvetica, sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 3px;
      color: #fff;
      display: block;
      position: absolute;
      left: 41px;
      bottom: 0px;
      -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0; }
    .sky-galleries-slider .slider-img .bar {
      width: 3px;
      position: absolute;
      bottom: 0px;
      left: 30px;
      background-color: #fff;
      /*clip-path: polygon(0% 4px, 0% 100%, 100% 100%, 100% 0%);*/
      -webkit-transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 2.5s cubic-bezier(0.19, 1, 0.22, 1);
      opacity: 0;
      height: 0px; }
      .sky-galleries-slider .slider-img .bar:after {
        content: "";
        position: absolute;
        top: -3px;
        left: 0px;
        width: 0;
        height: 0;
        border-bottom: 3px solid #fff;
        border-left: 3px solid transparent; }
    .sky-galleries-slider .slider-img.slide-img-920 .title, .sky-galleries-slider .slider-img.slide-img-925 .title, .sky-galleries-slider .slider-img.slide-img-926 .title {
      color: #5e5e5e; }
    .sky-galleries-slider .slider-img.slide-img-920 .bar, .sky-galleries-slider .slider-img.slide-img-925 .bar, .sky-galleries-slider .slider-img.slide-img-926 .bar {
      background-color: #5e5e5e; }
      .sky-galleries-slider .slider-img.slide-img-920 .bar:after, .sky-galleries-slider .slider-img.slide-img-925 .bar:after, .sky-galleries-slider .slider-img.slide-img-926 .bar:after {
        border-bottom: 3px solid #5e5e5e; }
  .sky-galleries-slider.is-open .slider-img .bar,
  .sky-galleries-slider .owl-item.active .slider-img .bar {
    opacity: 1;
    height: 45px; }
  .sky-galleries-slider.is-open .slider-img .title,
  .sky-galleries-slider .owl-item.active .slider-img .title {
    opacity: 1;
    bottom: 20px; }
  .sky-galleries-slider .sky-gallery-back {
    display: none; }
  @media screen and (max-width: 960px) {
    .sky-galleries-slider .slider-img .bar {
      left: 16px; }
    .sky-galleries-slider .slider-img .title {
      left: 28px;
      font-size: 13px; } }
  @media screen and (max-width: 767px) {
    .sky-galleries-slider {
      position: absolute;
      top: 40px;
      left: 0px;
      overflow: hidden;
      text-align: left;
      margin-bottom: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -webkit-transform: translate3d(120%, 0px, 0px);
      transform: translate3d(120%, 0px, 0px); }
      .sky-galleries-slider.is-open {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); }
      .sky-galleries-slider h2 {
        margin-bottom: 5px; }
      .sky-galleries-slider .sky-gallery-back {
        display: block;
        margin: 0px 0 12px 0; }
        .sky-galleries-slider .sky-gallery-back a {
          color: #4a4a4a;
          font-size: 14px;
          line-height: 26px; }
      .sky-galleries-slider .content p {
        margin-left: 0;
        margin-right: 0;
        width: 100%; }
      .sky-galleries-slider .mh-child,
      .sky-galleries-slider .mh-child2 {
        height: auto !important; }
      .sky-galleries-slider .owl-carousel {
        display: block;
        width: 100%;
        float: left;
        clear: both; }
        .sky-galleries-slider .owl-carousel .sky-gallery-dots-nav {
          display: none; }
        .sky-galleries-slider .owl-carousel .item {
          display: block;
          width: 100%;
          float: left;
          clear: both;
          margin: 0 0 20px 0; }
      .sky-galleries-slider .sky-gallery-dots-nav {
        display: none; }
      .sky-galleries-slider .slider-img .bar,
      .sky-galleries-slider .slider-img .title {
        transition: none;
        -webkit-transition: none; } }

.page-id-195 {
  /* Overflow for hiding off-screen sky terrace sections */ }
  .page-id-195 .sky-main {
    overflow: hidden;
    position: relative; }

.sky-galleries-slider-spacer {
  width: 100%;
  height: 15px;
  display: none; }
  @media screen and (max-width: 767px) {
    .sky-galleries-slider-spacer {
      display: block; } }

/*
 * Owl carousel in gallery
 */
.owl-theme .owl-nav [class*='owl-'] {
  text-indent: -9999px;
  background: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.80;
  cursor: pointer; }
  .owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 1.0; }
  .owl-theme .owl-nav [class*='owl-'].disabled {
    opacity: 0.25;
    pointer-events: none; }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
      opacity: 0.25; }
.owl-theme .owl-nav .owl-prev {
  background-image: url(../img/gallery-prev.png);
  position: absolute;
  left: -50px; }
.owl-theme .owl-nav .owl-next {
  background-image: url(../img/gallery-next.png);
  position: absolute;
  right: -50px; }
@media screen and (max-width: 1280px) {
  .owl-theme .owl-nav .owl-prev {
    left: -35px; }
  .owl-theme .owl-nav .owl-next {
    right: -35px; } }
@media screen and (max-width: 767px) {
  .owl-theme .owl-nav .owl-prev,
  .owl-theme .owl-nav .owl-next {
    display: none; } }

/*
 * Custom secondary dot / arrow nav for Owl carousel
 */
.sky-gallery-dots-nav {
  margin-top: 60px; }
  .sky-gallery-dots-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: default; }
  .sky-gallery-dots-nav li {
    display: inline-block; }
    .sky-gallery-dots-nav li a {
      display: inline-block; }
    .sky-gallery-dots-nav li.dot {
      margin: 0 4px; }
      .sky-gallery-dots-nav li.dot a {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: transparent;
        margin-bottom: 1px; }
      .sky-gallery-dots-nav li.dot span {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        border: solid #4a4a4a 1px;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px; }
      .sky-gallery-dots-nav li.dot.active a,
      .sky-gallery-dots-nav li.dot a:hover {
        background-color: #579ec5; }
      .sky-gallery-dots-nav li.dot.active a span,
      .sky-gallery-dots-nav li.dot a:hover span {
        display: none; }
    .sky-gallery-dots-nav li.arrow a {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
    .sky-gallery-dots-nav li.prev {
      margin-right: 6px; }
      .sky-gallery-dots-nav li.prev a {
        background-image: url(../img/gallery-prev-2.png); }
    .sky-gallery-dots-nav li.next {
      margin-left: 6px; }
      .sky-gallery-dots-nav li.next a {
        background-image: url(../img/gallery-next-2.png); }
    .sky-gallery-dots-nav li.disabled {
      opacity: 0.25;
      cursor: default; }
      .sky-gallery-dots-nav li.disabled a {
        cursor: default; }
  @media screen and (max-width: 1280px) {
    .sky-gallery-dots-nav {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .sky-gallery-dots-nav {
      text-align: center; } }

/*
 * Masonry gallery type
 */
.sky-galleries-masonry {
  margin-top: 48px;
  margin-bottom: 171px; }
  .sky-galleries-masonry .page-wrap {
    max-width: 1132px; }
  @media screen and (max-width: 767px) {
    .sky-galleries-masonry {
      margin-bottom: 20px;
      margin-top: 0; } }

.sky-masonry .masonry-row {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 2%; }
  .sky-masonry .masonry-row:last-child {
    margin-bottom: 0; }
.sky-masonry .masonry-col {
  width: 100%;
  float: left;
  clear: both; }
.sky-masonry .masonry-image {
  float: left; }
  .sky-masonry .masonry-image.sky-gallery-square {
    width: 32%; }
  .sky-masonry .masonry-image.sky-gallery-long {
    width: 66%; }
  .sky-masonry .masonry-image.sky-gallery-large {
    width: 100%; }
.sky-masonry .row-1 .img-1,
.sky-masonry .row-1 .img-2 {
  margin-right: 2%; }
.sky-masonry .row-2 .img-1 {
  margin-right: 2%; }
.sky-masonry .row-3 .img-2 {
  margin-left: 2%; }
.sky-masonry .row-4 .col-1 {
  width: 66%;
  float: left;
  margin-right: 2%;
  clear: none; }
.sky-masonry .row-4 .col-2 {
  width: 32%;
  float: left;
  clear: none; }
  .sky-masonry .row-4 .col-2 .sky-gallery-square {
    width: 100%; }
    .sky-masonry .row-4 .col-2 .sky-gallery-square:first-child {
      margin-bottom: 7%; }
@media screen and (max-width: 767px) {
  .sky-masonry .masonry-row,
  .sky-masonry .masonry-col,
  .sky-masonry .masonry-image {
    width: 100% !important;
    float: left !important;
    clear: both !important;
    margin: 0 !important; }
  .sky-masonry .masonry-image {
    padding: 0 0 20px 0; } }

/*
 * Masonry gallery drop-down navigation
 */
.sky-gallery-dropdown {
  display: none;
  margin: 0 0 43px 0; }
  .sky-gallery-dropdown .select2-container--skydd {
    max-width: 290px; }

/*
 * Masonry gallery page overrides
 */
@media screen and (max-width: 767px) {
  .page-id-246 .sky-gallery-header h1 {
    margin-bottom: 0; }
  .page-id-246 .sky-gallery-nav {
    display: none; }
  .page-id-246 .sky-gallery-dropdown {
    display: block; } }

/*****************************************************************************
 * Side by side
 *****************************************************************************/
.sky-sideby {
  overflow: hidden;
  margin-bottom: 81px; }
  .sky-sideby .col {
    width: 50%;
    float: left; }
  .sky-sideby .col-1 {
    padding-right: 20px; }
  .sky-sideby .col-2 {
    padding-left: 20px; }
  .sky-sideby .img {
    margin-bottom: 23px; }
  .sky-sideby h2 {
    margin-bottom: 10px; }
  .sky-sideby p {
    max-width: 437px; }
  .sky-sideby .show-mobile {
    display: none; }
  @media screen and (max-width: 767px) {
    .sky-sideby {
      padding: 13px;
      margin-bottom: 40px; }
      .sky-sideby .page-wrap {
        width: 100%; }
      .sky-sideby .col {
        width: 100%;
        float: left;
        clear: both; }
      .sky-sideby .col-1,
      .sky-sideby .col-2 {
        padding: 0; }
      .sky-sideby .col-1 {
        padding-bottom: 30px; }
      .sky-sideby .img {
        margin-bottom: 17px; }
      .sky-sideby p {
        margin-bottom: 38px; } }
  @media screen and (max-width: 480px) {
    .sky-sideby .has-mobile-txt .show-desktop {
      display: none; }
    .sky-sideby .has-mobile-txt .show-mobile {
      display: block; } }

/*****************************************************************************
 * Simple hero
 * Sky parallax bg
 * Full image pane
 *****************************************************************************/
.sky-parallax-bg {
  position: relative;
  overflow: hidden; }
  .sky-parallax-bg .spacer {
    visibility: hidden; }
  .sky-parallax-bg .bg-layer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 115%; }
  .sky-parallax-bg .content-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.sky-simple-hero.show-mobile {
  display: none; }
.sky-simple-hero .content-layer {
  color: #fff;
  text-align: center; }
  .sky-simple-hero .content-layer h1 {
    margin-bottom: 23px;
    margin-top: 120px; }
  .sky-simple-hero .content-layer p {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px; }
@media screen and (max-width: 767px) {
  .sky-simple-hero .content-layer h1 {
    margin-bottom: 20px;
    margin-top: 60px; }
  .sky-simple-hero .content-layer p {
    font-size: 15px;
    line-height: 26px; } }
@media screen and (max-width: 480px) {
  .sky-simple-hero {
    /*
    .spacer {
    	visibility: visible;
    }
    .bg-layer {
    	display: none;
    }
    .content-layer {
    	position: static;
    	color: $brand-black;
    	padding: 0 20px;
    	.lb {
    		display: none;
    	}
    	h1 {
    		margin: 10px 0 0;
    		color: $brand-coolblue;
    	}
    	p {
    		font-size: 14px;
    		line-height: 20px;
    	}
    }
    */ }
    .sky-simple-hero.show-mobile {
      display: block; }
    .sky-simple-hero.show-desktop {
      display: none; }
    .sky-simple-hero .content-layer .lb {
      display: none; }
    .sky-simple-hero .content-layer h1,
    .sky-simple-hero .content-layer p {
      max-width: 275px;
      margin: 0 auto 20px auto; } }

.page-id-248 .sky-simple-hero.show-desktop .bg-layer {
  height: 140%; }
.page-id-248 .sky-simple-hero.show-desktop .content-layer .valign2 {
  padding-bottom: 45px;
  /*
  @media screen and (max-width: $screen-hd) {
  	padding-bottom: 0;
  }
  */ }

.sky-fullimg-pane {
  background: #cfeeed;
  background: linear-gradient(0deg, #cfeeed, #f5ebd6); }
  .sky-fullimg-pane .bg-layer {
    background-position: top left; }
  .sky-fullimg-pane .column-pad {
    padding-top: 120px; }
  .sky-fullimg-pane .column-wrap {
    width: 100%;
    clear: both;
    max-width: 767px;
    float: none;
    margin: 0 auto; }
  .sky-fullimg-pane h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 5px;
    margin-bottom: 3px; }
  .sky-fullimg-pane p {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px; }
  .sky-fullimg-pane small {
    font-size: 14px;
    font-weight: 400; }
  @media screen and (max-width: 1280px) {
    .sky-fullimg-pane .bg-layer {
      background-position: center; }
    .sky-fullimg-pane .column-pad {
      padding-right: 50px; } }
  @media screen and (max-width: 960px) {
    .sky-fullimg-pane .bg-layer {
      background-image: none !important;
      display: none; }
    .sky-fullimg-pane .spacer {
      display: none; }
    .sky-fullimg-pane .content-layer {
      position: static;
      display: block;
      width: 100%;
      float: left;
      clear: both;
      padding: 0 !important;
      height: auto !important; }
    .sky-fullimg-pane .column-pad {
      padding: 102px 0px 67px 0px !important; }
    .sky-fullimg-pane .column-wrap {
      width: 90%;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .sky-fullimg-pane h1 {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 3.33px;
      color: #4a4a4a;
      color: #5e5e5e; }
    .sky-fullimg-pane p {
      font-family: Montserrat, Arial, Helvetica, sans-serif;
      font-weight: 600;
      font-size: 15px;
      line-height: 24px;
      color: #4a4a4a;
      margin-bottom: 24px;
      margin-top: 10px;
      letter-spacing: 0;
      color: #5e5e5e; }
    .sky-fullimg-pane small {
      display: block;
      margin-top: 6px; } }

/*****************************************************************************
 * Long-form text page template
 *****************************************************************************/
.sky-main-longform {
  background: #fff;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  padding: 140px 0 40px 0; }
  .sky-main-longform .page-wrap {
    max-width: 100%; }
  .sky-main-longform .longform-pad {
    width: 90%;
    max-width: 1130px; }
  .sky-main-longform h1 {
    color: #5e5e5e;
    font-weight: 400;
    font-size: 30px;
    margin: 30px 0;
    letter-spacing: 5px; }
  .sky-main-longform p {
    margin: 30px 0; }
  .sky-main-longform a {
    color: #579ec5; }
  @media screen and (max-width: 960px) {
    .sky-main-longform {
      padding-top: 100px; }
      .sky-main-longform .page-wrap {
        width: 100%;
        padding: 0 13px; }
      .sky-main-longform .longform-pad {
        width: 100%; }
      .sky-main-longform h1 {
        font-size: 22px;
        letter-spacing: 4.58px;
        font-weight: 500;
        margin: 0 0 20px 0;
        line-height: 30px; } }

/*****************************************************************************
 * Points of Interest
 *****************************************************************************/
.poimap-infowindow-text {
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  color: #5e5e5e; }
  .poimap-infowindow-text a {
    color: #f1a53a; }

div.sky-poi .gm-style .gm-style-iw-c {
  border-radius: 0;
  border: solid #f1a53a 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
div.sky-poi .gm-style .gm-style-iw-t::after {
  border-top: 0; }
div.sky-poi .gm-style-iw-t::before {
  height: 12px;
  border-left: 0;
  border-right: solid #f1a53a 2px;
  border-top: 0; }
div.sky-poi .gm-ui-hover-effect {
  opacity: 0.25; }

.sky-poi .col-1 {
  width: 45%;
  float: left; }
  .sky-poi .col-1 .col-wrap {
    width: 84%;
    float: right;
    padding-right: 60px;
    clear: both; }
.sky-poi .col-2 {
  width: 55%;
  float: right;
  position: relative;
  min-height: 600px; }
.sky-poi .poi-map {
  background-color: #4a4a4a;
  width: 100%;
  height: 100%; }
.sky-poi h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
  margin: 0 0 40px 0;
  font-weight: 400; }
.sky-poi .poi-select .poi-dropdown {
  display: none; }
.sky-poi .poi-select .ps-col-1 {
  width: 45%;
  float: left; }
.sky-poi .poi-select .ps-col-2 {
  width: 45%;
  float: right; }
.sky-poi .poi-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block; }
  .sky-poi .poi-select ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
.sky-poi .poi-select ol {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  line-height: 31px; }
  .sky-poi .poi-select ol a {
    color: #4a4a4a; }
    .sky-poi .poi-select ol a:hover, .sky-poi .poi-select ol a.is-active {
      font-weight: 700; }
@media screen and (max-width: 1440px) {
  .sky-poi .col-1,
  .sky-poi .col-2 {
    width: 50%; }
  .sky-poi .col-1 .col-wrap {
    padding-right: 20px; }
  .sky-poi .poi-select ol {
    padding-left: 2em; } }
@media screen and (max-width: 1024px) {
  .sky-poi h2 {
    margin-bottom: 20px; }
  .sky-poi .poi-select .ps-col-1,
  .sky-poi .poi-select .ps-col-2 {
    width: 100%;
    float: left;
    clear: both; }
  .sky-poi .poi-select .ps-col-2 {
    margin-top: 27px; }
  .sky-poi .poi-select ul {
    display: none; }
  .sky-poi .poi-select ol {
    margin-left: 20px; }
  .sky-poi .poi-select .poi-dropdown {
    display: block; } }
@media screen and (max-width: 767px) {
  .sky-poi .col-1 {
    width: 45%; }
    .sky-poi .col-1 .col-wrap {
      width: 90%;
      padding-right: 30px; }
  .sky-poi .col-2 {
    width: 55%;
    min-height: 380px; } }
@media screen and (max-width: 640px) {
  .sky-poi h2 {
    max-width: 300px; }
  .sky-poi .col-1 {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    height: auto !important; }
    .sky-poi .col-1 .col-wrap {
      width: 100%;
      padding: 0 20px; }
  .sky-poi .col-2 {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    height: 265px !important;
    min-height: 0px;
    margin-bottom: 20px; }
  .sky-poi .poi-select .ps-col-2 {
    margin-bottom: 80px; } }

/*****************************************************************************
 * Search units
 *****************************************************************************/
.sky-unit-search h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 3.67px;
  margin: 0 0 15px 0;
  padding: 0; }
.sky-unit-search .show-mobile {
  display: none; }
.sky-unit-search .hide-mobile {
  display: block; }
.sky-unit-search .sus-row {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
.sky-unit-search .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start; }
.sky-unit-search .sus-col-1 {
  flex: 38%; }
  .sky-unit-search .sus-col-1 .col-wrap {
    width: 88%;
    float: right;
    padding: 145px 35px 20px 0px; }
.sky-unit-search .sus-col-2 {
  flex: 62%;
  background-color: #faf7f2; }
  .sky-unit-search .sus-col-2 .col-wrap {
    padding: 100px 20px 180px 42px;
    width: 90%;
    float: left;
    max-width: 960px; }
@media screen and (max-width: 960px) {
  .sky-unit-search .sus-col-1 .col-wrap {
    padding-right: 20px;
    width: 100%;
    padding-left: 20px; }
  .sky-unit-search .sus-col-2 .col-wrap {
    width: 100%;
    padding-left: 20px; } }
@media screen and (max-width: 767px) {
  .sky-unit-search .sus-row {
    display: block;
    width: 100%;
    float: left;
    clear: both; }
  .sky-unit-search .sus-col-1,
  .sky-unit-search .sus-col-2 {
    display: block;
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    margin: 0; }
    .sky-unit-search .sus-col-1 .col-wrap,
    .sky-unit-search .sus-col-2 .col-wrap {
      width: 100%;
      max-width: 100%;
      padding: 0 13px; }
  .sky-unit-search .sus-col-1 .col-wrap {
    padding-top: 70px;
    padding-bottom: 20px; }
  .sky-unit-search .sus-col-2 .col-wrap {
    padding-bottom: 20px; } }

.sky-search-filters {
  width: 100%;
  float: left;
  clear: both; }
  .sky-search-filters .filters-list {
    border-bottom: solid #d0cfcb 1px;
    width: 100%;
    float: left;
    clear: both; }
  .sky-search-filters .filter {
    width: 100%;
    float: left;
    clear: both; }
  .sky-search-filters .filter-header {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 500;
    display: block;
    width: 100%;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 20px 14px;
    border-top: solid #d0cfcb 1px;
    position: relative; }
    .sky-search-filters .filter-header .title {
      padding-left: 44px; }
    .sky-search-filters .filter-header .arrow {
      position: absolute;
      top: 50%;
      right: 14px;
      width: 0;
      height: 0;
      border-top: 9px solid #6c6b6a;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      margin-top: -4.5px;
      -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
    .sky-search-filters .filter-header .icon img {
      display: block;
      position: absolute;
      top: 14px;
      left: 14px;
      width: 30px;
      height: auto;
      -webkit-transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1); }
      .sky-search-filters .filter-header .icon img.icon-opened {
        opacity: 0; }
    .sky-search-filters .filter-header.is-active {
      color: #8e7cae; }
      .sky-search-filters .filter-header.is-active .icon img.icon-opened {
        opacity: 1; }
      .sky-search-filters .filter-header.is-active .icon img.icon-closed {
        opacity: 0; }
      .sky-search-filters .filter-header.is-active .arrow {
        border-top: 9px solid #8e7cae; }
      .sky-search-filters .filter-header.is-active .arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .sky-search-filters .filter-content {
    display: none;
    width: 100%;
    float: left;
    clear: both;
    padding: 20px 0; }
    .sky-search-filters .filter-content .sky-link {
      display: none;
      float: right; }
      .sky-search-filters .filter-content .sky-link:after {
        content: ""; }
  .sky-search-filters .filter.is-active .filter-content {
    display: block; }
  .sky-search-filters .filter.is-selected .filter-content .sky-link {
    display: block; }
  .sky-search-filters .filter-buttons {
    margin-top: 60px;
    width: 100%;
    float: left;
    clear: both; }
  .sky-search-filters .is-floor-range .filter-header .icon img {
    width: 34px;
    left: 10px;
    top: 12px; }
  .sky-search-filters .is-unit-location .filter-header .icon img {
    width: 34px;
    left: 12px;
    top: 13px; }
  .sky-search-filters .is-unit-location .show-mobile {
    display: none !important; }
  @media screen and (max-width: 960px) {
    .sky-search-filters .is-unit-location .show-mobile {
      display: block !important; }
    .sky-search-filters .is-unit-location .hide-mobile {
      display: none !important; } }
  .sky-search-filters .is-exposure .filter-header .icon img {
    width: 38px;
    left: 9px;
    top: 11px; }
  .sky-search-filters .is-unit-type .button-group {
    text-align: center;
    margin-bottom: 10px; }
    .sky-search-filters .is-unit-type .button-group .is-floorplan {
      margin-right: 5px;
      margin-bottom: 0; }
      .sky-search-filters .is-unit-type .button-group .is-floorplan:last-child {
        margin-left: 5px;
        margin-right: 0; }
      @media screen and (max-width: 1430px) {
        .sky-search-filters .is-unit-type .button-group .is-floorplan {
          width: 160px;
          padding-left: 0;
          padding-right: 0; } }
      @media screen and (max-width: 1280px) {
        .sky-search-filters .is-unit-type .button-group .is-floorplan {
          margin: 0 0 10px 0; }
          .sky-search-filters .is-unit-type .button-group .is-floorplan:last-child {
            margin: 0 0 10px 0; } }
      @media screen and (max-width: 767px) {
        .sky-search-filters .is-unit-type .button-group .is-floorplan {
          width: 160px;
          margin-right: 3px; }
          .sky-search-filters .is-unit-type .button-group .is-floorplan:last-child {
            margin-left: 3px; } }
      @media screen and (max-width: 374px) {
        .sky-search-filters .is-unit-type .button-group .is-floorplan {
          margin-right: auto;
          margin-left: auto;
          clear: both; }
          .sky-search-filters .is-unit-type .button-group .is-floorplan:last-child {
            margin-left: auto;
            margin-right: auto; } }
  .sky-search-filters a.mobile-clear-all {
    float: right; }
    .sky-search-filters a.mobile-clear-all:after {
      display: none; }
  @media screen and (min-width: 767px) {
    .sky-search-filters .filter-header:hover {
      color: #8e7cae; }
      .sky-search-filters .filter-header:hover .icon img.icon-opened {
        opacity: 1; }
      .sky-search-filters .filter-header:hover .icon img.icon-closed {
        opacity: 0; }
      .sky-search-filters .filter-header:hover .arrow {
        border-top: 9px solid #8e7cae; } }
  @media screen and (max-width: 960px) {
    .sky-search-filters .filter-header {
      font-size: 12px; } }
  @media screen and (max-width: 767px) {
    .sky-search-filters {
      display: none; }
      .sky-search-filters .show-mobile {
        display: block; }
      .sky-search-filters .hide-mobile {
        display: none; } }
  @media screen and (max-width: 640px) {
    .sky-search-filters .filter-header {
      font-size: 18px; } }

.mobile-filter-trigger {
  display: none;
  text-align: center; }
  .mobile-filter-trigger .sky-button {
    margin: 0; }
  @media screen and (max-width: 767px) {
    .mobile-filter-trigger {
      display: block; } }

.mobile-filters-title {
  position: relative; }

.mobile-filters-close {
  display: none;
  position: absolute;
  right: 10px;
  top: 14px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/neutral-close.png); }
  @media screen and (max-width: 767px) {
    .mobile-filters-close {
      display: block; } }

ul.sky-search-statuses {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  clear: both;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  ul.sky-search-statuses li {
    display: inline-block;
    margin: 0 40px 0 0; }
    ul.sky-search-statuses li.status-available {
      display: none; }
  ul.sky-search-statuses a {
    display: inline-block;
    color: #4a4a4a;
    cursor: default; }
  ul.sky-search-statuses span {
    display: inline-block;
    vertical-align: middle; }
  ul.sky-search-statuses .swatch {
    width: 22px;
    height: 22px;
    margin-right: 6px; }
  @media screen and (max-width: 767px) {
    ul.sky-search-statuses {
      margin: 20px 0; } }

.sky-search-table {
  width: 100%; }
  .sky-search-table .cell-label {
    display: none; }
  .sky-search-table .col-title {
    width: 10%; }
  .sky-search-table .col-floor_number {
    width: 7%; }
  .sky-search-table .col-total_sf {
    width: 17%; }
  .sky-search-table .col-exposure {
    width: 12%; }
  .sky-search-table .col-pdf {
    width: 12%; }
  .sky-search-table .col-more {
    width: 7%; }
  .sky-search-table a.mobile-link {
    display: none; }
  .sky-search-table tbody tr {
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer; }
    @media screen and (min-width: 640px) {
      .sky-search-table tbody tr:hover {
        background-color: rgba(74, 74, 74, 0.15); } }
  .sky-search-table th {
    text-align: left;
    background-color: #4a4a4a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.23px;
    line-height: 26px;
    padding: 10px;
    white-space: nowrap;
    border-right: solid #4a4a4a 1px; }
  .sky-search-table td {
    font-size: 16px;
    line-height: 26px;
    padding: 10px;
    border-left: solid #ddd 1px;
    border-bottom: solid #ddd 1px;
    white-space: nowrap; }
    .sky-search-table td:last-child {
      border-right: solid #ddd 1px; }
    .sky-search-table td.col-more {
      font-size: 18px;
      text-align: center; }
    .sky-search-table td a {
      color: #4a4a4a; }
  @media screen and (max-width: 1280px) {
    .sky-search-table .col-more {
      display: none; }
    .sky-search-table .col-pdf {
      border-right: solid #ddd 1px; } }
  @media screen and (max-width: 960px) {
    .sky-search-table {
      /*
      .col-exposure {
      	display: none;
      }
      .col-total_sf {
      	border-right: solid #ddd 1px;
      }
      */ }
      .sky-search-table td,
      .sky-search-table th {
        font-size: 12px;
        padding: 4px;
        line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .sky-search-table table,
    .sky-search-table thead,
    .sky-search-table tbody,
    .sky-search-table tr,
    .sky-search-table th,
    .sky-search-table td {
      display: block;
      width: 100% !important;
      float: left;
      clear: both;
      white-space: normal;
      padding: 0;
      margin: 0;
      border: 0;
      font-size: 16px; }
    .sky-search-table thead {
      display: none; }
    .sky-search-table tr {
      border: solid #ddd 1px;
      margin: 0 0 7px 0;
      position: relative; }
    .sky-search-table .cell-label {
      text-align: left;
      background-color: #4a4a4a;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.23px;
      line-height: 26px;
      display: block;
      width: 35%;
      float: left;
      padding: 3px 6px; }
    .sky-search-table .cell-val {
      display: block;
      width: 65%;
      float: left;
      padding: 3px 6px; }
    .sky-search-table .col-pdf {
      display: none !important; }
    .sky-search-table a.desktop-link {
      display: none; }
    .sky-search-table a.mobile-link {
      display: block;
      position: absolute;
      right: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      text-align: right;
      padding-right: 20px; } }

.sky-search-footer {
  width: 100%;
  float: left;
  clear: both;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 12px;
  color: #5e5e5e; }

/*
 * Search pagination
 */
.sky-search-pagination {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  margin: 0 0 20px 0;
  padding-right: 0;
  cursor: default; }
  .sky-search-pagination .title {
    margin-right: 6px;
    display: inline-block; }
  .sky-search-pagination a,
  .sky-search-pagination strong {
    color: #4a4a4a;
    text-decoration: none;
    display: inline-block;
    /* width: 12px; */ }
  .sky-search-pagination a:hover {
    color: #579ec5; }
  .sky-search-pagination .prev,
  .sky-search-pagination .next {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px; }
  .sky-search-pagination .prev {
    float: left;
    display: block;
    text-align: left;
    width: 33.333%; }
  .sky-search-pagination .next {
    float: left;
    display: block;
    text-align: right;
    width: 33.333%; }
  .sky-search-pagination .pages {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    width: 33.333%;
    text-align: center;
    font-size: 11px;
    line-height: 26px; }
  .sky-search-pagination .disabled {
    color: #9b9b9b;
    cursor: default; }

.sky-search-table + .sky-search-pagination {
  margin: 20px 0; }

/*****************************************************************************
 * Floor range selector
 *****************************************************************************/
.sky-floor-range .sfr-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }
.sky-floor-range .sfr-col-1 {
  width: 54%;
  float: left; }
.sky-floor-range .sfr-col-2 {
  width: 38%;
  float: right;
  margin-top: 8px; }
.sky-floor-range .sfr-nav {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 500;
  list-style: none;
  display: block;
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px; }
  .sky-floor-range .sfr-nav li {
    display: block;
    width: 100%;
    float: left;
    clear: both; }
  .sky-floor-range .sfr-nav a {
    display: block;
    width: 100%;
    color: #4a4a4a;
    line-height: 44px;
    border-bottom: solid #e0e1dd 1px; }
    .sky-floor-range .sfr-nav a.is-active {
      background-color: #c7bfd3; }
    @media screen and (min-width: 767px) {
      .sky-floor-range .sfr-nav a:hover {
        background-color: #c7bfd3; } }
.sky-floor-range .sfr-map {
  width: 100%;
  float: left;
  clear: both;
  position: relative; }
  .sky-floor-range .sfr-map .layer {
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .sky-floor-range .sfr-map .layer.is-active, .sky-floor-range .sfr-map .layer.is-selected {
      opacity: 1; }
@media screen and (max-width: 1280px) {
  .sky-floor-range .sfr-nav a {
    line-height: 36px; } }
@media screen and (max-width: 960px) {
  .sky-floor-range {
    font-size: 14px; }
    .sky-floor-range .sfr-nav a {
      line-height: 28px; } }
@media screen and (max-width: 767px) {
  .sky-floor-range {
    font-size: 16px; }
    .sky-floor-range .sfr-wrap {
      max-width: 333px; }
    .sky-floor-range .sfr-nav a {
      line-height: 40px; }
    .sky-floor-range .sfr-col-1 {
      width: 65%; }
    .sky-floor-range .sfr-col-2 {
      margin-top: 20px;
      width: 33%; } }

/*****************************************************************************
 * Plan selector / floor plate selector
 *****************************************************************************/
.sky-plan-selector .sel-grid {
  display: none; }
  .sky-plan-selector .sel-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
    .sky-plan-selector .sel-grid ul li {
      display: inline-block; }
    .sky-plan-selector .sel-grid ul .is-floorplan {
      width: 49px;
      height: 43px;
      line-height: 43px;
      padding: 0 0 0 2px;
      display: inline-block;
      text-align: center;
      margin: 0 5px 10px 0; }
@media screen and (max-width: 960px) {
  .sky-plan-selector .selectors {
    margin-top: 20px; }
  .sky-plan-selector .sel-grid {
    display: block; } }

.sky-plate-highlight {
  position: relative;
  float: left; }
  .sky-plate-highlight .layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .sky-plate-highlight .layer-plan {
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0; }
    .sky-plate-highlight .layer-plan.is-active, .sky-plate-highlight .layer-plan.is-selected, .sky-plate-highlight .layer-plan.is-disabled {
      opacity: 1; }
  @media screen and (max-width: 960px) {
    .sky-plate-highlight {
      margin-top: 20px; } }

/*****************************************************************************
 * Exposure compass
 *****************************************************************************/
.sky-exp-compass {
  float: left; }
  .sky-exp-compass .exp-wrap {
    width: 220px;
    margin: 0 auto;
    position: relative; }
  .sky-exp-compass .layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .sky-exp-compass .disabled {
    display: none; }
  .sky-exp-compass .highlight {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    /*
    &[data-step="5"] {
    	transform: rotate(360deg);
    }
    */ }
    .sky-exp-compass .highlight.is-active, .sky-exp-compass .highlight.is-selected {
      opacity: 1; }
    .sky-exp-compass .highlight[data-step="1"] {
      transform: rotate(0deg); }
    .sky-exp-compass .highlight[data-step="2"] {
      transform: rotate(90deg); }
    .sky-exp-compass .highlight[data-step="3"] {
      transform: rotate(180deg); }
    .sky-exp-compass .highlight[data-step="4"] {
      transform: rotate(270deg); }
  .sky-exp-compass .navigate .nav-block {
    display: block;
    width: 50%;
    float: left; }
  .sky-exp-compass .exp-disabled {
    width: 50%;
    float: left; }

/*****************************************************************************
 * Unit single
 *****************************************************************************/
.sky-unit-single .sus-row {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
.sky-unit-single .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start; }
.sky-unit-single .sus-col-1 {
  flex: 35%; }
  .sky-unit-single .sus-col-1 .col-wrap {
    width: 100%;
    float: left;
    clear: both;
    padding: 133px 35px 20px 40px; }
.sky-unit-single .sus-col-2 {
  flex: 65%;
  background-color: #faf7f2; }
  .sky-unit-single .sus-col-2 .col-wrap {
    padding: 50px 25px;
    width: 100%;
    float: left; }
.sky-unit-single .unit-back {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 20px 0; }
  .sky-unit-single .unit-back a {
    color: #5e5e5e; }
    .sky-unit-single .unit-back a:hover {
      color: #579ec5; }
.sky-unit-single h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 5px;
  margin: 0 0 10px 0; }
.sky-unit-single ul.unit-facts {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px; }
  .sky-unit-single ul.unit-facts span {
    white-space: nowrap; }
.sky-unit-single ul.icon-links {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
  font-size: 14px;
  line-height: 26px; }
  .sky-unit-single ul.icon-links li {
    margin: 0 0 4px 0; }
  .sky-unit-single ul.icon-links a {
    color: #5e5e5e; }
    .sky-unit-single ul.icon-links a:hover {
      color: #579ec5; }
.sky-unit-single .unit-img {
  width: 84%;
  margin: 0 auto; }
  .sky-unit-single .unit-img img {
    display: block;
    width: auto;
    height: 100%;
    max-height: 90vh;
    margin: 0 auto; }
.sky-unit-single p.notice {
  margin: 30px 0;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  width: 100%;
  clear: both;
  float: left;
  padding: 0 5%;
  color: #5e5e5e; }
@media screen and (max-width: 960px) {
  .sky-unit-single .sus-col-1 {
    background: #cfeeed;
    background: linear-gradient(332deg, #cfeeed, #f5ebd6); }
    .sky-unit-single .sus-col-1 .col-wrap {
      padding-left: 13px;
      padding-top: 80px;
      padding-right: 13px; }
  .sky-unit-single .sus-row,
  .sky-unit-single .sus-col-1,
  .sky-unit-single .sus-col-2 {
    display: block;
    width: 100%;
    float: left;
    clear: both; }
  .sky-unit-single .mobile-col {
    width: 50%;
    float: left; } }
@media screen and (max-width: 480px) {
  .sky-unit-single .mobile-col {
    width: 100%;
    clear: both; }
  .sky-unit-single ul.icon-links {
    margin-bottom: 0; }
  .sky-unit-single .sus-col-2 .col-wrap {
    padding: 20px 0; }
  .sky-unit-single p.notice {
    margin: 35px 0 0;
    padding: 0; } }

/*****************************************************************************
 * Viewer (panorama)
 *****************************************************************************/
.sky-panorama-block {
  height: calc(100vh - 190px);
  min-height: 690px; }
  .sky-panorama-block .panorama {
    height: 100%; }
  @media screen and (max-width: 960px) {
    .sky-panorama-block {
      height: 450px;
      min-height: 450px; } }

body.is-mobile .sky-panorama-block {
  height: 450px;
  min-height: 450px; }

/*****************************************************************************
 * Viewer (custom)
 *****************************************************************************/
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

.sky-viewer {
  float: left;
  position: relative;
  overflow: hidden; }
  .sky-viewer .viewlens {
    float: left;
    height: 690px; }
    .sky-viewer .viewlens img {
      height: 100%;
      width: auto;
      display: block; }
    .sky-viewer .viewlens .img-1 {
      visibility: visible; }
    .sky-viewer .viewlens .img-2 {
      position: absolute;
      top: 0px;
      left: 0px;
      opacity: 1;
      background-position: 0% 0%;
      background-repeat: repeat;
      background-size: cover;
      background-color: transparent;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 1024px) {
        .sky-viewer .viewlens .img-2 {
          -webkit-transition: left 0.15s ease 0s;
          transition: left 0.15s ease 0s; } }
  .sky-viewer .viewer-drag {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    cursor: move;
    width: 100%;
    height: 100%;
    /*
	-ms-touch-action: pan-x;
	-webkit-touch-action: pan-x;
	touch-action: pan-x;
	*/ }
  .sky-viewer .viewer-instruct {
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    position: absolute;
    top: 200px;
    left: 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #fff; }
    .sky-viewer .viewer-instruct img {
      height: 11px;
      width: auto;
      display: block;
      margin: 0 auto 15px auto; }
    .sky-viewer .viewer-instruct .valign2 {
      vertical-align: top; }
  .sky-viewer.dragging .viewer-instruct {
    opacity: 0; }
  @media screen and (max-width: 960px) {
    .sky-viewer .viewlens {
      height: 450px; } }

.sky-viewer-disclaimer {
  float: left;
  font-size: 13px;
  line-height: 16px;
  color: #5e5e5e;
  font-weight: 300;
  padding: 20px 40px; }
  @media screen and (max-width: 960px) {
    .sky-viewer-disclaimer {
      padding: 20px 13px; } }

.sky-panorama-block .pv-container .pv-overlay {
  background: transparent;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1; }
.sky-panorama-block .pv-container .pv-overlay i.pvicon-overlay {
  width: 214px;
  height: 86px;
  background-image: url(../img/views-arrow-2.png);
  margin-top: 0;
  margin-left: -107px;
  background-size: cover;
  top: 200px; }
.sky-panorama-block .overlay-notice {
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  position: absolute;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
  width: 100%;
  left: 0px;
  top: 174px;
  text-transform: uppercase;
  font-weight: 400; }
.sky-panorama-block.dragging .pv-container .pv-overlay,
.sky-panorama-block.dragging .overlay-notice {
  opacity: 0; }

/*
 * Viewer header and navigation 
 */
.sky-views-header {
  padding: 40px 0 0;
  text-align: center; }
  .sky-views-header .select-block {
    width: 350px;
    margin: 0 auto; }
  .sky-views-header h1 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 5px;
    margin: 33px 0 17px 0; }
  .sky-views-header p {
    margin: 16px 0;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #5e5e5e;
    text-transform: uppercase; }
  .sky-views-header .select-floors-nav {
    position: relative;
    z-index: 100; }
  .sky-views-header .sfnav-toggle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    opacity: 0; }
  .sky-views-header .sfnav-box {
    position: absolute;
    top: 49px;
    left: 50%;
    width: 450px;
    margin-left: -226px;
    display: none;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.17); }
  .sky-views-header .sfnav-pad {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    background: #faf7f2;
    border-top: solid #579ec5 3px;
    padding: 34px 42px 44px; }
    .sky-views-header .sfnav-pad .close-box {
      font-family: Montserrat, Arial, Helvetica, sans-serif;
      position: absolute;
      top: 10px;
      right: 12px;
      font-size: 26px;
      line-height: 42px;
      letter-spacing: 9.24px;
      color: #579ec5; }
      .sky-views-header .sfnav-pad .close-box:hover {
        color: #5e5e5e; }
  @media screen and (max-width: 767px) {
    .sky-views-header .select2-container--skydd {
      max-width: 290px; }
    .sky-views-header h1 {
      font-size: 20px;
      line-height: 30px; } }
  @media screen and (max-width: 480px) {
    .sky-views-header {
      padding-top: 90px; }
      .sky-views-header h1 {
        margin: 20px 0 11px 0; }
      .sky-views-header p {
        margin-bottom: 20px; }
      .sky-views-header .select-block {
        width: 100%; }
      .sky-views-header .sfnav-box {
        width: 100%;
        padding: 0 13px;
        box-shadow: none;
        margin: 0;
        left: 0px; }
      .sky-views-header .sfnav-pad {
        padding: 20px; }
        .sky-views-header .sfnav-pad .close-box {
          top: -4px;
          right: 0px;
          font-size: 18px; } }

.page-id-778 .select2-container--skydd .select2-dropdown.no-search {
  display: none !important; }
.page-id-778 .sky-viewer .viewer-instruct {
  display: none; }

/*****************************************************************************
 * Availability Grid
 *****************************************************************************/
.page-id-780 .sky-main,
.page-id-972 .sky-main {
  background: #f5faf9;
  background: linear-gradient(331deg, #f5faf9, #fcf9f5); }
  @media screen and (max-width: 767px) {
    .page-id-780 .sky-main,
    .page-id-972 .sky-main {
      background: #cfeeed;
      background: linear-gradient(332deg, #cfeeed, #f5ebd6); } }

.sky-availability-header {
  padding: 82px 0 49px 0; }
  .sky-availability-header .page-pad {
    position: relative; }
  .sky-availability-header h1 {
    text-align: center;
    font-weight: 500;
    font-size: 48px;
    letter-spacing: 10px;
    color: #4a4a4a; }
  .sky-availability-header .statuses-box {
    position: absolute;
    right: 0px;
    top: 21px;
    width: 300px; }
    .sky-availability-header .statuses-box ul.sky-search-statuses {
      text-transform: none;
      font-size: 16px;
      margin-bottom: 0; }
      .sky-availability-header .statuses-box ul.sky-search-statuses li {
        margin-right: 24px; }
      .sky-availability-header .statuses-box ul.sky-search-statuses a {
        color: #5e5e5e; }
      .sky-availability-header .statuses-box ul.sky-search-statuses .swatch {
        margin-right: 2px;
        width: 24px;
        height: 24px; }
  @media screen and (max-width: 1280px) {
    .sky-availability-header .statuses-box {
      position: static;
      top: auto;
      margin: 20px 0 0;
      width: 100%;
      text-align: center; } }
  @media screen and (max-width: 960px) {
    .sky-availability-header {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .sky-availability-header h1 {
      font-size: 30px;
      letter-spacing: 6.25px; }
    .sky-availability-header .statuses-box ul.sky-search-statuses {
      margin: 0; } }

/*
 * Availability tables layout
 */
.sky-availability-tables {
  margin-bottom: 64px; }
  .sky-availability-tables .show-mobile {
    display: none; }
  .sky-availability-tables .hide-mobile {
    display: block; }
  .sky-availability-tables .table-row {
    width: 100%;
    float: left;
    clear: both; }
  .sky-availability-tables .header-1 {
    width: 42.5%;
    float: left; }
  .sky-availability-tables .header-2 {
    width: 51%;
    float: left; }
  .sky-availability-tables .tcol {
    width: 8.5%;
    float: left; }
    .sky-availability-tables .tcol .tcell {
      width: 100%;
      height: 52px;
      overflow: hidden;
      padding-top: 10px;
      text-align: center;
      border-left: solid #d6d6d6 1px;
      border-bottom: solid #d6d6d6 1px; }
      .sky-availability-tables .tcol .tcell .floor-num {
        display: block;
        font-weight: 600;
        font-size: 18px;
        line-height: 15px;
        letter-spacing: 0.3px;
        color: #4a4a4a; }
      .sky-availability-tables .tcol .tcell .status {
        display: block;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        letter-spacing: 0.8px;
        color: #7b7b7b;
        text-transform: uppercase;
        margin-top: 6px; }
    .sky-availability-tables .tcol .thead {
      height: auto;
      border: 0 !important; }
      .sky-availability-tables .tcol .thead span {
        display: block; }
      .sky-availability-tables .tcol .thead .mobile-toggle {
        display: none; }
      .sky-availability-tables .tcol .thead .plate-num {
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        color: #6b6a6a;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px;
        margin: 0 0 4px 0;
        font-weight: 600; }
      .sky-availability-tables .tcol .thead .head-block {
        width: 100%;
        float: left;
        clear: both;
        color: #fff;
        background-color: #9b9b9b;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0;
        padding: 8px 0;
        height: 85px; }
      .sky-availability-tables .tcol .thead .bed-bath {
        font-weight: bold;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.27px;
        padding: 0 0 4px 0; }
      .sky-availability-tables .tcol .thead.is-last-floor {
        padding-top: 0; }
        .sky-availability-tables .tcol .thead.is-last-floor .plate-num {
          display: none; }
    .sky-availability-tables .tcol.col-gutter {
      width: 4%;
      height: 1px; }
    .sky-availability-tables .tcol.tcol-2 .tcell, .sky-availability-tables .tcol.tcol-11 .tcell {
      border-right: solid #d6d6d6 1px; }
  @media screen and (max-width: 1280px) {
    .sky-availability-tables .page-wrap {
      padding: 0 13px; }
    .sky-availability-tables .tcol .tcell .status {
      font-size: 11px;
      letter-spacing: 0; }
    .sky-availability-tables .tcol .thead .bed-bath {
      font-size: 14px;
      letter-spacing: 0;
      padding: 0; }
    .sky-availability-tables .tcol .thead .head-block {
      font-size: 11px;
      line-height: 16px;
      height: 75px; } }
  @media screen and (max-width: 960px) {
    .sky-availability-tables .show-mobile {
      display: block; }
    .sky-availability-tables .hide-mobile {
      display: none; }
    .sky-availability-tables .page-wrap {
      padding: 0 13px; }
    .sky-availability-tables .tcol {
      width: 16.5%; }
      .sky-availability-tables .tcol.col-gutter {
        width: 100%;
        clear: both; }
      .sky-availability-tables .tcol.tcol-10 {
        margin-left: 8%; } }
  @media screen and (min-width: 768px) {
    .sky-availability-tables .tcol .tcol-wrap {
      display: block !important; } }
  @media screen and (max-width: 767px) {
    .sky-availability-tables {
      margin-bottom: 0; }
      .sky-availability-tables .page-wrap {
        padding: 0; }
      .sky-availability-tables .tcol {
        width: 100%;
        border-top: solid #d6d6d6 1px;
        padding: 13px; }
        .sky-availability-tables .tcol.tcol-10 {
          margin-left: 0; }
        .sky-availability-tables .tcol.tcol-2 {
          border-bottom: solid #d6d6d6 1px; }
        .sky-availability-tables .tcol.tcol-2 .tcell, .sky-availability-tables .tcol.tcol-11 .tcell {
          border-right: 0; }
          .sky-availability-tables .tcol.tcol-2 .tcell:nth-child(3n), .sky-availability-tables .tcol.tcol-2 .tcell.has-pad-sibling, .sky-availability-tables .tcol.tcol-11 .tcell:nth-child(3n), .sky-availability-tables .tcol.tcol-11 .tcell.has-pad-sibling {
            border-right: solid #d6d6d6 1px; }
        .sky-availability-tables .tcol .tcol-wrap {
          padding-bottom: 13px;
          margin-top: 13px;
          border-top: solid #d6d6d6 1px;
          display: none;
          float: left; }
        .sky-availability-tables .tcol .tcell {
          width: 33.333%;
          float: left;
          height: 64px;
          padding-top: 16px; }
          .sky-availability-tables .tcol .tcell.is-empty {
            display: none; }
          .sky-availability-tables .tcol .tcell:nth-child(3n), .sky-availability-tables .tcol .tcell.has-pad-sibling, .sky-availability-tables .tcol .tcell.tcell-371, .sky-availability-tables .tcol .tcell.tcell-369, .sky-availability-tables .tcol .tcell.tcell-367, .sky-availability-tables .tcol .tcell.tcell-370, .sky-availability-tables .tcol .tcell.tcell-372 {
            border-right: solid #d6d6d6 1px; }
          .sky-availability-tables .tcol .tcell.tcell-361, .sky-availability-tables .tcol .tcell.tcell-359, .sky-availability-tables .tcol .tcell.tcell-357, .sky-availability-tables .tcol .tcell.tcell-358, .sky-availability-tables .tcol .tcell.tcell-360 {
            border-right: solid #d6d6d6 1px;
            border-top: solid #d6d6d6 1px; }
        .sky-availability-tables .tcol .thead {
          text-align: left;
          width: 100%;
          clear: both;
          height: auto;
          margin: 0;
          padding: 0;
          position: relative; }
          .sky-availability-tables .tcol .thead .mobile-toggle {
            display: block;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            cursor: pointer; }
            .sky-availability-tables .tcol .thead .mobile-toggle:after {
              display: block;
              content: "";
              position: absolute;
              top: 50%;
              right: 0px;
              width: 0;
              height: 0;
              border-top: 9px solid #5e5e5e;
              border-left: 6px solid transparent;
              border-right: 6px solid transparent;
              margin-top: -3.5px; }
            .sky-availability-tables .tcol .thead .mobile-toggle.is-active:after {
              border-top: 0;
              border-bottom: 9px solid #5e5e5e; }
          .sky-availability-tables .tcol .thead .plate-num {
            color: #4a4a4a;
            margin: 0; }
          .sky-availability-tables .tcol .thead .head-block {
            background-color: transparent;
            color: #4a4a4a;
            font-size: 15px;
            line-height: 21px;
            letter-spacing: 0;
            height: auto;
            padding: 0; }
            .sky-availability-tables .tcol .thead .head-block .bed-bath {
              font-size: 16px;
              line-height: 23px;
              letter-spacing: 0.27px; }
            .sky-availability-tables .tcol .thead .head-block .unit-sf,
            .sky-availability-tables .tcol .thead .head-block .yard-sf {
              display: inline-block; }
            .sky-availability-tables .tcol .thead .head-block .unit-sf:after {
              content: " | "; }
          .sky-availability-tables .tcol .thead.is-last-floor {
            padding-top: 26px;
            margin-bottom: 13px; }
            .sky-availability-tables .tcol .thead.is-last-floor .mobile-toggle {
              display: none; }
          .sky-availability-tables .tcol .thead.is-empty {
            display: none; }
        .sky-availability-tables .tcol.col-gutter {
          display: none; } }

.sky-layout-text .sky-availability-tables h2,
.sky-availability-tables h2 {
  color: #dcac80;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 0 0 18px 0; }
  @media screen and (max-width: 960px) {
    .sky-layout-text .sky-availability-tables h2,
    .sky-availability-tables h2 {
      margin: 40px 0 12px 0;
      width: 100%;
      clear: both;
      float: left; } }

/*****************************************************************************
 * Sky Terrace Maps
 *****************************************************************************/
.sky-terrace-map {
  background-color: #fff;
  padding: 45px 0 30px 0; }
  .sky-terrace-map .stm-col1 {
    width: 72%;
    float: left; }
  .sky-terrace-map .stm-col2 {
    width: 28%;
    float: left;
    padding-left: 26px; }
  .sky-terrace-map h2 {
    font-weight: 500;
    margin: 0 0 11px 0;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 3.38px; }
  .sky-terrace-map ol {
    font-size: 16px;
    line-height: 28px;
    color: #5e5e5e;
    padding-left: 26px;
    list-style-type: decimal-leading-zero;
    color: #8e7fa8; }
    .sky-terrace-map ol span {
      color: #5e5e5e; }
  @media screen and (max-width: 1280px) {
    .sky-terrace-map h2 {
      font-size: 16px; }
    .sky-terrace-map ol {
      font-size: 14px;
      line-height: 20px; } }
  @media screen and (max-width: 960px) {
    .sky-terrace-map h2 {
      line-height: 20px; }
    .sky-terrace-map ol {
      font-size: 12px;
      line-height: 16px;
      padding-left: 20px; } }
  @media screen and (max-width: 767px) {
    .sky-terrace-map {
      padding: 20px 0; }
      .sky-terrace-map .stm-col1,
      .sky-terrace-map .stm-col2 {
        width: 100%;
        padding: 0; }
      .sky-terrace-map .stm-col2 .sky-img {
        display: none; } }

/*****************************************************************************
 * Documents
 *****************************************************************************/
.sky-main-documents {
  padding: 100px 0 100px 0; }
  .sky-main-documents .page-wrap {
    max-width: 900px; }
  .sky-main-documents h1 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 40px; }
  .sky-main-documents .subtitle {
    text-align: center;
    font-size: 12px;
    letter-spacing: 4.27px;
    line-height: 42px;
    text-transform: uppercase;
    margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    .sky-main-documents {
      padding-bottom: 66px; }
      .sky-main-documents .page-wrap {
        padding: 0;
        width: 100%; }
      .sky-main-documents h1 {
        font-family: Montserrat, Arial, Helvetica, sans-serif;
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 5px;
        font-weight: 400;
        text-align: left;
        margin-bottom: 0;
        padding-left: 13px; }
      .sky-main-documents .subtitle {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.5px;
        margin-bottom: 38px;
        text-align: left;
        padding-left: 13px; } }

.sky-documents-table {
  width: 100%; }
  .sky-documents-table .mobile-num {
    display: none; }
  .sky-documents-table a {
    color: #4a4a4a; }
    .sky-documents-table a:hover {
      color: #549dc7; }
  .sky-documents-table .sky-icon .show-desktop {
    display: inline; }
  .sky-documents-table .sky-icon .show-mobile {
    display: none; }
  .sky-documents-table thead th {
    text-align: left;
    color: #fff;
    background-color: #4a4a4a;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.23px;
    padding: 4px 10px;
    font-weight: 600; }
    .sky-documents-table thead th.th-2, .sky-documents-table thead th.th-3 {
      text-align: center; }
  .sky-documents-table tbody td {
    font-size: 16px;
    letter-spacing: 0.27px;
    line-height: 26px;
    padding: 10px;
    border-bottom: solid #dddddd 1px;
    border-left: solid #dddddd 1px; }
    .sky-documents-table tbody td.col-pdf, .sky-documents-table tbody td.col-email {
      text-align: center; }
    .sky-documents-table tbody td:last-child {
      border-right: solid #dddddd 1px; }
  @media screen and (max-width: 767px) {
    .sky-documents-table {
      border-bottom: solid #d6d6d6 1px; }
      .sky-documents-table a {
        color: #5e5e5e; }
      .sky-documents-table .sky-icon .show-desktop {
        display: none; }
      .sky-documents-table .sky-icon .show-mobile {
        display: inline; }
      .sky-documents-table .mobile-num {
        display: block;
        float: left; }
      .sky-documents-table .doc-name {
        display: block; }
      .sky-documents-table thead,
      .sky-documents-table tbody,
      .sky-documents-table tr,
      .sky-documents-table thead th {
        display: block;
        width: 100%;
        float: left;
        clear: both; }
      .sky-documents-table thead {
        display: none; }
      .sky-documents-table tr {
        border-top: solid #d6d6d6 1px;
        padding: 20px 13px; }
      .sky-documents-table tbody td {
        border: 0 !important;
        padding: 0; }
        .sky-documents-table tbody td.col-num {
          display: none; }
        .sky-documents-table tbody td.col-name {
          display: block;
          font-size: 18px;
          letter-spacing: 0;
          width: 100%;
          float: left;
          clear: both;
          margin-bottom: 10px;
          font-weight: 500; }
        .sky-documents-table tbody td.col-pdf, .sky-documents-table tbody td.col-email {
          display: inline-block;
          text-align: left;
          font-size: 14px; }
        .sky-documents-table tbody td.col-pdf {
          padding-right: 40px; } }

.flux-document-email-modal {
  background: #fff;
  color: #4a4a4a;
  width: 90%;
  margin: 0 auto;
  padding: 40px 30px;
  position: relative;
  max-width: 480px;
  text-align: center; }
  .flux-document-email-modal p {
    margin: 0 0 16px 0; }
  .flux-document-email-modal .email-wrap {
    width: 100%;
    float: left;
    clear: both; }
  .flux-document-email-modal input[type=email] {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #4a4a4a;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.86);
    border: solid #ddd 1px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 16px auto; }
    @media screen and (max-width: 960px) {
      .flux-document-email-modal input[type=email] {
        font-size: 14px;
        font-weight: 500; } }
  .flux-document-email-modal .modal-headline {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px; }
  .flux-document-email-modal button {
    border: 0;
    cursor: pointer;
    margin: 0;
    background: transparent; }
  .flux-document-email-modal .loading-indicator {
    display: none;
    width: 32px;
    margin-left: 10px; }
  .flux-document-email-modal .loading .loading-indicator {
    display: inline-block;
    vertical-align: middle; }
  .flux-document-email-modal button.disabled,
  .flux-document-email-modal input.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .flux-document-email-modal .modal-error {
    display: none;
    margin-bottom: 16px;
    padding: 10px;
    background: #c00;
    color: #fff; }
  .flux-document-email-modal .modal-message {
    display: none;
    margin-bottom: 16px;
    padding: 10px;
    background: #0a0;
    color: #fff; }

/*****************************************************************************
 * z-index control, centralized, override all
 *****************************************************************************/
#wpadminbar,
#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
  z-index: 28000035; }

.header-top {
  z-index: 28000013; }

.drawer-close-bg {
  z-index: 28000034; }

.drawer {
  z-index: 28000036; }

.drawer-tab {
  z-index: 28000037; }

.mfp-bg,
.mfp-wrap {
  z-index: 28000045 !important; }

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