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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

body {
  background-color: #ffffff;
}

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

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

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

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

body {
  font-family: "acumin-pro-condensed", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  -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: "ltc-bodoni-175", sans-serif;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0;
}

body {
  line-height: 1;
}

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

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

.mob-title {
  display: block;
}
@media (min-width: 992px) {
  .mob-title {
    display: inline-block;
  }
}

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

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

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

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

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

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

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

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

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

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

.using-keytab .search-wrapper *:focus {
  outline: transparent dashed 2px;
  outline-color: #000000 !important;
  outline-offset: -1px;
}

.selectivo__option:focus .access-grid {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -ms-transition-duration: 2s;
  opacity: 0;
  -ms-transition-property: opacity ease-in;
  -webkit-transition-property: opacity ease-in;
  transition-property: opacity ease-in;
}
.selectivo__option:focus .access-grid.inposition {
  opacity: 1;
  z-index: 1;
}

.heading {
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 60px;
  letter-spacing: 1.5px;
  font-style: italic;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .heading {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (min-width: 1200px) {
  .heading {
    font-size: calc(80px + 10 * (100vw - 1201px) / 238);
  }
  .heading {
    line-height: calc(80px + 10 * (100vw - 1201px) / 238);
  }
}
@media (min-width: 992px) {
  .heading {
    font-size: calc(70px + 10 * (100vw - 992px) / 208);
  }
  .heading {
    line-height: calc(70px + 10 * (100vw - 992px) / 208);
  }
}
@media (min-width: 768px) {
  .heading {
    letter-spacing: 2.25px;
  }
  .heading {
    font-size: calc(60px + 10 * (100vw - 768px) / 223);
  }
  .heading {
    line-height: calc(65px + 10 * (100vw - 768px) / 223);
  }
}
@media (max-width: 767px) {
  .heading {
    font-size: calc(55px + 5 * (100vw - 376px) / 391);
  }
  .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}

.btn {
  color: #393f6d;
  text-align: center;
  text-decoration: none;
  padding: 2px 35px;
  height: 41px;
  display: inline-block;
  transform: skew(-10deg);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font: 500 20px/35px "acumin-pro-condensed", sans-serif;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  /* Un-skew the text */
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    letter-spacing: 0.45px;
  }
}
.btn:hover {
  color: #393f6d;
}
.btn > span {
  display: inline-block;
  transform: skew(10deg);
}
.btn > span:after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
}
.btn.btn-yellow {
  background-color: #f9ef60;
}
.btn.btn-yellow:hover {
  background-color: rgb(234.1636363636, 219.4363636364, 8.8363636364);
}
.btn.btn-red {
  background-color: #f26b67;
}
.btn.btn-red:hover {
  background-color: rgb(239.9909090909, 84.1272727273, 79.5090909091);
}
.btn.btn-blue {
  background-color: #393f6d;
}
.btn.btn-blue:hover {
  background-color: rgb(57.3904109589, 110.9794520548, 208.1095890411);
}
.btn.btn-light-blue {
  background-color: #4e7ed5;
}
.btn.btn-light-blue:hover {
  background-color: rgb(57.3904109589, 110.9794520548, 208.1095890411);
}

.content-txt {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  .content-txt {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 35px;
  }
}

.title {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .title {
    margin-bottom: 45px;
  }
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.animated-gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .animated-gif {
    display: none;
  }
  .animated-gif.inposition {
    display: block;
  }
}
.animated-gif img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .animated-gif img {
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 150%;
    max-width: none;
  }
}

.animated-gif-amenities {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.animated-gif-amenities img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .animated-gif-amenities img {
    right: 0;
    margin: 0 auto;
    left: 0;
    width: auto;
    height: 120%;
    max-width: none;
  }
}

/*.......Specials Popup.......*/
.specials_wrap {
  position: fixed;
  background-color: rgba(22, 22, 22, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: all ease 0.5s;
  overflow-y: hidden;
  flex-wrap: wrap;
}
.specials_wrap.hidden {
  opacity: 0;
  visibility: hidden;
}
.specials_wrap .specials_box {
  width: 85vw;
  max-width: 545px;
  padding: 74px 50px 50px;
  text-align: left;
  position: relative;
  background: #4e7ed5;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 10px solid #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .specials_wrap .specials_box {
    text-align: center;
    padding: 41px 28px 30px;
  }
}
.specials_wrap .specials_box .specials-bg-wrap .specials_txt {
  color: #ffffff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 35px;
  font-size: 20px;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}
@media (max-width: 767px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_txt {
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 33px;
  }
}
.specials_wrap .specials_box .specials-bg-wrap .specials_head {
  color: #ffffff;
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  font-size: 48px;
  font-style: italic;
  letter-spacing: 1.2px;
  line-height: normal;
  margin: 0;
}
.specials_wrap .specials_box .specials-bg-wrap .specials_head span {
  display: block;
}
@media (max-width: 767px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_head span {
    display: inline;
  }
}
@media (max-width: 767px) {
  .specials_wrap .specials_box .specials-bg-wrap .specials_head {
    font-size: 36px;
    letter-spacing: 0.9px;
  }
}
.specials_wrap .specials_box .specials_close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 20px;
  right: 20px;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .specials_wrap .specials_box .specials_close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 16px;
  }
}
@media (max-width: 767px) {
  .specials_wrap .specials_box .btn {
    width: 100%;
  }
}
.specials_wrap .specials_box .logoShape {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
@media (max-width: 767px) {
  .specials_wrap .specials_box .logoShape {
    display: none;
  }
}

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

.no-results {
  color: #fff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin: 30px auto;
  width: 90%;
  display: block;
}
@media (min-width: 768px) {
  .no-results {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    width: 70%;
  }
}

.loader {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}
.loader img {
  width: 30px;
}

.apply-fp {
  pointer-events: none;
}

@media (min-width: 992px) {
  .menu-nav {
    flex: 1;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .specials_wrap .specials_box {
    padding: 41px 28px 30px !important;
  }
  .specials_wrap .specials_box .specials-bg-wrap .specials_head {
    font-size: 44px;
    line-height: 1;
  }
}
@media only screen and (device-width: 812px) and (device-height: 375px) {
  .specials_wrap .specials_box {
    padding: 41px 28px 30px !important;
  }
  .specials_wrap .specials_box .specials-bg-wrap .specials_head {
    font-size: 44px;
    line-height: 1;
  }
}
.expense-display .rfwa-expense-guide-container {
  color: #4d4d4f;
}

.expense-display .rfwa-expense-guide-container h2 {
  color: #ffffff;
}

.expense-display .rfwa-expense-guide-container p {
  color: #ffffff;
}

.fp-detail .expense-display .rfwa-expense-guide-container p, .fp-detail .expense-display .rfwa-expense-guide-container h2, .site-map .expense-display .rfwa-expense-guide-container p, .site-map .expense-display .rfwa-expense-guide-container h2 {
  color: #4d4d4f !important;
}

.rfwa-accordion-content .rfwa-group-description {
  color: #4d4d4f !important;
}
.rfwa-accordion-content .rfwa-expense-list .rfwa-expense-amount, .rfwa-accordion-content .rfwa-expense-list .rfwa-expense-label, .rfwa-accordion-content .rfwa-expense-list .rfwa-expense-details {
  color: #4d4d4f !important;
}

.expense-display .rfwa-expense-guide-container .rfwa-accordion-header h3 {
  color: #4d4d4f !important;
}

.expense-display .rfwa-expense-guide-container .rfwa-expense-list th {
  color: #4d4d4f;
}

.expense-display .rfwa-expense-guide-container .rfwa-expense-type,
.expense-display .rfwa-expense-guide-container .rfwa-expense-type-required {
  font-family: "acumin-pro-semi-condensed", sans-serif;
  background-color: #393f6d;
  border-color: #393f6d;
  text-transform: uppercase;
}

.expense-display .rfwa-expense-guide-container .rfwa-expense-type.Optional,
.expense-display .rfwa-expense-guide-container .rfwa-expense-type.Situational {
  background-color: transparent;
  border-color: #393f6d;
  color: #393f6d;
  text-transform: uppercase;
}

.expense-display .rfwa-expense-guide-container .rfwa-expense-type-optional,
.expense-display .rfwa-expense-guide-container .rfwa-expense-type-situational {
  background-color: transparent;
  border-color: #393f6d;
  color: #393f6d;
  text-transform: uppercase;
  font-family: "acumin-pro-semi-condensed", sans-serif;
}

.expense-display .rfwa-expense-guide-container .rfwa-export-pdf-link {
  color: #ffffff !important;
}

.rfwa-expense-footer {
  color: #ffffff !important;
  margin-bottom: 40px;
}

.total_fp_disclaimer {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  color: #393f6d !important;
}

span.unit_details.total-monthly-price {
  font-weight: 700 !important;
  font-size: 21px;
}

.mt_fp_total_rent {
  display: flex;
  align-items: left;
}

.unit-info-wrap .unit-info.data-price {
  margin-bottom: 10px !important;
}

.detail-calculator-wrap .rfwa-fee-calculator,
.unit-info-wrap .rfwa-fee-calculator {
  display: inline-flex !important;
  width: auto !important;
  align-items: center !important;
  justify-content: left !important;
  font-size: 16px !important;
  color: #ffffff !important;
  margin-top: 10px;
  margin-bottom: 10px !important;
  font-weight: 700;
  font-size: 14px !important;
}

.detail-calculator-wrap .rfwa-fee-calculator::before {
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.data-price {
  text-transform: capitalize;
}

span.unit_details.price.base-rent-price {
  font-weight: 400;
}

.total_monthly_fee_wrap {
  display: flex !important;
  align-items: center !important;
}

.total_monthly_fee_wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  text-align: center !important;
  gap: 8px !important;
}

.fp-fee-disclaimer {
  margin-top: 30px;
  font-size: 13px !important;
  color: #393f6d !important;
}

#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n+1) .fp-fee-disclaimer {
  color: #f26b67 !important;
}

#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n-1) .fp-fee-disclaimer {
  color: #4e7ed5 !important;
}

#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n) .fp-fee-disclaimer {
  color: #393f6d !important;
}

span.rent {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  white-space: nowrap !important;
}

#fp-listing a.rfwa-fee-calculator {
  margin-top: 3px !important;
}
#fp-listing a.rfwa-fee-calculator::after {
  display: none !important;
}

[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-color: #4d4d4f !important;
}

.rfwa-disclaimer-content {
  color: #193947 !important;
}

.fp-detail .expense-display .rfwa-expense-guide-container .rfwa-export-pdf-link, .fp-detail .rfwa-expense-footer, .site-map .expense-display .rfwa-expense-guide-container .rfwa-export-pdf-link, .site-map .rfwa-expense-footer {
  color: #4d4d4f !important;
}

.skip-nav {
  background: transparent;
  color: #ffffff;
  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: #393f6d;
  left: 0;
  outline: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

nav .mCustomScrollBox {
  max-height: 70vh !important;
}

html.menu-open .ham-menu {
  animation: menu-in 0.5s;
  animation-fill-mode: forwards;
  z-index: 999;
  background: #393f6d;
}
@media (min-width: 768px) {
  html.menu-open .ham-menu {
    height: auto;
  }
}
html.menu-open .ham-button span:nth-child(1) {
  -moz-transform: translate3d(0px, 4px, 0px) rotate(-45deg);
  -o-transform: translate3d(0px, 4px, 0px) rotate(-45deg);
  -ms-transform: translate3d(0px, 4px, 0px) rotate(-45deg);
  -webkit-transform: translate3d(0px, 4px, 0px) rotate(-45deg);
  transform: translate3d(0px, 4px, 0px) rotate(-45deg);
}
html.menu-open .ham-button span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html.menu-open .ham-button span:nth-child(3) {
  display: none !important;
}
html.menu-closed .ham-menu {
  animation: menu-out 0.5s;
  animation-fill-mode: forwards;
}

#mainContent {
  margin-top: 48px;
}

@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%);
  }
}
.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 20px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .header {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 2px 40px 2px 40px;
  }
}
.header a {
  display: inline-block;
}
.header .logo-mark {
  line-height: 1;
  flex: none;
  margin-right: 10px;
}
@media (max-width: 359px) {
  .header .logo-mark {
    margin-right: 10px !important;
  }
}
.header .logo-wrap {
  text-align: center;
  padding-left: 0px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}
.header .logo-wrap a {
  display: block;
  height: 100%;
}
.header .logo-wrap .logo-img {
  height: 35px;
  width: 150px;
  margin-top: 0px;
}
.header .logo-wrap .logo-mark {
  max-width: none !important;
  width: 30px;
}
@media (max-width: 767px) {
  .header .logo-wrap {
    right: unset;
    left: 20px;
  }
}
.header .ham-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 23px;
  width: 20px;
  z-index: 999;
  padding: 0;
}
@media (min-width: 768px) {
  .header .ham-button {
    right: 40px;
    top: auto;
  }
}
@media (min-width: 992px) {
  .header .ham-button {
    right: 40px;
    top: 35px;
  }
}
.header .ham-button span {
  background: #4d4d4f;
  display: block;
  height: 2px;
  width: 100%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header .ham-button span:nth-child(2) {
  margin: 2px 0;
}
@media (max-width: 991px) {
  .header .menu-nav {
    flex: 1;
  }
}
.header .menu-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .header .menu-nav ul {
    padding-right: 40px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .header .menu-nav ul {
    padding-right: 60px;
    padding-left: 0;
  }
}
.header .menu-nav ul li {
  display: inline-block;
}
.header .menu-nav ul li:not(:last-of-type) {
  padding-right: 17px;
}
@media (min-width: 1200px) {
  .header .menu-nav ul li:not(:last-of-type) {
    padding-right: 35px;
  }
}
.header .menu-nav ul li.current-menu-item a, .header .menu-nav ul li.current_page_item a {
  color: #4e7ed5;
}
.header .menu-nav ul li a {
  color: #24292f;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
@media (max-width: 991px) {
  .header .menu-nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header .menu-nav ul {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .menu-nav {
    text-align: right;
  }
}
.header .menu-nav .tab-mob {
  padding-right: 0px;
}
@media (max-width: 359px) {
  .header .menu-nav .tab-mob {
    padding-right: 0px !important;
  }
}
@media (min-width: 992px) {
  .header .menu-nav .tab-mob {
    display: none;
  }
}
.header .menu-nav .tab-mob .ham-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: unset;
  right: 20px;
  top: 23px;
  width: 20px;
  z-index: 999;
  padding: 0;
}
@media (min-width: 768px) {
  .header .menu-nav .tab-mob .ham-button {
    right: 40px;
    top: auto;
  }
}
@media (min-width: 992px) {
  .header .menu-nav .tab-mob .ham-button {
    right: 40px;
    top: 35px;
  }
}
.header .menu-nav .tab-mob .ham-button span {
  background: #4d4d4f;
  display: block;
  height: 1px;
  width: 100%;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header .menu-nav .tab-mob .ham-button span:nth-child(2) {
  margin: 2px 0;
}
.header .menu-nav .tab-mob a {
  margin-right: 20px;
}
@media (max-width: 359px) {
  .header .menu-nav .tab-mob a {
    margin-right: 18px !important;
  }
}
.header .menu-nav .tab-mob a:not(:last-of-type) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .header .menu-nav .tab-mob a:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media (max-width: 359px) {
  .header .menu-nav .tab-mob a:not(:last-of-type) {
    margin-right: 10px !important;
  }
}
.header .menu-nav .tab-mob a img {
  height: 25px;
}
@media (min-width: 768px) {
  .header .menu-nav .tab-mob a img {
    height: 26px;
  }
}
@media (max-width: 359px) {
  .header .menu-nav .tab-mob a img {
    height: 22px !important;
  }
}
@media (min-width: 768px) {
  .header .menu-nav .tab-mob a.call-icon {
    display: none;
  }
}

.tab-tour {
  font-family: "acumin-pro-condensed", sans-serif;
  color: #24292f;
  text-align: center;
  z-index: 999;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
}

.ham-menu {
  background-color: #393f6d;
  font-family: "acumin-pro-condensed", sans-serif;
  color: #ffffff;
  position: fixed;
  padding: 40px;
  text-align: center;
  right: 0;
  z-index: 999;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.ham-menu li {
  list-style: none;
  line-height: 1;
  padding-bottom: 30px;
}
.ham-menu li.current_page_item a {
  color: #f26b67;
}
.ham-menu a {
  color: #ffffff;
}
.ham-menu .primary-menu {
  position: relative;
}
.ham-menu .primary-menu::after {
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 1px;
  content: "";
  background-color: #ffffff;
  display: none;
}
.ham-menu .primary-menu #menu-primary-menu {
  padding: 0;
  margin: 0;
}
.ham-menu .primary-menu #menu-primary-menu li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .ham-menu .primary-menu #menu-primary-menu li:last-child {
    padding-bottom: 50px;
  }
}
.ham-menu .sec-menu {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .ham-menu {
    width: 100%;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  nav .mCustomScrollBox {
    max-height: 70vh !important;
  }
  #menu-primary-menu {
    padding: 0;
    margin: 0;
  }
  #menu-primary-menu li:last-child {
    padding-bottom: 50px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ham-menu {
    height: auto;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ham-menu {
    height: auto;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .ham-menu {
    height: auto;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  .ham-menu {
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (orientation: portrait) {
  .ham-menu {
    height: auto;
  }
}
@media only screen and (device-height: 375px) and (device-width: 812px) {
  #menu-primary-menu {
    padding: 0;
    margin: 0;
  }
  #menu-primary-menu li:last-child {
    padding-bottom: 50px !important;
  }
}
.left {
  flex: none;
}
.left ul {
  align-items: center;
}
@media (min-width: 992px) {
  .left .btn-light-blue {
    margin-right: 35px;
  }
}
.left .btn-light-blue a {
  color: #ffffff !important;
}
.left .btn-light-blue a:hover {
  text-decoration: none;
}

.footer {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.footer .footer-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 50px 40px 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top {
    flex-wrap: wrap;
  }
}
.footer .footer-top .social-icon-wrap {
  align-self: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
}
.footer .footer-top .social-icon-wrap a {
  margin-right: 10px;
}
.footer .footer-top .social-icon-wrap a img {
  width: 24px;
}
.footer .footer-top .social-icon-wrap a.twitter {
  margin-top: 3px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .footer .footer-top .social-icon-wrap {
    align-self: center;
    order: 2;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .social-icon-wrap {
    order: 2;
  }
}
.footer .footer-top a,
.footer .footer-top span {
  color: #4d4d4f;
}
.footer .footer-top a:hover,
.footer .footer-top span:hover {
  text-decoration: none;
}
.footer .footer-top .col-right {
  align-self: flex-end;
  flex: 1;
}
@media (max-width: 767px) {
  .footer .footer-top .col-right {
    align-self: center;
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer-top .col-right {
    order: 3;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    flex-direction: column;
  }
}
@media (max-width: 359px) {
  .footer .footer-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .policy-txt {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1.2px;
  color: #808080 !important;
}
@media (max-width: 1080px) and (min-width: 992px) {
  .footer .policy-txt {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media (max-width: 1024px) and (min-width: 992px) {
  .footer .policy-txt {
    font-size: 13px;
    letter-spacing: 1.1px;
  }
}
.footer .phonenumber {
  white-space: nowrap;
}
.footer .col-mid {
  text-align: center;
}
@media (max-width: 991px) {
  .footer .col-mid {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .footer .col-mid {
    order: 1;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .col-mid {
    order: 1;
    padding-bottom: 20px;
    width: 100%;
  }
}
.footer .ft-logo {
  display: inline-block;
  margin-bottom: 45px;
}
.footer .ft-logo img {
  width: 215px;
}
@media (max-width: 767px) {
  .footer .ft-logo img {
    width: 172px;
  }
}
@media (max-width: 991px) {
  .footer .ft-logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .footer .ft-logo {
    margin-bottom: 30px;
  }
}
.footer .bozzuto-logo-wrap {
  margin-bottom: 5px;
  text-align: right;
}
.footer .bozzuto-logo-wrap img {
  height: 23px;
}
@media (max-width: 767px) {
  .footer .bozzuto-logo-wrap {
    text-align: center;
  }
}
.footer .privacy-policy-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.footer .footer-bot {
  background-color: #808080;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.footer .ada-eho-icons img {
  height: 15px;
}
.footer .ada-eho-icons img:first-child {
  margin-left: 5px;
}
.footer .separator {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  color: #808080;
}
.footer .address-bar {
  text-align: center;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}
@media (max-width: 767px) {
  .footer .address-bar {
    font-size: 16px;
    letter-spacing: 1.2px;
  }
}
.footer .address-bar span {
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
}
.footer .address-bar a:hover {
  text-decoration: underline !important;
}

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

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

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

#neighborhood {
  overflow: hidden;
}
#neighborhood .access-section {
  display: block !important;
  background-color: #393f6d;
  position: relative;
}
#neighborhood .access-section .shape-animation img {
  position: absolute;
  left: -20px;
  top: 0;
}
@media (min-width: 768px) {
  #neighborhood .access-section .shape-animation img {
    position: absolute;
    right: 50px;
    top: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .shape-animation img {
    height: 100%;
  }
}
#neighborhood .access-section .top-txt {
  position: relative;
  padding: 40px 0 0px 30px;
}
@media (min-width: 768px) {
  #neighborhood .access-section .top-txt {
    padding: 40px 0 0px 70px;
    overflow: initial;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .top-txt {
    padding: 40px 0 60px 71px;
  }
}
#neighborhood .access-section .top-txt .title {
  color: #f26b67;
}
#neighborhood .access-section .top-txt .heading {
  color: #ffffff;
}
#neighborhood .access-section .top-txt::after {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse-circleMark-yellow.svg);
  content: "";
  position: absolute;
  bottom: 0px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  #neighborhood .access-section .top-txt::after {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #neighborhood .access-section .top-txt::after {
    bottom: -40px;
    right: 8px;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .top-txt::after {
    bottom: -35px;
    right: 8vw;
  }
}
#neighborhood .access-section .img-grid {
  background-color: #393f6d;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  padding: 30px 30px 20px;
  z-index: 1;
  flex-direction: column;
}
@media (min-width: 768px) {
  #neighborhood .access-section .img-grid {
    padding: 0px 75px 20px 70px;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid {
    padding: 0px 75px 20px 71px;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid {
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 31vw;
    padding: 0px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid:nth-of-type(1) {
    padding-right: 5px;
  }
}
#neighborhood .access-section .img-grid .access-grid:nth-of-type(2) {
  margin-left: 30px;
}
@media (min-width: 768px) {
  #neighborhood .access-section .img-grid .access-grid:nth-of-type(2) {
    margin: 0 0 60px auto;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
  }
}
#neighborhood .access-section .img-grid .access-grid:nth-of-type(3) {
  position: relative;
}
#neighborhood .access-section .img-grid .access-grid:nth-of-type(3)::before {
  content: "John T. Consoli/University of Maryland";
  right: 20px;
  position: absolute;
  top: 20px;
  text-align: right;
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid:nth-of-type(3) {
    padding-left: 5px;
  }
}
#neighborhood .access-section .img-grid .access-grid {
  position: relative;
  background-color: #ffffff;
  flex: 0 0 100%;
  margin-bottom: 41px;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  #neighborhood .access-section .img-grid .access-grid {
    flex: 0 0 32.7%;
    width: calc(100% - 15vw);
    margin-bottom: 60px;
    max-width: 520px;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid {
    flex: 0 0 33.333%;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 10px;
    max-width: none;
  }
}
#neighborhood .access-section .img-grid .access-grid .img {
  height: 70vw;
  margin: 6px;
}
@media (min-width: 768px) {
  #neighborhood .access-section .img-grid .access-grid .img {
    height: 300px;
    margin: 10px;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid .img {
    margin: 0px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid + .access-grid {
    margin-left: 0px;
  }
}
#neighborhood .access-section .img-grid .access-grid .txt-section {
  position: absolute;
  text-align: center;
  bottom: -15px;
  width: 100%;
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section {
    bottom: -20px;
    left: 0;
    right: 0;
    width: initial;
  }
}
#neighborhood .access-section .img-grid .access-grid .txt-section h2 {
  color: #ffffff;
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 40px;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 20px;
  font-style: italic;
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section h2 {
    bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section h2 {
    letter-spacing: 1.8px;
  }
  #neighborhood .access-section .img-grid .access-grid .txt-section h2 {
    font-size: calc(50px + 5 * (100vw - 768px) / 671);
  }
  #neighborhood .access-section .img-grid .access-grid .txt-section h2 {
    line-height: calc(50px + 5 * (100vw - 768px) / 671);
  }
}
@media (min-width: 1400px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section h2 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 359px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section h2 {
    font-size: calc(35px + 5 * (100vw - 991px) / 344);
  }
  #neighborhood .access-section .img-grid .access-grid .txt-section h2 {
    line-height: calc(35px + 5 * (100vw - 991px) / 344);
  }
}
#neighborhood .access-section .img-grid .access-grid .txt-section .paral {
  margin: 0 auto;
}
#neighborhood .access-section .img-grid .access-grid .txt-section .paral p {
  color: #ffffff;
  font-family: "acumin-pro-condensed", sans-serif;
  margin: 0;
  font-size: 18px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  transform: skew(10deg);
  width: 90%;
  pointer-events: none;
  max-width: 250px;
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section .paral p {
    font-size: 20px !important;
  }
}
@media (max-width: 359px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section .paral p {
    width: 100%;
    font-size: 14px !important;
  }
}
#neighborhood .access-section .img-grid .access-grid .txt-section .paral p.btn-red {
  background-color: #f26b67;
}
#neighborhood .access-section .img-grid .access-grid .txt-section .paral p.btn-red:hover {
  background-color: #f26b67;
}
#neighborhood .access-section .img-grid .access-grid .txt-section .paral p span {
  transform: skew(-10deg);
}
#neighborhood .access-section .img-grid .access-grid .txt-section .paral p span:after {
  display: none;
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid .access-grid .txt-section .paral p {
    font-size: 20px;
    font-weight: 500;
    transform: skew(10deg);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
  }
  #neighborhood .access-section .img-grid .access-grid .txt-section .paral p span {
    transform: skew(-10deg);
    height: 100%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #neighborhood .access-section .img-grid.no-tab {
    display: none;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid.no-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .img-grid.tab {
    display: none;
  }
}
@media (max-width: 767px) {
  #neighborhood .access-section .img-grid.tab {
    display: none;
  }
}
#neighborhood .access-section .bottom-txt {
  background-color: #393f6d;
  padding: 60px 0 40px 0;
}
#neighborhood .access-section .bottom-txt.mob {
  padding: 20px 30px 30px 30px;
}
@media (min-width: 768px) {
  #neighborhood .access-section .bottom-txt.mob {
    padding: 20px 30px 55px;
    width: 85%;
    margin: 0 auto;
    max-width: 795px;
  }
}
@media (min-width: 992px) {
  #neighborhood .access-section .bottom-txt.mob {
    padding: 1em 75px 55px 75px;
    max-width: 1099px;
  }
}
#neighborhood .access-section .bottom-txt.mob p {
  width: 100%;
  position: relative;
}
#neighborhood .access-section .bottom-txt p {
  width: 85%;
  max-width: 1099px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
