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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 0 0 1rem;
}

figure {
  margin: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

p {
  margin: 0;
}

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

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

button {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.buttonWrapper-view a:after, .neighborhood-page .map-sec #key-display button::after, .neighborhood-page .hidden-tip .tip-title::after, .neighborhood-page .map-tip .tip-box-wrap .tip-box .no-txt::after, .specials-wrap .specials-title::after, .secret-box .secret-no-txt::after {
  content: "";
  position: absolute;
}

.thankYou-page .contact-map, .error-page .error-bg, .contact-page .contact-map, .neighborhood-page .map-overlay, .neighborhood-page .map-image, #features .txt-img-grid-wrap .img-ful-wdth,
#features .txt-img-grid-wrap .img-ful-col,
#features .txt-img-grid-wrap .img-grid, .txt-img-grid-wrap .img-ful-wdth,
.txt-img-grid-wrap .img-ful-col,
.txt-img-grid-wrap .img-grid {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner {
  padding: 15px;
}

.no-wrap {
  white-space: nowrap;
}

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

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

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

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

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

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

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

.title {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
@media (max-width: 767px) {
  .title {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.hide-visually {
  position: absolute;
  left: -100%;
  color: transparent;
}

.title-sm {
  font: 800 16px/23px "futura-pt";
  color: #4c5d75;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .title-sm {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2.7px;
  }
}

.heading {
  color: #e8e5d6;
  font-family: "freight-big-pro";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 50px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .heading {
    font-size: calc(60px + 0 * (100vw - 768px) / 223);
  }
  .heading {
    line-height: calc(60px + 0 * (100vw - 768px) / 223);
  }
}
@media (min-width: 992px) {
  .heading {
    font-size: calc(60px + 5 * (100vw - 992px) / 373);
  }
  .heading {
    line-height: calc(60px + 5 * (100vw - 992px) / 373);
  }
}
@media (min-width: 1200px) {
  .heading {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 374px) {
  .heading {
    font-size: calc(38px + 7 * (100vw - 320px) / 55);
  }
  .heading {
    line-height: calc(38px + 7 * (100vw - 320px) / 55);
  }
}

.fp-apt-name.heading {
  color: #e8e5d6;
  font-family: "freight-big-pro";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 30px;
}
@media (min-width: 375px) {
  .fp-apt-name.heading {
    font-size: calc(48px + 12 * (100vw - 376px) / 391);
  }
  .fp-apt-name.heading {
    line-height: calc(48px + 12 * (100vw - 376px) / 391);
  }
}
@media (min-width: 768px) {
  .fp-apt-name.heading {
    margin-bottom: 40px;
  }
  .fp-apt-name.heading {
    font-size: calc(60px + 10 * (100vw - 768px) / 223);
  }
  .fp-apt-name.heading {
    line-height: calc(60px + 10 * (100vw - 768px) / 223);
  }
}
@media (min-width: 992px) {
  .fp-apt-name.heading {
    font-size: calc(70px + 5 * (100vw - 991px) / 344);
  }
  .fp-apt-name.heading {
    line-height: calc(70px + 5 * (100vw - 991px) / 344);
  }
}
@media (min-width: 1200px) {
  .fp-apt-name.heading {
    font-size: 75px;
    line-height: 75px;
  }
}
@media (max-width: 374px) {
  .fp-apt-name.heading {
    font-size: calc(70px + 5 * (100vw - 991px) / 344);
  }
  .fp-apt-name.heading {
    line-height: calc(70px + 5 * (100vw - 991px) / 344);
  }
}

.description {
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}

.brdr-rt-yellow {
  border-right: 4px solid #e69a45;
}

.brdr-bt-yellow {
  border-bottom: 4px solid #e69a45;
}

.brdr-bt-red {
  border-bottom: 4px solid #a9554e;
}

.brdr-rt-red {
  border-right: 4px solid #a9554e;
}

.list-wrap {
  font: 400 16px/21px "futura-pt";
  letter-spacing: 1.2px;
  padding-left: 10px;
}
.list-wrap .list-title {
  text-transform: uppercase;
  font-family: "futura-pt-bold";
  margin-bottom: 25px;
}
.list-wrap .list-items-wrap {
  padding-left: 35px;
}
.list-wrap .list-items-wrap li {
  padding-bottom: 12px;
  position: relative;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .list-wrap .list-items-wrap li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .list-wrap .list-items-wrap li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}
.list-wrap .list-items-wrap li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4b5d75;
  top: 10px;
  left: -13px;
}

html.system .menu-nav a:hover {
  color: #e69a45;
}
html.system .ham-menu a:hover {
  color: #e69a45;
}

@media (min-width: 992px) {
  .txt-img-grid-wrap > div {
    width: 50%;
  }
}
.txt-img-grid-wrap .txt-col {
  color: #4c5d75;
  font-size: 16px;
  line-height: 23px;
  padding: 35px 28px 25px 20px;
}
@media (min-width: 768px) {
  .txt-img-grid-wrap .txt-col {
    padding: 60px 100px 80px 50px;
  }
}
.txt-img-grid-wrap .txt-desc {
  letter-spacing: 1.2px;
}
.txt-img-grid-wrap .txt-desc p {
  padding-left: 10px;
}
.txt-img-grid-wrap .txt-desc p + p {
  margin-top: 30px;
}
.txt-img-grid-wrap .img-ful-wdth {
  width: 100%;
  height: 48vw;
}
.txt-img-grid-wrap .img-ful-wdth + .img-half-wrap {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .txt-img-grid-wrap .img-ful-wdth + .img-half-wrap {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .img-ful-wdth + .img-half-wrap {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .img-ful-wdth {
    position: absolute;
    top: 0;
    width: calc(62.5% - 33px);
    height: 57%;
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .img-ful-wdth {
    height: 40%;
  }
}
.txt-img-grid-wrap .img-half-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.txt-img-grid-wrap .img-half-wrap + .img-ful-wdth {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .txt-img-grid-wrap .img-half-wrap + .img-ful-wdth {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .img-half-wrap + .img-ful-wdth {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .img-half-wrap {
    height: 60%;
  }
}
.txt-img-grid-wrap .img-ful-col {
  width: 50%;
  height: 70vw;
}
.txt-img-grid-wrap .img-ful-col.no-image {
  background-color: #24292f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .img-ful-col {
    width: 37.5%;
    height: 49vw;
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .img-ful-col {
    height: 100%;
  }
}
.txt-img-grid-wrap .img-half-col {
  width: 50%;
}
.txt-img-grid-wrap .img-half-col.grid-right {
  padding-left: 8px;
}
@media (min-width: 768px) {
  .txt-img-grid-wrap .img-half-col.grid-right {
    padding-left: 15px;
  }
}
.txt-img-grid-wrap .img-half-col.grid-left {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .txt-img-grid-wrap .img-half-col.grid-left {
    padding-right: 15px;
  }
}
.txt-img-grid-wrap .img-half-col .img-grid {
  width: 100%;
  height: calc(50% - 4px);
}
.txt-img-grid-wrap .img-half-col .img-grid + .img-grid {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .img-half-col .img-grid + .img-grid {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .img-half-col .img-grid + .img-grid {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .img-half-col .img-grid {
    height: calc(43% - 15px);
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .img-half-col .img-grid {
    height: calc(50% - 8px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .img-half-col {
    width: 62.5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .grid-img-col {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .txt-img-grid-wrap .grid-img-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .grid-img-col.align-right .img-ful-wdth {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .grid-img-col.align-left .img-ful-wdth {
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .txt-img-grid-wrap .grid-img-col.align-bottom .img-half-col {
    align-items: flex-start;
  }
}
.txt-img-grid-wrap .grid-img-col.align-bottom .img-ful-wdth {
  top: auto;
  bottom: 0;
  right: 15px;
}
@media (min-width: 992px) {
  .txt-img-grid-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  #features .txt-img-grid-wrap > div {
    width: 50%;
  }
}
#features .txt-img-grid-wrap .txt-col {
  color: #4c5d75;
  font-size: 16px;
  line-height: 23px;
  padding: 35px 28px 25px 20px;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .txt-col {
    padding: 60px 115px 40px 50px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .txt-col {
    padding: 80px 5vw 0 2vw;
  }
}
@media (min-width: 1440px) {
  #features .txt-img-grid-wrap .txt-col {
    padding: 80px 9vw 0 6vw;
  }
}
#features .txt-img-grid-wrap .txt-desc {
  letter-spacing: 1.2px;
}
#features .txt-img-grid-wrap .txt-desc p {
  padding-left: 10px;
}
#features .txt-img-grid-wrap .txt-desc p + p {
  margin-top: 30px;
}
#features .txt-img-grid-wrap .img-ful-wdth {
  width: 100%;
  height: 48vw;
}
#features .txt-img-grid-wrap .img-ful-wdth + .img-half-wrap {
  padding-bottom: 8px;
  padding-top: 0;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .img-ful-wdth + .img-half-wrap {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .img-ful-wdth + .img-half-wrap {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .img-ful-wdth {
    position: absolute;
    top: 0;
    width: calc(62.5% - 33px);
    height: 57%;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .img-ful-wdth {
    height: 40%;
  }
}
#features .txt-img-grid-wrap .img-half-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#features .txt-img-grid-wrap .img-half-wrap + .img-ful-wdth {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .img-half-wrap + .img-ful-wdth {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .img-half-wrap + .img-ful-wdth {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .img-half-wrap {
    height: 60%;
  }
}
#features .txt-img-grid-wrap .img-ful-col {
  width: 50%;
  height: 70vw;
}
#features .txt-img-grid-wrap .img-ful-col.no-image {
  background-color: #24292f;
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .img-ful-col {
    width: 37.5%;
    height: 49vw;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .img-ful-col {
    height: 100%;
  }
}
#features .txt-img-grid-wrap .img-half-col {
  width: 50%;
}
#features .txt-img-grid-wrap .img-half-col.grid-right {
  padding-left: 8px;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .img-half-col.grid-right {
    padding-left: 15px;
  }
}
#features .txt-img-grid-wrap .img-half-col.grid-left {
  padding-right: 8px;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .img-half-col.grid-left {
    padding-right: 15px;
  }
}
#features .txt-img-grid-wrap .img-half-col .img-grid {
  width: 100%;
  height: calc(50% - 4px);
}
#features .txt-img-grid-wrap .img-half-col .img-grid + .img-grid {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .img-half-col .img-grid + .img-grid {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .img-half-col .img-grid + .img-grid {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .img-half-col .img-grid {
    height: calc(43% - 15px);
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .img-half-col .img-grid {
    height: calc(50% - 8px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .img-half-col {
    width: 62.5%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
}
#features .txt-img-grid-wrap .grid-img-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .grid-img-col {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .grid-img-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .grid-img-col.align-right .img-ful-wdth {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .grid-img-col.align-left .img-ful-wdth {
    left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .grid-img-col.align-bottom .img-half-col {
    align-items: flex-start;
  }
}
#features .txt-img-grid-wrap .grid-img-col.align-bottom .img-ful-wdth {
  top: auto;
  bottom: 0;
  right: 15px;
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.secret-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.secret-wrap .secret-hidden-txt {
  font-family: "freight-big-pro";
  font-style: italic;
  width: calc(100% - 100px);
  padding-left: 25px;
  opacity: 1;
}
.secret-wrap .secret-hidden-txt p {
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 23px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .secret-wrap .secret-hidden-txt p {
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 992px) {
  .secret-wrap .secret-hidden-txt p {
    max-width: 350px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 768px) {
  .secret-wrap .secret-hidden-txt {
    width: calc(100% - 150px);
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .secret-wrap .secret-hidden-txt {
    opacity: 0;
  }
}

.secret-box {
  background-color: #4c5d75;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #f0edea;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.secret-box .secret-txt {
  font: 400 9px/16px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 2.1px;
}
@media (min-width: 768px) {
  .secret-box .secret-txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.secret-box .secret-no-txt {
  font: 400 33px/16px "freight-big-pro";
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  vertical-align: text-bottom;
}
.secret-box .secret-no-txt::after {
  background: url("../images/common/wave_yellow_sm_anim.gif") center/contain no-repeat;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: 6px;
}
@media (min-width: 768px) {
  .secret-box .secret-no-txt::after {
    bottom: 1px;
  }
}
@media (min-width: 768px) {
  .secret-box .secret-no-txt {
    font-size: 50px;
    line-height: 24px;
  }
}
.secret-box .count-wrap {
  margin-top: 5px;
}
.secret-box .count-wrap.bt-padng {
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .secret-box .count-wrap {
    margin-bottom: 5px;
    margin-top: 0px;
  }
}
.secret-box .secret-count {
  font: 400 53px/16px "freight-big-pro";
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .secret-box .secret-count {
    font-size: 80px;
    line-height: 50px;
  }
}
.secret-box .secret-caption {
  font: 500 12px/16px "freight-big-pro";
  font-style: italic;
  letter-spacing: 1.3px;
}
.secret-box .secret-caption::after {
  display: none;
  content: ">";
  font: 400 9px/16px "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .secret-box .secret-caption::after {
    font-size: 13px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .secret-box .secret-caption {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 768px) {
  .secret-box {
    width: 150px;
    height: 150px;
  }
}

.neighborhood .secret-caption::after {
  padding-left: 5px;
}

.amenities .secret-caption::after {
  padding-left: 0px;
}

.services .secret-caption::after {
  padding-left: 5px;
}

#home .home-section .text-wrapper .fp .secret-box {
  background-color: #f3f4f1;
  color: #24292f;
}

#amenities .secret-box {
  background-color: #f3f4f1;
  color: #24292f;
}

#features .secret-box {
  background-color: #4c5d75;
  color: #f0edea;
}
@media (min-width: 992px) {
  #features .secret-box {
    background-color: #4c5d75;
  }
}

a:focus,
button:focus,
.hywrap input:focus,
.hywrap input[type=text]:focus,
.hywrap button[type=submit]:focus,
.hywrap select:focus,
.hywrap textarea:focus,
*:focus {
  outline: transparent dashed 1px;
  outline-offset: 1px;
}

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 .hywrap button[type=submit]:focus,
.using-keytab .hywrap input[type=text]:focus,
.using-keytab .hywrap textarea:focus,
.using-keytab .hywrap select:focus,
.using-keytab #more-info a:focus,
.using-keytab .hywrap input:focus,
.using-keytab .ham-menu a:focus,
.using-keytab .ham-menu button:focus,
.using-keytab .ham-menu *:focus,
.using-keytab footer a:focus,
.using-keytab footer button:focus,
.using-keytab footer *:focus,
.using-keytab header a:focus,
.using-keytab header button:focus,
.using-keytab header *:focus {
  outline-color: #fff !important;
}

.using-keytab #home .home-section.home-fp-section .text-wrapper .goto-link:focus,
.using-keytab #home .scroll-down:focus {
  outline-color: #e8e5d6 !important;
}

.fp-landing-search .fp-intro.intro-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .fp-landing-search .fp-intro.intro-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fp-landing-search .fp-intro.intro-section .top-section {
  color: #4c5d75;
  font-size: 16px;
  line-height: 23px;
}
.fp-landing-search .fp-intro.intro-section .top-section .title {
  color: #4b5d75;
  padding-left: 10px;
}
.fp-landing-search .fp-intro.intro-section .top-section .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .fp-landing-search .fp-intro.intro-section .top-section .border img {
    margin: 40px 0;
  }
}
.fp-landing-search .fp-intro.intro-section .top-section .heading {
  color: #24292f;
  font-family: "freight-big-pro";
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 50px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .fp-landing-search .fp-intro.intro-section .top-section .heading {
    font-size: calc(60px + 0 * (100vw - 768px) / 223);
  }
  .fp-landing-search .fp-intro.intro-section .top-section .heading {
    line-height: calc(60px + 0 * (100vw - 768px) / 223);
  }
}
@media (min-width: 992px) {
  .fp-landing-search .fp-intro.intro-section .top-section .heading {
    font-size: calc(60px + 5 * (100vw - 992px) / 373);
  }
  .fp-landing-search .fp-intro.intro-section .top-section .heading {
    line-height: calc(60px + 5 * (100vw - 992px) / 373);
  }
}
@media (min-width: 1200px) {
  .fp-landing-search .fp-intro.intro-section .top-section .heading {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 374px) {
  .fp-landing-search .fp-intro.intro-section .top-section .heading {
    font-size: calc(38px + 7 * (100vw - 320px) / 55);
  }
  .fp-landing-search .fp-intro.intro-section .top-section .heading {
    line-height: calc(38px + 7 * (100vw - 320px) / 55);
  }
}
.fp-landing-search .fp-intro.intro-section .top-section .description {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .fp-landing-search .fp-intro.intro-section .top-section .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
@media (min-width: 992px) {
  .fp-landing-search .fp-intro.intro-section .top-section .description {
    line-height: 25px;
  }
}
.fp-landing-search .fp-intro.intro-section .fp-quick-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8c9cad;
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
}
@media (min-width: 768px) {
  .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item {
    margin-bottom: 10px;
  }
}
.fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-type {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-img {
  height: 80px;
}
@media (min-width: 768px) {
  .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-img {
    height: 145px;
    /*width: 60%;*/
  }
}
.fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details {
  display: none !important;
}

.system .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item:hover {
  background-color: #ea8d2a;
}
.system .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item:hover .search-txt,
.system .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item:hover .apt-type {
  color: #e8e5d6;
}

.addtoany_list a,
.widget .addtoany_list a {
  padding: 0 !important;
}

.blog-item a.a2a_button_facebook {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(/wp-content/themes/Parklane/images/common/facebook_blue.svg);
}
.blog-item a.a2a_button_facebook span {
  background-color: #4b5d75 !important;
  border-radius: 20px !important;
  height: 23px !important;
  line-height: 23px !important;
  width: 23px !important;
  display: none !important;
}
.blog-item a.a2a_button_facebook span .a2a_svg {
  padding: 0 !important;
}
.blog-item a.a2a_button_facebook::after {
  display: none !important;
}

.blog-item a.a2a_button_twitter {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 2px;
  background: url(/wp-content/themes/Parklane/images/common/twitter_blue.svg);
}
.blog-item a.a2a_button_twitter span {
  background-color: transparent !important;
  border-radius: 20px !important;
  height: 34px !important;
  margin-top: 4px !important;
  width: 36px !important;
  padding-left: 5px !important;
  display: none !important;
}
.blog-item a.a2a_button_twitter span svg {
  padding: 0 !important;
}
.blog-item a.a2a_button_twitter span svg path {
  fill: #4b5d75 !important;
}
.blog-item a.a2a_button_twitter::after {
  display: none !important;
}

.blog-item a.a2a_button_email {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 2px;
  background: url(/wp-content/themes/Parklane/images/common/email.svg);
}
.blog-item a.a2a_button_email span {
  background-color: transparent !important;
  border-radius: 20px !important;
  display: none !important;
}
.blog-item a.a2a_button_email span svg {
  padding: 0 !important;
}
.blog-item a.a2a_button_email span svg path {
  fill: #4b5d75 !important;
}
.blog-item a.a2a_button_email::after {
  display: none !important;
}

.blog-item a.a2a_dd.addtoany_share_save.addtoany_share {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/Parklane/images/common/share.svg);
  width: 20px;
  height: 20px;
  margin-top: -2px;
}
.blog-item a.a2a_dd.addtoany_share_save.addtoany_share::after {
  display: none !important;
}

.fp-search-section .search-btn {
  margin: 0 0 0 auto;
  width: 100px;
}
@media (min-width: 768px) {
  .fp-search-section .search-btn {
    margin-right: 22px;
    margin-top: -15px;
  }
}

.fp_no_results {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
}
@media (max-width: 767px) {
  .fp_no_results {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

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

.fp-list .fp-list-details a:after, .detail-wrap-calc a:after {
  display: none !important;
}

.fp-list-details-calc, .detail-wrap-calc {
  display: flex;
  flex-direction: row;
}

.detail-wrap-calc {
  align-items: center;
}

.expense-display .rfwa-expense-guide-container h2 {
  font-family: "freight-big-pro";
  color: #24292f;
}
.expense-display .rfwa-expense-guide-container p {
  font-family: "freight-big-pro";
  color: #24292f;
}
.qrfwa-expense-footer,
[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3,
.rfwa-expense-guide-container p,
.rfwa-expense-list th,
.rfwa-expense-list .rfwa-expense-label,
.rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.rfwa-expense-list .rfwa-expense-details,
.rfwa-expense-list td::before,
.rfwa-expense-footer {
  font-family: "futura-pt" !important;
  color: #4b5d75 !important;
}

.rfwa-expense-list td {
  font-family: "futura-pt" !important;
}

.rfwa-expense-type, .rfwa-expense-type-required {
  background-color: #24292f !important;
  border: 1px solid #24292f !important;
  font-family: "futura-pt" !important;
}

.rfwa-expense-type.Optional, .rfwa-expense-type.Situational, .rfwa-expense-type-optional, .rfwa-expense-type-situational {
  background: #4c5d75 !important;
  color: #fff !important;
  border: 1px solid #4c5d75 !important;
}

.floor-plans .more_component {
  margin-top: 50px !important;
}

.fp-content .rfwa-fee-calculator {
  top: -3px !important;
}

.expense-display .rfwa-expense-guide-container h2 {
  margin-top: 0 !important;
}

.rfwa-expense-list th {
  font-weight: 600 !important;
}

.detail-wrap-calc {
  display: flex;
  flex-direction: row;
  align-items: center;
}

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

html.menu-open .ham-menu {
  animation: menu-in 0.3s;
  animation-fill-mode: forwards;
  z-index: 999;
}
html.menu-open .ham-button span:nth-child(1) {
  -moz-transform: translate3d(0px, 5px, 0px) rotate(-45deg);
  -o-transform: translate3d(0px, 5px, 0px) rotate(-45deg);
  -ms-transform: translate3d(0px, 5px, 0px) rotate(-45deg);
  -webkit-transform: translate3d(0px, 5px, 0px) rotate(-45deg);
  transform: translate3d(0px, 5px, 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;
}
html.menu-open .ham-button:focus {
  outline-offset: 3px;
}
html.menu-closed .ham-menu {
  animation: menu-out 0.3s;
  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: #4b5d75;
  justify-content: space-between;
  position: relative;
  align-items: center;
  padding: 6px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.header a {
  display: inline-block;
}
.header .menu-nav {
  padding-right: 50px;
  flex: 1;
}
.header .menu-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
}
.header .menu-nav ul li {
  display: inline-block;
}
.header .menu-nav ul li:not(:last-of-type) {
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .header .menu-nav ul li:not(:last-of-type) {
    padding-right: 10px;
  }
}
.header .menu-nav ul li.current-menu-item a, .header .menu-nav ul li.current_page_item a {
  color: #e69a45;
}
.header .menu-nav ul li a {
  color: #e8e5d6;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media (max-width: 991px) {
  .header .menu-nav ul {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .menu-nav {
    padding-right: 35px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .header .menu-nav {
    padding-right: 25px;
  }
}
.header .schedule-tour-tab {
  color: #e8e5d6;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  .header .schedule-tour-tab {
    display: none;
  }
}
.header .tab-mob a:not(:last-of-type) {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .header .tab-mob a:not(:last-of-type) {
    margin-right: 15px;
  }
}
@media (max-width: 374px) {
  .header .tab-mob a:not(:last-of-type) {
    margin-right: 7px;
  }
}
.header .tab-mob a img {
  height: 26px;
}
@media (max-width: 374px) {
  .header .tab-mob a img {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .header .tab-mob a.call-icon {
    display: none;
  }
}
.header .logo-mark {
  flex: 1;
  line-height: 1;
}
.header .logo-mark img {
  width: 28px;
}
@media (max-width: 374px) {
  .header .logo-mark img {
    width: 24px;
  }
}
.header .logo-wrap {
  text-align: center;
  padding-left: 50px;
  line-height: 1;
}
.header .logo-wrap img {
  height: 30px;
  width: 100px;
}
@media (max-width: 767px) {
  .header .logo-wrap img {
    height: 24px;
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .header .logo-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .header .logo-wrap {
    padding-left: 25px;
  }
}
.header .ham-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
  z-index: 999;
}
.header .ham-button span {
  background: #f0edea;
  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 .ham-button span:nth-child(2) {
  margin: 4px 0;
}
@media (max-width: 1199px) {
  .header .ham-button {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .header .ham-button {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .header .ham-button {
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ham-menu {
  background-color: #4b5d75;
  font-family: "futura-pt";
  position: fixed;
  padding: 30px;
  text-align: center;
  top: 48px;
  right: 0;
  z-index: 999;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
  max-height: 100vh;
  min-width: 250px;
}
.ham-menu li {
  list-style: none;
  line-height: 1;
  padding-bottom: 30px;
}
.ham-menu li.current_page_item a {
  color: #e69a45;
}
.ham-menu a {
  color: #e8e5d6;
  display: inline-block;
}
.ham-menu a:focus {
  outline-offset: -1px;
}
.ham-menu .primary-menu {
  position: relative;
  padding-bottom: 10px;
}
.ham-menu .primary-menu::after {
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 1px;
  content: "";
  background-color: #e8e5d6;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ham-menu .sec-menu {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .ham-menu {
    width: 100%;
  }
}
@media screen and (max-height: 600px) {
  .ham-menu {
    padding-bottom: 100px;
  }
}

.specials-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.specials-wrap .specials-inner-wrap {
  position: absolute;
  color: #e8e5d6;
  background-color: #4b5d75;
  max-width: 700px;
  left: 50%;
  top: 50%;
  padding: 75px 60px 60px;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .specials-wrap .specials-inner-wrap {
    max-width: 600px;
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .specials-wrap .specials-inner-wrap {
    max-width: calc(100% - 20px);
    padding: 30px 30px 40px;
  }
}
.specials-wrap .specials-title {
  font: 400 72px/1 "freight-big-pro";
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 38px;
}
.specials-wrap .specials-title::after {
  background: url("../images/common/wave_yellow.svg") center/contain no-repeat;
  width: 90px;
  height: 9px;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .specials-wrap .specials-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .specials-wrap .specials-title {
    font-size: 48px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 374px) {
  .specials-wrap .specials-title {
    font-size: 40px;
  }
}
.specials-wrap .specials-close {
  background: url("../images/header/close.svg") no-repeat;
  box-shadow: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}
.specials-wrap .specials-note {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.35px;
}
@media (max-width: 767px) {
  .specials-wrap .specials-note {
    font-size: 16px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 767px) {
  html.device .ham-menu {
    overflow: auto;
  }
}

body.popup-removed header {
  top: 0 !important;
}
body.popup-removed .covid_popup {
  display: none !important;
}
body.popup-removed .ham-menu {
  top: 48px !important;
}
body.home header {
  top: 0;
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -ms-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}
body.home.home-fixed-header .covid_popup {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1000;
}
body.home:not(.home-fixed-header) header {
  top: 0 !important;
}
body.home:not(.home-fixed-header) .ham-menu {
  top: 48px !important;
}
body.home.fp-viewing-1 .covid_popup {
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
body.home.fp-viewing-1 header {
  top: 0 !important;
}
body.home.fp-viewing-1 .ham-menu {
  top: 48px !important;
}

.covid_popup {
  background-color: #24292f;
  color: #f0edea;
  padding: 25px 6.7vw 25px 32px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  box-sizing: border-box;
  font-family: "futura-pt";
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.covid_popup .covid_popup_wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .covid_popup .covid_popup_wrap {
    flex-direction: column;
  }
}
.covid_popup .covid_popup_close {
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  width: 14px;
  height: 13px;
  top: 20px;
  right: 20px;
  text-decoration: none;
  background: url("../images/header/close.svg") center/contain no-repeat;
  text-indent: -999999px;
  border: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .covid_popup .covid_popup_close {
    top: 10px;
    right: 10px;
  }
}
.covid_popup .covid_info {
  font-family: "futura-pt";
  font-size: 18px;
  color: #f0edea;
  line-height: 25px;
  letter-spacing: 1px;
  padding-right: 50px;
}
.covid_popup .covid_info .no-wrap {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .covid_popup .covid_info {
    padding-right: 0;
    padding-bottom: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }
}
.covid_popup .covid_btn_wrap a {
  color: #f0edea;
  cursor: pointer;
  transition: all 0.4s ease;
  text-decoration: none;
  text-align: right;
  border: 0;
  display: inline-block;
  color: #f0edea;
  font: 14px/25px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 2.1px;
  position: relative;
}
.covid_popup .covid_btn_wrap a::after {
  position: absolute;
  content: ">";
  padding-left: 5px;
}
@media (max-width: 767px) {
  .covid_popup .covid_btn_wrap a {
    margin-left: 0;
  }
}
.covid_popup a {
  color: #f0edea;
  text-decoration: underline;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .covid_popup {
    padding: 25px 15px 20px;
  }
}

.footer {
  font-family: "futura-pt";
  font-weight: 400;
  color: #e8e5d6;
}
.footer .footer-site-logo-wrap {
  background-color: #292c33;
  text-align: center;
  padding-top: 50px;
}
.footer .footer-top {
  background-color: #292c33;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 40px 25px;
  align-items: flex-end;
}
.footer .footer-top .privacy-policy-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer .footer-top .privacy-policy-wrap {
    text-align: right;
  }
}
.footer .footer-top .privacy-policy-wrap .priv-cookie {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  line-height: 14px;
  text-align: right;
}
.footer .footer-top .privacy-policy-wrap .priv-cookie::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  top: 15%;
  right: -15px;
  background-color: #e8e5d6;
}
.footer .footer-top .social-icon-wrap {
  align-self: flex-end;
}
.footer .footer-top .social-icon-wrap a {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}
.footer .footer-top .social-icon-wrap a img {
  width: 24px;
}
@media (max-width: 767px) {
  .footer .footer-top .social-icon-wrap {
    align-self: center;
    order: 2;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .footer .footer-top .social-icon-wrap {
    flex: 1;
  }
}
.footer .footer-top a, .footer .footer-top span {
  color: #e8e5d6;
}
.footer .footer-top .col-right {
  align-self: flex-end;
}
@media (min-width: 768px) {
  .footer .footer-top .col-right {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .col-right {
    align-self: center;
    order: 3;
  }
}
@media (max-width: 767px) {
  .footer .footer-top {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 374px) {
  .footer .footer-top {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer .policy-txt {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1.2px;
}
@media (max-width: 374px) {
  .footer .tel-no-wrap a, .footer .tel-no-wrap span {
    display: block;
  }
}
.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: 30px;
  }
}
.footer .ft-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.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 .footer-bot {
  background-color: #333a42;
  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 .separator {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .separator {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.footer .address-bar {
  text-align: center;
  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;
  }
}

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

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

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

.home {
  /*&.home-video {
      .scroll-down {
          position: absolute !important;
      }
  }*/
}
.home .header {
  background: transparent;
  min-height: 48px;
}
.home .header .logo-mark,
.home .header .logo-wrap,
.home .header .menu-nav {
  display: none;
}
.home #mainContent {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home.has-popup #home .home-section.intro-section .text-wrapper {
    padding-top: 170px;
  }
}
.home.home-fixed-header .header, .home.home-main .header, .home.home-video .header {
  background: #4b5d75;
}
.home.home-fixed-header .header .logo-mark,
.home.home-fixed-header .header .logo-wrap,
.home.home-fixed-header .header .menu-nav, .home.home-main .header .logo-mark,
.home.home-main .header .logo-wrap,
.home.home-main .header .menu-nav, .home.home-video .header .logo-mark,
.home.home-video .header .logo-wrap,
.home.home-video .header .menu-nav {
  display: block;
}
.home.home-fixed-header .scroll-down, .home.home-main .scroll-down, .home.home-video .scroll-down {
  position: absolute !important;
}

@media (max-width: 767px) {
  #home .secret-box .count-wrap {
    margin-top: 0px;
  }
  #home .secret-box .secret-caption {
    margin-top: -10px;
  }
}
#home .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #home .border img {
    margin: 40px 0;
  }
}
#home .home-section {
  position: relative;
}
#home .home-section .text-wrapper {
  /*position: absolute;
  top:0;*/
  background-color: #f0edea;
  padding: 50px 15px 30px 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper {
    padding: 80px 80px 90px 80px;
  }
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper {
    flex-direction: row;
    padding: 80px;
    padding-bottom: 120px;
  }
}
#home .home-section .text-wrapper .title {
  padding-left: 10px;
}
#home .home-section .text-wrapper .heading {
  color: #000;
  font-family: "freight-big-pro";
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 50px;
  margin-bottom: 28px;
  left: 30px;
}
#home .home-section .text-wrapper .heading br {
  display: block;
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper .heading {
    font-size: calc(85px + 0 * (100vw - 768px) / 223);
  }
  #home .home-section .text-wrapper .heading {
    line-height: calc(85px + 0 * (100vw - 768px) / 223);
  }
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper .heading {
    left: 100px;
  }
  #home .home-section .text-wrapper .heading {
    font-size: calc(85px + 15 * (100vw - 992px) / 207);
  }
  #home .home-section .text-wrapper .heading {
    line-height: calc(85px + 15 * (100vw - 992px) / 207);
  }
}
@media (min-width: 1200px) {
  #home .home-section .text-wrapper .heading {
    left: 100px;
  }
  #home .home-section .text-wrapper .heading {
    font-size: calc(90px + 20 * (100vw - 1200px) / 239);
  }
  #home .home-section .text-wrapper .heading {
    line-height: calc(90px + 20 * (100vw - 1200px) / 239);
  }
}
@media (min-width: 1440px) {
  #home .home-section .text-wrapper .heading {
    font-size: 110px;
    line-height: 110px;
  }
}
#home .home-section .text-wrapper .section-item {
  width: 100%;
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper .section-item {
    width: 50%;
  }
}
#home .home-section .text-wrapper .section-item .description {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.35px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper .section-item .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #home .home-section .text-wrapper .section-item .description {
    margin-bottom: 10px;
  }
}
#home .home-section .text-wrapper .section-item .goto-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 25px;
  text-transform: uppercase;
  color: #4b5d75;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
#home .home-section .text-wrapper .section-item .goto-link:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper .section-item .goto-link:after {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper .section-item .goto-link {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #home .home-section .text-wrapper .section-item .goto-link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #home .home-section .text-wrapper .section-item .goto-link {
    margin-bottom: 15px;
  }
}
#home .home-section .text-wrapper .goto-link {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 25px;
  text-transform: uppercase;
  color: #4b5d75;
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
#home .home-section .text-wrapper .goto-link:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper .goto-link:after {
    font-size: 16px;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper .goto-link {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  #home .home-section .text-wrapper .goto-link {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #home .home-section .text-wrapper .goto-link {
    margin-bottom: 15px;
  }
}
#home .home-section .text-wrapper .right-section {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper .right-section {
    margin-left: 40px;
    margin-right: 50px;
    flex-direction: column;
  }
}
#home .home-section .text-wrapper .right-section .image-section {
  width: 80%;
  height: 70vw;
  margin: 0 auto;
  margin-top: 20px;
  background-size: cover;
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper .right-section .image-section {
    width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper .right-section .image-section {
    height: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  #home .home-section .text-wrapper .right-section .image-section {
    min-height: 540px;
  }
}
#home .home-section .text-wrapper .right-section .text-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  opacity: 0;
  padding-right: 100px;
  font-style: italic;
  color: #e8e5d6;
  font-family: "freight-big-pro";
  background-color: rgba(140, 156, 173, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.8px;
  text-align: left;
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper .right-section .text-wrap {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  #home .home-section .text-wrapper .right-section .text-wrap {
    position: relative;
    background-color: transparent;
    color: #4b5d75;
    padding-right: 0;
    padding: 20px 10% 0px;
  }
}
@media (max-width: 991px) {
  #home .home-section .text-wrapper .right-section .text-wrap {
    opacity: 1;
  }
}
#home .home-section .text-wrapper .right-section .secret-box {
  position: absolute;
  top: calc(70vw - 70px);
  left: 0;
}
@media (min-width: 768px) {
  #home .home-section .text-wrapper .right-section .secret-box {
    bottom: -50px;
    right: -50px;
    top: auto;
    left: auto;
  }
}
@media (min-width: 992px) {
  #home .home-section .text-wrapper .right-section .secret-box {
    bottom: -75px;
    right: -75px;
  }
}
@media (min-width: 768px) {
  #home .home-section.intro-section .heading br {
    display: none;
  }
}
@media (min-width: 992px) {
  #home .home-section.home-amenities-section .heading br {
    display: block;
  }
}
@media (min-width: 768px) {
  #home .home-section.home-fp-section .heading br {
    display: none;
  }
}
#home .home-section.home-fp-section .text-wrapper {
  background-color: #24292f;
  text-align: right;
}
#home .home-section.home-fp-section .text-wrapper .title {
  padding-right: 10px;
}
@media (min-width: 992px) {
  #home .home-section.home-fp-section .text-wrapper {
    flex-direction: row-reverse;
    padding-left: 100px;
  }
  #home .home-section.home-fp-section .text-wrapper .right-section {
    margin-left: 0;
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  #home .home-section.home-fp-section .text-wrapper .right-section .text-wrap {
    color: #e8e5d6;
  }
}
#home .home-section.home-fp-section .text-wrapper .title,
#home .home-section.home-fp-section .text-wrapper .heading,
#home .home-section.home-fp-section .text-wrapper .description,
#home .home-section.home-fp-section .text-wrapper .goto-link {
  color: #e8e5d6;
}
@media (max-width: 991px) {
  #home .home-section.home-fp-section .text-wrapper .heading {
    text-align: right;
    float: right;
  }
}
#home .home-section.home-fp-section .text-wrapper .description {
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.35px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  #home .home-section.home-fp-section .text-wrapper .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  #home .home-section.home-fp-section .text-wrapper .description {
    float: right;
    /* max-width: 500px;*/
  }
}
#home .home-section.home-amenities-section .text-wrapper .title {
  padding-left: 10px;
}
#home .home-section.home-amenities-section .count-wrap {
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  #home .home-section.home-amenities-section .count-wrap {
    padding-bottom: 0;
  }
}
#home .home-section.intro-section .text-wrapper {
  padding-top: 75px;
}
@media (min-width: 768px) {
  #home .home-section.intro-section .text-wrapper {
    padding-top: 100px;
  }
}
#home .full-banner {
  width: 100%;
  height: 20vw;
  min-height: 140px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  #home .full-banner {
    min-height: 320px;
    background-attachment: fixed;
  }
}
@media (min-width: 768px) {
  #home .full-banner {
    min-height: 320px;
  }
}
#home .full-banner.home-intro-banner {
  background-position: left;
}
#home .video-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
#home .video-container video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #home .video-container video {
    left: 20%;
  }
}
#home .video-button {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/home/pause.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  position: absolute;
  bottom: 40px;
  right: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  #home .video-button {
    bottom: 60px;
    right: 60px;
    width: 30px;
    height: 30px;
  }
}
#home .video-button.play-btn {
  background-image: url(../images/home/play.png);
}
#home .logo-section {
  width: 100%;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  justify-content: center;
  z-index: 9;
}
#home .logo-section img {
  height: 60vh;
  width: auto;
}
#home .scroll-down {
  position: fixed;
  bottom: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  z-index: 99;
}
#home .scroll-down img {
  width: 40px;
  height: auto;
}
@media (max-width: 767px) {
  #home .scroll-down {
    bottom: 30px !important;
  }
}
#home .video-section {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
}
#home .video-section br {
  display: none;
}
@media (min-width: 992px) {
  #home .video-section br {
    display: block;
  }
}
#home .video-section .heading {
  color: #fff;
  font-family: "freight-big-pro";
  font-weight: 400;
  margin-bottom: 20px;
  position: absolute;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 50px;
  margin-bottom: 28px;
  left: 30px;
  right: 30px;
}
@media (min-width: 768px) {
  #home .video-section .heading {
    width: 80vw;
    max-width: 900px;
  }
  #home .video-section .heading {
    font-size: calc(96px + 0 * (100vw - 768px) / 223);
  }
  #home .video-section .heading {
    line-height: calc(96px + 0 * (100vw - 768px) / 223);
  }
}
@media (min-width: 992px) {
  #home .video-section .heading {
    left: 100px;
  }
  #home .video-section .heading {
    font-size: calc(96px + 14 * (100vw - 992px) / 447);
  }
  #home .video-section .heading {
    line-height: calc(96px + 14 * (100vw - 992px) / 447);
  }
}
@media (min-width: 1440px) {
  #home .video-section .heading {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (max-width: 767px) {
  #home .video-section .heading br {
    display: none;
  }
}
@media (min-width: 768px) {
  #home .video-section .heading br {
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #home .video-section .heading {
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/*
@include respond-above(lg) {
    .ios {
        #home {
            .full-banner {
                height: 100%;
                position: fixed;
                top: 0;
                left: 0;
                z-index: -2;
                width: 100%;
            }
            .home-section{
                margin-bottom: 300px;
            }
            &.intro-section-focus{
                .home-intro-banner{
                    z-index: -1;
                }
            }
            &.home-fp-section-focus{
                .home-fp-banner{
                    z-index: -1;
                }
            }
            &.home-amenities-section-focus{
                .home-btm-banner{
                    z-index: -1;
                }
            }
        }
    }
}
*/
@media (min-width: 992px) {
  .ios #home .full-banner {
    background-attachment: scroll !important;
  }
}
@media (max-width: 991px) {
  .ios .home.home-video .scroll-down {
    bottom: 60px !important;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
#gallery {
  background-color: #f3f4f1;
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  #gallery {
    padding: 80px 0 0 0;
  }
}
@media (min-width: 992px) {
  #gallery {
    padding: 15px;
  }
}
#gallery .gallery-content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper {
    flex-direction: row;
  }
}
#gallery .gallery-content-wrapper .titlesection.mob {
  padding: 0 5vw 0 5vw;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .titlesection.mob {
    padding: 0 5vw 0 10vw;
  }
}
#gallery .gallery-content-wrapper .titlesection.mob .title {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .titlesection.mob .title {
    font-size: 22px;
  }
}
#gallery .gallery-content-wrapper .titlesection.mob .border img {
  margin: 30px 0;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .titlesection.mob .border img {
    margin: 40px 0;
  }
}
#gallery .gallery-content-wrapper .titlesection.mob .heading {
  color: #24292f;
  font-family: "freight-big-pro";
  margin-bottom: 50px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .titlesection.mob .heading {
    margin-bottom: 28px;
  }
}
#gallery .gallery-content-wrapper .gallery-cnt {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-cnt {
    width: calc(100% - 360px);
    height: 100%;
  }
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-track,
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-list {
  -webkit-perspective: 2000;
  -ms-perspective: 2000;
  perspective: 2000;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-track {
  background-color: #4c5d75;
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slider-item {
  background-color: transparent;
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slider-item .slider-img {
  height: 50vh;
  max-height: 800px;
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slider-item .slider-img {
    height: 88vh;
  }
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slider-item .caption-area {
  font-style: italic;
  color: #e8e5d6;
  font-family: "freight-big-pro";
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 20px 30px;
  background-color: #4c5d75;
  opacity: 0.8;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slider-item .caption-area {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slider-item .caption-area {
    font-size: 18px;
  }
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-prev-wrap {
  height: 54px;
  width: 30px;
  position: absolute;
  top: calc(50% - 64px);
  z-index: 9;
  left: 15px;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-prev-wrap {
    top: calc(50% - 40px);
    z-index: 9;
    left: 30px;
  }
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-prev-wrap button {
  background: url(/wp-content/themes/Parklane/images/gallery/prev.png);
  border: none;
  z-index: 9;
  height: 54px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-next-wrap {
  height: 54px;
  width: 30px;
  position: absolute;
  top: calc(50% - 64px);
  z-index: 9;
  right: 15px;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-next-wrap {
    top: calc(50% - 40px);
    z-index: 9;
    right: 30px;
  }
}
#gallery .gallery-content-wrapper .gallery-cnt .gallery-slider-wrap .slick-next-wrap button {
  background: url(/wp-content/themes/Parklane/images/gallery/next.png);
  border: none;
  z-index: 9;
  height: 54px;
  width: 30px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
#gallery .gallery-content-wrapper .gallery-cnt .flex-pauseplay {
  position: absolute;
  height: 30px;
  width: 30px;
  bottom: 80px;
  left: 15px;
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-cnt .flex-pauseplay {
    bottom: 100px;
  }
}
#gallery .gallery-content-wrapper .gallery-cnt .flex-pauseplay button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  display: block;
  position: absolute;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
#gallery .gallery-content-wrapper .gallery-cnt .flex-pauseplay button.flex-pause {
  background: url(/wp-content/themes/Parklane/images/gallery/pause-icon.svg) no-repeat center center;
  background-size: contain;
}
#gallery .gallery-content-wrapper .gallery-cnt .flex-pauseplay button.flex-play {
  background: url(/wp-content/themes/Parklane/images/gallery/play-icon.svg) no-repeat center center;
  background-size: contain;
}
#gallery .gallery-content-wrapper .gallery-sidebar {
  width: 25%;
  margin-left: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0px;
  padding: 30px 28px 25px 20px;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar {
    padding: 60px 50px 40px 50px;
  }
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-sidebar {
    width: 360px;
    padding-left: 45px;
    padding-right: 30px;
  }
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap {
  width: 100%;
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .titlesection.desk .title {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding-left: 10px;
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .titlesection.desk .border img {
  margin: 40px 0;
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .titlesection.desk .heading {
  color: #000;
  font-family: "freight-big-pro";
  margin-bottom: 28px;
}
@media (max-width: 991px) and (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item {
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item:first-child a {
    padding: 0 0px 0 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item:last-child a::after {
    display: none;
  }
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item.active::after {
  content: url(/wp-content/themes/Parklane/images/common/wave_yellow_sm.png);
  position: absolute;
  left: 20px;
  transform: translateX(-50%);
  top: 50%;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item.active::after {
    left: 40px;
  }
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item.active::after {
    left: 22px;
  }
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item:first-child.active::after {
  left: 20px;
}
@media (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item:first-child.active::after {
    left: 20px;
  }
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item:first-child.active::after {
    left: 22px;
  }
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item a {
  font-family: "futura-pt";
  font-size: 14px;
  color: #4c5d75;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}
@media (max-width: 991px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item a {
    color: #4c5d75;
    line-height: 50px;
    font-size: 14px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item a {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .gallery-cate .cate-item a::after {
    content: "-";
    margin-left: 20px;
  }
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .slider-counter {
  color: #4c5d75;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .slider-counter {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .slider-counter {
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .slider-counter {
    margin-bottom: 45px;
    text-align: left;
    font-size: 20px;
    justify-content: left !important;
  }
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .slider-counter .cur {
  padding-left: 5px;
}
#gallery .gallery-content-wrapper .gallery-sidebar .sidebar-wrap .slider-counter .tot {
  padding-right: 5px;
}

#amenities .banner.mob img {
  width: 100%;
  height: 85px;
  display: none;
}
@media (min-width: 768px) {
  #amenities .banner.mob img {
    height: 170px;
    display: block;
  }
}
@media (min-width: 992px) {
  #amenities .banner.mob img {
    display: none;
  }
}
#amenities .register-symbol {
  font-size: 0.72em;
  line-height: 0;
  display: inline-block;
  vertical-align: baseline;
  padding-top: 15px;
}
#amenities .txt-img-grid-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: #5f6f83;
  padding-top: 15px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  #amenities .txt-img-grid-wrap {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-grid-wrap {
    flex-direction: row;
    background-color: #5f6f83;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #amenities .txt-img-grid-wrap .txt-col {
    padding: 60px 100px 80px 50px;
  }
}
#amenities .txt-img-grid-wrap .txt-sec-top {
  padding-left: 0;
}
@media (min-width: 768px) {
  #amenities .txt-img-grid-wrap .txt-sec-top {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-grid-wrap .txt-sec-top {
    margin-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  #amenities .txt-img-grid-wrap .txt-sec-top {
    margin-bottom: 120px;
  }
}
#amenities .txt-img-grid-wrap .txt-sec-top .title {
  color: #e8e5d6;
  padding-left: 10px;
}
#amenities .txt-img-grid-wrap .txt-sec-top .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #amenities .txt-img-grid-wrap .txt-sec-top .border img {
    margin: 40px 0;
  }
}
#amenities .txt-img-grid-wrap .txt-sec-top .heading {
  color: #e8e5d6;
  font-family: "freight-big-pro";
}
@media (min-width: 992px) {
  #amenities .txt-img-grid-wrap .txt-sec-top .heading {
    width: 35vw;
    max-width: 450px;
  }
}
#amenities .txt-img-grid-wrap .txt-sec-top .txt-desc {
  color: #e8e5d6;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #amenities .txt-img-grid-wrap .txt-sec-top .txt-desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-grid-wrap .txt-sec-top .txt-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 35vw;
    max-width: 450px;
  }
}
#amenities .txt-img-grid-wrap .secret-hidden-txt p {
  color: #e8e5d6;
  letter-spacing: 1.6px;
  line-height: 23px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #amenities .txt-img-grid-wrap .secret-hidden-txt p {
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-grid-wrap .secret-hidden-txt p {
    max-width: 350px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 992px) {
  #amenities .txt-img-grid-wrap .secret-hidden-txt {
    opacity: 0;
  }
}
#amenities .middle-parallax {
  display: none;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  #amenities .middle-parallax {
    /* The image used */
    background-image: url("/wp-content/themes/Parklane/images/amenities/lounge.jpg");
    /* Set a specific height */
    min-height: 320px;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: block;
  }
}
#amenities .amenities-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  background-color: #f0edea;
}
@media (min-width: 992px) {
  #amenities .amenities-details {
    flex-direction: row;
  }
}
#amenities .amenities-details .image-row {
  background-color: #f3f4f1;
  margin: 15px;
}
@media (min-width: 992px) {
  #amenities .amenities-details .image-row {
    flex-direction: row;
    width: 50%;
  }
}
#amenities .amenities-details .details-row {
  background-color: #5f6f83;
}
@media (min-width: 992px) {
  #amenities .amenities-details .details-row {
    width: 50%;
    background-color: #5f6f83;
  }
}
#amenities .amenities-details .details-row .details-wrapper {
  padding: 35px 30px 40px 22px;
}
@media (min-width: 768px) {
  #amenities .amenities-details .details-row .details-wrapper {
    padding: 60px 50px 80px 50px;
  }
}
@media (min-width: 992px) {
  #amenities .amenities-details .details-row .details-wrapper {
    padding: 60px 50px 40px 80px;
  }
}
#amenities .amenities-details .details-row .details-wrapper .border img {
  margin: 0 0 30px 0;
  display: none;
}
@media (min-width: 768px) {
  #amenities .amenities-details .details-row .details-wrapper .border img {
    display: block;
    margin: 0 0 40px 0;
  }
}
#amenities .amenities-details .details-row .details-wrapper .heading {
  color: #e8e5d6;
  font-family: "freight-big-pro";
}
#amenities .amenities-details .details-row .details-wrapper .list {
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #amenities .amenities-details .details-row .details-wrapper .list {
    margin-left: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
