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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  resize: vertical;
}

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

body {
  background-color: #193947;
}

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

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

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

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

body {
  font-family: brandon-grotesque, sans-serif;
  line-height: 1.5;
  color: #f0edea;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: bely-display, sans-serif;
  font-weight: 400;
  color: #f0edea;
  margin-top: 0;
}

.expense-display {
  margin: 0 auto;
}
.expense-display .rfwa-expense-guide-container {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 27px;
}
.expense-display .rfwa-expense-guide-container h2 {
  font-family: brandon-grotesque, sans-serif;
  color: #f0edea;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.expense-display .rfwa-expense-guide-container p {
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 27px;
  color: #f0edea;
}
.expense-display .rfwa-expense-footer {
  font-family: brandon-grotesque, sans-serif;
  color: #f0edea;
  letter-spacing: 0.8px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .expense-display .rfwa-expense-footer {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
  }
}
.expense-display .rfwa-accordion-item, .expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-item {
  border-radius: 0;
  background-color: #374654;
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-item {
  border-color: "red";
  border-radius: 0;
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-content {
  background-color: #374654;
}
.expense-display .rfwa-group-title, .expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header {
  background-color: #374654;
}
.expense-display .rfwa-group-title h3, .expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3 {
  font-family: brandon-grotesque, sans-serif;
  color: #f0edea;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.13px;
}
@media (min-width: 992px) {
  .expense-display .rfwa-group-title h3, .expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-header h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
  }
}
.expense-display[data-accordion=true] .rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-bottom-color: #f0edea;
  border-right-color: #f0edea;
}
.expense-display .rfwa-expense-list th {
  color: #f0edea;
  font-weight: 600;
}
@media screen and (min-width: 1201px) {
  .expense-display .rfwa-expense-list th:nth-child(2) {
    width: 26%;
  }
  .expense-display .rfwa-expense-list th:nth-child(4) {
    width: 12%;
  }
}
.expense-display .rfwa-expense-list tr {
  border-color: "red";
}
@media screen and (min-width: 1201px) {
  .expense-display .rfwa-expense-list td:nth-child(2) {
    width: 26%;
  }
  .expense-display .rfwa-expense-list td:nth-child(4) {
    width: 12%;
  }
}
.expense-display .rfwa-expense-list td::before {
  color: #f0edea;
}
.expense-display .rfwa-expense-list .rfwa-expense-label,
.expense-display .rfwa-expense-list .rfwa-expense-amount.has-tooltip,
.expense-display .rfwa-expense-list .rfwa-expense-details {
  color: #f0edea;
}
.expense-display .rfwa-expense-list tr {
  border-radius: 0;
}
.expense-display .rfwa-expense-type-badge {
  font-family: brandon-grotesque, sans-serif;
}
.expense-display .rfwa-expense-type-required,
.expense-display .rfwa-expense-type {
  border-color: #374654;
  background-color: #4a2427;
  color: #f0edea;
  border-radius: 0;
}
.expense-display .rfwa-expense-type-optional,
.expense-display .rfwa-expense-type.Optional {
  background-color: #193947;
  border-color: #193947;
  border-radius: 0;
  color: #f0edea;
}
.expense-display .rfwa-expense-type-situational,
.expense-display .rfwa-expense-type.Situational {
  background-color: #1c3f40;
  border-color: #1c3f40;
  border-radius: 0;
  color: #f0edea;
}
.expense-display .rfwa-export-pdf-link {
  color: #f0edea;
}

.rfwa-fee-calculator {
  overflow: hidden;
}

.rfwa-disclaimer-modal .rfwa-disclaimer-content {
  color: #000;
}

.skipnav {
  background: #4a2427;
  border: 1px solid black;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: -999em;
  text-decoration: none !important;
}
.skipnav:focus {
  background: #4a2427;
  left: 0;
  outline: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
  padding: 1rem 1.5rem;
  color: #fff;
  outline: 1px dashed #fff;
  outline-offset: 2px;
}

.ts-container {
  width: 100%;
  padding-left: 2.8vw;
  padding-right: 2.8vw;
}
@media (min-width: 576px) and (max-width: 767px) {
  .ts-container {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}

.page-title {
  text-align: center;
  background: url(../images/title-leaf.png) no-repeat center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  padding: 100px 0 70px 0;
}
@media (max-width: 767px) {
  .page-title {
    min-height: 340px;
  }
}
.page-title h1 {
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .page-title h1 {
    font-size: 15px;
  }
}
.page-title h2 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.9px;
  max-width: 630px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .page-title h2 {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 0.68px;
  }
}
.page-title p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-title p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.75px;
  }
}
.page-title p::before {
  content: "";
  height: 1px;
  width: 20px;
  background: #f0edea;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .page-title p::before {
    top: -26px;
  }
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  cursor: pointer;
}

.btn, #contactForm .hywrap button[type=submit], .addtoany_list.a2a_kit_size_32 .addtoany_share_save {
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  transition: color ease 0.3s;
  color: #f0edea;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.27px;
  text-decoration: none;
  padding: 19px 29px;
  border: 0;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .btn, #contactForm .hywrap button[type=submit], .addtoany_list.a2a_kit_size_32 .addtoany_share_save {
    padding: 12px 20px 10px;
  }
}
@media (max-width: 767px) {
  .btn, #contactForm .hywrap button[type=submit], .addtoany_list.a2a_kit_size_32 .addtoany_share_save {
    font-size: 13px;
    letter-spacing: 0.97px;
  }
}
.btn::before, #contactForm .hywrap button[type=submit]::before, .btn::after, #contactForm .hywrap button[type=submit]::after, .addtoany_list.a2a_kit_size_32 .addtoany_share_save::before, .addtoany_list.a2a_kit_size_32 .addtoany_share_save::after {
  content: "";
  position: absolute;
  background-color: #f0edea;
  z-index: 1;
  height: 5px;
}
.btn::before, #contactForm .hywrap button[type=submit]::before, .addtoany_list.a2a_kit_size_32 .addtoany_share_save::before {
  width: 0%;
  left: 0;
  bottom: -5px;
  transition: width ease 0.4s;
}
.btn::after, #contactForm .hywrap button[type=submit]::after, .addtoany_list.a2a_kit_size_32 .addtoany_share_save::after {
  width: 100%;
  left: 0;
  bottom: -5px;
  transition: all ease 0.6s;
}
.btn:hover, #contactForm .hywrap button[type=submit]:hover, .addtoany_list.a2a_kit_size_32 .addtoany_share_save:hover {
  text-decoration: none;
}
.btn:hover::before, #contactForm .hywrap button[type=submit]:hover::before, .addtoany_list.a2a_kit_size_32 .addtoany_share_save:hover::before {
  width: 100%;
}
.btn:hover::after, #contactForm .hywrap button[type=submit]:hover::after, .addtoany_list.a2a_kit_size_32 .addtoany_share_save:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}
.btn.btn-type1, #contactForm .hywrap button.btn-type1[type=submit], .addtoany_list.a2a_kit_size_32 .addtoany_share_save.btn-type1 {
  background: #304c5a;
}
.btn.btn-type2, #contactForm .hywrap button.btn-type2[type=submit], .addtoany_list.a2a_kit_size_32 .addtoany_share_save.btn-type2 {
  background: #4a2427;
}
.btn.btn-type3, #contactForm .hywrap button.btn-type3[type=submit], .addtoany_list.a2a_kit_size_32 .addtoany_share_save.btn-type3 {
  background: #1c3f40;
}
.btn.btn-type4, #contactForm .hywrap button.btn-type4[type=submit], .addtoany_list.a2a_kit_size_32 .addtoany_share_save.btn-type4 {
  background: #374654;
}

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

.selectivo {
  position: relative;
  display: inline-block;
  background: white;
}

.selectivo__label,
.selectivo__option {
  display: block;
  width: 100%;
  padding: 1em;
  padding-right: 2.5em;
  border: 0;
  background: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
}

.selectivo__label:focus,
.selectivo__option:focus {
  outline: 1px dotted gray;
}

.selectivo__label::-moz-focus-inner,
.selectivo__option::-moz-focus-inner {
  border: 0;
}

.selectivo__label,
.selectivo__dropdown {
  border: 1px solid #E3E3E3;
}

.selectivo__dropdown {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: white;
  max-height: 300px;
}

.selectivo--open .selectivo__dropdown {
  display: block;
}

.angled-top-left:before,
.angled-top-right:before {
  content: "";
}

.angled-bottom-left:after,
.angled-bottom-right:after {
  content: "";
}

.angled-top-left:before, .angled-top-left:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
}
.angled-top-left:before {
  top: 0;
  transform-origin: right top;
  transform: skewY(6deg);
}

.angled-top-right:before, .angled-top-right:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
}
.angled-top-right:before {
  top: 0;
  transform-origin: left top;
  transform: skewY(-6deg);
}

.angled-bottom-left:before, .angled-bottom-left:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
}
.angled-bottom-left:after {
  bottom: 0;
  transform-origin: right bottom;
  transform: skewY(-6deg);
}

.angled-bottom-right:before, .angled-bottom-right:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
}
.angled-bottom-right:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(6deg);
}

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

.using-keytab :focus {
  outline-color: inherit;
}

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

.hide-visually {
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 0;
}

@media (max-width: 767px) {
  header {
    height: 50px;
  }
}
header .header-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #193947;
  padding: 20px 2.8vw;
}
@media (max-width: 767px) {
  header .header-wrapper {
    padding: 10px 6.5vw;
    height: 50px;
  }
}
@media (max-width: 575px) {
  header .header-wrapper {
    padding: 10px 2.8vw;
  }
}
header .center-logo {
  position: absolute;
  left: 50%;
  flex: 0 1 auto;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 152px;
}
header .center-logo a {
  display: block;
}
header .center-logo a img {
  width: 100%;
}
header .center-logo a img.logo-mob {
  display: none;
}
@media (max-width: 767px) {
  header .center-logo a img.logo-mob {
    display: block;
  }
}
header .center-logo a img.logo-img {
  display: none;
}
@media (min-width: 768px) {
  header .center-logo a img.logo-img {
    display: block;
  }
}
@media (max-width: 767px) {
  header .center-logo {
    left: 6.5vw;
    transform: translateX(0) translateY(-50%);
    width: 130px;
  }
}
@media (max-width: 575px) {
  header .center-logo {
    left: 2.8vw;
  }
}
header .hamburger {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header .c-hamburger {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 17px;
  height: 17px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background: transparent;
  z-index: 502;
}
header #nav-toggle span, header #nav-toggle span:before, header #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 17px;
  background: #FFF;
  position: absolute;
  display: block;
  content: "";
}
header #nav-toggle span:before {
  top: -6px;
}
header #nav-toggle span:after {
  bottom: -6px;
}
header #nav-toggle span, header #nav-toggle span:before, header #nav-toggle span:after {
  transition: all 0.6s ease-in-out;
}
header .header-right {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  margin-left: auto;
}
header .header-right ul li {
  display: inline;
  list-style: none;
}
header .header-right ul li a {
  color: #FFF;
  margin-right: 30px;
  text-transform: lowercase;
}
header .header-right ul li.current-menu-item a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  header .header-right ul {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-left {
    display: none;
  }
}
header .c-hamburger span {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 5px;
  background: #fff;
}
header .floatleft {
  float: left;
  display: flex;
  padding-left: 5px;
}
header .schedule-a-tour {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  display: inline-block;
  background: url(../images/schedule_a_tour.svg) no-repeat center center;
}
@media (min-width: 992px) {
  header .schedule-a-tour {
    display: none;
  }
}
header .call-btn {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  display: inline-block;
  background: url(../images/call.svg) no-repeat center center;
}
@media (min-width: 768px) {
  header .call-btn {
    display: none;
  }
}
header .get-directions {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  display: inline-block;
  background: url(../images/get_directions.svg) no-repeat center center;
}
@media (min-width: 992px) {
  header .get-directions {
    display: none;
  }
}

.sidenav {
  height: 100vh;
  width: 266px;
  position: fixed;
  z-index: 501;
  top: 0;
  background-color: #f0edea;
  overflow-x: hidden;
  transition: 0.5s;
  right: -266px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .sidenav {
    width: 100%;
    text-align: center;
    right: -100%;
    padding: 10px 0 10px 0;
    transition: 0.3s;
  }
}
.sidenav .sidenav-inner {
  height: 100%;
}
.sidenav .mCSB_container {
  display: flex;
  flex-direction: column;
}
@media (min-height: 599px) {
  .sidenav .mCSB_container {
    height: 100%;
  }
}
.sidenav .menu-leaf-link {
  width: 115px;
  display: block;
}
@media (max-width: 767px) {
  .sidenav .menu-leaf-link {
    margin: 0 auto;
  }
}
.sidenav ul {
  margin: 0;
  padding: 30px;
  list-style: none;
}
@media (min-width: 768px) {
  .sidenav ul {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sidenav ul {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidenav ul li {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sidenav ul li {
    margin-bottom: 18px;
  }
}
.sidenav ul li a {
  color: #193947;
  font-family: brandon-grotesque, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .sidenav ul li a {
    line-height: 20px;
    letter-spacing: 1px;
  }
}
.sidenav ul li a:hover {
  text-decoration: none;
  color: #4a2427;
}
.sidenav ul li a:focus, .sidenav ul li a:active {
  text-decoration: none;
}
.sidenav ul li.current_page_item a, .sidenav ul li.current-menu-item a {
  text-decoration: none;
  color: #4a2427;
}
.sidenav .menu-bottom {
  padding: 35px;
  /*position: absolute;*/
  padding-bottom: 20px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 266px;
}
@media (max-width: 767px) {
  .sidenav .menu-bottom {
    position: relative;
    padding-top: 0;
    width: 100%;
  }
}
@media (min-height: 599px) {
  .sidenav .menu-bottom {
    position: absolute;
    padding-bottom: 35px;
  }
}
.sidenav .menu-address {
  color: #193947;
  font-family: brandon-grotesque, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.13px;
  margin-bottom: 25px;
}
.sidenav .menu-address a:hover, .sidenav .menu-address a:focus {
  color: #193947;
}
@media (max-width: 991px) {
  .sidenav .menu-address a:hover {
    text-decoration: none;
  }
}
.sidenav .menu-address span {
  display: block;
}
.sidenav .menu-address span.phone-nbr {
  margin-top: 10px;
}
.sidenav .menu-address span.phone-nbr a:hover, .sidenav .menu-address span.phone-nbr a:focus {
  color: #193947;
}
.sidenav .menu-leaf {
  margin: 35px 35px 0;
}
.sidenav .social-links .social {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  outline-color: #193947;
}
.sidenav .social-links .social.fb {
  background-image: url(../images/001-facebook.svg);
}
.sidenav .social-links .social.fb:hover {
  background-image: url(../images/fb-hover.svg);
}
.sidenav .social-links .social.tw {
  background-image: url(../images/003-twitter.svg);
}
.sidenav .social-links .social.tw:hover {
  background-image: url(../images/twitter-hover.svg);
}
.sidenav .social-links .social.insta {
  background-image: url(../images/002-instagram.svg);
}
.sidenav .social-links .social.insta:hover {
  background-image: url(../images/insta-hover.svg);
}

.open-nav.sidenav {
  right: 0;
  visibility: visible;
  padding: 10px 0 10px 0;
}
@media (max-width: 767px) {
  .open-nav.sidenav {
    padding: 10px 0 0;
  }
}

.outer-wrapper {
  left: 0;
  width: 100%;
  position: relative;
  transition: left 0.5s ease;
}

@media (max-width: 767px) {
  .sidenav .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
}

body {
  transition: 0.5s all;
  overflow-x: hidden !important;
  position: relative;
}
body.open-menu {
  /* overflow-y: hidden;*/
}
body.open-menu .outer-wrapper {
  left: -266px;
}
@media (max-width: 767px) {
  body.open-menu .outer-wrapper {
    left: 0;
  }
}
@media (max-width: 767px) {
  body.open-menu {
    overflow-y: hidden;
  }
  body.open-menu.home header {
    z-index: 502;
    right: 0 !important;
  }
  body.open-menu.home header.fixed-header .header-wrapper {
    background-color: transparent;
  }
  body.open-menu.home header.fixed-header .header-wrapper .header-left, body.open-menu.home header.fixed-header .header-wrapper .header-right, body.open-menu.home header.fixed-header .header-wrapper .center-logo {
    opacity: 0;
  }
  body.open-menu.home header.fixed-header .header-wrapper .hamburger {
    top: 20px;
  }
  body.open-menu.home header .header-wrapper > *:not(.hamburger) {
    transition: opacity 0.1s ease, visibility 0.1s ease;
  }
  body.open-menu .hamburger {
    position: fixed;
    right: 20px;
    z-index: 502;
  }
  body.open-menu .hamburger #nav-toggle span, body.open-menu .hamburger #nav-toggle span:before, body.open-menu .hamburger #nav-toggle span:after {
    background: #193947;
  }
  body.open-menu .hamburger #nav-toggle span {
    background: transparent;
  }
  body.open-menu .header-right {
    padding-right: 17px;
  }
}
body.open-menu .fixed-header {
  right: 266px;
  transition: right 0.5s ease;
}
body.open-menu header #nav-toggle span:before {
  transform: translateY(6px) rotate(45deg);
}
body.open-menu header #nav-toggle span:after {
  transform: translateY(-6px) rotate(-45deg);
}
body.open-menu header #nav-toggle span {
  background: none;
}

