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

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

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

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

html, body {
  overflow: unset;
}

html {
  min-height: 100%;
}

body {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

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

img {
  vertical-align: middle;
  max-width: 100%;
}

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;
  margin-bottom: 1rem;
}

:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
  outline-offset: 1px;
  transition: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3 {
  font-size: 18px;
  margin-bottom: 0.8em;
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}

/*.................................................
   SKELETON
..................................................*/
a:focus {
  outline: 1px dashed #000 !important;
  outline-offset: 1px;
}

.skipnav,
.skipnav:hover,
.skipnav:visited {
  position: absolute !important;
  left: -999em !important;
}

.skipnav:focus {
  background: #fff;
  left: 0 !important;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  padding: 1rem 1.5rem;
  color: "";
}

.main_wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

#mainContents {
  position: relative;
}

#mainContent {
  margin-top: 128.33px;
}
@media (max-width: 1366px) {
  #mainContent {
    margin-top: 116.66px;
  }
}
@media (max-width: 991px) {
  #mainContent {
    margin-top: 91.92px;
  }
}
@media (max-width: 374px) {
  #mainContent {
    margin-top: 88.27px;
  }
}

/* MAin content focus */
.skip-nav {
  background: transparent;
  color: #000000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
}

.skip-nav:focus {
  background: #fff;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#skrollr-body {
  overflow: hidden;
}

.parallax-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: -1;
  opacity: 0.7;
}
.parallax-bg.moveUp {
  top: 40%;
}
@media (max-width: 991px) {
  .parallax-bg {
    top: 15%;
    padding-top: 0;
    height: 75vh;
    position: fixed;
    transition: all 0.6s ease;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .parallax-bg {
    top: 0;
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .parallax-bg img {
    max-height: 100%;
    transform: none !important;
    padding: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .parallax-bg img {
    max-height: none;
  }
}

.desktop-bg {
  display: block;
  width: 100%;
  padding: 24vw 2.5vw 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 640px) {
  .desktop-bg {
    display: none;
  }
}

.mob-bg {
  display: none;
}
@media (max-width: 640px) {
  .mob-bg {
    display: block;
  }
}

body {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
}

.frame {
  position: relative;
  padding: 40px;
}
.frame:after, .frame:before {
  border: 10px solid #000;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
}
.frame:after {
  border-left: none;
  right: 0;
}
.frame:before {
  border-right: none;
  left: 0;
}
.frame .frame-content {
  text-align: center;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .frame .frame-content {
    margin-top: 40px;
  }
}
.frame .frame-content:first-child {
  margin-top: 0;
}

.btn-cta, #contact-page .contact-form-box .hywrap button[type=submit] {
  background: #b94648;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  display: inline-block;
  padding: 18px 15px;
  width: 100%;
  max-width: 420px;
}
.btn-cta:hover, #contact-page .contact-form-box .hywrap button[type=submit]:hover {
  background: #000;
}
@media (max-width: 1366px) {
  .btn-cta, #contact-page .contact-form-box .hywrap button[type=submit] {
    font-size: 18px;
    padding: 15px;
    max-width: 340px;
  }
}
@media (max-width: 991px) {
  .btn-cta, #contact-page .contact-form-box .hywrap button[type=submit] {
    max-width: 315px;
  }
}
@media (max-width: 640px) {
  .btn-cta, #contact-page .contact-form-box .hywrap button[type=submit] {
    font-size: 14px;
  }
}

.emphasize-cta {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.emphasize-cta {
  font-size: calc(28px + 12 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  .emphasize-cta {
    margin-bottom: 15px;
  }
  .emphasize-cta {
    font-size: calc(18px + 10 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .emphasize-cta {
    margin-bottom: 8px;
  }
  .emphasize-cta {
    font-size: calc(16px + 2 * (100vw - 320px) / 320);
  }
}

.secondary-cta {
  color: #b74548;
  text-decoration: none;
  border-bottom: 2px solid #b74548;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.secondary-cta span {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .secondary-cta span {
    padding-right: 25px;
  }
}
.secondary-cta:after {
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #b74548;
  display: inline-block;
  margin-left: -20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1499px) {
  .secondary-cta:after {
    border-width: 6px 0 6px 12px;
  }
}
@media (max-width: 991px) {
  .secondary-cta:after {
    border-width: 5.5px 0 5.5px 11px;
    margin-left: -15px;
  }
}
.secondary-cta:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
.secondary-cta:hover:after {
  border-color: transparent transparent transparent #000;
}

.animate_text {
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 0.99) transform, 1.5s cubic-bezier(0.55, 0.085, 0, 0.99) opacity;
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
}
.animate_text.inposition {
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.animate_text_gallery {
  transition: 1s cubic-bezier(0.55, 0.085, 0, 0.99) transform, 1s cubic-bezier(0.55, 0.085, 0, 0.99) opacity;
  -ms-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
}
.animate_text_gallery.inposition {
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  opacity: 1;
}
@media (max-width: 640px) {
  .animate_text_gallery.inposition {
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}

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

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

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

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

.flexslider ul.slides li {
  position: relative;
}
.flexslider ul.slides li div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.flexslider {
  border: none;
  margin: 0;
  box-shadow: none;
  height: 100%;
  position: relative;
}
.flexslider ul.slides,
.flexslider li,
.flexslider .flex-viewport {
  height: 100%;
}
.flexslider .flex-direction-nav .flex-next,
.flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  font-size: 0;
  width: 31px;
  height: 51px;
  margin: 0;
  background: url(../images/icons/white-arrow.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .flexslider .flex-direction-nav .flex-next,
  .flexslider .flex-direction-nav .flex-prev {
    width: 18px;
    height: 28px;
  }
}
.flexslider .flex-direction-nav .flex-next:focus,
.flexslider .flex-direction-nav .flex-prev:focus {
  outline: 1px dashed #000 !important;
  outline-offset: 1px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .flexslider .flex-direction-nav .flex-next {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .flexslider .flex-direction-nav .flex-next {
    right: 15px;
  }
}
.flexslider .flex-direction-nav .flex-prev {
  left: 35px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 991px) {
  .flexslider .flex-direction-nav .flex-prev {
    left: 30px;
  }
}
@media (max-width: 640px) {
  .flexslider .flex-direction-nav .flex-prev {
    left: 15px;
  }
}
.flexslider .flex-direction-nav a:before,
.flexslider .flex-direction-nav a:after {
  display: none;
}
.flexslider .flex-control-nav {
  bottom: auto;
  top: 40px;
  z-index: 2;
}
.flexslider .flex-control-nav a {
  background: #fff;
  width: 13px;
  height: 13px;
  box-shadow: none;
}
.flexslider .flex-control-nav a.flex-active {
  background: #b84648;
}
.flexslider .flex-control-nav a:focus {
  outline: 1px dashed #000 !important;
  outline-offset: 1px;
}
@media (max-width: 991px) {
  .flexslider .flex-control-nav {
    display: none;
  }
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  font-size: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 35px;
}
@media (max-width: 991px) {
  .flexslider:hover .flex-direction-nav .flex-next {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .flexslider:hover .flex-direction-nav .flex-next {
    right: 15px;
  }
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 35px;
}
@media (max-width: 991px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
  }
}
@media (max-width: 640px) {
  .flexslider:hover .flex-direction-nav .flex-prev {
    left: 15px;
  }
}
.flexslider .flex-pauseplay button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 45px;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  left: 35px;
}
@media (max-width: 991px) {
  .flexslider .flex-pauseplay button {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 640px) {
  .flexslider .flex-pauseplay button {
    left: 15px;
    bottom: 15px;
  }
}
.flexslider .flex-pauseplay a,
.flexslider .flex-pauseplay button {
  width: 30px;
  height: 30px;
  overflow: hidden;
  z-index: 2;
  text-indent: 9999px;
  background: url(../images/icons/play-icon.svg) no-repeat center center;
  background-size: contain;
}
.flexslider .flex-pauseplay a.flex-pause,
.flexslider .flex-pauseplay button.flex-pause {
  background: url(../images/icons/pause-icon.svg) no-repeat center center;
  background-size: contain;
}

.custom-slider-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5.7vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.custom-slider-pagination .divider {
  padding: 0 5px;
}

.hide-visually {
  position: absolute;
  left: -9999999px;
}

#pano {
  min-height: 600px;
}

/*------Fee Calculator Widget------*/
.expense-display .rfwa-expense-guide-container {
  font-family: "proxima-nova", sans-serif !important;
}
@media (max-width: 1024px) {
  .expense-display .rfwa-expense-guide-container {
    padding: 0px;
  }
}
.expense-display .rfwa-expense-guide-container h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.expense-display .rfwa-expense-guide-container p {
  text-align: center;
}
.expense-display .rfwa-expense-guide-container .rfwa-group-description {
  text-align: left;
}
.expense-display .rfwa-expense-guide-container .rfwa-export-pdf-link, .expense-display .rfwa-expense-guide-container p, .expense-display .rfwa-expense-guide-container .rfwa-expense-footer, .expense-display .rfwa-expense-guide-container .rfwa-expense-type.Optional, .expense-display .rfwa-expense-guide-container .rfwa-expense-type.Situational, .expense-display .rfwa-expense-guide-container .rfwa-expense-list td::before {
  color: #000;
}
.expense-display .rfwa-expense-guide-container .rfwa-group-description, .expense-display .rfwa-expense-guide-container .rfwa-expense-footer {
  font-size: 17px;
}
.expense-display .rfwa-expense-guide-container .rfwa-expense-list th {
  font-weight: 600;
}
.expense-display .rfwa-expense-guide-container .rfwa-fee-calculator {
  text-decoration: none;
}
.expense-display .rfwa-expense-guide-container .rfwa-expense-type.Required, .expense-display .rfwa-expense-guide-container .rfwa-expense-type-required {
  background-color: #738875 !important;
  border: 1px solid #738875 !important;
  color: #000 !important;
}
.expense-display .rfwa-expense-guide-container .rfwa-expense-type.Optional, .expense-display .rfwa-expense-guide-container .rfwa-expense-type.Situational, .expense-display .rfwa-expense-guide-container .rfwa-expense-type-optional, .expense-display .rfwa-expense-guide-container .rfwa-expense-type-situational {
  background: #b74548 !important;
  border: 1px solid #b74548 !important;
  color: #fff !important;
}
.expense-display .rfwa-expense-guide-container .rfwa-expense-footer {
  padding-bottom: 50px;
}

.fp-detail-page .rfwa-fee-calculator::before {
  background-position: -1px center;
  height: 28px;
  position: absolute;
  left: 0;
  top: 53%;
  margin-top: -14px;
  width: 28px;
}

.fp-detail-page .rfwa-fee-calculator {
  width: auto !important;
  height: auto;
  color: #738875;
  padding-left: 24px !important;
  text-decoration: none;
}

.rfwa-fee-calculator::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/floorplan/calculator.svg) !important;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.fp-detail-page .total-rent {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.back-to-cta {
  color: #b74548;
  margin-bottom: 30px;
  text-underline-offset: 6px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
.trigger-menu-wrapper {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  transition-timing-function: ease;
}

.scroll-down .trigger-menu-wrapper {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5.2vw 0 4.2vw;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1366px) {
  #header {
    padding: 0 5.2vw 0 4.2vw;
  }
}
@media (max-width: 1024px) {
  #header {
    padding: 0 4.6vw 0 3.6vw;
  }
}
@media (max-width: 991px) {
  #header {
    padding: 25px 4.2vw 25px 5.2vw;
  }
}
@media (max-width: 374px) {
  #header {
    padding: 25px 4.2vw;
  }
}
#header #h_logo_desk {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  #header #h_logo_desk {
    display: none;
  }
}
@media (max-width: 374px) {
  #header #h_logo_desk {
    height: auto;
    max-width: 100%;
  }
}
#header #h_logo_desk img {
  height: auto;
  width: 220px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1366px) {
  #header #h_logo_desk img {
    max-width: 200px;
  }
}
#header #h_logo_mobile {
  height: 100%;
  width: auto;
  display: none;
}
@media (max-width: 991px) {
  #header #h_logo_mobile {
    display: block;
  }
}
@media (max-width: 374px) {
  #header #h_logo_mobile {
    height: auto;
    width: auto;
  }
}
#header #h_logo_mobile img {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #header #h_logo_mobile img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #header #h_logo_mobile img {
    height: auto;
    width: 300px;
  }
}
@media (max-width: 374px) {
  #header #h_logo_mobile img {
    width: 270px;
  }
}
#header .menu_wrap {
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
  width: 100%;
}
@media (max-width: 991px) {
  #header .menu_wrap {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  #header .menu_wrap {
    margin-right: 40px;
  }
}
@media (max-width: 374px) {
  #header .menu_wrap {
    margin-right: 31px;
  }
}
#header .menu_wrap a[class^=h_icn] img {
  height: 20px;
}
@media (max-width: 640px) {
  #header .menu_wrap a[class^=h_icn] img {
    height: 17px;
  }
}
@media (max-width: 374px) {
  #header .menu_wrap a[class^=h_icn] img {
    height: 15px;
  }
}
#header .menu_wrap a[class^=h_icn] {
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  #header .menu_wrap a[class^=h_icn] {
    margin-right: 4vw;
    height: 20px;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  #header .menu_wrap a[class^=h_icn] {
    height: 17px;
  }
}
@media (max-width: 991px) {
  #header .menu_wrap a[class^=h_icn] {
    height: 15px;
    margin-right: 3vw;
  }
}
#header .menu_wrap a[class^=h_icn]:hover {
  cursor: pointer;
}
#header .menu_wrap a[class^=h_icn].h_icn_vt_tour {
  height: 30px;
  margin-top: -5px;
}
#header .menu_wrap a[class^=h_icn].h_icn_vt_tour img {
  height: 30px;
}
@media (max-width: 991px) {
  #header .primary_menu {
    display: none;
  }
}
#header .primary_menu li {
  display: inline-block;
  margin-right: 4vw;
  font-family: "proxima-nova", sans-serif;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
#header .primary_menu li.tour-i5 {
  text-transform: none;
  margin-right: 5vw;
}
@media (max-width: 1499px) {
  #header .primary_menu li.tour-i5 {
    margin-right: 4vw;
  }
}
@media (max-width: 1024px) {
  #header .primary_menu li.tour-i5 {
    margin-right: 3vw;
  }
}
@media (max-width: 1499px) {
  #header .primary_menu li {
    margin-right: 3vw;
  }
}
@media (max-width: 1300px) {
  #header .primary_menu li {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  #header .primary_menu li {
    margin-right: 10px;
  }
}
#header .primary_menu li a {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 35px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 24px;
  text-decoration: none;
}
#header .primary_menu li a {
  font-size: calc(20px + 4 * (100vw - 1366px) / 554);
}
#header .primary_menu li a {
  line-height: calc(24px + 11 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  #header .primary_menu li a {
    font-size: calc(16px + 4 * (100vw - 992px) / 373);
  }
  #header .primary_menu li a {
    line-height: calc(22px + 13 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #header .primary_menu li a {
    font-size: calc(16px + 2 * (100vw - 320px) / 673);
  }
  #header .primary_menu li a {
    line-height: calc(24px + 11 * (100vw - 320px) / 673);
  }
}
#header .primary_menu li:active a, #header .primary_menu li:hover a {
  color: #b94648;
}
#header .primary_menu li:hover {
  cursor: pointer;
}
#header .primary_menu li.current-menu-item a {
  color: #b94648;
}
#header #toggle_menu {
  cursor: pointer;
  position: absolute;
  right: 5.2vw;
  top: 50%;
  width: 50px;
  height: 30px;
  z-index: 1;
  padding-top: 5px;
  transform: translateY(-60%);
  margin-top: 1px;
  border: none;
  background: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #header #toggle_menu {
    right: 4.6vw;
  }
}
@media (max-width: 991px) {
  #header #toggle_menu {
    width: 40px;
  }
}
@media (max-width: 374px) {
  #header #toggle_menu {
    width: 30px;
    right: 4.2vw;
  }
}
#header #toggle_menu .toggle-menu .hamburger-icon,
#header #toggle_menu .toggle-menu .hamburger-icon:before,
#header #toggle_menu .toggle-menu .hamburger-icon:after {
  cursor: pointer;
  height: 4px;
  width: 50px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
@media (max-width: 991px) {
  #header #toggle_menu .toggle-menu .hamburger-icon,
  #header #toggle_menu .toggle-menu .hamburger-icon:before,
  #header #toggle_menu .toggle-menu .hamburger-icon:after {
    width: 40px;
  }
}
#header #toggle_menu .toggle-menu .hamburger-icon:before {
  top: -10px;
}
@media (max-width: 991px) {
  #header #toggle_menu .toggle-menu .hamburger-icon:before {
    top: -8px;
  }
}
#header #toggle_menu .toggle-menu .hamburger-icon,
#header #toggle_menu .toggle-menu .hamburger-icon:before,
#header #toggle_menu .toggle-menu .hamburger-icon:after {
  cursor: pointer;
  height: 4px;
  width: 50px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
@media (max-width: 991px) {
  #header #toggle_menu .toggle-menu .hamburger-icon,
  #header #toggle_menu .toggle-menu .hamburger-icon:before,
  #header #toggle_menu .toggle-menu .hamburger-icon:after {
    width: 40px;
  }
}
@media (max-width: 374px) {
  #header #toggle_menu .toggle-menu .hamburger-icon,
  #header #toggle_menu .toggle-menu .hamburger-icon:before,
  #header #toggle_menu .toggle-menu .hamburger-icon:after {
    width: 30px;
  }
}
#header #toggle_menu .toggle-menu .hamburger-icon:after {
  bottom: -10px;
}
@media (max-width: 991px) {
  #header #toggle_menu .toggle-menu .hamburger-icon:after {
    bottom: -8px;
  }
}
#header #toggle_menu .text {
  display: none;
}
#header #toggle_menu.open {
  width: 50px;
  height: 30px;
}
@media (max-width: 991px) {
  #header #toggle_menu.open {
    width: 40px;
  }
}
@media (max-width: 374px) {
  #header #toggle_menu.open {
    width: 30px;
  }
}
#header #toggle_menu.open .hamburger-icon:after {
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  bottom: 2px;
}
#header #toggle_menu.open .hamburger-icon:before {
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: -2px;
}
#header #toggle_menu.open .hamburger-icon {
  background: transparent;
}
@media (max-width: 991px) {
  #header #toggle_menu.open .hamburger-icon {
    margin-top: 0px;
  }
}
#header .text {
  display: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  position: absolute;
  text-transform: uppercase;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  top: 15px;
  width: 50px;
  text-align: center;
}
#header .text {
  font-size: calc(10px + 5 * (100vw - 1366px) / 554);
}
#header .text {
  line-height: calc(24px + 11 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  #header .text {
    font-size: calc(10px + 5 * (100vw - 992px) / 373);
  }
  #header .text {
    line-height: calc(24px + 6 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #header .text {
    font-size: calc(10px + 5 * (100vw - 320px) / 673);
  }
  #header .text {
    line-height: calc(24px + 6 * (100vw - 320px) / 673);
  }
}
@media (max-width: 991px) {
  #header .text {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #header .text {
    width: 40px;
  }
}
#header .hamburger-wrapper {
  display: flex;
  flex-direction: column;
  right: 4.2vw;
}

#expanded_menu {
  position: absolute;
  right: 0;
  background: #fff;
  background-size: contain;
  background-position: right -1px top;
  width: 100%;
  height: 100vh;
  text-align: left;
  visibility: hidden;
  transition: all 0.6s ease;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#expanded_menu.menu-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#expanded_menu .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  position: relative;
  padding: 0 5.2vw 0 4.2vw;
}
@media (max-width: 1366px) {
  #expanded_menu .menu-header {
    padding: 0 5.2vw 0 4.2vw;
  }
}
@media (max-width: 1024px) {
  #expanded_menu .menu-header {
    padding: 0 5.2vw 0 4.2vw;
  }
}
@media (max-width: 991px) {
  #expanded_menu .menu-header {
    padding: 25px 4.2vw 25px 5.2vw;
  }
}
@media (max-width: 374px) {
  #expanded_menu .menu-header {
    padding: 25px 5.2vw;
  }
}
#expanded_menu .menu-header #h_logo_desk_expanded {
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #h_logo_desk_expanded {
    display: none;
  }
}
@media (max-width: 374px) {
  #expanded_menu .menu-header #h_logo_desk_expanded {
    height: auto;
    max-width: 100%;
  }
}
#expanded_menu .menu-header #h_logo_desk_expanded img {
  height: auto;
  width: 220px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1366px) {
  #expanded_menu .menu-header #h_logo_desk_expanded img {
    max-width: 200px;
  }
}
#expanded_menu .menu-header #h_logo_mobile_expanded {
  height: 100%;
  width: auto;
  display: none;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #h_logo_mobile_expanded {
    display: block;
  }
}
@media (max-width: 374px) {
  #expanded_menu .menu-header #h_logo_mobile_expanded {
    height: auto;
    width: auto;
  }
}
#expanded_menu .menu-header #h_logo_mobile_expanded img {
  height: auto;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #h_logo_mobile_expanded img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #expanded_menu .menu-header #h_logo_mobile_expanded img {
    height: auto;
    width: 300px;
  }
}
@media (max-width: 374px) {
  #expanded_menu .menu-header #h_logo_mobile_expanded img {
    width: 270px;
  }
}
#expanded_menu .menu-header .menu_wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .menu_wrap {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  #expanded_menu .menu-header .menu_wrap {
    margin-right: 40px;
  }
}
@media (max-width: 374px) {
  #expanded_menu .menu-header .menu_wrap {
    margin-right: 31px;
  }
}
#expanded_menu .menu-header .menu_wrap a[class^=h_icn] img {
  height: 20px;
}
@media (max-width: 640px) {
  #expanded_menu .menu-header .menu_wrap a[class^=h_icn] img {
    height: 17px;
  }
}
@media (max-width: 374px) {
  #expanded_menu .menu-header .menu_wrap a[class^=h_icn] img {
    height: 15px;
  }
}
#expanded_menu .menu-header .menu_wrap a[class^=h_icn] {
  display: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .menu_wrap a[class^=h_icn] {
    margin-right: 4vw;
    height: 20px;
    display: inline-block;
  }
}
@media (max-width: 640px) {
  #expanded_menu .menu-header .menu_wrap a[class^=h_icn] {
    height: 17px;
  }
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .menu_wrap a[class^=h_icn] {
    margin-right: 3vw;
    height: 15px;
  }
}
#expanded_menu .menu-header .menu_wrap a[class^=h_icn].h_icn_vt_tour {
  height: 30px;
  margin-top: -5px;
}
#expanded_menu .menu-header .menu_wrap a[class^=h_icn].h_icn_vt_tour img {
  height: 30px;
}
#expanded_menu .menu-header .menu_wrap a[class^=h_icn]:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .primary_menu {
    display: none;
  }
}
#expanded_menu .menu-header .primary_menu li {
  display: inline-block;
  margin-right: 4vw;
  font-family: "proxima-nova", sans-serif;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
