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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  scroll-behavior: smooth;
  font-family: mongoose, sans-serif; }

/**
 * 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.
 */
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  font-family: mongoose, sans-serif;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  overflow-x: hidden;
  /*overflow-y:hidden;*/
  height: auto !important; }

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

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

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

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

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

blockquote {
  margin: 0 0 1rem; }

figure {
  margin: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

p {
  margin: 0; }

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

button {
  cursor: pointer; }

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

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

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

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

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

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

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

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

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

.skip-nav {
  background: #000;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.3rem;
  z-index: 99999;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .skip-nav:focus {
    left: 0;
    outline: 0;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: underline; }

.mCSB_inside > .mCSB_container {
  margin-right: 0px; }

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

.using-keytab a:focus,
.using-keytab button:focus,
.using-keytab input:focus,
.using-keytab select:focus,
.using-keytab textarea:focus,
.using-keytab .callout_black:focus,
.using-keytab .hywrap input:focus,
.using-keytab .hywrap input[type="text"]:focus,
.using-keytab .hywrap select:focus,
.using-keytab .hywrap textarea:focus,
.using-keytab div#more-info a:focus {
  outline: #000 dashed 2px !important; }

.using-keytab .specials_wrap .specials_box .specials_close:focus,
.using-keytab .nav-close:focus,
.using-keytab .specials_wrap .specials_box a:focus,
.using-keytab .ham-menu .nav-menu-items ul li a:focus,
.using-keytab button.special-banner_close:focus,
.using-keytab #home_page .tour_section .btn:focus,
.using-keytab #footer a:focus,
.using-keytab button.skip-list:focus {
  outline: #fff dashed 2px !important; }

.content_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .content_block h5 {
    color: #5a1939;
    font-family: mongoose, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.25px;
    line-height: 51px;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
  .content_block h2 {
    color: #373637;
    font-family: "Poynter Oldstyle Disp Reg";
    font-size: 42px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 51px;
    text-align: left;
    padding-right: 20px; }
    @media (max-width: 991px) {
      .content_block h2 {
        padding-right: 0px;
        margin-bottom: 30px; } }
  .content_block p {
    color: #373637;
    font-family: motiva-sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 29px;
    text-align: left; }

.btn {
  height: 30px;
  font-family: mongoose, sans-serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 2.5px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
  height: 48px;
  width: 17.223vw;
  max-width: 248px;
  min-width: 248px;
  margin-top: 50px;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .btn {
    font-size: calc(21px + 0 * ((100vw - 320px) / 1120)); }
  .btn {
    line-height: calc(21px + 0 * ((100vw - 320px) / 1120)); }
  .btn.purple {
    background-color: #5a1939;
    color: #fff; }
    .btn.purple:hover {
      background-color: #373637; }
  .btn.dark_grey {
    background-color: #373637;
    color: #fff; }
    .btn.dark_grey:hover {
      background-color: #5a1939; }
  .btn.light_grey {
    background-color: #5e6861;
    color: #fff; }
    .btn.light_grey:hover {
      background-color: #e3e7e1;
      color: #373637; }
  @media (max-width: 991px) {
    .btn {
      min-width: 270px;
      margin: 50px auto 0;
      height: 45px;
      max-width: 270px; } }

.left, .right {
  width: 50%; }

.animate_text {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -moz-transform: translate3d(0, 100px, 50px);
  -o-transform: translate3d(0, 100px, 50px);
  -ms-transform: translate3d(0, 100px, 50px);
  -webkit-transform: translate3d(0, 100px, 50px);
  transform: translate3d(0, 100px, 50px); }

.animate_text.inposition {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

* {
  cursor: pointer;
  cursor: url(../images/cursor.cur), pointer;
  -webkit-tap-highlight-color: transparent !important; }

.no_link, .no_link a {
  cursor: default !important;
  pointer-events: none; }

@media (max-width: 991px) {
  .desktop_only {
    display: none; } }
body a {
  cursor: pointer; }

.hide-element {
  display: none !important; }

header {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: transparent;
  padding: 30px 7vw 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1335px) {
    header {
      padding: 30px 5vw 0; } }
  header a {
    cursor: pointer; }
  header .address {
    color: #e3e7e1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 21px;
    letter-spacing: 2.5px;
    line-height: 15px;
    text-transform: uppercase; }
  header .logo-wrapper {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    left: 50%;
    top: 30px;
    width: 155px;
    height: 120px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer; }
  header .logo {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 0; }
    header .logo.black {
      visibility: hidden;
      opacity: 0; }
header .right-side, header .left-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
header .right-side ul, header .left-side ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
header .right-side ul li a, header .left-side ul li a {
        display: block;
        line-height: 50px;
        color: #fff;
        text-align: center;
        height: 50px;
        width: 120px;
        margin-right: 16px;
        border: 1px solid #fff;
        font-size: 21px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
        @media (max-width: 1199px) {
  header .right-side ul li a, header .left-side ul li a {
            margin-right: 10px; } }
header .right-side ul li a:hover, header .left-side ul li a:hover {
          color: #000;
          background: #fff; }
header .right-side ul li.current-menu-item a, header .left-side ul li.current-menu-item a {
        color: #000;
        background: #fff; }
header .right-side .ham-menu, header .left-side .ham-menu {
      display: block;
      cursor: pointer !important;
      margin-left: 15px;
      width: 23px;
      height: 18px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      position: relative; }
      @media (max-width: 1199px) {
  header .right-side .ham-menu, header .left-side .ham-menu {
          margin-left: 10px; } }
header .right-side .ham-menu span, header .left-side .ham-menu span {
        background: #fff;
        cursor: pointer !important;
        height: 2px;
        width: 100%;
        height: 2px;
        display: block;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
header .right-side .ham-menu::before, header .right-side .ham-menu::after, header .left-side .ham-menu::before, header .left-side .ham-menu::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        height: 2px;
        width: 100%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear; }
header .right-side .ham-menu::after, header .left-side .ham-menu::after {
        bottom: 0;
        top: auto; }
header .right-side .ham-menu:hover::before, header .left-side .ham-menu:hover::before {
        width: 75%; }
header .right-side .ham-menu:hover span, header .left-side .ham-menu:hover span {
        width: 50%; }
  @media (max-width: 1335px) {
    header .address {
      font-size: 17px; }
  header .right-side ul li a, header .left-side ul li a {
      font-size: 17px;
      width: 100px; } }
  @media (max-width: 991px) {
    header {
      padding: 44px 25px;
      justify-content: flex-end; }
      header .address {
        display: none; }
      header .logo-wrapper {
        top: 34px;
        width: 125px;
        height: 95px; }
  header .right-side ul, header .left-side ul {
        display: none; }
  header .right-side .ham-menu, header .left-side .ham-menu {
        margin: 0; } }
  header.sticky {
    padding-bottom: 30px;
    background-color: #fff; }
    @media (max-width: 991px) {
      header.sticky {
        padding: 40px 25px; } }
    header.sticky .address {
      color: #373637;
      font-size: 15px; }
    header.sticky .logo-wrapper {
      top: 12px;
      width: 100px;
      height: 73px; }
    header.sticky .logo.white {
      visibility: hidden;
      opacity: 0; }
    header.sticky .logo.black {
      visibility: visible;
      opacity: 1; }
header.sticky .right-side ul li a, header.sticky .left-side ul li a {
      height: 40px;
      line-height: 40px;
      border-color: #373637 !important;
      color: #373637 !important; }
header.sticky .right-side ul li a:hover, header.sticky .left-side ul li a:hover {
        background: #373637 !important;
        color: #fff !important; }
header.sticky .right-side ul li.current-menu-item a, header.sticky .left-side ul li.current-menu-item a {
      background: #373637 !important;
      color: #fff !important; }
header.sticky .right-side .ham-menu span, header.sticky .right-side .ham-menu::before, header.sticky .right-side .ham-menu::after, header.sticky .left-side .ham-menu span, header.sticky .left-side .ham-menu::before, header.sticky .left-side .ham-menu::after {
      background: #373637 !important; }

.menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .menu-wrapper nav {
    top: -100%;
    width: 50%;
    background: #373637;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
    padding: 3vw 7vw 5vw;
    z-index: 0;
    opacity: 0; }
    .menu-wrapper nav .close {
      display: none;
      top: 35px;
      right: 20px;
      width: 35px;
      height: 35px;
      background: url(../images/close-white.svg) no-repeat center;
      position: absolute;
      z-index: 30; }
    .menu-wrapper nav * {
      z-index: 2; }
    .menu-wrapper nav::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/nav-bg.png) no-repeat center/cover;
      opacity: 0.2;
      z-index: 1; }
    .menu-wrapper nav::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(../images/symbol.svg) no-repeat right bottom;
      background-size: 79% 63%;
      z-index: -1; }
    .menu-wrapper nav .top {
      width: 100%; }
      .menu-wrapper nav .top .address-text-outer {
        display: none; }
    .menu-wrapper nav .logo {
      max-width: 173px;
      width: 100%;
      display: block;
      margin-bottom: 3vw;
      cursor: pointer; }
      .menu-wrapper nav .logo img {
        display: block;
        width: 100%;
        cursor: pointer; }
      @media (max-width: 1335px) {
        .menu-wrapper nav .logo {
          max-width: 150px; } }
    .menu-wrapper nav ul.left-main-menu {
      margin: 0 -7vw; }
      .menu-wrapper nav ul.left-main-menu > li {
        padding: 0 7vw; }
        @media (min-width: 1440px) {
          .menu-wrapper nav ul.left-main-menu > li {
            height: 70px;
            line-height: 70px; } }
        .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children {
          position: relative;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          height: 51px;
          overflow: hidden; }
          .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children.updesk {
            height: 190px; }
            .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children.updesk .sub-menu {
              display: block; }
          @media (min-width: 1440px) {
            .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children {
              height: 71px; }
              .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children.updesk {
                height: 250px; } }
          @media (max-width: 991px) {
            .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children {
              -webkit-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              -ms-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              transition: all 0.3s linear;
              height: 51px;
              overflow: hidden; }
              .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children::after {
                content: '';
                width: 12px;
                height: 12px;
                border-bottom: 2px solid #8d978e;
                border-right: 2px solid #8d978e;
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                position: absolute;
                top: 23px;
                left: calc(50% + 70px);
                -webkit-transition: all 0.3s linear;
                -moz-transition: all 0.3s linear;
                -ms-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear; }
              .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children .sub-menu {
                align-items: center;
                display: flex; }
              .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children.up {
                height: 205px; }
                .menu-wrapper nav ul.left-main-menu > li.menu-item-has-children.up::after {
                  -moz-transform: rotate(225deg);
                  -o-transform: rotate(225deg);
                  -ms-transform: rotate(225deg);
                  -webkit-transform: rotate(225deg);
                  transform: rotate(225deg);
                  top: 27px; } }
        .menu-wrapper nav ul.left-main-menu > li > a {
          display: block;
          color: #8d978e;
          font-family: "Poynter Oldstyle Disp Reg";
          line-height: 51px;
          font-size: 42px;
          font-weight: 400;
          cursor: pointer; }
          @media (max-width: 1335px) {
            .menu-wrapper nav ul.left-main-menu > li > a {
              font-size: 38px; } }
          @media (max-width: 991px) {
            .menu-wrapper nav ul.left-main-menu > li > a {
              display: inline-block; } }
          .menu-wrapper nav ul.left-main-menu > li > a:hover {
            color: #fff; }
        .menu-wrapper nav ul.left-main-menu > li.current-menu-item a {
          color: #fff; }
        .menu-wrapper nav ul.left-main-menu > li .sub-menu {
          overflow: hidden;
          margin: 0 -7vw;
          flex-direction: column;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          align-items: flex-start;
          display: none; }
          .menu-wrapper nav ul.left-main-menu > li .sub-menu li {
            padding: 0 7vw;
            padding-left: calc(7vw + 50px); }
            @media (max-width: 991px) {
              .menu-wrapper nav ul.left-main-menu > li .sub-menu li {
                padding: 0 15px; } }
          .menu-wrapper nav ul.left-main-menu > li .sub-menu a {
            padding: 7px 0;
            display: block;
            font-size: 24px;
            font-family: "Poynter Oldstyle Disp Reg";
            font-weight: 400;
            line-height: 30px;
            color: #8d978e; }
            @media (min-width: 1440px) {
              .menu-wrapper nav ul.left-main-menu > li .sub-menu a {
                height: 60px;
                line-height: 60px; } }
            @media (max-width: 575px) {
              .menu-wrapper nav ul.left-main-menu > li .sub-menu a {
                padding: 10px 0px;
                font-size: 21px; } }
            .menu-wrapper nav ul.left-main-menu > li .sub-menu a:hover, .menu-wrapper nav ul.left-main-menu > li .sub-menu a.active {
              color: #fff !important; }
      @media (max-width: 991px) {
        .menu-wrapper nav ul.left-main-menu {
          margin: 50px -25px; } }
    .menu-wrapper nav .address-text-outer {
      color: #fff;
      font-size: 21px;
      font-weight: 400;
      line-height: 21px;
      text-transform: uppercase;
      letter-spacing: 2.5px; }
      @media (max-width: 1335px) {
        .menu-wrapper nav .address-text-outer {
          font-size: 17px; } }
.menu-wrapper .right-side, .menu-wrapper .left-side {
    opacity: 0;
    top: 100%;
    background: #fff;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
.menu-wrapper .right-side .address, .menu-wrapper .left-side .address {
      position: absolute;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 33vw;
      top: 35px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
.menu-wrapper .right-side .address .text, .menu-wrapper .left-side .address .text {
        width: calc(100% - 50px);
        color: #25211f;
        text-transform: uppercase;
        letter-spacing: 2.5px;
        line-height: 21px;
        font-size: 21px; }
        @media (max-width: 1335px) {
  .menu-wrapper .right-side .address .text, .menu-wrapper .left-side .address .text {
            font-size: 17px; } }
.menu-wrapper .right-side .address .close, .menu-wrapper .left-side .address .close {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/close-icon.svg) no-repeat center;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
.menu-wrapper .right-side .address .close:hover, .menu-wrapper .left-side .address .close:hover {
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.menu-wrapper .right-side .right-img, .menu-wrapper .left-side .right-img {
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: no-repeat center/cover;
      width: 33vw;
      height: 66vh;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center; }
.menu-wrapper .right-side .right-img img, .menu-wrapper .left-side .right-img img {
        max-width: 100%;
        display: block; }
.menu-wrapper .right-side .right-img p, .menu-wrapper .left-side .right-img p {
        color: #fff;
        font-family: "Poynter Oldstyle Disp Reg";
        font-size: 53px;
        font-weight: 400;
        line-height: 52.68px;
        text-align: center; }
.menu-wrapper .right-side .right-img.ritz-carlton-image, .menu-wrapper .right-side .right-img.the-barrett-image, .menu-wrapper .right-side .right-img.the-claude-image, .menu-wrapper .left-side .right-img.ritz-carlton-image, .menu-wrapper .left-side .right-img.the-barrett-image, .menu-wrapper .left-side .right-img.the-claude-image {
        display: none; }
  @media (max-width: 991px) {
    .menu-wrapper {
      min-height: 100vh;
      overflow: hidden;
      overflow-y: auto;
      align-items: flex-start; }
  .menu-wrapper .right-side, .menu-wrapper .left-side {
        display: none; }
      .menu-wrapper nav {
        min-height: 100%;
        padding: 35px;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: stretch; }
        .menu-wrapper nav::before {
          width: 100%;
          position: fixed; }
        .menu-wrapper nav::after {
          background-size: cover;
          background-position: left 10%;
          width: 100%;
          position: fixed; }
        .menu-wrapper nav .close {
          display: block; }
        .menu-wrapper nav .logo {
          max-width: 129px;
          margin: 0 auto; }
        .menu-wrapper nav .top {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: space-between; }
          .menu-wrapper nav .top .address-text-outer {
            display: block;
            text-align: center;
            font-size: 15px;
            line-height: 18px;
            letter-spacing: 1.79px; }
        .menu-wrapper nav ul {
          margin: 50px 0; }
          .menu-wrapper nav ul li {
            text-align: center; }
            .menu-wrapper nav ul li a {
              line-height: 52.68px; }
            .menu-wrapper nav ul li .sub-menu {
              padding-left: 0; }
        .menu-wrapper nav > .address-text-outer {
          display: none; } }

.main-menu-open {
  overflow: hidden; }
  .main-menu-open .menu-wrapper {
    display: flex;
    opacity: 1;
    pointer-events: all; }

.top_slider {
  width: 100%;
  height: 50px;
  background: #373637;
  position: fixed;
  top: 0px;
  z-index: 4; }
  @media (max-width: 991px) {
    .top_slider {
      height: auto; } }
  .top_slider #special_slider {
    height: 100%;
    width: 100%; }
    .top_slider #special_slider .slide {
      display: block;
      width: 100%;
      text-align: center; }
      .top_slider #special_slider .slide p, .top_slider #special_slider .slide a {
        line-height: 50px;
        color: #fff;
        text-align: center;
        font-size: 21px;
        letter-spacing: 2.5px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          .top_slider #special_slider .slide p, .top_slider #special_slider .slide a {
            font-size: 18px;
            line-height: normal; } }
      .top_slider #special_slider .slide a:hover {
        text-decoration: underline; }
      .top_slider #special_slider .slide .slide_wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
      @media (max-width: 991px) {
        .top_slider #special_slider .slide p {
          width: calc(100% - 80px);
          padding: 10px 0px; } }
    .top_slider #special_slider .prev-cont button {
      width: 40px;
      height: 40px;
      border: 0px;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    @media (max-width: 991px) {
      .top_slider #special_slider .prev-cont {
        width: 40px; } }
    .top_slider #special_slider .next-cont button {
      width: 40px;
      height: 40px;
      border: 0px;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    @media (max-width: 991px) {
      .top_slider #special_slider .next-cont {
        width: 40px; } }

.home header {
  top: 50px; }

.left-side {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.left-side ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.left-side ul li a {
  display: block;
  line-height: 50px;
  color: #fff;
  text-align: center;
  height: 50px;
  width: 120px;
  margin-right: 16px;
  border: 1px solid #fff;
  font-size: 21px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1199px) {
  .left-side ul li a {
    margin-right: 10px;
  }
}
.left-side ul li a:hover {
  color: #000;
  background: #fff;
}
.left-side ul li.current-menu-item a {
  color: #000;
  background: #fff;
}

footer {
  background-color: #373637;
  padding: 5vw 7vw; }
  @media (max-width: 1335px) {
    footer {
      padding: 5vw; } }
  @media (max-width: 991px) {
    footer {
      padding: 7vw 25px; } }
  footer .top-section {
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    footer .top-section h3 {
      color: #e3e7e1;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 51px; }
    footer .top-section .left {
      width: 35%; }
      footer .top-section .left a {
        display: inline-block;
        font-size: 21px;
        letter-spacing: 2.5px;
        color: #fff;
        width: 137px;
        height: 48px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        background-color: #5e6861;
        border: 0;
        font-weight: 400;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin-top: 15px; }
        footer .top-section .left a:hover {
          color: #5e6861;
          background: #fff; }
    footer .top-section .right {
      width: 65%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end; }
      footer .top-section .right .col {
        padding: 0 15px; }
        footer .top-section .right .col:last-child {
          padding-left: 80px; }
          @media (max-width: 1335px) {
            footer .top-section .right .col:last-child {
              padding-left: 15px; } }
    footer .top-section .links a {
      margin: 10px 0;
      color: #e3e7e1;
      font-family: motiva-sans, sans-serif;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.67px;
      line-height: 14px;
      display: block;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      footer .top-section .links a:hover {
        color: #fff;
        text-decoration: underline; }
    @media (max-width: 991px) {
      footer .top-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center; }
        footer .top-section .left {
          width: 100%;
          padding-bottom: 60px; }
          footer .top-section .left a {
            width: 100%;
            margin: 15px auto 0;
            max-width: 370px; }
        footer .top-section .right {
          flex-direction: column;
          justify-content: flex-start;
          align-items: center;
          width: 100%; }
          footer .top-section .right .col {
            padding-bottom: 35px; }
            footer .top-section .right .col:last-child {
              padding-left: 15px; }
            footer .top-section .right .col h3 {
              line-height: 43px; } }
  footer .middle-section {
    padding: 15px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .middle-section a {
      cursor: pointer; }
      footer .middle-section a img {
        cursor: pointer; }
    footer .middle-section .social-media {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      footer .middle-section .social-media a {
        display: block;
        margin-right: 8px; }
        footer .middle-section .social-media a:last-child {
          margin: 0; }
    footer .middle-section .right {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end; }
      footer .middle-section .right .ada-eho-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: 17px; }
      footer .middle-section .right a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-left: 17px; }
        footer .middle-section .right a:first-child {
          margin-left: 0; }
          footer .middle-section .right a:first-child img {
            height: 25px; }
        footer .middle-section .right a.ada img, footer .middle-section .right a.eho img {
          width: 23px;
          max-width: 23px;
          height: auto; }
        footer .middle-section .right a.eho {
          margin-left: 10px; }
    @media (max-width: 991px) {
      footer .middle-section {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 0; }
        footer .middle-section .social-media {
          width: 100%;
          justify-content: center;
          margin-bottom: 40px; }
        footer .middle-section .right {
          width: 200px;
          padding-top: 82px;
          position: relative;
          justify-content: space-between;
          align-items: center; }
          footer .middle-section .right a.ccl-logo {
            position: absolute;
            margin: 0;
            top: 0;
            left: 50%;
            -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
            footer .middle-section .right a.ccl-logo img {
              height: 41px;
              max-width: unset; } }
  footer .bottom-text {
    color: #e3e7e1;
    font-size: 12px;
    font-family: motiva-sans, sans-serif;
    font-weight: 400;
    line-height: 14px;
    margin-top: 50px; }
    @media (max-width: 991px) {
      footer .bottom-text {
        text-align: center; } }

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

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

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

#home, #community {
  background-color: #e3e7e1; }
  #home .banner_section, #community .banner_section {
    min-height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    #home .banner_section .banner, #community .banner_section .banner {
      height: 100%;
      width: 101%;
      /*background-size:cover;
      background-repeat:no-repeat;
      background-position: center center;*/
      -webkit-transition: all ase-in-out 1s;
      -moz-transition: all ase-in-out 1s;
      -ms-transition: all ase-in-out 1s;
      -o-transition: all ase-in-out 1s;
      transition: all ase-in-out 1s;
      position: absolute;
      top: 0;
      left: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    #home .banner_section .banner_text, #community .banner_section .banner_text {
      position: absolute;
      bottom: 17vw;
      width: 100%;
      text-align: center;
      clip: rect(auto, auto, auto, auto); }
      #home .banner_section .banner_text h1, #community .banner_section .banner_text h1 {
        /*color: #ffffff;*/
        font-family: "Poynter Oldstyle Disp Reg";
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        text-align: center; }
        #home .banner_section .banner_text h1, #community .banner_section .banner_text h1 {
          font-size: calc(42px + 46 * ((100vw - 320px) / 1120)); }
        #home .banner_section .banner_text h1, #community .banner_section .banner_text h1 {
          line-height: calc(46px + 41.8 * ((100vw - 320px) / 1120)); }
      @media (max-width: 991px) {
        #home .banner_section .banner_text, #community .banner_section .banner_text {
          bottom: 45vw; } }
    #home .banner_section.hide_line:after, #community .banner_section.hide_line:after {
      z-index: -1; }
    #home .banner_section:after, #community .banner_section:after {
      content: '';
      position: absolute;
      width: 2px;
      /*height:13.056vw;*/
      height: 15vh;
      max-height: 188px;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #fff; }
      @media (max-width: 991px) {
        #home .banner_section:after, #community .banner_section:after {
          /*height:30vw;*/
          height: 24vh; } }
  #home .banner_bottom_section, #community .banner_bottom_section {
    text-align: center;
    padding: 11.5vw 0px;
    background: #fff;
    position: relative;
    min-height: 78vh; }
    #home .banner_bottom_section .static_div, #community .banner_bottom_section .static_div {
      position: absolute;
      top: 11.5vw;
      width: 100%;
      height: 1px;
      left: 0; }
    @media (max-width: 991px) {
      #home .banner_bottom_section, #community .banner_bottom_section {
        padding: 11.5vw 0px 70px; } }
    #home .banner_bottom_section .banner_text, #community .banner_bottom_section .banner_text {
      position: fixed;
      /*top:-28.25vw;*/
      top: 45vh;
      width: 100%;
      /*z-index:0;*/ }
      #home .banner_bottom_section .banner_text h1, #community .banner_bottom_section .banner_text h1 {
        /*color: $contentColor;*/
        font-family: "Poynter Oldstyle Disp Reg";
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        text-align: center; }
        #home .banner_bottom_section .banner_text h1, #community .banner_bottom_section .banner_text h1 {
          font-size: calc(42px + 46 * ((100vw - 320px) / 1120)); }
        #home .banner_bottom_section .banner_text h1, #community .banner_bottom_section .banner_text h1 {
          line-height: calc(46px + 50.8 * ((100vw - 320px) / 1120)); }
      @media (max-width: 991px) {
        #home .banner_bottom_section .banner_text, #community .banner_bottom_section .banner_text {
          top: 40vh; } }
      #home .banner_bottom_section .banner_text.animate, #community .banner_bottom_section .banner_text.animate {
        position: absolute;
        margin-bottom: 0px;
        top: 11.5vw;
        transform: translate3d(0, 0, 0) !important;
        			    /*animation: movingTopToBottom 5s ease-in-out;
          				-webkit-animation: movingTopToBottom ease-in-out 5s;*/ }
    #home .banner_bottom_section .text_sec, #community .banner_bottom_section .text_sec {
      position: relative;
      z-index: 1; }
      #home .banner_bottom_section .text_sec p, #community .banner_bottom_section .text_sec p {
        color: #373637;
        font-family: "Poynter Oldstyle Disp Reg";
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        text-align: center;
        /*@include fluid-line-height(320px, 1440px, 28px, 47px);*/
        /*max-width:55.4865vw;*/
        max-width: 789px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        margin-top: 30px;
        line-height: 47px; }
        #home .banner_bottom_section .text_sec p, #community .banner_bottom_section .text_sec p {
          font-size: calc(24px + 12 * ((100vw - 320px) / 1120)); }
        @media (min-width: 1440px) {
          #home .banner_bottom_section .text_sec p, #community .banner_bottom_section .text_sec p {
            max-width: 865px; } }
        @media (max-width: 767px) {
          #home .banner_bottom_section .text_sec p, #community .banner_bottom_section .text_sec p {
            max-width: 100%; } }
        #home .banner_bottom_section .text_sec p.animate_text, #community .banner_bottom_section .text_sec p.animate_text {
          display: none; }
        #home .banner_bottom_section .text_sec p.animate_text.inposition, #community .banner_bottom_section .text_sec p.animate_text.inposition {
          display: block; }
      @media (max-width: 991px) {
        #home .banner_bottom_section .text_sec, #community .banner_bottom_section .text_sec {
          max-width: calc(100% - 50px);
          margin: 0 auto;
          line-height: 36px; } }
      #home .banner_bottom_section .text_sec span, #community .banner_bottom_section .text_sec span {
        position: absolute;
        left: 0;
        top: 50%;
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        z-index: -1;
        color: #dbddd8;
        text-transform: uppercase;
        font-family: mongoose, sans-serif;
        z-index: 1;
        width: 100%;
        text-align: center;
        opacity: 0.4;
        line-height: 139px; }
        #home .banner_bottom_section .text_sec span, #community .banner_bottom_section .text_sec span {
          font-size: calc(125px + 100 * ((100vw - 320px) / 1120)); }
        #home .banner_bottom_section .text_sec span, #community .banner_bottom_section .text_sec span {
          letter-spacing: calc(14.33px + 5.67 * ((100vw - 320px) / 1120)); }
        @media (max-width: 991px) {
          #home .banner_bottom_section .text_sec span, #community .banner_bottom_section .text_sec span {
            line-height: 180px; } }
        @media (max-width: 767px) {
          #home .banner_bottom_section .text_sec span, #community .banner_bottom_section .text_sec span {
            line-height: 139px; } }
        #home .banner_bottom_section .text_sec span.animate_text, #community .banner_bottom_section .text_sec span.animate_text {
          display: none; }
        #home .banner_bottom_section .text_sec span.animate_text.inposition, #community .banner_bottom_section .text_sec span.animate_text.inposition {
          display: block; }
  #home .community_section .img_wrap, #community .community_section .img_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47.223vw;
    background: #5e6861; }
    #home .community_section .img_wrap .image_block, #community .community_section .img_wrap .image_block {
      width: 33.333%;
      height: 100%;
      padding: 0px;
      position: relative;
      -webkit-transition: padding linear 0.4s;
      -moz-transition: padding linear 0.4s;
      -ms-transition: padding linear 0.4s;
      -o-transition: padding linear 0.4s;
      transition: padding linear 0.4s;
      display: flex;
      justify-content: center;
      background: transparent;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      -webkit-appearance: none; }
      #home .community_section .img_wrap .image_block .img_box, #community .community_section .img_wrap .image_block .img_box {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: center;
        z-index: 1;
        cursor: pointer; }
      #home .community_section .img_wrap .image_block h4, #home .community_section .img_wrap .image_block p, #community .community_section .img_wrap .image_block h4, #community .community_section .img_wrap .image_block p {
        color: #fff;
        font-family: mongoose, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 3.5px;
        text-align: center;
        text-transform: uppercase;
        position: absolute;
        bottom: 10px;
        width: calc(100% - 120px);
        text-align: center;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 2; }
        #home .community_section .img_wrap .image_block h4, #home .community_section .img_wrap .image_block p, #community .community_section .img_wrap .image_block h4, #community .community_section .img_wrap .image_block p {
          font-size: calc(19px + 17 * ((100vw - 320px) / 1120)); }
        #home .community_section .img_wrap .image_block h4, #home .community_section .img_wrap .image_block p, #community .community_section .img_wrap .image_block h4, #community .community_section .img_wrap .image_block p {
          line-height: calc(28px + 23 * ((100vw - 320px) / 1120)); }
      #home .community_section .img_wrap .image_block h4, #community .community_section .img_wrap .image_block h4 {
        opacity: 1; }
        @media (max-width: 991px) {
          #home .community_section .img_wrap .image_block h4, #community .community_section .img_wrap .image_block h4 {
            opacity: 0; } }
      #home .community_section .img_wrap .image_block p, #community .community_section .img_wrap .image_block p {
        opacity: 0;
        cursor: pointer; }
        #home .community_section .img_wrap .image_block p.mobile_only, #community .community_section .img_wrap .image_block p.mobile_only {
          display: none; }
        @media (max-width: 991px) {
          #home .community_section .img_wrap .image_block p, #community .community_section .img_wrap .image_block p {
            opacity: 1; }
            #home .community_section .img_wrap .image_block p.mobile_only, #community .community_section .img_wrap .image_block p.mobile_only {
              display: block; }
            #home .community_section .img_wrap .image_block p.desktop_only, #community .community_section .img_wrap .image_block p.desktop_only {
              display: none; } }
      @media (max-width: 991px) {
        #home .community_section .img_wrap .image_block, #community .community_section .img_wrap .image_block {
          height: 75vw;
          width: 100%; }
          #home .community_section .img_wrap .image_block:nth-child(3) .img_box, #community .community_section .img_wrap .image_block:nth-child(3) .img_box {
            background-position: top center; } }
    @media (max-width: 991px) {
      #home .community_section .img_wrap, #community .community_section .img_wrap {
        height: auto; } }
  #home .living_section, #community .living_section {
    padding: 125px 15.97vw;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      #home .living_section, #community .living_section {
        padding: 135px 25px; } }
    #home .living_section:before, #community .living_section:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background: url(../images/home/pattern.png) left top/cover no-repeat;
      top: 0;
      left: 0;
      z-index: 1; }
      @media (max-width: 991px) {
        #home .living_section:before, #community .living_section:before {
          width: 100%;
          background: url(../images/home/mobile_pattern.png) left top/cover no-repeat;
          top: auto;
          bottom: 180px;
          content: ''; } }
    #home .living_section .content_block, #community .living_section .content_block {
      position: relative;
      z-index: 2; }
      #home .living_section .content_block .image_block, #community .living_section .content_block .image_block {
        width: 100%;
        height: 46.667vw;
        margin-top: 100px; }
        @media (max-width: 991px) {
          #home .living_section .content_block .image_block, #community .living_section .content_block .image_block {
            height: 94vw; } }
      #home .living_section .content_block .left, #community .living_section .content_block .left {
        position: relative; }
        #home .living_section .content_block .left:after, #community .living_section .content_block .left:after {
          position: absolute;
          content: '';
          width: 1px;
          height: 7vw;
          background-color: #5a1939;
          bottom: 0;
          min-height: 100px;
          max-height: 100px; }
          @media (max-width: 991px) {
            #home .living_section .content_block .left:after, #community .living_section .content_block .left:after {
              display: none; } }
      @media (max-width: 991px) {
        #home .living_section .content_block .left, #home .living_section .content_block .right, #community .living_section .content_block .left, #community .living_section .content_block .right {
          width: 100%; } }
  #home .retail_section .animate_block, #community .retail_section .animate_block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2;
    position: relative; }
    #home .retail_section .animate_block .image_block, #community .retail_section .animate_block .image_block {
      width: 50%;
      height: 50vw;
      opacity: 1;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
      #home .retail_section .animate_block .image_block.left_sec, #community .retail_section .animate_block .image_block.left_sec {
        margin-top: 0vw; }
        #home .retail_section .animate_block .image_block.left_sec.viewport, #community .retail_section .animate_block .image_block.left_sec.viewport {
          margin-top: -4vw; }
          @media (max-width: 991px) {
            #home .retail_section .animate_block .image_block.left_sec.viewport, #community .retail_section .animate_block .image_block.left_sec.viewport {
              margin-top: -11vw; } }
      #home .retail_section .animate_block .image_block.right_sec, #community .retail_section .animate_block .image_block.right_sec {
        margin-top: 0; }
        #home .retail_section .animate_block .image_block.right_sec.viewport, #community .retail_section .animate_block .image_block.right_sec.viewport {
          margin-top: 4vw; }
          @media (max-width: 991px) {
            #home .retail_section .animate_block .image_block.right_sec.viewport, #community .retail_section .animate_block .image_block.right_sec.viewport {
              margin-top: 11vw; } }
  #home .retail_section .content_block, #community .retail_section .content_block {
    padding: 108px 15.97vw 130px; }
    @media (max-width: 991px) {
      #home .retail_section .content_block, #community .retail_section .content_block {
        padding: 108px 25px; }
        #home .retail_section .content_block .left, #home .retail_section .content_block .right, #community .retail_section .content_block .left, #community .retail_section .content_block .right {
          width: 100%; } }
  #home .bottom_section, #community .bottom_section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 186px 112px 106px;
    justify-content: center;
    position: relative; }
    @media (max-width: 991px) {
      #home .bottom_section, #community .bottom_section {
        padding: 186px 25px 106px; } }
    #home .bottom_section .content_block, #community .bottom_section .content_block {
      max-width: 50vw;
      z-index: 1; }
      #home .bottom_section .content_block h5, #home .bottom_section .content_block p, #community .bottom_section .content_block h5, #community .bottom_section .content_block p {
        color: #fff;
        text-align: center; }
      #home .bottom_section .content_block p, #community .bottom_section .content_block p {
        text-align: center;
        font-family: "Poynter Oldstyle Disp Reg"; }
        #home .bottom_section .content_block p, #community .bottom_section .content_block p {
          font-size: calc(19px + 17 * ((100vw - 320px) / 1120)); }
        #home .bottom_section .content_block p, #community .bottom_section .content_block p {
          line-height: calc(21px + 30 * ((100vw - 320px) / 1120)); }
      @media (max-width: 991px) {
        #home .bottom_section .content_block, #community .bottom_section .content_block {
          max-width: 100%; } }
    #home .bottom_section:after, #community .bottom_section:after {
      content: '';
      background-color: #373637;
      width: 100%;
      height: calc(100% - 80px);
      top: 80px;
      left: 0;
      position: absolute;
      opacity: 0.78; }