.specials {
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .specials {
    align-items: flex-start;
    position: relative;
    margin-top: 50px;
    z-index: 10;
    transition: none;
  }
}
.open-specials .specials {
  opacity: 1;
  visibility: visible;
}
.specials .specials-popup {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  width: 100%;
  display: block;
  max-width: 508px;
  height: auto;
  background-color: #eae7d7;
  text-align: center;
  padding: 50px;
  opacity: 1;
}
@media (max-width: 767px) {
  .specials .specials-popup {
    max-width: 100%;
  }
}
.specials .small-title {
  display: block;
  color: #193947;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .specials .small-title {
    font-size: 15px;
  }
}
.specials .specials-main {
  display: block;
  color: #193947;
  font-family: bely-display, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin: 20px 0 15px;
}
@media (max-width: 767px) {
  .specials .specials-main {
    font-size: 18px;
    line-height: 21px;
  }
}
.specials .specials-sub, .specials .specials-msg {
  display: block;
  color: #193947;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .specials .specials-sub, .specials .specials-msg {
    font-size: 15px;
    line-height: 20px;
  }
}
.specials .popup-btn {
  width: 164px;
  height: 50px;
  padding: 13px 20px 12px;
  background-color: #47606c;
  color: #f0edea;
  font-family: brandon-grotesque, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.27px;
  display: block;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .specials .popup-btn {
    font-size: 13px;
    height: 38px;
    padding: 11px 20px 10px;
  }
}
.specials .popup-close {
  width: 17px;
  height: 17px;
  display: block;
  background: url(../images/close.png) no-repeat center center;
  float: right;
  margin-top: -30px;
  margin-right: -30px;
  border: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .home.open-specials:not(.open-menu) header .header-wrapper, .home.open-specials:not(.open-menu) header.fill-color-0 .header-wrapper, .home.open-specials:not(.open-menu) header.fill-color-1 .header-wrapper {
    background: #193947;
  }
  .home.open-specials:not(.open-menu) header.fill-color-2 .header-wrapper {
    background: #4a2427;
  }
  .home.open-specials:not(.open-menu) header.fill-color-3 .header-wrapper {
    background: #1c3f40;
  }
  .home.open-specials:not(.open-menu) header.fill-color-4 .header-wrapper {
    background: #374654;
  }
  .home.open-specials:not(.open-menu) header .header-wrapper > *:not(.hamburger) {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s ease, visibility 0.1s ease;
  }
}
.home.open-specials.open-menu header.fill-color-0 .header-wrapper {
  background: none;
  transition: background 0.2s ease;
}
.home.open-specials header .header-wrapper {
  transition: background 0.8s ease;
}