#expanded_menu .menu-header .primary_menu li.tour-i5 {
  text-transform: none;
  margin-right: 5vw;
}
@media (max-width: 1499px) {
  #expanded_menu .menu-header .primary_menu li.tour-i5 {
    margin-right: 4vw;
  }
}
@media (max-width: 1024px) {
  #expanded_menu .menu-header .primary_menu li.tour-i5 {
    margin-right: 3vw;
  }
}
#expanded_menu .menu-header .primary_menu li.tour-i5 a {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1499px) {
  #expanded_menu .menu-header .primary_menu li {
    margin-right: 3vw;
  }
}
@media (max-width: 1024px) {
  #expanded_menu .menu-header .primary_menu li {
    margin-right: 2vw;
  }
}
#expanded_menu .menu-header .primary_menu li a {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  line-height: 35px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 24px;
  text-decoration: none;
}
#expanded_menu .menu-header .primary_menu li a {
  font-size: calc(20px + 4 * (100vw - 1366px) / 554);
}
#expanded_menu .menu-header .primary_menu li a {
  line-height: calc(24px + 11 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  #expanded_menu .menu-header .primary_menu li a {
    font-size: calc(16px + 4 * (100vw - 992px) / 373);
  }
  #expanded_menu .menu-header .primary_menu li a {
    line-height: calc(22px + 13 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .primary_menu li a {
    font-size: calc(16px + 2 * (100vw - 320px) / 673);
  }
  #expanded_menu .menu-header .primary_menu li a {
    line-height: calc(24px + 11 * (100vw - 320px) / 673);
  }
}
#expanded_menu .menu-header .primary_menu li:active a, #expanded_menu .menu-header .primary_menu li:hover a {
  color: #b94648;
}
#expanded_menu .menu-header .primary_menu li:hover {
  cursor: pointer;
}
#expanded_menu .menu-header .primary_menu li.current-menu-item a {
  color: #b94648;
}
#expanded_menu .menu-header #toggle_menu {
  cursor: pointer;
  position: absolute;
  right: 5.2vw;
  top: 50%;
  width: 50px;
  height: 30px;
  z-index: 1;
  padding-top: 5px;
  transform: translateY(-60%);
  margin-top: 1px;
  border: none;
  background: none;
  padding-top: 0;
  margin-top: 0;
  padding: 0;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #toggle_menu {
    width: 40px;
  }
}
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon,
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:before,
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:after {
  cursor: pointer;
  height: 4px;
  width: 50px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon,
  #expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:before,
  #expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:after {
    width: 40px;
  }
}
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:before {
  top: -10px;
}
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon,
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:before,
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:after {
  cursor: pointer;
  height: 4px;
  width: 50px;
  background: #000;
  position: absolute;
  display: block;
  content: "";
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon,
  #expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:before,
  #expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:after {
    width: 40px;
  }
}
#expanded_menu .menu-header #toggle_menu .toggle-menu .hamburger-icon:after {
  bottom: -10px;
}
#expanded_menu .menu-header #toggle_menu .text {
  display: none;
}
#expanded_menu .menu-header #toggle_menu.open {
  width: 50px;
  height: 30px;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #toggle_menu.open {
    width: 40px;
  }
}
#expanded_menu .menu-header #toggle_menu.open .hamburger-icon:after {
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  bottom: 2px;
}
#expanded_menu .menu-header #toggle_menu.open .hamburger-icon:before {
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: -2px;
}
#expanded_menu .menu-header #toggle_menu.open .hamburger-icon {
  background: transparent;
}
@media (max-width: 991px) {
  #expanded_menu .menu-header #toggle_menu.open .hamburger-icon {
    margin-top: 0px;
  }
}
#expanded_menu .menu-header .text {
  display: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
  position: absolute;
  text-transform: uppercase;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  top: 15px;
  width: 50px;
  text-align: center;
}
#expanded_menu .menu-header .text {
  font-size: calc(10px + 5 * (100vw - 1366px) / 554);
}
#expanded_menu .menu-header .text {
  line-height: calc(24px + 11 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  #expanded_menu .menu-header .text {
    font-size: calc(10px + 5 * (100vw - 992px) / 373);
  }
  #expanded_menu .menu-header .text {
    line-height: calc(24px + 6 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .text {
    font-size: calc(10px + 5 * (100vw - 320px) / 673);
  }
  #expanded_menu .menu-header .text {
    line-height: calc(24px + 6 * (100vw - 320px) / 673);
  }
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .text {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #expanded_menu .menu-header .text {
    width: 40px;
  }
}
#expanded_menu .menu-header .hamburger-wrapper {
  display: flex;
  flex-direction: column;
  right: 4.2vw;
}
#expanded_menu #menu-hamburger-container {
  height: 100%;
  padding-bottom: 150px;
}
#expanded_menu #menu-hamburger-container .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  #expanded_menu #menu-hamburger-container .main-menu {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5.2vw;
  }
}
#expanded_menu #secondary_menu {
  font-family: "proxima-nova", sans-serif;
  color: #000;
}
@media (max-width: 640px) {
  #expanded_menu #secondary_menu {
    margin-left: 20px;
  }
}
#expanded_menu #secondary_menu li a {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 20px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 50px;
}
#expanded_menu #secondary_menu li a.tour-i5 {
  text-transform: none;
}
#expanded_menu #secondary_menu li a.tour-i5 a {
  text-transform: none;
}
#expanded_menu #secondary_menu li a {
  font-size: calc(30px + 10 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  #expanded_menu #secondary_menu li a {
    line-height: 35px;
  }
  #expanded_menu #secondary_menu li a {
    font-size: calc(25px + 5 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #expanded_menu #secondary_menu li a {
    line-height: 30px;
  }
  #expanded_menu #secondary_menu li a {
    font-size: calc(16px + 9 * (100vw - 320px) / 673);
  }
}
#expanded_menu #secondary_menu li a:before {
  content: "\a";
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #b94648;
  position: absolute;
  display: none;
  left: 0;
}
@media (max-width: 991px) {
  #expanded_menu #secondary_menu li a:before {
    border-width: 6px 0 6px 12px;
    left: 0;
  }
}
@media (max-width: 374px) {
  #expanded_menu #secondary_menu li a:before {
    border-width: 4px 0 4px 8px;
  }
}
#expanded_menu #secondary_menu li a:hover:before {
  display: block;
}
@media (max-width: 1366px) {
  #expanded_menu #secondary_menu li a {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  #expanded_menu #secondary_menu li a {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  #expanded_menu #secondary_menu li a {
    margin-left: 20px;
    text-decoration: none;
    text-transform: uppercase;
  }
}
@media (max-width: 374px) {
  #expanded_menu #secondary_menu li a {
    margin-left: 20px;
  }
}
#expanded_menu #secondary_menu li:active a, #expanded_menu #secondary_menu li:hover a {
  color: #b94648;
}
@media (max-width: 640px) {
  #expanded_menu #secondary_menu .fp-ham-menu .sub-menu a:before {
    margin-left: -20px !important;
  }
}
@media (max-width: 640px) {
  #expanded_menu #secondary_menu .video-tourss .sub-menu a:before {
    margin-left: -20px !important;
  }
}
#expanded_menu #secondary_menu li.current-menu-item a {
  color: #b94648;
}
#expanded_menu #secondary_menu li.current-menu-item a:before {
  content: "\a";
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #b94648;
  position: absolute;
  left: 0;
  display: block;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #expanded_menu #secondary_menu li.current-menu-item a:before {
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  #expanded_menu #secondary_menu li.current-menu-item a:before {
    line-height: 30px;
    left: 0;
  }
}
@media (max-width: 991px) {
  #expanded_menu #secondary_menu li.current-menu-item a:before {
    border-width: 6px 0 6px 12px;
  }
}
@media (max-width: 374px) {
  #expanded_menu #secondary_menu li.current-menu-item a:before {
    border-width: 4px 0 4px 8px;
  }
}
#expanded_menu .footer-menu {
  text-align: left;
  margin-left: 20px;
}
@media (max-width: 991px) {
  #expanded_menu .footer-menu {
    margin-left: 20px;
  }
}
@media (max-width: 640px) {
  #expanded_menu .footer-menu {
    margin-left: 40px;
  }
}
#expanded_menu .footer-menu .social-icons {
  margin: 25px 0;
}
#expanded_menu .footer-menu .social-icons a {
  display: inline-block;
  cursor: pointer;
}
#expanded_menu .footer-menu .social-icons a img {
  width: auto;
  height: 30px;
  margin-right: 20px;
}
#expanded_menu .footer-menu .social-icons a:hover {
  cursor: pointer;
}
#expanded_menu .footer-menu li {
  cursor: pointer;
}
#expanded_menu .footer-menu li a {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  color: #000;
  font-family: "proxima-nova", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  #expanded_menu .footer-menu li a {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  #expanded_menu .footer-menu li a {
    margin-left: 0px;
  }
}
@media (max-width: 1919px) {
  #expanded_menu .footer-menu li a {
    margin: 4.6vw auto;
  }
}
#expanded_menu .footer-menu li a {
  font-size: calc(20px + 4 * (100vw - 1366px) / 554);
}
#expanded_menu .footer-menu li a {
  line-height: calc(24px + 11 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  #expanded_menu .footer-menu li a {
    font-size: calc(15px + 5 * (100vw - 992px) / 373);
  }
  #expanded_menu .footer-menu li a {
    line-height: calc(24px + 6 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #expanded_menu .footer-menu li a {
    font-size: calc(12px + 3 * (100vw - 320px) / 673);
  }
  #expanded_menu .footer-menu li a {
    line-height: calc(24px + 6 * (100vw - 320px) / 673);
  }
}
#expanded_menu .footer-menu li:active a, #expanded_menu .footer-menu li:hover a {
  color: #b94648;
}
#expanded_menu .footer-menu li:hover {
  cursor: pointer;
}
#expanded_menu ul li {
  list-style-type: none;
  position: relative;
}

#expanded_menu::-webkit-scrollbar {
  display: none;
}

#expanded_menu {
  -ms-overflow-style: none;
}

.main-menu-inner {
  opacity: 0;
  transition: all 0.2s ease;
}

#expanded_menu.menu-open .main-menu-inner {
  opacity: 1;
}
@media (min-width: 992px) {
  #expanded_menu.menu-open .main-menu-inner {
    width: 50%;
  }
}

.modal {
  display: block;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  position: absolute;
  z-index: 999;
  width: 100%;
  transition-timing-function: ease;
}
.modal .modal-body {
  background-color: #ebf0eb;
  text-align: center;
  padding: 40px 0;
  z-index: 10;
  position: relative;
  display: none;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media (max-width: 1919px) {
  .modal .modal-body {
    padding: 2.08vw 0;
  }
}
@media (max-width: 991px) {
  .modal .modal-body {
    padding: 5.33vw 8.5vw;
  }
}
.modal .modal-body .specials-head {
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 0px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 20px;
}
@media (max-width: 1366px) {
  .modal .modal-body .specials-head {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .modal .modal-body .specials-head {
    font-size: 14px;
  }
}
.modal .modal-body .contact-det {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 22px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .modal .modal-body .contact-det {
    font-size: calc(18px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .modal .modal-body .contact-det {
    font-size: calc(16px + 2 * (100vw - 320px) / 320);
  }
}
.modal .modal-body .secondary-cta {
  width: fit-content;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  .modal .modal-body .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  .modal .modal-body .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .modal .modal-body .secondary-cta {
    font-size: calc(16px + 4 * (100vw - 320px) / 320);
  }
  .modal .modal-body .secondary-cta {
    line-height: calc(16px + 4 * (100vw - 320px) / 320);
  }
}
.modal .modal-body .secondary-cta {
  display: inline;
}
.modal .modal-body .secondary-cta:after {
  border-width: 6px 0 6px 12px;
}
.modal #specials_close {
  background-color: #b74548;
  width: 34px;
  height: 34px;
  margin-right: 5.2vw;
  border-radius: 0 0 50% 50%;
  z-index: 9;
  padding: 0 6px !important;
  float: right;
  text-align: center;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  .modal #specials_close {
    margin: 0 auto;
    margin-right: 50%;
    transform: translateX(50%);
  }
  .floor-plans .modal #specials_close {
    margin-right: 5.2vw;
    transform: translateX(0);
  }
}
.modal #specials_close .hamburger-icon,
.modal #specials_close .hamburger-icon:before,
.modal #specials_close .hamburger-icon:after {
  cursor: pointer;
  height: 5px;
  width: 22px;
  background: #fff;
  position: absolute;
  display: flex;
  content: "";
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
.modal #specials_close .hamburger-icon:before {
  top: 0px;
}
.modal #specials_close .hamburger-icon,
.modal #specials_close .hamburger-icon:before,
.modal #specials_close .hamburger-icon:after {
  cursor: pointer;
  height: 5px;
  width: 22px;
  background: #fff;
  position: absolute;
  display: flex;
  content: "";
  transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}
.modal #specials_close .hamburger-icon:after {
  bottom: 0px;
}
.modal #specials_close.close .hamburger-icon:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 2px;
}
.modal #specials_close.close .hamburger-icon:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: -2px;
}
.modal #specials_close.close .hamburger-icon {
  background: transparent;
}

.modal-body.open {
  -webkit-transition: -webkit-transform 6s;
  transition: -webkit-transform 6s;
  transition: transform 6s;
  transition: transform 6s, -webkit-transform 6s;
  transition-timing-function: ease;
}

#specials_open {
  margin-bottom: 27px;
  background: url(../images/icons/popup_open.png) no-repeat center center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 118px;
  z-index: 9;
  border: none;
  cursor: pointer;
}
@media (max-width: 991px) {
  #specials_open {
    right: 0;
    width: 100%;
    margin: 0 auto;
  }
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
}

.blog-details #expanded_menu #secondary_menu li.active-menu-item a {
  color: #b94648;
}
.blog-details #expanded_menu #secondary_menu li.active-menu-item a:before {
  content: "\a";
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #b94648;
  position: absolute;
  left: -35px;
  display: block;
  line-height: 50px;
}
@media (max-width: 1366px) {
  .blog-details #expanded_menu #secondary_menu li.active-menu-item a:before {
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .blog-details #expanded_menu #secondary_menu li.active-menu-item a:before {
    line-height: 30px;
    left: 0;
  }
}
@media (max-width: 991px) {
  .blog-details #expanded_menu #secondary_menu li.active-menu-item a:before {
    border-width: 6px 0 6px 12px;
  }
}
@media (max-width: 374px) {
  .blog-details #expanded_menu #secondary_menu li.active-menu-item a:before {
    border-width: 4px 0 4px 8px;
  }
}

.fp_menu,
.vt_menu {
  position: relative;
}
.fp_menu:hover,
.vt_menu:hover {
  cursor: pointer;
}

.fp_menu .sub-menu,
.vt_menu .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 200px;
  background-color: #000;
  padding: 1px 5px 0px !important;
  z-index: 1;
  opacity: 1 !important;
  width: 100% !important;
}
.fp_menu .sub-menu li,
.vt_menu .sub-menu li {
  margin-right: 0 !important;
  width: 100%;
  text-align: left;
  border-top: 1px solid #fff;
  padding: 0;
}
.fp_menu .sub-menu li a,
.vt_menu .sub-menu li a {
  color: #fff !important;
  display: block !important;
  font-size: 12px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 15px !important;
  padding: 10px;
  display: block;
  color: #fff;
}
.fp_menu .sub-menu li a:hover,
.vt_menu .sub-menu li a:hover {
  color: #b94648 !important;
}
.fp_menu .sub-menu li:first-child,
.vt_menu .sub-menu li:first-child {
  border-top: none !important;
}

.vt_menu .sub-menu {
  height: 73px;
}

.vt_menu .sub-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.vt_menu .sub-menu .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.vt_menu .sub-menu .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.vt_menu .sub-menu .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff !important;
}

.fp_menu .sub-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.fp_menu .sub-menu .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.fp_menu .sub-menu .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.fp_menu .sub-menu .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff !important;
}

.fp_menu .sub-menu .mCSB_inside > .mCSB_container,
.vt_menu .sub-menu .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}

.fp_menu .sub-menu .mCSB_scrollTools,
.vt_menu .sub-menu .mCSB_scrollTools {
  width: 4px;
}

.fp_menu .mCSB_scrollTools {
  display: none;
}

.fp_menu > a:before,
.vt_menu > a:before {
  display: none;
}

.fp_menu ul li:after {
  display: none;
}

.fp_menu ul li a:hover,
.fp_menu ul li a:active,
.fp_menu ul li a:focus,
.fp_menu ul li.current-menu-item a,
.vt_menu ul li a:hover,
.vt_menu ul li a:active,
.vt_menu ul li a:focus,
.vt_menu ul li.current-menu-item a {
  font-weight: bold;
}

.fp_menu u > a,
.vt_menu u > a {
  position: relative;
  padding: 17px 0;
  cursor: pointer;
}

.fp_menu .show > a,
.vt_menu .show > a {
  color: #000;
}

.fp-ham-menu a {
  margin-bottom: 0 !important;
}

.video-tourss a {
  margin-bottom: 0 !important;
}

li.fp-ham-menu,
li.video-tourss {
  height: auto;
}

.fp-ham-menu .sub-menu,
.video-tourss .sub-menu {
  display: none;
}

.fp-ham-menu .sub-menu {
  display: none;
}

li.fp-ham-menu .sub-menu a,
li.video-tourss .sub-menu a {
  font-size: 14px;
}

li.fp-ham-menu > a {
  pointer-events: none;
}

li.video-tourss > a {
  pointer-events: none;
}

li.fp-ham-menu,
li.video-tourss {
  cursor: pointer;
}
li.fp-ham-menu .sub-menu,
li.video-tourss .sub-menu {
  margin-left: 40px !important;
  margin-bottom: 10px !important;
}
li.fp-ham-menu .sub-menu li a,
li.video-tourss .sub-menu li a {
  color: #000 !important;
}
@media (max-width: 991px) {
  li.fp-ham-menu .sub-menu li a,
  li.video-tourss .sub-menu li a {
    margin-left: 20px !important;
  }
}
@media (max-width: 640px) {
  li.fp-ham-menu .sub-menu li a,
  li.video-tourss .sub-menu li a {
    margin-left: 0px !important;
  }
}
li.fp-ham-menu .sub-menu li a:before,
li.video-tourss .sub-menu li a:before {
  display: none !important;
}
li.fp-ham-menu .sub-menu li:hover a,
li.video-tourss .sub-menu li:hover a {
  color: #b94648 !important;
}
li.fp-ham-menu .sub-menu li:hover a:before,
li.video-tourss .sub-menu li:hover a:before {
  display: block !important;
}

.active-menu-item.fp-ham-menu:hover a:before,
.active-menu-item.video-tourss:hover a:before {
  display: none !important;
}

#cross,
#cross1 {
  background: #000 !important;
  height: 16px;
  position: relative;
  margin-right: 10px;
  top: 0px;
  width: 2px;
  display: inline-flex;
  margin-left: 16px;
  margin-top: 0px;
}
@media (max-width: 640px) {
  #cross,
  #cross1 {
    height: 14px;
    margin-left: 16px;
  }
}
@media (min-width: 1500px) {
  #cross,
  #cross1 {
    height: 20px;
    top: -2px;
    margin-left: 24px;
    width: 4px;
  }
}

#cross:after,
#cross1:after {
  background: #000 !important;
  content: "";
  height: 2px;
  left: -7px;
  position: absolute;
  top: 7px;
  width: 16px;
}
@media (max-width: 640px) {
  #cross:after,
  #cross1:after {
    width: 14px;
    top: 6px;
    left: -6px;
  }
}
@media (min-width: 1500px) {
  #cross:after,
  #cross1:after {
    width: 20px;
    top: 9px;
    left: -8px;
    height: 4px;
  }
}

.fp-ham-menu.show #cross {
  background: transparent !important;
}

.video-tourss.show #cross1 {
  background: transparent !important;
}

.fp-ham-menu ul li:not(:last-child)::before,
.fp-ham-menu.mob-only::before {
  display: none !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .fp_menu ul li.dsktp-only,
  .fp-ham-menu .dsktp-only,
  .nav_menu .fp-menu {
    display: none !important;
  }
  .fp_menu ul li.mob-only,
  .fp-ham-menu.mob-only {
    display: block !important;
  }
  li.mob-hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .dsktp-hide {
    display: none !important;
  }
  .fp_menu ul li.dsktp-only,
  .fp-ham-menu .dsktp-only {
    display: block !important;
  }
}
.mCustomScrollBox {
  outline: none !important;
}

.fp_menu ul li.current-menu-item a {
  text-decoration: underline;
}

.vt_menu ul li.current-menu-item a {
  text-decoration: underline;
}

.device .vt_menu > a {
  pointer-events: none;
}

.device .fp_menu .all {
  display: none;
}

.device .vt_menu .all {
  display: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  .fp_menu > a {
    pointer-events: none;
  }
  .vt_menu > a {
    pointer-events: none;
  }
  .device .fp_menu .all {
    display: block !important;
  }
  .device .vt_menu .all {
    display: block !important;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .device .fp_menu .all {
    display: block !important;
  }
  .device .vt_menu .all {
    display: block !important;
  }
}
.fp-special-close {
  background-color: #b74548;
  width: 34px;
  height: 34px;
  margin-right: 5.2vw;
  border-radius: 0 0 50% 50%;
  z-index: 9;
  padding: 0 6px !important;
  float: right;
  text-align: center;
  border: none;
  cursor: pointer;
  display: none;
}

.floor-plans .fp-special-close,
.co-living .fp-special-close,
.gallery .fp-special-close,
.neighborhood .fp-special-close,
.apartment-features .fp-special-close,
.amenities-and-services .fp-special-close {
  display: block !important;
}

.floor-plans #specials_close,
.co-living #specials_close,
.gallery #specials_close,
.neighborhood #specials_close,
.apartment-features #specials_close,
.amenities-and-services #specials_close {
  display: none !important;
}

.floor-plans .modal,
.co-living .modal,
.gallery .modal,
.neighborhood .modal,
.apartment-features .modal,
.amenities-and-services .modal {
  position: relative !important;
  opacity: 1 !important;
  transform: none !important;
}

.floor-plans .modal-body,
.co-living .modal-body,
.gallery .modal-body,
.neighborhood .modal-body,
.apartment-features .modal-body,
.amenities-and-services .modal-body {
  display: block;
  opacity: 1 !important;
}

footer {
  width: 100%;
  background-color: #000000;
  float: right;
  position: static;
  right: 0;
}
footer .footer {
  padding: 0 5.2vw;
}
footer .footer .logo-icons {
  display: flex;
  align-items: center;
  margin: 35px auto;
  justify-content: center;
}
@media (max-width: 1919px) {
  footer .footer .logo-icons {
    margin: 2.6vw auto;
  }
}
@media (max-width: 640px) {
  footer .footer .logo-icons {
    margin: 7.4vw 0;
  }
}
footer .footer .logo-icons a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
footer .footer .logo-icons a:not(:last-of-type) {
  margin-right: 50px;
}
footer .footer .logo-icons a:first-of-type {
  max-width: 245px;
}
footer .footer .logo-icons a:last-of-type {
  max-width: 75px;
}
footer .footer .logo-icons a:hover {
  cursor: pointer;
}
footer .footer .logo-icons img {
  width: 100%;
}
footer .footer .border {
  height: 1px;
  background-color: #ffffff;
  max-width: 1720px;
}
footer .footer a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
footer .footer a:hover {
  cursor: pointer;
}
footer .footer .address_mobile {
  font-family: "proxima-nova", sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 40.98px;
  color: #fff;
  display: none;
  text-align: center;
  margin: 6.2vw 0;
}
@media (max-width: 1024px) {
  footer .footer .address_mobile {
    display: block;
  }
}
footer .footer .address_mobile {
  font-size: calc(20px + 3 * (100vw - 1366px) / 554);
}
footer .footer .address_mobile {
  line-height: calc(23px + 12 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  footer .footer .address_mobile {
    font-size: calc(18px + 5 * (100vw - 992px) / 373);
  }
  footer .footer .address_mobile {
    line-height: calc(24px + 6 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  footer .footer .address_mobile {
    font-size: calc(12px + 6 * (100vw - 320px) / 673);
  }
  footer .footer .address_mobile {
    line-height: calc(24px + 6 * (100vw - 320px) / 673);
  }
}
footer .footer .address_mobile .phone-no-txt {
  text-transform: capitalize;
}
footer .footer .logo-section {
  display: flex;
  justify-content: space-between;
  margin: 35px 0;
}
@media (max-width: 1919px) {
  footer .footer .logo-section {
    margin: 2.6vw auto;
  }
}
footer .footer .logo-section .address_desk {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 52.3px;
  color: #fff;
  display: flex;
}
@media (max-width: 1024px) {
  footer .footer .logo-section .address_desk {
    display: none;
  }
}
footer .footer .logo-section .address_desk {
  font-size: calc(20px + 4 * (100vw - 1366px) / 554);
}
footer .footer .logo-section .address_desk {
  line-height: calc(50px + 2 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  footer .footer .logo-section .address_desk {
    line-height: normal;
  }
  footer .footer .logo-section .address_desk {
    font-size: calc(16px + 7 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  footer .footer .logo-section .address_desk {
    font-size: calc(12px + 6 * (100vw - 320px) / 673);
  }
  footer .footer .logo-section .address_desk {
    line-height: calc(30px + 10 * (100vw - 320px) / 673);
  }
}
footer .footer .logo-section .address_desk .address {
  margin-right: 10px;
}
footer .footer .logo-section .address_desk .phone-no-txt {
  margin-left: 10px;
  text-transform: capitalize;
}
footer .footer .logo-section .address_desk .zip {
  margin-right: 10px;
}
footer .footer .logo-section .buzzuto-logo {
  float: left;
  display: flex;
  align-items: center;
}
footer .footer .logo-section .buzzuto-logo a {
  margin-left: 2.1vw;
}
@media (max-width: 991px) {
  footer .footer .logo-section .buzzuto-logo a {
    margin-right: 4vw;
  }
}
footer .footer .logo-section .buzzuto-logo a img {
  height: 22px;
}
footer .footer .logo-section .eho-logo {
  float: right;
  display: flex;
  align-items: center;
}
footer .footer .logo-section .eho-logo .logo-wrap {
  display: flex;
  align-items: flex-end;
}
footer .footer .logo-section .eho-logo img {
  height: 30px;
}
footer .footer .logo-section .eho-logo a.eho {
  margin-right: 10px;
}
@media (max-width: 991px) {
  footer .footer .logo-section .eho-logo a.eho {
    margin-right: 4vw;
  }
}
footer .footer .logo-section .bozzuto {
  max-width: 90px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  footer .footer .logo-section .bozzuto {
    margin-right: 4vw;
  }
}
@media (max-width: 640px) {
  footer .footer .logo-section {
    margin-top: 0;
    margin-bottom: 5.6vw;
  }
}
@media (max-width: 640px) {
  footer .footer {
    padding: 0 8vw;
  }
}
footer .site-logo-desk {
  text-align: center;
  margin: 35px auto;
  justify-content: space-between;
}
@media (max-width: 1919px) {
  footer .site-logo-desk {
    margin: 2vw auto;
  }
}
@media (max-width: 640px) {
  footer .site-logo-desk {
    margin: 7.4vw 0;
  }
}
footer .site-logo-desk img {
  width: 200px;
}
@media (max-width: 991px) {
  footer .site-logo-desk img {
    width: 150px;
  }
}
footer .footer-verbiage {
  color: #fff;
  margin-bottom: 2vw;
  text-align: center;
  font-size: 20px;
}

.seperator {
  margin: 0 15px;
}

@media (max-width: 991px) {
  footer {
    width: 100%;
    position: relative;
    z-index: 11;
  }
  .logo-section img {
    height: auto;
    width: auto;
  }
}
.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;
}

.home .desktop-bg {
  display: none;
}
.home .home-bg-p {
  display: block;
}
.home .home-bg-p .desktop-bg {
  display: block;
}
@media (max-width: 1024px) {
  .home .home-bg-p {
    display: none;
  }
}

#home-page .hero-banner, .club_page .hero-banner {
  position: relative;
  background-color: transparent;
}
#home-page .hero-banner .slider-caption, .club_page .hero-banner .slider-caption {
  position: absolute;
  z-index: 2;
  background: rgba(255, 255, 255, 0.3);
  padding: 1vw 2vw 0.5vw 1.5vw;
  width: 50%;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  #home-page .hero-banner .slider-caption, .club_page .hero-banner .slider-caption {
    position: static;
    background: transparent;
    width: 100%;
    padding: 5.2vw 5.2vw 0;
  }
}
@media (max-width: 640px) {
  #home-page .hero-banner .slider-caption, .club_page .hero-banner .slider-caption {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  #home-page .hero-banner .slider-caption, .club_page .hero-banner .slider-caption {
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 640px) {
  #home-page .hero-banner .custom-slider-pagination, .club_page .hero-banner .custom-slider-pagination {
    top: 11vw;
  }
}
#home-page .hero-slider.flexslider, .club_page .hero-slider.flexslider {
  height: calc(100vh - 172px);
  min-height: 550px;
  background-color: #000;
}
@media (max-width: 1024px) {
  #home-page .hero-slider.flexslider, .club_page .hero-slider.flexslider {
    height: calc(100vh - 120px);
  }
}
@media (max-width: 991px) {
  #home-page .hero-slider.flexslider, .club_page .hero-slider.flexslider {
    height: 83vw;
    min-height: auto;
  }
}
#home-page .heading, .club_page .heading {
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 0;
}
#home-page .heading, .club_page .heading {
  font-size: calc(70px + 20 * (100vw - 1366px) / 554);
}
#home-page .heading, .club_page .heading {
  line-height: calc(75px + 15 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #home-page .heading, .club_page .heading {
    font-size: calc(65px + 5 * (100vw - 1366px) / 554);
  }
  #home-page .heading, .club_page .heading {
    line-height: calc(45px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #home-page .heading, .club_page .heading {
    font-size: calc(45px + 20 * (100vw - 992px) / 373);
  }
  #home-page .heading, .club_page .heading {
    line-height: calc(45px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #home-page .heading, .club_page .heading {
    font-size: calc(35px + 10 * (100vw - 320px) / 673);
  }
  #home-page .heading, .club_page .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
