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

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

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
   * Make all elements from the DOM inherit from the parent box-sizing
   * Since `*` has a specificity of 0, it does not override the `html` value
   * making all elements inheriting from the root box-sizing value
   * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
   */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
   * Basic styles for links
   */
a {
  color: #141312;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #141312;
  text-decoration: underline;
}

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

textarea {
  resize: vertical;
}

button:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: inherit;
}

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

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@font-face {
  src: url("../fonts/RoslindaleVariable-VF[DisplayCondensed].eot"); /* IE < 9 */
  src: url("../fonts/RoslindaleVariable-VF[DisplayCondensed].eot?#") format("embedded-opentype"), url("../fonts/RoslindaleVariable-VF[DisplayCondensed].woff2") format("woff2"), url("../fonts/RoslindaleVariable-VF[DisplayCondensed].woff") format("woff");
  font-family: "RoslindaleVariable";
  font-style: normal;
  font-weight: bold;
}
@font-face {
  src: url("../fonts/Roslindale-DisplayCondensedExtraLight.eot"); /* IE < 9 */
  src: url("../fonts/Roslindale-DisplayCondensedExtraLight.eot?#") format("embedded-opentype"), url("../fonts/Roslindale-DisplayCondensedExtraLight.woff2") format("woff2"), url("../fonts/Roslindale-DisplayCondensedExtraLight.woff") format("woff");
  font-family: "Roslindale-ExtraLight";
  font-style: normal;
  font-weight: 200;
}
@font-face {
  src: url("../fonts/Roslindale-DisplayCondensedLight.eot"); /* IE < 9 */
  src: url("../fonts/Roslindale-DisplayCondensedLight.eot?#") format("embedded-opentype"), url("../fonts/Roslindale-DisplayCondensedLight.woff2") format("woff2"), url("../fonts/Roslindale-DisplayCondensedLight.woff") format("woff");
  font-family: "Roslindale-Light";
  font-style: normal;
  font-weight: 300;
}
@font-face {
  src: url("../fonts/Roslindale-DisplayCondensedRegular.eot"); /* IE < 9 */
  src: url("../fonts/Roslindale-DisplayCondensedRegular.eot?#") format("embedded-opentype"), url("../fonts/Roslindale-DisplayCondensedRegular.woff2") format("woff2"), url("../fonts/Roslindale-DisplayCondensedRegular.woff") format("woff");
  font-family: "Roslindale-Regular";
  font-style: normal;
  font-weight: normal;
}
@font-face {
  src: url("../fonts/Roslindale-DisplayCondensedMedium.eot"); /* IE < 9 */
  src: url("../fonts/Roslindale-DisplayCondensedMedium.eot?#") format("embedded-opentype"), url("../fonts/Roslindale-DisplayCondensedMedium.woff2") format("woff2"), url("../fonts/Roslindale-DisplayCondensedMedium.woff") format("woff");
  font-family: "Roslindale-Medium";
  font-style: normal;
  font-weight: 500;
}
@font-face {
  src: url("../fonts/Roslindale-DisplayCondensedSemiBold.eot"); /* IE < 9 */
  src: url("../fonts/Roslindale-DisplayCondensedSemiBold.eot?#") format("embedded-opentype"), url("../fonts/Roslindale-DisplayCondensedSemiBold.woff2") format("woff2"), url("../fonts/Roslindale-DisplayCondensedSemiBold.woff") format("woff");
  font-family: "Roslindale-SemiBold";
  font-style: normal;
  font-weight: 600;
}
@font-face {
  src: url("../fonts/Roslindale-DisplayCondensedBold.eot"); /* IE < 9 */
  src: url("../fonts/Roslindale-DisplayCondensedBold.eot?#") format("embedded-opentype"), url("../fonts/Roslindale-DisplayCondensedBold.woff2") format("woff2"), url("../fonts/Roslindale-DisplayCondensedBold.woff") format("woff");
  font-family: "Roslindale-Bold";
  font-style: normal;
  font-weight: bold;
}
body {
  color: #141312;
  font: 300 18px/1.5 "aktiv-grotesk", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  color: #141312;
  margin-top: 0;
  line-height: 1;
}

.skip-nav {
  background: transparent;
  color: #141312;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.skip-nav:focus,
.skip-nav:active {
  background: #c8a744;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

html {
  overflow-x: hidden;
}

body {
  overflow-y: hidden !important;
}
@media (min-width: 1276px) {
  body:not(.home) #logo {
    width: 150px;
  }
}
body:not(.home) #logo .logo-white {
  display: none;
}
body:not(.home) #logo .logo-black {
  display: block;
}
body:not(.home) .mob-nav .schedule-mob {
  border-color: #141312;
  color: #141312;
}
body:not(.home) header nav li.menu-item-has-children a:after {
  background: url(../images/black-arrow.png) no-repeat center center/contain !important;
}
body:not(.home) header nav a.schedule-tour {
  border-color: #141312;
}
body:not(.home) header nav a:hover {
  color: #141312;
}

@media (max-width: 768px) {
  .desk {
    display: none;
  }
}

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

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

a {
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: #5C5856;
}

a:focus,
button:focus,
*:focus {
  outline-color: transparent !important;
}

.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab *:focus {
  outline-color: #000000 !important;
}

.using-keytab .blog-post-img a:focus {
  outline-offset: -2px;
}

.using-keytab .faraday-slider .slide:focus, .using-keytab.neighborhood #all_cat:focus, .using-keytab .color-tile-section .tile:focus, .using-keytab .blog-category:focus {
  outline-offset: -2px;
}

.using-keytab .selectivo__label:focus, .using-keytab .selectivo__option:focus, .using-keytab #logo a:focus {
  outline: #000 dashed 2px;
  outline-offset: 2px;
}

.using-keytab .fp-popup .close-btn:focus, .using-keytab .footer a:focus {
  outline-color: #fff !important;
}

.using-keytab .hywrap .form-actions button:focus, .using-keytab .hywrap input:focus, .using-keytab .hywrap select:focus, .using-keytab .hywrap textarea:focus {
  outline: 1px dashed #000 !important;
}

.heading {
  font-size: 120px;
  line-height: 105px;
  letter-spacing: 1.2px;
}
@media (max-width: 1275px) {
  .heading {
    font-size: calc(95px + 25 * (100vw - 768px) / 507);
  }
  .heading {
    line-height: calc(80px + 25 * (100vw - 768px) / 507);
  }
}
@media (max-width: 768px) {
  .heading {
    font-size: calc(70px + 25 * (100vw - 320px) / 447);
  }
  .heading {
    line-height: calc(64px + 16 * (100vw - 320px) / 447);
  }
  .heading {
    letter-spacing: normal;
  }
}

.sub-heading-mega {
  letter-spacing: 0.87px;
  font: bold 87px/104px "Roslindale-Bold";
}
@media (max-width: 1275px) {
  .sub-heading-mega {
    font-size: calc(55px + 32 * (100vw - 768px) / 507);
  }
  .sub-heading-mega {
    line-height: calc(60px + 44 * (100vw - 768px) / 507);
  }
}
@media (max-width: 768px) {
  .sub-heading-mega {
    letter-spacing: 0.46px;
  }
  .sub-heading-mega {
    font-size: calc(46px + 9 * (100vw - 320px) / 447);
  }
  .sub-heading-mega {
    line-height: calc(48px + 12 * (100vw - 320px) / 447);
  }
}
.sub-heading-mega span {
  display: block;
}

.sub-heading-kilo {
  letter-spacing: 0.65px;
  font: bold 65px/65px "Roslindale-Bold";
}
@media (max-width: 1275px) {
  .sub-heading-kilo {
    font-size: calc(55px + 10 * (100vw - 768px) / 507);
  }
  .sub-heading-kilo {
    line-height: calc(55px + 10 * (100vw - 768px) / 507);
  }
}
@media (max-width: 768px) {
  .sub-heading-kilo {
    letter-spacing: 0.5px;
  }
  .sub-heading-kilo {
    font-size: calc(50px + 5 * (100vw - 320px) / 447);
  }
  .sub-heading-kilo {
    line-height: calc(50px + 5 * (100vw - 320px) / 447);
  }
}
.sub-heading-kilo span {
  display: block;
}

.sub-title {
  color: #141312;
  letter-spacing: -0.3px;
  font: 500 30px/normal "aktiv-grotesk", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sub-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 21px;
  }
}

.main-container {
  max-width: 89%;
  width: 100%;
  margin: auto;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: 22px 40px;
  background: transparent;
  color: #141312;
  border: 1px solid #141312;
  font: 500 30px/normal "Roslindale-Medium";
  letter-spacing: 0.3px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .btn {
    letter-spacing: 0.2px;
    font-size: 20px;
    padding: 12px 30px;
  }
}
.btn.btn-arrow {
  padding: 8px 17px;
  color: #141312;
  border: 1px solid #141312;
  font-size: 20px;
  letter-spacing: 0.2px;
}
.btn.btn-arrow span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn-arrow span:after {
  content: "";
  background: url(../images/arrow.svg);
  width: 21px;
  height: 22px;
  margin: 0 0 0 10px;
  background-size: contain;
}

.system .btn:hover {
  background: #141312;
  color: #fff;
}
.system .btn.btn-arrow:hover {
  background: #141312;
  color: #fff;
}
.system .btn.btn-arrow:hover span:after {
  background: url(../images/arrow-white.svg);
  background-size: contain;
}

.link-text, .load-more-wrapper .nextpostslink {
  display: inline-block;
  letter-spacing: 0.2px;
  font: 500 20px "Roslindale-Medium";
  position: relative;
  padding: 0 0 5px;
  border: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.link-text:after, .load-more-wrapper .nextpostslink:after {
  content: "";
  border-bottom: 1px solid #141312;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.link-text:hover, .load-more-wrapper .nextpostslink:hover {
  color: #5C5856;
}
.link-text:hover:after, .load-more-wrapper .nextpostslink:hover:after {
  border-bottom: 1px solid #5C5856;
}

@media (max-width: 768px) {
  .link-text {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border-radius: 50%;
}
.slick-dots li button:focus {
  outline: 1px dashed transparent !important;
}
.slick-dots li.slick-active button {
  background: #019b5b;
}

.animate-img-wrapper {
  position: relative;
  overflow: hidden;
}
.animate-img-wrapper .animate-element {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  transition: transform 0.8s ease;
}
.animate-img-wrapper .animate-element:hover {
  transform: scale(1.05);
}

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

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

.faraday-slider {
  position: relative;
}
.faraday-slider .slick-list, .faraday-slider .slick-track, .faraday-slider .slick-slide, .faraday-slider .slider-image {
  height: 100%;
}

.slider-section {
  position: relative;
}
.slider-section .direction-arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  z-index: 1;
}
@media (max-width: 768px) {
  .slider-section .direction-arrows {
    top: auto;
    bottom: 30px;
  }
}
.slider-section .direction-arrows ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .slider-section .direction-arrows ul {
    justify-content: space-between;
  }
}
.slider-section .direction-arrows ul li {
  list-style: none;
}
.slider-section .direction-arrows button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  height: 60px;
  width: 60px;
}
@media (max-width: 768px) {
  .slider-section .direction-arrows button {
    width: 40px;
    height: 40px;
  }
}
.slider-section .direction-arrows .prev {
  width: 50%;
}
@media (max-width: 768px) {
  .slider-section .direction-arrows .prev {
    width: 100px;
  }
}
.slider-section .direction-arrows .prev .prev-arrow {
  margin: 15px 0 0 20px;
  display: none;
}
@media (max-width: 768px) {
  .slider-section .direction-arrows .prev .prev-arrow {
    display: block;
    background: url("../images/slider-left-arrow-thin.svg") no-repeat center center/contain;
    margin-left: 5vw;
  }
}
.slider-section .direction-arrows .next {
  width: 50%;
  text-align: right;
}
@media (max-width: 768px) {
  .slider-section .direction-arrows .next {
    width: 100px;
  }
}
.slider-section .direction-arrows .next .next-arrow {
  margin: 15px 20px 0 auto;
  display: none;
}
@media (max-width: 768px) {
  .slider-section .direction-arrows .next .next-arrow {
    display: block;
    background: url("../images/slider-right-arrow-thin.svg") no-repeat center center/contain;
    margin-right: 5vw;
  }
}

.cursor-left {
  cursor: url("../images/slider-left-arrow.svg") 6 6, w-resize;
}

.cursor-right {
  cursor: url("../images/slider-right-arrow.svg") 6 6, e-resize;
}

.homepage .cursor-left {
  cursor: url("../images/slider-left-arroww.svg") 6 6, w-resize;
}
@media (max-width: 768px) {
  .homepage .cursor-left {
    cursor: pointer !important;
  }
}

@media (max-width: 768px) {
  .homepage .next-arrow {
    display: block;
    background: url("../images/slider-right-arrow-thinw.svg") no-repeat center center/contain !important;
    margin-right: 5vw;
  }
}

svg tspan {
  font-family: "aktiv-grotesk", sans-serif;
  cursor: pointer;
}

svg text {
  pointer-events: none;
}

.homepage .cursor-right {
  cursor: url("../images/slider-right-arroww.svg") 6 6, e-resize;
}
@media (max-width: 768px) {
  .homepage .cursor-right {
    cursor: pointer !important;
  }
}

@media (max-width: 768px) {
  .homepage .prev-arrow {
    display: block;
    background: url("../images/slider-left-arrow-thinw.svg") no-repeat center center/contain !important;
    margin-left: 5vw;
  }
}

@media (min-width: 769px) {
  .using-keytab .slider-section .direction-arrows .next .next-arrow,
  .using-keytab .slider-section .direction-arrows .prev .prev-arrow,
  .device .slider-section .direction-arrows .next .next-arrow,
  .device .slider-section .direction-arrows .prev .prev-arrow {
    display: block;
  }
}

.using-keytab .slider-section .direction-arrows .next .next-arrow,
.device .slider-section .direction-arrows .next .next-arrow {
  background: url("../images/slider-right-arrow-thin.svg") no-repeat center center/contain;
}
@media (min-width: 769px) {
  .using-keytab .slider-section .direction-arrows .next .next-arrow,
  .device .slider-section .direction-arrows .next .next-arrow {
    margin: 150px 50px 0 auto;
  }
}

.using-keytab .slider-section .direction-arrows .prev .prev-arrow,
.device .slider-section .direction-arrows .prev .prev-arrow {
  background: url("../images/slider-left-arrow-thin.svg") no-repeat center center/contain;
}
@media (min-width: 769px) {
  .using-keytab .slider-section .direction-arrows .prev .prev-arrow,
  .device .slider-section .direction-arrows .prev .prev-arrow {
    margin: 150px 0 0 50px;
  }
}

.device .homepage .slider-section .direction-arrows .next .next-arrow {
  background: url("../images/slider-right-arrow-thinw.svg") no-repeat center center/contain !important;
}
@media (min-width: 769px) {
  .device .homepage .slider-section .direction-arrows .next .next-arrow {
    margin: 150px 50px 0 auto;
  }
}

.device .homepage .slider-section .direction-arrows .prev .prev-arrow {
  background: url("../images/slider-left-arrow-thinw.svg") no-repeat center center/contain !important;
}
@media (min-width: 769px) {
  .device .homepage .slider-section .direction-arrows .prev .prev-arrow {
    margin: 150px 0 0 50px;
  }
}

