/*vendor */
@import '../css/flickity.css';
/*local scss*/
/*
  Primary Variables
*/
/*base unites of measure */
/*breakpoints*/
/* queries */
@import url("https://use.typekit.net/mzl3szv.css");
@import url("https://kit-pro.fontawesome.com/releases/latest/css/pro.min.css");
#content, .alignwide, [class*=inner-container] {
  max-width: 1346.8px;
  margin-inline: auto;
}
@media (max-width: 1399px) {
  #content, .alignwide, [class*=inner-container] {
    max-width: 1126.8px;
  }
}
@media (max-width: 1180px) {
  #content, .alignwide, [class*=inner-container] {
    max-width: 866.8px;
  }
}
@media (max-width: 919px) {
  #content, .alignwide, [class*=inner-container] {
    max-width: 586.8px;
    max-width: calc(100vw - 53.2px);
  }
}

/*container */
#content {
  max-width: calc(100vw - 53.2px);
}

:root {
  --gold:#B29862;
  --darkgold:#887143;
  --darkblue: #2f3a47;
  --darkerblue: #17212b;
  --accent: #F2EBDF;
  --black:black;
  --white:white;
  --light-gray:#F3F0EC;
  --gray:#BAB7B5;
  --dark-gray:#908E8C;
  --darker-gray:#333333;
  --brown: #92573e;
  --dark-brown: #4b2c1f;
}

/*Gutenberg classes */
.has-gold-color {
  color: var(--gold) !important;
}

.has-gold-background-color {
  background-color: var(--gold) !important;
}

.has-dark-gold-color {
  color: var(--darkgold) !important;
}

.has-dark-gold-background-color {
  background-color: var(--darkgold) !important;
}

.has-dark-blue-color {
  color: var(--darkblue) !important;
}

.has-dark-blue-background-color {
  background-color: var(--darkblue) !important;
}

.has-darker-blue-color {
  color: var(--darkerblue) !important;
}

.has-darker-blue-background-color {
  background-color: var(--darkerblue) !important;
}

.has-accent-color {
  color: var(--accent) !important;
}

.has-accent-background-color {
  background-color: var(--accent) !important;
}

.has-gray-color {
  color: var(--gray) !important;
}

.has-gray-background-color {
  background-color: var(--gray) !important;
}

.has-light-gray-color {
  color: var(--accent) !important;
}

.has-light-gray-background-color {
  background-color: var(--accent) !important;
}

.has-dark-gray-color {
  color: var(--dark-gray) !important;
}

.has-dark-gray-background-color {
  background-color: var(--dark-gray) !important;
}

.has-darker-gray-color {
  color: var(--darker-gray) !important;
}

.has-darker-gray-background-color {
  background-color: var(--darker-gray) !important;
}

.has-white-color {
  color: var(--white) !important;
}

.has-white-background-color {
  background-color: var(--white) !important;
}

.has-black-color {
  color: var(--black) !important;
}

.has-black-background-color {
  background-color: var(--black) !important;
}

.has-brown-color {
  color: var(--brown) !important;
}

.has-brown-background-color {
  background-color: var(--brown) !important;
}

.has-dark-brown-color {
  color: var(--dark-brown) !important;
}

.has-dark-brown-background-color {
  background-color: var(--dark-brown) !important;
}

/*responsive pad*/
body.archive #content article:not(:last-of-type):not(:only-of-type), body.tag #content article:not(:last-of-type):not(:only-of-type), body.category #content article:not(:last-of-type):not(:only-of-type), body.author #content article:not(:last-of-type):not(:only-of-type), body.search #content article:not(:last-of-type):not(:only-of-type), body[class*=tax] #content article:not(:last-of-type):not(:only-of-type), body.blog #content article:not(:last-of-type):not(:only-of-type), body.post-type-archive #content article:not(:last-of-type):not(:only-of-type) {
  border-bottom: 2px solid var(--accent);
  margin-bottom: 31.92px;
  padding-bottom: 31.92px;
}

.radius {
  border-radius: 26.6px;
  overflow: hidden;
}

@media (max-width: 919px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (max-width: 419px) {
  .hide-xs {
    display: none !important;
  }
}

.hide {
  display: none !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.min-width {
  max-width: 920px;
}

@media (max-width: 1399px) {
  .break-hd,
  .is-style-break-hd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1179px) {
  .break-desktop,
  .is-style-break-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 919px) {
  .break-tablet,
  .is-style-break-tablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.no-bottom-pad main {
  padding-bottom: 0 !important;
}

body.hero main {
  padding-top: 0 !important;
}

.no-marge {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 639px) {
  .no-marge-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.is-style-columns-3 {
  -webkit-columns: 300px 3;
     -moz-columns: 300px 3;
          columns: 300px 3;
}

.is-style-columns-2 {
  -webkit-columns: 300px 2;
     -moz-columns: 300px 2;
          columns: 300px 2;
}

html.vc2022 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  font-size: clamp(19px / 1.6, 0.5rem + 0.8vw, 19px);
  background: #222;
  text-wrap: pretty;
  font-weight: 300;
}
html.vc2022,
html.vc2022 body {
  margin: 0;
  padding: 0;
}

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

body {
  min-height: 100vh;
  font-size: clamp(19px / 1.2, 0.7rem + 0.7vw, 19px);
  font-family: "canada-type-gibson", system-ui;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
}
p:empty {
  display: none;
}

ol,
ul {
  margin: 0;
  line-height: 1.6;
  padding-left: 0.8em;
}
ol li,
ul li {
  margin-bottom: 8.8666666667px;
}

li::marker {
  color: var(--gold);
}

.has-primary-background-color li::marker {
  color: #fff;
}

.is-style-sub-headline, h1 + .has-medium-font-size, #page .is-style-hero h2 + .has-medium-font-size, h1 + blockquote, #page .is-style-hero h2 + blockquote,
h2 + .has-medium-font-size,
h2 + blockquote,
h3 + .has-medium-font-size,
h3 + blockquote,
h4 + .has-medium-font-size,
h4 + blockquote,
h5 + .has-medium-font-size,
h5 + blockquote,
h6 + .has-medium-font-size,
h6 + blockquote {
  margin-top: -0.5em !important;
  margin-bottom: 26.6px !important;
}
@media (max-width: 639px) {
  .is-style-sub-headline, h1 + .has-medium-font-size, #page .is-style-hero h2 + .has-medium-font-size, h1 + blockquote, #page .is-style-hero h2 + blockquote,
  h2 + .has-medium-font-size,
  h2 + blockquote,
  h3 + .has-medium-font-size,
  h3 + blockquote,
  h4 + .has-medium-font-size,
  h4 + blockquote,
  h5 + .has-medium-font-size,
  h5 + blockquote,
  h6 + .has-medium-font-size,
  h6 + blockquote {
    margin-top: -0.3em !important;
  }
}

[class*=font-size] {
  line-height: 1.2;
}

a {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  color: var(--gold);
  text-decoration: none;
}
a:hover {
  color: var(--darkgold);
}

strong {
  font-weight: 600;
}

#page .is-style-flag, .single-floor-plan #page h1:before, .single-floor-plan #page .is-style-hero h2:before, #page .post-navigation:before,
.is-style-flag,
#page .posts-navigation:before,
blockquote cite {
  margin-bottom: 0 !important;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: unset;
}

blockquote {
  font-style: italic;
  font-weight: 300;
}
blockquote p:before {
  content: open-quote;
  font-family: serif;
}
blockquote p:after {
  content: close-quote;
  font-family: serif;
}
blockquote cite {
  font-size: 0.6em !important;
  font-weight: 600;
  text-decoration: underline;
}

.has-normal-font-size {
  font-size: 1em !important;
}

.has-large-font-size {
  font-size: 1.9em !important;
  line-height: 1.2;
}
@media (max-width: 639px) {
  .has-large-font-size {
    font-size: 1.6em !important;
  }
}

.has-medium-font-size, blockquote {
  font-size: 1.4em !important;
  line-height: 1.3;
}
@media (max-width: 639px) {
  .has-medium-font-size, blockquote {
    line-height: 1.2;
    font-size: 1.25em !important;
  }
}

.has-small-font-size {
  font-size: 0.75em !important;
  line-height: 1.6 !important;
}

.has-primary-background-color a {
  color: #fff;
  text-decoration: underline;
}
.has-primary-background-color a:hover {
  opacity: 0.75;
}

h2 small {
  display: block;
  font-weight: 400 !important;
}

h1, #page .is-style-hero h2,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.15;
  margin-top: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: "canada-type-gibson", system-ui;
}
h1:not(:last-child):not(:only-child), #page .is-style-hero h2:not(:last-child):not(:only-child),
h2:not(:last-child):not(:only-child),
h3:not(:last-child):not(:only-child),
h4:not(:last-child):not(:only-child),
h5:not(:last-child):not(:only-child),
h6:not(:last-child):not(:only-child) {
  margin-bottom: min(.4em, 26.6px) !important;
}
h1 strong, #page .is-style-hero h2 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 800;
}

/*
h1
*/
h1, #page .is-style-hero h2 {
  font-size: 3.2rem;
  line-height: 0.95;
}
h1.is-style-display, #page .is-style-hero h2.is-style-display {
  font-size: 3.85rem;
}