#amenities .amenities-details .details-row .details-wrapper .list li {
  color: #e8e5d6;
  font-family: "futura-pt";
  padding-bottom: 12px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  #amenities .amenities-details .details-row .details-wrapper .list li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  #amenities .amenities-details .details-row .details-wrapper .list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}
#amenities .amenities-details .details-row .details-wrapper .list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e8e5d6;
  top: 10px;
  left: -13px;
}
#amenities .amenities-details .details-row .details-wrapper .restrictions {
  margin-left: 40px;
  color: #e8e5d6;
  font-family: "freight-big-pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 1.2px;
}

.ios #amenities .middle-parallax {
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-size: contain !important;
  -webkit-background-size: cover !important;
  background-position: center !important;
  background-attachment: inherit !important;
}
.windows #amenities .middle-parallax {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-position: center !important;
  background-attachment: inherit !important;
}
@media (min-width: 992px) {
  .windows #amenities .amenities-details {
    margin-top: 320px;
  }
}

#features .banner.mob img {
  width: 100%;
  height: 85px;
}
@media (min-width: 768px) {
  #features .banner.mob img {
    height: 170px;
  }
}
#features .txt-img-grid-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  background-color: #f0edea;
  padding-top: 15px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap {
    flex-direction: row;
    background-color: #f0edea;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .txt-col {
    padding: 60px 100px 80px 50px;
  }
}
#features .txt-img-grid-wrap .txt-sec-top {
  padding-left: 0;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .txt-sec-top {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .txt-sec-top {
    margin-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  #features .txt-img-grid-wrap .txt-sec-top {
    margin-bottom: 120px;
  }
}
#features .txt-img-grid-wrap .txt-sec-top .title {
  color: #4b5d75;
  padding-left: 10px;
}
#features .txt-img-grid-wrap .txt-sec-top .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .txt-sec-top .border img {
    margin: 40px 0;
  }
}
#features .txt-img-grid-wrap .txt-sec-top .heading {
  color: #24292f;
  font-family: "freight-big-pro";
  width: 80%;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .txt-sec-top .heading {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .txt-sec-top .heading {
    width: 35vw;
    max-width: 450px;
  }
}
#features .txt-img-grid-wrap .txt-sec-top .txt-desc {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .txt-sec-top .txt-desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .txt-sec-top .txt-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 35vw;
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .secret-hidden-txt {
    opacity: 0;
  }
}
#features .txt-img-grid-wrap .secret-hidden-txt p {
  color: #4b5d75;
  letter-spacing: 1.6px;
  line-height: 23px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #features .txt-img-grid-wrap .secret-hidden-txt p {
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 992px) {
  #features .txt-img-grid-wrap .secret-hidden-txt p {
    max-width: 350px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .grid-img-col.align-right .img-ful-wdth {
    top: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #features .txt-img-grid-wrap .grid-img-col.align-right .img-half-col {
    align-items: flex-start;
  }
}
#features .middle-parallax {
  display: none;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  #features .middle-parallax {
    background-image: url("/wp-content/themes/Parklane/images/features/oranges.jpg");
    /* Set a specific height */
    min-height: 320px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }
}
#features .amenities-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  background-color: #f0edea;
}
@media (min-width: 992px) {
  #features .amenities-details {
    flex-direction: row;
  }
}
#features .amenities-details .image-row {
  background-color: #f3f4f1;
  margin: 15px;
}
@media (min-width: 992px) {
  #features .amenities-details .image-row {
    flex-direction: row;
    width: 50%;
  }
}
#features .amenities-details .details-row {
  background-color: #24292f;
}
@media (min-width: 992px) {
  #features .amenities-details .details-row {
    width: 50%;
    background-color: #24292f;
  }
}
#features .amenities-details .details-row .details-wrapper {
  padding: 35px 30px 40px 22px;
}
@media (min-width: 768px) {
  #features .amenities-details .details-row .details-wrapper {
    padding: 60px 50px 80px 50px;
  }
}
@media (min-width: 992px) {
  #features .amenities-details .details-row .details-wrapper {
    padding: 60px 50px 40px 80px;
  }
}
#features .amenities-details .details-row .details-wrapper .border img {
  display: none;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  #features .amenities-details .details-row .details-wrapper .border img {
    display: block;
    margin: 0 0 40px 0;
  }
}
#features .amenities-details .details-row .details-wrapper .heading {
  color: #e8e5d6;
  font-family: "freight-big-pro";
}
#features .amenities-details .details-row .details-wrapper .list {
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #features .amenities-details .details-row .details-wrapper .list {
    margin-left: 15px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