@media (-ms-high-contrast: none) and (min-width: 769px), (-ms-high-contrast: active) and (min-width: 769px) {
  .slider-section .direction-arrows .next .next-arrow,
  .slider-section .direction-arrows .prev .prev-arrow {
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-section .direction-arrows .next .next-arrow {
    background: url("../images/slider-right-arrow.svg") no-repeat center center/contain;
  }
}
@media (-ms-high-contrast: none) and (min-width: 769px), (-ms-high-contrast: active) and (min-width: 769px) {
  .slider-section .direction-arrows .next .next-arrow {
    margin: 150px 50px 0 auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-section .direction-arrows .prev .prev-arrow {
    background: url("../images/slider-left-arrow.svg") no-repeat center center/contain;
  }
}
@media (-ms-high-contrast: none) and (min-width: 769px), (-ms-high-contrast: active) and (min-width: 769px) {
  .slider-section .direction-arrows .prev .prev-arrow {
    margin: 150px 0 0 50px;
  }
}
.slider-caption-container {
  max-width: 89%;
  width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 768px) {
  .slider-caption-container {
    max-width: 100%;
  }
}

.slider-caption-wrapper {
  background: #ffefe6;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 60px;
  z-index: 1;
}
@media (min-width: 769px) {
  .slider-caption-wrapper {
    position: absolute;
    bottom: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .slider-caption-wrapper {
    padding: 20px 5vw;
  }
}
.slider-caption-wrapper .slider-caption {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 769px) {
  .slider-caption-wrapper .slider-caption {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .slider-caption-wrapper .slider-caption {
    margin-bottom: 10px;
  }
}
.slider-caption-wrapper .slider-caption p {
  margin: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.slider-caption-wrapper .slider-caption.fade-in p {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.slider-count {
  font-size: 18px;
  line-height: 18px;
  padding-top: 5px;
  display: flex;
}
@media (max-width: 768px) {
  .slider-count {
    margin-top: 20px;
    margin-left: 10px;
    padding: 0;
  }
}
.slider-count .slider-count-holder {
  display: flex;
  cursor: default;
}
.slider-count .current-slide {
  position: relative;
  display: block;
  text-align: right;
}
.slider-count .total-slide {
  margin-top: 32px;
  display: block;
  text-align: left;
  margin-left: -10px;
}
.slider-count .divider {
  background: url(../images/slider-counter-marker.svg) center center/contain no-repeat;
  width: 46px;
  height: 47px;
  margin-left: -12px;
}

.inner-page {
  padding-top: 96px;
}
.inner-page .sub-heading-mega {
  margin: 5.5vw 0 2.4vw;
}
@media (max-width: 768px) {
  .inner-page .sub-heading-mega {
    margin-bottom: 40px;
  }
}
.inner-page header .mob-nav .schedule-mob {
  border-color: #141312;
  color: #141312;
}
.inner-page header .hamburger span {
  background: #141312;
}

.section-wrapper {
  padding: 7.5vw 0;
}
@media (max-width: 640px) {
  .section-wrapper {
    padding: 45px 0;
  }
}

.underline {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.underline:after {
  content: "";
  position: absolute;
  left: 0;
  border-top: 1px solid #141312;
  bottom: 0;
  width: 50px;
}

.tile-block .tile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.7vw;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .tile-block .tile {
    width: 100%;
    margin-bottom: 50px;
  }
}
.tile-block .tile > div {
  width: 50%;
}
@media (max-width: 768px) {
  .tile-block .tile > div {
    width: 100%;
  }
}
.tile-block .tile .tile-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .tile-block .tile .tile-cont {
    margin-top: 30px;
  }
}
.tile-block .tile .tile-cont ul {
  padding: 0;
  margin: 0;
}
.tile-block .tile .tile-cont ul li {
  display: block;
  width: 100%;
  letter-spacing: 2.8px;
  max-width: 90%;
  margin: 0 auto 20px;
  font: 1.4vw/1.7vw "Roslindale-Bold";
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1275px) {
  .tile-block .tile .tile-cont ul li {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .tile-block .tile .tile-cont ul li {
    font: 16px/20px "Roslindale-Bold";
    padding-bottom: 1vw;
    margin: 0 auto 1vw;
  }
}
@media (max-width: 768px) {
  .tile-block .tile .tile-cont ul li {
    letter-spacing: 2px;
    max-width: 100%;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font: 24px/32px "Roslindale-Bold";
  }
}
.tile-block .tile .tile-cont ul li:after {
  content: "";
  position: absolute;
  left: 50%;
  border-top: 1px solid #141312;
  bottom: 0;
  width: 50px;
  transform: translateX(-50%);
}
.tile-block .tile .tile-cont ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tile-block .tile .tile-cont ul li:last-child:after {
  display: none;
}
@media (min-width: 769px) {
  .tile-block .tile.tile.reverse .tile-img {
    order: 2;
  }
}
.tile-block .tile:last-child {
  margin-bottom: 0;
}

.schedule-tour-section {
  text-align: center;
}
.schedule-tour-section .schedule-tour-heading {
  letter-spacing: 0.43px;
  margin: 50px 0;
  font: 700 43px/50px "Roslindale-Bold";
}
@media (max-width: 768px) {
  .schedule-tour-section .schedule-tour-heading {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 32px;
    margin: 6.5vw auto 5.5vw;
    max-width: 255px;
  }
}
.schedule-tour-section .schedule-tour-img {
  height: 39vw;
}
@media (max-width: 768px) {
  .schedule-tour-section .schedule-tour-img {
    height: 80vw;
  }
}

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

.animate_text {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -ms-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  -o-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}
.animate_text.inposition {
  opacity: 1;
}

.virtual-tour-page {
  height: 100vh;
}
.virtual-tour-page iframe {
  width: 100%;
  height: 100%;
}

.explore {
  background: #141312;
  color: #fff;
  margin-top: 50px;
}

.system .explore.btn:hover {
  background: transparent;
  color: #141312;
}

.header-specials {
  background-color: #c78272;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 100;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .header-specials {
    padding-left: 35px;
  }
}
.header-specials p {
  font-family: "aktiv-grotesk", sans-serif;
  color: #141312;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (max-width: 575px) {
  .header-specials p {
    padding-right: 35px;
  }
}
.header-specials p a {
  text-decoration: underline;
}
.header-specials .close-specials {
  position: absolute;
  right: 10px;
  display: block;
  display: block;
  height: 12px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.header-specials .close-specials span {
  display: block;
  height: 1px;
  width: 100%;
  background: #141312;
  border-radius: 10px;
  transition: all ease 0.2s;
  margin-bottom: 9px;
}
.header-specials .close-specials span:first-of-type {
  transform: translate3d(0px, 5px, 0px) rotate(45deg);
}
.header-specials .close-specials span:nth-of-type(2) {
  transform: translate3d(0px, -5px, 0px) rotate(-45deg);
}

.main-content {
  transition: margin-top 0.4s ease;
}

header {
  position: relative;
  top: 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 96px;
  z-index: 100;
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  header {
    justify-content: space-between;
    padding: 0;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0;
  }
}
header .header-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  header .header-wrapper {
    justify-content: space-between;
  }
}
header.collapsed {
  top: 0;
  height: 64px !important;
  margin-top: 0 !important;
  position: fixed;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
header.collapsed #logo a {
  width: 104px;
}
header.collapsed #logo img {
  width: 100%;
}
header.collapsed .sub-menu {
  top: 40px !important;
}
header.collapsed, header.dropdown-active {
  background-color: #fff;
}
header.collapsed nav .nav-wrapper .menu-wrap li a, header.dropdown-active nav .nav-wrapper .menu-wrap li a {
  color: #141312;
}
header.collapsed nav .nav-wrapper .menu-wrap li a:after, header.dropdown-active nav .nav-wrapper .menu-wrap li a:after {
  content: "";
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  -moz-transition: border-bottom 0.3s ease-in-out;
  -ms-transition: border-bottom 0.3s ease-in-out;
  -o-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
}
header.collapsed nav .nav-wrapper .menu-wrap li a:hover, header.dropdown-active nav .nav-wrapper .menu-wrap li a:hover {
  color: #5C5856 !important;
  text-decoration: none;
  position: relative;
}
header.collapsed nav .nav-wrapper .menu-wrap li a:hover:after, header.dropdown-active nav .nav-wrapper .menu-wrap li a:hover:after {
  border-bottom: 1px solid #5C5856;
}
header.collapsed nav .nav-wrapper .menu-wrap li a.schedule-tour, header.dropdown-active nav .nav-wrapper .menu-wrap li a.schedule-tour {
  border-color: #141312 !important;
  background-color: #141312;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.collapsed nav .nav-wrapper .menu-wrap li a.schedule-tour:focus, header.dropdown-active nav .nav-wrapper .menu-wrap li a.schedule-tour:focus {
  color: #fff !important;
}
header.collapsed nav .nav-wrapper .menu-wrap li.current_page_item a, header.collapsed nav .nav-wrapper .menu-wrap li.current_page_parent a, header.dropdown-active nav .nav-wrapper .menu-wrap li.current_page_item a, header.dropdown-active nav .nav-wrapper .menu-wrap li.current_page_parent a {
  color: #5C5856 !important;
  border-bottom: 1px solid #5C5856;
}
header.collapsed nav .nav-wrapper .menu-wrap li.menu-item-has-children a:before, header.dropdown-active nav .nav-wrapper .menu-wrap li.menu-item-has-children a:before {
  background: url("../images/black-arrow.png") no-repeat center center/contain;
}
header.collapsed nav .nav-wrapper .menu-wrap li.menu-item-has-children a:before:after, header.dropdown-active nav .nav-wrapper .menu-wrap li.menu-item-has-children a:before:after {
  border-bottom: none;
}
header.collapsed nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a, header.dropdown-active nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a {
  position: relative;
}
header.collapsed nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a:after, header.dropdown-active nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a:after {
  content: "";
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  -moz-transition: border-bottom 0.3s ease-in-out;
  -ms-transition: border-bottom 0.3s ease-in-out;
  -o-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
}
header.collapsed nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a:hover:after, header.dropdown-active nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a:hover:after {
  border-bottom: 1px solid #5C5856;
}
header.collapsed #logo, header.dropdown-active #logo {
  z-index: 1;
}
header.collapsed #logo .logo-white, header.dropdown-active #logo .logo-white {
  display: none;
}
header.collapsed #logo .logo-black, header.dropdown-active #logo .logo-black {
  display: block;
}
header.collapsed #logo img, header.dropdown-active #logo img {
  margin: 0 auto;
}
@media (max-width: 991px) {
  header.collapsed #logo, header.dropdown-active #logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 419px) {
  header.collapsed #logo, header.dropdown-active #logo {
    position: static;
    left: auto;
    transform: none;
  }
}
header.collapsed .mob-nav .schedule-mob, header.dropdown-active .mob-nav .schedule-mob {
  border-color: #141312;
  color: #141312;
}
header.collapsed .hamburger .mCSB_inside > .mCSB_container, header.dropdown-active .hamburger .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
header.collapsed .hamburger span, header.dropdown-active .hamburger span {
  background: #141312 !important;
}
header.dropdown-active {
  height: 96px !important;
}
header.dropdown-active.collapsed {
  top: 0 !important;
  height: 64px !important;
}
@media (max-width: 768px) {
  header .mob-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 991px) {
  header nav {
    display: none;
  }
}
header nav .nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav .nav-wrapper .menu-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  margin: 0;
}
header nav .nav-wrapper .menu-wrap li {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
header nav .nav-wrapper .menu-wrap li.current-menu-item a {
  color: #5C5856;
  border-bottom: 1px solid #5C5856;
}
header nav .nav-wrapper .menu-wrap li.current_page_parent a {
  color: #5C5856;
  border-bottom: 1px solid #5C5856;
}
header nav .nav-wrapper .menu-wrap li a {
  color: #141312;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  header nav .nav-wrapper .menu-wrap li a {
    font-size: 12px;
    letter-spacing: 0;
  }
}
header nav .nav-wrapper .menu-wrap li a:after {
  content: "";
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: border-bottom 0.3s ease-in-out;
  -moz-transition: border-bottom 0.3s ease-in-out;
  -ms-transition: border-bottom 0.3s ease-in-out;
  -o-transition: border-bottom 0.3s ease-in-out;
  transition: border-bottom 0.3s ease-in-out;
}
header nav .nav-wrapper .menu-wrap li a:focus {
  color: #5C5856 !important;
}
header nav .nav-wrapper .menu-wrap li a.schedule-tour {
  padding: 8px 12px;
  border: 1px solid #141312;
  background-color: #141312;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav .nav-wrapper .menu-wrap li a.schedule-tour:hover {
  background-color: #5C5856;
  border-color: #5C5856 !important;
  color: #fff !important;
}
header nav .nav-wrapper .menu-wrap li a.schedule-tour:focus {
  color: #5C5856 !important;
}
header nav .nav-wrapper .menu-wrap li a:hover {
  text-decoration: none;
  color: #5C5856;
}
header nav .nav-wrapper .menu-wrap li a:hover:after {
  content: "";
  border-bottom: 1px solid #5C5856;
}
header nav .nav-wrapper .menu-wrap li a:focus {
  color: #141312 !important;
}
header nav .nav-wrapper .menu-wrap li.menu-item-has-children {
  position: relative;
}
header nav .nav-wrapper .menu-wrap li.menu-item-has-children > a {
  padding: 15px 18px 15px 0;
  cursor: pointer;
  border-bottom: none !important;
}
header nav .nav-wrapper .menu-wrap li.menu-item-has-children > a:after {
  display: none;
}
.system header nav .nav-wrapper .menu-wrap li.menu-item-has-children:hover .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}
.system header nav .nav-wrapper .menu-wrap li.menu-item-has-children:hover a:after {
  transform: rotate(180deg);
}
header nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu {
  width: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
  padding: 20px 1000em 15px;
  margin: 0 -1000em;
}
header nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu li {
  width: max-content;
}
header nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu li a {
  color: #141312 !important;
}
header nav .nav-wrapper .menu-wrap li.menu-item-has-children > a:before {
  content: "";
  background: url("../images/arrow.png") no-repeat center center/contain;
  position: absolute;
  right: 0;
  width: 12px;
  height: 7px;
  top: 21px;
}
header nav .nav-wrapper .menu-wrap li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  header nav .nav-wrapper .menu-wrap li:not(:last-child) {
    margin-right: 20px;
  }
}
header .sub-menu {
  position: absolute;
  top: 96px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
header .sub-menu li {
  margin-bottom: 12px;
}
header .sub-menu li a {
  list-style-type: none;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 8px 0;
}
@media (max-width: 1199px) {
  header .sub-menu li a {
    font-size: 12px;
  }
}
header .sub-menu li a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  header #logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 419px) {
  header #logo {
    position: static;
    left: auto;
    transform: none;
  }
}
header #logo a {
  z-index: 10;
  position: relative;
  display: block;
  width: 139px;
  transition: width 0.6s ease-in-out;
  margin: 0 auto;
}
@media (max-width: 991px) {
  header #logo a {
    width: 104px;
  }
}
header #logo .logo-black {
  display: none;
}
header #logo img {
  width: 100%;
}
header .hamburger {
  display: none;
}
@media (max-width: 991px) {
  header .hamburger {
    display: block;
    width: 44px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
header .hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #141312;
  transition: all ease 0.2s;
  margin-bottom: 9px;
}
header .schedule-icon,
header .schedule-home {
  display: none;
}
@media (max-width: 991px) {
  header .schedule-icon,
  header .schedule-home {
    display: block;
    margin-right: 20px;
  }
}
@media (max-width: 419px) {
  header .schedule-icon,
  header .schedule-home {
    margin-right: 8px;
  }
}
header .schedule-home,
header .location-home,
header .call-home {
  display: none !important;
}
header .location-icon,
header .location-home {
  display: none;
}
@media (max-width: 991px) {
  header .location-icon,
  header .location-home {
    display: block;
  }
}
@media (max-width: 768px) {
  header .location-icon,
  header .location-home {
    margin-right: 10px;
  }
}
@media (max-width: 419px) {
  header .location-icon,
  header .location-home {
    margin-right: 0;
  }
}
header .location-icon img,
header .location-home img {
  height: 32px;
}
header .call-icon,
header .call-home {
  display: none;
  transform: rotate(135deg);
}
@media (max-width: 767px) {
  header .call-icon,
  header .call-home {
    display: block;
  }
}
header .call-icon img,
header .call-home img {
  height: 35px;
}
header .icons-wrap {
  display: none;
}
@media (max-width: 991px) {
  header .icons-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
}
header .mob-nav {
  display: none;
}
header .mob-nav .schedule-mob {
  color: #fff;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  padding: 8px 12px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  header .mob-nav .schedule-mob {
    font-size: 12px;
    letter-spacing: normal;
    padding: 8px 5px;
  }
}
@media (max-width: 419px) {
  header .mob-nav .schedule-mob {
    font-size: 10px;
  }
}
header .hamburger-menu {
  opacity: 0;
  position: fixed;
  width: 100%;
  background-color: #019b5b;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 500;
  padding: 10px 0 42px;
  visibility: hidden;
}
@media (max-width: 768px) {
  header .hamburger-menu {
    padding: 10px 0 42px;
  }
}
header .hamburger-menu .menu-links li.current_page_parent a {
  color: #fff;
}
header .hamburger-menu .schedule-icon {
  display: block !important;
  margin-right: 0;
}
header .hamburger-menu .menu-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hamburger-menu .menu-header .close-menu {
  width: 44px;
  margin-top: 16px;
}
header .hamburger-menu .menu-header .close-menu span {
  display: block;
  height: 1px;
  width: 100%;
  background: #141312;
  border-radius: 10px;
  transition: all ease 0.2s;
  margin-bottom: 9px;
}
header .hamburger-menu .menu-header .close-menu span:first-of-type {
  transform: translate3d(0px, 5px, 0px) rotate(45deg);
}
header .hamburger-menu .menu-header .close-menu span:nth-of-type(2) {
  transform: translate3d(0px, -5px, 0px) rotate(-45deg);
}
header .hamburger-menu .menu-header .schedule-overlay {
  color: #141312;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  padding: 8px 12px;
  border: 1px solid #141312;
}
@media (max-width: 575px) {
  header .hamburger-menu .menu-header .schedule-overlay {
    font-size: 10px;
  }
}
header .hamburger-menu .menu-links ul li {
  list-style-type: none;
}
header .hamburger-menu .menu-links ul li.current_page_item a, header .hamburger-menu .menu-links ul li.current_page_parent a {
  color: #fff;
}
header .hamburger-menu .menu-links .main-menu {
  padding-left: 5px;
  margin-top: 40px;
}
header .hamburger-menu .menu-links .main-menu li a {
  color: #141312;
  font-family: "Roslindale-Bold";
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 50px;
  text-align: left;
}
header .hamburger-menu .menu-links .main-menu li a:after {
  content: "";
  width: 29px;
  height: 1px;
  background-color: #141312;
  display: block;
  margin-top: 7px;
  margin-bottom: 9px;
}
header .hamburger-menu .menu-links .main-menu li a:hover {
  color: #fff;
}
header .hamburger-menu .menu-links .main-menu .sub-menu li a {
  text-transform: none;
  font-size: 30px;
  font-weight: normal;
  font-family: "Roslindale-Medium";
}
header .hamburger-menu .menu-links .inner-menu {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}
header .hamburger-menu .menu-links .inner-menu ul {
  padding-left: 5px;
}
header .hamburger-menu .menu-links .inner-menu ul a:hover {
  color: #fff;
}

#mainContent {
  min-height: calc(100vh - 400px);
  margin-top: -96px;
}

.collapsed + #mainContent {
  padding-top: 96px;
}