h2 {
  font-size: 2.7rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.3rem;
}

/*
	Forms
*/
html.vc2022 #page form {
  margin-bottom: 0;
}
html.vc2022 #page form input[type=checkbox], html.vc2022 #page form input[type=radio] {
  margin-left: 0;
  accent-color: var(--gold);
}
html.vc2022 #page form input[type=checkbox]:checked, html.vc2022 #page form input[type=radio]:checked {
  outline: none;
}
html.vc2022 #page form .gfield > label,
html.vc2022 #page form legend {
  font-weight: 600;
}
html.vc2022 #page form input:not([type=checkbox]):not([type=radio]),
html.vc2022 #page form select,
html.vc2022 #page form textarea {
  padding: 12px;
  font-size: 1em;
  font-family: "canada-type-gibson", system-ui;
  border: 1px solid var(--gray);
  outline: none;
  line-height: 1;
}
html.vc2022 #page form input:not([type=checkbox]):not([type=radio]):focus,
html.vc2022 #page form select:focus,
html.vc2022 #page form textarea:focus {
  border-color: var(--gold);
}
html.vc2022 #page .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: inherit !important;
}
html.vc2022 #page .gfield_radio {
  -webkit-columns: 200px 3;
     -moz-columns: 200px 3;
          columns: 200px 3;
}

body.gecko #page form input:not([type=checkbox]):not([type=radio]),
body.gecko #page form select,
body.gecko #page form textarea {
  padding: 12px 12px 10px;
}

#page .gform_wrapper.gravity-theme .gfield_required {
  color: var(--gold);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: auto;
}

@media (max-width: 639px) {
  .flickity-enabled .flickity-viewport {
    overflow: visible;
    width: 100vw;
    max-width: 100vw;
  }
}
.flickity-enabled .flickity-slider,
.flickity-enabled .flickity-viewport {
  height: 100%;
  width: 100%;
}
.flickity-enabled .flickity-viewport {
  -webkit-transition: height 0.225s;
  transition: height 0.225s;
}
.flickity-enabled .flickity-slider {
  will-change: transform;
}
.flickity-enabled .flickity-slider figure {
  margin-bottom: 0 !important;
}
.flickity-enabled .flickity-slider > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 26.6px !important;
}
.flickity-enabled .flickity-page-dots {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flickity-enabled .flickity-page-dots .dot {
  height: 13.3px;
  width: 13.3px;
  margin: 0;
  background: var(--darkblue);
  opacity: 1;
}
.flickity-enabled .flickity-page-dots .dot:only-child {
  display: none;
}
.flickity-enabled .flickity-page-dots .dot.is-selected, .flickity-enabled .flickity-page-dots .dot:hover {
  background: var(--gold);
}
.flickity-enabled[class*=crop] figure {
  padding-bottom: 56.4%;
  height: auto;
}
.flickity-enabled[class*=crop] figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: center center;
     object-fit: center center;
  height: 100%;
  width: 100%;
}
.flickity-enabled[class*=gallery] {
  margin-bottom: 53.2px;
}
.flickity-enabled .flickity-prev-next-button:not([disabled]) {
  opacity: 1;
  backgrounD: #fff;
}
.flickity-enabled .flickity-prev-next-button:not([disabled]):hover {
  background: #ddd;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.modal > div {
  margin: auto;
  padding: 26.6px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal > div .flickity-viewport {
  height: 100% !important;
}
.modal > div .flickity-page-dots {
  bottom: 39.9px;
}
.modal > div .flickity-page-dots .dot {
  border: 2px solid #fff;
  background: none;
  height: 15px;
  width: 15px;
}
.modal > div .flickity-page-dots .dot.is-selected, .modal > div .flickity-page-dots .dot:hover {
  background: #fff;
}
.modal > div .flickity-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal > div .flickity-slider > * {
  width: 100%;
}
.modal > div .flickity-slider figcaption {
  bottom: 39.9px;
  pointer-events: none;
}
.modal > div .flickity-slider figure {
  margin-right: 53.2px;
}
.modal > div .flickity-prev-next-button.next {
  right: 26.6px;
  left: auto;
}
.modal > div .flickity-prev-next-button.previous {
  left: 26.6px;
  right: auto;
}
.modal .close {
  position: absolute;
  right: 26.6px;
  top: 26.6px;
  color: #fff;
  font-size: 2.5em;
  z-index: 999;
}
.modal .close:hover {
  opacity: 0.6;
}
.modal .close,
.modal .close * {
  font-weight: 200;
}
.modal figure {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  background: none !important;
}
.modal figure > a {
  display: block;
  pointer-events: none !important;
}
.modal figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  margin: auto;
  width: 100%;
}
.modal figure figcaption {
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  font-weight: 500;
  color: #fff;
  font-size: 1rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  pointer-events: all;
  background: #000;
  color: #fff;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  padding: 10px;
}

/*animations import*/
.alignfull {
  width: 100vw;
  margin-bottom: 53.2px;
}
.alignfull + .alignfull[class*=background] {
  margin-top: -79.8px;
}
@media (max-width: 639px) {
  .alignfull + .alignfull[class*=background] {
    margin-top: -53.2px;
  }
}

.alignfull, .vc2022 .alignfull,
.alignwide,
.vc2022 .alignwide {
  margin-top: 79.8px;
  margin-bottom: 79.8px;
  margin-left: calc(-50vw + 50%);
}
@media (max-width: 639px) {
  .alignfull, .vc2022 .alignfull,
  .alignwide,
  .vc2022 .alignwide {
    margin-top: 53.2px;
    margin-bottom: 53.2px;
  }
}

.alignwide {
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.alignwide, .vc2022 .alignwide {
  margin-left: 50%;
}
.alignwide .alignwide {
  max-width: 100%;
}

#content {
  width: calc(920px - 53.2px);
}