.tester {
  opacity: 1;
  overflow: hidden;
  z-index: 1;
  color: #373637; }

.underlay {
  width: 50%;
  height: 100vh;
  background-color: #373637;
  margin-bottom: 400px;
  clear: both; }

.underlay.underlay-0 {
  width: 100%; }

.tester.testclass-0 {
  color: #fff; }

@keyframes movingTopToBottom {
  0% {
    top: -10px; }
  100% {
    top: 0px; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .contact_thankyou .contact_form_block .contact_form .hywrap .hytag_number_of_bedrooms .control-label {
    background-color: #fff;
    width: 85%; } }
.system #home .community_section .img_wrap .image_block:hover, .system #home .community_section .img_wrap .image_block:focus {
  padding: 60px 60px 70px; }
  @media (min-width: 1440px) {
    .system #home .community_section .img_wrap .image_block:hover, .system #home .community_section .img_wrap .image_block:focus {
      padding: 60px 60px 78px; } }
  @media (max-width: 991px) {
    .system #home .community_section .img_wrap .image_block:hover, .system #home .community_section .img_wrap .image_block:focus {
      padding: 0px; } }
  .system #home .community_section .img_wrap .image_block:hover p, .system #home .community_section .img_wrap .image_block:focus p {
    opacity: 1; }
  .system #home .community_section .img_wrap .image_block:hover h4, .system #home .community_section .img_wrap .image_block:focus h4 {
    opacity: 0; }

