.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hidden {
  display: none !important;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}
/*! 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
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: var(--button-bg-color) auto 3px;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  color: var(--text-link-color);
  /* mobile tap color */
}
a:hover,
a:focus {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--heading-font);
}
h1,
.h1 {
  font-size: calc(3.9*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(3.9*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.9*1rem);
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3.9*1rem);
  }
}
button,
.button,
a.button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
button.ghost,
.button.ghost,
a.button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
button.inline,
.button.inline,
a.button.inline {
  display: inline-block;
}
button:hover,
.button:hover,
a.button:hover {
  background: var(--button-bg-color-hover);
}
.outline {
  background: none;
  border: 2px solid blue;
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--text-font);
  box-sizing: border-box;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  border: 0;
}
form input[type="submit"].ghost,
form input[type="button"].ghost,
form input[type="reset"].ghost,
form button.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
form input[type="submit"].inline,
form input[type="button"].inline,
form input[type="reset"].inline,
form button.inline {
  display: inline-block;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover {
  background: var(--button-bg-color-hover);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
form .form-group.required > label:after,
form .form-group:has(input[required]) > label:after,
form .form-group:has(input[required="required"]) > label:after {
  content: "*";
  color: currentColor;
  font-size: 1em;
  font-weight: 400;
  margin-left: 2px;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.7rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#header {
  position: relative;
  padding: 15px;
  z-index: 1000;
}
#header .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header .nav-container {
  display: none;
}
#header #mobile-grip {
  height: 48px;
  width: 52px;
  margin: 0;
}
#header #mobile-grip span {
  display: none;
}
#header .logo-container {
  position: relative;
  height: 48px;
  line-height: 48px;
  max-width: 70%;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