#features .amenities-details .details-row .details-wrapper .list li {
  color: #e8e5d6;
  font-family: "futura-pt";
  padding-bottom: 12px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  #features .amenities-details .details-row .details-wrapper .list li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  #features .amenities-details .details-row .details-wrapper .list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
}
#features .amenities-details .details-row .details-wrapper .list li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e8e5d6;
  top: 10px;
  left: -13px;
}
#features .amenities-details .details-row .details-wrapper .restrictions {
  margin-left: 40px;
  color: #e8e5d6;
  font-family: "freight-big-pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 1.2px;
}

.ios #features .middle-parallax {
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-size: contain !important;
  -webkit-background-size: cover !important;
  background-position: center !important;
  background-attachment: inherit !important;
}
.windows #features .middle-parallax {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-position: center !important;
  background-attachment: inherit !important;
}
@media (min-width: 992px) {
  .windows #features .amenities-details {
    margin-top: 320px;
  }
}

.neighborhood-page {
  background-color: #f0edea;
  padding-top: 15px;
  padding-bottom: 15px;
}
.neighborhood-page .heading {
  color: #24292f;
}
@media (min-width: 992px) {
  .neighborhood-page .heading {
    width: 35vw;
    max-width: 450px;
  }
}
.neighborhood-page .heading span {
  display: block;
}
.neighborhood-page p:not(.title) {
  color: #4b5d75;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .neighborhood-page p:not(.title) {
    line-height: 24px;
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page p:not(.title) {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.8px;
  }
}
.neighborhood-page .secret-hidden-txt p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .neighborhood-page .secret-box .secret-no-txt {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .neighborhood-page .txt-sec-top {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-sec-top {
    margin-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .neighborhood-page .txt-sec-top {
    margin-bottom: 120px;
  }
}
.neighborhood-page .border img {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .neighborhood-page .border img {
    margin: 40px 0;
  }
}
.neighborhood-page .enlarge-map-link {
  color: #4c5d75;
  font: 400 13px/25px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 1.3px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .neighborhood-page .enlarge-map-link {
    display: none;
  }
}
.neighborhood-page .zoom-btn-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
}
.neighborhood-page .zoom {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  font-size: 30px;
  cursor: pointer;
  margin-bottom: 3px;
  color: #4b5d75;
  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;
  background: #f0edea;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px -1px;
  width: 40px;
  height: 40px;
  font-weight: 400;
}
.neighborhood-page .zoom.zoom-in::before {
  content: "+";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 2px;
}
.neighborhood-page .zoom.zoom-out::before {
  content: "_";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: -10px;
}
.neighborhood-page .directions-wrap {
  position: absolute;
  right: 10px;
  top: 105px;
}
.neighborhood-page .dirns-link {
  color: #4b5d75;
  background: #f0edea;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px -1px;
  width: 40px;
  height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 0.5px;
  border: 0;
  display: block;
  margin-bottom: 3px;
}
.neighborhood-page .txt-img-grid-wrap .title {
  padding-left: 10px;
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap .txt-desc {
    margin-bottom: 100px;
    width: 35vw;
    max-width: 450px;
  }
}
@media (min-width: 1440px) {
  .neighborhood-page .txt-img-grid-wrap .txt-desc {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap:nth-child(even) .title {
    padding-left: 0;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .neighborhood-page .txt-img-grid-wrap.map-sec .txt-col {
    width: 310px;
    padding-right: 65px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap.map-sec .txt-col {
    padding-bottom: calc(7vw - 10px);
  }
}
@media (min-width: 768px) {
  .neighborhood-page .txt-img-grid-wrap.map-sec .map-wrap {
    position: relative;
    width: calc(100% - 310px);
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap.map-sec .map-wrap {
    width: calc(100% - 360px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .neighborhood-page .txt-img-grid-wrap.map-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 15px;
  }
}
.neighborhood-page .txt-img-grid-wrap .grid-img-col.static-map {
  padding-left: 0;
  padding-right: 0;
}
.neighborhood-page .txt-img-grid-wrap .grid-img-col.static-map .static-map-wrap {
  position: relative;
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap .grid-img-col.static-map {
    width: calc(100% - 360px);
  }
}
.neighborhood-page .txt-img-grid-wrap.tip-sec .heading {
  width: initial;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neighborhood-page .txt-img-grid-wrap.tip-sec .heading {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .neighborhood-page .txt-img-grid-wrap.tip-sec .txt-col {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap.tip-sec .txt-col {
    padding-top: 7px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap.tip-sec .txt-desc {
    margin-bottom: 0;
    width: initial;
    max-width: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neighborhood-page .txt-img-grid-wrap.tip-sec .txt-desc {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap .txt-col.txt-col-sm {
    width: 360px !important;
    padding-left: 45px;
    padding-right: 30px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .txt-img-grid-wrap .txt-col.txt-col-sm .txt-desc {
    padding-left: 0;
  }
  .neighborhood-page .txt-img-grid-wrap .txt-col.txt-col-sm .txt-desc p {
    padding-right: 10px;
  }
}
.neighborhood-page .map-tip {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  position: relative;
}
.neighborhood-page .map-tip .tip-box-wrap {
  width: 50%;
  padding-bottom: 15px;
}
.neighborhood-page .map-tip .tip-box-wrap:nth-child(odd) {
  padding-right: 15px;
}
.neighborhood-page .map-tip .tip-box-wrap:nth-child(odd) .tip-box {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .neighborhood-page .map-tip .tip-box-wrap:nth-child(odd) {
    padding-right: 0;
  }
}
.neighborhood-page .map-tip .tip-box-wrap:nth-child(even) .tip-box {
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .neighborhood-page .map-tip .tip-box-wrap:not(:last-of-type) {
    margin-right: 15px;
  }
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box-link:focus {
  outline-offset: 3px;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box {
  height: 120px;
  width: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #4c5d75;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box .box-title {
  font: 400 13px/24px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 1.95px;
}
@media (min-width: 992px) {
  .neighborhood-page .map-tip .tip-box-wrap .tip-box .box-title {
    font-size: 14px;
    line-height: 24px;
  }
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box .no-txt {
  font: 400 30px/24px "futura-pt-bold";
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box .no-txt::after {
  background: url("../images/common/wave_yellow_sm_anim.gif") center/contain no-repeat;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: 1px;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box .no-wrap {
  margin-bottom: 5px;
  margin-top: 10px;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box .count {
  font: 500 50px/38px "futura-pt";
  display: inline-block;
  vertical-align: top;
  padding-left: 5px;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box .box-bt-caption {
  font: 500 18px/24px "freight-big-pro";
  font-style: italic;
  letter-spacing: 1.8px;
}
.neighborhood-page .map-tip .tip-box-wrap .tip-box .box-bt-caption::after {
  content: ">";
  font: 400 13px/25px "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 5px;
}
@media (min-width: 375px) {
  .neighborhood-page .map-tip .tip-box-wrap .tip-box {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .neighborhood-page .map-tip .tip-box-wrap {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .neighborhood-page .map-tip {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 10px;
  }
}
.neighborhood-page .tip-sec {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .neighborhood-page .tip-sec {
    flex-direction: row;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.neighborhood-page .map-image {
  height: 77vw;
  width: 100%;
}
@media (min-width: 992px) {
  .neighborhood-page .map-image {
    height: 57vw;
    min-height: 750px;
  }
}
.neighborhood-page .map-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: none;
  z-index: 10;
}
.neighborhood-page .hidden-tip {
  background-color: #4b5d75;
  color: #f0edea;
  position: absolute;
  top: 0;
  min-height: 255px;
  width: 280px;
  left: calc(50% - 8px);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px 28px 18px 20px;
  display: none;
}
.neighborhood-page .hidden-tip .tip-title,
.neighborhood-page .hidden-tip .tip-sl-no {
  font: 13px/24px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 1.95px;
}
.neighborhood-page .hidden-tip ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.neighborhood-page .hidden-tip ul li + li {
  padding-top: 10px;
}
.neighborhood-page .hidden-tip .tip-txt {
  display: inline-block;
  padding-left: 10px;
  font: 500 18px/22px "freight-big-pro";
  font-style: italic;
  letter-spacing: 1.35px;
}
.neighborhood-page .hidden-tip .tip-sl-no {
  white-space: nowrap;
}
.neighborhood-page .hidden-tip .tip-title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 12px;
  display: inline-block;
  padding-left: 1px;
}
.neighborhood-page .hidden-tip .tip-title::after {
  background: url("../images/common/wave_yellow_sm_anim.gif") center/contain no-repeat;
  left: 0;
  width: 42px;
  height: 6px;
  bottom: 1px;
}
@media (min-width: 375px) {
  .neighborhood-page .hidden-tip {
    width: 280px;
    min-height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .neighborhood-page .hidden-tip {
    width: 100%;
    min-height: auto;
    max-width: 565px;
    left: 10px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    bottom: -55px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .hidden-tip {
    text-align: left;
  }
}
.neighborhood-page .box-close {
  background: url("../images/header/close.svg") no-repeat;
  box-shadow: none;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}
.neighborhood-page .view-map-link {
  color: #4c5d75;
  font: 400 13px/25px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
@media (min-width: 768px) {
  .neighborhood-page .view-map-link {
    display: none;
  }
}
.neighborhood-page #map {
  display: none;
}
@media (min-width: 768px) {
  .neighborhood-page #map {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.neighborhood-page .map-wrap {
  display: none;
}
@media (min-width: 768px) {
  .neighborhood-page .map-wrap {
    display: block;
  }
}
.neighborhood-page .map-sec .heading {
  width: initial;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neighborhood-page .map-sec .heading {
    width: 100%;
  }
}
.neighborhood-page .map-sec #key-display {
  padding-top: 50px;
}
.neighborhood-page .map-sec #key-display .cate-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding-bottom: 25px;
}
.neighborhood-page .map-sec #key-display .cate-item button {
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display .cate-item button {
    letter-spacing: 1.35px;
  }
}
.neighborhood-page .map-sec #key-display .cate-item.active-item button::after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.neighborhood-page .map-sec #key-display .cate-item.active.all button::before {
  background-color: #e69a45;
}
.neighborhood-page .map-sec #key-display .cate-item.active.resturants button::before {
  background-color: #4c5d75;
  border-color: #4c5d75;
}
.neighborhood-page .map-sec #key-display .cate-item.active.retail button::before {
  background-color: #e69a45;
  border-color: #e69a45;
}
.neighborhood-page .map-sec #key-display .cate-item.active.transportation button::before {
  background-color: #a9554e;
  border-color: #a9554e;
}
.neighborhood-page .map-sec #key-display .cate-item.active.hotels button::before {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.neighborhood-page .map-sec #key-display .cate-item.active.bars button::before {
  background-color: #8c9cad;
  border-color: #8c9cad;
}
.neighborhood-page .map-sec #key-display .cate-item.active.conveniences button::before {
  background-color: #946429;
  border-color: #946429;
}
.neighborhood-page .map-sec #key-display .cate-item.active.museums button::before {
  background-color: #762d2a;
  border-color: #762d2a;
}
.neighborhood-page .map-sec #key-display .cate-item.active.on-site-retail button::before {
  background-color: #24292f;
  border-color: #24292f;
}
.neighborhood-page .map-sec #key-display .cate-item.all {
  display: none;
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display .cate-item.all {
    display: block;
  }
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display .cate-item {
    font-size: 18px;
    line-height: 40px;
    padding-bottom: 5px;
  }
}
.neighborhood-page .map-sec #key-display button {
  color: #4c5d75;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  position: relative;
  background: none;
}
.neighborhood-page .map-sec #key-display button::after {
  background: url("../images/common/yellow_arrow.svg") center/contain no-repeat;
  width: 19px;
  height: 11px;
  right: -30px;
  top: 5px;
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display button::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display button::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #e69a45;
    border-radius: 50%;
    left: 0;
    top: 10px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .map-sec #key-display button::before {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display button {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .neighborhood-page .map-sec #key-display button {
    padding-left: 0;
    padding-right: 30px;
  }
}
.neighborhood-page .map-sec #key-display .sub-cate {
  padding-left: 20px;
  display: none;
  padding-top: 5px;
}
.neighborhood-page .map-sec #key-display .sub-cate li {
  padding-bottom: 2px;
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display .sub-cate {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec #key-display {
    padding-top: 0;
  }
}
.neighborhood-page .map-sec .gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.neighborhood-page .map-sec .gm-style button.gm-ui-hover-effect {
  display: none !important;
}
.neighborhood-page .map-sec .gm-style .gm-style-iw-t::after {
  box-shadow: none !important;
  background: #4b5d75 !important;
}
.neighborhood-page .map-sec .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}
.neighborhood-page .map-sec .map-popup {
  background-color: #4b5d75;
  padding: 25px 20px;
  min-width: 200px;
  max-width: 325px;
}
.neighborhood-page .map-sec .popup-close-icon {
  background: url(../images/header/close.svg) no-repeat;
  box-shadow: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  text-indent: -9999px;
  font-size: 0;
}
.neighborhood-page .map-sec .map-content-sect {
  color: #e8e5d6;
  font-family: "futura-pt";
}
.neighborhood-page .map-sec .map-content-sect .map-popup-title {
  font: 800 14px "futura-pt-bold";
  letter-spacing: 2.14px;
  text-transform: uppercase;
}
.neighborhood-page .map-sec .map-content-sect a,
.neighborhood-page .map-sec .map-content-sect .map-address p {
  color: #e8e5d6;
}
.neighborhood-page .map-sec .map-content-sect .map-btns a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.22px;
  font-weight: 300;
}
.neighborhood-page .map-sec .map-content-sect .map-address {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.22px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
}
.neighborhood-page .map-sec .map-content-sect .directions-link {
  position: relative;
  font: 500 18px "freight-big-pro";
  letter-spacing: 1.8px;
  font-style: italic;
}
.neighborhood-page .map-sec .map-content-sect .directions-link::after {
  content: ">";
  font: 13px "futura-pt-bold";
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-left: 5px;
  display: inline-block;
}
@media (min-width: 992px) {
  .neighborhood-page .map-sec .map-content-sect .txt-desc {
    margin-bottom: 0;
    width: initial;
    max-width: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .neighborhood-page .map-sec .map-content-sect .txt-desc {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .neighborhood-page .map-sec {
    padding-top: 15px;
  }
}

html.system .neighborhood-page .map-tip .tip-box-wrap .tip-box:hover {
  background-color: #4c5d75;
  color: #f0edea;
}

#our-story .banner-section {
  background-color: #24292f;
}
#our-story .banner-section .banner-image {
  position: relative;
  width: 100%;
  height: 250px;
}
@media (min-width: 768px) {
  #our-story .banner-section .banner-image {
    height: 450px;
  }
}
@media (min-width: 992px) {
  #our-story .banner-section .banner-image {
    height: auto;
  }
}
#our-story .banner-section .content-wrapper {
  background-color: #f3f4f1;
  padding: 35px 5vw 40px;
  margin: 0 5vw;
  margin-top: -50px;
  position: relative;
}
@media (min-width: 768px) {
  #our-story .banner-section .content-wrapper {
    margin: 0 7vw;
    margin-top: -80px;
  }
}
@media (min-width: 992px) {
  #our-story .banner-section .content-wrapper {
    opacity: 0.9;
    padding: 3.5vw;
    width: 40%;
    right: 80px;
    left: 43%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  #our-story .banner-section .content-wrapper {
    padding: 50px;
  }
}
#our-story .banner-section .content-wrapper .title {
  color: #4c5d75;
  padding-left: 10px;
}
#our-story .banner-section .content-wrapper .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #our-story .banner-section .content-wrapper .border img {
    margin: 40px 0;
  }
}
#our-story .banner-section .content-wrapper .heading {
  color: #24292f;
}
#our-story .banner-section .content-wrapper .description {
  color: #4c5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  #our-story .banner-section .content-wrapper .description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  #our-story .banner-section .content-wrapper .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    max-width: 450px;
    letter-spacing: 1.35px;
    padding-left: 10px;
  }
}
#our-story.desk .banner-image {
  background-position: 10% center !important;
}
@media (min-width: 992px) {
  #our-story.desk .banner-image {
    background-position: left center !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#our-story .desk {
  display: none;
}
@media (min-width: 992px) {
  #our-story .desk {
    display: flex;
  }
}
#our-story .mob {
  display: block;
}
@media (min-width: 992px) {
  #our-story .mob {
    display: none;
  }
}