.wp-block-columns {
  gap: 53.2px;
}
.wp-block-columns > .wp-block-column {
  margin: 0 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.wp-block-columns > .wp-block-column[style*=px] {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
.wp-block-columns > .wp-block-column[class*=background], .vc2022 .wp-block-columns > .wp-block-column[class*=background] {
  padding: clamp(26.6px, 3.5vw, 53.2px);
}
@media (max-width: 919px) {
  .wp-block-columns {
    gap: 31.92px;
  }
}
.wp-block-columns[class*=background] {
  padding: 53.2px 26.6px;
}

.wp-block-cover {
  overflow: hidden;
  font-size: 1.2em;
  padding-top: max(31.92px, 8vh);
  padding-bottom: max(31.92px, 8vh);
  min-height: 120px;
}
.vc2022 .wp-block-cover > span {
  margin: 0;
}
.vc2022 .wp-block-cover:not(.has-light-gray-background-color) > .wp-block-cover__inner-container {
  color: #fff;
}
.wp-block-cover:not(.alignfull) {
  padding: clamp(26.6px, 3.5vw, 53.2px);
}
.wp-block-cover > div > *:not([class*=full]):not([class*=wide]) {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
[class*=background-color] + .wp-block-cover.alignfull {
  margin-top: -79.8px;
}

.vc2022 #page .wp-block-gallery.flickity-enabled.columns-2 .flickity-slider > * {
  width: calc(50% - 26.6px * 0.5);
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-2[class*=crop] figure {
  padding-bottom: 33%;
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-3 .flickity-slider > *, .vc2022 #page .wp-block-gallery.flickity-enabled.columns-default .flickity-slider > * {
  width: calc(33.3333333333% - 26.6px * 0.6666);
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-3[class*=crop] figure, .vc2022 #page .wp-block-gallery.flickity-enabled.columns-default[class*=crop] figure {
  padding-bottom: 20%;
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-4 .flickity-slider > * {
  width: calc(25% - 26.6px * 0.75);
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-4[class*=crop] figure {
  padding-bottom: 16%;
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-5 .flickity-slider > * {
  width: calc(20% - 26.6px * 0.8);
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-5[class*=crop] figure {
  padding-bottom: 14.28%;
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-6 .flickity-slider > * {
  width: calc(16.6666666667% - 26.6px * 0.83333333);
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-6[class*=crop] figure {
  padding-bottom: 12.5%;
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-1 .flickity-slider > * {
  width: 100% !important;
}
.vc2022 #page .wp-block-gallery.flickity-enabled.columns-1[class*=crop] figure {
  padding-bottom: 56.4% !important;
}
@media (max-width: 919px) {
  .wp-block-gallery.flickity-enabled .flickity-slider > * {
    width: calc(50% - 26.6px * 0.5) !important;
  }
  .wp-block-gallery.flickity-enabled[class*=crop] figure {
    padding-bottom: 33% !important;
  }
}
@media (max-width: 639px) {
  .wp-block-gallery.flickity-enabled .flickity-slider > * {
    width: 100% !important;
  }
  .wp-block-gallery.flickity-enabled[class*=crop] figure {
    padding-bottom: 56.4% !important;
  }
}

.wp-block-gallery.is-style-slider figure > a {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.wp-block-group[class*=background] {
  padding: clamp(26.6px, 3vw, 53.2px);
}
.wp-block-group[class*=background] [class*=background]:not(.alignfull) {
  padding: 26.6px;
}
.entry-content > .wp-block-group[class*=background] {
  padding: 79.8px 26.6px;
}
@media (max-width: 639px) {
  .entry-content > .wp-block-group[class*=background] {
    padding: 53.2px 26.6px;
  }
}
.entry-content > .wp-block-group[class*=background] .wp-block-column .wp-block-group {
  padding: clamp(26.6px, 3.5vw, 53.2px);
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 866.8px;
}

.wp-block-image,
.wp-block-media-text__media {
  position: relative;
}
.wp-block-image > a.no-lightbox,
.wp-block-media-text__media > a.no-lightbox {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.wp-block-image > a.no-lightbox:hover,
.wp-block-media-text__media > a.no-lightbox:hover {
  opacity: 0.75;
}
@media (min-width: 920px) {
  .wp-block-image > a:not(.no-lightbox),
  .wp-block-media-text__media > a:not(.no-lightbox) {
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
  }
  .wp-block-image > a:not(.no-lightbox):after, .wp-block-image > a:not(.no-lightbox):before,
  .wp-block-media-text__media > a:not(.no-lightbox):after,
  .wp-block-media-text__media > a:not(.no-lightbox):before {
    font-family: "Font Awesome 5 Pro";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    margin-right: 8.8666666667px;
    color: currentColor;
    font-weight: 300;
    line-height: 0;
    -webkit-transition: color 0.05s;
    transition: color 0.05s;
    position: relative;
    font-size: inherit;
    position: relative;
    top: -1.5px;
  }
  .wp-block-image > a:not(.no-lightbox):after,
  .wp-block-media-text__media > a:not(.no-lightbox):after {
    content: "\f00e";
    margin-left: 8.8666666667px;
  }
  .wp-block-image > a:not(.no-lightbox):after,
  .wp-block-media-text__media > a:not(.no-lightbox):after {
    position: absolute;
    right: 13.3px;
    top: 53.2px;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: -10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.15s, top 0.15s;
    transition: opacity 0.15s, top 0.15s;
  }
  .wp-block-image > a:not(.no-lightbox):hover,
  .wp-block-media-text__media > a:not(.no-lightbox):hover {
    opacity: 0.75;
  }
  .wp-block-image > a:not(.no-lightbox):hover:after,
  .wp-block-media-text__media > a:not(.no-lightbox):hover:after {
    top: 35.91px;
    opacity: 1;
  }
}

.vc2022 figcaption {
  line-height: 1.3;
  padding-bottom: 10px !important;
}
.vc2022 figcaption a {
  color: #fff !important;
  font-weight: bold;
  display: inline;
}
.vc2022 figcaption a:hover {
  opacity: 0.75;
}

.wp-block-media-text[class*=fill] figure a {
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
}
.wp-block-media-text[class*=fill] figure a:hover {
  background: rgba(255, 255, 255, 0.2);
}

figure a {
  display: block;
  position: relative;
}

.wp-block-media-text {
  -ms-grid-columns: 1fr clamp(26.6px, 3.5vw, 53.2px) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26.6px, 3.5vw, 53.2px);
}
.wp-block-media-text > div, .vc2022 .wp-block-media-text > div {
  padding: 0;
}
.wp-block-media-text[class*=background] {
  padding: clamp(26.6px, 3.5vw, 53.2px);
}
.vc2022 .entry-content > * > * [class*=wp-block] .wp-block-media-text[class*=background] {
  padding: 26.6px;
}
.wp-block-media-text[class*=background][class*=fill] {
  padding: 0 !important;
  gap: 0;
}
.wp-block-media-text[class*=background][class*=fill][class*=square] figure {
  padding-bottom: 100%;
}
.wp-block-media-text[class*=background][class*=fill] figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wp-block-media-text[class*=background][class*=fill] > [class*=__content] {
  padding: clamp(26.6px, 3.5vw, 53.2px);
}
.vc2022 .entry-content * div div .wp-block-media-text[class*=background][class*=fill] > [class*=__content] {
  padding: 26.6px;
}
.wp-block-media-text[class*=full] [class*=__content] {
  max-width: calc(920px - 53.2px * 2);
}
@media (max-width: 1399px) {
  .wp-block-media-text[class*=full] [class*=__content] {
    max-width: 665.6px;
  }
}
@media (max-width: 1179px) {
  .wp-block-media-text[class*=full] [class*=__content] {
    max-width: 100%;
  }
}
.wp-block-media-text[class*=background]:not(:last-child) {
  margin-bottom: 53.2px;
}
* + .wp-block-media-text {
  margin-top: 53.2px;
}
.wp-block-media-text.is-style-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26.6px;
}
.wp-block-media-text.is-style-card[class*=fill] figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: 0;
  padding-bottom: 56.4%;
}
.wp-block-media-text figure {
  background: #fff;
}

.wp-block-table {
  border-collapse: collapse;
}

.wp-block-separator, hr {
  width: 100% !important;
  max-width: 100%;
  margin: 2em 0;
  opacity: 0.25;
  display: block;
}
hr {
  padding: 0 !important;
}

#page .default-button:before,
#page .btn:before, .wp-block-buttons .wp-block-button > :before {
  content: "";
  height: 1.05em;
  width: 2.15em;
  background-image: url(../../assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: 0;
  top: -0.02em;
  margin-right: -0.1em;
  -webkit-transition: left 0.15s;
  transition: left 0.15s;
}

#page .default-button,
#page .btn, .wp-block-buttons .wp-block-button > * {
  background: -webkit-gradient(linear, left top, right top, from(var(--darkgold)), to(var(--gold)));
  background: linear-gradient(90deg, var(--darkgold) 0%, var(--gold) 100%);
  color: var(--white) !important;
  position: relative;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 1em;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  line-height: normal;
  isolation: isolate;
}
#page .default-button:hover:after,
#page .btn:hover:after, .wp-block-buttons .wp-block-button > :hover:after {
  opacity: 1;
}
#page .default-button:hover:before,
#page .btn:hover:before, .wp-block-buttons .wp-block-button > :hover:before {
  left: 3px;
}
#page .default-button:after,
#page .btn:after, .wp-block-buttons .wp-block-button > :after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--dark-brown)), to(var(--brown)));
  background: linear-gradient(90deg, var(--dark-brown) 0%, var(--brown) 100%);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.wp-block-buttons .wp-block-button.is-style-secondary > * {
  background: var(--darkblue);
}
.wp-block-buttons .wp-block-button.is-style-secondary > :hover {
  background: var(--gold);
}

.wp-block-buttons {
  gap: 26.6px;
}
@media (max-width: 919px) {
  .wp-block-column > .wp-block-buttons[class*=center] {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media (max-width: 479px) {
  .wp-block-buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wp-block-buttons * {
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button.is-style-white-outline a {
  background: -webkit-gradient(linear, left top, right top, from(var(--dark-brown)), to(var(--brown)));
  background: linear-gradient(90deg, var(--dark-brown) 0%, var(--brown) 100%);
}
.wp-block-buttons .wp-block-button.is-style-white-outline a:hover {
  opacity: 0.75;
}

.wp-block-embed {
  /*	> div {
  	padding-bottom: 56.4%;

  	iframe {
  		position: absolute;
  		width: 100%;
  		height: 100%;
  	}
  } */
}

#page .is-style-hero {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  min-height: 56vh;
}
body.home #page .is-style-hero {
  padding-bottom: 71.82px;
}
@media (max-width: 419px) {
  #page .is-style-hero {
    font-size: 17px;
  }
}
#page .is-style-hero .has-inline-color.has-primary-color {
  color: #c4d335 !important;
}
#page .is-style-hero > img {
  top: -15% !important;
  height: 130% !important;
  bottom: -15% !important;
  will-change: transform;
  opacity: 0.75;
}
#page .is-style-hero .is-style-flag, .single-floor-plan #page .is-style-hero h1:before, .single-floor-plan #page .is-style-hero h2:before, #page .is-style-hero .post-navigation:before,
#page .is-style-hero .posts-navigation:before, #page .is-style-hero blockquote cite, blockquote #page .is-style-hero cite {
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 5px !important;
}
@media (max-width: 419px) {
  #page .is-style-hero h2 {
    font-size: 3rem !important;
  }
}
@media (min-width: 420px) {
  #page .is-style-hero {
    font-size: 1.3em;
  }
}
#page .is-style-hero .wp-block-inner-container > * {
  positioN: relative;
  z-index: 9;
}
#page .is-style-hero .has-background-dim {
  z-index: 1;
}
#page .is-style-hero .wp-block-column {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100% !important;
}
#page .is-style-hero .wp-block-column:empty {
  display: block;
}
@media (max-width: 639px) {
  #page .is-style-hero .wp-block-column:empty {
    display: none;
  }
}
#page .is-style-hero .wp-block-columns {
  margin-bottom: 0 !important;
}
#page .is-style-hero .wp-block-columns > div:only-child {
  max-width: 866.8px;
  margin-right: auto;
}
@media (max-width: 1179px) {
  #page .is-style-hero .wp-block-columns > div:only-child h1 br,
  #page .is-style-hero .wp-block-columns > div:only-child h2 br,
  #page .is-style-hero .wp-block-columns > div:only-child h3 br {
    display: none;
  }
}
#page .is-style-hero .is-style-slider {
  visibility: hidden;
  margin-top: 0 !important;
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110%;
  z-index: -1;
}
#page .is-style-hero .is-style-slider.add-trans .flickity-slider > * {
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
#page .is-style-hero .is-style-slider .flickity-page-dots {
  bottom: 26.6px;
}
#page .is-style-hero .is-style-slider .flickity-page-dots.no-click,
#page .is-style-hero .is-style-slider .flickity-page-dots.no-click * {
  pointer-events: none !important;
  cursor: pointer;
}
#page .is-style-hero .is-style-slider .flickity-page-dots li.dot {
  background: #fff;
}
#page .is-style-hero .is-style-slider .flickity-page-dots li.dot.is-selected {
  background: var(--gold);
}
#page .is-style-hero .is-style-slider .flickity-slider,
#page .is-style-hero .is-style-slider .flickity-viewport {
  height: 100% !important;
}
#page .is-style-hero .is-style-slider .flickity-viewport {
  will-change: transform;
  opacity: 0.75;
}
#page .is-style-hero .is-style-slider .flickity-slider {
  background: #808080;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}