#neighborhood .find-us {
  display: block !important;
  background-color: #4e7ed5;
  position: relative;
}
@media (min-width: 992px) {
  #neighborhood .find-us {
    padding: 0 0 60px 0;
  }
}
#neighborhood .find-us .shape-animation {
  display: none;
}
#neighborhood .find-us .shape-animation img {
  position: absolute;
  top: 0px;
  left: 50px;
}
@media (min-width: 768px) {
  #neighborhood .find-us .shape-animation img {
    position: absolute;
    right: 80px;
    top: 0;
    left: auto;
  }
}
#neighborhood .find-us .shape-animation.bottom img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  top: 60%;
  left: 50px;
}
#neighborhood .find-us.inposition .shape-animation {
  display: block;
}
#neighborhood .find-us .shape-animation.bottom {
  display: none;
}
@media (min-width: 768px) {
  #neighborhood .find-us .shape-animation.bottom {
    display: block;
  }
}
#neighborhood .find-us .top-txt {
  padding: 40px 0 55px 30px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #neighborhood .find-us .top-txt {
    padding: 40px 0 20px 70px;
    overflow: initial;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .top-txt {
    padding: 40px 0 20px 71px;
    overflow: hidden;
  }
}
#neighborhood .find-us .top-txt .title {
  color: #ffffff;
}
#neighborhood .find-us .top-txt .heading {
  color: #f9ef60;
  margin-bottom: 0;
}
#neighborhood .find-us .top-txt .description {
  color: #ffffff;
  width: calc(100% - 80px);
  margin: 0;
  margin-top: 20px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  #neighborhood .find-us .top-txt .description {
    width: 50%;
  }
}
#neighborhood .find-us .top-txt::after {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse_circleMark_red.svg);
  content: "";
  position: absolute;
  bottom: 130px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  #neighborhood .find-us .top-txt::after {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #neighborhood .find-us .top-txt::after {
    bottom: -30px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .top-txt::after {
    bottom: -30px;
    right: 8vw;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper {
    width: 100%;
    flex-direction: row;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0 30px 40px;
  width: 100%;
  background-color: #4e7ed5;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    padding: 0 40px 50px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section {
    flex-direction: row;
    position: relative;
    background-color: #4e7ed5;
    padding: 0 40px 0 71px;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section {
    display: block;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 25vw;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion {
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion {
    width: 100%;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion {
  background-color: #ffffff;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion h2 {
  border: none;
  background: transparent;
  color: #808080;
  font-family: "acumin-pro-condensed", sans-serif;
  cursor: pointer;
  width: 100%;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #808080;
  letter-spacing: 0.45px;
  padding: 20px 20px 20px 0;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion h2 {
    margin-left: -15px;
    padding: 20px 0px 20px 0;
    font-size: 20px;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion h2::after {
  content: url(/wp-content/themes/pilot-house/images/neighborhood/down.svg);
  position: absolute;
  width: 29px;
  height: 17px;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion h2::after {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion {
    display: none;
  }
}
@media (max-width: 767px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion {
    display: none;
  }
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .accordion.active h2::after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel {
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel {
    display: block !important;
    position: relative;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display {
  background-color: #ffffff;
  margin-top: 0;
  padding: 30px 20px 50px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display {
    padding: 30px;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display {
    padding: 30px;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li {
  border-top: 1px solid #d8c8bc;
  color: #808080;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  cursor: default;
  list-style: none;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    cursor: pointer;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li:last-child {
  border-bottom: 1px solid #d8c8bc;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li#all_cat {
  display: none !important;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li#all_cat {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open button {
    color: #4e7ed5;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories {
  padding: 0px 30px 20px 30px;
  display: inline-block !important;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories {
    display: none !important;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories li {
  padding-bottom: 36px 18px;
  border: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories li span {
  font-size: 18px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 500;
  color: #4e7ed5;
  text-transform: none;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories li span {
    font-size: 20px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: 0.9px;
  }
}
@media (max-width: 767px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories li span {
    pointer-events: none;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories li:first-child {
  margin-top: 0px;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open .neigh_sub_categories a {
  color: #808080;
}
@media (max-width: 767px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.categ_list_item.active-open button::after {
    content: url(/wp-content/themes/pilot-house/images/neighborhood/down.svg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    width: 29px;
    height: 17px;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li button {
  border: none;
  background: transparent;
  font-family: "acumin-pro-condensed", sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #808080;
  letter-spacing: 0.45px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li button {
    font-size: 17px;
    font-weight: 300;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    padding: 10px 0px 10px 30px;
  }
}
@media (max-width: 767px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li button::after {
    content: url(/wp-content/themes/pilot-house/images/neighborhood/down.svg);
    position: absolute;
    right: 0;
    width: 29px;
    height: 17px;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li button:focus {
  outline-offset: 1px;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li::before {
  content: "";
  width: 19px;
  height: 19px;
  float: left;
  margin-right: -20px;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  display: none;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li::before {
    top: 10px;
    display: block;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.all::before {
  display: none;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.shopping::before {
  border: 2px solid #009487;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.shopping.active::before {
  background-color: #009487;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.shopping-services::before {
  border: 2px solid #009487;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.shopping-services.active::before {
  background-color: #009487;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.dining::before {
  border: 2px solid #4e7ed5;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.dining.active::before {
  background-color: #4e7ed5;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.dining-drinks::before {
  border: 2px solid #4e7ed5;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.dining-drinks.active::before {
  background-color: #4e7ed5;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.outdoors::before {
  border: 2px solid #f9ef60;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.outdoors.active::before {
  background-color: #f9ef60;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.parks::before {
  border: 2px solid #f9ef60;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.parks.active::before {
  background-color: #f9ef60;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.transit::before {
  border: 2px solid #ff9000;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.transit.active::before {
  background-color: #ff9000;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.transportation::before {
  border: 2px solid #ff9000;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.transportation.active::before {
  background-color: #ff9000;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.education::before {
  border: 2px solid #42beb3;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.education.active::before {
  background-color: #42beb3;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.grocery::before {
  border: 2px solid #42beb3;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.grocery.active::before {
  background-color: #42beb3;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.fitness::before {
  border: 2px solid #545a81;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.fitness.active::before {
  background-color: #545a81;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.entertainment::before {
  border: 2px solid #b7488e;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .panel #key_display li.entertainment.active::before {
  background-color: #b7488e;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .btn-wrap {
  text-align: center;
  margin-top: -21px;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .btn-wrap a.view-inmap {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .category-accordion .btn-wrap a.view-inmap {
    display: none;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .type-accordion {
  display: none;
  line-height: 0;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .type-accordion button {
  line-height: 1;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: "acumin-pro-condensed", sans-serif;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.45px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .type-accordion button.mode.active {
  color: #4e7ed5;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .type-accordion button:nth-child(1)::after, #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .type-accordion button:nth-child(2)::after {
  content: "";
  width: 2px;
  height: 25px;
  margin-top: -3px;
  position: absolute;
  right: 0;
  background: #ffffff;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .type-accordion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
    background-color: #d8c8bc;
    position: relative;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .select-section .type-accordion {
    width: 100%;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map {
  display: none;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map {
    width: 100%;
    display: block;
    min-height: 65vw;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map {
    margin-left: 50px;
    display: block;
    width: calc(75vw - 50px);
    min-height: 600px;
    max-height: 70vh;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map img {
    width: 100%;
    height: 100%;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 20px !important;
  box-shadow: none;
  background-color: #393f6d;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-t::after {
  box-shadow: none;
  background: linear-gradient(45deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(0deg);
  width: 40px;
  width: 0;
  left: 0;
  right: 27px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #393f6d;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map button.gm-ui-hover-effect {
  display: none !important;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map button.gm-ui-hover-effect img {
  display: none !important;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d {
  overflow: auto !important;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d .title,
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d span,
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d a,
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d .map-address {
  color: #ffffff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  margin-bottom: 5px;
  margin-top: 0;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d .map-address {
  text-transform: capitalize;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d .map-address span {
  text-transform: capitalize;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d a::after {
  content: ">";
  font: 400 9px/16px "acumin-pro-condensed", sans-serif;
  letter-spacing: 1.3px;
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d a::after {
    font-size: 13px;
    line-height: 24px;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d a.popup-close-icon {
  position: absolute;
  top: 0;
  right: 5px;
  text-decoration: none;
  cursor: pointer;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d a.popup-close-icon::after {
  display: none;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d .map-popup {
  text-align: center;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d .map-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section #map .gm-style .gm-style-iw-d .map-btns a {
  margin-bottom: 0;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  padding: 0px 70px;
  display: none;
  transform: skew(0deg);
}
@media (min-width: 768px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: 100px;
  }
}
@media (min-width: 992px) {
  #neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap {
    bottom: 25px;
  }
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap .zoom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  -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;
  width: 40px;
  height: 40px;
  font-weight: 400;
  padding: 0;
  transform: skew(10deg);
  font-size: 30px;
  line-height: 1;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap .zoom.btn-blue {
  background-color: #393f6d;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap .zoom.btn-blue:hover {
  background-color: rgb(57.3904109589, 110.9794520548, 208.1095890411);
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap .zoom.zoom-in::before {
  content: "+";
  position: absolute;
  display: initial;
  transform: skew(-10deg);
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0%;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap .zoom.zoom-out {
  margin-left: 5px;
}
#neighborhood .find-us .map-interactive-section .map-wrapper .map-section .zoom-btn-wrap .zoom.zoom-out::before {
  content: "-";
  width: 100%;
  display: initial;
  transform: skew(-10deg);
  position: absolute;
  width: 40px;
  top: 0;
  height: 40px;
  left: 0%;
}
#neighborhood .cloud-section {
  background-color: #ececec;
  position: relative;
}
#neighborhood .cloud-section .mob-title {
  display: inline;
}
@media (min-width: 650px) {
  #neighborhood .cloud-section .mob-title {
    display: inline;
  }
}
#neighborhood .cloud-section .rect_pattern {
  position: absolute;
  right: -30%;
  top: 0;
  width: 500px !important;
}
@media (min-width: 576px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 450px !important;
    right: -40%;
  }
}
@media (min-width: 768px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 620px !important;
    right: -40%;
  }
}
@media (min-width: 992px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 720px !important;
    right: -40%;
  }
}
@media (min-width: 1200px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 720px !important;
    right: -30%;
  }
}
@media (min-width: 1400px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 720px !important;
    right: -10%;
  }
}
@media (min-width: 1920px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 720px !important;
    right: -10%;
  }
}
@media (max-width: 575px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 280px !important;
    right: -20%;
  }
}
@media (max-width: 399px) {
  #neighborhood .cloud-section .rect_pattern {
    width: 280px !important;
    right: -40%;
  }
}
#neighborhood .cloud-section .rect_pattern1 {
  position: absolute;
  left: -30%;
  bottom: 0;
  width: 500px !important;
}
@media (min-width: 576px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 450px !important;
    left: -40%;
  }
}
@media (min-width: 768px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 620px !important;
    left: -40%;
  }
}
@media (min-width: 992px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -40%;
  }
}
@media (min-width: 1200px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -40%;
  }
}
@media (min-width: 1400px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -10%;
  }
}
@media (min-width: 1920px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -10%;
  }
}
@media (max-width: 575px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 280px !important;
    left: -20%;
  }
}
@media (max-width: 399px) {
  #neighborhood .cloud-section .rect_pattern1 {
    width: 280px !important;
    left: -30%;
  }
}
#neighborhood .cloud-section .heading {
  color: #4d4d4f;
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0.88px;
  font-style: italic;
  margin-bottom: 0;
  padding: 50px 30px 50px 30px;
}
@media (max-width: 359px) {
  #neighborhood .cloud-section .heading {
    font-size: 40px;
    line-height: 40px;
    padding: 50px 30px 50px 30px;
  }
}
@media (min-width: 768px) {
  #neighborhood .cloud-section .heading {
    padding: 60px 70px;
  }
}
@media (min-width: 992px) {
  #neighborhood .cloud-section .heading {
    padding: 60px 71px;
  }
}
@media (min-width: 992px) {
  #neighborhood .cloud-section .heading {
    bottom: 30px;
  }
}
@media (min-width: 576px) {
  #neighborhood .cloud-section .heading {
    font-size: calc(40px + 20 * (100vw - 375px) / 393);
  }
  #neighborhood .cloud-section .heading {
    line-height: calc(40px + 20 * (100vw - 375px) / 393);
  }
}
@media (min-width: 768px) {
  #neighborhood .cloud-section .heading {
    font-size: 90px;
    letter-spacing: 2.25px;
  }
  #neighborhood .cloud-section .heading {
    font-size: calc(70px + 16 * (100vw - 768px) / 567);
  }
  #neighborhood .cloud-section .heading {
    line-height: calc(70px + 16 * (100vw - 768px) / 567);
  }
}
@media (min-width: 1200px) {
  #neighborhood .cloud-section .heading {
    font-size: 86px;
    line-height: 86px;
  }
}
#neighborhood .cloud-section .heading .name {
  color: #f26b67;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  display: inline-block;
}
@media (min-width: 768px) {
  #neighborhood .cloud-section .heading .name {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
#neighborhood .neighborhood-section {
  background-color: #393f6d;
  position: relative;
}
#neighborhood .neighborhood-section .shape-animation {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .shape-animation {
    position: absolute;
    right: 0px;
    top: 0;
    left: 25vw;
  }
}
#neighborhood .neighborhood-section.inposition .shape-animation {
  display: block;
}
#neighborhood .neighborhood-section .top-txt {
  position: relative;
  padding: 40px 0 40px 30px;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .top-txt {
    padding: 40px 0 55px 70px;
  }
}
@media (min-width: 992px) {
  #neighborhood .neighborhood-section .top-txt {
    padding: 40px 0 60px 71px;
  }
}
#neighborhood .neighborhood-section .top-txt .title {
  color: #f26b67;
}
#neighborhood .neighborhood-section .top-txt .heading {
  color: #ffffff;
  margin-bottom: 0;
}
#neighborhood .neighborhood-section .top-txt::after {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse-circleMark-yellow.svg);
  content: "";
  position: absolute;
  bottom: 0px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  bottom: -20px;
  background-size: contain;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .top-txt::after {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .top-txt::after {
    bottom: -30px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  #neighborhood .neighborhood-section .top-txt::after {
    bottom: -30px;
    right: 8vw;
  }
}
#neighborhood .neighborhood-section .gallery-cnt {
  position: relative;
  width: 100%;
  padding: 0 40px;
  z-index: 1;
}
@media (min-width: 992px) {
  #neighborhood .neighborhood-section .gallery-cnt {
    width: calc(100% - 360px);
  }
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .gallery-cnt {
    display: none;
  }
}
#neighborhood .neighborhood-section .gallery-cnt .gallery-slider-wrap .slider-item {
  height: 70vw;
  max-height: 800px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider {
  border: none;
  margin: 0;
  box-shadow: none;
  height: 100%;
  position: relative;
  border-radius: 0;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider .slides {
  padding: 7px;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider ul.slides,
#neighborhood .neighborhood-section .gallery-cnt .flexslider li,
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-viewport {
  height: 100%;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-viewport {
  border: 7px solid #ffffff;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav .flex-next,
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav .flex-prev {
  opacity: 1;
  font-size: 0;
  width: 31px;
  height: 51px;
  margin: 0;
  background: url(/wp-content/themes/pilot-house/images/neighborhood/right.svg) center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav .flex-next,
  #neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav .flex-prev {
    width: 18px;
    height: 28px;
  }
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav .flex-next {
  right: -25px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav .flex-prev {
  left: -25px;
  -moz-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav a:before,
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-direction-nav a:after {
  display: none;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider .flex-control-nav {
  display: none;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider:hover .flex-direction-nav .flex-next,
#neighborhood .neighborhood-section .gallery-cnt .flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  font-size: 0;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider:hover .flex-direction-nav .flex-next {
  right: -25px;
}
#neighborhood .neighborhood-section .gallery-cnt .flexslider:hover .flex-direction-nav .flex-prev {
  left: -25px;
}
#neighborhood .neighborhood-section .img-grid {
  position: relative;
  display: none;
  background-color: #ffffff;
  padding-left: 0;
  margin: 10px;
  z-index: 1;
  justify-content: space-around;
  flex-wrap: nowrap;
  height: 31vw;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .img-grid {
    background-color: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0px;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .img-grid .access-grid:nth-of-type(1) {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .img-grid .access-grid:nth-of-type(2) {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .img-grid .access-grid:nth-of-type(3) {
    padding-left: 5px;
  }
}
#neighborhood .neighborhood-section .img-grid .access-grid {
  position: relative;
  flex: 0 0 32.7%;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .img-grid .access-grid {
    flex: 0 0 33.333%;
    margin-bottom: 0px;
    background-color: #ffffff;
    padding: 10px;
  }
}
#neighborhood .neighborhood-section .img-grid .access-grid .img {
  height: 100%;
}
#neighborhood .neighborhood-section .img-grid .access-grid + .access-grid {
  margin-left: 10px;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .img-grid .access-grid + .access-grid {
    margin-left: 0px;
  }
}
#neighborhood .neighborhood-section .bottom-txt {
  padding: 60px 0 40px 0px;
  position: relative;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .bottom-txt {
    padding: 40px 0px 40px 0px;
  }
}
@media (min-width: 992px) {
  #neighborhood .neighborhood-section .bottom-txt {
    padding: 40px 0 40px 5px;
  }
}
#neighborhood .neighborhood-section .bottom-txt p {
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  padding-bottom: 50px;
  padding: 0 30px 60px;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .bottom-txt p {
    width: 85%;
    max-width: 795px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .bottom-txt p {
    width: 85%;
  }
}
@media (min-width: 992px) {
  #neighborhood .neighborhood-section .bottom-txt p {
    padding: 0 0px 40px;
    max-width: 1099px;
  }
}
#neighborhood .neighborhood-section .bottom-txt .img {
  margin: 0 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .bottom-txt .img {
    margin: 0 50px 0 55px;
  }
}
@media (min-width: 992px) {
  #neighborhood .neighborhood-section .bottom-txt .img {
    margin: 0 120px;
    height: 40vw;
    background-repeat: no-repeat !important;
    margin: 0 120px;
    background-size: contain !important;
  }
}
#neighborhood .neighborhood-section .bottom-txt .img.mob {
  margin-bottom: 30px;
  z-index: 1;
}
@media (min-width: 992px) {
  #neighborhood .neighborhood-section .bottom-txt .img img {
    display: none;
  }
}
#neighborhood .neighborhood-section .bottom-txt .enlarge-inmap {
  text-align: center;
}
@media (min-width: 768px) {
  #neighborhood .neighborhood-section .bottom-txt .enlarge-inmap {
    display: none;
  }
}
#neighborhood .neighborhood-section .bottom-txt .enlarge-inmap a {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  width: 232px;
}

@media (min-width: 992px) {
  .home {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .home #fullpage {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .home section {
    height: 80vh;
  }
  .home section.banner-slider-wrap {
    height: 100vh;
  }
  .home section.section-0 {
    height: 100vh;
  }
}
@media (min-width: 1400px) {
  .home section {
    height: 75vh;
  }
}
.home #mainContent {
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .home #mainContent {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .home .header {
    background: transparent;
    transition: all 0.8s ease;
  }
  .home .header > *:not(.ham-button) {
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s ease;
  }
  .home .header:not(.fixed-header) .ham-button span {
    background: #ffffff;
  }
  .home .header.fixed-header {
    background: #ffffff;
  }
  .home .header.fixed-header > * {
    opacity: 1;
    visibility: visible;
  }
}
.home .ham-menu {
  top: 0;
}
.home .hero-section {
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .home .hero-section {
    height: 71vw;
  }
}
@media (max-width: 767px) {
  .home .hero-section {
    height: 100vw;
    max-height: 540px;
  }
}
.home .hero-section .hero-section-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #03355e !important;
}
.home .hero-section .logo-container {
  position: absolute;
  margin: 0 auto;
  padding-top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.home .hero-section .logo-container img {
  width: 300px;
}
@media (max-width: 991px) {
  .home .hero-section .logo-container img {
    width: 536px;
  }
}
@media (max-width: 767px) {
  .home .hero-section .logo-container img {
    width: 250px;
  }
}
@media (max-width: 575px) {
  .home .hero-section .logo-container img {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .home .hero-section .logo-container {
    padding-top: 0;
    transform: translateY(-50%);
    top: calc(50% - 70px);
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home .hero-section .logo-container {
    top: calc(50% - 30px);
  }
}
.home .hero-section .flying-letters {
  margin: 0;
}
.home .hero-section .flying-letters svg {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
}
.home .hero-section .flying-letters svg .st0 {
  fill: #ECECEC;
}
.home .home-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  /* hide horizontal scrollbar on IE11 */
  overflow-x: hidden;
}
.home .home-slider-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
.home .home-slider-wrapper .home-slider > li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  /* hide vertical scrollbar on IE11 */
  overflow: hidden;
}
.home .home-slider-wrapper .home-slider > li.visible {
  position: relative;
  z-index: 2;
  opacity: 1;
}
.home .home-slider-wrapper .home-slider > li.is-animating {
  z-index: 3;
  opacity: 1;
}
.home .home-slider-wrapper .home-slider .home-svg-wrapper {
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 57.15%;
}
.home .home-slider-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .arrow-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.home .arrow-wrapper.hide {
  pointer-events: none;
}
.home .arrow-wrapper .scroll-txt {
  display: block;
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 20px;
  letter-spacing: 1.35px;
}
.home .arrow-wrapper img {
  width: 29px;
}
@media (max-width: 991px) {
  .home .arrow-wrapper {
    display: none;
  }
}
.home .section-1,
.home .section-3 {
  background-color: #393f6d;
}
.home .section-2 {
  background-color: #4e7ed5;
}
.home .txt-img-wrap {
  height: 100%;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  .home .txt-img-wrap {
    overflow: hidden;
  }
}
.home .txt-img-wrap .img-col {
  height: 100vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .home .txt-img-wrap .img-col {
    width: 53%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .home .txt-img-wrap .img-col {
    width: 51%;
  }
}
.home .txt-img-wrap .img-col .img-col-inner {
  width: 100%;
  height: 100%;
}
.home .txt-img-wrap .txt-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #393f6d;
}
@media (min-width: 992px) {
  .home .txt-img-wrap .txt-col {
    order: 2;
    width: 45%;
    height: 100%;
  }
  .home .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewX(9deg);
  }
}
@media (min-width: 1200px) {
  .home .txt-img-wrap .txt-col {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .home .txt-img-wrap .txt-col {
    width: 100%;
  }
  .home .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewY(6deg);
  }
}
@media (min-width: 992px) {
  .home .txt-img-wrap .txt-col .txt-col-inner {
    height: 100%;
  }
  .home .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewX(-10deg);
  }
}
@media (max-width: 991px) {
  .home .txt-img-wrap .txt-col .txt-col-inner {
    padding: 0 0 50px 0;
  }
  .home .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewY(-6deg);
  }
}
@media (min-width: 992px) {
  .home .txt-img-wrap .txt-col .animated-gif {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
.home .txt-img-wrap .txt-col .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.home .txt-img-wrap .txt-col .vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
.home .txt-img-wrap .txt-col .txt-col-content {
  position: relative;
  z-index: 1;
  padding: 35px 20px 35px 0;
  height: 100%;
}
@media (min-width: 992px) {
  .home .txt-img-wrap .txt-col .txt-col-content {
    background-color: #393f6d;
  }
}
@media (max-width: 991px) {
  .home .txt-img-wrap .txt-col .txt-col-content {
    padding: 35px 120px 35px 70px;
  }
}
@media (max-width: 767px) {
  .home .txt-img-wrap .txt-col .txt-col-content {
    padding: 25px 30px 10vw 30px;
  }
}
.home .txt-img-wrap .txt-col .txt-col-content .heading {
  margin-bottom: 20px;
}
.home .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
  padding-left: 7vw;
}
@media (max-width: 991px) {
  .home .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .home .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    padding-left: 30px;
    margin-bottom: 0;
  }
}
.home .txt-img-wrap .txt-col .btn {
  width: 240px;
}
@media (max-width: 767px) {
  .home .txt-img-wrap .txt-col .btn {
    width: 220px;
  }
}
.home .txt-img-wrap .txt-col .pilot-house-flag {
  width: 76px;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home .txt-img-wrap .txt-col .pilot-house-flag {
    position: absolute;
    top: -14vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .home .txt-img-wrap .txt-col .pilot-house-flag {
    width: 62px;
  }
}
@media (max-width: 480px) {
  .home .txt-img-wrap .txt-col .pilot-house-flag {
    top: -20vw;
  }
}
.home .txt-img-wrap .txt-col .heading span {
  display: block;
}
.home .txt-img-wrap.row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .home .txt-img-wrap.row-reverse .img-col {
    width: calc(45% + 14vh);
  }
}
@media (min-width: 1200px) {
  .home .txt-img-wrap.row-reverse .img-col {
    width: calc(48% + 14vh);
  }
}
.home .txt-img-wrap.row-reverse .txt-col {
  background-color: #4e7ed5;
}
@media (min-width: 992px) {
  .home .txt-img-wrap.row-reverse .txt-col {
    width: calc(55% - 14vh);
  }
  .home .txt-img-wrap.row-reverse .txt-col .txt-col-content {
    background-color: #4e7ed5;
  }
  .home .txt-img-wrap.row-reverse .txt-col {
    transform-origin: right bottom;
    transform: skewX(-9deg);
  }
}
@media (min-width: 1200px) {
  .home .txt-img-wrap.row-reverse .txt-col {
    width: calc(52% - 14vh);
  }
}
@media (min-width: 992px) {
  .home .txt-img-wrap.row-reverse .txt-col .txt-col-inner, .home .txt-img-wrap.row-reverse .txt-col .animated-gif {
    transform-origin: left bottom;
    transform: skewX(10deg);
  }
}
@media (min-width: 992px) {
  .home .txt-img-wrap.row-reverse .txt-col .txt-col-content {
    padding-left: 4vw;
  }
}
@media (max-width: 991px) {
  .home .section-1 .txt-img-wrap .img-col {
    height: 145vw;
  }
}
@media (max-width: 767px) {
  .home .section-1 .txt-img-wrap .img-col {
    height: 150vw;
    max-height: 800px;
  }
}
@media (max-width: 991px) {
  .home .section-2 .txt-img-wrap .img-col {
    height: 89vw;
  }
}
@media (max-width: 767px) {
  .home .section-2 .txt-img-wrap .img-col {
    height: 120vw;
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .home .section-3 .txt-img-wrap .img-col {
    height: 68vw;
  }
}
@media (max-width: 767px) {
  .home .section-3 .txt-img-wrap .img-col {
    height: 90vw;
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .home .section-1,
  .home .section-2,
  .home .section-3 {
    margin-top: -15vw;
  }
}
@media (max-width: 399px) {
  .home .section-1,
  .home .section-2,
  .home .section-3 {
    margin-top: -25vw;
  }
}
@media (max-width: 991px) {
  .home .section-1 .txt-img-wrap .txt-col .pilot-house-flag {
    display: none;
  }
}
.home.using-keytab .mCustomScrollBox:focus {
  outline: 1px dashed #000000;
}
@media (min-width: 992px) and (max-height: 890px) {
  .home .txt-img-wrap .txt-col .pilot-house-flag {
    width: 40px;
    margin-bottom: 25px;
  }
  .home .heading {
    font-size: calc(40px + 10 * (100vw - 768px) / 223);
    line-height: calc(45px + 10 * (100vw - 768px) / 223);
  }
  .home .content-txt {
    font-size: 18px;
    line-height: 25px;
  }
  .home .txt-img-wrap .txt-col .txt-col-content {
    padding: 45px 20px 45px 0;
  }
}
.home .btn-wrap {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.home .btn-wrap #btn_load_more {
  color: #ffffff;
}

.home-gal-slider, .home-ban-slider {
  height: 100%;
  width: 100%;
  position: relative;
}
.home-gal-slider .slider-image, .home-gal-slider .slick-list, .home-gal-slider .slide, .home-ban-slider .slider-image, .home-ban-slider .slick-list, .home-ban-slider .slide {
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
}
@media (max-width: 991px) {
  .home-gal-slider .slider-image, .home-gal-slider .slick-list, .home-gal-slider .slide, .home-ban-slider .slider-image, .home-ban-slider .slick-list, .home-ban-slider .slide {
    height: 94%;
  }
}
.home-gal-slider .slick-track, .home-gal-slider .fp-slides, .home-ban-slider .slick-track, .home-ban-slider .fp-slides {
  height: 100%;
}
.home-gal-slider .slide-item, .home-ban-slider .slide-item {
  height: 100%;
}
.home-gal-slider .slick-prev, .home-gal-slider .slick-next, .home-ban-slider .slick-prev, .home-ban-slider .slick-next {
  position: absolute;
  cursor: pointer;
  display: block;
  background: url(../images/gallery/arrow.svg);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  color: transparent;
  width: 14px;
  height: 23px;
  background-position: center;
  z-index: 2;
  right: 8vw;
  top: 50%;
}
.home-gal-slider .slick-prev, .home-ban-slider .slick-prev {
  left: 8vw;
  right: unset;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .home-ban-slider {
    height: 70%;
  }
}

.cloud-left, .cloud-right, .cloud-top {
  height: 100vh;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .cloud-left, .cloud-right, .cloud-top {
    height: 70vh;
  }
}

.cloud-left {
  background: url(../images/home/cloud_left.png) no-repeat 0 0/cover;
  -webkit-animation: move-cloud-left 40s linear infinite;
  -moz-animation: move-cloud-left 40s linear infinite;
  -o-animation: move-cloud-left 40s linear infinite;
  float: left;
}
@media (max-width: 991px) {
  .cloud-left {
    background-size: contain !important;
  }
}

.cloud-right {
  background: url(../images/home/cloud_right.png) no-repeat 0 0/cover;
  -webkit-animation: move-cloud-right 40s linear infinite;
  -moz-animation: move-cloud-right 40s linear infinite;
  -o-animation: move-cloud-right 40s linear infinite;
  float: right;
  right: -5%;
}
@media (max-width: 991px) {
  .cloud-right {
    right: 0;
  }
}

.cloud-top {
  background: url(../images/home/cloud_top.png) no-repeat top center/contain !important;
  -webkit-animation: move-cloud-top 70s linear infinite;
  -moz-animation: move-cloud-top 70s linear infinite;
  -o-animation: move-cloud-top 70s linear infinite;
  position: absolute;
  left: 0;
  height: 35vh;
  width: 80%;
}

.flight {
  background: url(../images/home/flight.png) no-repeat center center/contain;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 20%;
}
@media (max-width: 1199px) {
  .flight {
    height: 70%;
  }
}

@-webkit-keyframes move-cloud-left {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -1000px;
  }
}
@-moz-keyframes move-cloud-left {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1000px;
  }
}
@-o-keyframes move-cloud-left {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1000px;
  }
}
@-webkit-keyframes move-cloud-right {
  0% {
    margin-right: 0px;
  }
  100% {
    margin-right: -1000px;
  }
}
@-moz-keyframes move-cloud-right {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: -1000px;
  }
}
@-o-keyframes move-cloud-right {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: -1000px;
  }
}
@-webkit-keyframes move-cloud-top {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -1000px;
  }
}
@-moz-keyframes move-cloud-top {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -1000px;
  }
}
@-o-keyframes move-cloud-top {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: -1000px;
  }
}
.banner-slider-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity 0.5s linear;
}
.banner-slider-wrap.visible {
  opacity: 1;
  visibility: visible;
}

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