@media (min-width: 992px) {
  #home-page .heading, .club_page .heading {
    color: #fff;
  }
}
#home-page .sub-head, .club_page .sub-head {
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  #home-page .sub-head, .club_page .sub-head {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #home-page .sub-head, .club_page .sub-head {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #home-page .sub-head, .club_page .sub-head {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #home-page .sub-head, .club_page .sub-head {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#home-page .sub-head p, .club_page .sub-head p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #home-page .sub-head p, .club_page .sub-head p {
    display: inline;
  }
}
@media (max-width: 991px) {
  #home-page .sub-head .secondary-cta, .club_page .sub-head .secondary-cta {
    display: inline;
  }
}
@media (min-width: 992px) {
  #home-page .sub-head, .club_page .sub-head {
    color: #fff;
  }
}
#home-page .intro-section, .club_page .intro-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  #home-page .intro-section, .club_page .intro-section {
    padding: 4vw 0 0px;
  }
}
@media (max-width: 640px) {
  #home-page .intro-section, .club_page .intro-section {
    padding: 10px 0 0px;
  }
}
#home-page .intro-section .heading, .club_page .intro-section .heading {
  margin-bottom: 3.6vw;
  color: #000;
}
#home-page .intro-section .intro-section-wrap, .club_page .intro-section .intro-section-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 3.2vw;
}
#home-page .intro-section .col, .club_page .intro-section .col {
  width: 50%;
  padding: 0px 2vw;
}
@media (max-width: 991px) {
  #home-page .intro-section .col, .club_page .intro-section .col {
    width: 100%;
    padding: 0px;
  }
}
@media (max-width: 991px) {
  #home-page .intro-section .content-container, .club_page .intro-section .content-container {
    padding: 0 5.2vw;
  }
}
#home-page .intro-section .left-col, .club_page .intro-section .left-col {
  margin-top: 3.1vw;
}
@media (max-width: 991px) {
  #home-page .intro-section .left-col, .club_page .intro-section .left-col {
    padding: 0;
    margin-top: 5.2vw;
  }
}
#home-page .intro-section .left-col .content-img, .club_page .intro-section .left-col .content-img {
  margin-bottom: 3.1vw;
}
@media (max-width: 991px) {
  #home-page .intro-section .left-col .content-img, .club_page .intro-section .left-col .content-img {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #home-page .intro-section .left-col .content-img, .club_page .intro-section .left-col .content-img {
    margin-bottom: 40px;
  }
}
#home-page .intro-section .right-col, .club_page .intro-section .right-col {
  margin-top: 3.1vw;
}
@media (max-width: 991px) {
  #home-page .intro-section .right-col, .club_page .intro-section .right-col {
    margin-top: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #home-page .intro-section .right-col, .club_page .intro-section .right-col {
    order: 2;
  }
}
#home-page .intro-section .right-col .content-img, .club_page .intro-section .right-col .content-img {
  margin-bottom: 3.1vw;
}
@media (max-width: 991px) {
  #home-page .intro-section .right-col .content-img, .club_page .intro-section .right-col .content-img {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #home-page .intro-section .right-col .content-img, .club_page .intro-section .right-col .content-img {
    margin-bottom: 40px;
  }
}
#home-page .intro-section .bottom-row, .club_page .intro-section .bottom-row {
  width: 100%;
}
#home-page .intro-section .bottom-row .italics, .club_page .intro-section .bottom-row .italics {
  font-style: italic;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
#home-page .intro-section .bottom-row .italics, .club_page .intro-section .bottom-row .italics {
  font-size: calc(28px + 2 * (100vw - 1366px) / 554);
}
@media (max-width: 1366px) {
  #home-page .intro-section .bottom-row .italics, .club_page .intro-section .bottom-row .italics {
    margin-bottom: 15px;
  }
  #home-page .intro-section .bottom-row .italics, .club_page .intro-section .bottom-row .italics {
    font-size: calc(16px + 9 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #home-page .intro-section .bottom-row .italics, .club_page .intro-section .bottom-row .italics {
    margin-bottom: 8px;
  }
  #home-page .intro-section .bottom-row .italics, .club_page .intro-section .bottom-row .italics {
    font-size: calc(14px + 2 * (100vw - 320px) / 320);
  }
}
#home-page .intro-section .bottom-row .top, .club_page .intro-section .bottom-row .top {
  margin-bottom: 5px;
}
#home-page .section, .club_page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #home-page .section, .club_page .section {
    padding: 0;
    flex-direction: column;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #home-page .section, .club_page .section {
    margin-bottom: 40px;
  }
}
#home-page .section.frame-section, .club_page .section.frame-section {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  #home-page .section.frame-section, .club_page .section.frame-section {
    padding: 0 5.2vw;
  }
}
#home-page .section.frame-section .frame-content-wrapper:first-child, .club_page .section.frame-section .frame-content-wrapper:first-child {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 1120px) {
  #home-page .section.frame-section .frame-content-wrapper:first-child, .club_page .section.frame-section .frame-content-wrapper:first-child {
    padding-right: 3.2vw;
  }
}
#home-page .section.frame-section .frame-content-wrapper:last-child, .club_page .section.frame-section .frame-content-wrapper:last-child {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  #home-page .section.frame-section .frame-content-wrapper:last-child, .club_page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  #home-page .section.frame-section .frame-content-wrapper:last-child, .club_page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #home-page .section.frame-section .frame-content-wrapper:first-child, #home-page .section.frame-section .frame-content-wrapper:last-child, .club_page .section.frame-section .frame-content-wrapper:first-child, .club_page .section.frame-section .frame-content-wrapper:last-child {
    width: 100%;
    padding: 0;
  }
}
#home-page .section .frame, .club_page .section .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 4.2vw;
}
@media (max-width: 1366px) {
  #home-page .section .frame, .club_page .section .frame {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  #home-page .section .frame, .club_page .section .frame {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  #home-page .section .frame, .club_page .section .frame {
    margin: 0;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
  }
}
#home-page .section .frame .frame-content-wrapper, .club_page .section .frame .frame-content-wrapper {
  text-align: center;
}
#home-page .section .frame .frame-figure, .club_page .section .frame .frame-figure {
  height: 320px;
}
@media (max-width: 991px) {
  #home-page .section .frame .frame-figure, .club_page .section .frame .frame-figure {
    display: none;
  }
}
#home-page .section .frame .frame-desc, .club_page .section .frame .frame-desc {
  background: #fff;
  width: 90%;
  margin: -80px auto 0;
  padding: 35px 35px 0;
}
@media (max-width: 1366px) {
  #home-page .section .frame .frame-desc, .club_page .section .frame .frame-desc {
    padding: 35px 20px 0;
    margin: -62px auto 0;
  }
}
@media (max-width: 991px) {
  #home-page .section .frame .frame-desc, .club_page .section .frame .frame-desc {
    margin-top: 0;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#home-page .intro-content-section .content-container, .club_page .intro-content-section .content-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 0.2vw;
}
@media (max-width: 1366px) {
  #home-page .intro-content-section .content-container, .club_page .intro-content-section .content-container {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  #home-page .intro-content-section .content-container, .club_page .intro-content-section .content-container {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  #home-page .intro-content-section .content-container, .club_page .intro-content-section .content-container {
    margin: 0;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
  }
}
#home-page .intro-content-section .content-container .info, .club_page .intro-content-section .content-container .info {
  font-size: 28px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1366px) {
  #home-page .intro-content-section .content-container .info, .club_page .intro-content-section .content-container .info {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #home-page .intro-content-section .content-container .info, .club_page .intro-content-section .content-container .info {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #home-page .intro-content-section .content-container .info, .club_page .intro-content-section .content-container .info {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #home-page .intro-content-section .content-container .info, .club_page .intro-content-section .content-container .info {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#home-page .intro-content-section .content-container .info p, .club_page .intro-content-section .content-container .info p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #home-page .intro-content-section .content-container .info p, .club_page .intro-content-section .content-container .info p {
    display: inline;
  }
}
#home-page .home-four-column, .club_page .home-four-column {
  padding: 0 5.2vw;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  #home-page .home-four-column, .club_page .home-four-column {
    margin-top: 30px;
    padding: 0px;
  }
}
#home-page .home-four-column .home-four-column-container, .club_page .home-four-column .home-four-column-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 0.2vw;
}
@media (max-width: 1366px) {
  #home-page .home-four-column .home-four-column-container, .club_page .home-four-column .home-four-column-container {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  #home-page .home-four-column .home-four-column-container, .club_page .home-four-column .home-four-column-container {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  #home-page .home-four-column .home-four-column-container, .club_page .home-four-column .home-four-column-container {
    margin: 0;
    padding: 30px 20px;
    width: 100%;
  }
}
#home-page .home-four-column .home-four-column-container h2, .club_page .home-four-column .home-four-column-container h2 {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  padding-bottom: 20px;
}
@media (max-width: 1366px) {
  #home-page .home-four-column .home-four-column-container h2, .club_page .home-four-column .home-four-column-container h2 {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #home-page .home-four-column .home-four-column-container h2, .club_page .home-four-column .home-four-column-container h2 {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
#home-page .home-four-column .home-four-column-container .column-box, .club_page .home-four-column .home-four-column-container .column-box {
  background-color: #ebf0eb;
  margin: 0px 20px;
  width: calc(25% - 40px);
  padding: 20px 30px 40px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  #home-page .home-four-column .home-four-column-container .column-box, .club_page .home-four-column .home-four-column-container .column-box {
    width: calc(50% - 40px);
    margin-bottom: 40px !important;
  }
}
@media (max-width: 480px) {
  #home-page .home-four-column .home-four-column-container .column-box, .club_page .home-four-column .home-four-column-container .column-box {
    width: 100%;
    margin: 0px;
  }
}
#home-page .home-four-column .home-four-column-container .column-box h3, .club_page .home-four-column .home-four-column-container .column-box h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
@media (max-width: 1366px) {
  #home-page .home-four-column .home-four-column-container .column-box h3, .club_page .home-four-column .home-four-column-container .column-box h3 {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #home-page .home-four-column .home-four-column-container .column-box h3, .club_page .home-four-column .home-four-column-container .column-box h3 {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}

#contact-page .intro-section {
  padding: 0;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  #contact-page .intro-section {
    display: block;
    margin-bottom: 35px;
  }
}
#contact-page .intro-section .right-top-banner {
  height: 20vw;
  width: 56%;
}
@media (max-width: 991px) {
  #contact-page .intro-section .right-top-banner {
    display: none;
  }
}
#contact-page .intro-section .left-caption {
  width: 44%;
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  #contact-page .intro-section .left-caption {
    width: 100%;
    margin-top: 35px;
  }
}
#contact-page .intro-section .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#contact-page .intro-section .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
#contact-page .intro-section .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #contact-page .intro-section .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  #contact-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #contact-page .intro-section .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #contact-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #contact-page .intro-section .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #contact-page .intro-section .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#contact-page .form-section {
  padding: 0 5.2vw;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #contact-page .form-section {
    display: block;
    padding: 0;
  }
}
#contact-page .form-section .col {
  width: 50%;
}
@media (max-width: 991px) {
  #contact-page .form-section .col {
    width: 100%;
  }
}
#contact-page .form-section .map-image {
  width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  #contact-page .form-section .map-image {
    margin-bottom: 35px;
  }
}
#contact-page .form-section .contact-info,
#contact-page .form-section .office-hours {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
@media (max-width: 1024px) {
  #contact-page .form-section .contact-info,
  #contact-page .form-section .office-hours {
    width: 100%;
    display: block;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  #contact-page .form-section .contact-info,
  #contact-page .form-section .office-hours {
    padding: 0 5.2vw;
  }
}
#contact-page .form-section h3.info-title {
  font-size: 24px;
  line-height: 35px;
  display: block;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  #contact-page .form-section h3.info-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
#contact-page .form-section .contact-info span.info-item {
  display: block;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #contact-page .form-section .contact-info span.info-item {
    font-size: 20px;
  }
}
#contact-page .form-section .contact-info span.info-item-inline {
  display: inline;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #contact-page .form-section .contact-info span.info-item-inline {
    font-size: 20px;
  }
}
#contact-page .form-section .contact-info a.get-direct {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #contact-page .form-section .contact-info a.get-direct {
    font-size: 20px;
  }
}
#contact-page .form-section .office-hours p {
  margin-bottom: 0;
}
#contact-page .form-section .office-hours span, #contact-page .form-section .office-hours time {
  display: inline-block;
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #contact-page .form-section .office-hours span, #contact-page .form-section .office-hours time {
    font-size: 20px;
  }
}
#contact-page .form-section .office-hours span.dayname, #contact-page .form-section .office-hours time.dayname {
  width: 120px;
}
#contact-page .form-section .right-form-wrap {
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  #contact-page .form-section .right-form-wrap {
    padding-right: 5.2vw;
  }
}
#contact-page .form-section .right-form-wrap h2 {
  letter-spacing: 4.18px;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #contact-page .form-section .right-form-wrap h2 {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #contact-page .form-section .right-form-wrap h2 {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
#contact-page .form-section .right-form-wrap p.desc {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #contact-page .form-section .right-form-wrap p.desc {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #contact-page .form-section .right-form-wrap p.desc {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #contact-page .form-section .right-form-wrap p.desc {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #contact-page .form-section .right-form-wrap p.desc {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#contact-page .form-section .right-form-wrap .desc-box {
  margin-top: 70px;
}
@media (max-width: 991px) {
  #contact-page .form-section .right-form-wrap .desc-box {
    margin-bottom: 35px;
    margin-top: 0;
  }
}
#contact-page .form-section .right-form-wrap .desc-box p {
  font-size: 15px;
  line-height: 27px;
}
#contact-page .form-section .right-form-wrap .desc-box a {
  color: #b74548;
  text-decoration: none;
  border-bottom: 2px solid #b74548;
  position: relative;
  font-weight: 700;
}
#contact-page .contact-form-box {
  margin-top: 45px;
}
#contact-page .contact-form-box .hywrap input,
#contact-page .contact-form-box .hywrap input[type=text],
#contact-page .contact-form-box .hywrap select,
#contact-page .contact-form-box .hywrap textarea {
  border: none;
  border-bottom: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-size: 24px;
  line-height: 28px;
  padding: 10px;
  /*            @include fluid-font-size(1366px, 1900px, 21px, 24px);
              @include respond-below(xl) {
      @include fluid-font-size(992px, 1365px, 18px, 21px);
      @include fluid-line-height(992px, 1365px, 23px, 25px);
              }*/
}
#contact-page .contact-form-box .hywrap input:focus,
#contact-page .contact-form-box .hywrap input[type=text]:focus,
#contact-page .contact-form-box .hywrap select:focus,
#contact-page .contact-form-box .hywrap textarea:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.2);
  outline-offset: 1px;
  transition: none !important;
}
@media (max-width: 1366px) {
  #contact-page .contact-form-box .hywrap input,
  #contact-page .contact-form-box .hywrap input[type=text],
  #contact-page .contact-form-box .hywrap select,
  #contact-page .contact-form-box .hywrap textarea {
    font-size: 20px;
    line-height: 30px;
  }
}
#contact-page .contact-form-box .hywrap input {
  padding: 20px 10px;
  height: 56px;
}
#contact-page .contact-form-box .hywrap input[type=radio] {
  height: 20px;
  min-height: 0;
}
#contact-page .contact-form-box .hywrap select {
  padding: 12px 10px 11px;
  height: 56px;
  margin-top: 10px;
  cursor: pointer;
  moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#contact-page .contact-form-box .hywrap {
  position: relative;
}
#contact-page .contact-form-box .hywrap .LV_invalid {
  margin-top: 3px;
}
#contact-page .contact-form-box .hywrap #more-info {
  position: absolute;
  bottom: 85px;
}
#contact-page .contact-form-box .hywrap #more-info a {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  line-height: 35px;
  color: #000;
  text-decoration: none;
}
#contact-page .contact-form-box .hywrap .top_align .control-label {
  color: #000;
  font-family: "proxima-nova", sans-serif;
  position: absolute;
  top: 20px;
  left: 10px;
  font-size: 24px;
  line-height: 28px;
  z-index: -1;
  /*                @include fluid-font-size(1366px, 1900px, 21px, 24px);
                  @include respond-below(xl) {
      @include fluid-font-size(992px, 1365px, 18px, 21px);
      @include fluid-line-height(992px, 1365px, 23px, 25px);
                  }*/
}
@media (max-width: 1366px) {
  #contact-page .contact-form-box .hywrap .top_align .control-label {
    font-size: 20px;
    line-height: 30px;
  }
}
#contact-page .contact-form-box .hywrap .hytag_number_of_bedrooms .control-label {
  top: 20px;
}
#contact-page .contact-form-box .hywrap .hytag_sign_up_for_the_newsletter .controls {
  margin-top: 38px;
}
#contact-page .contact-form-box .hywrap .hytag_sign_up_for_the_newsletter .control-label {
  top: 0;
  left: 0;
}
#contact-page .contact-form-box .hywrap .radio {
  font-family: "proxima-nova", sans-serif;
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 0;
  color: #000;
}
@media (max-width: 1366px) {
  #contact-page .contact-form-box .hywrap .radio {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}
#contact-page .contact-form-box .hywrap button[type=submit] {
  margin-top: 50px;
  border: none;
}
#contact-page .contact-form-box .hywrap button[type=submit]:focus {
  outline: 1px dashed rgba(0, 0, 0, 0.2);
  outline-offset: 1px;
  transition: none !important;
}
#contact-page .contact-form-box .hywrap .control-group {
  margin-bottom: 15px;
  z-index: 1;
}
#contact-page .contact-form-box .hywrap .control-group.hytag_sign_up_for_the_newsletter {
  margin-bottom: 0;
}
#contact-page .contact-form-box .hywrap .control-group:not(.hytag_name) {
  position: relative;
}
#contact-page .contact-form-box .hywrap .control-group:not(.hytag_name).hytag_email, #contact-page .contact-form-box .hywrap .control-group:not(.hytag_name).hytag_phone {
  display: inline-block;
  width: 48%;
}
@media (max-width: 640px) {
  #contact-page .contact-form-box .hywrap .control-group:not(.hytag_name).hytag_email, #contact-page .contact-form-box .hywrap .control-group:not(.hytag_name).hytag_phone {
    width: 100%;
  }
}
#contact-page .contact-form-box .hywrap .control-group:not(.hytag_name).hytag_phone {
  float: right;
}
@media (max-width: 640px) {
  #contact-page .contact-form-box .hywrap .control-group:not(.hytag_name).hytag_phone {
    float: none;
  }
}
#contact-page .contact-form-box .hywrap .control-group.hytag_name ul li {
  display: inline-block;
  width: 48%;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  #contact-page .contact-form-box .hywrap .control-group.hytag_name ul li {
    width: 100%;
  }
}
#contact-page .contact-form-box .hywrap .control-group.hytag_name ul li:last-child {
  float: right;
}
@media (max-width: 640px) {
  #contact-page .contact-form-box .hywrap .control-group.hytag_name ul li:last-child {
    margin-top: 15px;
    float: none;
  }
}
#contact-page .contact-form-box .hywrap .control-group.hytag_number_of_bedrooms {
  background-image: url(../images/icons/down-arrow.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px auto;
}
@media (max-width: 991px) {
  #contact-page .contact-form-box {
    margin-bottom: 35px;
  }
}
#contact-page .resident-escalation {
  margin-top: 40px;
}
@media (max-width: 991px) {
  #contact-page .resident-escalation {
    padding: 0 5.2vw;
  }
}
#contact-page .resident-escalation a {
  color: #b74548;
  text-decoration: none;
  border-bottom: 2px solid #b74548;
  position: relative;
  font-weight: 700;
}
#contact-page .resident-escalation p {
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 991px) {
  #contact-page .resident-escalation p {
    font-size: 20px;
    line-height: 30px;
  }
}

body.contact .parallax-bg {
  display: none !important;
}

#hyfield2 {
  position: relative;
}

#fp-landing-page {
  /*    #tab-by-plan{
      @include respond-below(md) {
          display: block !important;
      }
  }*/
}
#fp-landing-page .intro-section {
  padding: 0;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  #fp-landing-page .intro-section {
    display: block;
    margin-bottom: 35px;
  }
}
#fp-landing-page .intro-section .right-top-banner {
  height: 20vw;
  width: 56%;
}
@media (max-width: 991px) {
  #fp-landing-page .intro-section .right-top-banner {
    display: none;
  }
}
#fp-landing-page .intro-section .left-caption {
  width: 44%;
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  #fp-landing-page .intro-section .left-caption {
    width: 100%;
    margin-top: 35px;
  }
}
#fp-landing-page .intro-section .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#fp-landing-page .intro-section .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
#fp-landing-page .intro-section .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #fp-landing-page .intro-section .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  #fp-landing-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #fp-landing-page .intro-section .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #fp-landing-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #fp-landing-page .intro-section .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #fp-landing-page .intro-section .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#fp-landing-page .floorplan-wrapper {
  padding: 0 5.2vw;
}
#fp-landing-page .flex-box {
  display: flex;
}
#fp-landing-page .flex-col-half {
  width: 50%;
}
#fp-landing-page .tab-links {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 35px;
  text-align: center;
}
#fp-landing-page .tab-links li {
  width: auto;
  display: inline-block;
  padding: 2px 20px;
}
@media (max-width: 991px) {
  #fp-landing-page .tab-links li a.btn-cta {
    min-width: 165px !important;
  }
}
#fp-landing-page svg .cls-1 {
  opacity: 0.8;
}
#fp-landing-page .fp-building {
  padding-right: 1.6vw;
  margin-bottom: 70px;
}
#fp-landing-page .building_rendering {
  position: relative;
  overflow: hidden;
}
#fp-landing-page .building_rendering .rendering-image {
  height: 600px;
  background-size: 100% 100% !important;
}
@media (max-width: 1499px) {
  #fp-landing-page .building_rendering .rendering-image {
    height: 570px;
  }
}
@media (max-width: 1366px) {
  #fp-landing-page .building_rendering .rendering-image {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  #fp-landing-page .building_rendering .rendering-image {
    height: 430px;
  }
}
#fp-landing-page .building_rendering svg {
  width: 100%;
  height: auto;
  position: absolute;
  /*top: 0;
  left: 50%;
  transform: translateX(-50%);*/
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#fp-landing-page .fp-floorplate {
  height: 600px;
  padding-left: 1.6vw;
  margin-bottom: 70px;
}
@media (max-width: 1499px) {
  #fp-landing-page .fp-floorplate {
    height: 570px;
  }
}
@media (max-width: 1366px) {
  #fp-landing-page .fp-floorplate {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  #fp-landing-page .fp-floorplate {
    height: 430px;
  }
}
#fp-landing-page .building_rendering .floor_level {
  fill: #b74548;
  opacity: 0;
  cursor: pointer;
  stroke: #000000;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