#page .is-style-hero .is-style-slider .flickity-slider > * {
  width: 100% !important;
  height: 100%;
  padding: 0;
  margin: 0 !important;
}
#page .is-style-hero .is-style-slider .flickity-slider > * {
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 0;
  z-index: -99 !important;
  will-change: opacity;
}
#page .is-style-hero .is-style-slider .flickity-slider > *.is-selected {
  opacity: 1 !important;
  z-index: 1 !important;
}
@media (min-width: 920px) {
  body.home #page .is-style-hero {
    min-height: 70vh;
  }
}
body:not(.home) #page .is-style-hero {
  min-height: 33vh;
}
@media (min-width: 920px) {
  body:not(.home) #page .is-style-hero {
    min-height: 55vh;
  }
}
#page .is-style-hero > div {
  pointer-events: none;
}
@media (min-width: 920px) {
  #page .is-style-hero > div :where(.flickity-viewport, a, h1, #page .is-style-hero h2, h2, h3, h4, h5, h6, p, ul, ol, li, figure) {
    pointer-events: all !important;
  }
}
@media (max-width: 919px) {
  #page .is-style-hero > div :where(a, .flickity-viewport, .flickity-page-dots) {
    pointer-events: all !important;
  }
}
#page .is-style-hero .has-background-dim-100 + div .wp-block-gallery .flickity-slider {
  opacity: 0;
}
#page .is-style-hero .has-background-dim-90 + div .wp-block-gallery .flickity-slider {
  opacity: 0.1;
}
#page .is-style-hero .has-background-dim-80 + div .wp-block-gallery .flickity-slider {
  opacity: 0.2;
}
#page .is-style-hero .has-background-dim-70 + div .wp-block-gallery .flickity-slider {
  opacity: 0.3;
}
#page .is-style-hero .has-background-dim-60 + div .wp-block-gallery .flickity-slider {
  opacity: 0.4;
}
#page .is-style-hero .has-background-dim + div .wp-block-gallery .flickity-slider,
#page .is-style-hero .has-background-dim-50 .wp-block-gallery .flickity-slider {
  opacity: 0.5;
}
#page .is-style-hero .has-background-dim-40 + div .wp-block-gallery .flickity-slider {
  opacity: 0.6;
}
#page .is-style-hero .has-background-dim-30 + div .wp-block-gallery .flickity-slider {
  opacity: 0.7;
}
#page .is-style-hero .has-background-dim-20 + div .wp-block-gallery .flickity-slider {
  opacity: 0.8;
}
#page .is-style-hero .has-background-dim-10 + div .wp-block-gallery .flickity-slider {
  opacity: 0.9;
}
body.home #page .is-style-hero [class*=background-dim] {
  opacity: 1;
}