@media (max-width: 991px) {
  .gal-slider-section {
    height: 50vh;
  }
}
#contact,
#thankYou {
  background: #393f6d;
  padding: 54px 50px 60px 71px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #contact,
  #thankYou {
    padding: 0;
  }
}
#contact .heading,
#thankYou .heading {
  color: #f26b67;
}
#contact .heading,
#thankYou .heading {
  font-size: calc(56px + 14 * (100vw - 1201px) / 399);
}
#contact .heading,
#thankYou .heading {
  line-height: calc(70px + 10 * (100vw - 1201px) / 399);
}
@media (max-width: 767px) {
  #contact .heading,
  #thankYou .heading {
    padding: 0 60px 0 30px;
    margin-bottom: 25px;
  }
}
#contact .heading span,
#thankYou .heading span {
  text-transform: none;
}
#contact .animated-gif,
#thankYou .animated-gif {
  display: none;
  z-index: -1;
  top: -58px;
  left: 23px;
}
#contact .animated-gif img,
#thankYou .animated-gif img {
  position: absolute;
  top: 0;
  left: 0;
  width: 597px;
  height: 786px;
}
#contact .animated-gif.inposition,
#thankYou .animated-gif.inposition {
  display: block;
}
#contact .contactWrap,
#thankYou .contactWrap {
  display: flex;
  position: relative;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #contact .contactWrap,
  #thankYou .contactWrap {
    flex-flow: column;
  }
}
#contact .contactWrap .get-in-touch,
#thankYou .contactWrap .get-in-touch {
  width: 47.6515151515%;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #contact .contactWrap .get-in-touch,
  #thankYou .contactWrap .get-in-touch {
    width: 100%;
    padding: 49px 70px 0 70px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .get-in-touch,
  #thankYou .contactWrap .get-in-touch {
    padding: 35px 0 0 0;
  }
}
#contact .contactWrap .get-in-touch .labelTxt,
#thankYou .contactWrap .get-in-touch .labelTxt {
  color: #f9ef60;
  text-transform: uppercase;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 39px;
  display: block;
}
@media (max-width: 767px) {
  #contact .contactWrap .get-in-touch .labelTxt,
  #thankYou .contactWrap .get-in-touch .labelTxt {
    padding: 0 60px 0 30px;
    margin-bottom: 25px;
  }
}
#contact .contactWrap .locateUs,
#thankYou .contactWrap .locateUs {
  width: 100%;
  padding-top: 69px;
}
@media (max-width: 991px) {
  #contact .contactWrap .locateUs,
  #thankYou .contactWrap .locateUs {
    padding: 59px 31px 60px 40px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .locateUs,
  #thankYou .contactWrap .locateUs {
    padding: 0;
  }
}
#contact .contactWrap .contactForm,
#thankYou .contactWrap .contactForm {
  padding: 25px 25px 0 25px;
  background: #ffffff;
  max-width: 80.6041335453%;
  min-height: 455px;
  position: relative;
  margin-top: 126px;
  min-width: 35%;
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm,
  #thankYou .contactWrap .contactForm {
    max-width: 672px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm,
  #thankYou .contactWrap .contactForm {
    max-width: 100%;
    padding: 30px 28px 0 31px;
    min-height: 1px;
    width: 100%;
    margin-top: 0;
  }
}
#contact .contactWrap .contactForm .hywrap,
#thankYou .contactWrap .contactForm .hywrap {
  margin: auto;
}
#contact .contactWrap .contactForm .hywrap #lvholder_hyfield1 + .LV_validation_message,
#thankYou .contactWrap .contactForm .hywrap #lvholder_hyfield1 + .LV_validation_message {
  position: relative;
  bottom: 0;
}
#contact .contactWrap .contactForm .hywrap .name-fields,
#thankYou .contactWrap .contactForm .hywrap .name-fields {
  display: flex;
  border-top: 2px solid #d8c8bc;
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .name-fields,
  #thankYou .contactWrap .contactForm .hywrap .name-fields {
    flex-flow: column;
  }
}
#contact .contactWrap .contactForm .hywrap .name-fields li,
#thankYou .contactWrap .contactForm .hywrap .name-fields li {
  width: 50%;
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .name-fields li,
  #thankYou .contactWrap .contactForm .hywrap .name-fields li {
    width: 100%;
  }
}
#contact .contactWrap .contactForm .hywrap .name-fields li:first-child,
#thankYou .contactWrap .contactForm .hywrap .name-fields li:first-child {
  position: relative;
}
#contact .contactWrap .contactForm .hywrap .name-fields li:first-child:after,
#thankYou .contactWrap .contactForm .hywrap .name-fields li:first-child:after {
  content: "";
  width: 2px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 10px;
  background: #d8c8bc;
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .name-fields li:first-child:after,
  #thankYou .contactWrap .contactForm .hywrap .name-fields li:first-child:after {
    display: none;
  }
}
#contact .contactWrap .contactForm .hywrap #form-fields,
#thankYou .contactWrap .contactForm .hywrap #form-fields {
  max-width: 411px;
  margin: auto;
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap #form-fields,
  #thankYou .contactWrap .contactForm .hywrap #form-fields {
    max-width: 508px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap #form-fields,
  #thankYou .contactWrap .contactForm .hywrap #form-fields {
    max-width: 100%;
  }
}
#contact .contactWrap .contactForm .hywrap .LV_invalid,
#thankYou .contactWrap .contactForm .hywrap .LV_invalid {
  color: #f26b67;
  position: absolute;
  bottom: -10px;
  left: 0;
  text-align: left;
  width: 100%;
  font: normal 12px/9px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.45px;
}
@media (max-width: 1399px) {
  #contact .contactWrap .contactForm .hywrap .LV_invalid,
  #thankYou .contactWrap .contactForm .hywrap .LV_invalid {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap .LV_invalid,
  #thankYou .contactWrap .contactForm .hywrap .LV_invalid {
    font-size: 12px;
  }
}
#contact .contactWrap .contactForm .hywrap .name-fields li:first-child,
#thankYou .contactWrap .contactForm .hywrap .name-fields li:first-child {
  margin: 0;
}
#contact .contactWrap .contactForm .hywrap .control-group,
#thankYou .contactWrap .contactForm .hywrap .control-group {
  margin-bottom: 0;
  position: relative;
}
#contact .contactWrap .contactForm .hywrap .control-group.hytag_sign_up_for_the_newsletter .control-label,
#thankYou .contactWrap .contactForm .hywrap .control-group.hytag_sign_up_for_the_newsletter .control-label {
  position: relative;
  padding-bottom: 15px;
}
#contact .contactWrap .contactForm .hywrap .control-group.hytag_sign_up_for_the_newsletter .controls,
#thankYou .contactWrap .contactForm .hywrap .control-group.hytag_sign_up_for_the_newsletter .controls {
  text-align: left;
  border-color: #808080;
  padding-left: 31px;
}
#contact .contactWrap .contactForm .hywrap .control-group.hytag_sign_up_for_the_newsletter .controls .radio,
#thankYou .contactWrap .contactForm .hywrap .control-group.hytag_sign_up_for_the_newsletter .controls .radio {
  color: #808080;
}
#contact .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls,
#thankYou .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls {
  position: relative;
  z-index: 1;
}
#contact .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls:after,
#thankYou .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 42%;
  width: 10px;
  height: 10px;
  background: url(../images/contact/caret.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
#contact .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label,
#thankYou .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label {
  position: absolute;
  z-index: 0;
  padding: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 24px 0 31px;
}
#contact .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label:hover,
#thankYou .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label:hover {
  cursor: text;
}
@media (max-width: 1199px) {
  #contact .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label,
  #thankYou .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label {
    padding-left: 15px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label,
  #thankYou .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label {
    padding-left: 31px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label,
  #thankYou .contactWrap .contactForm .hywrap .control-group:not(.hy-signup) .control-label {
    padding-top: 8px;
  }
}
#contact .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls,
#thankYou .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls {
  position: relative;
  z-index: 1;
}
#contact .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls:after,
#thankYou .contactWrap .contactForm .hywrap .control-group.hytag_number_of_bedrooms .controls:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 42%;
  width: 10px;
  height: 10px;
  background: url(../images/contact/caret.png) no-repeat;
  background-size: contain;
  pointer-events: none;
}
#contact .contactWrap .contactForm .hywrap .top_align .control-label,
#thankYou .contactWrap .contactForm .hywrap .top_align .control-label {
  text-align: left;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  color: #808080;
  padding: 0;
  position: absolute;
  top: 6px;
  left: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 24px 0 31px;
}
#contact .contactWrap .contactForm .hywrap .top_align .control-label:hover,
#thankYou .contactWrap .contactForm .hywrap .top_align .control-label:hover {
  cursor: text;
}
@media (max-width: 1199px) {
  #contact .contactWrap .contactForm .hywrap .top_align .control-label,
  #thankYou .contactWrap .contactForm .hywrap .top_align .control-label {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap .top_align .control-label,
  #thankYou .contactWrap .contactForm .hywrap .top_align .control-label {
    font-size: 20px;
    padding-left: 31px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .top_align .control-label,
  #thankYou .contactWrap .contactForm .hywrap .top_align .control-label {
    font-size: 18px;
    letter-spacing: 0.45px;
    padding-top: 8px;
  }
}
#contact .contactWrap .contactForm .hywrap input,
#contact .contactWrap .contactForm .hywrap input[type=text],
#contact .contactWrap .contactForm .hywrap select,
#contact .contactWrap .contactForm .hywrap textarea,
#thankYou .contactWrap .contactForm .hywrap input,
#thankYou .contactWrap .contactForm .hywrap input[type=text],
#thankYou .contactWrap .contactForm .hywrap select,
#thankYou .contactWrap .contactForm .hywrap textarea {
  background: transparent;
  border-width: 0 0 2px 0;
  border-color: #d8c8bc;
  border-radius: 0;
  height: 43px;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  color: #808080;
  margin: 0;
  text-align: left;
  padding: 0 24px 0 31px;
  text-transform: none;
}
@media (max-width: 1399px) {
  #contact .contactWrap .contactForm .hywrap input,
  #contact .contactWrap .contactForm .hywrap input[type=text],
  #contact .contactWrap .contactForm .hywrap select,
  #contact .contactWrap .contactForm .hywrap textarea,
  #thankYou .contactWrap .contactForm .hywrap input,
  #thankYou .contactWrap .contactForm .hywrap input[type=text],
  #thankYou .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap textarea {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  #contact .contactWrap .contactForm .hywrap input,
  #contact .contactWrap .contactForm .hywrap input[type=text],
  #contact .contactWrap .contactForm .hywrap select,
  #contact .contactWrap .contactForm .hywrap textarea,
  #thankYou .contactWrap .contactForm .hywrap input,
  #thankYou .contactWrap .contactForm .hywrap input[type=text],
  #thankYou .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap textarea {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap input,
  #contact .contactWrap .contactForm .hywrap input[type=text],
  #contact .contactWrap .contactForm .hywrap select,
  #contact .contactWrap .contactForm .hywrap textarea,
  #thankYou .contactWrap .contactForm .hywrap input,
  #thankYou .contactWrap .contactForm .hywrap input[type=text],
  #thankYou .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap textarea {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap input,
  #contact .contactWrap .contactForm .hywrap input[type=text],
  #contact .contactWrap .contactForm .hywrap select,
  #contact .contactWrap .contactForm .hywrap textarea,
  #thankYou .contactWrap .contactForm .hywrap input,
  #thankYou .contactWrap .contactForm .hywrap input[type=text],
  #thankYou .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap textarea {
    font-size: 18px;
    letter-spacing: 0.45px;
  }
}
#contact .contactWrap .contactForm .hywrap select,
#thankYou .contactWrap .contactForm .hywrap select {
  appearance: none;
  -webkit-appearance: none;
  font-size: 20px !important;
  cursor: pointer;
}
@media (max-width: 1399px) {
  #contact .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap select {
    font-size: 16px !important;
  }
}
@media (max-width: 1199px) {
  #contact .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap select {
    font-size: 15px !important;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap select {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap select,
  #thankYou .contactWrap .contactForm .hywrap select {
    font-size: 18px !important;
  }
}
#contact .contactWrap .contactForm .hywrap textarea,
#thankYou .contactWrap .contactForm .hywrap textarea {
  height: 148px;
  vertical-align: top;
}
#contact .contactWrap .contactForm .hywrap .form-actions,
#thankYou .contactWrap .contactForm .hywrap .form-actions {
  width: 100%;
  max-width: 411px;
  margin: auto;
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap .form-actions,
  #thankYou .contactWrap .contactForm .hywrap .form-actions {
    max-width: 507px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .form-actions,
  #thankYou .contactWrap .contactForm .hywrap .form-actions {
    max-width: 100%;
  }
}
#contact .contactWrap .contactForm .hywrap .form-actions button,
#thankYou .contactWrap .contactForm .hywrap .form-actions button {
  border-radius: 0;
  height: 69px;
  color: #4e7ed5;
  border-radius: 0;
  padding: 21px 27px 21px 0;
  border: none;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
}
#contact .contactWrap .contactForm .hywrap .form-actions button:hover,
#thankYou .contactWrap .contactForm .hywrap .form-actions button:hover {
  color: rgb(41.1369863014, 88.1506849315, 173.3630136986);
  background: transparent;
}
#contact .contactWrap .contactForm .hywrap .form-actions button:hover:after,
#thankYou .contactWrap .contactForm .hywrap .form-actions button:hover:after {
  color: rgb(41.1369863014, 88.1506849315, 173.3630136986);
}
@media (max-width: 1199px) {
  #contact .contactWrap .contactForm .hywrap .form-actions button,
  #thankYou .contactWrap .contactForm .hywrap .form-actions button {
    font-size: 15px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap .form-actions button,
  #thankYou .contactWrap .contactForm .hywrap .form-actions button {
    font-size: 20px;
    padding-right: 2px;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .form-actions button,
  #thankYou .contactWrap .contactForm .hywrap .form-actions button {
    font-size: 18px;
    height: auto;
    padding: 6px 2px 27px 0;
    padding-right: 2px;
  }
}
#contact .contactWrap .contactForm .hywrap .form-actions button:after,
#thankYou .contactWrap .contactForm .hywrap .form-actions button:after {
  content: ">";
  color: #4e7ed5;
  font: 500 20px/30px "acumin-pro-condensed", sans-serif;
  display: inline-block;
  padding-left: 3px;
  position: relative;
  top: 1px;
}
@media (max-width: 1199px) {
  #contact .contactWrap .contactForm .hywrap .form-actions button:after,
  #thankYou .contactWrap .contactForm .hywrap .form-actions button:after {
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap .form-actions button:after,
  #thankYou .contactWrap .contactForm .hywrap .form-actions button:after {
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .contactForm .hywrap .form-actions button:after,
  #thankYou .contactWrap .contactForm .hywrap .form-actions button:after {
    top: 2px;
  }
}
#contact .contactWrap .contactForm .hywrap #more-info,
#thankYou .contactWrap .contactForm .hywrap #more-info {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#contact .contactWrap .contactForm .hywrap #more-info a,
#thankYou .contactWrap .contactForm .hywrap #more-info a {
  color: #ffffff;
  font: 400 18px "acumin-pro-condensed", sans-serif;
  font-style: italic;
  background: #d8c8bc;
  height: 50px;
  display: block;
  text-align: center;
  padding: 12px 0 0 0;
  letter-spacing: 0.45px;
  text-decoration: none;
}
#contact .contactWrap .contactForm .hywrap #more-info a:hover,
#thankYou .contactWrap .contactForm .hywrap #more-info a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  #contact .contactWrap .contactForm .hywrap #more-info a,
  #thankYou .contactWrap .contactForm .hywrap #more-info a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .contactForm .hywrap #more-info a,
  #thankYou .contactWrap .contactForm .hywrap #more-info a {
    font-size: 18px;
  }
}
#contact .contactWrap .thankYou,
#thankYou .contactWrap .thankYou {
  padding: 0;
  background: #ffffff;
  max-width: 80.6041335453%;
  min-height: 553px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 52px;
}
@media (max-width: 991px) {
  #contact .contactWrap .thankYou,
  #thankYou .contactWrap .thankYou {
    min-height: 222px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .thankYou,
  #thankYou .contactWrap .thankYou {
    max-width: 100%;
    padding: 30px 28px 31px 31px;
  }
}
#contact .contactWrap .thankYou span,
#thankYou .contactWrap .thankYou span {
  font: 500 18px/33px "acumin-pro-condensed", sans-serif;
  color: #4d4d4f;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  max-width: 211px;
  text-align: center;
  display: inline-block;
}
#contact .contactWrap .thankYou .connect-us,
#thankYou .contactWrap .thankYou .connect-us {
  margin-top: 28px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .contactWrap .thankYou .connect-us a,