#fp-landing-page .building_rendering .floor_level:hover,
#fp-landing-page .building_rendering .active_floor .floor_level {
  opacity: 0.9;
}
#fp-landing-page .floorplan-wrapper .tab-links li a {
  border: 4px solid transparent;
}
#fp-landing-page .floorplan-wrapper .tab-links li a:hover,
#fp-landing-page .floorplan-wrapper .tab-links li.active a {
  border: 4px solid #000000;
}
#fp-landing-page .floorplate-img {
  padding: 25px;
  text-align: center;
  height: 100%;
  padding-top: 8vw;
}
@media (max-width: 1499px) {
  #fp-landing-page .floorplate-img {
    padding-top: 7vw;
  }
}
@media (max-width: 1366px) {
  #fp-landing-page .floorplate-img {
    padding-top: 10vw;
  }
}
@media (max-width: 1024px) {
  #fp-landing-page .floorplate-img {
    padding-top: 8vw;
  }
}
#fp-landing-page .fp-plate-inner {
  background-color: #ebf0eb;
  height: 100%;
}
#fp-landing-page .floorplate-img svg {
  max-width: 100%;
  max-height: 100%;
}
#fp-landing-page .fp-floorplate,
#fp-landing-page .fp-building .tab-content {
  position: relative;
}
#fp-landing-page .msg-box-wrap {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}
#fp-landing-page .msg-box-wrap p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}
#fp-landing-page .fp-landing-content {
  margin-top: 70px;
}
@media (max-width: 991px) {
  #fp-landing-page .fp-landing-content {
    margin-top: 35px;
  }
}
#fp-landing-page .filter-box {
  padding-right: 70px;
  position: relative;
}
#fp-landing-page .filter-box .col {
  padding-right: 15px;
  width: 19%;
}
@media (max-width: 991px) {
  #fp-landing-page .filter-box .col {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #fp-landing-page .filter-box .filter-sec-wrap {
    margin-top: 10px;
    display: none;
    overflow: hidden;
  }
  #fp-landing-page .filter-box .filter-sec-wrap.show-filter {
    height: 320px;
    overflow: visible;
  }
}
@media (max-width: 1366px) {
  #fp-landing-page .filter-box {
    padding-right: 50px;
  }
}
#fp-landing-page .filter-box .filter-mobile {
  display: none;
}
@media (max-width: 991px) {
  #fp-landing-page .filter-box .filter-mobile {
    display: block;
    padding-right: 15px;
  }
}
#fp-landing-page .filter-box .filter-mobile a {
  background: url(../images/icons/down-arrow.png) no-repeat right 10px center/12px auto;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding: 11px 12px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: block;
}
#fp-landing-page .filter-box .filter-mobile a.open-filter {
  background-image: url(../images/icons/up-arrow.png);
}
#fp-landing-page .selectivo__label {
  background-image: url(../images/icons/down-arrow.png);
  background-position: right 1015pxpx center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 13px 15px 11px;
  padding-right: 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.57px;
  text-transform: uppercase;
  color: #000;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1366px) {
  #fp-landing-page .selectivo__label {
    background-position: right 10px center;
    background-size: 12px auto;
    font-size: 18px;
    line-height: 28px;
    padding: 11px 12px 10px;
    padding-right: 20px;
  }
}
#fp-landing-page .selectivo {
  background: transparent;
  width: 100%;
}
#fp-landing-page .selectivo--open .selectivo__dropdown {
  display: block;
  width: 100%;
  overflow-y: auto;
}
#fp-landing-page .selectivo__option {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.57px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  padding: 10px 15px;
  padding-right: 30px;
  white-space: normal;
  /*        overflow-x: hidden;
  text-overflow:ellipsis;*/
  border-top: 1px solid #000;
}
#fp-landing-page .selectivo__option:first-child {
  background: none;
}
#fp-landing-page .selectivo__option.selectivo__option--selected {
  color: #b94648;
}
#fp-landing-page .selectivo__option:hover {
  color: #b94648;
}
@media (max-width: 1366px) {
  #fp-landing-page .selectivo__option {
    font-size: 18px;
    line-height: 28px;
    padding: 11px 12px 10px;
  }
}
#fp-landing-page .selectivo--open .selectivo__label {
  background-image: url(../images/icons/up-arrow.png);
  border-bottom: none;
}
#fp-landing-page .availability-box {
  text-align: left;
  padding: 35px 10px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #fp-landing-page .availability-box {
    padding: 25px 10px;
    margin-bottom: 0;
  }
}
#fp-landing-page .availability-box span {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 10px;
}
#fp-landing-page .availability-box span {
  font-size: calc(19px + 5 * (100vw - 1366px) / 534);
}
@media (max-width: 1366px) {
  #fp-landing-page .availability-box span {
    padding-left: 30px;
    margin: 0 5px;
    line-height: 38px;
  }
  #fp-landing-page .availability-box span {
    font-size: calc(15px + 4 * (100vw - 992px) / 373);
  }
}
#fp-landing-page .availability-box span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../images/floorplan/available-marker.png) no-repeat center center/100% auto;
}
@media (max-width: 1366px) {
  #fp-landing-page .availability-box span:after {
    width: 25px;
    height: 25px;
  }
}
#fp-landing-page .availability-box span.available-soon-apts:after {
  background: url(../images/floorplan/soon-marker.png) no-repeat center center/100% auto;
}
#fp-landing-page .availability-box span.unavailable-apts:after {
  background: url(../images/floorplan/unavailable-marker.png) no-repeat center center/100% auto;
}
#fp-landing-page .tab:not(.active) {
  display: none;
}
#fp-landing-page .filter-close {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/floorplan/clear.png) no-repeat center center/100% auto;
  margin-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1366px) {
  #fp-landing-page .filter-close {
    width: 50px;
    height: 50px;
  }
}
#fp-landing-page .fp-info {
  background: #000;
  right: 30px;
  bottom: 30px;
  position: absolute;
  padding: 25px;
}
@media (max-width: 1499px) {
  #fp-landing-page .fp-info {
    right: 25px;
    bottom: 25px;
    padding: 20px;
  }
}
@media (max-width: 1366px) {
  #fp-landing-page .fp-info {
    right: 20px;
    bottom: 20px;
    padding: 15px;
  }
}
#fp-landing-page .fp-info span:not(.cta-span) {
  display: block;
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
}
#fp-landing-page .fp-info span:not(.cta-span) {
  font-size: calc(21px + 3 * (100vw - 1366px) / 534);
}
@media (max-width: 1366px) {
  #fp-landing-page .fp-info span:not(.cta-span) {
    font-size: calc(18px + 3 * (100vw - 992px) / 373);
  }
  #fp-landing-page .fp-info span:not(.cta-span) {
    line-height: calc(23px + 2 * (100vw - 992px) / 373);
  }
}
#fp-landing-page .fp-info span:not(.cta-span).info-title {
  font-weight: 700;
  letter-spacing: 2.4px;
}
#fp-landing-page .fp-info a.secondary-cta {
  font-size: 24px;
  line-height: 35px;
}
#fp-landing-page .fp-info a.secondary-cta {
  font-size: calc(21px + 3 * (100vw - 1366px) / 534);
}
@media (max-width: 1366px) {
  #fp-landing-page .fp-info a.secondary-cta {
    font-size: calc(18px + 4 * (100vw - 992px) / 373);
  }
  #fp-landing-page .fp-info a.secondary-cta {
    line-height: calc(23px + 2 * (100vw - 992px) / 373);
  }
}
#fp-landing-page .fp-info a.secondary-cta:after {
  border-width: 6px 0 6px 12px;
}
#fp-landing-page .fp-info .coliving-cta {
  color: #738875;
  border-color: #738875;
}
#fp-landing-page .fp-info .coliving-cta:after {
  border-color: transparent transparent transparent #738875;
}
#fp-landing-page .floor_unit {
  cursor: pointer;
  fill: #d7e1d7;
}
#fp-landing-page .floor_unit:hover {
  fill: #000;
}
#fp-landing-page .floor_unit.unavailable_unit {
  fill: #BEBEBE;
}
#fp-landing-page .floor_unit.available_unit {
  fill: #b74548;
}
#fp-landing-page .floor_unit.coliving_unit {
  fill: #738875;
}
#fp-landing-page .floor_unit.available_unit:hover,
#fp-landing-page .floor_unit.coliving_unit:hover {
  fill: #000;
}
#fp-landing-page .floor_unit.available_soon {
  fill: url(#diagonalHatch);
}
#fp-landing-page #floor_03 .floor_unit.available_soon {
  fill: url(#diagonalHatch_03);
}
#fp-landing-page #floor_04 .floor_unit.available_soon {
  fill: url(#diagonalHatch_04);
}
#fp-landing-page #floor_05 .floor_unit.available_soon {
  fill: url(#diagonalHatch_05);
}
#fp-landing-page #floor_06 .floor_unit.available_soon {
  fill: url(#diagonalHatch_06);
}
#fp-landing-page #floor_07 .floor_unit.available_soon {
  fill: url(#diagonalHatch_07);
}
#fp-landing-page #floor_08 .floor_unit.available_soon {
  fill: url(#diagonalHatch_08);
}
#fp-landing-page #floor_09 .floor_unit.available_soon {
  fill: url(#diagonalHatch_09);
}
#fp-landing-page #floor_10 .floor_unit.available_soon {
  fill: url(#diagonalHatch_10);
}
#fp-landing-page #floor_11 .floor_unit.available_soon {
  fill: url(#diagonalHatch_11);
}
#fp-landing-page #floor_12 .floor_unit.available_soon {
  fill: url(#diagonalHatch_12);
}
#fp-landing-page .floor_numbers {
  pointer-events: none;
}
@media (max-width: 991px) {
  #fp-landing-page #tab-by-floor {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #fp-landing-page #tab-by-plan {
    display: block !important;
  }
}
#fp-landing-page .fp-list .fp-list-header {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  #fp-landing-page .fp-list .fp-list-header {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
#fp-landing-page .fp-list .fp-list-header .sort-select {
  display: inline-block;
}
@media (max-width: 991px) {
  #fp-landing-page .fp-list .fp-list-header .sort-select {
    display: block;
  }
}
#fp-landing-page .fp-list .fp-list-header .sort-select #sortSelect {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.6px;
}
@media (max-width: 1366px) {
  #fp-landing-page .fp-list .fp-list-header .sort-select #sortSelect {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  #fp-landing-page .fp-list .fp-list-header .sort-select #sortSelect {
    font-size: calc(14px + 2 * (100vw - 320px) / 320);
  }
  #fp-landing-page .fp-list .fp-list-header .sort-select #sortSelect {
    line-height: calc(18px + 7 * (100vw - 320px) / 320);
  }
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list {
  display: inline-block;
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 640px) {
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li {
    padding: 0 5px;
    margin: 0 5px;
  }
}
@media (max-width: 374px) {
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li {
    padding: 0 5px;
    margin: 0;
  }
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li a {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.6px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right center;
  background-image: url(../images/icons/down-arrow.png);
  padding-right: 25px;
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li a:hover {
  color: #b94648;
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li a.desc {
  color: #b94648;
  background-image: url(../images/floorplan/down-arrow-red.png);
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li a.asc {
  color: #b94648;
  background-image: url(../images/floorplan/up-arrow-red.png);
}
@media (max-width: 1366px) {
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li a {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li a {
    background-size: 10px auto;
    padding-right: 15px;
  }
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li a {
    font-size: calc(12px + 4 * (100vw - 320px) / 320);
  }
}
@media (max-width: 374px) {
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li a {
    line-height: 20px;
  }
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li:after {
  width: 2px;
  height: 20px;
  background: #000;
  content: "";
  position: absolute;
  right: -10px;
  top: 7px;
}
@media (max-width: 640px) {
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li:after {
    right: -7px;
  }
}
@media (max-width: 374px) {
  #fp-landing-page .fp-list .fp-list-header .sort-item-list li:after {
    right: -3px;
    height: 15px;
    top: 2px;
  }
}
#fp-landing-page .fp-list .fp-list-header .sort-item-list li:last-child:after {
  display: none;
}
#fp-landing-page .floorplate-img {
  position: relative;
}
#fp-landing-page .floorplate-img .compass {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#fp-landing-page .floorplate-img .compass:after {
  position: absolute;
  content: "";
  height: 13px;
  width: 16px;
  background: url("../images/icons/down-arrow.png") no-repeat;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: 0px;
}
#fp-landing-page .floorplate-img .compass h6 {
  font-size: 18px;
  font-weight: 700;
}
#fp-landing-page .floorplate-img .rent-by-wrap {
  position: absolute;
  left: 25px;
  bottom: 2px;
  text-align: left;
}
#fp-landing-page .floorplate-img .rent-by-wrap h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#fp-landing-page .floorplate-img .rent-by-wrap p {
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#fp-landing-page .floorplate-img .rent-by-wrap p span {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #000;
  margin-right: 10px;
}
#fp-landing-page .floorplate-img .rent-by-wrap p span.coliving-selection {
  background-color: #738875;
}
#fp-landing-page .floorplate-img .rent-by-wrap p span.private-selection {
  background-color: #b74548;
}
#fp-landing-page .floorplan-wrapper .selectivo__dropdown::-webkit-scrollbar {
  width: 12px;
}
#fp-landing-page .floorplan-wrapper .selectivo__dropdown::-webkit-scrollbar-thumb {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  background: #000;
}
#fp-landing-page .floorplan-wrapper .selectivo__dropdown::-webkit-scrollbar-track {
  width: 4px;
  background-color: gray;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
#fp-landing-page .floorplan-wrapper .selectivo__dropdown::-webkit-scrollbar-corner {
  display: none;
}

.table {
  width: 100%;
  display: table;
  vertical-align: middle;
}

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

.full-ht {
  height: 100%;
}

.fp-list .fp-results {
  display: flex;
  flex-wrap: wrap;
}
.fp-list .fp-results img.fp-loader {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .fp-list .fp-results img.fp-loader {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 640px) {
  .fp-list .fp-results img.fp-loader {
    width: 20px;
    height: 20px;
  }
}
.fp-list .fp-result-item {
  position: relative;
  width: calc((100% - 122px) / 4);
  padding: 30px;
  display: flex;
  margin: 0 15px 30px;
  vertical-align: top;
  background-color: #ebf0eb;
}
@media (max-width: 1024px) {
  .fp-list .fp-result-item {
    width: calc((100% - 60px) / 3);
    margin: 0 10px 20px;
  }
}
@media (max-width: 991px) {
  .fp-list .fp-result-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
.fp-list .fp-result-item-inner {
  border: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.fp-list .fp-desc-box .fp-desc {
  display: block;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  .fp-list .fp-desc-box .fp-desc {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .fp-list .fp-desc-box .fp-desc {
    font-size: 18px;
  }
}
.fp-list .fp-desc-box .fp-desc.name {
  margin-bottom: 0;
}
.fp-list .fp-desc-box .fp-desc.name span {
  display: inline-block;
}
.fp-list .fp-desc-box .fp-desc.coliving-disc-list {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 640px) {
  .fp-list .fp-desc-box .fp-desc.coliving-disc-list {
    font-size: 16px;
  }
}
.fp-list .fp-desc-box .rent-co {
  font-weight: 700;
}
.fp-list .fp-desc-box .sec_title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4.18px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  .fp-list .fp-desc-box .sec_title {
    font-size: 36px;
  }
}
@media (max-width: 640px) {
  .fp-list .fp-desc-box .sec_title {
    font-size: 30px;
  }
}
.fp-list .fp-desc-box a {
  font-size: 24px;
  line-height: 50px;
  text-transform: capitalize;
}
@media (max-width: 1366px) {
  .fp-list .fp-desc-box a {
    font-size: 19px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .fp-list .fp-desc-box a {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {
  .fp-list .fp-desc-box .secondary-cta:after {
    border-width: 6px 0 6px 12px;
  }
}
.fp-list .fp-pic-wrap {
  border-bottom: 1px solid #000;
  padding: 10px 10px 20px;
  margin-bottom: 20px;
  /*height: 400px;*/
  width: 100%;
  text-align: center;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
}
.fp-list .fp-pic-wrap img {
  margin: 0 auto;
  height: auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .fp-list .fp-pic-wrap img {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .fp-list .fp-pic-wrap img {
    height: auto;
  }
}
@media (max-width: 640px) {
  .fp-list .fp-pic-wrap img {
    height: auto;
  }
}
.fp-list .fp-desc-box a.coliving-cta {
  color: #738875;
  border-color: #738875;
}
.fp-list .fp-desc-box a.coliving-cta:after {
  border-color: transparent transparent transparent #738875;
}
.fp-list .fp-desc-box a.coliving-cta:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
.fp-list .fp-desc-box a.coliving-cta:hover:after {
  border-color: transparent transparent transparent #000;
}

#tab-by-plan .fp-pagination {
  display: none;
}
#tab-by-plan.active .fp-pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  #tab-by-plan.active .fp-pagination {
    margin-bottom: 35px;
  }
}
#tab-by-plan.active .fp-pagination li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 640px) {
  #tab-by-plan.active .fp-pagination li {
    padding: 0 7px;
  }
}
#tab-by-plan.active .fp-pagination li:first-child {
  padding-left: 0;
}
#tab-by-plan.active .fp-pagination li a {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
#tab-by-plan.active .fp-pagination li a:hover {
  color: #b94648;
}
#tab-by-plan.active .fp-pagination li a.pgactive {
  color: #b94648 !important;
}
#tab-by-plan.active .fp-pagination li a.inactive {
  cursor: default;
}
#tab-by-plan.active .fp-pagination li a.inactive:hover {
  color: #000000;
}
@media (max-width: 1366px) {
  #tab-by-plan.active .fp-pagination li a {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  #tab-by-plan.active .fp-pagination li a {
    font-size: calc(12px + 6 * (100vw - 320px) / 320);
  }
}
#tab-by-plan.active .fp-pagination li a.back-link {
  background: url(../images/icons/left-arrow.png) no-repeat left center/11px auto;
  padding-left: 20px;
}
#tab-by-plan.active .fp-pagination li a.back-link:hover {
  background-image: url(../images/floorplan/left-arrow-red.png);
}
@media (max-width: 640px) {
  #tab-by-plan.active .fp-pagination li a.back-link {
    padding-left: 15px;
  }
}
#tab-by-plan.active .fp-pagination li a.next-link {
  background: url(../images/icons/right-arrow.png) no-repeat right center/11px auto;
  padding-right: 20px;
}
#tab-by-plan.active .fp-pagination li a.next-link:hover {
  background-image: url(../images/floorplan/right-arrow-red.png);
}
@media (max-width: 640px) {
  #tab-by-plan.active .fp-pagination li a.next-link {
    padding-right: 15px;
  }
}
#tab-by-plan.active .fp-pagination li.active a {
  color: #b74548;
}
#tab-by-plan.active .fp-pagination li:after {
  height: 15px;
  width: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 9px;
  content: "";
}
#tab-by-plan.active .fp-pagination li:last-child {
  padding-right: 0;
}
#tab-by-plan.active .fp-pagination li:last-child:after {
  display: none;
}
#tab-by-plan.active .fp-pagination .inactive-pagination {
  opacity: 0.2;
}

.fp-detail-page .floorplan-details-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .fp-detail-page .floorplan-details-wrapper {
    display: block;
  }
}
.fp-detail-page .floorplan-details-wrapper .half-block {
  width: 50%;
}
@media (max-width: 991px) {
  .fp-detail-page .floorplan-details-wrapper .half-block {
    width: 100%;
  }
}
.fp-detail-page .fp-image-blk {
  background-color: #ebf0eb;
  text-align: center;
  position: relative;
  padding: 72px;
}
@media (max-width: 991px) {
  .fp-detail-page .fp-image-blk {
    padding: 8.5vw;
  }
}
.fp-detail-page .fp-image-blk img {
  max-width: 400px;
  width: 100%;
}
.fp-detail-page .fp-image-blk .btn-view-larger {
  display: block;
  position: absolute;
  top: 35px;
  right: 35px;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.fp-detail-page .fp-image-blk .btn-view-larger img {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.fp-detail-page .fp-image-blk .btn-view-larger:hover {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .fp-detail-page .fp-image-blk .btn-view-larger {
    display: none !important;
  }
}
.fp-detail-page .fp-image-blk:hover .btn-view-larger {
  display: block;
}
.fp-detail-page .fp-details {
  padding-left: 72px;
  padding-top: 72px;
}
@media (max-width: 991px) {
  .fp-detail-page .fp-details {
    padding-left: 8.5vw;
    padding-right: 8.5vw;
    padding-top: 35px;
  }
}
.fp-detail-page .fp-details .fp-details-inner .coliving-disc {
  font-size: 20px;
  line-height: normal;
  max-width: 485px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .fp-detail-page .fp-details .fp-details-inner .coliving-disc {
    font-size: 16px;
  }
}
.fp-detail-page .fp-details .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
.fp-detail-page .fp-details .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
.fp-detail-page .fp-details .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  .fp-detail-page .fp-details .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  .fp-detail-page .fp-details .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  .fp-detail-page .fp-details .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  .fp-detail-page .fp-details .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  .fp-detail-page .fp-details .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  .fp-detail-page .fp-details .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
.fp-detail-page .fp-details .fp-det-link {
  color: #b74548;
  font-size: 25px;
  line-height: 52px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #b74548;
}
@media (max-width: 1366px) {
  .fp-detail-page .fp-details .fp-det-link {
    font-size: calc(22px + 3 * (100vw - 640px) / 726);
  }
  .fp-detail-page .fp-details .fp-det-link {
    line-height: calc(40px + 10 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .fp-detail-page .fp-details .fp-det-link {
    font-size: calc(16px + 6 * (100vw - 320px) / 320);
  }
  .fp-detail-page .fp-details .fp-det-link {
    line-height: calc(30px + 10 * (100vw - 320px) / 320);
  }
}
.fp-detail-page .fp-details .fp-det-link.download-pdf {
  margin-right: 20px;
  position: relative;
}
.fp-detail-page .fp-details .fp-det-link.download-pdf:after {
  height: 20px;
  width: 2px;
  background: #000;
  position: absolute;
  right: -14px;
  top: 5px;
  content: "";
}
.fp-detail-page .fp-details .fp-det-link .at-icon-wrapper {
  display: none !important;
}
.fp-detail-page .fp-details span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  margin: 10px 0;
}
@media (max-width: 1366px) {
  .fp-detail-page .fp-details span {
    font-size: calc(28px + 8 * (100vw - 640px) / 726);
  }
  .fp-detail-page .fp-details span {
    line-height: calc(40px + 10 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .fp-detail-page .fp-details span {
    margin: 3px 0;
  }
  .fp-detail-page .fp-details span {
    font-size: calc(20px + 8 * (100vw - 320px) / 320);
  }
  .fp-detail-page .fp-details span {
    line-height: calc(30px + 10 * (100vw - 320px) / 320);
  }
}
.fp-detail-page .fp-details .apply-btn {
  margin: 72px 0;
}
@media (max-width: 991px) {
  .fp-detail-page .fp-details .apply-btn {
    margin-top: 35px;
  }
}

.mfp-bg,
.mfp-wrap {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.mfp-close-btn-wrap {
  position: fixed;
  right: 5.2vw;
  top: 40px;
}

.mfp-image-holder .mfp-close {
  width: 50px;
  height: 38px;
  right: 0;
  cursor: pointer !important;
  opacity: 1;
  background: transparent;
  position: relative;
}
.mfp-image-holder .mfp-close:after, .mfp-image-holder .mfp-close:before {
  height: 4px;
  width: 50px;
  background: #FFF;
  position: absolute;
  display: block;
  content: "";
}
.mfp-image-holder .mfp-close:focus {
  outline: 1px dashed #fff;
}
.mfp-image-holder .mfp-close:after {
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  bottom: 20px;
}
.mfp-image-holder .mfp-close:before {
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: 14px;
}

.mfp-bg {
  background: #565961;
  opacity: 0.95;
}

.mfp-figure:after {
  box-shadow: none;
  background: transparent;
}

#fp-landing-page .fp-info a.secondary-cta:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}

#fp-landing-page .fp-info a.secondary-cta:hover:after {
  border-color: transparent transparent transparent #FFF;
}

.fp-page .noresult_msg {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 640px) {
  .fp-page .noresult_msg {
    font-size: calc(20px + 3 * (100vw - 320px) / 320);
  }
  .fp-page .noresult_msg {
    line-height: calc(39px + 3 * (100vw - 320px) / 320);
  }
}

body.floor-plans .parallax-bg {
  display: none !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  svg#default_floor {
    margin-top: -8vw !important;
  }
}

.fp_disclaimer {
  text-align: center;
  padding: 0 15px 20px;
  width: 100%;
}
.fp_disclaimer p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}
.fp_disclaimer p a {
  color: #b94648;
}
@media (max-width: 640px) {
  .fp_disclaimer p {
    font-size: 16px;
  }
}

.fp-details .fp_disclaimer {
  text-align: left;
  padding: 20px 10px 40px 0;
}
@media (max-width: 991px) {
  .fp-details .fp_disclaimer {
    padding-top: 0;
  }
}

#fp-landing-page #tab-by-floor .fp-plate-inner {
  position: relative;
}

.fp_spl_tag {
  position: absolute;
  top: 0;
  left: 0;
}
.fp_spl_tag:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 90px solid transparent;
  border-left: 90px solid #b74548;
  -webkit-filter: drop-shadow(4px 2px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(4px 2px 2px rgba(0, 0, 0, 0.3));
}
.fp_spl_tag p {
  margin-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}

#tab-by-floor {
  position: relative;
}
#tab-by-floor .fp_disclaimer {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fp-list .fp-pic-wrap {
    min-height: 220px;
  }
}
.fp-details .fp_disclaimer {
  padding-bottom: 0;
}

.anchor {
  display: block;
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}

p.fp-disclaimer-txt {
  font-size: 13px;
  font-style: italic;
  width: 85%;
  line-height: 18px;
  margin-top: 10px;
  max-width: 450px;
}

.fp-detail-page .fp-details .fp-det-link {
  border-bottom: none;
  text-decoration: underline;
  display: block;
}
.modalFp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9050;
  overflow: hidden;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: all ease 0.5s;
}
.modalFp .tabs {
  width: 100%;
}
.modalFp .tabs #pano,
.modalFp .tabs #pano2,
.modalFp .tabs .panOuter {
  width: 100%;
  height: 100vh;
  height: 600px;
}
.modalFp .tabs iframe {
  height: 100%;
  width: 100%;
}
.modalFp ul#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modalFp ul#tabs-nav li {
  cursor: pointer;
  font-size: 21px;
  font-size: bold;
}
@media (max-width: 991px) {
  .modalFp ul#tabs-nav li {
    position: relative;
    padding: 0 5px;
  }
  .modalFp ul#tabs-nav li {
    font-size: calc(18px + 4 * (100vw - 320px) / 1046);
  }
}
.modalFp ul#tabs-nav li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
  .modalFp ul#tabs-nav li:not(:last-child):after {
    margin: 0 3px;
    content: "";
    width: 1px;
    height: 90%;
    background: #000;
    position: absolute;
    right: 0;
    margin: 0;
    top: 4px;
  }
}
.modalFp ul#tabs-nav li.active a {
  color: #a32d36;
}
.modalFp #tabs-nav li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
@media (max-width: 991px) {
  .modalFp #tabs-nav li a {
    font-size: 13px;
    display: block;
    line-height: 16px;
  }
}
.modalFp .tab-content {
  padding: 10px;
  height: 650px;
}
@media (max-width: 991px) {
  .modalFp .tab-content {
    height: 500px;
  }
}
.modalFp .tab-content iframe {
  height: 100%;
}
.modalFp .tab-content .flexslider {
  height: 600px;
}
@media (max-width: 991px) {
  .modalFp .tab-content .flexslider {
    height: 500px;
  }
}