/*
.entry-content > {
	.wp-block-cover:not(.alignfull),
	[class*=background]:not(.alignfull) {
		@media (max-width:$tablet) {
			width: 100vw;
			margin: {
				left: -$base;
				//	top: 0 !important;
				//bottom: 0 !important;
			}
			transform: none;
			max-width: 100vw;
		}
	}
}
*/
#masthead {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--darkblue)), to(var(--darkerblue)));
  background: linear-gradient(180deg, var(--darkblue) 0%, var(--darkerblue) 100%);
  text-transform: uppercase;
  position: relative;
}
#masthead,
#masthead a {
  color: #fff;
}
@media (min-width: 920px) {
  #masthead a:hover {
    color: var(--gold);
  }
}
#masthead ul {
  list-style: none;
}
#masthead a {
  text-decoration: none;
}
#masthead .inner-container {
  max-width: calc(100vw - 53.2px);
}
#masthead > div {
  padding: clamp(26.6px / 1.25, 3vw, 31.92px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#masthead .search-form {
  margin: 13.3px 0 0 0;
}
#masthead .search-form label {
  position: relative;
}
#masthead .search-form button {
  margin-top: 1px;
}
body.gecko #masthead .search-form button {
  margin-top: -2px;
}
@media (min-width: 920px) {
  #masthead .search-form {
    margin-left: 53.2px;
    margin-top: -2px;
  }
  body.gecko #masthead .search-form {
    margin-top: -1px;
  }
  #masthead .search-form input[type=search] {
    display: none;
    position: absolute;
    right: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    min-width: 250px;
  }
  body.gecko #masthead .search-form input[type=search] {
    margin-top: -10px;
  }
  #masthead .search-form button {
    color: #fff;
    right: 0;
  }
  body.safari #masthead .search-form button {
    top: 1px;
  }
  #masthead .search-form:focus-within button, #masthead .search-form:hover button {
    color: var(--gold);
  }
  #masthead .search-form:focus-within input[type=search], #masthead .search-form:hover input[type=search] {
    display: block;
  }
}
@media (max-width: 919px) {
  body.gecko #masthead .search-form button {
    margin-top: -1px;
  }
}
@media (max-width: 919px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 53.2px;
  text-transform: uppercase;
  font-weight: 900;
}
.site-branding img {
  max-width: clamp(120px, 16vw, 200px);
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  padding: 0 10px;
}
@media (max-width: 1179px) {
  .site-branding img {
    margin-left: -9px;
  }
}
.site-branding a:hover img {
  opacity: 0.75;
}
@media (max-width: 639px) {
  .site-branding {
    gap: 26.6px;
  }
}
@media (max-width: 419px) {
  .site-branding {
    gap: 0;
  }
  .site-branding .slogan {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .site-branding .slogan a {
    display: block;
  }
}
.site-branding p {
  margin: 0;
}
.site-branding .slogan {
  padding-right: 10px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.site-branding .slogan a:not(:hover) {
  color: var(--gold) !important;
}
.site-branding .slogan a:hover {
  color: #fff !important;
}
#pre-header {
  background: var(--darkerblue);
  font-size: 0.85em;
  letter-spacing: 0.02em;
}
@media (min-width: 920px) {
  #pre-header a[href*=tel] {
    font-size: 1.1em;
  }
}
#pre-header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8.8666666667px 0;
}
#pre-header > div > div {
  gap: 17.7333333333px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#pre-header .fa {
  color: var(--gold);
}
#pre-header a:hover {
  color: var(--gold);
}
#pre-header .btn {
  padding: 10px 14px;
  background: var(--gold);
  font-size: 1.05em;
}
#pre-header .btn:hover {
  background: #fff;
  color: var(--gold);
}
@media (max-width: 639px) {
  #pre-header {
    font-size: 15px;
  }
  #pre-header > div {
    display: block;
  }
  #pre-header .btn {
    padding: 5px 12px;
  }
  #pre-header .left-content {
    display: none;
  }
  #pre-header .right-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 13.3px;
  }
}

.main-navigation {
  display: none;
  font-size: 18px;
  letter-spacing: 0.04em;
}
.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26.6px;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-navigation .menu li {
  margin: 0;
}
@media (min-width: 920px) {
  .main-navigation {
    display: block;
  }
  .main-navigation .menu {
    gap: 26.6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-navigation li[class*=current] > a {
  color: var(--gold) !important;
}

li.menu-item-has-children {
  position: relative;
  margin-right: -5px !important;
}
li.menu-item-has-children > a {
  display: block;
}
li.menu-item-has-children > a:after, li.menu-item-has-children > a:before {
  font-family: "Font Awesome 5 Pro";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-right: 8.8666666667px;
  color: currentColor;
  font-weight: 300;
  line-height: 0;
  -webkit-transition: color 0.05s;
  transition: color 0.05s;
  position: relative;
  font-size: inherit;
  position: relative;
  top: -1.5px;
}
li.menu-item-has-children > a:after {
  content: "\f078";
  margin-left: 8.8666666667px;
}
@media (max-width: 919px) {
  li.menu-item-has-children > a:after {
    content: none;
  }
  li.menu-item-has-children > a:after, li.menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Pro";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    margin-right: 8.8666666667px;
    color: currentColor;
    font-weight: 300;
    line-height: 0;
    -webkit-transition: color 0.05s;
    transition: color 0.05s;
    position: relative;
    font-size: inherit;
    position: relative;
    top: -1.5px;
  }
  li.menu-item-has-children > a:before {
    content: "\f078";
  }
}
li.menu-item-has-children .sub-menu {
  display: none;
}
li.menu-item-has-children .sub-menu a {
  font-size: 0.9em;
}
@media (max-width: 919px) {
  li.menu-item-has-children .sub-menu {
    padding: 13.3px 46.55px;
    background: var(--dark-gray);
    margin-left: -39.9px;
    margin-right: -39.9px;
    width: auto;
  }
}
li.menu-item-has-children:hover > a {
  color: var(--gold) !important;
}
@media (max-width: 919px) {
  li.menu-item-has-children:hover > a {
    padding-bottom: 10px;
  }
}
li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (min-width: 920px) {
  li.menu-item-has-children:hover:before {
    content: "";
    position: absolute;
    left: -15px;
    margin: auto;
    right: 0;
    top: 43px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent var(--darkblue) transparent;
  }
  li.menu-item-has-children .sub-menu {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: calc(100% + 26.6px);
    left: calc(50% - 26.6px / 4);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: 0;
    min-width: 250px;
    padding: 13.3px;
    text-align: center;
    background: var(--darkblue) !important;
    z-index: 99;
  }
  li.menu-item-has-children .sub-menu a {
    padding: 5px 0;
    display: block;
  }
  li.menu-item-has-children .sub-menu a:not(:hover) {
    color: var(--white) !important;
  }
  li.menu-item-has-children .sub-menu .current-menu-item a {
    color: var(--gold) !important;
  }
  li.menu-item-has-children .sub-menu:after {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 26.6px;
    left: 0;
    right: 0;
  }
}

.menu-deets {
  color: var(--gray);
  font-weight: 500;
  letter-spacing: 0.05em;
  opacity: 0.8;
  margin-left: 2px;
  position: relative;
  top: -0.1em;
  font-size: 0.7em;
}
@media (max-width: 919px) {
  .menu-deets {
    color: var(--accent);
  }
}

[aria-expanded=true] + nav {
  display: block;
}

@media (max-width: 919px) {
  .main-navigation {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #000;
    padding: 0 26.6px 26.6px;
  }
  .main-navigation li {
    width: 100%;
    text-align: right;
  }
}
.menu-toggle {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #fff;
  font-size: 2rem;
  position: relative;
  top: 3px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 200;
}
@media (min-width: 920px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:after, .menu-toggle:before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
.menu-toggle:after {
  position: relative;
  left: 2px;
}
.menu-toggle:before {
  content: "\f00d";
  visibility: hidden;
  display: block;
  position: absolute;
  font-weight: 200;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.menu-toggle.is-active:before {
  visibility: visible;
  position: static;
}
.menu-toggle.is-active:after {
  visibility: hidden;
  position: absolute;
}

#colophon {
  margin-top: -10px;
  background: #73757e;
  color: #fff;
  position: relative;
  clip-path: polygon(0 calc(5% + 5vw), 100% 0%, 100% 100%, 0% 100%);
  background: var(--darkerblue);
}
#colophon a {
  color: #fff;
  text-decoration: underline;
}
#colophon a:hover {
  color: var(--gold);
}
#colophon > div:first-child {
  padding-top: clamp(120px, 20%, 220px);
  padding-bottom: clamp(60px, 10%, 110px);
}
#colophon .site-credits > div {
  padding: 26.6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#colophon > * {
  position: relative;
  z-index: 2;
}
#colophon .site-branding {
  margin-bottom: 13.3px;
}
#colophon .site-branding img {
  margin-left: -7px;
  max-width: clamp(200px, 20vw, 240px);
}
#colophon .cover-img {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.4;
  -webkit-filter: grayscale(100%) brightness(120%);
          filter: grayscale(100%) brightness(120%);
  mix-blend-mode: soft-light;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: pixelated;
  background-color: var(--darkerblue);
}
.vc2022 .safari #colophon .cover-img {
  background-attachment: local;
  -webkit-transform: translat3D(0, 0, 0);
}