#thankYou .contactWrap .thankYou .connect-us a {
  width: 24px;
  height: 24px;
  margin: 0 5px;
}
#contact .contactWrap .thankYou .connect-us a.no-link,
#thankYou .contactWrap .thankYou .connect-us a.no-link {
  cursor: default;
}
#contact .contactWrap .thankYou .connect-us a:nth-child(2),
#thankYou .contactWrap .thankYou .connect-us a:nth-child(2) {
  height: 20px;
}
#contact .contactWrap .get-directions,
#thankYou .contactWrap .get-directions {
  margin-bottom: 85px;
  position: relative;
  max-width: 475px;
}
@media (max-width: 1399px) {
  #contact .contactWrap .get-directions,
  #thankYou .contactWrap .get-directions {
    max-width: 440px;
  }
}
@media (max-width: 1199px) {
  #contact .contactWrap .get-directions,
  #thankYou .contactWrap .get-directions {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .get-directions,
  #thankYou .contactWrap .get-directions {
    margin-bottom: 95px;
    max-width: 475px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .get-directions,
  #thankYou .contactWrap .get-directions {
    padding: 28px 30px;
    margin: auto auto 0 auto;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #contact .contactWrap .get-directions img,
  #thankYou .contactWrap .get-directions img {
    height: 379px;
    object-fit: cover;
  }
}
#contact .contactWrap .get-directions div a,
#thankYou .contactWrap .get-directions div a {
  width: 232px;
  color: #ffffff;
  position: absolute;
  bottom: -15px;
  right: 83px;
  letter-spacing: 0.5px;
}
#contact .contactWrap .get-directions div a.btn,
#thankYou .contactWrap .get-directions div a.btn {
  transform: skew(10deg);
}
#contact .contactWrap .get-directions div a.btn > span,
#thankYou .contactWrap .get-directions div a.btn > span {
  transform: skew(-10deg);
}
@media (max-width: 767px) {
  #contact .contactWrap .get-directions div a.btn > span span,
  #thankYou .contactWrap .get-directions div a.btn > span span {
    position: relative;
    top: 1px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .get-directions div a,
  #thankYou .contactWrap .get-directions div a {
    bottom: 6px;
    right: 56px;
  }
}
@media screen and (max-width: 350px) {
  #contact .contactWrap .get-directions div a,
  #thankYou .contactWrap .get-directions div a {
    width: 200px;
  }
}
#contact .contactWrap .office-hours,
#thankYou .contactWrap .office-hours {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  #contact .contactWrap .office-hours,
  #thankYou .contactWrap .office-hours {
    position: relative;
    top: 20px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .office-hours,
  #thankYou .contactWrap .office-hours {
    top: 0;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .office-hours,
  #thankYou .contactWrap .office-hours {
    flex-flow: column;
    padding: 0 0 0 30px;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  #contact .contactWrap .office-hours,
  #thankYou .contactWrap .office-hours {
    align-items: flex-start;
  }
}
#contact .contactWrap .office-hours .copy,
#thankYou .contactWrap .office-hours .copy {
  padding-top: 32px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  #contact .contactWrap .office-hours .copy,
  #thankYou .contactWrap .office-hours .copy {
    padding-top: 8px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .office-hours .copy,
  #thankYou .contactWrap .office-hours .copy {
    padding-left: 30px;
    padding-top: 37px;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .office-hours .copy,
  #thankYou .contactWrap .office-hours .copy {
    margin-bottom: 40px;
    margin-right: 217px;
    max-width: 100%;
    width: 60%;
    padding-top: 28px;
  }
}
@media (max-width: 575px) {
  #contact .contactWrap .office-hours .copy,
  #thankYou .contactWrap .office-hours .copy {
    margin-right: 0;
  }
}
@media (max-width: 359px) {
  #contact .contactWrap .office-hours .copy,
  #thankYou .contactWrap .office-hours .copy {
    padding-left: 15px;
  }
}
#contact .contactWrap .office-hours .copy .subTitle,
#thankYou .contactWrap .office-hours .copy .subTitle {
  color: #f9ef60;
  font: italic 48px/48px "ltc-bodoni-175", sans-serif;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
@media (max-width: 1199px) {
  #contact .contactWrap .office-hours .copy .subTitle,
  #thankYou .contactWrap .office-hours .copy .subTitle {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .office-hours .copy .subTitle,
  #thankYou .contactWrap .office-hours .copy .subTitle {
    margin-bottom: 20px;
    font-size: 42px;
  }
}
#contact .contactWrap .office-hours .copy .subTitle span,
#thankYou .contactWrap .office-hours .copy .subTitle span {
  text-transform: none;
  padding-left: 15px;
}
#contact .contactWrap .office-hours .copy ul,
#thankYou .contactWrap .office-hours .copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contact .contactWrap .office-hours .copy ul li,
#thankYou .contactWrap .office-hours .copy ul li {
  font: normal 20px/25px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}
#contact .contactWrap .office-hours .copy ul li span,
#thankYou .contactWrap .office-hours .copy ul li span {
  display: block;
}
@media (min-width: 992px) {
  #contact .contactWrap .office-hours .copy ul li span,
  #thankYou .contactWrap .office-hours .copy ul li span {
    padding-left: 10px;
    display: inline-block;
  }
}
#contact .contactWrap .office-hours .copy ul li:not(:last-child),
#thankYou .contactWrap .office-hours .copy ul li:not(:last-child) {
  margin-bottom: 5px;
}
@media screen and (min-width: 1450px) {
  #contact .contactWrap .img,
  #thankYou .contactWrap .img {
    max-width: 70%;
  }
}
@media (max-width: 1399px) {
  #contact .contactWrap .img,
  #thankYou .contactWrap .img {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  #contact .contactWrap .img,
  #thankYou .contactWrap .img {
    max-height: 250px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .img,
  #thankYou .contactWrap .img {
    max-height: none;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .img,
  #thankYou .contactWrap .img {
    text-align: right;
    width: 100%;
    margin-top: 90px;
  }
}
#contact .contactWrap .img > img,
#thankYou .contactWrap .img > img {
  position: relative;
  z-index: 1;
  max-width: 420px;
}
@media (max-width: 1399px) {
  #contact .contactWrap .img > img,
  #thankYou .contactWrap .img > img {
    max-width: 359px;
  }
}
@media (max-width: 1199px) {
  #contact .contactWrap .img > img,
  #thankYou .contactWrap .img > img {
    max-width: 95%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .img > img,
  #thankYou .contactWrap .img > img {
    max-width: 420px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .img > img,
  #thankYou .contactWrap .img > img {
    max-width: 100%;
    width: 100%;
  }
}
#contact .contactWrap .img .logoShape,
#thankYou .contactWrap .img .logoShape {
  position: absolute;
  right: -200px;
  top: 58%;
  z-index: 0;
  width: 150px;
  height: 150px;
}
@media (max-width: 1399px) {
  #contact .contactWrap .img .logoShape,
  #thankYou .contactWrap .img .logoShape {
    right: -100px;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .img .logoShape,
  #thankYou .contactWrap .img .logoShape {
    right: 29px;
  }
}
@media (max-width: 1199px) {
  #contact .contactWrap .img .logoShape img,
  #thankYou .contactWrap .img .logoShape img {
    width: 90%;
  }
}
@media (max-width: 991px) {
  #contact .contactWrap .img .logoShape,
  #thankYou .contactWrap .img .logoShape {
    top: -242px;
  }
  #contact .contactWrap .img .logoShape img,
  #thankYou .contactWrap .img .logoShape img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #contact .contactWrap .img .logoShape,
  #thankYou .contactWrap .img .logoShape {
    right: -48px;
    top: -213px;
    width: 100px;
  }
}

.using-keytab #contact .contactWrap .contactForm .hywrap .form-actions button:focus, .using-keytab #contact .contactWrap .contactForm .hywrap input:focus {
  outline: 1px dashed #000000 !important;
}

@media all and (-ms-high-contrast: none) {
  #thankYou .contactWrap .thankYou {
    display: table;
    width: 100%;
  } /* IE10 */
  *::-ms-backdrop, #thankYou .contactWrap .thankYou {
    display: table;
    width: 100%;
  } /* IE11 */
  #thankYou .contactWrap .thankYou .copy-outer {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  } /* IE10 */
  *::-ms-backdrop, #thankYou .contactWrap .thankYou .copy-outer {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  } /* IE11 */
  #thankYou .contactWrap .thankYou .copy-outer span {
    display: inline-block;
  } /* IE10 */
  *::-ms-backdrop, #thankYou .contactWrap .thankYou .copy-outer span {
    display: inline-block;
  } /* IE11 */
  #contact .contactWrap .contactForm .hywrap select {
    font-size: 0 !important;
  }
  #contact .contactWrap .contactForm .hywrap select.open {
    font-size: 15px !important;
  }
}
#contact .contactWrap .contactForm .hywrap select::-ms-expand {
  display: none;
}

#contact .hytag_form_comment {
  display: none;
}
#contact #g-recaptcha {
  margin-top: 15px;
}

#errorPage {
  background: #393f6d;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  #errorPage {
    padding: 0;
  }
}
#errorPage .animated-gif {
  display: none;
}
@media (max-width: 991px) {
  #errorPage .animated-gif {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  #errorPage .animated-gif {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
#errorPage .animated-gif.inposition {
  display: block;
}
#errorPage .animated-gif img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  #errorPage .animated-gif img {
    top: 0;
    left: 0;
    width: auto;
    height: 130%;
    transform: skewY(0deg);
  }
}
@media (max-width: 767px) {
  #errorPage .animated-gif img {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #errorPage .animated-gif img.desktop {
    display: none;
  }
}
#errorPage .animated-gif img.mob {
  display: none;
}
@media (max-width: 767px) {
  #errorPage .animated-gif img.mob {
    display: block;
  }
}
@media (max-width: 991px) {
  #errorPage .bannercopy {
    margin-top: -15vw;
    width: 100%;
  }
}
#errorPage .heading {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  #errorPage .heading {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #errorPage .heading {
    max-width: 190px;
  }
}
#errorPage .heading span {
  text-transform: none;
}
#errorPage .wrap {
  display: flex;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 78px);
}
@media (max-width: 991px) {
  #errorPage .wrap {
    flex-flow: column;
    height: auto;
  }
}
#errorPage .wrap .bannerImg {
  width: 52%;
  background-size: cover !important;
  transform: skew(8deg);
  overflow: hidden;
  transform-origin: bottom left;
}
@media (max-width: 1199px) {
  #errorPage .wrap .bannerImg {
    width: 55%;
  }
}
@media (max-width: 991px) {
  #errorPage .wrap .bannerImg {
    height: 71vw;
    width: 100%;
    position: relative;
    z-index: 5;
    transform: skew(0deg, 6deg);
    transform-origin: bottom right;
    background-position: top center !important;
  }
}
@media (max-width: 767px) {
  #errorPage .wrap .bannerImg {
    height: 97vw;
    max-height: 540px;
  }
}
#errorPage .wrap .bannerCopy {
  padding: 150px 20px 50px 0;
  margin-left: 0;
  position: relative;
  width: 48%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  #errorPage .wrap .bannerCopy {
    width: 45%;
  }
}
@media (max-width: 991px) {
  #errorPage .wrap .bannerCopy {
    margin-left: 0;
    margin-top: -172px;
    padding: 50px 120px 35px 70px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #errorPage .wrap .bannerCopy {
    margin-top: -141px;
    padding: 50px 30px 10vw 30px;
  }
}
@media (max-width: 575px) {
  #errorPage .wrap .bannerCopy {
    margin-top: -125px;
  }
}
#errorPage .wrap .bannerCopy .logoPpeach {
  width: 76px;
  height: 83px;
  display: block;
  margin: 0 0 40px 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  #errorPage .wrap .bannerCopy .logoPpeach {
    margin-bottom: 87px;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  #errorPage .wrap .bannerCopy .logoPpeach {
    width: 62px;
    height: 68px;
    margin-bottom: 64px;
  }
}
@media (max-width: 575px) {
  #errorPage .wrap .bannerCopy .logoPpeach {
    margin-bottom: 35px;
  }
}
#errorPage .wrap .bannerCopy .txt-col-desc {
  padding-left: 7vw;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #errorPage .wrap .bannerCopy .txt-col-desc {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #errorPage .wrap .bannerCopy .txt-col-desc {
    padding-left: 30px;
    margin-bottom: 0;
  }
}
#errorPage .wrap .bannerCopy p {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
#errorPage .wrap .bannerCopy .backtohome {
  width: 240px;
  position: relative;
}
@media (max-width: 767px) {
  #errorPage .wrap .bannerCopy .backtohome {
    width: 220px;
  }
}
#errorPage .txt-img-wrap {
  height: calc(100vh - 78px);
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  #errorPage .txt-img-wrap {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  #errorPage .txt-img-wrap {
    height: 100%;
    overflow: hidden;
  }
}
#errorPage .txt-img-wrap .img-col {
  height: 100%;
  width: 55%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1200px) {
  #errorPage .txt-img-wrap .img-col {
    width: 52%;
  }
}
@media (max-width: 1199px) {
  #errorPage .txt-img-wrap .img-col {
    width: 55%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  #errorPage .txt-img-wrap .img-col {
    height: 71vw;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #errorPage .txt-img-wrap .img-col {
    height: 100vw;
    max-height: 540px;
  }
}
#errorPage .txt-img-wrap .img-col .img-col-inner {
  width: 100%;
  height: 100%;
}
#errorPage .txt-img-wrap .txt-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #393f6d;
}
@media (min-width: 992px) {
  #errorPage .txt-img-wrap .txt-col {
    order: 2;
    width: 45%;
    height: 100%;
  }
  #errorPage .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 1200px) {
  #errorPage .txt-img-wrap .txt-col {
    width: 48%;
  }
}
@media (max-width: 991px) {
  #errorPage .txt-img-wrap .txt-col {
    width: 100%;
    margin-top: -15vw;
  }
  #errorPage .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewY(6deg);
  }
}
@media (max-width: 575px) {
  #errorPage .txt-img-wrap .txt-col {
    margin-top: -15vw;
  }
}
@media (min-width: 992px) {
  #errorPage .txt-img-wrap .txt-col .txt-col-inner {
    height: 100%;
  }
  #errorPage .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
@media (max-width: 991px) {
  #errorPage .txt-img-wrap .txt-col .txt-col-inner {
    padding: 0 0 50px 0;
  }
  #errorPage .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewY(-6deg);
  }
}
@media (min-width: 992px) {
  #errorPage .txt-img-wrap .txt-col .animated-gif {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
#errorPage .txt-img-wrap .txt-col .vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
#errorPage .txt-img-wrap .txt-col .txt-col-content {
  position: relative;
  z-index: 1;
  padding: 150px 20px 75px 0;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #errorPage .txt-img-wrap .txt-col .txt-col-content {
    padding: 35px 120px 35px 70px;
    display: block;
  }
}
@media (max-width: 767px) {
  #errorPage .txt-img-wrap .txt-col .txt-col-content {
    padding: 25px 30px 10vw 30px;
  }
}
#errorPage .txt-img-wrap .txt-col .txt-col-content .heading {
  margin-bottom: 20px;
}
#errorPage .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
  padding-left: 7vw;
  width: 100%;
}
@media (max-width: 991px) {
  #errorPage .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #errorPage .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    padding-left: 30px;
    margin-bottom: 0;
  }
}
#errorPage .txt-img-wrap .txt-col .btn {
  width: 240px;
}
@media (max-width: 767px) {
  #errorPage .txt-img-wrap .txt-col .btn {
    width: 220px;
  }
}
#errorPage .txt-img-wrap .txt-col .pilot-house-flag {
  width: 76px;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #errorPage .txt-img-wrap .txt-col .pilot-house-flag {
    position: absolute;
    top: -14vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #errorPage .txt-img-wrap .txt-col .pilot-house-flag {
    width: 62px;
  }
}
@media (max-width: 480px) {
  #errorPage .txt-img-wrap .txt-col .pilot-house-flag {
    top: -20vw;
  }
}
#errorPage .txt-img-wrap .txt-col .heading span {
  display: block;
}

#gallery .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#gallery .animated-gif {
  display: none;
  overflow: hidden;
}
#gallery .animated-gif.inposition {
  display: block;
}
#gallery .category-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px calc(85px + 10 * (100vw - 768px) / 223);
  list-style: none;
  padding: 0;
}
@media (min-width: 992px) and (max-height: 890px) {
  #gallery .category-wrap {
    margin-left: calc(65px + 10 * (100vw - 768px) / 223);
  }
}
@media (max-width: 767px) {
  #gallery .category-wrap {
    display: block;
    margin-bottom: 15px;
    padding-left: 10px;
    margin-left: calc(60px + 5 * (100vw - 376px) / 391);
  }
}
@media (max-width: 399px) {
  #gallery .category-wrap {
    margin-left: calc(55px + 5 * (100vw - 376px) / 391);
  }
}
#gallery .category-wrap li {
  color: #fefefe;
  padding-right: 10px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  #gallery .category-wrap li:first-child {
    width: 100%;
    margin-bottom: -5px;
  }
  #gallery .category-wrap li:first-child:after {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #gallery .category-wrap li {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  #gallery .category-wrap li {
    display: inline-block;
  }
}
#gallery .category-wrap li:last-child:after {
  display: none;
}
#gallery .category-wrap li:after {
  content: "/";
  color: #fefefe;
  font: 500 20px/35px "acumin-pro-condensed", sans-serif;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 575px) {
  #gallery .category-wrap li:after {
    font-size: 16px;
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 350px) {
  #gallery .category-wrap li:after {
    margin-left: 5px;
  }
}
#gallery .category-wrap li a {
  color: #fefefe;
  font: 500 20px/35px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  #gallery .category-wrap li a:hover {
    color: #f9ef60;
  }
}
@media (max-width: 767px) {
  #gallery .category-wrap li a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #gallery .category-wrap li a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.35px;
  }
}
#gallery .category-wrap li.active a {
  color: #f9ef60;
}
#gallery .logoCircle {
  position: absolute;
  right: 30px;
  bottom: -29px;
  z-index: 6;
}
@media (max-width: 991px) {
  #gallery .logoCircle {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  #gallery .logoCircle {
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: -10px;
    z-index: 9;
  }
}
#gallery .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#gallery .mainContainer {
  position: relative;
  overflow-x: hidden;
}
#gallery .mainContainer .flex-pauseplay {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media (max-width: 767px) {
  #gallery .mainContainer .flex-pauseplay {
    z-index: 6;
    bottom: 8px;
    left: 13px;
  }
}
#gallery .mainContainer .flex-pauseplay button {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: none;
  background: url(../images/play.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
#gallery .mainContainer .flex-pauseplay button.flex-pause {
  background: url(../images/pause.svg) no-repeat center center;
  background-size: contain;
}
#gallery .mainContainer .gallery-modal {
  z-index: -1;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  height: calc(100% - 78px);
  bottom: 0;
  top: auto;
}
#gallery .mainContainer .gallery-modal .flex-pauseplay {
  bottom: 75px;
  left: 25px;
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal .flex-pauseplay {
    bottom: 80px;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .flex-pauseplay {
    bottom: 81px;
    left: 25px;
  }
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal {
    height: calc(100% - 67px);
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal {
    height: calc(100% - 52px);
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .logoCircle {
    width: 85px;
    height: 80px;
    bottom: -10px;
    right: -14px;
  }
}
#gallery .mainContainer .gallery-modal .control-holder {
  position: absolute;
  right: -22px;
  max-width: 30px;
  text-align: right;
  bottom: 0;
  top: 0;
  display: flex;
  height: calc(100% - 54px);
  justify-content: center;
  align-items: center;
  transform: translateX(50%);
  flex-flow: column;
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal .control-holder {
    bottom: 15px;
    right: 25px;
    flex-flow: row-reverse;
    top: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .control-holder {
    right: 10px;
    bottom: 23px;
    width: 60px;
    max-width: 60px;
    padding-right: 0;
    transform: none;
    display: flex;
    margin-right: 15px;
  }
}
#gallery .mainContainer .gallery-modal .control-holder .prev-btn {
  cursor: pointer;
  display: block;
  background: url(../images/gallery/arrow.svg) no-repeat center center;
  border: none;
  width: 14px;
  height: 23px;
  z-index: 2;
  transform: rotate(180deg);
}
#gallery .mainContainer .gallery-modal .control-holder .next-btn {
  cursor: pointer;
  display: block;
  background: url(../images/gallery/arrow.svg) no-repeat center center;
  border: none;
  width: 14px;
  height: 23px;
  background-position: center;
  z-index: 2;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal .control-holder .next-btn {
    margin-bottom: 0;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .control-holder .next-btn {
    margin-bottom: 0;
    margin-left: 30px;
  }
}
#gallery .mainContainer .gallery-modal .slick-list {
  transform: translate3d(0, 0, 0);
}
#gallery .mainContainer .gallery-modal.gallery-open {
  opacity: 1;
  z-index: 900;
  visibility: visible;
  background: #374654;
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
#gallery .mainContainer .gallery-modal .modal-dialog {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
#gallery .mainContainer .gallery-modal .modal-header {
  margin: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .modal-header {
    margin-top: 0;
  }
}
#gallery .mainContainer .gallery-modal .modal-body {
  padding: 0 !important;
}
#gallery .mainContainer .gallery-modal .modal-content {
  position: relative;
}
#gallery .mainContainer .gallery-modal .close {
  z-index: 6;
  border: none;
  position: absolute;
  top: 3px;
  right: -35px;
  width: 21px;
  height: 21px;
  background-color: transparent;
  cursor: pointer;
  background: url(../images/gallery/close.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal .close {
    right: 0;
    top: -40px;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .close {
    right: 15px;
  }
}
#gallery .mainContainer .gallery-modal .slick-dots {
  display: none !important;
}
#gallery .mainContainer .gallery-modal .modal-body {
  position: relative;
  padding: 0 25px;
}
#gallery .mainContainer .gallery-modal .popup-slider-wrap {
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 7;
}
@media (max-width: 1199px) {
  #gallery .mainContainer .gallery-modal .popup-slider-wrap {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .popup-slider-wrap {
    padding: 0 10px;
    max-width: 100%;
  }
}
#gallery .mainContainer .gallery-modal .popup-slider {
  margin: 0 auto;
  width: 100%;
  border: 10px solid #ffffff;
  background: #808080;
  background: none;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  #gallery .mainContainer .gallery-modal .popup-slider {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .popup-slider {
    border-width: 5px;
  }
}
#gallery .mainContainer .gallery-modal .popup-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#gallery .mainContainer .gallery-modal .popup-slider .slick-prev,
#gallery .mainContainer .gallery-modal .popup-slider .slick-next {
  display: none !important;
}
#gallery .mainContainer .gallery-modal .popup-slider .slick-slide img {
  width: auto;
  max-width: none;
  max-height: 100%;
  height: auto;
  max-height: 70vh;
}
@media screen and (max-width: 1366px) and (max-height: 720px) and (orientation: landscape) {
  #gallery .mainContainer .gallery-modal .popup-slider .slick-slide img {
    max-height: 68vh;
  }
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal .popup-slider .slick-slide img {
    max-height: 59vh;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .popup-slider .slick-slide img {
    max-height: 39vh;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  #gallery .mainContainer .gallery-modal .popup-slider .slick-slide img {
    height: 41vh;
  }
}
#gallery .mainContainer .gallery-modal .popup-slider .slick-slide p {
  max-width: 86%;
  margin: 0 auto;
  color: #374654;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  text-align: left;
  letter-spacing: 0.5px;
  display: none;
}
#gallery .mainContainer .gallery-modal .popup-slider .slick-slide:focus {
  outline-offset: -1px;
  outline: 1px solid #808080;
}
#gallery .mainContainer .gallery-modal .caption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  align-items: center;
}
#gallery .mainContainer .gallery-modal .caption .text-holder {
  color: #ffffff;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  text-align: left;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal .caption .text-holder {
    width: 100%;
    height: 50px;
    position: relative;
    margin: auto;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .caption .text-holder {
    font-size: 18px;
    line-height: 17px;
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  #gallery .mainContainer .gallery-modal .caption .text-holder {
    font-size: 18px;
    letter-spacing: 0.45px;
  }
}
#gallery .mainContainer .gallery-modal .caption .text-holder p {
  margin: 15px 0 10px 0;
}
@media (max-width: 991px) {
  #gallery .mainContainer .gallery-modal .caption .text-holder p {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    max-width: 74%;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .caption .text-holder p {
    align-items: flex-start;
    justify-content: center;
    max-width: 70%;
    padding-left: 5px;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  #gallery .mainContainer .gallery-modal .caption .text-holder p {
    max-width: 66%;
    font-size: 15px;
    line-height: 15px;
  }
}
#gallery .mainContainer .gallery-modal .gallery-close {
  display: none;
  margin-top: 8vh;
  text-align: center;
}
@media (max-width: 767px) {
  #gallery .mainContainer .gallery-modal .gallery-close {
    display: block;
  }
}
#gallery .heading {
  color: #f9ef60;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  #gallery .heading {
    margin-bottom: 5px;
  }
}
#gallery .slider-wrap {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  background: #4e7ed5;
  padding: 53px 70px 0 70px;
}
@media (max-width: 991px) {
  #gallery .slider-wrap {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  #gallery .slider-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 38px;
  }
}
#gallery .slider-wrap .caption {
  margin: auto;
  width: 95%;
  max-width: 965px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1450px) {
  #gallery .slider-wrap .caption {
    max-width: 67.0138888889%;
  }
}
@media (max-width: 991px) {
  #gallery .slider-wrap .caption {
    max-width: 100%;
    width: 100%;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  #gallery .slider-wrap .caption {
    padding: 0 0 0 10px;
    margin-left: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
#gallery .slider-wrap .caption .text-holder {
  width: 100%;
  color: #ffffff;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  text-align: left;
  letter-spacing: 0.5px;
  transition: 0.5s ease;
  margin-top: 0;
  position: relative;
  height: 75px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #gallery .slider-wrap .caption .text-holder {
    font-size: 18px;
    letter-spacing: 0.45px;
    line-height: 18px;
    margin-top: 0;
    height: 74px;
  }
}
#gallery .slider-wrap .caption .text-holder p {
  margin: 0;
  position: absolute;
  left: 0;
  top: -4px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow-x: hidden;
  visibility: visible;
}
@media (max-width: 767px) {
  #gallery .slider-wrap .caption .text-holder p {
    top: -2px;
  }
}
#gallery .slider-wrap .caption .text-holder p.fade-in {
  opacity: 1;
}
#gallery .slider-wrap .slider-inner-wrap {
  position: relative;
  width: 95%;
  max-width: 965px;
  margin: auto;
  z-index: 7;
}
@media screen and (min-width: 1450px) {
  #gallery .slider-wrap .slider-inner-wrap {
    max-width: 67.0138888889%;
  }
}
@media (max-width: 991px) {
  #gallery .slider-wrap .slider-inner-wrap {
    width: 100%;
    z-index: 10;
  }
}
#gallery .slider-wrap .slider-inner-wrap .control-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: -21px;
  width: 30px;
  height: 100%;
  top: 0;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transform: translateX(50%);
}
@media (max-width: 767px) {
  #gallery .slider-wrap .slider-inner-wrap .control-holder {
    width: 100%;
    right: 0;
    left: 0;
    transform: translateY(50%);
    z-index: 1;
  }
}
#gallery .slider-wrap .slider-inner-wrap .control-holder .prev-btn {
  cursor: pointer;
  display: block;
  background: url(../images/gallery/arrow.svg);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  color: transparent;
  width: 14px;
  height: 23px;
  background-position: center;
  z-index: 2;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #gallery .slider-wrap .slider-inner-wrap .control-holder .prev-btn {
    position: absolute;
    left: 20px;
    top: 0;
  }
}
#gallery .slider-wrap .slider-inner-wrap .control-holder .next-btn {
  cursor: pointer;
  display: block;
  background: url(../images/gallery/arrow.svg);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  color: transparent;
  width: 14px;
  height: 23px;
  background-position: center;
  z-index: 2;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  #gallery .slider-wrap .slider-inner-wrap .control-holder .next-btn {
    position: absolute;
    right: 20px;
    top: 0;
  }
}
#gallery .slider-wrap .gallery-slider {
  width: 100%;
  position: static;
  border: 10px solid #374654;
  background: #808080;
  margin: auto;
  height: 44.5vw;
}
@media (max-width: 1199px) {
  #gallery .slider-wrap .gallery-slider {
    height: 52vw;
  }
}
@media (max-width: 991px) {
  #gallery .slider-wrap .gallery-slider {
    height: 58vw;
  }
}
@media (max-width: 767px) {
  #gallery .slider-wrap .gallery-slider {
    height: 64vw;
  }
}
@media (max-width: 767px) {
  #gallery .slider-wrap .gallery-slider {
    border-width: 5px;
  }
}
#gallery .slider-wrap .gallery-slider .slick-list, #gallery .slider-wrap .gallery-slider .slick-track {
  height: 100%;
}
#gallery .slider-wrap .gallery-slider .slick-prev,
#gallery .slider-wrap .gallery-slider .slick-next {
  display: none !important;
}
#gallery .slider-wrap .gallery-slider .slide p {
  display: none;
}
#gallery .slider-wrap .gallery-slider .slick-slide {
  height: 100%;
  float: left;
  display: block;
}
#gallery .slider-wrap .gallery-slider .slick-slide img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-height: 900px) and (orientation: landscape) {
  #gallery .slider-wrap .gallery-slider .slick-slide img {
    height: 460px;
  }
}
#gallery .slider-wrap .gallery-slider .slick-slide .slider-img-wrap {
  display: block;
}
#gallery .slider-wrap .gallery-slider .slick-slide .slider-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  object-fit: cover;
}
@media (max-width: 575px) {
  #gallery .slider-wrap .gallery-slider .slick-slide .slider-image {
    background-size: cover !important;
  }
}
#gallery .slider-wrap .gallery-slider .slick-slide p {
  display: none !important;
  opacity: 0;
  display: inline-block;
  max-width: 270px;
  color: #193947;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  #gallery .slider-wrap .gallery-slider .slick-slide p {
    width: 100%;
    margin: 70px 0 0;
    padding: 0 24px;
    max-width: 100%;
    text-align: center;
  }
}
#gallery .filter-section {
  padding: 35px 90px 35px 90px;
  background: #374654;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  #gallery .filter-section {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  #gallery .filter-section {
    padding-left: 40px;
    padding-right: 40px;
    z-index: 8;
  }
}
#gallery .filter-section .thumbnail-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1vw 0 -1vw;
  justify-content: flex-start;
}
#gallery .filter-section .thumbnail-wrap > img {
  margin: auto;
}
#gallery .filter-section .thumbnail-wrap .slick-arrow {
  cursor: pointer;
  display: block;
  background: url(../images/gallery/arrow.svg);
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  color: transparent;
  width: 14px;
  height: 23px;
  background-position: center;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