.video-modal {
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
}
.video-modal.modal-open {
  opacity: 1;
  z-index: 10005;
  visibility: visible;
}
@media (max-width: 991px) {
  .video-modal {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.video-modal .modal-dialog {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.video-modal .close {
  z-index: 6;
  border: none;
  position: absolute;
  top: 0;
  right: 20px;
  width: 100px;
  height: 100px;
  cursor: pointer;
  padding: 0;
  background: url(../images/floorplan/close-popup.png) no-repeat center center;
}
@media (max-width: 991px) {
  .video-modal .close {
    width: 40px;
    height: 42px;
  }
}
.video-modal .popup-wrap {
  max-width: 85%;
  max-height: 95%;
  position: relative;
  width: 100%;
  padding: 40px;
  background: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .video-modal .popup-wrap {
    max-width: 98%;
    padding: 40px 5px;
  }
}
.video-modal .popup-wrap .list-title {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .video-modal .popup-wrap .list-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .video-modal .popup-wrap .list-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
.video-modal .popup-wrap i.note {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-bottom: 1.5vw;
}

.fp-detail-page .fp-details .apply-btn.coliving-cta {
  background: #738875;
}
.fp-detail-page .fp-details .fp-det-link.coliving-cta {
  color: #738875;
}

.fp-list.colivingListing {
  padding: 3vw 5.2vw 0;
}

.backbtn-coliving {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.backbtn-coliving:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 8px;
  border-width: 6px 12px 6px 0;
  border-color: transparent #000 transparent transparent;
}
.system .backbtn-coliving:hover {
  color: #738875;
}
.system .backbtn-coliving:hover:before {
  border-color: transparent #738875 transparent transparent;
}

.total-mnthly-price {
  font-weight: 600;
}

#features-page .intro-section {
  padding-right: 17.5vw;
  height: calc(100vh - 172px);
  position: relative;
  margin-bottom: 70px;
  min-height: 560px;
}
@media (max-width: 1919px) {
  #features-page .intro-section {
    padding-right: 18.5vw;
  }
}
@media (max-width: 1499px) {
  #features-page .intro-section {
    padding-right: 19vw;
  }
}
@media (max-width: 991px) {
  #features-page .intro-section {
    padding-right: 0;
    height: auto;
    min-height: auto;
    margin-bottom: 5.2vw;
  }
}
@media (max-width: 640px) {
  #features-page .intro-section {
    margin-bottom: 40px;
  }
}
#features-page .intro-section .intro-caption {
  position: absolute;
  background: #fff;
  padding: 2vw 3vw 2vw 5.2vw;
  width: 47%;
}
@media (max-width: 1499px) {
  #features-page .intro-section .intro-caption {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  #features-page .intro-section .intro-caption {
    width: 43%;
  }
}
@media (max-width: 991px) {
  #features-page .intro-section .intro-caption {
    position: static;
    padding: 0 8.8vw 3.5vw 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #features-page .intro-section .intro-caption {
    padding-bottom: 25px;
  }
}
#features-page .intro-section .intro-banner {
  height: 100%;
}
@media (max-width: 991px) {
  #features-page .intro-section .intro-banner {
    height: 61vw;
    margin-right: 5.2vw;
  }
}
#features-page .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#features-page .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
#features-page .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #features-page .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  #features-page .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #features-page .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #features-page .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #features-page .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #features-page .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#features-page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #features-page .section {
    padding: 0;
    flex-direction: column;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #features-page .section {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #features-page .section.features-list {
    margin-bottom: 40px;
  }
}
#features-page .section .left-col,
#features-page .section .desc-content,
#features-page .section .row-reverse .desc-img {
  width: 43vw;
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #features-page .section .left-col,
  #features-page .section .desc-content,
  #features-page .section .row-reverse .desc-img {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#features-page .section .features-title-wrapper {
  width: 100%;
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #features-page .section .features-title-wrapper {
    padding: 0 5.2vw;
  }
}
#features-page .section .right-col,
#features-page .section .desc-img,
#features-page .section .row-reverse .desc-content {
  width: 39vw;
  padding: 0;
}
@media (max-width: 991px) {
  #features-page .section .right-col,
  #features-page .section .desc-img,
  #features-page .section .row-reverse .desc-content {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#features-page .section .desc-img {
  position: relative;
  height: 32vw;
}
@media (max-width: 991px) {
  #features-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
@media (max-width: 640px) {
  #features-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
#features-page .section .section-title,
#features-page .section .list-title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #features-page .section .section-title,
  #features-page .section .list-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #features-page .section .section-title,
  #features-page .section .list-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
@media (max-width: 991px) {
  #features-page .section .desc-content {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #features-page .section .desc-content {
    margin-bottom: 40px;
  }
}
#features-page .section .desc-content .section-title,
#features-page .section .desc-content .list-title {
  letter-spacing: 4.18px;
  text-transform: uppercase;
}
#features-page .section .desc-content p,
#features-page .section .desc-content .secondary-cta {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #features-page .section .desc-content p,
  #features-page .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #features-page .section .desc-content p,
  #features-page .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #features-page .section .desc-content p,
  #features-page .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #features-page .section .desc-content p,
  #features-page .section .desc-content .secondary-cta {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#features-page .section .desc-content p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #features-page .section .desc-content p {
    display: inline;
  }
}
#features-page .section .desc-content .secondary-cta {
  display: inline;
}
#features-page .section.features-list {
  flex-direction: column;
}
#features-page .section.features-list .features-list-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  #features-page .section.features-list .features-list-wrapper {
    flex-direction: column;
  }
}
#features-page .section.features-list .list-title {
  margin-bottom: 10px;
}
#features-page .section.features-list .list-sub-title {
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #features-page .section.features-list .list-sub-title {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #features-page .section.features-list .list-sub-title {
    line-height: calc(26px + 2 * (100vw - 320px) / 320);
  }
}
#features-page .section.features-list ul li {
  line-height: 35px;
}
@media (max-width: 1366px) {
  #features-page .section.features-list ul li {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #features-page .section.features-list ul li {
    line-height: calc(27px + 1 * (100vw - 320px) / 320);
  }
}
#features-page .section.features-list .list-sub-title,
#features-page .section.features-list ul li {
  font-size: 24px;
}
@media (max-width: 1366px) {
  #features-page .section.features-list .list-sub-title,
  #features-page .section.features-list ul li {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #features-page .section.features-list .list-sub-title,
  #features-page .section.features-list ul li {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
}
#features-page .section .row-reverse {
  flex-direction: row-reverse;
  padding: 3vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #features-page .section .row-reverse {
    flex-direction: column;
    padding: 6.2vw 0;
  }
}
@media (max-width: 640px) {
  #features-page .section .row-reverse {
    padding: 40px 0;
  }
}
#features-page .section.frame-section {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  #features-page .section.frame-section {
    padding: 0 5.2vw;
  }
}
#features-page .section.frame-section .frame-content-wrapper:first-child {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 1120px) {
  #features-page .section.frame-section .frame-content-wrapper:first-child {
    padding-right: 3.2vw;
  }
}
#features-page .section.frame-section .frame-content-wrapper:last-child {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  #features-page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  #features-page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #features-page .section.frame-section .frame-content-wrapper:first-child, #features-page .section.frame-section .frame-content-wrapper:last-child {
    width: 100%;
    padding: 0;
  }
}
#features-page .section .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 4.2vw;
}
@media (max-width: 1366px) {
  #features-page .section .frame {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  #features-page .section .frame {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  #features-page .section .frame {
    margin: 0;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
  }
}
#features-page .section .frame .frame-content-wrapper {
  text-align: center;
}
#features-page .section .frame .frame-figure {
  height: 320px;
}
@media (max-width: 991px) {
  #features-page .section .frame .frame-figure {
    display: none;
  }
}
#features-page .section .frame .frame-desc {
  background: #fff;
  width: 90%;
  margin: -80px auto 0;
  padding: 35px 35px 0;
}
@media (max-width: 1366px) {
  #features-page .section .frame .frame-desc {
    padding: 35px 20px 0;
    margin: -62px auto 0;
  }
}
@media (max-width: 991px) {
  #features-page .section .frame .frame-desc {
    margin-top: 0;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#features-page .section .left-col li,
#features-page .section .right-col li {
  border-bottom: 2px solid #000;
  padding: 12px 0;
}
#features-page .section .left-col li:last-child,
#features-page .section .right-col li:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  #features-page .section .left-col {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  #features-page .section .left-col {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  #features-page .section .left-col li:last-child {
    border-bottom: 2px solid #000;
  }
}
#features-page .wrap-green {
  background: #ebf0eb;
}

#gallery-page {
  padding-bottom: 140px;
}
@media (max-width: 991px) {
  #gallery-page {
    padding: 0 0 50px 0;
  }
}
@media (max-width: 640px) {
  #gallery-page {
    padding: 0 0 50px;
  }
}
#gallery-page .intro-section {
  padding: 0;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  #gallery-page .intro-section {
    display: block;
    margin-bottom: 0;
    position: static;
    padding: 0 8.8vw 35px 5.2vw;
    width: 100%;
    background: #fff;
  }
}
#gallery-page .intro-section .right-top-banner {
  height: 20vw;
  width: 56%;
}
@media (max-width: 991px) {
  #gallery-page .intro-section .right-top-banner {
    display: none;
  }
}
#gallery-page .intro-section .left-caption {
  width: 44%;
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  #gallery-page .intro-section .left-caption {
    width: 100%;
    margin-top: 35px;
    padding-left: 0;
  }
}
#gallery-page .intro-section .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#gallery-page .intro-section .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
#gallery-page .intro-section .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #gallery-page .intro-section .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  #gallery-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #gallery-page .intro-section .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #gallery-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #gallery-page .intro-section .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #gallery-page .intro-section .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#gallery-page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #gallery-page .section {
    flex-direction: column;
    display: flex;
    padding: 0;
    margin-bottom: 0;
  }
}
#gallery-page .section .desc-content {
  width: 40%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  margin: 0 auto;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  #gallery-page .section .desc-content {
    margin: 10vw 0;
    padding: 0 5.2vw;
    width: 100%;
  }
}
#gallery-page .section .desc-content .section-title {
  color: #000;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 4.18px;
  width: 80%;
}
@media (max-width: 1366px) {
  #gallery-page .section .desc-content .section-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #gallery-page .section .desc-content .section-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
#gallery-page .section .desc-content p,
#gallery-page .section .desc-content .secondary-cta {
  width: fit-content;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #gallery-page .section .desc-content p,
  #gallery-page .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #gallery-page .section .desc-content p,
  #gallery-page .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #gallery-page .section .desc-content p,
  #gallery-page .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #gallery-page .section .desc-content p,
  #gallery-page .section .desc-content .secondary-cta {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
@media (max-width: 1366px) {
  #gallery-page .section .desc-content p {
    display: inline;
  }
}
#gallery-page .section .desc-content .secondary-cta {
  display: inline;
}
#gallery-page .section .desc-content .secondary-cta:after {
  border-width: 6px 0 6px 12px;
}
#gallery-page .section .desc-img {
  width: 60%;
  height: calc(100vh - 172px);
  position: relative;
  max-height: 500px;
}
@media (max-width: 991px) {
  #gallery-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
@media (max-width: 640px) {
  #gallery-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
#gallery-page .button-gallery {
  padding: 0 5.2vw;
}
@media (max-width: 991px) {
  #gallery-page .button-gallery {
    background: #fff;
    display: none;
  }
}
#gallery-page .button-gallery .tab-links {
  width: 100%;
  clear: both;
  overflow: hidden;
  padding-bottom: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #gallery-page .button-gallery .tab-links {
    flex-direction: column;
  }
}
#gallery-page .button-gallery .tab-links li {
  width: auto;
  padding: 2px 10px;
  width: 25%;
  max-width: 340px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #gallery-page .button-gallery .tab-links li {
    padding: 2px 10px;
  }
}
@media (max-width: 767px) {
  #gallery-page .button-gallery .tab-links li {
    padding: 10px 10px 5px;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
  }
}
#gallery-page .button-gallery .tab-links li span {
  transition: none;
  font-size: 18px;
}
@media (max-width: 1366px) {
  #gallery-page .button-gallery .tab-links li span {
    font-size: 14px;
  }
}
@media (max-width: 1101px) {
  #gallery-page .button-gallery .tab-links li span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #gallery-page .button-gallery .tab-links li span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #gallery-page .button-gallery .tab-links li span {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  #gallery-page .button-gallery .tab-links li span {
    font-size: 14px;
  }
}
#gallery-page .section.private,
#gallery-page .neighbourhood, #gallery-page #video {
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #gallery-page .section.private,
  #gallery-page .neighbourhood, #gallery-page #video {
    padding-right: 0;
  }
}
#gallery-page .section.private .left,
#gallery-page .neighbourhood .left, #gallery-page #video .left {
  padding-left: 4.2vw;
}
@media (max-width: 991px) {
  #gallery-page .section.private .left,
  #gallery-page .neighbourhood .left, #gallery-page #video .left {
    margin: 5.2vw 0 5.2vw;
    padding: 0 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #gallery-page .section.private .left,
  #gallery-page .neighbourhood .left, #gallery-page #video .left {
    margin: 40px 0 40px;
  }
}
#gallery-page .neighbourhood .left, #gallery-page #video .left {
  padding-left: 0;
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #gallery-page .neighbourhood .left, #gallery-page #video .left {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #gallery-page .neighbourhood .left, #gallery-page #video .left {
    margin: 40px 0 40px;
  }
}
#gallery-page .coliving .left {
  padding-left: 0;
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #gallery-page .coliving .left {
    margin-bottom: 40px;
    padding: 0 5.2vw;
  }
}
@media (max-width: 640px) {
  #gallery-page .coliving .left {
    margin: 40px 0 40px;
  }
}
@media (max-width: 991px) {
  #gallery-page .section.neighbourhood, #gallery-page .section#video {
    flex-direction: column-reverse;
  }
  #gallery-page .section.neighbourhood .left, #gallery-page .section#video .left {
    padding: 0 5.2vw;
  }
}
@media (max-width: 991px) {
  #gallery-page .section.coliving {
    flex-direction: column-reverse;
  }
}
#gallery-page .section.amenities {
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  #gallery-page .section.amenities {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #gallery-page .section.amenities {
    flex-direction: column;
    display: flex;
  }
}
#gallery-page .section.amenities .left {
  padding-left: 4.2vw;
}
@media (max-width: 991px) {
  #gallery-page .section.amenities .left {
    margin: 5.2vw 0 5.2vw;
    padding: 0 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #gallery-page .section.amenities .left {
    margin: 40px 0 40px;
  }
}
#gallery-page .section.building {
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  #gallery-page .section.building {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #gallery-page .section.building {
    flex-direction: column;
    display: flex;
  }
}
#gallery-page .section.building .left {
  padding-left: 4.2vw;
}
@media (max-width: 991px) {
  #gallery-page .section.building .left {
    margin: 5.2vw 0 5.2vw;
    padding: 0 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #gallery-page .section.building .left {
    margin: 40px 0 40px;
  }
}
#gallery-page .section.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#gallery-page .section.video .g_video_thumb {
  z-index: 0;
}
#gallery-page .section.video .g_video_thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/Gallery/play-button-gallery.svg) center center/auto 20% no-repeat;
  z-index: 1;
}
#gallery-page .gallery-slider.flexslider .open-light-box button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 35px;
  top: 40px;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#gallery-page .gallery-slider.flexslider .open-light-box button:hover {
  cursor: pointer;
}
#gallery-page .gallery-slider.flexslider .open-light-box a,
#gallery-page .gallery-slider.flexslider .open-light-box button {
  width: 20px;
  height: 20px;
  overflow: hidden;
  bottom: 10px;
  z-index: 999 !important;
  text-indent: 9999px;
  background: url(../images/icons/lightbox-open.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#gallery-page .gallery-slider.flexslider .open-light-box a.flex-pause,
#gallery-page .gallery-slider.flexslider .open-light-box button.flex-pause {
  background: url(../images/icons/lightbox-open.svg) no-repeat center center;
  background-size: contain;
}
#gallery-page .gallery-slider.flexslider .open-light-box a:hover,
#gallery-page .gallery-slider.flexslider .open-light-box button:hover {
  cursor: pointer;
}
#gallery-page .gallery-slider.flexslider .slider-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  opacity: 1;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
#gallery-page .gallery-slider.flexslider ul.slides:hover {
  cursor: pointer;
}
#gallery-page .gallery-slider.flexslider .flex-control-nav {
  display: none;
}
@media (max-width: 1366px) {
  #gallery-page .gallery-slider.flexslider .flex-control-nav {
    width: 90%;
  }
}
#gallery-page .gallery-slider-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.6s ease-in-out;
  background-color: rgb(93, 96, 103);
}
#gallery-page .gallery-slider-box video {
  width: 100%;
  height: 100%;
}
#gallery-page .gallery-slider-box.open {
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#gallery-page .gallery-slider-box.open .flex-viewport li {
  padding: 2vw 0;
}
#gallery-page .gallery-slider-box.open .flexslider {
  background-color: rgb(93, 96, 103);
}
#gallery-page .gallery-slider-box.open .flexslider .flex-control-nav {
  display: none;
}
#gallery-page .gallery-slider-box.open .close-icon {
  position: absolute;
  z-index: 999;
  border: none;
  background: none;
  right: 5%;
  top: 3%;
  cursor: pointer;
  width: 40px;
  padding: 0;
}
@media (max-width: 991px) {
  #gallery-page .gallery-slider-box.open .close-icon {
    width: 40px;
    padding: 25px 0;
  }
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-box.open .close-icon {
    width: 30px;
  }
}
#gallery-page .gallery-slider-box.open .close-icon:hover {
  cursor: pointer;
}
#gallery-page .gallery-slider-box.open .close-icon.mob .hamburger-icon {
  width: 30px;
  cursor: pointer;
  height: 4px;
  width: 0px;
  background: transparent;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
#gallery-page .gallery-slider-box.open .close-icon.mob .hamburger-icon::before {
  width: 30px;
  cursor: pointer;
  height: 4px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: -2px;
}
#gallery-page .gallery-slider-box.open .close-icon.mob .hamburger-icon::after {
  width: 30px;
  cursor: pointer;
  height: 4px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  bottom: 2px;
}
#gallery-page .gallery-slider-box.open .close-icon.mob.open .hamburger-icon::after, #gallery-page .gallery-slider-box.open .close-icon.mob.open .hamburger-icon::before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#gallery-page .gallery-slider-box.open .category-caption {
  width: 80%;
  margin: 50px auto 0;
  position: relative;
  text-align: center;
  word-break: break-word;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #gallery-page .gallery-slider-box.open .category-caption {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-box.open .category-caption {
    width: 80%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
#gallery-page .gallery-slider-box.open .category-caption .category-text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4.18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  #gallery-page .gallery-slider-box.open .category-caption .category-text {
    font-size: calc(24px + 10 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-box.open .category-caption .category-text {
    font-size: 20px;
  }
}
@media (max-width: 815px) and (orientation: landscape) {
  #gallery-page .gallery-slider-box.open .category-caption .category-text {
    font-size: 20px;
  }
}
#gallery-page .gallery-slider-box.open .slide-caption {
  width: 80%;
  margin: 0vw auto;
  word-break: break-word;
  text-align: center;
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-box.open .slide-caption {
    width: 80%;
    margin: 10px auto;
  }
}
#gallery-page .gallery-slider-box.open .slide-caption .title-text {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #gallery-page .gallery-slider-box.open .slide-caption .title-text {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  #gallery-page .gallery-slider-box.open .slide-caption .title-text {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #gallery-page .gallery-slider-box.open .slide-caption .title-text {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-box.open .slide-caption .title-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 815px) and (orientation: landscape) {
  #gallery-page .gallery-slider-box.open .slide-caption .title-text {
    font-size: 16px;
    line-height: 20px;
  }
}
#gallery-page .gallery-slider-box.open .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gallery-page .gallery-slider-box.open .slides .main-gallery-slide {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#gallery-page .gallery-slider-box.open .slides .main-gallery-slide .lightbox-img {
  height: 70vh;
  width: 75%;
}
@media (max-width: 991px) {
  #gallery-page .gallery-slider-box.open .slides .main-gallery-slide .lightbox-img {
    height: auto;
  }
}
#gallery-page .gallery-slider-box.open .slides .main-gallery-slide .lightbox-img img {
  height: auto;
  width: auto;
  margin: 0 auto;
  max-height: 100%;
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-box.open .slides .main-gallery-slide .lightbox-img img {
    max-height: 150px;
  }
}
@media (max-width: 815px) and (orientation: landscape) {
  #gallery-page .gallery-slider-box.open .slides .main-gallery-slide .lightbox-img img {
    max-height: 150px;
  }
}
#gallery-page .gallery-slider-popup.flexslider ul.slides li div {
  position: static;
}
#gallery-page .gallery-slider-popup.flexslider .flex-control-nav {
  display: none;
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-popup.flexslider .flex-control-nav .flex-next, #gallery-page .gallery-slider-popup.flexslider .flex-control-nav .flex-prev {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-popup.flexslider .flex-control-nav .flex-next {
    right: 10px;
  }
}
@media (max-width: 640px) {
  #gallery-page .gallery-slider-popup.flexslider .flex-control-nav .flex-prev {
    right: 10px;
  }
}