.entry-content > *[class*=background-color]:last-child.alignfull {
  position: relative;
  overflow: visible;
}
.entry-content > *[class*=background-color]:last-child.alignfull:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 200px;
  z-index: 0;
  background: inherit;
}

.sticky-cta {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border: 5px solid var(--gold);
  outline-color: var(--gold) !important;
}
.sticky-cta a {
  display: block;
  width: 100%;
  padding: 2px 26.6px;
  background: var(--gold);
  text-align: center;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 21px;
  text-decoration: none;
  -webkit-transition: background 0.15s, color 0.15s;
  transition: background 0.15s, color 0.15s;
}
.sticky-cta a br {
  display: none;
}
@media (min-width: 920px) {
  .sticky-cta {
    width: auto;
    right: 26.6px;
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: border-color 0.15s;
    transition: border-color 0.15s;
  }
  .sticky-cta:hover {
    border-color: var(--darkgold) !important;
    outline-color: var(--darkgold) !important;
  }
  .sticky-cta:hover a {
    background: var(--darkgold);
    color: #fff;
  }
  .sticky-cta a {
    width: auto;
    padding: 26.6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 13.3px;
    height: 80px;
    line-height: 1.1;
    width: 80px;
    text-align: left;
    clip-path: polygon(0 -5%, 102% 0, 74% 102%, 0% 102%);
  }
}
body.contact .sticky-cta {
  display: none;
}

.search-form {
  position: relative;
  /* clears the 'X' from Chrome */
}
.search-form input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-form input[type=search]::-webkit-search-decoration,
.search-form input[type=search]::-webkit-search-cancel-button,
.search-form input[type=search]::-webkit-search-results-button,
.search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-form input,
.search-form label {
  width: 100%;
}
.search-form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  positioN: absolute;
  top: 50%;
  right: 6.65px;
  padding: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.1em;
  margin-top: 1px;
  color: var(--gold);
  font-weight: 300;
}
.search-form button:hover {
  color: var(--darkblue) !important;
}

body.archive #content, body.tag #content, body.category #content, body.author #content, body.search #content, body[class*=tax] #content, body.blog #content, body.post-type-archive #content {
  padding-top: max(31.92px, 8vh);
  padding-bottom: max(31.92px, 8vh);
}
body.archive #content figure a, body.tag #content figure a, body.category #content figure a, body.author #content figure a, body.search #content figure a, body[class*=tax] #content figure a, body.blog #content figure a, body.post-type-archive #content figure a {
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
body.archive #content figure a:hover, body.tag #content figure a:hover, body.category #content figure a:hover, body.author #content figure a:hover, body.search #content figure a:hover, body[class*=tax] #content figure a:hover, body.blog #content figure a:hover, body.post-type-archive #content figure a:hover {
  opacity: 0.75;
}
body.archive #content article h2 a, body.tag #content article h2 a, body.category #content article h2 a, body.author #content article h2 a, body.search #content article h2 a, body[class*=tax] #content article h2 a, body.blog #content article h2 a, body.post-type-archive #content article h2 a {
  text-decoration: none;
}
body.archive #content article > *, body.tag #content article > *, body.category #content article > *, body.author #content article > *, body.search #content article > *, body[class*=tax] #content article > *, body.blog #content article > *, body.post-type-archive #content article > * {
  margin-bottom: 26.6px;
}
body.archive #content article > *:last-child, body.tag #content article > *:last-child, body.category #content article > *:last-child, body.author #content article > *:last-child, body.search #content article > *:last-child, body[class*=tax] #content article > *:last-child, body.blog #content article > *:last-child, body.post-type-archive #content article > *:last-child {
  margin-bottom: 0;
}
body.archive .entry-header, body.tag .entry-header, body.category .entry-header, body.author .entry-header, body.search .entry-header, body[class*=tax] .entry-header, body.blog .entry-header, body.post-type-archive .entry-header {
  margin-bottom: 13.3px !important;
}
body.archive .page-header, body.tag .page-header, body.category .page-header, body.author .page-header, body.search .page-header, body[class*=tax] .page-header, body.blog .page-header, body.post-type-archive .page-header {
  margin-bottom: 53.2px;
}
body.archive .page-header h1, body.archive .page-header #page .is-style-hero h2, #page .is-style-hero body.archive .page-header h2, body.tag .page-header h1, body.tag .page-header #page .is-style-hero h2, #page .is-style-hero body.tag .page-header h2, body.category .page-header h1, body.category .page-header #page .is-style-hero h2, #page .is-style-hero body.category .page-header h2, body.author .page-header h1, body.author .page-header #page .is-style-hero h2, #page .is-style-hero body.author .page-header h2, body.search .page-header h1, body.search .page-header #page .is-style-hero h2, #page .is-style-hero body.search .page-header h2, body[class*=tax] .page-header h1, body[class*=tax] .page-header #page .is-style-hero h2, #page .is-style-hero body[class*=tax] .page-header h2, body.blog .page-header h1, body.blog .page-header #page .is-style-hero h2, #page .is-style-hero body.blog .page-header h2, body.post-type-archive .page-header h1, body.post-type-archive .page-header #page .is-style-hero h2, #page .is-style-hero body.post-type-archive .page-header h2 {
  font-size: 1.5rem;
}