#gallery .filter-section .thumbnail-wrap .slick-arrow.slick-prev {
  left: -20px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  #gallery .filter-section .thumbnail-wrap .slick-arrow.slick-prev {
    left: -25px;
  }
}
#gallery .filter-section .thumbnail-wrap .slick-arrow.slick-next {
  right: -20px;
}
@media (max-width: 767px) {
  #gallery .filter-section .thumbnail-wrap .slick-arrow.slick-next {
    right: -25px;
  }
}
#gallery .filter-section .thumbnail-wrap .thumbnail {
  width: calc(20% - 1vw);
  border: 10px solid #ffffff;
  background: #808080;
  margin: 0 0.5vw 0 0.5vw;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  #gallery .filter-section .thumbnail-wrap .thumbnail {
    width: calc(33.33% - 2vw);
    margin: 0 1vw 0 1vw;
  }
}
@media (max-width: 767px) {
  #gallery .filter-section .thumbnail-wrap .thumbnail {
    width: calc(50% - 2vw);
    border-width: 5px;
  }
}
#gallery .filter-section .thumbnail-wrap .thumbnail a {
  width: 100%;
  display: block;
  position: relative;
}
#gallery .filter-section .thumbnail-wrap .thumbnail a::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#gallery .filter-section .thumbnail-wrap .thumbnail a img {
  width: 100%;
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#gallery .filter-section .loading-icon {
  display: none;
  background: url(../images/gallery/loading.gif) no-repeat center center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-size: cover;
  margin-bottom: 10px;
}
#gallery .filter-section .btn-wrap {
  text-align: center;
}
#gallery .filter-section .btn-wrap .load-btn {
  display: inline-block;
  width: 224px;
  height: 42px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 8px;
}
#gallery .filter-section .btn-wrap .load-btn.btn {
  transform: skew(10deg);
}
#gallery .filter-section .btn-wrap .load-btn.btn > span {
  transform: skew(-10deg);
}
#gallery .filter-section .btn-wrap .load-btn.btn > span:after {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9050;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: all ease 0.5s;
}
.modal .slick-slide {
  height: 100%;
  float: left;
  display: block;
  min-height: 1px;
  text-align: center;
}

body.gallery header {
  z-index: 20;
}

/**********/
@media (min-width: 992px) {
  .our-story {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .our-story #fullpage {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .our-story section {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .our-story #mainContent {
    margin-top: 0 !important;
  }
}
.our-story .ham-menu {
  top: 0;
}
.our-story .txt-img-wrap {
  height: 100%;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap {
    overflow: hidden;
  }
}
.our-story .txt-img-wrap .img-col {
  height: 100vw;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap .img-col {
    width: 55%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .our-story .txt-img-wrap .img-col {
    width: 52%;
  }
}
@media (max-width: 991px) {
  .our-story .txt-img-wrap .img-col {
    height: 85vw;
  }
}
.our-story .txt-img-wrap .img-col .img-col-inner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.our-story .txt-img-wrap .txt-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #393f6d;
  order: 2;
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap .txt-col {
    width: 45%;
    height: 100%;
  }
  .our-story .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 1200px) {
  .our-story .txt-img-wrap .txt-col {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .our-story .txt-img-wrap .txt-col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap .txt-col .txt-col-inner {
    height: 100%;
  }
  .our-story .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
.our-story .txt-img-wrap .txt-col .animated-gif {
  z-index: -1;
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap .txt-col .animated-gif {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
.our-story .txt-img-wrap .txt-col .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.our-story .txt-img-wrap .txt-col .vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
.our-story .txt-img-wrap .txt-col .txt-col-content {
  padding: 150px 20px 75px 0;
  height: 100%;
}
@media (max-width: 991px) {
  .our-story .txt-img-wrap .txt-col .txt-col-content {
    padding: 35px 120px 35px 70px;
  }
}
@media (max-width: 767px) {
  .our-story .txt-img-wrap .txt-col .txt-col-content {
    padding: 25px 30px 10vw 30px;
  }
}
.our-story .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
  padding-left: 7vw;
}
@media (max-width: 991px) {
  .our-story .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .our-story .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    padding-left: 30px;
    margin-bottom: 0;
  }
}
.our-story .txt-img-wrap .txt-col .btn {
  width: 235px;
}
@media (max-width: 767px) {
  .our-story .txt-img-wrap .txt-col .btn {
    width: 220px;
  }
}
.our-story .txt-img-wrap .txt-col .pilot-house-flag {
  display: none;
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap .txt-col .pilot-house-flag {
    display: block;
    width: 76px;
    margin-left: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
  }
}
.our-story .txt-img-wrap .txt-col .sub-head {
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 90px;
  letter-spacing: 2.25px;
  color: #ffffff;
}
.our-story .txt-img-wrap.row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap.row-reverse .img-col {
    width: calc(45% + 14vh);
  }
}
@media (min-width: 1200px) {
  .our-story .txt-img-wrap.row-reverse .img-col {
    width: calc(48% + 14vh);
  }
}
@media (max-width: 991px) {
  .our-story .txt-img-wrap.row-reverse .img-col {
    overflow: visible;
    height: 69vw;
  }
}
@media (max-width: 767px) {
  .our-story .txt-img-wrap.row-reverse .img-col {
    height: 120vw;
    max-height: 450px;
  }
}
.our-story .txt-img-wrap.row-reverse .img-col .img-col-outer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.our-story .txt-img-wrap.row-reverse .txt-col {
  background-color: #4e7ed5;
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap.row-reverse .txt-col {
    width: calc(55% - 14vh);
  }
  .our-story .txt-img-wrap.row-reverse .txt-col {
    transform-origin: left top;
    transform: skewX(8deg);
  }
}
@media (min-width: 1200px) {
  .our-story .txt-img-wrap.row-reverse .txt-col {
    width: calc(52% - 14vh);
  }
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap.row-reverse .txt-col .txt-col-inner, .our-story .txt-img-wrap.row-reverse .txt-col .animated-gif {
    transform-origin: right top;
    transform: skewX(-8deg);
  }
}
@media (min-width: 992px) {
  .our-story .txt-img-wrap.row-reverse .txt-col .txt-col-content {
    padding-left: 4vw;
  }
}
.our-story .more, .our-story .back {
  display: none;
}
@media (min-width: 992px) {
  .our-story .more, .our-story .back {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-right: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
  }
}
.our-story .more {
  color: #f9ef60;
  background: url("../images/arrow_yellow.svg") no-repeat right bottom 4px/22px;
}
.our-story .back {
  color: #f26b67;
  background: url("../images/arrow_red.svg") no-repeat right bottom 5px/22px;
}
.our-story .animated-gif img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media (min-width: 992px) {
  .our-story .section-wrapper {
    width: 100%;
    height: 100%;
  }
  .our-story .section-wrapper.fixed {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
  }
}
.our-story .section-0 .txt-img-wrap {
  background: #393f6d;
  overflow: hidden;
}
@media (max-width: 991px) {
  .our-story .section-0 .txt-img-wrap .txt-col {
    margin-top: -15vw;
  }
  .our-story .section-0 .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewY(6deg);
  }
}
@media (max-width: 991px) {
  .our-story .section-0 .txt-img-wrap .txt-col-inner {
    transform-origin: right bottom;
    transform: skewY(-6deg);
  }
}
@media (max-width: 991px) {
  .our-story .section-0 .txt-img-wrap .txt-col-content {
    padding-bottom: 20vw;
  }
}
@media (max-width: 767px) {
  .our-story .section-0 .txt-img-wrap .txt-col-content {
    padding-bottom: 25vw;
  }
}
@media (max-width: 991px) {
  .our-story .section-0 .txt-img-wrap .img-col {
    height: 71vw;
  }
}
@media (max-width: 767px) {
  .our-story .section-0 .txt-img-wrap .img-col {
    height: 100vw;
    max-height: 540px;
  }
}
@media (max-width: 767px) {
  .our-story .section-0 .txt-img-wrap .heading span {
    display: block;
  }
}
@media (max-width: 991px) {
  .our-story .section-1 {
    margin-top: -12vw;
    overflow: hidden;
  }
}
.our-story .section-1 .txt-img-wrap {
  background: #4e7ed5;
}
@media (min-width: 992px) {
  .our-story .section-1 .txt-img-wrap {
    -webkit-clip-path: url(#our-story-image-1);
    -moz-clip-path: url(#our-story-image-1);
    clip-path: url(#our-story-image-1);
  }
}
@media (max-width: 991px) {
  .our-story .section-1 .txt-img-wrap .img-col-outer {
    z-index: 5;
  }
  .our-story .section-1 .txt-img-wrap .img-col-outer {
    transform-origin: right bottom;
    transform: skewY(-6deg);
  }
  .our-story .section-1 .txt-img-wrap .img-col-outer .img-col-inner, .our-story .section-1 .txt-img-wrap .img-col-outer:before {
    transform-origin: left bottom;
    transform: skewY(6deg);
  }
}
.our-story .section-1 .txt-img-wrap .img-col:before {
  content: "";
  background: url(../images/PilotHouse-circleMark-yellow.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -15px;
  right: 100px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .our-story .section-1 .txt-img-wrap .img-col:before {
    height: 152px;
    width: 152px;
  }
}
@media (max-width: 991px) {
  .our-story .section-1 .txt-img-wrap .img-col:before {
    z-index: 6;
    bottom: -50px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .our-story .section-1 .txt-img-wrap .img-col:before {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .our-story .section-1 .txt-img-wrap .img-col-inner {
    height: 135%;
    top: -13vw;
  }
}
@media (max-width: 991px) {
  .our-story .section-1 .txt-img-wrap .txt-col-content {
    padding-top: 22vw;
  }
}
@media (max-width: 767px) {
  .our-story .section-1 .txt-img-wrap .txt-col-content {
    padding-top: 25vw;
  }
}
.our-story .section-1 .heading span {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .our-story .section-1 .heading span {
    display: inline-block;
  }
}
.our-story.js-animate .shape-wrap {
  display: none;
}
@media (min-width: 992px) {
  .our-story.js-animate .shape-wrap {
    display: block;
  }
  .our-story.js-animate .shape-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1441px) {
  .our-story.js-animate .shape-wrap svg path {
    transform: scale(1.2);
  }
}
@media (min-width: 992px) and (min-width: 1700px) {
  .our-story.js-animate .shape-wrap svg path {
    transform: scale(1.5);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .our-story.js-animate .shape-wrap svg path {
    transform: scale(0.95);
  }
}
@media (min-width: 992px) and (max-width: 1050px) {
  .our-story.js-animate .shape-wrap svg path {
    transform: scale(0.75);
  }
}
.our-story .animate-section {
  z-index: 1;
}
.our-story .animate-section.visible {
  z-index: 2;
  opacity: 1;
}
.our-story .animate-section.is-animating {
  z-index: 3;
  opacity: 1;
}
.our-story .video-container {
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.our-story .video-container:before {
  content: "";
  background: url(../images/PilotHouse_circleMark_red.svg) no-repeat center center/contain;
  position: absolute;
  bottom: -15px;
  left: 100px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
@media (min-width: 768px) {
  .our-story .video-container:before {
    height: 152px;
    width: 152px;
  }
}
@media (max-width: 991px) {
  .our-story .video-container:before {
    bottom: 0;
    right: 20px;
    left: auto;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  .our-story .video-container:before {
    right: -20px;
  }
}
.our-story .video-container video {
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .our-story .video-container video {
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .our-story .video-container video {
    max-height: 100%;
  }
}
.our-story .play-pause-video button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 20px;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  right: 20px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  z-index: 2;
}
.our-story .play-pause-video button.video-play {
  background: url(../images/pause.svg) no-repeat center center;
  background-size: contain;
}
.our-story .play-pause-video button.video-pause {
  background: url(../images/play.svg) no-repeat center center;
  background-size: contain;
}
@media (max-width: 991px) {
  .our-story .play-pause-video button {
    width: 60px;
    height: 60px;
    right: auto;
    left: 20px;
    bottom: 20vw;
  }
}
@media (max-width: 767px) {
  .our-story .play-pause-video button {
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 45%;
  }
}
.our-story.mobile-btn .play-pause-video button {
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 45%;
}
@media (max-width: 991px) {
  .our-story .animated-gif img {
    height: 120%;
  }
}
@media (min-width: 992px) and (max-height: 890px) {
  .our-story .txt-img-wrap .txt-col .pilot-house-flag {
    width: 40px;
    margin-bottom: 25px;
  }
  .our-story .heading {
    font-size: calc(35px + 10 * (100vw - 768px) / 223);
    line-height: calc(40px + 10 * (100vw - 768px) / 223);
  }
  .our-story .content-txt {
    font-size: 18px;
    line-height: 25px;
  }
  .our-story .txt-img-wrap .txt-col .txt-col-content {
    padding: 110px 20px 45px 0;
  }
  .our-story .more, .our-story .back {
    padding-right: 25px;
    font-size: 18px;
    background-size: 19px;
  }
}
.our-story.using-keytab .mCustomScrollBox:focus {
  outline: 1px dashed #000000;
}

.hidden-text {
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 0;
}

#amenities {
  overflow: hidden;
}
#amenities .txt-img-wrap {
  position: relative;
  height: calc(85vh - 78px);
  flex-wrap: wrap;
  background-color: #4e7ed5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap {
    height: 100%;
  }
}
#amenities .txt-img-wrap .img-col {
  position: relative;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .img-col {
    max-height: 600px;
    height: 100vw;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap .img-col {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  #amenities .txt-img-wrap .img-col {
    width: 52%;
  }
}
#amenities .txt-img-wrap .img-col .img-col-inner {
  width: 100%;
  height: 100%;
}
#amenities .txt-img-wrap .img-col::after {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse-circleMark-yellow.svg);
  content: "";
  position: absolute;
  bottom: 0px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  bottom: -115px !important;
}
@media (min-width: 768px) {
  #amenities .txt-img-wrap .img-col::after {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .img-col::after {
    bottom: -15px !important;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .img-col::after {
    right: -20px;
    height: 150px;
    width: 150px;
  }
}
#amenities .txt-img-wrap .txt-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #393f6d;
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap .txt-col {
    order: 2;
    width: 45%;
    height: 100%;
  }
  #amenities .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 1200px) {
  #amenities .txt-img-wrap .txt-col {
    width: 48%;
  }
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .txt-col {
    width: 100%;
    margin-top: -50px;
    -moz-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    transform: skewY(6deg);
  }
}
#amenities .txt-img-wrap .txt-col .labelTxt {
  color: #f9ef60;
  text-transform: uppercase;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 39px;
  display: block;
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .heading {
    color: #f9ef60 !important;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap .txt-col .txt-col-inner {
    height: 100%;
  }
  #amenities .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .txt-col .txt-col-inner {
    padding: 0 0 0px 0;
    -moz-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}
#amenities .txt-img-wrap .txt-col .animated-gif-amenities img {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .txt-col .animated-gif-amenities img {
    left: auto;
    right: 150px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .animated-gif-amenities img {
    right: 0;
    left: auto;
    /* height: 100%; */
    width: 100%;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap .txt-col .animated-gif-amenities img {
    width: 55%;
  }
}
@media (max-width: 575px) {
  #amenities .txt-img-wrap .txt-col .animated-gif-amenities img {
    right: 0px;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap .txt-col .animated-gif-amenities {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
#amenities .txt-img-wrap .txt-col .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
#amenities .txt-img-wrap .txt-col .vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
#amenities .txt-img-wrap .txt-col .txt-col-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px 45px 71px;
  height: 100%;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .txt-col .txt-col-content {
    padding: 75px 120px 0px 70px;
  }
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .txt-col-content {
    padding: 50px 10px 0vw 30px;
  }
}
#amenities .txt-img-wrap .txt-col .txt-col-content .heading {
  margin-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .txt-col-content .heading {
    font-size: calc(60px + 0 * (100vw - 376px) / 391);
  }
  #amenities .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  #amenities .txt-img-wrap .txt-col .txt-col-content .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  #amenities .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}
#amenities .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
  padding-left: 45px;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .txt-col-content .txt-col-desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#amenities .txt-img-wrap .txt-col .btn {
  width: 240px;
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .btn {
    width: 220px;
  }
}
#amenities .txt-img-wrap .txt-col .pilot-house-flag {
  width: 76px;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap .txt-col .pilot-house-flag {
    position: absolute;
    top: -14vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #amenities .txt-img-wrap .txt-col .pilot-house-flag {
    width: 62px;
  }
}
@media (max-width: 480px) {
  #amenities .txt-img-wrap .txt-col .pilot-house-flag {
    top: -20vw;
  }
}
#amenities .txt-img-wrap .txt-col .heading span {
  display: block;
}
#amenities .txt-img-wrap.row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #amenities .txt-img-wrap.row-reverse {
    flex-direction: column-reverse;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap.row-reverse .img-col {
    width: calc(45% + 14vh);
  }
}
@media (min-width: 1200px) {
  #amenities .txt-img-wrap.row-reverse .img-col {
    width: calc(48% + 14vh);
  }
}
#amenities .txt-img-wrap.row-reverse .txt-col {
  background-color: #4e7ed5;
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap.row-reverse .txt-col {
    width: calc(55% - 14vh);
  }
  #amenities .txt-img-wrap.row-reverse .txt-col {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
@media (min-width: 1200px) {
  #amenities .txt-img-wrap.row-reverse .txt-col {
    width: calc(52% - 14vh);
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap.row-reverse .txt-col .txt-col-inner,
  #amenities .txt-img-wrap.row-reverse .txt-col .animated-gif-amenities {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-wrap.row-reverse .txt-col .txt-col-content {
    padding-left: 71px;
  }
}
#amenities .amt-list-wrap {
  position: relative;
  padding: 50px 108px 50px 70px;
  background-color: #393f6d;
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap {
    padding: 52px 120px 50px 70px;
  }
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap {
    padding: 60px 30px 60px 30px;
  }
}
#amenities .amt-list-wrap .shape-animation img {
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  margin: 0 0 0 auto;
  margin-top: 0;
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .shape-animation img {
    margin-left: 70px;
  }
}
@media (min-width: 992px) {
  #amenities .amt-list-wrap .shape-animation img {
    position: absolute;
    right: 50px;
    top: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  #amenities .amt-list-wrap .shape-animation img {
    height: 100%;
  }
}
#amenities .amt-list-wrap .amt-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap {
    flex-direction: column;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col {
  width: 51.030110935%;
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap .img-col {
    padding-left: 45px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .img-col {
    padding-left: 0px;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  padding: 30px 0px 20px;
  z-index: 1;
  flex-direction: column;
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid {
    padding: 0;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid {
  flex: 0 0 32.7%;
  width: calc(100% - 90px);
  margin-bottom: 60px;
  max-width: 520px;
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid {
    flex: 0 0 100%;
    width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid.desk:last-of-type {
    margin-top: -110px;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .img {
  height: 360px;
  max-width: 500px;
  margin: 10px;
}
@media (max-width: 1199px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .img {
    height: 275px;
  }
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .img {
    height: 275px;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .img {
    height: 200px;
    max-width: 100%;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section {
  position: absolute;
  text-align: center;
  bottom: -15px;
  width: 100%;
}
@media (max-width: 359px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section {
    width: 90%;
    left: 5%;
    margin: 0 auto;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral {
  margin: 0 auto;
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p {
  color: #ffffff;
  font-family: "acumin-pro-condensed", sans-serif;
  margin: 0;
  font-size: 18px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  transform: skew(10deg);
  width: 90%;
  pointer-events: none;
  max-width: 250px;
}
@media (min-width: 992px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p {
    font-size: 20px !important;
  }
}
@media (max-width: 359px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p {
    width: 100%;
    font-size: 14px !important;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p.btn-red {
  background-color: #f26b67;
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p.btn-red:hover {
  background-color: #f26b67;
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p span {
  transform: skew(-10deg);
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p span:after {
  display: none;
}
@media (min-width: 992px) {
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p {
    font-size: 20px;
    font-weight: 500;
    transform: skew(10deg);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
  }
  #amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid .txt-section .paral p span {
    transform: skew(-10deg);
    height: 100%;
    padding-right: 0;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col .img-grid .access-grid:nth-of-type(3) {
  margin-left: 100px;
  margin-bottom: 0;
}
#amenities .amt-list-wrap .amt-wrap .img-col.tab-mob {
  padding-left: 0;
}
#amenities .amt-list-wrap .amt-wrap .img-col.tab-mob .img-grid {
  padding-right: 45px;
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap .img-col.tab-mob .img-grid {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .img-col.tab-mob .img-grid {
    padding-right: 0px;
  }
}
#amenities .amt-list-wrap .amt-wrap .img-col.tab-mob .img-grid .access-grid {
  margin: 0 0 0 auto;
}
#amenities .amt-list-wrap .amt-wrap .txt-col {
  width: 48.969889065%;
  padding-top: 81px;
  padding-left: 44px;
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap .txt-col {
    padding-left: 45px;
    padding-top: 0px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .txt-col {
    padding-left: 0px;
  }
}
#amenities .amt-list-wrap .amt-wrap .txt-col .amt-head {
  font-family: "ltc-bodoni-175", sans-serif;
  color: #f26b67;
  font-size: 48px;
  font-style: italic;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .txt-col .amt-head {
    font-size: 40px;
    letter-spacing: 1px;
    padding-left: 4px;
  }
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap .txt-col .amt-head.headSpan {
    display: block;
  }
}
#amenities .amt-list-wrap .amt-wrap .txt-col .amt-list {
  padding: 59px 0 0 94px;
  margin: 0;
}
@media (max-width: 991px) {
  #amenities .amt-list-wrap .amt-wrap .txt-col .amt-list {
    padding: 59px 0 59px 94px;
  }
}
@media (max-width: 767px) {
  #amenities .amt-list-wrap .amt-wrap .txt-col .amt-list {
    padding: 30px 0 30px 31px;
    margin-left: 30px;
  }
}
#amenities .amt-list-wrap .amt-wrap .txt-col .amt-list li {
  color: #ffffff;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
#amenities .cloud-section {
  background-color: #ececec;
  position: relative;
}
#amenities .cloud-section .mob-title {
  display: inline;
}
@media (min-width: 650px) {
  #amenities .cloud-section .mob-title {
    display: inline;
  }
}
#amenities .cloud-section .rect_pattern {
  position: absolute;
  right: -30%;
  top: 0;
  width: 500px !important;
}
@media (min-width: 576px) {
  #amenities .cloud-section .rect_pattern {
    width: 450px !important;
    right: -40%;
  }
}
@media (min-width: 768px) {
  #amenities .cloud-section .rect_pattern {
    width: 620px !important;
    right: -40%;
  }
}
@media (min-width: 992px) {
  #amenities .cloud-section .rect_pattern {
    width: 720px !important;
    right: -40%;
  }
}
@media (min-width: 1200px) {
  #amenities .cloud-section .rect_pattern {
    width: 720px !important;
    right: -30%;
  }
}
@media (min-width: 1400px) {
  #amenities .cloud-section .rect_pattern {
    width: 720px !important;
    right: -10%;
  }
}
@media (min-width: 1920px) {
  #amenities .cloud-section .rect_pattern {
    width: 720px !important;
    right: -10%;
  }
}
@media (max-width: 575px) {
  #amenities .cloud-section .rect_pattern {
    width: 280px !important;
    right: -20%;
  }
}
@media (max-width: 399px) {
  #amenities .cloud-section .rect_pattern {
    width: 280px !important;
    right: -40%;
  }
}
#amenities .cloud-section .rect_pattern1 {
  position: absolute;
  left: -30%;
  bottom: 0;
  width: 500px !important;
}
@media (min-width: 576px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 450px !important;
    left: -40%;
  }
}
@media (min-width: 768px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 620px !important;
    left: -40%;
  }
}
@media (min-width: 992px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -40%;
  }
}
@media (min-width: 1200px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -40%;
  }
}
@media (min-width: 1400px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -10%;
  }
}
@media (min-width: 1920px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 720px !important;
    left: -10%;
  }
}
@media (max-width: 575px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 280px !important;
    left: -20%;
  }
}
@media (max-width: 399px) {
  #amenities .cloud-section .rect_pattern1 {
    width: 280px !important;
    left: -30%;
  }
}
#amenities .cloud-section .heading {
  color: #4d4d4f;
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: 0.88px;
  font-style: italic;
  margin-bottom: 0;
  padding: 50px 30px 50px 30px;
}
@media (max-width: 359px) {
  #amenities .cloud-section .heading {
    font-size: 40px;
    line-height: 40px;
    padding: 50px 30px 50px 30px;
  }
}
@media (min-width: 768px) {
  #amenities .cloud-section .heading {
    padding: 60px 70px;
  }
}
@media (min-width: 992px) {
  #amenities .cloud-section .heading {
    padding: 60px 71px;
  }
}
@media (min-width: 992px) {
  #amenities .cloud-section .heading {
    bottom: 30px;
  }
}
@media (min-width: 576px) {
  #amenities .cloud-section .heading {
    font-size: calc(40px + 20 * (100vw - 375px) / 393);
  }
  #amenities .cloud-section .heading {
    line-height: calc(40px + 20 * (100vw - 375px) / 393);
  }
}
@media (min-width: 768px) {
  #amenities .cloud-section .heading {
    font-size: 90px;
    letter-spacing: 2.25px;
  }
  #amenities .cloud-section .heading {
    font-size: calc(70px + 16 * (100vw - 768px) / 567);
  }
  #amenities .cloud-section .heading {
    line-height: calc(70px + 16 * (100vw - 768px) / 567);
  }
}
@media (min-width: 1200px) {
  #amenities .cloud-section .heading {
    font-size: 86px;
    line-height: 86px;
  }
}
#amenities .cloud-section .heading .name {
  color: #f26b67;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 18px;
  letter-spacing: 0.45px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  display: inline-block;
}
@media (min-width: 768px) {
  #amenities .cloud-section .heading .name {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 992px) and (max-height: 890px) {
  #amenities .txt-img-wrap .txt-col .pilot-house-flag {
    width: 40px;
    margin-bottom: 25px;
  }
  #amenities .heading {
    font-size: calc(40px + 10 * (100vw - 768px) / 223);
    line-height: calc(45px + 10 * (100vw - 768px) / 223);
  }
  #amenities .content-txt {
    font-size: 18px;
    line-height: 25px;
  }
  #amenities .txt-img-wrap .txt-col .txt-col-content {
    padding: 40px 20px 45px 71px;
  }
}
#amenities .shape-animation {
  display: none;
}
#amenities .shape-animation.inposition {
  display: block;
}