#news-events .blog-intro-wrapper {
  color: #4c5d75;
  font-size: 16px;
  line-height: 23px;
  padding: 50px 28px 50px 20px;
}
@media (min-width: 768px) {
  #news-events .blog-intro-wrapper {
    padding: 75px 115px 40px 50px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-intro-wrapper {
    padding: 95px 5vw 50px calc(2vw + 15px);
  }
}
@media (min-width: 1440px) {
  #news-events .blog-intro-wrapper {
    padding: 95px 9vw 50px 6vw;
  }
}
#news-events .blog-intro-wrapper .txt-sec-top {
  padding-left: 0;
}
@media (min-width: 768px) {
  #news-events .blog-intro-wrapper .txt-sec-top {
    padding-left: 25px;
  }
}
#news-events .blog-intro-wrapper .txt-sec-top .title {
  color: #4b5d75;
  font-family: "futura-pt";
  padding-left: 10px;
}
#news-events .blog-intro-wrapper .txt-sec-top .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #news-events .blog-intro-wrapper .txt-sec-top .border img {
    margin: 40px 0;
  }
}
#news-events .blog-intro-wrapper .txt-sec-top .heading {
  color: #24292f;
  margin-bottom: 0;
  font-family: "freight-big-pro";
}
#news-events .blog-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #news-events .blog-wrapper {
    flex-direction: row;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper {
    width: 70%;
  }
}
#news-events .blog-wrapper .post-wrapper .latest-post-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description {
  background-color: #4c5d75;
  padding: 30px 40px 30px 30px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description {
    padding: 30px 60px 30px 30px;
  }
}
#news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description .blog-title {
  color: #e8e5d6;
  font-family: "futura-pt";
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description .date {
  color: #e69a45;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.05px;
}
#news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description .details {
  color: #e8e5d6;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.35px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description .details {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