.page-header,
body.search-no-results .page-header {
  margin-bottom: 26.6px;
}
.page-header h1, .page-header #page .is-style-hero h2, #page .is-style-hero .page-header h2,
body.search-no-results .page-header h1 {
  font-size: 3.25rem;
}
.page-header .entry-meta + figure,
body.search-no-results .page-header .entry-meta + figure {
  margin-top: 26.6px;
}

#page {
  background: var(--darkblue);
  color: #fff;
  overflow-x: hidden;
}

[class*=has-background] {
  color: var(--black);
}

.vc2022 main :where(ol, ul, p, h1, #page .is-style-hero h2, h2, h3, h4, h5, h6, div[class*=wp-block], figure[class*=wp-block], iframe):last-child {
  margin-bottom: 0;
}
.vc2022 main :where(ol, ul, p, h1, #page .is-style-hero h2, h2, h3, h4, h5, h6, div[class*=wp-block], figure[class*=wp-block], iframe):first-child {
  margin-top: 0;
}
.vc2022 main :where(ol, ul, p, h1, #page .is-style-hero h2, h2, h3, h4, h5, h6, div[class*=wp-block], figure[class*=wp-block], iframe) {
  margin-bottom: 26.6px;
}
@media (max-width: 639px) {
  .vc2022 main :where(ol, ul, p, h1, #page .is-style-hero h2, h2, h3, h4, h5, h6, div[class*=wp-block], figure[class*=wp-block], iframe) {
    margin-bottom: 26.6px;
  }
}
.vc2022 main :where(ol, ul, p, h1, #page .is-style-hero h2, h2, h3, h4, h5, h6, div[class*=wp-block], figure[class*=wp-block], iframe):last-child, .vc2022 main :where(ol, ul, p, h1, #page .is-style-hero h2, h2, h3, h4, h5, h6, div[class*=wp-block], figure[class*=wp-block], iframe):only-child {
  margin-bottom: 0;
}
.error404 main, .page main {
  padding-top: max(31.92px, 8vh);
  padding-bottom: max(31.92px, 8vh);
}

.single #content {
  padding-top: max(31.92px, 8vh);
  padding-bottom: max(31.92px, 8vh);
}

#sidebar > ul {
  padding: 0;
}

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(26.6px, 3.5vw, 53.2px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page .post-navigation,
#page .posts-navigation {
  margin-top: 53.2px;
}
#page .post-navigation .nav-links,
#page .posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page .post-navigation [class*=next]:only-child,
#page .posts-navigation [class*=next]:only-child {
  justify-self: flex-end;
  margin-left: auto;
}
#page .post-navigation [class*=next] a:after, #page .post-navigation [class*=next] a:before,
#page .posts-navigation [class*=next] a:after,
#page .posts-navigation [class*=next] a:before {
  font-family: "Font Awesome 5 Pro";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-right: 8.8666666667px;
  color: currentColor;
  font-weight: 300;
  line-height: 0;
  -webkit-transition: color 0.05s;
  transition: color 0.05s;
  position: relative;
  font-size: inherit;
  position: relative;
  top: -1.5px;
}
#page .post-navigation [class*=next] a:after,
#page .posts-navigation [class*=next] a:after {
  content: "\f061";
  margin-left: 8.8666666667px;
}
#page .post-navigation [class*=previous]:only-child,
#page .posts-navigation [class*=previous]:only-child {
  justify-self: flex-start;
}
#page .post-navigation [class*=previous] a:after, #page .post-navigation [class*=previous] a:before,
#page .posts-navigation [class*=previous] a:after,
#page .posts-navigation [class*=previous] a:before {
  font-family: "Font Awesome 5 Pro";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-right: 8.8666666667px;
  color: currentColor;
  font-weight: 300;
  line-height: 0;
  -webkit-transition: color 0.05s;
  transition: color 0.05s;
  position: relative;
  font-size: inherit;
  position: relative;
  top: -1.5px;
}
#page .post-navigation [class*=previous] a:before,
#page .posts-navigation [class*=previous] a:before {
  content: "\f060";
}
#page .post-navigation a,
#page .posts-navigation a {
  font-weight: 700;
}
#page .post-navigation:before,
#page .posts-navigation:before {
  content: "More Posts";
  font-weight: 600;
  display: block;
  border-bottom: 2px solid var(--gray);
  padding-bottom: 1em;
  margin-bottom: 1em !important;
}
body.single-floor-plan #page .post-navigation:before,
body.single-floor-plan #page .posts-navigation:before {
  content: "More Floor Plans";
}
body.single-event #page .post-navigation:before,
body.single-event #page .posts-navigation:before {
  content: "More Events";
}

.post-footer {
  margin-top: 26.6px;
}

.single .entry-header {
  margin-bottom: 26.6px;
}

.entry-content + .wp-block-buttons {
  margin-top: 26.6px;
}

.entry-meta + figure {
  margin-top: 26.6px;
}

.floor-plan-meta {
  padding: 0 !important;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  gap: 26.6px;
}
.floor-plan-meta li {
  margin: 0;
}
.floor-plan-meta td {
  color: var(--white);
}

.odd-floor-plan {
  background: var(--accent);
}
.odd-floor-plan > div {
  padding-top: 26.6px;
  padding-bottom: 26.6px;
}

.page .floor-plan .wp-block-button__link {
  padding: 8px 12px !important;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  min-width: 100px;
  font-size: 0.8em !important;
}

.floor-plan figure a {
  border: 4px solid #fff;
  transitioN: opacity 0.15s;
}
.floor-plan figure a:hover {
  opacity: 0.75;
}
.floor-plan .wp-block-table {
  margin-bottom: 13.3px;
}
.floor-plan figcaption {
  position: absolute;
  bottom: 4px;
  left: 4px;
  padding: 8px 10px 7px 10px !important;
  background: var(--brown);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.floor-plan .wp-block-image {
  margin-bottom: 13.3px;
}
.floor-plan .wp-block-image ~ figure td {
  font-weight: 600;
  opacity: 1 !important;
}

#floor-plan-list {
  display: block;
  margin-bottom: 0 !important;
}
#floor-plan-list .available-units {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99;
}
#floor-plan-list h4 {
  font-size: 1.6em;
}
#floor-plan-list h4 a {
  color: var(--white);
}
#floor-plan-list h4 a:hover {
  color: var(--gold);
}
#floor-plan-list h4 {
  margin-bottom: 5px !important;
}