#features {
  overflow: hidden;
}
#features .access-section {
  display: block !important;
  background-color: #393f6d;
  position: relative;
}
#features .access-section .shape-animation img {
  position: absolute;
  left: -20px;
  top: 0;
}
@media (min-width: 768px) {
  #features .access-section .shape-animation img {
    position: absolute;
    left: 20px;
    top: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  #features .access-section .shape-animation img {
    height: 100%;
  }
}
#features .access-section .top-txt {
  position: relative;
  padding: 40px 30px 0px 30px;
}
@media (min-width: 768px) {
  #features .access-section .top-txt {
    padding: 40px 75px 0px 75px;
    overflow: initial;
  }
}
@media (min-width: 992px) {
  #features .access-section .top-txt {
    padding: 40px 0 40px 71px;
  }
}
#features .access-section .top-txt .title {
  color: #f26b67;
}
#features .access-section .top-txt .heading {
  color: #ffffff;
}
#features .access-section .top-txt .heading .head-span {
  display: block;
}
@media (min-width: 768px) {
  #features .access-section .top-txt .heading .head-span {
    display: block;
  }
}
@media (min-width: 992px) {
  #features .access-section .top-txt .heading .head-span {
    display: inline;
  }
}
#features .access-section .bottom-txt {
  background-color: #393f6d;
  padding: 0 0;
}
#features .access-section .bottom-txt.mob {
  padding: 20px 30px 30px 30px;
}
@media (min-width: 768px) {
  #features .access-section .bottom-txt.mob {
    padding: 40px 75px 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #features .access-section .bottom-txt.mob {
    padding: 1em 75px 55px 75px;
    max-width: 1017px;
  }
}
#features .access-section .bottom-txt.mob p {
  width: 100%;
  position: relative;
}
#features .access-section .bottom-txt p {
  width: 85%;
  max-width: 1017px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
#features .access-section .img-int-sec {
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  #features .access-section .img-int-sec {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #features .access-section .img-int-sec {
    padding: 67px 0 0;
  }
}
#features .access-section .img-int-sec .img-sec {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#features .access-section .img-int-sec .img-sec::after {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse-circleMark-yellow.svg);
  content: "";
  position: absolute;
  bottom: 0px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  height: 152px;
  width: 152px;
  background-size: contain;
  top: -110px;
  right: -38px;
}
@media (min-width: 768px) {
  #features .access-section .img-int-sec .img-sec::after {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #features .access-section .img-int-sec .img-sec::after {
    display: none;
  }
}
@media (min-width: 768px) {
  #features .access-section .img-int-sec .img-sec {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #features .access-section .img-int-sec .img-sec {
    width: 90%;
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  #features .access-section .img-int-sec .img-sec {
    width: 85%;
    max-width: 1200px;
  }
}
#features .access-section .img-int-sec .img-sec img.desk, #features .access-section .img-int-sec .img-sec img.mob {
  border: 10px solid #ffffff;
}
#features .access-section .img-int-sec .img-sec img.mob {
  width: 100%;
  min-height: 270px;
}
#features .access-section .img-int-sec .img-sec .point-wrap {
  position: relative;
  display: none;
  height: 100%;
}
@media (min-width: 992px) {
  #features .access-section .img-int-sec .img-sec .point-wrap {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect {
  position: absolute;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect#pointer-1 {
  left: 12.7118644068%;
  top: 74.9574105622%;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect#pointer-2 {
  left: 16.9491525424%;
  top: 37.4787052811%;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect#pointer-3 {
  left: 33.8983050847%;
  top: 8.5178875639%;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect#pointer-4 {
  left: 47.4576271186%;
  top: 61.32879046%;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect#pointer-5 {
  left: 70.3389830508%;
  top: 42.5894378194%;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect#pointer-6 {
  left: 85.0847457627%;
  top: 59.7955706985%;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect > a {
  max-width: 75px;
  display: block;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect .pop-up {
  width: 216px;
  background-color: #4e7ed5;
  padding: 15px 20px 11px;
  display: none;
  position: absolute;
  top: 10px;
  left: -87px;
  z-index: 9;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect .pop-up .wrap {
  padding: 15px;
  font-size: 13px;
  position: relative;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect .pop-up .wrap a {
  display: block;
  text-align: center;
  position: absolute;
  top: -6px;
  left: 0px;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect .pop-up .wrap a img {
  max-width: 11px;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect .pop-up .wrap h5 {
  font-family: "acumin-pro-condensed", sans-serif;
  color: #f9ef60;
  text-rendering: optimizeLegibility;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: normal;
  text-transform: uppercase;
  /* Text style for "Feature de" */
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: normal;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
#features .access-section .img-int-sec .img-sec .point-wrap .pointer-sect .pop-up .wrap p {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
#features .access-section .img-int-sec .img-sec .point-wrap .flag {
  width: 75px;
}
#features .bottom-txt-2 {
  background-color: #393f6d;
  padding: 40px 30px 40px 30px;
}
@media (min-width: 768px) {
  #features .bottom-txt-2 {
    padding: 40px 75px;
  }
}
@media (min-width: 992px) {
  #features .bottom-txt-2 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
#features .bottom-txt-2 p {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  #features .bottom-txt-2 p {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #features .bottom-txt-2 p {
    width: 85%;
    max-width: 1017px;
  }
}
#features .bottom-txt-2 .list-span {
  color: #f26b67;
  text-transform: uppercase;
}
#features .bottom-txt-2 .enlarge-inmap {
  text-align: center;
  padding-top: 35px;
}
#features .bottom-txt-2 .enlarge-inmap a {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  width: 232px;
}

#services {
  overflow: hidden;
}
#services .access-section {
  display: block !important;
  background-color: #374654;
  position: relative;
}
#services .access-section .shape-animation img {
  position: absolute;
  right: -140px;
  top: 15px;
}
@media (min-width: 768px) {
  #services .access-section .shape-animation img {
    position: absolute;
    right: 50px;
    top: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  #services .access-section .shape-animation img {
    right: 88px;
  }
}
#services .access-section .top-txt {
  position: relative;
  padding: 40px 0 0px 30px;
}
@media (min-width: 768px) {
  #services .access-section .top-txt {
    padding: 40px 0 0px 70px;
    overflow: initial;
  }
}
@media (min-width: 992px) {
  #services .access-section .top-txt {
    padding: 40px 0 0px 71px;
  }
}
#services .access-section .top-txt .title {
  color: #f9ef60;
}
#services .access-section .top-txt .heading {
  color: #ffffff;
}
#services .access-section .top-txt .heading span {
  display: block;
}
@media (max-width: 767px) {
  #services .access-section .top-txt .heading .mob-span {
    text-transform: lowercase;
  }
}
@media (min-width: 992px) {
  #services .access-section .top-txt .heading .mob-span {
    display: inline;
  }
}
#services .access-section .bottom-txt {
  padding: 28px 32px 100px 58px;
  max-width: 957px;
  position: relative;
}
@media (min-width: 768px) {
  #services .access-section .bottom-txt {
    padding: 20px 30px 70px 110px;
  }
}
@media (min-width: 992px) {
  #services .access-section .bottom-txt {
    padding: 36px 0px 55px 114px;
  }
}
#services .access-section .bottom-txt p {
  width: 100%;
  position: relative;
}
#services .access-section .bottom-txt p {
  max-width: 910px;
  text-align: left;
  margin: 0 auto 0 0;
  color: #ffffff;
  position: relative;
}
#services .txt-img-wrap {
  position: relative;
  height: calc(80vh - 78px);
  flex-wrap: wrap;
  background-color: #4e7ed5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 992px) {
  #services .txt-img-wrap {
    min-height: 650px;
  }
}
@media (max-width: 991px) {
  #services .txt-img-wrap {
    height: 100%;
    background-color: #374654;
  }
}
#services .txt-img-wrap .img-col {
  position: relative;
}
@media (max-width: 767px) {
  #services .txt-img-wrap .img-col {
    margin-top: -50px;
  }
}
@media (max-width: 991px) {
  #services .txt-img-wrap .img-col {
    height: 100vw;
    z-index: 5;
    margin-top: -50px;
  }
  #services .txt-img-wrap .img-col {
    transform-origin: left top;
    transform: skewY(6deg);
  }
}
@media (min-width: 992px) {
  #services .txt-img-wrap .img-col {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  #services .txt-img-wrap .img-col {
    width: 52%;
  }
}
#services .txt-img-wrap .img-col .img-col-inner {
  width: 100%;
  height: 100%;
}
#services .txt-img-wrap .img-col::before {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse_circleMark_red.svg);
  content: "";
  position: absolute;
  bottom: 130px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 6;
  bottom: -50px;
  right: -30px;
  height: 152px;
  width: 152px;
}
@media (min-width: 768px) {
  #services .txt-img-wrap .img-col::before {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  #services .txt-img-wrap .img-col::before {
    transform-origin: left top;
    transform: skewY(-6deg);
  }
}
@media (min-width: 768px) {
  #services .txt-img-wrap .img-col::before {
    top: auto;
    bottom: -120px;
    right: 20px;
  }
}
@media (min-width: 992px) {
  #services .txt-img-wrap .img-col::before {
    top: -110px;
    right: 8vw;
  }
}
@media (min-width: 1200px) {
  #services .txt-img-wrap .img-col::before {
    top: -110px;
    right: 120px;
  }
}
#services .txt-img-wrap .txt-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #393f6d;
}
@media (min-width: 992px) {
  #services .txt-img-wrap .txt-col {
    order: 2;
    width: 45%;
    height: 100%;
  }
  #services .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 1200px) {
  #services .txt-img-wrap .txt-col {
    width: 48%;
  }
}
@media (max-width: 991px) {
  #services .txt-img-wrap .txt-col {
    width: 100%;
    margin-top: -50px;
    -moz-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    transform: skewY(6deg);
  }
}
#services .txt-img-wrap .txt-col .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 39px;
  display: block;
}
@media (max-width: 767px) {
  #services .txt-img-wrap .txt-col .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
  }
}
#services .txt-img-wrap .txt-col .amt-head {
  font-family: "ltc-bodoni-175", sans-serif;
  color: #f9ef60;
  font-size: 48px;
  font-style: italic;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #services .txt-img-wrap .txt-col .amt-head {
    font-size: 40px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  #services .txt-img-wrap .txt-col .amt-head span {
    display: block;
  }
}
@media (min-width: 992px) {
  #services .txt-img-wrap .txt-col .txt-col-inner {
    height: 100%;
  }
  #services .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
@media (max-width: 991px) {
  #services .txt-img-wrap .txt-col .txt-col-inner {
    padding: 0 0 0px 0;
    -moz-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}
#services .txt-img-wrap .txt-col .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
#services .txt-img-wrap .txt-col .vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
#services .txt-img-wrap .txt-col .txt-col-content {
  position: relative;
  z-index: 1;
  padding: 90px 20px 55px 30px;
  height: 100%;
  background-color: #4e7ed5;
}
@media (min-width: 768px) {
  #services .txt-img-wrap .txt-col .txt-col-content {
    padding: 150px 20px 77px 71px;
    background-color: #4e7ed5;
  }
}
@media (min-width: 992px) {
  #services .txt-img-wrap .txt-col .txt-col-content {
    padding: 50px 20px 50px 71px;
  }
}
#services .txt-img-wrap .txt-col .txt-col-content .heading {
  margin-bottom: 20px;
  color: #f9ef60;
}
@media (max-width: 991px) {
  #services .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  #services .txt-img-wrap .txt-col .txt-col-content .heading {
    font-size: calc(60px + 0 * (100vw - 376px) / 391);
  }
  #services .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  #services .txt-img-wrap .txt-col .txt-col-content .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  #services .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}
#services .txt-img-wrap .txt-col .txt-col-content .txt-col-desc ul {
  padding: 59px 0 0 94px;
  margin: 0;
}
@media (max-width: 991px) {
  #services .txt-img-wrap .txt-col .txt-col-content .txt-col-desc ul {
    padding: 59px 0 0 94px;
  }
}
@media (max-width: 767px) {
  #services .txt-img-wrap .txt-col .txt-col-content .txt-col-desc ul {
    padding: 30px 0 0px 31px;
    margin-left: 30px;
  }
}
#services .txt-img-wrap .txt-col .txt-col-content .txt-col-desc ul li {
  margin-bottom: 10px;
}
#services .txt-img-wrap .txt-col .btn {
  width: 240px;
}
@media (max-width: 767px) {
  #services .txt-img-wrap .txt-col .btn {
    width: 220px;
  }
}
#services .txt-img-wrap .txt-col .pilot-house-flag {
  width: 76px;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #services .txt-img-wrap .txt-col .pilot-house-flag {
    position: absolute;
    top: -14vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #services .txt-img-wrap .txt-col .pilot-house-flag {
    width: 62px;
  }
}
@media (max-width: 480px) {
  #services .txt-img-wrap .txt-col .pilot-house-flag {
    top: -20vw;
  }
}
#services .txt-img-wrap .txt-col .heading span {
  display: block;
}
#services .txt-img-wrap.row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #services .txt-img-wrap.row-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  #services .txt-img-wrap.row-reverse .img-col {
    width: calc(45% + 14vh);
  }
}
@media (min-width: 1200px) {
  #services .txt-img-wrap.row-reverse .img-col {
    width: calc(48% + 14vh);
  }
}
#services .txt-img-wrap.row-reverse .txt-col {
  background-color: #4e7ed5;
}
@media (min-width: 992px) {
  #services .txt-img-wrap.row-reverse .txt-col {
    width: calc(55% - 14vh);
  }
  #services .txt-img-wrap.row-reverse .txt-col {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
@media (min-width: 1200px) {
  #services .txt-img-wrap.row-reverse .txt-col {
    width: calc(52% - 14vh);
  }
}
@media (min-width: 992px) {
  #services .txt-img-wrap.row-reverse .txt-col .txt-col-inner,
  #services .txt-img-wrap.row-reverse .txt-col .animated-gif-amenities {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 992px) {
  #services .txt-img-wrap.row-reverse .txt-col .txt-col-content {
    padding-left: 71px;
  }
}