.living header .address, .retail header .address {
  color: #373637; }
.living header .logo.white, .retail header .logo.white {
  visibility: hidden;
  opacity: 0; }
.living header .logo.black, .retail header .logo.black {
  visibility: visible;
  opacity: 1; }
.living header .right-side ul li a, .living header .left-side ul li a, .retail header .right-side ul li a, .retail header .left-side ul li a {
  border-color: #373637;
  color: #373637; }
.living header .right-side ul li a:hover, .living header .left-side ul li a:hover, .retail header .right-side ul li a:hover, .retail header .left-side ul li a:hover {
    background: #373637;
    color: #fff; }
.living header .right-side ul li.current-menu-item a, .living header .left-side ul li.current-menu-item a, .retail header .right-side ul li.current-menu-item a, .retail header .left-side ul li.current-menu-item a {
  background: #373637;
  color: #fff; }
.living header .right-side .ham-menu span, .living header .right-side .ham-menu::before, .living header .right-side .ham-menu::after, .living header .left-side .ham-menu span, .living header .left-side .ham-menu::before, .living header .left-side .ham-menu::after, .retail header .right-side .ham-menu span, .retail header .right-side .ham-menu::before, .retail header .right-side .ham-menu::after, .retail header .left-side .ham-menu span, .retail header .left-side .ham-menu::before, .retail header .left-side .ham-menu::after {
  background: #373637; }

.no-action {
  pointer-events: none !important; }

.contact header .address,
.thank-you header .address {
  color: #373637; }
.contact header .logo.white,
.thank-you header .logo.white {
  visibility: hidden;
  opacity: 0; }
.contact header .logo.black,
.thank-you header .logo.black {
  visibility: visible;
  opacity: 1; }
.contact header .right-side ul li a,
.thank-you header .right-side ul li a {
  border-color: #fff;
  color: #fff; }
  .contact header .right-side ul li a:hover,
  .thank-you header .right-side ul li a:hover {
    background: #fff;
    color: #373637; }
.contact header .right-side ul li.current-menu-item a,
.thank-you header .right-side ul li.current-menu-item a {
  background: #fff;
  color: #373637; }
.contact header .right-side .ham-menu span, .contact header .right-side .ham-menu::before, .contact header .right-side .ham-menu::after,
.thank-you header .right-side .ham-menu span,
.thank-you header .right-side .ham-menu::before,
.thank-you header .right-side .ham-menu::after {
  background: #fff; }
  @media (max-width: 991px) {
    .contact header .right-side .ham-menu span, .contact header .right-side .ham-menu::before, .contact header .right-side .ham-menu::after,
    .thank-you header .right-side .ham-menu span,
    .thank-you header .right-side .ham-menu::before,
    .thank-you header .right-side .ham-menu::after {
      background: #373637; } }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.living-section .banner-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #e3e7e1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #373637;
  padding: 50px 5vw; }
  .living-section .banner-area::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 0; }
  .living-section .banner-area span {
    color: #dbddd8;
    letter-spacing: 30.93px;
    text-transform: uppercase;
    font-family: mongoose, sans-serif;
    z-index: 1;
    line-height: 0;
    opacity: 0.5;
    transform: translateX(13px); }
    .living-section .banner-area span {
      font-size: calc(163px + 69 * ((100vw - 320px) / 1120)); }
    @media (max-width: 991px) {
      .living-section .banner-area span {
        letter-spacing: 16px;
        padding-left: 14px;
        transform: translateX(0px); } }
    @media (max-width: 575px) {
      .living-section .banner-area span {
        margin-top: 20vw;
        font-size: calc(100px + 69 * ((100vw - 320px) / 1120));
        margin-bottom: 10vw; } }
  .living-section .banner-area h1 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: translate3d(0, 100px, 50px);
    -o-transform: translate3d(0, 100px, 50px);
    -ms-transform: translate3d(0, 100px, 50px);
    -webkit-transform: translate3d(0, 100px, 50px);
    transform: translate3d(0, 100px, 50px);
    opacity: 0;
    position: relative;
    font-size: 42px;
    line-height: 47px;
    font-weight: 400;
    font-family: "Poynter Oldstyle Disp Reg";
    z-index: 1;
    text-align: center;
    color: #fff;
    margin-top: -1.5vw; }
    @media (max-width: 768px) {
      .living-section .banner-area h1 {
        margin-top: -14vw; } }
    @media (min-width: 576px) and (max-width: 768px) {
      .living-section .banner-area h1 {
        margin-top: -4vw; } }
    @media (max-width: 575px) {
      .living-section .banner-area h1 {
        font-size: 30px; } }
  .living-section .banner-area p {
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    -ms-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
    -moz-transform: translate3d(0, 100px, 50px);
    -o-transform: translate3d(0, 100px, 50px);
    -ms-transform: translate3d(0, 100px, 50px);
    -webkit-transform: translate3d(0, 100px, 50px);
    transform: translate3d(0, 100px, 50px);
    opacity: 0;
    font-family: motiva-sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    max-width: 789px;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .living-section .banner-area {
      padding: 50px 25px; }
      .living-section .banner-area h1 {
        margin-bottom: 66px; }
      .living-section .banner-area p {
        line-height: 24px;
        font-size: 15px; } }
.living-section .main-description {
  overflow: hidden;
  background-color: #e3e7e1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #373637;
  padding: 50px 5vw; }
  .living-section .main-description p {
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    -ms-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
    opacity: 1;
    font-family: motiva-sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    max-width: 789px;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .living-section .main-description {
      padding: 50px 25px; }
      .living-section .main-description p {
        line-height: 24px;
        font-size: 15px; } }
.living-section .three-cols {
  background-color: #e3e7e1; }
  .living-section .three-cols .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 975px;
    margin: 0 auto;
    height: 245px; }
  .living-section .three-cols .col {
    width: 33.333%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer; }
    .living-section .three-cols .col * {
      cursor: pointer; }
    .living-section .three-cols .col img {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .living-section .three-cols .col img.black {
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
      .living-section .three-cols .col img.white, .living-section .three-cols .col img.down {
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        margin: 10px 0; }
    .living-section .three-cols .col:hover, .living-section .three-cols .col.active {
      background: #373637; }
      .living-section .three-cols .col:hover img, .living-section .three-cols .col.active img {
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8); }
        .living-section .three-cols .col:hover img.black, .living-section .three-cols .col.active img.black {
          -moz-transform: translate(-50%, -50%) scale(0);
          -o-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
          -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0); }
        .living-section .three-cols .col:hover img.white, .living-section .three-cols .col:hover img.down, .living-section .three-cols .col.active img.white, .living-section .three-cols .col.active img.down {
          -moz-transform: scale(0.8);
          -o-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -webkit-transform: scale(0.8);
          transform: scale(0.8); }
  @media (max-width: 991px) {
    .living-section .three-cols .row {
      flex-direction: column;
      height: auto; }
    .living-section .three-cols .col {
      width: 100%;
      height: 150px; }
      .living-section .three-cols .col img.white, .living-section .three-cols .col img.down {
        margin: 0; } }
.living-section #ritz {
  background: url(../images/living/bg.png) no-repeat center/cover;
  padding: 125px 5vw 150px; }
  .living-section #ritz h2 {
    margin-bottom: 100px;
    font-family: "Poynter Oldstyle Disp Reg";
    color: #373637;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    line-height: 51px; }
    .living-section #ritz h2 span {
      display: block;
      color: #5a1939;
      font-family: mongoose, sans-serif;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 2.25px;
      line-height: 51px;
      text-transform: uppercase; }
  .living-section #ritz .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .living-section #ritz .row .left {
      width: calc(50% - 125px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-end; }
      .living-section #ritz .row .left img {
        width: 100%;
        max-width: 300px; }
    .living-section #ritz .row .right {
      width: 50%; }
      .living-section #ritz .row .right p {
        max-width: 498px;
        color: #373637;
        font-family: motiva-sans, sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 31px;
        text-align: left; }
  @media (max-width: 991px) {
    .living-section #ritz {
      padding: 75px 25px; }
      .living-section #ritz h2 {
        font-size: 30px;
        margin: 0; }
        .living-section #ritz h2 span {
          font-size: 18px; }
      .living-section #ritz .row {
        display: none; } }
  .living-section #ritz a {
    display: inline-block;
    width: 100%;
    max-width: 370px;
    height: 57px;
    color: #373637;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    line-height: 57px;
    border: 1px solid #b7b5b7; }
    .living-section #ritz a {
      font-size: calc(19px + 2 * ((100vw - 320px) / 1120)); }
    .living-section #ritz a:hover {
      color: #fff;
      background: #373637; }
.living-section .slider-living {
  position: relative;
  z-index: 5; }
  .living-section .slider-living::before {
    content: '';
    height: 160px;
    width: 2px;
    position: absolute;
    left: 50%;
    z-index: 50;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -96px;
    background-image: linear-gradient(to bottom, #a0825d, #ac8f6a); }
    @media (max-width: 991px) {
      .living-section .slider-living::before {
        height: 100px;
        bottom: -50px; } }
  .living-section .slider-living .variable-width .slick-slide {
    width: 80vw;
    margin-right: 20px;
    outline: 0; }
    .living-section .slider-living .variable-width .slick-slide:last-child {
      margin-right: 0; }
    .living-section .slider-living .variable-width .slick-slide .slider-img-container {
      outline: 0;
      width: 100%;
      background: no-repeat center/cover;
      height: calc(100vh - 100px);
      max-height: 667px; }
  .living-section .slider-living .variable-width .slick-arrow {
    background: #25211f url(../images/living/right.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 0;
    position: absolute;
    bottom: -60px;
    left: calc(80vw + 20px + 50px); }
    .living-section .slider-living .variable-width .slick-arrow.slick-prev {
      left: calc(80vw + 20px);
      background-image: url(../images/living/left.svg); }
    .living-section .slider-living .variable-width .slick-arrow.slick-disabled {
      background-color: #afa995;
      display: inline-block !important;
      cursor: default; }
  @media (max-width: 991px) {
    .living-section .slider-living .variable-width .slick-arrow {
      right: 0;
      left: auto;
      bottom: -48px; }
      .living-section .slider-living .variable-width .slick-arrow.slick-prev {
        right: 50px;
        left: auto; }
    .living-section .slider-living .variable-width .slick-slide {
      margin-right: 5px;
      width: 80vw; }
      .living-section .slider-living .variable-width .slick-slide .slider-img-container {
        height: 50vw; } }
.living-section .area-below-slider {
  background: url(../images/living/bg.png) no-repeat center/cover;
  padding: 172px 11vw 150px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .living-section .area-below-slider h3 {
    max-width: 865px;
    font-family: "Poynter Oldstyle Disp Reg";
    color: #373637;
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    margin-bottom: 30px; }
    .living-section .area-below-slider h3 {
      font-size: calc(24px + 12 * ((100vw - 320px) / 1120)); }
  .living-section .area-below-slider a {
    display: inline-block;
    width: 100%;
    max-width: 370px;
    height: 57px;
    color: #373637;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    line-height: 57px;
    border: 1px solid #b7b5b7; }
    .living-section .area-below-slider a {
      font-size: calc(19px + 2 * ((100vw - 320px) / 1120)); }
    .living-section .area-below-slider a:hover {
      color: #fff;
      background: #373637; }
  @media (max-width: 991px) {
    .living-section .area-below-slider {
      padding: 100px 25px; }
      .living-section .area-below-slider h3 {
        line-height: 36px; }
      .living-section .area-below-slider a {
        letter-spacing: 2.26px;
        height: 50px;
        line-height: 50px; } }
.living-section #barrett {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px; }
  .living-section #barrett .left {
    background: no-repeat center/cover;
    padding: 6vw 8vw;
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .living-section #barrett .left img {
      max-width: 100%; }
    .living-section #barrett .left p {
      position: absolute;
      left: 50%;
      top: 6vw;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 2.14px;
      text-transform: uppercase;
      text-align: center;
      line-height: 21px; }
  .living-section #barrett .right {
    background: no-repeat center/cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 14vw 7vw; }
    .living-section #barrett .right p {
      position: absolute;
      left: 8w;
      top: 6vw;
      color: #5a1939;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 2.25px;
      line-height: 21px;
      text-align: left;
      text-transform: uppercase; }
    .living-section #barrett .right h3 {
      color: #373637;
      font-family: motiva-sans, sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 31px;
      margin-bottom: 40px;
      width: 100%; }
    .living-section #barrett .right a {
      max-width: 248px;
      width: 100%;
      height: 48px;
      line-height: 50px;
      background-color: #373637;
      color: #fff;
      font-size: 21px;
      font-weight: 400;
      letter-spacing: 2.5px;
      text-align: center;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      text-transform: uppercase; }
      .living-section #barrett .right a:hover {
        background-color: #5a1939; }
  @media (max-width: 991px) {
    .living-section #barrett {
      min-height: auto;
      padding: 20px 0 0;
      flex-direction: column; }
      .living-section #barrett .left {
        width: 100%;
        min-height: 320px; }
        .living-section #barrett .left p {
          width: 100%;
          text-align: center;
          top: 40px; }
        .living-section #barrett .left img {
          max-width: 160px; }
      .living-section #barrett .right {
        padding: 50px 25px;
        width: 100%; }
        .living-section #barrett .right p {
          position: static;
          margin-bottom: 45px; }
        .living-section #barrett .right h3 {
          font-size: 15px;
          margin-bottom: 30px;
          line-height: 24px; }
        .living-section #barrett .right a {
          max-width: 370px;
          margin: 0 auto; } }