div.wp-block-image figure.is-style-cropped a {
  padding-bottom: 56.4%;
}
div.wp-block-image figure.is-style-cropped a img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floor-plan-filters {
  margin-bottom: 13.3px;
}
.floor-plan-filters form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(26.6px, 3.5vw, 53.2px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: uppercase;
  font-size: 16px;
}
.floor-plan-filters form .fas {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (max-width: 919px) {
  .floor-plan-filters form {
    font-size: 14px;
  }
}
.floor-plan-filters form div > span {
  display: block;
  margin-bottom: -21.28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 1em;
}
.floor-plan-filters form input {
  margin-left: 0;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.floor-plan-filters form label:not(:last-of-type) {
  margin-right: 17.7333333333px;
}
.floor-plan-filters form div:nth-child(2) {
  margin-right: auto;
}
@media (max-width: 919px) and (min-width: 640px) {
  .floor-plan-filters form div:nth-child(2) {
    margin-left: auto;
  }
}
@media (max-width: 639px) {
  .floor-plan-filters form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.reset.btn {
  font-weight: 900;
}

.floor-plan-wrapper {
  -webkit-transition: opacity 0.25s, top 0.25s;
  transition: opacity 0.25s, top 0.25s;
  position: relative;
  top: 0;
  display: -ms-grid;
  display: grid;
  gap: clamp(26.6px, 3.5vw, 53.2px);
  row-gap: 26.6px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
body:not(.single) .floor-plan-wrapper.square figure a {
  padding-bottom: 100% !important;
}
body:not(.single) .floor-plan-wrapper.between figure a {
  padding-bottom: 75% !important;
}
@media (max-width: 689px) {
  .floor-plan-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.floor-plan-wrapper figcaption {
  text-shadow: none;
}
.floor-plan-wrapper .wp-block-column {
  margin: 0;
}
.floor-plan-wrapper .wp-block-column.drafted {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.floor-plan-wrapper .wp-block-column.drafted figcaption {
  background: #666;
}
.floor-plan-wrapper table {
  text-transform: uppercase;
  opacity: 0.6;
}

.fadeTrans {
  top: 10px !important;
  opacity: 0;
  visibility: visible;
}

.hideQuick {
  visibility: hidden;
  -webkit-transition: none !important;
  transition: none !important;
}

.floor-plan .wp-block-table table,
.single-floor-plan h1 + .wp-block-table table,
.single-floor-plan #page .is-style-hero h2 + .wp-block-table table,
#page .is-style-hero .single-floor-plan h2 + .wp-block-table table {
  text-transform: uppercase;
  width: auto;
  letter-spacing: 0.02em;
}
.floor-plan .wp-block-table table td,
.single-floor-plan h1 + .wp-block-table table td,
.single-floor-plan #page .is-style-hero h2 + .wp-block-table table td,
#page .is-style-hero .single-floor-plan h2 + .wp-block-table table td {
  padding: 0 10px;
}
.floor-plan .wp-block-table table td:first-child,
.single-floor-plan h1 + .wp-block-table table td:first-child,
.single-floor-plan #page .is-style-hero h2 + .wp-block-table table td:first-child,
#page .is-style-hero .single-floor-plan h2 + .wp-block-table table td:first-child {
  padding-left: 0;
}
.floor-plan .wp-block-table table *,
.single-floor-plan h1 + .wp-block-table table *,
.single-floor-plan #page .is-style-hero h2 + .wp-block-table table *,
#page .is-style-hero .single-floor-plan h2 + .wp-block-table table * {
  border-top: none;
  border-left: none;
  border-bottom: none;
}
.floor-plan .wp-block-table table td.available-units,
.single-floor-plan h1 + .wp-block-table table td.available-units,
.single-floor-plan #page .is-style-hero h2 + .wp-block-table table td.available-units,
#page .is-style-hero .single-floor-plan h2 + .wp-block-table table td.available-units {
  opacity: 1 !important;
}
.floor-plan .wp-block-table table td:not(.available-units),
.single-floor-plan h1 + .wp-block-table table td:not(.available-units),
.single-floor-plan #page .is-style-hero h2 + .wp-block-table table td:not(.available-units),
#page .is-style-hero .single-floor-plan h2 + .wp-block-table table td:not(.available-units) {
  opacity: 0.6;
}
.floor-plan .wp-block-table table td:last-child,
.single-floor-plan h1 + .wp-block-table table td:last-child,
.single-floor-plan #page .is-style-hero h2 + .wp-block-table table td:last-child,
#page .is-style-hero .single-floor-plan h2 + .wp-block-table table td:last-child {
  border: none;
}

.single-floor-plan #page h1:before, .single-floor-plan #page .is-style-hero h2:before {
  content: "Floor Plan";
  display: block;
  font-size: 0.95rem;
  padding-bottom: 5px;
  font-weight: 300;
}
.single-floor-plan #page .entry-header + .wp-block-image a {
  padding-bottom: 0;
}
.single-floor-plan #page .entry-header + .wp-block-image img {
  position: static;
  height: auto;
  width: auto;
}
.single-floor-plan #page .wp-block-image ~ .entry-content {
  margin-top: 46.55px;
}
.single-floor-plan #page .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 17.7333333333px;
     -moz-column-gap: 17.7333333333px;
          column-gap: 17.7333333333px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-floor-plan #page .entry-header h1,
.single-floor-plan #page .entry-header h2 {
  margin-bottom: 26.6px !important;
}
.single-floor-plan #page .entry-header h2 {
  background: var(--gold);
  color: #fff;
  padding: 12px;
  font-size: 2rem;
}
.single-floor-plan #page .entry-header h2 small {
  font-size: 0.8rem;
}
.single-floor-plan #page .entry-header h2 span {
  font-size: 0.6em;
  font-weight: 600;
}
.single-floor-plan #page .entry-header .wp-block-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-floor-plan #page .entry-header .wp-block-table table td {
  line-height: 0.9;
  font-weight: 600;
  font-size: 1em;
  opacity: 0.6;
}
@media (min-width: 920px) {
  .single-floor-plan #page .entry-header .wp-block-table table td {
    font-size: 1.2em;
  }
}
@media (max-width: 419px) {
  .single-floor-plan #page .entry-header *:not(table) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
  }
}
.single-floor-plan #page header + .wp-block-image {
  margin-bottom: 0;
}
.single-floor-plan #page header + .wp-block-image figcaption {
  display: none;
}
.single-floor-plan #page .floor-plan-gallery {
  margin-top: 7px;
}

.floor-plan-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  white-space: nowrap;
  gap: 8px;
}
.floor-plan-gallery figure {
  margin: 0 !important;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  width: 10% !important;
  min-width: 60px;
}
.floor-plan-gallery figure a {
  padding-bottom: 100%;
  position: relative;
}
.floor-plan-gallery figure a figcaption {
  display: none;
}
.floor-plan-gallery figure a img {
  position: absolute;
  height: 100% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avail,
.no-avail {
  padding: 3px 15px;
  display: block;
  letter-spacing: 0.02em;
  background: var(--gray);
  color: #fff;
  font-size: 1.1em;
}

.avail {
  background: var(--gold);
}

.units-available {
  display: none;
}

#page .event-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 26.6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page .event-list .wp-block-column {
  margin-bottom: 26.6px;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -ms-flex-preferred-size: calc(50% - 26.6px * 0.5);
      flex-basis: calc(50% - 26.6px * 0.5);
  width: calc(50% - 26.6px * 0.5);
}
@media (max-width: 639px) {
  #page .event-list .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    width: 100% !important;
  }
}
#page .event-list h5 {
  font-size: 1.25em;
}
#page .event-list > h6 {
  font-weight: 500;
  text-transform: none;
}
#page .event-list .has-small-font-size {
  font-size: 15px !important;
}
#page .event-list .is-style-flag-green {
  padding: 4px 12px;
  font-size: 0.9em;
  display: inline-block;
  color: #fff;
  background: var(--gold);
  margin-bottom: 17.7333333333px !important;
}
#page .event-list [class*=__content] {
  padding: 26.6px;
}

mark {
  background: none;
}

.sticky-cta {
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important;
  outline: 5px solid #b1bf2a;
  outline-offset: -6px;
}

@media (max-width: 919px) {
  #page #site-navigation {
    background: #17212b !important;
  }
}
.alignfull:first-child:has(+ .alignfull) {
  margin-bottom: 0 !important;
}

.alignfull:first-child + .alignfull {
  margin-top: 0;
}

.wp-block-buttons {
  row-gap: 1rem;
}

#page #content h2.is-style-display {
  font-size: 3.8rem !important;
}

.home .entry-content > .flickity-enabled .flickity-page-dots {
  bottom: -40px;
}

.home #page .flickity-page-dots .dot:not(.is-selected) {
  background: #fff;
}

#page .is-style-hero .wp-block-columns > div:only-child {
  max-width: 1100px;
}

.home #page .is-style-hero .wp-block-columns > div:only-child {
  max-width: 1100px;
}