.filter-mob {
  display: none;
  padding: 0 24px;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .filter-mob {
    display: block;
    max-width: 400px;
    margin: 0 auto 56px;
  }
}
.filter-mob .selectivo {
  width: 100%;
}
.filter-mob .selectivo.selectivo--open .selectivo__label {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-mob .selectivo.selectivo--open .selectivo__label:after {
  transform: rotate(180deg);
}
.filter-mob .selectivo__label {
  width: 100%;
  padding-top: 2px;
  height: 40px;
  border: none;
  position: relative;
  background: none;
  border-radius: 40px;
}
.filter-mob .selectivo__label.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-mob .selectivo__label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6.5px 0 6.5px;
  border-color: #fff transparent transparent;
  position: absolute;
  right: 15px;
  top: 14px;
}
.filter-mob .selectivo__label:hover {
  background: #b94648;
  color: #fff;
}
.filter-mob .selectivo__label:hover:after {
  border-color: #fff transparent transparent;
}
.filter-mob .selectivo__label,
.filter-mob .selectivo__option {
  height: 40px;
  padding: 0 10px;
  background: #b94648;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 40px;
  -webkit-appearance: none;
  border-radius: 30px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
}
.filter-mob .selectivo__option:hover {
  background-color: #000;
  color: #fff;
}
.filter-mob .selectivo--open .selectivo__dropdown {
  border: 2px solid #b94648;
  top: 38px;
  width: 100%;
  border-radius: 9px;
  background: #b94648;
  border-radius: 19px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  border: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

#coliving-page {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #coliving-page {
    padding: 0 0 0 0;
  }
}
@media (max-width: 640px) {
  #coliving-page {
    padding: 10px 0 0px;
  }
}
#coliving-page .co-living-slider ul.slides li div.sp-image {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
#coliving-page .co-living-slider .flex-direction-nav .flex-next,
#coliving-page .co-living-slider .flex-direction-nav .flex-prev {
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 65%;
}
#coliving-page .co-living-slider .flex-control-nav a {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
#coliving-page .intro-section {
  padding-right: 17.5vw;
  height: calc(100vh - 172px);
  position: relative;
  margin-bottom: 70px;
  min-height: 560px;
}
@media (max-width: 1919px) {
  #coliving-page .intro-section {
    padding-right: 18.5vw;
  }
}
@media (max-width: 1499px) {
  #coliving-page .intro-section {
    padding-right: 19vw;
  }
}
@media (max-width: 991px) {
  #coliving-page .intro-section {
    padding-right: 0;
    height: auto;
    min-height: auto;
    margin-bottom: 5.2vw;
  }
}
@media (max-width: 640px) {
  #coliving-page .intro-section {
    margin-bottom: 40px;
  }
}
#coliving-page .intro-section .intro-caption {
  position: absolute;
  background: #fff;
  padding: 2vw 3vw 2vw 5.2vw;
  width: 51%;
}
@media (max-width: 1499px) {
  #coliving-page .intro-section .intro-caption {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  #coliving-page .intro-section .intro-caption {
    width: 44%;
  }
}
@media (max-width: 991px) {
  #coliving-page .intro-section .intro-caption {
    position: static;
    padding: 0 8.8vw 3.5vw 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #coliving-page .intro-section .intro-caption {
    padding-bottom: 25px;
  }
}
#coliving-page .intro-section .intro-banner {
  height: 100%;
}
@media (max-width: 991px) {
  #coliving-page .intro-section .intro-banner {
    height: 61vw;
    margin-right: 5.2vw;
  }
}
#coliving-page .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#coliving-page .heading {
  font-size: calc(85px + 35 * (100vw - 1366px) / 554);
}
#coliving-page .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #coliving-page .heading {
    font-size: calc(85px + 3 * (100vw - 1366px) / 554);
  }
  #coliving-page .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #coliving-page .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #coliving-page .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #coliving-page .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #coliving-page .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#coliving-page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #coliving-page .section {
    padding: 0;
    flex-direction: column;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #coliving-page .section {
    margin-bottom: 40px;
  }
}
#coliving-page .section .desc-content .coliving-link {
  cursor: pointer;
}
#coliving-page .section .left-col,
#coliving-page .section .desc-content,
#coliving-page .section .left-col .quarters-section .desc-content {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #coliving-page .section .left-col,
  #coliving-page .section .desc-content,
  #coliving-page .section .left-col .quarters-section .desc-content {
    width: 100%;
    padding: 0 5.2vw;
  }
}
@media (max-width: 991px) {
  #coliving-page .section .left-col .text-wrapper,
  #coliving-page .section .desc-content .text-wrapper,
  #coliving-page .section .left-col .quarters-section .desc-content .text-wrapper {
    margin-top: 5.2vw;
  }
}
#coliving-page .section .left-col .text-wrapper:first-child,
#coliving-page .section .desc-content .text-wrapper:first-child,
#coliving-page .section .left-col .quarters-section .desc-content .text-wrapper:first-child {
  height: 300px;
}
@media (max-width: 1499px) {
  #coliving-page .section .left-col .text-wrapper:first-child,
  #coliving-page .section .desc-content .text-wrapper:first-child,
  #coliving-page .section .left-col .quarters-section .desc-content .text-wrapper:first-child {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  #coliving-page .section .left-col .text-wrapper:first-child,
  #coliving-page .section .desc-content .text-wrapper:first-child,
  #coliving-page .section .left-col .quarters-section .desc-content .text-wrapper:first-child {
    height: 30vw;
  }
}
@media (max-width: 991px) {
  #coliving-page .section .left-col .text-wrapper:first-child,
  #coliving-page .section .desc-content .text-wrapper:first-child,
  #coliving-page .section .left-col .quarters-section .desc-content .text-wrapper:first-child {
    height: auto;
  }
}
#coliving-page .section .right-col,
#coliving-page .section .desc-img,
#coliving-page .section .right-col .quarters-section .desc-content {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  #coliving-page .section .right-col,
  #coliving-page .section .desc-img,
  #coliving-page .section .right-col .quarters-section .desc-content {
    width: 100%;
    padding: 0 5.2vw;
  }
}
@media (max-width: 991px) {
  #coliving-page .section .right-col .text-wrapper,
  #coliving-page .section .desc-img .text-wrapper,
  #coliving-page .section .right-col .quarters-section .desc-content .text-wrapper {
    margin-top: 5.2vw;
  }
}
#coliving-page .section .right-col .text-wrapper:first-child,
#coliving-page .section .desc-img .text-wrapper:first-child,
#coliving-page .section .right-col .quarters-section .desc-content .text-wrapper:first-child {
  height: 300px;
}
@media (max-width: 1499px) {
  #coliving-page .section .right-col .text-wrapper:first-child,
  #coliving-page .section .desc-img .text-wrapper:first-child,
  #coliving-page .section .right-col .quarters-section .desc-content .text-wrapper:first-child {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  #coliving-page .section .right-col .text-wrapper:first-child,
  #coliving-page .section .desc-img .text-wrapper:first-child,
  #coliving-page .section .right-col .quarters-section .desc-content .text-wrapper:first-child {
    height: 30vw;
  }
}
@media (max-width: 991px) {
  #coliving-page .section .right-col .text-wrapper:first-child,
  #coliving-page .section .desc-img .text-wrapper:first-child,
  #coliving-page .section .right-col .quarters-section .desc-content .text-wrapper:first-child {
    height: auto;
  }
}
#coliving-page .section .right-col .btn-cta, #coliving-page .section .right-col #contact-page .contact-form-box .hywrap button[type=submit], #contact-page .contact-form-box .hywrap #coliving-page .section .right-col button[type=submit] {
  max-width: 400px;
}
#coliving-page .section .desc-img {
  position: relative;
  height: 32vw;
}
#coliving-page .section .desc-img .right-bottom div {
  background-position: right bottom !important;
}
@media (max-width: 991px) {
  #coliving-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
@media (max-width: 640px) {
  #coliving-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
#coliving-page .section .section-title {
  letter-spacing: 4.18px;
}
#coliving-page .section .section-title,
#coliving-page .section .list-title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #coliving-page .section .section-title,
  #coliving-page .section .list-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #coliving-page .section .section-title,
  #coliving-page .section .list-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
@media (max-width: 991px) {
  #coliving-page .section .desc-content {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #coliving-page .section .desc-content {
    margin-bottom: 40px;
  }
}
#coliving-page .section .desc-content .list-title {
  letter-spacing: 4.18px;
  text-transform: uppercase;
}
#coliving-page .section .desc-content p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #coliving-page .section .desc-content p {
    display: inline;
  }
}
#coliving-page .section .desc-content p,
#coliving-page .section .desc-content .secondary-cta {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #coliving-page .section .desc-content p,
  #coliving-page .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #coliving-page .section .desc-content p,
  #coliving-page .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #coliving-page .section .desc-content p,
  #coliving-page .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #coliving-page .section .desc-content p,
  #coliving-page .section .desc-content .secondary-cta {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#coliving-page .section .desc-content .secondary-cta {
  display: inline;
}
#coliving-page .section .desc-content .secondary-cta:after {
  border-width: 6px 0 6px 12px;
}
#coliving-page .section.features-list {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  #coliving-page .section.features-list {
    margin-bottom: 20px;
  }
}
#coliving-page .section.features-list .list-title {
  margin-bottom: 10px;
}
#coliving-page .section.features-list .list-sub-title {
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #coliving-page .section.features-list .list-sub-title {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #coliving-page .section.features-list .list-sub-title {
    line-height: calc(26px + 2 * (100vw - 320px) / 320);
  }
}
#coliving-page .section.features-list ul li {
  line-height: 35px;
}
@media (max-width: 1366px) {
  #coliving-page .section.features-list ul li {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #coliving-page .section.features-list ul li {
    line-height: calc(27px + 1 * (100vw - 320px) / 320);
  }
}
#coliving-page .section.features-list .list-sub-title,
#coliving-page .section.features-list ul li {
  font-size: 24px;
}
@media (max-width: 1366px) {
  #coliving-page .section.features-list .list-sub-title,
  #coliving-page .section.features-list ul li {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #coliving-page .section.features-list .list-sub-title,
  #coliving-page .section.features-list ul li {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
}
#coliving-page .section .quarters-section {
  flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section {
    flex-direction: column;
    padding: 6.2vw 0;
  }
}
#coliving-page .section .quarters-section .section-title {
  letter-spacing: normal;
}
#coliving-page .section .quarters-section .top-section {
  padding: 0 3vw;
  background: #ededee;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
#coliving-page .section .quarters-section .top-section .left-col {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .top-section .left-col {
    padding: 0 0 0 5.2vw;
  }
}
#coliving-page .section .quarters-section .top-section .left-col p {
  display: block;
  margin: 2vw 0 3vw 0;
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .top-section .left-col p {
    display: none;
  }
}
#coliving-page .section .quarters-section .top-section .left-col .quart-head {
  padding-bottom: 1em;
  padding-top: 3vw;
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .top-section .left-col .quart-head {
    padding-top: 5vw;
  }
}
#coliving-page .section .quarters-section .top-section .right-col {
  width: 30%;
}
#coliving-page .section .quarters-section .top-section .right-col img {
  margin-top: -6vw;
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .top-section .right-col {
    padding: 0 0 0 0;
    width: 30%;
  }
}
#coliving-page .section .quarters-section .bottom-section {
  padding: 0 3vw 3vw;
  background: #ededee;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .bottom-section {
    flex-direction: column;
    width: 100%;
    padding: 0 3vw 5vw;
  }
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .bottom-section .left-col,
  #coliving-page .section .quarters-section .bottom-section .right-col {
    margin-bottom: 0;
  }
}
#coliving-page .section .quarters-section .mid-section {
  padding: 0 3vw;
  background: #ededee;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
}
#coliving-page .section .quarters-section .mid-section .left-col {
  width: 70%;
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .mid-section .left-col {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .mid-section .left-col,
  #coliving-page .section .quarters-section .mid-section .right-col {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #coliving-page .section .quarters-section .mid-section {
    display: block;
  }
}
#coliving-page .section .left-col li,
#coliving-page .section .right-col li {
  border-bottom: 2px solid #000;
  padding: 12px 0;
}
#coliving-page .section .left-col li:last-child,
#coliving-page .section .right-col li:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  #coliving-page .section .left-col {
    margin-bottom: 3vw;
  }
}
@media (max-width: 640px) {
  #coliving-page .section .left-col {
    margin-bottom: 20px;
  }
}
#coliving-page .section .btn-cta, #coliving-page .section #contact-page .contact-form-box .hywrap button[type=submit], #contact-page .contact-form-box .hywrap #coliving-page .section button[type=submit] {
  margin-top: 50px;
}
@media (max-width: 991px) {
  #coliving-page .section .btn-cta, #coliving-page .section #contact-page .contact-form-box .hywrap button[type=submit], #contact-page .contact-form-box .hywrap #coliving-page .section button[type=submit] {
    margin: 2vw 0;
  }
}
#coliving-page .custom-slider-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5.7vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
#coliving-page .custom-slider-pagination .divider {
  padding: 0 5px;
}
@media (max-width: 1024px) {
  #coliving-page .section.frame-section {
    padding: 0 5.2vw;
  }
}

.coliving-special .modal-body {
  background: #000;
}
.coliving-special .modal-body p, .coliving-special .modal-body .specials-head {
  color: #ebf0eb;
}
.coliving-special .modal-body .secondary-cta:hover {
  color: #ebf0eb;
  border-bottom: 2px solid #ebf0eb;
}
.coliving-special .modal-body .secondary-cta:hover:after {
  border-color: transparent transparent transparent #ebf0eb;
}

@media (max-width: 460px) {
  #coliving-page .intro-section .intro-caption {
    padding-top: 25px;
  }
}
section.sitemap {
  width: 100%;
}
section.sitemap .outerContainer {
  text-align: center;
  width: 100%;
}
section.sitemap .outerContainer .disclaimer {
  max-width: 50%;
  font-size: 12px;
  font-style: italic;
  margin: auto;
}
@media (max-width: 991px) {
  section.sitemap .outerContainer .disclaimer {
    max-width: 90%;
    margin-top: 5vw;
  }
}

section.costCompareInfo {
  width: 100%;
}
section.costCompareInfo .outerContainer {
  width: 100%;
  text-align: center;
}
section.costCompareInfo .outerContainer .costSavingBubbles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.costCompareInfo .outerContainer .costSavingBubbles {
    max-width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  section.costCompareInfo .outerContainer .costSavingBubbles {
    max-width: 390px;
  }
}
@media screen and (max-width: 410px) {
  section.costCompareInfo .outerContainer .costSavingBubbles {
    max-width: 95%;
  }
}
section.costCompareInfo .outerContainer .costSavingBubbles .item {
  border-radius: 100%;
  width: 230px;
  height: 230px;
  background: #221f20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
}
@media (max-width: 1366px) {
  section.costCompareInfo .outerContainer .costSavingBubbles .item {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1024px) {
  section.costCompareInfo .outerContainer .costSavingBubbles .item {
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  section.costCompareInfo .outerContainer .costSavingBubbles .item {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 410px) {
  section.costCompareInfo .outerContainer .costSavingBubbles .item {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 374px) {
  section.costCompareInfo .outerContainer .costSavingBubbles .item {
    width: 143px;
    height: 143px;
  }
}
section.costCompareInfo .outerContainer .costSavingBubbles .item.green {
  background: #597360;
}
section.costCompareInfo .outerContainer .costSavingBubbles .item.grey {
  background: #5a6b71;
}
section.costCompareInfo .outerContainer .costSavingBubbles .item.red {
  background: #a32d36;
}
section.costCompareInfo .outerContainer .costSavingBubbles .item span .subHead {
  font-size: 24px;
  display: block;
}
@media (max-width: 991px) {
  section.costCompareInfo .outerContainer .costSavingBubbles .item span .subHead {
    font-size: calc(18px + 6 * (100vw - 320px) / 1046);
  }
}
section.costCompareInfo .outerContainer .costSavingBubbles .item i.note {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-top: 1vw;
}
section.costCompareInfo .outerContainer .list {
  margin-top: 1.5vw;
}
section.costCompareInfo .outerContainer .list table {
  width: 100%;
}
section.costCompareInfo .outerContainer .list table thead tr {
  background: #fff;
}
section.costCompareInfo .outerContainer .list table tr {
  background: #eaefe9;
  text-align: center;
  font-size: 17px;
}
@media (max-width: 767px) {
  section.costCompareInfo .outerContainer .list table tr {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  section.costCompareInfo .outerContainer .list table tr {
    font-size: 12px;
  }
}
section.costCompareInfo .outerContainer .list table tr td {
  padding: 8px 0;
  color: #000;
  font-weight: 600;
}
@media (max-width: 991px) {
  section.costCompareInfo .outerContainer .list table tr td:nth-child(3) {
    display: none;
  }
}
section.costCompareInfo .outerContainer .list table tr th {
  padding: 8px 0;
}
@media (max-width: 991px) {
  section.costCompareInfo .outerContainer .list table tr th:nth-child(3) {
    display: none;
  }
}
section.costCompareInfo .outerContainer .list table tr:nth-child(2n) {
  background: #fff;
}

section.experienceCoLiving {
  width: 100%;
}
section.experienceCoLiving .outerContainer {
  width: 100%;
  text-align: center;
}
section.experienceCoLiving .tabs {
  width: 100%;
}
section.experienceCoLiving .tabs .pano_wrapper, section.experienceCoLiving .tabs #pano {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  section.experienceCoLiving .tabs .pano_wrapper, section.experienceCoLiving .tabs #pano {
    min-height: 400px;
    max-height: 400px;
  }
}
section.experienceCoLiving .tabs iframe {
  height: 100%;
  width: 100%;
}
section.experienceCoLiving ul#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}
section.experienceCoLiving ul#tabs-nav li {
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 991px) {
  section.experienceCoLiving ul#tabs-nav li {
    font-size: calc(18px + 4 * (100vw - 320px) / 1046);
  }
}
@media (max-width: 400px) {
  section.experienceCoLiving ul#tabs-nav li {
    width: 100%;
  }
}
section.experienceCoLiving ul#tabs-nav li:not(:last-child):after {
  content: "|";
  display: inline-block;
  margin: 0 15px;
  position: relative;
  top: 1px;
}
@media (max-width: 400px) {
  section.experienceCoLiving ul#tabs-nav li:not(:last-child):after {
    display: none;
  }
}
section.experienceCoLiving ul#tabs-nav li.active a {
  color: #a32d36;
}
section.experienceCoLiving #tabs-nav li a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
section.experienceCoLiving .tab-content {
  padding: 10px;
  padding-top: 5px;
  min-height: 650px;
}
@media (max-width: 767px) {
  section.experienceCoLiving .tab-content {
    height: 400px;
    min-height: 400px;
  }
}

.frame-section .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 4.2vw;
}
@media (max-width: 1366px) {
  .frame-section .frame {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  .frame-section .frame {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  .frame-section .frame {
    margin: 0;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
  }
}
.frame-section .frame .frame-content-wrapper {
  text-align: center;
}
.frame-section .frame .frame-figure {
  height: 320px;
}
@media (max-width: 991px) {
  .frame-section .frame .frame-figure {
    display: none;
  }
}
.frame-section .frame .frame-desc {
  background: #fff;
  width: 90%;
  margin: -80px auto 0;
  padding: 35px 35px 0;
}
@media (max-width: 1366px) {
  .frame-section .frame .frame-desc {
    padding: 35px 20px 0;
    margin: -62px auto 0;
  }
}
@media (max-width: 991px) {
  .frame-section .frame .frame-desc {
    margin-top: 0;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.frame-section {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .frame-section {
    padding: 0 5.2vw;
  }
}
.frame-section .frame-content-wrapper:first-child {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 1120px) {
  .frame-section .frame-content-wrapper:first-child {
    padding-right: 3.2vw;
  }
}
.frame-section .frame-content-wrapper:last-child {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  .frame-section .frame-content-wrapper:last-child {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  .frame-section .frame-content-wrapper:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .frame-section .frame-content-wrapper:first-child, .frame-section .frame-content-wrapper:last-child {
    width: 100%;
    padding: 0;
  }
}

#coliving-page .section.features-list .list-sub-title {
  padding-right: 5vw;
}

.tooltipster-light {
  max-width: 400px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.tooltipster-light .tooltipster-content {
  line-height: 1.3em;
}

[tooltip] {
  position: relative;
}

.sitemapFrame {
  position: relative;
}
.sitemapFrame.desktop {
  max-width: 80%;
  margin: auto;
}

.tooltip_container {
  display: none;
}

.tooltipster-base {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.tooltipster-base span.subcopy, .tooltipster-base .tooltipster-content {
  color: #fff;
  padding: 10px;
  font-size: 18px;
  display: block;
  text-align: center;
}

.tooltipster-fade.tooltipster-show {
  z-index: 1 !important;
  pointer-events: none !important;
}

.tooltipster-sidetip .tooltipster-box {
  line-height: normal;
  border-radius: 0px;
  border: 0;
  background: #b84548;
  margin: 5px;
}

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

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow, .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 22px;
  margin-left: -22px;
  width: 44px;
  display: none !important;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  display: none;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 22px solid transparent;
  border-top-width: 22px;
  border-bottom-width: 10px;
  pointer-events: all;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-width: 22px;
  border-top-width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #a32d36;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #a32d36;
  top: 0;
}

tspan, .st54, .st50 {
  font-family: proxima-nova, sans-serif !important;
  font-size: 11px !important;
  color: #000 !important;
}

#error .section {
  position: relative;
  padding: 0 4.2vw 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  #error .section {
    padding: 0;
    flex-direction: column-reverse;
  }
}
#error .section .desc-content {
  width: 50%;
  padding-left: 4.2vw;
  margin: 9vw 0;
}
@media (max-width: 991px) {
  #error .section .desc-content {
    margin: 5.6vw 0 0;
    padding: 0 8.8vw;
    width: 100%;
  }
}
#error .section .desc-content .section-title {
  color: #000;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #error .section .desc-content .section-title {
    font-size: calc(28px + 6 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #error .section .desc-content .section-title {
    font-size: calc(22px + 6 * (100vw - 320px) / 320);
  }
}
#error .section .desc-content p,
#error .section .desc-content .secondary-cta {
  width: fit-content;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #error .section .desc-content p,
  #error .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #error .section .desc-content p,
  #error .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #error .section .desc-content p,
  #error .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #error .section .desc-content p,
  #error .section .desc-content .secondary-cta {
    line-height: calc(28px + 10 * (100vw - 320px) / 320);
  }
}
#error .section .desc-content .secondary-cta {
  display: inline;
}
#error .section .desc-content .secondary-cta:after {
  border-width: 6px 0 6px 12px;
}
#error .section .desc-content .frame {
  margin: 65px 30px 0;
  text-align: center;
}
@media (max-width: 991px) {
  #error .section .desc-content .frame {
    margin: 35px 0 35px;
    padding: 30px 20px;
  }
}
#error .section .desc-content .frame .emphasize-cta {
  width: auto;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  #error .section .desc-content .frame .emphasize-cta {
    font-size: calc(24px + 8 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #error .section .desc-content .frame .emphasize-cta {
    margin-bottom: 15px;
  }
  #error .section .desc-content .frame .emphasize-cta {
    font-size: calc(22px + 6 * (100vw - 320px) / 320);
  }
}
#error .section .desc-img {
  width: 50%;
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  #error .section .desc-img {
    width: 100%;
    height: 61vw;
    padding: 0;
  }
}

#amenities-page .intro-section {
  padding-right: 17.5vw;
  height: calc(100vh - 172px);
  position: relative;
  margin-bottom: 70px;
  min-height: 560px;
}
@media (max-width: 1919px) {
  #amenities-page .intro-section {
    padding-right: 18.5vw;
  }
}
@media (max-width: 1499px) {
  #amenities-page .intro-section {
    padding-right: 19vw;
  }
}
@media (max-width: 991px) {
  #amenities-page .intro-section {
    padding-right: 0;
    height: auto;
    min-height: auto;
    margin-bottom: 5.2vw;
  }
}
@media (max-width: 640px) {
  #amenities-page .intro-section {
    margin-bottom: 40px;
  }
}
#amenities-page .intro-section .intro-caption {
  position: absolute;
  background: #fff;
  padding: 2vw 3vw 2vw 5.2vw;
  width: 47%;
}
@media (max-width: 1499px) {
  #amenities-page .intro-section .intro-caption {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  #amenities-page .intro-section .intro-caption {
    width: 43%;
  }
}
@media (max-width: 991px) {
  #amenities-page .intro-section .intro-caption {
    position: static;
    padding: 0 8.8vw 3.5vw 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #amenities-page .intro-section .intro-caption {
    padding-bottom: 25px;
  }
}
#amenities-page .intro-section .intro-banner {
  height: 100%;
}
@media (max-width: 991px) {
  #amenities-page .intro-section .intro-banner {
    height: 61vw;
    margin-right: 5.2vw;
  }
}
#amenities-page .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#amenities-page .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
#amenities-page .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #amenities-page .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  #amenities-page .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #amenities-page .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #amenities-page .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #amenities-page .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #amenities-page .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#amenities-page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #amenities-page .section {
    padding: 0;
    flex-direction: column;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #amenities-page .section {
    margin-bottom: 40px;
  }
}
#amenities-page .section.features-list {
  display: block;
}
@media (max-width: 991px) {
  #amenities-page .section.features-list {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#amenities-page .section.features-list .col-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #amenities-page .section.features-list .col-section {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  #amenities-page .section.features-list {
    margin-bottom: 40px;
  }
}
#amenities-page .section .left-col,
#amenities-page .section .desc-content,
#amenities-page .section .row-reverse .desc-img {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #amenities-page .section .left-col,
  #amenities-page .section .desc-content,
  #amenities-page .section .row-reverse .desc-img {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#amenities-page .section .right-col,
#amenities-page .section .desc-img,
#amenities-page .section .row-reverse .desc-content {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  #amenities-page .section .right-col,
  #amenities-page .section .desc-img,
  #amenities-page .section .row-reverse .desc-content {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#amenities-page .section .desc-img {
  position: relative;
  height: 32vw;
}
@media (max-width: 991px) {
  #amenities-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
@media (max-width: 640px) {
  #amenities-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
#amenities-page .section .section-title,
#amenities-page .section .list-title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #amenities-page .section .section-title,
  #amenities-page .section .list-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #amenities-page .section .section-title,
  #amenities-page .section .list-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
@media (max-width: 991px) {
  #amenities-page .section .desc-content {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #amenities-page .section .desc-content {
    margin-bottom: 40px;
  }
}
#amenities-page .section .desc-content .section-title,
#amenities-page .section .desc-content .list-title {
  letter-spacing: 4.18px;
  text-transform: uppercase;
}
#amenities-page .section .desc-content p,
#amenities-page .section .desc-content .secondary-cta {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #amenities-page .section .desc-content p,
  #amenities-page .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #amenities-page .section .desc-content p,
  #amenities-page .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #amenities-page .section .desc-content p,
  #amenities-page .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #amenities-page .section .desc-content p,
  #amenities-page .section .desc-content .secondary-cta {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#amenities-page .section .desc-content p {
  margin-bottom: 0;
}
#amenities-page .section .desc-content .secondary-cta {
  display: inline;
}
#amenities-page .section.features-list .list-title {
  margin-bottom: 10px;
}
#amenities-page .section.features-list .list-sub-title {
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #amenities-page .section.features-list .list-sub-title {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #amenities-page .section.features-list .list-sub-title {
    line-height: calc(26px + 2 * (100vw - 320px) / 320);
  }
}
#amenities-page .section.features-list ul li {
  line-height: 35px;
}
@media (max-width: 1366px) {
  #amenities-page .section.features-list ul li {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #amenities-page .section.features-list ul li {
    line-height: calc(27px + 1 * (100vw - 320px) / 320);
  }
}
#amenities-page .section.features-list .list-sub-title,
#amenities-page .section.features-list ul li {
  font-size: 24px;
}
@media (max-width: 1366px) {
  #amenities-page .section.features-list .list-sub-title,
  #amenities-page .section.features-list ul li {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #amenities-page .section.features-list .list-sub-title,
  #amenities-page .section.features-list ul li {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
}
#amenities-page .section.frame-section {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  #amenities-page .section.frame-section {
    padding: 0 5.2vw;
  }
}
#amenities-page .section.frame-section .frame-content-wrapper:first-child {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 1120px) {
  #amenities-page .section.frame-section .frame-content-wrapper:first-child {
    padding-right: 3.2vw;
  }
}
#amenities-page .section.frame-section .frame-content-wrapper:last-child {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  #amenities-page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  #amenities-page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #amenities-page .section.frame-section .frame-content-wrapper:first-child, #amenities-page .section.frame-section .frame-content-wrapper:last-child {
    width: 100%;
    padding: 0;
  }
}
#amenities-page .section .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 4.2vw;
}
@media (max-width: 1366px) {
  #amenities-page .section .frame {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  #amenities-page .section .frame {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  #amenities-page .section .frame {
    margin: 0;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
  }
}
#amenities-page .section .frame .frame-content-wrapper {
  text-align: center;
}
#amenities-page .section .frame .frame-figure {
  height: 320px;
}
@media (max-width: 991px) {
  #amenities-page .section .frame .frame-figure {
    display: none;
  }
}
#amenities-page .section .frame .frame-desc {
  background: #fff;
  width: 90%;
  margin: -80px auto 0;
  padding: 35px 35px 0;
}
@media (max-width: 1366px) {
  #amenities-page .section .frame .frame-desc {
    padding: 35px 20px 0;
    margin: -62px auto 0;
  }
}
@media (max-width: 991px) {
  #amenities-page .section .frame .frame-desc {
    margin-top: 0;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#amenities-page .section .left-col li,
#amenities-page .section .right-col li {
  border-bottom: 2px solid #000;
  padding: 12px 0;
}
#amenities-page .section .left-col li:last-child,
#amenities-page .section .right-col li:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  #amenities-page .section .left-col,
  #amenities-page .section .right-col {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #amenities-page .section .left-col {
    margin-bottom: 3vw;
    padding: 0;
    margin-bottom: 0;
  }
  #amenities-page .section .left-col li:last-child {
    border-bottom: 2px solid #000;
  }
}
@media (max-width: 640px) {
  #amenities-page .section .left-col {
    margin-bottom: 20px;
    padding: 0;
    margin-bottom: 0;
  }
}
#amenities-page .menu-link {
  color: #b74548;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.4s;
}
.system #amenities-page .menu-link:hover {
  color: #000;
}

.amenities-video {
  padding: 0 5.2vw;
  margin-bottom: 70px;
}
.amenities-video h2 {
  letter-spacing: 2.18px;
  font-size: calc(30px + 4 * (100vw - 640px) / 726);
  font-weight: 700;
  text-align: center;
}
.amenities-video iframe {
  width: 100%;
  height: 600px;
}