.living-section #claude {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px; }
  .living-section #claude .left {
    background: no-repeat center/cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 14vw 7vw; }
    .living-section #claude .left p {
      position: absolute;
      left: 8w;
      top: 6vw;
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 2.25px;
      line-height: 21px;
      text-align: left;
      text-transform: uppercase; }
    .living-section #claude .left h3 {
      color: #e3e5e0;
      font-family: motiva-sans, sans-serif;
      font-size: 17px;
      font-weight: 400;
      line-height: 31px;
      margin-bottom: 40px;
      width: 100%; }
    .living-section #claude .left a {
      width: 100%;
      max-width: 248px;
      height: 48px;
      line-height: 50px;
      background-color: #e3e5e0;
      color: #000;
      font-size: 21px;
      font-weight: 400;
      letter-spacing: 2.5px;
      text-align: center;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      text-transform: uppercase; }
      .living-section #claude .left a:hover {
        background-color: #5a1939;
        color: #fff; }
  .living-section #claude .right {
    background: no-repeat center/cover;
    padding: 6vw 8vw;
    position: relative;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    .living-section #claude .right img {
      width: 100%;
      max-width: 349px; }
    .living-section #claude .right p {
      position: absolute;
      left: 50%;
      top: 6vw;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #fff;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 2.14px;
      text-transform: uppercase;
      text-align: center;
      line-height: 21px; }
  @media (max-width: 991px) {
    .living-section #claude {
      min-height: auto;
      padding: 0;
      flex-direction: column-reverse; }
      .living-section #claude .right {
        width: 100%;
        min-height: 320px; }
        .living-section #claude .right p {
          width: 100%;
          text-align: center;
          top: 40px; }
        .living-section #claude .right img {
          max-width: 160px; }
      .living-section #claude .left {
        padding: 50px 25px;
        width: 100%; }
        .living-section #claude .left p {
          position: static;
          margin-bottom: 45px; }
        .living-section #claude .left h3 {
          font-size: 15px;
          margin-bottom: 30px;
          line-height: 24px; }
        .living-section #claude .left a {
          max-width: 370px;
          margin: 0 auto; } }
.living-section .be-part {
  padding: 125px 5vw; }
  .living-section .be-part h2 {
    color: #373637;
    font-family: "Poynter Oldstyle Disp Reg";
    font-size: 42px;
    font-weight: 400;
    line-height: 47px;
    text-align: center;
    margin-bottom: 110px; }
  .living-section .be-part .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto; }
    .living-section .be-part .row .left-img {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      width: 50%;
      height: 590px;
      position: relative;
      background: no-repeat center/cover;
      opacity: 1;
      top: 0; }
      .living-section .be-part .row .left-img.viewport {
        top: -45px; }
    .living-section .be-part .row .right-img {
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out;
      width: 50%;
      height: 590px;
      position: relative;
      background: no-repeat center/cover;
      opacity: 1;
      top: 0; }
      .living-section .be-part .row .right-img.viewport {
        top: 45px; }
  @media (max-width: 991px) {
    .living-section .be-part {
      padding: 100px 25px; }
      .living-section .be-part h2 {
        margin: 0 auto 70px;
        font-size: 30px;
        line-height: 36px; }
      .living-section .be-part .row .left-img {
        height: 60vw; }
        .living-section .be-part .row .left-img.viewport {
          top: -22px; }
      .living-section .be-part .row .right-img {
        height: 60vw; }
        .living-section .be-part .row .right-img.viewport {
          top: 22px; } }
