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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  overflow-x: hidden;
  /*overflow-y:hidden;*/
  height: auto !important;
}

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

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

figure {
  margin: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

p {
  margin: 0;
}

:focus {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #000;
  outline-color: white;
  outline-offset: 1px;
  transition: none;
}

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

button {
  cursor: pointer;
}

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

input, select, textarea, button {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
}

a {
  color: #fff;
  text-decoration: none;
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body {
  font-family: "futura-pt", sans-serif;
  line-height: 1.4;
  color: #3c3c3e;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "imperial-urw", sans-serif;
  font-weight: normal;
  color: #3c3c3e;
  margin-top: 0;
  font-weight: 500;
}

p {
  margin-top: 0;
}

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

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

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

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

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

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

/*....Sass Placeholders....*/
.thankyou-page .thankyou-wrap::before, .contact-form::after, .amenities-page .outdoor-amenities-wrap::after, .amenities-page .slider-caption .img-caption.active::before, .location-page .explore-time-sec .timeline-plot .sub-text::after, .location-page .explore-time-sec::after, .location-page .img-list-slider::after, .footer .policy-txt::after {
  position: absolute;
  content: "";
}

.contact-common .parallax-full-width, .amenities-page .amenities-gallery-img, .location-page .static-map, .location-page .explore-time-sec .timeline-img, .location-page .bg-img .bg-inner-img, .location-page .bg-img, .location-page .banner-bg, .img-inner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#fpModal .modal-popup .modal-dialog, .modal-popup .modal-dialog, .flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form .hywrap input[type=text],
.contact-form .hywrap select,
.contact-form .hywrap textarea,
.contact-form .hywrap .radio, .contact-common .contact-details-sec span, .contact-common .desc, .amenities-page .desc, .location-page .map-popup, .location-page .map-sec .sub-catg, .location-page .desc, .location-page .img-caption {
  color: #3c3c3e;
  font: 18px/25px "futura-pt", sans-serif;
  letter-spacing: 1.35px;
}

/*....Common Elements....*/
a:focus,
button:focus,
.hywrap input:focus,
.hywrap input[type=text]:focus,
.hywrap button[type=submit]:focus,
.hywrap select:focus,
.hywrap textarea:focus,
*:focus {
  outline: transparent dashed 2px;
  outline-offset: 1px;
  transition: none !important;
}

.using-keytab .hywrap input:focus,
.using-keytab .hywrap input[type=text]:focus,
.using-keytab .hywrap button[type=submit]:focus,
.using-keytab .hywrap select:focus,
.using-keytab .hywrap textarea:focus,
.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab *:focus {
  outline-color: #3c3c3e;
}

.using-keytab header *:focus,
.using-keytab footer *:focus {
  outline-color: #fff;
}

/*....Hover styles....*/
html.system header .menu-nav .header-menu a:hover {
  color: #ff4a47;
}

/*....Common Classes....*/
@media (max-width: 768.8px) {
  .desk-tab {
    display: none !important;
  }
}

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

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

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

@media only screen and (max-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-lg {
    display: none !important;
  }
}

body:not(.home) .main-content {
  padding-top: 80px;
}
@media (max-width: 768.8px) {
  body:not(.home) .main-content {
    padding-top: 53px;
  }
}

.inner-page {
  padding-top: 80px;
}
@media (max-width: 768.8px) {
  .inner-page {
    padding-top: 40px;
  }
}

.btn {
  display: inline-block;
  min-width: 190px;
  padding: 15px;
  background: #ccc;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media (max-width: 768.8px) {
  .btn {
    padding: 12px 15px;
  }
}
.btn.btn-prime {
  background: #4eb0ad;
  color: #3c3c3e;
}
.system .btn.btn-prime:hover {
  background: rgb(70.1692913386, 158.3307086614, 155.6318897638);
}
.btn.btn-secondary {
  background: #ff4a47;
}
.system .btn.btn-secondary:hover {
  background: rgb(224, 3.652173913, 0);
}
.btn.btn-yellow {
  background: #ebf95f;
  color: #3c3c3e;
}
.system .btn.btn-yellow:hover {
  background: rgb(212.843373494, 233.2530120482, 8.7469879518);
}
.btn.btn-blue {
  background: #444fa1;
}
.system .btn.btn-blue:hover {
  background: rgb(52.8558951965, 61.4061135371, 125.1441048035);
}

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

.sub-text {
  font-size: 18px;
  letter-spacing: 1.35px;
  line-height: 25px;
  color: #4eb0ad;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.sub-text.txt-yellow {
  color: #ebf95f;
}

.page-title-wrap {
  text-align: center;
  padding: 0 25px 0 25px;
}

.sub-title {
  font-size: 48px;
  margin-bottom: 22px;
  line-height: 1.2;
  font-family: "imperial-urw", sans-serif;
  font-weight: 500;
}
@media (max-width: 991.8px) {
  .sub-title {
    font-size: 36px;
  }
}
@media (max-width: 374.8px) {
  .sub-title {
    font-size: 32px;
  }
}

.page-title,
.title-sm {
  color: #ff4a47;
  font: 700 26px/25px "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.95px;
}
@media (max-width: 768.8px) {
  .page-title,
  .title-sm {
    font-size: 18px;
    letter-spacing: 1.35px;
  }
}

.title-xs {
  color: #4eb0ad;
  font: 700 14px/25px "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.05px;
}

.sec-title {
  font-size: 34px;
  line-height: 38px;
  font-weight: 500;
}
@media (max-width: 768.8px) {
  .sec-title {
    font-size: 24px;
    line-height: normal;
  }
}

.link-common {
  text-decoration: underline;
  color: #3c3c3e;
  letter-spacing: 1.35px;
}
.system .link-common:hover {
  color: #4eb0ad;
}

.modal-popup {
  z-index: -1;
  background: #3c3c3e;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: all ease 0.5s;
}
.modal-popup.open {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
.modal-popup .modal-dialog {
  height: 100%;
  flex-direction: column;
}
.modal-popup .modal-dialog img {
  max-height: calc(100% - 90px);
}
.modal-popup .close-popup {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/close.svg") center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 35px;
  right: 40px;
  font-size: 0;
  z-index: 10;
}
@media (max-width: 1199.8px) {
  .modal-popup .close-popup {
    width: 18px;
    height: 18px;
    top: 22px;
    right: 30px;
  }
}

.hidden-text {
  height: 0;
  overflow: hidden;
  position: absolute;
}

.img-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hidden_header {
  font-size: 2px;
  margin: 0px;
}

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

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

.virtual-tour-page {
  padding-top: 0 !important;
}

.schedule {
  margin-left: 30px;
}
@media (max-width: 767.8px) {
  .schedule {
    display: none !important;
  }
}
.schedule:hover {
  background: #ff4a47 !important;
}

.skip-nav {
  background: transparent;
  color: #fff;
  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: #4eb0ad;
  color: #3c3c3e;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  -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.menu-open .header-menu,
html.menu-open .header-menu-mob {
  animation: menu-in 0.5s;
}
html.menu-open .header .ham-btn {
  background-image: url("../images/icons/close.svg");
  z-index: 9999;
}
html.menu-closed .header-menu,
html.menu-closed .header-menu-mob {
  animation: menu-out 0.5s;
}

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #3c3c3e;
  padding: 15px 40px;
  width: 100%;
}
@media (min-width: 769px) {
  body.home .header {
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    background-color: transparent;
  }
}
@media (max-width: 768.8px) {
  .header {
    padding: 9px 20px;
  }
}
.header .brand-logo {
  width: 50px;
}
@media (max-width: 768.8px) {
  .header .brand-logo {
    width: 35px;
  }
}
.header a {
  display: inline-block;
}
.header .menu-nav .header-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768.8px) {
  .header .menu-nav .header-menu {
    animation-fill-mode: forwards;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #444fa1;
    flex-direction: column;
    align-items: center;
    top: 0;
    line-height: normal;
    padding-top: 35px;
    padding-bottom: 35px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    display: none;
  }
}
.header .menu-nav .header-menu li:not(:last-of-type) {
  padding-right: 40px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .header .menu-nav .header-menu li:not(:last-of-type) {
    padding-right: 15px;
  }
}
@media (max-width: 768.8px) {
  .header .menu-nav .header-menu li:not(:last-of-type) {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.header .menu-nav .header-menu li a {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}
@media only screen and (max-width: 799px) and (min-width: 768px) {
  .header .menu-nav .header-menu li a {
    font-size: 12px;
  }
}
.header .menu-nav .header-menu li.current-menu-item a, .header .menu-nav .header-menu li.current_page_item a {
  color: #ff4a47;
}
.header .menu-nav .header-menu-mob {
  display: none;
}
@media (max-width: 768.8px) {
  .header .menu-nav .header-menu-mob {
    display: block;
    animation-fill-mode: forwards;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #444fa1;
    flex-direction: column;
    align-items: center;
    top: 0;
    line-height: normal;
    padding-top: 64px;
    padding-bottom: 35px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding-left: 20px;
    padding-right: 20px;
    height: 100vh;
    overflow: auto;
  }
  .header .menu-nav .header-menu-mob li {
    margin-bottom: 27px;
  }
  .header .menu-nav .header-menu-mob li a {
    color: #ffffff;
    font-family: "imperial-urw", sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28.11px;
    text-align: left;
    position: relative;
    width: 100%;
  }
  .header .menu-nav .header-menu-mob li a::after {
    content: "";
    position: absolute;
    top: 42px;
    width: 100%;
    height: 2px;
    background: white;
    left: 0;
  }
  .header .menu-nav .header-menu-mob li.current_page_item a {
    color: #4db0ac;
  }
  .header .menu-nav .header-menu-mob li.menu-item-has-children {
    margin-bottom: 50px;
  }
  .header .menu-nav .header-menu-mob li.menu-item-has-children a {
    display: flex;
    justify-content: space-between;
  }
  .header .menu-nav .header-menu-mob li.menu-item-has-children a::after {
    display: none;
  }
  .header .menu-nav .header-menu-mob li.menu-item-has-children a span {
    width: 19px;
  }
  .header .menu-nav .header-menu-mob li.menu-item-has-children.underline a::after {
    content: "";
    position: absolute;
    top: 50px;
    width: 100%;
    height: 2px;
    background: white;
    left: 0;
    display: block;
  }
  .header .menu-nav .header-menu-mob li .sub-menu {
    margin-top: 30px;
    display: none;
    position: relative;
    justify-content: space-between;
  }
  .header .menu-nav .header-menu-mob li .sub-menu li {
    display: inline-block;
    width: 49%;
  }
  .header .menu-nav .header-menu-mob li .sub-menu li a {
    font-size: 16px;
    text-transform: uppercase;
  }
  .header .menu-nav .header-menu-mob li .sub-menu li a::after {
    display: none;
  }
  .header .menu-nav .header-menu-mob li .sub-menu::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
  }
  .header .menu-nav .header-menu-mob li.other-menu-items-mob {
    margin-bottom: 31px;
  }
  .header .menu-nav .header-menu-mob li.other-menu-items-mob:first-child {
    margin-top: 50px;
  }
  .header .menu-nav .header-menu-mob li.other-menu-items-mob a {
    color: #ecfa5f;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  .header .menu-nav .header-menu-mob li.other-menu-items-mob a::after {
    display: none;
  }
  .header .menu-nav .header-menu-mob li.other-menu-items-mob.current-menu-item a, .header .menu-nav .header-menu-mob li.other-menu-items-mob.current_page_parent a {
    color: #ff4a47;
  }
}
.header .menu-nav .call-icon-wrap {
  width: 29px;
  vertical-align: middle;
  margin-right: 20px;
}
.header .extended-menu-section {
  height: calc(100% - 24px);
  transition: all 0.5s ease-out;
  z-index: 3;
  width: 100vw;
  position: fixed;
  top: 25px;
  text-align: right;
  padding: 64px 33px 61px 35px;
  overflow: hidden;
  right: 0;
  background-color: #444fa1;
  display: none;
  height: 100vh;
  top: -33px;
  position: absolute;
  overflow: auto;
  z-index: 9999;
}
@media (max-width: 768.8px) {
  .header .extended-menu-section {
    display: none;
  }
}
.header .extended-menu-section.opening {
  transition: all 0.5s ease-out;
  transform: translate3d(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation-fill-mode: forwards;
}
@media (max-width: 768.8px) {
  .header .extended-menu-section.opening {
    display: none;
  }
}
.header .extended-menu-section::after {
  content: "";
  position: absolute;
  width: 28vw;
  height: 28vw;
  background: url("../images/gallery/DylanReese_mark_teal.svg") no-repeat;
  background-size: contain;
  z-index: -1;
  bottom: 4vh;
  left: -80px;
}
@media (min-width: 1800px) {
  .header .extended-menu-section::after {
    left: -130px;
  }
}
@media (min-width: 1200px) {
  .header .extended-menu-section::after {
    left: -100px;
  }
}
.header .extended-menu-section .home-intro-logo {
  position: relative;
  display: flex;
  justify-content: center;
  top: auto;
  transform: none;
  left: auto;
}
.header .extended-menu-section .menu-expanded {
  display: flex;
  width: 54%;
  margin: 0 auto;
  justify-content: center;
  margin-top: 64px;
}
@media (max-width: 1180px) {
  .header .extended-menu-section .menu-expanded {
    width: 60%;
  }
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right {
  margin-right: 37px;
  width: 50%;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li {
  text-align: left;
  margin-bottom: 40px;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li a,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li a {
  color: #ffffff;
  font-family: "imperial-urw", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28.11px;
  text-align: left;
  width: 100%;
  position: relative;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li a:hover,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li a:hover {
  color: #4db0ac;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li a::after,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li a::after {
  content: "";
  position: absolute;
  top: 50px;
  width: 100%;
  height: 2px;
  background: white;
  left: 0;
}
@media (max-width: 1070px) {
  .header .extended-menu-section .menu-expanded .header-hamburger-menu-left li a,
  .header .extended-menu-section .menu-expanded .header-hamburger-menu-right li a {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .header .extended-menu-section .menu-expanded .header-hamburger-menu-left li a,
  .header .extended-menu-section .menu-expanded .header-hamburger-menu-right li a {
    font-size: 30px;
  }
}
@media (max-width: 825px) {
  .header .extended-menu-section .menu-expanded .header-hamburger-menu-left li a,
  .header .extended-menu-section .menu-expanded .header-hamburger-menu-right li a {
    font-size: 27px;
  }
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li.current_page_item a,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li.current_page_item a {
  color: #4db0ac;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li.menu-item-has-children a,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li.menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li.menu-item-has-children a::after,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li.menu-item-has-children a::after {
  display: none;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li.menu-item-has-children.underline a::after,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li.menu-item-has-children.underline a::after {
  content: "";
  position: absolute;
  top: 50px;
  width: 100%;
  height: 2px;
  background: white;
  left: 0;
  display: block;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li .sub-menu,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li .sub-menu {
  display: none;
  margin-top: 34px;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li .sub-menu li,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li .sub-menu li {
  margin-bottom: 25px;
  display: inline-block;
  width: 49%;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li .sub-menu li a,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li .sub-menu li a {
  font-size: 16px;
  text-transform: uppercase;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li .sub-menu li a:after,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li .sub-menu li a:after {
  display: none;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-left li .sub-menu::after,
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right li .sub-menu::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right {
  margin-right: 0;
}
.header .extended-menu-section .menu-expanded .header-hamburger-menu-right .menu-item-has-children a span {
  width: 19px;
}
.header .extended-menu-section .other-menu-items {
  display: flex;
  width: 50%;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
@media (max-width: 1272px) {
  .header .extended-menu-section .other-menu-items {
    width: 60%;
  }
}
.header .extended-menu-section .other-menu-items li {
  list-style: none;
  margin-right: 42px;
}
@media (max-width: 1470px) {
  .header .extended-menu-section .other-menu-items li {
    margin-right: 30px;
  }
}
@media (max-width: 1272px) {
  .header .extended-menu-section .other-menu-items li {
    margin-right: 20px;
  }
}
.header .extended-menu-section .other-menu-items li:last-child {
  margin-right: 0;
}
.header .extended-menu-section .other-menu-items a {
  margin-right: 42px;
  color: #ecfa5f;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.header .extended-menu-section .other-menu-items a:last-child {
  margin-right: 0;
}
.header .extended-menu-section .other-menu-items li.current-menu-item a, .header .extended-menu-section .other-menu-items li.current_page_parent a {
  color: #ff4a47;
}
.header .mobile-icons-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.header .ham-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: url("../images/header/hamburger.svg") center/contain no-repeat;
  width: 19px;
  height: 33px;
  cursor: pointer;
}
.header .menu-nav {
  display: flex;
  align-items: center;
}
.header .ham-btn-desk {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: url("../images/header/hamburger.svg") center/contain no-repeat;
  width: 19px;
  height: 33px;
  cursor: pointer;
  margin-left: 30px;
  z-index: 5;
  z-index: 10000;
}
@media (max-width: 768.8px) {
  .header .ham-btn-desk {
    display: none;
  }
}
.header .ham-btn-desk.menu-opened {
  transform: translate3d(0, 0, 0);
  right: 0;
}
.header .ham-btn-desk.close {
  background-image: url("../images/icons/close.svg");
}
.header .logo-wrap {
  position: relative;
  z-index: 1000;
}
@media (min-width: 769px) {
  body.home .header .logo-wrap .logo {
    opacity: 0;
  }
}

.header-wrapper {
  z-index: 100 !important;
  width: 100% !important;
  height: 80px;
  left: 0;
}
@media (max-width: 768.8px) {
  .header-wrapper {
    height: 53px;
  }
}
body:not(.home) .header-wrapper {
  position: fixed;
  top: 0;
}
@media (min-width: 769px) {
  body.home .header-wrapper {
    position: absolute;
    top: 33px;
    position: fixed;
    top: 30px !important;
  }
}
.header-wrapper.setTop {
  top: 30px !important;
}

.home .header-wrapper {
  height: 80px;
}
@media (max-width: 768.8px) {
  .home .header-wrapper {
    height: 53px;
  }
}
@media (max-width: 768.8px) {
  .home .header-wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 100 !important;
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .home .sticky-wrapper {
    height: auto !important;
  }
}
.home .sticky-wrapper.is-sticky .header-wrapper {
  top: 0 !important;
}
.home .sticky-wrapper.is-sticky .header-wrapper.setTop {
  top: 30px !important;
}
@media (min-width: 769px) {
  .home .sticky-wrapper.is-sticky .logo-wrap .logo {
    opacity: 1;
  }
}
@media (min-width: 769px) {
  .home .sticky-wrapper.is-sticky .header {
    background-color: #3c3c3e;
  }
}

@keyframes menu-in {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@keyframes menu-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
  }
}
body.home .extended-menu-section {
  position: fixed;
  top: 0;
}
body:not(.home) .extended-menu-section {
  top: 0;
}

.footer {
  background-color: #3c3c3e;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  line-height: normal;
}
.footer a {
  display: inline-block;
  color: #fff;
}
.footer .footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 50px 33px 23px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .footer .footer-top {
    padding-top: 200px;
    position: relative;
  }
}
@media (max-width: 768.8px) {
  .footer .footer-top {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.footer .ft-col-left,
.footer .ft-col-right {
  align-self: flex-end;
}
@media (min-width: 992px) {
  .footer .ft-col-left,
  .footer .ft-col-right {
    flex: 1;
  }
}
@media (max-width: 768.8px) {
  .footer .ft-col-left,
  .footer .ft-col-right {
    align-self: center;
  }
}
@media (max-width: 768.8px) {
  .footer .ft-col-left {
    order: 2;
  }
}
@media (min-width: 992px) {
  .footer .ft-col-right {
    text-align: right;
  }
}
@media (max-width: 768.8px) {
  .footer .ft-col-right {
    order: 3;
  }
}
.footer .ft-col-center {
  align-self: flex-start;
  width: 250px;
  margin-bottom: 45px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .footer .ft-col-center {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768.8px) {
  .footer .ft-col-center {
    width: 200px;
    align-self: center;
    order: 1;
  }
}
@media (max-width: 768.8px) {
  .footer .ft-col-center img {
    height: 111px;
  }
}
.footer .prop-address {
  color: #fff;
}
@media (max-width: 768.8px) {
  .footer .prop-address {
    text-align: center;
  }
}
.footer .prop-address span {
  display: block;
  padding-bottom: 5px;
}
.footer .social-media-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 768.8px) {
  .footer .social-media-icons {
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 25px;
  }
}
.footer .social-media-icons li {
  margin-right: 8px;
}
@media (max-width: 768.8px) {
  .footer .social-media-icons li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.footer .social-media-icons img {
  width: 19px;
}
.footer .social-media-icons .youtube {
  width: 27px !important;
  margin-top: -2.5px !important;
}
.footer .policy-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
}
@media (max-width: 768.8px) {
  .footer .policy-wrap {
    justify-content: center;
    margin-top: 15px;
  }
}
.footer .policy-wrap img {
  height: 12px;
}
.footer .policy-txt {
  font-size: 12px;
  letter-spacing: 0.9px;
  margin-right: 30px;
  position: relative;
}
.footer .policy-txt::after {
  right: -15px;
  width: 1px;
  top: 3px;
  bottom: 3px;
  background-color: #fff;
}
.footer .carlyle-logo-wrap {
  width: 117px;
}
.footer .bozzuto-logo-wrap {
  width: 121px;
  margin-left: 20px;
}
.footer .ada-eho {
  padding: 0;
  line-height: 1;
}
.footer .ada-eho + .ada-eho {
  margin-left: 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer .ada-eho + .ada-eho {
    text-align: left;
  }
}
.footer .copyright-txt {
  display: block;
  background-color: #6d6d6e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 374.8px) {
  .footer .copyright-txt {
    font-size: 12px;
  }
}

.expense-display .rfwa-expense-guide-container h2 {
  color: #3c3c3e;
}
.expense-display .rfwa-expense-guide-container p {
  color: #333333;
}
.expense-display .rfwa-export-pdf-link {
  color: #3c3c3e;
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3 {
  color: #3c3c3e;
}
.expense-display .rfwa-expense-guide-container p {
  color: #3c3c3e;
}
.expense-display .rfwa-expense-list th {
  font-weight: 700;
  color: #3c3c3e;
}
.expense-display .rfwa-expense-list .rfwa-expense-label,
.expense-display .rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.expense-display .rfwa-expense-list .rfwa-expense-details {
  color: #3c3c3e;
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right-color: #3c3c3e;
  border-bottom-color: #3c3c3e;
}
.expense-display .rfwa-expense-footer {
  color: #3c3c3e;
  margin-bottom: calc(5em - 25px);
}
.expense-display .rfwa-expense-type-required,
.expense-display .rfwa-expense-type.Required {
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 8px;
  color: #3c3c3e;
  border-color: #4eb0ad;
  background-color: #4eb0ad;
}
.expense-display .rfwa-expense-type-optional,
.expense-display .rfwa-expense-type.Optional,
.expense-display .rfwa-expense-type.Situational {
  font-family: "futura-pt", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 8px;
  color: #fff;
  border-color: #3c3c3e;
  background-color: #3c3c3e;
}

.home-intro {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 768.8px) {
  .home-intro {
    height: 80vh;
  }
}
.home-intro:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: #444fa1;
}

.home-intro-content {
  position: absolute;
  top: 25px;
  right: 25px;
  left: 25px;
  bottom: 25px;
  background: #000;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768.8px) {
  .home-intro-content {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

.home-intro-logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.home-intro-logo img {
  width: 250px;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .home-intro-logo img {
    width: 150px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .home-intro-logo img {
    width: 200px;
  }
}

.hidden-images {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.home-intro-btn {
  width: 59px;
  height: 59px;
  border: 0;
  background: url(../images/home/pausebutton.svg) no-repeat center;
  background-size: contain;
  font-size: 0;
  position: absolute;
  right: 40px;
  bottom: 40px;
  padding: 0;
  z-index: 5;
  opacity: 0.7;
  appearance: none;
}
.home-intro-btn:focus, .home-intro-btn:active, .home-intro-btn:hover {
  width: 59px;
  height: 59px;
  padding: 0;
}
@media (max-width: 767.8px) {
  .home-intro-btn:focus, .home-intro-btn:active, .home-intro-btn:hover {
    width: 35px;
    height: 35px;
  }
}
.home-intro-btn:hover {
  opacity: 1;
}
.home-intro-btn.paused {
  background: url(../images/home/playbutton.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 767.8px) {
  .home-intro-btn {
    width: 35px;
    height: 35px;
    right: 40px;
    bottom: 20px;
  }
}

.home-mute-btn {
  width: 59px;
  height: 59px;
  border: 0;
  background: url(../images/home/mute.svg) no-repeat center;
  background-size: contain;
  font-size: 0;
  position: absolute;
  right: 120px;
  bottom: 40px;
  padding: 0;
  z-index: 5;
  opacity: 0.7;
  appearance: none;
}
.home-mute-btn:focus, .home-mute-btn:active, .home-mute-btn:hover {
  width: 59px;
  height: 59px;
  padding: 0;
}
@media (max-width: 767.8px) {
  .home-mute-btn:focus, .home-mute-btn:active, .home-mute-btn:hover {
    width: 35px;
    height: 35px;
  }
}
.home-mute-btn:hover {
  opacity: 1;
}
.home-mute-btn.on {
  background: url(../images/home/speaker.svg) no-repeat center;
  background-size: contain;
}
@media (max-width: 767.8px) {
  .home-mute-btn {
    width: 35px;
    height: 35px;
    right: 95px;
    bottom: 20px;
  }
}

.home-scroll-btn {
  width: 40px;
  height: 93px;
  background: url(../images/home/scrollarrow.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  font-size: 0;
  border: 0;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .home-scroll-btn {
    height: 60px;
  }
}
@media (max-width: 768.8px) {
  .home-scroll-btn {
    display: none;
  }
}
.home-scroll-btn.show {
  visibility: visible;
  opacity: 1;
}

.intro-image {
  width: 100%;
  height: 100vh;
}

.slider-item, .slider-clone {
  opacity: 0;
  visibility: hidden;
}

.slider-current {
  opacity: 1;
  visibility: visible;
}

.slider-animate {
  opacity: 1;
  visibility: visible;
}

.slider-content {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: all ease 0.2s;
}
.slider-content.show {
  opacity: 1;
}
.slider-content.video-banner {
  opacity: 1;
}

.home-intro-video {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home-intro-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.home-welcome {
  padding: 50px 25px 60px 25px;
  text-align: center;
}
@media (max-width: 768.8px) {
  .home-welcome {
    padding: 35px 20px 40px 20px;
  }
}
.home-welcome img {
  width: 342px;
  margin-bottom: 35px;
}
@media (max-width: 768.8px) {
  .home-welcome img {
    display: none;
  }
}
.home-welcome .sub-title {
  margin: auto;
  margin-bottom: 28px;
  max-width: 1047px;
}
.home-welcome p {
  max-width: 910px;
  margin: 0 auto;
  line-height: 25px;
  font-size: 18px;
  letter-spacing: 1.35px;
}

.home-row-wrap {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  margin: auto;
  min-height: 532px;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 768.8px) {
  .home-row-wrap {
    flex-direction: column;
    min-height: auto;
    padding-top: 97px;
  }
}
@media (max-width: 768.8px) {
  .home-row-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .home-row-wrap {
    height: 532px;
  }
}

.home-dr {
  position: absolute;
}

@media (max-width: 768.8px) {
  .home-col {
    width: 100%;
  }
}

@media (max-width: 768.8px) {
  .home-col-text {
    display: flex;
    justify-content: flex-end;
  }
}

.home-text {
  max-width: 400px;
  text-align: right;
  position: relative;
}
@media (max-width: 768.8px) {
  .home-text {
    position: relative;
    max-width: 100%;
  }
}
.home-text h2 {
  color: #fff;
}
.home-text p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.35px;
  line-height: 25px;
  margin-bottom: 35px;
}

.home-col-img {
  align-self: flex-end;
}
@media (max-width: 991.8px) {
  .home-col-img {
    align-self: center;
  }
}
@media (max-width: 768.8px) {
  .home-col-img {
    display: flex;
  }
}

.home-img {
  opacity: 0;
  background-size: cover;
  background-position: center;
  width: 580px;
  margin-left: 120px;
  position: relative;
  bottom: -110px;
  overflow: hidden;
}
@media (max-width: 1335.8px) {
  .home-img {
    margin-left: 60px;
  }
}
@media (max-width: 1199.8px) {
  .home-img {
    width: 45vw;
    margin-left: 50px;
    bottom: -70px;
  }
}
@media (max-width: 991.8px) {
  .home-img {
    width: 45vw;
    margin-left: 30px;
    bottom: -40px;
  }
}
@media (max-width: 768.8px) {
  .home-img {
    margin-left: 0;
    margin-right: -30px;
    width: 100%;
    margin-bottom: -40px;
    bottom: -30px;
  }
}
@media (max-width: 768.8px) {
  .home-img {
    width: calc(100% + 30px);
  }
}
.home-img:after {
  content: "";
  padding-bottom: 75%;
  display: block;
}

.home-img-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.home-purple {
  background: #444fa1;
}
.home-purple .home-dr {
  left: -100px;
  top: -65px;
}
@media (max-width: 1335.8px) {
  .home-purple .home-dr {
    left: -80px;
  }
}
@media (max-width: 991.8px) {
  .home-purple .home-dr {
    top: -55px;
    left: 0px;
  }
}
@media (max-width: 768.8px) {
  .home-purple .home-dr {
    top: -45px;
  }
}
@media (max-width: 374.8px) {
  .home-purple .home-dr {
    left: -5px;
    top: -55px;
  }
}
.home-purple .home-dr img {
  width: 138px;
  height: 138px;
}
@media (max-width: 991.8px) {
  .home-purple .home-dr img {
    width: 87px;
    height: 87px;
  }
}
.system .home-purple .btn.btn-prime:hover {
  background: #fff;
  color: #444fa1;
}
@media (max-width: 991.8px) {
  .home-purple .home-col-text {
    margin-bottom: 60px;
  }
}

@media (min-width: 769px) {
  .home-white .home-row-wrap {
    flex-direction: row-reverse;
  }
}
.home-white .home-dr {
  right: -40px;
  top: -50px;
  transform: none !important;
}
@media (max-width: 1335.8px) {
  .home-white .home-dr {
    right: -15px;
  }
}
@media (max-width: 991.8px) {
  .home-white .home-dr {
    top: -40px;
    right: 0px;
  }
}
@media (max-width: 768.8px) {
  .home-white .home-dr {
    top: -30px;
  }
}
.home-white .home-dr img {
  width: 88px;
  height: 88px;
}
@media (max-width: 991.8px) {
  .home-white .home-dr img {
    width: 58px;
    height: 58px;
  }
}
.home-white .home-text {
  text-align: left;
}
@media (min-width: 992px) {
  .home-white .home-text {
    max-width: 405px;
  }
}
.home-white .home-text .sub-title, .home-white .home-text p {
  color: #3c3c3e;
}
.system .home-white .btn.btn-prime:hover {
  background: #ff4a47;
}
.home-white .home-img {
  margin-left: 0;
  margin-right: 140px;
}
@media (max-width: 1335.8px) {
  .home-white .home-img {
    margin-right: 70px;
  }
}
@media (max-width: 1199.8px) {
  .home-white .home-img {
    margin-right: 50px;
  }
}
@media (max-width: 991.8px) {
  .home-white .home-img {
    margin-right: 30px;
  }
}
@media (max-width: 768.8px) {
  .home-white .home-img {
    margin-right: 0;
    margin-left: -30px;
  }
}
@media (max-width: 768.8px) {
  .home-white .home-col-img {
    justify-content: flex-start;
  }
}
.home-white .home-col-text {
  align-self: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768.8px) {
  .home-white .home-col-text {
    justify-content: flex-start;
  }
}
@media (max-width: 768.8px) {
  .home-white .sub-title {
    max-width: 400px;
    display: inline-block;
  }
}

.home-gray {
  background: #3c3c3e;
}
@media (min-width: 992px) {
  .home-gray .home-text {
    max-width: 405px;
  }
}
.home-gray .home-dr {
  left: -100px;
  top: -30px;
}
@media (max-width: 1335.8px) {
  .home-gray .home-dr {
    left: -70px;
  }
}
@media (max-width: 991.8px) {
  .home-gray .home-dr {
    top: -30px;
    left: 0;
  }
}
.home-gray .home-dr img {
  width: 138px;
  height: 138px;
}
@media (max-width: 991.8px) {
  .home-gray .home-dr img {
    width: 87px;
    height: 87px;
  }
}
.system .home-gray .btn.btn-prime:hover {
  background: #fff;
  color: #ff4a47;
}
.home-gray .home-col-text {
  align-self: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 991.8px) {
  .home-gray .sub-title {
    max-width: 210px;
    display: inline-block;
  }
}

.sub-footer {
  padding: 90px 20px 60px 20px;
  text-align: center;
}
.sub-footer .sub-text {
  color: #ff4a47;
}
.sub-footer .sub-title {
  font-weight: 500;
}
.system .sub-footer .btn.btn-secondary:hover {
  background: #3c3c3e;
}

.specials_wrapper {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: transparent;
}
.specials_wrapper.specials_show {
  z-index: 101;
  background-color: rgba(60, 60, 62, 0.5);
}
@media (max-width: 768.8px) {
  .specials_wrapper {
    margin-top: 51px;
    align-items: baseline;
    position: relative;
  }
}
.specials_wrapper .specials_popup {
  display: none;
  background: #444fa1;
  color: #4a4a4a;
  width: 555px;
  padding: 15px 58px 72px 55px;
  text-align: center;
  position: relative;
  margin: 20px auto;
}
@media (max-width: 768.8px) {
  .specials_wrapper .specials_popup {
    padding: 14px 13.5vw 50px;
    margin: 0 auto;
    width: 100vw;
  }
}
.specials_wrapper .specials_popup .popup_close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/gallery/close.svg) no-repeat center;
  border: none;
}
.specials_wrapper .specials_popup .specials_inner h3.sub_heading {
  color: #4eb0ad;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1.35px;
  margin-top: 67px;
}
@media (max-width: 768.8px) {
  .specials_wrapper .specials_popup .specials_inner h3.sub_heading {
    margin-top: 47px;
  }
}
.specials_wrapper .specials_popup .specials_inner p.txt_intro {
  color: #ffffff;
  font-family: "imperial-urw", sans-serif;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 27px;
}
@media (max-width: 768.8px) {
  .specials_wrapper .specials_popup .specials_inner p.txt_intro {
    font-size: 36px;
    margin-bottom: 33px;
  }
}
.specials_wrapper .specials_popup .specials_inner a.btn-prime:hover {
  background: #fff;
  color: #444fa1;
}

.home-intro .home-intro-logo {
  top: 60px;
}
@media (max-width: 768.8px) {
  .home-intro .home-intro-logo {
    top: 40px;
  }
}

.location-page .page-title {
  text-align: center;
}
.location-page .page-title + .sub-title {
  text-align: center;
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media (max-width: 768.8px) {
  .location-page .page-title + .sub-title {
    max-width: 400px;
  }
}
@media (max-width: 575.8px) {
  .location-page .page-title + .sub-title {
    max-width: 297px;
  }
}
.location-page .banner-bg {
  height: 47vw;
  margin-top: 60px;
  margin-bottom: 70px;
}
@media (max-width: 1024.8px) {
  .location-page .banner-bg {
    margin-bottom: 30px;
  }
}
@media (max-width: 768.8px) {
  .location-page .banner-bg {
    margin-top: 15px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .location-page .banner-bg {
    height: 60vw;
    margin-bottom: 5px;
  }
}
.location-page .banner-bg + .enlarge-link {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  white-space: nowrap;
}
.location-page .img-caption {
  letter-spacing: 0.9px;
  display: inline-block;
  padding-top: 10px;
  line-height: 26px;
}
.location-page .img-list-slider::after {
  background: url("../images/icons/DylanReese_mark_yellow.svg") center/contain no-repeat;
  width: 24.4vw;
  height: 24.4vw;
  bottom: -7vw;
  right: -7vw;
  z-index: 1;
}
@media (max-width: 768.8px) {
  .location-page .img-list-slider::after {
    content: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .location-page .img-list-slider {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .location-page .img-list-slider {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (min-width: 769px) {
  .location-page .img-list-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
    position: relative;
  }
}
@media (max-width: 768.8px) {
  .location-page .img-list-slider {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 32px;
  }
}
.location-page .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/arrowleft-dark.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 30px;
  top: calc((100vw - 80px) / 2);
  font-size: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.location-page .slick-arrow.slick-next {
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.location-page .slick-arrow.slick-prev {
  left: 10px;
}
.location-page .img-cap-wrap {
  width: 23.8vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .location-page .img-cap-wrap {
    opacity: 0;
  }
}
@media (max-width: 1024.8px) {
  .location-page .img-cap-wrap {
    width: 27.5vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .img-cap-wrap {
    width: 100%;
    top: 0 !important;
  }
}
.location-page .img-cap-wrap:not(:last-of-type) {
  margin-right: 4.2vw;
}
@media (max-width: 768.8px) {
  .location-page .img-cap-wrap:not(:last-of-type) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .location-page .img-cap-wrap.resized {
    opacity: 1;
  }
}
.location-page .bg-img {
  width: 100%;
  height: 23.8vw;
  position: relative;
}
@media (min-width: 769px) {
  .location-page .bg-img {
    overflow: hidden;
  }
}
@media (max-width: 1024.8px) {
  .location-page .bg-img {
    height: 27.5vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .bg-img {
    height: auto;
    padding-bottom: 100%;
  }
}
.location-page .bg-img .bg-inner-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768.8px) {
  .location-page .bg-img .bg-inner-img {
    transform: none !important;
  }
}
.location-page .static-map-sec {
  background-color: #3c3c3e;
  padding: 70px 13vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439.8px) {
  .location-page .static-map-sec {
    padding-left: 11vw;
    padding-right: 11vw;
  }
}
@media (max-width: 1335.8px) {
  .location-page .static-map-sec {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (max-width: 1024.8px) {
  .location-page .static-map-sec {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 991.8px) {
  .location-page .static-map-sec {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .static-map-sec {
    flex-direction: column-reverse;
    padding: 40px 20px 22px;
  }
}
@media (max-width: 415.8px) {
  .location-page .static-map-sec {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.location-page .static-map-sec > .sub-text {
  white-space: nowrap;
}
.location-page .static-map-sec .txt-cont {
  flex: 1;
  padding-left: 5vw;
}
@media (max-width: 1024.8px) {
  .location-page .static-map-sec .txt-cont {
    padding-left: 40px;
  }
}
@media (max-width: 991.8px) {
  .location-page .static-map-sec .txt-cont {
    padding-left: 3vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .static-map-sec .txt-cont {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.using-keytab .location-page .static-map-sec .txt-cont .btn:focus {
  outline-color: #fff;
}
.system .location-page .static-map-sec .txt-cont .btn:hover {
  background-color: #ff4a47;
}
.location-page .static-map-sec .txt-cont .sub-text {
  color: #ecfa5f;
}
.location-page .static-map-sec .txt-cont .sub-title, .location-page .static-map-sec .txt-cont .desc {
  color: #fff;
}
.location-page .static-map-sec .txt-cont .desc {
  padding-right: 10px;
  margin-bottom: 35px;
}
@media (max-width: 1024.8px) {
  .location-page .static-map-sec .txt-cont .desc {
    margin-bottom: 20px;
  }
}
.location-page .explore-time-sec {
  padding: 80px 6vw 75px;
  position: relative;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec {
    padding: 60px 5vw;
  }
}
@media (max-width: 991.8px) {
  .location-page .explore-time-sec {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec {
    padding: 40px 20px 20px;
  }
}
@media (max-width: 415.8px) {
  .location-page .explore-time-sec {
    padding: 40px 10px 10px;
  }
}
.location-page .explore-time-sec .flex-row {
  align-items: flex-start;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .flex-row {
    flex-direction: column;
  }
}
.location-page .explore-time-sec::after {
  background: url("../images/icons/DylanReese_mark_yellow.svg") center/contain no-repeat;
  width: 24.4vw;
  height: 24.4vw;
  bottom: -7vw;
  left: -7vw;
  z-index: 1;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec::after {
    content: none;
  }
}
.location-page .explore-time-sec .txt-cont {
  width: 35%;
  padding-right: 6vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .txt-cont {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .txt-cont {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.location-page .explore-time-sec .timeline-wrap {
  width: 65%;
  position: relative;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-wrap {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
.location-page .explore-time-sec .timeline-img {
  width: 32vw;
  height: 24vw;
  min-height: 350px;
  position: relative;
}
.location-page .explore-time-sec .timeline-img .photo-label {
  color: #fff;
  font: 14px "futura-pt", sans-serif;
  position: absolute;
  right: 15px;
  top: 15px;
  text-transform: uppercase;
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-img .photo-label {
    top: 12px;
    right: 12px;
  }
}
@media (max-width: 1439.8px) {
  .location-page .explore-time-sec .timeline-img {
    height: auto;
  }
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-img {
    height: 32vw;
    width: 51vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-img {
    width: 100%;
    height: 70vw;
  }
}
.location-page .explore-time-sec .timeline-desc {
  flex: 1;
  background-color: #3c3c3e;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 55px;
}
@media (max-width: 1439.8px) {
  .location-page .explore-time-sec .timeline-desc {
    padding: 20px 25px;
  }
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-desc {
    justify-content: flex-start;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-desc {
    padding: 20px;
  }
}
.location-page .explore-time-sec .timeline-desc .sec-title, .location-page .explore-time-sec .timeline-desc .desc, .location-page .explore-time-sec .timeline-desc a {
  color: #fff;
}
.location-page .explore-time-sec .timeline-desc .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 1439.8px) {
  .location-page .explore-time-sec .timeline-desc .sec-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-desc .sec-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-desc .sec-title {
    margin-bottom: 10px;
  }
}
.location-page .explore-time-sec .timeline-txt-logo {
  margin-top: 15px;
}
.location-page .explore-time-sec .timeline-txt-logo img {
  height: 20px;
}
.location-page .explore-time-sec .min-txt {
  font: 700 17px/normal "futura-pt", sans-serif;
  text-transform: uppercase;
  color: #9f9e9f;
}
@media (min-width: 769px) {
  .location-page .explore-time-sec .min-txt {
    position: absolute;
    bottom: 8px;
    right: -3px;
    transform: translateX(100%);
  }
}
@media (min-width: 1025px) {
  .location-page .explore-time-sec .min-txt {
    right: -4px;
  }
}
@media (min-width: 1200px) {
  .location-page .explore-time-sec .min-txt {
    right: -10px;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .min-txt {
    position: relative;
  }
  .location-page .explore-time-sec .min-txt::before {
    position: absolute;
    top: -1px;
    left: 0;
    right: -30px;
    height: 1px;
    background: #3c3c3e;
    z-index: 5;
    content: "";
  }
}
.location-page .explore-time-sec .timeline-list-wrap {
  width: 65%;
  padding-bottom: 40px;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-list-wrap {
    width: 90%;
  }
}
@media (max-width: 991.8px) {
  .location-page .explore-time-sec .timeline-list-wrap {
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-list-wrap {
    margin-top: 12px;
  }
}
.location-page .explore-time-sec .timeline-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  justify-content: space-around;
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-list {
    justify-content: flex-start;
    padding-left: 37px;
  }
}
@media (min-width: 769px) {
  .location-page .explore-time-sec .timeline-list {
    transform: none !important;
  }
}
@media (min-width: 769px) {
  .location-page .explore-time-sec .timeline-list {
    padding-right: 20px;
  }
}
.location-page .explore-time-sec .timeline-list li {
  background-color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .location-page .explore-time-sec .timeline-list li {
    z-index: 2;
    width: auto !important;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    width: 150px;
    margin-right: 30px;
  }
}
.location-page .explore-time-sec .timeline-list li:nth-last-child(2) .timeline-logo-wrap img {
  height: 22px;
}
.location-page .explore-time-sec .timeline-list li.active .time, .location-page .explore-time-sec .timeline-list li.active .min-txt {
  color: #ff4a47 !important;
}
.system .location-page .explore-time-sec .timeline-list li.active .time:hover {
  color: #4eb0ad;
}
.location-page .explore-time-sec .timeline-list li.active img {
  display: none;
}
.location-page .explore-time-sec .timeline-list li.active img.active-logo {
  display: inline-block;
}
@media (min-width: 769px) {
  .location-page .explore-time-sec .timeline-list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #3c3c3e;
    z-index: 1;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 35px;
    height: 1px;
    background-color: #3c3c3e;
    z-index: -1;
  }
}
.location-page .explore-time-sec .time {
  color: #9f9e9f;
  font: 500 47px/normal "imperial-urw", sans-serif;
  padding-left: 4px;
  padding-right: 4px;
}
.system .location-page .explore-time-sec .time:hover {
  color: #4eb0ad;
}
.system .location-page .explore-time-sec .time:hover + .min-txt {
  color: #4eb0ad;
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .time {
    line-height: 1;
    z-index: 5;
    position: relative;
  }
}
.location-page .explore-time-sec .timeline-plot {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-plot {
    margin-top: 30px;
    position: relative;
    padding-bottom: 30px;
    display: block;
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-plot {
    margin-top: 23px;
  }
}
.location-page .explore-time-sec .timeline-plot .time-link-hidden {
  position: absolute;
  left: 0;
  right: -50px;
  top: 0;
  bottom: 0;
  z-index: 6;
}
@media (max-width: 1199.8px) {
  .location-page .explore-time-sec .timeline-plot .time-link-hidden {
    right: -40px;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-plot .time-link-hidden {
    right: 0;
  }
}
.location-page .explore-time-sec .timeline-plot .sub-text {
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-plot .sub-text {
    position: relative;
  }
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-plot .sub-text {
    padding-left: 18px;
  }
}
@media (min-width: 1025px) {
  .location-page .explore-time-sec .timeline-plot .sub-text {
    margin-top: 22px;
    margin-right: 55px;
    position: relative;
    z-index: 3;
  }
}
.location-page .explore-time-sec .timeline-plot .sub-text::after {
  background: url("../images/icons/arrow-blue.svg") no-repeat;
  background-size: 23px 6px;
  width: 24px;
  height: 7px;
  right: -32px;
  top: 10px;
  animation-name: hang-left-right;
  animation-duration: 0.9s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
@media (max-width: 1024.8px) {
  .location-page .explore-time-sec .timeline-plot .sub-text::after {
    top: 9px;
  }
}
.location-page .explore-time-sec .timeline-logo-wrap {
  position: absolute;
  bottom: -9px;
  transform: translateY(100%);
  left: 20px;
  right: -45px;
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-logo-wrap img {
    height: 20px;
  }
}
.location-page .explore-time-sec .timeline-logo-wrap .active-logo, .location-page .explore-time-sec .timeline-logo-wrap .hover-logo {
  display: none;
}
.location-page .explore-time-sec .timeline-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: -1;
  opacity: 0;
  transition: opacity 500ms linear 0s;
}
@media (max-width: 768.8px) {
  .location-page .explore-time-sec .timeline-img-wrap {
    flex-direction: column;
  }
}
.location-page .explore-time-sec .timeline-img-wrap.active {
  position: relative;
  z-index: 3;
  opacity: 1;
}
.location-page .static-map {
  width: 42.3vw;
  height: 38.7vw;
  opacity: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024.8px) {
  .location-page .static-map {
    width: 54vw;
    height: 49.4vw;
  }
}
@media (max-width: 991.8px) {
  .location-page .static-map {
    width: 49vw;
    height: 45.4vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .static-map {
    height: 87vw;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768.8px) {
  .location-page .txt-cont .sub-title {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.location-page .map-sec {
  background-color: #444fa1;
  padding: 80px 6vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024.8px) {
  .location-page .map-sec {
    padding: 40px 0 40px 5vw;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-sec {
    padding-left: 4vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .map-sec {
    padding: 45px 30px;
  }
}
.location-page .map-sec .txt-cont {
  width: 300px;
  padding-left: 30px;
}
@media (max-width: 1024.8px) {
  .location-page .map-sec .txt-cont {
    padding-left: 0;
    width: 280px;
  }
}
@media (max-width: 768.8px) {
  .location-page .map-sec .txt-cont {
    width: 100%;
    max-width: 320px;
  }
}
.location-page .map-sec .map-wrap {
  width: calc(100% - 300px);
  margin-left: 5vw;
  position: relative;
}
@media (max-width: 1024.8px) {
  .location-page .map-sec .map-wrap {
    width: calc(100% - 280px);
    margin-left: 7vw;
  }
}
@media (max-width: 768.8px) {
  .location-page .map-sec .map-wrap {
    display: none;
  }
}
.location-page .map-sec .cate-label {
  color: #4eb0ad;
  font: 500 31px/normal "imperial-urw", sans-serif;
  border: 0;
  background: transparent;
  text-transform: capitalize;
  width: 100%;
  text-align: left;
  -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;
}
@media (max-width: 768.8px) {
  .location-page .map-sec .cate-label {
    color: #fff;
    font-size: 24px;
    position: relative;
  }
}
.system .location-page .map-sec .cate-label:hover {
  color: #ff4a47;
}
@media (max-width: 768.8px) {
  .location-page .map-sec .cate-label::after {
    content: "";
    position: absolute;
    background: url("../images/icons/arrowleft.svg") no-repeat;
    background-size: contain;
    width: 18px;
    height: 30px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
  }
}
.location-page .map-sec .sub-catg {
  margin-top: 8px;
  color: #fff;
  padding-left: 22px;
  padding-bottom: 10px;
  display: none;
  line-height: 23px;
}
.location-page .map-sec .sub-catg li {
  padding-bottom: 11px;
}
.location-page .map-sec .key-display {
  margin-top: 30px;
}
.location-page .map-sec .btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.location-page .map-sec .cate-item {
  padding-top: 4px;
  padding-bottom: 7px;
}
@media (max-width: 768.8px) {
  .location-page .map-sec .cate-item {
    padding-top: 7px;
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    position: relative;
  }
}
.location-page .map-sec .cate-item.active .cate-label {
  color: #fff;
}
.location-page .map-sec .cate-item.active-item .cate-label::after {
  transform: translateY(-50%) rotate(90deg);
}
.location-page .map-sec .cate-item:not(:last-of-type) {
  border-bottom: 2px solid #fff;
}
@media (max-width: 768.8px) {
  .location-page .map-sec .cate-item:not(:last-of-type) {
    border-bottom-width: 1px;
  }
}
.location-page .map-sec #map {
  height: 37vw;
  background-color: #3c3c3e;
}
@media (max-width: 1024.8px) {
  .location-page .map-sec #map {
    height: 52vw;
  }
}
@media (max-width: 991.8px) {
  .location-page .map-sec #map {
    height: 60vw;
  }
}
.location-page .zoom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  background: #444fa1;
  width: 40px;
  height: 40px;
  font-weight: 400;
}
.location-page .zoom.zoom-in::before {
  content: "+";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 7px;
}
.location-page .zoom.zoom-out::before {
  content: "-";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 5px;
}
.location-page .zoom-btn-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
}
.location-page .directions-wrap {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.location-page .directions-wrap .dirns-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #444fa1;
  width: 80px;
  height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.05px;
  display: block;
  margin-bottom: 8px;
}
.location-page .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  max-height: none !important;
}
.location-page .gm-style button.gm-ui-hover-effect {
  display: none !important;
}
.location-page .gm-style .gm-style-iw-t::after {
  box-shadow: none !important;
  background: #444fa1 !important;
  height: 22px;
  width: 22px;
}
.location-page .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: none !important;
}
.location-page .map-popup {
  background-color: #444fa1;
  color: #fff;
  padding: 25px 20px 25px;
  position: relative;
  max-width: 350px;
  min-width: 250px;
}
.location-page .map-popup .map-popup-title {
  color: #fff;
  font: 700 18px/25px "futura-pt", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.location-page .map-popup .directions-link {
  text-transform: capitalize;
  text-decoration: underline;
  display: inline-block;
}
.location-page .map-popup .directions-link + .directions-link {
  margin-left: 20px;
}
.location-page .map-popup .popup-close-icon {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.location-page .flex-row .sub-title {
  font-weight: 500;
}

@keyframes hang-left-right {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  50% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
.gallery-page {
  padding-bottom: 70px;
  position: relative;
}
@media (max-width: 768.8px) {
  .gallery-page {
    padding-bottom: 40px;
  }
}
.gallery-page:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: url(../images/gallery/DylanReese_mark_teal.svg) no-repeat;
  background-size: contain;
  z-index: -1;
  bottom: -100px;
  left: -90px;
}
@media (max-width: 768.8px) {
  .gallery-page:after {
    width: 178px;
    height: 178px;
    bottom: -40px;
    left: -45px;
  }
}
.gallery-page .page-title-wrap img {
  width: 88px;
  height: 88px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768.8px) {
  .gallery-page .page-title-wrap img {
    display: none;
  }
}
.gallery-page .page-title-wrap .gallery-container {
  padding: 0;
}
.gallery-page .page-title-wrap .sub-title {
  margin-bottom: 65px;
}
@media (max-width: 768.8px) {
  .gallery-page .page-title-wrap .sub-title {
    margin-bottom: 36px;
  }
}
.gallery-page .loading-icon {
  text-align: center;
  padding-top: 45px;
  width: 100%;
}

.gallery-wrap {
  position: relative;
}
.gallery-wrap:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 150px;
  background: #444fa1;
  z-index: -1;
}
@media (max-width: 768.8px) {
  .gallery-wrap:before {
    top: 100px;
  }
}

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

.gallery-video {
  position: relative;
}
.gallery-video:before {
  content: "";
  display: block;
}
@media (min-width: 769px) {
  .gallery-video:before {
    min-height: 598px;
    height: calc(100vh - 170px);
  }
}
@media (max-width: 768.8px) {
  .gallery-video:before {
    padding-bottom: 85%;
  }
}
.gallery-video video {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-container {
  max-width: 1376px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 768.8px) {
  .gallery-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

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

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

.gal-caption, .gal-caption-outer {
  padding-top: 17px;
  padding-bottom: 30px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.9px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: #444fa1;
}
@media (max-width: 768.8px) {
  .gal-caption, .gal-caption-outer {
    padding: 17px 5px 23px 5px;
    text-align: center;
    position: static;
  }
}

.gal-caption {
  display: none;
}

.gal-caption-outer {
  position: static;
  transition: all ease 0.2s;
  min-height: 72px;
}
@media (max-width: 768.8px) {
  .gal-caption-outer {
    min-height: 65px;
  }
}

.gallery-category {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768.8px) {
  .gallery-category {
    margin: 30px 0 15px 0;
  }
}
.gallery-category ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery-category ul li {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768.8px) {
  .gallery-category ul li {
    margin-bottom: 15px;
  }
}
.gallery-category ul li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 768.8px) {
  .gallery-category ul li:not(:last-child) {
    margin-right: 20px;
  }
}
.gallery-category ul li:not(:last-child):after {
  content: "";
  position: absolute;
  height: 26px;
  width: 2px;
  background: #3c3c3e;
  top: 12px;
  right: -20px;
}
@media (max-width: 768.8px) {
  .gallery-category ul li:not(:last-child):after {
    right: -10px;
    height: 15px;
    top: 7px;
    width: 1px;
  }
}
.gallery-category ul li a {
  font-family: "imperial-urw", sans-serif;
  font-size: 31px;
  color: #3c3c3e;
}
.gallery-category ul li a:hover {
  color: #4eb0ad;
}
@media (max-width: 768.8px) {
  .gallery-category ul li a {
    font-size: 18px;
  }
}
.gallery-category ul li.active a {
  color: #ff4a47;
}

.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 991.8px) {
  .gallery-thumbs {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 768.8px) {
  .gallery-thumbs {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery-thumbs img {
  display: block;
  margin: auto;
}

.gal-thumb-item {
  width: 25%;
  padding: 25px;
}
@media (max-width: 991.8px) {
  .gal-thumb-item {
    padding: 10px;
    width: 33.3333%;
  }
}
@media (max-width: 768.8px) {
  .gal-thumb-item {
    width: 50%;
  }
}
.gal-thumb-item a {
  display: block;
  position: relative;
}
.gal-thumb-item a:hover .gal-thumb-img:after {
  border-color: #ebf95f;
}
.gal-thumb-item a.active .gal-thumb-img:after {
  border-color: #4eb0ad;
}
.gal-thumb-item a.video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 123px;
  height: 123px;
  background: url(../images/gallery/playbutton.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 991.8px) {
  .gal-thumb-item a.video:after {
    width: 68px;
    height: 68px;
  }
}

.gal-thumb-img {
  background-color: #ccc;
  background-size: cover;
  background-position: center;
}
.gal-thumb-img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.gal-thumb-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 10px solid transparent;
  pointer-events: none;
}

.gal-load-more {
  text-align: center;
  margin-top: 45px;
}
.system .gal-load-more .btn.btn-blue:hover {
  background: #ff4a47;
}

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

.popup-slider-wrap {
  max-width: 100%;
  padding: 0 70px;
}
@media (max-width: 768.8px) {
  .popup-slider-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.gal-popup-slider .slick-slide img {
  margin: 0 auto;
  height: auto;
  max-height: 70vh;
  max-width: 100%;
  display: block;
}
.using-keytab .gal-popup-slider .slick-slide:focus {
  outline-offset: -2px;
  outline-color: #ccc;
}
.gal-popup-slider .slick-arrow {
  width: 30px;
  height: 50px;
  font-size: 0;
  background: url(../images/gallery/arrowleft.svg) no-repeat;
  background-size: contain;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  z-index: 1;
}
@media (max-width: 768.8px) {
  .gal-popup-slider .slick-arrow {
    width: 18px;
    height: 20px;
    top: 25px;
    left: 15px;
    transform: translateY(0);
  }
}
.gal-popup-slider .slick-arrow.slick-next {
  left: auto;
  right: 25px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768.8px) {
  .gal-popup-slider .slick-arrow.slick-next {
    right: auto;
    left: 50px;
    transform: translateY(0) rotate(180deg);
  }
}

.gallery-pop-video video {
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1024px;
}

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

.gal-pop-caption {
  max-width: 1200px;
  padding: 0 25px;
  text-align: center;
  letter-spacing: 0.9px;
  font-size: 18px;
  margin: 20px auto;
  color: #fff;
}

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

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

.amenities-page .page-title {
  text-align: center;
  color: #4eb0ad;
}
.amenities-page .page-title + .sub-title {
  text-align: center;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 768.8px) {
  .amenities-page .page-title + .sub-title {
    max-width: 69vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    min-width: 255px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .page-title + .sub-title br {
    display: none;
  }
}
.amenities-page .amenities-gallery-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 991.8px) {
  .amenities-page .amenities-gallery-wrap {
    flex-direction: column-reverse;
  }
}
.amenities-page .amenities-gallery-wrap .sub-title {
  font-weight: 500;
}
.amenities-page .amenities-gallery-wrap .txt-cont {
  background-color: #444fa1;
  width: 480px;
  padding: 70px 40px 60px;
}
@media (min-width: 769px) {
  .amenities-page .amenities-gallery-wrap .txt-cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 1199.8px) {
  .amenities-page .amenities-gallery-wrap .txt-cont {
    width: 400px;
  }
}
@media (max-width: 991.8px) {
  .amenities-page .amenities-gallery-wrap .txt-cont {
    padding: 38px 25px 35px;
    width: 100%;
  }
}
.amenities-page .amenities-gallery-wrap .txt-cont .sub-title,
.amenities-page .amenities-gallery-wrap .txt-cont .desc {
  color: #fff;
}
@media (min-width: 992px) {
  .amenities-page .img-captn-wrap .img-caption {
    display: none !important;
  }
}
.amenities-page .img-caption {
  display: block;
  background-color: #444fa1;
  color: #fff;
  font: 500 18px/normal "imperial-urw", sans-serif;
  text-transform: capitalize;
}
@media (max-width: 991.8px) {
  .amenities-page .img-caption {
    padding: 12px 10px;
    text-align: center;
  }
}
.amenities-page .slider-caption {
  margin-top: 35px;
}
@media (max-width: 991.8px) {
  .amenities-page .slider-caption {
    display: none;
  }
}
.amenities-page .slider-caption .img-caption {
  margin-bottom: 10px;
  cursor: pointer;
  -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;
}
.system .amenities-page .slider-caption .img-caption:hover {
  color: #4eb0ad;
}
.amenities-page .slider-caption .img-caption:focus {
  transition: none;
}
.amenities-page .slider-caption .img-caption.active {
  color: #ecfa5f;
  position: relative;
  transform: translateX(33px);
}
.system .amenities-page .slider-caption .img-caption.active {
  color: #ecfa5f;
}
.amenities-page .slider-caption .img-caption.active::before {
  left: -33px;
  background: url("../images/icons/arrow_left_yellow.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 7px;
  top: 12px;
}
.amenities-page .slick-slider .slick-track,
.amenities-page .slick-slider .slick-list,
.amenities-page .amenities-gallery-img,
.amenities-page .img-captn-wrap {
  height: 100%;
}
@media (min-width: 992px) {
  .amenities-page .slick-slider .slick-track,
  .amenities-page .slick-slider .slick-list,
  .amenities-page .amenities-gallery-img,
  .amenities-page .img-captn-wrap {
    height: 46vw;
    min-height: 100%;
  }
}
@media (max-width: 991.8px) {
  .amenities-page .amenities-gallery-img {
    height: 67vw;
  }
}
.amenities-page .amenities-gallery-slider {
  width: calc(100% - 480px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.9s ease-out;
  -moz-transition: opacity 0.9s ease-out;
  -ms-transition: opacity 0.9s ease-out;
  -o-transition: opacity 0.9s ease-out;
  transition: opacity 0.9s ease-out;
}
@media (max-width: 1199.8px) {
  .amenities-page .amenities-gallery-slider {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991.8px) {
  .amenities-page .amenities-gallery-slider {
    width: 100%;
  }
}
.amenities-page .amenities-gallery-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.amenities-page .amenities-gallery-slider .slick-arrow {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/arrowleft.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 30px;
  top: calc((67vw - 30px) / 2);
  font-size: 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .amenities-page .amenities-gallery-slider .slick-arrow {
    display: none !important;
  }
}
.amenities-page .amenities-gallery-slider .slick-arrow.slick-next {
  right: 10px;
  transform: rotate(180deg);
}
.amenities-page .amenities-gallery-slider .slick-arrow.slick-prev {
  left: 10px;
}
.amenities-page .home-dr img {
  width: 138px;
  height: 138px;
}
@media (max-width: 991.8px) {
  .amenities-page .home-dr img {
    width: 87px;
    height: 87px;
  }
}
.amenities-page .amenities-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap {
    flex-direction: column;
  }
}
.amenities-page .amenities-list-wrap .amenities-list-link {
  display: inline-block;
  color: #3c3c3e;
}
@media (min-width: 769px) {
  .amenities-page .amenities-list-wrap .list-wrap,
  .amenities-page .amenities-list-wrap .title-sm {
    width: 285px;
  }
}
.amenities-page .amenities-list-wrap .title-sm {
  padding-bottom: 18px;
}
.amenities-page .amenities-list-wrap li {
  font: 500 30px/34px "imperial-urw", sans-serif;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 2px solid #3c3c3e;
}
.amenities-page .amenities-list-wrap li:first-of-type {
  border-top: 2px solid #3c3c3e;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap li:first-of-type {
    border-top-width: 1px;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap li {
    font-size: 18px;
    line-height: 22px;
    border-bottom-width: 1px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
.amenities-page .amenities-list-wrap .txt-cont {
  width: calc(100% - 42vw);
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .txt-cont {
    width: 100%;
  }
}
.amenities-page .amenities-list-wrap .img-list {
  position: relative;
  z-index: 3;
  width: 36vw;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .img-list {
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .img-list .slide-img:first-of-type {
    display: none;
  }
}
.amenities-page .amenities-list-wrap .slide-img {
  width: 36vw;
  position: relative;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .slide-img {
    margin-left: auto;
    width: 67vw;
  }
}
.amenities-page .amenities-list-wrap .slide-img:not(:last-of-type) {
  margin-bottom: 45px;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .slide-img:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.amenities-page .amenities-list-wrap .slide-img.img-hor {
  height: 24vw;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .slide-img.img-hor {
    height: 44vw;
    top: 0 !important;
  }
}
.amenities-page .amenities-list-wrap .slide-img.img-ver {
  height: 39vw;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .slide-img.img-ver {
    height: 72vw;
    top: 0 !important;
  }
}
.amenities-page .amenities-list-wrap .cam-icon {
  width: 34px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -4px;
}
@media (max-width: 768.8px) {
  .amenities-page .amenities-list-wrap .cam-icon {
    width: 24px;
    height: 20px;
  }
}
.amenities-page .outdoor-amenities-wrap {
  padding: 11vw 20vw 20px 13vw;
  position: relative;
}
@media (max-width: 1199.8px) {
  .amenities-page .outdoor-amenities-wrap {
    padding-left: 10vw;
    padding-right: 17vw;
  }
}
@media (max-width: 991.8px) {
  .amenities-page .outdoor-amenities-wrap {
    padding-left: 6vw;
    padding-right: 9vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .outdoor-amenities-wrap {
    flex-direction: column-reverse;
    padding: 25px 35px 95px;
  }
}
.amenities-page .outdoor-amenities-wrap::after {
  background: url("../images/icons/DylanReese_mark_yellow.svg") center/contain no-repeat;
  width: 33vw;
  height: 33vw;
  bottom: 20vw;
  left: -10vw;
  z-index: -1;
}
@media (max-width: 768.8px) {
  .amenities-page .outdoor-amenities-wrap::after {
    bottom: -30px;
    left: -30px;
    width: 138px;
    height: 138px;
  }
}
.amenities-page .outdoor-amenities-wrap .amenities-list-link {
  color: #3c3c3e;
}
.system .amenities-page .outdoor-amenities-wrap .amenities-list-link:hover {
  color: #4eb0ad;
}
.amenities-page .outdoor-amenities-wrap .title-sm {
  color: #4eb0ad;
  margin-top: 60px;
}
@media (max-width: 768.8px) {
  .amenities-page .outdoor-amenities-wrap .title-sm {
    margin-top: 25px;
  }
}
@media (min-width: 769px) {
  .amenities-page .outdoor-amenities-wrap .title-sm {
    width: 300px;
  }
}
.amenities-page .outdoor-amenities-wrap .img-list {
  margin-right: 6vw;
}
@media (max-width: 991.8px) {
  .amenities-page .outdoor-amenities-wrap .img-list {
    margin-right: 5vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .outdoor-amenities-wrap .img-list {
    margin-right: 0;
    margin-top: 23px;
  }
}
.amenities-page .outdoor-amenities-wrap .cam-icon {
  background: url("../images/icons/camera_teal.svg") center/contain no-repeat;
}
.amenities-page .outdoor-amenities-wrap .home-dr {
  right: 7vw;
  top: 6vw;
}
@media (max-width: 1199.8px) {
  .amenities-page .outdoor-amenities-wrap .home-dr {
    right: 5vw;
    top: 4vw;
  }
}
.amenities-page .indoor-amenities-wrap {
  background-color: #4eb0ad;
  padding: 90px 13vw 60px 20vw;
}
@media (max-width: 1199.8px) {
  .amenities-page .indoor-amenities-wrap {
    padding-left: 17vw;
    padding-right: 10vw;
  }
}
@media (max-width: 991.8px) {
  .amenities-page .indoor-amenities-wrap {
    padding-left: 9vw;
    padding-right: 6vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .indoor-amenities-wrap {
    padding: 0 35px;
  }
}
.amenities-page .indoor-amenities-wrap .title-sm {
  color: #444fa1;
  margin-top: 100px;
}
@media (max-width: 768.8px) {
  .amenities-page .indoor-amenities-wrap .title-sm {
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .amenities-page .indoor-amenities-wrap .title-sm {
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .amenities-page .indoor-amenities-wrap .list-wrap {
    margin-left: auto;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .indoor-amenities-wrap > .slide-img.mobile {
    transform: translateY(-25px);
    margin-bottom: 5px;
  }
}
.system .amenities-page .indoor-amenities-wrap .amenities-list-link:hover {
  color: #444fa1;
}
.amenities-page .indoor-amenities-wrap .img-list {
  margin-left: 6vw;
}
@media (max-width: 991.8px) {
  .amenities-page .indoor-amenities-wrap .img-list {
    margin-left: 5vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .indoor-amenities-wrap .img-list {
    margin-left: 0;
    margin-top: 30px;
  }
}
.amenities-page .indoor-amenities-wrap .img-list .slide-img {
  margin-left: auto;
}
@media (max-width: 768.8px) {
  .amenities-page .indoor-amenities-wrap .img-list .slide-img:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .indoor-amenities-wrap .img-list .slide-img:last-of-type {
    transform: translateY(25px);
  }
}
.amenities-page .indoor-amenities-wrap .cam-icon {
  background: url("../images/icons/camera_blue.svg") center/contain no-repeat;
}
.amenities-page .indoor-amenities-wrap .home-dr {
  left: 7vw;
  top: 6vw;
}
@media (max-width: 1199.8px) {
  .amenities-page .indoor-amenities-wrap .home-dr {
    left: 5vw;
    top: 4vw;
  }
}
@media (max-width: 768.8px) {
  .amenities-page .indoor-amenities-wrap .home-dr {
    top: initial;
    bottom: 83vw;
    z-index: 1;
  }
}
.amenities-page .indoor-amenities-wrap li {
  color: #3c3c3e;
  border-color: #3c3c3e;
}
.amenities-page .indoor-amenities-wrap li:first-of-type {
  border-color: #3c3c3e;
}

.amenities-modal .popup-img {
  max-width: 90%;
}

.pause-play-wrap {
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 15px;
  left: 15px;
}
@media (max-width: 991.8px) {
  .pause-play-wrap {
    bottom: 65px;
  }
}
.pause-play-wrap button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
.pause-play-wrap button.pause-icon {
  background: url(../images/icons/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
.pause-play-wrap button.play-icon {
  background: url(../images/icons/play-icon.svg) no-repeat center center;
  background-size: contain;
}

.page-error {
  display: flex;
  background: #444fa1;
  padding: 76px 8vw 76px 8vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768.8px) {
  .page-error {
    padding: 25px;
  }
}
@media (min-width: 769px) {
  .page-error {
    min-height: 85vh;
  }
}
.page-error .dr-cricle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/404/DylanReese_mark_yellow.svg);
  background-size: contain;
  width: 350px;
  height: 350px;
  left: -68px;
  bottom: -20px;
  z-index: 0;
}
@media (max-width: 1199.8px) {
  .page-error .dr-cricle {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .page-error .dr-cricle {
    height: 280px;
    width: 280px;
    bottom: -70px;
  }
}
@media (max-width: 768.8px) {
  .page-error .dr-cricle {
    width: 177px;
    height: 177px;
    left: -45px;
    bottom: 77vw;
  }
}
@media (max-width: 374.8px) {
  .page-error .dr-cricle {
    bottom: 77vw;
    width: 165px;
    height: 165px;
    left: -45px;
  }
}
@media (max-width: 576px) and (orientation: landscape) {
  .page-error .dr-cricle {
    bottom: 82vw;
  }
}

.error-row {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) and (max-width: 1199px) {
  .error-row {
    align-items: center;
  }
}
@media (min-width: 769px) {
  .error-row {
    justify-content: flex-end;
  }
}
@media (max-width: 768.8px) {
  .error-row {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (min-width: 769px) {
  .col-text {
    padding-right: 5vw;
  }
}
@media (min-width: 1200px) {
  .col-text {
    padding-top: 50px;
  }
}
@media (min-width: 1336px) {
  .col-text {
    padding-right: 145px;
    padding-top: 100px;
  }
}
@media (max-width: 768.8px) {
  .col-text {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.system .col-text .btn.btn-prime:hover {
  background: #ff4a47;
}

.error-text {
  color: #fff;
  max-width: 255px;
  text-align: right;
}
.error-text h2 {
  color: #fff;
}
.error-text p {
  line-height: 25px;
  letter-spacing: 1.35px;
  font-size: 18px;
  margin-bottom: 35px;
}
.error-text .btn {
  padding: 11px ​15p;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .col-img {
    align-self: center;
  }
}
.col-img {
  max-width: 675px;
}
@media (max-width: 1199.8px) {
  .col-img {
    max-width: 485px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .col-img {
    max-width: 355px;
  }
}
@media (max-width: 768.8px) {
  .col-img {
    margin-right: -25px;
    max-width: 575px;
  }
}

.contact-common {
  padding-top: 0px;
}
@media (max-width: 991.8px) {
  .contact-common {
    padding-top: 0px;
  }
}
.contact-common .txt-cont {
  width: 285px;
  text-align: right;
}
@media (max-width: 768.8px) {
  .contact-common .txt-cont {
    width: 100%;
  }
}
.contact-common .img-cont {
  width: calc(100% - 320px);
}
@media (max-width: 768.8px) {
  .contact-common .img-cont {
    width: 100%;
  }
}
@media (max-width: 768.8px) {
  .contact-common .flex-row {
    flex-direction: column;
    position: relative;
  }
}
.contact-common .contact-intro {
  padding: 40px 8vw 0 15vw;
}
@media (max-width: 991.8px) {
  .contact-common .contact-intro {
    padding-left: 70px;
    padding-right: 50px;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-intro {
    padding: 80px 0 0;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-intro .sub-title {
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) {
  .contact-common .contact-intro .txt-cont {
    position: relative;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-intro .txt-cont {
    max-width: 280px;
    padding-right: 20px;
    margin-left: auto;
  }
}
.contact-common .contact-intro .home-dr {
  width: 88px;
  height: 88px;
  left: -50px;
  top: -50px;
  transform: none !important;
}
@media (max-width: 768.8px) {
  .contact-common .contact-intro .home-dr {
    top: 30px;
    left: 35px;
  }
}
.contact-common .contact-intro .img-cont {
  padding-left: 10vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.8px) {
  .contact-common .contact-intro .img-cont {
    padding-left: 5vw;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-intro .img-cont {
    padding-left: 35px;
  }
}
.contact-common .contact-intro .img-cont .slide-img {
  width: 100%;
  height: 33.5vw;
  position: relative;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 768.8px) {
  .contact-common .contact-intro .img-cont .slide-img {
    height: 66vw;
  }
}
.contact-common .parallax-parent {
  height: 320px;
  overflow: hidden;
}
@media (max-width: 768.8px) {
  .contact-common .parallax-parent {
    height: 60vw;
  }
}
.contact-common .parallax-full-width {
  position: relative;
  z-index: 2;
  top: -100%;
  height: 200%;
  width: 100%;
  background-position: 25% 50%;
}
@media (max-width: 768.8px) {
  .contact-common .parallax-full-width {
    background-position: left center;
  }
}
.contact-common .ofce-hrs {
  margin-top: 22px;
}
@media (max-width: 768.8px) {
  .contact-common .address-wrap,
  .contact-common .ofce-hrs {
    padding-right: 30px;
  }
}
.contact-common .contact-details-sec {
  background-color: #333333;
  padding: 70px 18vw 40px 25vw;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1439.8px) {
  .contact-common .contact-details-sec {
    padding-left: 22vw;
    padding-right: 15vw;
  }
}
@media (max-width: 1335.8px) {
  .contact-common .contact-details-sec {
    padding-left: 18vw;
    padding-right: 13vw;
  }
}
@media (max-width: 1199.8px) {
  .contact-common .contact-details-sec {
    padding-left: 15vw;
    padding-right: 8vw;
  }
}
@media (max-width: 991.8px) {
  .contact-common .contact-details-sec {
    padding-left: 70px;
    padding-right: 50px;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-details-sec {
    padding: 80px 20px 40px;
  }
}
.contact-common .contact-details-sec .txt-cont {
  width: 302px;
}
@media (min-width: 769px) {
  .contact-common .contact-details-sec .txt-cont {
    position: relative;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-details-sec .txt-cont {
    width: 100%;
  }
}
.contact-common .contact-details-sec .sub-title,
.contact-common .contact-details-sec span {
  color: #fff;
}
.contact-common .contact-details-sec .sub-title {
  margin-bottom: 14px;
}
@media (max-width: 768.8px) {
  .contact-common .contact-details-sec .sub-title {
    margin-bottom: 10px;
  }
}
.contact-common .contact-details-sec span {
  display: block;
  padding-bottom: 2px;
}
.contact-common .contact-details-sec .home-dr {
  height: 138px;
  width: 138px;
  top: 0;
  left: -120px;
}
@media (max-width: 991.8px) {
  .contact-common .contact-details-sec .home-dr {
    height: 88px;
    width: 88px;
    left: -25px;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-details-sec .home-dr {
    left: 22px;
    top: 30px;
  }
}
.contact-common .contact-details-sec .btn {
  margin-top: 30px;
}
@media (max-width: 768.8px) {
  .contact-common .contact-details-sec .btn {
    margin-top: 25px;
  }
}
.using-keytab .contact-common .contact-details-sec .btn:focus {
  outline-color: #fff;
}
.system .contact-common .contact-details-sec .btn:hover {
  background: #ff4a47;
}
.contact-common .contact-details-sec .img-cont {
  text-align: right;
  padding-top: 20px;
}
@media (max-width: 768.8px) {
  .contact-common .contact-details-sec .img-cont {
    padding-top: 35px;
    text-align: center;
  }
}
.contact-common .contact-details-sec .img-cont img {
  width: 460px;
  height: 335px;
  display: block;
  margin-left: auto;
}
@media (max-width: 991.8px) {
  .contact-common .contact-details-sec .img-cont img {
    width: 350px;
    height: 250px;
  }
}
@media (max-width: 768.8px) {
  .contact-common .contact-details-sec .img-cont img {
    height: 64vw;
    width: 100%;
  }
}

.contact-form {
  background-color: #444fa1;
  padding: 60px 27vw 40px 27vw;
  flex-direction: column;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 450px;
  position: relative;
}
@media (max-width: 768.8px) {
  .contact-form {
    padding: 75px 35px 100px;
  }
}
@media (max-width: 374.8px) {
  .contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-form::after {
  background: url("../images/home/DylanReese_mark_red.svg") center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  top: 50%;
  left: -5vw;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 1440px) {
  .contact-form::after {
    left: -80px;
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 1199.8px) {
  .contact-form::after {
    left: -6.5vw;
    top: 65%;
  }
}
@media (max-width: 991.8px) {
  .contact-form::after {
    height: 23vw;
    width: 23vw;
  }
}
@media (max-width: 768.8px) {
  .contact-form::after {
    top: initial;
    transform: none;
    bottom: -33px;
    left: -33px;
    width: 160px;
    height: 160px;
  }
}
.contact-form .title-xs,
.contact-form .note-txt {
  display: inline-block;
  width: 100%;
}
.contact-form .title-xs {
  margin-bottom: 20px;
}
.contact-form .note-txt {
  margin-top: 20px;
  color: #fff;
  font: 14px/normal "futura-pt", sans-serif;
  text-align: right;
  letter-spacing: 1.05px;
}
@media (max-width: 768.8px) {
  .contact-form .note-txt {
    position: absolute;
    bottom: 175px;
    right: 0;
    text-align: center;
  }
}
.contact-form .title-xs,
.contact-form .hywrap,
.contact-form .note-txt {
  max-width: 690px;
  min-width: 500px;
}
@media (max-width: 1199.8px) {
  .contact-form .title-xs,
  .contact-form .hywrap,
  .contact-form .note-txt {
    max-width: 590px;
  }
}
@media (max-width: 991.8px) {
  .contact-form .title-xs,
  .contact-form .hywrap,
  .contact-form .note-txt {
    max-width: 530px;
  }
}
@media (max-width: 768.8px) {
  .contact-form .title-xs,
  .contact-form .hywrap,
  .contact-form .note-txt {
    max-width: none;
    min-width: 1px;
  }
}
.contact-form .hywrap {
  width: 100% !important;
  position: relative;
  z-index: 2;
}
.contact-form .hywrap input[type=hidden] {
  display: none;
}
.contact-form .hywrap textarea,
.contact-form .hywrap button[type=submit],
.contact-form .hywrap select,
.contact-form .hywrap input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}
.contact-form .hywrap .LV_validation_message {
  font: 14px/1 "futura-pt", sans-serif;
}
@media (min-width: 769px) {
  .contact-form .hywrap .LV_validation_message {
    position: absolute;
    bottom: -20px;
  }
}
.contact-form .hywrap input[type=text],
.contact-form .hywrap select,
.contact-form .hywrap textarea {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}
.contact-form .hywrap input[type=text],
.contact-form .hywrap select,
.contact-form .hywrap textarea,
.contact-form .hywrap .radio {
  color: #fff;
}
.contact-form .hywrap .radio {
  margin-right: 10px !important;
  margin-bottom: 0;
  margin-top: 5px;
}
.contact-form .hywrap select {
  background: #444fa1 url("../images/icons/dropdown-arrow.svg") right center/26px 14px no-repeat;
  color: #fff;
}
.contact-form .hywrap .control-group {
  border-bottom: 2px solid #fff;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media (max-width: 768.8px) {
  .contact-form .hywrap .control-group {
    border-bottom-width: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.contact-form .hywrap .control-label {
  color: #fff;
  font: 500 31px/normal "imperial-urw", sans-serif;
  position: absolute;
  left: 0;
  top: 9px;
  pointer-events: none;
  padding: 0;
}
@media (max-width: 768.8px) {
  .contact-form .hywrap .control-label {
    font-size: 24px;
    top: 4px;
  }
}
@media (min-width: 769px) {
  .contact-form .hywrap .name-fields {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .contact-form .hywrap .name-fields > li {
    width: 50%;
  }
  .contact-form .hywrap .name-fields > li:last-of-type {
    position: relative;
  }
  .contact-form .hywrap .name-fields > li:last-of-type .control-label {
    left: 9px;
  }
  .contact-form .hywrap .name-fields > li:last-of-type input {
    padding-left: 9px;
  }
  .contact-form .hywrap .name-fields > li:last-of-type::before {
    position: absolute;
    content: "";
    left: -9px;
    width: 2px;
    top: 0;
    bottom: 0;
    background-color: #fff;
  }
  .contact-form .hywrap .name-fields .control-label {
    top: -6px;
  }
  .contact-form .hywrap .name-fields .LV_validation_message {
    bottom: -35px;
  }
}
@media (max-width: 768.8px) {
  .contact-form .hywrap .name-fields > li:first-child {
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
  }
  .contact-form .hywrap .name-fields > li:first-child .control-label {
    top: -3px;
  }
  .contact-form .hywrap .name-fields > li:last-of-type {
    padding-top: 6px;
  }
}
.contact-form .hywrap .name-fields > li:first-child {
  margin-bottom: 0;
}
.contact-form .hywrap .hy-name {
  border-top: 2px solid #fff;
}
@media (max-width: 768.8px) {
  .contact-form .hywrap .hy-name {
    border-top-width: 1px;
  }
}
@media (min-width: 769px) {
  .contact-form .hywrap .hy-email,
  .contact-form .hywrap .hy-phone {
    display: inline-block;
    width: 50%;
  }
}
@media (min-width: 769px) {
  .contact-form .hywrap .hy-phone .control-label {
    left: 9px;
  }
}
.contact-form .hywrap .hy-phone input {
  padding-left: 9px;
}
@media (min-width: 769px) {
  .contact-form .hywrap .hy-email .controls::after {
    position: absolute;
    content: "";
    right: 9px;
    width: 2px;
    top: 15px;
    bottom: 15px;
    background-color: #fff;
  }
  .contact-form .hywrap .hy-email .LV_validation_message + div + .LV_validation_message {
    left: 140px;
  }
}
.contact-form .hywrap .hytag_form_comment textarea {
  height: 150px;
}
@media (max-width: 415.8px) {
  .contact-form .hywrap .hytag_form_comment textarea {
    height: 240px;
  }
}
.contact-form .hywrap .hytag_sign_up_for_the_newsletter .control-label {
  position: relative;
  top: 0;
}
.contact-form .hywrap button[type=submit] {
  display: inline-block;
  min-width: 190px;
  padding: 15px;
  text-align: center;
  font: 14px/25px "futura-pt", sans-serif;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  background: #4eb0ad;
  color: #3c3c3e;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
@media (max-width: 768.8px) {
  .contact-form .hywrap button[type=submit] {
    max-width: 180px;
    margin: 50px auto 0;
  }
}
.system .contact-form .hywrap button[type=submit]:hover {
  background: #ff4a47;
}
.contact-form .hywrap .form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 769px) {
  .contact-form .hywrap .form-actions {
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 4px;
    margin-top: 30px;
  }
}
.contact-form .hywrap #more-info a {
  color: #ecfa5f;
  font: 18px/normal "futura-pt", sans-serif;
  letter-spacing: 1.35px;
  text-decoration: none;
}

.thankyou-page .thankyou-wrap {
  background-color: #444fa1;
  padding: 60px 50px 80px 27vw;
  position: relative;
}
@media (max-width: 768.8px) {
  .thankyou-page .thankyou-wrap {
    padding: 75px 35px 125px;
  }
}
.thankyou-page .thankyou-wrap::before {
  background: url("../images/home/DylanReese_mark_red.svg") center/contain no-repeat;
  left: -5.5vw;
  bottom: -5.5vw;
  width: 25vw;
  height: 25vw;
  z-index: 1;
}
@media (max-width: 768.8px) {
  .thankyou-page .thankyou-wrap::before {
    left: -50px;
    bottom: -50px;
    width: 190px;
    height: 190px;
  }
}
@media (min-width: 1440px) {
  .thankyou-page .thankyou-wrap::before {
    left: -80px;
    bottom: -80px;
    width: 360px;
    height: 360px;
  }
}
.thankyou-page .thankyou-wrap .desc {
  display: inline-block;
  color: #fff;
  margin-bottom: 40px;
}
.thankyou-page .thankyou-head {
  color: #fff;
  font: 500 31px/normal "imperial-urw", sans-serif;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media (max-width: 768.8px) {
  .thankyou-page .thankyou-head {
    font-size: 24px;
  }
}
.thankyou-page .social-media-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 2;
}
.thankyou-page .social-media-icons li {
  margin-right: 14px;
}
@media (max-width: 768.8px) {
  .thankyou-page .social-media-icons li:not(:last-of-type) {
    margin-right: 20px;
  }
}
.thankyou-page .social-media-icons img {
  width: 19px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-page .contact-form .hywrap select {
    position: relative;
    background-image: none;
    top: 30px;
    margin-bottom: 20px;
  }
}
.floorplans-page .floorplans_intro {
  text-align: center;
  padding-bottom: 62px;
  max-width: 857px;
  margin: 0 auto;
}
.floorplans-page .floorplans_search-wrap {
  display: flex;
  flex-wrap: wrap;
}
.floorplans-page .floorplans_search-wrap .svg_wrap {
  width: 62%;
  position: relative;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans_search-wrap .svg_wrap {
    width: 100%;
    height: 80vw;
  }
}
.floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info {
  height: 123px;
  width: 101px;
  position: absolute;
  top: 30px;
  z-index: 2;
  transition: all ease 0.4s;
  cursor: pointer;
}
.floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.8px) {
  .floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info {
    width: 70px;
    height: 85px;
  }
}
.floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.reese {
  background: url("../images/floorplans/reese-default.svg") center/contain no-repeat;
  left: 13vw;
  top: 14vh;
}
.floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.reese:hover {
  background: url("../images/floorplans/reese-hover.svg") center/contain no-repeat;
}
@media (max-width: 1199.8px) {
  .floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.reese {
    left: 6vw;
    top: 11vh;
  }
}
@media (max-width: 1024.8px) {
  .floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.reese {
    left: 2vw;
    top: 10vh;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.reese {
    left: 14vw;
  }
}
@media (max-width: 415.8px) {
  .floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.reese {
    top: 6vh;
    left: 11%;
  }
}
.floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.dylan {
  background: url("../images/floorplans/dylan-default.svg") center/contain no-repeat;
  right: 28%;
  top: 45px;
}
.floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.dylan:hover {
  background: url("../images/floorplans/dylan-hover.svg") center/contain no-repeat;
}
@media (max-width: 415.8px) {
  .floorplans-page .floorplans_search-wrap .svg_wrap .fp-svg-info.dylan {
    top: 2vh;
  }
}
.floorplans-page .floorplans_search-wrap .form_wrap {
  width: 38%;
  background-color: #444fa1;
  padding: 108px 10vw 84px;
}
@media (max-width: 1024.8px) {
  .floorplans-page .floorplans_search-wrap .form_wrap {
    padding: 108px 2vw 84px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans_search-wrap .form_wrap {
    width: 100%;
    padding: 80px 30px 84px;
  }
}
.floorplans-page .bottom_text {
  background-color: #4eb0ad;
  padding: 72px 0px 70px;
}
.floorplans-page .bottom_text .white_title {
  width: 62.2vw;
  max-width: 896px;
  margin: 0 auto;
}
@media (max-width: 768.8px) {
  .floorplans-page .bottom_text .white_title {
    width: 100%;
    max-width: 100%;
    padding: 72px 30px 70px;
  }
}
.floorplans-page .white_title {
  color: #fff;
  font-family: "imperial-urw", sans-serif;
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}
.floorplans-page .fp-row {
  padding: 67px 12vw;
  position: relative;
}
@media (max-width: 1024.8px) {
  .floorplans-page .fp-row {
    padding: 50px 3vw;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-row {
    padding: 30px 0px;
  }
}
.floorplans-page .fp-row .fp-text p {
  color: #3c3c3e;
  font-size: 18px;
  letter-spacing: 1.35px;
  line-height: 25px;
  margin-bottom: 35px;
}
.floorplans-page .fp-row .fp-row-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.floorplans-page .fp-row .fp-text {
  width: calc(50% - 75px);
  padding-right: 75px;
  text-align: right;
}
@media (max-width: 1024.8px) {
  .floorplans-page .fp-row .fp-text {
    width: calc(50% - 30px);
    padding-right: 30px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-row .fp-text {
    width: 100%;
    order: 2;
    padding: 30px;
  }
}
.floorplans-page .fp-row .fp-text .btn:hover {
  background: #ff4a47;
}
.floorplans-page .fp-row .fp-img-wrap {
  width: 50%;
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-row .fp-img-wrap {
    width: 100%;
    order: 1;
    padding-right: 30px;
  }
}
.floorplans-page .fp-row .fp-img-inner {
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-row .fp-img-inner {
    height: 76vw;
  }
}
.floorplans-page .fp-row .fp-row-pattern {
  position: absolute;
  left: -74px;
  bottom: -74px;
  width: 350px;
  height: 350px;
  z-index: -1;
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-row .fp-row-pattern {
    left: -46px;
    bottom: -37px;
    width: 177px;
    height: 177px;
  }
}
.floorplans-page .fp-black {
  background: #3c3c3e;
}
.floorplans-page .fp-black .fp-text {
  order: 2;
  text-align: left;
  padding-right: 0;
  padding-left: 75px;
}
@media (max-width: 1024.8px) {
  .floorplans-page .fp-black .fp-text {
    padding-left: 30px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-black .fp-text {
    padding: 30px;
  }
}
.floorplans-page .fp-black .fp-img-inner {
  order: 1;
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-black .fp-img-wrap {
    padding-right: 0px;
    padding-left: 30px;
  }
}
.floorplans-page .yellow {
  color: #ecfa5f;
}
.floorplans-page .yellow-btn {
  border: 1px solid #ecfa5f;
  color: #ecfa5f;
  background: transparent;
}
.floorplans-page .white {
  color: #fff !important;
}
.floorplans-page .blue-btn {
  background-color: #444fa1;
  border: 1px solid #444fa1;
}
.floorplans-page .blue-btn:hover {
  background-color: #fff;
  color: #444fa1;
}
.floorplans-page .floorplans_bottom_text {
  padding: 70px 0px 66px;
  text-align: center;
}
.floorplans-page .floorplans_bottom_text .page-title {
  color: #4eb0ad;
  font-size: 18px;
  line-height: 25px;
}
.floorplans-page .floorplans_bottom_text .blue-btn:hover {
  color: #ff4a47;
  background: #444fa1;
}
.floorplans-page .fp-search-form .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.floorplans-page .fp-search-form .selectivo {
  display: block;
  width: 100%;
  background: transparent;
}
.floorplans-page .fp-search-form .selectivo button {
  color: #fff;
  font-family: "imperial-urw", sans-serif;
  font-size: 31px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
  padding: 23px 40px 23px 0px;
  border: 0px;
  border-top: 1px solid #fff;
  background: url(../images/icons/arrow_dropdown.svg) calc(100% - 20px) 50%/18px 15px no-repeat;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.floorplans-page .fp-search-form .selectivo button.selectivo__option {
  color: #3c3c3e;
  font-size: 25px;
  padding: 18px 10px;
  line-height: 21px;
  background: none;
}
.floorplans-page .fp-search-form .selectivo button.selectivo__option--selected {
  background: #4eb0ad;
  color: #ecfa5f;
}
.floorplans-page .fp-search-form .selectivo button.value-selected {
  color: #ecfa5f;
}
.floorplans-page .fp-search-form .selectivo button[aria-selected=true] {
  background: #4eb0ad;
  color: #ecfa5f;
}
.floorplans-page .fp-search-form .selectivo#building-select button {
  border-bottom: 1px solid #fff;
}
.floorplans-page .fp-form .page-title {
  color: #4eb0ad;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 39px;
}
.floorplans-page .fp-form .search-btn {
  border: 0;
  box-shadow: none;
  margin-top: 40px;
  float: right;
}
@media (max-width: 768.8px) {
  .floorplans-page .fp-form .search-btn {
    float: left;
  }
}
.floorplans-page .fp-form .search-btn:hover {
  color: #444fa1;
}
.floorplans-page .fp-form .selectivo__dropdown {
  top: 71px;
}
.floorplans-page.floor-listing {
  padding-top: 0;
}
.floorplans-page.floor-listing .tab-section {
  background: #444fa1;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floorplans-page.floor-listing .tab-section button {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  height: 100%;
  padding: 0px 20px;
  margin: 0px 8px;
  transition: all ease-in 0.4s;
}
.floorplans-page.floor-listing .tab-section button.active, .floorplans-page.floor-listing .tab-section button:hover {
  background: #fff;
  color: #444fa1;
}
.floorplans-page.floor-listing .tab-section button:hover {
  text-decoration: underline;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .tab-section button {
    margin: 0px;
    font-size: 14px;
  }
  .floorplans-page.floor-listing .tab-section button:first-child {
    margin-right: 10px;
  }
  .floorplans-page.floor-listing .tab-section button:last-child {
    margin-left: 10px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .tab-section {
    padding: 0px 22px;
  }
}
.floorplans-page.floor-listing .form_wrap {
  width: 100%;
  padding: 68px 18px 37px;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .form_wrap {
    padding: 68px 30px 37px;
  }
}
.floorplans-page.floor-listing .form_wrap .fp-search-form {
  display: flex;
  flex-wrap: Wrap;
  justify-content: center;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .form_wrap .fp-search-form {
    justify-content: flex-start;
  }
}
.floorplans-page.floor-listing .form_wrap .fp-search-form .search-btn {
  width: calc(12% - 30px);
  margin: 0px 15px;
  display: block;
  min-width: 127px;
  font-size: 26px;
  line-height: 25px;
  font-family: "imperial-urw", sans-serif;
  text-transform: none;
  font-weight: 400;
}
@media (max-width: 1024.8px) {
  .floorplans-page.floor-listing .form_wrap .fp-search-form .search-btn {
    margin: 20px auto 0px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .form_wrap .fp-search-form .search-btn {
    width: 162px;
    margin: 30px 0px 0px;
  }
}
.floorplans-page.floor-listing .form_wrap .fp-search-form .selectivo {
  width: calc(21% - 30px);
  margin: 0px 15px;
  border-bottom: 1px solid #fff;
  font-size: 26px;
}
@media (max-width: 1024.8px) {
  .floorplans-page.floor-listing .form_wrap .fp-search-form .selectivo {
    width: calc(25% - 30px);
  }
  .floorplans-page.floor-listing .form_wrap .fp-search-form .selectivo button {
    font-size: 20px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .form_wrap .fp-search-form .selectivo {
    width: 100%;
    margin: 0px;
  }
}
.floorplans-page.floor-listing .fp-form .page-title {
  display: none;
}
.floorplans-page.floor-listing .fp-result-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.floorplans-page.floor-listing .fp-result-list .fp-unit {
  width: calc(33.33% - 52px);
  padding: 0px 0px 50px;
  position: relative;
  /*background:$brandColor;*/
  margin: 0px 26px 40px;
  border: 2px solid #4eb0ad;
  position: relative;
}
@media (max-width: 991.8px) {
  .floorplans-page.floor-listing .fp-result-list .fp-unit {
    width: calc(50% - 52px);
  }
}
@media (max-width: 575.8px) {
  .floorplans-page.floor-listing .fp-result-list .fp-unit {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.floorplans-page.floor-listing .fp-result-list .fp-unit .fp-info {
  padding: 20px 40px 20px;
  background: #4eb0ad;
}
.floorplans-page.floor-listing .fp-result-list .fp-unit .fp-info .unit-title {
  color: #444fa1;
  font: 700 42px/58px "imperial-urw", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.95px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991.8px) {
  .floorplans-page.floor-listing .fp-result-list .fp-unit .fp-info .unit-title {
    font-size: 32px;
  }
}
@media (max-width: 575.8px) {
  .floorplans-page.floor-listing .fp-result-list .fp-unit .fp-info .unit-title {
    font-size: 44px;
  }
}
.floorplans-page.floor-listing .fp-result-list .fp-unit .fp-info .unit-info {
  color: #3c3c3e;
  text-transform: uppercase;
}
.floorplans-page.floor-listing .fp-result-list .fp-unit .info-block {
  margin-bottom: 4px;
}
.floorplans-page.floor-listing .fp-result-list .fp-unit .fp-img {
  padding: 25px 40px;
  background: #fff;
}
.floorplans-page.floor-listing .fp-result-list .fp-unit .disclaimer {
  text-align: center;
  font-size: 0.8em;
}
.floorplans-page.floor-listing .fp-result-wrap {
  padding: 42px 9vw 90px;
  position: relative;
}
@media (max-width: 1199.8px) {
  .floorplans-page.floor-listing .fp-result-wrap {
    padding: 42px 3vw 90px;
  }
}
@media (max-width: 991.8px) {
  .floorplans-page.floor-listing .fp-result-wrap {
    padding: 90px 3vw;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap {
    padding: 30px 30px;
  }
}
.floorplans-page.floor-listing .fp-result-wrap .fp-row-pattern {
  position: absolute;
  width: 350px;
  height: 350px;
  z-index: -1;
  top: 42px;
  left: -95px;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .fp-row-pattern {
    top: -33px;
    left: -42px;
    width: 177px;
    height: 177px;
  }
}
.floorplans-page.floor-listing .fp-result-wrap .btn-bottom {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.floorplans-page.floor-listing .fp-result-wrap .btn-bottom a {
  width: 100%;
}
.floorplans-page.floor-listing .fp-result-wrap .btn-bottom a.view-detail {
  position: relative;
}
.floorplans-page.floor-listing .fp-result-wrap .btn-bottom a.view-detail:before {
  position: absolute;
  width: 2px;
  height: 60%;
  background: #3c3c3e;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.floorplans-page.floor-listing .fp-result-wrap .btn-bottom a:hover {
  text-decoration: underline;
}
.floorplans-page.floor-listing .fp-result-wrap .btn-bottom.two-btns a {
  width: 50%;
  min-width: 1px;
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 43px 42px;
  font: 18px "futura-pt", sans-serif;
  font-weight: 500;
  position: relative;
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap .sort-button {
  border: 1px solid #3c3c3e;
  background: transparent;
  width: 100%;
  color: #3c3c3e;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px;
  font-size: 14px;
  text-align: left;
  background: url(../images/floorplans/arrow_dropdown.svg) calc(100% - 20px) 50%/15px 15px no-repeat;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
  }
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li {
  display: inline;
  padding-left: 25px;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li {
    padding: 15px;
    display: block;
    cursor: pointer;
    border: 1px solid #3c3c3e;
    border-top: 0px;
  }
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li:hover, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li.active {
    background: #4eb0ad;
  }
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li:hover a, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li.active a {
    color: #fff !important;
  }
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li:hover a:before, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li:hover a:after, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li.active a:before, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li.active a:after {
    background: #fff !important;
  }
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a {
  font: 18px "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #3c3c3e;
  position: relative;
  padding-right: 12px;
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:before {
  width: 1px;
  height: 11px;
  right: -3px;
  background: #3c3c3e;
  bottom: 6px;
  position: absolute;
  content: "";
  transform: rotate(45deg);
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  background: #3c3c3e;
  transform: rotate(-45deg);
  bottom: 6px;
  right: -11px;
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a.asc:before {
  transform: rotate(-45deg);
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a.asc:after {
  transform: rotate(45deg);
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:hover, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a.active {
  color: #ff4a47;
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:hover:before, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:hover:after, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a.active:before, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a.active:after {
  background: #ff4a47;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:hover {
    color: #fff;
  }
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:hover:before, .floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li a:hover:after {
    background: #fff;
  }
}
.floorplans-page.floor-listing .fp-result-wrap .sort-wrap ul li.active a {
  color: #ff4a47;
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .sort-wrap {
    justify-content: flex-start;
    padding: 20px 0px 50px;
  }
}
.floorplans-page.floor-listing .fp-result-wrap .result-count-wrap {
  padding: 0px 26px;
  text-transform: uppercase;
  font-weight: 500;
  color: #3c3c3e;
  width: 40%;
  line-height: 28px;
  font: 18px "futura-pt", sans-serif;
}
@media (max-width: 991.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .result-count-wrap {
    padding: 0px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .result-count-wrap {
    text-align: left;
    padding: 0px;
    width: 100%;
  }
}
.floorplans-page.floor-listing .fp-result-wrap .top-count-section {
  display: flex;
}
@media (max-width: 991.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .top-count-section {
    margin: 0px 26px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .top-count-section {
    display: block;
  }
}
@media (max-width: 575.8px) {
  .floorplans-page.floor-listing .fp-result-wrap .top-count-section {
    margin: 0px;
  }
}
.floorplans-page.floor-listing .map_section {
  height: 100vh;
  display: none;
}
.floorplans-page.floor-listing .map_section .sight-map-page .content-area {
  height: 100%;
  margin: 0px 50px;
}
.floorplans-page.floor-listing .map_section .sight-map-page .btn {
  display: none;
}
.floorplans-page.floor-listing .load-more {
  text-align: center;
  padding-top: 10px;
}
.floorplans-page.floor-listing .load-more .btn {
  background: #444fa1;
  max-width: 190px;
  margin: 0 auto;
  border: 1px solid #444fa1;
}
.floorplans-page.floor-listing .loader {
  text-align: center;
  padding-bottom: 15px;
}
.floorplans-page.floor-listing .loader img {
  width: 50px;
  height: 50px;
}
.floorplans-page .floorplans-info {
  padding: 90px 6vw;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info {
    padding: 30px;
  }
}
.floorplans-page .floorplans-info .back_btn {
  max-width: 1129px;
  margin: 0 auto;
  text-align: center;
}
.floorplans-page .floorplans-info .back_btn a {
  margin-top: 57px;
  background: #3c3c3e;
}
.floorplans-page .floorplans-info .back_btn a:hover {
  background: #444fa1;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .back_btn a {
    margin-top: 20px;
  }
}
.floorplans-page .floorplans-info .fp-detail-box {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #4eb0ad;
  max-width: 1129px;
  margin: 0 auto;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .fp-detail-box {
    border: 0px;
  }
}
.floorplans-page .floorplans-info .fp-detail-box .fp-info-col {
  width: 30%;
  background: #4eb0ad;
  padding: 30px 40px;
}
@media only screen and (max-width: 1200px) {
  .floorplans-page .floorplans-info .fp-detail-box .fp-info-col {
    width: 45%;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .fp-detail-box .fp-info-col {
    width: 100%;
    background: #fff;
    padding: 0px;
  }
}
.floorplans-page .floorplans-info .fp-detail-box .unit-image-section {
  padding: 25px;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .fp-detail-box .unit-image-section {
    border: 2px solid #4eb0ad;
  }
}
.floorplans-page .floorplans-info .fp-detail-box .info-block {
  padding: 25px 0px;
  background: #4eb0ad;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .fp-detail-box .info-block {
    border: 2px solid #4eb0ad;
    padding: 25px;
  }
}
.floorplans-page .floorplans-info .fp-detail-box .fp-img-col {
  width: 70%;
  padding: 30px 100px;
}
@media only screen and (max-width: 1200px) {
  .floorplans-page .floorplans-info .fp-detail-box .fp-img-col {
    width: 55%;
  }
}
.floorplans-page .floorplans-info .fp-detail-box .unit-title {
  color: #444fa1;
  font-family: "imperial-urw", sans-serif;
  font-size: 44px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
.floorplans-page .floorplans-info .fp-detail-box .unit-info-item {
  color: #3c3c3e;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
}
.floorplans-page .floorplans-info .fp-detail-box .unit-info {
  font-weight: bold;
  font-weight: 800;
}
.floorplans-page .floorplans-info .fp-detail-box .fp-btn {
  margin: 30px 0px 20px;
}
.floorplans-page .floorplans-info .fp-detail-box .fp-btn .btn {
  background: #444fa1;
  margin-bottom: 10px;
  height: 40px;
  padding: 11px 15px;
  border: 1px solid #444fa1;
  letter-spacing: 1.05px;
}
.floorplans-page .floorplans-info .fp-detail-box .fp-btn .btn:hover {
  border: 1px solid #3c3c3e;
  color: #3c3c3e;
  background: #fff;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .fp-detail-box .fp-btn .btn {
    width: calc(50% - 5px);
    min-width: 1px;
    border: 1px solid #3c3c3e;
    background: transparent;
    color: #3c3c3e;
  }
  .floorplans-page .floorplans-info .fp-detail-box .fp-btn .btn:first-child {
    background: #444fa1;
    color: #fff;
    border: 1px solid #444fa1;
  }
  .floorplans-page .floorplans-info .fp-detail-box .fp-btn .btn:nth-child(even) {
    margin-left: 5px;
  }
  .floorplans-page .floorplans-info .fp-detail-box .fp-btn .btn:nth-child(odd) {
    margin-right: 5px;
  }
}
@media (max-width: 415.8px) {
  .floorplans-page .floorplans-info .fp-detail-box .fp-btn .btn {
    padding: 11px 0px;
    font-size: 12px;
  }
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .fp-detail-box .fp-btn {
    display: flex;
    flex-wrap: wrap;
  }
}
.floorplans-page .floorplans-info .fp-detail-box .key_plan_section {
  background: #fff;
  padding: 20px;
}
@media (max-width: 768.8px) {
  .floorplans-page .floorplans-info .fp-detail-box .key_plan_section {
    text-align: center;
  }
}

.total-rent,
.base-rent {
  display: block;
}

.mfp-close {
  background: url(../images/gallery/close.svg) right/contain no-repeat !important;
  height: 30px !important;
  top: 12px !important;
  right: 0px !important;
}

.sight-map-page {
  height: 100vh;
  margin: 30px 50px 50px;
}
.sight-map-page .content-area {
  height: 100%;
}

.no-results {
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
}
@media (max-width: 768.8px) {
  .no-results {
    font-size: 20px;
  }
}

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

.floor-plans .fp-unit {
  position: relative;
}
.floor-plans .fp-unit .disclaimer {
  position: absolute;
  bottom: 50px;
  width: 100%;
}

.floorplan-listing .fp-unit {
  position: relative;
}
.floorplan-listing .fp-unit .disclaimer {
  bottom: 8px;
  width: 100%;
}

#floorplan-detail {
  position: relative;
}
#floorplan-detail .fp-row-pattern {
  position: absolute;
  left: -90px;
  bottom: -80px;
  width: 350px;
  height: 350px;
  z-index: -1;
}
@media (max-width: 768.8px) {
  #floorplan-detail .fp-row-pattern {
    width: 177px;
    height: 177px;
    left: -45px;
    bottom: -49px;
  }
}

.system .load-more .btn:hover {
  color: #444fa1;
  background: #fff;
}
.system .selectivo button.selectivo__option:hover {
  background: #4eb0ad;
  color: #ecfa5f;
}

.hide {
  display: none !important;
}

#fpModal .modal-popup {
  z-index: -1;
  background: #3c3c3e;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: all ease 0.5s;
}
#fpModal .modal-popup.open {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
#fpModal .modal-popup .modal-dialog {
  height: 100%;
  flex-direction: column;
}
#fpModal .modal-popup .modal-dialog img {
  max-height: calc(100% - 90px);
}
#fpModal .modal-popup .close-popup {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: absolute;
  background: url("../images/icons/close.svg") center/contain no-repeat;
  width: 24px;
  height: 24px;
  top: 35px;
  right: 40px;
  font-size: 0;
  z-index: 10;
}
@media (max-width: 1199.8px) {
  #fpModal .modal-popup .close-popup {
    width: 18px;
    height: 18px;
    top: 22px;
    right: 30px;
  }
}

.floorplan-detail .detail-calculator-wrap .rfwa-fee-calculator {
  display: flex;
  width: auto !important;
  align-items: center;
  font-weight: 700;
  line-height: 1;
  color: #3c3c3e;
}
.floorplan-detail .detail-calculator-wrap .rfwa-fee-calculator::before {
  width: 28px;
  height: 28px;
  margin-left: -3px;
}
.floorplan-detail .floorplans-page .floorplans-info .fp-detail-box .unit-info-item.total-rent {
  font-weight: 700;
}

.back_btn_wrapper {
  margin-block-end: 50px;
}
@media (min-width: 992px) {
  .back_btn_wrapper {
    margin-inline-start: 26px;
  }
}
.back_btn_wrapper .back_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3c3c3e;
}
.back_btn_wrapper .back_btn:hover {
  color: #ff4a47;
}
.back_btn_wrapper .back_btn:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%23ff4a47%22%20viewBox%3D%220%200%201920%201920%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath%20d%3D%22M615.177%20345%200%20960.292l615.177%20615.177%2081.25-81.25-476.467-476.466H1920V902.83H219.96l476.467-476.58z%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.back_btn_wrapper .back_btn::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22%233c3c3e%22%20viewBox%3D%220%200%201920%201920%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fg%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%3Cpath%20d%3D%22M615.177%20345%200%20960.292l615.177%20615.177%2081.25-81.25-476.467-476.466H1920V902.83H219.96l476.467-476.58z%22%20fill-rule%3D%22evenodd%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (max-width: 768.8px) {
  .features-page {
    padding-top: 0;
  }
}
@media (max-width: 768.8px) {
  .features-page .page-title-wrap {
    padding-top: 41px;
  }
}
.features-page .features-container {
  position: relative;
  max-width: 1376px;
  margin: auto;
}
.features-page .features-container .sub-title {
  text-align: center;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 768.8px) {
  .features-page .features-container .sub-title {
    margin-bottom: 43px;
  }
}
.features-page .features-container img {
  width: 88px;
  height: 88px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768.8px) {
  .features-page .features-container img {
    display: none;
  }
}
.features-page .parallax-banner {
  height: 47vw;
  margin-top: 60px;
  overflow: hidden;
}
@media (max-width: 768.8px) {
  .features-page .parallax-banner {
    margin-top: 43px;
    height: 60vw;
  }
}
.features-page .parallax-banner .banner-bg {
  position: relative;
  z-index: 2;
  top: -100%;
  height: 200%;
  width: 100%;
  background-position: center -143px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768.8px) {
  .features-page .parallax-banner .banner-bg {
    background-position: bottom center;
  }
}
.features-page .features-expanded {
  background-color: #4eb0ad;
  padding: 85px 20vw 95px 13vw;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 450px;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded {
    flex-direction: column;
    padding: 30px 35px 34px 35px;
  }
}
.features-page .features-expanded:after {
  content: "";
  background: url(../images/features/DylanReese_mark_blue.svg) center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  top: 23%;
  right: -3vw;
  z-index: 1;
  transform: translateY(-50%);
  position: absolute;
}
@media (min-width: 1440px) {
  .features-page .features-expanded:after {
    right: -80px;
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 768.8px) {
  .features-page .features-expanded:after {
    top: 5%;
    left: -5vw;
    right: auto;
    width: 30vw;
    height: 30vw;
  }
}
.features-page .features-expanded .txt-cont {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .txt-cont {
    width: 100%;
  }
}
.features-page .features-expanded .txt-cont .title-sm {
  color: #444fa1;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .txt-cont .title-sm {
    font-size: 14px;
  }
}
.features-page .features-expanded .txt-cont .list-wrap li {
  padding-top: 20px;
  padding-bottom: 22px;
  border-bottom: 2px solid #3c3c3e;
  color: #3c3c3e;
  font-family: "imperial-urw", sans-serif;
  font-size: 27px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-align: left;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .txt-cont .list-wrap li {
    font-size: 18px;
    line-height: 22px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
.features-page .features-expanded .living-area {
  width: calc(50% - 16.5px);
  margin-right: 33px;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .living-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 35px;
    align-items: flex-end;
  }
}
.features-page .features-expanded .living-area .txt-cont {
  margin-left: 0;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .living-area .txt-cont {
    margin-bottom: 35px;
  }
}
.features-page .features-expanded .living-area .img-list {
  margin-top: 78px;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .living-area .img-list {
    margin-top: 0;
    width: 100%;
  }
}
.features-page .features-expanded .living-area .slide-img.img-hor {
  position: relative;
  height: 17vw;
  width: 100%;
  overflow: hidden;
  top: auto !important;
}
.features-page .features-expanded .living-area .slide-img.img-hor .img-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .living-area .slide-img.img-hor {
    width: 82%;
    height: 147px;
    float: right;
    height: 32vw;
  }
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .living-area .slide-img.img-hor.mobile {
    display: block !important;
    margin-bottom: 35px;
    height: 183px;
    z-index: 2;
    height: 35vw;
  }
}
.features-page .features-expanded .kitchen-bath {
  width: calc(50% - 16.5px);
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .kitchen-bath {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.features-page .features-expanded .kitchen-bath .img-list {
  margin-bottom: 73px;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .kitchen-bath .img-list {
    margin-bottom: 36px;
    display: none;
  }
}
.features-page .features-expanded .kitchen-bath .slide-img.img-hor {
  position: relative;
  height: 20vw;
  width: 100%;
  overflow: hidden;
  top: auto !important;
  z-index: 2;
}
.features-page .features-expanded .kitchen-bath .slide-img.img-hor .img-inner {
  width: 100%;
  height: 100%;
}
@media (max-width: 768.8px) {
  .features-page .features-expanded .kitchen-bath .slide-img.img-hor {
    width: 80%;
    height: 200px;
    float: right;
  }
}
.features-page .sub-footer .btn-secondary:hover {
  background-color: #3c3c3e;
}
@media (max-width: 768.8px) {
  .features-page .sub-footer {
    padding-top: 50px;
    padding-bottom: 43px;
  }
}

.services-page .page-title-wrap {
  padding-bottom: 70px;
}
@media (max-width: 768.8px) {
  .services-page .page-title-wrap {
    padding-bottom: 34px;
  }
}
.services-page .home-row {
  background-color: #4eb0ad;
}
@media (max-width: 768.8px) {
  .services-page .home-row .home-row-wrap {
    padding: 38px 0 41px;
  }
  .services-page .home-row .home-row-wrap .home-col-text {
    padding: 0 20px;
    justify-content: flex-start;
  }
}
.services-page .home-row .home-row-wrap .home-text {
  max-width: 400px;
}
@media (max-width: 768.8px) {
  .services-page .home-row .home-row-wrap .home-text {
    text-align: left;
  }
}
.services-page .home-row .home-row-wrap .home-text .home-dr {
  left: -60px;
  top: -60px;
}
.services-page .home-row .home-row-wrap .home-text .home-dr img {
  width: 138px;
  height: 138px;
}
@media (max-width: 991.8px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 991.8px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr {
    top: -35px;
    left: 46px;
  }
}
@media (max-width: 870px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr {
    left: 23px;
  }
}
@media (max-width: 840px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr {
    left: 7px;
  }
}
@media (max-width: 810px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr {
    left: -13px;
  }
}
@media (max-width: 768.8px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr {
    left: auto;
    right: 0;
    top: -13px;
  }
}
@media (max-width: 380px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr {
    right: -5%;
  }
}
@media (max-width: 350px) {
  .services-page .home-row .home-row-wrap .home-text .home-dr {
    right: -10%;
  }
}
.services-page .home-row .home-row-wrap .home-text .sub-text {
  color: #444fa1;
}
.services-page .home-row .home-row-wrap .home-text .sub-title {
  position: relative;
  color: #3c3c3e;
}
.services-page .home-row .home-row-wrap .home-text p {
  color: #3c3c3e;
}
.services-page .home-row .home-row-wrap .home-img {
  bottom: -140px;
}
@media (max-width: 768.8px) {
  .services-page .home-row .home-row-wrap .home-img {
    bottom: -80px;
  }
}
.services-page .our-services {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 105px 20vw 42px 13vw;
  align-items: flex-start;
}
@media (max-width: 1199.8px) {
  .services-page .our-services {
    padding-left: 10vw;
    padding-right: 17vw;
  }
}
@media (max-width: 991.8px) {
  .services-page .our-services {
    padding-left: 6vw;
    padding-right: 9vw;
  }
}
@media (max-width: 768.8px) {
  .services-page .our-services {
    flex-direction: column-reverse;
    padding: 40px 35px 40px;
  }
}
.services-page .our-services::after {
  background: url(../images/icons/DylanReese_mark_yellow.svg) center/contain no-repeat;
  width: 33vw;
  height: 33vw;
  top: 20vw;
  left: -10vw;
  position: absolute;
  z-index: -1;
  content: "";
}
@media (max-width: 768.8px) {
  .services-page .our-services::after {
    top: auto;
    bottom: 41vw;
  }
}
.services-page .our-services .img-list {
  position: relative;
  z-index: 3;
  width: 36vw;
  margin-right: 6vw;
}
@media (max-width: 768.8px) {
  .services-page .our-services .img-list {
    width: 100%;
  }
}
.services-page .our-services .img-list .slide-img {
  width: 36vw;
  position: relative;
  opacity: 0;
  overflow: hidden;
  top: auto !important;
}
@media (max-width: 768.8px) {
  .services-page .our-services .img-list .slide-img {
    margin-left: auto;
    width: 67vw;
  }
}
.services-page .our-services .img-list .slide-img:not(:last-of-type) {
  margin-bottom: 67px;
}
.services-page .our-services .img-list .slide-img.img-hor {
  height: 28vw;
  min-height: 330px;
}
@media (min-width: 1440px) {
  .services-page .our-services .img-list .slide-img.img-hor {
    height: 24vw;
  }
}
.services-page .our-services .img-list .slide-img.img-hor:first-child {
  height: 30vw;
  min-height: 370px;
}
@media (min-width: 1440px) {
  .services-page .our-services .img-list .slide-img.img-hor:first-child {
    height: 25vw;
  }
}
@media (max-width: 768.8px) {
  .services-page .our-services .img-list .slide-img.img-hor {
    display: none;
  }
  .services-page .our-services .img-list .slide-img.img-hor:last-child {
    height: 44vw;
    display: block;
    min-height: 159px;
  }
}
.services-page .our-services .img-list .slide-img.img-ver {
  height: 44vw;
  min-height: 520px;
}
@media (min-width: 1440px) {
  .services-page .our-services .img-list .slide-img.img-ver {
    height: 39vw;
  }
}
@media (max-width: 768.8px) {
  .services-page .our-services .img-list .slide-img.img-ver {
    height: 72vw;
    margin-top: 25px;
    margin-bottom: 29px;
    min-height: 252px;
  }
}
.services-page .our-services .txt-cont {
  width: calc(100% - 42vw);
}
@media (max-width: 768.8px) {
  .services-page .our-services .txt-cont {
    width: 100%;
    margin-top: 24px;
  }
}
.services-page .our-services .txt-cont .title-sm {
  margin-bottom: 20px;
}
.services-page .our-services .txt-cont .list-wrap li {
  color: #3c3c3e;
  font-family: "imperial-urw", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 2px solid #3c3c3e;
  text-transform: capitalize;
}
.services-page .our-services .txt-cont .list-wrap li:first-child {
  border-top: 2px solid #3c3c3e;
}
@media (max-width: 768.8px) {
  .services-page .our-services .txt-cont .list-wrap li:first-child {
    border-top: 1px solid #3c3c3e;
  }
}
@media (max-width: 768.8px) {
  .services-page .our-services .txt-cont .list-wrap li {
    font-size: 18px;
    line-height: 22px;
    border-bottom-width: 1px;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
.services-page .our-services .txt-cont .list-wrap li a {
  color: #444fa1;
}
.services-page .our-services .slide-img.img-hor.mobile {
  height: 44vw;
  margin-left: auto;
  width: 67vw;
  position: relative;
  overflow: hidden;
  top: auto !important;
  min-height: 179px;
}
@media (max-width: 768.8px) {
  .services-page .our-services .slide-img.img-hor.mobile {
    display: block !important;
  }
}
.services-page .sub-footer {
  padding: 90px 100px 60px;
}
@media (max-width: 768.8px) {
  .services-page .sub-footer {
    padding: 90px 40px 60px;
  }
}
.services-page .sub-footer .sub-text {
  color: #4db0ac;
}
@media (max-width: 768.8px) {
  .services-page .sub-footer .sub-text {
    margin-bottom: 20px;
  }
}
.services-page .sub-footer .sub-title {
  color: white;
}

.blog-page .page-title-wrap .blog-container {
  position: relative;
  margin: 0 auto;
  max-width: 1376px;
}
.blog-page .page-title-wrap .blog-container .page-title {
  color: #4eb0ad;
}
.blog-page .page-title-wrap .blog-container .sub-title {
  margin-bottom: 74px;
  margin-top: 13px;
}
.blog-page .page-title-wrap .blog-container .gal-dr {
  width: 88px;
  height: 88px;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translate(0%, 50%);
}
@media (max-width: 768.8px) {
  .blog-page .page-title-wrap .blog-container .gal-dr {
    display: none;
  }
}
.blog-page .blog-popular {
  background-color: #444fa1;
}
.blog-page .blog-popular .home-row-wrap {
  justify-content: flex-start;
  max-width: none;
  padding-left: 13vw;
  padding-right: 13vw;
  padding: 57px 13vw;
}
@media (max-width: 1100px) {
  .blog-page .blog-popular .home-row-wrap {
    padding: 57px 8vw;
  }
}
@media (max-width: 768.8px) {
  .blog-page .blog-popular .home-row-wrap {
    padding: 0;
  }
}
.blog-page .blog-popular .home-row-wrap .no_posts {
  font-size: 48px;
  margin-bottom: 22px;
  line-height: 1.2;
  font-family: "imperial-urw", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 768.8px) {
  .blog-page .blog-popular .home-row-wrap .no_posts {
    padding: 20px;
    font-size: 36px;
  }
}
.blog-page .blog-popular .home-row-wrap .home-col-img {
  align-self: auto;
  margin-right: 77px;
}
@media (max-width: 768.8px) {
  .blog-page .blog-popular .home-row-wrap .home-col-img {
    margin-right: 0;
    margin-bottom: 44px;
  }
}
.blog-page .blog-popular .home-row-wrap .home-col-img .home-img {
  margin-left: 0;
  bottom: auto;
  opacity: 1;
}
@media (max-width: 768.8px) {
  .blog-page .blog-popular .home-row-wrap .home-col-img .home-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.blog-page .blog-popular .home-row-wrap .home-col-text .home-text {
  max-width: 450px;
  text-align: left;
}
@media (max-width: 768.8px) {
  .blog-page .blog-popular .home-row-wrap .home-col-text .home-text {
    max-width: none;
    padding: 30px;
    padding-top: 0;
  }
}
.blog-page .blog-popular .home-row-wrap .home-col-text .btn-prime:hover {
  background-color: white;
  color: #444fa1;
}
.blog-page .list-section {
  padding: 58px 13vw 60px;
  position: relative;
  min-height: 265px;
}
@media (max-width: 768.8px) {
  .blog-page .list-section {
    padding: 45px 31px 60px;
  }
}
.blog-page .list-section:after {
  content: "";
  position: absolute;
  background: url("../images/icons/DylanReese_mark_yellow.svg") center/contain no-repeat;
  width: 25vw;
  height: 25vw;
  top: 58px;
  left: -5vw;
  z-index: -1;
}
@media (max-width: 768.8px) {
  .blog-page .list-section:after {
    top: auto;
    bottom: -30px;
    right: -26px;
    left: auto;
  }
}
.blog-page .list-section .select-section {
  margin-bottom: 69px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768.8px) {
  .blog-page .list-section .select-section {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.blog-page .list-section .select-section .selectivo {
  margin-right: 8px;
}
@media (max-width: 768.8px) {
  .blog-page .list-section .select-section .selectivo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.blog-page .list-section .select-section .selectivo:last-child {
  margin-right: 0;
}
.blog-page .list-section .select-section .selectivo .selectivo__label {
  border: 1px solid #3c3c3e;
  height: 43px;
  padding-top: 12px;
  color: #3c3c3e;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  padding-left: 19px;
  padding-bottom: 15px;
  background: none !important;
  position: relative;
  min-width: 130px;
}
.blog-page .list-section .select-section .selectivo .selectivo__label::after {
  content: "";
  position: absolute;
  background: url("../images/blog/dropdown.svg");
  right: 10px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-page .list-section .select-section .selectivo .selectivo__label a {
  color: #3c3c3e;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}
.blog-page .list-section .select-section .selectivo .selectivo__dropdown {
  top: 42px;
  border: 1px solid #3c3c3e;
}
.blog-page .list-section .select-section .selectivo .selectivo__dropdown .selectivo__option {
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  line-break: anywhere;
  white-space: normal;
  padding: 10px;
}
.blog-page .list-section .select-section .selectivo .selectivo__dropdown .selectivo__option a {
  font-weight: 400;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
  line-break: anywhere;
  white-space: normal;
  color: #3c3c3e;
}
.blog-page .list-section .select-section .selectivo .selectivo__dropdown .selectivo__option a:hover {
  background: #4eb0ad;
  color: #ecfa5f;
}
.blog-page .list-section .select-section .selectivo .selectivo__dropdown .selectivo__option:first-child {
  background: none !important;
}
.blog-page .list-section .select-section .selectivo .selectivo__dropdown .selectivo__option:first-child:hover {
  background: #4eb0ad !important;
  color: #ecfa5f;
}
.blog-page .list-section .select-section .selectivo .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  background: #4eb0ad !important;
}
.blog-page .list-section .news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 21px;
}
@media (max-width: 768.8px) {
  .blog-page .list-section .news-wrap {
    margin-bottom: 27px;
  }
}
.blog-page .list-section .news-wrap .news-item {
  width: calc(50% - 43px);
  margin-bottom: 78px;
  margin-right: 86px;
}
@media (max-width: 768.8px) {
  .blog-page .list-section .news-wrap .news-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.blog-page .list-section .news-wrap .news-item:nth-child(2n) {
  margin-right: 0;
}
.blog-page .list-section .news-wrap .news-item .news-img {
  height: 375px;
  margin-bottom: 25px;
}
.blog-page .list-section .news-wrap .news-item .news-img a {
  width: 100%;
  height: 100%;
}
.blog-page .list-section .news-wrap .news-item .news-img a div {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-page .list-section .news-wrap .news-item .news-desc {
  color: #3c3c3e;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 18px;
}
.blog-page .list-section .news-wrap .news-item .news-desc .date {
  color: #4eb0ad;
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1.35px;
  line-height: normal;
  text-transform: uppercase;
}
.blog-page .list-section .news-wrap .news-item .news-desc .heading {
  font-family: "futura-pt", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1.35px;
  line-height: normal;
  text-transform: uppercase;
}
.blog-page .list-section .news-wrap .news-item .news-desc .detail {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: normal;
}
.blog-page .list-section .news-wrap .news-item .btn-prime:hover {
  background-color: #ff4a47;
  color: white;
}
.blog-page .list-section .load-more {
  text-align: center;
}
.blog-page .list-section .load-more .btn-prime {
  background-color: #444fa1;
  color: white;
}
.blog-page .list-section .load-more .btn-prime:hover {
  background-color: #3c3c3e;
  color: white;
}

.blog-detail {
  padding-top: 0;
}
.blog-detail .blog-intro {
  padding: 40px 8vw 0 15vw;
}
@media (max-width: 768.8px) {
  .blog-detail .blog-intro {
    padding: 43px 0;
    flex-direction: column;
  }
}
.blog-detail .blog-intro .txt-cont {
  width: 285px;
  text-align: right;
  position: relative;
}
@media (min-width: 769px) {
  .blog-detail .blog-intro .txt-cont .contact-common .contact-intro .txt-cont {
    position: relative;
  }
}
@media (max-width: 768.8px) {
  .blog-detail .blog-intro .txt-cont {
    width: 100%;
    padding: 0 25px;
    text-align: center;
  }
}
@media (max-width: 991.8px) {
  .blog-detail .blog-intro .txt-cont .sub-title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1030px) and (min-width: 769px) {
  .blog-detail .blog-intro .txt-cont .sub-title {
    font-size: 45px;
    margin-bottom: 0px;
  }
}
.blog-detail .blog-intro .txt-cont .home-dr {
  width: 88px;
  height: 88px;
  left: -50px;
  top: -50px;
  transform: none !important;
}
@media (max-width: 768.8px) {
  .blog-detail .blog-intro .txt-cont .home-dr {
    display: none;
  }
}
.blog-detail .blog-intro .img-cont {
  padding-left: 71px;
  position: relative;
  z-index: 2;
  width: calc(100% - 285px);
}
@media (max-width: 1030px) and (min-width: 769px) {
  .blog-detail .blog-intro .img-cont {
    margin-top: -10px;
  }
}
@media (max-width: 768.8px) {
  .blog-detail .blog-intro .img-cont {
    width: 100%;
    padding: 0;
  }
}
.blog-detail .blog-intro .img-cont .slide-img {
  width: 100%;
  height: 33.5vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768.8px) {
  .blog-detail .blog-intro .img-cont .slide-img {
    height: 300px;
  }
}
.blog-detail .blog-detail-sec {
  background-color: #444fa1;
  padding: 109px 8vw 82px 15vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768.8px) {
  .blog-detail .blog-detail-sec {
    padding: 36px 26px 55px;
  }
}
.blog-detail .blog-detail-sec .blog-detail-wrap {
  width: calc(100% - 285px);
  padding-left: 71px;
}
@media (max-width: 768.8px) {
  .blog-detail .blog-detail-sec .blog-detail-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.blog-detail .blog-detail-sec .blog-detail-wrap p {
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: 25px;
  color: #ffffff;
  font-size: 18px;
  text-align: left;
  margin-bottom: 30px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap p span {
  font-family: "futura-pt", sans-serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.45px !important;
  line-height: 25px !important;
  color: #ffffff !important;
  font-size: 18px !important;
  text-align: left !important;
  white-space: normal !important;
  margin-bottom: 30px;
  display: block;
  background-color: transparent !important;
}
.blog-detail .blog-detail-sec .blog-detail-wrap p strong {
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1.35px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap p.date-share {
  letter-spacing: 1.35px;
  text-transform: uppercase;
  position: relative;
  margin-top: 60px;
  margin-bottom: 55px;
  display: flex;
}
.blog-detail .blog-detail-sec .blog-detail-wrap p.date-share:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 300px;
  background: white;
  top: -10px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap p.date-share a {
  margin-top: -3px;
  margin-left: 10px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap p.date-share a img {
  width: auto;
  height: 18px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap .date-share {
  letter-spacing: 1.35px;
  text-transform: uppercase;
  position: relative;
  margin-top: 60px;
  margin-bottom: 55px;
  display: flex;
  color: #fff;
}
.blog-detail .blog-detail-sec .blog-detail-wrap .date-share:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 300px;
  background: white;
  top: -10px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap .date-share a {
  margin-top: -3px;
  margin-left: 10px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap .date-share a img {
  width: auto;
  height: 18px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap ul {
  list-style: none;
}
.blog-detail .blog-detail-sec .blog-detail-wrap ul li {
  margin-bottom: 30px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap ul li a {
  color: #ecfa5f;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: normal;
  font-size: 18px;
}
.blog-detail .blog-detail-sec .blog-detail-wrap a.btn-prime:hover {
  background: #fff;
  color: #444fa1;
}

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