/* rotate*/
/* translate*/
/*transform origin*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  scroll-behavior: smooth;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dashed #fff;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  /*-webkit-tap-highlight-color: transparent;*/
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  /*overflow-y: auto;*/
}

html {
  min-height: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  background-color: #fff;
  margin: 0;
  line-height: 36px;
  font-weight: 300;
  overflow-x: hidden;
  /*overflow-y:hidden;*/
  height: auto !important;
}

body, input, select, textarea, button {
  resize: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  margin: 0;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

button {
  cursor: pointer;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

input, select, textarea, button {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Selectivo */
.selectivo {
  position: relative;
  display: inline-block;
  background: white;
}

.selectivo__label,
.selectivo__option {
  display: block;
  width: 100%;
  padding: 1em;
  padding-right: 2.5em;
  border: 0;
  background: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
}

.selectivo__label:focus,
.selectivo__option:focus {
  outline: 1px dotted gray;
}

.selectivo__label::-moz-focus-inner,
.selectivo__option::-moz-focus-inner {
  border: 0;
}

.selectivo__dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: white;
  max-height: 300px;
  overflow-y: auto;
  transition: all ease 0.2s;
}

.selectivo--open .selectivo__dropdown {
  opacity: 1;
  visibility: visible;
}

.skip-nav {
  background: transparent;
  color: #3c3c3e;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  z-index: 99999;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.skip-nav:focus {
  box-shadow: 0 0 3px #3c3c3e, 0 0 7px #3c3c3e;
  background: #3c3c3e;
  color: #e1ddd9;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.desk {
  display: none;
}
@media (min-width: 769px) {
  .desk {
    display: block;
  }
}

.mob {
  display: block;
}
@media (min-width: 769px) {
  .mob {
    display: none;
  }
}

@media (max-width: 768.8px) {
  .desktop {
    display: none !important;
  }
}

@media (max-width: 767.8px) {
  .desk-tab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .tab-mob {
    display: none !important;
  }
}

a:focus,
button:focus,
*:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
  text-decoration: none;
}

a, a:hover {
  text-decoration: none;
}

a:focus,
button:focus,
input:focus, *:focus {
  outline: 2px dotted transparent;
}
.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab input:focus, .using-keytab *:focus {
  outline: 2px dotted #000000;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
}

.disabled-link {
  cursor: default;
  pointer-events: none;
}

.sectionTitle, .fp-details-page section .container .copyBlock .ariaTitle, .fp-page section .container .copyBlock .ariaTitle, .ourstory-page section .container .copyBlock .ariaTitle, .sustainability-page section .container .copyBlock .ariaTitle, .features-page section .container .copyBlock .ariaTitle, .contact-page section .container .copyBlock .ariaTitle, .thankyou-page section .container .copyBlock .ariaTitle, .blog-page section .container .copyBlock .ariaTitle, .amenities-page section .container .copyBlock .ariaTitle {
  color: #be6c42;
  padding-bottom: 6px;
  display: block;
  text-transform: uppercase;
  font: 600 18px sweet-sans-pro, sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768.8px) {
  .sectionTitle, .fp-details-page section .container .copyBlock .ariaTitle, .fp-page section .container .copyBlock .ariaTitle, .ourstory-page section .container .copyBlock .ariaTitle, .sustainability-page section .container .copyBlock .ariaTitle, .features-page section .container .copyBlock .ariaTitle, .contact-page section .container .copyBlock .ariaTitle, .thankyou-page section .container .copyBlock .ariaTitle, .blog-page section .container .copyBlock .ariaTitle, .amenities-page section .container .copyBlock .ariaTitle {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

.sectionTitle2, .section-title {
  color: #3c3c3e;
  margin-bottom: 15px;
  text-transform: uppercase;
  font: 300 40px/48px sweet-gothic, sans-serif;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .sectionTitle2, .section-title {
    font-size: calc(21px + 19 * (100vw - 769px) / 631);
  }
  .sectionTitle2, .section-title {
    line-height: calc(24px + 24 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .sectionTitle2, .section-title {
    line-height: 23.52px;
    margin-bottom: 10px;
  }
  .sectionTitle2, .section-title {
    font-size: calc(20px + 17 * (100vw - 375px) / 393);
  }
  .sectionTitle2, .section-title {
    line-height: calc(23px + 7 * (100vw - 375px) / 393);
  }
}
@media (max-width: 374.8px) {
  .sectionTitle2, .section-title {
    font-size: calc(18px + 2 * (100vw - 320px) / 55);
  }
  .sectionTitle2, .section-title {
    line-height: calc(21px + 2 * (100vw - 320px) / 55);
  }
}

.section-title {
  color: #e1ddd9;
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media (max-width: 768.8px) {
  .section-title {
    padding-bottom: 10px;
  }
}
.section-title span {
  font-size: 25px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .section-title span {
    font-size: calc(18px + 7 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .section-title span {
    font-size: calc(11px + 7 * (100vw - 320px) / 448);
  }
}

.page-title, .page-404 .content-wrap h1 {
  color: #e1ddd9;
  padding-bottom: 25px;
  text-transform: uppercase;
  font: 500 50px/56px sweet-gothic, sans-serif;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .page-title, .page-404 .content-wrap h1 {
    font-size: calc(21px + 29 * (100vw - 769px) / 631);
  }
  .page-title, .page-404 .content-wrap h1 {
    line-height: calc(28px + 28 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .page-title, .page-404 .content-wrap h1 {
    line-height: 23.52px;
    padding-bottom: 10px;
  }
  .page-title, .page-404 .content-wrap h1 {
    font-size: calc(20px + 17 * (100vw - 375px) / 393);
  }
  .page-title, .page-404 .content-wrap h1 {
    line-height: calc(23px + 7 * (100vw - 375px) / 393);
  }
}
@media (max-width: 374.8px) {
  .page-title, .page-404 .content-wrap h1 {
    font-size: calc(18px + 2 * (100vw - 320px) / 55);
  }
  .page-title, .page-404 .content-wrap h1 {
    line-height: calc(21px + 2 * (100vw - 320px) / 55);
  }
}
.page-title span, .page-404 .content-wrap h1 span {
  font-size: 25px;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .page-title span, .page-404 .content-wrap h1 span {
    font-size: calc(18px + 7 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .page-title span, .page-404 .content-wrap h1 span {
    font-size: calc(11px + 7 * (100vw - 320px) / 448);
  }
}

p, .txtcopy, .fp-details-page .details .info span {
  color: #3c3c3e;
  font: 500 16px sweet-sans-pro, sans-serif;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 768.8px) {
  p, .txtcopy, .fp-details-page .details .info span {
    padding-bottom: 25px;
  }
  p, .txtcopy, .fp-details-page .details .info span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  p, .txtcopy, .fp-details-page .details .info span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}

.blue {
  background: #5e7f92;
}

.black {
  background: #3c3c3e;
}

.load-more, .fp-page section.two .imgHolder .features a, .ourstory-page .viewGallery a, .sustainability-page .viewGallery a, .features-page .floorPlans a, .contact-page section.getinTouch .container .rightColumn .enlargeMap a, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a, .blog-page section.getinTouch .container .rightColumn .enlargeMap a, .contact-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions button, .amenities-page .viewGallery a, .gal-load-more a {
  width: 137px;
  height: 137px;
  background: url(../images/gallery/button-blue.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 700 12px/26px sweet-sans-pro, sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  position: relative;
  border-radius: 100%;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .load-more, .fp-page section.two .imgHolder .features a, .ourstory-page .viewGallery a, .sustainability-page .viewGallery a, .features-page .floorPlans a, .contact-page section.getinTouch .container .rightColumn .enlargeMap a, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a, .blog-page section.getinTouch .container .rightColumn .enlargeMap a, .contact-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions button, .amenities-page .viewGallery a, .gal-load-more a {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.load-more:before, .fp-page section.two .imgHolder .features a:before, .ourstory-page .viewGallery a:before, .sustainability-page .viewGallery a:before, .features-page .floorPlans a:before, .contact-page section.getinTouch .container .rightColumn .enlargeMap a:before, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:before, .blog-page section.getinTouch .container .rightColumn .enlargeMap a:before, .contact-page section.contactUs .container .hywrap .form-actions button:before, .thankyou-page section.contactUs .container .hywrap .form-actions button:before, .blog-page section.contactUs .container .hywrap .form-actions button:before, .amenities-page .viewGallery a:before, .gal-load-more a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/button-hover.svg) no-repeat center center;
  opacity: 0;
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.load-more:after, .fp-page section.two .imgHolder .features a:after, .ourstory-page .viewGallery a:after, .sustainability-page .viewGallery a:after, .features-page .floorPlans a:after, .contact-page section.getinTouch .container .rightColumn .enlargeMap a:after, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:after, .blog-page section.getinTouch .container .rightColumn .enlargeMap a:after, .contact-page section.contactUs .container .hywrap .form-actions button:after, .thankyou-page section.contactUs .container .hywrap .form-actions button:after, .blog-page section.contactUs .container .hywrap .form-actions button:after, .amenities-page .viewGallery a:after, .gal-load-more a:after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/gallery/button-arrowdown.svg) no-repeat center center;
  position: absolute;
  bottom: 36px;
  left: 0;
}
@media (max-width: 768.8px) {
  .load-more:after, .fp-page section.two .imgHolder .features a:after, .ourstory-page .viewGallery a:after, .sustainability-page .viewGallery a:after, .features-page .floorPlans a:after, .contact-page section.getinTouch .container .rightColumn .enlargeMap a:after, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:after, .blog-page section.getinTouch .container .rightColumn .enlargeMap a:after, .contact-page section.contactUs .container .hywrap .form-actions button:after, .thankyou-page section.contactUs .container .hywrap .form-actions button:after, .blog-page section.contactUs .container .hywrap .form-actions button:after, .amenities-page .viewGallery a:after, .gal-load-more a:after {
    bottom: 22px;
    background-size: 5px 13px;
  }
}
.system .load-more:hover:before, .system .fp-page section.two .imgHolder .features a:hover:before, .fp-page section.two .imgHolder .features .system a:hover:before, .system .ourstory-page .viewGallery a:hover:before, .ourstory-page .viewGallery .system a:hover:before, .system .sustainability-page .viewGallery a:hover:before, .sustainability-page .viewGallery .system a:hover:before, .system .features-page .floorPlans a:hover:before, .features-page .floorPlans .system a:hover:before, .system .contact-page section.getinTouch .container .rightColumn .enlargeMap a:hover:before, .contact-page section.getinTouch .container .rightColumn .enlargeMap .system a:hover:before, .system .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:hover:before, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .system a:hover:before, .system .blog-page section.getinTouch .container .rightColumn .enlargeMap a:hover:before, .blog-page section.getinTouch .container .rightColumn .enlargeMap .system a:hover:before, .system .contact-page section.contactUs .container .hywrap .form-actions button:hover:before, .contact-page section.contactUs .container .hywrap .form-actions .system button:hover:before, .system .thankyou-page section.contactUs .container .hywrap .form-actions button:hover:before, .thankyou-page section.contactUs .container .hywrap .form-actions .system button:hover:before, .system .blog-page section.contactUs .container .hywrap .form-actions button:hover:before, .blog-page section.contactUs .container .hywrap .form-actions .system button:hover:before, .system .amenities-page .viewGallery a:hover:before, .amenities-page .viewGallery .system a:hover:before, .system .gal-load-more a:hover:before, .gal-load-more .system a:hover:before {
  opacity: 1;
  transform: scale(1);
}

.small_txt {
  font-family: sweet-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-right: 50px;
  position: relative;
  color: #5e7f92;
  font: 500 16px sweet-gothic, sans-serif;
  margin-top: 5px;
  display: inline-block;
}
@media (max-width: 768.8px) {
  .link {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
}
.link:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-blue.svg) center right/contain no-repeat;
}
html.system .link:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.btn, .ourstory-page section.two .copyBlock .takeTour a {
  width: 137px;
  height: 137px;
  display: block;
  border-radius: 100%;
  line-height: 127px;
  text-align: center;
  color: #ffffff;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  position: relative;
}
@media (max-width: 768.8px) {
  .btn, .ourstory-page section.two .copyBlock .takeTour a {
    width: 100px;
    height: 100px;
    font-size: 10px;
    line-height: 100px;
    letter-spacing: 0.5px;
  }
  .btn span, .ourstory-page section.two .copyBlock .takeTour a span {
    display: none;
  }
}
.btn.btn-blue, .ourstory-page section.two .copyBlock .takeTour a.btn-blue {
  background: url(../images/icons/button-blue.svg) no-repeat center/contain;
}
.btn.btn-orange, .ourstory-page section.two .copyBlock .takeTour a {
  background: url(../images/icons/button-orange.svg) no-repeat center/contain;
}
.btn:after, .ourstory-page section.two .copyBlock .takeTour a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/button-hover.svg) no-repeat center center;
  opacity: 0;
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.btn:before, .ourstory-page section.two .copyBlock .takeTour a:before {
  width: 36px;
  height: 6px;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: 10px;
  background: url(../images/icons/button-arrowright.svg) no-repeat top center/contain;
}
@media (max-width: 768.8px) {
  .btn:before, .ourstory-page section.two .copyBlock .takeTour a:before {
    background-size: 25px 5px;
  }
}
.system .btn:hover:after, .system .ourstory-page section.two .copyBlock .takeTour a:hover:after, .ourstory-page section.two .copyBlock .takeTour .system a:hover:after {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 768.8px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 769px) {
  .mobile {
    display: none;
  }
}

.ornamental, .fp-page section.one .copyBlock, .sustainability-page section.two .copyBlock, .features-page section.two .copyBlock, .contact-page section.contactUs .container, .thankyou-page section.contactUs .container, .blog-page section.contactUs .container, .amenities-page section.three .copyBlock, .amenities-page section.two .copyBlock {
  position: relative;
}
.ornamental:before, .fp-page section.one .copyBlock:before, .sustainability-page section.two .copyBlock:before, .features-page section.two .copyBlock:before, .contact-page section.contactUs .container:before, .thankyou-page section.contactUs .container:before, .blog-page section.contactUs .container:before, .amenities-page section.three .copyBlock:before, .amenities-page section.two .copyBlock:before {
  width: 77px;
  height: 77px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icons/container-ornament-top.svg) no-repeat top center/contain;
}
@media (max-width: 768.8px) {
  .ornamental:before, .fp-page section.one .copyBlock:before, .sustainability-page section.two .copyBlock:before, .features-page section.two .copyBlock:before, .contact-page section.contactUs .container:before, .thankyou-page section.contactUs .container:before, .blog-page section.contactUs .container:before, .amenities-page section.three .copyBlock:before, .amenities-page section.two .copyBlock:before {
    width: 51px;
    height: 51px;
  }
}
.ornamental:after, .fp-page section.one .copyBlock:after, .sustainability-page section.two .copyBlock:after, .features-page section.two .copyBlock:after, .contact-page section.contactUs .container:after, .thankyou-page section.contactUs .container:after, .blog-page section.contactUs .container:after, .amenities-page section.three .copyBlock:after, .amenities-page section.two .copyBlock:after {
  width: 243px;
  height: 41px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/icons/container-ornament-bottom.svg) no-repeat top center/cover;
}
@media (max-width: 768.8px) {
  .ornamental:after, .fp-page section.one .copyBlock:after, .sustainability-page section.two .copyBlock:after, .features-page section.two .copyBlock:after, .contact-page section.contactUs .container:after, .thankyou-page section.contactUs .container:after, .blog-page section.contactUs .container:after, .amenities-page section.three .copyBlock:after, .amenities-page section.two .copyBlock:after {
    width: 159px;
    height: 26px;
  }
}

.ornamental-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 253px;
  z-index: 5;
}
@media (max-width: 768.8px) {
  .ornamental-left {
    width: 9px;
    height: 127px;
    transform: none !important;
  }
}
.ornamental-left img {
  width: 17px;
  height: 235px;
}
@media (max-width: 768.8px) {
  .ornamental-left img {
    width: 9px;
    height: 127px;
  }
}

.ornamental-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 226px;
  z-index: 5;
}
@media (max-width: 768.8px) {
  .ornamental-right {
    width: 14px;
    height: 113px;
    transform: none !important;
  }
}
.ornamental-right img {
  width: 28px;
  height: 226px;
}
@media (max-width: 768.8px) {
  .ornamental-right img {
    width: 14px;
    height: 113px;
  }
}

html.system, html.device {
  margin-top: 0 !important;
}

.no-trans {
  transition: none;
}

body {
  font: 500 16px sweet-sans-pro, sans-serif;
}

@media (max-width: 768.8px) {
  .parallax {
    transform: none !important;
  }
}

.cursor-disabled {
  pointer-events: none;
  cursor: default;
}

@media (max-width: 768.8px) {
  .inner-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (min-width: 992px) {
  .inner-page .page-title-wrap + * {
    margin-top: -45px;
  }
}
@media (min-width: 992px) {
  .inner-page .page-title-wrap .container {
    padding-top: 45px;
  }
}
@media (max-width: 768.8px) {
  .inner-page section .container {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .inner-page section.getinTouch .container .leftColumn, .inner-page section.getinTouch .container .rightColumn, .inner-page section.getinTouch .container .leftColumn .contacttile, .inner-page section .container .leftBlock, .inner-page section .container .imgHolder, .inner-page section .container .copyBlock {
    transform: none !important;
  }
}
.inner-page .no_results {
  color: #3c3c3e;
  font: 400 16px sweet-sans-pro, sans-serif;
  padding-top: 150px;
  letter-spacing: 0.05em;
}
@media (max-width: 991.8px) {
  .inner-page .no_results {
    padding-top: 25px;
  }
  .inner-page .no_results {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .inner-page .no_results {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}

.modal-popup.map-modal .popup-slider-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-popup.map-modal .popup-slider-wrap .mapEnlarged {
  height: 100vh;
}
@media (max-width: 768.8px) {
  .modal-popup.map-modal .popup-slider-wrap .mapEnlarged {
    text-align: center;
  }
}
.modal-popup.map-modal .popup-slider-wrap .mapEnlarged img {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: contain;
}
@media (max-width: 768.8px) {
  .modal-popup.map-modal .popup-slider-wrap .mapEnlarged img {
    max-width: 90%;
  }
}

h1 span.adaHidden {
  height: 0;
  opacity: 0;
  width: 0;
  display: block;
}

.main-content {
  padding-top: 60px;
}

.hidden_block {
  display: none !important;
}

/*....specials.....*/
.specials-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 80px 48px;
  overflow: auto;
  display: flex;
  background: rgba(60, 60, 62, 0.5);
}
@media (max-width: 768.8px) {
  .specials-popup {
    padding: 55px 48px;
  }
}
@media (max-width: 768.8px) and (max-width: 374.8px) {
  .specials-popup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.specials-popup:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: #3c3c3e;
  opacity: 0.5;
}

.specials-box {
  padding: 52px 60px 69px;
  background-color: #e2deda;
  width: 100%;
  max-width: 504px;
  position: relative;
  align-self: center;
  margin: auto;
}
@media (max-width: 768.8px) {
  .specials-box {
    padding: 44px 28px 50px;
  }
}
.specials-box .sectionTitle, .specials-box .fp-details-page section .container .copyBlock .ariaTitle, .fp-details-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .fp-page section .container .copyBlock .ariaTitle, .fp-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .ourstory-page section .container .copyBlock .ariaTitle, .ourstory-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .sustainability-page section .container .copyBlock .ariaTitle, .sustainability-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .features-page section .container .copyBlock .ariaTitle, .features-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .contact-page section .container .copyBlock .ariaTitle, .contact-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .thankyou-page section .container .copyBlock .ariaTitle, .thankyou-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .blog-page section .container .copyBlock .ariaTitle, .blog-page section .container .copyBlock .specials-box .ariaTitle, .specials-box .amenities-page section .container .copyBlock .ariaTitle, .amenities-page section .container .copyBlock .specials-box .ariaTitle {
  color: #5e7f92;
}
.specials-box .sectionTitle2 {
  margin-left: -2px;
  margin-top: -2px;
  font: 500 16px sweet-sans-pro, sans-serif;
}
.specials-box .txtcopy, .specials-box p {
  padding-bottom: 18px;
}
@media (max-width: 768.8px) {
  .specials-box .txtcopy, .specials-box p {
    padding-bottom: 10px;
  }
}
.specials-box .btn, .specials-box .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .specials-box a {
  position: absolute;
  right: 20px;
  bottom: -68px;
}
@media (max-width: 768.8px) {
  .specials-box .btn, .specials-box .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .specials-box a {
    bottom: -50px;
    right: 12px;
  }
}
.specials-box .specials-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 18px;
  text-indent: -99px;
  overflow: hidden;
  background: url(../images/icons/close-gray.svg) center center/contain no-repeat;
}
@media (max-width: 768.8px) {
  .specials-box .specials-close {
    top: 13px;
    width: 28px;
    height: 12px;
  }
}

.amenities-page, .blog-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .amenities-page, .blog-page {
    padding-top: 26px;
  }
}
.amenities-page:before, .blog-page:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.amenities-page .amenities-pattern-wrap, .amenities-page .blog-pattern-wrap, .blog-page .amenities-pattern-wrap, .blog-page .blog-pattern-wrap {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 177px;
  left: 0;
  height: 1000px;
  z-index: -1;
  width: 100%;
  transform-origin: right bottom;
  transform: skewY(-8deg);
}
.amenities-page .amenities-pattern-wrap .amenities-pattern, .amenities-page .amenities-pattern-wrap .blog-pattern, .amenities-page .blog-pattern-wrap .amenities-pattern, .amenities-page .blog-pattern-wrap .blog-pattern, .blog-page .amenities-pattern-wrap .amenities-pattern, .blog-page .amenities-pattern-wrap .blog-pattern, .blog-page .blog-pattern-wrap .amenities-pattern, .blog-page .blog-pattern-wrap .blog-pattern {
  background: url(../images/patterns/SIgnalPattern_3_cream.gif) repeat top left #e1ddd9;
  transform: skewY(8deg);
  width: 100%;
  height: 250%;
  margin-top: -25%;
}
.amenities-page .amenities-pattern-wrap .blog-pattern, .amenities-page .blog-pattern-wrap .blog-pattern, .blog-page .amenities-pattern-wrap .blog-pattern, .blog-page .blog-pattern-wrap .blog-pattern {
  background-image: url(../images/patterns/SIgnalPattern_3_beige.gif);
  height: 100%;
  margin-top: -15%;
}
.amenities-page .amenities-pattern-wrap .fp-pattern, .amenities-page .blog-pattern-wrap .fp-pattern, .blog-page .amenities-pattern-wrap .fp-pattern, .blog-page .blog-pattern-wrap .fp-pattern {
  background: url(../images/patterns/SignalPattern_1_blue.gif) repeat top left #e1ddd9;
  height: 100%;
  margin-top: -15%;
  height: 1000px;
}
@media (min-width: 2000px) {
  .amenities-page .amenities-pattern-wrap .fp-pattern, .amenities-page .blog-pattern-wrap .fp-pattern, .blog-page .amenities-pattern-wrap .fp-pattern, .blog-page .blog-pattern-wrap .fp-pattern {
    height: 1400px;
  }
}
@media (min-width: 769px) {
  .amenities-page .amenities-pattern-wrap .fp-pattern, .amenities-page .blog-pattern-wrap .fp-pattern, .blog-page .amenities-pattern-wrap .fp-pattern, .blog-page .blog-pattern-wrap .fp-pattern {
    height: 1400px;
  }
}
@media (max-width: 1439.8px) {
  .amenities-page .amenities-pattern-wrap, .amenities-page .blog-pattern-wrap, .blog-page .amenities-pattern-wrap, .blog-page .blog-pattern-wrap {
    transform: skewY(-12deg);
  }
  .amenities-page .amenities-pattern-wrap .amenities-pattern, .amenities-page .amenities-pattern-wrap .blog-pattern, .amenities-page .blog-pattern-wrap .amenities-pattern, .amenities-page .blog-pattern-wrap .blog-pattern, .blog-page .amenities-pattern-wrap .amenities-pattern, .blog-page .amenities-pattern-wrap .blog-pattern, .blog-page .blog-pattern-wrap .amenities-pattern, .blog-page .blog-pattern-wrap .blog-pattern {
    transform: skewY(12deg);
  }
}

.fp-page {
  position: relative;
}
.fp-page .fp-pattern-wrap {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 177px;
  left: 0;
  height: 1000px;
  z-index: -1;
  width: 100%;
  transform-origin: right bottom;
  -moz-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
}
.fp-page .fp-pattern-wrap .fp-pattern {
  background: url(../images/patterns/SignalPattern_1_blue.gif) repeat top left #5e7f92;
  height: 100%;
  margin-top: -15%;
  height: 1000px;
  transform: skewY(12deg);
  -moz-transform: skewY(12deg);
  -o-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  -webkit-transform: skewY(12deg);
  transform: skewY(12deg);
}
@media (min-width: 2000px) {
  .fp-page .fp-pattern-wrap .fp-pattern {
    height: 1400px;
  }
}
@media (min-width: 769px) {
  .fp-page .fp-pattern-wrap .fp-pattern {
    height: 1400px;
  }
}
@media (max-width: 1439.8px) {
  .fp-page .fp-pattern-wrap {
    transform: skewY(-12deg);
  }
  .fp-page .fp-pattern-wrap .amenities-pattern {
    transform: skewY(12deg);
  }
}

@media (max-width: 768.8px) {
  .desktop-only {
    display: none;
  }
}

.rotateimg180 {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

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

#pano, #tour {
  width: 100%;
  height: 100vh;
}

.seperate {
  padding: 0 7px;
}

.no-link {
  pointer-events: none;
}

.osano-cm-widget {
  display: none;
}

.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover, .osano-cm-link:active,
.osano-cm-link {
  color: #000;
}

.osano-cm-disclosure__toggle, .osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #e2deda;
  align-items: center;
  padding: 0 2.6vw;
  z-index: 55;
}
.header-wrapper .header-left, .header-wrapper .header-right {
  width: 35%;
}
@media (max-width: 768.8px) {
  .header-wrapper .header-left.mob, .header-wrapper .header-right.mob {
    display: flex;
    align-items: center;
  }
  .header-wrapper .header-left a, .header-wrapper .header-right a {
    width: 28px;
    height: 27px;
  }
  .header-wrapper .header-left a.call-link, .header-wrapper .header-right a.call-link {
    background: url(../images/icons/phone.svg) no-repeat center/contain;
    margin-right: 10px;
  }
}
@media (max-width: 768.8px) and (min-width: 768px) {
  .header-wrapper .header-left a.call-link, .header-wrapper .header-right a.call-link {
    display: none;
  }
}
@media (max-width: 768.8px) {
  .header-wrapper .header-left a.location-link, .header-wrapper .header-right a.location-link {
    background: url(../images/icons/location.svg) no-repeat center/contain;
  }
  .header-wrapper .header-left a.schedule-link, .header-wrapper .header-right a.schedule-link {
    height: 29px;
    background: url(../images/icons/schedule.svg) no-repeat center/contain;
  }
}
.header-wrapper .header-left ul, .header-wrapper .header-right ul {
  display: flex;
}
@media (max-width: 768.8px) {
  .header-wrapper .header-left ul, .header-wrapper .header-right ul {
    display: none;
  }
}
.header-wrapper .header-left ul li, .header-wrapper .header-right ul li {
  margin-right: 4.6vw;
}
.header-wrapper .header-left ul li a, .header-wrapper .header-right ul li a {
  color: #3d3d43;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
html.system .header-wrapper .header-left ul li a:hover, .header-wrapper .header-left ul li.current_page_item a, html.system .header-wrapper .header-right ul li a:hover, .header-wrapper .header-right ul li.current_page_item a {
  color: #5e7f92;
}
.header-wrapper .header-left ul li:last-child, .header-wrapper .header-right ul li:last-child {
  margin-right: 0;
}
.header-wrapper .header-right {
  display: flex;
  justify-content: flex-end;
}
.header-wrapper .header-right ul {
  max-width: 100%;
}
@media (min-width: 769px) {
  .header-wrapper .header-right * + .menu-btn {
    margin-left: 4.6vw;
  }
}
.header-wrapper .logo-wrap {
  width: 30%;
  text-align: center;
}
.header-wrapper .logo-wrap a img {
  width: 187px;
  height: auto;
}
.header-wrapper .menu-button-wrap {
  width: 35%;
  text-align: right;
}
.header-wrapper .menu-button-wrap .menu-btn {
  cursor: pointer;
  color: #3d3d43;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 80px;
  text-transform: uppercase;
  /* Text style for "menu" */
  letter-spacing: 0.3px;
  background: transparent;
}
.header-wrapper .menu-popup-wrapper {
  display: none;
  opacity: 1;
  background: #e2deda;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  padding: 2.6vw;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.header-wrapper .menu-popup-wrapper.open {
  display: flex;
  opacity: 1;
}
@media (min-width: 769px) {
  .header-wrapper .menu-popup-wrapper .menu-left {
    padding-right: 12px;
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  padding-top: 40px;
  /*.mCSB_container{
      @include respond-above(md){
          display: flex;
          flex-direction: column;
          width: 100%;
          height: 100%;
          justify-content: flex-end;
      }
  }*/
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-bg-logo {
  width: 40vw;
  height: auto;
  max-width: 70vh;
  opacity: 0.3;
  position: fixed;
  z-index: -1;
  right: -12.5vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-bg-logo {
    width: 100vw;
    max-width: 80vh;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top {
  display: flex;
  padding: 2.6vw 5.2vw;
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top {
    padding: 20px 5.2vw 0;
  }
}
@media (min-width: 769px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top {
    padding-top: 60px;
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul {
  width: 50%;
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li {
  margin-bottom: 20px;
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a {
  color: #3d3d43;
  font-family: sweet-gothic, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 56px;
  margin: 8px auto;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a {
    margin: 5px auto;
  }
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a {
    font-size: calc(21px + 29 * (100vw - 769px) / 671);
  }
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a {
    line-height: calc(28px + 28 * (100vw - 769px) / 671);
  }
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a {
    margin: 0 auto;
    line-height: 23.52px;
    padding-bottom: 10px;
  }
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a {
    font-size: calc(21px + 16 * (100vw - 320px) / 448);
  }
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a {
    line-height: calc(24px + 21 * (100vw - 320px) / 448);
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li a:hover, .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul li.current_page_item a {
  color: #5e7f92;
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top ul {
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-top {
    flex-direction: column;
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm {
  display: flex;
  flex-direction: column;
  padding: 2.6vw 5.2vw;
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm {
    padding-top: 0;
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li a {
  color: #3d3d43;
  font-family: sweet-gothic, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li a {
    font-size: calc(12px + 3 * (100vw - 769px) / 671);
  }
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li a {
    font-weight: 600;
    line-height: 30px;
  }
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li a {
    font-size: calc(11px + 4 * (100vw - 300px) / 468);
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li a:hover, .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li.current_page_item a {
  color: #5e7f92;
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li:after {
  content: "-";
  padding: 0 5px;
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li:after {
    display: none;
  }
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner-btm .menu-btm li:last-child:after {
  display: none;
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-inner {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  height: 100%;
  padding-bottom: 20px;
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-content {
  margin-right: 0;
  display: flex;
  flex-direction: column;
  min-height: 70vh;
  justify-content: center;
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-close {
  background: transparent;
  display: flex;
  align-self: flex-end;
  float: right;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.header-wrapper .menu-popup-wrapper .menu-popup .menu-close img {
  height: 18px;
  width: auto;
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-popup .menu-close {
    top: 20px;
  }
}
.header-wrapper .menu-popup-wrapper .menu-social-wrap {
  display: flex;
}
.header-wrapper .menu-popup-wrapper .menu-social-wrap .social {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 768.8px) {
  .header-wrapper .menu-popup-wrapper .menu-social-wrap {
    margin-top: 15px;
  }
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
}
.footer-wrapper .footer-top {
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 372px;
  display: flex;
  align-items: flex-end;
  padding: 9vw 2.6vw 20px;
  justify-content: space-between;
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top {
    flex-direction: column;
    align-items: center;
    max-height: initial;
    padding-top: 61px;
    padding-bottom: 30px;
  }
}
.footer-wrapper .footer-top:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e1ddd9;
  transform: skewY(7deg);
  transform-origin: top left;
}
.footer-wrapper .footer-top .ftr-logo-main {
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  text-align: center;
  flex-shrink: 0;
}
.footer-wrapper .footer-top .ftr-logo-main a {
  pointer-events: all;
}
.footer-wrapper .footer-top .ftr-logo-main a img {
  width: 253px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 991.8px) {
  .footer-wrapper .footer-top .ftr-logo-main a img {
    width: 177px;
  }
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-logo-main a img {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-logo-main {
    position: relative;
    order: 1;
    margin-bottom: 30px;
    bottom: auto;
  }
}
.footer-wrapper .footer-top .ftr-top-lt {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-lt {
    order: 2;
    text-align: center;
    width: 100%;
  }
}
.footer-wrapper .footer-top .ftr-top-lt p, .footer-wrapper .footer-top .ftr-top-lt a, .footer-wrapper .footer-top .ftr-top-lt span {
  color: #3c3c3e;
  font-family: sweet-sans-pro, sans-serif;
  font-variant: unicase;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.35px;
}
.system .footer-wrapper .footer-top .ftr-top-lt a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-top .ftr-top-lt .ftr-phone {
  margin-top: 15px;
}
.system .footer-wrapper .footer-top .ftr-top-lt .ftr-phone:hover {
  text-decoration: none;
}
.footer-wrapper .footer-top .ftr-logo-main {
  z-index: 2;
}
.footer-wrapper .footer-top .ftr-top-rt {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: flex-end;
  width: 50%;
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-rt {
    order: 3;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
}
.footer-wrapper .footer-top .ftr-top-rt .ftr-rt-logos, .footer-wrapper .footer-top .ftr-top-rt .privacy-ada-eho {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .ftr-rt-logos, .footer-wrapper .footer-top .ftr-top-rt .privacy-ada-eho {
    justify-content: center;
  }
}
.footer-wrapper .footer-top .ftr-top-rt .ftr-rt-logos {
  margin-bottom: 10px;
  align-items: center;
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .ftr-rt-logos {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 769px) {
  .footer-wrapper .footer-top .ftr-top-rt .ftr-rt-logos > div {
    display: flex;
    flex-direction: row;
  }
}
.footer-wrapper .footer-top .ftr-top-rt .partner-logo {
  width: auto;
}
.footer-wrapper .footer-top .ftr-top-rt .partner-logo img {
  height: 100%;
  width: auto;
  height: 40px;
  margin-right: 20px;
}
@media (max-width: 1199.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .partner-logo img {
    height: 30px;
    margin-right: 10px;
  }
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .partner-logo img {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 374.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .partner-logo img {
    height: 40px;
  }
}
.footer-wrapper .footer-top .ftr-top-rt .bozzuto-logo {
  width: auto;
}
.footer-wrapper .footer-top .ftr-top-rt .bozzuto-logo img {
  height: 100%;
  width: auto;
  height: 40px;
}
@media (max-width: 1199.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .bozzuto-logo img {
    height: 30px;
  }
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .bozzuto-logo img {
    height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 374.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .bozzuto-logo img {
    height: 40px;
  }
}
.footer-wrapper .footer-top .ftr-top-rt .silver-logo {
  width: auto;
}
.footer-wrapper .footer-top .ftr-top-rt .silver-logo img {
  height: 100%;
  width: auto;
  height: 60px;
  margin-right: 20px;
}
@media (max-width: 1199.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .silver-logo img {
    height: 45px;
    margin-right: 10px;
  }
}
@media (max-width: 991.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .silver-logo img {
    height: 35px;
  }
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .silver-logo img {
    height: 60px;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
.footer-wrapper .footer-top .ftr-top-rt .wired-logo {
  width: auto;
}
.footer-wrapper .footer-top .ftr-top-rt .wired-logo img {
  height: 100%;
  width: auto;
  height: 62px;
  margin-right: 20px;
}
@media (max-width: 1199.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .wired-logo img {
    height: 45px;
    margin-right: 10px;
  }
}
@media (max-width: 991.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .wired-logo img {
    height: 35px;
  }
}
@media (max-width: 768.8px) {
  .footer-wrapper .footer-top .ftr-top-rt .wired-logo img {
    height: 70px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.footer-wrapper .footer-top .ftr-top-rt .fitwel_logo {
  margin-right: 10px;
  margin-top: -2px;
}
.footer-wrapper .footer-top .ftr-top-rt .fitwel_logo img {
  width: 60px;
}
.footer-wrapper .footer-top .ftr-top-rt .fitwel_logo + .privacy {
  margin-left: 10px;
}
.footer-wrapper .footer-top .ftr-top-rt .privacy a {
  color: #3c3c3e;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  align-self: center;
  margin-right: 10px;
}
.footer-wrapper .footer-top .ftr-top-rt .ftr-rt-txt-blk {
  line-height: normal;
}
.footer-wrapper .footer-top .ftr-top-rt .ftr-rt-txt-blk a {
  color: #3c3c3e;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 17px;
  text-transform: uppercase;
  letter-spacing: 0.23px;
}
.footer-wrapper .footer-top .ftr-top-rt .eho, .footer-wrapper .footer-top .ftr-top-rt .ada {
  height: 12px;
  width: auto;
}
.footer-wrapper .footer-top .ftr-top-rt .eho img, .footer-wrapper .footer-top .ftr-top-rt .ada img {
  height: 100%;
  width: auto;
}
.footer-wrapper .footer-top .ftr-top-rt .eho {
  margin-left: 10px;
  margin-right: 5px;
}
.footer-wrapper .ftr-logo-partner a img {
  width: 210px;
  height: auto;
}
.footer-wrapper .footer-bottom {
  background-color: #ffffff;
  padding: 26px 2.6vw 0;
  position: relative;
  z-index: 1;
}
.footer-wrapper .footer-bottom p, .footer-wrapper .footer-bottom a {
  color: #000000;
  font-family: rama-gothic-e, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  /* Text style for "Edge-on-Hu" */
  letter-spacing: 0.7px;
  text-align: center;
  max-width: 978px;
  margin: 0 auto;
}
.footer-wrapper .footer-bottom a {
  border-bottom: 1px solid transparent;
}
.footer-wrapper .footer-bottom a:hover {
  text-decoration: underline;
}
.footer-wrapper .footer-bottom .ftr-logo-partner {
  text-align: center;
  display: block;
  margin-bottom: 26px;
}
.footer-wrapper .footer-bottom .ftr-logo-partner img {
  height: 87px;
}
.footer-wrapper .ftr-social-wrap {
  display: flex;
  margin-top: 20px;
}
.footer-wrapper .ftr-social-wrap .social {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 768.8px) {
  .footer-wrapper .ftr-social-wrap {
    justify-content: center;
  }
}

body.home .main-content {
  padding-top: 0;
}

html.device .home-page .intro-home .scroll_block.lastScroll {
  bottom: 100px;
}
@media screen and (max-height: 560px) and (max-width: 991px) {
  html.device .home-page .intro-home .scroll_block.lastScroll {
    bottom: 85px;
  }
}
@media screen and (max-height: 400px) and (max-width: 991px) {
  html.device .home-page .intro-home .scroll_block.lastScroll {
    bottom: 80px;
  }
}

body.home .header-wrapper {
  background-color: transparent;
  transition: none;
  justify-content: space-between;
  position: fixed;
  z-index: 3;
}
body.home .header-wrapper .menu-btn,
body.home .header-wrapper .header-left ul li a,
body.home .header-wrapper .header-right ul li a {
  color: #ffffff;
}
body.home .header-wrapper .logo-wrap {
  display: none;
}
body.home .header-wrapper .header-left a.call-link {
  background: url(../images/icons/phone-white.svg) no-repeat center/contain;
}
body.home .header-wrapper .header-left a.schedule-link {
  background: url(../images/icons/schedule-white.svg) no-repeat center/contain;
}
body.home.normalHeader .header-wrapper {
  background-color: #e2deda;
  transition: all 0.2s linear;
  position: absolute;
  top: 100vh;
  transition: none;
}
body.home.normalHeader .header-wrapper .logo-wrap {
  display: block;
}
body.home.normalHeader .header-wrapper .menu-btn,
body.home.normalHeader .header-wrapper .header-left ul li a,
body.home.normalHeader .header-wrapper .header-right ul li a {
  color: #3d3d43;
}
body.home.normalHeader .header-wrapper .header-left a.call-link {
  background: url(../images/icons/phone.svg) no-repeat center/contain;
}
body.home.normalHeader .header-wrapper .header-left a.schedule-link {
  background: url(../images/icons/schedule.svg) no-repeat center/contain;
}
body.home.fixedHeader .header-wrapper {
  position: fixed;
  top: 0;
  transition: none;
}
body.home.lastSlideReached .intro-home {
  position: relative;
}
body.home .footer-wrapper .footer-top {
  margin-top: -83px;
}
@media (max-width: 768.8px) {
  body.home .footer-wrapper .footer-top {
    margin-top: 0;
  }
}
@media (max-width: 419.8px) {
  body.home .footer-wrapper .footer-top {
    margin-top: -10px;
  }
}

.home-page {
  /*animation element*/
  /*animation element sliding left*/
}
.home-page .intro-home {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: hidden;
}
.home-page .intro-home .overlay-block {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
}
.home-page .intro-home .overlay-block:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logos/northlight_update.gif) no-repeat center center/cover;
  background-position: 50% 50%;
  content: "";
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  transition-delay: 1s;
  display: none;
}
.home-page .intro-home .overlay-block > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  opacity: 0.8;
  transform: scale(1.09) translateX(-8px) translateY(20px);
}
@media screen and (max-height: 800px) and (max-width: 1600px) {
  .home-page .intro-home .overlay-block > img {
    transform: scale(1.09) translateX(-8px) translateY(2px);
  }
}
@media (max-width: 575.8px) {
  .home-page .intro-home .overlay-block > img {
    transform: scale(1.1) translateX(-8px) translateY(18px);
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .home-page .intro-home .overlay-block > img {
    transform: scale(1.1) translateX(-8px) translateY(2px);
  }
}
@media screen and (max-height: 420px) and (orientation: landscape) {
  .home-page .intro-home .overlay-block > img {
    transform: scale(1.1) translateX(-8px) translateY(-5px);
  }
}
@media screen and (max-height: 667px) and (max-width: 375px) and (orientation: portrait) {
  .home-page .intro-home .overlay-block > img {
    transform: scale(1.1) translateX(-8px) translateY(12px);
  }
}
.home-page .intro-home .overlay-block > div {
  display: none;
}
.home-page .intro-home .overlay-block .overlay-left-top {
  height: calc(50% - 66px);
  width: 50%;
  flex: 50%;
  z-index: 0;
  pointer-events: none;
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.home-page .intro-home .overlay-block .overlay-left-top:after {
  content: "";
  position: absolute;
  height: 200%;
  width: 100%;
  right: 0;
  top: 0;
  background-color: rgba(145, 138, 138, 0.8);
  z-index: 0;
  pointer-events: none;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  transform: skewX(0deg);
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
}
.home-page .intro-home .overlay-block .overlay-left-bottom {
  height: calc(50% + 66px);
  width: 50%;
  flex: 50%;
  position: relative;
  z-index: 0;
  pointer-events: none;
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.home-page .intro-home .overlay-block .overlay-left-bottom:after {
  content: "";
  position: absolute;
  height: 200%;
  width: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(145, 138, 138, 0.8);
  z-index: 0;
  pointer-events: none;
  -webkit-transform: skewX(0deg);
  -moz-transform: skewX(0deg);
  transform: skewX(0deg);
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
}
.home-page .intro-home .overlay-block .overlay-right-top {
  height: calc(50% - 66px);
  width: 50%;
  flex: 50%;
  z-index: 0;
  pointer-events: none;
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.home-page .intro-home .overlay-block .overlay-right-top:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  right: 0;
  top: 0;
  background-color: rgba(145, 138, 138, 0.8);
  z-index: 0;
  pointer-events: none;
  -webkit-transform: skewY(-19deg);
  -moz-transform: skewY(-19deg);
  transform: skewY(-19deg);
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
}
.home-page .intro-home .overlay-block .overlay-right-bottom {
  height: calc(50% + 66px);
  width: 50%;
  flex: 50%;
  z-index: 0;
  pointer-events: none;
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.home-page .intro-home .overlay-block .overlay-right-bottom:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  right: 0;
  top: 0;
  background-color: rgba(145, 138, 138, 0.8);
  z-index: 0;
  pointer-events: none;
  -webkit-transform: skewY(10deg);
  -moz-transform: skewY(10deg);
  transform: skewY(10deg);
  transition: all 0.8s linear;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
}
.home-page .intro-home .overlay-block.no-overlay .overlay-right-top:after {
  -webkit-transform: skewY(-90deg);
  -moz-transform: skewY(-90deg);
  transform: skewY(-90deg);
}
.home-page .intro-home .overlay-block.no-overlay .overlay-left-top:after {
  -webkit-transform: skewX(90deg);
  -moz-transform: skewX(90deg);
  transform: skewX(90deg);
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
}
.home-page .intro-home .overlay-block.no-overlay .overlay-right-bottom:after {
  -webkit-transform: skewY(90deg);
  -moz-transform: skewY(90deg);
  transform: skewY(90deg);
}
.home-page .intro-home .overlay-block.no-overlay .overlay-left-bottom:after {
  -webkit-transform: skewX(-90deg);
  -moz-transform: skewX(-90deg);
  transform: skewX(-90deg);
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
}
.home-page .intro-home .intro-home-bg {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  position: absolute;
}
.home-page .intro-home .intro-home-logo img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 332px;
  opacity: 1;
  transition: all 0.8s linear;
  pointer-events: none;
}
.home-page .intro-home .intro-home-logo img.hide {
  opacity: 0;
  top: -100%;
}
@media (max-width: 575.8px) {
  .home-page .intro-home .intro-home-logo img {
    width: 265px;
  }
}
@media screen and (max-height: 560px) and (max-width: 991px) {
  .home-page .intro-home .intro-home-logo img {
    width: 220px;
  }
}
.home-page .intro-home .intro-home-logo.zoomed-animate img {
  transform: scale(0.564);
  top: 0;
  margin-top: 0;
}
.home-page .intro-home .intro-home-text {
  /*&.hide{
      display: none;
      opacity: 0;
      top: 100%;
  }*/
}
.home-page .intro-home .intro-home-text .intro-copy.animated {
  opacity: 1;
  transition: all 0.8s linear;
  top: 55%;
}
.home-page .intro-home .intro-home-text .intro-copy {
  color: #ffffff;
  font-family: sweet-gothic, sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  left: 2.6vw;
  top: 100%;
  transform: translateY(-50%);
  display: block;
  opacity: 0;
  transition: all 0.8s linear;
}
.home-page .intro-home .intro-home-text .intro-copy h1,
.home-page .intro-home .intro-home-text .intro-copy h2 {
  font-weight: 300;
}
@media (min-width: 769px) and (max-width: 1199.8px) {
  .home-page .intro-home .intro-home-text .intro-copy {
    font-size: calc(46px + 26 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .home-page .intro-home .intro-home-text .intro-copy {
    font-size: calc(20px + 26 * (100vw - 320px) / 448);
  }
}
@media screen and (max-height: 560px) and (max-width: 991px) {
  .home-page .intro-home .intro-home-text .intro-copy {
    font-size: 20px;
  }
}
@media screen and (max-height: 800px) and (min-width: 991px) {
  .home-page .intro-home .intro-home-text .intro-copy {
    font-size: calc(46px + 26 * (100vh - 320px) / 1080);
  }
  .home-page .intro-home .intro-home-text .intro-copy span {
    font-size: 50%;
  }
}
.home-page .intro-home .intro-home-text .intro-copy span {
  font-size: 36px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1199.8px) {
  .home-page .intro-home .intro-home-text .intro-copy span {
    font-size: calc(24px + 12 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .home-page .intro-home .intro-home-text .intro-copy span {
    font-size: calc(10px + 14 * (100vw - 320px) / 448);
  }
}
@media screen and (max-height: 560px) and (max-width: 991px) {
  .home-page .intro-home .intro-home-text .intro-copy span {
    font-size: 10px;
  }
}
.home-page .intro-home .intro-home-text .intro-link {
  color: #ffffff;
  padding-right: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.home-page .intro-home .intro-home-text .intro-link:after, .home-page .intro-home .intro-home-text .intro-link:before {
  content: "";
  width: 79px;
  height: 16px;
  background: url(../images/icons/button-arrowright.svg) right center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.home-page .intro-home .intro-home-text .intro-link:after {
  background: url(../images/icons/button-arrowright-golden.svg) right center/contain no-repeat;
  opacity: 0;
}
html.system .home-page .intro-home .intro-home-text .intro-link:hover {
  color: #e8b46f;
}
html.system .home-page .intro-home .intro-home-text .intro-link:hover:after {
  opacity: 1;
}
html.system .home-page .intro-home .intro-home-text .intro-link:hover::before {
  opacity: 0;
}
@media (max-width: 768.8px) {
  .home-page .intro-home .intro-home-text .intro-link {
    padding-right: 55px;
  }
  .home-page .intro-home .intro-home-text .intro-link:after, .home-page .intro-home .intro-home-text .intro-link:before {
    width: 40px;
    height: 10px;
    margin-top: -5px;
  }
}
.home-page .intro-home #home_slider,
.home-page .intro-home .slick-list,
.home-page .intro-home .slick-track {
  height: 100% !important;
  width: 100%;
}
.home-page .intro-home .home_slide {
  width: 100% !important;
  height: 100vh;
  position: relative;
  border: none !important;
}
.home-page .intro-home .scroll_block {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: all 0.5s;
}
.home-page .intro-home .scroll_block.lastScroll {
  position: absolute;
  bottom: 20px;
  opacity: 1;
  transition: all 0.5s;
}
.home-page .intro-home .scroll_block.lastScroll .swipe_actn,
.home-page .intro-home .scroll_block.lastScroll .swipe_mob_actn {
  pointer-events: all;
}
@media screen and (max-height: 560px) and (max-width: 991px) {
  .home-page .intro-home .scroll_block {
    bottom: 15px;
  }
}
@media screen and (max-height: 400px) and (max-width: 991px) {
  .home-page .intro-home .scroll_block {
    bottom: 10px;
  }
}
.home-page .intro-home .swipe_actn,
.home-page .intro-home .swipe_mob_actn {
  pointer-events: none;
  display: inline-block;
  margin: 0 auto 0;
  opacity: 1;
  text-align: center;
  cursor: pointer;
  transition: 0.5s opacity ease-in-out;
  background: transparent;
  position: relative;
  padding-bottom: 40px;
}
.home-page .intro-home .swipe_actn.fadeout,
.home-page .intro-home .swipe_mob_actn.fadeout {
  opacity: 0;
}
.home-page .intro-home .swipe_actn img,
.home-page .intro-home .swipe_mob_actn img {
  width: 39px;
  height: 8px;
  -moz-transform: translate(-50%, 50%) rotate(90deg);
  -o-transform: translate(-50%, 50%) rotate(90deg);
  -ms-transform: translate(-50%, 50%) rotate(90deg);
  -webkit-transform: translate(-50%, 50%) rotate(90deg);
  transform: translate(-50%, 50%) rotate(90deg);
  position: absolute;
  bottom: 20px;
  left: 50%;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.home-page .intro-home .swipe_actn label,
.home-page .intro-home .swipe_mob_actn label {
  width: 100%;
  display: block;
  color: #ffffff;
  margin: 9px 0;
  /*display: none;*/
}
.home-page .home-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 134px 10vw 0;
  position: relative;
}
@media (max-width: 768.8px) {
  .home-page .home-section {
    padding: 10vw 0;
  }
}
.home-page .home-section .animated-icon-wrap {
  position: absolute;
  right: -25px;
  top: 165px;
}
@media (max-width: 768.8px) {
  .home-page .home-section .animated-icon-wrap {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    width: 23.73vw;
    height: 23.73vw;
    margin-top: -30px;
    margin-right: -3.6vw;
  }
}
.home-page .home-section .home-section-pattern-wrap {
  overflow: hidden;
}
.home-page .home-section .home-section-pattern-wrap .home-section-pattern {
  height: 250%;
  width: 100%;
  margin-top: -25%;
}
.home-page .home-section.section-1 {
  align-items: flex-end;
}
.home-page .home-section.section-1 .animated-icon-wrap {
  position: absolute;
  left: -25px;
  top: 165px;
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-1 .animated-icon-wrap {
    top: auto;
    left: auto;
    position: relative;
    width: 23.73vw;
    height: 23.73vw;
    margin-top: -30px;
    margin-left: -6.2vw;
  }
}
.home-page .home-section.section-3 {
  align-items: flex-end;
}
.home-page .home-section.section-3 .animated-icon-wrap {
  position: absolute;
  left: -25px;
  top: 125px;
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-3 .animated-icon-wrap {
    top: auto;
    left: auto;
    position: relative;
    width: 23.73vw;
    height: 23.73vw;
    margin-top: -30px;
    margin-left: -6.2vw;
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-1 {
    padding-bottom: 20px;
    padding-top: 100px;
  }
}
.home-page .home-section.section-1:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  background: #FFF;
  transform: skewY(-7deg);
  z-index: 0;
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-1:before {
    height: 60vw;
  }
}
.home-page .home-section.section-1 .home-section-pattern-wrap {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75%;
  z-index: -1;
  transform: skewY(7deg);
}
.home-page .home-section.section-1 .home-section-pattern-wrap .home-section-pattern {
  background: url(../images/patterns/SignalPattern_1_gray.gif) repeat;
  transform: skewY(-7deg);
}
@media screen and (min-width: 1920px) {
  .home-page .home-section.section-1 .home-section-pattern-wrap {
    bottom: -20px;
  }
}
.home-page .home-section.section-2 {
  padding-top: 80px;
}
@media (max-width: 991.8px) {
  .home-page .home-section.section-2 {
    padding-top: 60px;
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-2 {
    padding-bottom: 20px;
    padding-top: 60px;
  }
}
.home-page .home-section.section-2 .home-section-pattern-wrap {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  z-index: -1;
  transform: skewY(7deg);
}
.home-page .home-section.section-2 .home-section-pattern-wrap .home-section-pattern {
  transform: skewY(-7deg);
  background: url(../images/patterns/SIgnalPattern_3_blue.gif) repeat;
}
@media screen and (min-width: 1920px) {
  .home-page .home-section.section-2 .home-section-pattern-wrap {
    bottom: -20px;
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-2 .home-section-content h2 {
    margin-left: 0;
  }
}
.home-page .home-section.section-3 {
  padding-top: 80px;
}
@media (max-width: 991.8px) {
  .home-page .home-section.section-3 {
    padding-top: 60px;
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-3 {
    padding-top: 5vw;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.home-page .home-section.section-3 .home-section-pattern-wrap {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30%;
  height: 80%;
  z-index: -1;
  transform: skewY(-7deg);
}
.home-page .home-section.section-3 .home-section-pattern-wrap .home-section-pattern {
  background: url(../images/patterns/SignalPattern_4_gray.gif) repeat;
  transform: skewY(7deg);
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-3 .home-section-content h2 {
    margin-left: 0;
  }
}
.home-page .home-section.section-3 .img-block-pic-lt {
  position: relative;
}
.home-page .home-section.section-3 .img-block-pic-lt a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-page .home-section.section-3 .img-block-pic-lt a img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 7.7vw;
  height: auto;
}
.home-page .home-section.section-4 {
  padding-top: 80px;
}
@media (max-width: 991.8px) {
  .home-page .home-section.section-4 {
    padding-top: 60px;
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-4 {
    padding-top: 5vw;
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.home-page .home-section.section-4:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 60%;
  background: #FFF;
  transform: skewY(7deg);
  z-index: 0;
}
@media screen and (min-width: 1920px) {
  .home-page .home-section.section-4:before {
    top: 20px;
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-4:before {
    height: 50%;
  }
}
.home-page .home-section.section-4 .home-section-pattern-wrap {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -30%;
  height: 80%;
  z-index: -1;
  transform: skewY(7deg);
}
.home-page .home-section.section-4 .home-section-pattern-wrap .home-section-pattern {
  background: url(../images/patterns/SIgnalPattern_3_blue.gif) repeat;
  transform: skewY(-7deg);
}
@media (max-width: 768.8px) {
  .home-page .home-section.section-4 .home-section-content h2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.home-page .home-section.section-4 .home-page .home-section-content {
  margin-left: 0;
}
@media (min-width: 769px) {
  .home-page .home-section.section-4 .animated-icon-wrap {
    top: 150px;
  }
}
.home-page .home-section-content {
  width: 74vw;
  z-index: 1;
  padding-left: 2.6vw;
}
@media (max-width: 1199.8px) {
  .home-page .home-section-content {
    width: 72vw;
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section-content {
    width: 100%;
    padding-left: 3.611vw;
  }
}
.home-page .home-section-content h2 {
  color: #3c3c3e;
  font: 500 50px/56px sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-family: sweet-gothic, sans-serif;
  margin-bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .home-page .home-section-content h2 {
    font-size: calc(21px + 29 * (100vw - 769px) / 631);
  }
  .home-page .home-section-content h2 {
    line-height: calc(28px + 28 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section-content h2 {
    margin-bottom: 0;
  }
  .home-page .home-section-content h2 {
    font-size: calc(21px + 5 * (100vw - 320px) / 448);
  }
  .home-page .home-section-content h2 {
    line-height: calc(24px + 6 * (100vw - 320px) / 448);
  }
}
@media (min-width: 769px) {
  .home-page .home-section-content h2 .animation-element {
    display: block;
  }
}
.home-page .home-section-content h2 span.small {
  font-size: 25px;
  font-weight: 500;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .home-page .home-section-content h2 span.small {
    font-size: calc(18px + 7 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .home-page .home-section-content h2 span.small {
    font-size: calc(11px + 7 * (100vw - 320px) / 448);
  }
}
.home-page .home-section-content .text-block {
  position: relative;
  padding: 26px 78px 60px 52px;
}
@media (max-width: 768.8px) {
  .home-page .home-section-content .text-block {
    display: flex;
    flex-direction: row;
    padding-left: 2.6vw;
    padding-right: 2.6vw;
    padding-bottom: 0;
  }
}
.home-page .home-section-content .text-block p {
  color: #ffffff;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
}
@media (max-width: 768.8px) {
  .home-page .home-section-content .text-block p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .home-page .home-section-content .text-block p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.home-page .home-section-content .text-block p span {
  font-family: sweet-gothic, sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .home-page .home-section-content .text-block p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .home-page .home-section-content .text-block p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.home-page .home-section-content .text-block .link-wrap {
  position: absolute;
  right: -68px;
  top: -20px;
}
@media (max-width: 768.8px) {
  .home-page .home-section-content .text-block .link-wrap {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 5.2vw;
  }
}
.home-page .image-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.home-page .img-block-pic {
  width: 34.5vw;
  height: 34.5vw;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199.8px) {
  .home-page .img-block-pic {
    width: 32.5vw;
    height: 32.5vw;
  }
}
@media (max-width: 768.8px) {
  .home-page .img-block-pic {
    width: 45.5vw;
    height: 45.5vw;
  }
}
.home-page .animated-icon-wrap {
  width: 198px;
  height: auto;
}
@media (max-width: 991.8px) {
  .home-page .animated-icon-wrap {
    width: 19vw;
    height: 19vw;
  }
}
.home-page .animated-icon-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 768.8px) {
  .home-page .title-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .home-page .title-block h2 {
    width: 80%;
  }
}
.home-page .animation-element {
  opacity: 0;
  position: relative;
}
.home-page .animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.home-page .animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.home-page .animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.home-page .animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.home-page .animation-element.slide-down {
  opacity: 0;
  -moz-transition: all 600ms linear;
  -webkit-transition: all 600ms linear;
  -o-transition: all 600ms linear;
  transition: all 600ms linear;
  -moz-transform: translate3d(0, -100px, 0px);
  -webkit-transform: translate3d(0, -100px, 0px);
  -o-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate3d(0, -100px, 0px);
}
.home-page .animation-element.slide-down.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.gallery {
  overflow-y: hidden;
}
.gallery .footer-wrapper .footer-top {
  margin-top: -38px;
}
@media (max-width: 991.8px) {
  .gallery .footer-wrapper .footer-top {
    margin-top: 10px;
  }
}
@media (max-width: 768.8px) {
  .gallery .footer-wrapper .footer-top {
    margin-top: -10px;
  }
}

.gallery-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .gallery-page {
    padding-top: 25px;
  }
}
.gallery-page:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #3c3c3e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.gallery-page .gallery-pattern-wrap {
  display: block;
  position: absolute;
  top: 255px;
  left: 0;
  height: 1000px;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  transform-origin: right bottom;
  transform: skewY(-8deg);
}
.gallery-page .gallery-pattern-wrap .gallery-pattern {
  background: url(../images/patterns/SignalPattern_4_cream.gif) repeat top left #e1ddd9;
  height: 250%;
  width: 100%;
  transform: skewY(8deg);
  margin-top: -25%;
}
@media (max-width: 768.8px) {
  .gallery-page {
    padding-bottom: 60px;
  }
}
.gallery-page .gallerySection {
  width: 100%;
  position: relative;
}
.gallery-page .gallerySection:before {
  content: "";
  left: 0;
  top: 19px;
  height: 1000px;
  transform: skewY(7deg);
  background: #fff;
  position: absolute;
  z-index: 0;
  width: 100%;
}
@media (max-width: 768.8px) {
  .gallery-page .gallerySection:before {
    top: 100px;
  }
}
@media (max-width: 768.8px) {
  .gallery-page .page-title-wrap {
    position: relative;
  }
}
.gallery-page .page-title-wrap .gallery-container {
  padding: 45px 0 0 0;
}
@media (max-width: 991.8px) {
  .gallery-page .page-title-wrap .gallery-container {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .gallery-page .page-title-wrap .page-title br, .gallery-page .page-title-wrap .page-404 .content-wrap h1 br, .page-404 .content-wrap .gallery-page .page-title-wrap h1 br {
    display: none;
  }
}
@media (max-width: 768.8px) {
  .gallery-page .page-title-wrap .sub-title {
    margin-bottom: 36px;
  }
}
.gallery-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -34px;
  top: 5vw;
}
@media (max-width: 991.8px) {
  .gallery-page .page-title-wrap .animElements {
    top: 10px;
  }
}
@media (max-width: 768.8px) {
  .gallery-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -14px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 419.8px) {
  .gallery-page .page-title-wrap .animElements {
    top: auto;
    bottom: -14px;
  }
}
.gallery-page .page-title-wrap .animElements img {
  width: 100%;
  height: auto;
}
.gallery-page .loading-icon {
  text-align: center;
  padding-top: 45px;
  width: 100%;
}

.gallery-wrap {
  position: relative;
  z-index: 5;
}
.gallery-wrap .gallery-container {
  background: #5e7f92;
  z-index: 2;
}
@media (max-width: 768.8px) {
  .gallery-wrap .gallery-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.gal-slider-img {
  background-size: cover !important;
  background-position: center !important;
}
.gal-slider-img:before {
  content: "";
  display: block;
}
@media (min-width: 769px) {
  .gal-slider-img:before {
    min-height: 700px;
    height: calc(100vh - 170px);
  }
}
@media (max-width: 768.8px) {
  .gal-slider-img:before {
    padding-bottom: 85%;
  }
}

.gallery-container {
  max-width: 92.7777777778%;
  margin: auto;
  position: relative;
}

.gallery-slider {
  position: relative;
}
.gallery-slider .slick-arrow {
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(../images/gallery/gallery-arrowleft.svg) no-repeat center center;
  background-size: contain;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
  z-index: 1;
  background-size: 21px 13px;
}
@media (max-width: 768.8px) {
  .gallery-slider .slick-arrow {
    width: 30px;
    height: 30px;
    left: 10px;
    background-size: 14px 10px;
  }
}
.gallery-slider .slick-arrow.slick-next {
  left: auto;
  right: 26px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768.8px) {
  .gallery-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

.gal-slider-item {
  position: relative;
}

.gal-hidden, .pop-caption-hidden {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.gal-caption, .gal-caption-outer {
  padding: 5px 20px 6px 19px;
  font: 500 16px/20px sweet-sans-pro, sans-serif;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(60, 60, 62, 0.5);
  letter-spacing: 0.8px;
}
@media (max-width: 768.8px) {
  .gal-caption, .gal-caption-outer {
    font-size: 12px;
    padding-left: 16px;
  }
}

.gal-caption {
  display: none;
}

.gal-caption-outer {
  position: static;
  transition: all ease 0.2s;
  min-height: 34px;
}

.gallery-category {
  margin: 20px 0 6px 0;
}
@media (max-width: 768.8px) {
  .gallery-category {
    margin: 3px 0 0px 0;
  }
}
.gallery-category ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 768.8px) {
  .gallery-category ul {
    position: relative;
    top: 3px;
  }
}
.gallery-category ul li {
  position: relative;
  margin-right: 57px;
}
@media (max-width: 991.8px) {
  .gallery-category ul li {
    margin-right: 45px;
  }
}
.gallery-category ul li:last-child {
  margin-right: 0;
}
@media (max-width: 575.8px) {
  .gallery-category ul li:last-child {
    width: 100%;
    padding-bottom: 5px;
  }
}
@media (max-width: 768.8px) {
  .gallery-category ul li {
    margin-right: 25px;
  }
}
@media (max-width: 349.8px) {
  .gallery-category ul li {
    margin-right: 15px;
  }
}
.gallery-category ul li:before {
  content: "";
  display: inline-block;
  margin-right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 20px;
  border-color: transparent transparent transparent #9e9ea1;
}
@media (max-width: 768.8px) {
  .gallery-category ul li:before {
    border-width: 4px 0 4px 13px;
    margin-right: 3px;
  }
}
.gallery-category ul li a {
  font: 500 18px/56px sweet-sans-pro, sans-serif;
  letter-spacing: 0.9px;
  color: #3c3c3e;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .gallery-category ul li a {
    font-size: 16px;
  }
}
@media (max-width: 768.8px) {
  .gallery-category ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
.system .gallery-category ul li a:hover {
  color: #5e7f92;
}
.gallery-category ul li.active:before {
  border-color: transparent transparent transparent #be6c42;
}
.gallery-category ul li.active a {
  color: #be6c42;
}
.system .gallery-category ul li:hover:before {
  border-color: transparent transparent transparent #5e7f92;
}

.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  min-height: 500px;
}
@media (max-width: 768.8px) {
  .gallery-thumbs {
    min-height: 200px;
  }
}
.gallery-thumbs img {
  display: block;
  margin: auto;
}

.gal-thumb-item {
  width: 33.3333%;
  padding: 10px;
}
.gal-thumb-item .gal-thumb-img {
  max-height: 330px;
}
@media (min-width: 1440px) {
  .gal-thumb-item .gal-thumb-img {
    max-height: 23vw;
  }
}
@media (max-width: 991.8px) {
  .gal-thumb-item {
    width: 50%;
  }
}
.gal-thumb-item.width-50 {
  width: 50%;
}
.gal-thumb-item.width-50 .gal-thumb-img {
  max-height: 500px;
}
@media (min-width: 2000px) {
  .gal-thumb-item.width-50 .gal-thumb-img {
    max-height: 530px;
    background-position: top center !important;
  }
}
@media (max-width: 991.8px) {
  .gal-thumb-item.width-50 .gal-thumb-img {
    max-height: 330px;
  }
}
.gal-thumb-item a {
  display: block;
  position: relative;
}
.system .gal-thumb-item a:hover .gal-thumb-img:after {
  background: rgba(190, 108, 66, 0.4);
}

.gal-thumb-img {
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}
.gal-thumb-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gal-thumb-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(190, 108, 66, 0);
  pointer-events: none;
  transition: all ease 0.3s;
}

.gal-load-more {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 89px;
  top: auto;
  bottom: -132px;
  z-index: 5;
}
@media (max-width: 991.8px) {
  .gal-load-more {
    bottom: -130px;
  }
}
@media (max-width: 768.8px) {
  .gal-load-more {
    right: 10px;
    bottom: -90px;
  }
}
.modal-popup {
  z-index: -1;
  background: #3c3c3e;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: all ease 0.5s;
}
.modal-popup.open {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.modal-popup .modal-dialog {
  height: 100%;
  flex-direction: column;
}
.modal-popup .modal-dialog img {
  max-height: calc(100% - 90px);
}
.modal-popup .close-popup {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/close-white.svg") center/contain no-repeat;
  width: 40px;
  height: 18px;
  top: 22px;
  right: 22px;
  font-size: 0;
  z-index: 10;
}
.system .modal-popup .close-popup:hover {
  background: url(../images/gallery/close-blue.png) no-repeat center center;
}
@media (max-width: 1199.8px) {
  .modal-popup .close-popup {
    width: 26px;
    height: 30px;
    top: 5px;
    right: 10px;
  }
}
@media screen and (max-width: 1300px) and (max-height: 700px) and (orientation: landscape) {
  .modal-popup .close-popup {
    top: 10px;
  }
}

.gallery-modal .modal-dialog {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-y: auto;
}
@media (max-width: 768.8px) {
  .gallery-modal .modal-dialog {
    justify-content: flex-start;
  }
}
.using-keytab .gallery-modal .slick-arrow:focus, .using-keytab .gallery-modal .close-popup:focus {
  outline-color: #fff;
}

.popup-slider-wrap {
  max-width: 100%;
  padding: 0 55px;
}
@media (max-width: 768.8px) {
  .popup-slider-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768.8px) {
  .popup-slider-wrap .gal-pop-wrap {
    background: transparent;
  }
}
@media (max-width: 768.8px) {
  .popup-slider-wrap .gal-pop-wrap img {
    border: 1px solid #e1ddd9;
    max-width: 99% !important;
  }
}

.gal-popup-slider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gal-popup-slider .slick-slide img {
  margin: 0 auto;
  height: auto;
  max-height: 84vh;
  max-width: 100%;
  display: block;
}
@media screen and (max-height: 720px) and (orientation: landscape) {
  .gal-popup-slider .slick-slide img {
    max-height: 81vh;
  }
}
.using-keytab .gal-popup-slider .slick-slide:focus {
  outline-offset: -2px;
  outline-color: #ccc;
}
.gal-popup-slider .slick-arrow {
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(../images/gallery/gallery-arrowleft.svg) no-repeat center center;
  background-size: contain;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 1;
  background-size: 21px 13px;
  margin-top: -17px;
}
@media (max-width: 768.8px) {
  .gal-popup-slider .slick-arrow {
    width: 14px;
    height: 9px;
    left: 10px;
    background-size: 14px 10px;
  }
}
@media (max-width: 349.8px) {
  .gal-popup-slider .slick-arrow {
    margin-top: -22px;
  }
}
.gal-popup-slider .slick-arrow.slick-next {
  left: auto;
  right: 25px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768.8px) {
  .gal-popup-slider .slick-arrow.slick-next {
    right: 10px;
  }
}

@media (max-width: 768.8px) {
  .gal-pop-wrap {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.gal-pop-caption {
  padding: 7px 19px;
  letter-spacing: 0.8px;
  color: #fff;
  font: 500 16px/20px sweet-sans-pro, sans-serif;
  background: rgba(60, 60, 62, 0.5);
  letter-spacing: 0.8px;
}
@media (max-width: 768.8px) {
  .gal-pop-caption {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}

.gal-close {
  border: 0;
  padding: 0;
  width: 40px;
  height: 18px;
  background: url(../images/gallery/close-white.svg) no-repeat center;
  background-size: 90%;
  font-size: 0;
  position: absolute;
  top: 40px;
  right: 36px;
  z-index: 10;
}
@media (max-width: 768.8px) {
  .gal-close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
  }
}

.no-transition {
  transition: none !important;
}

@media (max-width: 768.8px) {
  .slick-initialized .slick-slide.exterior .gal-pop-wrap img {
    border: none;
    max-width: 100% !important;
  }
}
@media (max-width: 768.8px) {
  .slick-initialized .slick-slide.exterior + .exterior .gal-pop-wrap img {
    border: 1px solid #e1ddd9;
    max-width: 99% !important;
  }
}

.amenities-page .container {
  margin: auto;
  width: 100%;
}
.amenities-page .page-title-wrap {
  position: relative;
  padding-right: 200px;
}
@media (max-width: 768.8px) {
  .amenities-page .page-title-wrap {
    padding-right: 23.73vw;
  }
}
.amenities-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .amenities-page .page-title-wrap .container {
    transform: none !important;
  }
}
.amenities-page .page-title-wrap .container .sectionTitle, .fp-details-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .amenities-page .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page .page-title-wrap section .container .copyBlock .ariaTitle, .amenities-page section .page-title-wrap .container .copyBlock .ariaTitle {
  color: #5e7f92;
  display: block;
}
.amenities-page .page-title-wrap .container .page-title, .amenities-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .amenities-page .page-title-wrap .container h1 {
  color: #3c3c3e;
}
@media (max-width: 768.8px) {
  .amenities-page .page-title-wrap .container .page-title, .amenities-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .amenities-page .page-title-wrap .container h1 {
    padding-bottom: 0;
  }
}
.amenities-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0;
}
@media (max-width: 991.8px) {
  .amenities-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .amenities-page .page-title-wrap .animElements {
    top: auto;
    bottom: 0;
  }
}
.amenities-page section .container {
  max-width: 86.8055555556%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.8px) {
  .amenities-page section .container {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section .container {
    max-width: 100%;
    flex-flow: column;
  }
}
.amenities-page section .container .rightBlock {
  width: 53.2%;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .rightBlock {
    width: 100%;
  }
}
.amenities-page section .container .leftBlock {
  max-width: 39.0989541432%;
  width: 38vw;
}
.amenities-page section .container .leftBlock p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .leftBlock p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .amenities-page section .container .leftBlock p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .amenities-page section .container .leftBlock p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .amenities-page section .container .leftBlock p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.amenities-page section .container .imgHolder {
  height: 500px;
  position: relative;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .imgHolder {
    height: 45.5vw;
  }
}
.amenities-page section .container .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.amenities-page section .container .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .amenities-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.amenities-page section .container .imgHolder .caption {
  position: absolute;
  bottom: 8px;
  left: 21px;
  color: #fff;
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .imgHolder .caption {
    display: none;
  }
  .amenities-page section .container .imgHolder .caption {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .amenities-page section .container .imgHolder .caption {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.amenities-page section .container .copyBlock {
  width: 53.2%;
  padding: 74px 4vw 85px 5vw;
  color: #e1ddd9;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .amenities-page section .container .copyBlock {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section .container .copyBlock {
    width: 100%;
    max-width: 86.9333333333%;
    padding: 36px 10vw 34px 35px;
    margin-right: 3.611vw;
    min-height: 0;
  }
}
.amenities-page section .container .copyBlock .disclaimer {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px;
  position: absolute;
  right: 4vw;
  bottom: 15px;
  display: block;
}
@media screen and (max-width: 1250px) {
  .amenities-page section .container .copyBlock .disclaimer {
    right: 3vw;
  }
}
@media (max-width: 991.8px) {
  .amenities-page section .container .copyBlock .disclaimer {
    position: relative;
    right: auto;
    padding-top: 8px;
    bottom: auto;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section .container .copyBlock .disclaimer {
    font-size: 12px;
  }
}
.amenities-page section .container .copyBlock .ariaTitle {
  color: #e8b46f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 29px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .copyBlock .ariaTitle {
    padding-bottom: 14px;
  }
}
.amenities-page section .container .copyBlock ul {
  list-style: none;
  columns: 2;
}
.amenities-page section .container .copyBlock ul li {
  color: #e1ddd9;
  font: 500 16px/22px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  margin-bottom: 13px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .copyBlock ul li {
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
  .amenities-page section .container .copyBlock ul li {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .amenities-page section .container .copyBlock ul li {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.amenities-page section .container .copyBlock ul li a {
  text-decoration: underline;
  color: inherit;
}
html.system .amenities-page section .container .copyBlock ul li a:hover {
  color: #e8b46f;
}
.amenities-page section .container .copyBlock ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e1ddd9;
  margin-right: 10px;
  margin-top: 9px;
  padding: 3px;
}
@media (max-width: 768.8px) {
  .amenities-page section .container .copyBlock ul li:before {
    margin-top: 8px;
  }
}
@media (max-width: 575.8px) {
  .amenities-page section .container .copyBlock ul li:before {
    margin-top: 7px;
  }
}
.amenities-page section .container .copyBlock.grey {
  color: #3c3c3e;
  background: #e2deda;
}
.amenities-page section .container .copyBlock.grey .section-title {
  color: #3c3c3e;
}
.amenities-page section .container .copyBlock.grey .ariaTitle {
  color: #5e7f92;
}
.amenities-page section .container .copyBlock.grey ul li {
  color: #3c3c3e;
}
.amenities-page section .container .copyBlock.grey ul li:before {
  background: #3c3c3e;
}
.amenities-page section.one .container {
  padding: 40px 0 0 0;
}
@media (max-width: 768.8px) {
  .amenities-page section.one .container {
    flex-flow: column-reverse;
    padding-top: 18px;
  }
}
.amenities-page section.one .leftBlock {
  margin-top: -25px;
  padding-bottom: 215px;
}
@media (max-width: 768.8px) {
  .amenities-page section.one .leftBlock {
    margin-top: 0;
    width: 100%;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.one .rightBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -3.611vw;
  }
  .amenities-page section.one .rightBlock .imgHolder {
    width: 50%;
  }
  .amenities-page section.one .rightBlock .imgHolder.sec-img.mobile {
    margin-right: 13px;
  }
  .amenities-page section.one .rightBlock .imgHolder:first-child {
    margin-right: 13px;
  }
  .amenities-page section.one .rightBlock .viewImgLarger {
    background-position: right 10px top 10px;
    width: 100%;
  }
}
.amenities-page section.two {
  position: relative;
}
.amenities-page section.two .ornamental-left {
  top: 50px;
}
@media (max-width: 768.8px) {
  .amenities-page section.two .ornamental-left {
    top: 27px;
  }
}
.amenities-page section.two .sec-img {
  width: calc(100% - 5.4vw);
  height: 29.16vw;
}
@media (max-width: 768.8px) {
  .amenities-page section.two .container {
    flex-flow: column-reverse;
    align-items: flex-end;
  }
}
.amenities-page section.two:before {
  content: "";
  width: 100%;
  height: 429px;
  background: #fff;
  position: absolute;
  top: -73px;
  left: 0;
  z-index: 2;
  transform-origin: left top;
  transform: skewY(6deg);
}
@media (max-width: 768.8px) {
  .amenities-page section.two:before {
    top: 0;
    height: 255px;
  }
}
.amenities-page section.two .amenities-pattern-two {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 297px;
  left: 0;
  height: 600px;
  z-index: 1;
  width: 100%;
  transform-origin: left top;
  transform: skewY(10deg);
}
.amenities-page section.two .amenities-pattern-two .amenities-pattern {
  background: url(../images/patterns/SignalPattern_4_cream.gif) repeat top left #5e7f92;
  height: 250%;
  margin-top: -25%;
  transform: skewY(-10deg);
  width: 100%;
}
@media (max-width: 768.8px) {
  .amenities-page section.two .amenities-pattern-two {
    top: 150px;
    height: 632px;
  }
}
.amenities-page section.two .leftBlock {
  margin-top: -200px;
  margin-bottom: 78px;
}
@media (max-width: 1199.8px) {
  .amenities-page section.two .leftBlock {
    max-width: 42%;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.two .leftBlock {
    margin-top: 0;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    width: 100%;
  }
}
.amenities-page section.two .leftBlock .copy {
  margin-top: 56px;
}
@media (max-width: 768.8px) {
  .amenities-page section.two .leftBlock .copy {
    margin-top: 30px;
  }
}
.amenities-page section.two .copyBlock {
  min-height: 500px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 768.8px) {
  .amenities-page section.two .copyBlock {
    margin-top: 28px;
    min-height: 0;
  }
}
@media (max-width: 349.8px) {
  .amenities-page section.two .copyBlock {
    padding-left: 20px;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.two .featuredImgs {
    margin-left: -3.611vw;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-self: flex-start;
    width: 100%;
  }
  .amenities-page section.two .featuredImgs .imgHolder {
    width: 50%;
  }
  .amenities-page section.two .featuredImgs .imgHolder:first-child {
    margin-right: 12px;
  }
}
.amenities-page section.two .featuredImgs .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .amenities-page section.two .featuredImgs .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .amenities-page section.two .featuredImgs .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.amenities-page section.three {
  position: relative;
}
.amenities-page section.three .ornamental-left {
  top: auto;
  bottom: 0px;
}
@media (max-width: 768.8px) {
  .amenities-page section.three .ornamental-left {
    bottom: auto;
    top: 70px;
  }
}
.amenities-page section.three .container {
  align-items: center;
  margin-top: -40px;
}
@media (max-width: 768.8px) {
  .amenities-page section.three .container {
    margin-top: 0;
  }
}
.amenities-page section.three .copyBlock {
  width: 40%;
  min-height: 690px;
}
@media (max-width: 1439.8px) {
  .amenities-page section.three .copyBlock {
    height: auto;
  }
}
@media (max-width: 1199.8px) {
  .amenities-page section.three .copyBlock {
    width: 42%;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.three .copyBlock {
    width: 100%;
    min-height: 0;
  }
}
@media (max-width: 349.8px) {
  .amenities-page section.three .copyBlock {
    padding-left: 20px;
  }
}
.amenities-page section.three .copyBlock ul {
  columns: 1;
}
.amenities-page section.three .imgHolder {
  width: 53.2%;
  height: 499px;
  margin-top: 20px;
  background: #3c3c3e;
  margin-bottom: 72px;
}
@media (max-width: 768.8px) {
  .amenities-page section.three .imgHolder {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0;
  }
}
.amenities-page section.four {
  position: relative;
}
@media (max-width: 768.8px) {
  .amenities-page section.four .container {
    padding-bottom: 70px;
    max-width: 95.4666666667%;
    margin: 0;
  }
}
.amenities-page section.four:before {
  content: "";
  width: 100%;
  height: 239px;
  background: #fff;
  position: absolute;
  top: -158px;
  left: 0;
  z-index: 0;
  transform-origin: right top;
  transform: skewY(-6deg);
}
@media (max-width: 1199.8px) {
  .amenities-page section.four:before {
    top: -120px;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.four:before {
    display: none;
  }
}
.amenities-page section.four:after {
  background: url(../images/patterns/SignalPattern_1_blue.gif) repeat top left #e1ddd9;
  position: absolute;
  bottom: -230px;
  left: 0;
  height: 800px;
  content: "";
  z-index: -1;
  width: 100%;
  transform-origin: left bottom;
  transform: skewY(0deg);
}
@media (max-width: 768.8px) {
  .amenities-page section.four:after {
    bottom: -182px;
    height: 440px;
    transform: skewY(-9deg);
  }
}
.amenities-page section.four .container {
  position: relative;
}
.amenities-page section.four .imgHolder {
  width: 53.2%;
  margin-top: 150px;
}
@media (max-width: 768.8px) {
  .amenities-page section.four .imgHolder {
    width: 100%;
    margin-top: 31px;
  }
}
.amenities-page section.four .imgHolder.left {
  margin-top: 90px;
  max-height: 29.16vw;
  width: 33%;
  text-align: right;
  margin-left: 6vw;
}
@media (max-width: 991.8px) {
  .amenities-page section.four .imgHolder.left {
    width: 40%;
    margin-left: 2vw;
  }
}
.amenities-page section.four .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .amenities-page section.four .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .amenities-page section.four .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.amenities-page section.four-services {
  margin-top: 21px;
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services {
    margin-top: 36px;
  }
}
.amenities-page section.four-services .ornamental-left {
  top: 768px;
}
.amenities-page section.four-services .imgHolder, .amenities-page section.four-services .copyBlock {
  width: 100%;
}
.amenities-page section.four-services .leftBlock {
  width: 40%;
  padding-left: 5.4vw;
}
.amenities-page section.four-services .leftBlock .imgHolder {
  margin-top: 62px;
  height: 29.16vw;
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .leftBlock .imgHolder {
    height: 45.5vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .leftBlock {
    order: 1;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .amenities-page section.four-services .leftBlock .imgHolder {
    margin-top: 0;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .copyBlock {
    align-self: flex-end;
  }
}
.amenities-page section.four-services .block-img-cnt {
  margin-top: 84px;
  width: 100%;
  padding-bottom: 65px;
}
.amenities-page section.four-services .block-img-cnt .sec-img {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .block-img-cnt .sec-img {
    margin-bottom: 0;
    width: 50%;
    flex-shrink: 0;
  }
}
.amenities-page section.four-services .block-img-cnt .copy {
  padding-right: 2.5vw;
  padding-bottom: 0;
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .block-img-cnt .copy {
    padding: 37px 6.9vw;
    padding-left: 4.5vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .block-img-cnt {
    display: flex;
    margin-top: 36px;
    padding-bottom: 0;
  }
}
.amenities-page section.four-services .rightBlock {
  display: flex;
  flex-direction: column-reverse;
  margin-top: -80px;
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .rightBlock {
    margin-top: 0;
  }
}
.amenities-page section.four-services .rightBlock .imgHolder {
  margin-top: 20px;
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .rightBlock .imgHolder {
    margin-top: 0;
    margin-bottom: 36px;
    max-width: calc(100% - 3.611vw);
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .rightBlock {
    flex-direction: column;
  }
}
.amenities-page section.four-services:after {
  display: none;
}
.amenities-page section.four-services:before {
  top: 508px;
  height: 752px;
  transform-origin: left top;
  transform: skewY(6deg);
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services:before {
    display: block;
    top: 57vw;
    height: 100vw;
    transform: skewY(8deg);
  }
}
.amenities-page section.four-services .amenities-pattern-wrap {
  top: 0;
  height: 752px;
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .amenities-pattern-wrap {
    top: -26.6vw;
    height: 133vw;
  }
}
.amenities-page section.four-services .amenities-pattern {
  background: url(../images/patterns/SignalPattern_1_blue.gif) repeat top left #e1ddd9;
}
@media (max-width: 991.8px) {
  .amenities-page section.four-services .container .copyBlock ul {
    columns: 1;
  }
}
@media (max-width: 768.8px) {
  .amenities-page section.four-services .container {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.amenities-page .viewGallery {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 31px;
  top: auto;
  bottom: -95px;
  z-index: 5;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .amenities-page .viewGallery {
    bottom: 0;
  }
}
.amenities-page .viewGallery a {
  background: url(../images/amenities/button-orange.svg) no-repeat center center;
}
@media (max-width: 768.8px) {
  .amenities-page .viewGallery a {
    background-size: 100px 100px;
  }
}
@media (max-width: 419.8px) {
  .amenities-page .viewGallery a {
    background-size: 100px 100px;
  }
}
.amenities-page .viewGallery a:after {
  content: "";
  height: 6px;
  background: url(../images/amenities/button-arrowright.svg) no-repeat center center;
  bottom: 48px;
}
@media (max-width: 768.8px) {
  .amenities-page .viewGallery a:after {
    background-size: 25px 5px;
    bottom: 30px;
  }
}
.amenities-page .viewGallery a strong {
  font-weight: 700;
}
@media (max-width: 768.8px) {
  .amenities-page .viewGallery a strong {
    display: none;
  }
}

.amenities .footer-wrapper .footer-top {
  margin-top: -65px;
}
@media (max-width: 991.8px) {
  .amenities .footer-wrapper .footer-top {
    margin-top: -25px;
  }
}

.mfp-title {
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .mfp-title {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .mfp-title {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}

.amenities button.mfp-arrow, .amenities .mfp-counter {
  display: none;
}

.mfp-bg {
  background: #3c3c3e;
  opacity: 1;
}

.mfp-container {
  padding: 0;
}
.mfp-container .mfp-content {
  padding: 0 55px;
}
@media (max-width: 768.8px) {
  .mfp-container .mfp-content {
    padding: 0;
  }
}
.mfp-container .mfp-title {
  padding: 0 55px;
}
@media (max-width: 768.8px) {
  .mfp-container .mfp-title {
    padding: 0;
  }
}
.mfp-container img.mfp-img {
  margin: 0 auto;
  height: auto;
  max-height: 84vh !important;
  padding: 0;
  max-width: 100%;
  display: block;
}
.mfp-container .mfp-figure:after {
  box-shadow: none;
  background: none;
}

.mfp-wrap div.mfp-close {
  display: none;
}
.mfp-wrap button.mfp-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/close-white.svg") center/contain no-repeat;
  width: 40px;
  height: 18px;
  top: 22px;
  right: 22px;
  font-size: 0;
  z-index: 10;
}
.system .mfp-wrap button.mfp-close:hover {
  background: url(../images/gallery/close-blue.png) no-repeat center center;
}
@media (max-width: 1199.8px) {
  .mfp-wrap button.mfp-close {
    width: 26px;
    height: 30px;
    top: 5px;
    right: 10px;
  }
}
@media screen and (max-width: 1300px) and (max-height: 700px) and (orientation: landscape) {
  .mfp-wrap button.mfp-close {
    top: 10px;
  }
}
.mfp-wrap .mfp-bottom-bar {
  margin-top: 0;
  padding: 7px 19px;
}

.page-404 .footer-top {
  margin-top: -20px;
}
@media (max-width: 768.8px) {
  .page-404 .footer-top {
    margin-top: -50px;
  }
}
.page-404 .content-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 20%;
  margin-bottom: -20%;
}
@media (max-width: 768.8px) {
  .page-404 .content-wrap {
    padding-bottom: 30%;
  }
}
.page-404 .content-wrap:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: -20%;
  height: 60%;
  background-color: #5e7f92;
  transform: skewY(-7deg);
  z-index: -1;
}
.page-404 .content-wrap:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50%;
  height: 150%;
  z-index: -2;
  background: url(../images/patterns/SignalPattern_1_gray.gif) repeat;
}
.page-404 .content-wrap .image-wrap {
  width: 66vw;
  height: 32vw;
  max-width: 950px;
  margin-left: 6.8vw;
  position: relative;
}
@media (max-width: 991.8px) {
  .page-404 .content-wrap .image-wrap {
    height: 40vw;
  }
}
.page-404 .content-wrap .image-wrap .error-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768.8px) {
  .page-404 .content-wrap .image-wrap {
    margin: 0 auto;
    margin-bottom: 30px;
    height: 280px;
  }
}
@media (max-width: 419.8px) {
  .page-404 .content-wrap .image-wrap {
    height: 188px;
  }
}
@media (min-width: 1440px) {
  .page-404 .content-wrap .image-wrap {
    max-width: 1300px;
  }
}
.page-404 .content-wrap .heading-wrap {
  position: relative;
}
@media (max-width: 768.8px) {
  .page-404 .content-wrap .heading-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.page-404 .content-wrap .animated-icon-wrap {
  width: 198px;
  height: auto;
  position: absolute;
  right: -25px;
  top: 38px;
}
.page-404 .content-wrap .animated-icon-wrap img {
  width: 100%;
  height: auto;
}
@media (max-width: 991.8px) {
  .page-404 .content-wrap .animated-icon-wrap {
    top: -38px;
  }
}
@media (max-width: 768.8px) {
  .page-404 .content-wrap .animated-icon-wrap {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    width: 23.73vw;
    height: 23.73vw;
    margin-top: 30px;
    margin-right: -3.6vw;
  }
}
.page-404 .content-wrap h1 {
  color: #e1ddd9;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  display: block;
  margin: 69px 3.96vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 92.7777777778%;
  padding-bottom: 0;
  transform: translate3d(0px, 42px, 0px);
}
@media (max-width: 991.8px) {
  .page-404 .content-wrap h1 {
    transform: none;
  }
}
@media (max-width: 768.8px) {
  .page-404 .content-wrap h1 {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.5vw;
    margin-bottom: 0;
  }
}
@media (max-width: 575.8px) {
  .page-404 .content-wrap h1 {
    margin-bottom: 25px;
  }
}
.page-404 .content-wrap h1 a img {
  width: 70px;
  height: auto;
}
@media (max-width: 768.8px) {
  .page-404 .content-wrap h1 a img {
    width: 50px;
    height: 7px;
  }
}
.page-404 .content-wrap .link-wrap {
  position: absolute;
  right: -68px;
  bottom: 68px;
}
@media (max-width: 768.8px) {
  .page-404 .content-wrap .link-wrap {
    right: -45px;
    bottom: -45px;
  }
}

.contact-page, .thankyou-page, .blog-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .contact-page, .thankyou-page, .blog-page {
    padding-top: 26px;
  }
}
.contact-page:before, .thankyou-page:before, .blog-page:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-page .contact-pattern-wrap1 .contact-pattern1, .thankyou-page .contact-pattern-wrap1 .contact-pattern1, .blog-page .contact-pattern-wrap1 .contact-pattern1 {
  background: url(../images/patterns/SIgnalPattern_3_gray.gif) repeat top left #3c3c3e;
}
.contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
  overflow: hidden;
  position: absolute;
  top: 175px;
  left: 0;
  height: 886px;
  display: block;
  z-index: -1;
  width: 100%;
  transform-origin: right top;
  transform: skewY(-8deg);
}
.contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
  background: url(../images/patterns/SIgnalPattern_3_gray.gif) repeat top left #3c3c3e;
  width: 100%;
  height: 250%;
  margin-top: -25%;
  transform: skewY(8deg);
}
@media (min-width: 1440px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    transform: skewY(-9deg);
  }
  .contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
    transform: skewY(9deg);
  }
}
@media (max-width: 1439.8px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    transform: skewY(-13deg);
  }
  .contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
    transform: skewY(13deg);
  }
}
@media (max-width: 1199.8px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    transform: skewY(-13deg);
  }
  .contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
    transform: skewY(13deg);
  }
}
@media (max-width: 991.8px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    transform: skewY(-17deg);
    top: 176px;
  }
  .contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
    transform: skewY(17deg);
  }
}
@media (max-width: 768.8px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    top: 151px;
  }
}
@media (max-width: 575.8px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    transform: skewY(-20deg);
  }
  .contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
    transform: skewY(20deg);
  }
}
@media (max-width: 419.8px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    transform: skewY(-26deg);
  }
  .contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
    transform: skewY(26deg);
  }
}
@media (max-width: 374.8px) {
  .contact-page .ct-pattern-wrap, .thankyou-page .ct-pattern-wrap, .blog-page .ct-pattern-wrap {
    transform: skewY(-31deg);
  }
  .contact-page .ct-pattern-wrap .ct-pattern, .thankyou-page .ct-pattern-wrap .ct-pattern, .blog-page .ct-pattern-wrap .ct-pattern {
    transform: skewY(31deg);
  }
}
.contact-page .container, .thankyou-page .container, .blog-page .container {
  margin: auto;
  width: 100%;
}
.contact-page .page-title-wrap .container, .thankyou-page .page-title-wrap .container, .blog-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
.contact-page .page-title-wrap .container .sectionTitle, .fp-details-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page .page-title-wrap section .container .copyBlock .ariaTitle, .contact-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page .page-title-wrap .container .sectionTitle, .fp-details-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page .page-title-wrap section .container .copyBlock .ariaTitle, .thankyou-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page .page-title-wrap .container .sectionTitle, .fp-details-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page .page-title-wrap section .container .copyBlock .ariaTitle, .blog-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #5e7f92;
  display: block;
}
@media (max-width: 768.8px) {
  .contact-page .page-title-wrap .container .sectionTitle, .fp-details-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page .page-title-wrap section .container .copyBlock .ariaTitle, .contact-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .contact-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page .page-title-wrap .container .sectionTitle, .fp-details-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page .page-title-wrap section .container .copyBlock .ariaTitle, .thankyou-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .thankyou-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page .page-title-wrap .container .sectionTitle, .fp-details-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page .page-title-wrap section .container .copyBlock .ariaTitle, .blog-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .blog-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.contact-page .page-title-wrap .container .page-title, .contact-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .contact-page .page-title-wrap .container h1, .thankyou-page .page-title-wrap .container .page-title, .thankyou-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .thankyou-page .page-title-wrap .container h1, .blog-page .page-title-wrap .container .page-title, .blog-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .blog-page .page-title-wrap .container h1 {
  max-width: 920px;
  color: #3c3c3e;
}
@media (max-width: 1199.8px) {
  .contact-page .page-title-wrap .container .page-title, .contact-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .contact-page .page-title-wrap .container h1, .thankyou-page .page-title-wrap .container .page-title, .thankyou-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .thankyou-page .page-title-wrap .container h1, .blog-page .page-title-wrap .container .page-title, .blog-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .blog-page .page-title-wrap .container h1 {
    max-width: 75%;
  }
}
@media (max-width: 768.8px) {
  .contact-page .page-title-wrap .container .page-title, .contact-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .contact-page .page-title-wrap .container h1, .thankyou-page .page-title-wrap .container .page-title, .thankyou-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .thankyou-page .page-title-wrap .container h1, .blog-page .page-title-wrap .container .page-title, .blog-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .blog-page .page-title-wrap .container h1 {
    max-width: none;
    width: 68%;
  }
}
@media (max-width: 575.8px) {
  .contact-page .page-title-wrap .container .page-title, .contact-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .contact-page .page-title-wrap .container h1, .thankyou-page .page-title-wrap .container .page-title, .thankyou-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .thankyou-page .page-title-wrap .container h1, .blog-page .page-title-wrap .container .page-title, .blog-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .blog-page .page-title-wrap .container h1 {
    width: 75%;
  }
}
@media screen and (max-width: 490px) {
  .contact-page .page-title-wrap .container .page-title, .contact-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .contact-page .page-title-wrap .container h1, .thankyou-page .page-title-wrap .container .page-title, .thankyou-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .thankyou-page .page-title-wrap .container h1, .blog-page .page-title-wrap .container .page-title, .blog-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .blog-page .page-title-wrap .container h1 {
    width: 81%;
  }
}
@media (max-width: 419.8px) {
  .contact-page .page-title-wrap .container .page-title, .contact-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .contact-page .page-title-wrap .container h1, .thankyou-page .page-title-wrap .container .page-title, .thankyou-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .thankyou-page .page-title-wrap .container h1, .blog-page .page-title-wrap .container .page-title, .blog-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .blog-page .page-title-wrap .container h1 {
    width: 275px;
  }
}
@media (max-width: 349.8px) {
  .contact-page .page-title-wrap .container .page-title, .contact-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .contact-page .page-title-wrap .container h1, .thankyou-page .page-title-wrap .container .page-title, .thankyou-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .thankyou-page .page-title-wrap .container h1, .blog-page .page-title-wrap .container .page-title, .blog-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .blog-page .page-title-wrap .container h1 {
    width: 227px;
  }
}
.contact-page .page-title-wrap .animElements, .thankyou-page .page-title-wrap .animElements, .blog-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -34px;
  top: 38px;
}
@media (max-width: 768.8px) {
  .contact-page .page-title-wrap .animElements, .thankyou-page .page-title-wrap .animElements, .blog-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 21px;
    transform: translate3d(0, 0, 0) !important;
  }
}
.contact-page section .container, .thankyou-page section .container, .blog-page section .container {
  max-width: 86.8055555556%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
.contact-page section .container .leftBlock, .thankyou-page section .container .leftBlock, .blog-page section .container .leftBlock {
  max-width: 39.0989541432%;
  width: 38vw;
}
.contact-page section .container .leftBlock p, .thankyou-page section .container .leftBlock p, .blog-page section .container .leftBlock p {
  max-width: 445px;
}
@media (max-width: 768.8px) {
  .contact-page section .container .leftBlock p, .thankyou-page section .container .leftBlock p, .blog-page section .container .leftBlock p {
    padding-bottom: 0;
    max-width: 80%;
  }
}
.contact-page section .container .leftBlock p span, .thankyou-page section .container .leftBlock p span, .blog-page section .container .leftBlock p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.contact-page section .container .imgHolder, .thankyou-page section .container .imgHolder, .blog-page section .container .imgHolder {
  height: 500px;
}
@media (max-width: 768.8px) {
  .contact-page section .container .imgHolder, .thankyou-page section .container .imgHolder, .blog-page section .container .imgHolder {
    height: 188px;
  }
}
.contact-page section .container .imgHolder img, .thankyou-page section .container .imgHolder img, .blog-page section .container .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page section .container .copyBlock, .thankyou-page section .container .copyBlock, .blog-page section .container .copyBlock {
  width: 53.2%;
  padding: 74px 4vw 85px 5vw;
  color: #e1ddd9;
}
@media screen and (max-width: 1250px) {
  .contact-page section .container .copyBlock, .thankyou-page section .container .copyBlock, .blog-page section .container .copyBlock {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
@media (max-width: 768.8px) {
  .contact-page section .container .copyBlock, .thankyou-page section .container .copyBlock, .blog-page section .container .copyBlock {
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .contact-page section .container .copyBlock .section-title, .thankyou-page section .container .copyBlock .section-title, .blog-page section .container .copyBlock .section-title {
    max-width: 440px;
  }
  .contact-page section .container .copyBlock .section-title, .thankyou-page section .container .copyBlock .section-title, .blog-page section .container .copyBlock .section-title {
    line-height: calc(24px + 18 * (100vw - 320px) / 448);
  }
}
.contact-page section .container .copyBlock .ariaTitle, .thankyou-page section .container .copyBlock .ariaTitle, .blog-page section .container .copyBlock .ariaTitle {
  color: #e8b46f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 29px;
}
@media (max-width: 768.8px) {
  .contact-page section .container .copyBlock .ariaTitle, .thankyou-page section .container .copyBlock .ariaTitle, .blog-page section .container .copyBlock .ariaTitle {
    padding-bottom: 14px;
  }
}
.contact-page section .container .copyBlock ul, .thankyou-page section .container .copyBlock ul, .blog-page section .container .copyBlock ul {
  list-style: none;
  columns: 2;
}
.contact-page section .container .copyBlock ul li, .thankyou-page section .container .copyBlock ul li, .blog-page section .container .copyBlock ul li {
  color: #e1ddd9;
  font: 500 16px/19px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 768.8px) {
  .contact-page section .container .copyBlock ul li, .thankyou-page section .container .copyBlock ul li, .blog-page section .container .copyBlock ul li {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
}
.contact-page section .container .copyBlock ul li:before, .thankyou-page section .container .copyBlock ul li:before, .blog-page section .container .copyBlock ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e1ddd9;
  margin-right: 10px;
  margin-top: 7px;
  padding: 3px;
}
.contact-page section.one, .thankyou-page section.one, .blog-page section.one {
  position: relative;
}
.contact-page section.one:before, .thankyou-page section.one:before, .blog-page section.one:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 458px;
  left: 0;
  z-index: 2;
  transform-origin: left top;
  transform: skewY(9deg);
}
@media (max-width: 991.8px) {
  .contact-page section.one:before, .thankyou-page section.one:before, .blog-page section.one:before {
    top: 456px;
    height: 506px;
    transform: skewY(8deg);
  }
}
@media (max-width: 768.8px) {
  .contact-page section.one:before, .thankyou-page section.one:before, .blog-page section.one:before {
    top: 705px;
    height: 790px;
  }
}
@media (max-width: 575.8px) {
  .contact-page section.one:before, .thankyou-page section.one:before, .blog-page section.one:before {
    top: 530px;
  }
}
@media (max-width: 419.8px) {
  .contact-page section.one:before, .thankyou-page section.one:before, .blog-page section.one:before {
    top: 490px;
  }
}
@media (max-width: 374.8px) {
  .contact-page section.one:before, .thankyou-page section.one:before, .blog-page section.one:before {
    top: 465px;
  }
}
.contact-page section.one .container, .thankyou-page section.one .container, .blog-page section.one .container {
  padding: 40px 0 0 0;
}
@media (max-width: 768.8px) {
  .contact-page section.one .container, .thankyou-page section.one .container, .blog-page section.one .container {
    max-width: 100%;
    flex-flow: column;
    padding-top: 0;
  }
}
.contact-page section.one .leftBlock, .thankyou-page section.one .leftBlock, .blog-page section.one .leftBlock {
  margin-top: -25px;
}
@media (max-width: 768.8px) {
  .contact-page section.one .leftBlock, .thankyou-page section.one .leftBlock, .blog-page section.one .leftBlock {
    margin-top: 0;
    width: 100%;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-page section.one .leftBlock .imgHolder, .thankyou-page section.one .leftBlock .imgHolder, .blog-page section.one .leftBlock .imgHolder {
  height: 29.16vw;
  margin: 46px 0 0 5vw;
}
@media (max-width: 991.8px) {
  .contact-page section.one .leftBlock .imgHolder, .thankyou-page section.one .leftBlock .imgHolder, .blog-page section.one .leftBlock .imgHolder {
    margin-left: 2vw;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.one .leftBlock .imgHolder, .thankyou-page section.one .leftBlock .imgHolder, .blog-page section.one .leftBlock .imgHolder {
    margin: 20px 0 0 0;
    height: auto;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.one .leftBlock .imgHolder img, .thankyou-page section.one .leftBlock .imgHolder img, .blog-page section.one .leftBlock .imgHolder img {
    width: 45.5vw;
    height: 45.5vw;
    max-width: 45.5vw;
  }
}
.contact-page section.one .rightBlock, .thankyou-page section.one .rightBlock, .blog-page section.one .rightBlock {
  width: 52.32%;
  margin-top: 10px;
  max-width: 840px;
  height: 560px;
}
@media (max-width: 1439.8px) {
  .contact-page section.one .rightBlock, .thankyou-page section.one .rightBlock, .blog-page section.one .rightBlock {
    max-width: 654px;
    height: 500px;
  }
}
@media (max-width: 1199.8px) {
  .contact-page section.one .rightBlock, .thankyou-page section.one .rightBlock, .blog-page section.one .rightBlock {
    height: 34vw;
  }
}
@media (max-width: 991.8px) {
  .contact-page section.one .rightBlock, .thankyou-page section.one .rightBlock, .blog-page section.one .rightBlock {
    height: 42vw;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.one .rightBlock, .thankyou-page section.one .rightBlock, .blog-page section.one .rightBlock {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
    max-width: none;
    margin-top: 14px;
    height: 50vw;
  }
  .contact-page section.one .rightBlock img, .thankyou-page section.one .rightBlock img, .blog-page section.one .rightBlock img {
    width: 50%;
    max-width: 840px;
  }
}
@media (max-width: 768.8px) and (max-width: 1439.8px) {
  .contact-page section.one .rightBlock img, .thankyou-page section.one .rightBlock img, .blog-page section.one .rightBlock img {
    max-width: 654px;
  }
}
@media (max-width: 768.8px) and (max-width: 768.8px) {
  .contact-page section.one .rightBlock img, .thankyou-page section.one .rightBlock img, .blog-page section.one .rightBlock img {
    width: 70vw;
    max-width: 70vw;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.one .rightBlock img:first-child, .thankyou-page section.one .rightBlock img:first-child, .blog-page section.one .rightBlock img:first-child {
    margin-right: 13px;
  }
}
@media (max-width: 768.8px) and (max-width: 768.8px) {
  .contact-page section.one .rightBlock img:first-child, .thankyou-page section.one .rightBlock img:first-child, .blog-page section.one .rightBlock img:first-child {
    margin-right: 0;
  }
}
@media (max-width: 1335.8) {
  .contact-page section.one .rightBlock img, .thankyou-page section.one .rightBlock img, .blog-page section.one .rightBlock img {
    max-width: 654px;
  }
}
.contact-page section.contactUs, .thankyou-page section.contactUs, .blog-page section.contactUs {
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs, .thankyou-page section.contactUs, .blog-page section.contactUs {
    padding: 33px 0 70px;
  }
}
.contact-page section.contactUs .contact-pattern-wrap, .thankyou-page section.contactUs .contact-pattern-wrap, .blog-page section.contactUs .contact-pattern-wrap {
  overflow: hidden;
  position: absolute;
  top: 358px;
  left: 0;
  height: 490px;
  display: block;
  z-index: 1;
  width: 100%;
  transform-origin: left top;
  transform: skewY(10deg);
}
.contact-page section.contactUs .contact-pattern-wrap .contact-pattern, .thankyou-page section.contactUs .contact-pattern-wrap .contact-pattern, .blog-page section.contactUs .contact-pattern-wrap .contact-pattern {
  background: url(../images/patterns/SignalPattern_4_blue.gif) repeat top left #5e7f92;
  width: 100%;
  height: 250%;
  margin-top: -25%;
  transform: skewY(-10deg);
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .contact-pattern-wrap, .thankyou-page section.contactUs .contact-pattern-wrap, .blog-page section.contactUs .contact-pattern-wrap {
    top: 370px;
    height: 285px;
  }
}
.contact-page section.contactUs .section-title, .thankyou-page section.contactUs .section-title, .blog-page section.contactUs .section-title {
  padding-bottom: 10px;
}
.contact-page section.contactUs .container, .thankyou-page section.contactUs .container, .blog-page section.contactUs .container {
  background: #e1ddd9;
  padding: 62px 6.3vw 74px 6.3vw;
  min-height: 612px;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .container, .thankyou-page section.contactUs .container, .blog-page section.contactUs .container {
    max-width: 86.6666666667%;
    margin-right: 16px;
    padding: 42px 10vw 37px 10vw;
  }
}
.contact-page section.contactUs .container .hywrap, .thankyou-page section.contactUs .container .hywrap, .blog-page section.contactUs .container .hywrap {
  max-width: 100%;
  width: 100% !important;
}
.contact-page section.contactUs .container .hywrap #form-fields, .thankyou-page section.contactUs .container .hywrap #form-fields, .blog-page section.contactUs .container .hywrap #form-fields {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields, .thankyou-page section.contactUs .container .hywrap #form-fields, .blog-page section.contactUs .container .hywrap #form-fields {
    flex-flow: column;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .name-fields, .thankyou-page section.contactUs .container .hywrap #form-fields .name-fields, .blog-page section.contactUs .container .hywrap #form-fields .name-fields {
  display: flex;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .name-fields, .thankyou-page section.contactUs .container .hywrap #form-fields .name-fields, .blog-page section.contactUs .container .hywrap #form-fields .name-fields {
    flex-flow: column;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child, .thankyou-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child, .blog-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child {
  margin-right: 5%;
}
@media (max-width: 1199.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child, .thankyou-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child, .blog-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child {
    margin-right: 4.4%;
  }
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child, .thankyou-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child, .blog-page section.contactUs .container .hywrap #form-fields .name-fields li:first-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .LV_invalid, .thankyou-page section.contactUs .container .hywrap #form-fields .LV_invalid, .blog-page section.contactUs .container .hywrap #form-fields .LV_invalid {
  font-family: sweet-sans-pro, sans-serif;
  font-size: 14px;
}
.contact-page section.contactUs .container .hywrap #form-fields select, .thankyou-page section.contactUs .container .hywrap #form-fields select, .blog-page section.contactUs .container .hywrap #form-fields select {
  height: 55px;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields select, .thankyou-page section.contactUs .container .hywrap #form-fields select, .blog-page section.contactUs .container .hywrap #form-fields select {
    height: 40px;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields input,
.contact-page section.contactUs .container .hywrap #form-fields input[type=text],
.contact-page section.contactUs .container .hywrap #form-fields select,
.contact-page section.contactUs .container .hywrap #form-fields textarea, .thankyou-page section.contactUs .container .hywrap #form-fields input,
.thankyou-page section.contactUs .container .hywrap #form-fields input[type=text],
.thankyou-page section.contactUs .container .hywrap #form-fields select,
.thankyou-page section.contactUs .container .hywrap #form-fields textarea, .blog-page section.contactUs .container .hywrap #form-fields input,
.blog-page section.contactUs .container .hywrap #form-fields input[type=text],
.blog-page section.contactUs .container .hywrap #form-fields select,
.blog-page section.contactUs .container .hywrap #form-fields textarea {
  border: 2px solid #5e7f92;
  border-radius: 0;
  color: #3c3c3e;
  width: 23vw;
  margin-top: 5px;
  min-height: 55px;
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields input,
  .contact-page section.contactUs .container .hywrap #form-fields input[type=text],
  .contact-page section.contactUs .container .hywrap #form-fields select,
  .contact-page section.contactUs .container .hywrap #form-fields textarea, .thankyou-page section.contactUs .container .hywrap #form-fields input,
  .thankyou-page section.contactUs .container .hywrap #form-fields input[type=text],
  .thankyou-page section.contactUs .container .hywrap #form-fields select,
  .thankyou-page section.contactUs .container .hywrap #form-fields textarea, .blog-page section.contactUs .container .hywrap #form-fields input,
  .blog-page section.contactUs .container .hywrap #form-fields input[type=text],
  .blog-page section.contactUs .container .hywrap #form-fields select,
  .blog-page section.contactUs .container .hywrap #form-fields textarea {
    width: 100%;
    min-height: 40px;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields textarea, .thankyou-page section.contactUs .container .hywrap #form-fields textarea, .blog-page section.contactUs .container .hywrap #form-fields textarea {
  width: 100%;
  height: 161px;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields textarea, .thankyou-page section.contactUs .container .hywrap #form-fields textarea, .blog-page section.contactUs .container .hywrap #form-fields textarea {
    height: 158px;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .control-label, .thankyou-page section.contactUs .container .hywrap #form-fields .control-label, .blog-page section.contactUs .container .hywrap #form-fields .control-label {
  color: #3c3c3e;
  position: relative;
  width: auto;
  font: 500 14px sweet-sans-pro, sans-serif;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.7px;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-label, .thankyou-page section.contactUs .container .hywrap #form-fields .control-label, .blog-page section.contactUs .container .hywrap #form-fields .control-label {
    font-size: 12px;
    letter-spacing: 0.6px;
    padding-left: 5px;
  }
}
@media (max-width: 349.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-label, .thankyou-page section.contactUs .container .hywrap #form-fields .control-label, .blog-page section.contactUs .container .hywrap #form-fields .control-label {
    letter-spacing: 0;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group, .blog-page section.contactUs .container .hywrap #form-fields .control-group {
  position: relative;
  margin-bottom: 23px;
  flex: 1 1 1;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-group, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group, .blog-page section.contactUs .container .hywrap #form-fields .control-group {
    margin-bottom: 0;
    margin-top: 3px;
  }
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-group.hy-address, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hy-address, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hy-address {
    margin-top: 14px;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter {
  width: 24vw;
  left: -24vw;
  white-space: nowrap;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter {
    width: 48vw;
    left: 0;
    white-space: unset;
  }
}
@media (max-width: 575.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter {
    width: 65vw;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .controls, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .controls, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .controls {
  min-height: auto;
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .control-label, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .control-label, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .control-label {
  position: static;
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter label, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter label, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter label {
  position: static;
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio {
  width: 60px !important;
  color: #3c3c3e;
  text-transform: uppercase;
  font: 500 14px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio {
    font-size: 12px !important;
    letter-spacing: 0.6px;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio input, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio input, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_sign_up_for_the_newsletter .radio input {
  width: auto;
  margin-top: 0;
  display: inline;
  margin-right: 5px;
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_form_comment, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_form_comment, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_form_comment {
  width: 100%;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_form_comment, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_form_comment, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_form_comment {
    margin-top: 3px;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_zip, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_zip, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_zip {
  flex: 1;
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls {
  position: relative;
}
.contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls:after, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls:after, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls:after {
  content: "";
  width: 14px;
  height: 11px;
  background: url(../images/icons/dropdown.svg) no-repeat center center;
  position: absolute;
  right: 20px;
  top: 27px;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls:after, .thankyou-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls:after, .blog-page section.contactUs .container .hywrap #form-fields .control-group.hytag_number_of_bedrooms .controls:after {
    top: 20px;
    right: 12px;
  }
}
.contact-page section.contactUs .container .hywrap #form-fields .controls, .thankyou-page section.contactUs .container .hywrap #form-fields .controls, .blog-page section.contactUs .container .hywrap #form-fields .controls {
  min-height: 58px;
}
.contact-page section.contactUs .container .hywrap #g-recaptcha, .thankyou-page section.contactUs .container .hywrap #g-recaptcha, .blog-page section.contactUs .container .hywrap #g-recaptcha {
  order: 1;
  text-align: left;
}
.contact-page section.contactUs .container .hywrap #g-recaptcha *, .thankyou-page section.contactUs .container .hywrap #g-recaptcha *, .blog-page section.contactUs .container .hywrap #g-recaptcha * {
  max-width: 100%;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap #g-recaptcha, .thankyou-page section.contactUs .container .hywrap #g-recaptcha, .blog-page section.contactUs .container .hywrap #g-recaptcha {
    margin-top: 10px;
  }
}
@media all and (max-width: 500px) {
  .contact-page section.contactUs .container .hywrap #g-recaptcha > div, .thankyou-page section.contactUs .container .hywrap #g-recaptcha > div, .blog-page section.contactUs .container .hywrap #g-recaptcha > div {
    width: 100% !important;
  }
  .contact-page section.contactUs .container .hywrap #g-recaptcha iframe, .thankyou-page section.contactUs .container .hywrap #g-recaptcha iframe, .blog-page section.contactUs .container .hywrap #g-recaptcha iframe {
    max-width: 100%;
  }
}
.contact-page section.contactUs .container .hywrap .form-actions, .thankyou-page section.contactUs .container .hywrap .form-actions, .blog-page section.contactUs .container .hywrap .form-actions {
  text-align: left;
  display: flex;
  flex-flow: column-reverse;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap .form-actions, .thankyou-page section.contactUs .container .hywrap .form-actions, .blog-page section.contactUs .container .hywrap .form-actions {
    text-align: center;
  }
}
.contact-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions button {
  position: absolute;
  border: none;
  right: 45px;
  bottom: -95px;
  background: url(../images/amenities/button-orange.svg) no-repeat center center;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions button {
    background-size: 100px 100px;
    bottom: -44px;
    right: 13px;
  }
}
@media (max-width: 419.8px) {
  .contact-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions button {
    background-size: 90px 90px;
  }
}
.contact-page section.contactUs .container .hywrap .form-actions button:after, .thankyou-page section.contactUs .container .hywrap .form-actions button:after, .blog-page section.contactUs .container .hywrap .form-actions button:after {
  content: "";
  height: 6px;
  background: url(../images/amenities/button-arrowright.svg) no-repeat center center;
  bottom: 48px;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .container .hywrap .form-actions button:after, .thankyou-page section.contactUs .container .hywrap .form-actions button:after, .blog-page section.contactUs .container .hywrap .form-actions button:after {
    background-size: 25px 5px;
    bottom: 30px;
  }
}
.contact-page section.contactUs .container .hywrap .form-actions #more-info, .thankyou-page section.contactUs .container .hywrap .form-actions #more-info, .blog-page section.contactUs .container .hywrap .form-actions #more-info {
  margin-top: -14px;
  position: relative;
  text-align: left;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap .form-actions #more-info, .thankyou-page section.contactUs .container .hywrap .form-actions #more-info, .blog-page section.contactUs .container .hywrap .form-actions #more-info {
    margin-top: 0;
  }
}
.contact-page section.contactUs .container .hywrap .form-actions #more-info a, .thankyou-page section.contactUs .container .hywrap .form-actions #more-info a, .blog-page section.contactUs .container .hywrap .form-actions #more-info a {
  color: #3c3c3e;
  text-transform: uppercase;
  font: 500 14px sweet-sans-pro, sans-serif;
  letter-spacing: 0.7px;
  text-decoration: none;
}
.system .contact-page section.contactUs .container .hywrap .form-actions #more-info a:hover, .system .thankyou-page section.contactUs .container .hywrap .form-actions #more-info a:hover, .system .blog-page section.contactUs .container .hywrap .form-actions #more-info a:hover {
  text-decoration: underline;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap .form-actions #more-info a, .thankyou-page section.contactUs .container .hywrap .form-actions #more-info a, .blog-page section.contactUs .container .hywrap .form-actions #more-info a {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.contact-page section.contactUs .container .hywrap .form-actions #more-info a:after, .thankyou-page section.contactUs .container .hywrap .form-actions #more-info a:after, .blog-page section.contactUs .container .hywrap .form-actions #more-info a:after {
  content: ">";
  display: inline-block;
  color: #3c3c3e;
  font: 500 14px sweet-sans-pro, sans-serif;
  margin-left: 2px;
}
.contact-page section.contactUs .container .hywrap .form-actions #more-info:after, .thankyou-page section.contactUs .container .hywrap .form-actions #more-info:after, .blog-page section.contactUs .container .hywrap .form-actions #more-info:after {
  content: "*required fields";
  text-transform: uppercase;
  position: absolute;
  right: 0;
  color: #5e7f92;
  font: 500 12px sweet-sans-pro, sans-serif;
}
@media (max-width: 991.8px) {
  .contact-page section.contactUs .container .hywrap .form-actions #more-info:after, .thankyou-page section.contactUs .container .hywrap .form-actions #more-info:after, .blog-page section.contactUs .container .hywrap .form-actions #more-info:after {
    display: block;
    position: relative;
    text-align: left;
    margin-top: 20px;
  }
}
.contact-page section.contactUs .ornamental-left, .thankyou-page section.contactUs .ornamental-left, .blog-page section.contactUs .ornamental-left {
  top: 0;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .ornamental-left, .thankyou-page section.contactUs .ornamental-left, .blog-page section.contactUs .ornamental-left {
    top: 200px;
  }
}
.contact-page section.contactUs .section-title, .thankyou-page section.contactUs .section-title, .blog-page section.contactUs .section-title {
  color: #3c3c3e;
}
@media (max-width: 768.8px) {
  .contact-page section.contactUs .section-title, .thankyou-page section.contactUs .section-title, .blog-page section.contactUs .section-title {
    line-height: calc(24px + 18 * (100vw - 320px) / 448);
  }
}
.contact-page section.getinTouch, .thankyou-page section.getinTouch, .blog-page section.getinTouch {
  position: relative;
}
.contact-page section.getinTouch .container, .thankyou-page section.getinTouch .container, .blog-page section.getinTouch .container {
  padding: 0 6.5vw 0 0;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media (max-width: 991.8px) {
  .contact-page section.getinTouch .container, .thankyou-page section.getinTouch .container, .blog-page section.getinTouch .container {
    padding-right: 2.5vw;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container, .thankyou-page section.getinTouch .container, .blog-page section.getinTouch .container {
    flex-flow: column-reverse;
    padding: 0;
    max-width: 96.8%;
    margin-left: auto;
    margin-right: 0;
  }
}
.contact-page section.getinTouch .container .leftColumn, .thankyou-page section.getinTouch .container .leftColumn, .blog-page section.getinTouch .container .leftColumn {
  width: 36.2381363244%;
}
@media (max-width: 991.8px) {
  .contact-page section.getinTouch .container .leftColumn, .thankyou-page section.getinTouch .container .leftColumn, .blog-page section.getinTouch .container .leftColumn {
    width: 38%;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn, .thankyou-page section.getinTouch .container .leftColumn, .blog-page section.getinTouch .container .leftColumn {
    width: 100%;
  }
}
.contact-page section.getinTouch .container .leftColumn .contacttile, .thankyou-page section.getinTouch .container .leftColumn .contacttile, .blog-page section.getinTouch .container .leftColumn .contacttile {
  width: 100%;
  margin-bottom: 37px;
  background: #3c3c3e;
  padding: 89px 0 0 6vw;
  min-height: 420px;
  display: inline-block;
}
@media (max-width: 1199.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile, .thankyou-page section.getinTouch .container .leftColumn .contacttile, .blog-page section.getinTouch .container .leftColumn .contacttile {
    padding-left: 4vw;
  }
}
@media (max-width: 991.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile, .thankyou-page section.getinTouch .container .leftColumn .contacttile, .blog-page section.getinTouch .container .leftColumn .contacttile {
    padding-left: 2.5vw;
    min-height: 350px;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile, .thankyou-page section.getinTouch .container .leftColumn .contacttile, .blog-page section.getinTouch .container .leftColumn .contacttile {
    min-width: 0;
    max-width: 86.6666666667%;
    padding: 47px 0 0 66px;
    min-height: 262px;
  }
}
.contact-page section.getinTouch .container .leftColumn .contacttile .block, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block, .blog-page section.getinTouch .container .leftColumn .contacttile .block {
  margin-bottom: 40px;
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile .block, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block, .blog-page section.getinTouch .container .leftColumn .contacttile .block {
    margin-bottom: 19px;
  }
}
.contact-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .blog-page section.getinTouch .container .leftColumn .contacttile .block .subTitle {
  color: #5e7f92;
  text-transform: uppercase;
  font: 500 15px sweet-gothic, sans-serif;
  letter-spacing: 0.05em;
  display: block;
  padding-bottom: 2px;
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .blog-page section.getinTouch .container .leftColumn .contacttile .block .subTitle {
    padding-bottom: 0;
  }
  .contact-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .blog-page section.getinTouch .container .leftColumn .contacttile .block .subTitle {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .contact-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block .subTitle, .blog-page section.getinTouch .container .leftColumn .contacttile .block .subTitle {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.contact-page section.getinTouch .container .leftColumn .contacttile .block p, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block p, .blog-page section.getinTouch .container .leftColumn .contacttile .block p {
  color: #e1ddd9;
  padding-bottom: 0;
  letter-spacing: 0.8px;
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile .block p, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block p, .blog-page section.getinTouch .container .leftColumn .contacttile .block p {
    letter-spacing: 0.6px;
  }
}
.contact-page section.getinTouch .container .leftColumn .contacttile .block .social, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block .social, .blog-page section.getinTouch .container .leftColumn .contacttile .block .social {
  display: flex;
}
.contact-page section.getinTouch .container .leftColumn .contacttile .block .social a, .thankyou-page section.getinTouch .container .leftColumn .contacttile .block .social a, .blog-page section.getinTouch .container .leftColumn .contacttile .block .social a {
  margin-right: 10px;
  width: 19px;
}
.contact-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .thankyou-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .blog-page section.getinTouch .container .leftColumn .contacttile .getDirections a {
  text-transform: uppercase;
  color: #e8b46f;
  font: 500 15px/26px sweet-gothic, sans-serif;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .thankyou-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .blog-page section.getinTouch .container .leftColumn .contacttile .getDirections a {
    font-size: 13px;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .thankyou-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .blog-page section.getinTouch .container .leftColumn .contacttile .getDirections a {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .contact-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .thankyou-page section.getinTouch .container .leftColumn .contacttile .getDirections a, .blog-page section.getinTouch .container .leftColumn .contacttile .getDirections a {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.contact-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after, .thankyou-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after, .blog-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after {
  content: "";
  margin-left: 12px;
  width: 42px;
  height: 18px;
  background: url(../images/icons/directions-arrow.svg) no-repeat center center;
}
@media (max-width: 991.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after, .thankyou-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after, .blog-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after {
    width: 26px;
    height: 16px;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after, .thankyou-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after, .blog-page section.getinTouch .container .leftColumn .contacttile .getDirections a:after {
    width: 42px;
    height: 8px;
  }
}
.contact-page section.getinTouch .container .leftColumn .imgHolder, .thankyou-page section.getinTouch .container .leftColumn .imgHolder, .blog-page section.getinTouch .container .leftColumn .imgHolder {
  width: 100%;
  height: 321px;
}
@media (max-width: 991.8px) {
  .contact-page section.getinTouch .container .leftColumn .imgHolder, .thankyou-page section.getinTouch .container .leftColumn .imgHolder, .blog-page section.getinTouch .container .leftColumn .imgHolder {
    height: 270px;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .leftColumn .imgHolder, .thankyou-page section.getinTouch .container .leftColumn .imgHolder, .blog-page section.getinTouch .container .leftColumn .imgHolder {
    display: none;
  }
}
.contact-page section.getinTouch .container .rightColumn, .thankyou-page section.getinTouch .container .rightColumn, .blog-page section.getinTouch .container .rightColumn {
  width: 57.3770491803%;
  background: #3c3c3e;
  position: relative;
  height: 829px;
  margin-top: 74px;
}
@media (max-width: 991.8px) {
  .contact-page section.getinTouch .container .rightColumn, .thankyou-page section.getinTouch .container .rightColumn, .blog-page section.getinTouch .container .rightColumn {
    height: 630px;
  }
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .rightColumn, .thankyou-page section.getinTouch .container .rightColumn, .blog-page section.getinTouch .container .rightColumn {
    margin-top: 0;
    width: 100%;
    margin-bottom: 30px;
    height: 450px;
  }
}
.contact-page section.getinTouch .container .rightColumn .mapSection, .thankyou-page section.getinTouch .container .rightColumn .mapSection, .blog-page section.getinTouch .container .rightColumn .mapSection {
  width: 100%;
  height: 100%;
}
.contact-page section.getinTouch .container .rightColumn .mapSection img, .thankyou-page section.getinTouch .container .rightColumn .mapSection img, .blog-page section.getinTouch .container .rightColumn .mapSection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-page section.getinTouch .container .rightColumn .enlargeMap, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap, .blog-page section.getinTouch .container .rightColumn .enlargeMap {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -39px;
  top: auto;
  bottom: -68px;
  z-index: 5;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .rightColumn .enlargeMap, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap, .blog-page section.getinTouch .container .rightColumn .enlargeMap {
    bottom: -54px;
    right: 11vw;
  }
}
.contact-page section.getinTouch .container .rightColumn .enlargeMap a:after, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:after, .blog-page section.getinTouch .container .rightColumn .enlargeMap a:after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../images/icons/button-arrowexpand.svg) no-repeat center center;
  bottom: 48px;
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .container .rightColumn .enlargeMap a:after, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:after, .blog-page section.getinTouch .container .rightColumn .enlargeMap a:after {
    bottom: 30px;
    background-size: 24px 5px;
  }
}
.contact-page section.getinTouch .ornamental-right, .thankyou-page section.getinTouch .ornamental-right, .blog-page section.getinTouch .ornamental-right {
  left: auto;
  right: 0;
  top: 50%;
}
@media (max-width: 768.8px) {
  .contact-page section.getinTouch .ornamental-right, .thankyou-page section.getinTouch .ornamental-right, .blog-page section.getinTouch .ornamental-right {
    top: auto;
    bottom: 65px;
  }
}

.contact .footer-wrapper .footer-top, .thank-you .footer-wrapper .footer-top {
  margin-top: -18px;
}
@media (max-width: 768.8px) {
  .contact .footer-wrapper .footer-top, .thank-you .footer-wrapper .footer-top {
    margin-top: -13px;
  }
}

.modal-popup.map-modal .popup-slider-wrap {
  position: relative;
}
.modal-popup.map-modal .popup-slider-wrap .contact_map_zoom {
  position: absolute;
  z-index: 1;
  display: flex;
  right: 55px;
  top: 0;
  justify-content: flex-end;
}

.pswp .pswp__button.close-popup {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: url("../images/icons/close-white.svg") center/contain no-repeat;
  width: 40px;
  height: 18px;
  margin-right: 22px;
  font-size: 0;
  z-index: 10;
}
.system .pswp .pswp__button.close-popup:hover {
  background: url(../images/gallery/close-blue.png) no-repeat center center;
}
@media (max-width: 1199.8px) {
  .pswp .pswp__button.close-popup {
    width: 26px;
    height: 30px;
    margin-right: 10px;
  }
}
.pswp .pswp__top-bar {
  opacity: 1 !important;
  padding-top: 10px;
}
.pswp .pswp__button--zoom {
  height: 30px;
  background-position: -88px -13px;
}
@media (max-width: 1199.8px) {
  .pswp .pswp__button--zoom {
    background-position: -88px -5px;
  }
}
.pswp.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px -13px;
}
@media (max-width: 1199.8px) {
  .pswp.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px -5px;
  }
}

.thankyou-page section .thankyou-message-wrap.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 12.5vw 7.6vw;
}
@media (max-width: 768.8px) {
  .thankyou-page section .thankyou-message-wrap.container {
    padding: 42px 10vw 37px 10vw;
  }
}
.thankyou-page section .thankyou-message-wrap.container .section-title {
  color: #3c3c3e;
  padding-bottom: 13px;
}
@media (max-width: 768.8px) {
  .thankyou-page section .thankyou-message-wrap.container .section-title {
    padding-bottom: 8px;
  }
}
.thankyou-page section .thankyou-message-wrap.container .subTitle {
  font-family: sweet-sans-pro, sans-serif;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 500;
}
@media (max-width: 991.8px) {
  .thankyou-page section .thankyou-message-wrap.container .subTitle {
    font-size: 12px;
    margin-bottom: 9px;
  }
}
.thankyou-page section .thankyou-message-wrap.container .social {
  display: flex;
  height: 30px;
}
.thankyou-page section .thankyou-message-wrap.container .social a {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 7px;
}

@media (min-width: 992px) {
  #detail-content {
    margin-top: -45px;
  }
}

.post-content .blog-pattern {
  background-position: 0px 115px !important;
}

.blog-page {
  padding-top: 60px;
}
.blog-page::before {
  background: transparent;
}
@media (max-width: 768.8px) {
  .blog-page {
    padding-top: 26px;
  }
}
.blog-page .blog-pattern-wrap {
  top: 170px;
}
@media (max-width: 768.8px) {
  .blog-page .blog-pattern-wrap {
    top: 308px;
  }
}
.blog-page .btm {
  background: url(../images/icons/button-orange.svg) no-repeat center/contain;
  margin: 0 auto;
  cursor: pointer;
  top: 27px;
}
@media (max-width: 575.8px) {
  .blog-page .btm {
    top: 10px;
  }
}
.blog-page section.one {
  position: relative;
  overflow: hidden;
}
.blog-page section.one .dd-container {
  padding-top: 0;
  z-index: unset;
}
.blog-page section.one .dd-container .dropdown {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .blog-page section.one .dd-container {
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .blog-page section.one:before {
    height: 92%;
  }
}
@media (min-width: 992px) {
  .blog-page section.one:before {
    height: 445px;
    top: 467px;
  }
}
@media (max-width: 1200px) {
  .blog-page section.one:before {
    height: 59%;
  }
}
@media (min-width: 992px) {
  .blog-page #detail-content:before {
    height: 510px;
    top: 515px;
  }
}
.blog-page #detail-content .date-wrap {
  padding-bottom: 20px;
  padding-top: 0px;
}
@media (max-width: 991.8px) {
  .blog-page #detail-content .date-wrap {
    padding-bottom: 5px;
    padding-top: 7px;
  }
}
.blog-page .ornamental-left {
  top: 430px;
}
.blog-page .ornamental-left.bottom {
  bottom: 0;
  top: unset;
}
.blog-page section .container {
  flex-wrap: wrap;
  padding-top: 10px !important;
}
.blog-page section .container .blog_list_container {
  min-height: 600px;
  width: 100%;
}
@media all and (min-width: 1500px) {
  .blog-page section .container .blog_list_container {
    min-height: 700px;
  }
}
@media (max-width: 768.8px) {
  .blog-page section .container .no_results {
    max-width: 92.7777777778%;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-page section .container .row {
  justify-content: space-between;
  display: flex;
  width: 90%;
}
@media (max-width: 768.8px) {
  .blog-page section .container .row {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .blog-page section .container .row:nth-child(even) {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .blog-page section .container .row:nth-child(even) {
    margin-left: 17%;
  }
}
@media (min-width: 992px) {
  .blog-page section#detail-content .container {
    justify-content: space-around;
  }
}
@media (max-width: 991.8px) {
  .blog-page #detail-content .container {
    margin-left: 0;
    max-width: unset;
  }
}
.blog-page .select-wrap {
  display: flex;
  width: 100%;
}
.blog-page .select-wrap .dropdown {
  width: 100%;
  background: transparent;
}
.blog-page .select-wrap .controls {
  max-width: 370px;
  min-width: 310px;
}
@media (max-width: 768.8px) {
  .blog-page .select-wrap .controls {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .blog-page .select-wrap .controls {
    width: 28%;
  }
}
.blog-page .select-wrap.full-width {
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991.8px) {
  .blog-page .select-wrap.full-width {
    margin-left: 9%;
  }
}
@media (max-width: 768.8px) {
  .blog-page .select-wrap.full-width {
    margin-left: 8%;
  }
}
.blog-page .select-wrap.full-width .controls {
  margin-right: 0 !important;
  margin-top: 20px;
  width: 90%;
  min-width: 290px;
}
@media (min-width: 992px) {
  .blog-page .select-wrap.full-width .controls {
    margin-left: auto;
  }
}
@media (max-width: 991.8px) {
  .blog-page .select-wrap.full-width .controls {
    margin-left: 2%;
    width: 70%;
    max-width: 250px;
    min-width: 250px;
    margin-top: 5px;
  }
}
@media (max-width: 991.8px) {
  .blog-page .select-wrap {
    width: 100%;
    max-width: 310px;
    margin: 20px 0 30px;
  }
}
@media (max-width: 768.8px) {
  .blog-page .select-wrap {
    flex-direction: column;
    max-width: 92%;
    margin: 20px auto 30px;
  }
}
@media (max-width: 991.8px) {
  .blog-page .select-wrap .controls {
    width: 35%;
  }
}
@media (max-width: 768.8px) {
  .blog-page .select-wrap .controls {
    width: 65%;
  }
}
.blog-page .select-wrap .controls:first-child {
  margin-right: 33px;
}
.blog-page select {
  height: 55px;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 3px 10px;
  overflow: hidden;
  outline: 0;
  background-color: transparent;
  color: #5e7f92;
  cursor: pointer;
}
@media (max-width: 991.8px) {
  .blog-page select {
    height: 40px;
  }
}
.blog-page .dropdown {
  border-radius: 0;
  width: 23vw;
  margin-top: 5px;
  min-height: 55px;
  font: 400 14px sweet-sans-pro, sans-serif;
}
.blog-page .dropdown .selectivo__label {
  border: 2px solid #5e7f92;
}
@media (max-width: 991.8px) {
  .blog-page .dropdown {
    width: 100%;
    min-height: 40px;
  }
}
.blog-page .blog-list {
  width: 48%;
  font-size: 15px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 991.8px) {
  .blog-page .blog-list {
    width: 42%;
  }
}
@media (max-width: 768.8px) {
  .blog-page .blog-list {
    margin-bottom: 40px;
  }
  .blog-page .blog-list:nth-child(2) {
    margin-left: auto;
  }
  .blog-page .blog-list:nth-child(2) .blog-content {
    padding-left: 0;
    padding-right: calc(110px + 3.611vw);
  }
  .blog-page .blog-list:nth-child(2) .gal-load-more {
    right: 3.611vw;
  }
}
@media (min-width: 769px) {
  .blog-page .blog-list {
    margin-right: 60px;
  }
}
@media (max-width: 768.8px) {
  .blog-page .blog-list {
    width: calc(100% - 3.611vw - 32px);
    transform: translate(0px, 0px) !important;
  }
}
.blog-page .blog-list .blog-content {
  padding: 10px 160px 0px 10px;
}
.blog-page .blog-list .blog-content a {
  color: #3c3c3e;
}
.blog-page .blog-list .blog-content span {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.8px;
  line-height: normal;
  font-weight: 500;
}
.blog-page .blog-list .blog-content span {
  font-size: calc(12px + 3 * (100vw - 320px) / 448);
}
@media (min-width: 992px) {
  .blog-page .blog-list .blog-content span {
    font-size: 16px;
  }
}
@media (max-width: 768.8px) {
  .blog-page .blog-list .blog-content {
    padding: 20px 80px 0 25px;
  }
}
.blog-page .blog-list h3 {
  display: inline;
  color: #5e7f92;
  font: 500 15px sweet-gothic, sans-serif;
}
@media (max-width: 768.8px) {
  .blog-page .blog-list h3 {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
}
.blog-page .blog-list .placeholder {
  background: #3c3c3e;
  height: 29vw;
  position: relative;
}
@media (max-width: 768.8px) {
  .blog-page .blog-list .placeholder {
    height: 350px;
  }
}
@media (max-width: 575.8px) {
  .blog-page .blog-list .placeholder {
    height: 250px;
  }
}
@media (max-width: 419.8px) {
  .blog-page .blog-list .placeholder {
    height: 188px;
  }
}
.blog-page .blog-list .placeholder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-page .blog-list .gal-load-more {
  right: -32px;
  bottom: -105px;
}
@media (max-width: 768.8px) {
  .blog-page .blog-list .gal-load-more {
    bottom: -70px;
  }
}
.blog-page .blog-list .gal-load-more a {
  height: 137px;
  width: 137px;
}
@media (max-width: 768.8px) {
  .blog-page .blog-list .gal-load-more a {
    height: 100px;
    width: 100px;
  }
}
.blog-page .blog-list .gal-load-more a::after {
  background: url(../images/icons/button-arrowright.svg) no-repeat top center;
  background-size: 25%;
}
.blog-page .blog-list h3 {
  text-transform: uppercase;
}
.blog-page .blog-pattern-two {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 900px;
  left: 0;
  height: 600px;
  z-index: 2;
  width: 100%;
  transform-origin: left top;
  transform: skewY(10deg);
}
.blog-page .blog-pattern-two .blog-pattern {
  background: url(../images/patterns/SignalPattern_5_cream.gif) repeat top left #5e7f92;
  height: 240%;
  margin-top: -11%;
  transform: skewY(-10deg);
  width: 100%;
}
@media (max-width: 768.8px) {
  .blog-page .blog-pattern-two {
    bottom: 135px;
    height: 650px;
  }
}
.blog-page .imgHolder {
  height: 29vw !important;
  position: relative;
}
@media (max-width: 991.8px) {
  .blog-page .imgHolder {
    height: 67vw !important;
  }
}
.blog-page .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .blog-page .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .blog-page .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.blog-page .imgHolder .caption {
  position: absolute;
  bottom: 8px;
  left: 21px;
  color: #fff;
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .blog-page .imgHolder .caption {
    display: none;
  }
  .blog-page .imgHolder .caption {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .blog-page .imgHolder .caption {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.blog-page .back {
  margin-top: -5px;
}
.blog-page .back a {
  text-transform: uppercase;
  color: #e8b46f;
  font: 500 15px/26px sweet-gothic, sans-serif;
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}
@media (max-width: 768.8px) {
  .blog-page .back a {
    font-size: 12px;
  }
}
.blog-page .back a::before {
  content: "";
  margin-right: 12px;
  width: 42px;
  height: 18px;
  background: url(../images/icons/directions-arrow.svg) no-repeat center center;
  transform: rotate(180deg);
}
.blog-page .copyBlock p, .blog-page .copyBlock ol li, .blog-page .copyBlock ul li {
  color: #fff;
  font: 500 16px sweet-sans-pro, sans-serif;
  padding-bottom: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 768.8px) {
  .blog-page .copyBlock p, .blog-page .copyBlock ol li, .blog-page .copyBlock ul li {
    font-size: calc(12px + 3 * (100vw - 320px) / 448) !important;
    padding-bottom: 15px;
  }
}
.blog-page .copyBlock a {
  text-decoration: underline;
  color: #e8b46f;
}
.blog-page .blog-detail-content {
  position: relative;
  word-break: break-word;
}
.blog-page .blog-detail-content h1, .blog-page .blog-detail-content h2, .blog-page .blog-detail-content h3 {
  color: #e1ddd9;
  padding-bottom: 25px;
  text-transform: uppercase;
  font: 300 40px/48px sweet-gothic, sans-serif;
}
@media (max-width: 991.8px) {
  .blog-page .blog-detail-content h1, .blog-page .blog-detail-content h2, .blog-page .blog-detail-content h3 {
    padding-bottom: 5px;
  }
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .blog-page .blog-detail-content h1, .blog-page .blog-detail-content h2, .blog-page .blog-detail-content h3 {
    font-size: calc(21px + 19 * (100vw - 769px) / 631);
  }
  .blog-page .blog-detail-content h1, .blog-page .blog-detail-content h2, .blog-page .blog-detail-content h3 {
    line-height: calc(24px + 24 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .blog-page .blog-detail-content h1, .blog-page .blog-detail-content h2, .blog-page .blog-detail-content h3 {
    font-size: calc(21px + 16 * (100vw - 320px) / 448);
  }
  .blog-page .blog-detail-content h1, .blog-page .blog-detail-content h2, .blog-page .blog-detail-content h3 {
    line-height: calc(24px + 18 * (100vw - 320px) / 448);
  }
}
.blog-page .blog-detail-content h4, .blog-page .blog-detail-content h5, .blog-page .blog-detail-content h6 {
  font: 600 18px sweet-sans-pro, sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 768.8px) {
  .blog-page .blog-detail-content h4, .blog-page .blog-detail-content h5, .blog-page .blog-detail-content h6 {
    font-size: 12px;
  }
}
@media (max-width: 991.8px) {
  .blog-page .blog-detail-content {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.8px) {
  .blog-page .blog-detail-content {
    width: 100% !important;
    padding-top: 69px !important;
    padding-left: 9vw !important;
    padding-right: 9vw !important;
  }
}
@media (max-width: 991.8px) {
  .blog-page .blog-detail-content {
    width: 83% !important;
    margin: 0 5% 0 10%;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 768.8px) {
  .blog-page .blog-detail-content {
    width: 86.33% !important;
  }
}
.blog-page .blog-detail-content::after {
  width: 75px;
  height: 77px;
  content: "";
  position: absolute;
  right: 0;
  background: url(../images/icons/container-ornament-top.svg) no-repeat top center/contain;
  bottom: -2px;
  transform: rotate(90deg);
}
.blog-page .blog-detail-content p b {
  text-transform: uppercase;
}
.blog-page .blog-detail-content .ariaTitle {
  padding: 25px 0;
}
.blog-page .blog-detail-content .ariaTitle a {
  margin-left: 5px;
  float: none;
}
.blog-page .blog-detail-content .ariaTitle a img {
  margin-bottom: 4px;
}
@media (max-width: 768.8px) {
  .blog-page .blog-detail-content .ariaTitle a img {
    width: 13px;
  }
}
.blog-page .left-block {
  width: 45%;
  margin-top: 40px;
}
@media (min-width: 769px) {
  .blog-page .left-block {
    margin-right: 60px;
  }
}
@media (max-width: 991.8px) {
  .blog-page .left-block {
    width: 96%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .blog-page .left-block {
    width: 39%;
  }
}

.selectivo {
  text-transform: uppercase;
  font-weight: 700;
}
.selectivo button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}
.selectivo .selectivo__label {
  width: 100%;
  font: 400 14px sweet-sans-pro, sans-serif;
  color: #5e7f92;
  padding: 16px 20px 15px;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  text-transform: uppercase;
}
.selectivo .selectivo__label span {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.selectivo .selectivo__label:after {
  content: "";
  border: 0;
  width: 17px;
  height: 100%;
  background: url(../images/icons/dropdown.svg) no-repeat center center;
  background-size: contain;
  margin: 0;
  right: 12px;
  top: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectivo.selectivo--open .selectivo__label:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectivo .selectivo__dropdown {
  top: 100%;
  border: 2px solid #5e7f92;
  border-top: 0;
  font-size: 14px;
  padding: 0;
  color: #5e7f92;
  width: 100%;
  left: auto;
  box-sizing: border-box;
}
@media (max-width: 768.8px) {
  .selectivo .selectivo__dropdown {
    font-size: 12px;
    top: 51px;
  }
}
.selectivo .selectivo__option:focus, .selectivo .selectivo__option.selectivo__option--selected, .system .selectivo .selectivo__option:hover {
  background: #5e7f92;
  color: #ffffff;
  font-weight: 400;
}
.selectivo .selectivo__option {
  padding: 12px;
  white-space: normal;
  font-weight: 400;
  font-family: sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .selectivo .selectivo__label {
    padding-left: 20px;
    padding-right: 44px;
    font-size: 12px;
  }
  .selectivo .selectivo__label:after {
    right: 22px;
  }
  .selectivo .selectivo__option {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 374.8px) {
  .selectivo .selectivo__label {
    font-size: 12px;
  }
  .selectivo .selectivo__dropdown {
    font-size: 12px;
  }
}

.blog-details .blog-page .blog-pattern-wrap {
  height: 800px;
}

.news-events footer {
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.loader_blog {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

@media (min-width: 992px) {
  .blog-post footer {
    margin-top: -158px;
  }
}

.features-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .features-page {
    padding-top: 26px;
  }
}
.features-page:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.features-page .features-pattern-wrap .features-pattern {
  background: url(../images/patterns/SignalPattern_4_blue.gif) repeat top left #5e7f92;
}
@media (max-width: 768.8px) {
  .features-page .features-pattern-wrap .features-pattern {
    background: url(../images/patterns/SIgnalPattern_3_cream.gif) repeat top left #e1ddd9;
  }
}
.features-page .container {
  margin: auto;
  width: 100%;
}
.features-page .page-title-wrap {
  position: relative;
}
.features-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .features-page .page-title-wrap .container {
    transform: none !important;
  }
}
.features-page .page-title-wrap .container .sectionTitle, .fp-details-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page .page-title-wrap section .container .copyBlock .ariaTitle, .features-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #5e7f92;
  display: block;
}
@media (max-width: 768.8px) {
  .features-page .page-title-wrap .container .sectionTitle, .fp-details-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page .page-title-wrap section .container .copyBlock .ariaTitle, .features-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .features-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.features-page .page-title-wrap .container .page-title, .features-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .features-page .page-title-wrap .container h1 {
  color: #3c3c3e;
}
@media (max-width: 768.8px) {
  .features-page .page-title-wrap .container .page-title, .features-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .features-page .page-title-wrap .container h1 {
    padding-bottom: 0;
  }
}
.features-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0;
}
@media (max-width: 991.8px) {
  .features-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .features-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .features-page .page-title-wrap .animElements {
    top: auto;
    bottom: 0;
  }
}
.features-page section .container {
  max-width: 86.8055555556%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.8px) {
  .features-page section .container {
    transform: none !important;
  }
}
.features-page section .container .leftBlock {
  max-width: 39.0989541432%;
  width: 38vw;
}
.features-page section .container .leftBlock p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .features-page section .container .leftBlock p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .features-page section .container .leftBlock p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .features-page section .container .leftBlock p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .features-page section .container .leftBlock p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.features-page section .container .imgHolder {
  height: 795px;
  position: relative;
}
@media (max-width: 768.8px) {
  .features-page section .container .imgHolder {
    height: 45.5vw;
  }
}
.features-page section .container .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.features-page section .container .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .features-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .features-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.features-page section .container .copyBlock {
  width: 53.2%;
  padding: 74px 4vw 85px 5vw;
  color: #e1ddd9;
}
@media screen and (max-width: 1250px) {
  .features-page section .container .copyBlock {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
@media (max-width: 768.8px) {
  .features-page section .container .copyBlock {
    width: 100%;
  }
}
.features-page section .container .copyBlock .ariaTitle {
  color: #e8b46f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 18px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .features-page section .container .copyBlock .ariaTitle {
    padding-bottom: 14px;
  }
}
.features-page section .container .copyBlock .labelItems {
  color: #e1ddd9;
  font: 500 16px/22px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  opacity: 0.6;
  float: right;
  padding-top: 5px;
}
@media (max-width: 768.8px) {
  .features-page section .container .copyBlock .labelItems {
    float: left;
    letter-spacing: 0.6px;
  }
  .features-page section .container .copyBlock .labelItems {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .features-page section .container .copyBlock .labelItems {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.features-page section .container .copyBlock ul {
  list-style: none;
  columns: 2;
  display: block;
  width: 100%;
}
@media (max-width: 768.8px) {
  .features-page section .container .copyBlock ul {
    columns: 1;
  }
}
.features-page section .container .copyBlock ul li {
  color: #e1ddd9;
  font: 500 16px/20px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  margin-bottom: 13px;
  padding-left: 17px;
  width: 100%;
  padding-right: 17px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 768.8px) {
  .features-page section .container .copyBlock ul li {
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    width: 100%;
  }
  .features-page section .container .copyBlock ul li {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .features-page section .container .copyBlock ul li {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.features-page section .container .copyBlock ul li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e1ddd9;
  margin-right: 10px;
  margin-top: 9px;
  padding: 3px;
}
@media (max-width: 768.8px) {
  .features-page section .container .copyBlock ul li:before {
    margin-top: 8px;
  }
}
@media (max-width: 575.8px) {
  .features-page section .container .copyBlock ul li:before {
    margin-top: 7px;
  }
}
.features-page section .container ul + span {
  padding-top: 20px;
}
.features-page section.one .container {
  max-width: 92.77778%;
}
@media (max-width: 768.8px) {
  .features-page section.one .container {
    flex-flow: column-reverse;
    max-width: 100%;
    padding-top: 18px;
  }
}
.features-page section.one .leftBlock {
  margin-top: -25px;
}
@media (max-width: 768.8px) {
  .features-page section.one .leftBlock {
    margin-top: 0;
    width: 100%;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.features-page section.one .rightBlock {
  width: 100%;
}
@media (max-width: 768.8px) {
  .features-page section.one .rightBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -3.611vw;
  }
  .features-page section.one .rightBlock .imgHolder {
    width: 50%;
    flex-grow: 1;
  }
  .features-page section.one .rightBlock .imgHolder.sec-img.mobile {
    margin-right: 13px;
  }
  .features-page section.one .rightBlock .imgHolder:not(:last-child) {
    margin-right: 13px;
  }
  .features-page section.one .rightBlock .viewImgLarger {
    background-position: right 26px top 10px;
    width: 100%;
    right: 0px;
  }
}
.features-page section.two {
  position: relative;
}
@media (max-width: 768.8px) {
  .features-page section.two {
    padding-bottom: 40px;
  }
}
.features-page section.two .ornamental-left {
  top: 50px;
}
@media (max-width: 768.8px) {
  .features-page section.two .ornamental-left {
    top: 27px;
  }
}
@media (max-width: 768.8px) {
  .features-page section.two .container {
    flex-flow: column-reverse;
    max-width: 100%;
    align-items: flex-end;
  }
}
.features-page section.two:before {
  content: "";
  width: 100%;
  height: 516px;
  background: #fff;
  position: absolute;
  top: -73px;
  left: 0;
  z-index: 2;
  transform-origin: left top;
  transform: skewY(6deg);
}
@media (min-width: 769px) {
  .features-page section.two:before {
    display: none;
  }
}
@media (max-width: 768.8px) {
  .features-page section.two:before {
    top: 0;
    height: 255px;
  }
}
.features-page section.two .leftBlock {
  margin-top: 25px;
  margin-bottom: 78px;
}
@media (max-width: 768.8px) {
  .features-page section.two .leftBlock {
    max-width: 42%;
    margin-top: 28px;
  }
}
.features-page section.two .leftBlock .copy {
  margin-top: -7px;
  margin-bottom: 20px;
}
@media (max-width: 768.8px) {
  .features-page section.two .leftBlock .copy {
    margin-top: 30px;
  }
}
.features-page section.two .leftBlock .imageBlock {
  display: inline-block;
  position: relative;
}
.features-page section.two .copyBlock {
  min-height: 500px;
  margin-top: 25px;
  position: relative;
}
.features-page section.two .copyBlock .floorPlans {
  display: none;
}
@media (max-width: 768.8px) {
  .features-page section.two .copyBlock .floorPlans {
    display: flex;
  }
}
@media (max-width: 768.8px) {
  .features-page section.two .copyBlock {
    margin-top: 12px;
    max-width: 86.9333333333%;
    min-height: 0;
    padding: 36px 10vw 34px 35px;
    margin-right: 16px;
    width: 100%;
  }
}
@media (max-width: 349.8px) {
  .features-page section.two .copyBlock {
    padding-left: 20px;
  }
}
.features-page .floorPlans {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: auto;
  bottom: -95px;
  z-index: 5;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .features-page .floorPlans {
    bottom: -42px;
    right: 13px;
  }
}
.features-page .floorPlans a {
  background: url(../images/icons/button-orange.svg) no-repeat center/contain;
}
.features-page .floorPlans a:after {
  content: "";
  width: 100%;
  height: 6px;
  background: url(../images/icons/button-arrowright.svg) no-repeat center center;
  bottom: 48px;
}
@media (max-width: 768.8px) {
  .features-page .floorPlans a:after {
    bottom: 30px;
    background-size: 24px 5px;
  }
}
.features-page .mfp-title {
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .features-page .mfp-title {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .features-page .mfp-title {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.features-page .mfp-bg {
  background: #3c3c3e;
  opacity: 1;
}
.features-page .mfp-container {
  padding: 0;
}
.features-page .mfp-container .mfp-content {
  padding: 0 55px;
}
.features-page .mfp-container .mfp-title {
  padding: 0 55px;
}
.features-page .mfp-container img.mfp-img {
  margin: 0 auto;
  height: auto;
  max-height: 84vh !important;
  padding: 0;
  max-width: 100%;
  display: block;
}
.features-page .mfp-container .mfp-figure:after {
  box-shadow: none;
  background: none;
}
.features-page .mfp-wrap div.mfp-close {
  display: none;
}
.features-page .mfp-wrap button.mfp-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/close-white.svg") center/contain no-repeat;
  width: 40px;
  height: 18px;
  top: 22px;
  right: 22px;
  font-size: 0;
  z-index: 10;
}
.system .features-page .mfp-wrap button.mfp-close:hover {
  background: url(../images/gallery/close-blue.png) no-repeat center center;
}
@media (max-width: 1199.8px) {
  .features-page .mfp-wrap button.mfp-close {
    width: 26px;
    height: 30px;
    top: 5px;
    right: 10px;
  }
}
@media screen and (max-width: 1300px) and (max-height: 700px) and (orientation: landscape) {
  .features-page .mfp-wrap button.mfp-close {
    top: 10px;
  }
}
.features-page .mfp-wrap .mfp-bottom-bar {
  margin-top: 0;
  padding: 7px 19px;
}

.features footer {
  margin-top: -88px;
}
@media (max-width: 991.8px) {
  .features footer {
    margin-top: -40px;
  }
}
@media (max-width: 768.8px) {
  .features footer {
    margin-top: -25px;
  }
}

/***************************Listing****************************
***************************************************************
**************************************************************/
body.apartments {
  overflow: hidden;
}

.fp-listing-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .fp-listing-page {
    padding-top: 26px;
  }
}
.fp-listing-page:before {
  content: "";
  width: 100%;
  height: 800px;
  background: #3c3c3e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fp-listing-page .container {
  margin: auto;
  width: 100%;
}
.fp-listing-page .container.grid-container {
  z-index: 9;
}
.fp-listing-page .container {
  max-width: 92.7777777778%;
  position: relative;
  z-index: 9;
}
@media (max-width: 991.8px) {
  .fp-listing-page .container {
    transform: none !important;
  }
}
.fp-listing-page .page-title-wrap {
  position: relative;
}
@media (max-width: 768.8px) {
  .fp-listing-page .page-title-wrap {
    padding-right: 23.73vw;
  }
}
.fp-listing-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-listing-page .page-title-wrap .container {
    transform: none !important;
  }
}
.fp-listing-page .page-title-wrap .container .sectionTitle, .fp-listing-page .page-title-wrap .fp-details-page section .container .copyBlock .ariaTitle, .fp-details-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .fp-page section .container .copyBlock .ariaTitle, .fp-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .ourstory-page section .container .copyBlock .ariaTitle, .ourstory-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .sustainability-page section .container .copyBlock .ariaTitle, .sustainability-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .amenities-page section .container .copyBlock .ariaTitle, .amenities-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .contact-page section .container .copyBlock .ariaTitle, .contact-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .thankyou-page section .container .copyBlock .ariaTitle, .thankyou-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .blog-page section .container .copyBlock .ariaTitle, .blog-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .features-page section .container .copyBlock .ariaTitle, .features-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #e8b46f;
  display: block;
}
@media (max-width: 768.8px) {
  .fp-listing-page .page-title-wrap .container .sectionTitle, .fp-listing-page .page-title-wrap .fp-details-page section .container .copyBlock .ariaTitle, .fp-details-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .fp-page section .container .copyBlock .ariaTitle, .fp-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .ourstory-page section .container .copyBlock .ariaTitle, .ourstory-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .sustainability-page section .container .copyBlock .ariaTitle, .sustainability-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .amenities-page section .container .copyBlock .ariaTitle, .amenities-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .contact-page section .container .copyBlock .ariaTitle, .contact-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .thankyou-page section .container .copyBlock .ariaTitle, .thankyou-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .blog-page section .container .copyBlock .ariaTitle, .blog-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-listing-page .page-title-wrap .features-page section .container .copyBlock .ariaTitle, .features-page section .fp-listing-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.fp-listing-page .page-title-wrap .container .page-title, .fp-listing-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-listing-page .page-title-wrap .container h1 {
  color: #e2deda;
  padding-bottom: 0;
}
@media (max-width: 768.8px) {
  .fp-listing-page .page-title-wrap .container .page-title, .fp-listing-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-listing-page .page-title-wrap .container h1 {
    padding-bottom: 10px;
  }
}
@media (max-width: 374.8px) {
  .fp-listing-page .page-title-wrap .container .page-title.mobile span, .fp-listing-page .page-title-wrap .container .page-404 .content-wrap h1.mobile span, .page-404 .content-wrap .fp-listing-page .page-title-wrap .container h1.mobile span {
    display: block;
  }
}
.fp-listing-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0;
}
@media (max-width: 991.8px) {
  .fp-listing-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .fp-listing-page .page-title-wrap .animElements {
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 460px) {
  .fp-listing-page .page-title-wrap .animElements {
    bottom: 0;
  }
}
.fp-listing-page .fp-listing-pattern-wrap {
  overflow: hidden;
  height: 1900px;
  display: block;
  position: absolute;
  top: 310px;
  left: 0;
  height: 1000px;
  z-index: -1;
  width: 100%;
  transform-origin: right bottom;
  -moz-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
}
@media (min-width: 2000px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    height: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    min-height: 100vh;
  }
}
@media (min-width: 1440px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    height: 1400px;
  }
}
@media (min-width: 769px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    height: 1900px;
    min-height: 100vh;
  }
}
.fp-listing-page .fp-listing-pattern-wrap .fp-listing-pattern {
  background-image: url(../images/patterns/SignalPattern_5_cream.gif);
  height: 100%;
  margin-top: -15%;
  height: 1900px;
  -moz-transform: skewY(12deg);
  -o-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  -webkit-transform: skewY(12deg);
  transform: skewY(12deg);
}
@media (min-width: 2000px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-listing-pattern {
    height: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-listing-pattern {
    min-height: 100vh;
  }
}
@media (min-width: 1440px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-listing-pattern {
    height: 1400px;
  }
}
@media (min-width: 769px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-listing-pattern {
    height: 1900px;
    min-height: 100vh;
  }
}
.fp-listing-page .fp-listing-pattern-wrap .fp-grid-pattern {
  background-image: url(../images/patterns/SignalPattern_5_cream.gif);
  height: 100%;
  margin-top: -15%;
  height: 1000px;
  -moz-transform: skewY(12deg);
  -o-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  -webkit-transform: skewY(12deg);
  transform: skewY(12deg);
}
@media (min-width: 2000px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-grid-pattern {
    height: 1400px;
  }
}
@media screen and (min-width: 1920px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-grid-pattern {
    min-height: 100vh;
  }
}
@media (min-width: 1440px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-grid-pattern {
    height: 1400px;
  }
}
@media (min-width: 769px) {
  .fp-listing-page .fp-listing-pattern-wrap .fp-grid-pattern {
    height: 1900px;
    min-height: 100vh;
  }
}
@media (max-width: 575.8px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    top: 310px !important;
  }
}
@media (max-width: 374.8px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    top: 350px !important;
  }
}
@media screen and (max-width: 414px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    top: 310px !important;
  }
}
@media (max-width: 349.8px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    top: 320px !important;
  }
}
@media (max-width: 1439.8px) {
  .fp-listing-page .fp-listing-pattern-wrap {
    transform: skewY(-12deg);
  }
  .fp-listing-page .fp-listing-pattern-wrap .amenities-pattern {
    transform: skewY(12deg);
  }
}
.fp-listing-page .listing {
  position: relative;
  padding: 20px 0 0;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing {
    margin-bottom: 0px;
  }
}
.fp-listing-page .listing .container {
  z-index: 3;
}
.fp-listing-page .listing .fp-page {
  padding-top: 0 !important;
}
.fp-listing-page .listing .load-more, .fp-listing-page .listing .fp-page section.two .imgHolder .features a, .fp-page section.two .imgHolder .features .fp-listing-page .listing a, .fp-listing-page .listing .ourstory-page .viewGallery a, .ourstory-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .sustainability-page .viewGallery a, .sustainability-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .gal-load-more a, .gal-load-more .fp-listing-page .listing a, .fp-listing-page .listing .amenities-page .viewGallery a, .amenities-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button, .contact-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a, .contact-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a, .blog-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .features-page .floorPlans a, .features-page .floorPlans .fp-listing-page .listing a {
  margin: 0px 89px 0 auto;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .load-more, .fp-listing-page .listing .fp-page section.two .imgHolder .features a, .fp-page section.two .imgHolder .features .fp-listing-page .listing a, .fp-listing-page .listing .ourstory-page .viewGallery a, .ourstory-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .sustainability-page .viewGallery a, .sustainability-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .gal-load-more a, .gal-load-more .fp-listing-page .listing a, .fp-listing-page .listing .amenities-page .viewGallery a, .amenities-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button, .contact-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a, .contact-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a, .blog-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .features-page .floorPlans a, .features-page .floorPlans .fp-listing-page .listing a {
    margin-right: 10px;
  }
}
.fp-listing-page .listing:before {
  content: "";
  width: 100%;
  height: 500px;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform-origin: left top;
  transform: skewY(7deg);
}
@media (min-width: 1440px) {
  .fp-listing-page .listing:before {
    height: 500px;
  }
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing:before {
    height: 500px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing:before {
    bottom: -10px;
  }
}
@media (max-width: 575.8px) {
  .fp-listing-page .listing:before {
    bottom: -30px;
  }
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing {
    padding-bottom: 60px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing {
    padding-bottom: 0px;
  }
}
.fp-listing-page .listing .fp-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #5e7f92;
}
.fp-listing-page .listing .fp-wrapper .f-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 38px) / 3);
  margin-right: 19px;
  border: 1px solid #5e7f92;
  background-color: #ffffff;
  padding: 38px;
  margin-bottom: 19px;
  position: relative;
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item {
    padding: 30px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
}
.fp-listing-page .listing .fp-wrapper .f-item .unit-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fp-listing-page .listing .fp-wrapper .f-item:nth-of-type(3n + 3) {
  margin-right: 0;
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item {
    width: calc((100% - 19px) / 2);
    margin-bottom: 19px;
  }
  .fp-listing-page .listing .fp-wrapper .f-item:nth-of-type(2n + 2) {
    margin-right: 0;
  }
  .fp-listing-page .listing .fp-wrapper .f-item:nth-of-type(2n + 3) {
    margin-right: 19px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 19px;
  }
  .fp-listing-page .listing .fp-wrapper .f-item:nth-of-type(2n + 2) {
    margin-right: 0;
  }
  .fp-listing-page .listing .fp-wrapper .f-item:nth-of-type(2n + 3) {
    margin-right: 0;
  }
}
.fp-listing-page .listing .fp-wrapper .f-item .unit {
  color: #5e7f92;
  font: 300 50px sweet-gothic, sans-serif;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item .unit {
    font-size: 30px;
  }
}
.fp-listing-page .listing .fp-wrapper .f-item img {
  padding-top: 45px;
  padding-bottom: 70px;
  height: 40vw;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item img {
    width: 286px;
    padding-top: 25px;
    padding-bottom: 35px;
    margin: 0 auto;
    height: auto;
  }
}
@media (max-width: 1439.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item .info0 {
    height: 50px;
  }
}
.fp-listing-page .listing .fp-wrapper .f-item span {
  color: #3c3c3e;
  font: 500 16px/24px sweet-sans-pro, sans-serif;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
@media (max-width: 1439.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item span {
    font-size: 13px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item span {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item span {
    font-size: 11px;
    letter-spacing: 0.6px;
  }
}
.fp-listing-page .listing .fp-wrapper .f-item .details {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  padding-right: 50px;
  text-align: left;
  letter-spacing: 0.75px;
  margin-right: 50px;
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item .details {
    margin-right: 50px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item .details {
    margin-right: 50px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item .details {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
}
.fp-listing-page .listing .fp-wrapper .f-item .details:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-blue.svg) center right/contain no-repeat;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-item .details {
    width: fit-content;
  }
}
html.system .fp-listing-page .listing .fp-wrapper .f-item .details:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.fp-listing-page .listing .fp-wrapper .f-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
  position: relative;
  padding: 50px 35px;
  border-bottom: 1px solid #5e7f92;
  justify-content: space-between;
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row {
    padding: 40px 5px;
  }
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row {
    flex-direction: column;
    padding: 30px 0 15px;
    align-items: flex-start !important;
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.fp-listing-page .listing .fp-wrapper .f-row .unit-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.fp-listing-page .listing .fp-wrapper .f-row .details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row .details {
    flex-direction: column;
  }
}
.fp-listing-page .listing .fp-wrapper .f-row:last-child {
  border: none !important;
}
.fp-listing-page .listing .fp-wrapper .f-row .unit {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row .unit {
    font-size: 22px;
  }
}
.fp-listing-page .listing .fp-wrapper .f-row .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.fp-listing-page .listing .fp-wrapper .f-row span {
  color: #3c3c3e;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  text-align: center;
}
.fp-listing-page .listing .fp-wrapper .f-row span.vacant {
  max-width: 125px;
  word-break: break-word;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row span.vacant {
    max-width: none;
  }
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row span {
    font-size: 11px;
    letter-spacing: 0px;
  }
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row span {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (min-width: 1440px) {
  .fp-listing-page .listing .fp-wrapper .f-row span {
    font-size: 18px;
  }
}
.fp-listing-page .listing .fp-wrapper .f-row .view-details-link {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  padding-right: 50px;
  text-align: left;
  letter-spacing: 0.75px;
  position: relative;
}
@media (min-width: 1440px) {
  .fp-listing-page .listing .fp-wrapper .f-row .view-details-link {
    font-size: 15px;
  }
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row .view-details-link {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing .fp-wrapper .f-row .view-details-link {
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
}
.fp-listing-page .listing .fp-wrapper .f-row .view-details-link:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-blue.svg) center right/contain no-repeat;
}
html.system .fp-listing-page .listing .fp-wrapper .f-row .view-details-link:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.fp-listing-page .listing .load-more, .fp-listing-page .listing .fp-page section.two .imgHolder .features a, .fp-page section.two .imgHolder .features .fp-listing-page .listing a, .fp-listing-page .listing .ourstory-page .viewGallery a, .ourstory-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .sustainability-page .viewGallery a, .sustainability-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .gal-load-more a, .gal-load-more .fp-listing-page .listing a, .fp-listing-page .listing .amenities-page .viewGallery a, .amenities-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button, .contact-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a, .contact-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a, .blog-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .features-page .floorPlans a, .features-page .floorPlans .fp-listing-page .listing a {
  width: 137px;
  height: 137px;
  cursor: pointer;
  background: url(../images/icons/button-orange.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font: 700 12px/26px sweet-sans-pro, sans-serif;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  position: relative;
  border-radius: 100%;
  flex-flow: column;
  margin-top: 50px;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .load-more, .fp-listing-page .listing .fp-page section.two .imgHolder .features a, .fp-page section.two .imgHolder .features .fp-listing-page .listing a, .fp-listing-page .listing .ourstory-page .viewGallery a, .ourstory-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .sustainability-page .viewGallery a, .sustainability-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .gal-load-more a, .gal-load-more .fp-listing-page .listing a, .fp-listing-page .listing .amenities-page .viewGallery a, .amenities-page .viewGallery .fp-listing-page .listing a, .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button, .contact-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button, .thankyou-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button, .blog-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button, .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a, .contact-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a, .blog-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a, .fp-listing-page .listing .features-page .floorPlans a, .features-page .floorPlans .fp-listing-page .listing a {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-top: 0px;
  }
}
.fp-listing-page .listing .load-more:before, .fp-listing-page .listing .fp-page section.two .imgHolder .features a:before, .fp-page section.two .imgHolder .features .fp-listing-page .listing a:before, .fp-listing-page .listing .ourstory-page .viewGallery a:before, .ourstory-page .viewGallery .fp-listing-page .listing a:before, .fp-listing-page .listing .sustainability-page .viewGallery a:before, .sustainability-page .viewGallery .fp-listing-page .listing a:before, .fp-listing-page .listing .gal-load-more a:before, .gal-load-more .fp-listing-page .listing a:before, .fp-listing-page .listing .amenities-page .viewGallery a:before, .amenities-page .viewGallery .fp-listing-page .listing a:before, .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button:before, .contact-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:before, .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button:before, .thankyou-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:before, .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button:before, .blog-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:before, .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a:before, .contact-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:before, .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:before, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:before, .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a:before, .blog-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:before, .fp-listing-page .listing .features-page .floorPlans a:before, .features-page .floorPlans .fp-listing-page .listing a:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/button-hover.svg) no-repeat center center;
  opacity: 0;
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.fp-listing-page .listing .load-more:after, .fp-listing-page .listing .fp-page section.two .imgHolder .features a:after, .fp-page section.two .imgHolder .features .fp-listing-page .listing a:after, .fp-listing-page .listing .ourstory-page .viewGallery a:after, .ourstory-page .viewGallery .fp-listing-page .listing a:after, .fp-listing-page .listing .sustainability-page .viewGallery a:after, .sustainability-page .viewGallery .fp-listing-page .listing a:after, .fp-listing-page .listing .gal-load-more a:after, .gal-load-more .fp-listing-page .listing a:after, .fp-listing-page .listing .amenities-page .viewGallery a:after, .amenities-page .viewGallery .fp-listing-page .listing a:after, .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button:after, .contact-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:after, .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button:after, .thankyou-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:after, .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button:after, .blog-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:after, .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a:after, .contact-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:after, .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:after, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:after, .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a:after, .blog-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:after, .fp-listing-page .listing .features-page .floorPlans a:after, .features-page .floorPlans .fp-listing-page .listing a:after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../images/gallery/button-arrowdown.svg) no-repeat center center;
  position: absolute;
  bottom: 36px;
  left: 0;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing .load-more:after, .fp-listing-page .listing .fp-page section.two .imgHolder .features a:after, .fp-page section.two .imgHolder .features .fp-listing-page .listing a:after, .fp-listing-page .listing .ourstory-page .viewGallery a:after, .ourstory-page .viewGallery .fp-listing-page .listing a:after, .fp-listing-page .listing .sustainability-page .viewGallery a:after, .sustainability-page .viewGallery .fp-listing-page .listing a:after, .fp-listing-page .listing .gal-load-more a:after, .gal-load-more .fp-listing-page .listing a:after, .fp-listing-page .listing .amenities-page .viewGallery a:after, .amenities-page .viewGallery .fp-listing-page .listing a:after, .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button:after, .contact-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:after, .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button:after, .thankyou-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:after, .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button:after, .blog-page section.contactUs .container .hywrap .form-actions .fp-listing-page .listing button:after, .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a:after, .contact-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:after, .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:after, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:after, .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a:after, .blog-page section.getinTouch .container .rightColumn .enlargeMap .fp-listing-page .listing a:after, .fp-listing-page .listing .features-page .floorPlans a:after, .features-page .floorPlans .fp-listing-page .listing a:after {
    bottom: 22px;
    background-size: 5px 13px;
  }
}
.system .fp-listing-page .listing .load-more:hover:before, .system .fp-listing-page .listing .fp-page section.two .imgHolder .features a:hover:before, .fp-page section.two .imgHolder .features .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .ourstory-page .viewGallery a:hover:before, .ourstory-page .viewGallery .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .sustainability-page .viewGallery a:hover:before, .sustainability-page .viewGallery .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .gal-load-more a:hover:before, .gal-load-more .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .amenities-page .viewGallery a:hover:before, .amenities-page .viewGallery .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .contact-page section.contactUs .container .hywrap .form-actions button:hover:before, .contact-page section.contactUs .container .hywrap .form-actions .system .fp-listing-page .listing button:hover:before, .system .fp-listing-page .listing .thankyou-page section.contactUs .container .hywrap .form-actions button:hover:before, .thankyou-page section.contactUs .container .hywrap .form-actions .system .fp-listing-page .listing button:hover:before, .system .fp-listing-page .listing .blog-page section.contactUs .container .hywrap .form-actions button:hover:before, .blog-page section.contactUs .container .hywrap .form-actions .system .fp-listing-page .listing button:hover:before, .system .fp-listing-page .listing .contact-page section.getinTouch .container .rightColumn .enlargeMap a:hover:before, .contact-page section.getinTouch .container .rightColumn .enlargeMap .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .thankyou-page section.getinTouch .container .rightColumn .enlargeMap a:hover:before, .thankyou-page section.getinTouch .container .rightColumn .enlargeMap .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .blog-page section.getinTouch .container .rightColumn .enlargeMap a:hover:before, .blog-page section.getinTouch .container .rightColumn .enlargeMap .system .fp-listing-page .listing a:hover:before, .system .fp-listing-page .listing .features-page .floorPlans a:hover:before, .features-page .floorPlans .system .fp-listing-page .listing a:hover:before {
  opacity: 1;
  transform: scale(1);
}
.fp-listing-page .listing.list:before {
  bottom: 454px;
}
@media (max-width: 1199.8px) {
  .fp-listing-page .listing.list:before {
    height: 600px;
  }
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing.list:before {
    height: 2500px;
  }
}
.fp-listing-page .listing.list .fp-wrapper {
  border: none !important;
}
.fp-listing-page .listing.grid:before {
  bottom: 420px;
}
.fp-listing-page .listing.grid .fp-wrapper {
  background-color: #ffffff;
}
@media (max-width: 768.8px) {
  .fp-listing-page .listing.grid .fp-wrapper {
    margin-bottom: 19px;
  }
}
@media (min-width: 992px) {
  .fp-listing-page .listing.grid .details.mobile {
    display: none !important;
  }
}
.fp-listing-page .listing.grid .details.mobile .info-two {
  margin-bottom: 10px;
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing.grid .details.desktop {
    display: none !important;
  }
}
@media (max-width: 991.8px) {
  .fp-listing-page .listing.grid .f-row > span {
    display: none !important;
  }
}
.fp-listing-page .bg-pattern-wrap.parrallelogram .bg-pattern {
  background: url(../images/patterns/SignalPattern_1_blue.gif) repeat top left #5e7f92;
}
.fp-listing-page .two {
  position: relative;
}
.fp-listing-page .two .sustainability-pattern-two {
  overflow: hidden;
  top: auto;
  bottom: 0px;
  z-index: 1;
  width: 100%;
}
.fp-listing-page .two .sustainability-pattern-two .sustainability-pattern {
  background: url(../images/patterns/SignalPattern_1_blue.gif) repeat top left #5e7f92;
}
.fp-listing-page .fp-listing-pattern-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  overflow: hidden;
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fp-listing-page .fp-listing-pattern-wrap .bg-pattern-inner,
.fp-listing-page .fp-listing-pattern-wrap .fp-listing-pattern,
.fp-listing-page .fp-listing-pattern-wrap .fp-grid-pattern {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fp-listing-page .fp-listing-pattern-wrap .bg-pattern-inner {
  -moz-transform: skewY(-14deg);
  -o-transform: skewY(-14deg);
  -ms-transform: skewY(-14deg);
  -webkit-transform: skewY(-14deg);
  transform: skewY(-14deg);
  position: relative;
}
.fp-listing-page .fp-listing-pattern-wrap .fp-listing-pattern,
.fp-listing-page .fp-listing-pattern-wrap .fp-grid-pattern {
  background: url(../images/patterns/SignalPattern_5_cream.gif) top left/auto auto repeat;
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}
.fp-listing-page .fp-listing-pattern-wrap.parrallelogram {
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.fp-listing-page .fp-listing-pattern-wrap.parrallelogram .bg-pattern {
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -moz-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.loading-icon {
  text-align: center;
  padding-top: 45px;
  width: 100%;
}

.fp_no_result .listing:after,
.fp_no_result .fp-listing-pattern-wrap {
  display: none !important;
}
.fp_no_result .listing.list:before {
  background: #3c3c3e;
}
.fp_no_result .listing:before {
  height: 300px !important;
  bottom: 0 !important;
}
.fp_no_result .fp-listing-pattern-wrap {
  height: 500px;
  top: 140px !important;
}
.fp_no_result .fp-listing-page .listing {
  padding-bottom: 0px !important;
}
.fp_no_result .listing .fp-page {
  padding-top: 0 !important;
  min-height: 170px;
}
@media (max-width: 768.8px) {
  .fp_no_result .fp-listing-pattern-wrap {
    height: 500px;
    top: 320px !important;
  }
}
@media (max-width: 575.8px) {
  .fp_no_result .fp-listing-pattern-wrap {
    height: 500px;
    top: 420px !important;
  }
}

@media (max-width: 768.8px) {
  .loader-div {
    margin-top: -20px;
    position: relative;
    margin-bottom: 50px;
  }
}

.no-results .fp_no_result .listing:before {
  bottom: 220px !important;
  height: 253px !important;
  background: #3c3c3e !important;
}
.no-results .bg-pattern-wrap.parrallelogram {
  height: 200px !important;
  background: #3c3c3e !important;
}
.no-results .fp_no_result .listing.list:before {
  background: none !important;
}
.no-results .fp-listing-page .two .sustainability-pattern-two .sustainability-pattern {
  background: #3c3c3e !important;
}
.no-results .inner-page .no_results {
  padding-top: 60px !important;
}
.no-results .sort-options .filters .sort-by.mobile span,
.no-results .sort-options .filters .sort-by ul li a {
  color: #e1ddd9;
}
.no-results .sort-options .filters .sort-by ul li:before {
  border-color: transparent transparent transparent #e1ddd9;
}

.fp_type {
  display: flex;
  margin-bottom: 40px;
}
.fp_type a {
  color: #e8b46f;
  border: 2px solid #3c3c3e;
  background-color: #3c3c3e;
  padding: 10px 15px;
  text-transform: uppercase;
  font: 500 20px sweet-gothic, sans-serif;
  border: 2px solid #e8b46f;
  margin-left: -1px;
}
@media (max-width: 1199.8px) {
  .fp_type a {
    padding: 10px;
  }
}
@media (max-width: 991.8px) {
  .fp_type a {
    padding: 10px 5px;
    font-size: 16px;
  }
}
@media (max-width: 768.8px) {
  .fp_type a {
    padding: 10px 15px;
  }
}
@media (max-width: 419.8px) {
  .fp_type a {
    padding: 10px 5px;
    font-size: 13.5px;
  }
}
.fp_type a:hover {
  color: #3c3c3e;
  border: 2px solid #e8b46f;
  background-color: #e8b46f;
}
.fp_type .active {
  color: #3c3c3e;
  border: 2px solid #e8b46f;
  background-color: #e8b46f;
}

@media (min-width: 1440px) {
  .fp-listing-page .bg-pattern-wrap.parrallelogram {
    height: 100vw;
  }
}
.fp-listing-page .rfwa-expense-guide-container {
  position: relative;
  z-index: 2;
  padding: 115px 20px;
}
@media (max-width: 991.8px) {
  .fp-listing-page .rfwa-expense-guide-container {
    padding: 80px 20px;
  }
}
@media (min-width: 1440px) {
  .fp-listing-page .rfwa-expense-guide-container {
    padding: 150px 20px;
  }
}
@media (min-width: 2000px) {
  .fp-listing-page .rfwa-expense-guide-container {
    padding: 250px 20px;
  }
}
.fp-listing-page .rfwa-expense-guide-container .rfwa-group-title,
.fp-listing-page .rfwa-expense-guide-container h2 {
  color: #5e7f92 !important;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
}
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-list th {
  font-weight: 800;
  color: #5e7f92 !important;
}
.fp-listing-page .rfwa-expense-guide-container .rfwa-export-pdf-link,
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-footer,
.fp-listing-page .rfwa-expense-guide-container .rfwa-group-description,
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-label,
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-details,
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-list th,
.fp-listing-page .rfwa-expense-guide-container p,
.fp-listing-page .rfwa-expense-guide-container span {
  color: #3c3c3e;
  margin-bottom: 0;
}
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-type.Required,
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-type-required {
  background-color: #e8b46f;
  color: #3c3c3e;
  border: 1px solid #e8b46f;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sweet-gothic, sans-serif;
}
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-type-optional,
.fp-listing-page .rfwa-expense-guide-container .rfwa-expense-type.Optional {
  background-color: #3c3c3e;
  color: #e1ddd9;
  border: 1px solid #3c3c3e;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sweet-gothic, sans-serif;
}
.fp-listing-page [data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right: 2px solid #3c3c3e;
  border-bottom: 2px solid #3c3c3e;
}
.fp-listing-page .fp_disclaimer {
  color: #3c3c3e !important;
  text-transform: capitalize !important;
  align-self: center;
}
.fp-listing-page .listing.grid .fp_disclaimer {
  color: #e1ddd9 !important;
  text-transform: capitalize !important;
  font-weight: bold;
  display: flex;
  margin-top: -24px;
}

.sustainability-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .sustainability-page {
    padding-top: 26px;
  }
}
.sustainability-page:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sustainability-page .sustainability-pattern-wrap .sustainability-pattern {
  background: url(../images/patterns/SignalPattern_1_green.gif) top left/auto repeat;
}
.sustainability-page .container {
  margin: auto;
  width: 100%;
}
.sustainability-page .page-title-wrap {
  position: relative;
}
.sustainability-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .sustainability-page .page-title-wrap .container {
    transform: none !important;
  }
}
.sustainability-page .page-title-wrap .container .sectionTitle, .fp-details-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page .page-title-wrap section .container .copyBlock .ariaTitle, .sustainability-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #5e7f92;
  display: block;
}
@media (max-width: 768.8px) {
  .sustainability-page .page-title-wrap .container .sectionTitle, .fp-details-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page .page-title-wrap section .container .copyBlock .ariaTitle, .sustainability-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .sustainability-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.sustainability-page .page-title-wrap .container .page-title, .sustainability-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .sustainability-page .page-title-wrap .container h1 {
  color: #3c3c3e;
}
@media (max-width: 768.8px) {
  .sustainability-page .page-title-wrap .container .page-title, .sustainability-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .sustainability-page .page-title-wrap .container h1 {
    padding-bottom: 0;
  }
}
.sustainability-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0;
}
@media (max-width: 991.8px) {
  .sustainability-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .sustainability-page .page-title-wrap .animElements {
    top: 0;
    bottom: 0;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page .page-title-wrap .copy {
    width: 100%;
    max-width: 87.93333%;
    margin: 0px auto;
    padding-top: 30px;
    padding-right: 13%;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page .page-title-wrap p {
    padding-bottom: 22px;
  }
}
.sustainability-page .page-title-wrap p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .sustainability-page .page-title-wrap p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .sustainability-page .page-title-wrap p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .sustainability-page .page-title-wrap p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .sustainability-page .page-title-wrap p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.sustainability-page section .container {
  max-width: 86.8055555556%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.8px) {
  .sustainability-page section .container {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section .container {
    max-width: 100%;
    flex-flow: column;
  }
}
.sustainability-page section .container .rightBlock {
  width: 53.2%;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .rightBlock {
    width: 100%;
  }
}
.sustainability-page section .container .leftBlock {
  max-width: 39.0989541432%;
  width: 38vw;
}
.sustainability-page section .container .leftBlock p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .leftBlock p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .sustainability-page section .container .leftBlock p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .leftBlock p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .sustainability-page section .container .leftBlock p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.sustainability-page section .container .imgHolder {
  height: 500px;
  position: relative;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .imgHolder {
    height: 45.5vw;
  }
}
.sustainability-page section .container .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability-page section .container .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .sustainability-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.sustainability-page section .container .imgHolder .caption {
  position: absolute;
  bottom: 8px;
  left: 21px;
  color: #fff;
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .imgHolder .caption {
    display: none;
  }
  .sustainability-page section .container .imgHolder .caption {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .sustainability-page section .container .imgHolder .caption {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.sustainability-page section .container .copyBlock {
  width: 53.2%;
  padding: 74px 4vw 85px 5vw;
  color: #e1ddd9;
}
.sustainability-page section .container .copyBlock p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .sustainability-page section .container .copyBlock {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .copyBlock {
    width: 100%;
    max-width: 86.9333333333%;
    padding: 36px 10vw 34px 35px;
    margin-right: 3.611vw;
    min-height: 0;
  }
}
.sustainability-page section .container .copyBlock .ariaTitle {
  color: #e8b46f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 29px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .copyBlock .ariaTitle {
    padding-bottom: 14px;
  }
}
.sustainability-page section .container .copyBlock ul {
  list-style: none;
  columns: 2;
}
.sustainability-page section .container .copyBlock ul li {
  color: #e1ddd9;
  font: 500 16px/22px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  margin-bottom: 13px;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .copyBlock ul li {
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
  .sustainability-page section .container .copyBlock ul li {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .sustainability-page section .container .copyBlock ul li {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.sustainability-page section .container .copyBlock ul li a {
  text-decoration: underline;
  color: inherit;
}
html.system .sustainability-page section .container .copyBlock ul li a:hover {
  color: #e8b46f;
}
.sustainability-page section .container .copyBlock ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e1ddd9;
  margin-right: 10px;
  margin-top: 9px;
  padding: 3px;
}
@media (max-width: 768.8px) {
  .sustainability-page section .container .copyBlock ul li:before {
    margin-top: 8px;
  }
}
@media (max-width: 575.8px) {
  .sustainability-page section .container .copyBlock ul li:before {
    margin-top: 7px;
  }
}
.sustainability-page section .container .copyBlock.grey {
  color: #3c3c3e;
  background: #e2deda;
}
.sustainability-page section .container .copyBlock.grey .section-title {
  color: #3c3c3e;
}
.sustainability-page section .container .copyBlock.grey .ariaTitle {
  color: #5e7f92;
  padding-bottom: 14px;
}
.sustainability-page section .container .copyBlock.grey ul li {
  color: #3c3c3e;
}
.sustainability-page section .container .copyBlock.grey ul li:before {
  background: #3c3c3e;
}
.sustainability-page section.one {
  position: relative;
}
.sustainability-page section.one .container {
  padding: 40px 0 0 0;
}
@media (max-width: 768.8px) {
  .sustainability-page section.one .container {
    flex-flow: column-reverse;
    padding-top: 0px;
  }
}
.sustainability-page section.one .ornamental-left {
  top: 70%;
  width: 28px;
  height: 226px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.one .ornamental-left {
    width: 14px;
    height: 113px;
    transform: none !important;
    top: calc(100% + 237px);
  }
}
.sustainability-page section.one .ornamental-left img {
  transform: rotate(180deg);
  width: 28px;
  height: 226px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.one .ornamental-left img {
    width: 14px;
    height: 113px;
  }
}
.sustainability-page section.one .leftBlock {
  margin-top: -25px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.one .leftBlock {
    margin-top: 0;
    width: 100%;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sustainability-page section.one .leftBlock .sec-img {
  width: calc(100% - 5.4vw);
  height: 29.16vw;
  margin-bottom: 70px;
}
.sustainability-page section.one .leftBlock .sec-img2 {
  margin-left: 5.4vw;
  width: calc(100% - 5.4vw);
  margin-bottom: 30px;
}
.sustainability-page section.one .leftBlock .one-label {
  padding-top: 50px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.8px;
}
.sustainability-page section.one .leftBlock .fitwel-logo {
  padding-top: 20px;
  padding-bottom: 10px;
}
.sustainability-page section.one .leftBlock .fitwel-logo img {
  max-width: 154px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.one .rightBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -3.611vw;
  }
  .sustainability-page section.one .rightBlock .imgHolder {
    width: 50%;
  }
  .sustainability-page section.one .rightBlock .imgHolder.sec-img.mobile {
    margin-right: 13px;
  }
  .sustainability-page section.one .rightBlock .imgHolder:first-child {
    margin-right: 13px;
  }
  .sustainability-page section.one .rightBlock .viewImgLarger {
    background-position: right 26px top 10px;
    width: 50%;
    right: 10px;
  }
}
.sustainability-page section.one .rightBlock .copyBlock {
  width: 100%;
}
.sustainability-page section.one .rightBlock .imgHolder.desktop {
  margin-top: 40px;
}
.sustainability-page section.two {
  position: relative;
}
.sustainability-page section.two .sec-img {
  margin-top: 30px;
  max-height: 29.16vw;
  margin-left: 5.4vw;
  width: calc(100% - 5.4vw);
}
@media (max-width: 768.8px) {
  .sustainability-page section.two .container {
    flex-flow: column-reverse;
    align-items: flex-end;
  }
}
.sustainability-page section.two .sustainability-pattern-two {
  overflow: hidden;
  top: auto;
  bottom: 0px;
  z-index: 1;
  width: 100%;
}
.sustainability-page section.two .sustainability-pattern-two .sustainability-pattern {
  background: url(../images/patterns/SignalPattern_4_green.gif) repeat top left #9CB6A8;
}
@media (max-width: 768.8px) {
  .sustainability-page section.two .sustainability-pattern-two {
    top: 365px;
    bottom: auto;
  }
}
.sustainability-page section.two .leftBlock {
  margin-top: -260px;
  margin-bottom: 78px;
}
@media screen and (max-width: 1300px) {
  .sustainability-page section.two .leftBlock {
    margin-top: -220px;
  }
}
@media (max-width: 1199.8px) {
  .sustainability-page section.two .leftBlock {
    max-width: 42%;
    margin-top: -230px;
  }
}
@media screen and (max-width: 1060px) {
  .sustainability-page section.two .leftBlock {
    margin-top: -180px;
  }
}
@media (max-width: 991.8px) {
  .sustainability-page section.two .leftBlock {
    margin-top: -178px;
  }
}
@media screen and (max-width: 910px) {
  .sustainability-page section.two .leftBlock {
    margin-top: -105px;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section.two .leftBlock {
    margin-top: 0;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    width: 100%;
  }
}
.sustainability-page section.two .leftBlock .copy {
  margin-top: 56px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.two .leftBlock .copy {
    margin-top: 30px;
  }
}
.sustainability-page section.two .copyBlock {
  min-height: 500px;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 768.8px) {
  .sustainability-page section.two .copyBlock {
    margin-top: 28px;
    min-height: 0;
  }
}
@media (max-width: 349.8px) {
  .sustainability-page section.two .copyBlock {
    padding-left: 20px;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section.two .featuredImgs {
    margin-left: -3.611vw;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-self: flex-start;
    width: 100%;
  }
  .sustainability-page section.two .featuredImgs .imgHolder {
    width: 50%;
  }
  .sustainability-page section.two .featuredImgs .imgHolder:first-child {
    margin-right: 12px;
  }
}
.sustainability-page section.two .featuredImgs .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.two .featuredImgs .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .sustainability-page section.two .featuredImgs .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.sustainability-page section.four {
  position: relative;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four .container {
    padding-bottom: 70px;
    max-width: 95.4666666667%;
    margin: 0;
  }
}
.sustainability-page section.four .container {
  position: relative;
}
.sustainability-page section.four .imgHolder {
  width: 53.2%;
  margin-top: 150px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four .imgHolder {
    width: 100%;
    margin-top: 31px;
  }
}
.sustainability-page section.four .imgHolder.left {
  margin-top: 90px;
  max-height: 29.16vw;
  width: 33%;
  text-align: right;
  margin-left: 6vw;
}
@media (max-width: 991.8px) {
  .sustainability-page section.four .imgHolder.left {
    width: 40%;
    margin-left: 2vw;
  }
}
.sustainability-page section.four .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .sustainability-page section.four .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.sustainability-page section.four-services {
  margin-top: 21px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services {
    margin-top: 36px;
  }
}
.sustainability-page section.four-services .imgHolder,
.sustainability-page section.four-services .copyBlock {
  width: 100%;
}
.sustainability-page section.four-services .leftBlock {
  width: 40%;
  padding-left: 5.4vw;
}
.sustainability-page section.four-services .leftBlock .imgHolder {
  margin-top: 0px;
  height: 29.16vw;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .leftBlock .imgHolder {
    height: 45.5vw;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .leftBlock {
    order: 1;
    width: 100%;
    max-width: 83.4666666667%;
    margin: 0px auto;
    padding-left: 0;
  }
  .sustainability-page section.four-services .leftBlock .imgHolder {
    margin-top: 0;
  }
}
.sustainability-page section.four-services .leftBlock .one-label {
  padding-top: 50px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.8;
}
.sustainability-page section.four-services .leftBlock .fitwel-logo {
  padding-top: 20px;
  padding-bottom: 10px;
}
.sustainability-page section.four-services .leftBlock .fitwel-logo img {
  max-width: 116px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .leftBlock .fitwel-logo ~ p + .link {
    margin-top: -12px;
    display: block;
    float: left;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .copyBlock {
    align-self: flex-end;
  }
}
.sustainability-page section.four-services .block-img-cnt {
  margin-top: 40px;
  width: 100%;
}
.sustainability-page section.four-services .block-img-cnt .sec-img {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .block-img-cnt .sec-img {
    margin-bottom: 0;
    width: 50%;
    flex-shrink: 0;
  }
}
.sustainability-page section.four-services .block-img-cnt .copy {
  padding-right: 2.5vw;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .block-img-cnt .copy {
    max-width: 86.93333%;
    margin: 0px auto;
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .block-img-cnt {
    display: flex;
    margin-top: 0px;
  }
}
.sustainability-page section.four-services .rightBlock {
  display: flex;
  flex-direction: column-reverse;
}
.sustainability-page section.four-services .rightBlock .imgHolder {
  margin-top: 123px;
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .rightBlock .imgHolder {
    margin-top: 0;
    margin-bottom: 36px;
    max-width: calc(100% - 3.611vw);
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .rightBlock {
    flex-direction: column;
  }
}
.sustainability-page section.four-services:after {
  display: none;
}
.sustainability-page section.four-services:before {
  top: 508px;
  height: 752px;
  transform-origin: left top;
  transform: skewY(6deg);
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services:before {
    display: block;
    top: 57vw;
    height: 100vw;
    transform: skewY(8deg);
  }
}
@media (max-width: 768.8px) {
  .sustainability-page section.four-services .container {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.sustainability-page .viewGallery {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 31px;
  top: auto;
  bottom: -95px;
  z-index: 5;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .sustainability-page .viewGallery {
    bottom: 0;
  }
}
.sustainability-page .viewGallery a {
  background: url(../images/amenities/button-orange.svg) no-repeat center center;
}
@media (max-width: 768.8px) {
  .sustainability-page .viewGallery a {
    background-size: 100px 100px;
  }
}
@media (max-width: 419.8px) {
  .sustainability-page .viewGallery a {
    background-size: 100px 100px;
  }
}
.sustainability-page .viewGallery a:after {
  content: "";
  height: 6px;
  background: url(../images/amenities/button-arrowright.svg) no-repeat center center;
  bottom: 48px;
}
@media (max-width: 768.8px) {
  .sustainability-page .viewGallery a:after {
    background-size: 25px 5px;
    bottom: 30px;
  }
}
.sustainability-page .viewGallery a strong {
  font-weight: 700;
}
@media (max-width: 768.8px) {
  .sustainability-page .viewGallery a strong {
    display: none;
  }
}
.sustainability-page .mfp-title {
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .sustainability-page .mfp-title {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .sustainability-page .mfp-title {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.sustainability-page .mfp-bg {
  background: #3c3c3e;
  opacity: 1;
}
.sustainability-page .mfp-container {
  padding: 0;
}
.sustainability-page .mfp-container .mfp-content {
  padding: 0 55px;
}
.sustainability-page .mfp-container .mfp-title {
  padding: 0 55px;
}
.sustainability-page .mfp-container img.mfp-img {
  margin: 0 auto;
  height: auto;
  max-height: 84vh !important;
  padding: 0;
  max-width: 100%;
  display: block;
}
.sustainability-page .mfp-container .mfp-figure:after {
  box-shadow: none;
  background: none;
}
.sustainability-page .mfp-wrap div.mfp-close {
  display: none;
}
.sustainability-page .mfp-wrap button.mfp-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/close-white.svg") center/contain no-repeat;
  width: 40px;
  height: 18px;
  top: 22px;
  right: 22px;
  font-size: 0;
  z-index: 10;
}
.system .sustainability-page .mfp-wrap button.mfp-close:hover {
  background: url(../images/gallery/close-blue.png) no-repeat center center;
}
@media (max-width: 1199.8px) {
  .sustainability-page .mfp-wrap button.mfp-close {
    width: 26px;
    height: 30px;
    top: 5px;
    right: 10px;
  }
}
@media screen and (max-width: 1300px) and (max-height: 700px) and (orientation: landscape) {
  .sustainability-page .mfp-wrap button.mfp-close {
    top: 10px;
  }
}
.sustainability-page .mfp-wrap .mfp-bottom-bar {
  margin-top: 0;
  padding: 7px 19px;
}

.location-page .imgHolder {
  position: relative;
  margin-bottom: 63px;
}
@media (max-width: 768.8px) {
  .location-page .imgHolder {
    margin-bottom: 0;
  }
}
.location-page .imgHolder .btn, .location-page .imgHolder .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .location-page .imgHolder a {
  position: absolute;
  right: -28px;
  bottom: -63px;
  z-index: 99;
}
@media (max-width: 768.8px) {
  .location-page .imgHolder .btn, .location-page .imgHolder .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .location-page .imgHolder a {
    margin-right: 3.611vw;
  }
}
.location-page section.two:before {
  display: none;
}
@media (max-width: 768.8px) {
  .location-page section .container .imgHolder {
    height: 70vw;
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .location-page .container .rightBlock {
    margin-right: 3.611vw;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 769px) {
  .location-page section.one .leftBlock {
    padding-bottom: 424px;
  }
}
@media (max-width: 768.8px) {
  .location-page section.one .rightBlock .imgHolder {
    width: 100%;
  }
  .location-page section.one .rightBlock .imgHolder:first-child {
    margin-right: 0;
  }
  .location-page section.one .rightBlock .viewImgLarger {
    right: auto;
    width: 100%;
    background-position: right 10px top 10px;
  }
  .location-page section.one .rightBlock .viewImgLargerGif {
    right: auto;
    width: 100%;
    background-position: right 10px top 10px;
  }
}
@media (min-width: 769px) {
  .location-page .one + .two .leftBlock {
    margin-top: -420px;
  }
}
.location-page .two .imgHolder {
  margin-bottom: 46px;
}
@media (max-width: 768.8px) {
  .location-page .two .imgHolder {
    margin-bottom: 0px;
  }
}
.location-page .two .leftBlock .imgHolder {
  height: 29.16vw;
}
@media (min-width: 769px) {
  .location-page .two .imgHolder.right {
    margin-left: 5.4vw;
  }
}
.location-page .two .rightBlock {
  margin-top: 46px;
}
@media (max-width: 768.8px) {
  .location-page .two .rightBlock {
    margin-top: 0px;
    align-self: flex-end;
    max-width: 86.9333333333%;
  }
}
.location-page .two .ornamental-left {
  top: auto;
  bottom: 100px;
}
@media (max-width: 768.8px) {
  .location-page section.two .container {
    flex-direction: column;
  }
  .location-page section.two .container .imgHolder {
    height: 45.5vw;
  }
  .location-page section.two .leftBlock {
    margin-left: -3.611vw;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-self: flex-start;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .location-page section.two .leftBlock .imgHolder {
    width: 50%;
  }
  .location-page section.two .leftBlock .imgHolder:not(:last-child) {
    margin-right: 12px;
  }
  .location-page section.two .ornamental-left {
    top: calc(45.5vw + 60px);
  }
}
.location-page section .container .copyblock-100 {
  width: 100%;
  margin: 20px 0 35px;
  padding: 0;
  max-width: 720px;
}
.location-page section .container .copyblock-100 * {
  color: #3c3c3e !important;
}
.location-page section .container .copyblock-100 .page-title, .location-page section .container .copyblock-100 .page-404 .content-wrap h1, .page-404 .content-wrap .location-page section .container .copyblock-100 h1 {
  padding-bottom: 15px;
}
@media (max-width: 768.8px) {
  .location-page section .container .copyblock-100 {
    margin: 40px auto 5px;
    max-width: 83.4666666667%;
  }
}
.location-page .slider-img-sec {
  position: relative;
  overflow: visible;
}
.location-page .slider-img-sec .container {
  padding-bottom: 50px;
}
@media (max-width: 768.8px) {
  .location-page .slider-img-sec .container {
    padding-bottom: 40px;
  }
}
.location-page .slider-img-sec .ornamental-left {
  top: 65px;
  width: 28px;
  height: 226px;
}
.location-page .slider-img-sec .ornamental-left img {
  transform: rotate(180deg);
  width: 100%;
  height: auto;
}
@media (max-width: 768.8px) {
  .location-page .slider-img-sec .ornamental-left {
    top: 34px;
    width: 14px;
    height: 113px;
  }
}
.location-page .slider-img-sec .container .copyBlock {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 62px;
}
@media screen and (min-width: 1251px) {
  .location-page .slider-img-sec .container .copyBlock {
    padding-right: 5.6vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .slider-img-sec .container .copyBlock {
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.location-page .slider-img-sec:nth-child(3n) .ornamental:after, .location-page .slider-img-sec:nth-child(3n) .fp-page section.one .copyBlock:after, .fp-page section.one .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .amenities-page section.two .copyBlock:after, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .amenities-page section.three .copyBlock:after, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .contact-page section.contactUs .container:after, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n) .container:after, .location-page .slider-img-sec:nth-child(3n) .thankyou-page section.contactUs .container:after, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n) .container:after, .location-page .slider-img-sec:nth-child(3n) .blog-page section.contactUs .container:after, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n) .container:after, .location-page .slider-img-sec:nth-child(3n) .features-page section.two .copyBlock:after, .features-page section.two .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .sustainability-page section.two .copyBlock:after, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n) .copyBlock:after {
  display: none;
}
.location-page .slider-img-sec:nth-child(3n+1) .ornamental:before, .location-page .slider-img-sec:nth-child(3n+1) .fp-page section.one .copyBlock:before, .fp-page section.one .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .amenities-page section.two .copyBlock:before, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .amenities-page section.three .copyBlock:before, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .contact-page section.contactUs .container:before, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n+1) .container:before, .location-page .slider-img-sec:nth-child(3n+1) .thankyou-page section.contactUs .container:before, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n+1) .container:before, .location-page .slider-img-sec:nth-child(3n+1) .blog-page section.contactUs .container:before, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n+1) .container:before, .location-page .slider-img-sec:nth-child(3n+1) .features-page section.two .copyBlock:before, .features-page section.two .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .sustainability-page section.two .copyBlock:before, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before {
  display: none;
}
.location-page .slider-img-sec:nth-child(3n+2) .ornamental:after, .location-page .slider-img-sec:nth-child(3n+2) .fp-page section.one .copyBlock:after, .fp-page section.one .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.two .copyBlock:after, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.three .copyBlock:after, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .contact-page section.contactUs .container:after, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:after, .location-page .slider-img-sec:nth-child(3n+2) .thankyou-page section.contactUs .container:after, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:after, .location-page .slider-img-sec:nth-child(3n+2) .blog-page section.contactUs .container:after, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:after, .location-page .slider-img-sec:nth-child(3n+2) .features-page section.two .copyBlock:after, .features-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .sustainability-page section.two .copyBlock:after, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after {
  display: none;
}
.location-page .slider-img-sec:nth-child(3n+2) .ornamental:before, .location-page .slider-img-sec:nth-child(3n+2) .fp-page section.one .copyBlock:before, .fp-page section.one .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.two .copyBlock:before, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.three .copyBlock:before, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .contact-page section.contactUs .container:before, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:before, .location-page .slider-img-sec:nth-child(3n+2) .thankyou-page section.contactUs .container:before, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:before, .location-page .slider-img-sec:nth-child(3n+2) .blog-page section.contactUs .container:before, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:before, .location-page .slider-img-sec:nth-child(3n+2) .features-page section.two .copyBlock:before, .features-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .sustainability-page section.two .copyBlock:before, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before {
  top: auto;
  bottom: 0;
  transform: rotate(90deg);
}
@media (min-width: 769px) and (max-width: 1199.8px) {
  .location-page .slider-img-sec .container .leftBlock {
    max-width: 42%;
  }
}
@media (min-width: 769px) {
  .location-page .slider-img-sec .imgHolder {
    margin-bottom: 0;
    margin-top: 30px;
  }
  .location-page .slider-img-sec:nth-child(3n) .imgHolder {
    margin-bottom: 45px;
  }
  .location-page .slider-img-sec:nth-child(3n) .ornamental:after, .location-page .slider-img-sec:nth-child(3n) .fp-page section.one .copyBlock:after, .fp-page section.one .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .amenities-page section.two .copyBlock:after, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .amenities-page section.three .copyBlock:after, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .contact-page section.contactUs .container:after, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n) .container:after, .location-page .slider-img-sec:nth-child(3n) .thankyou-page section.contactUs .container:after, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n) .container:after, .location-page .slider-img-sec:nth-child(3n) .blog-page section.contactUs .container:after, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n) .container:after, .location-page .slider-img-sec:nth-child(3n) .features-page section.two .copyBlock:after, .features-page section.two .location-page .slider-img-sec:nth-child(3n) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n) .sustainability-page section.two .copyBlock:after, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n) .copyBlock:after {
    display: none;
  }
  .location-page .slider-img-sec:nth-child(3n+1) .imgHolder {
    margin-top: -75px;
  }
  .location-page .slider-img-sec:nth-child(3n+1) .leftBlock {
    padding-left: 5.4vw;
  }
  .location-page .slider-img-sec:nth-child(3n+1) .ornamental:before, .location-page .slider-img-sec:nth-child(3n+1) .fp-page section.one .copyBlock:before, .fp-page section.one .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .amenities-page section.two .copyBlock:before, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .amenities-page section.three .copyBlock:before, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .contact-page section.contactUs .container:before, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n+1) .container:before, .location-page .slider-img-sec:nth-child(3n+1) .thankyou-page section.contactUs .container:before, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n+1) .container:before, .location-page .slider-img-sec:nth-child(3n+1) .blog-page section.contactUs .container:before, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n+1) .container:before, .location-page .slider-img-sec:nth-child(3n+1) .features-page section.two .copyBlock:before, .features-page section.two .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+1) .sustainability-page section.two .copyBlock:before, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n+1) .copyBlock:before {
    display: none;
  }
  .location-page .slider-img-sec:nth-child(3n+2) .imgHolder {
    margin-top: 0px;
  }
  .location-page .slider-img-sec:nth-child(3n+2) .copyBlock {
    margin-top: 30px;
  }
  .location-page .slider-img-sec:nth-child(3n+2) .ornamental:after, .location-page .slider-img-sec:nth-child(3n+2) .fp-page section.one .copyBlock:after, .fp-page section.one .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.two .copyBlock:after, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.three .copyBlock:after, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .contact-page section.contactUs .container:after, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:after, .location-page .slider-img-sec:nth-child(3n+2) .thankyou-page section.contactUs .container:after, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:after, .location-page .slider-img-sec:nth-child(3n+2) .blog-page section.contactUs .container:after, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:after, .location-page .slider-img-sec:nth-child(3n+2) .features-page section.two .copyBlock:after, .features-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after, .location-page .slider-img-sec:nth-child(3n+2) .sustainability-page section.two .copyBlock:after, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:after {
    display: none;
  }
  .location-page .slider-img-sec:nth-child(3n+2) .ornamental:before, .location-page .slider-img-sec:nth-child(3n+2) .fp-page section.one .copyBlock:before, .fp-page section.one .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.two .copyBlock:before, .amenities-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .amenities-page section.three .copyBlock:before, .amenities-page section.three .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .contact-page section.contactUs .container:before, .contact-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:before, .location-page .slider-img-sec:nth-child(3n+2) .thankyou-page section.contactUs .container:before, .thankyou-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:before, .location-page .slider-img-sec:nth-child(3n+2) .blog-page section.contactUs .container:before, .blog-page section.contactUs .location-page .slider-img-sec:nth-child(3n+2) .container:before, .location-page .slider-img-sec:nth-child(3n+2) .features-page section.two .copyBlock:before, .features-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before, .location-page .slider-img-sec:nth-child(3n+2) .sustainability-page section.two .copyBlock:before, .sustainability-page section.two .location-page .slider-img-sec:nth-child(3n+2) .copyBlock:before {
    top: auto;
    bottom: 0;
    transform: rotate(90deg);
  }
}
@media (max-width: 768.8px) {
  .location-page .slider-img-sec .rightBlock {
    max-width: calc(100% - 3.611vw);
    margin-top: 17px;
  }
  .location-page .slider-img-sec .container .leftBlock {
    max-width: 100%;
    width: 100%;
  }
  .location-page .slider-img-sec .copyBlock {
    position: relative;
  }
  .location-page .slider-img-sec .copyBlock > .link {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    bottom: 50px;
    pointer-events: none;
    color: #e8b46f;
  }
  .location-page .slider-img-sec .copyBlock > .link:after {
    background: url(../images/icons/button-arrowright-golden.svg) center right/contain no-repeat;
  }
  .location-page .slider-img-sec .grey.copyBlock > .link {
    color: #5e7f92;
  }
  .location-page .slider-img-sec .grey.copyBlock > .link:after {
    background: url(../images/icons/button-arrowright-blue.svg) center right/contain no-repeat;
  }
  .location-page .slider-img-sec .sectionTitle2 {
    margin-bottom: 0;
  }
}
.location-page .gallery-slider:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  display: block;
  pointer-events: none;
  z-index: 1;
  background: url(../images/icons/zoom.svg) right top/contain no-repeat;
}
.location-page .gallery-slider, .location-page .gallery-slider .slick-list, .location-page .gallery-slider .slick-track, .location-page .gallery-slider .slick-slide {
  height: 100%;
}
.location-page .gallery-slider .gal-slider-item {
  cursor: pointer;
}
.location-page .sectionTitle2 {
  color: #e1ddd9;
}
.location-page .grey .sectionTitle2 {
  color: #3c3c3e;
}
.location-page .gal-pop-caption {
  letter-spacing: normal;
}
.location-page .gal-pop-caption .popuptitle {
  font-family: sweet-gothic, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.location-page .gal-pop-caption .popupcopy {
  display: block;
  margin-top: 5px;
}
@media (max-width: 768.8px) {
  .location-page .gal-pop-caption {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .location-page .gal-pop-caption {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}

.caption-copy {
  display: none;
  margin-top: 10px;
}
@media (max-width: 768.8px) {
  .caption-copy {
    display: block !important;
  }
}

.caption-slide {
  margin-top: 20px;
}
@media (max-width: 768.8px) {
  .caption-slide {
    padding-bottom: 80px;
    margin-top: 15px;
    cursor: move;
  }
}
.caption-slide button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}
.caption-slide, .caption-slide p, .caption-slide .txtcopy {
  color: #e1ddd9;
}
.grey .caption-slide, .grey .caption-slide p, .grey .caption-slide .txtcopy {
  color: #3c3c3e;
}
.caption-slide p, .caption-slide .txtcopy {
  padding-bottom: 0;
}
.caption-slide .caption-name {
  color: #e8b46f;
  font-size: 15px;
  margin-top: 0;
  padding-right: 0;
  text-align: left;
  width: calc(100% + 3vw - 5px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768.8px) {
  .caption-slide .caption-name {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
}
.caption-slide .caption-name:after {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
  margin-left: 8px;
  display: inline;
  background: url(../images/icons/button-arrowright.svg) center right/contain no-repeat;
}
html.system .caption-slide .caption-name:hover {
  color: #e1ddd9;
}
@media (max-width: 768.8px) {
  .caption-slide .caption-name {
    color: #e1ddd9;
    padding-right: 0;
  }
  .caption-slide .caption-name:after {
    display: none;
  }
}
.location-page .grey .caption-slide .caption-name {
  color: #5e7f92;
}
.location-page .grey .caption-slide .caption-name:after {
  background: url(../images/icons/button-arrowright-grey.svg) center right/contain no-repeat;
}
html.system .location-page .grey .caption-slide .caption-name:hover {
  color: #3c3c3e;
}
.caption-slide.active .caption-name {
  color: #e1ddd9;
}
@media (min-width: 769px) {
  .caption-slide.active .caption-name:after {
    opacity: 1;
    display: inline-block;
  }
}
.location-page .grey .caption-slide.active .caption-name {
  color: #3c3c3e;
}

.location-page .map_section {
  max-width: 92.7777777778%;
  margin: 0 auto;
  padding: 15px 0 42px;
  position: relative;
}
@media (max-width: 768.8px) {
  .location-page .map_section {
    max-width: 100%;
    padding: 30px 0 10px;
    width: 100%;
  }
}
.location-page .map_section .ornamental:before, .location-page .map_section .fp-page section.one .copyBlock:before, .fp-page section.one .location-page .map_section .copyBlock:before, .location-page .map_section .amenities-page section.two .copyBlock:before, .amenities-page section.two .location-page .map_section .copyBlock:before, .location-page .map_section .amenities-page section.three .copyBlock:before, .amenities-page section.three .location-page .map_section .copyBlock:before, .location-page .map_section .contact-page section.contactUs .container:before, .contact-page section.contactUs .location-page .map_section .container:before, .location-page .map_section .thankyou-page section.contactUs .container:before, .thankyou-page section.contactUs .location-page .map_section .container:before, .location-page .map_section .blog-page section.contactUs .container:before, .blog-page section.contactUs .location-page .map_section .container:before, .location-page .map_section .features-page section.two .copyBlock:before, .features-page section.two .location-page .map_section .copyBlock:before, .location-page .map_section .sustainability-page section.two .copyBlock:before, .sustainability-page section.two .location-page .map_section .copyBlock:before {
  display: none;
  max-width: 100%;
}
.location-page .map_section .ornamental:after, .location-page .map_section .fp-page section.one .copyBlock:after, .fp-page section.one .location-page .map_section .copyBlock:after, .location-page .map_section .amenities-page section.two .copyBlock:after, .amenities-page section.two .location-page .map_section .copyBlock:after, .location-page .map_section .amenities-page section.three .copyBlock:after, .amenities-page section.three .location-page .map_section .copyBlock:after, .location-page .map_section .contact-page section.contactUs .container:after, .contact-page section.contactUs .location-page .map_section .container:after, .location-page .map_section .thankyou-page section.contactUs .container:after, .thankyou-page section.contactUs .location-page .map_section .container:after, .location-page .map_section .blog-page section.contactUs .container:after, .blog-page section.contactUs .location-page .map_section .container:after, .location-page .map_section .features-page section.two .copyBlock:after, .features-page section.two .location-page .map_section .copyBlock:after, .location-page .map_section .sustainability-page section.two .copyBlock:after, .sustainability-page section.two .location-page .map_section .copyBlock:after {
  max-width: 100%;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  transform: rotate(180deg);
}
@media (min-width: 769px) {
  .location-page .map_section .container {
    pointer-events: none;
  }
}
.location-page .map_section .container .copyBlock {
  max-width: 34.4%;
  margin-left: 5.4vw;
}
@media (min-width: 769px) {
  .location-page .map_section .container .copyBlock {
    pointer-events: all;
    padding: 55px 4vw 55px 3vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .map_section .container .copyBlock {
    max-width: 86.9333333333%;
    margin-left: auto;
  }
}
.location-page .map_section .small_txt {
  display: block;
  color: #e8b46f;
  font-size: 14px;
  margin-bottom: 11px;
  letter-spacing: normal;
}
.location-page .map_section button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  color: #e1ddd9;
  text-align: left;
}
.location-page .map_section .neigh_catg_name {
  width: 100%;
  display: block;
  border-bottom: 2px solid #e8b46f;
  padding-right: 30px;
  position: relative;
  padding: 5px;
}
.location-page .map_section .neigh_catg_name:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  width: 12px;
  background: url(../images/icons/dropdown-gold.svg) center center/contain no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.location-page .map_section .neigh_catg_name.active:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.location-page .map_section .poi_details_wrap {
  padding-left: 10px;
  padding-top: 15px;
  color: #e1ddd9;
  display: none;
}
.location-page .map_section .poi_details {
  margin-bottom: 15px;
}
.location-page .map_section .poi_details p {
  padding-bottom: 0px;
}
.location-page .map_section .poi_details p, .location-page .map_section .poi_details a {
  color: #e1ddd9;
}
.location-page .map_section .poi_details .link {
  font-size: 12px;
  padding-right: 35px;
}
.location-page .map_section .poi_details .link::after {
  width: 30px;
  background: url(../images/icons/button-arrowright.svg) center right/contain no-repeat;
}
.location-page .map_section .poi_details .poi_btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.location-page .map_section .neigh_catg .small_txt {
  font-weight: 500;
  color: #e8b46f;
  margin-bottom: 0;
}

.location-page .selectivo {
  background: transparent;
  width: 100%;
}
.location-page .selectivo .selectivo__label {
  border: 2px solid #e8b46f;
  color: #e8b46f;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  display: block;
}
.location-page .selectivo .selectivo__label:after {
  margin-top: 2px;
  background: url(../images/icons/dropdown-gold.svg) center center/contain no-repeat;
}
.location-page .selectivo .selectivo__dropdown {
  border: 2px solid #e8b46f;
  border-top: 0;
  background-color: #3c3c3e;
  color: #e8b46f;
  left: auto;
  max-height: 600px;
}
.location-page .selectivo .selectivo__dropdown button {
  text-align: left;
}
.location-page .selectivo .selectivo__option {
  color: #e8b46f;
  text-transform: uppercase;
}
.location-page .selectivo [role=option]:focus, .location-page .selectivo [role=option].selectivo__option--selected, .system .location-page .selectivo [role=option]:hover {
  background: #e8b46f;
  color: #3c3c3e;
}
.location-page .selectivo.selectivo--open .selectivo__label:after {
  margin-top: 0px;
}

#map {
  width: 100%;
  height: 829px;
  margin-top: -110px;
}
#map .gm-style .gm-style-iw-c {
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0px;
}
#map .gm-style-iw-d {
  padding: 0;
  overflow: visible !important;
}
#map .gm-ui-hover-effect {
  display: none !important;
}
#map .gm-style .gm-style-iw-t::after {
  display: none;
}
#map .popup-close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 0;
  width: 25px;
  height: 25px;
  background: url(../images/icons/map-popup-close.svg) no-repeat center;
  background-size: 8px;
}

.map-popup {
  background: #be6c42;
  padding: 16px 35px 16px 18px;
  position: relative;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.6px;
  font-family: sweet-sans-pro, sans-serif;
  color: #e2deda;
  max-width: 300px;
  margin-bottom: 12px;
}
.map-popup * {
  color: #e2deda;
}
.map-popup:after {
  content: "";
  height: 15px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  background: #be6c42;
  z-index: -1;
}
.map-popup p, .map-popup h3, .map-popup a {
  font-size: 12px;
  color: #e2deda;
}
.map-popup span {
  display: block;
}
.map-popup p {
  padding-bottom: 0;
}
.map-popup h3 {
  margin-bottom: 5px;
  font-family: sweet-gothic, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.map-popup .address_sect span {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.map-popup .address_sect span::after {
  content: attr(data-name);
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-weight: 800;
  margin-right: 5px;
}
.map-popup .map-address:hover a {
  font-weight: 800;
}
.map-popup .link_block {
  display: flex;
  text-transform: uppercase;
}
.map-popup .link_block a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 3px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: sweet-gothic, sans-serif;
}
html.system .map-popup .link_block a:hover {
  color: #e8b46f;
}

.map-popup.art, .map-popup.art:after {
  background: #3c3c3e;
}
.map-popup.dining, .map-popup.dining:after {
  background: #be6c42;
}
.map-popup.park, .map-popup.park:after {
  background: #64877a;
}
.map-popup.shopping, .map-popup.shopping:after {
  background: #e8b46f;
}
.map-popup.shopping, .map-popup.shopping *, .map-popup.shopping p, .map-popup.shopping h3, .map-popup.shopping a {
  color: #3c3c3e;
}
html.system .map-popup.shopping .link_block a:hover {
  color: #5e7f92;
}
.map-popup.transit, .map-popup.transit:after {
  background: #83596a;
}

.neigh_map_mob {
  max-width: calc(100% - 3.611vw);
  display: block;
  width: 100%;
  margin-top: 30px;
  height: 70vw;
}

.selectivo__label:focus, .selectivo__option:focus {
  outline-color: transparent;
}

.bg-pattern-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 752px;
  top: 194px;
  left: 0;
  overflow: hidden;
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
@media (max-width: 1199.8px) {
  .bg-pattern-wrap {
    top: 236px;
  }
}
@media (max-width: 991.8px) {
  .bg-pattern-wrap {
    height: 615px;
    top: 280px;
  }
}
@media (max-width: 768.8px) {
  .bg-pattern-wrap {
    height: 397px;
    height: 105vw;
    max-height: 602px;
    top: 220px;
  }
}
.bg-pattern-wrap .bg-pattern-inner, .bg-pattern-wrap .bg-pattern {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.bg-pattern-wrap .bg-pattern-inner {
  -moz-transform: skewY(-14deg);
  -o-transform: skewY(-14deg);
  -ms-transform: skewY(-14deg);
  -webkit-transform: skewY(-14deg);
  transform: skewY(-14deg);
  position: relative;
}
.bg-pattern-wrap .bg-pattern {
  background: url(../images/patterns/SignalPattern_5_cream.gif) top left/auto auto repeat;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 150%;
  -moz-transform: skewY(7deg) translateY(-50%);
  -o-transform: skewY(7deg) translateY(-50%);
  -ms-transform: skewY(7deg) translateY(-50%);
  -webkit-transform: skewY(7deg) translateY(-50%);
  transform: skewY(7deg) translateY(-50%);
}
.bg-pattern-wrap.parrallelogram {
  height: 470px;
  top: -68px;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.bg-pattern-wrap.parrallelogram .bg-pattern {
  background: url(../images/patterns/SignalPattern_4_cream.gif) top left/auto repeat #e1ddd9;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 0;
  -moz-transform: skewY(-7deg) translateY(0%);
  -o-transform: skewY(-7deg) translateY(0%);
  -ms-transform: skewY(-7deg) translateY(0%);
  -webkit-transform: skewY(-7deg) translateY(0%);
  transform: skewY(-7deg) translateY(0%);
}
@media (max-width: 768.8px) {
  .bg-pattern-wrap.parrallelogram {
    height: 538px;
    height: 143vw;
    top: 20px;
  }
}
.bg-pattern-wrap.bottom {
  top: -157px;
}
.bg-pattern-wrap.bottom .bg-pattern {
  background: url(../images/patterns/SignalPattern_4_gray.gif) top left/auto auto repeat;
}
@media (max-width: 768.8px) {
  .bg-pattern-wrap.bottom {
    top: 62px;
  }
}

.our-story {
  overflow: hidden;
}

.ourstory-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .ourstory-page {
    padding-top: 26px;
  }
}
.ourstory-page:before {
  content: "";
  width: 100%;
  height: 500px;
  background: #3c3c3e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768.8px) {
  .ourstory-page:before {
    height: 320px;
  }
}
.ourstory-page .ourstory-pattern-wrap {
  overflow: hidden;
}
.ourstory-page .ourstory-pattern-wrap .ourstory-pattern {
  background: url(../images/patterns/SignalPattern_1_blue.gif) repeat top left #5e7f92;
}
.ourstory-page .ourstory-pattern-wrap2 {
  overflow: hidden;
  bottom: -16.6vw;
  top: auto;
}
.ourstory-page .ourstory-pattern-wrap2 .ourstory-pattern {
  background: url(../images/patterns/SignalPattern_1_gray.gif) repeat top left #3c3c3e;
}
@media (max-width: 768.8px) {
  .ourstory-page .ourstory-pattern-wrap2 {
    bottom: 64px;
  }
}
.ourstory-page .container {
  margin: auto;
  width: 100%;
}
.ourstory-page .page-title-wrap {
  position: relative;
}
.ourstory-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .ourstory-page .page-title-wrap .container {
    transform: none !important;
  }
}
.ourstory-page .page-title-wrap .container .sectionTitle, .fp-details-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page .page-title-wrap section .container .copyBlock .ariaTitle, .ourstory-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #e8b46f;
  display: block;
}
@media (max-width: 768.8px) {
  .ourstory-page .page-title-wrap .container .sectionTitle, .fp-details-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page .page-title-wrap section .container .copyBlock .ariaTitle, .ourstory-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .ourstory-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.ourstory-page .page-title-wrap .container .page-title, .ourstory-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .ourstory-page .page-title-wrap .container h1 {
  color: #e1ddd9;
}
@media (max-width: 768.8px) {
  .ourstory-page .page-title-wrap .container .page-title, .ourstory-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .ourstory-page .page-title-wrap .container h1 {
    padding-bottom: 0;
    max-width: 400px;
  }
}
.ourstory-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0px;
}
@media (max-width: 991.8px) {
  .ourstory-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .ourstory-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .ourstory-page .page-title-wrap .animElements {
    top: auto;
    bottom: 0;
  }
}
.ourstory-page section .container {
  max-width: 86.8055555556%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.8px) {
  .ourstory-page section .container {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .ourstory-page section .container {
    max-width: 100%;
    flex-flow: column;
  }
}
.ourstory-page section .container .rightBlock {
  width: 53.2%;
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .rightBlock {
    width: 100%;
  }
}
.ourstory-page section .container .leftBlock {
  max-width: 40%;
  width: 38vw;
}
.ourstory-page section .container .leftBlock p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .leftBlock p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .ourstory-page section .container .leftBlock p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .leftBlock p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .ourstory-page section .container .leftBlock p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.ourstory-page section .container .imgHolder {
  height: 500px;
  position: relative;
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .imgHolder {
    height: 45.5vw;
  }
}
.ourstory-page section .container .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ourstory-page section .container .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .ourstory-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.ourstory-page section .container .imgHolder .caption {
  position: absolute;
  bottom: 8px;
  left: 21px;
  color: #fff;
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .imgHolder .caption {
    display: none;
  }
  .ourstory-page section .container .imgHolder .caption {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .ourstory-page section .container .imgHolder .caption {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.ourstory-page section .container .copyBlock {
  width: 53.2%;
  padding: 59px 4vw 71px 5vw;
  color: #e1ddd9;
}
@media screen and (max-width: 1250px) {
  .ourstory-page section .container .copyBlock {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .copyBlock {
    width: 100%;
    max-width: 86.9333333333%;
    padding: 36px 10vw 34px 35px;
    margin-right: 3.611vw;
    min-height: 0;
  }
}
.ourstory-page section .container .copyBlock .ariaTitle {
  color: #e8b46f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 29px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .ourstory-page section .container .copyBlock .ariaTitle {
    padding-bottom: 14px;
  }
}
.ourstory-page section .container .copyBlock.grey {
  color: #3c3c3e;
  background: #e2deda;
}
.ourstory-page section .container .copyBlock.grey .section-title {
  color: #3c3c3e;
}
.ourstory-page section .container .copyBlock.grey .ariaTitle {
  color: #5e7f92;
}
.ourstory-page section .container .copyBlock.grey ul li {
  color: #3c3c3e;
}
.ourstory-page section .container .copyBlock.grey ul li:before {
  background: #3c3c3e;
}
.ourstory-page section.one .container {
  padding: 40px 0 0 0;
}
@media (max-width: 768.8px) {
  .ourstory-page section.one .container {
    flex-flow: column-reverse;
    padding-top: 18px;
  }
}
.ourstory-page section.one .leftBlock {
  margin-top: -25px;
}
@media (max-width: 768.8px) {
  .ourstory-page section.one .leftBlock {
    margin-top: 0;
    width: 100%;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ourstory-page section.one .leftBlock p {
  color: #e1ddd9;
}
.ourstory-page section.one .leftBlock p span {
  color: #e8b46f;
}
.ourstory-page section.one .leftBlock .imgHolder {
  margin-top: 50px;
  max-height: 29.16vw;
  text-align: left;
  margin-left: 0;
  width: calc(100% - 5.4vw);
}
@media (max-width: 768.8px) {
  .ourstory-page section.one .rightBlock {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -3.611vw;
  }
  .ourstory-page section.one .rightBlock .imgHolder {
    width: 50%;
  }
  .ourstory-page section.one .rightBlock .imgHolder.sec-img.mobile {
    margin-right: 13px;
  }
  .ourstory-page section.one .rightBlock .imgHolder:first-child {
    margin-right: 13px;
  }
  .ourstory-page section.one .rightBlock .viewImgLarger {
    background-position: right 26px top 10px;
    width: 100%;
    right: 0px;
  }
}
.ourstory-page section.two {
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two {
    padding-bottom: 30px;
  }
}
.ourstory-page section.two .ornamental-left {
  top: 50px;
  width: 28px;
  height: 226px;
}
.ourstory-page section.two .ornamental-left img {
  width: auto;
  height: 100%;
  transform: rotate(180deg);
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .ornamental-left {
    top: 27px;
  }
}
.ourstory-page section.two .sec-img {
  width: calc(100% - 5.4vw);
  height: 29.16vw;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .container {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
}
.ourstory-page section.two .leftBlock {
  margin-top: 0px;
  margin-bottom: 78px;
}
@media (max-width: 1199.8px) {
  .ourstory-page section.two .leftBlock {
    max-width: 42%;
  }
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .leftBlock {
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 8px;
    width: 100%;
  }
}
.ourstory-page section.two .leftBlock .copy {
  margin-top: 56px;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .leftBlock .copy {
    margin-top: 30px;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ourstory-page section.two .leftBlock .copy ul {
  list-style: none;
}
.ourstory-page section.two .leftBlock .copy ul li {
  color: #3c3c3e;
  font: 500 16px/22px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  position: relative;
  margin-bottom: 13px;
  padding-left: 17px;
}
.ourstory-page section.two .leftBlock .copy ul li span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .leftBlock .copy ul li span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .ourstory-page section.two .leftBlock .copy ul li span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .leftBlock .copy ul li {
    letter-spacing: 0.6px;
    margin-bottom: 10px;
    width: 100%;
  }
  .ourstory-page section.two .leftBlock .copy ul li {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .ourstory-page section.two .leftBlock .copy ul li {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.ourstory-page section.two .leftBlock .copy ul li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #3c3c3e;
  margin-right: 10px;
  margin-top: 9px;
  padding: 3px;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .leftBlock .copy ul li:before {
    margin-top: 8px;
  }
}
@media (max-width: 575.8px) {
  .ourstory-page section.two .leftBlock .copy ul li:before {
    margin-top: 7px;
  }
}
.ourstory-page section.two .leftBlock .imgHolder-wrap {
  width: 100%;
  max-width: 86.93333%;
  margin: auto;
  margin-right: 16px;
}
.ourstory-page section.two .leftBlock .imgHolder {
  margin-top: 45px;
  max-height: 29.16vw;
  margin-left: 5.4vw;
  width: calc(100% - 5.4vw);
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .leftBlock .imgHolder {
    width: 45.5vw;
    max-width: 100%;
    height: 45.5vw;
    max-height: initial;
    margin-top: 40px;
    margin-left: 0px;
  }
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .leftBlock {
    position: relative;
  }
}
.ourstory-page section.two .rightBlock {
  margin-top: -40px;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .rightBlock {
    margin-top: 20px;
    max-width: calc(100% - 3.611vw);
  }
}
.ourstory-page section.two .copyBlock {
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.ourstory-page section.two .copyBlock p {
  color: #e1ddd9;
  max-width: 500px;
}
.ourstory-page section.two .copyBlock .section-title {
  max-width: 600px;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .copyBlock {
    min-height: 0;
    width: 100%;
    max-width: 86.93333%;
    margin: auto;
    margin-right: 3.611vw;
    margin-top: 40px;
  }
}
@media (max-width: 349.8px) {
  .ourstory-page section.two .copyBlock {
    padding-left: 20px;
  }
}
.ourstory-page section.two .copyBlock .takeTour {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 69px;
  top: auto;
  bottom: -87px;
  z-index: 5;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .ourstory-page section.two .copyBlock .takeTour {
    bottom: -63px;
    right: 16px;
  }
}
@media (max-width: 345px) {
  .ourstory-page section.two .copyBlock .takeTour {
    right: 0px;
  }
}
.ourstory-page section.two .copyBlock .takeTour a span {
  display: block;
}
.ourstory-page .viewGallery {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 31px;
  top: auto;
  bottom: -95px;
  z-index: 5;
  flex-flow: column;
}
@media (max-width: 768.8px) {
  .ourstory-page .viewGallery {
    bottom: 0;
  }
}
.ourstory-page .viewGallery a {
  background: url(../images/amenities/button-orange.svg) no-repeat center center;
}
@media (max-width: 768.8px) {
  .ourstory-page .viewGallery a {
    background-size: 100px 100px;
  }
}
@media (max-width: 419.8px) {
  .ourstory-page .viewGallery a {
    background-size: 100px 100px;
  }
}
.ourstory-page .viewGallery a:after {
  content: "";
  height: 6px;
  background: url(../images/amenities/button-arrowright.svg) no-repeat center center;
  bottom: 48px;
}
@media (max-width: 768.8px) {
  .ourstory-page .viewGallery a:after {
    background-size: 25px 5px;
    bottom: 30px;
  }
}
.ourstory-page .viewGallery a strong {
  font-weight: 700;
}
@media (max-width: 768.8px) {
  .ourstory-page .viewGallery a strong {
    display: none;
  }
}
.ourstory-page .mfp-title {
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .ourstory-page .mfp-title {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .ourstory-page .mfp-title {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.ourstory-page .mfp-bg {
  background: #3c3c3e;
  opacity: 1;
}
.ourstory-page .mfp-container {
  padding: 0;
}
.ourstory-page .mfp-container .mfp-content {
  padding: 0 55px;
}
.ourstory-page .mfp-container .mfp-title {
  padding: 0 55px;
}
.ourstory-page .mfp-container img.mfp-img {
  margin: 0 auto;
  height: auto;
  max-height: 84vh !important;
  padding: 0;
  max-width: 100%;
  display: block;
}
.ourstory-page .mfp-container .mfp-figure:after {
  box-shadow: none;
  background: none;
}
.ourstory-page .mfp-wrap div.mfp-close {
  display: none;
}
.ourstory-page .mfp-wrap button.mfp-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/close-white.svg") center/contain no-repeat;
  width: 40px;
  height: 18px;
  top: 22px;
  right: 22px;
  font-size: 0;
  z-index: 10;
}
.system .ourstory-page .mfp-wrap button.mfp-close:hover {
  background: url(../images/gallery/close-blue.png) no-repeat center center;
}
@media (max-width: 1199.8px) {
  .ourstory-page .mfp-wrap button.mfp-close {
    width: 26px;
    height: 30px;
    top: 5px;
    right: 10px;
  }
}
@media screen and (max-width: 1300px) and (max-height: 700px) and (orientation: landscape) {
  .ourstory-page .mfp-wrap button.mfp-close {
    top: 10px;
  }
}
.ourstory-page .mfp-wrap .mfp-bottom-bar {
  margin-top: 0;
  padding: 7px 19px;
}

.floor-plans footer {
  margin-top: -50px;
}
@media (max-width: 768.8px) {
  .floor-plans footer {
    margin-top: 0;
  }
}

.fp-page {
  padding-top: 60px;
}
.fp-page .container {
  margin: auto;
  width: 100%;
}
@media (max-width: 991.8px) {
  .fp-page {
    padding-top: 60px;
  }
}
@media (max-width: 768.8px) {
  .fp-page {
    padding-top: 26px;
  }
}
.fp-page .page-title-wrap {
  position: relative;
}
.fp-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-page .page-title-wrap .container {
    transform: none !important;
  }
}
.fp-page .page-title-wrap .container .sectionTitle, .fp-details-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page .page-title-wrap section .container .copyBlock .ariaTitle, .fp-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #5e7f92;
  display: block;
}
@media (max-width: 768.8px) {
  .fp-page .page-title-wrap .container .sectionTitle, .fp-details-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page .page-title-wrap section .container .copyBlock .ariaTitle, .fp-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .fp-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.fp-page .page-title-wrap .container .page-title, .fp-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-page .page-title-wrap .container h1 {
  color: #3c3c3e;
}
@media (max-width: 768.8px) {
  .fp-page .page-title-wrap .container .page-title, .fp-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-page .page-title-wrap .container h1 {
    padding-bottom: 10px;
  }
}
.fp-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0;
}
@media (max-width: 991.8px) {
  .fp-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .fp-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .fp-page .page-title-wrap .animElements {
    bottom: 0;
  }
}
.fp-page section .container {
  max-width: 86.8055555556%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.8px) {
  .fp-page section .container {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .fp-page section .container {
    max-width: 100%;
    flex-flow: column;
  }
}
.fp-page section .container .rightBlock {
  width: 53.2%;
}
@media (max-width: 768.8px) {
  .fp-page section .container .rightBlock {
    width: 100%;
  }
}
.fp-page section .container .image-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768.8px) {
  .fp-page section .container .image-sec {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .fp-page section .container .image-sec .sec-img {
    height: 45.5vw;
  }
  .fp-page section .container .image-sec .sec-img:first-child {
    margin-right: 13px;
  }
}
.fp-page section .container .leftBlock {
  max-width: 39.0989541432%;
  width: 38vw;
}
@media (max-width: 768.8px) {
  .fp-page section .container .leftBlock {
    margin-left: -3.611vw !important;
  }
}
.fp-page section .container .leftBlock p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .fp-page section .container .leftBlock p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .fp-page section .container .leftBlock p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .fp-page section .container .leftBlock p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .fp-page section .container .leftBlock p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.fp-page section .container .caption {
  padding-left: 21px;
  width: 75%;
  color: #3c3c3e;
  font: 500 16px/26px sweet-sans-pro, sans-serif;
  padding-top: 12px;
  padding-right: 40px;
  max-width: 350px;
}
@media (max-width: 1199.8px) {
  .fp-page section .container .caption {
    font: 500 15px/24px sweet-sans-pro, sans-serif;
    max-width: 300px;
  }
}
@media (max-width: 991.8px) {
  .fp-page section .container .caption {
    max-width: 330px;
  }
}
@media screen and (max-width: 860px) {
  .fp-page section .container .caption {
    font: 500 14px/24px sweet-sans-pro, sans-serif;
  }
}
@media (max-width: 768.8px) {
  .fp-page section .container .caption {
    padding-right: 40px;
    max-width: none;
  }
  .fp-page section .container .caption {
    font-size: calc(12px + 4 * (100vw - 320px) / 448);
  }
  .fp-page section .container .caption {
    line-height: calc(17px + 9 * (100vw - 320px) / 448);
  }
}
.fp-page section .container .imgHolder {
  height: 500px;
  width: 100% !important;
  position: relative;
}
@media (max-width: 768.8px) {
  .fp-page section .container .imgHolder {
    height: 45.5vw;
  }
}
.fp-page section .container .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-page section .container .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .fp-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .fp-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.fp-page section .container .copyBlock {
  width: 53.2%;
  padding: 74px 6vw 0 6vw;
  color: #e1ddd9;
}
@media screen and (max-width: 1250px) {
  .fp-page section .container .copyBlock {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (max-width: 768.8px) {
  .fp-page section .container .copyBlock {
    width: 100%;
    max-width: 86.9333333333%;
    padding: 36px 40px 34px 40px;
    margin-right: 3.611vw;
    min-height: 0;
  }
}
.fp-page section .container .copyBlock .ariaTitle {
  color: #e8b46f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 29px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .fp-page section .container .copyBlock .ariaTitle {
    padding-bottom: 14px;
  }
}
.fp-page section .container .copyBlock .btn-orange, .fp-page .ourstory-page section.two .container .copyBlock .takeTour a, .ourstory-page .fp-page section.two .container .copyBlock .takeTour a {
  position: absolute;
  right: 30px;
}
@media (max-width: 991.8px) {
  .fp-page section .container .copyBlock .btn-orange, .fp-page .ourstory-page section.two .container .copyBlock .takeTour a, .ourstory-page .fp-page section.two .container .copyBlock .takeTour a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    right: 10px;
  }
  .fp-page section .container .copyBlock .btn-orange span, .fp-page .ourstory-page section.two .container .copyBlock .takeTour a span, .ourstory-page .fp-page section.two .container .copyBlock .takeTour a span {
    display: none;
  }
}
@media (max-width: 768.8px) {
  .fp-page section .container .copyBlock .btn-orange, .fp-page .ourstory-page section.two .container .copyBlock .takeTour a, .ourstory-page .fp-page section.two .container .copyBlock .takeTour a {
    right: 10px;
  }
}
.fp-page section .container .copyBlock .btn-orange.btn-orange, .fp-page .ourstory-page section.two .container .copyBlock .takeTour a, .ourstory-page .fp-page section.two .container .copyBlock .takeTour a {
  background: url(../images/icons/button-orange.svg) no-repeat center/contain;
}
.fp-page section .container .copyBlock .btn-orange:before, .fp-page .ourstory-page section.two .container .copyBlock .takeTour a:before, .ourstory-page .fp-page section.two .container .copyBlock .takeTour a:before {
  background: url(../images/icons/button-arrowright.svg) no-repeat top center/contain;
}
@media (max-width: 991.8px) {
  .fp-page section .container .copyBlock .btn-orange:before, .fp-page .ourstory-page section.two .container .copyBlock .takeTour a:before, .ourstory-page .fp-page section.two .container .copyBlock .takeTour a:before {
    background-size: 25px 5px;
  }
}
.fp-page section .container .copyBlock ul {
  list-style: none;
  columns: 2;
}
.fp-page section .container .copyBlock ul li {
  color: #e1ddd9;
  font: 500 16px/22px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  margin-bottom: 13px;
}
@media (max-width: 768.8px) {
  .fp-page section .container .copyBlock ul li {
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
  .fp-page section .container .copyBlock ul li {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .fp-page section .container .copyBlock ul li {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.fp-page section .container .copyBlock ul li a {
  text-decoration: underline;
  color: inherit;
}
html.system .fp-page section .container .copyBlock ul li a:hover {
  color: #e8b46f;
}
.fp-page section .container .copyBlock ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e1ddd9;
  margin-right: 10px;
  margin-top: 9px;
  padding: 3px;
}
@media (max-width: 768.8px) {
  .fp-page section .container .copyBlock ul li:before {
    margin-top: 8px;
  }
}
@media (max-width: 575.8px) {
  .fp-page section .container .copyBlock ul li:before {
    margin-top: 7px;
  }
}
.fp-page section .container .copyBlock.grey {
  color: #3c3c3e;
  background: #e2deda;
}
.fp-page section .container .copyBlock.grey .section-title {
  color: #3c3c3e;
}
.fp-page section .container .copyBlock.grey .ariaTitle {
  color: #5e7f92;
}
.fp-page section .container .copyBlock.grey ul li {
  color: #3c3c3e;
}
.fp-page section .container .copyBlock.grey ul li:before {
  background: #3c3c3e;
}
.fp-page section .ornamental-right {
  top: auto;
  bottom: 0;
  left: 0;
}
@media (max-width: 768.8px) {
  .fp-page section .ornamental-right {
    top: -190px;
  }
}
.fp-page section.one {
  position: relative;
}
.fp-page section.one .container {
  padding: 40px 0 0 0;
}
@media (max-width: 768.8px) {
  .fp-page section.one .container {
    flex-flow: column;
    padding-top: 18px;
  }
}
.fp-page section.one .leftBlock {
  margin-top: -25px;
}
@media (max-width: 768.8px) {
  .fp-page section.one .leftBlock {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fp-page section.one .btn-orange, .fp-page section.one .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-page section.one a {
  cursor: pointer;
}
.fp-page section.one .btn-orange:after, .fp-page section.one .ourstory-page section.two .copyBlock .takeTour a:after, .ourstory-page section.two .copyBlock .takeTour .fp-page section.one a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/button-hover.svg) no-repeat center center;
  opacity: 0;
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.fp-page section.one .btn-orange:before, .fp-page section.one .ourstory-page section.two .copyBlock .takeTour a:before, .ourstory-page section.two .copyBlock .takeTour .fp-page section.one a:before {
  width: 36px;
  height: 6px;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: 10px;
  background: url(../images/icons/button-arrowright.svg) no-repeat top center/contain;
}
@media (max-width: 768.8px) {
  .fp-page section.one .btn-orange:before, .fp-page section.one .ourstory-page section.two .copyBlock .takeTour a:before, .ourstory-page section.two .copyBlock .takeTour .fp-page section.one a:before {
    background-size: 25px 5px;
  }
}
.system .fp-page section.one .btn-orange:hover:after, .system .fp-page section.one .ourstory-page section.two .copyBlock .takeTour a:hover:after, .ourstory-page section.two .copyBlock .takeTour .system .fp-page section.one a:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 768.8px) {
  .fp-page section.one .rightBlock {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: -3.611vw;
  }
  .fp-page section.one .rightBlock .imgHolder {
    width: 50%;
  }
  .fp-page section.one .rightBlock .imgHolder.sec-img.mobile {
    margin-right: 13px;
  }
  .fp-page section.one .rightBlock .imgHolder:first-child {
    margin-right: 13px;
  }
  .fp-page section.one .rightBlock .viewImgLarger {
    background-position: right 26px top 10px;
    width: 50%;
    right: 10px;
  }
}
.fp-page section.one .link {
  margin-top: 20px;
  background-color: transparent;
  left: 6vw;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  padding-right: 50px;
  position: relative;
  color: #e2deda;
  font: 500 15px/26px sweet-gothic, sans-serif;
  cursor: pointer;
}
@media (max-width: 1199.8px) {
  .fp-page section.one .link {
    font-size: 10px;
  }
}
@media (max-width: 768.8px) {
  .fp-page section.one .link {
    font-size: 12px;
    color: #5e7f92;
  }
}
@media (max-width: 768.8px) {
  .fp-page section.one .link {
    width: 173px;
    left: 52px;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-left: 11vw;
  }
}
@media (max-width: 374.8px) {
  .fp-page section.one .link {
    margin-left: 14px;
    font-size: 10px;
    width: 137px;
  }
}
@media (max-width: 349.8px) {
  .fp-page section.one .link {
    font-size: 9px;
    width: 127px;
  }
}
.fp-page section.one .link:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-light.svg) center right/contain no-repeat;
}
@media (max-width: 768.8px) {
  .fp-page section.one .link:after {
    background: url(../images/icons/button-arrowright-blue.svg) center right/contain no-repeat;
  }
}
html.system .fp-page section.one .link:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.fp-page section.one .copyBlock {
  width: 100%;
  min-height: 340px;
  position: relative;
  padding: 74px 6vw 55px 6vw;
}
@media (max-width: 768.8px) {
  .fp-page section.one .copyBlock {
    min-height: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 349.8px) {
  .fp-page section.one .copyBlock {
    padding-left: 20px;
  }
}
.fp-page section.one .sec-img {
  height: 29.16vw;
}
@media (max-width: 768.8px) {
  .fp-page section.one .sec-img {
    width: 100%;
  }
}
.fp-page section.one .sec-img.img-one {
  width: 100%;
}
@media (max-width: 768.8px) {
  .fp-page section.one .sec-img.img-one {
    margin-bottom: 0;
  }
}
.fp-page section.one .sec-img.img-two {
  width: calc(100% - 5.4vw);
  margin-left: auto;
}
@media (max-width: 768.8px) {
  .fp-page section.one .sec-img.img-two {
    margin-bottom: 0;
  }
}
.fp-page section.two {
  position: relative;
  z-index: 0;
}
.fp-page section.two:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  transform-origin: left top;
  transform: skewY(7deg);
}
@media (max-width: 1199.8px) {
  .fp-page section.two:before {
    height: 500px;
    bottom: -110px;
  }
}
@media (max-width: 768.8px) {
  .fp-page section.two:before {
    bottom: -10px;
    height: 550px;
  }
}
@media (max-width: 575.8px) {
  .fp-page section.two:before {
    bottom: -100px;
    height: 550px;
  }
}
@media (max-width: 991.8px) {
  .fp-page section.two {
    margin-bottom: 24px;
  }
}
.fp-page section.two .sec-img {
  height: 29.16vw;
  width: calc(100% - 5.4vw);
  margin-left: auto;
}
@media (max-width: 768.8px) {
  .fp-page section.two .sec-img {
    width: 100%;
  }
}
.fp-page section.two .container {
  padding: 40px 0 0 0;
}
@media (max-width: 991.8px) {
  .fp-page section.two .container {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 768.8px) {
  .fp-page section.two .container {
    flex-flow: column;
    padding-top: 18px;
  }
}
.fp-page section.two .sec-img {
  width: calc(100% - 5.4vw);
  height: 23.95vw;
}
.fp-page section.two .sec-img.img-one {
  margin-bottom: 50px;
}
@media (max-width: 768.8px) {
  .fp-page section.two .rightBlock {
    width: calc(100% - 3.611vw);
  }
}
.fp-page section.two .imgHolder {
  width: 53.2%;
  height: 499px;
  background: #3c3c3e;
  margin-bottom: 0;
}
@media (max-width: 991.8px) {
  .fp-page section.two .imgHolder {
    height: 45.5vw;
  }
}
@media (max-width: 768.8px) {
  .fp-page section.two .imgHolder {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0;
    height: 45.5vw;
  }
}
.fp-page section.two .imgHolder .features {
  text-align: center;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: auto;
  bottom: -68px;
  z-index: 5;
  flex-flow: column;
}
@media (max-width: 991.8px) {
  .fp-page section.two .imgHolder .features {
    right: 10px;
  }
}
@media (max-width: 768.8px) {
  .fp-page section.two .imgHolder .features {
    bottom: -54px;
    right: 10px;
  }
}
@media (max-width: 991.8px) {
  .fp-page section.two .imgHolder .features a {
    width: 100px;
    height: 100px;
    font-size: 10px;
    line-height: 100px;
    letter-spacing: 0.5px;
    transform: none !important;
  }
}
.fp-page section.two .imgHolder .features a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/button-hover.svg) no-repeat center center;
  opacity: 0;
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.fp-page section.two .imgHolder .features a:before {
  width: 36px;
  height: 6px;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  top: 50%;
  margin-top: 10px;
  transform: scale(1);
  background: url(../images/icons/button-arrowright.svg) no-repeat top center/contain;
}
@media (max-width: 768.8px) {
  .fp-page section.two .imgHolder .features a:before {
    background-size: 25px 5px;
  }
}
.system .fp-page section.two .imgHolder .features a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.system .fp-page section.two .imgHolder .features a:hover::before {
  opacity: 1;
  transform: none;
}
@media (max-width: 768.8px) {
  .fp-page .copy {
    margin-top: 0;
    width: 100%;
    max-width: 83.4666666667%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .fp-page .copy p {
    padding-bottom: 0;
    max-width: 80%;
  }
}
.fp-page .copy span {
  color: #5e7f92;
  font-weight: bold;
  text-transform: uppercase;
}
.fp-page .fp-module_filter .selectivo {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768.8px) {
  .fp-page .fp-module_filter .selectivo {
    margin-bottom: 10px;
  }
}
.fp-page .fp-module_filter .selectivo__label,
.fp-page .fp-module_filter .selectivo__option {
  color: #e8b46f;
}
.fp-page .fp-module_filter .selectivo__label {
  border: 2px solid #e8b46f;
  background-color: #3c3c3e;
}
.fp-page .fp-module_filter .selectivo__label:after {
  background: url(../images/icons/arrow.svg) no-repeat center center;
}
.fp-page .search-div .section-title {
  color: #e1ddd9;
  text-transform: uppercase;
  font: 500 40px/48px sweet-gothic, sans-serif;
  padding-bottom: 30px;
}
.fp-page .search-div .section-title span {
  font-size: 23px;
}
@media (min-width: 769px) and (max-width: 1439.8px) {
  .fp-page .search-div .section-title {
    font-size: calc(21px + 19 * (100vw - 769px) / 631);
  }
  .fp-page .search-div .section-title {
    line-height: calc(28px + 20 * (100vw - 769px) / 631);
  }
}
@media (max-width: 768.8px) {
  .fp-page .search-div .section-title {
    line-height: 23.52px;
    padding-bottom: 10px;
  }
  .fp-page .search-div .section-title {
    font-size: calc(21px + 9 * (100vw - 320px) / 448);
  }
  .fp-page .search-div .section-title span {
    font-size: calc(11px + 10 * (100vw - 320px) / 448);
  }
}
.fp-page .fp-pattern-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  overflow: hidden;
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fp-page .fp-pattern-wrap .bg-pattern-inner,
.fp-page .fp-pattern-wrap .fp-pattern {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fp-page .fp-pattern-wrap .bg-pattern-inner {
  -moz-transform: skewY(-14deg);
  -o-transform: skewY(-14deg);
  -ms-transform: skewY(-14deg);
  -webkit-transform: skewY(-14deg);
  transform: skewY(-14deg);
  position: relative;
}
.fp-page .fp-pattern-wrap .fp-pattern {
  background: url(../images/patterns/SignalPattern_1_blue.gif) top left/auto auto repeat;
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}

/***************************Details****************************
***************************************************************
**************************************************************/
.fp-details-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .fp-details-page {
    padding-top: 26px;
  }
}
.fp-details-page:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #3c3c3e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fp-details-page .container {
  margin: auto;
  width: 100%;
}
.fp-details-page .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-details-page .container {
    transform: none !important;
  }
}
.fp-details-page .page-title-wrap {
  position: relative;
}
.fp-details-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-details-page .page-title-wrap .container {
    transform: none !important;
  }
}
.fp-details-page .page-title-wrap .container .sectionTitle, .fp-details-page .page-title-wrap section .container .copyBlock .ariaTitle, .fp-details-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #e8b46f;
  display: block;
}
@media (max-width: 768.8px) {
  .fp-details-page .page-title-wrap .container .sectionTitle, .fp-details-page .page-title-wrap section .container .copyBlock .ariaTitle, .fp-details-page section .page-title-wrap .container .copyBlock .ariaTitle, .amenities-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .contact-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .thankyou-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .blog-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .features-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .sustainability-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .ourstory-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-page section .fp-details-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.fp-details-page .page-title-wrap .container .page-title, .fp-details-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-details-page .page-title-wrap .container h1 {
  color: #e2deda;
  padding-bottom: 0;
}
@media (max-width: 768.8px) {
  .fp-details-page .page-title-wrap .container .page-title, .fp-details-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-details-page .page-title-wrap .container h1 {
    padding-bottom: 0;
  }
}
.fp-details-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0;
}
@media (max-width: 991.8px) {
  .fp-details-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .fp-details-page .page-title-wrap .animElements {
    top: auto;
    bottom: 0;
  }
}
.fp-details-page .page-title-wrap .link {
  color: #e8b46f;
  padding-left: 55px;
  letter-spacing: 0.75px;
}
@media (max-width: 768.8px) {
  .fp-details-page .page-title-wrap .link {
    letter-spacing: 0.6px;
  }
}
.fp-details-page .page-title-wrap .link:after {
  display: none;
}
.fp-details-page .page-title-wrap .link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 10px;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(-10px) rotate(180deg);
  -o-transform: translateX(-10px) rotate(180deg);
  -ms-transform: translateX(-10px) rotate(180deg);
  -webkit-transform: translateX(-10px) rotate(180deg);
  transform: translateX(-10px) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-golden.svg) center right/contain no-repeat;
}
html.system .fp-details-page .page-title-wrap .link:hover:before {
  -moz-transform: translateX(-15px) rotate(180deg);
  -o-transform: translateX(-15px) rotate(180deg);
  -ms-transform: translateX(-15px) rotate(180deg);
  -webkit-transform: translateX(-15px) rotate(180deg);
  transform: translateX(-15px) rotate(180deg);
}
.fp-details-page section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.8px) {
  .fp-details-page section .container {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section .container {
    max-width: 100%;
    flex-flow: column;
  }
}
.fp-details-page section .container .rightBlock {
  max-width: 59.5833333333%;
  margin: 0 0 0 auto;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .rightBlock {
    width: 100%;
    margin: 0 auto;
  }
}
.fp-details-page section .container .image-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .image-sec {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .fp-details-page section .container .image-sec .sec-img {
    height: 45.5vw;
  }
  .fp-details-page section .container .image-sec .sec-img:first-child {
    margin-right: 13px;
  }
}
.fp-details-page section .container .leftBlock {
  max-width: 36.2027353178%;
  width: 38vw;
  margin-top: 0;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .leftBlock {
    margin-left: -3.611vw !important;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .leftBlock p {
    max-width: 83.46667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.fp-details-page section .container .leftBlock p span {
  color: #5e7f92;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .leftBlock p span {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .fp-details-page section .container .leftBlock p span {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .leftBlock p {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .fp-details-page section .container .leftBlock p {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .copy p {
    width: 58vw;
  }
}
.fp-details-page section .container .copy span {
  color: #5e7f92;
  text-transform: uppercase;
}
.fp-details-page section .container .imgHolder {
  height: 500px;
  width: 100% !important;
  position: relative;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .imgHolder {
    height: 45.5vw;
  }
}
.fp-details-page section .container .imgHolder img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fp-details-page section .container .imgHolder .viewImgLarger {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/icons/zoom.svg) no-repeat right 10px top 10px/contain;
  display: inline-block;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-size: 32px 32px;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
@media (max-width: 575.8px) {
  .fp-details-page section .container .imgHolder .viewImgLarger {
    background-position: right 10px top 10px;
  }
}
.fp-details-page section .container .imgHolder .caption {
  position: absolute;
  bottom: -80px;
  left: 21px;
  width: 75%;
  color: #3c3c3e;
  font: 500 16px sweet-sans-pro, sans-serif;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .imgHolder .caption {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .fp-details-page section .container .imgHolder .caption {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.fp-details-page section .container .copyBlock {
  width: 53.2%;
  padding: 74px 4vw 0 5vw;
  color: #e1ddd9;
}
@media screen and (max-width: 1250px) {
  .fp-details-page section .container .copyBlock {
    padding-left: 4vw;
    padding-right: 3vw;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .copyBlock {
    width: 100%;
    max-width: 86.9333333333%;
    padding: 36px 10vw 34px 35px;
    margin-right: 3.611vw;
    min-height: 0;
  }
}
.fp-details-page section .container .copyBlock .ariaTitle {
  color: #e8b46f;
  text-transform: uppercase;
  display: block;
  padding-bottom: 29px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .copyBlock .ariaTitle {
    padding-bottom: 14px;
  }
}
.fp-details-page section .container .copyBlock .btn-orange, .fp-details-page .ourstory-page section.two .container .copyBlock .takeTour a, .ourstory-page .fp-details-page section.two .container .copyBlock .takeTour a {
  position: absolute;
  right: 30px;
}
.fp-details-page section .container .copyBlock ul {
  list-style: none;
  columns: 2;
}
.fp-details-page section .container .copyBlock ul li {
  color: #e1ddd9;
  font: 500 16px/22px sweet-sans-pro, sans-serif;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  margin-bottom: 13px;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .copyBlock ul li {
    letter-spacing: 0.6px;
    margin-bottom: 10px;
  }
  .fp-details-page section .container .copyBlock ul li {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
  .fp-details-page section .container .copyBlock ul li {
    line-height: calc(17px + 7 * (100vw - 320px) / 448);
  }
}
.fp-details-page section .container .copyBlock ul li a {
  text-decoration: underline;
  color: inherit;
}
html.system .fp-details-page section .container .copyBlock ul li a:hover {
  color: #e8b46f;
}
.fp-details-page section .container .copyBlock ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #e1ddd9;
  margin-right: 10px;
  margin-top: 9px;
  padding: 3px;
}
@media (max-width: 768.8px) {
  .fp-details-page section .container .copyBlock ul li:before {
    margin-top: 8px;
  }
}
@media (max-width: 575.8px) {
  .fp-details-page section .container .copyBlock ul li:before {
    margin-top: 7px;
  }
}
.fp-details-page section .container .copyBlock.grey {
  color: #3c3c3e;
  background: #e2deda;
}
.fp-details-page section .container .copyBlock.grey .section-title {
  color: #3c3c3e;
}
.fp-details-page section .container .copyBlock.grey .ariaTitle {
  color: #5e7f92;
}
.fp-details-page section .container .copyBlock.grey ul li {
  color: #3c3c3e;
}
.fp-details-page section .container .copyBlock.grey ul li:before {
  background: #3c3c3e;
}
.fp-details-page section .ornamental-right {
  top: auto;
  bottom: 0;
  left: 0;
}
.fp-details-page section.one {
  position: relative;
  margin-bottom: -100px;
}
@media (max-width: 991.8px) {
  .fp-details-page section.one {
    margin-bottom: -60px;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section.one {
    margin-bottom: 30px;
  }
}
.fp-details-page section.one:before {
  content: "";
  width: 100%;
  height: 420px;
  background: #ffffff;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 2;
  transform-origin: left top;
  transform: skewY(7deg);
}
@media (max-width: 1199.8px) {
  .fp-details-page section.one:before {
    height: 360px;
  }
}
@media (max-width: 991.8px) {
  .fp-details-page section.one:before {
    bottom: 60px;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section.one:before {
    bottom: -10px;
    height: 500px;
  }
}
@media (max-width: 575.8px) {
  .fp-details-page section.one:before {
    bottom: -30px;
    height: 600px;
  }
}
.fp-details-page section.one .container {
  padding: 40px 0 0 0;
}
@media (max-width: 768.8px) {
  .fp-details-page section.one .container {
    flex-flow: column-reverse;
    padding-top: 18px;
  }
}
.fp-details-page section.one .leftBlock {
  position: relative;
  padding: 50px 50px 70px 50px;
  margin: 0 auto 0 0;
  margin-top: 40px;
}
@media (max-width: 991.8px) {
  .fp-details-page section.one .leftBlock {
    padding: 50px 25px 70px 25px;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section.one .leftBlock {
    max-width: 86.6666666667%;
    margin: 0 auto;
    margin-left: 8.8% !important;
    margin-right: 4.2666666667% !important;
    width: 100%;
  }
}
.fp-details-page section.one .leftBlock:before {
  width: 77px;
  height: 77px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/icons/container-ornament-top.svg) no-repeat top center/contain;
}
@media (max-width: 768.8px) {
  .fp-details-page section.one .leftBlock:before {
    width: 51px;
    height: 51px;
  }
}
.fp-details-page section.one .btn-orange, .fp-details-page section.one .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-details-page section.one a {
  cursor: pointer;
}
@media (max-width: 768.8px) {
  .fp-details-page section.one .btn-orange, .fp-details-page section.one .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-details-page section.one a {
    right: 10px;
  }
}
.fp-details-page section.one .btn-orange:after, .fp-details-page section.one .ourstory-page section.two .copyBlock .takeTour a:after, .ourstory-page section.two .copyBlock .takeTour .fp-details-page section.one a:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/button-hover.svg) no-repeat center center;
  opacity: 0;
  transform: scale(1.2);
  transition: all ease 0.3s;
}
.fp-details-page section.one .btn-orange:before, .fp-details-page section.one .ourstory-page section.two .copyBlock .takeTour a:before, .ourstory-page section.two .copyBlock .takeTour .fp-details-page section.one a:before {
  width: 36px;
  height: 6px;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: 10px;
  background: url(../images/icons/button-arrowright.svg) no-repeat top center/contain;
}
@media (max-width: 768.8px) {
  .fp-details-page section.one .btn-orange:before, .fp-details-page section.one .ourstory-page section.two .copyBlock .takeTour a:before, .ourstory-page section.two .copyBlock .takeTour .fp-details-page section.one a:before {
    background-size: 25px 5px;
  }
}
.system .fp-details-page section.one .btn-orange:hover:after, .system .fp-details-page section.one .ourstory-page section.two .copyBlock .takeTour a:hover:after, .ourstory-page section.two .copyBlock .takeTour .system .fp-details-page section.one a:hover:after {
  opacity: 1;
  transform: scale(1);
}
.fp-details-page section.one .rightBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #5e7f92;
  background-color: #ffffff;
  padding: 50px 7.1vw;
}
@media (max-width: 991.8px) {
  .fp-details-page section.one .rightBlock {
    min-height: 750px;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page section.one .rightBlock {
    max-width: 92.7777777778%;
    margin: 0 auto;
    margin-bottom: 30px;
    max-height: none;
    min-height: unset;
  }
}
.fp-details-page section.one .rightBlock .plan {
  margin-bottom: 20px;
}
.fp-details-page section.one .link {
  margin-top: 0;
  margin-bottom: 12px;
  background-color: transparent;
  left: 80px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding-right: 50px;
  position: relative;
  color: #5e7f92;
  font: 500 16px sweet-gothic, sans-serif;
}
@media (max-width: 768.8px) {
  .fp-details-page section.one .link {
    width: auto;
  }
  .fp-details-page section.one .link {
    font-size: calc(12px + 3 * (100vw - 320px) / 448);
  }
}
.fp-details-page section.one .link:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-blue.svg) center right/contain no-repeat;
}
html.system .fp-details-page section.one .link:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.fp-details-page .fp-listing-pattern-wrap {
  overflow: hidden;
  -moz-transform: skewY(-8deg);
  -o-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  display: block;
  position: absolute;
  top: 177px;
  left: 0;
  height: 1000px;
  z-index: -1;
  width: 100%;
  transform-origin: right bottom;
  transform: skewY(-8deg);
}
.fp-details-page .fp-listing-pattern-wrap .fp-listing-pattern {
  background-image: url(../images/patterns/SignalPattern_5_cream.gif);
  height: 100%;
  margin-top: -15%;
  height: 1000px;
  -moz-transform: skewY(12deg);
  -o-transform: skewY(12deg);
  -ms-transform: skewY(12deg);
  -webkit-transform: skewY(12deg);
  transform: skewY(12deg);
}
@media (min-width: 2000px) {
  .fp-details-page .fp-listing-pattern-wrap .fp-listing-pattern {
    height: 1400px;
  }
}
@media (min-width: 769px) {
  .fp-details-page .fp-listing-pattern-wrap .fp-listing-pattern {
    height: 1400px;
  }
}
@media (max-width: 1439.8px) {
  .fp-details-page .fp-listing-pattern-wrap {
    transform: skewY(-12deg);
  }
  .fp-details-page .fp-listing-pattern-wrap .amenities-pattern {
    transform: skewY(12deg);
  }
}
.fp-details-page .details .page-title, .fp-details-page .details .page-404 .content-wrap h1, .page-404 .content-wrap .fp-details-page .details h1 {
  color: #e2deda;
  padding-bottom: 0;
}
@media (max-width: 991.8px) {
  .fp-details-page .details .page-title, .fp-details-page .details .page-404 .content-wrap h1, .page-404 .content-wrap .fp-details-page .details h1 {
    font-size: 30px;
    letter-spacing: 1.5px;
  }
}
.fp-details-page .details .info span {
  color: #e2deda;
}
.fp-details-page .details .links {
  margin-top: 30px;
}
.fp-details-page .details .links .link {
  color: #e8b46f;
  padding-left: 0;
  left: 0;
}
@media (max-width: 991.8px) {
  .fp-details-page .details .links .link {
    letter-spacing: 0.6px;
  }
}
.fp-details-page .details .links .link:before {
  display: none;
}
.fp-details-page .details .links .link:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-golden.svg) center right/contain no-repeat;
}
html.system .fp-details-page .details .links .link:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.fp-details-page .details .btn-orange, .fp-details-page .details .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-details-page .details a {
  position: absolute;
  right: 35px;
}
.fp-details-page .fp-listing-pattern-wrap {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  overflow: hidden;
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fp-details-page .fp-listing-pattern-wrap .bg-pattern-inner,
.fp-details-page .fp-listing-pattern-wrap .fp-listing-pattern {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fp-details-page .fp-listing-pattern-wrap .bg-pattern-inner {
  -moz-transform: skewY(-14deg);
  -o-transform: skewY(-14deg);
  -ms-transform: skewY(-14deg);
  -webkit-transform: skewY(-14deg);
  transform: skewY(-14deg);
  position: relative;
}
.fp-details-page .fp-listing-pattern-wrap .fp-listing-pattern {
  background: url(../images/patterns/SignalPattern_5_cream.gif) top left/auto auto repeat;
  -moz-transform: skewY(7deg);
  -o-transform: skewY(7deg);
  -ms-transform: skewY(7deg);
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}
.fp-details-page .price {
  font-weight: bold !important;
  text-transform: capitalize !important;
}
.fp-details-page .rfwa-expense-guide-container {
  position: relative;
  z-index: 2;
  padding: 115px 20px;
}
@media (max-width: 991.8px) {
  .fp-details-page .rfwa-expense-guide-container {
    padding: 160px 20px;
  }
}
@media (max-width: 768.8px) {
  .fp-details-page .rfwa-expense-guide-container {
    padding: 20px;
  }
}
.fp-details-page .rfwa-expense-guide-container .rfwa-group-title,
.fp-details-page .rfwa-expense-guide-container h2 {
  color: #5e7f92 !important;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
}
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-list th {
  font-weight: 800;
  color: #5e7f92 !important;
}
.fp-details-page .rfwa-expense-guide-container .rfwa-export-pdf-link,
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-footer,
.fp-details-page .rfwa-expense-guide-container .rfwa-group-description,
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-label,
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-details,
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-list th,
.fp-details-page .rfwa-expense-guide-container p,
.fp-details-page .rfwa-expense-guide-container span {
  color: #3c3c3e;
  margin-bottom: 0;
}
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-type.Required,
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-type-required {
  background-color: #e8b46f;
  color: #3c3c3e;
  border: 1px solid #e8b46f;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sweet-gothic, sans-serif;
}
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-type-optional,
.fp-details-page .rfwa-expense-guide-container .rfwa-expense-type.Optional {
  background-color: #3c3c3e;
  color: #e1ddd9;
  border: 1px solid #3c3c3e;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sweet-gothic, sans-serif;
}
.fp-details-page [data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right: 2px solid #3c3c3e;
  border-bottom: 2px solid #3c3c3e;
}
.fp-details-page .rfwa-fee-calculator {
  width: 100% !important;
}
.fp-details-page .rfwa-fee-calculator::before {
  position: absolute;
  width: 17px;
  background-size: 21px 24px;
}
.fp-details-page .rfwa-fee-calculator span {
  margin-left: 30px;
  margin-top: 2px;
  display: flex;
  font-weight: bold !important;
}
@media (max-width: 575.8px) {
  .fp-details-page .rfwa-fee-calculator span {
    margin-top: 4px;
  }
}
@media (max-width: 349.8px) {
  .fp-details-page .rfwa-fee-calculator span {
    margin-top: 5px;
  }
}
.fp-details-page .fp_disclaimer {
  color: #3c3c3e !important;
  text-transform: capitalize !important;
}

/***************************Sightmap****************************
***************************************************************
**************************************************************/
.fp-sightmap-page {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 768.8px) {
  .fp-sightmap-page {
    padding-top: 26px;
  }
}
.fp-sightmap-page:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #3c3c3e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fp-sightmap-page .container {
  margin: auto;
  width: 100%;
}
.fp-sightmap-page .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-sightmap-page .container {
    transform: none !important;
  }
}
.fp-sightmap-page .one {
  position: relative;
}
.fp-sightmap-page .one:before {
  content: "";
  width: 100%;
  height: 330px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  transform-origin: left top;
  transform: skewY(7deg);
}
@media (max-width: 1199.8px) {
  .fp-sightmap-page .one:before {
    height: 320px;
  }
}
@media (max-width: 768.8px) {
  .fp-sightmap-page .one:before {
    bottom: -10px;
  }
}
@media (max-width: 575.8px) {
  .fp-sightmap-page .one:before {
    bottom: -30px;
  }
}
.fp-sightmap-page iframe {
  width: 100%;
  height: 100%;
  min-height: 980px;
}
@media (max-width: 768.8px) {
  .fp-sightmap-page iframe {
    min-height: 570px;
  }
}
.fp-sightmap-page .page-title-wrap {
  position: relative;
}
.fp-sightmap-page .page-title-wrap .container {
  max-width: 92.7777777778%;
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-sightmap-page .page-title-wrap .container {
    transform: none !important;
  }
}
.fp-sightmap-page .page-title-wrap .container .sectionTitle, .fp-sightmap-page .page-title-wrap .amenities-page section .container .copyBlock .ariaTitle, .amenities-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .contact-page section .container .copyBlock .ariaTitle, .contact-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .thankyou-page section .container .copyBlock .ariaTitle, .thankyou-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .blog-page section .container .copyBlock .ariaTitle, .blog-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .features-page section .container .copyBlock .ariaTitle, .features-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .sustainability-page section .container .copyBlock .ariaTitle, .sustainability-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .ourstory-page section .container .copyBlock .ariaTitle, .ourstory-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .fp-page section .container .copyBlock .ariaTitle, .fp-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .fp-details-page section .container .copyBlock .ariaTitle, .fp-details-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle {
  color: #e8b46f;
  display: block;
}
@media (max-width: 768.8px) {
  .fp-sightmap-page .page-title-wrap .container .sectionTitle, .fp-sightmap-page .page-title-wrap .amenities-page section .container .copyBlock .ariaTitle, .amenities-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .contact-page section .container .copyBlock .ariaTitle, .contact-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .thankyou-page section .container .copyBlock .ariaTitle, .thankyou-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .blog-page section .container .copyBlock .ariaTitle, .blog-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .features-page section .container .copyBlock .ariaTitle, .features-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .sustainability-page section .container .copyBlock .ariaTitle, .sustainability-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .ourstory-page section .container .copyBlock .ariaTitle, .ourstory-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .fp-page section .container .copyBlock .ariaTitle, .fp-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle, .fp-sightmap-page .page-title-wrap .fp-details-page section .container .copyBlock .ariaTitle, .fp-details-page section .fp-sightmap-page .page-title-wrap .container .copyBlock .ariaTitle {
    padding-bottom: 4px;
  }
}
.fp-sightmap-page .page-title-wrap .container .page-title, .fp-sightmap-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-sightmap-page .page-title-wrap .container h1 {
  color: #e2deda;
  padding-bottom: 0;
}
@media (max-width: 768.8px) {
  .fp-sightmap-page .page-title-wrap .container .page-title, .fp-sightmap-page .page-title-wrap .container .page-404 .content-wrap h1, .page-404 .content-wrap .fp-sightmap-page .page-title-wrap .container h1 {
    padding-bottom: 0;
  }
}
.fp-sightmap-page .page-title-wrap .animElements {
  position: absolute;
  width: 198px;
  height: 198px;
  right: -20px;
  top: 0;
}
@media (max-width: 991.8px) {
  .fp-sightmap-page .page-title-wrap .animElements {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .fp-sightmap-page .page-title-wrap .animElements {
    width: 23.73vw;
    height: 23.73vw;
    right: -10px;
    top: 0;
    bottom: auto;
  }
}
@media (max-width: 575.8px) {
  .fp-sightmap-page .page-title-wrap .animElements {
    top: auto;
    bottom: 0;
  }
}
.fp-sightmap-page .page-title-wrap .link {
  color: #e8b46f;
  padding-left: 50px;
  margin-top: 20px;
}
.fp-sightmap-page .page-title-wrap .link:after {
  display: none;
}
.fp-sightmap-page .page-title-wrap .link:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 8px;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(-10px) rotate(180deg);
  -o-transform: translateX(-10px) rotate(180deg);
  -ms-transform: translateX(-10px) rotate(180deg);
  -webkit-transform: translateX(-10px) rotate(180deg);
  transform: translateX(-10px) rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright-golden.svg) center right/contain no-repeat;
}
html.system .fp-sightmap-page .page-title-wrap .link:hover:before {
  -moz-transform: translateX(-15px) rotate(180deg);
  -o-transform: translateX(-15px) rotate(180deg);
  -ms-transform: translateX(-15px) rotate(180deg);
  -webkit-transform: translateX(-15px) rotate(180deg);
  transform: translateX(-15px) rotate(180deg);
}
.fp-sightmap-page section .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media (max-width: 991.8px) {
  .fp-sightmap-page section .container {
    transform: none !important;
  }
}
@media (max-width: 768.8px) {
  .fp-sightmap-page section .container {
    max-width: 100%;
    flex-flow: column;
  }
}
.fp-sightmap-page section .ornamental-right {
  top: auto;
  bottom: 0;
  left: 0;
}
.fp-sightmap-page section.one {
  position: relative;
}
@media (max-width: 991.8px) {
  .fp-sightmap-page section.one {
    padding-top: 21px;
  }
}
.fp-sightmap-page section.one .container {
  padding: 52px 0 0 0;
}
@media (max-width: 768.8px) {
  .fp-sightmap-page section.one .container {
    flex-flow: column-reverse;
    padding: 22px 0 0 0;
  }
}
.fp-sightmap-page section.one .fullBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #5e7f92;
  background-color: #ffffff;
  padding: 0;
  min-height: 980px;
  width: 100%;
  margin-bottom: -50px;
}
@media (max-width: 768.8px) {
  .fp-sightmap-page section.one .fullBlock {
    max-width: 92.7777777778%;
    margin: 0 auto;
    min-height: 570px;
    margin-bottom: -40px;
  }
}
@media (max-width: 575.8px) {
  .fp-sightmap-page section.one .fullBlock {
    margin-bottom: -60px;
  }
}
.fp-sightmap-page .fp-listing-pattern-wrap {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 177px;
  left: 0;
  height: 1000px;
  z-index: -1;
  width: 100%;
  transform-origin: right bottom;
  transform: skewY(-8deg);
}
.fp-sightmap-page .fp-listing-pattern-wrap .fp-listing-pattern {
  background-image: url(../images/patterns/SIgnalPattern_3_beige.gif);
  height: 100%;
  margin-top: -15%;
}
@media (max-width: 1439.8px) {
  .fp-sightmap-page .fp-listing-pattern-wrap {
    transform: skewY(-12deg);
  }
  .fp-sightmap-page .fp-listing-pattern-wrap .amenities-pattern {
    transform: skewY(12deg);
  }
}
.fp-sightmap-page .rfwa-expense-guide-container {
  position: relative;
  z-index: 2;
  padding: 115px 20px;
}
@media (max-width: 991.8px) {
  .fp-sightmap-page .rfwa-expense-guide-container {
    padding: 80px 20px;
  }
}
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-group-title,
.fp-sightmap-page .rfwa-expense-guide-container h2 {
  color: #5e7f92 !important;
  font-family: sweet-gothic, sans-serif;
  text-transform: uppercase;
}
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-list th {
  font-weight: 800;
  color: #5e7f92 !important;
}
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-export-pdf-link,
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-footer,
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-group-description,
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-label,
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-details,
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-list th,
.fp-sightmap-page .rfwa-expense-guide-container p,
.fp-sightmap-page .rfwa-expense-guide-container span {
  color: #3c3c3e;
  margin-bottom: 0;
}
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-type.Required,
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-type-required {
  background-color: #e8b46f;
  color: #3c3c3e;
  border: 1px solid #e8b46f;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sweet-gothic, sans-serif;
}
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-type-optional,
.fp-sightmap-page .rfwa-expense-guide-container .rfwa-expense-type.Optional {
  background-color: #3c3c3e;
  color: #e1ddd9;
  border: 1px solid #3c3c3e;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sweet-gothic, sans-serif;
}
.fp-sightmap-page [data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right: 2px solid #3c3c3e;
  border-bottom: 2px solid #3c3c3e;
}
.fp-sightmap-page .rfwa-fee-calculator {
  width: 100% !important;
}
.fp-sightmap-page .rfwa-fee-calculator::before {
  position: absolute;
  width: 17px;
}
.fp-sightmap-page .rfwa-fee-calculator span {
  margin-left: 30px;
}
.fp-sightmap-page .fp_disclaimer {
  color: #3c3c3e !important;
  text-transform: capitalize !important;
}

.pf-dropdown .selectivo__dropdown {
  border: 2px solid #e8b46f;
  border-top: 0;
  background-color: #3c3c3e;
  color: #e8b46f;
}
.pf-dropdown .selectivo__label {
  background: #3c3c3e;
  color: #e8b46f !important;
}
.pf-dropdown .selectivo__option {
  font: 400 14px sweet-sans-pro, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768.8px) {
  .pf-dropdown .selectivo__option {
    font-size: 12px;
  }
}
.pf-dropdown .selectivo__option:focus,
.pf-dropdown .selectivo__option.selectivo__option--selected, .system .pf-dropdown .selectivo__option:hover {
  background: #e8b46f;
  color: #3c3c3e;
}
.pf-dropdown .selectivo__label,
.pf-dropdown .selectivo__option {
  text-align: left;
}
@media (max-width: 768.8px) {
  .pf-dropdown .selectivo__label,
  .pf-dropdown .selectivo__option {
    font-size: 12px;
  }
}

.fp-module_filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.8px) {
  .fp-module_filter {
    margin-top: 25px;
  }
}
@media (max-width: 768.8px) {
  .fp-module_filter {
    flex-direction: column;
    margin-top: 25px;
  }
}
.fp-module_filter .selectivo {
  width: 100%;
}
.fp-module_filter .selectivo__label {
  border: 2px solid #e8b46f;
  background-color: #3c3c3e;
}
.fp-module_filter .pf-dropdown {
  width: 300px;
  margin-right: 12px;
}
@media (max-width: 768.8px) {
  .fp-module_filter .pf-dropdown {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 575.8px) {
  .fp-module_filter .pf-dropdown {
    width: 60vw;
  }
}
.fp-module_filter.landing {
  flex-direction: column;
}
.fp-module_filter.landing .pf-dropdown {
  width: 100%;
  margin-right: 0;
}
.fp-module_filter .selectivo__label,
.fp-module_filter .selectivo__option {
  color: #e8b46f;
}
.fp-module_filter .selectivo__label:after {
  background: url(../images/icons/arrow.svg) no-repeat center center !important;
}
.fp-module_filter .selectivo__option:focus,
.fp-module_filter .selectivo__option.selectivo__option--selected, .system .fp-module_filter .selectivo__option:hover {
  background: #e8b46f;
  color: #3c3c3e;
}

.sort-options {
  margin-top: -30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 936px;
  justify-content: space-between;
}
@media (max-width: 1199.8px) {
  .sort-options {
    flex-direction: column;
    width: auto;
  }
}
@media (max-width: 991.8px) {
  .sort-options {
    flex-direction: column;
    width: auto;
  }
}
.sort-options .filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768.8px) {
  .sort-options .filters {
    margin-top: -40px;
    flex-direction: column;
  }
}
.sort-options .filters .view-by {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768.8px) {
  .sort-options .filters .view-by {
    margin-top: 25px;
  }
}
.sort-options .filters .view-by .grid {
  background: url(../images/fp/icon-grid.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.sort-options .filters .view-by .grid.active {
  background: url(../images/fp/icon-grid-active.svg) no-repeat center center;
}
.sort-options .filters .view-by .list {
  background: url(../images/fp/icon-list.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.sort-options .filters .view-by .list.active {
  background: url(../images/fp/icon-list-active.svg) no-repeat center center;
}
@media (max-width: 768.8px) {
  .sort-options .filters .sort-by {
    margin-top: 50px;
  }
}
.sort-options .filters .sort-by.desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.sort-options .filters .sort-by.mobile .view-by-filter {
  margin-top: 10px;
  display: block;
  width: 300px;
}
.sort-options .filters .sort-by.mobile .view-by-filter .selectivo__label,
.sort-options .filters .sort-by.mobile .view-by-filter .selectivo__option {
  background-color: transparent;
  text-align: left;
  width: 100%;
  font: 500 12px sweet-sans-pro, sans-serif;
  color: #3c3c3e;
  padding: 16px 20px 15px;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  text-transform: uppercase;
}
.sort-options .filters .sort-by.mobile .view-by-filter .selectivo__label {
  border: 2px solid #3c3c3e;
}
.sort-options .filters .sort-by.mobile .view-by-filter .selectivo__label:after {
  background: url(../images/icons/arrow-grey.svg) no-repeat center center !important;
}
.sort-options .filters .sort-by.mobile .view-by-filter .selectivo__option {
  background-color: #ffffff;
}
.sort-options .filters .sort-by.mobile .view-by-filter .selectivo__option.selectivo__option--selected {
  color: #e8b46f;
  background-color: #3c3c3e;
}
.sort-options .filters .sort-by.mobile .view-by-filter .selectivo__dropdown {
  padding: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768.8px) {
  .sort-options .filters .sort-by.mobile .view-by-filter .selectivo__dropdown {
    width: 300px;
    border: 2px solid #3c3c3e;
  }
}
.sort-options .filters .sort-by.mobile span {
  color: #3c3c3e;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.sort-options .filters .sort-by span {
  font: 500 14px/14px sweet-sans-pro, sans-serif;
  letter-spacing: 0.7px;
  padding: 0 3px;
  color: #9e9ea1;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .sort-options .filters .sort-by span {
    font-size: 12px;
  }
}
.sort-options .filters .sort-by ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 12px;
}
@media (max-width: 768.8px) {
  .sort-options .filters .sort-by ul {
    position: relative;
    top: 3px;
  }
}
.sort-options .filters .sort-by ul li {
  position: relative;
  margin-right: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.8px) {
  .sort-options .filters .sort-by ul li {
    margin-right: 15px;
  }
}
.sort-options .filters .sort-by ul li.active a {
  color: #e8b46f !important;
}
.sort-options .filters .sort-by ul li.active a:before {
  border-color: transparent transparent transparent #e8b46f !important;
}
.sort-options .filters .sort-by ul li:hover {
  cursor: pointer;
}
.sort-options .filters .sort-by ul li:hover a {
  color: #e8b46f;
}
.sort-options .filters .sort-by ul li:hover a:before {
  border-color: transparent transparent transparent #e8b46f;
}
.sort-options .filters .sort-by ul li:hover a:hover {
  color: #e8b46f;
}
.sort-options .filters .sort-by ul li:last-child {
  margin-right: 0;
}
@media (max-width: 768.8px) {
  .sort-options .filters .sort-by ul li {
    margin-right: 25px;
  }
}
@media (max-width: 349.8px) {
  .sort-options .filters .sort-by ul li {
    margin-right: 15px;
  }
}
.sort-options .filters .sort-by ul li:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 20px;
  border-color: transparent transparent transparent #9e9ea1;
}
@media (max-width: 768.8px) {
  .sort-options .filters .sort-by ul li:before {
    border-width: 4px 0 4px 13px;
    margin-right: 3px;
  }
}
.sort-options .filters .sort-by ul li a {
  font: 500 14px/14px sweet-sans-pro, sans-serif;
  letter-spacing: 0.7px;
  color: #9e9ea1;
  text-transform: uppercase;
}
@media (max-width: 991.8px) {
  .sort-options .filters .sort-by ul li a {
    font-size: 12px;
  }
}
@media (max-width: 768.8px) {
  .sort-options .filters .sort-by ul li a {
    font-size: 12px;
    line-height: 20px;
  }
}
.sort-options .filters .sort-by ul li.active:before {
  border-color: transparent transparent transparent #e8b46f;
}
.sort-options .filters .sort-by ul li.active a {
  color: #e8b46f;
}
.system .sort-options .filters .sort-by ul li:hover:before {
  border-color: transparent transparent transparent #e8b46f;
}
.sort-options .search-by-floor {
  font-family: sweet-gothic, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  padding-right: 50px;
  font-style: normal;
  letter-spacing: 0.75px;
  color: #e2deda;
  position: relative;
}
@media (max-width: 768.8px) {
  .sort-options .search-by-floor {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .sort-options .search-by-floor {
    font-size: 9px;
  }
}
.sort-options .search-by-floor.mobile {
  width: fit-content;
}
@media (max-width: 1199.8px) {
  .sort-options .search-by-floor.desktop {
    margin-top: 20px;
    font-size: 12px;
    display: inline-block;
  }
}
@media (max-width: 768.8px) {
  .sort-options .search-by-floor.desktop {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1199.8px) {
  .sort-options .search-by-floor.desktop:after {
    right: auto;
  }
}
@media (max-width: 991.8px) {
  .sort-options .search-by-floor.desktop:after {
    right: auto;
    left: 170px;
  }
}
.sort-options .search-by-floor:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright.svg) center right/contain no-repeat;
}
html.system .sort-options .search-by-floor:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.search-by-floor {
  font-family: sweet-gothic, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  padding-right: 50px;
  font-style: normal;
  letter-spacing: 0.75px;
  color: #e2deda;
  position: relative;
}
.search-by-floor.mobile {
  width: 253px;
}
@media screen and (max-width: 600px) {
  .search-by-floor.mobile {
    width: 200px;
  }
}
@media screen and (max-width: 414px) {
  .search-by-floor.mobile {
    width: 200px;
  }
}
@media screen and (max-width: 375px) {
  .search-by-floor.mobile {
    width: 170px;
  }
}
@media (max-width: 1199.8px) {
  .search-by-floor.desktop {
    margin-top: 20px;
    font-size: 12px;
    display: inline-block;
  }
}
@media (max-width: 768.8px) {
  .search-by-floor.desktop {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
@media (max-width: 1199.8px) {
  .search-by-floor.desktop:after {
    right: auto;
  }
}
@media (max-width: 991.8px) {
  .search-by-floor.desktop:after {
    right: auto;
    left: 170px;
  }
}
.search-by-floor:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 41px;
  height: 8px;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/icons/button-arrowright.svg) center right/contain no-repeat;
}
html.system .search-by-floor:hover:after {
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.fp-listing-page .btn-orange, .fp-listing-page .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-listing-page a {
  margin-top: 40px;
}
@media (max-width: 768.8px) {
  .fp-listing-page .btn-orange, .fp-listing-page .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-listing-page a {
    margin-left: 60vw;
  }
}
.fp-listing-page .selectivo__dropdown {
  background: #3c3c3e;
  border: 2px solid #e8b46f !important;
  color: #e8b46f;
}
@media (max-width: 768.8px) {
  .fp-listing-page .selectivo__dropdown {
    width: 60vw;
  }
}

.fp-module_filter .btn-orange, .fp-module_filter .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-module_filter a {
  margin-top: -30px;
}
@media (max-width: 768.8px) {
  .fp-listing-page .fp-module_filter {
    position: relative;
  }
  .fp-listing-page .btn-orange, .fp-listing-page .ourstory-page section.two .copyBlock .takeTour a, .ourstory-page section.two .copyBlock .takeTour .fp-listing-page a {
    position: absolute;
    bottom: -30px;
    margin-top: 0;
    right: 0;
  }
  .fp-listing-page .sort-options {
    position: relative;
    margin-top: 0;
  }
  .fp-listing-page .filters {
    margin-top: 0;
  }
}

.hidden-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

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