.living-section .connect {
  padding: 0 5vw 125px; }
  .living-section .connect .row {
    max-width: 980px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .living-section .connect h2 {
    color: #373637;
    font-family: "Poynter Oldstyle Disp Reg";
    font-size: 42px;
    font-weight: 400;
    line-height: 51px;
    text-align: left;
    width: 40%; }
  .living-section .connect p {
    padding-top: 13px;
    color: #373637;
    font-family: motiva-sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    width: 50%; }
    .living-section .connect p a {
      display: block;
      margin-top: 45px;
      width: 248px;
      height: 48px;
      color: #fff;
      font-size: 21px;
      font-weight: 400;
      letter-spacing: 2.5px;
      line-height: 50px;
      text-align: center;
      text-transform: uppercase;
      background-color: #5e6861;
      font-family: mongoose, sans-serif; }
      .living-section .connect p a:hover {
        background-color: #5a1939; }
  @media (max-width: 991px) {
    .living-section .connect {
      padding: 0 25px 125px; }
      .living-section .connect .row {
        flex-direction: column;
        justify-content: flex-start; }
        .living-section .connect .row h2 {
          width: 100%;
          font-size: 30px;
          font-weight: 400;
          line-height: 36px; }
        .living-section .connect .row p {
          padding-top: 25px;
          width: 100%;
          font-size: 15px;
          font-weight: 400;
          line-height: 24px; }
        .living-section .connect .row a {
          max-width: 370px;
          width: 100%;
          margin-left: auto;
          margin-right: auto; } }

.living header .address {
  color: #dbddd8; }
.living header .right-side ul li a {
  border-color: #dbddd8;
  color: #dbddd8; }
.living header .logo.white {
  visibility: visible;
  opacity: 1; }
.living header .logo.black {
  visibility: hidden;
  opacity: 0; }
.living header.sticky .address {
  color: #373637; }
.living header.sticky .right-side ul li a {
  border-color: #373637;
  color: #373637; }
.living header.sticky .logo.white {
  visibility: hidden;
  opacity: 0; }
.living header.sticky .logo.black {
  visibility: visible;
  opacity: 1; }

.slider-wrap {
  position: relative;
  width: 50%; }
  @media (max-width: 991px) {
    .slider-wrap {
      width: 100%;
      min-height: 320px; } }
  .slider-wrap p {
    position: absolute;
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 6vw;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2.14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 21px; }
  .slider-wrap img {
    position: absolute;
    z-index: 5;
    width: calc(100% - 16vw);
    max-width: 349px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }

.living-slider {
  width: 100%;
  height: 100%; }
  @media (max-width: 991px) {
    .living-slider {
      min-height: 320px; } }
  .living-slider .img-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 14vw 7vw; }
  .living-slider .slick-list, .living-slider .slick-track {
    height: 100%; }
    @media (max-width: 991px) {
      .living-slider .slick-list, .living-slider .slick-track {
        min-height: 320px; } }
  @media (max-width: 991px) {
    .living-slider .slick-slide {
      min-height: 320px; } }
  .living-slider .slick-arrow {
    position: absolute;
    z-index: 5;
    background: #25211f url(../images/living/right.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 0; }
    .living-slider .slick-arrow.slick-prev {
      top: 50%;
      background: #25211f url(../images/living/left.svg) no-repeat center center;
      transform: translateY(-50%); }
    .living-slider .slick-arrow.slick-next {
      bottom: 50%;
      right: 0;
      transform: translateY(50%); }

.contact_thankyou {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #e3e7e1; }
  .contact_thankyou .contact_form_block {
    width: 61%;
    padding: 238px 7vw 120px;
    height: 100%; }
    @media (max-width: 1335px) {
      .contact_thankyou .contact_form_block {
        padding: 238px 5vw 120px; } }
    .contact_thankyou .contact_form_block.thank_block {
      display: flex;
      align-items: center; }
      @media (max-width: 991px) {
        .contact_thankyou .contact_form_block.thank_block {
          justify-content: center; }
          .contact_thankyou .contact_form_block.thank_block h1, .contact_thankyou .contact_form_block.thank_block p {
            text-align: center; } }
    .contact_thankyou .contact_form_block .button_wrap ul li.form_apt_type {
      display: inline-block;
      line-height: 50px;
      letter-spacing: 2.5px;
      font-family: mongoose, sans-serif;
      text-transform: uppercase;
      font-size: calc(19px + 2 * ((100vw - 320px) / 1120));
      border: 1px solid #373637;
      padding: 0 20px;
      color: #373637;
      cursor: pointer;
      margin: 30px 30px 0 0;
      width: 27%;
      text-align: center; }
      @media (max-width: 575px) {
        .contact_thankyou .contact_form_block .button_wrap ul li.form_apt_type {
          padding: 0px;
          margin: 30px 3px 0 0;
          width: 32%; } }
      @media (max-width: 420px) {
        .contact_thankyou .contact_form_block .button_wrap ul li.form_apt_type {
          width: 100%;
          margin: 20px 0px 0 0; } }
    .contact_thankyou .contact_form_block .button_wrap ul li.form_apt_type.active, .contact_thankyou .contact_form_block .button_wrap ul li.form_apt_type:hover {
      background: #373637;
      color: #fff; }
    .contact_thankyou .contact_form_block h1 {
      color: #373637;
      font-family: "Poynter Oldstyle Disp Reg";
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      text-align: left;
      margin-bottom: 20px; }
      .contact_thankyou .contact_form_block h1 {
        font-size: calc(42px + 0 * ((100vw - 320px) / 1120)); }
      .contact_thankyou .contact_form_block h1 {
        line-height: calc(46px + 1 * ((100vw - 320px) / 1120)); }
    .contact_thankyou .contact_form_block p {
      color: #373637;
      font-family: motiva-sans, sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      text-align: left; }
      .contact_thankyou .contact_form_block p {
        font-size: calc(15px + 1 * ((100vw - 320px) / 1120)); }
      .contact_thankyou .contact_form_block p {
        line-height: calc(24px + 0 * ((100vw - 320px) / 1120)); }
    .contact_thankyou .contact_form_block .contact_form {
      margin-top: 32px; }
      .contact_thankyou .contact_form_block .contact_form #more-info a {
        font-size: 12px;
        font-family: motiva-sans, sans-serif !important; }
      .contact_thankyou .contact_form_block .contact_form .hywrap input, .contact_thankyou .contact_form_block .contact_form .hywrap input[type="text"], .contact_thankyou .contact_form_block .contact_form .hywrap select, .contact_thankyou .contact_form_block .contact_form .hywrap textarea, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="text"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="email"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="number"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="tel"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsForm select.fsRequired, .contact_thankyou .contact_form_block .contact_form .fsForm textarea.fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type=tel], .contact_thankyou .contact_form_block .contact_form input[type="text"], .contact_thankyou .contact_form_block .contact_form input[type="email"] {
        height: 55px;
        color: #373637;
        font-family: "Poynter Oldstyle Disp Reg";
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        border-radius: 0;
        background: #fff;
        border: 0px;
        margin-top: 0px;
        padding: 0px 20px;
        box-shadow: none !important;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none; }
        .contact_thankyou .contact_form_block .contact_form .hywrap input, .contact_thankyou .contact_form_block .contact_form .hywrap input[type="text"], .contact_thankyou .contact_form_block .contact_form .hywrap select, .contact_thankyou .contact_form_block .contact_form .hywrap textarea, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="text"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="email"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="number"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="tel"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsForm select.fsRequired, .contact_thankyou .contact_form_block .contact_form .fsForm textarea.fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type=tel], .contact_thankyou .contact_form_block .contact_form input[type="text"], .contact_thankyou .contact_form_block .contact_form input[type="email"] {
          font-size: calc(16px + 2 * ((100vw - 320px) / 1120)); }
        .contact_thankyou .contact_form_block .contact_form .hywrap input, .contact_thankyou .contact_form_block .contact_form .hywrap input[type="text"], .contact_thankyou .contact_form_block .contact_form .hywrap select, .contact_thankyou .contact_form_block .contact_form .hywrap textarea, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="text"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="email"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="number"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type="tel"].fsRequired, .contact_thankyou .contact_form_block .contact_form .fsForm select.fsRequired, .contact_thankyou .contact_form_block .contact_form .fsForm textarea.fsRequired, .contact_thankyou .contact_form_block .contact_form .fsRowBody input[type=tel], .contact_thankyou .contact_form_block .contact_form input[type="text"], .contact_thankyou .contact_form_block .contact_form input[type="email"] {
          line-height: calc(21px + 30 * ((100vw - 320px) / 1120)); }
      .contact_thankyou .contact_form_block .contact_form .hywrap input[type="radio"] {
        background: transparent;
        -moz-appearance: auto;
        /* Firefox */
        -webkit-appearance: auto;
        /* Safari and Chrome */
        appearance: auto; }
      .contact_thankyou .contact_form_block .contact_form .hywrap .name-fields li:first-child {
        margin-bottom: 0; }
        @media (max-width: 991px) {
          .contact_thankyou .contact_form_block .contact_form .hywrap .name-fields li:first-child {
            margin-bottom: 15px; } }
      .contact_thankyou .contact_form_block .contact_form .hywrap button[type="submit"], .contact_thankyou .contact_form_block .contact_form input[type="submit"] {
        color: #fff;
        font-family: mongoose, sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2.5px;
        text-align: center;
        text-transform: uppercase;
        line-height: normal;
        height: 56px;
        width: 320px;
        background-color: #5e6861;
        border-radius: 0;
        border: 0;
        margin-top: 20px;
        border: 1px solid #5e6861;
        display: flex; }
        .contact_thankyou .contact_form_block .contact_form .hywrap button[type="submit"], .contact_thankyou .contact_form_block .contact_form input[type="submit"] {
          font-size: calc(16px + 5 * ((100vw - 320px) / 1120)); }
        @media (max-width: 991px) {
          .contact_thankyou .contact_form_block .contact_form .hywrap button[type="submit"], .contact_thankyou .contact_form_block .contact_form input[type="submit"] {
            width: 270px; } }
        .contact_thankyou .contact_form_block .contact_form .hywrap button[type="submit"]:hover, .contact_thankyou .contact_form_block .contact_form input[type="submit"]:hover {
          background-color: #e3e7e1;
          color: #373637; }
        .contact_thankyou .contact_form_block .contact_form .hywrap button[type="submit"]:focus, .contact_thankyou .contact_form_block .contact_form input[type="submit"]:focus {
          outline: 2px dashed #5e6861;
          outline-offset: 1px; }
      .contact_thankyou .contact_form_block .contact_form .hywrap textarea {
        overflow: hidden;
        resize: auto; }
      .contact_thankyou .contact_form_block .contact_form .hywrap .name-fields {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .contact_thankyou .contact_form_block .contact_form .hywrap .name-fields li {
          width: 49%; }
          @media (max-width: 991px) {
            .contact_thankyou .contact_form_block .contact_form .hywrap .name-fields li {
              width: 100%; } }
      .contact_thankyou .contact_form_block .contact_form .hywrap .control-label, .contact_thankyou .contact_form_block .contact_form .fsBody .fsLabel, .contact_thankyou .contact_form_block .contact_form .fsBody label {
        position: absolute;
        color: #373637;
        font-family: "Poynter Oldstyle Disp Reg";
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        padding: 0px 20px;
        top: 0px;
        height: 55px;
        display: flex;
        align-items: center;
        pointer-events: none;
        border: 0px; }
        .contact_thankyou .contact_form_block .contact_form .hywrap .control-label, .contact_thankyou .contact_form_block .contact_form .fsBody .fsLabel, .contact_thankyou .contact_form_block .contact_form .fsBody label {
          font-size: calc(16px + 2 * ((100vw - 320px) / 1120)); }
        .contact_thankyou .contact_form_block .contact_form .hywrap .control-label, .contact_thankyou .contact_form_block .contact_form .fsBody .fsLabel, .contact_thankyou .contact_form_block .contact_form .fsBody label {
          line-height: calc(21px + 30 * ((100vw - 320px) / 1120)); }
      .contact_thankyou .contact_form_block .contact_form .hywrap .hy-signup .control-label {
        position: relative;
        height: auto;
        padding: 0; }
      .contact_thankyou .contact_form_block .contact_form .hy-signup {
        margin-bottom: 0; }
      .contact_thankyou .contact_form_block .contact_form .hywrap .control-group {
        position: relative; }
      .contact_thankyou .contact_form_block .contact_form .hywrap .LV_invalid {
        margin-top: 10px; }
      .contact_thankyou .contact_form_block .contact_form .hywrap select {
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none; }
        .contact_thankyou .contact_form_block .contact_form .hywrap select:-ms-expand {
          display: none; }
      .contact_thankyou .contact_form_block .contact_form .hytag_number_of_bedrooms:before {
        content: "";
        position: absolute;
        right: 39px;
        background: #979797;
        width: 1px;
        height: 19px;
        transform: rotate(-45deg);
        top: 20px; }
        @media (max-width: 991px) {
          .contact_thankyou .contact_form_block .contact_form .hytag_number_of_bedrooms:before {
            right: 39px; } }
      .contact_thankyou .contact_form_block .contact_form .hytag_number_of_bedrooms:after {
        content: "";
        position: absolute;
        right: 26px;
        background: #979797;
        width: 1px;
        height: 19px;
        transform: rotate(45deg);
        top: 20px; }
      .contact_thankyou .contact_form_block .contact_form .fsBody {
        padding: 0; }
        .contact_thankyou .contact_form_block .contact_form .fsBody .fsForm {
          padding: 0px;
          margin: 0px; }
        .contact_thankyou .contact_form_block .contact_form .fsBody .fsLabel, .contact_thankyou .contact_form_block .contact_form .fsBody label {
          position: relative;
          padding: 0px;
          height: auto;
          line-height: normal;
          margin-bottom: 14px; }
        .contact_thankyou .contact_form_block .contact_form .fsBody .fsSubmit input.fsSubmitButton {
          color: #fff;
          font-family: mongoose, sans-serif;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 2.5px;
          text-align: center !important;
          text-transform: uppercase;
          line-height: normal;
          height: 56px;
          width: 320px;
          background-color: #5e6861 !important;
          border-radius: 0;
          border: 0;
          margin-top: 0px;
          border: 1px solid #5e6861 !important;
          display: flex;
          margin-left: 0px;
          font-size: calc(16px + 5 * ((100vw - 320px) / 1120)) !important;
          justify-content: center; }
          .contact_thankyou .contact_form_block .contact_form .fsBody .fsSubmit input.fsSubmitButton {
            font-size: calc(16px + 5 * ((100vw - 320px) / 1120)); }
          @media (max-width: 991px) {
            .contact_thankyou .contact_form_block .contact_form .fsBody .fsSubmit input.fsSubmitButton {
              width: 270px; } }
          .contact_thankyou .contact_form_block .contact_form .fsBody .fsSubmit input.fsSubmitButton:hover {
            background-color: #e3e7e1 !important;
            color: #373637 !important; }
          .contact_thankyou .contact_form_block .contact_form .fsBody .fsSubmit input.fsSubmitButton:focus {
            outline: 2px dashed #5e6861 !important;
            outline-offset: 1px !important; }
      .contact_thankyou .contact_form_block .contact_form .contact-form-common input[type="text"], .contact_thankyou .contact_form_block .contact_form .contact-form-common input[type="email"] {
        width: 100%;
        margin-bottom: 15px; }
      .contact_thankyou .contact_form_block .contact_form .contact-form-common input[type="submit"] {
        justify-content: center;
        cursor: pointer; }
      .contact_thankyou .contact_form_block .contact_form .form-wrap {
        position: relative; }
      .contact_thankyou .contact_form_block .contact_form .loader {
        position: absolute;
        bottom: -100px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: none; }
        .contact_thankyou .contact_form_block .contact_form .loader img {
          width: 50px; }
    @media (max-width: 991px) {
      .contact_thankyou .contact_form_block {
        width: 100%;
        padding: 238px 25px 120px; }
        .contact_thankyou .contact_form_block h1, .contact_thankyou .contact_form_block p {
          text-align: center; } }
  .contact_thankyou .contact_image_block {
    width: 39%;
    height: auto; }
    @media (max-width: 991px) {
      .contact_thankyou .contact_image_block {
        width: 100%;
        height: 100vw; } }

.contact a {
  font-family: inherit !important;
  font-weight: inherit !important; }

.form_condos .fsValidationError {
  background-color: transparent;
  box-shadow: none; }
  .form_condos .fsValidationError input[type=text] {
    border: 1px solid #ce5f6d !important; }

.contact footer .top-section .links a {
  font-family: motiva-sans, sans-serif !important; }

.contact .menu-wrapper nav ul.left-main-menu > li > a {
  font-family: "Poynter Oldstyle Disp Reg" !important; }

.error-block {
  color: #CC0000 !important;
  font-family: arial;
  font-size: 12px; }

.contact_thankyou .contact_form_block .contact_form.form_retail .contact-form-common input[type=text] {
  margin-bottom: 0px; }

.contact_thankyou .contact_form_block .contact_form.form_retail .field-wrap {
  margin-bottom: 15px; }

.error-style {
  overflow: hidden;
  background: no-repeat center/cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #373637;
  padding: 50px 5vw;
  min-height: 100vh; }
  .error-style h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 47px;
    text-align: center;
    margin: 200px 0 40px;
    position: relative;
    font-family: "Poynter Oldstyle Disp Reg"; }
    .error-style h1 span {
      margin-top: 30px;
      display: block;
      font-family: motiva-sans, sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 24px;
      text-align: center; }
    @media (min-width: 1336px) {
      .error-style h1 {
        margin-top: 584px; } }
    @media (max-width: 991px) {
      .error-style h1 {
        line-height: 46px;
        margin-top: 125px; }
        .error-style h1 span {
          font-size: 15px; } }
    @media screen and (max-height: 500px) {
      .error-style h1 {
        margin-top: 165px; } }
  .error-style a {
    max-width: 320px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background-color: #5e6861;
    color: #fff;
    color: #ffffff;
    font-family: mongoose, sans-serif;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    margin-bottom: 50px; }
    .error-style a::before {
      content: '';
      position: absolute;
      top: 90px;
      width: 2px;
      height: 500px;
      background: #fff;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
    .error-style a:hover {
      background-color: #5a1939; }
  @media (max-width: 991px) {
    .error-style {
      background-position: center 20%; } }
  @media (max-width: 768px) {
    .error-style {
      background-position: center top; } }

#mobileview {
  display: none; }

@media (max-width: 991px) {
  #desktopview {
    display: none; }

  #mobileview {
    display: flex; }

  body.error-page header .logo.white {
    visibility: hidden;
    opacity: 0; }
  body.error-page header .logo.black {
    visibility: visible;
    opacity: 1; }
  body.error-page header .right-side ul li a {
    border-color: #373637;
    color: #373637; }
    body.error-page header .right-side ul li a:hover {
      background: #373637;
      color: #fff; }
  body.error-page header .right-side ul li.current-menu-item a {
    background: #373637;
    color: #fff; }
  body.error-page header .right-side .ham-menu span, body.error-page header .right-side .ham-menu::before, body.error-page header .right-side .ham-menu::after {
    background: #373637; } }
@media screen and (max-height: 500px) {
  .error-style {
    background-position: center 10%; } }
.overflow-hidden {
  overflow: hidden; }

.retail {
  position: relative; }
  .retail::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: no-repeat center/cover;
    background-image: url(../images/retail/retail-bg.png); }

.retail-section .banner-area {
  overflow: hidden;
  background: none !important;
  background: no-repeat center/cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #373637;
  padding: 50px 5vw 0;
  min-height: 75vh !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  .retail-section .banner-area h1 {
    margin: 200px 0 70px;
    position: relative;
    font-size: 42px;
    line-height: 88px;
    font-weight: 400;
    color: #373637;
    z-index: 1;
    text-align: center;
    font-family: "Poynter Oldstyle Disp Reg";
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: translate3d(0, 100px, 50px);
    -o-transform: translate3d(0, 100px, 50px);
    -ms-transform: translate3d(0, 100px, 50px);
    -webkit-transform: translate3d(0, 100px, 50px);
    transform: translate3d(0, 100px, 50px);
    opacity: 0; }
    @media (max-width: 991px) {
      .retail-section .banner-area h1 {
        line-height: 46px; } }
    .retail-section .banner-area h1 span {
      line-height: 120px;
      padding-left: 28px;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0.31;
      color: #e3e7e1;
      letter-spacing: 25.19px;
      text-transform: uppercase;
      font-family: mongoose, sans-serif; }
      .retail-section .banner-area h1 span {
        font-size: calc(302px + -70 * ((100vw - 320px) / 1120)); }
      @media (min-width: 769px) {
        .retail-section .banner-area h1 span {
          white-space: nowrap; } }
      @media (max-width: 319px) {
        .retail-section .banner-area h1 span {
          font-size: calc(80px + 118 * ((100vw - 320px) / 1120));
          line-height: 70px; } }
      @media (max-width: 991px) {
        .retail-section .banner-area h1 span {
          padding-left: 5px;
          letter-spacing: 10px;
          color: #8d978e; }
          .retail-section .banner-area h1 span {
            font-size: calc(114px + 118 * ((100vw - 320px) / 1120)); } }
  .retail-section .banner-area p {
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    -ms-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
    -moz-transform: translate3d(0, 100px, 50px);
    -o-transform: translate3d(0, 100px, 50px);
    -ms-transform: translate3d(0, 100px, 50px);
    -webkit-transform: translate3d(0, 100px, 50px);
    transform: translate3d(0, 100px, 50px);
    opacity: 0;
    font-family: motiva-sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    max-width: 480px;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .retail-section .banner-area {
      padding: 50px 25px 0; }
      .retail-section .banner-area h1 {
        margin-bottom: 66px;
        margin-top: 160px; }
      .retail-section .banner-area p {
        line-height: 24px;
        font-size: 15px; } }
.retail-section .retail-split {
  position: relative;
  z-index: 8;
  margin: 120px 0 -120px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .retail-section .retail-split .left {
    height: 50vw;
    width: 50%;
    background: no-repeat center/cover;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative;
    top: 0; }
    .retail-section .retail-split .left.viewport {
      top: -60px; }
      @media (max-width: 991px) {
        .retail-section .retail-split .left.viewport {
          top: -30px; } }
  .retail-section .retail-split .right {
    height: 50vw;
    width: 50%;
    background: no-repeat center/cover;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    top: 0;
    position: relative; }
    .retail-section .retail-split .right.viewport {
      top: 60px; }
      @media (max-width: 991px) {
        .retail-section .retail-split .right.viewport {
          top: 30px; } }
.retail-section .slider-retail {
  padding: 0 0 0 5vw;
  position: relative; }
  .retail-section .slider-retail h5 {
    margin-bottom: 50px;
    padding-right: 95px;
    padding-bottom: 8px;
    color: #ffffff;
    font-family: mongoose, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.25px;
    line-height: 51px;
    text-align: right;
    text-transform: uppercase;
    position: relative; }
    .retail-section .slider-retail h5::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 95px;
      width: 363px;
      background: #fff;
      height: 1px; }
    .retail-section .slider-retail h5.without-arrow {
      padding-right: 0; }
      .retail-section .slider-retail h5.without-arrow:after {
        right: 0; }
    @media (max-width: 991px) {
      .retail-section .slider-retail h5 {
        padding-right: 0;
        margin-bottom: 20px; }
        .retail-section .slider-retail h5:after {
          right: 0;
          width: 100%; } }
  .retail-section .slider-retail .slick-track {
    display: flex !important;
    align-items: stretch; }
  .retail-section .slider-retail .slick-slide {
    height: auto !important; }
  .retail-section .slider-retail.first-one::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #e3e7e1; }
.retail-section .logo-slider {
  margin: 0 -7px; }
  .retail-section .logo-slider .slick-dots {
    display: none !important; }
  .retail-section .logo-slider .slick-arrow {
    border: 0;
    font-size: 0;
    position: absolute;
    z-index: 15;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    right: calc(5vw + 10px + 40px);
    top: -50px;
    background: #e3e7e1 url(../images/left.svg) no-repeat center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .retail-section .logo-slider .slick-arrow:hover {
      background-color: #fff; }
    .retail-section .logo-slider .slick-arrow.slick-next {
      right: 5vw;
      background-image: url(../images/right.svg); }
    @media (max-width: 991px) {
      .retail-section .logo-slider .slick-arrow {
        background-color: #5e6861;
        background-image: url(../images/left-white.svg);
        bottom: -50px;
        top: auto;
        right: calc(5vw + 57px); }
        .retail-section .logo-slider .slick-arrow.slick-next {
          background-image: url(../images/right-white.svg);
          right: calc(5vw + 7px); }
        .retail-section .logo-slider .slick-arrow:hover {
          background-color: #373637; } }
  .retail-section .logo-slider .slick-slide {
    padding: 15px 7px;
    width: 22vw; }
    @media (max-width: 1199px) {
      .retail-section .logo-slider .slick-slide {
        width: 30vw; } }
    @media (max-width: 991px) {
      .retail-section .logo-slider .slick-slide {
        padding: 15px 4px; } }
    .retail-section .logo-slider .slick-slide:nth-child(even) .box {
      background-image: url(../images/retail/2.jpg); }
    .retail-section .logo-slider .slick-slide .box {
      width: 100%;
      min-height: 320px;
      height: 100%;
      background: transparent url(../images/retail/1.jpg) no-repeat center/cover;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .retail-section .logo-slider .slick-slide .box_title_wrap {
        position: absolute;
        left: 0;
        width: 100%;
        color: #fff;
        text-align: center;
        top: 50%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: motiva-sans, sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px; }
        .retail-section .logo-slider .slick-slide .box_title_wrap p.bold {
          font-weight: 800;
          margin: 15px 0 10px;
          text-transform: uppercase; }
        @media (max-width: 991px) {
          .retail-section .logo-slider .slick-slide .box_title_wrap {
            display: none; } }
      .retail-section .logo-slider .slick-slide .box_title {
        font-family: mongoose, sans-serif;
        color: #fff;
        line-height: 1.5;
        position: relative; }
        .retail-section .logo-slider .slick-slide .box_title {
          font-size: calc(21px + 31 * ((100vw - 320px) / 1120)); }
        .retail-section .logo-slider .slick-slide .box_title::before {
          content: '';
          left: 50%;
          bottom: 0;
          position: absolute;
          width: 40px;
          height: 3px;
          background: #d1ac2d;
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
      .retail-section .logo-slider .slick-slide .box_hover {
        padding: 30px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        opacity: 0;
        justify-content: space-between;
        background-color: #fff; }
        @media (max-width: 991px) {
          .retail-section .logo-slider .slick-slide .box_hover {
            position: static;
            opacity: 1; } }
        .retail-section .logo-slider .slick-slide .box_hover h3 {
          font-family: mongoose, sans-serif;
          color: #373637;
          margin-bottom: 15px; }
          .retail-section .logo-slider .slick-slide .box_hover h3 {
            font-size: calc(25px + 13 * ((100vw - 320px) / 1120)); }
        .retail-section .logo-slider .slick-slide .box_hover p.bold {
          font-weight: 800;
          font-family: motiva-sans, sans-serif;
          color: #373637;
          margin: 15px 0 10px;
          text-transform: uppercase; }
        .retail-section .logo-slider .slick-slide .box_hover p {
          color: #373637;
          font-family: motiva-sans, sans-serif;
          font-size: 13px;
          font-weight: 400;
          line-height: 20px;
          text-align: left; }
        .retail-section .logo-slider .slick-slide .box_hover .link {
          color: #5a193b;
          font-family: mongoose, sans-serif;
          font-size: 23px;
          font-weight: 800;
          align-self: flex-start;
          font-style: normal;
          line-height: 20px;
          text-align: left;
          text-transform: uppercase;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          margin-top: 15px; }
          .retail-section .logo-slider .slick-slide .box_hover .link:hover {
            letter-spacing: 1px; }
      .retail-section .logo-slider .slick-slide .box:hover {
        -webkit-box-shadow: 0 2px 12px rgba(55, 54, 55, 0.25);
        -moz-box-shadow: 0 2px 12px rgba(55, 54, 55, 0.25);
        -o-box-shadow: 0 2px 12px rgba(55, 54, 55, 0.25);
        box-shadow: 0 2px 12px rgba(55, 54, 55, 0.25); }
        .retail-section .logo-slider .slick-slide .box:hover .box_title_wrap {
          opacity: 0; }
        .retail-section .logo-slider .slick-slide .box:hover .box_hover {
          opacity: 1; }
.retail-section .unparallelled {
  background: #5e6861 url(../images/retail/RetailLogoBackground.png) no-repeat left top;
  padding: 100px 0 0;
  position: relative;
  z-index: 1; }
  .retail-section .unparallelled::before {
    content: '';
    background: #e3e7e1;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    display: none; }
  @media (max-width: 991px) {
    .retail-section .unparallelled {
      background-image: url(../images/retail/RetailLogoBackground-mob.svg);
    padding-top: 70px;
      background-position: right 67%; } }
  .retail-section .unparallelled_top {
    padding: 0 7vw;
    margin-bottom: 85px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .retail-section .unparallelled_top {
        flex-wrap: wrap;
        padding: 0 5vw;
        margin-bottom: 40px; } }
    .retail-section .unparallelled_top_left {
      width: 50%;
      padding-right: 30px; }
      .retail-section .unparallelled_top_left h2 {
        margin-top: -12px;
        font-family: "Poynter Oldstyle Disp Reg";
        color: #ffffff;
        font-size: 42px;
        font-weight: 400;
        line-height: 51px;
        text-align: left;
        max-width: 450px; }
      @media (max-width: 991px) {
        .retail-section .unparallelled_top_left {
          width: 100%; }
          .retail-section .unparallelled_top_left h2 {
            font-size: 30px;
            font-weight: 400;
            font-style: normal;
            letter-spacing: normal;
            line-height: 36px;
            margin-bottom: 30px;
            max-width: 100%; } }
    .retail-section .unparallelled_top_right {
      width: 50%; }
      .retail-section .unparallelled_top_right p {
        color: #ffffff;
        font-family: motiva-sans, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        max-width: 70%; }
        @media (max-width: 1199px) {
          .retail-section .unparallelled_top_right p {
            max-width: 80%; } }
      @media (max-width: 991px) {
        .retail-section .unparallelled_top_right {
          width: 100%; }
          .retail-section .unparallelled_top_right p {
            font-size: 15px;
            max-width: 100%; } }
  .retail-section .unparallelled_middle {
    padding: 0 0 0 7vw;
    margin-bottom: 35px;
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 991px) {
      .retail-section .unparallelled_middle {
        flex-wrap: wrap;
        width: 100%;
        padding: 0 5vw;
        margin-bottom: 60px; } }
    .retail-section .unparallelled_middle .selectivo {
      height: 50px;
      line-height: 50px;
      padding: 0;
      background: #fff;
      max-width: none;
      width: 60%; }
      @media (max-width: 767px) {
        .retail-section .unparallelled_middle .selectivo {
          width: 100%;
          margin-bottom: 8px;
          height: 48px;
          line-height: 48px; } }
    .retail-section .unparallelled_middle .selectivo__label {
      border: 0;
      padding: 0 15px;
      text-align: left;
      color: #373637;
      font-size: 18px;
      font-weight: 600;
      font-family: "Poynter Oldstyle Disp Reg" !important; }
    .retail-section .unparallelled_middle .selectivo__dropdown {
      padding: 0;
      top: 50px; }
    .retail-section .unparallelled_middle .selectivo__option {
      border: 0;
      padding: 0 15px;
      padding: 0 15px;
      text-align: left;
      color: #373637;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      font-weight: 300;
      font-family: "Poynter Oldstyle Disp Reg" !important; }
    .retail-section .unparallelled_middle .search {
      height: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      justify-content: center;
      width: 40%;
      max-width: none;
      border: 0;
      background-color: #e3e7e1;
      font-family: mongoose, sans-serif;
      font-size: 21px;
      font-weight: 400;
      letter-spacing: 2.5px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .retail-section .unparallelled_middle .search:hover {
        color: #fff;
        background: #5a1939; }
      @media (max-width: 767px) {
        .retail-section .unparallelled_middle .search {
          height: 48px;
          width: 100%; } }
  .retail-section .unparallelled .logo-cols {
    margin-bottom: -45px;
    padding: 0 5vw; }
.retail-section .unparallelled .new-retail-text {
  padding: 0 7vw 200px;
  color: #ffffff;
  font-family: motiva-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 991px) {
  .retail-section .unparallelled .new-retail-text {
    padding-bottom: 100px;
    font-size:15px;
  }
}
.retail-section .white-bg-slider {
  background-color: #e3e7e1;
  padding: 50px 5vw 75px;
  text-align: center; }
  @media (max-width: 991px) {
    .retail-section .white-bg-slider {
      padding-bottom: 95px;
      padding-bottom: 50px; } }
  .retail-section .white-bg-slider h5 {
    margin-bottom: 50px;
    padding-right: 95px;
    color: #373637;
    font-family: mongoose, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.25px;
    line-height: 51px;
    text-align: right;
    text-transform: uppercase;
    position: relative; }
    .retail-section .white-bg-slider h5::after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 95px;
      width: 363px;
      background: #373637;
      height: 1px; }
    @media (max-width: 991px) {
      .retail-section .white-bg-slider h5 {
        padding: 0;
        margin: 15px 0 20px; }
        .retail-section .white-bg-slider h5::after {
          width: 100%;
          right: 0; } }
  .retail-section .white-bg-slider .slick-arrow {
    border: 0;
    font-size: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    right: 54px;
    top: -50px;
    background: #5e6861 url(../images/left-white.svg) no-repeat center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .retail-section .white-bg-slider .slick-arrow:hover {
      background-color: #373637; }
    .retail-section .white-bg-slider .slick-arrow.slick-next {
      right: 6px;
      background-image: url(../images/right-white.svg); }
    @media (max-width: 991px) {
      .retail-section .white-bg-slider .slick-arrow {
        bottom: -50px;
        top: auto;
        right: calc(5vw + 57px); }
        .retail-section .white-bg-slider .slick-arrow.slick-next {
          right: calc(5vw + 7px); } }
.retail-section .view_retail_map {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  height: 57px;
  color: #373637;
  font-weight: 400;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  line-height: 57px;
  border: 1px solid #b7b5b7;
  margin: 25px 0; }
  .retail-section .view_retail_map:hover {
    color: #fff;
    background: #373637; }
  @media (max-width: 991px) {
    .retail-section .view_retail_map {
      margin: 15px 0; } }
.retail-section #retailMapModal.map_modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.6); }
.retail-section #retailMapModal .retail_map_container {
  background-color: #fff;
  margin: 15% auto;
  padding: 5vw 5vw;
  width: 90%;
  position: relative; }
  @media (max-width: 991px) {
    .retail-section #retailMapModal .retail_map_container {
      padding: 12vw 0; } }
  .retail-section #retailMapModal .retail_map_container .modal-close {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 25px;
    top: 25px;
    border-radius: 3px;
    border: 1px solid #373637; }
    .retail-section #retailMapModal .retail_map_container .modal-close svg {
      position: relative;
      top: -5px;
      cursor: pointer; }
    @media (max-width: 991px) {
      .retail-section #retailMapModal .retail_map_container .modal-close {
        top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.retail-section .feature-retail {
  width: 100%;
  padding-left: 7vw;
  padding-right: 20px; }
  .retail-section .feature-retail .fade-in {
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -moz-transform: translate3d(0px, 10px, 50px) scale(0.95);
    -o-transform: translate3d(0px, 10px, 50px) scale(0.95);
    -ms-transform: translate3d(0px, 10px, 50px) scale(0.95);
    -webkit-transform: translate3d(0px, 10px, 50px) scale(0.95);
    transform: translate3d(0px, 10px, 50px) scale(0.95); }
  .retail-section .feature-retail .fade-in.inposition {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px) scale(1);
    -o-transform: translate3d(0px, 0px, 0px) scale(1);
    -ms-transform: translate3d(0px, 0px, 0px) scale(1);
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
    transform: translate3d(0px, 0px, 0px) scale(1); }
  @media (max-width: 991px) {
    .retail-section .feature-retail {
      padding-right: 7vw; } }
  .retail-section .feature-retail .item {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .retail-section .feature-retail .item {
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end; } }
    @media (max-width: 991px) {
      .retail-section .feature-retail .item .img-wrapper {
        width: 100%; } }
    .retail-section .feature-retail .item .img-wrapper img {
      height: 42vw;
      width: 66vw;
      object-fit: cover; }
      @media (max-width: 991px) {
        .retail-section .feature-retail .item .img-wrapper img {
          width: 100%;
          height: auto; } }
    .retail-section .feature-retail .item .box {
      padding: 36px 44px;
      margin-bottom: 60px;
      max-width: 500px;
      margin-right: -2vw;
      z-index: 1;
      width: 65vw;
      background-color: #fff;
      height: fit-content; }
      @media (max-width: 991px) {
        .retail-section .feature-retail .item .box {
          padding: 0;
          margin-bottom: 30px;
          margin-top: -30px; } }
      .retail-section .feature-retail .item .box .box_hover {
        padding: 30px;
        width: 100%;
        height: 100%; }
        .retail-section .feature-retail .item .box .box_hover h3 {
          font-family: mongoose, sans-serif;
          color: #373637;
          margin-bottom: 15px; }
          .retail-section .feature-retail .item .box .box_hover h3 {
            font-size: calc(25px + 13 * ((100vw - 320px) / 1120)); }
        .retail-section .feature-retail .item .box .box_hover p.bold {
          font-weight: 800;
          font-family: motiva-sans, sans-serif;
          color: #373637;
          margin: 15px 0 10px;
          text-transform: uppercase; }
        .retail-section .feature-retail .item .box .box_hover p {
          color: #373637;
          font-family: motiva-sans, sans-serif;
          font-size: 13px;
          font-weight: 400;
          line-height: 20px;
          text-align: left; }
        .retail-section .feature-retail .item .box .box_hover .link {
          color: #5a193b;
          font-family: mongoose, sans-serif;
          font-size: 23px;
          font-weight: 800;
          align-self: flex-start;
          font-style: normal;
          line-height: 20px;
          text-align: left;
          text-transform: uppercase;
          -webkit-transition: all 0.5s ease-in-out;
          -moz-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          margin-top: 15px; }
          .retail-section .feature-retail .item .box .box_hover .link:hover {
            letter-spacing: 1px; }
    @media (min-width: 992px) {
      .retail-section .feature-retail .item:nth-child(2n) {
        flex-direction: row; }
        .retail-section .feature-retail .item:nth-child(2n) .box {
          margin-right: 0;
          margin-left: -2vw; } }

.retail .events {
  background: #fff;
  padding: 60px 5vw 95px;
  z-index: 1;
  position: relative;
  overflow: hidden; }
  .retail .events h3 {
    color: #5a1939;
    font-family: mongoose, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.25px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px; }
    .retail .events h3::after {
      background: #5a1939;
      width: 100%;
      max-width: 365px;
      content: '';
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .retail .events h4 {
    color: #373637;
    font-family: "Poynter Oldstyle Disp Reg";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 37px 0 79px; }
    .retail .events h4 {
      font-size: calc(30px + 6 * ((100vw - 320px) / 1120)); }
    .retail .events h4 {
      line-height: calc(36px + 15 * ((100vw - 320px) / 1120)); }
  .retail .events .slider-right-padding {
    position: relative;
    margin-bottom: -2px; }
    .retail .events .slider-right-padding::before {
      content: '';
      z-index: -1;
      width: 110vw;
      height: calc(50% + 95px);
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(../images/retail/retailbg.png) no-repeat center/cover; }
  .retail .events .event-item-wrapper {
    margin: 0 -7px; }
    .retail .events .event-item-wrapper .slick-track {
      display: flex !important; }
    .retail .events .event-item-wrapper .slick-slide {
      height: inherit !important; }
    .retail .events .event-item-wrapper .slick-arrow {
      border: 0;
      font-size: 0;
      position: absolute;
      width: 40px;
      height: 40px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      right: 54px;
      top: -50px;
      background: #5e6861 url(../images/left-white.svg) no-repeat center center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .retail .events .event-item-wrapper .slick-arrow:hover {
        background-color: #373637; }
      .retail .events .event-item-wrapper .slick-arrow.slick-next {
        right: 6px;
        background-image: url(../images/right-white.svg); }
      @media (max-width: 991px) {
        .retail .events .event-item-wrapper .slick-arrow {
          bottom: -50px;
          top: auto;
          right: calc(5vw + 57px); }
          .retail .events .event-item-wrapper .slick-arrow.slick-next {
            right: calc(5vw + 7px); } }
    .retail .events .event-item-wrapper .cols {
      height: 100%;
      margin: 0 7px;
      position: relative;
      background: #fff;
      padding: 0 30px 55px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media (max-width: 991px) {
        .retail .events .event-item-wrapper .cols {
          margin: 0 4px; } }
      .retail .events .event-item-wrapper .cols .img-wrapper {
        margin: 0 -30px 15px;
        overflow: hidden;
        height: 152px; }
        .retail .events .event-item-wrapper .cols .img-wrapper .img {
          width: 100%;
          height: 100%;
          background: no-repeat center/cover;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
      .retail .events .event-item-wrapper .cols h6 {
        color: #5a1939;
        font-family: mongoose, sans-serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2.25px;
        line-height: 51px;
        text-align: left;
        margin-bottom: 10px;
        text-transform: uppercase; }
        .retail .events .event-item-wrapper .cols h6 span {
          display: block;
          color: #373637;
          font-family: "Poynter Oldstyle Disp Reg";
          font-size: 18px;
          font-weight: 600;
          font-style: normal;
          letter-spacing: normal;
          line-height: 21px;
          text-transform: none; }
      .retail .events .event-item-wrapper .cols p {
        color: #373637;
        font-family: motiva-sans, sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 20px;
        text-align: left;
        margin-bottom: 15px; }
      .retail .events .event-item-wrapper .cols a {
        position: absolute;
        left: 30px;
        bottom: 30px;
        z-index: 2;
        display: inline-block;
        color: #373637;
        font-family: mongoose, sans-serif;
        font-size: 21px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2.5px;
        line-height: 21px;
        text-align: left;
        text-transform: uppercase;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-transform: translateY(150%);
        -o-transform: translateY(150%);
        -ms-transform: translateY(150%);
        -webkit-transform: translateY(150%);
        transform: translateY(150%); }
        .retail .events .event-item-wrapper .cols a:hover {
          color: #5a1939; }
        @media (max-width: 991px) {
          .retail .events .event-item-wrapper .cols a {
            pointer-events: all;
            opacity: 1;
            visibility: visible;
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0); } }
      .retail .events .event-item-wrapper .cols:hover {
        -webkit-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
        -moz-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
        -o-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
        box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25); }
        .retail .events .event-item-wrapper .cols:hover a {
          pointer-events: all;
          opacity: 1;
          visibility: visible;
          -moz-transform: translateY(0);
          -o-transform: translateY(0);
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); }
        .retail .events .event-item-wrapper .cols:hover .img-wrapper .img {
          -moz-transform: scale(1.125);
          -o-transform: scale(1.125);
          -ms-transform: scale(1.125);
          -webkit-transform: scale(1.125);
          transform: scale(1.125); }
  .retail .events ul {
    margin: 0 -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .retail .events ul li {
      width: 25%;
      padding: 0 8px; }

@media (max-width: 991px) {
  .slider-right-padding {
    margin-right: -5vw; }

  .slick-initialized.event-item-wrapper .slick-slide,
  .slick-initialized.logo-slider .slick-slide {
    width: 320px; } }
@media (max-width: 600px) {
  .slick-initialized.event-item-wrapper .slick-slide,
  .slick-initialized.logo-slider .slick-slide {
    width: 275px; } }
.slick-track {
  min-width: 100%; }

.slick-disabled {
  display: none !important; }

.retail-category .unparallelled {
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .retail-category .unparallelled {
      padding-bottom: 100px; }
      .retail-category .unparallelled::before {
        height: 100px; } }

iframe[src*="https://my.hy.ly/"] {
  position: absolute;
  margin-top: -5px;
  border: 0; }

/*......retail map sectiom......*/
.retail_map_wrapper {
  padding: 0 5vw 85px;
  width: 100%;
  background-color: #e3e7e1; }
  .retail_map_wrapper a tspan {
    cursor: pointer; }
  .retail_map_wrapper svg {
    width: 100%;
    background-color: #fff; }
  @media (max-width: 991px) {
    .retail_map_wrapper {
      padding: 0 5vw 40px; } }
  .retail_map_wrapper .tooltip_container {
    display: none; }
  .retail_map_wrapper .dot_inside {
    fill: #5a1b3a; }
  .retail_map_wrapper .future_retail .dot_inside {
    fill: #8c978e; }
  .retail_map_wrapper .dot_outline {
    fill: #fff; }
  .retail_map_wrapper .retail_map_poi, .retail_map_wrapper .dot_inside, .retail_map_wrapper .dot_outline, .retail_map_wrapper .retail_map_poi * {
    cursor: pointer; }
  .retail_map_wrapper .retail_map_poi.popup_on_hover .dot_inside, .retail_map_wrapper .retail_map_poi.popup_on_hover .logo_background, .retail_map_wrapper .retail_map_poi.popup_on_click .dot_inside, .retail_map_wrapper .retail_map_poi.popup_on_click .logo_background {
    fill: #fff; }
  .retail_map_wrapper .retail_map_poi.popup_on_hover .logo_icon, .retail_map_wrapper .retail_map_poi.popup_on_click .logo_icon {
    fill: #5a1b3a; }
  .retail_map_wrapper .retail_map_poi:focus {
    outline: 1px dotted transparent; }
  .using-keytab .retail_map_wrapper .retail_map_poi:focus {
    outline-color: #fff; }
  .retail_map_wrapper #SVGContainer {
    width: 100%;
    position: relative;
    z-index: 0; }
  .retail_map_wrapper .retail_map_controls {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px; }
    .retail_map_wrapper .retail_map_controls .map_control_btn {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      width: 32px;
      height: 32px;
      overflow: hidden;
      text-indent: -9999px; }
      .retail_map_wrapper .retail_map_controls .map_control_btn:not(:last-child) {
        margin-right: 5px; }
      .retail_map_wrapper .retail_map_controls .map_control_btn#zoomin {
        background: url(../images/retail/zoom-in.svg) center center/contain no-repeat; }
      .retail_map_wrapper .retail_map_controls .map_control_btn#zoomout {
        background: url(../images/retail/zoom-out.svg) center center/contain no-repeat; }
      .retail_map_wrapper .retail_map_controls .map_control_btn#resetSVG {
        background: url(../images/retail/reset.svg) center center/contain no-repeat; }

.retail_poup {
  pointer-events: all;
  font: 400 12px/20px motiva-sans, sans-serif;
  letter-spacing: normal;
  color: #373637;
  text-align: center;
  position: relative;
  padding: 15px;
  display: flex;
  padding-bottom: 12px;
  flex-direction: column;
  align-items: center; }
  .retail_poup, .retail_poup a, .retail_poup .mainCopy, .retail_poup p {
    color: #373637; }
  .retail_poup .system a:hover {
    color: #5a1939; }
  .retail_poup .retail_title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700; }
  .retail_poup .future_retail_copy {
    font-size: 14px;
    line-height: normal; }
  .retail_poup .retail_url, .retail_poup .coming_soon_copy {
    text-transform: uppercase; }
  .retail_poup .poi_close_btn {
    position: absolute;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    width: 12px;
    height: 12px;
    top: 2px;
    right: 1px;
    margin-top: 0;
    text-indent: -999px;
    overflow: hidden; }
    .retail_poup .poi_close_btn:after, .retail_poup .poi_close_btn:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform-origin: center center;
      -o-transform-origin: center center;
      -ms-transform-origin: center center;
      -webkit-transform-origin: center center;
      transform-origin: center center;
      width: 11px;
      height: 1px;
      background: #373637; }
    .retail_poup .poi_close_btn:after {
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }

.retail .map_poi_key {
  margin-top: 20px;
  text-align: center;
  font: 400 14px/normal motiva-sans, sans-serif;
  letter-spacing: normal;
  color: #373637;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .retail .map_poi_key p {
    display: flex;
    align-items: center;
    margin-left: 20px; }
  .retail .map_poi_key p:before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: #5a1939;
    border: 2px solid #fff;
    display: block;
    margin-top: -1px; }
  .retail .map_poi_key p.key_future_retail:before {
    background-color: #8c978e; }
  @media (max-width: 575px) {
    .retail .map_poi_key {
      max-width: 250px;
      flex-wrap: wrap;
      justify-self: flex-start;
      margin: 10px auto 0; }
      .retail .map_poi_key p {
        width: 100%;
        margin-left: 0;
        margin-top: 10px; } }
.retail .tooltipster-sidetip .tooltipster-box {
  line-height: normal;
  border-radius: 3px;
  border: 0;
  background: transparent;
  padding: 0;
  width: 100%; }
.retail .tooltipster-sidetip .tooltipster-content {
  padding: 0;
  background: #fff;
  border: 2px solid #5a1939; }
.retail .tooltipster-arrow {
  display: none; }
.retail .tooltipster-sidetip .tooltipster-arrow-border {
  display: none; }
.retail .tooltipster-sidetip .tooltipster-arrow-background {
  pointer-events: all; }
.retail .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  top: 0; }
.retail .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  top: 0; }

.news-section .banner-area {
  overflow: hidden;
  background: #5e6861 url(../images/news/news-bg.png) no-repeat center/cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #373637;
  padding: 50px 14vw; }
  .news-section .banner-area h1 {
    max-width: 900px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: translate3d(0, 100px, 50px);
    -o-transform: translate3d(0, 100px, 50px);
    -ms-transform: translate3d(0, 100px, 50px);
    -webkit-transform: translate3d(0, 100px, 50px);
    transform: translate3d(0, 100px, 50px);
    opacity: 0;
    color: #ffffff;
    font-family: "Poynter Oldstyle Disp Reg";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 180px 0 70px; }
    .news-section .banner-area h1 {
      font-size: calc(42px + 46 * ((100vw - 320px) / 1120)); }
    .news-section .banner-area h1 {
      line-height: calc(46px + 42 * ((100vw - 320px) / 1120)); }
    @media (min-width: 1440px) {
      .news-section .banner-area h1 {
        max-width: 1000px; } }
    @media (max-width: 991px) {
      .news-section .banner-area h1 {
        margin: 175px 0 70px; } }
  @media (max-width: 991px) {
    .news-section .banner-area {
      padding: 50px 10vw; } }
  @media screen and (max-height: 500px) {
    .news-section .banner-area {
      padding-top: 105px; } }
.news-section .img-container {
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out 0.5s;
  -moz-transition: all 1s ease-in-out 0.5s;
  -ms-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
  -moz-transform: translate3d(0, 100px, 50px);
  -o-transform: translate3d(0, 100px, 50px);
  -ms-transform: translate3d(0, 100px, 50px);
  -webkit-transform: translate3d(0, 100px, 50px);
  transform: translate3d(0, 100px, 50px);
  opacity: 0;
  margin: -84px 0 0 0;
  padding: 0 8vw;
  position: relative;
  z-index: 1; }
  @media (min-width: 1440px) {
    .news-section .img-container {
      margin: -170px 0 0 0; } }
  .news-section .img-container img {
    display: block;
    max-width: 858px;
    margin: 0 auto;
    width: 100%; }
  .news-section .img-container p {
    color: #373637;
    font-family: "Poynter Oldstyle Disp Reg";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 120px 14vw;
    position: relative;
    z-index: 1; }
    .news-section .img-container p {
      font-size: calc(24px + 12 * ((100vw - 320px) / 1120)); }
    .news-section .img-container p {
      line-height: calc(36px + 11 * ((100vw - 320px) / 1120)); }
    .news-section .img-container p strong {
      white-space: nowrap;
      font-weight: 400; }
    @media (max-width: 991px) {
      .news-section .img-container p {
        padding: 75px 0; } }
    .news-section .img-container p span {
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1;
      opacity: 0.3;
      color: #e3e7e1;
      font-family: mongoose, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 30.61px;
      text-align: center;
      text-transform: uppercase;
      padding-left: 2.5vw; }
      .news-section .img-container p span {
        font-size: calc(117px + 250 * ((100vw - 320px) / 1120)); }
      .news-section .img-container p span {
        line-height: calc(139px + -51 * ((100vw - 320px) / 1120)); }
      @media (max-width: 991px) {
        .news-section .img-container p span {
          letter-spacing: 4.5vw;
          padding-left: 4vw; } }
.news-section .updates {
  padding: 190px 7vw;
  background-color: #e3e7e1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5; }
  .news-section .updates::before {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    width: 40%;
    height: 100%;
    z-index: 0;
    background: url(../images/news/news-bg-2.png) no-repeat center/cover; }
  @media (max-width: 991px) {
    .news-section .updates {
      flex-wrap: wrap;
      padding: 75px 5vw 50px; }
      .news-section .updates::before {
        left: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 50%; } }
  .news-section .updates_left {
    width: 47%;
    color: #373637;
    font-family: "Poynter Oldstyle Disp Reg"; }
    .news-section .updates_left h2 {
      font-size: 42px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: normal;
      line-height: 51px;
      text-align: left; }
    .news-section .updates_left h3 {
      font-size: 21px;
      font-weight: 600;
      font-style: normal;
      letter-spacing: normal;
      line-height: 32px;
      text-align: left;
      margin: 25px 0 40px;
      max-width: 365px; }
      @media (min-width: 1440px) {
        .news-section .updates_left h3 {
          max-width: 80%; } }
    .news-section .updates_left a {
      /* Style for "Rectangle" */
      width: 248px;
      height: 48px;
      background-color: #373637;
      display: block;
      color: #ffffff;
      font-family: mongoose, sans-serif;
      font-size: 21px;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 2.5px;
      line-height: 21px;
      text-align: center;
      text-transform: uppercase;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .news-section .updates_left a:hover {
        background-color: #5a1939; }
    @media (max-width: 991px) {
      .news-section .updates_left {
        width: 100%;
        margin-bottom: 75px; }
        .news-section .updates_left h2 {
          font-size: 30px;
          line-height: 36px;
          text-align: center; }
        .news-section .updates_left h3 {
          font-size: 15px;
          text-align: center;
          line-height: 24px;
          font-family: motiva-sans, sans-serif;
          font-weight: 400;
          max-width: 100%; }
        .news-section .updates_left a {
          width: 100%;
          max-width: 300px;
          margin: 0 auto; } }
    @media (max-width: 767px) {
      .news-section .updates_left h2,
      .news-section .updates_left h3 {
        text-align: left; }
      .news-section .updates_left a {
        margin: 0; } }
  .news-section .updates_right {
    width: 53%; }
    .news-section .updates_right .news-slider-wrapper {
      margin-right: -7vw; }
      .news-section .updates_right .news-slider-wrapper .slick-track {
        display: flex !important; }
      .news-section .updates_right .news-slider-wrapper .slick-slide {
        height: inherit !important; }
      @media (max-width: 991px) {
        .news-section .updates_right .news-slider-wrapper {
          margin-right: -5vw; } }
      .news-section .updates_right .news-slider-wrapper .slick-arrow {
        border: 0;
        font-size: 0;
        position: absolute;
        width: 40px;
        height: 40px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        right: calc(7vw + 50px);
        top: -50px;
        background: #373637 url(../images/left-white.svg) no-repeat center center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .news-section .updates_right .news-slider-wrapper .slick-arrow:hover {
          background-color: #5a1939; }
        .news-section .updates_right .news-slider-wrapper .slick-arrow.slick-next {
          right: 7vw;
          background-image: url(../images/right-white.svg); }
        @media (max-width: 991px) {
          .news-section .updates_right .news-slider-wrapper .slick-arrow {
            bottom: -70px;
            top: auto;
            right: 70px; }
            .news-section .updates_right .news-slider-wrapper .slick-arrow.slick-next {
              right: 18px; } }
    .news-section .updates_right .news-page-slider .slick-track {
      display: flex !important; }
      .news-section .updates_right .news-page-slider .slick-track .slick-slide {
        width: calc(45vw / 2);
        height: inherit !important; }
        @media (max-width: 1199px) {
          .news-section .updates_right .news-page-slider .slick-track .slick-slide {
            width: calc(60vw / 2); } }
        @media (max-width: 991px) {
          .news-section .updates_right .news-page-slider .slick-track .slick-slide {
            width: 320px; } }
    .news-section .updates_right .news-page-slider .box {
      padding: 30px 30px 50px;
      margin: 0 7px;
      position: relative;
      height: 100%;
      min-height: 380px;
      background-color: #ffffff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .news-section .updates_right .news-page-slider .box:hover {
        -webkit-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.43);
        -moz-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.43);
        -o-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.43);
        box-shadow: 0 2px 15px rgba(55, 54, 55, 0.43); }
      @media (max-width: 991px) {
        .news-section .updates_right .news-page-slider .box {
          margin: 0 4px; } }
      .news-section .updates_right .news-page-slider .box .img-wrp {
        height: 110px;
        overflow: hidden; }
        @media (max-width: 991px) {
          .news-section .updates_right .news-page-slider .box .img-wrp {
            height: 95px; } }
        .news-section .updates_right .news-page-slider .box .img-wrp img {
          max-width: 100%; }
      .news-section .updates_right .news-page-slider .box_content {
        width: 100%; }
        .news-section .updates_right .news-page-slider .box_content * {
          max-width: 100%; }
        .news-section .updates_right .news-page-slider .box_content p {
          color: #5a1939;
          font-family: mongoose, sans-serif;
          font-size: 18px;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 2.25px;
          line-height: 51px;
          text-align: left;
          text-transform: uppercase;
          margin-bottom: 5px; }
        .news-section .updates_right .news-page-slider .box_content h4 {
          color: #373637;
          font-family: "Poynter Oldstyle Disp Reg";
          font-size: 18px;
          font-weight: 600;
          font-style: normal;
          letter-spacing: normal;
          line-height: 21px;
          text-align: left; }
        .news-section .updates_right .news-page-slider .box_content h5 {
          margin: 12px 0 25px;
          color: #373637;
          font-family: motiva-sans, sans-serif;
          font-size: 13px;
          font-weight: 400;
          font-style: normal;
          letter-spacing: normal;
          line-height: 20px;
          text-align: left; }
        .news-section .updates_right .news-page-slider .box_content a {
          position: absolute;
          left: 30px;
          bottom: 30px;
          z-index: 2;
          width: 198px;
          height: 30px;
          color: #373637;
          font-family: mongoose, sans-serif;
          font-size: 21px;
          font-weight: 400;
          font-style: normal;
          letter-spacing: 2.5px;
          line-height: 21px;
          text-align: left;
          text-transform: uppercase;
          pointer-events: none;
          opacity: 0;
          display: block;
          visibility: hidden;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear;
          -moz-transform: translateY(150%);
          -o-transform: translateY(150%);
          -ms-transform: translateY(150%);
          -webkit-transform: translateY(150%);
          transform: translateY(150%); }
          @media (max-width: 991px) {
            .news-section .updates_right .news-page-slider .box_content a {
              pointer-events: all;
              opacity: 1;
              -moz-transform: translateY(0);
              -o-transform: translateY(0);
              -ms-transform: translateY(0);
              -webkit-transform: translateY(0);
              transform: translateY(0);
              visibility: visible; } }
      .news-section .updates_right .news-page-slider .box:hover .box_content a {
        pointer-events: all;
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        visibility: visible; }
    @media (max-width: 991px) {
      .news-section .updates_right {
        width: 100%; } }

body.news .events {
  /*padding-top: 130px;*/
  padding-top: 0px; }
  body.news .events .slider-right-padding::before {
    background-image: url(../images/news/news-bg-3.png); }
  @media (max-width: 991px) {
    body.news .events {
      /* padding-top: 100px;*/ }
      body.news .events h4 {
        margin-bottom: 40px; } }

@media screen and (max-width: 600px) {
  .news-section .updates_right .news-page-slider .slick-track .slick-slide {
    width: 275px; } }
@media (max-width: 991px) {
  #community .banner {
    background-position: 77% center !important; } }
#community .banner_bottom_section .text_sec span {
  letter-spacing: calc(14.33px + 21.67 * ((100vw - 320px) / 1120)); }
@media (max-width: 600px) {
  #community .banner_bottom_section .text_sec span {
    font-size: 115px; } }
@media (max-width: 480px) {
  #community .banner_bottom_section .text_sec span {
    font-size: 80px;
    letter-spacing: 12px; } }
@media (max-width: 320px) {
  #community .banner_bottom_section .text_sec span {
    font-size: 60px;
    letter-spacing: 12px; } }
#community .retail_section {
  background: #fff; }
  #community .retail_section .animate_block {
    padding-bottom: 220px; }
    @media (max-width: 991px) {
      #community .retail_section .animate_block {
        padding-bottom: 70px; } }
#community .video_section {
  background: #000; }
  #community .video_section .video_wrapper {
    height: 61vw;
    width: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 991px) {
      #community .video_section .video_wrapper {
        height: 115vw; } }
    #community .video_section .video_wrapper #bgvid {
      position: relative;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      background-size: cover;
      min-height: 100%;
      object-fit: cover; }
    #community .video_section .video_wrapper .play_btn {
      position: absolute;
      background: url("../images/community/play.png");
      width: 16.76vw;
      height: 16.76vw;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 0;
      box-shadow: 0;
      background-size: contain;
      background-repeat: no-repeat;
      max-width: 140px;
      max-height: 140px;
      opacity: 0.5; }
      @media (max-width: 991px) {
        #community .video_section .video_wrapper .play_btn {
          opacity: 0.5; } }
    #community .video_section .video_wrapper .pause_btn {
      position: absolute;
      background: url("../images/community/pause.svg");
      width: 7vw;
      height: 7vw;
      left: 7vw;
      bottom: 20px;
      border: 3px solid #fff;
      box-shadow: none;
      background-size: contain;
      background-repeat: no-repeat;
      display: none;
      max-width: 60px;
      max-height: 60px;
      border-radius: 50%;
      opacity: 0.5; }
#community .news_section .content_block {
  background: #fff;
  padding: 125px 15.97vw 80px; }
  #community .news_section .content_block h2 {
    padding-right: 80px; }
    @media (max-width: 991px) {
      #community .news_section .content_block h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
        padding-right: 0px; } }
    @media (max-width: 767px) {
      #community .news_section .content_block h2 {
        text-align: left; } }
  @media (max-width: 991px) {
    #community .news_section .content_block h5 {
      margin-bottom: 20px;
      text-align: center; } }
  @media (max-width: 767px) {
    #community .news_section .content_block h5 {
      text-align: left; } }
  @media (max-width: 991px) {
    #community .news_section .content_block p {
      text-align: center; } }
  @media (max-width: 767px) {
    #community .news_section .content_block p {
      text-align: left; } }
  @media (max-width: 991px) {
    #community .news_section .content_block .left, #community .news_section .content_block .right {
      width: 100%; } }
  @media (max-width: 991px) {
    #community .news_section .content_block {
      padding: 80px 25px 125px; } }
#community .news_section .events {
  padding: 75px 5vw 80px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-color: #e3e7e1; }
  @media (max-width: 991px) {
    #community .news_section .events {
      padding: 0px 18px 80px; } }
  #community .news_section .events:before {
    content: '';
    z-index: -1;
    width: 100%;
    height: 10vw;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff; }
    @media (max-width: 1024px) {
      #community .news_section .events:before {
        height: 21vh; } }
    @media (max-width: 991px) {
      #community .news_section .events:before {
        height: 17vh; } }
  #community .news_section .events h3 {
    color: #5a1939;
    font-family: mongoose, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.25px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px; }
    #community .news_section .events h3::after {
      background: #5a1939;
      width: 100%;
      max-width: 365px;
      content: '';
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  #community .news_section .events h4 {
    color: #373637;
    font-family: "Poynter Oldstyle Disp Reg";
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin: 37px 0 79px; }
    #community .news_section .events h4 {
      font-size: calc(30px + 6 * ((100vw - 320px) / 1120)); }
    #community .news_section .events h4 {
      line-height: calc(36px + 15 * ((100vw - 320px) / 1120)); }
  #community .news_section .events .slider-right-padding:before {
    background: none; }
  #community .news_section .events #community_slider {
    margin: 0 -7px; }
    #community .news_section .events #community_slider .slick-track {
      display: flex !important; }
    #community .news_section .events #community_slider .slick-slide {
      height: inherit !important; }
    #community .news_section .events #community_slider .slick-arrow {
      border: 0;
      font-size: 0;
      position: absolute;
      width: 40px;
      height: 40px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      right: 62px;
      top: -60px;
      background: #5e6861 url(../images/left-white.svg) no-repeat center center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      #community .news_section .events #community_slider .slick-arrow:hover {
        background-color: #373637; }
      #community .news_section .events #community_slider .slick-arrow.slick-next {
        right: 7px;
        background-image: url(../images/right-white.svg); }
      @media (max-width: 991px) {
        #community .news_section .events #community_slider .slick-arrow {
          background-color: #5e6861;
          background-image: url(../images/left-white.svg);
          bottom: -50px;
          top: auto;
          right: 70px; }
          #community .news_section .events #community_slider .slick-arrow.slick-next {
            background-image: url(../images/right-white.svg);
            right: calc(5vw + 7px); }
          #community .news_section .events #community_slider .slick-arrow.slick-prev {
            right: calc(5vw + 60px); }
          #community .news_section .events #community_slider .slick-arrow:hover {
            background-color: #373637; } }
    #community .news_section .events #community_slider .cols {
      height: 100%;
      margin: 4px 7px 0;
      background: #fff;
      padding: 5px 30px 23px;
      box-shadow: none;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media (max-width: 991px) {
        #community .news_section .events #community_slider .cols {
          margin: 2px 4px;
          -webkit-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
          -moz-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
          -o-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
          box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25); } }
      @media (max-width: 1024px) {
        #community .news_section .events #community_slider .cols {
          padding: 40px 30px 23px; } }
      #community .news_section .events #community_slider .cols .img-wrapper {
        margin: 0 -30px 15px;
        overflow: hidden; }
        #community .news_section .events #community_slider .cols .img-wrapper img {
          width: 100%;
          -webkit-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          -ms-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          transition: all 0.3s linear; }
      #community .news_section .events #community_slider .cols h6 {
        color: #5a1939;
        font-family: mongoose, sans-serif;
        font-size: 18px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2.25px;
        line-height: 51px;
        text-align: left;
        margin-bottom: 10px;
        text-transform: uppercase; }
        #community .news_section .events #community_slider .cols h6 span {
          display: block;
          color: #373637;
          font-family: "Poynter Oldstyle Disp Reg";
          font-size: 18px;
          font-weight: 600;
          font-style: normal;
          letter-spacing: normal;
          line-height: 21px;
          text-transform: none; }
      #community .news_section .events #community_slider .cols p {
        color: #373637;
        font-family: motiva-sans, sans-serif;
        font-size: 13px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: 20px;
        text-align: left;
        margin-bottom: 15px; }
      #community .news_section .events #community_slider .cols a {
        display: inline-block;
        color: #373637;
        font-family: mongoose, sans-serif;
        font-size: 21px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2.5px;
        line-height: 21px;
        text-align: left;
        text-transform: uppercase;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-transform: translateY(150%);
        -o-transform: translateY(150%);
        -ms-transform: translateY(150%);
        -webkit-transform: translateY(150%);
        transform: translateY(150%); }
        #community .news_section .events #community_slider .cols a:hover {
          color: #5a1939; }
        @media (max-width: 991px) {
          #community .news_section .events #community_slider .cols a {
            opacity: 1;
            visibility: visible;
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0); } }
      #community .news_section .events #community_slider .cols:hover {
        -webkit-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
        -moz-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
        -o-box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25);
        box-shadow: 0 2px 15px rgba(55, 54, 55, 0.25); }
        @media (min-width: 992px) {
          #community .news_section .events #community_slider .cols:hover a {
            pointer-events: all;
            opacity: 1;
            visibility: visible;
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0); } }
        #community .news_section .events #community_slider .cols:hover .img-wrapper img {
          -moz-transform: scale(1.5) translateY(15%);
          -o-transform: scale(1.5) translateY(15%);
          -ms-transform: scale(1.5) translateY(15%);
          -webkit-transform: scale(1.5) translateY(15%);
          transform: scale(1.5) translateY(15%); }
  #community .news_section .events ul {
    margin: 0 -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #community .news_section .events ul li {
      width: 25%;
      padding: 0 8px; }