#thank-you .section {
  position: relative;
  padding: 0 4.2vw 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991px) {
  #thank-you .section {
    padding: 0;
    flex-direction: column-reverse;
  }
}
#thank-you .section .desc-content {
  width: 50%;
  padding-left: 4.2vw;
  margin: 9vw 0;
}
@media (max-width: 991px) {
  #thank-you .section .desc-content {
    margin: 5.6vw 0 0;
    padding: 0 5.2vw;
    width: 100%;
  }
}
#thank-you .section .desc-content .section-title {
  color: #000;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #thank-you .section .desc-content .section-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #thank-you .section .desc-content .section-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
#thank-you .section .desc-content p,
#thank-you .section .desc-content .secondary-cta {
  width: fit-content;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #thank-you .section .desc-content p,
  #thank-you .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #thank-you .section .desc-content p,
  #thank-you .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #thank-you .section .desc-content p,
  #thank-you .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #thank-you .section .desc-content p,
  #thank-you .section .desc-content .secondary-cta {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#thank-you .section .desc-content .secondary-cta {
  display: inline;
}
#thank-you .section .desc-content .secondary-cta:after {
  border-width: 6px 0 6px 12px;
}
#thank-you .section .desc-content .frame {
  margin: 65px 30px 0;
  text-align: center;
}
@media (max-width: 991px) {
  #thank-you .section .desc-content .frame {
    margin: 35px 0 35px;
    padding: 30px 20px;
  }
}
#thank-you .section .desc-content .frame .emphasize-cta {
  width: auto;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1366px) {
  #thank-you .section .desc-content .frame .emphasize-cta {
    font-size: calc(24px + 8 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #thank-you .section .desc-content .frame .emphasize-cta {
    margin-bottom: 15px;
  }
  #thank-you .section .desc-content .frame .emphasize-cta {
    font-size: calc(22px + 6 * (100vw - 320px) / 320);
  }
}
#thank-you .section .desc-content .frame span.at-icon-wrapper {
  display: none !important;
}
#thank-you .section .desc-img {
  width: 50%;
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  #thank-you .section .desc-img {
    width: 100%;
    height: 61vw;
    padding: 0;
  }
}

#neighborhood-page .intro-section {
  padding-right: 17.5vw;
  height: calc(100vh - 172px);
  position: relative;
  margin-bottom: 70px;
  min-height: 560px;
}
@media (max-width: 1919px) {
  #neighborhood-page .intro-section {
    padding-right: 18.5vw;
  }
}
@media (max-width: 1499px) {
  #neighborhood-page .intro-section {
    padding-right: 19vw;
  }
}
@media (max-width: 991px) {
  #neighborhood-page .intro-section {
    padding-right: 0;
    height: auto;
    min-height: auto;
    margin-bottom: 5.2vw;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .intro-section {
    margin-bottom: 40px;
  }
}
#neighborhood-page .intro-section .intro-caption {
  position: absolute;
  background: #fff;
  padding: 2vw 3vw 2vw 5.2vw;
  width: 47%;
}
@media (max-width: 1499px) {
  #neighborhood-page .intro-section .intro-caption {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  #neighborhood-page .intro-section .intro-caption {
    width: 43%;
  }
}
@media (max-width: 991px) {
  #neighborhood-page .intro-section .intro-caption {
    position: static;
    padding: 0 8.8vw 3.5vw 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .intro-section .intro-caption {
    padding-bottom: 25px;
  }
}
#neighborhood-page .intro-section .intro-banner {
  height: 100%;
}
@media (max-width: 991px) {
  #neighborhood-page .intro-section .intro-banner {
    height: 61vw;
    margin-right: 5.2vw;
  }
}
#neighborhood-page .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#neighborhood-page .heading {
  font-size: calc(80px + 50 * (100vw - 1366px) / 554);
}
#neighborhood-page .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #neighborhood-page .heading {
    font-size: calc(75px + 5 * (100vw - 1366px) / 554);
  }
  #neighborhood-page .heading {
    line-height: calc(75px + 5 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #neighborhood-page .heading {
    font-size: calc(50px + 25 * (100vw - 992px) / 373);
  }
  #neighborhood-page .heading {
    line-height: calc(50px + 25 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #neighborhood-page .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #neighborhood-page .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#neighborhood-page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #neighborhood-page .section {
    padding: 0;
    flex-direction: column;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section.features-list {
    margin-bottom: 40px;
  }
}
#neighborhood-page .section .left-col,
#neighborhood-page .section .desc-content,
#neighborhood-page .section .row-reverse .desc-img {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 991px) {
  #neighborhood-page .section .left-col,
  #neighborhood-page .section .desc-content,
  #neighborhood-page .section .row-reverse .desc-img {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#neighborhood-page .section .right-col,
#neighborhood-page .section .desc-img,
#neighborhood-page .section .row-reverse .desc-content {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  #neighborhood-page .section .right-col,
  #neighborhood-page .section .desc-img,
  #neighborhood-page .section .row-reverse .desc-content {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#neighborhood-page .section .desc-img {
  position: relative;
  height: 32vw;
}
@media (max-width: 991px) {
  #neighborhood-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
#neighborhood-page .section .section-title,
#neighborhood-page .section .list-title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #neighborhood-page .section .section-title,
  #neighborhood-page .section .list-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section .section-title,
  #neighborhood-page .section .list-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
@media (max-width: 991px) {
  #neighborhood-page .section .desc-content {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section .desc-content {
    margin-bottom: 40px;
  }
}
#neighborhood-page .section .desc-content .section-title,
#neighborhood-page .section .desc-content .list-title {
  letter-spacing: 4.18px;
  text-transform: uppercase;
}
#neighborhood-page .section .desc-content p,
#neighborhood-page .section .desc-content .secondary-cta {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #neighborhood-page .section .desc-content p,
  #neighborhood-page .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #neighborhood-page .section .desc-content p,
  #neighborhood-page .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section .desc-content p,
  #neighborhood-page .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #neighborhood-page .section .desc-content p,
  #neighborhood-page .section .desc-content .secondary-cta {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
#neighborhood-page .section .desc-content p {
  margin-bottom: 0;
}
#neighborhood-page .section .desc-content .secondary-cta {
  display: inline;
}
#neighborhood-page .section.features-list .list-title {
  margin-bottom: 10px;
}
#neighborhood-page .section.features-list .list-sub-title {
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #neighborhood-page .section.features-list .list-sub-title {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section.features-list .list-sub-title {
    line-height: calc(26px + 2 * (100vw - 320px) / 320);
  }
}
#neighborhood-page .section.features-list ul li {
  line-height: 35px;
}
@media (max-width: 1366px) {
  #neighborhood-page .section.features-list ul li {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section.features-list ul li {
    line-height: calc(27px + 1 * (100vw - 320px) / 320);
  }
}
#neighborhood-page .section.features-list .list-sub-title,
#neighborhood-page .section.features-list ul li {
  font-size: 24px;
}
@media (max-width: 1366px) {
  #neighborhood-page .section.features-list .list-sub-title,
  #neighborhood-page .section.features-list ul li {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section.features-list .list-sub-title,
  #neighborhood-page .section.features-list ul li {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
}
#neighborhood-page .section.frame-section {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  #neighborhood-page .section.frame-section {
    padding: 0 5.2vw;
  }
}
#neighborhood-page .section.frame-section .frame-content-wrapper:first-child {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 1120px) {
  #neighborhood-page .section.frame-section .frame-content-wrapper:first-child {
    padding-right: 3.2vw;
  }
}
#neighborhood-page .section.frame-section .frame-content-wrapper:last-child {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  #neighborhood-page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #neighborhood-page .section.frame-section .frame-content-wrapper:first-child, #neighborhood-page .section.frame-section .frame-content-wrapper:last-child {
    width: 100%;
    padding: 0;
  }
}
#neighborhood-page .section .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 4.2vw;
}
@media (max-width: 1366px) {
  #neighborhood-page .section .frame {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  #neighborhood-page .section .frame {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  #neighborhood-page .section .frame {
    margin: 0;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
  }
}
#neighborhood-page .section .frame .frame-content-wrapper {
  text-align: center;
}
#neighborhood-page .section .frame .frame-figure {
  height: 320px;
}
@media (max-width: 991px) {
  #neighborhood-page .section .frame .frame-figure {
    display: none;
  }
}
#neighborhood-page .section .frame .frame-desc {
  background: #fff;
  width: 90%;
  margin: -80px auto 0;
  padding: 35px 35px 0;
}
@media (max-width: 1366px) {
  #neighborhood-page .section .frame .frame-desc {
    padding: 35px 20px 0;
    margin: -62px auto 0;
  }
}
@media (max-width: 991px) {
  #neighborhood-page .section .frame .frame-desc {
    margin-top: 0;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
#neighborhood-page .section .left-col li,
#neighborhood-page .section .right-col li {
  border-bottom: 2px solid #000;
  padding: 12px 0;
}
#neighborhood-page .section .left-col li:last-child,
#neighborhood-page .section .right-col li:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  #neighborhood-page .section .left-col {
    margin-bottom: 3vw;
  }
}
@media (max-width: 640px) {
  #neighborhood-page .section .left-col {
    margin-bottom: 20px;
  }
}
#neighborhood-page .map-desktop {
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  #neighborhood-page .map-desktop {
    width: calc(100% - 10.4vw);
    margin: 0 5.2vw;
  }
}
@media (max-width: 767px) {
  #neighborhood-page .map-desktop {
    display: none;
  }
}
#neighborhood-page .map-desktop #map {
  height: 49vw;
  max-height: 941px;
  min-height: 600px;
}
#neighborhood-page .map-desktop #map .map_popup {
  width: 300px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 30px;
  border: none;
  position: relative;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
}
#neighborhood-page .map-desktop #map .map_popup .popup_title {
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 7px;
}
#neighborhood-page .map-desktop #map .map_popup .address p {
  margin: 5px auto;
}
#neighborhood-page .map-desktop #map .map_popup .map_directions {
  color: #b94648;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #b94648;
  position: relative;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#neighborhood-page .map-desktop #map .map_popup .map_directions:after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #b74548;
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#neighborhood-page .map-desktop #map .map_popup .map_directions:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
#neighborhood-page .map-desktop #map .map_popup .map_directions:hover:after {
  border-color: transparent transparent transparent #000;
}
#neighborhood-page .map-desktop #map .map_popup .popup_close_icon {
  position: absolute;
  right: 18px;
  top: 10px;
  cursor: pointer;
}
#neighborhood-page .map-desktop #map .map_popup img {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
#neighborhood-page .map-desktop #map .poi-info-window.gm-style {
  display: none;
}
#neighborhood-page .map-desktop #map .gm-style .gm-style-iw {
  overflow: visible !important;
}
#neighborhood-page .map-desktop #map .gm-style .gm-style-iw div {
  overflow: visible !important;
}
#neighborhood-page .map-desktop #map .gm-style .gm-style-iw-c {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
#neighborhood-page .map-desktop #map .gm-style .gm-style-iw-t {
  bottom: 35px !important;
}
#neighborhood-page .map-desktop #map .gm-style .gm-style-iw-t:after {
  display: none;
}
#neighborhood-page .map-desktop #map button.gm-ui-hover-effect {
  display: none !important;
}
#neighborhood-page .map-desktop #map .gm-style-iw-t:before {
  display: none;
}
#neighborhood-page .map-desktop .zoom-options {
  position: absolute;
  bottom: 60px;
  right: 60px;
}
@media (max-width: 1366px) {
  #neighborhood-page .map-desktop .zoom-options {
    bottom: 30px;
    right: 30px;
  }
}
#neighborhood-page .map-desktop .zoom-options > button {
  border: 1px solid #000;
  background: #000;
  display: flex;
  justify-content: space-around;
  width: 40px;
  height: 40px;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#neighborhood-page .map-desktop .zoom-options .zoom {
  position: relative;
}
#neighborhood-page .map-desktop .zoom-options .zoom:focus {
  outline: 1px dashed #000;
  outline-offset: 1px;
}
#neighborhood-page .map-desktop .zoom-options .zoom_in:before,
#neighborhood-page .map-desktop .zoom-options .zoom_out:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#neighborhood-page .map-desktop .zoom-options .zoom_in:before {
  content: "+";
}
#neighborhood-page .map-desktop .zoom-options .zoom_out:before {
  content: "_";
  top: 20%;
}
#neighborhood-page .map-mobile {
  display: none;
}
@media (max-width: 767px) {
  #neighborhood-page .map-mobile {
    display: block;
    position: relative;
    height: 60vw;
    margin: 0 5.2vw;
  }
}
#neighborhood-page .map-mobile .map-mobile-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#neighborhood-page .map-mobile .dir-wrapper {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 140px;
}
#neighborhood-page .map-mobile .dir-wrapper .secondary-cta {
  font-size: 16px;
}
#neighborhood-page .map-mobile .dir-wrapper .secondary-cta:after {
  border-width: 5px 0 5px 10px;
}

.map-filter-wrapper {
  width: 300px;
  text-align: left;
  text-transform: uppercase;
  position: absolute;
  top: 60px;
  left: 60px;
}
@media (max-width: 1366px) {
  .map-filter-wrapper {
    top: 30px;
    left: 30px;
  }
}
.map-filter-wrapper .map-filter-button {
  display: block;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #b94648;
  border-radius: 30px;
  transition: all 0.4s ease;
  width: 100%;
  text-align: left;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}
.map-filter-wrapper .map-filter-button:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 15px;
  border-style: solid;
  display: inline-block;
  margin-left: 4px;
  border-width: 10px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.map-filter-wrapper .map-filter-button.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.map-filter-wrapper .map-filter-button.active + .collapsible-content {
  opacity: 1;
}
.map-filter-wrapper .map-filter-button.active:after {
  transform: rotate(180deg);
}
.map-filter-wrapper .map-filter-button:focus {
  outline: 1px dashed #000 !important;
  outline-offset: 1px;
}
.map-filter-wrapper .collapsible-content {
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.map-filter-wrapper .content-inner {
  background: #b94648;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.map-filter-wrapper .content-inner li button {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  display: block;
  background: transparent;
  box-shadow: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.map-filter-wrapper .content-inner li button:hover {
  background: #000;
}
.map-filter-wrapper .content-inner li.active button {
  background: #000;
}

#blog-landing-page .intro-section {
  padding: 0;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  #blog-landing-page .intro-section {
    display: block;
    margin-bottom: 35px;
  }
}
#blog-landing-page .intro-section .right-top-banner {
  height: 20vw;
  width: 56%;
}
@media (max-width: 991px) {
  #blog-landing-page .intro-section .right-top-banner {
    display: none;
  }
}
#blog-landing-page .intro-section .left-caption {
  width: 44%;
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  #blog-landing-page .intro-section .left-caption {
    width: 100%;
    margin-top: 35px;
  }
}
#blog-landing-page .intro-section .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#blog-landing-page .intro-section .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
#blog-landing-page .intro-section .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #blog-landing-page .intro-section .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  #blog-landing-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #blog-landing-page .intro-section .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #blog-landing-page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #blog-landing-page .intro-section .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #blog-landing-page .intro-section .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#blog-landing-page .blog-wrapper {
  padding: 0 5.2vw;
}
#blog-landing-page .flex-box {
  display: flex;
}
#blog-landing-page .flex-col-half {
  width: 50%;
}
#blog-landing-page .filter-box {
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 991px) {
  #blog-landing-page .filter-box {
    margin-bottom: 45px;
  }
}
#blog-landing-page .filter-box .col-wrapper {
  display: flex;
  flex: 1 0 auto;
}
@media (max-width: 991px) {
  #blog-landing-page .filter-box .col-wrapper {
    flex-wrap: wrap;
  }
}
#blog-landing-page .filter-box .col {
  padding-right: 15px;
  width: 33.33%;
}
@media (max-width: 991px) {
  #blog-landing-page .filter-box .col {
    width: 100%;
    margin-bottom: 10px;
  }
  #blog-landing-page .filter-box .col:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  #blog-landing-page .filter-box .filter-sec-wrap {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #blog-landing-page .filter-box .filter-sec-wrap .col-wrapper {
    margin-top: 10px;
    display: none;
  }
}
#blog-landing-page .filter-box .filter-mobile {
  display: none;
}
@media (max-width: 991px) {
  #blog-landing-page .filter-box .filter-mobile {
    display: block;
    padding-right: 15px;
  }
}
#blog-landing-page .filter-box .filter-mobile a {
  background: url(../images/icons/down-arrow.png) no-repeat right 10px center/12px auto;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding: 11px 12px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  display: block;
}
#blog-landing-page .filter-box .filter-mobile a.open-filter {
  background-image: url(../images/icons/up-arrow.png);
}
#blog-landing-page .selectivo__label {
  background-image: url(../images/icons/down-arrow.png);
  background-position: right 1015pxpx center;
  background-size: 15px auto;
  background-repeat: no-repeat;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: left;
  padding: 13px 15px 11px;
  padding-right: 45px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34.57px;
  text-transform: uppercase;
  color: #000;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1366px) {
  #blog-landing-page .selectivo__label {
    background-position: right 10px center;
    background-size: 12px auto;
    font-size: 18px;
    line-height: 28px;
    padding: 11px 12px 10px;
    padding-right: 20px;
  }
}
#blog-landing-page .selectivo {
  background: transparent;
  width: 100%;
}
#blog-landing-page .selectivo--open .selectivo__dropdown {
  display: block;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
}
@media (max-width: 991px) {
  #blog-landing-page .selectivo--open .selectivo__dropdown {
    max-height: 150px;
  }
}
#blog-landing-page .selectivo__option {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.57px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  padding: 10px 15px;
  padding-right: 30px;
  white-space: normal;
  border-top: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none !important;
}
#blog-landing-page .selectivo__option:first-child {
  background: none;
}
#blog-landing-page .selectivo__option.selectivo__option--selected {
  color: #b94648;
}
#blog-landing-page .selectivo__option:hover {
  color: #b94648;
}
@media (max-width: 1366px) {
  #blog-landing-page .selectivo__option {
    font-size: 18px;
    line-height: 28px;
    padding: 11px 12px 10px;
  }
}
#blog-landing-page .selectivo--open .selectivo__label {
  background-image: url(../images/icons/up-arrow.png);
  border-bottom: none;
}
#blog-landing-page .search-btn {
  max-width: 150px;
  background: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}
#blog-landing-page .search-btn:hover {
  background: #b94648;
}
@media (max-width: 991px) {
  #blog-landing-page .search-btn {
    margin: 15px auto 0;
  }
}
#blog-landing-page .blog-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}
@media (max-width: 991px) {
  #blog-landing-page .blog-post-wrapper {
    margin: 0;
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 991px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .post-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
#blog-landing-page .blog-post-wrapper .blog-post-item .post-img {
  height: 20vw;
  position: relative;
}
@media (max-width: 991px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-img {
    height: 36vw;
    min-height: 200px;
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .post-img-wrapper {
  position: relative;
}
#blog-landing-page .blog-post-wrapper .blog-post-item .posted-date {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 70px;
  background: #000;
  border-radius: 0 0 35px 35px;
  color: #fff;
  padding: 10px 0 20px 0;
  position: absolute;
  top: 0;
  right: 60px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date {
    width: 55px;
    right: 4.5vw;
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .month,
#blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .year {
  font-size: 24px;
}
@media (max-width: 1366px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .month,
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .year {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .month,
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .year {
    font-size: 14px;
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .date {
  font-size: 42px;
}
@media (max-width: 1366px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .date {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .date {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .posted-date .date {
    font-size: 25px;
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .post-title {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-title {
    line-height: calc(28px + 7 * (100vw - 640px) / 726);
  }
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-title {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-title {
    line-height: calc(26px + 2 * (100vw - 320px) / 320);
  }
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-title {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .post-text,
#blog-landing-page .blog-post-wrapper .blog-post-item .read-more {
  font-size: 24px;
  line-height: 35px;
}
@media (max-width: 1366px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-text,
  #blog-landing-page .blog-post-wrapper .blog-post-item .read-more {
    line-height: calc(28px + 7 * (100vw - 640px) / 726);
  }
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-text,
  #blog-landing-page .blog-post-wrapper .blog-post-item .read-more {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-text,
  #blog-landing-page .blog-post-wrapper .blog-post-item .read-more {
    line-height: calc(26px + 2 * (100vw - 320px) / 320);
  }
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-text,
  #blog-landing-page .blog-post-wrapper .blog-post-item .read-more {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .post-text {
  margin-bottom: 0;
}
#blog-landing-page .blog-post-wrapper .blog-post-item .post-desc {
  padding: 3.125vw;
  background: #ebf0eb;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  #blog-landing-page .blog-post-wrapper .blog-post-item .post-desc {
    padding: 5.2vw;
  }
}
#blog-landing-page .blog-post-wrapper .blog-post-item .read-more-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#blog-landing-page .blog-post-wrapper .blog-post-item .read-more-wrapper .read-more span {
  padding-right: 0;
}
#blog-landing-page .blog-post-wrapper .blog-post-item .read-more-wrapper .read-more::after {
  margin-left: 0;
}
#blog-landing-page .blog-post-wrapper .noresult {
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  #blog-landing-page .blog-post-wrapper .noresult {
    height: 15vh;
  }
}
#blog-landing-page .load-more-wrapper {
  width: 100%;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  #blog-landing-page .load-more-wrapper .wp-pagenavi {
    margin-bottom: 35px;
  }
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a,
#blog-landing-page .load-more-wrapper .wp-pagenavi span {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  border: none;
  position: relative;
  padding: 0 15px;
  margin: 0;
  white-space: nowrap;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a:first-child,
#blog-landing-page .load-more-wrapper .wp-pagenavi span:first-child {
  padding-left: 0;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a:last-child,
#blog-landing-page .load-more-wrapper .wp-pagenavi span:last-child {
  padding-right: 0;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a:hover,
#blog-landing-page .load-more-wrapper .wp-pagenavi span:hover {
  color: #b94648;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a.current,
#blog-landing-page .load-more-wrapper .wp-pagenavi span.current {
  color: #b94648 !important;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a.inactive,
#blog-landing-page .load-more-wrapper .wp-pagenavi span.inactive {
  cursor: default;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a.inactive:hover,
#blog-landing-page .load-more-wrapper .wp-pagenavi span.inactive:hover {
  color: #000000;
}
@media (max-width: 1366px) {
  #blog-landing-page .load-more-wrapper .wp-pagenavi a,
  #blog-landing-page .load-more-wrapper .wp-pagenavi span {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  #blog-landing-page .load-more-wrapper .wp-pagenavi a,
  #blog-landing-page .load-more-wrapper .wp-pagenavi span {
    font-size: calc(12px + 6 * (100vw - 320px) / 320);
  }
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a.previouspostslink,
#blog-landing-page .load-more-wrapper .wp-pagenavi span.previouspostslink {
  background: url(../images/icons/left-arrow.png) no-repeat 10% 50%/11px auto;
  padding-left: 30px;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a.previouspostslink:hover,
#blog-landing-page .load-more-wrapper .wp-pagenavi span.previouspostslink:hover {
  background-image: url(../images/floorplan/left-arrow-red.png);
}
@media (max-width: 640px) {
  #blog-landing-page .load-more-wrapper .wp-pagenavi a.previouspostslink,
  #blog-landing-page .load-more-wrapper .wp-pagenavi span.previouspostslink {
    padding-left: 20px;
    background-size: 8px auto;
  }
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a.nextpostslink,
#blog-landing-page .load-more-wrapper .wp-pagenavi span.nextpostslink {
  background: url(../images/icons/right-arrow.png) no-repeat 90% 50%/11px auto;
  padding-right: 30px;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a.nextpostslink:hover,
#blog-landing-page .load-more-wrapper .wp-pagenavi span.nextpostslink:hover {
  background-image: url(../images/floorplan/right-arrow-red.png);
}
@media (max-width: 640px) {
  #blog-landing-page .load-more-wrapper .wp-pagenavi a.nextpostslink,
  #blog-landing-page .load-more-wrapper .wp-pagenavi span.nextpostslink {
    padding-right: 20px;
    background-size: 8px auto;
  }
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a:after,
#blog-landing-page .load-more-wrapper .wp-pagenavi span:after {
  height: 15px;
  width: 2px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
#blog-landing-page .load-more-wrapper .wp-pagenavi a:last-child:after,
#blog-landing-page .load-more-wrapper .wp-pagenavi span:last-child:after {
  display: none;
}
#blog-landing-page .load-more-wrapper .wp-pagenavi .inactive-pagination {
  opacity: 0.2;
}

.table {
  width: 100%;
  display: table;
  vertical-align: middle;
}

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

.full-ht {
  height: 100%;
}

body.blog .parallax-bg,
body.blog-details .parallax-bg {
  display: none !important;
}