.home header nav a {
  color: #fff !important;
}
.home header nav a:focus {
  color: #fff !important;
}
.home header nav .nav-wrapper .menu-wrap li a:focus {
  color: #fff !important;
}
.home header nav .nav-wrapper .menu-wrap li a.schedule-tour:hover {
  color: #fff !important;
}
.home header nav .nav-wrapper .menu-wrap li a.schedule-tour:focus {
  border-color: #fff !important;
  color: #141312 !important;
  background: #fff !important;
}
.home header nav .nav-wrapper .menu-wrap li a.schedule-tour:focus:hover {
  border-color: #141312 !important;
  color: #fff !important;
  background: #141312 !important;
}
@media (max-width: 991px) {
  .home header .schedule-icon {
    display: none;
  }
  .home header .schedule-home {
    display: block !important;
  }
  .home header .location-home {
    display: block !important;
  }
  .home header .location-icon {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home header .call-icon {
    display: none !important;
  }
  .home header .call-home {
    display: block !important;
  }
}
.home header .nav-wrapper .menu-wrap li a.schedule-tour {
  border-color: #fff;
  color: #141312 !important;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home header .nav-wrapper .menu-wrap li a.schedule-tour:hover {
  border-color: #141312 !important;
  background: #141312 !important;
  color: #fff !important;
}
.home header .nav-wrapper .menu-wrap li a.schedule-tour:hover:after {
  content: none;
}
.home header.collapsed nav a, .home header.dropdown-active nav a {
  color: #141312 !important;
}
.home header.collapsed nav a:focus, .home header.dropdown-active nav a:focus {
  color: #fff !important;
}
.home header.collapsed nav a.schedule-tour:hover, .home header.dropdown-active nav a.schedule-tour:hover {
  color: #fff !important;
  background-color: #5C5856 !important;
  border-color: #5C5856 !important;
}
.home header.collapsed nav a.schedule-tour, .home header.dropdown-active nav a.schedule-tour {
  color: #fff !important;
}
.home header.collapsed nav a.schedule-tour:hover:after, .home header.dropdown-active nav a.schedule-tour:hover:after {
  content: none;
}
.home header.collapsed nav .nav-wrapper .menu-wrap li a:focus, .home header.dropdown-active nav .nav-wrapper .menu-wrap li a:focus {
  color: #141312 !important;
}
.home header.collapsed .nav-wrapper .menu-wrap li a.schedule-tour:focus, .home header.dropdown-active .nav-wrapper .menu-wrap li a.schedule-tour:focus {
  color: #fff !important;
  background-color: #141312 !important;
  border-color: #141312 !important;
}
.home header.collapsed .nav-wrapper .menu-wrap li a.schedule-tour:focus:hover, .home header.dropdown-active .nav-wrapper .menu-wrap li a.schedule-tour:focus:hover {
  color: #fff !important;
  background-color: #5C5856 !important;
  border-color: #5C5856 !important;
}
@media (max-width: 991px) {
  .home header.collapsed .schedule-home, .home header.dropdown-active .schedule-home {
    display: none !important;
  }
  .home header.collapsed .schedule-icon, .home header.dropdown-active .schedule-icon {
    display: block !important;
  }
  .home header.collapsed .location-home, .home header.dropdown-active .location-home {
    display: none !important;
  }
  .home header.collapsed .location-icon, .home header.dropdown-active .location-icon {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .home header.collapsed .location-icon, .home header.dropdown-active .location-icon {
    display: block !important;
  }
  .home header.collapsed .location-home, .home header.dropdown-active .location-home {
    display: none !important;
  }
  .home header.collapsed .call-home, .home header.dropdown-active .call-home {
    display: none !important;
  }
  .home header.collapsed .call-icon, .home header.dropdown-active .call-icon {
    display: block !important;
  }
}
.home.collapsed .nav-wrapper .menu-wrap li a.schedule-tour {
  border-color: #141312 !important;
  color: #fff !important;
  background: #141312 !important;
}
.home.collapsed .nav-wrapper .menu-wrap li a.schedule-tour:hover {
  border-color: #141312 !important;
  background: #141312 !important;
  color: #fff !important;
}

.home header.collapsed .nav-wrapper .menu-wrap li a.schedule-tour:hover,
.home header.dropdown-active .nav-wrapper .menu-wrap li a.schedule-tour:hover {
  color: #fff !important;
  background-color: #5C5856 !important;
  border-color: #5C5856 !important;
}

.home header nav .nav-wrapper .menu-wrap li a:hover {
  color: #afaaaa !important;
}
.home header nav .nav-wrapper .menu-wrap li a:hover:after {
  content: "";
  border-bottom: 1px solid #afaaaa !important;
}

.home header.collapsed nav .nav-wrapper .menu-wrap li a:hover,
.home header.dropdown-active nav .nav-wrapper .menu-wrap li a:hover {
  color: #5C5856 !important;
}
.home header.collapsed nav .nav-wrapper .menu-wrap li a:hover:after,
.home header.dropdown-active nav .nav-wrapper .menu-wrap li a:hover:after {
  content: "";
  border-bottom: 1px solid #5C5856 !important;
}

.home header.dropdown-active nav .nav-wrapper .menu-wrap li a:hover {
  color: #5C5856 !important;
}
.home header.dropdown-active nav .nav-wrapper .menu-wrap li a:hover:after {
  content: "";
  border-bottom: 1px solid #5C5856 !important;
}

body:not(.home) header nav .nav-wrapper .menu-wrap li.menu-item-has-children > a:before {
  background: url(../images/black-arrow.png) no-repeat center center/contain;
}

.home header.collapsed nav .nav-wrapper .menu-wrap li a:hover,
.home header nav .nav-wrapper .menu-wrap li.menu-item-has-children > a:hover {
  color: #5C5856 !important;
}

.system header nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a {
  position: relative;
}
.system header nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu a:hover:after {
  content: "";
  border-bottom: 1px solid #5C5856;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
}

@media (min-width: 769px) {
  .using-keytab.home header nav .nav-wrapper .menu-wrap li a:focus {
    outline-color: #fff !important;
  }
}

@media (min-width: 769px) {
  .using-keytab.home header nav .nav-wrapper .menu-wrap .sub-menu li a:focus {
    outline-color: #000 !important;
  }
}

.hamburger-menu-open {
  overflow: hidden;
}
.hamburger-menu-open .hamburger-menu {
  animation: hamburger-menu-in 0.3s;
  animation-fill-mode: forwards;
}

.hamburger-menu-close .hamburger-menu {
  animation: hamburger-menu-out 0.3s;
  animation-fill-mode: forwards;
}

.menu-open .nav-dropdown {
  animation: menu-in 0.3s;
  animation-fill-mode: forwards;
}

.menu-close .nav-dropdown {
  animation: menu-out 0.3s;
  animation-fill-mode: forwards;
}

header nav .nav-wrapper .menu-wrap li.menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 200ms, opacity 200ms;
}

header.show-sub-menu nav .nav-wrapper .menu-wrap li.menu-item-has-children.active .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 200ms, opacity 200ms;
}

.system header nav .nav-wrapper .menu-wrap li.menu-item-has-children a:hover + .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 200ms;
}

.system header nav .nav-wrapper .menu-wrap li.menu-item-has-children a:hover:after {
  transform: rotate(180deg);
  border-bottom: none;
}

@keyframes menu-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes menu-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10%);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes hamburger-menu-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes hamburger-menu-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
  }
}
#cross {
  background: #141312 !important;
  height: 10px;
  position: relative;
  margin-right: 0;
  top: 0px;
  width: 2px;
  display: inline-flex;
  margin-left: 11px;
  margin-top: 0;
}
#cross:after {
  background: #141312 !important;
  content: "";
  height: 2px;
  left: -4px;
  position: absolute;
  top: 4px;
  width: 10px;
}

.vt-menu a {
  cursor: pointer;
}
.vt-menu a:hover #cross {
  background: #fff !important;
}
.vt-menu a:hover #cross:after {
  background: #fff !important;
}

.vt-menu.show a #cross {
  background: 0 0 !important;
}

.vt-menu ul {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 0 !important;
  position: static;
  background: none;
  box-shadow: none;
  display: none;
}
.vt-menu ul li {
  margin: 0;
}

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

.show-menu-mob {
  display: none !important;
}
@media (max-width: 767px) {
  .show-menu-mob {
    display: block !important;
  }
}

header nav .nav-wrapper .menu-wrap li.current_page_parent.vt-header-menu a {
  border: none;
}

header nav .nav-wrapper .menu-wrap .current_page_parent.vt-header-menu li.current-menu-item a {
  border-bottom: 1px solid #5C5856;
}