#community .why_bozzuto_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  padding-top: 7vw; }
  @media (max-width: 991px) {
    #community .why_bozzuto_section {
      padding-top: 55px; } }
  #community .why_bozzuto_section .left, #community .why_bozzuto_section .right {
    width: 50%; }
    @media (max-width: 991px) {
      #community .why_bozzuto_section .left, #community .why_bozzuto_section .right {
        width: 100%; } }
  #community .why_bozzuto_section .left {
    padding: 7vw 0 7vw 5vw; }
    @media (max-width: 991px) {
      #community .why_bozzuto_section .left {
        padding: 25vw 6.5vw 0; } }
    #community .why_bozzuto_section .left div {
      height: 100%; }
      @media (max-width: 991px) {
        #community .why_bozzuto_section .left div {
          height: 87vw; } }
  #community .why_bozzuto_section .right {
    padding: 7vw 0;
    background-color: #fff; }
    @media (max-width: 991px) {
      #community .why_bozzuto_section .right {
        padding: 50px 0 75px;
        background-color: #e3e7e1; } }
    #community .why_bozzuto_section .right .content_block {
      background-color: #e3e7e1;
      padding: 9vw 6vw;
      height: 100%;
      align-items: center; }
      #community .why_bozzuto_section .right .content_block p, #community .why_bozzuto_section .right .content_block h2 {
        text-align: center; }
      #community .why_bozzuto_section .right .content_block h2 {
        margin-bottom: 17px; }
        @media (max-width: 991px) {
          #community .why_bozzuto_section .right .content_block h2 {
            margin-bottom: 20px;
            font-size: 30px;
            line-height: 36px; } }
      #community .why_bozzuto_section .right .content_block p {
        margin-bottom: 10px; }
      #community .why_bozzuto_section .right .content_block .btn {
        margin-top: 40px; }
        #community .why_bozzuto_section .right .content_block .btn:hover {
          color: #5e6861;
          background-color: #fff; }