#blog-detail-page .intro-section {
  padding-right: 17.5vw;
  height: calc(100vh - 172px);
  position: relative;
  margin-bottom: 70px;
  min-height: 560px;
}
@media (max-width: 1919px) {
  #blog-detail-page .intro-section {
    padding-right: 18.5vw;
  }
}
@media (max-width: 1499px) {
  #blog-detail-page .intro-section {
    padding-right: 19vw;
  }
}
@media (max-width: 991px) {
  #blog-detail-page .intro-section {
    padding-right: 0;
    height: auto;
    min-height: auto;
    margin-bottom: 8.8vw;
  }
}
@media (max-width: 640px) {
  #blog-detail-page .intro-section {
    margin-bottom: 40px;
  }
}
#blog-detail-page .intro-section .intro-caption {
  position: absolute;
  background: #fff;
  padding: 4.2vw 3vw 4.2vw 5.2vw;
  width: 47%;
}
@media (max-width: 1499px) {
  #blog-detail-page .intro-section .intro-caption {
    width: 45%;
  }
}
@media (max-width: 1366px) {
  #blog-detail-page .intro-section .intro-caption {
    width: 43%;
  }
}
@media (max-width: 991px) {
  #blog-detail-page .intro-section .intro-caption {
    position: static;
    padding: 0 8.8vw 3.5vw 5.2vw;
    width: 100%;
  }
}
@media (max-width: 640px) {
  #blog-detail-page .intro-section .intro-caption {
    padding-bottom: 25px;
  }
}
#blog-detail-page .intro-section .intro-banner {
  height: 100%;
}
@media (max-width: 991px) {
  #blog-detail-page .intro-section .intro-banner {
    height: 61vw;
    margin-right: 5.2vw;
  }
}
#blog-detail-page .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
#blog-detail-page .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
#blog-detail-page .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  #blog-detail-page .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  #blog-detail-page .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  #blog-detail-page .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  #blog-detail-page .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  #blog-detail-page .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  #blog-detail-page .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
#blog-detail-page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #blog-detail-page .section {
    padding: 0;
    flex-direction: column;
    margin-bottom: 9.3vw;
  }
}
@media (max-width: 640px) {
  #blog-detail-page .section {
    margin-bottom: 50px;
  }
}
#blog-detail-page .blog-details-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#blog-detail-page .blog-details-container .blog-content-holder {
  width: 62%;
  padding-right: 3.6vw;
}
@media (max-width: 991px) {
  #blog-detail-page .blog-details-container .blog-content-holder {
    width: 100%;
    padding: 0 5.2vw;
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content .blog-posted-date {
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content .blog-posted-date {
    font-size: calc(18px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content .blog-posted-date {
    font-size: calc(16px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h2,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h3,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h4,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h5,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h6 {
  font-weight: 700;
  letter-spacing: 4.18px;
  text-transform: uppercase;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h2 {
  font-size: 40px;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h2 {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h2 {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h3 {
  font-size: 38px;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h3 {
    font-size: calc(26px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h3 {
    font-size: calc(24px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h4 {
  font-size: 36px;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h4 {
    font-size: calc(26px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h4 {
    font-size: calc(24px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h5 {
  font-size: 34px;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h5 {
    font-size: calc(24px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h5 {
    font-size: calc(22px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h6 {
  font-size: 32px;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h6 {
    font-size: calc(22px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content h6 {
    font-size: calc(20px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content p,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content a,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content li {
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content p,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content a,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content li {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content p,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content a,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content li {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content p,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content a,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content li {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content p,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content a,
  #blog-detail-page .blog-details-container .blog-content-holder .blog-details-content li {
    line-height: calc(28px + 10 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #000;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content a:hover {
  color: #b94648;
  border-bottom: 2px solid #b94648;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content p,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content figure,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content ul,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content ol {
  margin-bottom: 4.6vw;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content strong,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content b {
  font-weight: 700;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content i,
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content em {
  font-style: italic;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content ul {
  float: left;
  width: 100%;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content ul li {
  list-style-type: disc;
  margin-left: 15px;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content ol {
  float: left;
  padding-left: 0;
  width: 100%;
}
#blog-detail-page .blog-details-container .blog-content-holder .blog-details-content ol li {
  list-style-type: decimal;
  margin-left: 15px;
}
#blog-detail-page .blog-details-container .share-post {
  margin-top: 4.6vw;
}
@media (max-width: 991px) {
  #blog-detail-page .blog-details-container .share-post {
    margin-bottom: 4.6vw;
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .share-post {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
#blog-detail-page .blog-details-container .share-post h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 2vw;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .share-post h3 {
    font-size: calc(30px + 8 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .share-post h3 {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-sidebar {
  width: 38%;
  background: #ebf0eb;
  padding: 3.125vw;
}
@media (max-width: 991px) {
  #blog-detail-page .blog-details-container .blog-sidebar {
    width: 100%;
    padding: 5.2vw;
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-sidebar {
    padding: 40px 5.2vw;
  }
}
#blog-detail-page .blog-details-container .blog-sidebar .back-to-results-wrapper {
  margin-bottom: 3.6vw;
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-sidebar .back-to-results-wrapper {
    margin-bottom: 40px;
  }
}
#blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn {
  color: #b94648;
  text-decoration: none;
  border-bottom: 2px solid #b94648;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  font-size: 24px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  #blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn {
    line-height: calc(28px + 10 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn span {
  padding-left: 10px;
}
#blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn:before {
  content: "";
  border-style: solid;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #b94648;
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn:hover {
  color: #000;
  border-bottom: 2px solid #000;
}
#blog-detail-page .blog-details-container .blog-sidebar .back-to-results-btn:hover:before {
  border-color: transparent transparent transparent #000;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets {
  margin-bottom: 3.6vw;
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-sidebar .widgets {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-sidebar .widgets:last-child {
    margin-bottom: 0;
  }
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets h4 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-sidebar .widgets h4 {
    font-size: calc(24px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #blog-detail-page .blog-details-container .blog-sidebar .widgets h4 {
    font-size: calc(22px + 2 * (100vw - 320px) / 320);
  }
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets li a {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
@media (max-width: 1366px) {
  #blog-detail-page .blog-details-container .blog-sidebar .widgets li a {
    font-size: 18px;
    line-height: 30px;
  }
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets li a:hover {
  color: #b94648;
  border-bottom: 2px solid #b94648;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_categories li a {
  text-transform: uppercase;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_recent_entries li {
  margin-bottom: 10px;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_categories li, #blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_tags li {
  display: inline-block;
  padding-right: 20px;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_categories li a, #blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_tags li a {
  position: relative;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_categories li a:after, #blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_tags li a:after {
  content: "|";
  position: absolute;
  right: -15px;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_categories li:last-child a:after, #blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_tags li:last-child a:after {
  display: none;
}
#blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_categories li:hover a:after, #blog-detail-page .blog-details-container .blog-sidebar .widgets#widget_tags li:hover a:after {
  color: #000;
}
#blog-detail-page .at-icon-wrapper {
  display: none;
}

#video-page .videos {
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5.2vw;
  margin-bottom: 50px;
}
#video-page .videos figure {
  display: none;
  position: relative;
  -ms-flex-preferred-size: calc(33.33% - 20px);
  flex-basis: calc(33.33% - 20px);
  padding-bottom: 33.33%;
  margin: 10px;
  overflow: hidden;
  box-sizing: border-box;
  animation: fadein 1s;
}
#video-page .videos figure:hover .video-image::after {
  opacity: 1;
}
#video-page .videos figure:hover .video-image::before {
  opacity: 1;
}
#video-page .videos figure:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
  outline-offset: 5px !important;
  transition: none;
}
@media (max-width: 991px) {
  #video-page .videos figure {
    ms-flex-preferred-size: calc(48% - 10px);
    flex-basis: calc(48% - 10px);
    padding-bottom: 50%;
  }
}
@media (max-width: 640px) {
  #video-page .videos figure {
    ms-flex-preferred-size: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    padding-bottom: 100%;
    margin: 0 0 50px 0;
  }
}
#video-page .videos figure.visible {
  display: block;
}
#video-page .videos figure figcaption.video-title {
  z-index: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
}
#video-page .videos figure .video-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 1s;
}
#video-page .videos figure .video-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 1s;
}
#video-page .videos figure .video-image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/wp-content/themes/Highline/images/video/cross-hairs.svg);
  transition: all 1s;
}
#video-page .video-slider-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.6s ease-in-out;
  background-color: rgb(93, 96, 103);
}
#video-page .video-slider-box.open {
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
#video-page .video-slider-box.open .flex-viewport li {
  padding: 30px 0 0;
}
@media (max-width: 991px) {
  #video-page .video-slider-box.open .flex-viewport li {
    padding: 35px 0 0;
  }
}
#video-page .video-slider-box.open .flexslider {
  background-color: rgb(93, 96, 103);
}
#video-page .video-slider-box.open .flexslider .flex-control-nav {
  display: none;
}
#video-page .video-slider-box.open .flexslider .flex-nav-prev a {
  opacity: 1 !important;
  cursor: pointer;
  background-color: #000;
  left: 0;
}
@media (max-width: 991px) {
  #video-page .video-slider-box.open .flexslider .flex-nav-prev a {
    width: 30px;
    height: 35px;
  }
}
#video-page .video-slider-box.open .flexslider .flex-next,
#video-page .video-slider-box.open .flexslider .flex-prev {
  background-size: 15px !important;
}
#video-page .video-slider-box.open .flexslider .flex-nav-next a {
  opacity: 1 !important;
  cursor: pointer;
  background-color: #000;
  right: 0;
}
@media (max-width: 991px) {
  #video-page .video-slider-box.open .flexslider .flex-nav-next a {
    width: 30px;
    height: 35px;
  }
}
#video-page .video-slider-box.open .close-icon {
  position: absolute;
  z-index: 999;
  border: none;
  background: none;
  right: 5%;
  top: 3%;
  cursor: pointer;
  width: 40px;
  padding: 0;
}
@media (max-width: 991px) {
  #video-page .video-slider-box.open .close-icon {
    width: 40px;
    padding: 15px 0;
    top: 30px;
  }
}
@media (max-width: 640px) {
  #video-page .video-slider-box.open .close-icon {
    width: 30px;
  }
}
#video-page .video-slider-box.open .close-icon:hover {
  cursor: pointer;
}
#video-page .video-slider-box.open .close-icon.mob .hamburger-icon {
  width: 30px;
  cursor: pointer;
  height: 4px;
  width: 0px;
  background: transparent;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
#video-page .video-slider-box.open .close-icon.mob .hamburger-icon::before {
  width: 30px;
  cursor: pointer;
  height: 4px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  top: -2px;
}
#video-page .video-slider-box.open .close-icon.mob .hamburger-icon::after {
  width: 30px;
  cursor: pointer;
  height: 4px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  bottom: 2px;
}
#video-page .video-slider-box.open .close-icon.mob.open .hamburger-icon::after, #video-page .video-slider-box.open .close-icon.mob.open .hamburger-icon::before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#video-page .video-slider-box.open .category-caption {
  width: 80%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  word-break: break-word;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #video-page .video-slider-box.open .category-caption {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  #video-page .video-slider-box.open .category-caption {
    width: 70%;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
#video-page .video-slider-box.open .category-caption .category-text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4.18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  #video-page .video-slider-box.open .category-caption .category-text {
    font-size: calc(24px + 10 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #video-page .video-slider-box.open .category-caption .category-text {
    font-size: 16px;
  }
}
@media (max-width: 815px) and (orientation: landscape) {
  #video-page .video-slider-box.open .category-caption .category-text {
    font-size: 20px;
  }
}
#video-page .video-slider-box.open .slide-caption {
  width: 80%;
  margin: 0vw auto;
  word-break: break-word;
  text-align: center;
}
@media (max-width: 640px) {
  #video-page .video-slider-box.open .slide-caption {
    width: 80%;
    margin: 10px auto;
  }
}
#video-page .video-slider-box.open .slide-caption .title-text {
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #video-page .video-slider-box.open .slide-caption .title-text {
    margin-top: 30px;
  }
}
@media (max-width: 1366px) {
  #video-page .video-slider-box.open .slide-caption .title-text {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  #video-page .video-slider-box.open .slide-caption .title-text {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  #video-page .video-slider-box.open .slide-caption .title-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 815px) and (orientation: landscape) {
  #video-page .video-slider-box.open .slide-caption .title-text {
    font-size: 16px;
    line-height: 20px;
  }
}
#video-page .video-slider-box.open .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#video-page .video-slider-box.open .slides li div {
  position: relative !important;
}
#video-page .video-slider-box.open .slides .main-gallery-slide {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#video-page .video-slider-box.open .slides .main-gallery-slide .lightbox-img {
  height: 100%;
  width: 100%;
}
#video-page .video-slider-box.open .slides .main-gallery-slide .lightbox-img iframe {
  height: 100%;
  border: none !important;
  width: 100%;
  width: 100vw;
}
@media (max-width: 1024px) {
  #video-page .video-slider-box.open .slides .main-gallery-slide .lightbox-img iframe {
    height: 80vh;
  }
}
@media (max-width: 991px) {
  #video-page .video-slider-box.open .slides .main-gallery-slide .lightbox-img {
    height: 100%;
  }
}

.vt_menu.vt_sub_menu .sub-menu {
  height: 235px;
  max-height: 235px;
}
.vt_menu.vt_sub_menu .sub-menu li.current-menu-item a {
  color: #b94648 !important;
}

.virtual-menu .sub-menu li.current-menu-item a {
  color: #b94648 !important;
}

.vt_wrap_box {
  height: calc(100vh - 109px);
}

.club_page p,
.club_page li,
.club_page a,
.club_page h3,
.club_page h2 {
  font-family: "proxima-nova", sans-serif;
}
.club_page .hero-slider.flexslider {
  height: calc(100vh - 86px);
}
.club_page .section {
  padding: 0 5.2vw;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  .club_page .section.row-reverse {
    flex-direction: row-reverse;
  }
  .club_page .section.row-reverse .desc-content {
    padding-left: 0;
    padding-right: 4.2vw;
  }
}
@media (max-width: 991px) {
  .club_page .section {
    padding: 0;
    flex-direction: column-reverse;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  .club_page .section {
    margin-bottom: 40px;
  }
}
.club_page .section.features-list {
  display: block;
}
@media (max-width: 991px) {
  .club_page .section.features-list {
    width: 100%;
    padding: 0 5.2vw;
  }
}
.club_page .section.features-list .col-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  .club_page .section.features-list .col-section {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .club_page .section.features-list {
    margin-bottom: 40px;
  }
}
.club_page .section .left-col,
.club_page .section .desc-content,
.club_page .section .row-reverse .desc-img {
  width: 52%;
  padding-left: 4.2vw;
}
@media (max-width: 991px) {
  .club_page .section .left-col,
  .club_page .section .desc-content,
  .club_page .section .row-reverse .desc-img {
    width: 100%;
    padding: 0 5.2vw;
  }
}
.club_page .section .right-col,
.club_page .section .desc-img,
.club_page .section .row-reverse .desc-content {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  .club_page .section .right-col,
  .club_page .section .desc-img,
  .club_page .section .row-reverse .desc-content {
    width: 100%;
    padding: 0 5.2vw;
  }
}
.club_page .section .desc-img {
  position: relative;
  height: 40vw;
}
@media (max-width: 991px) {
  .club_page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
@media (max-width: 640px) {
  .club_page .section .desc-img {
    width: 100%;
    height: 83vw;
  }
}
.club_page .section .desc-img .slide-info-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1vw 2vw 0.5vw 1.5vw;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  top: auto;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 1366px) {
  .club_page .section .desc-img .slide-info-text {
    font-size: calc(18px + 2 * (100vw - 640px) / 726);
  }
  .club_page .section .desc-img .slide-info-text {
    line-height: calc(27px + 3 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .club_page .section .desc-img .slide-info-text {
    font-size: calc(16px + 2 * (100vw - 320px) / 320);
  }
  .club_page .section .desc-img .slide-info-text {
    line-height: calc(24px + 3 * (100vw - 320px) / 320);
  }
}
.club_page .section .desc-img .flexslider .flex-pauseplay button {
  top: 30px;
  bottom: auto;
  z-index: 9;
}
@media (max-width: 640px) {
  .club_page .section .desc-img .flexslider .flex-pauseplay button {
    top: 15px;
  }
}
.club_page .section .section-title,
.club_page .section .list-title {
  font-size: 40px;
  font-weight: 700;
}
@media (max-width: 1366px) {
  .club_page .section .section-title,
  .club_page .section .list-title {
    font-size: calc(30px + 4 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .club_page .section .section-title,
  .club_page .section .list-title {
    font-size: calc(28px + 2 * (100vw - 320px) / 320);
  }
}
@media (max-width: 991px) {
  .club_page .section .desc-content {
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 640px) {
  .club_page .section .desc-content {
    margin-bottom: 40px;
  }
}
.club_page .section .desc-content .section-title,
.club_page .section .desc-content .list-title {
  letter-spacing: 4.18px;
  text-transform: uppercase;
}
.club_page .section .desc-content li,
.club_page .section .desc-content p,
.club_page .section .desc-content .secondary-cta {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1366px) {
  .club_page .section .desc-content li,
  .club_page .section .desc-content p,
  .club_page .section .desc-content .secondary-cta {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  .club_page .section .desc-content li,
  .club_page .section .desc-content p,
  .club_page .section .desc-content .secondary-cta {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .club_page .section .desc-content li,
  .club_page .section .desc-content p,
  .club_page .section .desc-content .secondary-cta {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  .club_page .section .desc-content li,
  .club_page .section .desc-content p,
  .club_page .section .desc-content .secondary-cta {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
.club_page .section .desc-content li {
  border-bottom: 2px solid #000;
  padding: 12px 0;
}
.club_page .section .desc-content li:last-child {
  border-bottom: 0;
}
.club_page .section .desc-content p {
  margin-bottom: 0;
}
.club_page .section .desc-content .secondary-cta {
  display: inline;
}
.club_page .section .desc-content a {
  margin-top: 30px;
}
.club_page .section .desc-content a.btn-cta {
  max-width: 540px;
}
.club_page .section.features-list .list-title {
  margin-bottom: 10px;
}
.club_page .section.features-list .list-sub-title {
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 1366px) {
  .club_page .section.features-list .list-sub-title {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .club_page .section.features-list .list-sub-title {
    line-height: calc(26px + 2 * (100vw - 320px) / 320);
  }
}
.club_page .section.features-list ul li {
  line-height: 35px;
}
@media (max-width: 1366px) {
  .club_page .section.features-list ul li {
    line-height: calc(28px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .club_page .section.features-list ul li {
    line-height: calc(27px + 1 * (100vw - 320px) / 320);
  }
}
.club_page .section.features-list .list-sub-title,
.club_page .section.features-list ul li {
  font-size: 24px;
}
@media (max-width: 1366px) {
  .club_page .section.features-list .list-sub-title,
  .club_page .section.features-list ul li {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .club_page .section.features-list .list-sub-title,
  .club_page .section.features-list ul li {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
}
.club_page .section.frame-section {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .club_page .section.frame-section {
    padding: 0 5.2vw;
  }
}
.club_page .section.frame-section .frame-content-wrapper:first-child {
  width: 52%;
  padding-right: 4.2vw;
}
@media (max-width: 1120px) {
  .club_page .section.frame-section .frame-content-wrapper:first-child {
    padding-right: 3.2vw;
  }
}
.club_page .section.frame-section .frame-content-wrapper:last-child {
  width: 48%;
  padding: 0;
}
@media (max-width: 991px) {
  .club_page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 35px;
  }
}
@media (max-width: 640px) {
  .club_page .section.frame-section .frame-content-wrapper:last-child {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .club_page .section.frame-section .frame-content-wrapper:first-child, .club_page .section.frame-section .frame-content-wrapper:last-child {
    width: 100%;
    padding: 0;
  }
}
.club_page .section .frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 4vw);
  margin: 0 2vw;
  padding: 4.2vw;
}
@media (max-width: 1366px) {
  .club_page .section .frame {
    width: calc(100% - 1vw);
    margin: 0 0.5vw;
  }
}
@media (max-width: 1120px) {
  .club_page .section .frame {
    padding-right: 3.2vw;
  }
}
@media (max-width: 991px) {
  .club_page .section .frame {
    margin: 0;
    flex-direction: column;
    padding: 30px 20px;
    width: 100%;
  }
}
.club_page .section .frame .frame-content-wrapper {
  text-align: center;
}
.club_page .section .frame .frame-figure {
  height: 320px;
}
@media (max-width: 991px) {
  .club_page .section .frame .frame-figure {
    display: none;
  }
}
.club_page .section .frame .frame-desc {
  background: #fff;
  width: 90%;
  margin: -80px auto 0;
  padding: 35px 35px 0;
}
@media (max-width: 1366px) {
  .club_page .section .frame .frame-desc {
    padding: 35px 20px 0;
    margin: -62px auto 0;
  }
}
@media (max-width: 991px) {
  .club_page .section .frame .frame-desc {
    margin-top: 0;
    background: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.club_page .section .left-col li,
.club_page .section .right-col li {
  border-bottom: 2px solid #000;
  padding: 12px 0;
}
.club_page .section .left-col li:last-child,
.club_page .section .right-col li:last-child {
  border-bottom: none;
}
@media (max-width: 991px) {
  .club_page .section .left-col,
  .club_page .section .right-col {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .club_page .section .left-col {
    margin-bottom: 3vw;
    padding: 0;
    margin-bottom: 0;
  }
  .club_page .section .left-col li:last-child {
    border-bottom: 2px solid #000;
  }
}
@media (max-width: 640px) {
  .club_page .section .left-col {
    margin-bottom: 20px;
    padding: 0;
    margin-bottom: 0;
  }
}
.club_page .hero-banner {
  position: relative;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .club_page .hero-banner {
    margin-bottom: 6.25vw;
  }
}
.club_page .hero-banner .slides li div {
  display: flex;
  flex-direction: column;
}
.club_page .hero-banner .content {
  justify-content: unset;
  align-items: unset;
}
.club_page .hero-banner .content.club-inrto-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.club_page .hero-banner .content p {
  width: 100%;
  color: white;
}
.club_page .hero-banner .content p {
  font-size: calc(14px + 8 * (100vw - 320px) / 1046);
}
.club_page .hero-banner .content p {
  line-height: calc(20px + 14 * (100vw - 320px) / 1046);
}
@media (max-width: 374px) {
  .club_page .hero-banner .content p {
    font-size: 13px;
  }
}
.club_page .hero-banner .content p b {
  font-weight: 600;
}
.club_page .hero-banner .content h2 {
  padding-bottom: 30px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1024px) {
  .club_page .hero-banner .content h2 {
    padding-bottom: 10px;
  }
}
.club_page .hero-banner .content .main-content {
  padding: 30px 90px;
  height: fit-content;
  width: 70%;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .club_page .hero-banner .content .main-content {
    padding: 30px 40px;
    width: 100%;
  }
}
.club_page .hero-banner .rd-more-btn {
  text-decoration: none;
  color: white;
}
@media (min-width: 1025px) {
  .club_page .hero-banner .rd-more-btn {
    display: none;
  }
}
.club_page .hero-banner .rd-more-btn::after {
  content: "";
  background: url("../images/club/down_arrow_white.svg") center/contain no-repeat;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.club_page .hero-banner .rd-more-btn.open::after {
  transform: rotate(180deg);
}
.club_page .mob-desc {
  display: none;
  background-color: black;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 40px;
  padding-bottom: 9vw;
}
@media (min-width: 1025px) {
  .club_page .mob-desc {
    display: none !important;
  }
}
.club_page .mob-desc::before {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid black;
  content: "";
  position: absolute;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
}
.club_page .mob-desc b {
  font-weight: 600;
}
@media (max-width: 1024px) {
  .club_page .desktop-desc {
    display: none;
  }
}
.club_page .membership_section {
  padding: 55px 9.5vw;
  color: #F4EBE3;
  background: #3A5FA6 url("../images/ridge-club-landing/background_membership@2x.jpg") center/cover no-repeat;
}
@media (max-width: 1024px) {
  .club_page .membership_section {
    padding: 100px 4.5vw;
    text-align: center;
    background: #3A5FA6;
    position: relative;
  }
  .club_page .membership_section::after {
    position: absolute;
    content: "";
    right: -16vw;
    top: 0;
    background: url(../images/ridge-club-landing/background_membership@2x.jpg) center/cover no-repeat;
    height: 100%;
    width: 50vw;
    pointer-events: none;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .club_page .membership_section::after {
    top: 0;
  }
}
.club_page .membership_section > * {
  max-width: 38%;
}
@media (max-width: 1024px) {
  .club_page .membership_section > * {
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
}
.club_page .membership_section p {
  font-size: 20px;
  line-height: 1.4;
}
.club_page .intro-section {
  padding: 0;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .club_page .intro-section {
    display: block;
    margin-bottom: 35px;
  }
}
.club_page .intro-section .right-top-banner {
  height: 20vw;
  width: 56%;
}
@media (max-width: 991px) {
  .club_page .intro-section .right-top-banner {
    display: none;
  }
}
.club_page .intro-section .left-caption {
  width: 44%;
  padding-left: 5.2vw;
}
@media (max-width: 991px) {
  .club_page .intro-section .left-caption {
    width: 100%;
    margin-top: 35px;
  }
}
.club_page .intro-section p {
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 1366px) {
  .club_page .intro-section p {
    font-size: calc(21px + 1 * (100vw - 640px) / 726);
  }
  .club_page .intro-section p {
    line-height: calc(38px + 2 * (100vw - 640px) / 726);
  }
}
@media (max-width: 640px) {
  .club_page .intro-section p {
    font-size: calc(20px + 1 * (100vw - 320px) / 320);
  }
  .club_page .intro-section p {
    line-height: calc(36px + 2 * (100vw - 320px) / 320);
  }
}
.club_page .intro-section .heading {
  font-weight: 700;
  font-size: 130px;
  line-height: 100px;
  margin-bottom: 0;
}
.club_page .intro-section .heading {
  font-size: calc(85px + 45 * (100vw - 1366px) / 554);
}
.club_page .intro-section .heading {
  line-height: calc(75px + 25 * (100vw - 1366px) / 554);
}
@media (min-width: 1800px) and (max-height: 916px) {
  .club_page .intro-section .heading {
    font-size: calc(85px + 5 * (100vw - 1366px) / 554);
  }
  .club_page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 1366px) / 554);
  }
}
@media (max-width: 1366px) {
  .club_page .intro-section .heading {
    font-size: calc(55px + 30 * (100vw - 992px) / 373);
  }
  .club_page .intro-section .heading {
    line-height: calc(55px + 20 * (100vw - 992px) / 373);
  }
}
@media (max-width: 991px) {
  .club_page .intro-section .heading {
    font-size: calc(40px + 15 * (100vw - 320px) / 673);
  }
  .club_page .intro-section .heading {
    line-height: calc(50px + 5 * (100vw - 320px) / 673);
  }
}
.club_page .hero-slider.flexslider .flex-control-nav {
  top: auto;
  bottom: 40px;
}
.club_page .hero-banner .mob .custom-slider-pagination {
  top: auto;
  bottom: 5.7vw;
}

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