#header .logo-container a {
  color: #fff;
}
@media screen and (min-width: 960px) {
  #header #mobile-grip {
    display: none;
  }
  #header .nav-container {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    border-bottom: 1px solid #fff;
  }
  #header .nav-container li {
    float: left;
  }
  #header .nav-container a {
    border-right: 1px solid #fff;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 12px 22px;
    font-size: 1.3rem;
    color: #fff;
  }
  #header .nav-container a:hover {
    background: #fff;
    color: var(--primary-bg-color);
  }
  #header button span {
    display: none;
  }
  #header #grip {
    box-sizing: border-box;
    height: 48px;
    width: 48px;
    padding: 0;
    background: none;
    border: 0;
    z-index: 50000;
  }
}
.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-top: -78px;
}
.hero.player {
  height: calc(100vh + 78px);
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .inner {
  height: 100%;
}
.hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero .background-image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: var(--primary-bg-color);
  opacity: 0.7;
}
.hero .background-image img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  max-width: 400%;
}
.hero .hero-content {
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  color: #fff;
}
.hero .hero-content > * {
  width: 100%;
}
.hero h1,
.hero h2,
.hero h3 {
  font-size: 3rem;
  line-height: 1;
  padding-bottom: 15px;
}
.hero p {
  padding-bottom: 1em;
}
.hero a {
  position: relative;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  display: inline-block;
  width: auto;
  min-height: auto;
  padding-right: 12px;
  padding-left: 12px;
}
.hero a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.hero a.inline {
  display: inline-block;
}
.hero a:hover {
  background: var(--button-bg-color-hover);
}
@media screen and (min-width: 960px) {
  .hero .hero-content {
    width: 40%;
    margin-left: 0;
    position: relative;
    box-sizing: border-box;
    padding: 145px 45px 0 10px;
    color: #fff;
  }
  .hero .hero-content * {
    position: relative;
  }
  .hero .hero-content:before {
    position: absolute;
    top: 0;
    left: -9000px;
    right: -9000px;
    bottom: 0;
    content: "";
    background: var(--primary-bg-color);
    opacity: 0.7;
  }
}
#rs-builder .hero {
  margin-top: 0;
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text h5 {
  font-size: 2rem;
}
.simple-text p {
  padding-bottom: 1.5em;
}
.simple-text a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
.simple-text a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.simple-text a.inline {
  display: inline-block;
}
.simple-text a:hover {
  background: var(--button-bg-color-hover);
}
.floor-plans {
  position: relative;
  padding: 45px 20px;
  background: var(--secondary-bg-color);
}
.floor-plans h1,
.floor-plans h2 {
  font-size: 3rem;
}
.floor-plans p {
  padding-bottom: 1.5em;
}
.floor-plans a {
  color: #4C4E56;
}
.floor-plans aside {
  overflow: hidden;
  padding-bottom: 75px;
}
.floor-plans .box {
  float: left;
  width: 50%;
  padding-bottom: 10px;
}
.floor-plans .box h3 {
  font-size: 1.8rem;
}
.floor-plans .box:nth-of-type(3) {
  clear: both;
}
.floor-plans .box ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
}
.floor-plans .box li {
  list-style: none;
  font-weight: bold;
  width: fit-content;
}
.floor-plans .box li label {
  margin-left: 5px;
}
.floor-plans .box select {
  display: block;
}
.floor-plans .floorplan-item,
.floor-plans .floorplan {
  position: relative;
  border: 1px solid #adadad;
  border-bottom: 0;
  background: #eee;
  margin-bottom: 25px;
}
.floor-plans .floorplan-item figure,
.floor-plans .floorplan figure {
  position: relative;
  padding: 15px;
}
.floor-plans .floorplan-item h3,
.floor-plans .floorplan h3 {
  font-size: 2rem;
  padding: 10px 15px;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
}
.floor-plans .floorplan-item table,
.floor-plans .floorplan table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.floor-plans .floorplan-item th,
.floor-plans .floorplan th,
.floor-plans .floorplan-item td,
.floor-plans .floorplan td {
  padding: 5px 0 5px 15px;
  border-bottom: 1px solid #adadad;
}
@media screen and (min-width: 960px) {
  .floor-plans .inner {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .floor-plans aside {
    width: 240px;
    background: #eee;
    padding: 15px;
    box-sizing: border-box;
  }
  .floor-plans aside h2,
  .floor-plans aside h3,
  .floor-plans aside h4,
  .floor-plans aside h5,
  .floor-plans aside h6 {
    font-size: 2rem;
  }
  .floor-plans .box {
    position: relative;
    width: 100%;
    float: none;
    padding-bottom: 40px;
  }
  .floor-plans article {
    width: calc(100% - 260px);
  }
  .floor-plans .floorplan-item,
  .floor-plans .floorplan {
    display: flex;
  }
  .floor-plans .floorplan-item figure,
  .floor-plans .floorplan figure {
    width: 25%;
  }
  .floor-plans .floorplan-item .info,
  .floor-plans .floorplan .info {
    width: 75%;
  }
  .floor-plans .floorplan-item h3,
  .floor-plans .floorplan h3 {
    border-top: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .floor-plans .floorplan-item td,
  .floor-plans .floorplan td {
    border-bottom: 0;
  }
  .floor-plans tbody {
    width: 100%;
  }
  .floor-plans th,
  .floor-plans td {
    width: 25%;
  }
}
.image-feature {
  position: relative;
  padding: 45px 20px;
}
.image-feature h1,
.image-feature h2,
.image-feature h3,
.image-feature h4,
.image-feature h5 {
  font-size: 2rem;
  padding-bottom: 20px;
}
.image-feature p {
  padding-bottom: 1.5em;
}
.image-feature a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
.image-feature a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.image-feature a.inline {
  display: inline-block;
}
.image-feature a:hover {
  background: var(--button-bg-color-hover);
}
.image-feature header {
  padding: 30px 0;
}
.image-feature ul {
  padding-bottom: 35px;
}
.image-feature li {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.image-feature li .icon {
  float: left;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #E0E0E0;
  margin-right: 15px;
}
.image-feature li .icon + div {
  width: calc(100% - 75px);
}
.image-feature li .icon + div * {
  padding: 0 !important;
}
@media screen and (min-width: 960px) {
  .image-feature {
    padding-top: 0;
  }
  .image-feature .background-image {
    position: relative;
    margin: auto;
    max-width: 1170px;
    width: 100%;
    max-width: 850px;
    padding-bottom: 60px;
    margin-bottom: 15px;
  }
  .image-feature .background-image img {
    display: block;
    width: 600px;
    position: relative;
  }
  .image-feature .background-image:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 33vw;
    margin-left: -16.5vw;
    bottom: 0;
    content: "";
    background: var(--primary-bg-color);
  }
  .image-feature header {
    position: relative;
    max-width: 750px;
    margin: auto;
  }
  .image-feature header h1,
  .image-feature header h2,
  .image-feature header h3,
  .image-feature header h4,
  .image-feature header h5 {
    position: relative;
    font-size: 3rem;
  }
  .image-feature header h1:before,
  .image-feature header h2:before,
  .image-feature header h3:before,
  .image-feature header h4:before,
  .image-feature header h5:before {
    position: absolute;
    top: 20px;
    left: -120px;
    width: 100px;
    height: 4px;
    content: "";
    background: var(--secondary-bg-color);
  }
  .image-feature article {
    position: relative;
    max-width: 750px;
    margin: auto;
  }
  .image-feature .icon-list {
    position: relative;
    overflow: hidden;
  }
  .image-feature .icon-list li {
    float: left;
    width: 50%;
    padding-bottom: 15px;
  }
}
.scroll-gallery {
  position: relative;
  padding: 45px 20px;
  background: var(--primary-bg-color);
  color: #fff;
}
.scroll-gallery + .scroll-gallery {
  background: #fff;
  color: var(--text-color);
}
.scroll-gallery + .scroll-gallery .gallery-nav li a {
  background: #E0E0E0;
}
.scroll-gallery h1,
.scroll-gallery h2 {
  font-size: 3rem;
}
.scroll-gallery p {
  padding-bottom: 1.5em;
}
.scroll-gallery header a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
.scroll-gallery header a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.scroll-gallery header a.inline {
  display: inline-block;
}
.scroll-gallery header a:hover {
  background: var(--button-bg-color-hover);
}
.scroll-gallery .gallery-items li:first-of-type {
  display: block;
}
.scroll-gallery .gallery-nav {
  display: block;
  position: relative;
}
.scroll-gallery .gallery-nav li {
  list-style: none;
  display: inline-block;
  color: var(--button-bg-color);
  padding-right: 12px;
}
.scroll-gallery .gallery-nav li a {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  background: #E0E0E0;
  padding-top: 1px;
}
.scroll-gallery .gallery-nav li svg {
  color: var(--button-bg-color);
  margin: auto;
  height: 40px;
  width: 40px;
  display: block;
  margin-top: 10px;
}
.scroll-gallery .gallery-nav li span {
  display: none;
}
.scroll-gallery .gallery-items {
  height: 300px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-gallery .gallery-items li {
  height: 100%;
}
.scroll-gallery .gallery-items li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .scroll-gallery .gallery-items {
    height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .scroll-gallery {
    padding: 90px 0;
  }
  .scroll-gallery .inner {
    position: relative;
    margin: auto;
    max-width: 1080px;
  }
  .scroll-gallery header {
    max-width: 750px;
    margin: auto;
    text-align: center;
  }
  .scroll-gallery .gallery-items {
    height: 600px;
  }
}
.run-js .scroll-gallery .gallery-items li {
  list-style: none;
  display: none;
}
.run-js .scroll-gallery .gallery-items li:first-of-type {
  display: block;
}
#rs-builder .scroll-gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  height: fit-content;
  justify-content: flex-start;
  margin-bottom: 20px;
}
#rs-builder .scroll-gallery ul li {
  height: 200px;
  width: 200px;
}
#rs-builder .scroll-gallery ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact {
  position: relative;
  z-index: 1;
  padding: 45px 20px;
  background: var(--secondary-bg-color);
}
.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5 {
  font-size: 2rem;
}
.contact .iwrap {
  padding-bottom: 20px;
}
.contact label {
  font-weight: normal;
  padding-bottom: 4px;
}
.contact aside > div {
  color: #fff;
  background: var(--primary-bg-color);
  padding: 15px;
}
.contact aside a {
  color: #fff;
  text-decoration: none;
}
.contact aside a:hover,
.contact aside a:focus {
  text-decoration: underline;
}
.contact p + h5 {
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .contact {
    padding: 55px 0;
  }
  .contact h1,
  .contact h2,
  .contact h3,
  .contact h4,
  .contact h5 {
    font-size: 3rem;
  }
  .contact .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .contact header {
    width: 100%;
  }
  .contact article {
    width: 70%;
  }
  .contact aside {
    width: 28%;
    margin-left: 2%;
    box-sizing: border-box;
    padding-top: 27px;
  }
  .contact aside h2,
  .contact aside h3,
  .contact aside h4,
  .contact aside h5 {
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
  .contact form {
    position: relative;
    overflow: hidden;
    max-width: 100% !important;
  }
  .contact .fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact .form-group {
    padding-bottom: 12px;
  }
  .contact .iwrap,
  .contact .form-group {
    width: 48%;
  }
  .contact .iwrap.quarter,
  .contact .form-group.quarter {
    width: 23%;
  }
  .contact .iwrap.half,
  .contact .form-group.half {
    width: 48%;
  }
  .contact .iwrap.third,
  .contact .form-group.third {
    width: 73%;
  }
  .contact .iwrap.one-third,
  .contact .form-group.one-third {
    width: 31%;
  }
  .contact .iwrap.two-thirds,
  .contact .form-group.two-thirds {
    width: 65%;
  }
  .contact .iwrap.textarea,
  .contact .form-group.textarea,
  .contact .iwrap.submit,
  .contact .form-group.submit,
  .contact .iwrap.full,
  .contact .form-group.full {
    width: 100%;
  }
  .contact .iwrap.submit,
  .contact .form-group.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
#rs-builder .rs-rs-bar {
  z-index: 2;
}
.block.floorplan {
  padding: 45px 20px;
}
.block.floorplan .inner {
  display: flex;
  flex-direction: column;
}
.block.floorplan aside {
  position: relative;
  order: 2;
}
.block.floorplan a {
  color: #4C4E56;
}
.block.floorplan a:hover,
.block.floorplan a:focus {
  text-decoration: underline;
}
.block.floorplan .widget {
  background: #F1F1F1;
  padding: 10px;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
}
.block.floorplan .widget ul {
  list-style: none;
  display: flex;
}
.block.floorplan .widget li {
  max-width: 50%;
}
.block.floorplan .widget li + li {
  padding-left: 10px;
}
.block.floorplan .widget label {
  font-weight: bold;
}
.block.floorplan article {
  order: 1;
  position: relative;
  background: #F1F1F1;
  padding: 10px;
  border: 1px solid #DADADA;
  margin-bottom: 10px;
  list-style: none;
}
.block.floorplan article a:not(.button) {
  display: block;
  color: #333;
}
.block.floorplan article td .button {
  display: block;
  width: fit-content;
  color: var(--button-text-color);
  margin: 0 auto;
}
.block.floorplan article .thumbnail {
  display: block;
  padding-bottom: 30px;
}
.block.floorplan article .thumbnail img {
  width: 100%;
  display: block;
}
.block.floorplan article .info {
  padding-bottom: 30px;
}
.block.floorplan article h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #DADADA;
}
.block.floorplan article dl {
  overflow: hidden;
  padding: 0 0 10px;
  margin: 0;
}
.block.floorplan article dt {
  text-transform: uppercase;
  float: left;
  width: 30%;
  clear: both;
}
.block.floorplan article dd {
  float: left;
}
.block.floorplan article p {
  clear: both;
  font-style: italic;
  font-size: 1.6rem;
}
.block.floorplan article label {
  font-weight: normal;
}
.block.floorplan table {
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.block.floorplan table thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.floorplan table tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
}
.block.floorplan table tbody tr:nth-child(even) {
  background: #FFFFFF !important;
}
.block.floorplan table tbody tr:nth-child(odd) {
  background: #f1f1f1 !important;
}
.block.floorplan table td {
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.floorplan table td:first-child {
  padding-top: 10px;
}
.block.floorplan table td:last-child {
  padding: 15px 0;
}
.block.floorplan table td:nth-of-type(1)::before {
  content: "Unit";
  float: left;
  font-weight: bold;
}
.block.floorplan table td:nth-of-type(2)::before {
  content: "Available Date";
  float: left;
  font-weight: bold;
}
.block.floorplan table td:nth-of-type(3)::before {
  content: "Starting Rent";
  float: left;
  font-weight: bold;
}
.block.floorplan table td:nth-of-type(4)::before {
  display: flex;
  justify-content: center;
}
.block.floorplan table td a[href="undefined"],
.block.floorplan table td a[href=""],
.block.floorplan table td a[href="#"],
.block.floorplan table td a[href="null"],
.block.floorplan table td a[href$="undefined"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.floorplan .inner {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .block.floorplan aside {
    position: static;
    width: 250px;
    margin-left: 20px;
  }
  .block.floorplan aside form {
    padding-top: 10px;
  }
  .block.floorplan aside label {
    font-size: 1.6rem !important;
  }
  .block.floorplan aside input,
  .block.floorplan aside textarea {
    font-size: 1.7rem !important;
  }
  .block.floorplan article {
    width: calc(100% - 270px);
    padding: 0;
    background: none;
    border: 0;
  }
  .block.floorplan article .active-image {
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
  }
  .block.floorplan article dl {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .block.floorplan article dt {
    border-bottom: 1px solid #ddd;
    clear: none;
    float: none;
    text-align: left;
    width: 100%;
  }
  .block.floorplan article dd {
    padding-left: 0;
    margin-left: 0;
  }
  .block.floorplan article .g1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .block.floorplan article .g2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .block.floorplan article .g3 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .block.floorplan article .g4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .block.floorplan article .g5 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .block.floorplan article .g6 {
    grid-area: 2 / 3 / 3 / 4;
  }
  .block.floorplan article .g7 {
    grid-area: 1 / 4 / 2 / 5;
  }
  .block.floorplan article .g8 {
    grid-area: 2 / 4 / 3 / 5;
  }
  .block.floorplan table {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .block.floorplan table thead {
    border: none;
    clip: unset;
    height: unset;
    margin: unset;
    position: relative;
    width: 100%;
  }
  .block.floorplan table tr {
    display: table-row !important;
  }
  .block.floorplan table tr th {
    font-weight: bold;
    width: 50%;
    margin: 0;
    padding-left: 8px;
    border: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
  }
  .block.floorplan table tr td:first-of-type {
    padding: 5px;
    margin: 0;
    border: 1px solid #ddd;
    border-left: 0;
    border-bottom: 0;
  }
  .block.floorplan table tr td {
    padding: 5px !important;
    background: none !important;
    display: table-cell;
    text-align: start;
  }
  .block.floorplan table tr td::before {
    display: none;
  }
  .block.floorplan table tr:nth-child(odd) {
    margin: 0;
    background: #F1F1F1;
  }
  .block.floorplan .widget {
    margin-bottom: 15px;
  }
  .block.floorplan .widget .droplist {
    display: block;
  }
  .block.floorplan .widget .droplist li {
    max-width: 100%;
    display: flex;
  }
  .block.floorplan .widget .droplist label {
    width: 45%;
    margin-right: 5%;
  }
  .block.floorplan .widget .droplist select {
    width: 50%;
  }
  .block.floorplan .widget .droplist li + li {
    padding: 10px 0 0 0;
  }
}
.footer {
  position: relative;
  padding: 15px;
  background: var(--primary-bg-color);
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer h6 {
  font-size: 2rem;
  padding: 10px 0;
  margin: 0;
}
.footer .column {
  padding-bottom: 30px;
}
.footer .socials ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.footer .socials a {
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  line-height: 35px;
  width: 35px;
  border-radius: 100%;
  background: var(--primary-bg-color);
  text-align: center;
  padding: 1px;
}
.footer .socials a svg {
  display: block;
  height: 25px;
  width: 25px;
  fill: currentColor;
}
.footer .socials a:hover,
.footer .socials a:focus {
  background: #fff;
  color: var(--text-color);
}
.footer .socials li a[href=""] {
  display: none;
}
.footer li {
  list-style: none;
}
.footer .inner + .inner {
  padding-top: 30px;
  border-top: 1px solid #fff;
}
.footer .icons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .footer .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .logo-container {
    width: 200px;
    margin-right: 30px;
    padding-top: 10px;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
  }
  .footer .column {
    width: calc(33.333% - 100px);
  }
  .footer .column + .column {
    padding-left: 25px;
  }
  .footer .inner + .inner {
    justify-content: space-between;
  }
  .footer .inner + .inner p {
    width: 25%;
    padding-top: 0;
  }
  .footer .inner + .inner p:nth-of-type(2) {
    text-align: center;
  }
  .footer .icon-wrapper p {
    width: 100% !important;
    text-align: right;
  }
}
.generic-supernav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(3px);
}
.generic-supernav-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #000;
  opacity: 0.85;
}
.generic-supernav-overlay .primary {
  padding: 40px 20px 0;
}
.generic-supernav-overlay .primary .in {
  padding: 50px 20px 0;
}
.generic-supernav-overlay .primary a {
  color: #fff;
}
.generic-supernav-overlay .primary a:hover {
  color: var(--text-color);
}
.generic-supernav-overlay .secondary {
  padding: 30px 20px 0;
  color: #fff;
}
.generic-supernav-overlay .generic-social {
  padding-bottom: 30px;
}
.generic-supernav-overlay .generic-social li {
  list-style: none;
  display: inline-block;
  padding-right: 20px;
}
.generic-supernav-overlay .generic-social a {
  color: #fff;
  font-size: 24px;
  display: block;
  height: 53px;
  line-height: 53px;
  width: 53px;
  border-radius: 100%;
  background: var(--primary-bg-color);
  text-align: center;
  padding: 1px;
}
.generic-supernav-overlay .generic-social a:hover {
  background: #fff;
  color: var(--text-color);
}
.generic-supernav-overlay .generic-social svg {
  display: block;
  height: 25px;
  width: 25px;
  margin: auto;
  margin-top: 14px;
}
.generic-supernav-overlay .generic-social span {
  display: none;
}
.generic-supernav-overlay .generic-contact {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.35;
}
.generic-supernav-overlay .generic-contact strong {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.generic-supernav-overlay .generic-contact a {
  color: #fff;
}
.generic-supernav-overlay .generic-contact a:hover {
  color: var(--primary-bg-color);
}
.generic-supernav-overlay .generic-contact p + p {
  padding-top: 10px;
}
.generic-supernav-overlay .generic-logo {
  display: none;
}
.generic-supernav-overlay .generic-logo img {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay {
    display: flex;
  }
  .generic-supernav-overlay .inner {
    height: 100%;
    display: flex;
  }
  .generic-supernav-overlay .primary {
    width: 60%;
    display: flex;
    align-items: center;
    font-size: 3rem;
  }
  .generic-supernav-overlay .primary .in {
    padding: 0;
  }
  .generic-supernav-overlay .secondary {
    position: relative;
    width: 40%;
    background: var(--primary-bg-color);
    display: flex;
    align-items: center;
  }
  .generic-supernav-overlay .secondary:before {
    position: absolute;
    top: 0;
    left: 0;
    right: -10000px;
    bottom: 0;
    content: "";
    background: var(--primary-bg-color);
  }
  .generic-supernav-overlay .generic-logo {
    display: block;
  }
  .generic-supernav-overlay .in {
    position: relative;
    width: 100%;
  }
  .generic-supernav-overlay .generic-social li {
    padding: 75px 20px 75px 0;
  }
  .generic-supernav-overlay .generic-contact {
    background: none;
    padding: 0;
  }
  .generic-supernav-overlay .generic-contact a {
    text-decoration: underline;
    color: #fff;
  }
  .generic-supernav-overlay .generic-contact a:hover {
    color: #fff;
    text-decoration: none;
  }
}
#simple-header {
  position: relative;
  padding: 0 20px;
  background: #333;
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-size: cover;
  height: 50vh;
  padding-top: 5vh;
}
#simple-header:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #333;
  opacity: 0.4;
}
#simple-header h1 {
  padding-bottom: 8vh;
  font-size: 6rem;
}
#simple-header p {
  padding-bottom: 1em;
}
#simple-header .editable a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 12px 24px;
  background: var(--button-bg-color);
  border: 2px solid var(--button-border-color);
  color: var(--button-text-color);
  font-size: 1.5rem;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
}
#simple-header .editable a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
#simple-header .editable a.inline {
  display: inline-block;
}
#simple-header .editable a:hover {
  background: var(--button-bg-color-hover);
}
#simple-header a.special {
  display: block;
  margin: auto;
  max-width: 380px;
}
#simple-header a.special img {
  display: block;
  width: 100%;
}
.text-content {
  padding: 45px 15px;
}
.block.video {
  position: relative;
  padding: 45px 20px;
  font-size: 1.8rem;
}
.block.video h1,
.block.video h2,
.block.video h3,
.block.video h4,
.block.video h5 {
  font-size: 3rem;
  padding-bottom: 20px;
}
.block.video header {
  position: relative;
  max-width: 750px;
  margin: auto;
  padding-bottom: 50px;
}
.block.video header h1,
.block.video header h2,
.block.video header h3,
.block.video header h4,
.block.video header h5 {
  position: relative;
  font-size: 3rem;
}
.block.video header h1:before,
.block.video header h2:before,
.block.video header h3:before,
.block.video header h4:before,
.block.video header h5:before {
  position: absolute;
  top: 20px;
  left: -120px;
  width: 100px;
  height: 4px;
  content: "";
  background: var(--secondary-bg-color);
}
.block.video.mid .vidholder {
  margin: auto;
  max-width: 560px;
}
.block.video.full .vidholder {
  margin: auto;
  max-width: 100%;
}

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