@media (min-height: 599px) and (max-height: 750px) {
  .sidenav .menu-leaf {
    margin-top: 15px;
  }
  .sidenav ul {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sidenav ul li {
    margin-bottom: 4px;
  }
  .sidenav .menu-bottom {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
.using-keytab header .c-hamburger:focus {
  outline: 1px dotted #fff;
  outline-offset: 2px;
}

body:not(.home) header {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  right: 0;
  transition: right 0.5s ease;
}
@media (min-width: 768px) {
  body:not(.home).open-menu header {
    right: 266px;
  }
}
body:not(.home) .outer-wrapper {
  padding-top: 96px;
}
@media (max-width: 991px) {
  body:not(.home) .outer-wrapper {
    padding-top: 91px;
  }
}
@media (max-width: 767px) {
  body:not(.home) .outer-wrapper {
    padding-top: 50px;
  }
}

.social-links-cached {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  height: 0;
  overflow: hidden;
}

.footer-inner {
  background-color: #193947;
  display: flex;
  flex-direction: column;
}
.footer-inner .ftr-top {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 35px 2.8vw 42px;
}
@media (max-width: 767px) {
  .footer-inner .ftr-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
@media (max-width: 575px) {
  .footer-inner .ftr-top {
    padding-left: 2.8vw;
    padding-right: 2.8vw;
  }
}
.footer-inner .ftr-top .ftr-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 16px;
}
.footer-inner .ftr-top .ftr-address .ftr-logo {
  margin-bottom: 12px;
}
.footer-inner .ftr-top .ftr-address .ftr-logo .ftr-logo-img {
  width: 190px;
}
@media (max-width: 767px) {
  .footer-inner .ftr-top .ftr-address {
    order: 1;
  }
}
.footer-inner .ftr-top .ftr-address .ftr-address-link {
  color: #f0edea;
}
@media (max-width: 991px) {
  .footer-inner .ftr-top .ftr-address .ftr-address-link:hover {
    text-decoration: none;
  }
}
.footer-inner .ftr-top .ftr-address .phone-blk-ftr {
  margin-top: 12px;
}
.footer-inner .ftr-top .ftr-address .phone-blk-ftr a {
  color: #f0edea;
}
@media (max-width: 991px) {
  .footer-inner .ftr-top .ftr-address .phone-blk-ftr a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .footer-inner .ftr-top .ftr-address .phone-blk-ftr {
    flex-direction: row;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-inner .ftr-top .ftr-address .phone-blk-ftr .phone-ftr {
    margin-top: 3px;
    margin-right: 15px;
  }
}
.footer-inner .ftr-top .ftr-top-rt a {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .footer-inner .ftr-top .ftr-top-rt {
    order: 3;
    margin-top: 20px;
  }
}
.footer-inner .ftr-top .social-links-ftr-dkp {
  min-width: 98.66px;
}
@media (max-width: 767px) {
  .footer-inner .ftr-top .social-links-footer {
    order: 2;
  }
  .footer-inner .ftr-top .social-links-footer.social-links-ftr-dkp {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-inner .ftr-top .social-links-footer.social-links-ftr-mob {
    display: none;
  }
}
.footer-inner .ftr-top .social-links-footer .social {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-image: url(../images/social_links_footer.png);
}
@media (max-width: 359px) {
  .footer-inner .ftr-top .social-links-footer .social {
    margin-right: 8px;
  }
}
.footer-inner .ftr-top .social-links-footer .social.fb {
  background-position: 0 center;
}
.footer-inner .ftr-top .social-links-footer .social.tw {
  background-position: -36px center;
}
.footer-inner .ftr-top .social-links-footer .social.insta {
  background-position: -72px center;
  margin-right: 0;
}
.footer-inner .ftr-btm {
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2.8vw;
}
@media (max-width: 767px) {
  .footer-inner .ftr-btm {
    flex-direction: column;
    padding: 25px 6.5vw;
  }
}
@media (max-width: 575px) {
  .footer-inner .ftr-btm {
    padding-left: 2.8vw;
    padding-right: 2.8vw;
  }
}
.footer-inner .ftr-btm a, .footer-inner .ftr-btm p {
  opacity: 0.6;
  color: #f0edea;
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.82px;
  margin-bottom: 0;
}
@media (max-width: 359px) {
  .footer-inner .ftr-btm a, .footer-inner .ftr-btm p {
    font-size: 10px;
  }
}
.footer-inner .ftr-btm a:hover, .footer-inner .ftr-btm p:hover {
  text-decoration: none;
}
.footer-inner .ftr-btm .ftr-btm-rt {
  margin-top: 2px;
}
.footer-inner .ftr-btm .ftr-btm-rt a {
  opacity: 1;
  border-bottom: 1px solid transparent;
}
.footer-inner .ftr-btm .ftr-btm-rt a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer-inner .ftr-btm .ftr-btm-rt a:hover {
    text-decoration: none;
  }
}
.footer-inner .ftr-btm .privacy {
  padding-right: 10px;
  margin-right: 8px;
  position: relative;
}
.footer-inner .ftr-btm .privacy:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #f0edea;
  position: absolute;
  right: -2px;
  top: 2px;
}
.footer-inner .ftr-btm .ada-eho {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: center;
  /*background-image: url(../images/ada_eho.png);*/
  vertical-align: top;
  margin-top: 5px;
}
.footer-inner .ftr-btm .ada-eho.eho {
  /* background-position: 2px bottom;*/
  /*margin-right: 5px;*/
  background-image: url(../images/eho.svg);
}
.footer-inner .ftr-btm .ada-eho.ada {
  /*background-position: -13px bottom;*/
  background-image: url(../images/ada.svg);
}

.bozzuto-logo img {
  width: 130px;
}

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

body.home {
  min-height: auto;
  background-image: none;
  transition: background-color 0.8s ease;
}
@media (max-width: 991px) {
  body.home {
    background-color: transparent;
  }
}
body.home header {
  right: 0;
  transition: right 0.5s ease;
}
body.home.open-menu header {
  right: 266px;
}
@media (min-width: 992px) {
  body.home.open-menu .animate-section .full-width-container .right_container.fix-container {
    right: 266px;
  }
}
@media (min-width: 992px) {
  body.home.open-menu.fp-viewing-0 .homepage .animate-section .full-width-container .right_container, body.home.open-menu.fp-viewing-5 .homepage .animate-section .full-width-container .right_container {
    transition: visibility 0.8s, opacity 0.8s ease, right 0s ease;
  }
}
@media (min-width: 992px) {
  body.home.using-keytab .homepage .section-2 .full-width-container .right_container.fix-container, body.home.using-keytab .homepage .section-3 .full-width-container .right_container.fix-container, body.home.using-keytab .homepage .section-4 .full-width-container .right_container.fix-container {
    position: absolute !important;
  }
}
@media (min-width: 992px) {
  body.home.using-keys .homepage .section-2 .full-width-container .right_container.fix-container, body.home.using-keys .homepage .section-3 .full-width-container .right_container.fix-container, body.home.using-keys .homepage .section-4 .full-width-container .right_container.fix-container {
    position: absolute !important;
  }
}

.home h1 {
  margin-bottom: 0;
}
.home header {
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
}
.home header .header-wrapper {
  background: none;
}
.home header .header-wrapper > *:not(.hamburger) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .home header.fill-color-0 .header-wrapper {
    background: none;
  }
  .home header.fill-color-1 .header-wrapper {
    background: #193947;
  }
  .home header.fill-color-2 .header-wrapper {
    background: #4a2427;
  }
  .home header.fill-color-3 .header-wrapper {
    background: #1c3f40;
  }
  .home header.fill-color-4 .header-wrapper {
    background: #374654;
  }
}
.home header.fixed-header .header-wrapper {
  transition: background 0.8s ease;
}
.home header.fixed-header .header-wrapper > * {
  opacity: 1;
  visibility: visible;
}
.home.fp-viewing-0 {
  background-color: #193947;
}
.home.fp-viewing-0 header .header-wrapper {
  background: none;
}
.home.fp-viewing-1 {
  background-color: #193947;
}
.home.fp-viewing-1 header.fixed-header .header-wrapper {
  background-color: #193947;
}
.home.fp-viewing-2 {
  background-color: #4a2427;
}
.home.fp-viewing-2 header.fixed-header .header-wrapper {
  background-color: #4a2427;
}
.home.fp-viewing-3 {
  background-color: #1c3f40;
}
.home.fp-viewing-3 header.fixed-header .header-wrapper {
  background-color: #1c3f40;
}
.home.fp-viewing-4, .home.fp-viewing-5 {
  background-color: #374654;
}
.home.fp-viewing-4 header.fixed-header .header-wrapper, .home.fp-viewing-5 header.fixed-header .header-wrapper {
  background-color: #374654;
}
@media (max-width: 991px) {
  .home .section-1 {
    background-color: #193947;
  }
}
@media (max-width: 991px) {
  .home .section-2 {
    background-color: #4a2427;
  }
}
@media (max-width: 991px) {
  .home .section-3 {
    background-color: #1c3f40;
  }
}
@media (max-width: 991px) {
  .home .section-4, .home .footer-inner {
    background-color: #374654;
  }
}
.home .footer-inner {
  background-color: #374654;
}
.home .homepage .intro-section {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home .homepage .intro-section {
    height: 100vh;
    min-height: 540px;
  }
}
.home .homepage .intro-section .intro-inner-section {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  z-index: 1;
}
.home .homepage .intro-section .frame {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.home .homepage .intro-section .frame.frame1 {
  background: url("../images/home/HomeAnimation1.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame2 {
  background: url("../images/home/HomeAnimation2.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame3 {
  background: url("../images/home/HomeAnimation3.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame4 {
  background: url("../images/home/HomeAnimation4.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame5 {
  background: url("../images/home/HomeAnimation5.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame6 {
  background: url("../images/home/HomeAnimation6.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame7 {
  background: url("../images/home/HomeAnimation7.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame8 {
  background: url("../images/home/HomeAnimation8.svg") center center/cover;
}
.home .homepage .intro-section .frame.frame9 {
  background: url("../images/home/HomeAnimation9.svg") center center/cover;
}
.home .homepage .intro-section.play-animation .frame.frame1 {
  animation: 1s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame2 {
  animation: 1.3s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame3 {
  animation: 1.6s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame4 {
  animation: 1.9s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame5 {
  animation: 2.2s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame6 {
  animation: 2.5s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame7 {
  animation: 2.8s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame8 {
  animation: 3.1s show forwards;
}
.home .homepage .intro-section.play-animation .frame.frame9 {
  animation: 3.4s show forwards;
}
.home .homepage .intro-section .arrow-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  transition: opacity 1s ease 1s;
  padding: 0;
  border: 0;
  border-radius: 0;
}
@media (max-device-width: 1024px) and (orientation: landscape) {
  .home .homepage .intro-section .arrow-wrapper {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home .homepage .intro-section .arrow-wrapper {
    bottom: 90px;
  }
}
.home .homepage .intro-section .arrow-wrapper .scroll-txt {
  display: block;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .home .homepage .intro-section .arrow-wrapper .scroll-txt {
    font-size: 14px;
    letter-spacing: 1.33px;
  }
}
.home .homepage .intro-section .logo-arrow-container {
  transform: translateY(200%);
  transition: transform 1s ease;
  visibility: hidden;
}
.home .homepage .intro-section .logo-arrow-container .logo-container a {
  display: block;
}
.home .homepage .intro-section .logo-arrow-container .logo-container img {
  width: 320px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .home .homepage .intro-section .logo-arrow-container .logo-container img {
    width: 260px;
  }
}
.home .homepage .intro-section:after, .home .homepage .intro-section:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  transition: opacity 2s ease;
  visibility: hidden;
}
.home .homepage .intro-section:after {
  background: radial-gradient(circle 753px at center, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
.home .homepage .intro-section.in-view:after {
  opacity: 0.8;
  visibility: visible;
}
.home .homepage .intro-section.in-view:before {
  opacity: 1;
  visibility: visible;
}
.home .homepage .intro-section.in-view .logo-arrow-container {
  transform: translateY(0);
  visibility: visible;
  z-index: 1;
}
.home .homepage .intro-section.in-view .arrow-wrapper {
  opacity: 1;
}
.home .homepage .animate-section {
  color: #f0edea;
}
@media (min-width: 992px) {
  .home .homepage .animate-section {
    overflow: hidden;
  }
}
.home .homepage .animate-section .section-content {
  margin-top: 0;
}
@media (min-width: 992px) {
  .home .homepage .animate-section .section-content {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .home .homepage .animate-section .section-content {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 1px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .home .homepage .animate-section .section-content {
    margin-bottom: 40px;
  }
}
.home .homepage .animate-section .section-heading {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.9px;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .home .homepage .animate-section .section-heading {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: 0.68px;
    margin: 30px 0;
  }
}
.home .homepage .animate-section .tagline {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .home .homepage .animate-section .tagline {
    font-size: 15px;
    letter-spacing: 1.13px;
  }
}
.home .homepage .animate-section .full-width-container {
  height: 100%;
}
.home .homepage .animate-section .full-width-container .left_container {
  width: 50%;
  position: relative;
  height: 100%;
  z-index: 1;
  background-size: cover;
}
@media (max-width: 991px) {
  .home .homepage .animate-section .full-width-container .left_container {
    width: 100%;
    height: 46.4vw;
    min-height: 350px;
  }
}
.home .homepage .animate-section .full-width-container .right_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../images/home/LogoPattern.svg") center center/cover;
}
@media (min-width: 992px) {
  .home .homepage .animate-section .full-width-container .right_container {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.8s, opacity 0.8s ease, right 0.5s ease;
  }
}
@media (max-width: 991px) {
  .home .homepage .animate-section .full-width-container .right_container {
    width: 100%;
    position: relative !important;
    padding: 50px 0;
    height: auto;
    background: url("../images/home/LogoPattern-Tablet.svg") center center/cover;
  }
}
.home .homepage .animate-section .full-width-container .right_container .right-container-scroll {
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0 auto;
  position: relative;
}
.home .homepage .animate-section .full-width-container .right_container .right-container-scroll .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.home .homepage .animate-section .full-width-container .right_container .vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
.home .homepage .animate-section .full-width-container .right_container .slide-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  margin-left: auto;
  padding: 150px 9vw 50px;
}
@media (max-width: 1399px) {
  .home .homepage .animate-section .full-width-container .right_container .slide-content {
    padding: 140px 5vw 40px;
  }
}
@media (max-width: 991px) {
  .home .homepage .animate-section .full-width-container .right_container .slide-content {
    width: 100%;
    padding: 0 8.5vw;
  }
}
.home .homepage .animate-section .full-width-container .right_container .slide-content .btn, .home .homepage .animate-section .full-width-container .right_container .slide-content #contactForm .hywrap button[type=submit], #contactForm .hywrap .home .homepage .animate-section .full-width-container .right_container .slide-content button[type=submit] {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .home .homepage .animate-section .full-width-container .right_container.show-right-bar {
    opacity: 1;
    visibility: visible;
  }
}
.home .homepage .animate-section .full-width-container .right_container.fix-container {
  position: fixed;
}
.home .homepage .animate-section svg {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .home .homepage .animate-section svg {
    display: none;
  }
}
.home .btn.btn-type1, .home #contactForm .hywrap button.btn-type1[type=submit], #contactForm .hywrap .home button.btn-type1[type=submit] {
  background: #304c5a;
}
.home .btn.btn-type2, .home #contactForm .hywrap button.btn-type2[type=submit], #contactForm .hywrap .home button.btn-type2[type=submit] {
  background: #5c3a3d;
}
.home .btn.btn-type3, .home #contactForm .hywrap button.btn-type3[type=submit], #contactForm .hywrap .home button.btn-type3[type=submit] {
  background: #335253;
}
.home .btn.btn-type4, .home #contactForm .hywrap button.btn-type4[type=submit], #contactForm .hywrap .home button.btn-type4[type=submit] {
  background: #5f6b76;
}
.home .mCSB_container:focus {
  outline: none;
}

.st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6;
  stroke-miterlimit: 10;
  visibility: hidden;
  stroke-dasharray: 901;
}

.js-animate .st0 {
  transition: visibilty 0.4s ease;
}

.js-animate .fp-section.active .st0 {
  visibility: visible;
}

.slide-down-transition .st0 {
  animation: forwardFill 2s linear;
  animation-delay: 0.8s;
}

.slide-up-transition .st0 {
  animation: backwardFill 2s linear;
  animation-delay: 0.8s;
}

@keyframes show {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes forwardFill {
  0% {
    visibility: visible;
    stroke-dashoffset: 901;
  }
  50% {
    stroke-dashoffset: 1802;
  }
  100% {
    stroke-dashoffset: 2703;
  }
}
@keyframes backwardFill {
  0% {
    visibility: visible;
    stroke-dashoffset: 2703;
  }
  50% {
    stroke-dashoffset: 1802;
  }
  100% {
    stroke-dashoffset: 901;
  }
}
.home .homepage .section-1 .full-width-container .left_container {
  background-position: top left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .homepage .section-1 .full-width-container .left_container {
    background-size: 140%;
  }
}

.home .homepage .section-2 .full-width-container .left_container {
  background-position: center 90%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .homepage .section-2 .full-width-container .left_container {
    background-position: center 75%;
  }
}
@media (max-width: 767px) {
  .home .homepage .section-2 .full-width-container .left_container {
    background-position: center 80%;
  }
}
@media (max-width: 575px) {
  .home .homepage .section-2 .full-width-container .left_container {
    background-position: center 100%;
  }
}

.home .homepage .section-3 .full-width-container .left_container {
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .homepage .section-3 .full-width-container .left_container {
    background-size: 140%;
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .home .homepage .section-3 .full-width-container .left_container {
    background-position: 50% bottom;
    background-size: 150%;
  }
}
@media (max-width: 575px) {
  .home .homepage .section-3 .full-width-container .left_container {
    background-position: 33% bottom;
    background-size: 220%;
  }
}

.home .homepage .section-4 .full-width-container .left_container {
  background-position: 65% 15%;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home .homepage .section-4 .full-width-container .left_container {
    background-position: 70% 23%;
    background-size: cover;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .home .homepage .section-4 .full-width-container .left_container {
    background-size: 260%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .homepage .section-4 .full-width-container .left_container {
    background-size: 130%;
    background-position: 70% 25%;
  }
}
@media (max-width: 767px) {
  .home .homepage .section-4 .full-width-container .left_container {
    background-position: 65% 35%;
    background-size: 160%;
  }
}
@media (max-width: 575px) {
  .home .homepage .section-4 .full-width-container .left_container {
    background-position: 55% 35%;
    background-size: 190%;
  }
}

body.features {
  background-image: linear-gradient(to top, #4a2427 0%, #374654 100%);
  background-repeat: no-repeat;
  position: relative;
}
body.features:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
body.features header .header-wrapper {
  background: #374654;
}

.features .footer-inner {
  background-color: #46262b;
}

.features-page {
  padding-bottom: 107px;
}
@media (max-width: 767px) {
  .features-page {
    padding-bottom: 40px;
  }
}

.features-content {
  display: flex;
}
@media (max-width: 991px) {
  .features-content {
    flex-direction: column-reverse;
  }
}

.feat-left {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 991px) {
  .feat-left {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .feat-left {
    margin-top: -25px;
  }
}

.feat-large-image {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-top: -7vw;
  transform: skewY(10deg) translate3d(0, 0, 0);
  border-bottom: 5px solid #f0edea;
}
.feat-large-image:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
@media (max-width: 991px) {
  .feat-large-image {
    margin-top: -10vw;
    margin-bottom: 40px;
  }
  .feat-left .feat-large-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .feat-large-image {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .feat-large-image.mobile {
    display: none;
  }
}

.feat-lg-img-back {
  position: absolute;
  height: 100%;
  left: 0;
  top: 7vw;
  right: 0;
  background-size: cover;
  background-position: -5px -22px;
  transform: skewY(-10deg) translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .feat-lg-img-back {
    top: 10vw;
  }
}
@media (max-width: 991px) {
  .feat-lg-img-back {
    background-size: 125%;
    background-position: 55% 115%;
  }
}
@media (max-width: 767px) {
  .feat-lg-img-back {
    background-size: 113%;
    background-position: 85% 83%;
  }
}

.feat-left-btm {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .feat-left-btm {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .feat-left-btm {
    flex-direction: column;
    margin-top: 25px;
  }
}

.feat-left-txt, .feat-right-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.feat-left-txt > div, .feat-right-text > div {
  padding: 50px;
}
@media (max-width: 767px) {
  .feat-left-txt > div, .feat-right-text > div {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 33px;
    padding-bottom: 33px;
    width: 100%;
  }
}
.feat-left-txt h3, .feat-right-text h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .feat-left-txt h3, .feat-right-text h3 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.feat-left-txt h3:after, .feat-right-text h3:after {
  content: "";
  height: 1px;
  width: 10px;
  background: #f0edea;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.feat-left-txt ul, .feat-right-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feat-left-txt ul li:not(:last-child), .feat-right-text ul li:not(:last-child) {
  margin-bottom: 20px;
}

.feat-left-txt {
  width: calc(50% - 25px);
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media (min-width: 992px) {
  .feat-left-txt {
    transform: skewY(10deg) translate3d(0, 0, 0);
  }
}
.feat-left-txt > div {
  background: #4a2427;
  padding-top: 120px;
  position: relative;
}
@media (min-width: 992px) {
  .feat-left-txt > div {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -4vw;
  }
}
@media (max-width: 991px) {
  .feat-left-txt > div {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .feat-left-txt > div {
    background-color: #5c3a3d;
  }
}
@media (max-width: 991px) {
  .feat-left-txt {
    width: calc(50% - 20px);
    margin-right: auto;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .feat-left-txt {
    width: 100%;
    margin-left: 0;
    padding-top: 33px;
  }
}

.feat-left-angle {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 377px;
  border-color: transparent transparent transparent #007bff;
  left: 0;
  top: -80px;
}

.feat-left-img {
  width: calc(50% - 25px);
  margin-left: 25px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .feat-left-img {
    transform: skewY(10deg) translate3d(0, 0, 0);
    margin-top: 6vw;
  }
}
.feat-left-img > div {
  background: #4a2427;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  border-bottom: 5px solid #f0edea;
}
@media (min-width: 992px) {
  .feat-left-img > div {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -4vw;
  }
}
@media (max-width: 991px) {
  .feat-left-img {
    width: calc(50% - 20px);
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .feat-left-img {
    display: none;
  }
}

.feat-right {
  flex-basis: 33.3333%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .feat-right {
    padding-left: 0;
    flex-direction: row;
    transform: skewY(10deg) translate3d(0, 0, 0);
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .feat-right {
    flex-wrap: wrap;
    transform: none;
    overflow: visible;
  }
}

.feat-right-text {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
@media (min-width: 768px) {
  .feat-right-text {
    background-color: #374654;
  }
}
.feat-right-text > div {
  position: relative;
}
@media (max-width: 991px) {
  .feat-right-text > div {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .feat-right-text > div {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -10vw;
  }
}
@media (max-width: 767px) {
  .feat-right-text > div {
    background-color: #374654;
  }
}
@media (max-width: 991px) {
  .feat-right-text {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -4vw;
  }
}
@media (max-width: 767px) {
  .feat-right-text {
    top: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: -5px;
    transform: skewY(10deg) translate3d(0, 0, 0);
    overflow: hidden;
  }
}

.feat-right-img {
  flex-grow: 1;
  margin-bottom: 4.1vw;
  position: relative;
}
.feat-right-img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid #f0edea;
}
@media (min-width: 1200px) {
  .feat-right-img > div {
    background-size: 140%;
    background-position: 25% 48%;
  }
}
@media (max-width: 991px) {
  .feat-right-img > div {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -9vw;
    background-size: 150%;
    background-position: 23% 23%;
  }
}
@media (max-width: 767px) {
  .feat-right-img > div {
    transform: none;
    top: 0;
    background-size: 150%;
    background-position: 40% 55%;
  }
}
@media (max-width: 991px) {
  .feat-right-img {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .feat-right-img {
    width: calc(50% - 12.5px);
    margin-left: 12.5px;
    border-bottom-width: 4px;
    margin-bottom: 0;
  }
  .feat-right-img:before {
    content: "";
    display: block;
    padding-bottom: 150%;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .feat-right-img:before {
    padding-bottom: 130%;
  }
}

.feat-right-img-01 {
  width: calc(50% - 12.5px);
  margin-right: 12.5px;
  position: relative;
}
.feat-right-img-01 > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-bottom: 4px solid #f0edea;
}
@media (min-width: 768px) {
  .feat-right-img-01 {
    display: none;
  }
}
.feat-right-img-01:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}
@media (max-width: 575px) {
  .feat-right-img-01:before {
    padding-bottom: 130%;
  }
}

.feat-disclaimer {
  position: absolute;
  bottom: 5px;
  text-align: center;
  left: 0;
}
@media (max-width: 991px) {
  .feat-disclaimer {
    left: auto;
    right: 0;
    bottom: -50px;
  }
}

.feat-bottom {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .feat-bottom {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .feat-bottom {
    margin-top: 100px;
  }
}
.feat-bottom .btn.btn-type2, .feat-bottom #contactForm .hywrap button.btn-type2[type=submit], #contactForm .hywrap .feat-bottom button.btn-type2[type=submit] {
  background: #6e5052;
  padding: 12px 29px;
}

body.amenities-services {
  background-image: linear-gradient(to top, #4a2427 0%, #193947 100%);
  background-repeat: no-repeat;
  position: relative;
}
body.amenities-services:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}

@media (min-width: 768px) and (max-width: 991px) {
  .amenities-services footer {
    margin-top: -10vw;
  }
}
.amenities-services .footer-inner {
  background-color: #46262b;
}

.amenities-page {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .amenities-page {
    padding-bottom: 40px;
  }
}

.amenities-content {
  display: flex;
}
@media (max-width: 991px) {
  .amenities-content {
    flex-direction: column;
  }
}

.amen-left {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  position: relative;
}
@media (max-width: 991px) {
  .amen-left {
    order: 3;
  }
}

.amen-large-image {
  width: 100%;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  transform: skewY(10deg);
  margin-top: -7vw;
  border-bottom: 5px solid #f0edea;
}
.amen-large-image:after {
  content: "";
  display: block;
  padding-bottom: 67%;
}
@media (max-width: 991px) {
  .amen-large-image {
    margin-top: -10vw;
    margin-bottom: 40px;
  }
  .amen-left .amen-large-image {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .amen-large-image {
    margin-bottom: -140px;
  }
}
@media (max-width: 767px) {
  .amen-large-image {
    margin-bottom: 30px;
  }
}
.amen-large-image.mobile {
  order: 1;
}
@media (min-width: 992px) {
  .amen-large-image.mobile {
    display: none;
  }
}

.amen-lg-img-back {
  position: absolute;
  height: 100%;
  left: 0px;
  top: 7vw;
  right: 0px;
  background-size: cover;
  transform: skewY(-10deg);
}
@media (max-width: 991px) {
  .amen-lg-img-back {
    top: 10vw;
  }
}

.serv-img-mob {
  width: 100%;
  margin-bottom: -25px;
}
@media (min-width: 992px) {
  .serv-img-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .serv-img-mob {
    order: 2;
    margin-bottom: 0;
    transform: skewY(-10deg);
    overflow: hidden;
    margin-top: 30px;
  }
}

.amen-left-btm {
  display: flex;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 991px) {
  .amen-left-btm {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -5.9vw;
  }
}
@media (max-width: 767px) {
  .amen-left-btm {
    flex-direction: column;
    margin-top: 0px;
  }
}

.amen-left-txt, .amen-right-text, .serv-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.amen-left-txt > div, .amen-right-text > div, .serv-text > div {
  padding: 50px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .amen-left-txt > div, .amen-right-text > div, .serv-text > div {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 33px;
    padding-bottom: 33px;
    width: 100%;
  }
}
.amen-left-txt h3, .amen-right-text h3, .serv-text h3 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .amen-left-txt h3, .amen-right-text h3, .serv-text h3 {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.amen-left-txt h3:after, .amen-right-text h3:after, .serv-text h3:after {
  content: "";
  height: 1px;
  width: 10px;
  background: #f0edea;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.amen-left-txt ul, .amen-right-text ul, .serv-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amen-left-txt ul li:not(:last-child), .amen-right-text ul li:not(:last-child), .serv-text ul li:not(:last-child) {
  margin-bottom: 20px;
}

.amen-left-txt {
  width: calc(50% - 25px);
  margin-right: 25px;
  position: relative;
  overflow: hidden;
  transform: skewY(10deg);
}
.amen-left-txt > div {
  padding-top: 120px;
  padding-bottom: 80px;
  background: #353e4c;
  transform: skewY(-10deg);
  top: -4vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .amen-left-txt > div {
    background-color: #374654;
  }
}
@media (max-width: 991px) {
  .amen-left-txt > div {
    padding-top: 50px;
    padding-bottom: 120px;
    transform: skewY(10deg);
    top: auto;
    bottom: -9vw;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .amen-left-txt > div {
    padding-top: 33px;
  }
}
@media (max-width: 575px) {
  .amen-left-txt > div {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .amen-left-txt {
    width: calc(50% - 20px);
    margin-right: 20px;
    transform: skewY(-10deg);
  }
}
@media (max-width: 767px) {
  .amen-left-txt {
    width: 100%;
    margin-left: 0;
    order: 1;
  }
}

.amen-left-angle {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 377px;
  border-color: transparent transparent transparent #007bff;
  left: 0;
  top: -80px;
}

.amen-left-img {
  width: calc(50% - 25px);
  margin-left: 25px;
  display: flex;
}
.amen-left-img .amen-left-image {
  position: relative;
  width: 100%;
  transform: skewY(10deg);
  overflow: hidden;
  margin-top: 6vw;
}
@media (max-width: 991px) {
  .amen-left-img .amen-left-image {
    transform: skewY(-10deg);
    margin-top: 0;
    border-bottom: 5px solid #f0edea;
    top: -9vw;
  }
}
.amen-left-img .amen-left-image > div {
  border-bottom: 5px solid #f0edea;
  position: absolute;
  background-size: cover;
  background-position: center;
  transform: skewY(-10deg);
  z-index: 2;
  left: 0;
  height: 100%;
  top: -4vw;
  right: 0;
}
@media (max-width: 991px) {
  .amen-left-img .amen-left-image > div {
    transform: skewY(10deg);
    top: auto;
    border-bottom: 0;
    bottom: -18vw;
  }
}
@media (max-width: 991px) {
  .amen-left-img {
    width: calc(50% - 20px);
    margin-left: 20px;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .amen-left-img {
    display: none;
  }
}

.amen-right {
  flex-basis: 33.3333%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .amen-right {
    margin-top: 170px;
  }
}
@media (max-width: 991px) {
  .amen-right {
    padding-left: 0;
    flex-direction: row;
    order: 2;
    padding-right: 0;
    transform: skewY(10deg) translate3d(0, 0, 0);
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .amen-right {
    flex-wrap: wrap;
    transform: none;
    overflow: visible;
  }
}

.amen-right-text {
  width: 100%;
  margin-bottom: 50px;
}
.amen-right-text > div {
  background-color: #304c5a;
  position: relative;
}
@media (max-width: 991px) {
  .amen-right-text > div {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .amen-right-text > div {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -9vw;
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .amen-right-text {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -6vw;
  }
}
@media (max-width: 767px) {
  .amen-right-text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
    transform: skewY(10deg) translate3d(0, 0, 0);
    top: auto;
    overflow: hidden;
    order: 1;
  }
}

.amen-right-img {
  flex-grow: 1;
  margin-bottom: 4.1vw;
  position: relative;
}
.amen-right-img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-bottom: 5px solid #f0edea;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .amen-right-img {
    width: calc(50% - 20px);
    margin-left: 20px;
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -6vw;
    margin-bottom: 9.1vw;
  }
}
@media (max-width: 767px) {
  .amen-right-img {
    width: calc(50% - 12.5px);
    margin-right: 12.5px;
    margin-left: 0;
    border-bottom-width: 4px;
    transform: none;
    top: auto;
    margin-bottom: 0;
    order: 2;
  }
  .amen-right-img:before {
    content: "";
    display: block;
    padding-bottom: 150%;
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .amen-right-img:before {
    padding-bottom: 130%;
  }
}

.amen-right-img-01 {
  border-bottom: 4px solid #f0edea;
  background-size: cover;
  background-position: center;
  width: calc(50% - 12.5px);
  margin-left: 12.5px;
  order: 3;
}
@media (min-width: 768px) {
  .amen-right-img-01 {
    display: none;
  }
}
.amen-right-img-01:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}
@media (max-width: 575px) {
  .amen-right-img-01:before {
    padding-bottom: 130%;
  }
}

.serv-text {
  width: 100%;
}
.serv-text > div {
  background: #4a2427;
  position: relative;
}
@media (min-width: 992px) {
  .serv-text > div {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
@media (max-width: 991px) {
  .serv-text > div {
    padding-top: 120px;
    transform: skewY(10deg);
    background-color: #5c3a3d;
    top: -9vw;
  }
}
@media (max-width: 767px) {
  .serv-text > div {
    padding-top: 50px;
    transform: none;
    top: auto;
  }
}
@media (max-width: 991px) {
  .serv-text {
    transform: skewY(-10deg);
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .serv-text {
    transform: none;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .serv-text ul {
    column-count: 2;
  }
  .serv-text ul li {
    padding: 0 5vw;
  }
}

.services-content {
  display: flex;
  margin-top: 0;
}
@media (max-width: 767px) {
  .services-content {
    margin-top: 0;
  }
}

.serv-left {
  flex-grow: 1;
}
@media (max-width: 991px) {
  .serv-left {
    display: none;
  }
}

.serv-right {
  flex-basis: calc(33.3333% + 25px);
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .serv-right {
    padding-left: 0;
    flex-basis: 100%;
  }
}

.serv-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-bottom: 5px solid #f0edea;
}
@media (max-width: 767px) {
  .serv-img {
    transform: skewY(10deg);
    position: relative;
    bottom: 9vw;
  }
}
.serv-img:before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

body.gallery {
  background-image: linear-gradient(to top, #193947 0%, #4a2427 100%);
  background-repeat: no-repeat;
  position: relative;
}
body.gallery:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
body.gallery header .header-wrapper {
  background-color: #4a2427;
}

.gallery-page .page-title {
  background: none;
  padding: 50px 2.8vw 30px;
  min-height: 0;
}
@media (max-width: 767px) {
  .gallery-page .page-title {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery-page .page-title {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
.gallery-page .page-title:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #f0edea;
}
@media (max-width: 767px) {
  .gallery-page .page-title:after {
    display: none;
  }
}
.gallery-page .gallery-block {
  margin: 0 2.8vw;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 767px) {
  .gallery-page .gallery-block {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
    margin: 0;
  }
}
.gallery-page .lg-img-blk {
  width: 100%;
  height: 50vw;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .gallery-page .lg-img-blk {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .gallery-page .lg-img-blk {
    margin-bottom: 20px;
    height: auto;
  }
}
.gallery-page .lg-img-blk .lg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .gallery-page .lg-img-blk .lg-img {
    height: 52vw;
    border-bottom: 5px solid #f0edea;
  }
}
.gallery-page .lg-img-blk .img-caption {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #374654;
  max-width: 250px;
  padding: 10px 12px 8px;
}
.gallery-page .lg-img-blk .img-caption span {
  color: #f0edea;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
@media (max-width: 767px) {
  .gallery-page .lg-img-blk .img-caption span {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .gallery-page .lg-img-blk .img-caption {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 100%;
    background: transparent;
    padding: 10px 0 8px;
    font-size: 13px;
  }
}
.gallery-page .sm-blk-lft, .gallery-page .sm-blk-rt {
  width: calc(50% + 3.2vw);
  height: 35vw;
  transform: skew(-15deg);
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-page .sm-blk-lft, .gallery-page .sm-blk-rt {
    /*width:calc(100% - 1.4vw);*/
    width: 100%;
    transform: none;
    margin-bottom: 20px;
    height: auto;
  }
}
.gallery-page .sm-blk-lft {
  transform-origin: top left;
}
@media (min-width: 768px) {
  .gallery-page .sm-blk-lft {
    margin-left: -7px;
  }
}
@media (min-width: 1400px) {
  .gallery-page .sm-blk-lft {
    margin-left: 0;
  }
}
.gallery-page .sm-blk-rt {
  transform-origin: bottom left;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .gallery-page .sm-blk-rt {
    margin-right: -7px;
  }
}
@media (min-width: 1400px) {
  .gallery-page .sm-blk-rt {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .gallery-page .sm-blk-rt {
    position: relative;
  }
}
.gallery-page .sm-img-rt {
  margin-left: -20%;
}
@media (max-width: 767px) {
  .gallery-page .sm-img-rt {
    margin-left: 0;
  }
}
.gallery-page .sm-img-lft span {
  margin-right: 20%;
}
.gallery-page .sm-img-lft, .gallery-page .sm-img-rt {
  width: 120%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: skew(15deg);
  border-bottom: 5px solid #f0edea;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-page .sm-img-lft, .gallery-page .sm-img-rt {
    width: 100%;
    height: 52vw;
    transform: none;
    cursor: default;
  }
}
.gallery-page .sm-img-lft .open-light-box, .gallery-page .sm-img-rt .open-light-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(151, 158, 161, 0.5);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-page .sm-img-lft .open-light-box span, .gallery-page .sm-img-rt .open-light-box span {
  color: #f0edea;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .gallery-page .sm-img-lft .open-light-box, .gallery-page .sm-img-rt .open-light-box {
    display: none !important;
  }
}
.gallery-page .sm-img-lft:hover .open-light-box, .gallery-page .sm-img-rt:hover .open-light-box {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.gallery-page .sm-img-blk {
  display: flex;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .gallery-page .sm-img-blk {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .gallery-page .sm-img-blk {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.gallery-page .sm-img-blk .img-caption {
  text-transform: uppercase;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .gallery-page .sm-img-blk .img-caption {
    display: block;
    padding: 10px 0 8px;
    font-size: 13px;
  }
}
.gallery-page .gallery-category ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
  padding: 0;
}
.gallery-page .gallery-category ul li {
  display: inline;
  margin: 0 8px;
}
.gallery-page .gallery-category ul li button {
  border: none;
  background: transparent;
  color: #f0edea;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}
.gallery-page .gallery-category ul li button.active-cat {
  border-bottom: 1px solid #f0edea;
}
@media (max-width: 767px) {
  .gallery-page .gallery-category ul li button {
    display: block;
    font-size: 13px;
    letter-spacing: 0.97px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }
  .gallery-page .gallery-category ul li button.active-cat {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .gallery-page .gallery-category ul li {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .gallery-page .gallery-category ul {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 140px;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    opacity: 0;
    height: 0;
    z-index: 0;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    background: rgba(74, 36, 39, 0.8);
    padding: 10px;
    border: 1px solid #f0edea;
    border-top: none;
  }
  .gallery-page .gallery-category ul.open {
    z-index: 1;
    opacity: 1;
    height: auto;
    display: block;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
  }
}
.gallery-page .gallery-category .selected-cat {
  border: 1px solid #f0edea;
  background: transparent;
  color: #f0edea;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 11px;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
  display: none;
  cursor: pointer;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .gallery-page .gallery-category .selected-cat {
    display: block;
    font-size: 13px;
    letter-spacing: 0.97px;
    padding-top: 13px;
    text-align: left;
    background: url(../images/gallery/drop_arrow.png) no-repeat right 10px center;
  }
}
@media (max-width: 767px) {
  .gallery-page .gallery-category {
    position: relative;
  }
}
.gallery-page .flexslider, .gallery-page .flexslider ul.slides, .gallery-page .flexslider li, .gallery-page .flexslider .flex-viewport {
  height: 100%;
}
.gallery-page .gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.6s ease-in-out;
  background-color: rgba(25, 57, 71, 0.7);
  padding: 0 2.8vw;
}
.gallery-page .gallery-popup.open {
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery-page .gallery-popup.open .flex-viewport li {
  padding: 2vw 0;
}
.gallery-page .gallery-popup.open .flexslider {
  border: none;
  background: none;
}
.gallery-page .gallery-popup.open .flexslider .flex-control-nav {
  display: none;
}
.gallery-page .gallery-popup.open .gallery-close-wrap {
  position: absolute;
  top: 2.8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.gallery-page .gallery-popup.open .gallery-close-wrap.show {
  opacity: 1;
}
.gallery-page .gallery-popup.open .close-icon {
  position: absolute;
  z-index: 999;
  border: none;
  background: none;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 17px;
  padding: 0;
}
.gallery-page .gallery-popup.open .close-icon:hover {
  cursor: pointer;
}
.gallery-page .gallery-popup.open .flex-direction-nav {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  transition: opacity ease 0.2s;
}
@media (max-width: 991px) {
  .gallery-page .gallery-popup.open .flex-direction-nav {
    top: 47%;
  }
}
.gallery-page .gallery-popup.open .flex-direction-nav a {
  position: absolute;
}
.gallery-page .gallery-popup.open .flex-direction-nav a.flex-prev {
  left: 10px;
}
.gallery-page .gallery-popup.open .flex-direction-nav a.flex-next {
  right: 10px;
}
.gallery-page .gallery-popup.open .flex-direction-nav .flex-next, .gallery-page .gallery-popup.open .flex-direction-nav .flex-prev {
  width: 50px;
  height: 30px;
  opacity: 1;
  font-size: 0;
  border: none;
  outline: none;
  text-shadow: none;
  color: transparent;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center;
  /* @include respond-below(lg) {
       background-size: 30px auto;
   }*/
}
.gallery-page .gallery-popup.open .flex-direction-nav .flex-next {
  right: 10px;
  background-image: url(../images/gallery/arrow_right.png);
}
.gallery-page .gallery-popup.open .flex-direction-nav .flex-prev {
  left: 10px;
  background-image: url(../images/gallery/arrow_left.png);
}
.gallery-page .gallery-popup.open .flex-pauseplay-popup {
  position: absolute;
  border: none;
  background: transparent;
}
.gallery-page .gallery-popup.open .slide-caption {
  width: 100%;
  background-color: rgba(25, 57, 71, 0.5);
  border-top: 5px solid #f0edea;
  margin: 0vw auto;
  word-break: break-word;
  text-align: center;
}
.gallery-page .gallery-popup.open .slide-caption .title-text {
  color: #f0edea;
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-page .gallery-popup.open .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-page .gallery-popup.open .slides .main-gallery-slide {
  position: relative;
  text-align: center;
  vertical-align: middle;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}
.gallery-page .gallery-popup.open .slides .main-gallery-slide .lightbox-img {
  height: 80vh;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 991px) {
  .gallery-page .gallery-popup.open .slides .main-gallery-slide .lightbox-img {
    height: 50vw;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .gallery-page .gallery-popup.open .slides .main-gallery-slide .lightbox-img {
    height: 55vw;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  .gallery-page .gallery-popup.open .slides .main-gallery-slide .lightbox-img {
    height: 55vw;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 991px) and (orientation: landscape) {
  .gallery-page .gallery-popup.open .slides .main-gallery-slide .lightbox-img {
    height: 30vw;
  }
}
.gallery-page .gallery-popup.open .slides .main-gallery-slide .lightbox-img img {
  height: auto;
  width: auto;
  /*margin: 0 auto;*/
  max-width: 100%;
  max-height: 100%;
}
.gallery-page .gallery-slider-popup.flexslider ul.slides li div {
  position: static;
}
.gallery-page .gallery_load_more {
  text-align: center;
  margin-bottom: 50px;
}
.gallery-page .gallery_load_more button {
  background-color: #4a2427;
  border: none;
  /*border-bottom:5px solid #f0edea;*/
  color: #f0edea;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.27px;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .gallery-page .gallery_load_more button {
    padding-top: 15px;
    padding-bottom: 14px;
  }
}
.gallery-page .loading_gallery {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/gallery/ajax-loader.svg) no-repeat center rgba(0, 0, 0, 0.5);
  background-size: 40px auto;
  display: none;
  z-index: 1;
  /*width: 50px;
  height: 50px;
  background: url(../images/gallery/ajax-loader.svg) no-repeat center;
  margin: 0 auto;
  background-size: 40px auto;
  display: none; */
}

.gallery.using-keytab .flex-direction-nav .flex-next:focus, .gallery.using-keytab .flex-direction-nav .flex-prev:focus {
  outline-color: inherit;
}

body.neighborhood {
  background-image: linear-gradient(to top, #4a2427 0%, #193947 100%);
  background-repeat: no-repeat;
  position: relative;
}
body.neighborhood:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
body.neighborhood .page-title {
  background: none;
  min-height: auto;
}
@media (min-width: 1200px) {
  body.neighborhood .page-title {
    align-items: stretch;
  }
}
body.neighborhood .footer-inner {
  background-color: #46262b;
}

.neighborhood-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

.neigh-top {
  display: flex;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .neigh-top {
    flex-direction: column-reverse;
  }
}

.neigh-top-left, .neigh-top-right {
  width: 50%;
}
@media (max-width: 991px) {
  .neigh-top-left, .neigh-top-right {
    width: 100%;
  }
}

.neigh-top-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.neigh-top-right .page-title {
  max-width: 510px;
  padding: 0 2vw;
}
@media (min-width: 992px) {
  .neigh-top-right {
    padding-left: 2.8vw;
  }
}

@media (max-width: 991px) {
  .neigh-top-left {
    margin-top: 30px;
  }
}
.neigh-top-left img {
  max-width: 100%;
}

.neigh-top-btn {
  text-align: center;
  margin-top: 35px;
}
.neigh-top-btn .btn, .neigh-top-btn #contactForm .hywrap button[type=submit], #contactForm .hywrap .neigh-top-btn button[type=submit] {
  background-color: #5f6b76;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (min-width: 992px) {
  .neigh-top-btn {
    display: none;
  }
}

.neigh-mid {
  display: flex;
}
@media (max-width: 991px) {
  .neigh-mid {
    flex-direction: column;
  }
}

.neigh-mid-left {
  width: 33.3333%;
  position: relative;
}
@media (max-width: 991px) {
  .neigh-mid-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .neigh-mid-left {
    overflow: hidden;
  }
  .neigh-mid-left .neigh-image-wrap {
    overflow: hidden;
    transform: skewY(-15deg) translate3d(0, 0, 0);
    height: 75vw;
    top: -13vw;
  }
  .neigh-mid-left .neigh-img {
    transform: skewY(15deg) translate3d(0, 0, 0);
    height: 125%;
  }
}

.neigh-image-wrap {
  position: relative;
  border-bottom: 4px solid #f0edea;
  width: 100%;
  display: flex;
}

.neigh-img-text {
  position: absolute;
  left: 0;
  background-color: #5c3a3d;
  padding: 15px;
  max-width: 190px;
  z-index: 1;
}
@media (max-width: 767px) {
  .neigh-img-text {
    padding: 10px;
    max-width: 145px;
  }
}
.neigh-img-text h3 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .neigh-img-text h3 {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.45px;
  }
}
.neigh-img-text span {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 767px) {
  .neigh-img-text span {
    letter-spacing: 0.97px;
    font-size: 13px;
    line-height: 18px;
    display: block;
  }
}

.neigh-img {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.neigh-img.img-01 {
  background-size: 200%;
  background-position: 60% 8%;
}
.neigh-img.img-02 {
  background-size: 200%;
  background-position: 44% 0;
}
.neigh-img.img-03 {
  background-position: 35% center;
}
.neigh-img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}

.neigh-mid-right {
  display: flex;
}
@media (min-width: 992px) {
  .neigh-mid-right {
    flex-grow: 1;
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .neigh-mid-right {
    flex-direction: column;
  }
}

.neight-col {
  width: calc(50% - 25px);
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .neight-col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .neight-col .neigh-image-wrap {
    transform: skewY(10deg) translate3d(0, 0, 0);
    overflow: hidden;
    margin-top: -2.5vw;
  }
}
@media (min-width: 992px) {
  .neight-col .neigh-img {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    height: 120%;
    top: 0;
  }
}
@media (min-width: 992px) {
  .neight-col.left {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .neight-col.left {
    margin-top: -32vw;
    margin-bottom: 30px;
    border-bottom: 4px solid #f0edea;
    overflow: hidden;
    height: 85vw;
  }
}
.neight-col.left .neigh-img-text {
  background-color: #353e4c;
}
@media (max-width: 991px) {
  .neight-col.left .neigh-img-text {
    top: auto;
    bottom: 0px;
  }
}
@media (min-width: 992px) {
  .neight-col.left .neigh-image-wrap {
    height: 122%;
  }
}
@media (max-width: 991px) {
  .neight-col.left .neigh-image-wrap {
    transform: skewY(-15deg) translate3d(0, 0, 0);
    overflow: hidden;
    border-bottom: 0;
    bottom: -12vw;
    position: absolute;
    height: 85%;
  }
}
@media (max-width: 991px) {
  .neight-col.left .neigh-img {
    transform: skewY(15deg) translate3d(0, 0, 0);
    top: -15vw;
    height: 130%;
  }
}
@media (min-width: 992px) {
  .neight-col.right {
    margin-left: 25px;
  }
}
.neight-col.right .neigh-img-text {
  background: #304c5a;
}
.neight-col.right .neigh-image-wrap {
  height: 147%;
}
@media (max-width: 991px) {
  .neight-col.right .neigh-img:before {
    padding-bottom: 60%;
  }
}

.neigh-content {
  overflow: hidden;
}

.neigh-bottom {
  display: flex;
}
@media (max-width: 991px) {
  .neigh-bottom {
    flex-direction: column;
  }
}

.neigh-btm-left {
  width: 33.3333%;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .neigh-btm-left {
    width: 100%;
  }
}

.neigh-btm-right {
  flex-grow: 1;
  padding-left: 50px;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .neigh-btm-right {
    padding-left: 0;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .neigh-btm-right {
    display: none;
  }
}

.neigh-poi {
  background: #304c5a;
  padding: 8vw 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .neigh-poi {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .neigh-poi {
    padding: 40px 15vw;
    padding-bottom: 20px;
  }
}
.neigh-poi h3 {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.6px;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 1199px) {
  .neigh-poi h3 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .neigh-poi h3 {
    margin-bottom: 30px;
  }
}

.neigh-poi-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .neigh-poi-list {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .neigh-poi-list {
    display: none;
  }
}
.neigh-poi-list li:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .neigh-poi-list li:not(:last-child) {
    margin: 10px 25px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .neigh-poi-list li {
    display: inline-block;
    margin: 10px 25px 10px 0;
  }
}
.neigh-poi-list button {
  border: 0;
  background: none;
  padding: 0;
  display: block;
  text-transform: uppercase;
  color: #f0edea;
  letter-spacing: 1.2px;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.neigh-poi-list button.active:before {
  background: #f0edea;
}
.neigh-poi-list button:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  border: 1px solid #f0edea;
  border-radius: 50%;
  top: 1px;
}

.neigh-int-map {
  width: 100%;
  display: flex;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .neigh-int-map {
    height: 80vw;
  }
}

.neigh-map-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .neigh-map-wrap {
    transform: skewY(10deg) translate3d(0, 0, 0);
    top: 5vw;
  }
}

.neigh-map-control {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #304c5a;
  display: flex;
  z-index: 1;
}

.neigh-map-buttons {
  padding: 15px 25px 12px 25px;
}
.neigh-map-buttons button {
  padding: 0;
  color: #f0edea;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1.2px;
  background: none;
  border: 0;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.neigh-map-buttons button:hover, .neigh-map-buttons button.active {
  border-bottom-color: #f0edea;
}
.neigh-map-buttons button:not(:last-child) {
  margin-right: 18px;
}

.neigh-map-zoom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px 12px 25px;
  border-left: 1px solid #193947;
}
.neigh-map-zoom span {
  padding: 0 6px;
  text-transform: uppercase;
}
.neigh-map-zoom button {
  padding: 4px;
  background: none;
  border: 0;
  color: #f0edea;
  cursor: pointer;
}

#neighborhoodMap {
  height: 100%;
}
@media (min-width: 992px) {
  #neighborhoodMap {
    height: 105%;
    transform: skewY(-10deg) translate3d(0, 0, 0);
    top: -6vw;
  }
}

.neigh-poi-list-mob {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .neigh-poi-list-mob {
    display: none;
  }
}
.neigh-poi-list-mob li {
  text-align: center;
  width: 50%;
  padding: 25px;
  position: relative;
}
.neigh-poi-list-mob li:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #f0edea;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 767px) {
  .neigh-poi-list-mob li {
    padding: 25px 0;
    width: 100%;
  }
  .neigh-poi-list-mob li:last-child:after {
    display: none;
  }
}
.neigh-poi-list-mob h4 {
  font-size: 18px;
  letter-spacing: 0.45px;
  margin-bottom: 5px;
}
.neigh-poi-list-mob p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.97px;
  margin: 0;
  margin-bottom: 5px;
}
.neigh-poi-list-mob a {
  color: #f0edea;
  text-transform: uppercase;
  font-size: 13px;
}
.neigh-poi-list-mob a:after {
  content: "";
  clear: both;
  display: table;
}

.neigh-dropdown .mCSB_scrollTools {
  width: 6px;
}
@media (min-width: 768px) {
  .neigh-dropdown {
    display: none;
  }
}
.neigh-dropdown .selectivo {
  background: none;
}
.neigh-dropdown .selectivo__dropdown {
  background: #304c5a;
  top: 39px;
  max-height: 150px;
}
.neigh-dropdown .selectivo__dropdown .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.neigh-dropdown .selectivo__label {
  text-align: left;
  height: 40px;
  width: 150px;
  border: 1px solid #f0edea;
  background-color: transparent;
  padding: 10px;
  padding-right: 40px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.97px;
}
.neigh-dropdown .selectivo__label:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url(../images/neighborhood/caret.svg) no-repeat;
  background-size: contain;
}
.neigh-dropdown .selectivo__option {
  text-align: left;
  text-transform: uppercase;
  height: 40px;
  padding: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.97px;
}

.neigh-map-wrap .gm-ui-hover-effect {
  display: none !important;
}
.neigh-map-wrap .gm-style-iw-d {
  overflow: visible !important;
}
.neigh-map-wrap .gm-style-iw {
  padding: 0;
  border-radius: 0;
  background: none;
}
.neigh-map-wrap .map-popup {
  background: #4a2427;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #f0edea;
  max-width: 190px;
  color: #f0edea;
  position: relative;
}
.neigh-map-wrap .map-popup h3 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 2px;
  text-align: left !important;
  color: #f0edea !important;
}
.neigh-map-wrap .gm-style .gm-style-iw-t::after {
  background: #4a2427;
  box-shadow: none;
  top: -2px;
}
.neigh-map-wrap .gm-style .gm-style-iw-t::before {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  background: #f0edea;
}
.neigh-map-wrap .map-address {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.neigh-map-wrap .map-btns a {
  font-family: brandon-grotesque, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #f0edea;
  display: inline-block;
  clear: both;
}
.neigh-map-wrap .map-btns a span {
  position: relative;
  top: -1px;
  margin-left: -1px;
}
.neigh-map-wrap .popup-close-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 3px;
  background: url(../images/neighborhood/close.svg) no-repeat center;
  background-size: 55%;
  text-indent: -9999px;
  cursor: pointer;
}

body[data-color=color-2] {
  background-color: #1c3f40;
}
body[data-color=color-2] header .header-wrapper {
  background-color: #1c3f40;
}
body[data-color=color-2].our-story .footer-inner:before {
  background-color: #1c3f40;
}
body[data-color=color-3] {
  background-color: #4a2427;
}
body[data-color=color-3] header .header-wrapper {
  background-color: #4a2427;
}
body[data-color=color-3].our-story .footer-inner:before {
  background-color: #4a2427;
}
body[data-color=color-4] {
  background-color: #374654;
}
body[data-color=color-4] header .header-wrapper {
  background-color: #374654;
}
body[data-color=color-4].our-story .footer-inner:before {
  background-color: #374654;
}
body.our-story {
  position: relative;
  transition: background-color ease 0.6s;
}
body.our-story header .header-wrapper {
  transition: background-color ease 0.6s;
}
body.our-story .footer-inner:before {
  transition: background-color ease 0.6s;
}
body.our-story:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) center;
}
body.our-story .footer-inner {
  background-color: transparent;
  position: relative;
}
body.our-story .footer-inner:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #193947;
}
@media (max-width: 991px) {
  body.our-story .footer-inner:before {
    top: 0;
  }
}

.story-page {
  display: flex;
}
@media (max-width: 991px) {
  .story-page {
    flex-direction: column;
  }
}
.story-page .page-title {
  background: none;
  padding: 50px 2.8vw 30px;
  min-height: 0;
  max-width: 560px;
  margin: 0 auto;
}
.story-page .page-title:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #f0edea;
}
@media (max-width: 767px) {
  .story-page .page-title:after {
    display: none;
  }
}
.story-page .flexslider, .story-page .flexslider ul.slides, .story-page .flexslider li, .story-page .flexslider .flex-viewport {
  height: 100%;
}
.story-page .slider-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.story-page .story-slider-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .story-page .story-slider-wrap {
    width: 100%;
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .story-page .story-slider-wrap {
    height: 310px;
  }
}
.story-page .story-text-section {
  width: 50%;
  padding: 2.8vw;
  text-align: center;
  padding-bottom: 30px;
}
.story-page .story-text-section p {
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .story-page .story-text-section p {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .story-page .story-text-section p {
    max-width: 440px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .story-page .story-text-section {
    width: 100%;
    padding: 10px 6.5vw 30px;
  }
}
@media (min-width: 992px) {
  .story-page .story-text-section {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.story-page .flexslider {
  background: none;
  border: none;
  box-shadow: none;
}
.story-page .flex-pauseplay button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  display: block;
  position: absolute;
  bottom: 45px;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  left: 35px;
}
@media (max-width: 991px) {
  .story-page .flex-pauseplay button {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .story-page .flex-pauseplay button {
    left: 15px;
  }
}
.story-page .flex-pauseplay a,
.story-page .flex-pauseplay button {
  width: 25px;
  height: 25px;
  overflow: hidden;
  z-index: 2;
  text-indent: 9999px;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
.story-page .flex-pauseplay a.flex-pause,
.story-page .flex-pauseplay button.flex-pause {
  background: url(../images/pause.png) no-repeat center center;
  background-size: contain;
}

.story-cacheimage {
  background: url(../images/play.png) no-repeat center center;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

@media (max-width: 991px) {
  .story-page .story-img_1 {
    background-position: center 33%;
  }
}

@media (max-width: 991px) {
  .story-page .story-img_2 {
    background-position: center 35%;
  }
}

@media (max-width: 991px) {
  .story-page .story-img_3 {
    background-position: center 65%;
  }
}

@media (max-width: 991px) {
  .story-page .story-img_4 {
    background-position: center 45%;
  }
}

.floor-plans {
  background-image: linear-gradient(to top, #193947 0%, #4a2427 100%);
  background-repeat: no-repeat;
  position: relative;
}
.floor-plans:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
.floor-plans .page-title {
  padding: 0;
  min-height: auto;
  background: none;
}
.floor-plans .close-filter {
  display: none;
}
.floor-plans header .header-wrapper {
  background: #4a2427;
}
.floor-plans .footer-inner {
  background: #193947;
}

.fp-landing {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .fp-landing {
    margin-top: 30px;
  }
}

.fpl-top {
  display: flex;
}
@media (max-width: 991px) {
  .fpl-top {
    flex-direction: column-reverse;
    overflow: hidden;
  }
}

.fplt-left {
  width: 35%;
  position: relative;
  margin-right: 50px;
}
@media (min-width: 1400px) {
  .fplt-left {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .fplt-left {
    width: 100%;
  }
}
.fplt-left:after {
  content: "";
  position: absolute;
  top: 0;
  right: -85px;
  width: 50%;
  height: 100%;
  background-color: #353e4c;
  transform: skewX(-15deg) translate3d(0, 0, 0);
}
@media (max-width: 991px) {
  .fplt-left:after {
    bottom: 0;
    right: auto;
    top: auto;
    height: 50%;
    width: 100%;
  }
}

.fplt-leftbox {
  background-color: #353e4c;
  padding: 35px 50px 25px 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1400px) {
  .fplt-leftbox {
    padding-left: 5vw;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .fplt-leftbox {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .fplt-leftbox {
    transform: skewY(15deg) translate3d(0, 0, 0);
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .fplt-leftbox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .fplt-leftwrap {
    transform: skewY(-15deg) translate3d(0, 0, 0);
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fp-filter {
  display: flex;
  flex-wrap: wrap;
}
.fp-filter .row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .fp-filter .row {
    margin-left: -7px;
    margin-right: -7px;
  }
}
.fp-filter .col {
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 767px) {
  .fp-filter .col {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.fp-filter .col-full {
  margin-top: 10px;
  margin-bottom: 35px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .fp-filter .col-full {
    margin-bottom: 27px;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.fp-filter .btn, .fp-filter #contactForm .hywrap button[type=submit], #contactForm .hywrap .fp-filter button[type=submit] {
  background-color: #5f6b76;
  padding: 15px 29px;
}
@media (max-width: 767px) {
  .fp-filter .btn, .fp-filter #contactForm .hywrap button[type=submit], #contactForm .hywrap .fp-filter button[type=submit] {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}
.fp-filter .selectivo {
  background-color: #353e4c;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fp-filter .selectivo {
    margin-bottom: 14px;
  }
}
.fp-filter .selectivo .selectivo__label, .fp-filter .selectivo .selectivo__option {
  font-size: 16px;
  letter-spacing: 1.2px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
@media (max-width: 767px) {
  .fp-filter .selectivo .selectivo__label, .fp-filter .selectivo .selectivo__option {
    font-size: 13px;
  }
}
.fp-filter .selectivo .selectivo__option {
  background-color: #353e4c;
  font-size: 13px;
  letter-spacing: 0.5px;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}
@media (max-width: 575px) {
  .fp-filter .selectivo .selectivo__option {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.fp-filter .selectivo .selectivo__dropdown {
  top: 43px;
}
@media (max-width: 1199px) {
  .floor-plans .fp-filter .selectivo .selectivo__dropdown {
    top: 45px;
  }
}
.fp-filter .selectivo .selectivo__dropdown .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.fp-filter .selectivo .selectivo__label {
  border: 1px solid #f0edea;
}
@media (max-width: 1199px) {
  .floor-plans .fp-filter .selectivo .selectivo__label {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .floor-plans .fp-filter .selectivo .selectivo__label {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .floor-plans .fp-filter .selectivo .selectivo__label {
    font-size: 13px;
  }
}
.fp-filter .selectivo .selectivo__label:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url(../images/neighborhood/caret.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 1199px) {
  .floor-plans .fp-landing .fp-filter .selectivo .selectivo__dropdown {
    top: 38px;
  }
}
@media (max-width: 991px) {
  .floor-plans .fp-landing .fp-filter .selectivo .selectivo__dropdown {
    top: 43px;
  }
}
@media (max-width: 767px) {
  .floor-plans .fp-landing .fp-filter .selectivo .selectivo__dropdown {
    top: 34px;
  }
}

.fp-landing-desclaimer {
  text-align: center;
  margin: 0;
}
@media (max-width: 991px) {
  .fp-landing-desclaimer {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fp-landing-desclaimer {
    font-size: 13px;
  }
}
.fp-landing-desclaimer a {
  color: #f0edea;
  border-bottom: 1px solid transparent;
}

.fplt-right {
  flex-grow: 1;
  display: flex;
  position: relative;
}
@media (min-width: 992px) {
  .fplt-right {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .fplt-right {
    width: 100%;
    margin-bottom: 35px;
  }
}

.fplt-img-wrap {
  width: 100%;
  border-bottom: 4px solid #f0edea;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .fplt-img-wrap {
    transform: skewX(-15deg) translate3d(0, 0, 0);
    left: 80px;
  }
}
@media (max-width: 991px) {
  .fplt-img-wrap {
    height: 80vw;
    transform: skewY(15deg) translate3d(0, 0, 0);
    margin-top: -20vw;
  }
}

.fplt-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .fplt-img {
    transform: skewX(15deg) translate3d(0, 0, 0);
    left: -80px;
  }
}
@media (max-width: 991px) {
  .fplt-img {
    transform: skewY(-15deg) translate3d(0, 0, 0);
    bottom: -30%;
  }
}

.fpl-bottom {
  margin-top: 50px;
  display: flex;
  height: 280px;
}
@media (max-width: 991px) {
  .fpl-bottom {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .fpl-bottom {
    flex-direction: column;
    height: auto;
  }
}

.fpl-btm-left {
  width: 65%;
  display: flex;
  overflow: hidden;
}
@media (min-width: 1601px) {
  .fpl-btm-left {
    width: 63%;
  }
}
@media (max-width: 1399px) {
  .fpl-btm-left {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .fpl-btm-left {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .fpl-btm-left {
    flex-direction: column;
    width: 100%;
  }
}
.fpl-btm-left .col {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .fpl-btm-left .col {
    height: 260px;
  }
}
.fpl-btm-left .col.left {
  width: 45%;
  margin-right: 45px;
}
@media (min-width: 1200px) {
  .fpl-btm-left .col.left {
    width: 47%;
  }
}
@media (min-width: 1400px) {
  .fpl-btm-left .col.left {
    width: 42%;
  }
}
@media (min-width: 1500px) {
  .fpl-btm-left .col.left {
    width: 43%;
  }
}
@media (min-width: 1601px) {
  .fpl-btm-left .col.left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .fpl-btm-left .col.left {
    margin-right: 25px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .fpl-btm-left .col.left {
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .fpl-btm-left .col.left .fplbtm-imgwrap {
    width: 130%;
    left: -31%;
  }
}
@media (max-width: 767px) {
  .fpl-btm-left .col.left .fplbtm-imgwrap {
    height: 140%;
    top: -35%;
  }
}
.fpl-btm-left .col.left .fplbtm-img {
  background: url(../images/floorplans/TexturesCom_MarbleBase0046_2_M-edit.jpg) center;
}
@media (min-width: 768px) {
  .fpl-btm-left .col.left .fpl-btn {
    right: 10%;
  }
}
@media (max-width: 767px) {
  .fpl-btm-left .col.left .fpl-btn {
    transform: translateY(-50%) translateX(-50%) skewY(15deg);
    top: 60%;
  }
}
.fpl-btm-left .col.right {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .fpl-btm-left .col.right .fplbtm-imgwrap {
    width: 130%;
    right: -29%;
    left: auto;
  }
}
@media (min-width: 1700px) {
  .fpl-btm-left .col.right .fplbtm-imgwrap {
    right: -30%;
  }
}
@media (max-width: 767px) {
  .fpl-btm-left .col.right .fplbtm-imgwrap {
    height: 130%;
    bottom: -25%;
  }
}
.fpl-btm-left .col.right .fplbtm-img {
  background: url(../images/floorplans/elvira-visser-5piEkLUdZhA-unsplash-edit.jpg) center;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .fpl-btm-left .col.right .fplbtm-img {
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .fpl-btm-left .col.right .fpl-btn {
    right: 30%;
  }
}
@media (max-width: 767px) {
  .fpl-btm-left .col.right .fpl-btn {
    transform: translateY(-50%) translateX(-50%) skewY(15deg);
    top: 40%;
  }
}
.fpl-btm-left .fplbtm-imgwrap {
  overflow: hidden;
}
@media (min-width: 768px) {
  .fpl-btm-left .fplbtm-imgwrap {
    transform: skewX(-15deg) translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .fpl-btm-left .fplbtm-imgwrap {
    transform: skewY(-15deg) translate3d(0, 0, 0);
  }
}
@media (min-width: 768px) {
  .fpl-btm-left .fplbtm-img {
    transform: skewX(15deg) translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .fpl-btm-left .fplbtm-img {
    transform: skewY(15deg) translate3d(0, 0, 0);
    height: 130%;
  }
}

.fplbtm-imgwrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.fplbtm-imgwrap:hover .fpl-btn {
  opacity: 0.8;
}

.fplbtm-img {
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
}
@media (max-width: 767px) {
  .fplbtm-img {
    width: 100%;
  }
}

.fpl-btm-right {
  flex-grow: 1;
  display: flex;
  padding-left: 43px;
}
@media (max-width: 991px) {
  .fpl-btm-right {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .fpl-btm-right {
    padding-left: 0;
    margin-top: 25px;
  }
}
.fpl-btm-right .fplbtm-img {
  background: url(../images/floorplans/TexturesCom_WalnutVeneerTexture_M-edit.jpg) center;
  width: 100%;
}
.fpl-btm-right .col {
  display: flex;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .fpl-btm-right .col {
    height: 260px;
  }
}
.fpl-btm-right .col .fpl-btn {
  transform: translateY(-50%) translateX(-50%);
  right: auto;
  left: 50%;
}

.fpl-btn {
  position: absolute;
  width: 144px;
  height: 161px;
  background: url(../images/floorplans/leaf.png) no-repeat center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  right: 50%;
  text-decoration: none;
  transition: all ease 0.2s;
  will-change: opacity;
}
@media (min-width: 768px) {
  .fpl-btn {
    transform: skewX(15deg) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .fpl-btn {
    transform: translateY(-50%) translateX(-50%);
    right: auto;
    left: 50%;
  }
}
.fpl-btn span {
  transition: all ease 0.2s;
}
.fpl-btn:hover {
  text-decoration: none;
}

.fp-btn-1 {
  font-size: 60px;
  font-weight: 300;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  .fp-btn-1 {
    font-size: 56px;
  }
}

.fp-btn-2 {
  display: block;
  font-weight: 500;
  letter-spacing: 1.76px;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .fp-btn-2 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .floor-plans-details .fp-outer-wrapper .fp-sidebar {
    background: none;
  }
}
@media (min-width: 1400px) {
  .floor-plans-details .fp-outer-wrapper .fp-sidebar .sidebar-top-inner {
    padding: 3vw 3vw 8vw;
  }
}
@media (max-width: 991px) {
  .floor-plans-details .fp-outer-wrapper .fp-sidebar .sidebar-top-inner {
    padding-top: 0;
  }
}
.floor-plans-details .fp-outer-wrapper .fp-content-view {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.floor-plans-details .fp-outer-wrapper .fp-content-view .fp-details-item-cnt {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.floor-plans-details .fp-details-container {
  z-index: 1;
}
.floor-plans-details .fp-details-container figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
.floor-plans-details .fp-details-container figure a {
  display: block;
  text-align: center;
  color: #000;
  outline-offset: -1px;
}
.floor-plans-details .fp-details-container figure a img {
  max-height: 50vw;
}
@media (max-width: 991px) {
  .floor-plans-details .fp-details-container figure a img {
    max-height: 100vw;
  }
}
.floor-plans-details .fp-details-container .fp-details-info {
  background: #353e4c;
  padding-bottom: 100px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-details .fp-details-container .fp-details-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .floor-plans-details .fp-details-container .fp-details-info {
    padding-bottom: 40px;
  }
}
.floor-plans-details .fp-details-container .fp_image {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.floor-plans-details .fp-details-container .fp_image a {
  display: block;
}
.floor-plans-details .fp-details-container .fp-details-plan {
  padding-bottom: 50px;
  background: #fff;
  position: relative;
  z-index: 1;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .floor-plans-details .fp-details-container .fp-details-plan {
    padding-bottom: 30px;
  }
}
.floor-plans-details .fp-details-view .info-outer {
  display: flex;
  padding: 20px 20px 0;
  align-items: flex-start;
}
.floor-plans-details .fp-details-view .unit-title {
  background: url(../images/floorplans/leaf.png) center center/contain no-repeat;
  display: flex;
  align-items: center;
  max-width: 112px;
  width: 100%;
  height: 125px;
  align-self: center;
}
@media (max-width: 767px) {
  .floor-plans-details .fp-details-view .unit-title {
    max-width: 61px;
    height: 73px;
  }
}
.floor-plans-details .fp-details-view .unit-title .unit-title-id {
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
  margin: 4px auto 0;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 0.68px;
  font-family: brandon-grotesque, sans-serif;
}
@media (max-width: 767px) {
  .floor-plans-details .fp-details-view .unit-title .unit-title-id {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
.floor-plans-details .fp-details-view .unit-title .unit-title-id span {
  display: block;
}
.floor-plans-details .fp-details-view .unit-info {
  margin-left: 20px;
  margin-right: 15px;
  align-self: center;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .floor-plans-details .fp-details-view .unit-info {
    margin-top: 0;
    margin-right: 0;
  }
}
.floor-plans-details .fp-details-view .unit-info h3 {
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .floor-plans-details .fp-details-view .unit-info h3 {
    letter-spacing: 0.45px;
    font-size: 16px;
  }
}
.floor-plans-details .fp-details-view .unit-info .unit-info-details {
  font-size: 16px;
  letter-spacing: 0.97px;
  max-width: 350px;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-details span {
  display: block;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-details .availability {
  display: flex;
  flex-wrap: wrap;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-details .availability span {
  display: inline;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-details .availability .availabilty_text {
  margin-right: 5px;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-details .rfwa-fee-calculator {
  position: relative;
  display: flex;
  width: max-content !important;
  height: auto;
  color: currentColor;
  justify-content: center;
  align-items: center;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-details .rfwa-fee-calculator::before {
  width: 28px;
  height: 28px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .floor-plans-details .fp-details-view .unit-info .unit-info-details {
    line-height: 20px;
    max-width: 300px;
  }
}
.floor-plans-details .fp-details-view .unit-info .unit-info-rent {
  display: flex;
  flex-direction: column;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-rent span {
  display: inline-block;
}
.floor-plans-details .fp-details-view .unit-info .unit-info-rent span.hidden {
  display: none;
}
.floor-plans-details .fp-details-view .unit-btn-wrapper {
  margin-left: auto;
}
.floor-plans-details .fp-details-view .unit-btn-wrapper.show-desktop {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .floor-plans-details .fp-details-view .unit-btn-wrapper.show-desktop {
    max-width: 221px;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .floor-plans-details .fp-details-view .unit-btn-wrapper.show-desktop {
    display: none;
  }
}
.floor-plans-details .fp-details-view .unit-btn-wrapper.show-tab {
  display: none;
}
@media (max-width: 991px) {
  .floor-plans-details .fp-details-view .unit-btn-wrapper.show-tab {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.floor-plans-details .fp-details-view .unit-btn-wrapper .btn, .floor-plans-details .fp-details-view .unit-btn-wrapper #contactForm .hywrap button[type=submit], #contactForm .hywrap .floor-plans-details .fp-details-view .unit-btn-wrapper button[type=submit] {
  margin: 0 0 20px 10px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-details .fp-details-view .unit-btn-wrapper .btn, .floor-plans-details .fp-details-view .unit-btn-wrapper #contactForm .hywrap button[type=submit], #contactForm .hywrap .floor-plans-details .fp-details-view .unit-btn-wrapper button[type=submit] {
    padding: 7px 10px;
    font-size: 15px;
  }
}
.floor-plans-details .fp-details-view .unit-btn-wrapper .btn.btn-type3, .floor-plans-details .fp-details-view .unit-btn-wrapper #contactForm .hywrap button.btn-type3[type=submit], #contactForm .hywrap .floor-plans-details .fp-details-view .unit-btn-wrapper button.btn-type3[type=submit] {
  background: #304c5a;
}
.floor-plans-details .fp-details-view .unit-btn-wrapper .btn.btn-type1, .floor-plans-details .fp-details-view .unit-btn-wrapper #contactForm .hywrap button.btn-type1[type=submit], #contactForm .hywrap .floor-plans-details .fp-details-view .unit-btn-wrapper button.btn-type1[type=submit] {
  background: #5c3a3d;
  margin-left: 0;
}
.floor-plans-details .fp-details-view .unit-btn-wrapper .btn.btn-type2, .floor-plans-details .fp-details-view .unit-btn-wrapper #contactForm .hywrap button.btn-type2[type=submit], #contactForm .hywrap .floor-plans-details .fp-details-view .unit-btn-wrapper button.btn-type2[type=submit] {
  background: #335253;
}
.floor-plans-details a .at-icon-wrapper {
  display: none;
}
.floor-plans-details .addtoany_list {
  line-height: normal !important;
}
.floor-plans-details .addtoany_list .addtoany_share_save {
  background: #304c5a;
  margin: 0 0 20px 10px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-details .addtoany_list .addtoany_share_save {
    padding: 7px 10px;
    font-size: 15px;
  }
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.mfp-image-holder .mfp-close {
  padding: 0 2px 0 0 !important;
  cursor: pointer !important;
  margin: 0 !important;
  width: 20px !important;
  right: 20px;
}
.mfp-image-holder .mfp-close:focus {
  outline: 1px dashed #000;
}
.mfp-image-holder .mfp-content {
  height: 88vh;
  max-height: 100vh;
  width: 68.5vw;
}
.mfp-image-holder .mfp-figure {
  height: 100%;
}
.mfp-image-holder .mfp-figure figure {
  display: flex;
  align-items: center;
  background: #fff;
  height: 100%;
  width: 100%;
}
.mfp-image-holder img.mfp-img {
  max-height: 100% !important;
}
.mfp-image-holder .mfp-close {
  margin-right: 15px;
  color: #000;
}

body.contact, body.thank-you {
  background-image: linear-gradient(to top, #4a2427 0%, #193947 100%);
  background-repeat: no-repeat;
  position: relative;
}
body.contact:before, body.thank-you:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
body.contact .footer-inner, body.thank-you .footer-inner {
  background-color: #46262b;
}
body.contact .footer-inner .ftr-btm, body.thank-you .footer-inner .ftr-btm {
  background-color: rgba(0, 0, 0, 0.1);
}

.contact-page .page-title {
  background: none;
  padding: 50px 2.8vw 30px;
  padding-bottom: 70px;
  min-height: auto;
}
.contact-page .page-title h2 {
  max-width: none;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .contact-page .page-title {
    max-width: 430px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .contact-page .page-title {
    padding-bottom: 25px;
  }
}

.contact-form {
  max-width: 915px;
  margin: auto;
}
@media (max-width: 991px) {
  .contact-form {
    padding-left: 10vw;
    padding-right: 10vw;
  }
}

#contactForm .hywrap {
  max-width: none;
}
#contactForm .hywrap .control-label {
  font-size: 16px;
  letter-spacing: 0.86px;
  color: #f0edea;
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  padding-top: 0;
  line-height: 1;
  line-height: 1.6;
}
#contactForm .hywrap .control-group {
  margin-bottom: 37px;
  padding: 0 15px;
}
#contactForm .hywrap .name-fields li:first-child {
  margin-bottom: 37px;
}
#contactForm .hywrap input[type=text],
#contactForm .hywrap select, #contactForm .hywrap textarea {
  height: 48px;
  border: 1px solid #f0edea;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0.86px;
  color: #f0edea;
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #contactForm .hywrap input[type=text],
  #contactForm .hywrap select, #contactForm .hywrap textarea {
    height: 41px;
  }
}
#contactForm .hywrap input[type=text]:focus,
#contactForm .hywrap select:focus, #contactForm .hywrap textarea:focus {
  outline: 1px dotted #f0edea;
  outline-offset: 1px;
}
#contactForm .hywrap option {
  background: #304c5a;
}
#contactForm .hywrap .radio {
  color: #f0edea;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  font-family: brandon-grotesque, sans-serif;
  margin-top: 1px;
}
#contactForm .hywrap .radio input {
  position: relative;
  top: -2px;
}
#contactForm .hywrap textarea {
  height: auto;
}
#contactForm #form-fields {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#contactForm .control-group {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #contactForm .control-group {
    width: 50%;
  }
  #contactForm .control-group.hytag_name, #contactForm .control-group.hytag_form_comment {
    width: 100%;
  }
  #contactForm .control-group.hytag_name {
    margin-bottom: 0;
  }
  #contactForm .control-group.hytag_name ul {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  #contactForm .control-group.hytag_name ul li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contactForm .control-group.hytag_number_of_bedrooms select {
  appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
#contactForm .control-group.hytag_number_of_bedrooms select::-ms-expand {
  display: none;
}
#contactForm .control-group.hytag_number_of_bedrooms .controls {
  position: relative;
}
#contactForm .control-group.hytag_number_of_bedrooms .controls:after {
  content: "";
  position: absolute;
  right: 17px;
  top: 60%;
  transform: translateY(-50%);
  width: 8px;
  height: 7px;
  background: url(../images/neighborhood/caret.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media (min-width: 992px) {
  #contactForm .control-group {
    width: 33.33333%;
  }
  #contactForm .control-group.hytag_name {
    order: 1;
  }
  #contactForm .control-group.hytag_email {
    order: 2;
  }
  #contactForm .control-group.hytag_phone {
    order: 4;
    margin-left: auto;
    margin-top: -120px;
  }
  #contactForm .control-group.hytag_form_desired_move_in_date {
    order: 3;
  }
  #contactForm .control-group.hytag_number_of_bedrooms {
    order: 5;
    margin-top: -120px;
  }
  #contactForm .control-group.hytag_form_comment {
    order: 6;
    width: 100%;
  }
  #contactForm .control-group.hytag_address1, #contactForm .control-group.hytag_city, #contactForm .control-group.hytag_state, #contactForm .control-group.hytag_zip, #contactForm .control-group.hytag_sign_up_for_the_newsletter {
    order: 7;
  }
  #contactForm .control-group.hytag_sign_up_for_the_newsletter {
    width: 66%;
  }
}
#contactForm .control-group.hytag_sign_up_for_the_newsletter .controls {
  margin-top: 18px;
}
#contactForm .hywrap .LV_invalid {
  position: absolute;
  font-family: brandon-grotesque, sans-serif;
  margin-top: 2px;
}
#contactForm .hywrap .LV_invalid:last-of-type {
  margin-top: 17px;
}
#contactForm .hywrap .LV_invalid:first-of-type {
  margin-top: 2px;
}
#contactForm .form-actions {
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
#contactForm #more-info a {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #contactForm #more-info {
    display: none;
  }
}
#contactForm #more-info a {
  color: #f0edea;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  font-family: brandon-grotesque, sans-serif;
  text-decoration: none;
}
#contactForm #more-info a::after {
  content: ">";
  margin-left: 4px;
  position: relative;
  top: -2px;
}
#contactForm .hywrap button[type=submit] {
  min-width: 134px;
  font-family: brandon-grotesque, sans-serif;
  background-color: #6e5052;
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  #contactForm .hywrap button[type=submit] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#contactForm .hywrap button[type=submit]:focus {
  outline: 1px dotted #f0edea;
  outline-offset: 1px;
}

#contactForm .hywrap .radio input:focus {
  outline: 1px dotted #f0edea;
  outline-offset: 1px;
}

.contact-req {
  margin-top: 26px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.05px;
}

.contact-bottom {
  display: flex;
  overflow: hidden;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contact-bottom {
    flex-direction: column;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact-bottom {
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

.contact-btm-left {
  width: 50%;
  padding-right: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-btm-left {
    width: 100%;
    padding-right: 0;
  }
}
.contact-btm-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background: #1c3f40;
}
@media (max-width: 767px) {
  .contact-btm-left:before {
    height: 50%;
    width: 100%;
  }
}

.contact-btm-right {
  width: 50%;
  padding-left: 25px;
  display: flex;
}
@media (max-width: 991px) {
  .contact-btm-right {
    width: 100%;
    padding-left: 0;
  }
}

.ct-btm-linner {
  background: #1c3f40;
  padding: 83px 60px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ct-btm-linner {
    padding-right: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ct-btm-linner {
    padding-left: 30px;
    padding-right: 60px;
  }
}
@media (min-width: 992px) {
  .ct-btm-linner {
    transform: skewX(20deg) translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) {
  .ct-btm-linner {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    padding: 50px 10vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ct-btm-linner {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .ct-btm-linner {
    transform: skewY(10deg) translate3d(0, 0, 0);
  }
}
.ct-btm-linner .ct-row {
  display: flex;
}
@media (min-width: 992px) {
  .ct-btm-linner .ct-row {
    transform: skewX(-20deg) translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) {
  .ct-btm-linner .ct-row {
    transform: skewY(10deg) translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .ct-btm-linner .ct-row {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    will-change: transform;
  }
}
@media (min-width: 576px) and (max-width: 1399px) {
  .ct-btm-linner .ct-row {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .ct-btm-linner .ct-row {
    flex-direction: column;
  }
}
@media (min-width: 1400px) {
  .ct-btm-linner .ct-col.left {
    padding-right: 100px;
  }
}
@media (max-width: 991px) {
  .ct-btm-linner .ct-col.left {
    padding-right: 15vw;
  }
}
@media (max-width: 767px) {
  .ct-btm-linner .ct-col.left {
    padding-right: 0;
  }
}
.ct-btm-linner .h4 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 0.72px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .ct-btm-linner .h4 {
    margin-bottom: 12px;
  }
}
.ct-btm-linner address {
  font-style: normal;
  font-size: 16px;
}
.ct-btm-linner address p {
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ct-btm-linner address {
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .ct-btm-linner .col-section:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  .ct-btm-linner .col-section:not(:last-child) {
    margin-bottom: 75px;
  }
}
.ct-btm-linner .col-section:not(:last-child) a {
  color: #f0edea;
  text-decoration: none;
}
@media (min-width: 992px) {
  .ct-btm-linner .col-section:not(:last-child) a:hover {
    text-decoration: underline;
  }
}
.ct-btm-linner .col-section {
  position: relative;
}
@media (max-width: 575px) {
  .ct-btm-linner .col-section {
    margin-bottom: 45px;
  }
  .ct-btm-linner .col-section:before {
    content: "";
    background: #f0edea;
    width: 7px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
  }
}

.contact-social a {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 8px;
  background-size: contain;
}
.contact-social a.contact-fb {
  background-image: url(../images/001-facebook-white.svg);
}
.contact-social a.contact-tw {
  background-image: url(../images/003-twitter-white.svg);
}
.contact-social a.contact-in {
  background-image: url(../images/002-instagram-white.svg);
}

.contact-office-hr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-office-hr ul li {
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact-office-hr {
    margin-bottom: 50px;
  }
}
.contact-office-hr h4 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 16px;
  letter-spacing: 0.72px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .contact-office-hr h4 {
    margin-bottom: 12px;
  }
}

.ct-btm-rinner, .cont-get-direction {
  width: 100%;
  display: flex;
  position: relative;
}
.ct-btm-rinner .btn, .ct-btm-rinner #contactForm .hywrap button[type=submit], #contactForm .hywrap .ct-btm-rinner button[type=submit], .cont-get-direction .btn, .cont-get-direction #contactForm .hywrap button[type=submit], #contactForm .hywrap .cont-get-direction button[type=submit] {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #496566;
  text-decoration: none;
}
@media (max-width: 991px) {
  .ct-btm-rinner .btn, .ct-btm-rinner #contactForm .hywrap button[type=submit], #contactForm .hywrap .ct-btm-rinner button[type=submit], .cont-get-direction .btn, .cont-get-direction #contactForm .hywrap button[type=submit], #contactForm .hywrap .cont-get-direction button[type=submit] {
    display: none;
  }
}

.cont-get-direction {
  text-align: center;
  display: block;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .cont-get-direction {
    display: none;
  }
}
@media (max-width: 767px) {
  .cont-get-direction {
    margin-bottom: 30px;
  }
}
.cont-get-direction .btn, .cont-get-direction #contactForm .hywrap button[type=submit], #contactForm .hywrap .cont-get-direction button[type=submit] {
  position: relative;
  display: inline-block;
  right: auto;
}

.contact-map {
  width: 125%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .contact-map {
    transform: skewX(20deg) translate3d(0, 0, 0);
  }
}
@media (max-width: 991px) {
  .contact-map {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    width: 100%;
    height: 130%;
    margin-top: 30px;
  }
  .contact-map:before {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
}
@media (max-width: 767px) {
  .contact-map {
    transform: skewY(10deg) translate3d(0, 0, 0);
    border-top: 4px solid #f0edea;
  }
}

.contact-map-img {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: right;
}
@media (min-width: 992px) {
  .contact-map-img {
    transform: skewX(-20deg) translate3d(-30px, 0, 0);
    width: 125%;
  }
}
@media (max-width: 991px) {
  .contact-map-img {
    transform: skewY(10deg) translate3d(0, 0, 0);
    height: 110%;
    top: -30%;
    background-position: 65% 170%;
    background-size: 130%;
  }
}
@media (max-width: 767px) {
  .contact-map-img {
    transform: skewY(-10deg) translate3d(0, 0, 0);
    background-position: right 125px;
    background-size: 150%;
  }
}
@media (max-width: 575px) {
  .contact-map-img {
    background-position: right 65px;
  }
}

.thank-you .contact-form {
  max-width: 250px;
  text-align: center;
  min-height: 20vw;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .thank-you .contact-form {
    padding: 0;
    min-height: 30vw;
  }
}
@media (max-width: 767px) {
  .thank-you .contact-form {
    max-width: 210px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 50vw;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.75px;
  }
}

body.error-page {
  background-repeat: no-repeat;
  position: relative;
}
body.error-page:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
body.error-page .page-title p::before {
  display: none;
}

.error-container {
  display: flex;
  height: 110vh;
}
@media (max-width: 991px) {
  .error-container {
    flex-direction: column;
    height: auto;
  }
}
.error-container .page-title {
  background: none;
  min-height: auto;
  padding: 0;
  max-width: 330px;
}
.error-container .page-title p {
  margin-bottom: 60px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .error-container .page-title p {
    margin-bottom: 45px;
  }
}

.error-page-left {
  width: 50%;
  display: flex;
}
@media (max-width: 991px) {
  .error-page-left {
    width: 100%;
  }
}

.error-page-img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .error-page-img {
    background-position: center 15%;
  }
  .error-page-img:before {
    content: "";
    display: block;
    padding-bottom: 65%;
  }
}

.error-page-right {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
@media (max-width: 991px) {
  .error-page-right {
    width: 100%;
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .error-page-right {
    padding: 100px 25px 50px 25px;
  }
}

.floor-plans-details,
.floor-plans-listing {
  background-image: linear-gradient(to top, #193947 0%, #4a2427 100%);
  background-repeat: no-repeat;
  position: relative;
}
.floor-plans-details:before,
.floor-plans-listing:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
.floor-plans-details header .header-wrapper,
.floor-plans-listing header .header-wrapper {
  background: #4a2427;
}
.floor-plans-details .fee_table,
.floor-plans-listing .fee_table {
  width: 100%;
  padding-left: 2.8vw;
  padding-right: 2.8vw;
}
@media (min-width: 576px) and (max-width: 767px) {
  .floor-plans-details .fee_table,
  .floor-plans-listing .fee_table {
    padding-left: 6.5vw;
    padding-right: 6.5vw;
  }
}
.floor-plans-details .fee_table .expense-display .rfwa-expense-guide-container,
.floor-plans-listing .fee_table .expense-display .rfwa-expense-guide-container {
  padding-left: 3.8%;
  width: calc(100% - 400px);
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  max-width: 100%;
}
@media (min-width: 1400px) {
  .floor-plans-details .fee_table .expense-display .rfwa-expense-guide-container,
  .floor-plans-listing .fee_table .expense-display .rfwa-expense-guide-container {
    width: calc(100% - 28vw);
  }
}
@media (max-width: 1399px) {
  .floor-plans-details .fee_table .expense-display .rfwa-expense-guide-container,
  .floor-plans-listing .fee_table .expense-display .rfwa-expense-guide-container {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1199px) {
  .floor-plans-details .fee_table .expense-display .rfwa-expense-guide-container,
  .floor-plans-listing .fee_table .expense-display .rfwa-expense-guide-container {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .floor-plans-details .fee_table .expense-display .rfwa-expense-guide-container,
  .floor-plans-listing .fee_table .expense-display .rfwa-expense-guide-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
  }
}

.fp-outer-wrapper {
  padding: 50px 0 75px;
}
@media (max-width: 767px) {
  .fp-outer-wrapper {
    padding-bottom: 40px;
  }
}
.fp-outer-wrapper .angled-top-right:before {
  width: 101%;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .fp-outer-wrapper .page-title h1 {
    margin-right: 6px;
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .fp-outer-wrapper .page-title h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
}
.fp-outer-wrapper .fp-details-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.fp-outer-wrapper .fp-sidebar {
  width: 400px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
}
@media (min-width: 1400px) {
  .fp-outer-wrapper .fp-sidebar {
    width: 28vw;
  }
}
@media (max-width: 1399px) {
  .fp-outer-wrapper .fp-sidebar {
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .fp-outer-wrapper .fp-sidebar {
    width: 300px;
    background: #353e4c;
  }
}
@media (max-width: 991px) {
  .fp-outer-wrapper .fp-sidebar {
    width: 100%;
    margin-bottom: 0;
    height: auto;
  }
}
.fp-outer-wrapper .fp-sidebar .sidebar-top {
  border-bottom: 5px solid #f0edea;
  position: relative;
  transform: skewY(10deg);
  overflow: hidden;
  position: relative;
  top: 6vw;
  z-index: 1;
  margin-top: -12vw;
}
@media (max-width: 991px) {
  .fp-outer-wrapper .fp-sidebar .sidebar-top {
    margin-top: 0;
    top: 0;
    border: none;
    transform: none;
  }
}
.fp-outer-wrapper .fp-sidebar .sidebar-top-inner {
  height: 100%;
  transform: skewY(-10deg);
  top: 6vw;
  position: relative;
  padding: 3vw 3vw 10vw;
}
@media (max-width: 991px) {
  .fp-outer-wrapper .fp-sidebar .sidebar-top-inner {
    top: 0;
    transform: none;
    background: none !important;
    padding: 35px 0;
    max-width: 445px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .fp-outer-wrapper .fp-sidebar .sidebar-top-inner {
    padding: 30px 20px;
  }
}
.fp-outer-wrapper .fp-sidebar .sidebar-top-inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .fp-outer-wrapper .fp-sidebar .sidebar-top-inner:before {
    display: none;
  }
}
.fp-outer-wrapper .fp-sidebar .page-title {
  padding: 0;
  min-height: auto;
  background: none;
}
.fp-outer-wrapper .fp-sidebar .back-to-results {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #f0edea;
}
.fp-outer-wrapper .fp-sidebar .sidebar-top,
.fp-outer-wrapper .fp-sidebar .sidebar-bottom {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.fp-outer-wrapper .fp-sidebar .sidebar-bottom {
  top: 0;
  position: relative;
  flex: 1 0 auto;
  min-height: 150px;
}
@media (max-width: 991px) {
  .fp-outer-wrapper .fp-sidebar .sidebar-bottom {
    display: none;
  }
}
.fp-outer-wrapper .fp-sidebar.sticky {
  position: fixed;
  bottom: auto;
  top: 40px;
  z-index: 1;
}
.fp-outer-wrapper .fp-content-view {
  padding-left: 3.8%;
  width: calc(100% - 400px);
  margin-left: auto;
}
@media (min-width: 1400px) {
  .fp-outer-wrapper .fp-content-view {
    width: calc(100% - 28vw);
  }
}
@media (max-width: 1399px) {
  .fp-outer-wrapper .fp-content-view {
    width: calc(100% - 350px);
  }
}
@media (max-width: 1199px) {
  .fp-outer-wrapper .fp-content-view {
    width: calc(100% - 300px);
  }
}
@media (max-width: 991px) {
  .fp-outer-wrapper .fp-content-view {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

.floor-plans-listing .fp-listing-view .fp-listing-info {
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .floor-plans-listing .fp-listing-view .fp-listing-info {
    padding-bottom: 40px;
  }
}
.floor-plans-listing .fp-listing-view .fp-results {
  flex-wrap: wrap;
  display: flex;
  margin: -45px -20px 0;
}
@media (max-width: 991px) {
  .floor-plans-listing .fp-listing-view .fp-results {
    margin: 0 -20px 0;
  }
}
@media (max-width: 767px) {
  .floor-plans-listing .fp-listing-view .fp-results {
    margin: 0 0 30px;
  }
}
.floor-plans-listing .fp-listing-view .fp-results.noresult-wrapper {
  margin: 0;
  height: 100%;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .floor-plans-listing .fp-listing-view .fp-results.noresult-wrapper {
    padding: 90px 0 40px;
  }
}
@media (max-width: 767px) {
  .floor-plans-listing .fp-listing-view .fp-results.noresult-wrapper {
    padding: 20px 0 0;
  }
}
.floor-plans-listing .fp-listing-view .fp-results-item {
  width: calc(33.33% - 40px);
  margin: 45px 20px 0;
  background: #fff;
  display: flex;
}
@media (max-width: 1199px) {
  .floor-plans-listing .fp-listing-view .fp-results-item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 767px) {
  .floor-plans-listing .fp-listing-view .fp-results-item {
    width: 100%;
    margin: 45px 0 0;
  }
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-view-details {
  padding-bottom: 5px;
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-view-details a {
  display: block;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  outline-offset: -2px;
}
@media (max-width: 767px) {
  .floor-plans-listing .fp-listing-view .fp-results-item .fp-view-details a {
    font-size: 13px;
  }
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer {
  display: flex;
  padding: 18px 20px 7px;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-title {
  background: url(../images/floorplans/leaf.png) center center/contain no-repeat;
  display: flex;
  align-items: center;
  max-width: 56px;
  width: 100%;
  height: 68px;
  align-self: center;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-title-id {
  word-wrap: break-word;
  white-space: normal;
  text-align: center;
  margin: 4px auto 0;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: 0.21px;
  font-family: brandon-grotesque, sans-serif;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-title-id span {
  display: block;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info {
  margin-left: 10px;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-rent {
  display: flex;
  flex-direction: column;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-rent span {
  display: inline-block;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-rent span.hidden {
  display: none;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-rent .rfwa-fee-calculator:before {
  transform: translateY(-2px);
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-details {
  font-size: 16px;
  letter-spacing: 0.97px;
  line-height: 20px;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-details span {
  display: block;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-details .availability {
  display: flex;
  flex-wrap: wrap;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-details .availability span {
  display: inline;
}
.floor-plans-listing .fp-listing-view .fp-results-item .info-outer .unit-info-details .availability .availabilty_text {
  margin-right: 5px;
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-fee-disclaimer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #193947;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 1) .fp-view-details, .floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 2) .fp-view-details, .floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 3) .fp-view-details {
  background: #335253;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 4) .fp-view-details, .floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 5) .fp-view-details, .floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 6) .fp-view-details {
  background: #304c5a;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 7) .fp-view-details, .floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 8) .fp-view-details, .floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 9) .fp-view-details {
  background: #5c3a3d;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 1) .fp-listing-info {
  background: #1c3f40;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 2) .fp-listing-info {
  background: #335253;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 3) .fp-listing-info {
  background: #496566;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 4) .fp-listing-info {
  background: #193947;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 5) .fp-listing-info {
  background: #304c5a;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 6) .fp-listing-info {
  background: #47606c;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 7) .fp-listing-info {
  background: #4a2427;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 8) .fp-listing-info {
  background: #5c3a3d;
}
.floor-plans-listing .fp-listing-view .fp-results-item:nth-of-type(9n + 9) .fp-listing-info {
  background: #6e5052;
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-results-item-cnt {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-details-plan {
  flex: 1 0 auto;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-image {
  margin: 0;
  padding: 10px 10px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-image img {
  max-height: 250px;
}
.floor-plans-listing .fp-listing-view .fp-results-item .fp-image a {
  color: #000;
}
.floor-plans-listing .load-more-results {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}
.floor-plans-listing .load-more-results .btn, .floor-plans-listing .load-more-results #contactForm .hywrap button[type=submit], #contactForm .hywrap .floor-plans-listing .load-more-results button[type=submit] {
  background: #4a2427;
}
@media (max-width: 991px) {
  .floor-plans-listing .load-more-results {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .floor-plans-listing .load-more-results {
    margin-top: 10px;
  }
}
.floor-plans-listing #fp-loader {
  margin: 60px auto 0;
  text-align: center;
}
.floor-plans-listing .refine-search-wrapper {
  min-height: 55px;
}
.floor-plans-listing .refine-search-wrapper .btn-sightmap {
  background-color: #304c5a;
}
.floor-plans-listing .refine-search-wrapper .submit-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.floor-plans-listing .refine-search {
  display: none;
}
@media (min-width: 992px) {
  .floor-plans-listing .refine-search {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .floor-plans-listing .refine-search {
    display: block;
  }
  .floor-plans-listing .refine-search .btn, .floor-plans-listing .refine-search #contactForm .hywrap button[type=submit], #contactForm .hywrap .floor-plans-listing .refine-search button[type=submit] {
    background: #5f6b76;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .floor-plans-listing .refine-search .btn, .floor-plans-listing .refine-search #contactForm .hywrap button[type=submit], #contactForm .hywrap .floor-plans-listing .refine-search button[type=submit] {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}
.floor-plans-listing .close-filter {
  color: #f0edea;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.73px;
  position: relative;
  padding: 15px 13px 15px 0;
  display: none;
}
@media (min-width: 992px) {
  .floor-plans-listing .close-filter {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .floor-plans-listing .close-filter {
    margin: 0 auto;
  }
}
.floor-plans-listing .close-filter:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 8px;
  height: 7px;
  background: url(../images/neighborhood/caret.svg) no-repeat;
  background-size: contain;
}
.floor-plans-listing #apartment-search-form {
  width: 100%;
}
@media (max-width: 991px) {
  .floor-plans-listing .fp-filter {
    display: none;
  }
}
.floor-plans-listing .fp-filter .selectivo {
  background: transparent;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-listing .fp-filter .selectivo {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-listing .fp-filter .selectivo .selectivo__label:after {
    right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-listing .fp-filter .selectivo .selectivo__label,
  .floor-plans-listing .fp-filter .selectivo .selectivo__option {
    font-size: 12px;
    letter-spacing: 0.97px;
  }
}
.floor-plans-listing .fp-filter .selectivo .selectivo__option {
  padding: 8px 10px;
  white-space: normal;
  word-wrap: break-word;
}
@media (min-width: 992px) and (max-height: 700px) {
  .floor-plans-listing .fp-filter .selectivo .selectivo__dropdown {
    max-height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-listing .fp-filter .selectivo .selectivo__dropdown {
    top: 33px;
  }
}
@media (max-width: 767px) {
  .floor-plans-listing .fp-filter .selectivo .selectivo__dropdown {
    top: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-listing .fp-filter .col {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.floor-plans-listing .fp-filter .col-full {
  margin-top: 0;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .floor-plans-listing .fp-filter .col-full {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 991px) {
  .floor-plans-listing .fp-filter .col-full {
    margin-bottom: 20px;
  }
}
.floor-plans-listing .fp-filter .col-full.sort-price {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .fp-listing .fp-filter .btn, .fp-listing .fp-filter #contactForm .hywrap button[type=submit], #contactForm .hywrap .fp-listing .fp-filter button[type=submit] {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 14px;
  }
}

.news-and-events-details {
  background-image: linear-gradient(to top, #374654 0%, #1c3f40 100%);
  position: relative;
}
.news-and-events-details:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
.news-and-events-details header .header-wrapper {
  background-color: #1c3f40;
}
.news-and-events-details .footer-inner {
  background-color: #364653;
}

.blog-details-page .page-title {
  background: none;
  padding: 50px 0;
  min-height: auto;
}
@media (max-width: 991px) {
  .blog-details-page .page-title {
    padding-bottom: 30px;
  }
}
.blog-details-page .page-title h2 {
  max-width: 100%;
}
.blog-details-page .blog-details-container {
  display: flex;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-container {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-container {
    padding-bottom: 10px;
  }
}
.blog-details-page .blog-details-container.no-post-image .blog-details-right .blog-details-content {
  padding-top: 3.5vw;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-container.no-post-image .blog-details-right .blog-details-content {
    padding-top: 30px;
  }
}
.blog-details-page .blog-details-container.no-post-image .blog-details-right .blog-details-content:before {
  display: none;
}
.blog-details-page .blog-details-left {
  flex-basis: 29%;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-left {
    flex-basis: 100%;
    order: 2;
    margin: 0;
  }
}
.blog-details-page .blog-details-left .blog-left-inner {
  background: #304c5a;
  padding: 3.5vw;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-left .blog-left-inner {
    background: none;
    padding: 7.8vw 3.5vw 3.5vw;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-left .blog-left-inner {
    padding: 40px 20px;
  }
}
.blog-details-page .blog-details-left a {
  text-decoration: none !important;
}
.blog-details-page .blog-details-left a:hover {
  border-bottom: 1px solid #f0edea;
}
.blog-details-page .blog-details-left ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-left ul {
    margin: 0 auto;
    max-width: 350px;
  }
}
.blog-details-page .blog-details-left h3 {
  position: relative;
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-left h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.45px;
  }
}
.blog-details-page .blog-details-left h3:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-left li {
    padding-bottom: 10px;
  }
}
.blog-details-page .blog-details-left .inline-list ul li {
  list-style: none;
  display: inline-block;
}
.blog-details-page .blog-details-left .inline-list ul li a {
  color: #f0edea;
}
.blog-details-page .blog-details-left .inline-list ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f0edea;
  display: inline-block;
  margin: 2px 5px 2px 8px;
}
.blog-details-page .blog-details-left .inline-list ul li:first-child:before {
  display: none;
}
.blog-details-page .blog-details-left a {
  color: inherit;
}
.blog-details-page .blog-details-left .recent-posts, .blog-details-page .blog-details-left .inline-list {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-left .recent-posts, .blog-details-page .blog-details-left .inline-list {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-left .recent-posts, .blog-details-page .blog-details-left .inline-list {
    margin-bottom: 30px;
  }
}
.blog-details-page .blog-details-left .recent-posts li {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-left .recent-posts li {
    padding-bottom: 20px;
  }
}
.blog-details-page .blog-details-left .recent-posts li:last-child {
  padding-bottom: 0;
}
.blog-details-page .blog-details-left .categories a {
  text-transform: capitalize;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .blog-details-left .search form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
  }
}
.blog-details-page .blog-details-left .search input[type=text] {
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 0;
  display: block;
  padding: 10px;
  width: 100%;
  color: #fff;
  margin-bottom: 20px;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-details-page .blog-details-left .search input[type=text] {
    margin: 0 20px 0 0;
  }
}
.blog-details-page .blog-details-left .search .btn, .blog-details-page .blog-details-left .search #contactForm .hywrap button[type=submit], #contactForm .hywrap .blog-details-page .blog-details-left .search button[type=submit] {
  background: #47606c;
  width: 120px;
  padding: 19px 0 21px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 1399px) {
  .blog-details-page .blog-details-left .search .btn, .blog-details-page .blog-details-left .search #contactForm .hywrap button[type=submit], #contactForm .hywrap .blog-details-page .blog-details-left .search button[type=submit] {
    padding: 12px 0 14px;
  }
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-left .search .btn, .blog-details-page .blog-details-left .search #contactForm .hywrap button[type=submit], #contactForm .hywrap .blog-details-page .blog-details-left .search button[type=submit] {
    background: #496566;
  }
}
.blog-details-page .blog-details-left .search h3 {
  padding-bottom: 0;
}
.blog-details-page .blog-details-left .search h3:after {
  display: none;
}
.blog-details-page .blog-details-left .search-btn-wrap {
  position: relative;
  margin: 0 auto;
  width: 120px;
  display: block;
}
.blog-details-page .blog-details-left .search-btn-wrap::before, .blog-details-page .blog-details-left .search-btn-wrap::after {
  content: "";
  position: absolute;
  background-color: #f0edea;
  z-index: 1;
  height: 5px;
}
.blog-details-page .blog-details-left .search-btn-wrap::before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
}
.blog-details-page .blog-details-left .search-btn-wrap::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}
.blog-details-page .blog-details-left .search-btn-wrap:hover {
  text-decoration: none;
}
.blog-details-page .blog-details-left .search-btn-wrap:hover::before {
  width: 100%;
}
.blog-details-page .blog-details-left .search-btn-wrap:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}
.blog-details-page .blog-details-right {
  overflow: hidden;
  flex-basis: 71%;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-right {
    flex-basis: 100%;
    order: 1;
  }
}
.blog-details-page .blog-details-right .blog-right-inner {
  position: relative;
}
.blog-details-page .blog-details-right .blog-title {
  position: relative;
  padding: 0 0 20px 0;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-right .blog-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.45px;
  }
}
.blog-details-page .blog-details-right .blog-title:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  left: 3px;
  bottom: 0;
}
.blog-details-page .blog-details-right .blog-details-content {
  position: relative;
  padding: 0 5.2vw 3.2vw 3.2vw;
  z-index: 1;
  background-color: #335253;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-right .blog-details-content {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-right .blog-details-content {
    padding: 0 30px 45px 20px;
  }
}
.blog-details-page .blog-details-right .blog-details-content.angled-top-left:before {
  left: 0;
  border-top: 5px solid #f0edea;
}
.blog-details-page .blog-details-right .blog-details-content a {
  color: #f0edea;
  border-bottom: 1px solid #f0edea;
  text-decoration: none !important;
}
.blog-details-page .blog-details-right .blog-details-content a:hover {
  color: rgb(218.75, 211.5, 204.25);
}
.blog-details-page .blog-details-right .back-to-blog {
  background: #496566;
  margin: 0 auto;
  display: block;
}
.blog-details-page .blog-details-right .post-date {
  margin-bottom: 5px;
  display: block;
}
.blog-details-page .blog-details-right .blog-details-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 45vw;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-right .blog-details-image {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-right .blog-details-image {
    height: 70vw;
    max-height: 300px;
  }
}
.blog-details-page .blog-details-right .blog-details-image .blog-image-view {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #4a2427;
}
.blog-details-page .blog-details-right .blog-details-desciption {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .blog-details-page .blog-details-right .blog-details-desciption {
    margin-bottom: 30px;
  }
}

body.news-and-events {
  background-image: linear-gradient(to top, #374654 0%, #1c3f40 100%);
  background-repeat: no-repeat;
  position: relative;
}
body.news-and-events:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/inner-bg-pattern.png) top;
}
body.news-and-events header .header-wrapper {
  background-color: #1c3f40;
}
body.news-and-events #infscr-loading {
  width: 100%;
  text-align: center;
}

.news-and-events-page .page-title {
  background: none;
  padding: 50px 2.8vw 30px;
  min-height: 0;
}
.news-and-events-page .page-title:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #f0edea;
}
.news-and-events-page .page-title h2 {
  max-width: 100%;
}
.news-and-events-page .blog-category ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
  padding: 0;
}
.news-and-events-page .blog-category ul li {
  display: inline;
  margin: 0 8px;
}
.news-and-events-page .blog-category ul li button {
  border: none;
  background: transparent;
  color: #f0edea;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 0 2px;
}
.news-and-events-page .blog-category ul li button.active-cat {
  border-bottom: 1px solid #f0edea;
}
@media (max-width: 767px) {
  .news-and-events-page .blog-category ul li button {
    display: block;
    font-size: 13px;
    letter-spacing: 0.97px;
    padding: 5px 0;
    text-align: center;
    width: 100%;
  }
  .news-and-events-page .blog-category ul li button.active-cat {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .blog-category ul li {
    display: block;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .blog-category ul {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 140px;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    opacity: 0;
    height: 0;
    z-index: 0;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40px;
    background: rgba(48, 76, 90, 0.8);
    padding: 10px;
    border: 1px solid #f0edea;
  }
  .news-and-events-page .blog-category ul.open {
    z-index: 1;
    opacity: 1;
    height: auto;
    display: block;
    transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
  }
  .news-and-events-page .blog-category ul li {
    margin: 0;
  }
  .news-and-events-page .blog-category ul li button {
    text-align: left !important;
  }
}
.news-and-events-page .blog-category .selected-cat {
  border: 1px solid #f0edea;
  background: transparent;
  color: #f0edea;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
  display: none;
  cursor: pointer;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .news-and-events-page .blog-category .selected-cat {
    display: block;
    font-size: 13px;
    letter-spacing: 0.97px;
    background: url(../images/gallery/drop_arrow.png) no-repeat right 10px center;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .blog-category {
    position: relative;
  }
}
.news-and-events-page .list-block {
  margin: 0 2.8vw;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.news-and-events-page .list-block .list-item {
  display: flex;
  flex-direction: column;
  background-color: #335253;
  width: 31.33%;
  margin: 1%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-and-events-page .list-block .list-item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .list-block .list-item {
    width: 100%;
    margin: 0 0 2.8vw;
  }
}
.news-and-events-page .list-block .list-item .list-item-img {
  width: 100%;
  height: 33vw;
  transform: skewY(15deg);
  border-bottom: 6px solid #f0edea;
  margin-top: -4vw;
  margin-bottom: 4vw;
  background-color: #4a2427;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-and-events-page .list-block .list-item .list-item-img {
    height: 38vw;
    margin-bottom: 4vw;
    margin-top: -6vw;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .list-block .list-item .list-item-img {
    height: 64vw;
    margin-bottom: 8vw;
    margin-top: -13vw;
  }
}
.news-and-events-page .list-block .list-item .list-item-img .item-image {
  width: 100%;
  height: 100%;
  transform: skewY(-15deg);
  background-size: cover;
  background-position: center center;
  margin-top: 4vw;
  display: block;
  color: #fff;
  outline-offset: -2px;
}
@media (max-width: 991px) {
  .news-and-events-page .list-block .list-item .list-item-img .item-image {
    margin-top: 6vw;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .list-block .list-item .list-item-img .item-image {
    margin-top: 13vw;
  }
}
.news-and-events-page .list-block .list-item .list-item-text-blk {
  padding: 20px 2.8vw 45px;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.news-and-events-page .list-block .list-item .list-item-text-blk .list-item-text-blk-inner {
  display: flex;
  width: 100%;
  flex: 1 0 auto;
  flex-direction: column;
}
@media (max-width: 767px) {
  .news-and-events-page .list-block .list-item .list-item-text-blk {
    padding: 30px 60px 60px;
  }
}
@media (max-width: 575px) {
  .news-and-events-page .list-block .list-item .list-item-text-blk {
    padding: 30px 30px 45px;
  }
}
.news-and-events-page .list-block .list-item .item-date {
  display: block;
  color: #f0edea;
  font-family: bely-display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}
.news-and-events-page .list-block .list-item .item-title {
  display: block;
  color: #f0edea;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-and-events-page .list-block .list-item .item-content {
  display: block;
  color: #f0edea;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  width: 100%;
  flex: 1 0 auto;
}
.news-and-events-page .list-block .list-item .item-content:before {
  content: "";
  width: 18px;
  height: 2px;
  background: #f0edea;
  display: block;
  margin: 20px auto;
}
.news-and-events-page .list-block .list-item .read-more-btn {
  background-color: #496566;
  border: none;
  color: #f0edea;
  cursor: pointer;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .news-and-events-page .list-block .list-item:nth-child(3n-1) {
    background-color: #304c5a;
    flex-direction: column-reverse;
  }
  .news-and-events-page .list-block .list-item:nth-child(3n-1) .list-item-text-blk {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .news-and-events-page .list-block .list-item:nth-child(3n-1) .list-item-img {
    width: 100%;
    height: 33vw;
    transform: skewY(-15deg);
    border-top: 6px solid #f0edea;
    border-bottom: none;
    margin-bottom: -6vw;
    margin-top: 4vw;
  }
  .news-and-events-page .list-block .list-item:nth-child(3n-1) .list-item-img .item-image {
    width: 100%;
    height: 100%;
    transform: skewY(15deg);
    background-size: cover;
    margin-top: -6vw;
  }
  .news-and-events-page .list-block .list-item:nth-child(3n-1) .read-more-btn {
    background-color: #47606c;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-and-events-page .list-block .list-item:nth-child(2n) {
    background-color: #304c5a;
    flex-direction: column-reverse;
  }
  .news-and-events-page .list-block .list-item:nth-child(2n) .list-item-text-blk {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .news-and-events-page .list-block .list-item:nth-child(2n) .list-item-img {
    width: 100%;
    transform: skewY(-15deg);
    border-top: 6px solid #f0edea;
    border-bottom: none;
    margin-bottom: -6vw;
    margin-top: 4vw;
  }
  .news-and-events-page .list-block .list-item:nth-child(2n) .list-item-img .item-image {
    width: 100%;
    height: 100%;
    transform: skewY(15deg);
    background-size: cover;
    margin-top: -6vw;
  }
  .news-and-events-page .list-block .list-item:nth-child(2n) .read-more-btn {
    background-color: #47606c;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .list-block .list-item:nth-child(2n) .list-item-img {
    transform: skewY(-15deg);
    margin-top: -13vw;
  }
  .news-and-events-page .list-block .list-item:nth-child(2n) .list-item-img .item-image {
    transform: skewY(15deg);
  }
}
@media (max-width: 575px) {
  .news-and-events-page .list-block .list-item .list-item-img {
    height: 400px;
  }
}
.news-and-events-page .blog-sidebar {
  margin: 0 2.8vw;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-and-events-page .blog-sidebar {
    padding-bottom: 40px;
  }
}
.news-and-events-page .blog-sidebar .sidebar-item {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin: 1%;
  overflow: hidden;
  text-align: center;
  padding: 2.8vw;
}
@media (max-width: 991px) {
  .news-and-events-page .blog-sidebar .sidebar-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .blog-sidebar .sidebar-item {
    padding-top: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .news-and-events-page .blog-sidebar .sidebar-item.tags-blk {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-and-events-page .blog-sidebar .sidebar-item form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .news-and-events-page .blog-sidebar .sidebar-item form {
    max-width: 100%;
    width: 100%;
  }
}
.news-and-events-page .blog-sidebar .sidebar-item h3 {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  .news-and-events-page .blog-sidebar .sidebar-item h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.45px;
  }
}
.news-and-events-page .blog-sidebar .sidebar-item.archives-blk h3:after, .news-and-events-page .blog-sidebar .sidebar-item.tags-blk h3:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #f0edea;
  display: block;
  margin: 20px auto 0;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn {
  background-color: #496566;
  border: none;
  color: #f0edea;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 19px;
  text-transform: uppercase;
  letter-spacing: 1.27px;
  cursor: pointer;
  margin: 0 auto;
  width: 120px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 1399px) {
  .news-and-events-page .blog-sidebar .sidebar-item .search-btn {
    padding: 12px 0 14px;
  }
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap {
  position: relative;
  margin: 0 auto;
  width: 120px;
  display: block;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap::before, .news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap::after {
  content: "";
  position: absolute;
  background-color: #f0edea;
  z-index: 1;
  height: 5px;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap::before {
  width: 0%;
  left: 0;
  bottom: 0;
  transition: width ease 0.4s;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap::after {
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all ease 0.6s;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap:hover {
  text-decoration: none;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap:hover::before {
  width: 100%;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-btn-wrap:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}
.news-and-events-page .blog-sidebar .sidebar-item .search-input {
  background: transparent;
  border: 1px solid #f0edea;
  color: #f0edea;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 18px;
  letter-spacing: 1.27px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-and-events-page .blog-sidebar .sidebar-item .search-input {
    margin: 0 20px 0 0;
  }
}
.news-and-events-page .blog-sidebar .archives {
  display: flex;
  justify-content: center;
}
.news-and-events-page .blog-sidebar .archives li {
  list-style: none;
  display: inline-block;
}
.news-and-events-page .blog-sidebar .archives li a {
  color: #f0edea;
}
.news-and-events-page .blog-sidebar .archives li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f0edea;
  display: inline-block;
  margin: 2px 5px 2px 8px;
}
.news-and-events-page .blog-sidebar .archives li:first-child:before {
  display: none;
}
.news-and-events-page .blog-sidebar .blogTags ul {
  margin: 0;
  padding: 0;
}
.news-and-events-page .blog-sidebar .blogTags li {
  list-style: none;
  display: inline-block;
}
.news-and-events-page .blog-sidebar .blogTags li a {
  color: #f0edea;
}
.news-and-events-page .blog-sidebar .blogTags li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #f0edea;
  display: inline-block;
  margin: 2px 5px 2px 8px;
}
.news-and-events-page .blog-sidebar .blogTags li:last-child::after {
  display: none;
}
.news-and-events-page .news_load_more {
  text-align: center;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .news-and-events-page .news_load_more {
    margin: 60px 0 50px;
  }
}
.news-and-events-page .news_load_more a {
  background-color: #496566;
  border: none;
  color: #f0edea;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 19px;
  text-transform: uppercase;
  letter-spacing: 1.27px;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news-and-events-page .news_load_more a {
    font-size: 13px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.news-and-events-page .news_load_more a::before, .news-and-events-page .news_load_more a::after {
  content: "";
  position: absolute;
  background-color: #f0edea;
  z-index: 1;
  height: 5px;
}
.news-and-events-page .news_load_more a::before {
  width: 0%;
  left: 0;
  bottom: -5px;
  transition: width ease 0.4s;
}
.news-and-events-page .news_load_more a::after {
  width: 100%;
  left: 0;
  bottom: -5px;
  transition: all ease 0.6s;
}
.news-and-events-page .news_load_more a:hover {
  text-decoration: none;
}
.news-and-events-page .news_load_more a:hover::before {
  width: 100%;
}
.news-and-events-page .news_load_more a:hover::after {
  left: 100%;
  width: 0%;
  transition: all ease 0.2s;
}

.no-blog-posts {
  text-align: center;
  width: 100%;
}

.tourbuilder-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 50px);
  min-height: 560px;
}
@media (min-width: 768px) {
  .tourbuilder-frame {
    height: calc(100vh - 91px);
  }
}
@media (min-width: 992px) {
  .tourbuilder-frame {
    height: calc(100vh - 96px);
  }
}
.tourbuilder-frame #tour {
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .header-right ul li a {
    margin-right: 10px;
  }
}
.sightmap .fp-filter {
  display: flex;
  gap: 10px;
}
.sightmap-wrapper {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .sightmap-wrapper {
    margin-top: 60px;
  }
}
.sightmap-wrapper iframe {
  aspect-ratio: 1;
  max-height: 100lvh;
}

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