#community .slick-disabled {
  display: inline !important; }

@media (max-width: 991px) {
  .slick-initialized#community_slider .slick-slide {
    width: 320px; } }
@media (max-width: 600px) {
  .slick-initialized#community_slider .slick-slide {
    width: 275px; } }
.events .events-page .banner-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  background-color: #e3e7e1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #373637;
  padding: 50px 5vw;
  min-height: 432px; }
 .events .events-page .banner-area::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 0; }
  .events .events-page .banner-area span {
    color: #dbddd8;
    letter-spacing: 30.93px;
    text-transform: uppercase;
    font-family: mongoose, sans-serif;
    z-index: 1;
    line-height: 0;
    opacity: 0.5;
    transform: translateX(13px); }
    .events .events-page .banner-area span {
      font-size: calc(130px + 70 * ((100vw - 320px) / 1120)); }
    @media (max-width: 991px) {
      .events .events-page .banner-area span {
        letter-spacing: 16px;
        padding-left: 14px;
        transform: translateX(0px); } }
    @media (max-width: 575px) {
      .events .events-page .banner-area span {
        margin-top: 20vw;
        font-size: calc(100px + 69 * ((100vw - 320px) / 1120));
        margin-bottom: 10vw; } }
  .events .events-page .banner-area h1 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: translate3d(0, 100px, 50px);
    -o-transform: translate3d(0, 100px, 50px);
    -ms-transform: translate3d(0, 100px, 50px);
    -webkit-transform: translate3d(0, 100px, 50px);
    transform: translate3d(0, 100px, 50px);
    opacity: 0;
    position: relative;
    font-size: 35px;
    line-height: 47px;
    font-weight: 400;
    font-family: "Poynter Oldstyle Disp Reg";
    z-index: 1;
    text-align: center;
    color: #fff;
    margin-top: -1.5vw; }
    @media (max-width: 768px) {
      .events .events-page .banner-area h1 {
        margin-top: -14vw; } }
    @media (min-width: 576px) and (max-width: 768px) {
      .events .events-page .banner-area h1 {
        margin-top: -4vw; } }
    @media (max-width: 575px) {
      .events .events-page .banner-area h1 {
        font-size: 25px; } }
    @media (max-width: 379px) {
      .events .events-page .banner-area h1 {
        font-size: 20px; } }
  .events .events-page .banner-area p {
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    -ms-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
    -moz-transform: translate3d(0, 100px, 50px);
    -o-transform: translate3d(0, 100px, 50px);
    -ms-transform: translate3d(0, 100px, 50px);
    -webkit-transform: translate3d(0, 100px, 50px);
    transform: translate3d(0, 100px, 50px);
    opacity: 0;
    font-family: motiva-sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    max-width: 789px;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .events .events-page .banner-area {
      padding: 50px 25px; }
      .events .events-page .banner-area h1 {
        margin-bottom: 0; }
      .events .events-page .banner-area p {
        line-height: 24px;
        font-size: 15px; } }