@media (min-width: 992px) and (max-height: 890px) {
  .txt-img-wrap .txt-col .pilot-house-flag {
    width: 40px;
    margin-bottom: 25px;
  }
  .heading {
    font-size: calc(40px + 10 * (100vw - 768px) / 223);
    line-height: calc(45px + 10 * (100vw - 768px) / 223);
  }
  .content-txt {
    font-size: 18px;
    line-height: 25px;
  }
  .txt-img-wrap .txt-col .txt-col-content {
    padding: 60px 20px 45px 71px;
  }
}
#fp-landing .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .fp-common .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #808080;
}
#fp-landing .txt-img-wrap, .fp-common .txt-img-wrap {
  position: relative;
  flex-wrap: wrap;
  background-color: #4e7ed5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap, .fp-common .txt-img-wrap {
    height: 100%;
  }
}
#fp-landing .txt-img-wrap .img-col, .fp-common .txt-img-wrap .img-col {
  position: relative;
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap .img-col, .fp-common .txt-img-wrap .img-col {
    max-height: 600px;
    height: 100vw;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .img-col, .fp-common .txt-img-wrap .img-col {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  #fp-landing .txt-img-wrap .img-col, .fp-common .txt-img-wrap .img-col {
    width: 52%;
  }
}
#fp-landing .txt-img-wrap .img-col .img-col-inner, .fp-common .txt-img-wrap .img-col .img-col-inner {
  width: 100%;
  height: 100%;
}
#fp-landing .txt-img-wrap .img-col::after, .fp-common .txt-img-wrap .img-col::after {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse_circleMark_red.svg);
  content: "";
  position: absolute;
  bottom: 130px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  bottom: -40px !important;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .img-col::after, .fp-common .txt-img-wrap .img-col::after {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap .img-col::after, .fp-common .txt-img-wrap .img-col::after {
    bottom: -15px !important;
    right: 20px;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .img-col::after, .fp-common .txt-img-wrap .img-col::after {
    right: -20px;
    height: 150px;
    width: 150px;
    bottom: -15px !important;
  }
}
#fp-landing .txt-img-wrap .txt-col, .fp-common .txt-img-wrap .txt-col {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 4;
  background-color: #393f6d;
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col, .fp-common .txt-img-wrap .txt-col {
    min-height: 65vh;
    order: 2;
    width: 45%;
    height: 100%;
  }
  #fp-landing .txt-img-wrap .txt-col, .fp-common .txt-img-wrap .txt-col {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 1200px) {
  #fp-landing .txt-img-wrap .txt-col, .fp-common .txt-img-wrap .txt-col {
    width: 48%;
  }
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap .txt-col, .fp-common .txt-img-wrap .txt-col {
    width: 100%;
    margin-top: -50px;
    -moz-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -webkit-transform: skewY(6deg);
    transform: skewY(6deg);
  }
}
#fp-landing .txt-img-wrap .txt-col .labelTxt, .fp-common .txt-img-wrap .txt-col .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 39px;
  display: block;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .labelTxt, .fp-common .txt-img-wrap .txt-col .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .labelTxt, .fp-common .txt-img-wrap .txt-col .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
  }
}
#fp-landing .txt-img-wrap .txt-col .heading, .fp-common .txt-img-wrap .txt-col .heading {
  color: #f9ef60 !important;
}
#fp-landing .txt-img-wrap .txt-col .search-div, .fp-common .txt-img-wrap .txt-col .search-div {
  background-color: transparent;
  padding: 40px 0;
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .labelTxt, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .labelTxt {
  color: #f26b67;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  display: block;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .labelTxt, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .labelTxt, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 10px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top {
    flex-direction: row;
    width: 425px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top {
    width: 100%;
    max-width: 425px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn {
  width: 100%;
  max-width: 203px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn {
    width: 100%;
    margin-right: 10px;
    padding: 2px 30px;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn + .btn, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn + .btn {
    width: 100%;
    margin-right: 0px;
    margin-left: 10px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn ::after, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .top .btn ::after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .bottom, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .bottom .btn, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .bottom .btn {
  width: 100%;
  max-width: 203px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .bottom .btn, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .bottom .btn {
    width: 51%;
    max-width: 425px;
    margin: 0 auto;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .btn.btn-blue, .fp-common .txt-img-wrap .txt-col .search-div .quick-search-wrap .search .btn.btn-blue {
  color: #ffffff;
  margin-bottom: 20px;
}
#fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper, .fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper {
  display: flex;
  padding: 0 0px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper, .fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper {
    padding: 0 0px 0 10px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper .search-btn,
#fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn, .fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper .search-btn,
.fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn {
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: none;
  border: none;
  margin-top: 20px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper .search-btn,
  #fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn, .fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper .search-btn,
  .fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper .search-btn::after,
#fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn::after, .fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper .search-btn::after,
.fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn::after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
}
#fp-landing .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn:hover, .fp-common .txt-img-wrap .txt-col .search-div .buttonWrapper .view-map-btn:hover {
  text-decoration: none;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap {
  width: 100%;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .labelTxt, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  display: block;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .labelTxt, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .labelTxt, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 10px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper {
    flex-direction: column;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search,
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search, #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search,
.fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search,
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search, #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search,
  .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search,
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search, #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search,
  .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search {
    width: 100%;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div {
    padding: 5px 10px;
    margin-bottom: 10px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:first-of-type, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:first-of-type {
  margin-right: 7px;
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:first-of-type, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:first-of-type {
    margin-right: 0;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:last-of-type, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:last-of-type {
  margin-left: 7px;
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:last-of-type, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search > div:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    border-right: 1px solid #393f6d;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    width: 100%;
    max-width: calc(50% - 7px);
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    width: 100%;
    border-right: 1px solid #393f6d;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    border-bottom: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .top-search {
    padding-right: 0;
    padding: 5px 0;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floor_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floor_select {
  margin-right: 7px;
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floor_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floor_select {
    margin-right: 0;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search > div, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search > div, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search > div {
    padding: 5px 10px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select {
  max-width: 100% !important;
  width: 100% !important;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select {
    border-right: none;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .bottom-search {
    padding-left: 0;
    padding: 5px 0;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search {
  border-bottom: 1px solid #393f6d;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search > div, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search > div, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search > div {
    padding: 5px 0;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
  border-bottom: 1px solid #393f6d;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
    border-right: 1px solid #393f6d;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .mid-search {
    padding-left: 0;
    padding: 5px 0;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo {
  width: 100%;
  background: none;
  background: #ffffff;
  border: 1px solid #393f6d;
  padding: 10px;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label {
  color: #f26b67;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label::before, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label::before {
  background-color: #4e7ed5;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo {
    width: 100%;
    max-width: calc(50% - 7px);
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .mCSB_inside > .mCSB_container, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown {
  width: 100%;
  border: 2px solid #4c5d75;
  background-color: #ffffff;
  top: auto;
  margin-top: 10px;
  max-height: 150px;
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown {
    margin-top: 0;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
  text-align: left;
  color: #393f6d;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  padding: 0 45px;
  white-space: normal;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option:hover, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option:hover {
  color: #f26b67;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option.selectivo__option--selected, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  color: #f26b67;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__option:first-child, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__option:first-child {
  background: none !important;
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label {
  border: none;
  padding: 0;
  background-image: url(/wp-content/themes/pilot-house/images/fp/Shape_1.png);
  background-position: right 20px center;
  background-size: 9px auto;
  text-align: left;
  color: #393f6d;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  padding-right: 25px;
  padding-left: 35px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.47px;
    line-height: 25px;
    font: 500 20px "acumin-pro-condensed", sans-serif;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label {
    min-height: 40px;
  }
}
#fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label::before, .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: -20px;
  border-radius: 20px;
  position: absolute;
  border: 2px solid #4e7ed5;
  top: 55%;
  left: 17px;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.system #fp-landing .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label:hover::before, .system .fp-common .txt-img-wrap .txt-col .search-div .search-form-wrap .search-wrapper .selectivo__label:hover::before {
  background-color: #4e7ed5;
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-inner, .fp-common .txt-img-wrap .txt-col .txt-col-inner {
    height: 100%;
  }
  #fp-landing .txt-img-wrap .txt-col .txt-col-inner, .fp-common .txt-img-wrap .txt-col .txt-col-inner {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-inner, .fp-common .txt-img-wrap .txt-col .txt-col-inner {
    padding: 0 0 0px 0;
    -moz-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
  }
}
#fp-landing .txt-img-wrap .txt-col .animated-gif-amenities, .fp-common .txt-img-wrap .txt-col .animated-gif-amenities {
  overflow: hidden;
}
#fp-landing .txt-img-wrap .txt-col .animated-gif-amenities img, .fp-common .txt-img-wrap .txt-col .animated-gif-amenities img {
  left: auto;
  right: -95px;
  height: 100%;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .animated-gif-amenities img, .fp-common .txt-img-wrap .txt-col .animated-gif-amenities img {
    left: auto;
    right: 150px;
    height: auto;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .animated-gif-amenities img, .fp-common .txt-img-wrap .txt-col .animated-gif-amenities img {
    left: auto;
    right: 0;
    height: 100%;
  }
}
@media (max-width: 575px) {
  #fp-landing .txt-img-wrap .txt-col .animated-gif-amenities img, .fp-common .txt-img-wrap .txt-col .animated-gif-amenities img {
    right: -60px;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .animated-gif-amenities, .fp-common .txt-img-wrap .txt-col .animated-gif-amenities {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
#fp-landing .txt-img-wrap .txt-col .mCSB_inside > .mCSB_container, .fp-common .txt-img-wrap .txt-col .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
#fp-landing .txt-img-wrap .txt-col .txt-col-content, .fp-common .txt-img-wrap .txt-col .txt-col-content {
  position: relative;
  z-index: 1;
  padding: 30px 20px 0px 30px;
  height: 100%;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-content, .fp-common .txt-img-wrap .txt-col .txt-col-content {
    padding: 40px 70px 0vw 70px;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-content, .fp-common .txt-img-wrap .txt-col .txt-col-content {
    padding: 40px 20px 0px 70px;
  }
}
#fp-landing .txt-img-wrap .txt-col .txt-col-content .heading, .fp-common .txt-img-wrap .txt-col .txt-col-content .heading {
  margin-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-content .heading, .fp-common .txt-img-wrap .txt-col .txt-col-content .heading {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-content .heading, .fp-common .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-content .heading, .fp-common .txt-img-wrap .txt-col .txt-col-content .heading {
    font-size: calc(60px + 0 * (100vw - 376px) / 391);
  }
  #fp-landing .txt-img-wrap .txt-col .txt-col-content .heading, .fp-common .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  #fp-landing .txt-img-wrap .txt-col .txt-col-content .heading, .fp-common .txt-img-wrap .txt-col .txt-col-content .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  #fp-landing .txt-img-wrap .txt-col .txt-col-content .heading, .fp-common .txt-img-wrap .txt-col .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}
#fp-landing .txt-img-wrap .txt-col .pilot-house-flag, .fp-common .txt-img-wrap .txt-col .pilot-house-flag {
  width: 76px;
  margin-left: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap .txt-col .pilot-house-flag, .fp-common .txt-img-wrap .txt-col .pilot-house-flag {
    position: absolute;
    top: -14vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #fp-landing .txt-img-wrap .txt-col .pilot-house-flag, .fp-common .txt-img-wrap .txt-col .pilot-house-flag {
    width: 62px;
  }
}
@media (max-width: 480px) {
  #fp-landing .txt-img-wrap .txt-col .pilot-house-flag, .fp-common .txt-img-wrap .txt-col .pilot-house-flag {
    top: -20vw;
  }
}
#fp-landing .txt-img-wrap .txt-col .heading span, .fp-common .txt-img-wrap .txt-col .heading span {
  display: block;
}
@media (min-width: 768px) {
  #fp-landing .txt-img-wrap .txt-col .heading span, .fp-common .txt-img-wrap .txt-col .heading span {
    display: inline;
  }
}
#fp-landing .txt-img-wrap.row-reverse, .fp-common .txt-img-wrap.row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  #fp-landing .txt-img-wrap.row-reverse, .fp-common .txt-img-wrap.row-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap.row-reverse .img-col, .fp-common .txt-img-wrap.row-reverse .img-col {
    width: calc(45% + 14vh);
  }
}
@media (min-width: 1200px) {
  #fp-landing .txt-img-wrap.row-reverse .img-col, .fp-common .txt-img-wrap.row-reverse .img-col {
    width: calc(48% + 14vh);
  }
}
#fp-landing .txt-img-wrap.row-reverse .txt-col, .fp-common .txt-img-wrap.row-reverse .txt-col {
  background-color: #4e7ed5;
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap.row-reverse .txt-col, .fp-common .txt-img-wrap.row-reverse .txt-col {
    width: calc(55% - 14vh);
  }
  #fp-landing .txt-img-wrap.row-reverse .txt-col, .fp-common .txt-img-wrap.row-reverse .txt-col {
    transform-origin: right bottom;
    transform: skewX(-8deg);
  }
}
@media (min-width: 1200px) {
  #fp-landing .txt-img-wrap.row-reverse .txt-col, .fp-common .txt-img-wrap.row-reverse .txt-col {
    width: calc(52% - 14vh);
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap.row-reverse .txt-col .txt-col-inner,
  #fp-landing .txt-img-wrap.row-reverse .txt-col .animated-gif-amenities, .fp-common .txt-img-wrap.row-reverse .txt-col .txt-col-inner,
  .fp-common .txt-img-wrap.row-reverse .txt-col .animated-gif-amenities {
    transform-origin: left bottom;
    transform: skewX(8deg);
  }
}
@media (min-width: 992px) {
  #fp-landing .txt-img-wrap.row-reverse .txt-col .txt-col-content, .fp-common .txt-img-wrap.row-reverse .txt-col .txt-col-content {
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  #fp-landing .txt-img-wrap.row-reverse .txt-col .txt-col-content, .fp-common .txt-img-wrap.row-reverse .txt-col .txt-col-content {
    padding-left: 71px;
  }
}

.tab-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 575px) {
  .tab-wrap {
    flex-direction: column;
  }
}
.tab-wrap .btn {
  color: #ffffff;
  font-size: 15px;
  line-height: 38px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-wrap .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.tab-wrap .btn.active {
  background-color: #f26b67;
}
.system .tab-wrap .btn:hover {
  background-color: #f26b67;
}
.tab-wrap .btn + .btn {
  margin-left: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-wrap .btn + .btn {
    margin-left: 10px;
  }
}
@media (max-width: 575px) {
  .tab-wrap .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-height: 890px) {
  .txt-img-wrap .txt-col .pilot-house-flag {
    width: 40px;
    margin-bottom: 25px;
  }
  .heading {
    font-size: calc(40px + 10 * (100vw - 768px) / 223);
    line-height: calc(45px + 10 * (100vw - 768px) / 223);
  }
  .content-txt {
    font-size: 18px;
    line-height: 25px;
  }
  .txt-img-wrap .txt-col .txt-col-content {
    padding: 60px 20px 45px 71px;
  }
  .search-wrapper .selectivo__label {
    padding-left: 10px;
    padding-right: 10px;
  }
  .labelTxt,
  .btn,
  .selectivo__label,
  .buttonWrapper .search-btn {
    font-size: 18px;
  }
  .search-form-wrap .search-wrapper .selectivo__label {
    background-position: right 10px center;
  }
}
#fp-listing {
  background-color: #4e7ed5;
  overflow: hidden;
}
#fp-listing .shape-animation {
  overflow: hidden;
}
@media (min-width: 768px) {
  #fp-listing .shape-animation img {
    height: 95%;
  }
}
@media (min-width: 992px) {
  #fp-listing .shape-animation img {
    height: auto;
    top: 40px;
  }
}
@media (min-width: 1200px) {
  #fp-listing .shape-animation img {
    height: 100%;
    top: 40px;
  }
}
@media (max-width: 575px) {
  #fp-listing .shape-animation img {
    right: -60px;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
#fp-listing .txt-col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 30px 30px 40px 30px;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner {
    padding: 75px 70px 50px 70px;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  #fp-listing .txt-col-inner {
    padding: 75px 70px 50px 70px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner {
    padding: 75px 40px 50px 70px;
    flex-direction: row;
  }
}
#fp-listing .txt-col-inner .txt-col-content .heading {
  margin-bottom: 20px;
  color: #f9ef60 !important;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .txt-col-content .heading {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  #fp-listing .txt-col-inner .txt-col-content .heading {
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .txt-col-content .heading {
    font-size: calc(60px + 0 * (100vw - 376px) / 391);
  }
  #fp-listing .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  #fp-listing .txt-col-inner .txt-col-content .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  #fp-listing .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}
#fp-listing .txt-col-inner .txt-col-content .heading span {
  display: block;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .txt-col-content .heading span {
    display: inline;
  }
}
#fp-listing .txt-col-inner .txt-col-content .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 39px;
  display: block;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .txt-col-content .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .txt-col-content .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 10px;
  }
}
#fp-listing .txt-col-inner .search-div {
  background-color: transparent;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#fp-listing .txt-col-inner .search-div .buttonWrapper {
  display: flex;
  padding: 0 0px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .search-div .buttonWrapper {
    padding: 0 0px 0 10px;
  }
}
#fp-listing .txt-col-inner .search-div .buttonWrapper .search-btn,
#fp-listing .txt-col-inner .search-div .buttonWrapper .view-map-btn {
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: none;
  border: none;
  margin-top: 20px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .buttonWrapper .search-btn,
  #fp-listing .txt-col-inner .search-div .buttonWrapper .view-map-btn {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
#fp-listing .txt-col-inner .search-div .buttonWrapper .search-btn::after,
#fp-listing .txt-col-inner .search-div .buttonWrapper .view-map-btn::after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
}
#fp-listing .txt-col-inner .search-div .buttonWrapper .view-map-btn:hover {
  text-decoration: none;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap {
  width: 100%;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  display: block;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper {
    flex-direction: row;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search,
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search,
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search,
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search,
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search > div,
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div,
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search > div {
    max-width: 50%;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search {
  border-top: 1px solid #393f6d;
  border-bottom: 1px solid #393f6d;
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search {
    width: 50%;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search > div {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    border-bottom: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    border-right: 1px solid #393f6d;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    width: calc(100% - 15px);
    max-width: 100%;
    border-right: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search {
    padding-right: 0;
    padding: 5px 0;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
  border-bottom: 1px solid #393f6d;
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    width: 25%;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search > div {
    padding: 5px 0;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
  border-bottom: 1px solid #393f6d;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
    border-right: 1px solid #393f6d;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
    border-left: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    padding-left: 0;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    border-top: 1px solid #393f6d;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search {
  border-bottom: 1px solid #393f6d;
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search {
    width: 25%;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div {
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search #floor_select {
    border-left: 1px solid #393f6d;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select {
    border-left: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select {
    border-bottom: none;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search {
    padding-left: 0;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search {
    border-top: 1px solid #393f6d;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo {
  width: 100%;
  background: none;
  width: 100%;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label {
  color: #f26b67;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label::before {
  background-color: #4e7ed5;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo.selectivo--open .selectivo__label::before {
  background-color: #4e7ed5;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo {
    width: 100%;
    max-width: 50%;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown {
  width: 100%;
  border: 2px solid #4c5d75;
  background-color: #ffffff;
  top: auto;
  margin-top: 5px;
  max-height: 150px;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
  text-align: left;
  color: #393f6d;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  padding: 0 45px;
  white-space: normal;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option:hover {
  color: #f26b67;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  color: #f26b67;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__option:first-child {
  background: none !important;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label {
  border: none;
  padding: 0;
  background-image: url(/wp-content/themes/pilot-house/images/fp/Shape_1.png);
  background-position: right 20px center;
  background-size: 9px auto;
  text-align: left;
  color: #393f6d;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  padding-right: 25px;
  padding-left: 45px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  position: relative;
}
#fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: -20px;
  border-radius: 20px;
  position: absolute;
  border: 2px solid #4e7ed5;
  top: 55%;
  left: 17px;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.system #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label:hover::before {
  background-color: #4e7ed5;
}
@media (min-width: 768px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.47px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #fp-listing .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label {
    min-height: 40px;
  }
}
#fp-listing .results-div {
  padding: 0 30px 30px;
  position: relative;
}
@media (min-width: 768px) {
  #fp-listing .results-div {
    padding: 20px 70px 0vw 70px;
  }
}
@media (min-width: 992px) {
  #fp-listing .results-div {
    padding: 10px 71px 0px 70px;
  }
}
#fp-listing .results-div .fp-sort-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-listing .results-div .fp-sort-wrap {
    flex-direction: column;
  }
}
#fp-listing .results-div .fp-sort-wrap span {
  color: #ffffff;
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 36px;
  font-style: italic;
  letter-spacing: 0.9px;
  line-height: normal;
}
#fp-listing .results-div .fp-sort-wrap span.sort-text {
  color: #ffffff;
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #fp-listing .results-div .fp-sort-wrap span.sort-text {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
#fp-listing .results-div .fp-sort-wrap span.divide {
  display: none;
}
@media (min-width: 768px) {
  #fp-listing .results-div .fp-sort-wrap span.divide {
    display: inline-block;
  }
}
#fp-listing .results-div .fp-sort-wrap span.result-count {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  #fp-listing .results-div .fp-sort-wrap span.result-count {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #fp-listing .results-div .fp-sort-wrap span {
    line-height: 18px;
    margin-top: 5px;
  }
}
#fp-listing .results-div .fp-sort-wrap ul {
  line-height: 1;
  padding-left: 0px;
}
@media (min-width: 768px) {
  #fp-listing .results-div .fp-sort-wrap ul {
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
#fp-listing .results-div .fp-sort-wrap ul li {
  display: inline-block;
}
#fp-listing .results-div .fp-sort-wrap ul li a {
  color: #ffffff;
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  text-align: left;
  text-transform: uppercase;
  background-image: url(/wp-content/themes/pilot-house/images/fp/up.png);
  background-position: right center;
  background-size: 10px auto;
  background-repeat: no-repeat;
  padding-right: 15px;
  margin-right: 10px;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 768px) {
  #fp-listing .results-div .fp-sort-wrap ul li a {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
#fp-listing .results-div .fp-sort-wrap ul li a.active {
  color: #f9ef60;
  background-image: url(/wp-content/themes/pilot-house/images/fp/active.png);
}
#fp-listing .results-div .fp-sort-wrap ul li a.active.desc {
  background-image: url(/wp-content/themes/pilot-house/images/fp/down.png);
}
#fp-listing .results-div .fp-sort-wrap ul li a:hover {
  color: #f9ef60;
}
#fp-listing .results-div .fp-sort-wrap ul li:last-child button {
  margin-right: 0;
}
#fp-listing .results-div .item-wrap {
  text-align: center;
  position: relative;
}
#fp-listing .results-div .item-wrap::before {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse_circleMark_red.svg);
  content: "";
  position: absolute;
  bottom: 130px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  display: none;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap::before {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap::before {
    top: -125px !important;
    right: -50px;
  }
}
@media (min-width: 992px) {
  #fp-listing .results-div .item-wrap::before {
    top: -125px !important;
    right: 20px;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item {
  margin-bottom: 30px;
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item {
    flex-direction: row;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item {
    width: calc(50% - 30px);
    flex-direction: row;
    margin-bottom: 60px;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .img {
  background-color: #ffffff;
  padding: 29px 30px 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .img {
  transform-origin: left top;
  transform: skewY(-8deg);
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .img {
    width: 50%;
    padding: 66px 31px;
  }
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .img {
    transform-origin: left bottom;
    transform: skewX(-10deg);
  }
}
@media (min-width: 1400px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .img {
    width: 55%;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .img img {
  transform-origin: left top;
  transform: skewY(8deg);
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .img img {
    transform-origin: left bottom;
    transform: skewX(10deg);
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .details {
  padding: 40px 37px 51px;
  width: 100%;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details {
    padding: 66px 31px 66px 130px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details {
    padding: 66px 31px 66px 100px;
  }
}
@media (min-width: 1400px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details {
    padding: 66px 31px 66px 120px;
  }
}
@media (min-width: 1600px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details {
    padding: 66px 31px 66px 130px;
  }
}
@media (min-width: 1920px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details {
    padding: 66px 31px 66px 140px;
  }
}
@media (min-width: 1400px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details {
    width: 45%;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .details .det-head {
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 40px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 33px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .det-head {
    font-size: 48px;
    font-style: italic;
    letter-spacing: 1.2px;
    line-height: normal;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span {
  margin-bottom: 25px;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span {
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  display: block;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
    line-height: 35px;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span.bed, #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span.sqft, #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span.divide {
  display: inline-block;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span.bed, #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span.sqft, #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span.divide {
    display: block;
  }
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details .details-span span.divide {
    display: none;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .details a {
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .fp-list-wrap .item .details a {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item .details a::after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n+1) .details {
  background-color: #393f6d;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n+1) .details .det-head {
  color: #f26b67;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n+1) .details .details-span span {
  color: #ffffff;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n+1) .details a {
  color: #f26b67;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n-1) .details {
  background-color: #e9e0d8;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n-1) .details .det-head {
  color: #4e7ed5;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n-1) .details .details-span span {
  color: #393f6d;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n-1) .details a {
  color: #4e7ed5;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n) .details {
  background-color: #f26b67;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n) .details .det-head {
  color: #393f6d;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n) .details .details-span span {
  color: #ffffff;
}
#fp-listing .results-div .item-wrap .fp-list-wrap .item:nth-child(3n) .details a {
  color: #393f6d;
}
#fp-listing .results-div .item-wrap .loadmore {
  width: 240px;
  position: relative;
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  margin: 0 auto;
  margin-bottom: 30px;
  width: 220px;
}
@media (min-width: 768px) {
  #fp-listing .results-div .item-wrap .loadmore {
    margin-bottom: 60px;
  }
}
#fp-listing .results-div .item-wrap .loadmore span {
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.no-results-fp #fp-listing {
  position: relative;
}
@media (min-width: 768px) {
  .no-results-fp #fp-listing .shape-animation img {
    height: 95%;
  }
}
@media (min-width: 992px) {
  .no-results-fp #fp-listing .shape-animation img {
    height: auto;
    top: 0px;
  }
}
@media (min-width: 1200px) {
  .no-results-fp #fp-listing .shape-animation img {
    height: 100%;
    top: 0px;
  }
}

@media (min-width: 992px) {
  .unit-listing .top-search,
  .unit-listing .bottom-search {
    width: 50% !important;
  }
}
@media (max-width: 1199px) {
  .unit-listing .top-search,
  .unit-listing .bottom-search {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .unit-listing #minprice_select {
    border-bottom: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  .unit-listing #minprice_select {
    border-right: 1px solid #393f6d;
  }
}
@media (min-width: 1200px) {
  .unit-listing #floor_select {
    border-right: 1px solid #393f6d;
  }
}

#fp-listing .backtoresults {
  width: 240px;
  position: relative;
  -moz-transform: skew(12deg);
  -o-transform: skew(12deg);
  -ms-transform: skew(12deg);
  -webkit-transform: skew(12deg);
  transform: skew(12deg);
  margin-bottom: 30px;
  width: 220px;
}
@media (min-width: 768px) {
  #fp-listing .backtoresults.desk {
    display: inline-block;
  }
}
#fp-listing .backtoresults.mob-only {
  display: inline-block;
}
#fp-listing .backtoresults > span::after {
  display: none;
}
#fp-listing .backtoresults > span::before {
  content: "<";
  display: inline-block;
  margin-right: 3px;
}
@media (min-width: 768px) {
  #fp-listing .backtoresults {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
#fp-listing .backtoresults span {
  -moz-transform: skew(-12deg);
  -o-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
}

.listing-back-wrap {
  text-align: left;
}

#fp-detail {
  background-color: #4e7ed5;
  overflow: hidden;
  text-align: center;
}
#fp-detail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #808080;
}
#fp-detail .shape-animation {
  overflow: hidden;
}
@media (min-width: 768px) {
  #fp-detail .shape-animation img {
    height: 95%;
  }
}
@media (min-width: 992px) {
  #fp-detail .shape-animation img {
    height: auto;
    top: 40px;
  }
}
@media (min-width: 1200px) {
  #fp-detail .shape-animation img {
    height: 100%;
    top: 40px;
  }
}
@media (max-width: 575px) {
  #fp-detail .shape-animation img {
    right: -60px;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
#fp-detail .txt-col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 30px;
  height: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner {
    padding: 40px 70px 0vw 70px;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner {
    padding: 40px 70px 0px 70px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner {
    padding: 40px 40px 76px 70px;
    flex-direction: row;
  }
}
#fp-detail .txt-col-inner .txt-col-content {
  text-align: left;
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .txt-col-content {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .txt-col-content {
    width: 45%;
  }
}
#fp-detail .txt-col-inner .txt-col-content .heading {
  margin-bottom: 25px;
  color: #f9ef60 !important;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .txt-col-content .heading {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .txt-col-content .heading {
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .txt-col-content .heading {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  #fp-detail .txt-col-inner .txt-col-content .heading {
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .txt-col-content .heading {
    font-size: calc(60px + 0 * (100vw - 376px) / 391);
  }
  #fp-detail .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  #fp-detail .txt-col-inner .txt-col-content .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  #fp-detail .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}
#fp-detail .txt-col-inner .txt-col-content .heading span {
  display: block;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .txt-col-content .heading span {
    display: inline;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .txt-col-content .heading span {
    display: block;
  }
}
#fp-detail .txt-col-inner .txt-col-content .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 39px;
  display: block;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .txt-col-content .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .txt-col-content .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
  }
}
#fp-detail .txt-col-inner .search-div {
  text-align: left;
  background-color: transparent;
  padding: 0 30px 70px;
}
#fp-detail .txt-col-inner .search-div.mob-only {
  display: none;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div.mob-only {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .search-div.mob-only {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #fp-detail .txt-col-inner .search-div {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div {
    max-width: 500px;
    margin: 0 0 auto;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .search-div {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div {
    max-width: 100%;
    margin: 0 0 0 50px;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  #fp-detail .txt-col-inner .search-div {
    max-width: 100%;
    margin: 0 0 0 80px;
  }
}
#fp-detail .txt-col-inner .search-div .buttonWrapper {
  display: flex;
  padding: 0 0px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .search-div .buttonWrapper {
    padding: 0 0px 0 10px;
  }
}
#fp-detail .txt-col-inner .search-div .buttonWrapper .view-map-btn,
#fp-detail .txt-col-inner .search-div .buttonWrapper .search-btn {
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  color: #ffffff;
  background: none;
  border: none;
  margin-top: 20px;
  padding: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .buttonWrapper .view-map-btn,
  #fp-detail .txt-col-inner .search-div .buttonWrapper .search-btn {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
#fp-detail .txt-col-inner .search-div .buttonWrapper .view-map-btn::after,
#fp-detail .txt-col-inner .search-div .buttonWrapper .search-btn::after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
}
#fp-detail .txt-col-inner .search-div .buttonWrapper .view-map-btn:hover {
  text-decoration: none;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap {
  width: 100%;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  display: block;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper {
    flex-direction: row;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search,
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search, #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search,
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search, #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search > div,
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div, #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search > div {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search {
    width: 50%;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search > div {
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search > div {
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    border-bottom: none;
    margin-right: 7px;
  }
}
@media (max-width: 1199px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    border-right: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search #bedroom_select {
    width: calc(100% - 15px);
    max-width: 100%;
    border-right: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .top-search {
    padding-right: 0;
    padding: 5px 0;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
  border-bottom: 1px solid #393f6d;
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    width: 40%;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search > div {
    padding: 5px 0;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
  border-bottom: 1px solid #393f6d;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
    border-right: 1px solid #393f6d;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search #minprice_select {
    border-left: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    padding-left: 0;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .mid-search {
    border-top: 1px solid #393f6d;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search {
    width: 25%;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div {
  margin: 0;
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div {
    padding: 5px 10px;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search > div {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search #floor_select {
    border-left: 1px solid #393f6d;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select {
  border-bottom: 1px solid #393f6d;
  width: 100% !important;
}
@media (min-width: 1200px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select {
    border-left: 1px solid #393f6d;
  }
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search #floortype_select {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .bottom-search {
    padding-left: 0;
    padding: 5px 0;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo {
  width: 100%;
  background: none;
  background: #ffffff;
  border: 1px solid #393f6d;
  padding: 10px;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo {
    width: 100%;
    max-width: 50%;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label {
  color: #f26b67;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo.nondefault-selected button.selectivo__label::before {
  background-color: #4e7ed5;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown {
  width: 100%;
  border: 2px solid #4c5d75;
  background-color: #ffffff;
  top: auto;
  margin-top: 10px;
  max-height: 150px;
}
@media (max-width: 991px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown {
    margin-top: 0;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
  text-align: left;
  color: #393f6d;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  padding: 0 45px;
  white-space: normal;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option:hover {
  color: #f26b67;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo .selectivo__dropdown .selectivo__option.selectivo__option--selected {
  color: #f26b67;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__option:first-child {
  background: none !important;
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label {
  border: none;
  padding: 0;
  background-image: url(/wp-content/themes/pilot-house/images/fp/Shape_1.png);
  background-position: right 20px center;
  background-size: 9px auto;
  text-align: left;
  color: #393f6d;
  font-family: "acumin-pro-condensed", sans-serif;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  padding-right: 25px;
  padding-left: 35px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.47px;
    font: 500 20px "acumin-pro-condensed", sans-serif;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label {
    min-height: 40px;
  }
}
#fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label::before {
  content: "";
  width: 17px;
  height: 17px;
  margin-right: -20px;
  border-radius: 20px;
  position: absolute;
  border: 2px solid #4e7ed5;
  top: 55%;
  left: 17px;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  transform: translateY(-50%);
}
.system #fp-detail .txt-col-inner .search-div .search-form-wrap .search-wrapper .selectivo__label:hover::before {
  background-color: #4e7ed5;
}
#fp-detail .detail-wrp {
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp {
    margin-bottom: 0px;
    padding: 0 70px;
    background-color: #4e7ed5;
  }
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp {
    flex-direction: row;
    background-color: #393f6d;
    padding: 0px;
  }
}
#fp-detail .detail-wrp::before {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse_circleMark_red.svg);
  content: "";
  position: absolute;
  bottom: 130px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
  display: none;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp::before {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp::before {
    top: -125px !important;
    right: 20px;
    display: block;
  }
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp::before {
    top: -110px !important;
    right: 20px;
  }
}
#fp-detail .detail-wrp .details {
  background-color: transparent;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details {
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp .details {
    flex-direction: row;
    width: 100%;
    background-color: transparent;
  }
}
#fp-detail .detail-wrp .details .detail-sec {
  background-color: #393f6d;
  width: 100%;
  padding: 60px 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .detail-sec {
    padding: 51px;
  }
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp .details .detail-sec {
    width: 40%;
    padding: 81px;
    padding-right: 0;
  }
}
#fp-detail .detail-wrp .details .detail-sec .det-txts .det-head {
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 40px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 33px;
  margin-bottom: 30px;
  color: #f26b67;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-head {
    font-size: 80px;
    font-style: italic;
    letter-spacing: 2.25px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-head {
    font-size: 90px;
    font-style: italic;
    letter-spacing: 2.25px;
    line-height: normal;
  }
}
#fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec {
    flex-direction: column;
  }
}
#fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .details-span {
  margin-bottom: 25px;
}
#fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .details-span span {
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .details-span span {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    line-height: 35px;
  }
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .btn-sec {
    margin-left: 130px;
  }
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .btn-sec {
    margin-left: 0px;
  }
}
#fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .btn-sec a {
  font-style: normal;
  letter-spacing: 0.45px;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  display: block;
  color: #f26b67;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .btn-sec a {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
  }
}
#fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .btn-sec a::after {
  content: ">";
  display: inline-block;
  margin-left: 3px;
}
#fp-detail .detail-wrp .details .detail-sec .det-txts .det-btn-sec .btn-sec .addtoany_share::after {
  content: "+";
  display: inline-block;
  margin-left: 3px;
}
#fp-detail .detail-wrp .details .img-sec {
  background-color: #ffffff;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .img-sec {
    padding: 45px;
    flex-direction: row;
    justify-content: space-around;
  }
}
#fp-detail .detail-wrp .details .img-sec {
  transform-origin: left top;
  transform: skewY(-8deg);
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp .details .img-sec {
    padding: 51px 51px 51px 0px;
  }
  #fp-detail .detail-wrp .details .img-sec {
    transform-origin: left bottom;
    transform: skewX(-10deg);
  }
}
#fp-detail .detail-wrp .details .img-sec img {
  transform-origin: left top;
  transform: skewY(8deg);
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp .details .img-sec img {
    transform-origin: left top !important;
  }
  #fp-detail .detail-wrp .details .img-sec img {
    transform-origin: left bottom;
    transform: skewX(10deg);
  }
}
#fp-detail .detail-wrp .details .img-sec img.detail {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #fp-detail .detail-wrp .details .img-sec img.detail {
    width: 50%;
    margin-bottom: 0px;
  }
}
#fp-detail .detail-wrp .details .img-sec img.key-plan {
  width: 100px;
}
#fp-detail .detail-wrp .details .img-sec .key-plan-details {
  position: relative;
}
@media (min-width: 992px) {
  #fp-detail .detail-wrp .details .img-sec .key-plan-details {
    transform: skewX(10deg);
  }
}
@media (max-width: 991px) {
  #fp-detail .detail-wrp .details .img-sec .key-plan-details {
    transform: skewY(8deg);
  }
}
@media (max-width: 767px) {
  #fp-detail .detail-wrp .details .img-sec .key-plan-details {
    margin-bottom: 10px;
    margin-top: 50px;
  }
}
#fp-detail .detail-wrp .details .img-sec .key-plan-details img {
  transform: skewX(0deg);
}
#fp-detail .detail-wrp .details .img-sec .key-plan-details span {
  color: #4d4d4f;
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
#fp-detail .detail-wrp .details .img-sec .key-plan-details span.key-plan-left {
  left: -10px;
  top: 50%;
  transform: translate(-50%, 0%) rotate(90deg);
}
#fp-detail .detail-wrp .details .img-sec .key-plan-details span.key-plan-right {
  top: 50%;
  transform: translate(-50%, 0%) rotate(90deg);
  right: -130px;
}
#fp-detail .detail-wrp .details .img-sec .key-plan-details span.key-plan-top {
  top: -15px;
  transform: translate(0%, -50%);
  left: 0;
}
#fp-detail .detail-wrp .details .img-sec .key-plan-details span.key-plan-bottom {
  bottom: -25px;
  transform: translate(0%, -50%);
  left: 0;
}
#fp-detail .backtoresults {
  width: 240px;
  position: relative;
  -moz-transform: skew(12deg);
  -o-transform: skew(12deg);
  -ms-transform: skew(12deg);
  -webkit-transform: skew(12deg);
  transform: skew(12deg);
  margin-bottom: 30px;
  width: 220px;
}
#fp-detail .backtoresults.desk {
  display: none;
}
@media (min-width: 768px) {
  #fp-detail .backtoresults.desk {
    display: inline-block;
  }
}
#fp-detail .backtoresults.mob-only {
  display: inline-block;
}
@media (min-width: 768px) {
  #fp-detail .backtoresults.mob-only {
    display: none;
  }
}
#fp-detail .backtoresults > span::after {
  display: none;
}
#fp-detail .backtoresults > span::before {
  content: "<";
  display: inline-block;
  margin-right: 3px;
}
@media (min-width: 768px) {
  #fp-detail .backtoresults {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
#fp-detail .backtoresults span {
  -moz-transform: skew(-12deg);
  -o-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
}