/*.......Specials Popup.......*/
.specials_wrap {
  position: fixed;
  background-color: rgba(22, 22, 22, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all ease 0.5s;
  overflow-y: hidden;
  flex-wrap: wrap;
}
.specials_wrap.hidden {
  opacity: 0;
  visibility: hidden;
}
.specials_wrap .specials_box {
  width: 85vw;
  max-width: 545px;
  padding: 74px 50px 50px;
  text-align: left;
  position: relative;
  background: #019b5b;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 10px solid #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .specials_wrap .specials_box {
    text-align: center;
    padding: 41px 28px 30px;
  }
}
@media only screen and (device-height: 375px) and (device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .specials_wrap .specials_box {
    padding: 41px 28px 30px;
  }
}
.specials_wrap .specials_box .specials-bg-wrap .specials_txt {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 35px;
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
@media (max-width: 768px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_txt {
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_txt {
    font-size: 16px;
    letter-spacing: 0.45px;
    line-height: 28px;
  }
}
@media only screen and (device-height: 375px) and (device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_txt {
    font-size: 16px;
    letter-spacing: 0.45px;
    line-height: 28px;
  }
}
.specials_wrap .specials_box .specials-bg-wrap .specials_head {
  color: #141312;
  font-family: "Roslindale-Bold";
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  font-size: 48px;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 0;
}
.specials_wrap .specials_box .specials-bg-wrap .specials_head span {
  display: block;
}
@media (max-width: 768px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_head span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_head {
    font-size: 36px;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 575px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_head {
    font-size: 26px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (device-height: 375px) and (device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_head {
    font-size: 26px;
    letter-spacing: 0.9px;
  }
}
.specials_wrap .specials_box .specials-bg-wrap .btn-arrow {
  background-color: #fff;
  background: #fff;
  border-color: #fff;
}
.specials_wrap .specials_box .specials_close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .specials_wrap .specials_box .specials_close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 16px;
  }
}
@media (max-width: 768px) {
  .specials_wrap .specials_box .btn {
    width: 100%;
  }
}
.specials_wrap .specials_box .logoShape {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
@media (max-width: 768px) {
  .specials_wrap .specials_box .logoShape {
    display: none;
  }
}

.system .specials-bg-wrap .btn-arrow:hover {
  background: #141312;
  border-color: #141312;
}
.system .specials-bg-wrap .btn-arrow:hover span::after {
  content: "";
  background: url(../images/arroww.svg);
  width: 21px;
  height: 22px;
  margin: 0 0 0 10px;
  background-size: contain;
}

.using-keytab .specials_wrap *:focus {
  outline-color: #141312;
}

footer {
  background-color: #141312;
  color: #fff;
}
footer .footer-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 45px 0 64px;
}
@media (max-width: 768px) {
  footer .footer-wrapper {
    flex-direction: column;
    padding: 55px 0 50px;
  }
}
footer .footer-wrapper a:hover {
  color: #afaaaa !important;
}
footer .footer-wrapper h2, footer .footer-wrapper a, footer .footer-wrapper span {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
footer .footer-wrapper .footer-logo {
  margin-right: 120px;
}
@media (max-width: 1199px) {
  footer .footer-wrapper .footer-logo {
    margin-right: 60px;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-logo {
    margin-right: 40px;
  }
}
footer .footer-wrapper .footer-logo img {
  width: 135px;
}
footer .footer-wrapper .footer-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 75%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content {
    flex-basis: 75%;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content {
    flex-basis: 82%;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-content {
    flex-direction: column;
    margin-top: 56px;
    align-items: flex-start;
  }
}
footer .footer-wrapper .footer-content h2 {
  margin-bottom: 7px;
}
footer .footer-wrapper .footer-content .footer-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 55%;
}
@media (min-width: 1401px) {
  footer .footer-wrapper .footer-content .footer-info {
    flex-basis: 48%;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .footer-info {
    flex-basis: 55%;
  }
}
@media (max-width: 1199px) {
  footer .footer-wrapper .footer-content .footer-info .contact-info {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-content .footer-info .contact-info {
    margin-right: 180px;
    min-width: 160px;
  }
}
@media (max-width: 600px) {
  footer .footer-wrapper .footer-content .footer-info .contact-info {
    margin-right: 60px;
  }
}
@media (max-width: 575px) {
  footer .footer-wrapper .footer-content .footer-info .contact-info {
    max-width: 50%;
    padding-right: 20px;
    min-width: 0;
    width: 60%;
    margin: 0;
  }
}
footer .footer-wrapper .footer-content .footer-info .contact-info .contact-inner a {
  display: block;
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-content .footer-info .contact-info .contact-inner a {
    overflow-wrap: break-word;
  }
}
footer .footer-wrapper .footer-content .footer-info .contact-info .media-links {
  margin-top: 20px;
}
footer .footer-wrapper .footer-content .footer-info .contact-info .media-links a {
  margin-right: 6px;
}
footer .footer-wrapper .footer-content .footer-info .address-info {
  margin-left: 7vw;
}
@media (min-width: 1401px) {
  footer .footer-wrapper .footer-content .footer-info .address-info {
    margin-left: 10vw;
  }
}
@media (max-width: 1199px) {
  footer .footer-wrapper .footer-content .footer-info .address-info {
    margin-left: 0;
  }
}
footer .footer-wrapper .footer-content .footer-info .address-info .address-inner a {
  display: block;
}
footer .footer-wrapper .footer-content .footer-info .address-info .hours {
  margin-top: 20px;
}
footer .footer-wrapper .footer-content .footer-info .address-info .hours span {
  display: block;
}
footer .footer-wrapper .footer-content .footer-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 38%;
  justify-content: space-between;
}
@media (min-width: 1401px) {
  footer .footer-wrapper .footer-content .footer-links {
    flex-basis: 40%;
  }
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .footer-links {
    flex-basis: 40%;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-content .footer-links {
    margin-top: 32px;
  }
}
footer .footer-wrapper .footer-content .footer-links .footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  min-width: 100px;
}
footer .footer-wrapper .footer-content .footer-links .footer-menu a {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-content .footer-links .footer-menu a {
    margin-bottom: 12px;
  }
}
footer .footer-wrapper .footer-content .footer-links .footer-menu:first-of-type {
  margin-right: 50px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .footer-content .footer-links .footer-menu:first-of-type {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  footer .footer-wrapper .footer-content .footer-links .footer-menu:first-of-type {
    min-width: 160px;
    margin-right: 170px;
  }
}
@media (max-width: 600px) {
  footer .footer-wrapper .footer-content .footer-links .footer-menu:first-of-type {
    margin-right: 50px;
  }
}
@media (max-width: 575px) {
  footer .footer-wrapper .footer-content .footer-links .footer-menu:first-of-type {
    min-width: 0;
    margin-right: 10px;
    max-width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 419px) {
  footer .footer-wrapper .footer-content .footer-links .footer-menu:first-of-type {
    margin-right: 0;
  }
}
footer .footer-wrapper .footer-content .footer-links .footer-menu:nth-of-type(2) {
  margin-top: 28px;
}
@media (max-width: 575px) {
  footer .footer-wrapper .footer-content .footer-links .footer-menu:nth-of-type(2) {
    width: 50%;
  }
}
footer .footer-bottom {
  padding: 0 0 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  footer .footer-bottom > a {
    order: 2;
  }
}
footer .footer-bottom a:hover {
  color: #afaaaa !important;
}
footer .footer-bottom a, footer .footer-bottom span {
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
}
@media (max-width: 768px) {
  footer .footer-bottom .bottom-links {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
}
footer .footer-bottom .bottom-links span:first-of-type {
  margin-right: 80px;
  position: absolute;
  left: 255px;
  top: 13px;
}
@media (max-width: 1199px) {
  footer .footer-bottom .bottom-links span:first-of-type {
    left: 192px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  footer .footer-bottom .bottom-links span:first-of-type {
    left: 160px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom .bottom-links span:first-of-type {
    margin-bottom: 10px;
    margin-right: 0;
    position: static;
  }
}
footer .footer-bottom .bottom-links span:nth-child(2) {
  top: 13px;
  position: absolute;
  left: calc(7vw + 400px);
}
@media (min-width: 1401px) {
  footer .footer-bottom .bottom-links span:nth-child(2) {
    left: calc(10vw + 400px);
  }
}
@media (max-width: 1199px) {
  footer .footer-bottom .bottom-links span:nth-child(2) {
    left: 374px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  footer .footer-bottom .bottom-links span:nth-child(2) {
    left: 348px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom .bottom-links span:nth-child(2) {
    position: static;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom .ada-eho {
    order: 3;
  }
}
footer .footer-bottom .ada-eho a:first-of-type {
  margin-right: 10px;
}

.expense-display .rfwa-expense-guide-container h2,
.expense-display .rfwa-expense-guide-container p {
  color: #141312;
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3 {
  color: #141312;
}
.expense-display .rfwa-expense-list td::before,
.expense-display .rfwa-expense-list .rfwa-expense-label,
.expense-display .rfwa-expense-list .rfwa-expense-amount.has-tooltip span,
.expense-display .rfwa-expense-list .rfwa-expense-details {
  color: #141312;
}
.expense-display .rfwa-export-pdf-link {
  color: #141312;
}
.expense-display .rfwa-expense-type-required,
.expense-display .rfwa-expense-type.Required {
  color: #fff;
  border-color: #141312;
  background-color: #141312;
}
.expense-display .rfwa-expense-type-optional,
.expense-display .rfwa-expense-type.Optional,
.expense-display .rfwa-expense-type.Situational {
  color: #141312;
  border-color: #141312;
  background-color: transparent;
}
.expense-display .rfwa-expense-list td:nth-child(3) {
  font-weight: 400;
}
.expense-display .rfwa-expense-footer {
  color: #141312;
  font-size: 1em;
  margin-bottom: calc(5em - 20px);
}

.home header .hamburger span {
  background: #fff;
}
.home .homepage {
  overflow-x: hidden;
}
.home .home-slider {
  height: 100vh;
  min-height: 400px;
}
@media (max-width: 768px) {
  .home .home-slider {
    height: 85vh;
  }
}
.home .hero-section {
  height: 100vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .home .hero-section {
    height: 85vh;
  }
}
.home .hero-section h1 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Roslindale-SemiBold";
  font-weight: 600;
}
.home .hero-section h1 span {
  display: block;
}
.home .hero-section h1 span.highlight-text {
  color: #019b5b;
}
.home .hero-section .hero-section-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: left 18% center !important;
}
.home .slider-section {
  position: relative;
}
.home .slider-section h1 {
  margin-bottom: 0;
  color: #fff;
  font-family: "Roslindale-SemiBold";
  font-weight: 600;
  max-width: 89%;
  width: 100%;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.home .slider-section h1 span {
  display: block;
}
.home .slider-section h1 span.highlight-text {
  color: #019b5b;
}
.home .slider-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.home .control_btn {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 15px;
}
@media (max-width: 768px) {
  .home .control_btn {
    right: 100px;
    bottom: 25px;
  }
}
.home .control_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 40px;
  height: 54px;
  margin-left: 18px;
  cursor: pointer;
  position: relative;
  background: transparent;
}
.home .control_btn button:before, .home .control_btn button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home .control_btn button.play:before {
  background: url(../images/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
.home .control_btn button.play:after {
  opacity: 0;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
}
.home .control_btn button.play.paused:before {
  opacity: 0;
}
.home .control_btn button.play.paused:after {
  opacity: 1;
}
.home .intro-block {
  background: #019b5b;
  padding: 4.5vw 0 4vw;
}
@media screen and (max-width: 640px) {
  .home .intro-block {
    padding: 45px 0 35px;
  }
}
.home .intro-block .desc-block {
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.home .intro-block .sub-title {
  margin: 0 0 40px;
  display: block;
}
@media (max-width: 768px) {
  .home .intro-block .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .home .intro-block .sub-title {
    max-width: 250px;
    margin: 0 auto 30px;
  }
}
.home .intro-block .image-wrapper {
  max-width: 28.5vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .intro-block .image-wrapper {
    max-width: 66.5vw;
  }
}
.home .intro-block .image-wrapper img {
  width: 100%;
}
.home .welcome-wrapper .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .welcome-wrapper .row .left-col {
  width: 50%;
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row .left-col {
    width: 100%;
    margin-bottom: 42px;
  }
}
.home .welcome-wrapper .row .left-col .section-content p {
  max-width: 37vw;
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row .left-col .section-content p {
    max-width: 100%;
    padding-right: 7vw;
  }
}
.home .welcome-wrapper .row .right-col {
  width: 50%;
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row .right-col {
    width: 100%;
  }
}
.home .welcome-wrapper .row img {
  width: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
.home .welcome-wrapper .row.row-1 .right-col {
  width: 50%;
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-1 .right-col {
    width: 100%;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-1 .right-col img {
    width: calc(100% + 12vw);
    max-width: none;
    margin-left: -6vw;
    margin-right: -6vw;
  }
  .home .welcome-wrapper .row.row-1 .right-col img.mob {
    margin-top: 32px;
    margin-right: 16px;
    display: none;
  }
}
.home .welcome-wrapper .row.row-1 .left-col {
  padding-right: 24px;
}
.home .welcome-wrapper .row.row-1 .left-col {
  width: 50%;
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-1 .left-col {
    width: 100%;
    padding-right: 0;
  }
}
.home .welcome-wrapper .row.row-1 .left-col .section-image {
  margin-left: 7.6vw;
  margin-top: 6.3vw;
}
.home .welcome-wrapper .row.row-2 {
  padding: 7.5vw 0;
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-2 {
    padding: 13vw 0;
  }
}
.home .welcome-wrapper .row.row-2 .right-col {
  text-align: right;
  padding-right: 9.5vw;
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-2 .right-col {
    padding-right: 0;
  }
}
.home .welcome-wrapper .row.row-2 .right-col .bottom-row {
  width: 22vw;
  margin-top: 24px;
  margin-left: auto;
}
@media (min-width: 769px) {
  .home .welcome-wrapper .row.row-2 .right-col .bottom-row {
    max-width: 267px;
  }
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-2 .right-col .bottom-row {
    width: 43.4vw;
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-2 .top-row {
    margin: 0 -6vw;
  }
}
.home .welcome-wrapper .row.row-3 .right-col .bottom-row {
  width: 25vw;
  margin-top: 24px;
}
@media (min-width: 769px) {
  .home .welcome-wrapper .row.row-3 .right-col .bottom-row {
    max-width: 268px;
  }
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-3 .right-col .bottom-row {
    width: 59vw;
    margin: 32px auto 0;
  }
}
@media (max-width: 768px) {
  .home .welcome-wrapper .row.row-3 .right-col .top-row {
    margin: 0 -6vw;
  }
}
.home .welcome-wrapper .row.row-3 .left-col {
  padding-right: 25px;
}
.home .welcome-wrapper .row.row-reverse {
  flex-direction: row-reverse;
}
.home .news-section {
  background: #c8a744;
  text-align: center;
}
.home .news-section .news-listing {
  width: 74vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home .news-section .news-listing {
    width: 80vw;
  }
}
.home .news-section .news-listing ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  align-items: normal;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0;
}
.home .news-section .news-listing li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 44%;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .home .news-section .news-listing li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.home .news-section .news-listing li .blog-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.home .news-section .news-listing li .blog-item .blog-post-img {
  height: 24.2vw;
  margin: 0 auto 27px;
  width: 100%;
}
@media (max-width: 768px) {
  .home .news-section .news-listing li .blog-item .blog-post-img {
    height: 59vw;
    width: 80%;
  }
}
.home .news-section .news-listing li .blog-item .blog-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-end;
}
.home .news-section .news-listing li .blog-item h3 {
  width: 90%;
  margin: auto;
  height: auto;
  max-width: 100%;
  letter-spacing: 0.38px;
  font: bold 38px/50px "Roslindale-Bold";
}
@media (max-width: 991px) {
  .home .news-section .news-listing li .blog-item h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .home .news-section .news-listing li .blog-item h3 {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.32px;
  }
}
.home .news-section .news-listing li .blog-item .post-date {
  margin: 18px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .home .news-section .news-listing li .blog-item .post-date {
    font-size: 13px;
  }
}
.home .news-section .news-listing li .blog-item p {
  padding: 0 2vw;
  margin: 0;
}
.home .news-section .news-listing li .blog-item .read-more-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
.home .news-section .news-listing li:nth-of-type(2n) {
  margin-left: 8.5vw;
}
@media (max-width: 768px) {
  .home .news-section .news-listing li:nth-of-type(2n) {
    margin-left: 0;
  }
}
.home .featured-fp-section {
  background: #ffefe6;
  text-align: center;
}
.home .featured-fp-section .emphasize-text {
  letter-spacing: 0.88px;
  text-transform: uppercase;
  display: block;
  font: 700 22px/normal "aktiv-grotesk", sans-serif;
}
@media (max-width: 768px) {
  .home .featured-fp-section .emphasize-text {
    font-size: 18px;
    letter-spacing: 0.72px;
  }
}
.home .featured-fp-section .sub-heading-mega {
  margin: 15px 0 20px;
}
.home .featured-fp-section .title-content {
  text-align: center;
}
.home .featured-fp-section .title-content p {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .home .featured-fp-section .title-content p {
    margin-bottom: 20px;
  }
}
.home .featured-fp-section .fp-list {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  .home .featured-fp-section .fp-list {
    width: 75vw;
    margin: 0 auto;
  }
}
.home .featured-fp-section .fp-list .slick-prev,
.home .featured-fp-section .fp-list .slick-next {
  font-size: 0;
  position: absolute;
  top: 47%;
  width: 29px;
  height: 43px;
  border: none;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.home .featured-fp-section .fp-list .slick-prev {
  left: -30px;
  background: url("../images/left-arrow.svg") no-repeat center center/contain;
}
@media (max-width: 768px) {
  .home .featured-fp-section .fp-list .slick-prev {
    left: -35px;
  }
}
.home .featured-fp-section .fp-list .slick-next {
  right: -30px;
  background: url("../images/right-arrow.svg") no-repeat center center/contain;
}
@media (max-width: 768px) {
  .home .featured-fp-section .fp-list .slick-next {
    right: -35px;
  }
}
.home .featured-fp-section .fp-list .fp-list-item {
  flex-basis: 30%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home .featured-fp-section .fp-list .fp-list-item img {
  margin: 0 auto;
}
.home .featured-fp-section .fp-list .fp-list-item .fp-list-item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #fff;
  padding: 32px 25px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .featured-fp-section .fp-list .fp-list-item .fp-list-item-inner {
    margin: 0 4vw;
  }
}
@media (max-width: 768px) {
  .home .featured-fp-section .fp-list .fp-list-item .fp-list-item-inner {
    margin: 0 2.5vw;
  }
}
.home .featured-fp-section .fp-list .fp-img-wrap {
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  flex: 1 0 0;
}
.home .featured-fp-section .fp-list .unit-title {
  letter-spacing: 0.56px;
  margin-bottom: 10px;
  margin-top: 24px;
  font: 700 28px/32px "Roslindale-Bold";
  display: block;
}
.home .featured-fp-section .fp-list .unit-details {
  font-size: 17px;
  line-height: 24px;
  display: inline-block;
}
@media (max-width: 768px) {
  .home .featured-fp-section .fp-list .unit-details {
    font-weight: 300;
  }
}
.home .featured-fp-section .btn {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .home .featured-fp-section .btn {
    margin-top: 40px;
  }
}
.home .featured-fp-section .fp-links {
  margin-top: 10px;
}
.home .featured-fp-section .fp-links a {
  margin-right: 10px;
  margin-top: 12px;
}
.home .featured-fp-section .fp-links a:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .home .featured-fp-section .fp-links a {
    font-size: 20px;
  }
}
.home .btn.btn-arrow {
  margin-top: 15px;
}
@media (max-width: 575px) {
  .home .btn.btn-arrow {
    margin-top: 0;
  }
}
.home .slick-dots {
  margin-top: 25px;
}
.home .schedule-tour-section .schedule-tour-img {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
.home .fp-form-wrap {
  padding: 20px;
  display: flex;
  justify-content: center;
}
.home .fp-form-wrap .show-filters,
.home .fp-form-wrap .hide-filters,
.home .fp-form-wrap #floor-select {
  display: none;
}
.home .fp-form-wrap .selectivo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home .fp-form-wrap .selectivo-wrap {
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo {
  height: 41px;
  padding: 0;
  min-width: 196px;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo {
    min-width: 126px;
    margin-right: 10px;
    width: 20vw;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo:not(.default-selected) {
  background-color: #eee;
  color: #141312;
}
.home .fp-form-wrap .selectivo-wrap .selectivo:not(.default-selected) .selectivo__label {
  cursor: default;
  color: #141312;
}
.home .fp-form-wrap .selectivo-wrap .selectivo:not(.default-selected) .selectivo__label:active {
  pointer-events: none;
}
.home .fp-form-wrap .selectivo-wrap .selectivo.default-selected {
  background-color: transparent;
}
.home .fp-form-wrap .selectivo-wrap .selectivo.default-selected .selectivo__label:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/floorplan/down-arrow-black.svg") no-repeat right center/contain;
  height: 20px;
  width: 20px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo.default-selected .selectivo__label:after {
    height: 14px;
    width: 14px;
    right: 8px;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo:nth-child(4) {
  min-width: 235px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo:nth-child(4) {
    min-width: 188px;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo .close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  z-index: 2;
  pointer-events: all;
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo .close {
    right: 6px;
    top: 9px;
    width: 13px;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo .close:before {
  width: 18px;
  height: 1px;
  background: #141312;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo .close:before {
    width: 13px;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo .close:after {
  width: 18px;
  height: 1px;
  background: #141312;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(-45deg);
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo .close:after {
    width: 13px;
  }
}
@media (max-width: 768px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo.selectivo--open {
  border-bottom: none;
}
.home .fp-form-wrap .selectivo-wrap .selectivo.selectivo--open .selectivo__label {
  background-color: #fff;
  border-bottom: none;
  color: #141312;
}
.home .fp-form-wrap .selectivo-wrap .selectivo.selectivo--open .selectivo__label:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/floorplan/down-arrow-black.svg") no-repeat right center/contain;
  height: 20px;
  width: 20px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo.selectivo--open .selectivo__label:after {
    height: 14px;
    width: 14px;
    right: 8px;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo.selectivo--open .selectivo__dropdown {
  border-top: none;
  opacity: 1;
  visibility: visible;
}
.home .fp-form-wrap .selectivo-wrap .selectivo.selectivo--open .selectivo__dropdown button {
  background-color: #fff;
}
.home .fp-form-wrap .selectivo-wrap .selectivo button {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  line-height: 39px;
  text-transform: uppercase;
  padding: 0 12px;
  padding-right: 30px;
  height: 100%;
  text-align: left;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 991px) {
  .home .fp-form-wrap .selectivo-wrap .selectivo button {
    font-size: 11px !important;
  }
}
.home .fp-form-wrap .selectivo-wrap .selectivo button.selectivo__option {
  font-weight: 300;
  font-size: 14px;
}
.home .fp-form-wrap .selectivo-wrap .selectivo button.selectivo__label {
  position: relative;
  border: 1px solid #141312;
  background-color: #fff;
}
.home .fp-form-wrap .selectivo-wrap .selectivo button.selectivo__label:hover {
  background-color: #fff;
  color: #141312;
}
.home .fp-form-wrap .selectivo-wrap .selectivo button.selectivo__label:not(.default-selected) .close {
  cursor: pointer;
}
.home .fp-form-wrap .selectivo-wrap .selectivo .selectivo__dropdown {
  background: #ffefe6;
  top: 40px;
  border: 1px solid #141312;
  max-height: 212px;
  z-index: 3;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home .fp-form-wrap .selectivo-wrap .selectivo .selectivo__dropdown button {
  height: 41px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home .fp-form-wrap .selectivo-wrap .selectivo .selectivo__dropdown button.selectivo__option--selected {
  background-color: #eee;
  color: #141312;
}
.home .fp-form-wrap .selectivo-wrap .selectivo .selectivo__dropdown button:hover {
  background-color: #eee;
  color: #141312;
}
.home .fp-form-wrap .selectivo-wrap .selectivo .selectivo__dropdown .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.home .fp-form-wrap .selectivo-wrap .selectivo .selectivo__dropdown .mCSB_scrollTools {
  width: 12px;
}
.home .fp-form-wrap .search-btn {
  background-color: #141312;
  color: #fff;
  font-family: "Roslindale-Medium";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  width: 186px;
  height: 41px;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #141312;
  margin: 40px auto 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1275px) {
  .home .fp-form-wrap .search-btn {
    flex-shrink: 0;
  }
}
.system .home .fp-form-wrap .search-btn:hover {
  background-color: #5C5856;
  border-color: #5C5856;
}

.features .schedule-tour-section .schedule-tour-img {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
.features .features-slider {
  height: 100vh;
}
@media (max-width: 768px) {
  .features .features-slider {
    height: 56vw;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .features .slider-caption-wrapper .slider-caption {
    min-height: 85px;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .features .slider-caption-wrapper .slider-caption {
    min-height: 135px;
  }
}
.features .features-video {
  height: 56vw;
}
.features .features-video iframe {
  width: 100%;
  height: 100%;
}
.features .intro .main-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features .intro .left-col {
  width: calc(50% + 131px);
  padding-right: 9.5vw;
}
@media (max-width: 991px) {
  .features .intro .left-col {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .features .intro .left-col {
    width: 100%;
    padding-right: 0;
  }
}
.features .intro .left-col .section-content p {
  max-width: 37vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .features .intro .left-col .section-content p {
    max-width: 100%;
    padding-right: 7vw;
  }
}
.features .intro .right-col {
  width: calc(50% - 131px);
}
@media (max-width: 991px) {
  .features .intro .right-col {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .features .intro .right-col {
    width: 100%;
    text-align: right;
    margin-top: 15px;
  }
}
.features .intro .right-col img {
  width: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .features .intro .right-col img {
    width: 66vw;
  }
}
.features .features-list-section {
  background: #ffefe6;
  text-align: center;
}
.features .features-list-section .tile .tile-img {
  height: 45vw;
  min-height: 150px;
}
@media (min-width: 769px) {
  .features .features-list-section .tile .tile-img {
    width: 63%;
    height: 35vw;
  }
}
@media (min-width: 769px) {
  .features .features-list-section .tile .tile-cont {
    width: 37%;
    padding-left: 5vw;
  }
}
@media (min-width: 769px) {
  .features .features-list-section .tile.tile.reverse .tile-img {
    height: 50vw;
    width: 55%;
  }
}
@media (max-width: 768px) {
  .features .features-list-section .tile.tile.reverse .tile-img {
    height: 75vw;
  }
}
@media (min-width: 769px) {
  .features .features-list-section .tile.tile.reverse .tile-cont {
    width: 45%;
    padding-right: 5vw;
  }
}

.neighborhood .schedule-tour-section .schedule-tour-img {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
.neighborhood .neighborhood-banner .banner-wrapper .neighborhood-image {
  height: 56vw;
  max-height: 718px;
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-banner .banner-wrapper .neighborhood-image {
    background-position: center top !important;
  }
}
.neighborhood .intro.section-wrapper {
  padding-top: 73px;
  padding-bottom: 68px;
}
@media (max-width: 768px) {
  .neighborhood .intro.section-wrapper {
    padding-top: 50px;
    padding-bottom: 28px;
  }
}
.neighborhood .intro .section-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.neighborhood .intro .section-content h2 {
  margin-bottom: 22px;
}
.neighborhood .color-tile-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.neighborhood .color-tile-section .slick-list {
  margin-top: 34px;
}
.neighborhood .color-tile-section .slick-track {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.neighborhood .color-tile-section .slick-dots-container {
  width: 88px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0.625rem auto;
  height: 15px;
  position: relative;
}
.neighborhood .color-tile-section .slick-dots-container > ul {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.25s;
  position: relative;
  margin: 0;
  list-style: none;
  transform: translateX(0);
  align-items: center;
  bottom: unset;
  height: 15px;
}
.neighborhood .color-tile-section .slick-dots-container > ul li {
  width: 10px;
  height: auto;
  margin: 0 0.25rem;
  background-color: #e4e2e2;
  border: none;
  border-radius: 50%;
}
.neighborhood .color-tile-section .slick-dots-container > ul li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.p-small-1,
.neighborhood .color-tile-section .slick-dots-container > ul li.n-small-1 {
  transform: scale(0.8);
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active {
  transform: scale(1.3);
  transform-origin: center;
}
.neighborhood .color-tile-section .slick-dots li button:before {
  display: none;
}
.neighborhood .color-tile-section .tile {
  flex-basis: 33.33%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  height: 33vw;
}
@media (min-width: 769px) {
  .neighborhood .color-tile-section .tile:not(.slick-cloned):first-of-type {
    background-color: #019b5b;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(2) {
    background-color: #c9e6d8;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(3) {
    background-color: #f16a24;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(4) {
    background-color: #fff;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(5) {
    background-color: #c78272;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(6) {
    background-color: #fff;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(7) {
    background-color: #c9e6d8;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(8) {
    background-color: #ffefe6;
  }
  .neighborhood .color-tile-section .tile:not(.slick-cloned):nth-of-type(9) {
    background-color: #c8a744;
  }
}
.neighborhood .color-tile-section .tile img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .neighborhood .color-tile-section .tile {
    max-height: 100vh;
    height: 377px;
  }
}
.neighborhood .color-tile-section .slick-slide img {
  max-width: 80%;
}
@media (max-width: 768px) {
  .neighborhood .color-tile-section .slick-dots {
    margin-top: 12px;
  }
}
.neighborhood .color-tile-section .slick-dots li button {
  background-color: #ededed;
}
.neighborhood .color-tile-section .slick-prev, .neighborhood .color-tile-section .slick-next {
  background: url(../images/neighborhood/arrow.png) no-repeat center;
  color: transparent;
  border: none;
  height: 44px;
  width: 22px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  z-index: 5;
  cursor: pointer;
}
.neighborhood .color-tile-section .slick-prev {
  left: 60px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 575px) {
  .neighborhood .color-tile-section .slick-prev {
    left: 16px;
  }
}
.neighborhood .color-tile-section .slick-next {
  right: 60px;
}
@media (max-width: 575px) {
  .neighborhood .color-tile-section .slick-next {
    right: 16px;
  }
}
.neighborhood .neighborhood-content .row-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.neighborhood .neighborhood-content .row-wrap.left-row-wrap .text-col {
  margin-left: 121px;
  min-width: 40%;
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .neighborhood .neighborhood-content .row-wrap.left-row-wrap .text-col {
    margin-left: 8vw;
  }
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap.left-row-wrap .text-col {
    margin-top: 33px;
  }
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap.left-row-wrap .text-col p {
    margin-bottom: 0;
  }
}
.neighborhood .neighborhood-content .row-wrap.right-row-wrap {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap.right-row-wrap {
    margin-top: 72px;
  }
}
.neighborhood .neighborhood-content .row-wrap.right-row-wrap .text-col {
  margin-right: 121px;
  min-width: 40%;
  flex-basis: 50%;
}
@media (max-width: 991px) {
  .neighborhood .neighborhood-content .row-wrap.right-row-wrap .text-col {
    margin-right: 8vw;
  }
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap.right-row-wrap .text-col {
    margin-top: 33px;
  }
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap.right-row-wrap .text-col p {
    margin-bottom: 0;
  }
}
.neighborhood .neighborhood-content .row-wrap .image-col {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap .image-col {
    margin: 0 auto;
    display: block;
  }
}
.neighborhood .neighborhood-content .row-wrap .image-col img {
  width: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap:first-of-type .right-col {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .neighborhood .neighborhood-content .row-wrap:nth-of-type(2) .left-col {
    margin-right: 0;
    width: 100%;
  }
}
.neighborhood .map-section {
  background-color: #c9e6d8;
  text-align: center;
}
.neighborhood .map-section h2 {
  margin-bottom: 63px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .neighborhood .map-section h2 {
    margin-bottom: 32px;
  }
}
.neighborhood .map-section .map-wrapper {
  max-width: 89%;
  width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap {
  position: absolute;
  z-index: 5;
  width: 25%;
  left: 24px;
  top: 24px;
  text-align: left;
}
@media (max-width: 1199px) {
  .neighborhood .map-section .map-wrapper .cate_wrap {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .neighborhood .map-section .map-wrapper .cate_wrap {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap {
    position: static;
    background-color: #c9e6d8;
    width: 100%;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap.categories-active {
  height: calc(100% - 48px);
}
.neighborhood .map-section .map-wrapper .cate_wrap.categories-active #all_cat:after {
  transform: rotate(180deg);
}
.neighborhood .map-section .map-wrapper .cate_wrap #all_cat {
  width: 100%;
  height: 41px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.42px;
  text-align: left;
  text-transform: uppercase;
  border: none;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap #all_cat {
    background-color: #c9e6d8;
    box-shadow: none;
    border-bottom: 1px solid #141312;
    pointer-events: none;
    padding: 0;
    height: auto;
    padding-top: 17px;
    padding-bottom: 21px;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap #all_cat:after {
  content: "";
  background-image: url(../images/black-arrow.png);
  position: absolute;
  right: 23px;
  height: 20px;
  width: 13px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap #all_cat:after {
    content: none;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display {
  list-style-type: none;
  padding: 20px;
  background: #eee;
  margin-top: 0;
  display: none;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap ul.key_display {
    background-color: #c9e6d8;
    padding: 9px 0 0;
    display: block !important;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item {
    margin-bottom: 9px;
    padding-bottom: 8px;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item.sub-open .categ_list_item:after {
  transform: rotate(180deg);
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item:not(:last-child) {
  border-bottom: 1px solid #141312;
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .categ_list_item {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.42px;
  border: none;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: transparent;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .categ_list_item {
    background-color: #c9e6d8;
    font-size: 20px;
    letter-spacing: 0.2px;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .categ_list_item:after {
  content: "";
  background-image: url(../images/black-arrow.png);
  position: absolute;
  right: 4px;
  height: 20px;
  width: 13px;
  background-repeat: no-repeat;
  background-position: right center;
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate {
  display: none;
  padding: 0 !important;
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate li {
  list-style-type: none;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.42px;
  cursor: pointer;
  margin-bottom: 10px;
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate li:first-of-type {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate li {
    margin-top: 15px;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate li .neigh_link {
  text-decoration: underline;
  margin-top: 5px;
  display: none;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate li .neigh_link {
    display: block;
    margin-top: 0;
    display: inline-block;
    margin-right: 20px;
  }
}
.neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate li .poi_address span {
  display: none;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .cate_wrap ul.key_display .cate_item .sub_cate li .poi_address span {
    display: block;
  }
}
.neighborhood .map-section .map-wrapper #map {
  height: 683px;
  width: 100%;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper #map {
    display: none;
  }
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap {
  position: relative;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .neigh-map-wrap {
    display: none;
  }
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control {
  position: absolute;
  right: 24px;
  top: 24px;
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .map_btn button {
  background: #fff;
  color: #141312;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 8px 16px;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", sans-serif;
  margin-left: 15px;
  font-size: 14px;
  cursor: pointer;
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .map_btn button:hover {
  background: #141312;
  color: #fff;
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .map_btn button.active {
  background: #141312;
  color: #fff;
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .neigh-map-zoom {
  position: absolute;
  right: 5px;
  top: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .neigh-map-zoom button {
  background: #fff;
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  height: 32px;
  width: 32px;
  cursor: pointer;
  position: relative;
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .neigh-map-zoom button:hover {
  background: #141312;
  color: #fff;
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .neigh-map-zoom button.zoom-in:after {
  content: "+";
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .neigh-map-zoom button.zoom-out:after {
  content: "-";
}
.neighborhood .map-section .map-wrapper .neigh-map-wrap .neigh-map-control .neigh-map-zoom button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.neighborhood .map-section .map-wrapper .mobile-map {
  display: none;
}
@media (max-width: 767px) {
  .neighborhood .map-section .map-wrapper .mobile-map {
    display: block;
    width: 100%;
    min-height: 215px;
    height: 50vw;
    max-width: 100%;
    background-size: cover !important;
    margin: 0 auto 17px;
  }
}
.neighborhood .map-section .map-wrapper .gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  background-color: #141312;
  color: #fff;
  padding: 8px !important;
  width: 170px;
  height: auto;
  padding-bottom: 10px !important;
}
.neighborhood .map-section .map-wrapper .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.neighborhood .map-section .map-wrapper .gm-style .gm-style-iw-t:after {
  background: linear-gradient(45deg, rgb(14, 0, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
.neighborhood .map-section .map-wrapper .gm-style button.gm-ui-hover-effect {
  display: none !important;
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup {
  text-align: left;
  position: relative;
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup .popup-close-icon {
  position: absolute;
  right: 12px;
  color: transparent;
  cursor: pointer;
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup .popup-close-icon:before {
  width: 14px;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(45deg);
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup .popup-close-icon:after {
  width: 14px;
  height: 1px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(-45deg);
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup #content-sect h3 {
  font-family: "aktiv-grotesk", sans-serif;
  margin-bottom: 8px;
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup #content-sect .map-address {
  font-family: "aktiv-grotesk", sans-serif;
  text-align: left;
  font-size: 10px;
  font-weight: 400;
  color: #b3b0b0;
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup #content-sect .map-address span {
  font-family: "aktiv-grotesk", sans-serif;
  text-align: left;
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup #content-sect .map-btns {
  margin-top: 3px;
}
.neighborhood .map-section .map-wrapper .gm-style .map-popup #content-sect .map-btns a {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 400;
  color: #b3b0b0;
  font-size: 10px;
  text-align: left;
  margin-right: 20px;
}

.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active {
  background-color: #019b5b;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-0 {
  background-color: #019b5b;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-1 {
  background-color: #c9e6d8;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-2 {
  background-color: #f16a24;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-3 {
  background-color: #d3d3d3;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-4 {
  background-color: #c78272;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-5 {
  background-color: #d3d3d3;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-6 {
  background-color: #c9e6d8;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-7 {
  background-color: #ffefe6;
}
.neighborhood .color-tile-section .slick-dots-container > ul li.slick-active.dot-index-8 {
  background-color: #c8a744;
}

#map-sidebar {
  height: 94%;
}
#map-sidebar #sidebar-scroll {
  max-height: 100%;
  min-height: 100%;
}

.amenities .banner-section {
  height: 100vh;
  width: 100%;
}
@media (max-width: 768px) {
  .amenities .banner-section {
    height: 56vw;
  }
}
.amenities .banner-section iframe {
  width: 100%;
  height: 100%;
}
.amenities .banner-section .banner-image-amenities {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) and (min-width: 480px) {
  .amenities .slider-caption-wrapper .slider-caption {
    min-height: 75px;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .amenities .slider-caption-wrapper .slider-caption {
    min-height: 100px;
  }
}
.amenities .intro .main-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.amenities .intro .left-col {
  width: 50%;
}
@media (min-width: 769px) {
  .amenities .intro .left-col {
    order: 1;
  }
}
@media (max-width: 768px) {
  .amenities .intro .left-col {
    width: 100%;
    padding-left: 0;
  }
}
.amenities .intro .left-col .section-content p {
  max-width: 37vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .amenities .intro .left-col .section-content p {
    max-width: 100%;
    padding-right: 7vw;
  }
}
.amenities .intro .right-col {
  width: 50%;
  padding-right: 9.5vw;
}
@media (max-width: 768px) {
  .amenities .intro .right-col {
    width: 100%;
    padding-right: 0;
    margin-top: 15px;
    text-align: right;
  }
}
.amenities .intro .right-col img {
  width: 100%;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .amenities .intro .right-col img {
    width: 66vw;
  }
}
.amenities .amenities-slider {
  height: 100vh;
}
@media (max-width: 768px) {
  .amenities .amenities-slider {
    height: 56vw;
  }
}
.amenities .slider-caption-wrapper {
  background: #c8a744;
}
.amenities .amenities-list-section {
  text-align: center;
}
.amenities .amenities-list-section .tile .tile-img {
  width: 63%;
}
@media (max-width: 768px) {
  .amenities .amenities-list-section .tile .tile-img {
    width: 88%;
  }
}
.amenities .amenities-list-section .tile img {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .amenities .amenities-list-section .tile.reverse .tile-img {
    width: 78%;
  }
}
@media (min-width: 769px) {
  .amenities .amenities-list-section .tile .tile-cont {
    width: 37%;
    padding-left: 3vw;
  }
  .amenities .amenities-list-section .tile.reverse .tile-cont {
    width: 50%;
    padding-right: 3vw;
  }
  .amenities .amenities-list-section .tile.reverse .tile-img {
    width: 50%;
  }
  .amenities .amenities-list-section .tile.reverse .tile-img img {
    width: 100%;
  }
}
.amenities .schedule-tour-section {
  background: #019b5b;
}

.services .banner-section {
  height: 56vw;
  max-height: 718px;
}
.services .schedule-tour-section {
  background: #ffefe6;
}
.services .intro .section-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.services .intro .section-content h2 {
  margin-bottom: 22px;
}
.services .services-section .main-container, .services .community-section .main-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services .services-section .left-col, .services .services-section .right-col, .services .community-section .left-col, .services .community-section .right-col {
  width: 50%;
}
@media (max-width: 768px) {
  .services .services-section .left-col, .services .services-section .right-col, .services .community-section .left-col, .services .community-section .right-col {
    width: 100%;
  }
}
.services .services-section .right-col .section-content p, .services .community-section .right-col .section-content p {
  max-width: 37vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .services .services-section .right-col .section-content p, .services .community-section .right-col .section-content p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .services .services-section .right-col .sub-heading-kilo, .services .community-section .right-col .sub-heading-kilo {
    margin-top: 35px;
  }
}
.services .services-section {
  background: #fff8e8;
}
.services .services-section .left-col .img-wrapper {
  margin-left: 7.5vw;
  height: 38vw;
}
@media (max-width: 768px) {
  .services .services-section .left-col .img-wrapper {
    margin-left: 0;
    height: 78vw;
  }
}
@media (max-width: 768px) {
  .services .services-section .left-col {
    padding: 0 5.5vw;
  }
}
.services .services-section .right-col {
  padding-left: 9.5vw;
}
@media (max-width: 768px) {
  .services .services-section .right-col {
    padding: 0 5.5vw;
  }
}
@media (min-width: 769px) {
  .services .community-section .left-col {
    order: 2;
  }
}
@media (max-width: 768px) {
  .services .community-section .left-col {
    margin-top: 15px;
    padding: 0 5.5vw;
  }
}
.services .community-section .left-col .img-wrapper {
  margin-left: 24px;
  height: 34.3vw;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .services .community-section .left-col .img-wrapper {
    margin-left: 0;
    height: 58vw;
  }
}
.services .community-section .right-col {
  padding-right: 9.5vw;
}
@media (max-width: 768px) {
  .services .community-section .right-col {
    padding: 0 5.5vw;
  }
}

.fp-landing .specials_head {
  font-weight: 500;
  font-size: 24px;
  margin: 0px 0px 10px;
}
.fp-landing .specials_txt {
  margin-top: 0;
}
.fp-landing .fp-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .fp-landing .fp-view {
    display: none;
  }
}
.fp-landing .fp-view span {
  margin-right: 25px;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: uppercase;
}
.fp-landing .fp-view .view-options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.fp-landing .fp-view .view-options a {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.88px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.fp-landing .fp-view .view-options a.active {
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1.13px;
}
.fp-landing .fp-view .view-options a.active:after {
  display: none;
}
.fp-landing .fp-view .view-options a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background: #141312;
  margin-left: -2px;
  left: 0;
}
.fp-landing .fp-view .view-options hr {
  width: 1px;
  height: 37px;
  background-color: #141312;
  display: inline;
  margin: 0 20px;
  margin-bottom: -6px;
  overflow: visible;
  border: none;
}
.fp-landing .fp-list {
  background-color: #ffefe6;
  padding-top: 32px;
  position: relative;
}
.fp-landing .fp-list .fp-map-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #00965b;
  pointer-events: none;
  transition: none;
}
.fp-landing .fp-list.map-tab-active {
  padding-top: 0;
}
.fp-landing .fp-list.map-tab-active .fp-map-bg {
  opacity: 1;
}
.fp-landing .fp-list.map-tab-active .fp-filter {
  padding-top: 32px;
}
.fp-landing .fp-list.map-tab-active .fp-order-wrap {
  margin-top: 40px;
}
.fp-landing .fp-list.map-tab-active #floorplan_building_view {
  padding-bottom: 0;
  padding-top: 0;
}
.fp-landing .fp-list.map-tab-active #floorplan_building_view .floorplan-building {
  margin-bottom: 0;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo button.selectivo__label {
  border: 1px solid #fff;
  color: #fff;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo {
  border: none;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo button,
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo {
  color: #fff;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo .selectivo__dropdown {
  border: 1px solid #fff;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo.default-selected .selectivo__label:after {
  background: url(../images/floorplan/down-arrow.svg) no-repeat right center/contain;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__label:after {
  background: url(../images/floorplan/down-arrow-black.svg) no-repeat right center/contain;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo .selectivo__label:hover:after {
  background: url(../images/floorplan/down-arrow-black.svg) no-repeat right center/contain;
}
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__dropdown button,
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__label,
.fp-landing .fp-list.map-tab-active .fp-filter .selectivo-wrap .selectivo:not(.default-selected) .selectivo__label {
  color: #141312;
}
.fp-landing .fp-list .show-filters {
  position: fixed;
  left: 0;
  top: 102px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  z-index: 2;
  opacity: 0;
  display: block;
  background: url(../images/arrow-white.png) #141312 no-repeat right 40px center/13px auto;
  line-height: 19px;
  color: #fff;
  font-family: "aktiv-grotesk", sans-serif;
  min-height: 40px;
  padding: 0 10px 0;
  border: none;
  margin: 0 auto;
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 48px;
  padding-right: 62px;
  margin-bottom: 10px;
  transition: all ease 0.3s;
  cursor: pointer;
}
@media (max-width: 575px) {
  .fp-landing .fp-list .show-filters {
    padding-left: 24px;
    padding-right: 38px;
    background: url(../images/arrow-white.png) #141312 no-repeat right 40px center/13px auto;
  }
}
.fp-landing .fp-list .show-filters.show {
  opacity: 1;
  transition: all ease 0.3s;
}
@media (min-width: 769px) {
  .fp-landing .fp-list .show-filters {
    display: none !important;
  }
}
.fp-landing .fp-list a.hide-filters {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.13px;
  color: #141312;
  height: 40px;
  padding: 0 10px 0;
  border: none;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-top: 30px;
  cursor: pointer;
  padding-left: 48px;
  padding-right: 62px;
  border-bottom: 2px solid #141312;
  position: relative;
}
@media (max-width: 575px) {
  .fp-landing .fp-list a.hide-filters {
    padding-left: 24px;
    padding-right: 38px;
  }
}
.fp-landing .fp-list a.hide-filters.hide {
  display: none;
}
.fp-landing .fp-list a.hide-filters:after {
  content: "";
  position: absolute;
  right: 40px;
  transform: rotate(180deg);
  background: url(../images/black-arrow.png) no-repeat right center;
  width: 15px;
  height: 10px;
  top: 15px;
}
@media (min-width: 769px) {
  .fp-landing .fp-list a.hide-filters {
    display: none !important;
  }
}
.fp-landing .fp-list .fp-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-filter {
    flex-direction: column;
    margin-bottom: 33px;
    align-items: center;
  }
}
@media (min-width: 769px) and (max-width: 1275px) {
  .fp-landing .fp-list .fp-filter {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.fp-landing .fp-list .fp-filter.fixed-search {
  position: fixed;
  top: 64px;
  width: 100%;
  left: 0;
  padding: 0;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 2;
  height: auto;
  max-height: calc(100vh - 70px);
  overflow: auto;
  display: block;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-filter.fixed-search .selectivo-wrap {
    max-width: 89%;
    margin: 0 auto 16px;
  }
}
.fp-landing .fp-list .fp-filter.fixed-search .search-btn {
  margin: 0 auto;
}
.fp-landing .fp-list .fp-filter.fixed-search .selectivo__dropdown {
  background: #fff !important;
  max-height: 120px !important;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap {
    flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo {
  height: 41px;
  padding: 0;
  min-width: 196px;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo {
    min-width: 126px;
    margin-right: 10px;
    width: 20vw;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo:not(.default-selected) {
  background-color: #eee;
  color: #141312;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo:not(.default-selected) .selectivo__label {
  cursor: default;
  color: #141312;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo:not(.default-selected) .selectivo__label:active {
  pointer-events: none;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.default-selected {
  background-color: transparent;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.default-selected .selectivo__label:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/floorplan/down-arrow-black.svg") no-repeat right center/contain;
  height: 20px;
  width: 20px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.default-selected .selectivo__label:after {
    height: 14px;
    width: 14px;
    right: 8px;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo:nth-child(4) {
  min-width: 235px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo:nth-child(4) {
    min-width: 188px;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  z-index: 2;
  pointer-events: all;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .close {
    right: 6px;
    top: 9px;
    width: 13px;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .close:before {
  width: 18px;
  height: 1px;
  background: #141312;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(45deg);
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .close:before {
    width: 13px;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .close:after {
  width: 18px;
  height: 1px;
  background: #141312;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: rotate(-45deg);
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .close:after {
    width: 13px;
  }
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.selectivo--open {
  border-bottom: none;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__label {
  background-color: #fff;
  border-bottom: none;
  color: #141312;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__label:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/floorplan/down-arrow-black.svg") no-repeat right center/contain;
  height: 20px;
  width: 20px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__label:after {
    height: 14px;
    width: 14px;
    right: 8px;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__dropdown {
  border-top: none;
  opacity: 1;
  visibility: visible;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo.selectivo--open .selectivo__dropdown button {
  background-color: #fff;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo button {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  line-height: 39px;
  text-transform: uppercase;
  padding: 0 12px;
  padding-right: 30px;
  height: 100%;
  text-align: left;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo button {
    font-size: 11px !important;
  }
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo button.selectivo__option {
  font-weight: 300;
  font-size: 14px;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo button.selectivo__label {
  position: relative;
  border: 1px solid #141312;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo button.selectivo__label:hover {
  background-color: #fff;
  color: #141312;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo button.selectivo__label:not(.default-selected) .close {
  cursor: pointer;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .selectivo__dropdown {
  background: #ffefe6;
  top: 40px;
  border: 1px solid #141312;
  max-height: 212px;
  z-index: 3;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .selectivo__dropdown button {
  height: 41px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .selectivo__dropdown button.selectivo__option--selected {
  background-color: #eee;
  color: #141312;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .selectivo__dropdown button:hover {
  background-color: #eee;
  color: #141312;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .selectivo__dropdown .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.fp-landing .fp-list .fp-filter .selectivo-wrap .selectivo .selectivo__dropdown .mCSB_scrollTools {
  width: 12px;
}
.fp-landing .fp-list .fp-filter .search-btn {
  background-color: #141312;
  color: #fff;
  font-family: "Roslindale-Medium";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  width: 186px;
  height: 41px;
  text-align: center;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #141312;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 769px) and (max-width: 1275px) {
  .fp-landing .fp-list .fp-filter .search-btn {
    flex-shrink: 0;
  }
}
.system .fp-landing .fp-list .fp-filter .search-btn:hover {
  background-color: #5C5856;
  border-color: #5C5856;
}
.fp-landing .fp-list .fp-order-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-order-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.fp-landing .fp-list .fp-order-wrap span {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 22px;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-order-wrap span {
    font-size: 13px;
    margin-right: 0;
  }
}
@media (max-width: 419px) {
  .fp-landing .fp-list .fp-order-wrap span {
    font-size: 11px;
  }
}
.fp-landing .fp-list .fp-order-wrap .fp-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-order-wrap .fp-order {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-order-wrap .fp-order span {
    display: none;
  }
}
.fp-landing .fp-list .fp-order-wrap .fp-order a {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-order-wrap .fp-order a {
    font-size: 13px;
  }
}
@media (max-width: 419px) {
  .fp-landing .fp-list .fp-order-wrap .fp-order a {
    font-size: 11px;
  }
}
.fp-landing .fp-list .fp-order-wrap .fp-order a:hover {
  color: #7d7a79;
}
.fp-landing .fp-list .fp-order-wrap .fp-order a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../images/floorplan/up-arrow.png) repeat center/cover;
  transform: rotate(180);
  height: 5px;
  width: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.fp-landing .fp-list .fp-order-wrap .fp-order a.asc:after {
  transform: translateY(-50%);
}
.fp-landing .fp-list .fp-order-wrap .fp-order hr {
  width: 1px;
  height: 37px;
  margin: 0 24px;
  background-color: #141312;
  border: none;
  display: inline;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-order-wrap .fp-order hr {
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-order-wrap .fp-order hr {
    margin: 0 12px;
  }
}
@media (max-width: 419px) {
  .fp-landing .fp-list .fp-order-wrap .fp-order hr {
    margin: 0 8px;
    height: 26px;
  }
}
.fp-landing .fp-list .fp-results {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
  padding-bottom: 42px;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-results {
    justify-content: center;
    padding-bottom: 12px;
  }
}
.fp-landing .fp-list .fp-results:after {
  content: "";
  flex-basis: 30%;
  text-align: left;
}
.fp-landing .fp-list .fp-results .loader-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-landing .fp-list .fp-results .fp-loader {
  margin: 0 auto;
  width: 80px;
  height: auto;
  align-self: center;
}
.fp-landing .fp-list .fp-results .fp-item {
  flex-basis: 30%;
  text-align: center;
  background-color: #fff;
  padding: 32px 25px;
  text-align: left;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-landing .fp-list .fp-results .fp-item {
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-results .fp-item {
    margin-bottom: 52px;
    flex-basis: 90%;
  }
}
.fp-landing .fp-list .fp-results .fp-item .fp-img {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fp-landing .fp-list .fp-results .fp-item img {
  display: block;
  margin: 0 auto;
}
.fp-landing .fp-list .fp-results .fp-item h2 {
  margin-top: 24px;
  color: #141312;
  font-family: "Roslindale-Bold";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 32px;
  margin-bottom: 10px;
}
.fp-landing .fp-list .fp-results .fp-item .fp-details span {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  display: block;
}
.fp-landing .fp-list .fp-results .fp-item .fp-links {
  margin-top: 10px;
}
.fp-landing .fp-list .fp-results .fp-item .fp-links a {
  color: #141312;
  font-family: "Roslindale-Medium";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: normal;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fp-landing .fp-list .fp-results .fp-item .fp-links a:first-of-type {
  margin-right: 10px;
}
.fp-landing .fp-list .fp-results .fp-item .fp-links a:hover {
  color: #5C5856;
}
.fp-landing .fp-list .fp-results .fp-item .fp-links a:after {
  content: "";
  border-bottom: 1px solid #141312;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fp-landing .fp-list .fp-results .fp-item .fp-fee-disclaimer {
  text-align: center;
  margin-block-start: 32px;
  font-size: 0.8em;
}
.fp-landing .fp-list .fp-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .fp-landing .fp-list .fp-pagination {
    margin-top: 10px;
  }
}
.fp-landing .fp-list .fp-pagination li {
  list-style-type: none;
  margin-right: 8px;
}
.fp-landing .fp-list .fp-pagination li a {
  width: 40px;
  height: 40px;
  border: 1px solid #141312;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #141312;
  font-family: "Roslindale-SemiBold";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 419px) {
  .fp-landing .fp-list .fp-pagination li a {
    width: 30px;
    height: 30px;
  }
}
.fp-landing .fp-list .fp-pagination li a:hover {
  background-color: #141312;
  color: #fff !important;
}
.fp-landing .fp-list .fp-pagination li a.inactive-pagination {
  border: none;
}
.fp-landing .fp-list .fp-pagination li a.pgactive {
  background-color: #141312;
  color: #fff !important;
}
.fp-landing .fp-list .fp-pagination li a.back-link {
  border: none;
  color: transparent;
  background: url("../images/slider-left-arrow.svg") no-repeat center/contain;
  height: 22px;
  width: 22px;
  margin: 10px 0;
}
.fp-landing .fp-list .fp-pagination li a.back-link:hover {
  color: transparent !important;
  transform: translateX(-8px);
}
.fp-landing .fp-list .fp-pagination li a.back-link.inactive-pagination {
  display: none;
}
@media (max-width: 419px) {
  .fp-landing .fp-list .fp-pagination li a.back-link {
    height: 18px;
    width: 18px;
    margin: 6px 0;
  }
}
.fp-landing .fp-list .fp-pagination li a.next-link {
  border: none;
  color: transparent;
  background: url("../images/slider-right-arrow.svg") no-repeat center/contain;
  height: 22px;
  width: 22px;
  margin: 10px 0;
}
.fp-landing .fp-list .fp-pagination li a.next-link:hover {
  color: transparent !important;
  transform: translateX(8px);
}
.fp-landing .fp-list .fp-pagination li a.next-link.inactive-pagination {
  display: none;
}
@media (max-width: 419px) {
  .fp-landing .fp-list .fp-pagination li a.next-link {
    height: 18px;
    width: 18px;
    margin: 6px 0;
  }
}
.fp-landing .fp-list .fp-pagination li a.inactive-pagination:hover {
  background-color: transparent;
  color: #141312 !important;
}

.fp-detail .back-results {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 40px;
}
.fp-detail .back-results a {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fp-detail .back-results a:before {
  content: "";
  background: url("../images/slider-left-arrow.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 20px;
}
.fp-detail .back-results a:hover {
  color: #5C5856;
}
.fp-detail .fp-list {
  padding-top: 72px;
}
@media (max-width: 768px) {
  .fp-detail .fp-list {
    padding-top: 30px;
  }
}
.fp-detail .fp-detail-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media (min-width: 769px) {
  .fp-detail .fp-detail-wrap {
    gap: 10px;
  }
}
@media (min-width: 1276px) {
  .fp-detail .fp-detail-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .fp-detail .fp-detail-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .fp-detail .fp-detail-wrap {
    flex-direction: column-reverse;
    padding-bottom: 60px;
  }
}
.fp-detail .fp-detail-wrap .fp-item {
  width: 750px;
  max-width: 60%;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 16px 16px 16px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  flex-direction: column;
}
@media (max-width: 768px) {
  .fp-detail .fp-detail-wrap .fp-item {
    margin: 0 auto;
    max-width: 100%;
  }
}
.fp-detail .fp-detail-wrap .fp-item img {
  height: 80vh;
}
@media (max-width: 768px) {
  .fp-detail .fp-detail-wrap .fp-item img {
    height: auto;
  }
}
.fp-detail .fp-detail-wrap .fp-item .view-larger {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
  align-self: flex-start;
  padding-left: 22px;
  position: relative;
  margin-top: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .fp-detail .fp-detail-wrap .fp-item .view-larger {
    margin-top: 34px;
  }
}
.fp-detail .fp-detail-wrap .fp-item .view-larger:hover {
  color: #7d7a79;
}
.fp-detail .fp-detail-wrap .fp-item .view-larger:before {
  content: "+";
  font-size: 25px;
  position: absolute;
  left: 0;
  line-height: 22px;
  color: inherit;
}
.fp-detail .fp-detail-wrap .detail-wrap h2 {
  margin-top: 24px;
  color: #141312;
  font-family: "Roslindale-Bold";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 32px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .fp-detail .fp-detail-wrap .detail-wrap h2 {
    margin-top: 32px;
  }
}
.fp-detail .fp-detail-wrap .detail-wrap .fp-details span {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  display: block;
}
.fp-detail .fp-detail-wrap .detail-wrap .fp-details span.total-rent-price {
  font-weight: 700;
}
.fp-detail .fp-detail-wrap .detail-wrap .download-fp {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  background: url("../images/floorplan/download.svg") no-repeat left center/auto;
  padding-left: 24px;
}
.fp-detail .fp-detail-wrap .detail-wrap .fp-links {
  margin-top: 32px;
}
.fp-detail .fp-detail-wrap .detail-wrap .fp-links a {
  color: #141312;
  font-family: "Roslindale-SemiBold";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: normal;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fp-detail .fp-detail-wrap .detail-wrap .fp-links a:hover {
  color: #5C5856;
}
.fp-detail .fp-detail-wrap .detail-wrap .fp-links a:hover:after {
  border-bottom: 1px solid #5C5856;
}
.fp-detail .fp-detail-wrap .detail-wrap .fp-links a:after {
  content: "";
  border-bottom: 1px solid #141312;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fp-detail .fp-detail-wrap .detail-wrap .detail-calculator-wrap .rfwa-fee-calculator {
  display: flex;
  width: auto !important;
  align-items: center;
  margin: 10px 0;
}
.fp-detail .fp-detail-wrap .detail-wrap .detail-calculator-wrap .rfwa-fee-calculator span {
  font-weight: 700 !important;
}
.fp-detail .fp-detail-wrap .detail-wrap .detail-calculator-wrap .rfwa-fee-calculator::before {
  width: 28px;
  height: 28px;
  margin-left: -5px;
}

.fp-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: rgba(11, 11, 11, 0.8);
}
.fp-popup-wrapper .fp-popup .close-btn {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}
.fp-popup-wrapper .fp-popup .fp-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.fp-popup-wrapper .fp-popup .fp-image > img {
  height: 80%;
  width: 80%;
  object-fit: contain;
  max-width: 100%;
  max-height: 90vh;
}
@media (min-width: 992px) {
  .fp-popup-wrapper .fp-popup .fp-image > img {
    width: 70%;
    height: 70%;
  }
}

.floorplan-building h2 {
  color: #fff;
  text-align: center;
  font-family: "Roslindale-Bold";
  letter-spacing: 2.7px;
  padding-top: 20px;
}

.building-wrap {
  width: 100%;
  min-height: 500px;
  height: 38vw;
  align-items: flex-end;
  flex-direction: column;
}
.building-wrap .buiding-heading {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: -6vw;
}
.building-wrap .buiding-heading div.east {
  width: 54%;
}
.building-wrap .buiding-heading div.west {
  width: 44%;
}
.building-wrap .buiding-heading div {
  text-align: center;
  letter-spacing: 1.5px;
}
.building-wrap .buiding-heading h3 {
  margin-bottom: 0;
  color: #fff;
  line-height: normal;
  font-size: 24px;
}
.building-wrap .buiding-heading h3 {
  font-size: calc(18px + 6 * (100vw - 768px) / 507);
}
.building-wrap .buiding-heading span {
  color: #fff;
  font-size: 15px;
}
.building-wrap .buiding-heading span {
  font-size: calc(11px + 4 * (100vw - 768px) / 507);
}
.building-wrap .buiding-heading span {
  line-height: normal;
}
.building-wrap .floor_level {
  cursor: pointer;
  fill: #e3d8cc;
}
.building-wrap .floor_level.floor_available {
  fill: #e38b51;
}
.building-wrap .floor_level:hover {
  fill: #dc6e25;
}
.building-wrap .floor_level.active {
  fill: #dc6e25;
}
#floorplan_building_view {
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 20px;
  padding-top: 20px;
}
#floorplan_building_view .floorplan-building {
  height: auto;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}
#floorplan_building_view .floorplan-building .building-wrap {
  display: flex;
}
#floorplan_building_view .floorplan-building svg {
  height: 100%;
  width: 100%;
}

.loading_keyplan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/floorplan/fp_loader.svg) no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 40px auto;
  display: block;
  z-index: 1;
}

#floorplan_keyplan_view {
  display: none;
  position: absolute;
  top: 0;
  left: 101%;
  width: 100%;
  height: calc(100% + 1px);
  background: #fff;
  z-index: 1;
  padding: 30px;
  transition: all 1s ease;
}
#floorplan_keyplan_view.show {
  left: 0%;
}
#floorplan_keyplan_view {
  /*.keyplan_img_wrap{
      position: relative;
      width: auto;
      height: 100%;
      padding: 0 60px 60px; 
  }*/
}
#floorplan_keyplan_view .keyplan_img {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
#floorplan_keyplan_view .keyplan_wrap {
  width: auto;
  height: 100%;
  min-height: 38vw;
  display: flex;
  margin: 0 auto;
  padding: 40px 60px 0;
  text-align: center;
  position: relative;
}
#floorplan_keyplan_view .keyplan_wrap svg {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
}
#floorplan_keyplan_view .keyplan_wrap .unit_level {
  fill: #d5d5d5;
  cursor: default;
  pointer-events: none;
}
#floorplan_keyplan_view .keyplan_wrap .unit_level.unit_available {
  fill: #83d8b5;
  cursor: pointer;
  pointer-events: all;
}
#floorplan_keyplan_view .keyplan_wrap .unit_level:hover {
  fill: #00975b;
}
#floorplan_keyplan_view .keyplan_wrap .unit_level.active {
  fill: #00975b;
}

.keyplan_vtl_strt,
.keyplan_horz_strt {
  pointer-events: none;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  padding: 0;
  margin: 0;
  width: 100%;
}
.keyplan_vtl_strt span,
.keyplan_horz_strt span {
  display: block;
}

.keyplan_vtl_strt {
  /*position: absolute;
   bottom: 100%;
   left: -42%;
  transform: rotate(-90deg) translateX(-50%);
  -webkit-transform: rotate(-90deg) translateX(-50%);
  -moz-transform: rotate(-90deg) translateX(-50%);
  -o-transform: rotate(-90deg) translateX(-50%);
  -ms-transform: rotate(-90deg) translateX(-50%);
  transform-origin: center center;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform-origin: left center;
  -moz-transform-origin: right center;
  width: 200px;
  height: auto;
  overflow: visible;
  white-space: nowrap;
  margin: auto;
}

.keyplan_horz_strt {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: rotate(-90deg) translateX(-59%);
  -webkit-transform: rotate(-90deg) translateX(-59%);
  -moz-transform: rotate(-90deg) translateX(-59%);
  -o-transform: rotate(-90deg) translateX(-59%);
  -ms-transform: rotate(-90deg) translateX(-59%);
  transform-origin: left center;
  -moz-transform-origin: left center;
}

@media (max-width: 1024px) {
  .key_direction {
    right: 165px;
    bottom: 0;
  }
}
#back_to_floors {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#back_to_floors:before {
  content: "";
  background: url("../images/slider-left-arrow.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 20px;
}
#back_to_floors:hover {
  color: #5C5856;
}

.fp-tab {
  display: none;
}
.fp-tab.active {
  display: block;
}

.fp-results-map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 72px;
  padding-bottom: 42px;
}
@media (max-width: 768px) {
  .fp-results-map {
    justify-content: center;
    padding-bottom: 12px;
  }
}
.fp-results-map:after {
  content: "";
  flex-basis: 30%;
  text-align: left;
}
.fp-results-map .loader-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-results-map .fp-loader {
  margin: 0 auto;
  width: 80px;
  height: auto;
  align-self: center;
}
.fp-results-map .fp-item {
  flex-basis: 30%;
  text-align: center;
  background-color: #fff;
  padding: 32px 25px;
  text-align: left;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 769px) and (max-width: 991px) {
  .fp-results-map .fp-item {
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .fp-results-map .fp-item {
    margin-bottom: 52px;
    flex-basis: 90%;
  }
}
.fp-results-map .fp-item .fp-img {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.fp-results-map .fp-item img {
  display: block;
  margin: 0 auto;
}
.fp-results-map .fp-item h2 {
  margin-top: 24px;
  color: #141312;
  font-family: "Roslindale-Bold";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 32px;
  margin-bottom: 10px;
}
.fp-results-map .fp-item .fp-details span {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  display: block;
}
.fp-results-map .fp-item .fp-links {
  margin-top: 10px;
}
.fp-results-map .fp-item .fp-links a {
  color: #141312;
  font-family: "Roslindale-Medium";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: normal;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fp-results-map .fp-item .fp-links a:first-of-type {
  margin-right: 10px;
}
.fp-results-map .fp-item .fp-links a:hover {
  color: #5C5856;
}
.fp-results-map .fp-item .fp-links a:after {
  content: "";
  border-bottom: 1px solid #141312;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fp-results-map .fp-item .fp-fee-disclaimer {
  text-align: center;
  margin-block-start: 32px;
  font-size: 0.8em;
}

#BUILDING_LINES__x26__SHADOWS {
  pointer-events: none;
}

.tooltip_templates {
  display: none;
}

.keyplan-pop {
  padding: 14px;
}

#floorplan_keyplan_view .mt_markup {
  right: 0;
  width: 100%;
  text-align: center;
}

.tooltipster-show {
  z-index: 1 !important;
}

.tooltipster-sidetip .tooltipster-box {
  background: #000;
}

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

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #000;
}

.keyplan-pop {
  padding: 14px;
}

.tooltipster-box ul li {
  font-family: "Roslindale-Medium";
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tooltipster-box ul li.title {
  font-weight: 700;
  font-size: 20px;
}

.tooltipster-box ul li:not(:last-child) {
  margin-bottom: 7px;
}

.fp-tooltip-content span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .fp-tooltip-content span {
    font-size: 12px;
    line-height: 16px;
  }
}

/*
.tooltip_container_floor{
    .fp-tooltip-content span{
        display: block;
        font-family: $btnFont;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        @include respond-below(lg) {
            font-size: 12px;
            line-height: 16px;
        }
    }
}
*/
@media (max-width: 768px) {
  .fp-landing .fp-view,
  .fp-maptab {
    display: none !important;
  }
  .fp-listingtab {
    display: block !important;
  }
}
.featured-fp-section {
  display: none;
}

.hidden_h1 {
  font-size: 0px !important;
  height: 0px;
  overflow: hidden;
}

.floor-plans .inner-page .sub-heading-mega {
  margin-top: 40px;
  margin-bottom: 10px;
}

.our-story .title .sub-title {
  max-width: 74vw;
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .our-story .intro.section-wrapper {
    padding-top: 4.5vw;
  }
}
@media (max-width: 768px) {
  .our-story .intro.section-wrapper {
    padding-top: 45px;
  }
}
.our-story .intro .main-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.our-story .intro .left-col, .our-story .intro .right-col {
  width: 50%;
}
@media (max-width: 768px) {
  .our-story .intro .left-col, .our-story .intro .right-col {
    width: 100%;
  }
}
.our-story .intro .left-col .img-wrapper {
  height: 32.6vw;
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .our-story .intro .left-col .img-wrapper {
    height: 58.5vw;
  }
}
.our-story .intro .right-col .section-content {
  padding-left: 4vw;
  padding-left: 4vw;
}
@media (max-width: 768px) {
  .our-story .intro .right-col .section-content {
    padding: 0 5.5vw;
  }
}
.our-story .intro .right-col .section-content p {
  max-width: 37vw;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .our-story .intro .right-col .section-content p {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .our-story .intro .right-col .sub-heading-kilo {
    margin-top: 35px;
  }
}
.our-story .two-col .title-content {
  text-align: center;
}
.our-story .two-col .title-content p {
  max-width: 550px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .our-story .two-col .title-content p {
    margin-bottom: 45px;
  }
}
.our-story .two-col .sub-heading-mega {
  margin: 0 0 20px;
}
.our-story .two-col ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .our-story .two-col ul {
    flex-wrap: wrap;
  }
}
.our-story .two-col ul li {
  list-style: none;
  text-align: center;
  width: 48%;
}
@media (max-width: 768px) {
  .our-story .two-col ul li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .our-story .two-col ul li:nth-of-type(2n) {
    margin-top: 30px;
  }
}
.our-story .two-col ul .mem-name {
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 0.38px;
  font-family: "Roslindale-Bold";
  margin: 0;
}
@media (max-width: 768px) {
  .our-story .two-col ul .mem-name {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
  }
}
.our-story .two-col ul .designation {
  margin: 18px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .our-story .two-col ul .designation {
    font-size: 13px;
  }
}
.our-story .two-col ul .mem-desc {
  padding: 0;
  margin: 0;
}
.our-story .our-staff {
  background: #c8a744;
}
@media (max-width: 768px) {
  .our-story .our-staff {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
.our-story .our-staff li:nth-of-type(2n) {
  margin-left: 17vw;
}
@media (max-width: 1199px) {
  .our-story .our-staff li:nth-of-type(2n) {
    margin-left: 12.5vw;
  }
}
@media (max-width: 991px) {
  .our-story .our-staff li:nth-of-type(2n) {
    margin-left: 8.5vw;
  }
}
@media (max-width: 768px) {
  .our-story .our-staff li:nth-of-type(2n) {
    margin-left: 0;
  }
}
.our-story .our-staff .team-profile-pic {
  padding-bottom: 100%;
  display: block;
  margin: 0 auto 27px;
}
@media (max-width: 768px) {
  .our-story .our-staff .team-profile-pic {
    padding: 0;
    width: 55vw;
    height: 55vw;
  }
}
.our-story .our-staff .team-listing {
  width: 74vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .our-story .our-staff .team-listing {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .our-story .our-team {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
.our-story .our-team ul .logo-mark {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  .our-story .our-team ul .logo-mark {
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  .our-story .our-team ul .mem-desc {
    padding: 0 0 20px;
  }
}
.our-story .our-team ul li:nth-of-type(2n) {
  margin-left: 8.5vw;
}
@media (max-width: 768px) {
  .our-story .our-team ul li:nth-of-type(2n) {
    margin-top: 45px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .our-story .our-team ul li:nth-of-type(2n) .mem-desc {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .our-story .our-team ul li .btn-arrow {
    margin-top: 30px;
  }
}
.our-story .welcome-home-commitment {
  background: #ffefe6;
}
.our-story .welcome-home-commitment .sub-heading-kilo {
  margin: 0 0 20px;
}
.our-story .welcome-home-commitment .section-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.our-story .welcome-home-commitment .section-content p {
  margin: 25px 0 40px;
}
@media (max-width: 768px) {
  .our-story .welcome-home-commitment .section-content p {
    padding: 0 5.5vw;
  }
}
.our-story .schedule-tour-section {
  background: #019b5b;
}

.gallery .gallery-content {
  background-color: #fff8e8;
}
.gallery .gallery-content .gallery-filter {
  padding-top: 48px;
  max-width: 89%;
  margin: auto;
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .gallery .gallery-content .gallery-filter {
    margin-bottom: 20px;
    padding-top: 16px;
  }
}
@media (max-width: 640px) {
  .gallery .gallery-content .gallery-filter {
    max-width: 100%;
  }
}
.gallery .gallery-content .gallery-filter .mCSB_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .gallery .gallery-content .gallery-filter .mCSB_container {
    margin-bottom: 18px;
  }
}
.gallery .gallery-content .gallery-filter ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 20px;
}
.gallery .gallery-content .gallery-filter ul li {
  list-style-type: none;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 640px) {
  .gallery .gallery-content .gallery-filter ul li:first-child {
    margin-left: 5vw;
  }
}
@media (max-width: 640px) {
  .gallery .gallery-content .gallery-filter ul li:last-child {
    padding-right: 5vw;
  }
}
.gallery .gallery-content .gallery-filter ul li.active :after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #5C5856;
  left: 0;
  width: 100%;
}
.gallery .gallery-content .gallery-filter ul li.active a {
  color: #5C5856;
}
.gallery .gallery-content .gallery-filter ul li a {
  color: #141312;
  font-family: "Roslindale-Medium";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: normal;
  position: relative;
  z-index: 12;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery .gallery-content .gallery-filter ul li a:hover {
  color: #5C5856 !important;
}
.gallery .gallery-content .gallery-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .gallery-content .gallery-images:after {
  content: "";
  flex: 0 0 100%;
  max-width: calc(33.33% - 7vw);
}
.gallery .gallery-content .gallery-images a {
  display: block;
  width: calc(33.33% - 7vw);
  margin: 0 0vw 9vw;
}
@media (max-width: 768px) {
  .gallery .gallery-content .gallery-images a {
    width: calc(50% - 8vw);
    margin: 0 1vw 10vw;
  }
}
@media (max-width: 575px) {
  .gallery .gallery-content .gallery-images a {
    width: 100%;
    margin: 0 1vw 10vw;
  }
}
.gallery .gallery-content .gallery-images a .gallery-img {
  height: 100%;
  width: 100%;
  background-size: cover !important;
}
.gallery .gallery-content .gallery-images a[data-category=video] .gallery-img {
  position: relative;
}
.gallery .gallery-content .gallery-images a[data-category=video] .gallery-img:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/play-icon.svg) no-repeat center;
  background-size: contain;
  opacity: 0.85;
  transition: all 0.2s ease;
}
.gallery .gallery-content .gallery-images a[data-category=video]:hover .gallery-img::after {
  opacity: 1;
}
.gallery .gallery-content .load-more-wrap {
  text-align: center;
  margin-top: calc(-9vw + 60px);
}
@media (max-width: 768px) {
  .gallery .gallery-content .load-more-wrap {
    margin-top: calc(-10vw + 60px);
  }
}
.gallery .gallery-content .load-more-wrap .load-more {
  color: #141312;
  font-family: "Roslindale-Medium";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: normal;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .gallery .gallery-content .load-more-wrap .load-more {
    margin-bottom: 68px;
  }
}
.gallery .gallery-content .load-more-wrap .load-more:after {
  content: "";
  border-bottom: 1px solid #141312;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery .gallery-content .load-more-wrap .load-more:hover {
  color: #5C5856;
}
.gallery .gallery-content .load-more-wrap .load-more:hover:after {
  border-color: #5C5856;
}
.gallery .schedule-tour-section {
  background-color: #f16a24;
}
.gallery .gallery-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
.gallery .gallery-popup.gallery-open {
  opacity: 1;
  z-index: 10005;
  visibility: visible;
}
.gallery .gallery-popup .popup-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap {
    justify-content: flex-start;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-close {
  background: url("../images/black-close-button.svg") no-repeat center/contain;
  position: absolute;
  right: 50px;
  top: 20px;
}
@media (max-width: 991px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-close {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-close {
    right: 32px;
    top: 3vh;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-close a {
  color: transparent;
}
.gallery .gallery-popup .popup-wrap .popup-container .slider-section {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .slider-section {
    max-width: 100%;
    height: 80vh;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .slider-section .direction-arrows {
  bottom: 100px;
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .slider-section .direction-arrows {
    top: auto;
    bottom: 5vh;
  }
}
@media (max-height: 600px) {
  .gallery .gallery-popup .popup-wrap .popup-container .slider-section .direction-arrows button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-slider {
    max-width: 100%;
    margin-top: 10vh;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slider-img {
  background-repeat: no-repeat !important;
  margin: 0 auto 40px;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slider-img {
    max-height: 60vh;
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-height: 750px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slider-img {
    max-height: 50vh;
  }
}
@media (max-height: 500px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slider-img {
    max-height: 45vh;
  }
}
@media (max-width: 500px) and (max-height: 800px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slider-img {
    max-height: 45vh;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slider-img {
    max-height: 45vh;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slick-slide {
  min-height: 40vh;
}
@media (max-height: 500px) {
  .gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slick-slide {
    min-height: 35vh;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slider-caption {
  display: none;
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slick-next,
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: transparent;
  border: none;
  height: 45px;
  cursor: pointer;
  z-index: 100;
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slick-prev {
  left: 0;
  background: transparent url("../images/slider-left-arrow.svg") no-repeat center/contain;
}
.gallery .gallery-popup .popup-wrap .popup-container .gallery-slider .slick-next {
  right: 0;
  background: transparent url("../images/slider-right-arrow.svg") no-repeat center/contain;
}
.gallery .gallery-popup .popup-wrap .popup-container .caption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1199px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption {
    flex-direction: column;
    max-width: 100%;
    padding: 20px 5vw;
    margin-bottom: 62px;
  }
}
@media (max-height: 600px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption {
    padding: 10px 5vw;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder {
  color: #141312;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 140px;
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder {
    margin-right: 0;
    align-self: flex-start;
    margin-bottom: 40px;
  }
}
@media (max-height: 600px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder {
    margin-bottom: 20px;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder p {
  margin: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  font-family: "aktiv-grotesk", sans-serif;
  letter-spacing: normal;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
@media (max-height: 500px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder p {
    font-size: 14px;
    line-height: 20px;
  }
}
.gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder p.fade-in {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 360px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder p {
    font-size: 14px;
  }
}
@media only screen and (device-height: 320px) and (device-width: 568px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .text-holder p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .count-holder {
    position: absolute;
    bottom: 5vh;
  }
}
@media (max-height: 600px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .count-holder .slider-count {
    font-size: 16px;
  }
}
@media only screen and (device-height: 320px) and (device-width: 568px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .count-holder .slider-count {
    font-size: 14px;
  }
}
@media only screen and (device-height: 320px) and (device-width: 568px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .count-holder .slider-count .divider {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (device-height: 320px) and (device-width: 568px) {
  .gallery .gallery-popup .popup-wrap .popup-container .caption .count-holder .total-slide {
    margin-top: 18px;
  }
}

.gallery-video {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  max-width: 90%;
}
@media (min-width: 992px) {
  .gallery-video {
    height: 60vh;
    max-width: 80%;
    margin-bottom: 40px;
  }
}
@media (max-height: 750px) {
  .gallery-video {
    height: 50vh;
  }
}
@media (max-height: 500px) {
  .gallery-video {
    height: 45vh;
  }
}
@media (max-width: 500px) and (max-height: 800px) {
  .gallery-video {
    height: 45vh;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .gallery-video {
    height: 45vh;
  }
}

.video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -115%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.2s;
}
@media (max-width: 991px) {
  .video-controls {
    display: none !important;
  }
}
.video-controls button {
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  background: url(../images/play-icon.svg) no-repeat center;
  background-size: contain;
}
.video-controls button.playing {
  background: url(../images/pause-icon.svg) no-repeat center;
  background-size: contain;
}

.popup-container .slider-section:hover .video-controls {
  opacity: 1;
  visibility: visible;
}

.news-and-events-wrapper .blog-listing-wrapper {
  padding: 45px 0 7.5vw;
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-listing-wrapper {
    padding-bottom: 50px;
  }
}
.news-and-events-wrapper .blog-category-wrapper {
  padding-bottom: 2.7vw;
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-category-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .news-and-events-wrapper .blog-category-wrapper {
    max-width: 100%;
  }
}
.news-and-events-wrapper .blog-category-wrapper {
  width: 100%;
  overflow: hidden;
}
.news-and-events-wrapper .blog-category-wrapper .blog-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
  cursor: pointer;
  color: #141312;
  font-family: "Roslindale-Medium";
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-and-events-wrapper .blog-category-wrapper .blog-category.active-cat {
  position: relative;
  color: #5C5856;
}
.news-and-events-wrapper .blog-category-wrapper .blog-category.active-cat:after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #5C5856;
  left: 0;
  width: 100%;
}
.news-and-events-wrapper .blog-category-wrapper .blog-category:hover {
  color: #5C5856;
}
.news-and-events-wrapper .blog-category-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 600px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
}
.news-and-events-wrapper .blog-category-wrapper ul li {
  margin-right: 30px;
}
@media (max-width: 640px) {
  .news-and-events-wrapper .blog-category-wrapper ul li:first-child {
    margin-left: 5vw;
  }
}
@media (max-width: 640px) {
  .news-and-events-wrapper .blog-category-wrapper ul li:last-child {
    padding-right: 5vw;
  }
}
.news-and-events-wrapper .blog-posts-wrapper {
  padding: 7.5vw 0;
}
.news-and-events-wrapper .blog-posts-wrapper:nth-child(2n) {
  background: #fff !important;
}
.news-and-events-wrapper .blog-posts-wrapper:nth-child(2n) .animate-inner {
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-posts-wrapper {
    padding: 12.5vw 0;
  }
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-posts-wrapper .blog-post-item {
    flex-wrap: wrap;
    width: 80vw;
    margin: 0 auto;
  }
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item .blog-post-img {
  height: 24.2vw;
  margin: 0 6vw;
  width: 50%;
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item .blog-post-img .animate-img-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-posts-wrapper .blog-post-item .blog-post-img {
    height: 59vw;
    width: 80%;
    margin: 0 auto 5.5vw;
  }
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item .blog-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  text-align: center;
  padding: 0 6vw;
}
@media (max-width: 991px) {
  .news-and-events-wrapper .blog-posts-wrapper .blog-post-item .blog-content {
    padding: 0 2vw;
  }
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-posts-wrapper .blog-post-item .blog-content {
    width: 100%;
  }
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item h3 {
  width: 81%;
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  letter-spacing: 0.38px;
  font: 700 38px/50px "Roslindale-Bold";
}
@media (max-width: 991px) {
  .news-and-events-wrapper .blog-posts-wrapper .blog-post-item h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-posts-wrapper .blog-post-item h3 {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.32px;
  }
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item .post-date {
  margin: 18px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .news-and-events-wrapper .blog-posts-wrapper .blog-post-item .post-date {
    font-size: 13px;
  }
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item p {
  padding: 0 2vw;
  margin: 0;
}
.news-and-events-wrapper .blog-posts-wrapper .blog-post-item .read-more-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .news-and-events-wrapper .blog-posts-wrapper.reverse .blog-post-item .blog-post-img {
    order: 2;
  }
}
.news-and-events-wrapper .load-more-wrapper {
  padding-top: 7.5vw;
  text-align: center;
}
@media (max-width: 768px) {
  .news-and-events-wrapper .load-more-wrapper {
    padding-top: 50px;
  }
}
.news-and-events-wrapper #infscr-loading {
  text-align: center;
  margin-top: 40px;
}
.news-and-events-wrapper #infscr-loading img {
  width: 50px;
}

.news-and-events-details-wrapper.inner-page .sub-heading-mega {
  margin: 0 0 2vw;
}
.news-and-events-details-wrapper .section-wrapper:nth-of-type(1) {
  padding-top: 0;
}
.news-and-events-details-wrapper .share-post {
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.13px;
  line-height: 14px;
  font-family: "aktiv-grotesk", sans-serif;
  display: flex;
}
.news-and-events-details-wrapper .share-post .share-post-inner {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .news-and-events-details-wrapper .share-post {
    position: absolute;
    left: 5.3vw;
  }
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .share-post {
    width: 75vw;
    margin: 0 auto 45px;
  }
}
.news-and-events-details-wrapper .share-post a {
  background: url(../images/icon-share.png) no-repeat left center;
  padding: 10px 0 10px 80px;
}
.news-and-events-details-wrapper .share-post .share-text {
  position: absolute;
  right: 0;
  z-index: -1;
  margin-top: 2px;
}
.news-and-events-details-wrapper .share-post .a2a_svg {
  display: none;
}
.news-and-events-details-wrapper .back-to-blog {
  padding: 7.5vw 2vw;
  text-align: center;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .back-to-blog {
    padding: 12.5vw 2vw;
  }
}
.news-and-events-details-wrapper .back-to-blog-link {
  position: relative;
  font: 15px "aktiv-grotesk", sans-serif;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 25px;
  font-size: 15px;
  letter-spacing: 1.13px;
  text-transform: uppercase;
}
.news-and-events-details-wrapper .back-to-blog-link:after {
  content: "";
  background: url(../images/arrow.svg);
  width: 21px;
  height: 22px;
  background-size: contain;
  position: absolute;
  left: 2px;
  top: -4px;
  transform: rotate(180deg);
}
@media only screen and (device-width: 768px) {
  .news-and-events-details-wrapper .back-to-blog-link:after {
    top: 0;
  }
}
.news-and-events-details-wrapper .top-row .blog-container {
  width: 60vw;
  margin: 0 auto;
  text-align: center;
  padding: 7.5vw 0 3.5vw;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .top-row .blog-container {
    padding: 12.5vw 0 10vw;
    width: 75vw;
  }
}
.news-and-events-details-wrapper .top-row .blog-details-img {
  width: 100%;
  height: 44vw;
  margin-bottom: 4vw;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .top-row .blog-details-img {
    height: 57vw;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .top-row .sub-heading-mega {
    margin-bottom: 20px;
  }
}
.news-and-events-details-wrapper .top-row .sub-title {
  margin-bottom: 0;
}
.news-and-events-details-wrapper .bottom-row {
  padding-top: 7.5vw;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .bottom-row {
    padding-top: 36px;
  }
}
.news-and-events-details-wrapper .bottom-row .blog-container {
  width: 60vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .bottom-row .blog-container {
    width: 75vw;
  }
}
.news-and-events-details-wrapper .bottom-row h2, .news-and-events-details-wrapper .bottom-row h3, .news-and-events-details-wrapper .bottom-row h4, .news-and-events-details-wrapper .bottom-row h5, .news-and-events-details-wrapper .bottom-row h6 {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  font-family: "Roslindale-Bold";
}
.news-and-events-details-wrapper .bottom-row h2:after, .news-and-events-details-wrapper .bottom-row h3:after, .news-and-events-details-wrapper .bottom-row h4:after, .news-and-events-details-wrapper .bottom-row h5:after, .news-and-events-details-wrapper .bottom-row h6:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #141312;
  bottom: 0;
  width: 50px;
}
.news-and-events-details-wrapper .bottom-row .blog-post-desc {
  text-align: center;
}
.news-and-events-details-wrapper .bottom-row .blog-post-desc > * {
  text-align: left;
  margin: 0 0 20px 0;
}
.news-and-events-details-wrapper .bottom-row .blog-post-desc > p:last-child {
  margin-bottom: 0;
}
.news-and-events-details-wrapper .bottom-row .blog-post-desc a:not(.btn) {
  text-decoration: underline;
  font-weight: 500;
}
.news-and-events-details-wrapper .bottom-row .blog-post-desc .btn {
  margin-top: 20px;
}
.news-and-events-details-wrapper .news-section {
  background: #c8a744;
  text-align: center;
}
.news-and-events-details-wrapper .news-section .sub-heading-mega {
  margin: 0 0 0.83em;
}
.news-and-events-details-wrapper .news-section .news-listing {
  width: 74vw;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .news-section .news-listing {
    width: 80vw;
  }
}
.news-and-events-details-wrapper .news-section .news-listing ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: normal;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
}
.news-and-events-details-wrapper .news-section .news-listing li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 44%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .news-section .news-listing li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.news-and-events-details-wrapper .news-section .news-listing li .blog-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.news-and-events-details-wrapper .news-section .news-listing li .blog-item .blog-post-img {
  height: 24.2vw;
  margin: 0 auto 27px;
  width: 100%;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .news-section .news-listing li .blog-item .blog-post-img {
    height: 59vw;
    width: 80%;
  }
}
.news-and-events-details-wrapper .news-section .news-listing li .blog-item .blog-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-end;
}
.news-and-events-details-wrapper .news-section .news-listing li .blog-item h3 {
  width: 90%;
  margin: auto;
  height: auto;
  max-width: 100%;
  letter-spacing: 0.38px;
  font: bold 38px/50px "Roslindale-Bold";
}
@media (max-width: 991px) {
  .news-and-events-details-wrapper .news-section .news-listing li .blog-item h3 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .news-section .news-listing li .blog-item h3 {
    width: 100%;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.32px;
  }
}
.news-and-events-details-wrapper .news-section .news-listing li .blog-item .post-date {
  margin: 18px 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .news-section .news-listing li .blog-item .post-date {
    font-size: 13px;
  }
}
.news-and-events-details-wrapper .news-section .news-listing li .blog-item p {
  padding: 0 2vw;
  margin: 0;
}
.news-and-events-details-wrapper .news-section .news-listing li .blog-item .read-more-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
.news-and-events-details-wrapper .news-section .news-listing li:nth-of-type(2n) {
  margin-left: 8.5vw;
}
@media (max-width: 768px) {
  .news-and-events-details-wrapper .news-section .news-listing li:nth-of-type(2n) {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.light-yellow {
  background: #fff8e8;
}

.light-pink {
  background: #ffefe6;
}

.light-green {
  background: #c9e6d8;
}

.light-orange {
  background: #ffefe6;
}

.orange {
  background: #f16a24;
}

.yellow {
  background: #c8a744;
}

.pink {
  background: #c78272;
}

.green {
  background: #019b5b;
}

.contact h2 {
  max-width: 74vw;
}
.contact .contact-content {
  padding-bottom: 0 !important;
}
.contact .contact-content.leasing-hrs-section {
  padding-top: 0 !important;
}
.contact .two-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .contact .two-col {
    flex-direction: column;
  }
}
.contact .two-col .col {
  flex-basis: 50%;
  flex-shrink: 0;
}
.contact .two-col .col.yellow-col {
  background-color: #c8a744;
}
@media (max-width: 768px) {
  .contact .two-col .col.yellow-col {
    min-height: 319px;
  }
}
.contact .two-col .col.green-col {
  background-color: #019b5b;
}
@media (max-width: 768px) {
  .contact .two-col .col.green-col {
    min-height: 319px;
  }
}
.contact .two-col .col.content-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.contact .two-col .col.content-col p, .contact .two-col .col.content-col span, .contact .two-col .col.content-col h3, .contact .two-col .col.content-col a {
  color: #141312;
  font-family: "Roslindale-Bold";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 32px;
  text-align: center;
}
.contact .two-col .col.content-col a {
  display: block;
}
.contact .two-col .col.content-col a:first-of-type {
  margin-bottom: 12px;
}
.contact .two-col .col.content-col a:hover {
  color: #5C5856;
}
.contact .two-col .col.content-col a:hover span:hover {
  color: #5C5856;
}
.contact .two-col .col.content-col p {
  margin-bottom: 12px;
  margin-top: 0;
}
.contact .two-col .col.content-col p span {
  display: block;
}
.contact .two-col .col.content-col h3 {
  margin-bottom: 12px;
  margin-top: 0;
}
.contact .two-col .img-col {
  height: 50vw;
  background-position: center;
  background-size: cover;
  flex-basis: 50%;
  max-height: 570px;
}
@media (max-width: 768px) {
  .contact .two-col .img-col {
    flex-basis: auto;
    height: 65vw;
    min-height: 319px;
  }
}
.contact .form-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768px) {
  .contact .form-section {
    flex-direction: column;
  }
}
.contact .form-section .left-section {
  flex-basis: 50%;
  flex-shrink: 0;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .contact .form-section .left-section {
    padding-right: 40px;
  }
}
.contact .form-section .contact-form {
  flex-basis: 50%;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .contact .form-section .contact-form {
    margin-top: 22px;
    padding-left: 0;
  }
}
.contact .form-section .contact-form .hywrap .control-label {
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
}
.contact .form-section .contact-form .hywrap .control-label .required {
  display: none;
}
.contact .form-section .contact-form .hywrap input, .contact .form-section .contact-form .hywrap input[type=text], .contact .form-section .contact-form .hywrap select, .contact .form-section .contact-form .hywrap textarea {
  border: 1px solid #141312;
  border-radius: 0;
  max-width: 460px;
  min-height: 41px;
  margin-top: 2px;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
}
@media (max-width: 768px) {
  .contact .form-section .contact-form .hywrap input, .contact .form-section .contact-form .hywrap input[type=text], .contact .form-section .contact-form .hywrap select, .contact .form-section .contact-form .hywrap textarea {
    max-width: 550px;
  }
}
.contact .form-section .contact-form .hywrap input:focus, .contact .form-section .contact-form .hywrap input[type=text]:focus, .contact .form-section .contact-form .hywrap select:focus, .contact .form-section .contact-form .hywrap textarea:focus {
  outline: 3px solid #b7b3b3 !important;
  outline-offset: 0;
}
.contact .form-section .contact-form .hywrap select {
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/black-arrow.png) no-repeat right 10px center/12px 6px !important;
}
.contact .form-section .contact-form .hywrap .LV_invalid {
  font-family: "aktiv-grotesk", sans-serif;
}
.contact .form-section .contact-form .hywrap .form-actions {
  max-width: 460px;
  text-align: center;
}
.contact .form-section .contact-form .hywrap .form-actions button[type=submit] {
  color: #141312;
  font-family: "Roslindale-Medium";
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: normal;
  text-align: center;
  width: 170px;
  border: 1px solid #141312;
  border-radius: 0;
  margin-top: 25px;
  text-transform: capitalize;
  padding: 22px 40px;
}
@media (max-width: 768px) {
  .contact .form-section .contact-form .hywrap .form-actions button[type=submit] {
    font-size: 20px;
    letter-spacing: 0.2px;
    padding: 12px 30px;
  }
}
.contact .form-section .contact-form .hywrap .form-actions button[type=submit]:focus {
  outline: 3px solid #b7b3b3 !important;
  outline-offset: 0;
}
.contact .form-section .contact-form .hywrap .form-actions button[type=submit]:hover {
  background-color: #141312;
  color: #fff;
}
.contact .form-section .contact-form .hywrap .form-actions #more-info {
  text-align: left;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  text-align: center;
  margin-top: 20px;
}
.contact .form-section .contact-form .hywrap .form-actions #more-info a {
  color: #141312;
}
.contact .form-section .contact-form .hywrap .form-actions #more-info a:focus {
  outline: 3px solid #b7b3b3 !important;
  outline-offset: 0;
}
.contact .form-section .contact-form .hywrap .form-actions #more-info a:hover {
  color: #7d7a79;
}
.contact .form-section .contact-form .hywrap .radio {
  color: #141312;
}
.contact .form-section .contact-form .hywrap .radio input[type=radio] {
  margin-top: 0px;
}
.contact .form-section .contact-form .hywrap li:first-of-type .control-label {
  padding-top: 0;
}
.contact .schedule-tour-section {
  background-color: #c78272;
}

.thankyou .contact-content.leasing-hrs-section {
  padding-top: 0 !important;
}
.thankyou .thankyou-section .thankyou-box {
  width: 48vw;
  height: 48vw;
  max-width: 460px;
  max-height: 460px;
  padding: 20px;
  text-align: center;
  background-color: #ffefe6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1500px) {
  .thankyou .thankyou-section .thankyou-box {
    max-width: 600px;
    max-height: 600px;
  }
}
@media (max-width: 768px) {
  .thankyou .thankyou-section .thankyou-box {
    width: 80vw;
    height: 50vw;
    min-height: 350px;
    margin: 20px auto 0;
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
.thankyou .thankyou-section .thankyou-box h5 {
  color: #141312;
  font-family: "Roslindale-Bold";
  font-size: 43px;
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.thankyou .thankyou-section .thankyou-box p {
  margin: 0;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 30px;
}
.thankyou .thankyou-section .thankyou-box .media-icons {
  margin-top: 36px;
}
.thankyou .thankyou-section .thankyou-box .media-icons a:not(:last-child) {
  margin-right: 16px;
}

.contact-us, .thank-you {
  overflow-x: hidden;
}

#errorPage {
  text-align: center;
}
#errorPage .underline:after {
  left: 50%;
  transform: translateX(-50%);
}
#errorPage .btn {
  margin: 6vw 0 7.5vw;
}
#errorPage.inner-page {
  padding: 196px 0 100px;
}
@media (max-width: 768px) {
  #errorPage.inner-page {
    padding: 150px 0 75px;
  }
}

.video-tour .back-results {
  width: 89%;
  color: #141312;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 30px auto;
  text-align: center;
}
.video-tour .back-results a {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-tour .back-results a:before {
  content: "";
  background: url("../images/slider-left-arrow.svg") no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 20px;
}
.video-tour .back-results a:hover {
  color: #5C5856;
}
.video-tour .tour_frame {
  height: calc(100vh - 64px);
}
.video-tour .tour_frame iframe {
  width: 100%;
  height: 100%;
}

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