.events .events-page .main-description {
  overflow: hidden;
  background-color: #e3e7e1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #373637;
  padding: 50px 5vw; }
  .events .events-page .main-description p {
    -webkit-transition: all 1s ease-in-out 0.5s;
    -moz-transition: all 1s ease-in-out 0.5s;
    -ms-transition: all 1s ease-in-out 0.5s;
    -o-transition: all 1s ease-in-out 0.5s;
    transition: all 1s ease-in-out 0.5s;
    opacity: 1;
    font-family: motiva-sans, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 31px;
    max-width: 789px;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .events .events-page .main-description {
      padding: 50px 25px; }
      .events .events-page .main-description p {
        line-height: 24px;
        font-size: 15px; } }
.events .events-list {
  background-color: #5e6861;
  padding: 5% 5% 30px 5%; }
  .events .events-list .fade-in {
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -moz-transform: translate3d(0px, 10px, 50px) scale(0.95);
    -o-transform: translate3d(0px, 10px, 50px) scale(0.95);
    -ms-transform: translate3d(0px, 10px, 50px) scale(0.95);
    -webkit-transform: translate3d(0px, 10px, 50px) scale(0.95);
    transform: translate3d(0px, 10px, 50px) scale(0.95); }
  .events .events-list .fade-in.inposition {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px) scale(1);
    -o-transform: translate3d(0px, 0px, 0px) scale(1);
    -ms-transform: translate3d(0px, 0px, 0px) scale(1);
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
    transform: translate3d(0px, 0px, 0px) scale(1); }
  .events .events-list .event-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    background-color: #e3e7e1; }
    @media (max-width: 991px) {
      .events .events-list .event-container {
        flex-direction: column; } }
    .events .events-list .event-container .image-container {
      width: 45%;
      background-size: cover; }
      @media (min-width: 992px) {
        .events .events-list .event-container .image-container {
          max-width: 430px; } }
      @media (max-width: 991px) {
        .events .events-list .event-container .image-container {
          padding-bottom: 66.666667%;
          width: 100%; } }
      .events .events-list .event-container .image-container .exp-ind {
        position: absolute;
        left: 30px;
        top: 30px;
        background-color: #5e6861;
        color: #fff;
        padding: 8px 17px;
        letter-spacing: 2.5px; }
    .events .events-list .event-container .copy-container {
      width: 65%;
      display: flex;
      flex-direction: column;
      padding: 30px; }
      @media (max-width: 991px) {
        .events .events-list .event-container .copy-container {
          width: 100%; } }
      .events .events-list .event-container .copy-container h3 {
        font-family: motiva-sans, sans-serif; }
      .events .events-list .event-container .copy-container .det {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: fit-content; }
        @media (max-width: 991px) {
          .events .events-list .event-container .copy-container .det {
            flex-direction: column; } }
        .events .events-list .event-container .copy-container .det svg {
          height: 18px;
          width: 18px;
          margin-right: 7px;
          min-width: 18px; }
        .events .events-list .event-container .copy-container .det a {
          color: #000; }
        .events .events-list .event-container .copy-container .det .EventDetails__date, .events .events-list .event-container .copy-container .det .EventDetails__time, .events .events-list .event-container .copy-container .det .EventDetails__location {
          margin-right: 20px;
          letter-spacing: 1.5px;
          display: flex;
          align-items: center; }
          .events .events-list .event-container .copy-container .det .EventDetails__date span, .events .events-list .event-container .copy-container .det .EventDetails__time span, .events .events-list .event-container .copy-container .det .EventDetails__location span {
            letter-spacing: 1.5px; }
        .events .events-list .event-container .copy-container .det .EventDetails__date {
          min-width: 140px; }
        .events .events-list .event-container .copy-container .det .EventDetails__time {
          min-width: 120px; }
        .events .events-list .event-container .copy-container .det .EventDetails__location a span {
          cursor: pointer;
          display: inline-block;
          line-height: 1.5; }
        .events .events-list .event-container .copy-container .det .EventDetails__location a span {
          cursor: pointer; }
        .events .events-list .event-container .copy-container .det .EventDetails__location a:hover {
          color: grey; }
      .events .events-list .event-container .copy-container p {
        margin-top: 20px;
        line-height: 30px;
        font-family: motiva-sans, sans-serif;
        font-size: 17px; }
        @media (max-width: 991px) {
          .events .events-list .event-container .copy-container p {
            font-size: 14px;
            line-height: 26px; } }
      .events .events-list .event-container .copy-container .LearnMore {
        color: #5e6861;
        letter-spacing: 2.5px;
        width: fit-content;
        font-weight: 600; }
.events .paginator {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%; }
  .events .paginator .page-numbers {
    font-family: motiva-sans, sans-serif;
    font-size: 20px;
    margin-right: 10px;
    color: #000;
    padding: 0 15px; }
    .events .paginator .page-numbers.current {
      border: 1px solid #000;
      background-color: #e3e7e1; }

.events header .address {
  color: #373637; }
.events header .logo.white {
  visibility: hidden;
  opacity: 0; }
.events header .logo.black {
  visibility: visible;
  opacity: 1; }
.events header .right-side ul li a {
  border-color: #373637;
  color: #373637; }
  .events header .right-side ul li a:hover {
    background: #373637;
    color: #fff; }
.events header .right-side ul li.current-menu-item a {
  background: #373637;
  color: #fff; }
.events header .right-side .ham-menu span, .events header .right-side .ham-menu::before, .events header .right-side .ham-menu::after {
  background: #373637; }

.events header .address {
  color: #dbddd8; }
.events header .right-side ul li a {
  border-color: #dbddd8;
  color: #dbddd8; }
.events header .logo.white {
  visibility: visible;
  opacity: 1; }
.events header .logo.black {
  visibility: hidden;
  opacity: 0; }
.events header.sticky .address {
  color: #373637; }
.events header.sticky .right-side ul li a {
  border-color: #373637;
  color: #373637; }
.events header.sticky .logo.white {
  visibility: hidden;
  opacity: 0; }
.events header.sticky .logo.black {
  visibility: visible;
  opacity: 1; }

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