#fp-landing #floortype_select .selectivo__dropdown,
#fp-listing #floortype_select .selectivo__dropdown,
#fp-detail #floortype_select .selectivo__dropdown {
  max-height: 135px;
}
@media (max-width: 767px) {
  #fp-landing #floortype_select .selectivo__dropdown,
  #fp-listing #floortype_select .selectivo__dropdown,
  #fp-detail #floortype_select .selectivo__dropdown {
    max-height: 120px;
  }
}

#blog {
  background-color: #393f6d;
  padding: 30px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #blog {
    padding: 55px 70px 0vw 70px;
  }
}
@media (min-width: 992px) {
  #blog {
    padding: 55px 70px 0px 70px;
  }
}
@media (min-width: 1200px) {
  #blog {
    padding: 55px 40px 0 70px;
    flex-direction: row;
  }
}
#blog .txt-col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  flex-direction: column;
}
#blog .txt-col-inner .txt-col-content {
  text-align: left;
}
#blog .txt-col-inner .txt-col-content .heading {
  margin-bottom: 65px;
  color: #f26b67 !important;
}
@media (min-width: 768px) {
  #blog .txt-col-inner .txt-col-content .heading {
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  #blog .txt-col-inner .txt-col-content .heading {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  #blog .txt-col-inner .txt-col-content .heading {
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  #blog .txt-col-inner .txt-col-content .heading {
    font-size: calc(60px + 0 * (100vw - 376px) / 391);
  }
  #blog .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  #blog .txt-col-inner .txt-col-content .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  #blog .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}
#blog .txt-col-inner .txt-col-content .heading span {
  display: block;
}
@media (min-width: 768px) {
  #blog .txt-col-inner .txt-col-content .heading span {
    display: inline-block;
  }
}
#blog .txt-col-inner .txt-col-content .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.45px;
  margin-bottom: 39px;
  display: block;
}
@media (min-width: 768px) {
  #blog .txt-col-inner .txt-col-content .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767px) {
  #blog .txt-col-inner .txt-col-content .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
  }
}
#blog .blog-wrp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 992px) {
  #blog .blog-wrp {
    flex-direction: row;
  }
}
#blog .blog-wrp::before {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse-circleMark-yellow.svg);
  content: "";
  position: absolute;
  bottom: 0px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
  top: -110px !important;
  right: -50px;
}
@media (min-width: 768px) {
  #blog .blog-wrp::before {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #blog .blog-wrp::before {
    top: -110px !important;
    right: -50px;
    display: block;
  }
}
@media (min-width: 992px) {
  #blog .blog-wrp::before {
    top: -110px !important;
    right: 20px;
  }
}
#blog .blog-wrp .cat-sec {
  width: 100%;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  #blog .blog-wrp .cat-sec {
    background-color: transparent;
  }
}
#blog .blog-wrp .cat-sec .cat-wrap {
  padding: 40px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #blog .blog-wrp .cat-sec .cat-wrap {
    flex-direction: row;
    width: 100%;
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  #blog .blog-wrp .cat-sec .cat-wrap {
    flex-direction: column;
    background-color: #ffffff;
  }
}
#blog .blog-wrp .cat-sec .cat-wrap .cat {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #blog .blog-wrp .cat-sec .cat-wrap .cat {
    width: 33.3333333333%;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #blog .blog-wrp .cat-sec .cat-wrap .cat {
    width: 100%;
    padding-bottom: 40px;
  }
}
#blog .blog-wrp .cat-sec .cat-wrap .cat h2 {
  color: #4e7ed5;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
#blog .blog-wrp .cat-sec .cat-wrap .cat ul {
  padding: 0;
  margin: 0 0;
  list-style-type: none;
}
#blog .blog-wrp .cat-sec .cat-wrap .cat ul li a {
  font-style: normal;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  color: #4d4d4f;
  line-height: 35px;
  letter-spacing: 0.5px;
}
#blog .blog-wrp .cat-sec .cat-wrap .cat ul li span {
  font-style: normal;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  color: #4d4d4f;
  line-height: 35px;
  letter-spacing: 0.5px;
}
#blog .blog-wrp .cat-sec .cat-wrap .cat.tags {
  padding-bottom: 0px;
}
#blog .blog-wrp .cat-sec .cat-wrap .cat.tags ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#blog .blog-wrp .cat-sec .cat-wrap .cat.tags li::after {
  content: "-";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  color: #4d4d4f;
}
#blog .blog-wrp .cat-sec .cat-wrap .cat.tags li:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  #blog .blog-wrp .cat-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  #blog .blog-wrp .cat-sec {
    width: 30%;
    flex-direction: column;
  }
}
#blog .blog-wrp .list-sec {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  #blog .blog-wrp .list-sec {
    width: 70%;
    padding-left: 70px;
  }
}
#blog .blog-wrp .list-sec .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blog .blog-wrp .list-sec .list .list-item {
  position: relative;
  flex-direction: row;
  width: 100%;
}
@media (min-width: 768px) {
  #blog .blog-wrp .list-sec .list .list-item {
    width: calc(50% - 35px);
  }
}
#blog .blog-wrp .list-sec .list .list-item .img-sec {
  height: 60vw;
  border: 10px solid #ffffff;
  margin-bottom: 30px;
  background-position: center !important;
  background-color: #4d4d4f;
  background-size: cover !important;
}
@media (min-width: 768px) {
  #blog .blog-wrp .list-sec .list .list-item .img-sec {
    height: 275px;
  }
}
@media (min-width: 1200px) {
  #blog .blog-wrp .list-sec .list .list-item .img-sec {
    height: 302px;
  }
}
#blog .blog-wrp .list-sec .list .list-item .content-sec {
  padding: 0 30px 0 20px;
}
#blog .blog-wrp .list-sec .list .list-item .content-sec h2 {
  color: #ffffff;
  font-family: "ltc-bodoni-175", sans-serif;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.75px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #blog .blog-wrp .list-sec .list .list-item .content-sec h2 {
    font-size: 36px;
    font-style: italic;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
  }
}
#blog .blog-wrp .list-sec .list .list-item .content-sec p {
  color: #ffffff;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.45px;
  line-height: 33px;
  margin-top: 0;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  #blog .blog-wrp .list-sec .list .list-item .content-sec p {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
#blog .blog-wrp .list-sec .list .list-item .content-sec .readmore {
  width: 240px;
  position: relative;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  margin-bottom: 30px;
  width: 220px;
}
@media (min-width: 768px) {
  #blog .blog-wrp .list-sec .list .list-item .content-sec .readmore {
    margin-bottom: 60px;
  }
}
#blog .blog-wrp .list-sec .list .list-item .content-sec .readmore span {
  color: #ffffff;
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
#blog .blog-wrp .list-sec .pagination {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #blog .blog-wrp .list-sec .pagination {
    margin-bottom: 55px;
  }
}
#blog .blog-wrp .list-sec .pagination .wp-pagenavi {
  clear: both;
}
#blog .blog-wrp .list-sec .pagination .wp-pagenavi a {
  color: #ffffff;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0.5px;
  margin-right: 8px;
  border: none;
  padding: 0;
}
#blog .blog-wrp .list-sec .pagination .wp-pagenavi .current {
  border: none;
  padding: 0;
}
#blog .blog-wrp .list-sec .pagination .wp-pagenavi span {
  font: 500 20px "acumin-pro-condensed", sans-serif;
  line-height: 35px;
  text-align: left;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
#blog .blog-wrp .list-sec .pagination .wp-pagenavi span.current {
  color: #f26b67;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: normal;
  text-decoration: underline;
}
#blog .shape-animation img {
  height: 100%;
  width: auto;
  margin: 0 auto 0 20px;
  top: 50px;
}
@media (min-width: 768px) {
  #blog .shape-animation img {
    width: auto;
    margin: 0 auto 0 20px;
    top: 70px;
  }
}

@media (min-width: 992px) and (max-height: 890px) {
  #blog .blog-wrp .list-sec .list .list-item .content-sec p,
  #blog .blog-wrp .list-sec .list .list-item .content-sec .readmore span,
  #blog .blog-wrp .cat-sec .cat ul li a {
    font-size: 18px;
    line-height: 25px;
  }
}
#blog-details {
  overflow: hidden;
  background-color: #393f6d;
}
@media (min-width: 768px) {
  #blog-details {
    padding: 55px 70px 0vw 70px;
  }
}
@media (min-width: 992px) {
  #blog-details {
    padding: 55px 70px 0px 70px;
  }
}
@media (min-width: 1200px) {
  #blog-details {
    padding: 55px 40px 0 70px;
    flex-direction: row;
  }
}
#blog-details .txt-col-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  flex-direction: column;
  padding: 30px 30px 0;
}
@media (min-width: 768px) {
  #blog-details .txt-col-inner {
    padding: 0;
  }
}
#blog-details .txt-col-inner .txt-col-content {
  text-align: left;
}
#blog-details .txt-col-inner .txt-col-content .heading {
  margin-bottom: 65px;
  color: #f26b67 !important;
}
@media (min-width: 768px) {
  #blog-details .txt-col-inner .txt-col-content .heading {
    margin-bottom: 55px;
  }
}
@media (min-width: 1200px) {
  #blog-details .txt-col-inner .txt-col-content .heading {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  #blog-details .txt-col-inner .txt-col-content .heading {
    line-height: normal !important;
  }
}
@media (max-width: 767px) {
  #blog-details .txt-col-inner .txt-col-content .heading {
    font-size: calc(60px + 0 * (100vw - 376px) / 391);
  }
  #blog-details .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 376px) / 391);
  }
}
@media (max-width: 359px) {
  #blog-details .txt-col-inner .txt-col-content .heading {
    font-size: calc(45px + 10 * (100vw - 320px) / 55);
  }
  #blog-details .txt-col-inner .txt-col-content .heading {
    line-height: calc(60px + 10 * (100vw - 320px) / 55);
  }
}
#blog-details .txt-col-inner .txt-col-content .heading span {
  display: block;
}
@media (min-width: 768px) {
  #blog-details .txt-col-inner .txt-col-content .heading span {
    display: inline-block;
  }
}
#blog-details .txt-col-inner .txt-col-content .labelTxt {
  color: #ffffff;
  text-transform: uppercase;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 39px;
  display: block;
}
@media (min-width: 768px) {
  #blog-details .txt-col-inner .txt-col-content .labelTxt {
    font: 500 20px "acumin-pro-condensed", sans-serif;
  }
}
@media (max-width: 767px) {
  #blog-details .txt-col-inner .txt-col-content .labelTxt {
    padding: 0 60px 0 0px;
    margin-bottom: 25px;
  }
}
#blog-details .blog-wrp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (min-width: 992px) {
  #blog-details .blog-wrp {
    flex-direction: row;
  }
}
#blog-details .blog-wrp::before {
  background: url(/wp-content/themes/pilot-house/images/PilotHouse-circleMark-yellow.svg);
  content: "";
  position: absolute;
  bottom: 0px;
  right: -20px;
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
  top: -110px !important;
  right: -15px;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp::before {
    bottom: -40px;
    right: 120px;
    height: 150px;
    width: 150px;
  }
}
@media (min-width: 768px) {
  #blog-details .blog-wrp::before {
    top: -110px !important;
    right: -50px;
    display: block;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp::before {
    top: -110px !important;
    right: 20px;
  }
}
#blog-details .blog-wrp .cat-sec {
  margin: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .cat-sec {
    margin: 0px;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .cat-sec {
    background-color: transparent;
  }
}
#blog-details .blog-wrp .cat-sec .cat-wrap {
  padding: 40px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .cat-sec .cat-wrap {
    flex-direction: row;
    width: 100%;
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .cat-sec .cat-wrap {
    flex-direction: column;
    background-color: #ffffff;
  }
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .cat-sec .cat-wrap .cat {
    width: 33.3333333333%;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .cat-sec .cat-wrap .cat {
    width: 100%;
    padding-bottom: 40px;
  }
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat h2 {
  color: #4e7ed5;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  font-style: normal;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat ul {
  padding: 0;
  margin: 0 0;
  list-style-type: none;
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat ul li a {
  font-style: normal;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  color: #4d4d4f;
  line-height: 35px;
  letter-spacing: 0.5px;
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat ul li span {
  font-style: normal;
  font: 500 20px "acumin-pro-condensed", sans-serif;
  color: #4d4d4f;
  line-height: 35px;
  letter-spacing: 0.5px;
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat.tags {
  padding-bottom: 0px;
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat.tags ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat.tags li::after {
  content: "-";
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  color: #4d4d4f;
}
#blog-details .blog-wrp .cat-sec .cat-wrap .cat.tags li:last-child::after {
  display: none;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .cat-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .cat-sec {
    width: 30%;
    flex-direction: column;
  }
}
#blog-details .blog-wrp .det-sec {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .det-sec {
    width: 70%;
    padding-left: 70px;
  }
}
#blog-details .blog-wrp .det-sec .img-sec {
  background-color: #4d4d4f;
  border: 10px solid #ffffff;
  height: 375px;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .img-sec {
    height: 460px;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .det-sec .img-sec {
    height: 629px;
  }
}
#blog-details .blog-wrp .det-sec .content-sec {
  padding: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .content-sec {
    padding: 0px;
    padding-top: 40px;
  }
}
#blog-details .blog-wrp .det-sec .content-sec h2 {
  font-family: "ltc-bodoni-175", sans-serif;
  color: #ffffff;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 0.75px;
  line-height: normal;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .content-sec h2 {
    font-size: 40px;
    letter-spacing: 1px;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .det-sec .content-sec h2 {
    font-size: 60px;
    letter-spacing: 1.5px;
  }
}
#blog-details .blog-wrp .det-sec .content-sec .date {
  color: #f9ef60;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .content-sec .date {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
#blog-details .blog-wrp .det-sec .content-sec .content {
  position: relative;
  margin-top: 30px;
}
#blog-details .blog-wrp .det-sec .content-sec .content p {
  margin-bottom: 20px;
}
#blog-details .blog-wrp .det-sec .content-sec .content p,
#blog-details .blog-wrp .det-sec .content-sec .content a,
#blog-details .blog-wrp .det-sec .content-sec .content ul li,
#blog-details .blog-wrp .det-sec .content-sec .content ol li {
  color: #ffffff;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.45px;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .content-sec .content p,
  #blog-details .blog-wrp .det-sec .content-sec .content a,
  #blog-details .blog-wrp .det-sec .content-sec .content ul li,
  #blog-details .blog-wrp .det-sec .content-sec .content ol li {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
#blog-details .blog-wrp .det-sec .content-sec .content a {
  margin-bottom: 10px;
}
#blog-details .blog-wrp .det-sec .content-sec .content a:hover {
  text-decoration: underline;
  color: #f26b67;
}
#blog-details .blog-wrp .det-sec .content-sec .content h1,
#blog-details .blog-wrp .det-sec .content-sec .content h2,
#blog-details .blog-wrp .det-sec .content-sec .content h3,
#blog-details .blog-wrp .det-sec .content-sec .content h4,
#blog-details .blog-wrp .det-sec .content-sec .content h5,
#blog-details .blog-wrp .det-sec .content-sec .content h6 {
  font-family: "ltc-bodoni-175", sans-serif;
  font-style: italic;
  margin: 0;
}
#blog-details .blog-wrp .det-sec .content-sec .content h1 {
  font-size: 75px;
}
#blog-details .blog-wrp .det-sec .content-sec .content h2 {
  font-size: 60px;
}
#blog-details .blog-wrp .det-sec .content-sec .content h3 {
  font-size: 50px;
}
#blog-details .blog-wrp .det-sec .content-sec .content h4 {
  font-size: 40px;
}
#blog-details .blog-wrp .det-sec .content-sec .content h5 {
  font-size: 30px;
}
#blog-details .blog-wrp .det-sec .content-sec .content h6 {
  font-size: 20px;
}
#blog-details .blog-wrp .det-sec .content-sec .content strong,
#blog-details .blog-wrp .det-sec .content-sec .content i,
#blog-details .blog-wrp .det-sec .content-sec .content b {
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 20px;
  line-height: 35px;
  font: 500 18px "acumin-pro-condensed", sans-serif;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .content-sec .content strong,
  #blog-details .blog-wrp .det-sec .content-sec .content i,
  #blog-details .blog-wrp .det-sec .content-sec .content b {
    font: 500 20px "acumin-pro-condensed", sans-serif;
    letter-spacing: 0.5px;
  }
}
#blog-details .blog-wrp .det-sec .content-sec .addtoany_shortcode {
  margin: 40px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .content-sec .addtoany_shortcode {
    margin: 35px 0;
  }
}
#blog-details .blog-wrp .det-sec .content-sec .addtoany_shortcode a {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-right: 10px;
}
#blog-details .blog-wrp .det-sec .content-sec .addtoany_shortcode a.addtoany_share {
  width: 22px;
  height: 22px;
  color: transparent;
  background: url(../images/blog/blog_share.png) no-repeat;
}
#blog-details .blog-wrp .det-sec .readmore {
  width: 240px;
  position: relative;
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  margin-bottom: 40px;
  width: 220px;
}
@media (min-width: 768px) {
  #blog-details .blog-wrp .det-sec .readmore {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #blog-details .blog-wrp .det-sec .readmore {
    margin-bottom: 80px;
  }
}
#blog-details .blog-wrp .det-sec .readmore span {
  color: #ffffff;
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}
#blog-details .shape-animation img {
  height: 100%;
  width: auto;
  margin: 0 auto 0 20px;
  top: 50px;
}
@media (min-width: 768px) {
  #blog-details .shape-animation img {
    width: auto;
    margin: 0 auto 0 20px;
    top: 70px;
  }
}

@media (min-width: 992px) and (max-height: 890px) {
  #blog-details .blog-wrp .det-sec .content-sec .content p,
  #blog-details .blog-wrp .det-sec .content-sec .content a,
  #blog-details .blog-wrp .det-sec .content-sec .content ul li,
  #blog-details .blog-wrp .det-sec .content-sec .content ol li,
  #blog-details .blog-wrp .cat-sec .cat ul li a {
    font-size: 18px;
    line-height: 25px;
  }
}
.sitemap-wrapper {
  background-color: #393f6d;
  padding: 20px 0;
  position: relative;
}
.sitemap-wrapper .shape-animation {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sitemap-wrapper .shape-animation img {
  height: 100%;
  max-width: 100%;
}
.sitemap-wrapper .btn-wrapper {
  text-align: center;
  z-index: 1;
  position: relative;
}
.sitemap-wrapper .backtoresults {
  position: relative;
  -moz-transform: skew(12deg);
  -o-transform: skew(12deg);
  -ms-transform: skew(12deg);
  -webkit-transform: skew(12deg);
  transform: skew(12deg);
  width: auto;
}
.sitemap-wrapper .backtoresults > span {
  -moz-transform: skew(-12deg);
  -o-transform: skew(-12deg);
  -ms-transform: skew(-12deg);
  -webkit-transform: skew(-12deg);
  transform: skew(-12deg);
}
.sitemap-wrapper .backtoresults > span::before {
  content: "<";
  display: inline-block;
  margin-right: 3px;
}
.sitemap-wrapper .backtoresults > span::after {
  display: none;
}
.sitemap-wrapper .sitemap-frame {
  z-index: 1;
  position: relative;
  height: 100vh;
  min-height: 560px;
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .sitemap-wrapper .sitemap-frame {
    width: calc(100% - 100px);
  }
}
.sitemap-wrapper .sitemap-frame iframe {
  height: 100%;
  width: 100%;
}
.sitemap-wrapper .sitemap-frame.ios {
  -webkit-overflow-scrolling: touch !important;
}
.sitemap-wrapper .sitemap-frame.ios iframe {
  height: 100%;
  min-width: 100%;
  width: 100px;
  *width: 100%;
}

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