#news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description .more {
  color: #e8e5d6;
  font-family: "freight-big-pro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  font-style: italic;
}
#news-events .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description .more::after {
  content: ">";
  font: 13px "futura-pt";
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-left: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .latest-post-wrap {
    padding: 0 75px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper .latest-post-wrap {
    padding: 0;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap {
  padding: 50px 20px 40px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap {
    padding: 50px 0 40px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap {
    padding-bottom: 0;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .heading {
  color: #24292f;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .heading {
    padding: 0px 115px 15px 75px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .heading {
    padding: 0px 0px 0px;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item {
  margin-bottom: 17px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item {
    width: 50%;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item:nth-child(2n+1) {
    padding-right: 7px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item:nth-child(2n+1) {
    padding-right: 7px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item:nth-child(2n) {
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item:nth-child(2n) {
    padding-left: 7px;
    padding-right: 0px;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .blog-image {
  height: 300px;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description {
  background-color: #4c5d75;
  padding: 30px;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description .blog-title {
  color: #e8e5d6;
  font-family: "futura-pt";
  font-size: 16px;
  line-height: 23px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description .date {
  color: #e69a45;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.05px;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description .details {
  color: #e8e5d6;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description .details {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description .readmore-wrapper {
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description .readmore-wrapper .more {
  color: #e8e5d6;
  font-family: "freight-big-pro";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  font-style: italic;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .blog-grid .blog-item .description .readmore-wrapper .more::after {
  content: ">";
  font: 13px "futura-pt";
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-left: 5px;
  display: inline-block;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination {
  text-align: center;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination .wp-pagenavi a,
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination .wp-pagenavi span {
  background: transparent;
  border: none;
  color: #4b5d75;
  font-family: "futura-pt";
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-right: 8px;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination .wp-pagenavi a,
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination .wp-pagenavi span {
    font-size: 22px;
    letter-spacing: 1.8px;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination .wp-pagenavi span.current {
  opacity: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  font-weight: normal;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination .wp-pagenavi span.current:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  border-width: 0 0 1px;
  border-style: solid;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li {
  background: transparent;
  border: none;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li span {
  color: #4b5d75;
  font-family: "futura-pt";
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-right: 8px;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li span {
    font-size: 22px;
    letter-spacing: 1.8px;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li span.current {
  opacity: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li span.current {
    font-size: 22px;
    letter-spacing: 1.8px;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li span.current:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  border-width: 0 0 1px;
  border-style: solid;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li a {
  color: #4b5d75;
  font-family: "futura-pt";
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-right: 8px;
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li a {
    font-size: 22px;
    letter-spacing: 1.8px;
  }
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li a.current {
  opacity: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
#news-events .blog-wrapper .post-wrapper .recent-post-wrap .pagination ol li a.current:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  border-width: 0 0 1px;
  border-style: solid;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section {
    display: block;
    padding: 0px 15px 40px;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .widget-section {
    padding: 0px 0 0 40px;
    width: 30%;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper {
  padding: 0px 20px 30px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper {
    width: 49%;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper {
    margin-right: 0;
    padding: 0px 0vw 40px;
    width: 100%;
    float: none;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .categories-3,
#news-events .blog-wrapper .widget-section .widget-wrapper .archives-3 {
  display: none;
}
#news-events .blog-wrapper .widget-section .widget-wrapper #widget_search {
  border: 2px solid #4c5d75;
  margin-bottom: 30px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper #widget_search #search {
  padding: 30px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper #widget_search #search h1 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper #widget_search #search #searchform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  border-bottom: 4px solid #e69a45;
}
#news-events .blog-wrapper .widget-section .widget-wrapper #widget_search #search #searchform input {
  border: none;
  background-color: none !important;
  background: none;
  width: 100%;
  color: #4b5d75;
}
#news-events .blog-wrapper .widget-section .widget-wrapper #widget_search #search #searchform .searchsubmit {
  border: none;
  background: url(/wp-content/themes/Parklane/images/common/form_arrow.svg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 9px;
  height: 20px;
  margin-top: 20px;
  margin-right: -5px;
  background-repeat: no-repeat;
  background-size: contain;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .search-3 {
  display: none;
  padding: 30px;
  border: 2px solid #4c5d75;
  margin-bottom: 30px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .search-3 h1 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .search-3 #searchform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  border-bottom: 4px solid #e69a45;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .search-3 #searchform input {
  border: none;
  background-color: none !important;
  background: none;
  width: 100%;
  color: #4b5d75;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .search-3 #searchform .searchsubmit {
  border: none;
  background: url(/wp-content/themes/Parklane/images/common/form_arrow.svg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 9px;
  margin-top: 20px;
  height: 20px;
  margin-right: -5px;
  background-repeat: no-repeat;
  background-size: contain;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap {
  position: relative;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #4c5d75;
  padding: 20px 30px;
  margin-top: 30px;
  position: relative;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion h3 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion h2 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
    padding: 30px 30px 10px 30px;
  }
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
    display: block !important;
    pointer-events: none;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.categories {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.tag {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.tag {
    display: block !important;
  }
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
    border-bottom: none;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion::after {
  position: absolute;
  content: url(/wp-content/themes/Parklane/images/common/form_arrow.png);
  width: 9px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 12px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion::after {
    display: none;
    border-bottom: none;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.active::after {
  position: absolute;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: url(/wp-content/themes/Parklane/images/common/form_arrow.png);
  width: 9px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel {
  display: none;
  border: 2px solid #4c5d75;
  border-top: none;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel {
    display: block;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul {
  padding-left: 30px;
  padding: 10px 0 10px 30px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul {
    padding: 0;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul li {
  line-height: 25px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul li {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul li a {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags {
    display: none;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags {
    display: block;
  }
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li {
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
  padding-left: 0px;
  padding-left: 0px;
  padding-bottom: 0;
  font-size: 14px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li a {
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li::after {
  content: "-";
  padding: 0 2px;
}
#news-events .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li:last-child::after {
  content: "";
}
#news-events .blog-wrapper .widget-section .tab-tags {
  display: none;
  border: 2px solid #4c5d75;
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .tab-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 49%;
    float: right;
  }
}
@media (min-width: 768px) {
  #news-events .blog-wrapper .widget-section .tab-tags {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  #news-events .blog-wrapper .widget-section .tab-tags {
    display: none;
  }
}
#news-events .blog-wrapper .widget-section .tab-tags .accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 30px;
}
#news-events .blog-wrapper .widget-section .tab-tags .accordion h3 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events .blog-wrapper .widget-section .tab-tags .accordion.categories {
  margin-top: 0px;
}
#news-events .blog-wrapper .widget-section .tab-tags ul {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#news-events .blog-wrapper .widget-section .tab-tags ul li {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
  padding-left: 0px;
}
#news-events .blog-wrapper .widget-section .tab-tags ul li a {
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
}
#news-events .blog-wrapper .widget-section .tab-tags ul li::after {
  content: "-";
  padding: 0 2px;
}
#news-events .blog-wrapper .widget-section .tab-tags ul li:last-child::after {
  content: "";
}
@media (max-width: 991px) {
  #news-events .blog_no_post {
    padding-left: 75px;
  }
}
@media (max-width: 767px) {
  #news-events .blog_no_post {
    padding-left: 0;
  }
}

#news-events-detail .blog-intro-wrapper {
  color: #4c5d75;
  font-size: 16px;
  line-height: 23px;
  padding: 50px 28px 50px 20px;
}
@media (min-width: 768px) {
  #news-events-detail .blog-intro-wrapper {
    padding: 75px 115px 40px 50px;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-intro-wrapper {
    padding: 95px 5vw 50px calc(2vw + 15px);
  }
}
@media (min-width: 1440px) {
  #news-events-detail .blog-intro-wrapper {
    padding: 95px 9vw 50px 6vw;
  }
}
#news-events-detail .blog-intro-wrapper .txt-sec-top {
  padding-left: 0;
}
@media (min-width: 768px) {
  #news-events-detail .blog-intro-wrapper .txt-sec-top {
    padding-left: 25px;
  }
}
#news-events-detail .blog-intro-wrapper .txt-sec-top .title {
  color: #4b5d75;
  font-family: "futura-pt";
  padding-left: 10px;
}
#news-events-detail .blog-intro-wrapper .txt-sec-top .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  #news-events-detail .blog-intro-wrapper .txt-sec-top .border img {
    margin: 40px 0;
  }
}
#news-events-detail .blog-intro-wrapper .txt-sec-top .heading {
  color: #24292f;
  margin-bottom: 0;
  font-family: "freight-big-pro";
}
#news-events-detail .blog-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper {
    flex-direction: row;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .post-wrapper {
    width: 70%;
  }
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail {
  padding: 30px 30px;
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail {
    padding-bottom: 80px;
  }
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .heading {
  color: #24292f;
  margin-bottom: 10px;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .date {
  color: #e69a45;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.05px;
  margin-bottom: 50px;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details {
  margin-top: 35px;
  margin-bottom: 10px;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details p {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.35px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details a {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.35px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid transparent;
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details a {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details a:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1px;
  border-width: 0 0 1px;
  border-style: solid;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details ul {
  list-style-type: disc;
  padding-left: 30px;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details ul li {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.35px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details h1,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details h2,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details h3,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details h4,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details h5,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details h6,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details span,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details li,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details p,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details a,
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details figcaption {
  color: #4b5d75;
  font-family: "futura-pt";
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details .addtoany_content {
  margin: 40px 0 0;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .details .addtoany_content a {
  margin-bottom: 0 !important;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .social-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  margin-top: 20px;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .social-icons a {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .social-icons a.facebook {
  background: url(/wp-content/themes/Parklane/images/common/facebook_blue.svg);
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .social-icons a.twitter {
  margin-top: 2px;
  background: url(/wp-content/themes/Parklane/images/common/twitter_blue.svg);
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .social-icons a.email {
  margin-top: 2px;
  background: url(/wp-content/themes/Parklane/images/common/email.svg);
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .social-icons a.share {
  background: url(/wp-content/themes/Parklane/images/common/share.svg);
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .backtoblog {
  font-family: "freight-big-pro" !important;
  font-family: "freight-big-pro";
  color: #4b5d75;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  font-style: italic;
}
#news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap .blog-item .description.detail .backtoblog::after {
  content: ">";
  font: 13px "futura-pt";
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-left: 5px;
  display: inline-block;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .post-wrapper .latest-post-wrap {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section {
    display: block;
    padding: 0px 15px 40px;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .widget-section {
    padding: 0px 0 0 40px;
    width: 30%;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper {
  padding: 0px 20px 30px;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper {
    width: 49%;
    padding-left: 0;
    padding-right: 0;
    float: left;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper {
    margin-right: 0;
    padding: 0px 0vw 40px;
    width: 100%;
    float: none;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .categories-3,
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .archives-3 {
  display: none;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper #widget_search {
  border: 2px solid #4c5d75;
  margin-bottom: 30px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper #widget_search #search {
  padding: 30px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper #widget_search #search h1 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper #widget_search #search #searchform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  border-bottom: 4px solid #e69a45;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper #widget_search #search #searchform input {
  border: none;
  background-color: none !important;
  background: none;
  width: 100%;
  color: #4b5d75;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper #widget_search #search #searchform .searchsubmit {
  border: none;
  background: url(/wp-content/themes/Parklane/images/common/form_arrow.svg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 9px;
  margin-top: 20px;
  margin-right: -5px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .search-3 {
  display: none;
  padding: 30px;
  border: 2px solid #4c5d75;
  margin-bottom: 30px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .search-3 h1 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .search-3 #searchform {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  border-bottom: 4px solid #e69a45;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .search-3 #searchform input {
  border: none;
  background-color: none !important;
  background: none;
  width: 100%;
  color: #4b5d75;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .search-3 #searchform .searchsubmit {
  border: none;
  height: 20px;
  background: url(/wp-content/themes/Parklane/images/common/form_arrow.svg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 9px;
  margin-top: 20px;
  margin-right: -5px;
  background-repeat: no-repeat;
  background-size: contain;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap {
  position: relative;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #4c5d75;
  padding: 20px 30px;
  margin-top: 30px;
  position: relative;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion h3 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion h2 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
    padding: 30px 30px 10px 30px;
  }
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
    display: block;
    pointer-events: none;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.categories {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.tag {
    display: none;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.tag {
    display: block;
  }
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion {
    border-bottom: none;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion::after {
  position: absolute;
  content: url(/wp-content/themes/Parklane/images/common/form_arrow.png);
  width: 9px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 14px;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion::after {
    display: none;
    border-bottom: none;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .accordion.active::after {
  position: absolute;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: url(/wp-content/themes/Parklane/images/common/form_arrow.png);
  width: 9px;
  right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel {
  display: none;
  border: 2px solid #4c5d75;
  border-top: none;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel {
    display: block;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul {
  padding-left: 30px;
  padding: 10px 0 10px 30px;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul {
    padding: 0;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul li {
  line-height: 25px;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul li {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel ul li a {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags {
    display: block !important;
  }
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul {
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li {
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
  padding-left: 0px;
  padding-left: 0px;
  font-size: 14px;
  padding-bottom: 0;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li a {
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li::after {
  content: "-";
  padding: 0 2px;
}
#news-events-detail .blog-wrapper .widget-section .widget-wrapper .category-wrap .panel.tags ul li:last-child::after {
  content: "";
}
#news-events-detail .blog-wrapper .widget-section .tab-tags {
  display: none;
  border: 2px solid #4c5d75;
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .tab-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 49%;
    float: right;
  }
}
@media (min-width: 768px) {
  #news-events-detail .blog-wrapper .widget-section .tab-tags {
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  #news-events-detail .blog-wrapper .widget-section .tab-tags {
    display: none;
  }
}
#news-events-detail .blog-wrapper .widget-section .tab-tags .accordion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 30px;
}
#news-events-detail .blog-wrapper .widget-section .tab-tags .accordion h3 {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  /* Text style for "Search" */
  letter-spacing: 2.4px;
}
#news-events-detail .blog-wrapper .widget-section .tab-tags .accordion.categories {
  margin-top: 0px;
}
#news-events-detail .blog-wrapper .widget-section .tab-tags ul {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#news-events-detail .blog-wrapper .widget-section .tab-tags ul li {
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
  padding-left: 0px;
}
#news-events-detail .blog-wrapper .widget-section .tab-tags ul li a {
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.1px;
}
#news-events-detail .blog-wrapper .widget-section .tab-tags ul li::after {
  content: "-";
  padding: 0 2px;
}
#news-events-detail .blog-wrapper .widget-section .tab-tags ul li:last-child::after {
  content: "";
}

.services-page .txt-sec-top {
  padding-left: 0;
}
@media (min-width: 768px) {
  .services-page .txt-sec-top {
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .services-page .txt-sec-top {
    margin-bottom: 100px;
  }
}
@media (min-width: 1440px) {
  .services-page .txt-sec-top {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .services-page .list-wrap .list-items-wrap li {
    width: 30vw;
    max-width: 450px;
    padding-right: 30px;
  }
}
.services-page .heading {
  color: #24292f;
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-page .brdr-rt-yellow {
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-page .img-ful-wdth {
    border-right: 4px solid #e69a45;
  }
}
.services-page .title {
  padding-left: 10px;
}
.services-page .txt-desc {
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .services-page .txt-desc {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .services-page .txt-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 35vw;
    max-width: 450px;
  }
}
.services-page .border img {
  margin: 30px 0;
}
@media (min-width: 992px) {
  .services-page .border img {
    margin: 40px 0;
  }
}
.services-page .count-wrap {
  margin-top: 5px;
}
.services-page .txt-img-grid-wrap {
  padding-top: 15px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .services-page .txt-img-grid-wrap {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .services-page .txt-img-grid-wrap {
    padding-top: 15px;
    position: relative;
  }
}
.services-page .list-wrap {
  padding-top: 35px;
}
@media (min-width: 992px) {
  .services-page .secret-box {
    position: absolute;
    left: 50%;
    top: calc(60% - 2px);
    -moz-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 2;
  }
}
@media (min-width: 992px) {
  .services-page .secret-hidden-txt {
    padding: 15px 15px 15px 85px;
    position: absolute;
    top: calc(60% - 15px);
    left: 50%;
    width: calc(25% - 7px);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(140, 156, 173, 0.8);
    z-index: 1;
    color: #e8e5d6;
  }
}
@media (min-width: 1200px) {
  .services-page .secret-hidden-txt {
    padding: 25px 20px 25px 100px;
  }
}

.floorplans .top-banner {
  width: 100%;
  height: 30vw;
  min-height: 85px;
}
@media (min-width: 768px) {
  .floorplans .top-banner {
    min-height: 170px;
  }
}
@media (min-width: 992px) {
  .floorplans .top-banner {
    height: 24vw;
    min-height: 320px;
  }
}
.floorplans .fp-intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .floorplans .fp-intro {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro {
    flex-direction: row;
    padding-top: 15px;
  }
}
.floorplans .fp-intro .top-section,
.floorplans .fp-intro .fp-quick-search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section,
  .floorplans .fp-intro .fp-quick-search {
    width: 50vw;
  }
}
.floorplans .fp-intro .top-section {
  padding: 35px 22px 40px 22px;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section {
    padding: 60px 50px 60px 50px;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section {
    padding: 60px 5vw 50px 2vw;
  }
}
@media (min-width: 1440px) {
  .floorplans .fp-intro .top-section {
    padding: 60px 5vw 50px 6vw;
  }
}
.floorplans .fp-intro .top-section .description {
  padding-left: 0;
  margin-bottom: 40px;
}
.floorplans .fp-intro .top-section .fp-search-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper {
    flex-direction: column;
  }
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .left-search,
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .right-search {
  width: 100%;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .left-search,
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .right-search {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .left-search,
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .right-search {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .left-search {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .left-search {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .right-search {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .right-search {
    padding-left: 0;
  }
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo {
  width: 100%;
  background: none;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #e69a45;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo {
    width: calc(100% - 15px);
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo {
    margin-bottom: 30px;
    width: calc(100% - 15px);
  }
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown {
  width: 100%;
  border: 2px solid #4c5d75;
  background-color: #f0edea;
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
  text-align: left;
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  letter-spacing: 1.2px;
  text-transform: unset;
  padding: 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo__option:first-child {
  background: none !important;
}
.floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo__label {
  border: none;
  padding: 0;
  background: url(/wp-content/themes/Parklane/images/common/form_arrow.svg) no-repeat center right;
  background-size: 10px;
  background-position: right 2px center;
  text-align: left;
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.2px;
  width: 100%;
  text-transform: unset;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
.floorplans .fp-intro .top-section .fp-search-section .search-btn {
  border: none;
  text-align: right;
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-btn {
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-btn {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2.1px;
    padding-top: 10px;
  }
}
.floorplans .fp-intro .top-section .fp-search-section .search-btn:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .top-section .fp-search-section .search-btn:after {
    font-size: 13px;
    line-height: 1;
  }
}
.floorplans .fp-intro .fp-search-section .selectivo {
  width: 100%;
  background: transparent;
}
.floorplans .fp-intro .fp-quick-search {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .fp-quick-search {
    justify-content: space-between;
    padding: 0;
  }
}
.floorplans .fp-intro .fp-quick-search .quick-search-item {
  text-align: center;
  width: calc(50% - 5px);
  min-height: calc(50vw - 10px);
}
@media (min-width: 768px) {
  .floorplans .fp-intro .fp-quick-search .quick-search-item {
    width: calc(25% - 11.25px);
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .fp-quick-search .quick-search-item {
    width: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .floorplans .fp-intro .fp-quick-search .quick-search-item:nth-child(2) {
    margin-right: 0;
  }
}
.floorplans .fp-intro .fp-quick-search .quick-search-item:nth-child(2n+1) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .fp-quick-search .quick-search-item:nth-child(2n+1) {
    margin-right: 0;
  }
}
.floorplans .fp-intro .fp-quick-search .quick-search-item .search-txt {
  color: #24292f;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 2.1px;
  width: 100%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .floorplans .fp-intro .fp-quick-search .quick-search-item .search-txt {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .floorplans .fp-intro .fp-quick-search .quick-search-item .search-txt {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2.1px;
  }
}
.floorplans .fp-intro .fp-quick-search .quick-search-item .search-img {
  padding: 15px;
  width: 100%;
}
.floorplans .fp-intro .fp-quick-search .quick-search-item .apt-type {
  color: #24292f;
  font-family: "freight-big-pro";
  font-size: 27px;
  font-weight: 400;
}
@media (min-width: 375px) {
  .floorplans .fp-intro .fp-quick-search .quick-search-item .apt-type {
    font-size: 30px;
  }
}

#fp-details {
  padding-top: 15px;
}
#fp-details .fp-landing-search .fp-intro.intro-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section {
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section {
  width: 100%;
  padding: 35px 22px 20px 22px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section {
    padding: 60px 50px 20px 50px;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section {
    padding: 60px 15px 15px 2vw;
  }
}
@media (min-width: 1440px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section {
    padding: 60px 15px 15px 6vw;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section {
    width: 50vw;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-landing {
  display: none;
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper {
    flex-direction: row;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search,
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
  width: 100%;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search,
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
    padding-left: 0;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo {
  width: 100%;
  background: none;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #e69a45;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo {
    width: calc(100% - 15px);
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo {
    margin-bottom: 30px;
    width: calc(100% - 15px);
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown {
  width: 100%;
  border: 2px solid #4c5d75;
  background-color: #f0edea;
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
  text-align: left;
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  letter-spacing: 1.2px;
  text-transform: unset;
  padding: 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__option:first-child {
  background: none !important;
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__label {
  border: none;
  padding: 0;
  background: url(/wp-content/themes/Parklane/images/common/form_arrow.svg) no-repeat center right;
  background-size: 10px;
  background-position: right 2px center;
  text-align: left;
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.2px;
  width: 100%;
  text-transform: unset;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn {
  border: none;
  text-align: right;
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn {
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2.1px;
    padding-top: 17px;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn:after {
    font-size: 13px;
    line-height: 1;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search {
    width: 50vw;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search {
    display: flex;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item {
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item {
    height: calc(50% - 15px);
    width: calc(50% - 8px);
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item:nth-child(2n+1) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item:nth-child(2n+1) {
    margin-right: 15px;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt {
  display: none;
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details {
  display: block !important;
  color: #000;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details {
    /* margin-right: 15px;*/
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details:after {
    font-size: 13px;
    line-height: 1;
  }
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .apt-type {
  display: none;
}
#fp-details .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-img {
  height: 100px;
}
#fp-details .fp-detals {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  #fp-details .fp-detals {
    margin: 15px;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-detals {
    flex-direction: row;
  }
}
#fp-details .fp-detals::before {
  content: "";
  background: url(../images/floorplans/fp_bluehalf.png) left top no-repeat;
  background-size: auto;
  position: absolute;
  /* bottom: 0; */
  top: 60px;
  left: 0;
  width: 100px;
  height: 100%;
}
@media (min-width: 768px) {
  #fp-details .fp-detals::before {
    background-size: contain;
    width: 60px;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-detals::before {
    top: 140px;
  }
}
#fp-details .fp-detals .detail-wrap {
  width: 100%;
  background-color: #fff;
  padding: 80px 50px 50px 80px;
}
@media (max-width: 374px) {
  #fp-details .fp-detals .detail-wrap {
    padding: 80px 50px 50px 60px;
  }
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap {
    padding: 80px 50px 50px 80px;
    border-bottom: 4px solid #e69a45;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-detals .detail-wrap {
    width: 450px;
    padding: 160px 50px 50px 80px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-list-details {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details {
    margin-bottom: 80px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-list-details a:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details a:after {
    font-size: 13px;
    line-height: 1;
  }
}
#fp-details .fp-detals .detail-wrap .fp-list-details span {
  display: block;
  color: #4c5d75;
}
#fp-details .fp-detals .detail-wrap .fp-list-details span.heading {
  font-weight: 400;
  letter-spacing: 2.25px;
  color: #24292f;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details span.heading {
    letter-spacing: 3px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-list-details span.fp-apt-name {
  font-weight: 300;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details span.fp-apt-name {
    letter-spacing: 3px;
  }
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details span.fp-apt-name {
    letter-spacing: 3.6px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-list-details span.fp-bed {
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 30px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details span.fp-bed {
    font-size: 18px;
    letter-spacing: 1.35px;
    line-height: 25px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-list-details span.fp-price {
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 30px;
  font-size: 16px;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details span.fp-price {
    font-size: 18px;
    letter-spacing: 1.35px;
    line-height: 25px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-list-details span.fp-availability {
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 30px;
  font-size: 16px;
}
@media (min-width: 992px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details span.fp-availability {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-list-details span.fp-availability {
    font-size: 18px;
    letter-spacing: 1.35px;
    line-height: 25px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-keyplan-thumb {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  #fp-details .fp-detals .detail-wrap .fp-keyplan-thumb {
    display: none;
  }
}
#fp-details .fp-detals .detail-wrap .fp-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-buttons {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  #fp-details .fp-detals .detail-wrap .fp-buttons {
    flex-direction: column;
  }
}
#fp-details .fp-detals .detail-wrap .fp-buttons a {
  color: #4c5d75;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-bottom: 40px;
  padding: 0;
  width: 125px;
  width: fit-content;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-buttons a {
    margin-right: 40px;
    margin-bottom: 30px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-buttons a:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #fp-details .fp-detals .detail-wrap .fp-buttons a:after {
    font-size: 13px;
    line-height: 1;
  }
}
#fp-details .fp-detals .detail-wrap .fp-buttons .addtoany_shortcode {
  display: none;
}
#fp-details .fp-detals .detail-wrap .fp-buttons .addtoany_shortcode .a2a_dd.addtoany_share_save.addtoany_share {
  display: none;
}
#fp-details .fp-detals .detail-wrap .fp-backto-lists {
  text-align: center;
}
@media (min-width: 992px) {
  #fp-details .fp-detals .detail-wrap .fp-backto-lists {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 150px;
  }
}
#fp-details .fp-detals .detail-wrap .fp-backto-lists a {
  color: #4c5d75;
  font-family: "freight-big-pro";
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 1.8px;
  line-height: 24px;
}
#fp-details .fp-detals .detail-wrap .fp-backto-lists a::after {
  content: ">";
  font: 13px "futura-pt";
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-left: 5px;
  display: inline-block;
}
#fp-details .fp-detals .image-wrap {
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 45px 50px 50px;
}
@media (min-width: 992px) {
  #fp-details .fp-detals .image-wrap {
    display: flex;
    margin-left: 15px;
    justify-content: center;
    align-items: center;
    width: calc(100% - 450px);
  }
}
#fp-details .fp-detals .image-wrap .fp-keyplan-thumb {
  width: 100%;
  text-align: center;
  max-width: 700px;
}
#fp-details .fp-detals .image-wrap .fp-keyplan-thumb img {
  width: 100%;
  height: 100%;
}

#fp-listing {
  padding-top: 15px;
  padding-bottom: 15px;
}
#fp-listing .fp-landing-search .fp-intro.intro-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section {
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section {
  width: 100%;
  padding: 35px 22px 20px 22px;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section {
    padding: 60px 50px 20px 50px;
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section {
    padding: 60px 15px 15px 2vw;
  }
}
@media (min-width: 1440px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section {
    padding: 60px 15px 15px 6vw;
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section {
    width: 50vw;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-landing {
  display: none;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper {
    flex-direction: row;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search,
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
  width: 100%;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search,
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .left-search {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .right-search {
    padding-left: 0;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo {
  width: 100%;
  background: none;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid #e69a45;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo {
    width: calc(100% - 15px);
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo {
    margin-bottom: 30px;
    width: calc(100% - 15px);
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown {
  width: 100%;
  border: 2px solid #4c5d75;
  background-color: #f0edea;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
  text-align: left;
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  letter-spacing: 1.2px;
  text-transform: unset;
  padding: 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo .selectivo__dropdown .selectivo__option {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__option:first-child {
  background: none !important;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__label {
  border: none;
  padding: 0;
  background: url(/wp-content/themes/Parklane/images/common/form_arrow.svg) no-repeat center right;
  background-size: 10px;
  background-position: right 2px center;
  text-align: left;
  color: #4b5d75;
  font-family: "futura-pt";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.2px;
  width: 100%;
  text-transform: unset;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-wrapper .selectivo__label {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn {
  border: none;
  text-align: right;
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn {
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2.1px;
    padding-top: 17px;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn:after {
    font-size: 13px;
    line-height: 1;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search {
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search {
    width: 50vw;
  }
}
@media (min-width: 992px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search {
    display: flex;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item {
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item {
    height: calc(50% - 15px);
    width: calc(50% - 8px);
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item:nth-child(2n+1) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item:nth-child(2n+1) {
    margin-right: 15px;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt {
  display: none;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details {
  display: block !important;
  color: #000;
  font-family: "futura-pt";
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-top: 30px;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  #fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-txt-details:after {
    font-size: 13px;
    line-height: 1;
  }
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .apt-type {
  display: none;
}
#fp-listing .fp-landing-search .fp-intro.intro-section .fp-quick-search .quick-search-item .search-img {
  height: 100px;
}

.fp-sort-wrap {
  width: 100%;
  padding: 0px 22px 0px 22px;
}
@media (min-width: 768px) {
  .fp-sort-wrap {
    padding: 30px 0px 0 30px;
  }
}
@media (min-width: 992px) {
  .fp-sort-wrap {
    padding: 30px 4vw 0 4vw;
  }
}
@media (min-width: 1440px) {
  .fp-sort-wrap {
    padding: 30px 6vw 0 6vw;
  }
}
.fp-sort-wrap span {
  display: block;
  color: #4c5d75;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 25px;
}
@media (min-width: 768px) {
  .fp-sort-wrap span {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    letter-spacing: 1.95px;
    line-height: 25px;
  }
}
.fp-sort-wrap span.divide {
  display: none;
}
@media (min-width: 768px) {
  .fp-sort-wrap span.divide {
    display: inline-block;
  }
}
.fp-sort-wrap span.result-count {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .fp-sort-wrap span {
    line-height: 18px;
    margin-top: 5px;
  }
}
.fp-sort-wrap ul {
  line-height: 25px;
}
@media (min-width: 768px) {
  .fp-sort-wrap ul {
    display: inline-block;
  }
}
.fp-sort-wrap ul li {
  display: inline-block;
}
.fp-sort-wrap ul li a {
  display: inline-block;
  color: #4c5d75;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  letter-spacing: 1.8px;
  line-height: 25px;
  font-weight: 800;
  background-image: url(../images/floorplans/sort_blue_up.svg);
  background-position: right center;
  background-size: 12px 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-sort-wrap ul li a {
    font-size: 13px;
    letter-spacing: 1.95px;
    line-height: 25px;
  }
}
@media (max-width: 415px) {
  .fp-sort-wrap ul li a {
    padding-right: 15px;
    margin-right: 5px;
    background-size: 10px auto;
    background-position: top 8px right;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.fp-sort-wrap ul li a.active {
  color: #e69a45;
  background-image: url(../images/floorplans/sort_yellow.svg);
}
.fp-sort-wrap ul li a.active.asc {
  background-image: url(../images/floorplans/sort_yellow_up.svg);
}
.fp-sort-wrap ul li:last-child button {
  margin-right: 0;
}

.fp-list {
  width: 100%;
  padding: 35px 15px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .fp-list {
    padding: 30px 16px 20px 16px;
  }
}
@media (min-width: 992px) {
  .fp-list {
    padding: 30px 4vw 0 4vw;
  }
}
@media (min-width: 1440px) {
  .fp-list {
    padding: 30px 6vw 0 6vw;
  }
}
@media (min-width: 768px) {
  .fp-list {
    flex-direction: row;
  }
}
.fp-list .fp-list-item {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fp-list .fp-list-item:nth-child(4n-3) {
  border-bottom: 4px solid #a9554e;
}
.fp-list .fp-list-item:nth-child(4n+3) {
  border-right: 4px solid #e69a45;
}
.fp-list .fp-list-item:nth-child(4n-2):after, .fp-list .fp-list-item:nth-child(4n):after {
  content: "";
  background: url(../images/floorplans/fp_bluecircle.png) right top no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
}
.fp-list .fp-list-item:nth-child(4n):after {
  background: url(../images/floorplans/fp_beigecircle.png) right top no-repeat;
}
@media (max-width: 767px) {
  .fp-list .fp-list-item:nth-child(4n-2):after, .fp-list .fp-list-item:nth-child(4n):after {
    width: 70px;
    height: 70px;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .fp-list .fp-list-item {
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }
  .fp-list .fp-list-item:nth-child(odd) {
    margin-right: 14px;
  }
}
@media (min-width: 992px) {
  .fp-list .fp-list-item {
    width: calc(33% - 7px);
  }
  .fp-list .fp-list-item:nth-child(odd) {
    margin-right: 0;
  }
  .fp-list .fp-list-item:nth-child(3n-1) {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.fp-list .fp-list-item span {
  color: #4c5d75;
}
.fp-list .fp-list-item span.heading {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 1.75px;
  line-height: 25px;
  color: #24292f;
}
@media (min-width: 992px) {
  .fp-list .fp-list-item span.heading {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 2.25px;
  }
}
.fp-list .fp-list-item span.fp-availability {
  margin-bottom: 20px;
}
.fp-list .fp-list-item .view-fp {
  font-weight: 800;
  color: #4c5d75;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.95px;
  line-height: 25px;
  width: 65px;
}
@media (min-width: 768px) {
  .fp-list .fp-list-item .view-fp {
    letter-spacing: 1.95px;
  }
}
@media (min-width: 992px) {
  .fp-list .fp-list-item .view-fp {
    letter-spacing: 1.95px;
  }
}
.fp-list .fp-keyplan-thumb {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  flex: 1 0 0;
  position: relative;
}
.fp-list .fp-keyplan-thumb a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.fp-list .fp-list-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.fp-list .fp-list-details span {
  display: block;
  font-weight: 300;
  letter-spacing: 1.2px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .fp-list .fp-list-details span {
    letter-spacing: 1.35px;
    line-height: 25px;
  }
}
.fp-list .fp-list-details a:after {
  content: ">";
  font: 400 13px/1 "futura-pt-bold";
  letter-spacing: 1.3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .fp-list .fp-list-details a:after {
    font-size: 13px;
    line-height: 1;
  }
}

#btn_load_more {
  font-weight: 800;
  color: #4c5d75;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  margin-bottom: 30px;
  background: none;
  border: none;
}

.fp_no_results {
  padding: 30px 50px;
}

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

.buttonWrapper {
  display: flex;
  padding: 0 25px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .buttonWrapper {
    padding: 0 10px;
  }
}
.buttonWrapper a.unitbox {
  border: none;
  text-align: right;
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  background: none;
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  position: relative;
  top: -7px;
}
@media (max-width: 991px) {
  .buttonWrapper a.unitbox {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .buttonWrapper a.unitbox {
    margin-top: 16px;
  }
}

.floorplans .fp-intro .top-section .fp-search-section .search-btn {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

#fp-listing .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn, #fp-details .fp-landing-search .fp-intro.intro-section .top-section .fp-search-section .search-btn {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  background: none;
}

#sightmap {
  height: 600px;
  padding-bottom: 20px;
}

.buttonWrapper-view {
  display: flex;
  padding: 25px;
  justify-content: center;
}
@media (max-width: 767px) {
  .buttonWrapper-view {
    padding: 20px;
  }
}
.buttonWrapper-view a {
  top: 0 !important;
  position: relative !important;
}
.buttonWrapper-view a:after {
  display: none !important;
  background: url("../images/common/wave_yellow_sm_anim.gif") center/contain no-repeat;
  left: 0;
  width: 100%;
  height: 6px;
  bottom: 6px;
}
@media (min-width: 768px) {
  .buttonWrapper-view a:after {
    bottom: -5px;
  }
}
.buttonWrapper-view a.active:after {
  display: block !important;
}
.buttonWrapper-view a.unitbox {
  border: none;
  text-align: right;
  color: #4b5d75;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  background: none;
  margin-top: 0;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  .buttonWrapper-view a.unitbox {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
  }
}

#fp-listing .buttonWrapper a.unitbox {
  display: none !important;
}

.contact-page .heading {
  color: #24292f;
}
@media (max-width: 767px) {
  .contact-page .heading br {
    display: none;
  }
}
.contact-page .contact-more-info,
.contact-page .title {
  padding-left: 10px;
}
.contact-page .border img {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .contact-page .border img {
    margin: 40px 0;
  }
}
.contact-page .info-wrap span:not(.title-sm),
.contact-page .info-wrap a {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.2px;
  color: #4c5d75;
}
@media (min-width: 768px) {
  .contact-page .info-wrap span:not(.title-sm),
  .contact-page .info-wrap a {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
.contact-page .info-wrap span,
.contact-page .info-wrap a {
  display: block;
}
.contact-page .info-wrap:not(:last-of-type) {
  padding-bottom: 25px;
}
.contact-page .info-wrap .phonenumber {
  margin-top: 10px;
}
.contact-page .info-wrap a.get-directions-link {
  font-size: 14px;
  letter-spacing: 2.1px;
}
@media (min-width: 768px) {
  .contact-page .info-wrap a.get-directions-link {
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .contact-page .info-wrap.get-drn-wrap br {
    display: none;
  }
}
.contact-page .txt-img-grid-wrap {
  position: relative;
}
.contact-page .txt-img-grid-wrap .txt-col {
  padding-top: calc(48vw + 45px);
}
@media (min-width: 768px) {
  .contact-page .txt-img-grid-wrap .txt-col {
    padding-top: calc(46vw + 75px);
  }
}
@media (min-width: 992px) {
  .contact-page .txt-img-grid-wrap .txt-col {
    padding-top: 60px;
  }
}
.contact-page .txt-img-grid-wrap .txt-sec-top {
  padding-left: 0;
}
@media (min-width: 768px) {
  .contact-page .txt-img-grid-wrap .txt-sec-top {
    padding-left: 25px;
  }
}
.contact-page .txt-img-grid-wrap .img-ful-wdth {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 180px;
}
@media (min-width: 768px) {
  .contact-page .txt-img-grid-wrap .img-ful-wdth {
    top: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 46vw;
  }
}
@media (min-width: 992px) {
  .contact-page .txt-img-grid-wrap .img-ful-wdth {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: 23vw;
    border-right: 4px solid #e69a45;
  }
}
@media (min-width: 768px) {
  .contact-page .txt-img-grid-wrap .grid-img-col {
    position: static;
  }
}
@media (min-width: 992px) {
  .contact-page .txt-img-grid-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.contact-page .contact-map {
  height: 49.5vw;
  background-position: 65% 50%;
  min-height: 185px;
  position: relative;
}
.contact-page .contact-map .map-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .contact-page .contact-map {
    height: 31.3vw;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-map {
    height: 22.5vw;
  }
}
.contact-page .contact-form {
  background-color: #4b5d75;
  padding-left: 30px;
  padding-right: 30px;
  padding: 60px 30px 40px;
}
.contact-page .contact-form .hywrap input[type=hidden] {
  display: none;
}
.contact-page .contact-form .hywrap textarea,
.contact-page .contact-form .hywrap input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-page .contact-form .hywrap .LV_validation_message {
  font: 14px/1 "futura-pt";
}
.contact-page .contact-form .hywrap input,
.contact-page .contact-form .hywrap select,
.contact-page .contact-form .hywrap textarea {
  border: none;
  border-bottom: 2px solid #e69a45;
  border-radius: 0;
  padding: 0;
}
.contact-page .contact-form .hywrap input:focus,
.contact-page .contact-form .hywrap select:focus,
.contact-page .contact-form .hywrap textarea:focus {
  border-color: #e69a45;
}
.contact-page .contact-form .hywrap .control-group {
  position: relative;
}
.contact-page .contact-form .hywrap .control-group.hytag_form_comment .control-label {
  top: 75px;
}
@media (min-width: 768px) {
  .contact-page .contact-form .hywrap .control-group.hytag_form_comment .control-label {
    top: 55px;
  }
}
.contact-page .contact-form .hywrap .control-group.hytag_form_comment textarea {
  height: 100px;
}
@media (min-width: 768px) {
  .contact-page .contact-form .hywrap .control-group.hytag_form_comment textarea {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-form .hywrap .control-group.hytag_form_comment {
    margin-bottom: 5px;
  }
}
.contact-page .contact-form .hywrap .hytag_sign_up_for_the_newsletter .control-label {
  position: relative;
  top: 0;
}
.contact-page .contact-form .hywrap .hytag_number_of_bedrooms .control-label {
  top: 0;
}
.contact-page .contact-form .hywrap select {
  color: #f0edea;
  background: #4c5d75;
}
.contact-page .contact-form .hywrap input,
.contact-page .contact-form .hywrap select,
.contact-page .contact-form .hywrap textarea,
.contact-page .contact-form .hywrap .radio,
.contact-page .contact-form .hywrap .control-label {
  color: #f0edea;
  font: 16px/25px "futura-pt";
  letter-spacing: 1.2px;
}
.contact-page .contact-form .hywrap .control-label {
  position: absolute;
  left: 0;
  top: 8px;
  pointer-events: none;
}
.contact-page .contact-form .hywrap .form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .contact-page .contact-form .hywrap .form-actions {
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 4px;
  }
}
.contact-page .contact-form .hywrap button[type=submit] {
  text-align: right;
  border: 0;
  display: inline-block;
  color: #f0edea;
  font: 14px/25px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 2.1px;
  position: relative;
  padding: 0 15px 0 0;
  width: auto;
  max-width: 200px;
  margin-left: auto;
}
.contact-page .contact-form .hywrap button[type=submit]::after {
  position: absolute;
  content: ">";
  padding-left: 5px;
}
.contact-page .contact-form .hywrap button[type=submit]:hover {
  background: transparent;
}
.contact-page .contact-form .hywrap #more-info {
  margin-top: 0;
  margin-bottom: 10px;
}
.contact-page .contact-form .hywrap #more-info a {
  color: #f0edea;
  font: 500 15px/24px "freight-big-pro";
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .contact-page .contact-form .hywrap #more-info {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-form .hywrap #more-info {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .contact-page .contact-form {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-form {
    margin-bottom: 0;
    margin-top: 15px;
    min-height: calc(100% - (23vw + 15px));
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .contact-page .contact-form .hywrap select {
    position: relative;
    top: 34px;
  }
  .contact-page .contact-form .hywrap .control-group.hytag_form_comment {
    margin-top: 40px;
  }
}
.error-page {
  height: calc(100vh - 48px);
  padding: 50px 28px 25px 20px;
  min-height: 500px;
  position: relative;
}
.error-page .error-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
.error-page .title {
  padding-left: 10px;
}
.error-page .heading {
  color: #24292f;
  font-weight: 400;
}
@media (max-width: 374px) {
  .error-page .heading {
    margin-bottom: 15px;
  }
}
.error-page .border img {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .error-page .border img {
    margin: 40px 0;
  }
}
.error-page .txt-wrap {
  padding-left: 10px;
  color: #4b5d75;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.2px;
}
@media (min-width: 768px) {
  .error-page .txt-wrap {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
.error-page .link-common {
  color: #4c5d75;
  font: 13px/25px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
@media (min-width: 768px) {
  .error-page .link-common {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}
.error-page .error-desc {
  padding-bottom: 10px;
}
@media (min-width: 375px) {
  .error-page .error-desc {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .error-page .error-desc {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .error-page .error-desc {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .error-page {
    padding: 75px 115px 40px 75px;
  }
}
@media (min-width: 992px) {
  .error-page {
    padding: 95px 5vw 0 calc(2vw + 40px);
    min-height: 650px;
  }
}
@media (min-width: 1440px) {
  .error-page {
    padding: 95px 9vw 0 calc(6vw + 40px);
  }
}

.thankyou-page .border img {
  margin: 0px 0;
}
@media (min-width: 992px) {
  .thankyou-page .border img {
    margin: 0px 0;
  }
}
.thankyou-page .thank-you {
  background-color: #345686;
  height: 400px;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .thankyou-page .thank-you {
    height: 430px;
  }
}
@media (min-width: 992px) {
  .thankyou-page .thank-you {
    height: 100%;
  }
}
.thankyou-page .thank-you .thanks-text {
  color: #e8e5d6;
  line-height: 1;
  letter-spacing: 1.35px;
}
.thankyou-page .thank-you .social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.thankyou-page .thank-you .social a.fb {
  background: url("../images/common/facebook.svg") center/contain no-repeat;
}
.thankyou-page .thank-you .social a.twtr {
  background: url("../images/common/twitter.svg") center/contain no-repeat;
}
.thankyou-page .thank-you .social a.insta {
  background: url("../images/common/instagram.svg") center/contain no-repeat;
}

.thankYou-page .heading {
  color: #24292f;
}
@media (max-width: 767px) {
  .thankYou-page .heading br {
    display: none;
  }
}
.thankYou-page .contact-more-info,
.thankYou-page .title {
  padding-left: 10px;
}
.thankYou-page .border img {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .thankYou-page .border img {
    margin: 40px 0;
  }
}
.thankYou-page .info-wrap span:not(.title-sm),
.thankYou-page .info-wrap a {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1.2px;
  color: #4c5d75;
}
@media (min-width: 768px) {
  .thankYou-page .info-wrap span:not(.title-sm),
  .thankYou-page .info-wrap a {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1.35px;
  }
}
.thankYou-page .info-wrap span,
.thankYou-page .info-wrap a {
  display: block;
}
.thankYou-page .info-wrap:not(:last-of-type) {
  padding-bottom: 25px;
}
.thankYou-page .info-wrap .phonenumber {
  margin-top: 10px;
}
.thankYou-page .info-wrap a.get-directions-link {
  font-size: 14px;
  letter-spacing: 2.1px;
}
@media (min-width: 768px) {
  .thankYou-page .info-wrap a.get-directions-link {
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .thankYou-page .info-wrap.get-drn-wrap br {
    display: none;
  }
}
.thankYou-page .txt-img-grid-wrap {
  position: relative;
}
.thankYou-page .txt-img-grid-wrap .txt-col {
  padding-top: calc(48vw + 45px);
}
@media (min-width: 768px) {
  .thankYou-page .txt-img-grid-wrap .txt-col {
    padding-top: calc(46vw + 75px);
  }
}
@media (min-width: 992px) {
  .thankYou-page .txt-img-grid-wrap .txt-col {
    padding-top: 60px;
  }
}
.thankYou-page .txt-img-grid-wrap .txt-sec-top {
  padding-left: 0;
}
@media (min-width: 768px) {
  .thankYou-page .txt-img-grid-wrap .txt-sec-top {
    padding-left: 25px;
  }
}
.thankYou-page .txt-img-grid-wrap .img-ful-wdth {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 180px;
}
@media (min-width: 768px) {
  .thankYou-page .txt-img-grid-wrap .img-ful-wdth {
    top: 15px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    height: 46vw;
  }
}
@media (min-width: 992px) {
  .thankYou-page .txt-img-grid-wrap .img-ful-wdth {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    height: 23vw;
    border-right: 4px solid #e69a45;
  }
}
@media (min-width: 768px) {
  .thankYou-page .txt-img-grid-wrap .grid-img-col {
    position: initial;
  }
}
.thankYou-page .txt-img-grid-wrap .grid-img-col .border img {
  margin: 10px 0 30px;
}
@media (min-width: 768px) {
  .thankYou-page .txt-img-grid-wrap .grid-img-col .border img {
    margin: 10px 0 30px;
  }
}
@media (min-width: 992px) {
  .thankYou-page .txt-img-grid-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.thankYou-page .thank-you {
  background-color: #4c5d75;
  height: 400px;
  padding-left: 30px;
  padding-right: 30px;
  padding: 60px 30px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .thankYou-page .thank-you {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .thankYou-page .thank-you {
    margin-bottom: 0;
    margin-top: 15px;
    height: calc(100% - (23vw + 15px));
  }
}
@media (min-width: 768px) {
  .thankYou-page .thank-you {
    padding: 40px 30px;
  }
}
.thankYou-page .thank-you .thanks-text {
  color: #e8e5d6;
  line-height: 1;
  letter-spacing: 1.35px;
}
.thankYou-page .thank-you .social a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
}
.thankYou-page .thank-you .social a.fb {
  background: url("../images/common/facebook.svg") center/contain no-repeat;
}
.thankYou-page .thank-you .social a.twtr {
  background: url("../images/common/twitter.svg") center/contain no-repeat;
}
.thankYou-page .thank-you .social a.insta {
  background: url("../images/common/instagram.svg") center/contain no-repeat;
}
.thankYou-page .contact-map {
  height: 49.5vw;
  background-position: 65% 50%;
  min-height: 185px;
  position: relative;
}
.thankYou-page .contact-map .map-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 768px) {
  .thankYou-page .contact-map {
    height: 31.3vw;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .thankYou-page .contact-map {
    height: 22.5vw;
  }
}
.thankYou-page .contact-form {
  background-color: #4c5d75;
  padding-left: 30px;
  padding-right: 30px;
  padding: 60px 30px 40px;
}
.thankYou-page .contact-form .hywrap input,
.thankYou-page .contact-form .hywrap select,
.thankYou-page .contact-form .hywrap textarea {
  border: none;
  border-bottom: 4px solid #e69a45;
  border-radius: 0;
  padding: 0;
}
.thankYou-page .contact-form .hywrap input:focus,
.thankYou-page .contact-form .hywrap select:focus,
.thankYou-page .contact-form .hywrap textarea:focus {
  border-color: #e69a45;
}
.thankYou-page .contact-form .hywrap .control-group {
  position: relative;
}
.thankYou-page .contact-form .hywrap .control-group.hytag_form_comment .control-label {
  top: 75px;
}
@media (min-width: 768px) {
  .thankYou-page .contact-form .hywrap .control-group.hytag_form_comment .control-label {
    top: 55px;
  }
}
.thankYou-page .contact-form .hywrap .control-group.hytag_form_comment textarea {
  height: 100px;
}
@media (min-width: 768px) {
  .thankYou-page .contact-form .hywrap .control-group.hytag_form_comment textarea {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .thankYou-page .contact-form .hywrap .control-group.hytag_form_comment {
    margin-bottom: 5px;
  }
}
.thankYou-page .contact-form .hywrap .hytag_sign_up_for_the_newsletter .control-label {
  position: relative;
  top: 0;
}
.thankYou-page .contact-form .hywrap .hytag_number_of_bedrooms .control-label {
  top: 0;
}
.thankYou-page .contact-form .hywrap select {
  color: #f0edea;
  background: #4c5d75;
}
.thankYou-page .contact-form .hywrap input,
.thankYou-page .contact-form .hywrap select,
.thankYou-page .contact-form .hywrap textarea,
.thankYou-page .contact-form .hywrap .radio,
.thankYou-page .contact-form .hywrap .control-label {
  color: #f0edea;
  font: 16px/25px "futura-pt";
  letter-spacing: 1.2px;
}
.thankYou-page .contact-form .hywrap .control-label {
  position: absolute;
  left: 0;
  top: 8px;
  pointer-events: none;
}
.thankYou-page .contact-form .hywrap .form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .thankYou-page .contact-form .hywrap .form-actions {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
.thankYou-page .contact-form .hywrap button[type=submit] {
  text-align: right;
  border: 0;
  display: inline-block;
  color: #f0edea;
  font: 14px/25px "futura-pt-bold";
  text-transform: uppercase;
  letter-spacing: 2.1px;
  position: relative;
  padding: 0 15px 0 0;
  width: auto;
  max-width: 200px;
  margin-left: auto;
}
.thankYou-page .contact-form .hywrap button[type=submit]::after {
  position: absolute;
  content: ">";
  padding-left: 5px;
}
.thankYou-page .contact-form .hywrap button[type=submit]:hover {
  background: transparent;
}
.thankYou-page .contact-form .hywrap #more-info {
  margin-top: 0;
  margin-bottom: 10px;
}
.thankYou-page .contact-form .hywrap #more-info a {
  color: #f0edea;
  font: 500 15px/24px "freight-big-pro";
  font-style: italic;
  text-decoration: underline;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  .thankYou-page .contact-form .hywrap #more-info {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .thankYou-page .contact-form {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .thankYou-page .contact-form {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

#tour {
  height: calc(100vh - 48px);
  min-height: 600px;
}

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