@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');
.indent {
  text-indent: -9999em;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.mobile {
  display: flex;
}
.desktop {
  display: none;
}
@media screen and (min-width: 960px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: flex;
  }
}
/*! 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 !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  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-visible {
  text-decoration: none;
  color: var(--text-link-color-hover);
}
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);
  color: var(--heading-color);
}
.rs-editor h1,
.rs-editor .h1,
.rs-editor h2,
.rs-editor .h2,
.rs-editor h3,
.rs-editor .h3,
.rs-editor h4,
.rs-editor .h4,
.rs-editor h5,
.rs-editor .h5 {
  font-weight: 400;
  color: #fff;
}
h1,
.h1 {
  font-size: calc(2.6*1rem);
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: calc(2.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h1,
  .h1 {
    font-size: calc(2.6*1rem);
  }
}
h2,
.h2 {
  font-size: calc(3.6*1rem);
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: calc(3.6*1rem);
  }
}
@media screen and (min-width: 960px) {
  h2,
  .h2 {
    font-size: calc(3.6*1rem);
  }
}
h3,
.h3 {
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  h3,
  .h3 {
    font-size: calc(2.4*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;
  font-weight: bold;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  min-width: 200px;
}
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;
}
ul li,
ol li {
  margin-bottom: 10px;
}
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: 1100px;
}
form .fields,
form reform {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
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: var(--page-bg-color);
  border: 1px solid var(--secondary-bg-color);
  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: var(--page-bg-color);
  border: 1px solid var(--secondary-bg-color);
  font-family: var(--text-font);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
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;
  font-weight: bold;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  min-width: 200px;
  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 .form-group {
  position: relative;
  padding-top: 1.2ch;
  margin-top: 10px;
  padding-bottom: 1ch;
}
form label {
  position: absolute;
  font-weight: 400;
  top: 2.3em;
  left: 12px;
  transform: translateY(-50%);
  color: var(--text-color);
  padding: 0 5px;
  transition: all 0.3s ease;
  pointer-events: none;
}
form .form-group:focus-within label,
form .form-group:has(input:autofill) label,
form .form-group:has(input:not(:placeholder-shown)) label,
form .form-group:has(textarea:not(:placeholder-shown)) label {
  top: 0;
  left: 0;
  font-size: 1em;
  color: var(--text-color);
}
form .form-group:has(select:not([value=""])) label {
  top: 0;
  left: 0;
  font-size: 1em;
  color: var(--text-color);
}
form input:-webkit-autofill,
form input:autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset !important;
}
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: #FF0000;
  font-size: 1.13rem;
  font-weight: 400;
  vertical-align: super;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  form .fields,
  form reform {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  form .iwrap,
  form .form-group,
  form .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  form .iwrap.quarter,
  form .form-group.quarter,
  form .field-wrap.quarter {
    width: 23%;
  }
  form .iwrap.half,
  form .form-group.half,
  form .field-wrap.half {
    width: 48%;
  }
  form .iwrap.third,
  form .form-group.third,
  form .field-wrap.third {
    width: 73%;
  }
  form .iwrap.one-third,
  form .form-group.one-third,
  form .field-wrap.one-third {
    width: 31%;
  }
  form .iwrap.two-thirds,
  form .form-group.two-thirds,
  form .field-wrap.two-thirds {
    width: 65%;
  }
  form .iwrap.textarea,
  form .form-group.textarea,
  form .field-wrap.textarea,
  form .iwrap.submit,
  form .form-group.submit,
  form .field-wrap.submit,
  form .iwrap.full,
  form .form-group.full,
  form .field-wrap.full {
    width: 100%;
  }
  form .iwrap.submit,
  form .form-group.submit,
  form .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
.rs-editor label,
.rs-rs-settings label {
  position: relative;
  transform: unset;
  top: 0;
  left: 0;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
  background-color: var(--page-bg-color);
  overflow-x: hidden;
}
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}
body {
  font-size: 1.7rem;
  line-height: 1.75;
  color: var(--text-color);
  font-family: var(--text-font);
}
#navwrap {
  position: sticky;
  top: 0;
  z-index: 10;
}
img {
  display: block;
}
#mainwrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#footer {
  position: relative;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}
#cookie-box {
  z-index: 999999 !important;
}
#cookie-box #cookie-button {
  padding: 10px;
  min-width: unset;
  margin: 10px auto 0;
}
#cookie-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #cookie-box-inner {
    flex-direction: row;
  }
  #cookie-button {
    margin: 0 auto;
  }
}
#skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background-color: var(--page-bg-color);
  padding: 10px;
}
#skip-link:focus-within {
  left: 0;
  z-index: 20;
}
.grecaptcha-badge {
  z-index: 5;
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
.rs-rs-inner-markup {
  overflow-x: hidden;
}
.slbWrap {
  cursor: zoom-out;
}
.slbCloseBtn,
.slbArrows button {
  background: unset !important;
  border: 0 !important;
  color: #fff;
  position: absolute !important;
  margin: unset !important;
  padding: unset !important;
  min-width: unset !important;
  font-weight: unset !important;
}
.slbCloseBtn:hover,
.slbArrows button:hover,
.slbCloseBtn:focus-visible,
.slbArrows button:focus-visible {
  color: #fff !important;
  opacity: 0.4 !important;
}
.slbArrows button {
  margin-top: -5em !important;
}
.slbCloseBtn {
  top: 0.5em !important;
}
.slbContentOuter {
  max-width: 80% !important;
}
.slbContentOuter .slbImage {
  padding: 3em 0 5em !important;
  cursor: default;
}
.slbContentOuter button {
  box-shadow: none !important;
  font-weight: 300 !important;
  font-family: var(--heading-color) !important;
  cursor: pointer;
}
.slbContentOuter .slbCloseBtn {
  right: 15px !important;
  top: -20px !important;
  height: unset !important;
  width: unset !important;
  cursor: pointer;
}
.slbContentOuter .slbCaption {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* Limits to 2 lines */
  line-clamp: 2;
  padding: 0.21429em 6ch 0.21429em 0.21429em !important;
  margin-bottom: 0.7em;
  font-size: 20px;
  height: 7rem;
  white-space: unset !important;
  text-align: left !important;
  cursor: default;
}
.slbContentOuter .slb-counter {
  position: absolute;
  right: 0;
  top: 0.21429em;
}
.slbContentOuter .slb-caption {
  display: block;
  width: calc(100% - 75px);
}
.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 55px !important;
  width: 55px !important;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #fff;
  font-weight: bold;
  font-size: 30px !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:focus-visible,
.swiper-button-prev:focus-visible {
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-button-next::after {
  margin-left: 6px;
}
.swiper-button-prev::after {
  margin-right: 6px;
}
.swiper-button-disabled {
  display: none !important;
}
#rs-bar-inner button {
  min-width: unset;
}
.gm-ui-hover-effect {
  min-width: unset !important;
}
#standard-neighborhood-map-nav button {
  border-radius: 0;
}
#standard-neighborhood-map-nav li {
  margin-bottom: 0;
}
#standard-neighborhood-map-list a {
  color: var(--text-color);
}
#standard-neighborhood-map-list a:hover,
#standard-neighborhood-map-list a:focus-visible {
  color: var(--text-link-color-hover);
}
#fee-transparency-all-tables nav button {
  font-weight: bold !important;
  border: 2px solid var(--button-border-color) !important;
}
.block.topbar {
  background-color: var(--primary-bg-color);
  border-bottom: 4px solid var(--secondary-bg-color);
  z-index: 99;
  padding: 0 20px;
}
.block.topbar a {
  font-family: var(--heading-font);
}
.block.topbar .inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.block.topbar #menu-toggle {
  min-width: unset;
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  padding: 10px 0;
  margin: 0 10px;
  background-color: transparent;
}
.block.topbar #menu-toggle .line {
  background-color: var(--secondary-bg-color);
  height: 4px;
  width: 100%;
  transition: all 0.3s ease;
}
.block.topbar #menu-toggle:hover,
.block.topbar #menu-toggle:focus-visible {
  background-color: transparent;
}
.block.topbar h1,
.block.topbar h2,
.block.topbar h3,
.block.topbar h4,
.block.topbar h5,
.block.topbar h6 {
  color: var(--heading-color-alt);
}
.block.topbar p,
.block.topbar li,
.block.topbar a {
  color: var(--text-color-alt);
  font-size: 2.4rem;
  font-weight: 700;
}
.block.topbar nav,
.block.topbar .phone-wrapper {
  height: fit-content;
}
.block.topbar nav a,
.block.topbar .phone-wrapper a {
  line-height: 24px;
  padding: 12px 24px;
  position: relative;
}
.block.topbar nav a::before,
.block.topbar .phone-wrapper a::before {
  content: '';
  position: absolute;
  width: 0;
  left: 24px;
  bottom: 0;
  height: 4px;
  background-color: var(--secondary-bg-color);
  transition: width 0.3s ease;
}
.block.topbar nav a:hover::before,
.block.topbar .phone-wrapper a:hover::before,
.block.topbar nav a:focus-visible::before,
.block.topbar .phone-wrapper a:focus-visible::before {
  width: calc(100% - 48px);
}
.block.topbar .primary {
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
}
.block.topbar .primary nav {
  display: none;
  align-items: center;
  justify-content: center;
}
.block.topbar .primary nav ul {
  display: flex;
  flex-wrap: nowrap;
}
.block.topbar .primary nav .cta {
  display: none;
}
.block.topbar .secondary {
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  align-items: center;
}
.block.topbar .secondary nav {
  display: none;
}
.block.topbar .secondary nav li {
  display: none;
}
.block.topbar .secondary nav .cta {
  display: block;
}
.block.topbar .secondary .phone-wrapper a svg {
  height: 25px;
  width: 25px;
  fill: var(--secondary-bg-color);
}
.block.topbar .secondary .phone-wrapper a svg path {
  fill: var(--secondary-bg-color);
}
@media screen and (min-width: 768px) {
  .block.topbar .mobile {
    display: block;
  }
  .block.topbar .desktop {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .block.topbar .mobile {
    display: block;
  }
  .block.topbar .desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .block.topbar .mobile {
    display: none;
  }
  .block.topbar .desktop {
    display: block;
  }
  .block.topbar .primary {
    border-right: 4px solid var(--secondary-bg-color);
  }
  .block.topbar .primary nav {
    display: flex;
  }
  .block.topbar .secondary .topbar-cta {
    display: block;
  }
}
.generic-supernav-overlay {
  background-color: var(--primary-bg-color);
  width: fit-content;
  max-width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 60px 0 40px;
  overflow-y: auto;
  transform: translateX(110%);
  transition: transform 1s ease-in-out;
  box-shadow: 0px 0px 10px #000000;
}
.generic-supernav-overlay.active {
  transform: translateX(0);
}
.generic-supernav-overlay * {
  font-family: var(--heading-font);
}
.generic-supernav-overlay ul,
.generic-supernav-overlay ol {
  list-style: none;
}
.generic-supernav-overlay h1,
.generic-supernav-overlay h2,
.generic-supernav-overlay h3,
.generic-supernav-overlay h4,
.generic-supernav-overlay h5,
.generic-supernav-overlay h6 {
  color: var(--heading-color-alt);
}
.generic-supernav-overlay p,
.generic-supernav-overlay li,
.generic-supernav-overlay a {
  color: var(--text-color-alt);
  font-size: 2.4rem;
  font-weight: 500;
}
.generic-supernav-overlay .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.generic-supernav-overlay .close-btn button {
  min-width: unset;
  width: 30px;
  height: 30px;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
  background-color: transparent;
}
.generic-supernav-overlay .close-btn button .line {
  height: 4px;
  width: 100%;
  background-color: var(--secondary-bg-color);
  position: absolute;
  left: 0;
}
.generic-supernav-overlay .close-btn button .line.first {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.generic-supernav-overlay .close-btn button .line.second {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.generic-supernav-overlay .close-btn button:hover,
.generic-supernav-overlay .close-btn button:focus-visible {
  background-color: transparent;
  opacity: 0.6;
}
.generic-supernav-overlay .close-btn button:hover .line,
.generic-supernav-overlay .close-btn button:focus-visible .line {
  background-color: var(--secondary-bg-color);
}
.generic-supernav-overlay li a {
  position: relative;
}
.generic-supernav-overlay li a::before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: var(--secondary-bg-color);
  transition: width 0.3s ease;
}
.generic-supernav-overlay li a:not([data-current]):hover::before,
.generic-supernav-overlay li a:not([data-current]):focus-visible::before {
  width: 100%;
}
.generic-supernav-overlay a[data-current] {
  font-weight: 900;
  text-shadow: 2px 2px 2px var(--secondary-bg-color);
  position: relative;
  pointer-events: none;
  padding: 0 25px;
}
.generic-supernav-overlay a[data-current]::after,
.generic-supernav-overlay a[data-current]::before {
  content: '';
  display: inline-block;
  text-shadow: 0px 0px 0px transparent;
  background-color: var(--secondary-bg-color);
  opacity: 0.75;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  margin: 0 5px;
  position: absolute;
  top: calc(50% - 5px);
}
.generic-supernav-overlay a[data-current]::after {
  right: 0;
  display: none;
}
.generic-supernav-overlay a[data-current]::before {
  left: 0;
  display: none;
}
@media only screen and (min-width: 260px) {
  .generic-supernav-overlay a[data-current]::after {
    display: block;
  }
  .generic-supernav-overlay a[data-current]::before {
    display: block;
  }
}
.generic-supernav-overlay .primary {
  padding: 10px 40px;
  border-top: 4px solid var(--secondary-bg-color);
}
.generic-supernav-overlay .primary ul {
  text-align: center;
}
.generic-supernav-overlay .phone-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.generic-supernav-overlay .phone-wrapper a {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.generic-supernav-overlay .phone-wrapper a::before {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: -4px;
  height: 4px;
  background-color: var(--secondary-bg-color);
  transition: width 0.3s ease;
}
.generic-supernav-overlay .phone-wrapper a:hover::before,
.generic-supernav-overlay .phone-wrapper a:focus-visible::before {
  width: 100%;
}
.generic-supernav-overlay .phone-wrapper a svg {
  height: 25px;
  width: 25px;
  fill: var(--secondary-bg-color);
}
.generic-supernav-overlay .phone-wrapper a svg path {
  fill: var(--secondary-bg-color);
}
.generic-supernav-overlay .generic-contact {
  padding: 10px 40px;
  border-top: 4px solid var(--secondary-bg-color);
  border-bottom: 4px solid var(--secondary-bg-color);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .generic-supernav-overlay {
    width: fit-content;
    max-width: 400px;
  }
}
.block.hero {
  height: 100vh;
  height: 100dvh;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.block.hero .content {
  width: 100%;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.block.hero .inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.block.hero .text-box {
  position: relative;
  padding: 10px;
  text-align: center;
  max-width: 750px;
}
.block.hero .text-box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0.8;
  z-index: 0;
  border-radius: 5px;
}
.block.hero .text-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 4px;
  width: 150vw;
  margin-left: -50vw;
  background-color: var(--secondary-bg-color);
  z-index: 1;
}
.block.hero .text-box h1,
.block.hero .text-box h2,
.block.hero .text-box h3,
.block.hero .text-box h4,
.block.hero .text-box h5,
.block.hero .text-box p,
.block.hero .text-box a {
  position: relative;
  z-index: 2;
}
.block.hero .text-box h1,
.block.hero .text-box h2,
.block.hero .text-box h3,
.block.hero .text-box h4,
.block.hero .text-box h5 {
  margin-bottom: 10px;
  color: var(--heading-color-alt);
}
.block.hero .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-width: 200px;
}
.block.hero .cta 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;
  font-weight: bold;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  min-width: 200px;
  background-color: color-mix(in srgb, #fff 65%, var(--secondary-bg-color));
  border-color: var(--secondary-bg-color);
  color: var(--text-color);
}
.block.hero .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.hero .cta a.inline {
  display: inline-block;
}
.block.hero .cta a:hover {
  background: var(--button-bg-color-hover);
}
.block.hero .cta a:hover,
.block.hero .cta a:focus-visible {
  background-color: color-mix(in srgb, #fff 45%, var(--secondary-bg-color));
}
.block.hero.video {
  position: relative;
}
.block.hero.video video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .block.hero {
    min-height: 600px;
  }
  .block.hero.video video {
    display: block;
    pointer-events: none;
  }
}
@media screen and (min-width: 960px) {
  .block.hero {
    min-height: 600px;
    background-attachment: fixed !important;
  }
  .block.hero .inner {
    justify-content: space-between;
    flex-direction: row;
  }
}
#mainwrap {
  margin-top: -110px;
}
@media screen and (min-width: 960px) {
  .block.hero + .block.image-left,
  .block.hero + .block.text-header {
    margin-top: 40px;
  }
}
.block.image-left {
  padding: 40px 0;
  background-color: var(--page-bg-color);
}
.block.image-left .primary {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.block.image-left .primary {
  border-bottom: 4px solid var(--secondary-bg-color);
  width: 100%;
}
.block.image-left .title {
  padding: 0 20px;
}
.block.image-left .statement {
  padding-top: 10px;
  border-top: 4px solid var(--secondary-bg-color);
}
.block.image-left .statement * {
  font-weight: bold;
}
.block.image-left ol,
.block.image-left ul {
  margin-left: 20px;
}
.block.image-left ol,
.block.image-left ul,
.block.image-left p {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 20px;
}
.block.image-left ol,
.block.image-left ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.block.image-left ol li,
.block.image-left ul li {
  width: fit-content;
}
.block.image-left .col {
  padding: 20px 0;
}
.block.image-left .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.block.image-left .cta 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;
  font-weight: bold;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  min-width: 200px;
}
.block.image-left .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.image-left .cta a.inline {
  display: inline-block;
}
.block.image-left .cta a:hover {
  background: var(--button-bg-color-hover);
}
@media screen and (min-width: 768px) {
  .block.image-left .primary,
  .block.image-left .secondary {
    border-bottom: 4px solid var(--secondary-bg-color);
    width: 100%;
  }
  .block.image-left .statement {
    border-top: none;
  }
  .block.image-left ol,
  .block.image-left ul,
  .block.image-left p {
    text-align: start;
  }
  .block.image-left ol,
  .block.image-left ul {
    display: block;
  }
  .block.image-left .cta {
    justify-content: end;
    margin-right: 40px;
    margin-top: 0;
  }
  .block.image-left .cta a {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) {
  .block.image-left .primary {
    text-align: end;
  }
  .block.image-left .cta {
    margin-right: 80px;
  }
  .block.image-left .secondary .inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 20px;
  }
  .block.image-left .secondary .col:nth-of-type(1) {
    width: calc(33.33% - 10px);
  }
  .block.image-left .secondary .col:nth-of-type(2) {
    width: calc(66.66667% - 10px);
  }
  .block.image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    border-radius: 5px;
  }
  .block.image-left:nth-of-type(odd) .primary {
    text-align: start;
  }
  .block.image-left:nth-of-type(odd) .secondary .inner {
    flex-direction: row-reverse;
  }
  .block.image-left:nth-of-type(odd) .cta {
    margin-left: 80px;
    justify-content: start;
    margin-right: 0;
  }
}
.block.image-left + .block.image-left {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  #rs-builder .block.image-left .primary {
    text-align: end;
  }
  #rs-builder .block.image-left .secondary .inner {
    flex-direction: row;
  }
  #rs-builder .block.image-left .cta {
    margin-right: 80px;
    margin-left: 0;
    justify-content: end;
  }
}
.block.image-wide {
  height: 250px;
  width: 100%;
}
.block.image-wide .image-container {
  padding: 20px;
  background-color: var(--primary-bg-color);
  height: 100%;
  width: 100%;
}
.block.image-wide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .block.image-wide {
    height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .block.image-wide {
    height: 700px;
  }
}
.block.carousel {
  background-color: var(--page-bg-color);
  padding: 40px 20px;
}
.block.carousel .swiper-slide {
  aspect-ratio: 3/2;
  user-select: none;
}
.block.carousel .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.block.carousel .swiper-slide a::after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.block.carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.block.carousel .swiper-slide:hover img,
.block.carousel .swiper-slide:focus-within img {
  transform: scale(1.05);
}
.block.carousel .swiper-slide:hover a::after,
.block.carousel .swiper-slide:focus-within a::after {
  opacity: 0.6;
}
#rs-builder .block.carousel .swiper-wrapper {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  gap: 10px;
}
#rs-builder .block.carousel .swiper-slide {
  height: 200px;
  width: calc(33.333% - 7px);
  flex-shrink: 0;
}
#rs-builder .block.carousel .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block.text-header {
  padding: 40px 0;
  background-color: var(--page-bg-color);
}
.block.text-header .primary {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.block.text-header .primary {
  border-bottom: 4px solid var(--secondary-bg-color);
  width: 100%;
}
.block.text-header .secondary {
  border-bottom: 4px solid var(--secondary-bg-color);
}
.block.text-header ol,
.block.text-header ul {
  margin-left: 20px;
}
.block.text-header ol,
.block.text-header ul,
.block.text-header p {
  margin-bottom: 20px;
  text-align: center;
  padding: 0 20px;
}
.block.text-header ol,
.block.text-header ul {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.block.text-header ol li,
.block.text-header ul li {
  width: fit-content;
}
.block.text-header .col {
  padding: 20px 0;
}
.block.text-header .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.block.text-header .cta 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;
  font-weight: bold;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  min-width: 200px;
}
.block.text-header .cta a.ghost {
  background: none;
  color: var(--button-bg-color);
  border: 0;
  border-bottom: 3px solid var(--button-border-color);
}
.block.text-header .cta a.inline {
  display: inline-block;
}
.block.text-header .cta a:hover {
  background: var(--button-bg-color-hover);
}
@media screen and (min-width: 768px) {
  .block.text-header .primary,
  .block.text-header .secondary {
    border-bottom: 4px solid var(--secondary-bg-color);
    width: 100%;
  }
  .block.text-header .cta {
    justify-content: end;
    margin-right: 40px;
    margin-top: 0;
  }
  .block.text-header .cta a {
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) {
  .block.text-header .cta {
    margin-right: 80px;
  }
}
.block.text-header:has(+ .fee-transparency-multiple-tables) {
  padding-bottom: 0;
}
.block.text-header:has(+ .fee-transparency-multiple-tables) .cta {
  display: none;
}
.block.text-header:has(+ .fee-transparency-multiple-tables) .secondary {
  border-bottom: none;
}
.block.features {
  padding: 40px 20px;
  background-color: var(--page-bg-color);
}
.block.features .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.block.features article {
  width: 100%;
}
.block.features ul,
.block.features ol {
  margin-left: 20px;
}
.block.features .content {
  padding: 0 40px;
}
.block.features header {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
}
.block.features header * {
  font-family: var(--text-font);
  font-weight: 400;
}
.block.features .image-wrapper {
  aspect-ratio: 16/9;
  max-width: 670px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.block.features .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  .block.features .inner {
    gap: 60px;
  }
  .block.features article {
    width: calc(50% - 30px);
  }
}
.block.gallery {
  padding: 40px 20px;
}
.block.gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-auto-rows: clamp(10px, 16vw, 230px);
  gap: clamp(5px, 2vw, 20px);
}
.block.gallery .gallery-item {
  border-radius: 5px;
  overflow: hidden;
}
.block.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1.01);
  object-fit: cover;
}
.block.gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
  cursor: zoom-in;
  position: relative;
  cursor: pointer;
}
.block.gallery .gallery-item a::after {
  content: '\f002';
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.block.gallery .gallery-item a:hover,
.block.gallery .gallery-item a:focus-visible {
  outline: none;
}
.block.gallery .gallery-item a:hover img,
.block.gallery .gallery-item a:focus-visible img {
  transform: scale(1.05);
}
.block.gallery .gallery-item a:hover::after,
.block.gallery .gallery-item a:focus-visible::after {
  opacity: 0.6;
}
.block.gallery .gallery-item:nth-child(10n + 1),
.block.gallery .gallery-item:nth-child(10n + 7) {
  grid-column: span 10;
  grid-row: span 2;
}
.block.gallery .gallery-item:nth-child(10n + 2),
.block.gallery .gallery-item:nth-child(10n + 6) {
  grid-column: span 6;
  grid-row: span 2;
}
.block.gallery .gallery-item:nth-child(10n + 3),
.block.gallery .gallery-item:nth-child(10n + 5) {
  grid-column: span 6;
  grid-row: span 1;
}
.block.gallery .gallery-item:nth-child(10n + 4) {
  grid-column: span 4;
  grid-row: span 1;
}
.block.gallery .gallery-item:nth-child(10n + 8),
.block.gallery .gallery-item:nth-child(10n + 9) {
  grid-column: span 8;
  grid-row: span 2;
}
.block.gallery .gallery-item:nth-child(10n) {
  grid-column: span 16;
  grid-row: span 3;
}
.block.contact {
  padding: 40px 20px;
}
.block.contact * {
  font-family: var(--text-font);
}
.block.contact h2,
.block.contact h3,
.block.contact h4,
.block.contact h5,
.block.contact h6 {
  color: var(--text-color);
  font-weight: 400;
  font-size: 3rem;
  text-align: center;
}
.block.contact p,
.block.contact a,
.block.contact address {
  color: var(--heading-color);
  font-size: 2rem;
  text-align: center;
}
.block.contact .title h2,
.block.contact .contact-details h2,
.block.contact .title h3,
.block.contact .contact-details h3,
.block.contact .title h4,
.block.contact .contact-details h4,
.block.contact .title h5,
.block.contact .contact-details h5,
.block.contact .title h6,
.block.contact .contact-details h6,
.block.contact .title .email-link,
.block.contact .contact-details .email-link {
  width: fit-content;
  margin: 0 auto;
}
.block.contact .contact-details a {
  font-size: 2.6rem;
}
.block.contact .hours {
  margin-bottom: 20px;
}
.block.contact .hours h2,
.block.contact .hours h3,
.block.contact .hours h4,
.block.contact .hours h5,
.block.contact .hours h6 {
  width: 100%;
  margin: 0;
}
.block.contact .hours .title::after {
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 2px;
  background: var(--secondary-bg-color);
  margin: 0 auto;
  transform: translateX(-20px);
}
.block.contact .hours .content p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
}
.block.contact .hours .content p span {
  width: 100%;
  margin: 0 auto;
}
.block.contact .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 60px 0;
  row-gap: 20px;
}
.block.contact .row .address {
  order: 2;
  width: 100%;
}
.block.contact .row .icon {
  order: 1;
  width: fit-content;
  padding: 0 20px;
}
.block.contact .row .icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.block.contact .row .contact-details {
  order: 3;
  width: 100%;
}
.block.contact .icon svg {
  height: 150px;
  width: 150px;
  fill: var(--secondary-bg-color);
  transition: all 0.3s ease;
}
.block.contact .icon svg path {
  stroke: var(--page-bg-color);
  transition: all 0.3s ease;
}
.block.contact .icon svg path:nth-child(2) {
  fill: var(--page-bg-color);
}
.block.contact .icon svg circle {
  transition: all 0.3s ease;
  fill: var(--secondary-bg-color);
}
.block.contact .icon:hover svg,
.block.contact .icon:focus-within svg {
  fill: color-mix(in srgb, #fff 45%, var(--secondary-bg-color));
}
.block.contact .icon:hover svg path,
.block.contact .icon:focus-within svg path {
  stroke: var(--page-bg-color);
}
.block.contact .icon:hover svg path:nth-child(2),
.block.contact .icon:focus-within svg path:nth-child(2) {
  fill: var(--page-bg-color);
}
.block.contact .icon:hover svg circle,
.block.contact .icon:focus-within svg circle {
  fill: color-mix(in srgb, #fff 45%, var(--secondary-bg-color));
}
.block.contact .contact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.contact .contact-details a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.block.contact .contact-details a:first-of-type {
  position: relative;
}
.block.contact .contact-details a:first-of-type::after {
  content: '';
  display: block;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--secondary-bg-color);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-10px);
}
.block.contact .contact-details a:hover,
.block.contact .contact-details a:focus-visible {
  color: var(--text-link-color-hover);
}
.block.contact .address h2,
.block.contact .address h3,
.block.contact .address h4,
.block.contact .address h5,
.block.contact .address h6 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.block.contact .address h2::after,
.block.contact .address h3::after,
.block.contact .address h4::after,
.block.contact .address h5::after,
.block.contact .address h6::after {
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background: var(--secondary-bg-color);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.block.contact .contact-details svg {
  height: 25px;
  width: 25px;
  fill: var(--secondary-bg-color);
}
.block.contact .contact-details svg g,
.block.contact .contact-details svg path {
  fill: var(--secondary-bg-color);
}
@media screen and (min-width: 960px) {
  .block.contact .hours {
    width: fit-content;
    margin: 0 auto 20px;
  }
  .block.contact .hours .title::after {
    width: 100%;
    transform: unset;
  }
  .block.contact .hours h2,
  .block.contact .hours h3,
  .block.contact .hours h4,
  .block.contact .hours h5,
  .block.contact .hours h6 {
    width: fit-content;
    margin: 0 auto;
  }
  .block.contact .hours .content p span {
    width: fit-content;
  }
  .block.contact .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .block.contact .row .address,
  .block.contact .row .icon,
  .block.contact .row .contact-details {
    width: 32%;
    margin: 0 auto;
    order: unset;
  }
}
.block.floorplans {
  background-color: var(--page-bg-color);
  padding: 40px 20px;
}
.block.floorplans .fp-list {
  min-height: 500px;
}
.block.floorplans .fp-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  list-style: none;
}
.block.floorplans .no-results {
  display: none;
  width: 100% !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
.block.floorplans .no-results p {
  font-size: 2rem;
  margin-bottom: 10px;
}
.block.floorplans .no-results.show {
  display: flex;
}
.block.floorplans .fp-item {
  border: 2px solid var(--primary-bg-color);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}
.block.floorplans .fp-item img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  background-color: #fff;
}
.block.floorplans .image-wrapper {
  flex-grow: 0;
}
.block.floorplans .fp-details {
  border-top: 2px solid var(--primary-bg-color);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block.floorplans .fp-beds,
.block.floorplans .fp-baths,
.block.floorplans .fp-sqft {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  color: var(--heading-color-alt);
}
.block.floorplans .fp-beds .mdi,
.block.floorplans .fp-baths .mdi,
.block.floorplans .fp-sqft .mdi {
  font-size: 40px;
  color: var(--heading-color-alt);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.floorplans .fp-details-row {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.block.floorplans .fp-details-row span {
  white-space: nowrap;
}
.block.floorplans .fp-details-row .fp-price,
.block.floorplans .fp-details-row .fp-units-available {
  width: 100%;
  text-align: start;
}
.block.floorplans .fp-details-row .fp-price span,
.block.floorplans .fp-details-row .fp-units-available span {
  font-size: 1.5em;
  font-weight: bold;
  color: var(--heading-color-alt);
  margin-left: 5px;
}
.block.floorplans .fp-details-row.padded {
  padding: 0 10px;
}
.block.floorplans .fp-details-row .button {
  width: 100%;
  background-color: var(--secondary-bg-color);
  border: none;
  border-radius: 0;
  color: var(--text-color-alt);
}
.block.floorplans .fp-details-row .button:hover,
.block.floorplans .fp-details-row .button:focus-visible {
  background-color: color-mix(in srgb, #fff 45%, var(--secondary-bg-color));
}
.block.floorplans #mobile-filter-toggle {
  background-color: transparent;
  border: none;
  padding: 10px;
  min-width: unset;
  color: var(--heading-color-alt);
  font-size: 3.5rem;
  margin: 0 0 0 auto;
}
.block.floorplans #fp-filter {
  position: relative;
}
.block.floorplans #fp-filter .filter-wrapper {
  display: none;
  position: absolute;
  background-color: var(--page-bg-color);
  flex-direction: column;
  right: 0;
  z-index: 2;
  width: 200px;
  border-top: 2px solid var(--primary-bg-color);
  border-left: 2px solid var(--primary-bg-color);
  border-right: 2px solid var(--primary-bg-color);
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0;
}
.block.floorplans #fp-filter .filter-wrapper * {
  color: var(--heading-color-alt);
}
.block.floorplans #fp-filter .filter-wrapper #bed-filter-menu label,
.block.floorplans #fp-filter .filter-wrapper #baths-filter-menu label {
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
}
.block.floorplans #fp-filter .filter-wrapper .filter-dropdown {
  position: relative;
  border-bottom: 2px solid var(--primary-bg-color);
}
.block.floorplans #fp-filter .filter-wrapper .filter-toggle {
  background-color: transparent;
  border: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-width: unset;
  padding: 10px 15px;
  margin: 0;
}
.block.floorplans #fp-filter .filter-wrapper .filter-toggle::after {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  border-left: 1px solid var(--heading-color-alt);
  border-bottom: 1px solid var(--heading-color-alt);
  transform: rotate(-45deg) translate(2px, 0px);
  margin-left: 5px;
  transition: border-color 0.2s ease-in-out;
}
.block.floorplans #fp-filter .filter-wrapper .filter-toggle[aria-expanded="true"]::after {
  transform: rotate(135deg) translate(2px, -2px);
}
.block.floorplans #fp-filter .filter-wrapper .filter-menu {
  position: relative;
  display: none;
  flex-direction: column;
  padding: 10px;
}
.block.floorplans #fp-filter .filter-wrapper .filter-menu.open {
  display: flex;
}
.block.floorplans #fp-filter .filter-wrapper .filter-menu input {
  margin-right: 10px;
}
.block.floorplans #fp-filter .filter-wrapper .filter-menu button {
  background-color: transparent;
  border: none;
  color: var(--heading-color-alt);
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: left;
  width: fit-content;
  min-width: unset;
  font-weight: 400;
  margin: 0;
}
.block.floorplans #fp-filter .filter-wrapper .filter-menu button:hover,
.block.floorplans #fp-filter .filter-wrapper .filter-menu button:focus-visible {
  color: var(--text-link-color-hover);
}
.block.floorplans #fp-filter .filter-wrapper #sqft-filter-menu label,
.block.floorplans #fp-filter .filter-wrapper #price-filter-menu label {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.block.floorplans #fp-filter .filter-wrapper input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.floorplans #fp-filter .filter-wrapper input[type=checkbox]:after,
.block.floorplans #fp-filter .filter-wrapper input[type=checkbox]::after {
  content: " ";
  background-color: var(--page-bg-color);
  display: inline-block;
  color: var(--text-color);
  width: 24px;
  height: 24px;
  visibility: visible;
  border: 1px solid var(--text-color);
  border-radius: 0;
}
.block.floorplans #fp-filter .filter-wrapper input[type=checkbox]:checked:after,
.block.floorplans #fp-filter .filter-wrapper input[type=checkbox]:checked::after {
  content: "\2714";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding: 2px 0 0 4px;
  background-color: var(--page-bg-color);
}
.block.floorplans #fp-filter .filter-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--page-bg-color);
  color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 0;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20,50 70,100 120,50' stroke='%23333' stroke-width='15' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}
.block.floorplans #fp-filter .filter-wrapper select option {
  background-color: var(--page-bg-color);
  color: var(--text-color);
  padding: 10px;
  font-size: 16px;
}
.block.floorplans #mobile-filter-toggle.open + .filter-wrapper {
  display: flex;
}
.block.floorplans .fp-list[data-connection="manual"] .fp-details-row.available {
  display: none;
}
@media only screen and (min-width: 600px) {
  .block.floorplans .fp-item {
    width: calc(50% - 5px);
  }
}
@media screen and (min-width: 960px) {
  .block.floorplans .fp-item {
    width: calc(33.333% - 6.6667px);
  }
  .block.floorplans #fp-filter .filter-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: nowrap;
    justify-content: end;
    gap: 10px;
    margin-bottom: 15px;
    width: auto;
    border: none;
    border-radius: 0;
  }
  .block.floorplans #fp-filter .filter-wrapper .filter-dropdown {
    border: 0;
  }
  .block.floorplans #fp-filter .filter-wrapper .filter-menu {
    position: absolute;
    border-radius: 5px;
    z-index: 2;
    top: 100%;
    min-width: 100%;
    width: 200px;
    left: 0;
    background-color: var(--page-bg-color);
    border: 1px solid var(--primary-bg-color);
  }
  .block.floorplans #fp-filter .filter-wrapper .filter-dropdown:nth-child(4) .filter-menu {
    left: auto;
    right: 0;
  }
}
.block.fp-details {
  background-color: var(--page-bg-color);
  padding: 40px 20px;
  position: relative;
}
.block.fp-details h4 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: calc(2.4*1rem);
}
@media screen and (min-width: 768px) {
  .block.fp-details h4 {
    font-size: calc(2.4*1rem);
  }
}
@media screen and (min-width: 960px) {
  .block.fp-details h4 {
    font-size: calc(2.4*1rem);
  }
}
.block.fp-details .fp-desktop {
  display: none;
}
.block.fp-details .fp-mobile {
  display: block;
}
.block.fp-details header,
.block.fp-details .fp-description,
.block.fp-details .image-controls,
.block.fp-details .main-content {
  padding-bottom: 20px;
  position: relative;
}
.block.fp-details header::after,
.block.fp-details .fp-description::after,
.block.fp-details .image-controls::after,
.block.fp-details .main-content::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 150vw;
  margin-left: -50vw;
  background-color: var(--secondary-bg-color);
  z-index: 1;
}
.block.fp-details header {
  padding-bottom: 40px;
}
.block.fp-details header .title {
  text-align: center;
}
.block.fp-details header .fp-details-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 800px;
  margin: 20px auto 0;
}
.block.fp-details header .fp-details-row span {
  white-space: nowrap;
}
.block.fp-details header .fp-price {
  display: none;
}
.block.fp-details header .fp-price[data-type="manual"] {
  display: block;
}
.block.fp-details header .fp-beds,
.block.fp-details header .fp-baths,
.block.fp-details header .fp-sqft {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  color: var(--heading-color-alt);
  column-gap: 10px;
}
.block.fp-details header .fp-beds .mdi,
.block.fp-details header .fp-baths .mdi,
.block.fp-details header .fp-sqft .mdi {
  font-size: 40px;
  color: var(--secondary-bg-color);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.fp-details .fp-description {
  padding: 20px 0 40px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.block.fp-details .fp-description * {
  text-align: center;
}
.block.fp-details .fp-description a {
  display: block;
}
.block.fp-details .main-content {
  display: flex;
  flex-direction: column;
}
.block.fp-details .address,
.block.fp-details .hours {
  padding: 20px 0;
}
.block.fp-details .address .sub-title,
.block.fp-details .hours .sub-title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.block.fp-details .address .sub-title::after,
.block.fp-details .hours .sub-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 20%;
  right: 20%;
  height: 2px;
  background-color: var(--secondary-bg-color);
  z-index: 1;
}
.block.fp-details .address *,
.block.fp-details .hours * {
  text-align: center;
}
.block.fp-details .address a,
.block.fp-details .hours a {
  color: var(--text-color);
}
.block.fp-details .address a:hover,
.block.fp-details .hours a:hover,
.block.fp-details .address a:focus-visible,
.block.fp-details .hours a:focus-visible {
  color: var(--text-link-color-hover);
}
.block.fp-details .address .hours-wrapper p span + span,
.block.fp-details .hours .hours-wrapper p span + span {
  margin-left: 10px;
}
.block.fp-details .image-controls {
  padding: 40px 0px 80px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: 20px;
}
.block.fp-details .image-controls .image-controls-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 100px;
  row-gap: 20px;
}
.block.fp-details .image-controls .share-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.block.fp-details .image-controls .share-wrapper button {
  background-color: transparent;
  border: none;
  min-width: unset;
  padding: 0;
  margin: 0;
  font-size: 4rem;
  color: var(--secondary-bg-color);
  cursor: pointer;
  height: 5rem;
  width: 5rem;
}
.block.fp-details .image-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
}
.block.fp-details .image-tabs button {
  padding: 15px 25px;
  border-radius: 0;
  min-width: unset;
  font-size: 2.5rem;
  font-weight: 400;
  background-color: color-mix(in srgb, #fff 65%, var(--secondary-bg-color));
  border-color: var(--secondary-bg-color);
  color: var(--text-color);
}
.block.fp-details .image-tabs button:hover,
.block.fp-details .image-tabs button:focus-visible {
  background-color: color-mix(in srgb, #fff 45%, var(--secondary-bg-color));
}
.block.fp-details .image-tabs .active {
  opacity: 0.4;
}
.block.fp-details .spinner {
  display: flex;
  align-items: center;
}
.block.fp-details .spinner a {
  position: relative;
  height: 60px;
  width: 60px;
  display: inline-block;
}
.block.fp-details .spinner a span {
  position: absolute;
  top: 11px;
  left: 12px;
  font-weight: bold;
  font-size: 17px;
  color: var(--secondary-bg-color);
  text-shadow: -1px -1px 0 var(--page-bg-color), 1px -1px 0 var(--page-bg-color), -1px 1px 0 var(--page-bg-color), 1px 1px 0 var(--page-bg-color);
}
.block.fp-details .spinner a svg {
  height: 100%;
  width: 100%;
  fill: var(--secondary-bg-color);
}
.block.fp-details .spinner a svg * {
  fill: var(--secondary-bg-color);
}
.block.fp-details .spinner a[href=""] {
  display: none;
}
.block.fp-details .contact-wrapper {
  background-color: color-mix(in srgb, #fff 65%, var(--secondary-bg-color));
  border-left: 4px solid var(--secondary-bg-color);
  border-right: 4px solid var(--secondary-bg-color);
  border-bottom: 4px solid var(--secondary-bg-color);
  border-top: 4px solid var(--secondary-bg-color);
  padding: 20px;
  width: 100%;
  transition: width 0.3s ease;
  margin: -4px auto 0;
}
.block.fp-details .contact-wrapper .title {
  background-color: var(--primary-bg-color);
  border: 2px solid var(--secondary-bg-color);
  width: fit-content;
  max-width: 100%;
  line-height: 24px;
  padding: 12px 24px;
  margin: -20px auto 0;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}
.block.fp-details .contact-wrapper .title h2,
.block.fp-details .contact-wrapper .title h3,
.block.fp-details .contact-wrapper .title h4,
.block.fp-details .contact-wrapper .title h5 {
  color: var(--text-color-alt);
  text-align: center;
}
.block.fp-details #fp-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 80px;
}
.block.fp-details #fp-img-wrapper a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block.fp-details #fp-img-wrapper img {
  max-height: 80vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border: 4px solid var(--primary-bg-color);
}
.block.fp-details .available-units {
  margin: 0 0 25px;
}
.block.fp-details .available-units table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  position: relative;
  margin-top: 50px;
}
.block.fp-details .available-units table caption {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: var(--text-font);
  padding: 15px 20px;
  background-color: var(--primary-bg-color);
  color: var(--text-color-alt);
  text-align: left;
}
.block.fp-details .available-units table thead {
  border: none;
  border-top: 2px solid var(--secondary-bg-color);
  border-bottom: 2px solid var(--secondary-bg-color);
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block.fp-details .available-units table tbody tr {
  display: block;
  position: relative;
  padding: 0 10px;
}
.block.fp-details .available-units table tbody tr:nth-child(odd) {
  background-color: color-mix(in srgb, #fff 65%, var(--secondary-bg-color));
}
.block.fp-details .available-units table td {
  display: block;
  text-align: end;
  z-index: 1;
  position: relative;
}
.block.fp-details .available-units table td:first-child {
  padding-top: 10px;
}
.block.fp-details .available-units table td:last-child {
  padding: 15px 0;
}
.block.fp-details .available-units table td:not(:last-child) {
  border-bottom: 1px solid var(--secondary-bg-color);
}
.block.fp-details .available-units table td:not([data-label="Apply"])::before {
  content: attr(data-label);
  float: left;
  font-weight: bold;
}
.block.fp-details .available-units table td[data-label="Apply"] {
  display: flex;
  justify-content: center;
}
.block.fp-details .available-units table td[data-label="Apply"] a {
  background-color: var(--secondary-bg-color);
  min-width: unset;
}
.block.fp-details .available-units table td a[href="undefined"],
.block.fp-details .available-units table td a[href=""],
.block.fp-details .available-units table td a[href="#"],
.block.fp-details .available-units table td a[href="null"],
.block.fp-details .available-units table td a[href$="undefined"] {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.fp-details #fp-img-wrapper {
    margin: 40px 0;
  }
  .block.fp-details #fp-img-wrapper a {
    width: 100%;
  }
  .block.fp-details .image-controls {
    margin: 0 auto;
  }
  .block.fp-details .available-units table tbody tr {
    padding: 0 50px;
  }
}
@media screen and (min-width: 960px) {
  .block.fp-details .fp-desktop {
    display: block;
  }
  .block.fp-details .fp-mobile {
    display: none;
  }
  .block.fp-details .main-content {
    flex-direction: row;
    gap: 60px;
  }
  .block.fp-details .contact-wrapper {
    width: fit-content;
    max-width: 400px;
  }
  .block.fp-details #fp-img-wrapper {
    width: calc(100% - 460px);
  }
  .block.fp-details .image-controls {
    padding: 40px 0px 40px 0;
  }
  .block.fp-details .available-units table {
    table-layout: unset;
  }
  .block.fp-details .available-units table caption {
    text-align: start;
  }
  .block.fp-details .available-units table tr {
    display: table-row !important;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .block.fp-details .available-units table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .block.fp-details .available-units table tr:nth-child(odd) {
    background-color: transparent;
  }
  .block.fp-details .available-units table thead {
    clip: unset;
    height: unset;
    margin: unset;
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .block.fp-details .available-units table thead th {
    position: relative;
    text-align: start;
    width: 20%;
    padding: 5px;
  }
  .block.fp-details .available-units table thead th:first-of-type {
    padding-left: 50px;
  }
  .block.fp-details .available-units table thead th:last-of-type {
    padding-right: 50px;
  }
  .block.fp-details .available-units table td {
    display: table-cell;
    text-align: start;
    border-bottom: none !important;
    padding: 10px 5px;
  }
  .block.fp-details .available-units table td:first-of-type {
    padding-left: 50px;
  }
  .block.fp-details .available-units table td:last-of-type {
    padding-right: 50px;
  }
  .block.fp-details .available-units table td::before {
    display: none;
  }
  .block.fp-details .available-units table td a.button {
    margin: 0 0 0 auto;
  }
}
.block.fp-details[data-type="manual"] .available-units {
  display: none;
}
#videoSeek {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  outline: none;
  opacity: 0.8;
  transition: opacity 0.2s;
  cursor: pointer;
  margin-top: 20px;
}
#videoSeek:hover,
#videoSeek:focus {
  opacity: 1;
}
#videoSeek:focus-visible {
  outline: 1px solid #ebebeb;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 25px;
  background: #ebebeb;
  border-radius: 2px;
  cursor: pointer;
  transform: translateY(-8px);
}
#videoSeek::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 5px;
  background: #979797;
}
input[type="range"]::-moz-range-thumb {
  width: 8px;
  height: 25px;
  background: var(--primary-bg-color);
  border-radius: 2px;
  cursor: pointer;
}
#videoSeek::-moz-range-progress {
  background: #979797;
  height: 8px;
}
.pagination {
  margin-top: 1em;
  width: fit-content;
  display: flex;
  align-items: center;
}
.page-btn {
  padding: 9px 10px;
  min-width: unset;
  color: var(--text-color);
  border-radius: 0;
  border-right: 1px solid #e5e9f2;
  border-top: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2;
  border-left: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  background-color: transparent;
}
.page-btn:first-of-type {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #e5e9f2;
}
.page-btn:last-of-type {
  border-radius: 0 5px 5px 0;
}
.page-btn:hover,
.page-btn:focus {
  background-color: #ebeef2;
}
.page-btn[aria-current="true"] {
  font-weight: bold;
  background: var(--secondary-bg-color);
  color: var(--button-text-color);
  cursor: default;
}
.dots {
  padding: 8px 10px;
  min-width: unset;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s;
  flex-grow: 1;
  border-right: 1px solid #e5e9f2;
  border-top: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2;
  cursor: default;
}
.block.footer {
  padding-top: 20px;
}
.block.footer a:not(.button) {
  color: var(--text-color);
}
.block.footer a:not(.button):hover,
.block.footer a:not(.button):focus-visible {
  color: var(--text-link-color-hover);
}
.block.footer .primary {
  border-top: 4px solid var(--secondary-bg-color);
  border-bottom: 4px solid var(--secondary-bg-color);
  padding: 10px 20px;
  margin-top: 40px;
}
.block.footer .primary .cta {
  display: flex;
  justify-content: center;
  transform: translateY(calc(-50% - 10px));
  margin-bottom: 10px;
}
.block.footer .primary ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.block.footer #footer-nav,
.block.footer #footer-nav-secondary {
  width: 100%;
  margin-bottom: 20px;
}
.block.footer #footer-nav ul,
.block.footer #footer-nav-secondary ul {
  flex-direction: column;
}
.block.footer #footer-nav li,
.block.footer #footer-nav-secondary li {
  margin-bottom: 0;
  text-align: center;
  position: relative;
  padding: 10px 10px 0;
}
.block.footer #footer-nav li::before,
.block.footer #footer-nav-secondary li::before {
  content: '◆ ◆ ◆';
  color: var(--secondary-bg-color);
  font-size: 0.5em;
  margin-right: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.block.footer #footer-nav li:first-child,
.block.footer #footer-nav-secondary li:first-child {
  padding-top: 0;
}
.block.footer #footer-nav li:first-child::before,
.block.footer #footer-nav-secondary li:first-child::before {
  content: '';
}
.block.footer #footer-nav-secondary {
  width: fit-content;
  margin: 0;
  display: flex;
  align-items: center;
}
.block.footer #footer-nav-secondary ul {
  flex-direction: row;
}
.block.footer #footer-nav-secondary li {
  border-top: none;
  border-left: 2px solid var(--secondary-bg-color);
  padding: 0 10px;
  margin-bottom: 0;
  line-height: 1.4;
}
.block.footer #footer-nav-secondary li::before {
  content: '';
}
.block.footer #footer-nav-secondary li:first-child {
  border-left: none;
}
.block.footer #footer-nav-secondary li:last-child {
  padding: 0 0 0 10px;
}
.block.footer .icon-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: end;
  position: relative;
  padding: 30px 0 10px;
}
.block.footer .icon-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  right: -20px;
  height: 4px;
  background-color: var(--secondary-bg-color);
}
.block.footer .footer-logo {
  display: none;
}
.block.footer .footer-logo img {
  max-height: 150px;
  max-width: 150px;
  object-fit: contain;
}
.block.footer .footer-logo.mobile {
  display: block;
  width: 100%;
}
.block.footer .footer-logo.mobile img {
  margin: 20px auto 0;
}
.block.footer .placeholder {
  display: none;
}
.block.footer .social-icons {
  height: fit-content;
}
.block.footer .social-icons .ada,
.block.footer .social-icons .equal-housing {
  display: flex;
  align-items: center;
}
.block.footer .social-icons ul {
  gap: 20px;
}
.block.footer .social-icons a {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block.footer .social-icons a svg {
  height: 100%;
  width: 100%;
  margin: 0;
  fill: var(--secondary-bg-color);
  transition: all 0.3s ease;
}
.block.footer .social-icons a svg g {
  fill: var(--secondary-bg-color);
  transition: all 0.3s ease;
}
.block.footer .social-icons a:hover svg,
.block.footer .social-icons a:focus-visible svg {
  fill: var(--primary-bg-color);
}
.block.footer .social-icons a:hover svg g,
.block.footer .social-icons a:focus-visible svg g {
  fill: var(--primary-bg-color);
}
.block.footer .social-icons a span {
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  text-decoration: none;
  background: none;
}
.block.footer .secondary {
  text-align: center;
}
.block.footer .secondary a:hover,
.block.footer .secondary a:focus-visible {
  color: var(--text-link-color-hover);
}
.block.footer .secondary .inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.block.footer .secondary .links,
.block.footer .secondary .copyright,
.block.footer .secondary .icons,
.block.footer .secondary .resite {
  margin-bottom: 5px;
}
.block.footer .secondary .links nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.block.footer .secondary .links nav ul li:not(:last-child) {
  margin-right: 5px;
}
.block.footer .secondary .links nav ul li:not(:last-child)::after {
  content: '|';
  margin: 0 5px;
}
.block.footer .secondary .right {
  display: flex;
  flex-direction: column;
}
.block.footer .secondary .right .icons img {
  height: 30px;
  width: auto;
  margin: auto;
  filter: contrast(0) brightness(0) invert(1);
}
@media screen and (min-width: 768px) {
  .block.footer .icon-wrapper {
    padding: 0 0 10px;
    justify-content: space-between;
  }
  .block.footer .icon-wrapper::before {
    content: '';
    display: none;
  }
  .block.footer .footer-logo {
    display: block;
  }
  .block.footer .footer-logo.mobile {
    display: none;
  }
  .block.footer .placeholder {
    display: block;
    width: 125px;
    height: 0;
  }
  .block.footer #footer-nav ul,
  .block.footer #footer-nav-secondary ul {
    flex-direction: row;
  }
  .block.footer #footer-nav li,
  .block.footer #footer-nav-secondary li {
    border-top: none;
    border-left: 2px solid var(--secondary-bg-color);
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .block.footer #footer-nav li::before,
  .block.footer #footer-nav-secondary li::before {
    content: '';
  }
  .block.footer #footer-nav li:first-child,
  .block.footer #footer-nav-secondary li:first-child {
    border-left: none;
  }
  .block.footer #footer-nav-secondary li {
    margin-bottom: 0;
  }
  .block.footer .secondary .inner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
  .block.footer .secondary .links {
    width: 50%;
  }
  .block.footer .secondary .links nav ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .block.footer .secondary .right {
    width: 50%;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
    flex-wrap: wrap;
    gap: 10px;
  }
  .block.footer .secondary .right .copyright {
    text-align: end;
  }
  .block.footer .secondary .right .icons img {
    margin: 0;
  }
}
.simple-text {
  position: relative;
  padding: 45px 20px;
}
.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;
  font-weight: bold;
  border-radius: 1px;
  transition: ease all 0.3s;
  text-align: center;
  margin: auto;
  cursor: pointer;
  border-radius: 5px;
  min-width: 200px;
}
.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);
}
.simple-text ul,
.simple-text ol {
  margin-left: 20px;
}
article.text-content {
  padding: 200px 20px 40px;
}
article.text-content h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  margin-top: 20px;
}
article.text-content h4 {
  font-size: 2.5rem;
  font-style: italic;
  margin-bottom: 10px;
}
article.text-content p {
  margin-bottom: 10px;
}
article.text-content ul,
article.text-content ol {
  margin-left: 20px;
}
.block.fee-transparency {
  padding: 40px 0;
}
.block.fee-transparency .title-container,
.block.fee-transparency .statement,
.block.fee-transparency .content,
.block.fee-transparency footer {
  padding: 0 20px;
}
.block.fee-transparency .title-container {
  margin-bottom: 40px;
  border-bottom: 4px solid var(--secondary-bg-color);
  padding-bottom: 20px;
}
.block.fee-transparency .statement {
  margin-bottom: 40px;
}
.block.fee-transparency .price-row {
  margin-bottom: 40px;
}
.block.fee-transparency .row-title {
  margin-bottom: 5px;
}
.block.fee-transparency .row-title h2,
.block.fee-transparency .row-title h3,
.block.fee-transparency .row-title h4,
.block.fee-transparency .row-title h5 {
  font-family: var(--text-font);
  font-weight: 700;
}
.block.fee-transparency .row-list ul,
.block.fee-transparency .row-list ol {
  margin-left: 40px;
}
.block.fee-transparency .footer-content * {
  font-style: italic;
  font-size: 1.5rem;
}
#specials {
  display: none;
}
#special-popdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: var(--page-bg-color);
}
#special-popdown *,
#special-popdown *:before,
#special-popdown *:after {
  box-sizing: inherit;
  color: var(--text-color);
}
#special-popdown #specials-inner {
  width: 100%;
  max-width: unset;
  padding: 25px 50px 0;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
#special-popdown #specials-inner .special {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}
#special-popdown #specials-inner .special h3 {
  font-size: 2rem;
  margin: 0 0 10px;
  color: var(--heading-color);
  padding-bottom: 0;
}
#special-popdown #specials-inner .special p {
  font-size: 1.6rem;
  text-align: center;
}
#special-popdown .special-image {
  max-width: 350px;
  padding: 0;
}
#special-popdown .special-image img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: contain;
  object-position: center;
}
#special-popdown #special-popdown-button {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  height: 24px;
  width: 24px;
  cursor: pointer;
  min-width: unset;
}
#special-popdown #special-popdown-button svg {
  width: 100%;
  height: 100%;
  fill: var(--text-color);
  transition: all 0.3s ease;
}
#special-popdown #special-popdown-button:hover svg,
#special-popdown #special-popdown-button:focus svg {
  opacity: 0.4;
}
#special-popdown.special-popdown--show {
  max-height: 600px;
}
#special-popdown.special-popdown--hiding {
  max-height: 0;
}
#special-popdown.special-popdown--hidden {
  max-height: 0;
  display: none;
}
#special-popdown .swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}
#special-popdown .swiper-wrapper {
  display: flex;
  align-items: center;
}
#special-popdown .swiper-pagination {
  bottom: 5px;
}
#special-popdown .swiper-pagination-bullet {
  background: #b9b9b9;
}
#special-popdown .swiper-pagination-bullet-active {
  background: #9e9e9e;
}
#special-popdown .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #special-popdown #specials-inner {
    flex-direction: row-reverse;
    justify-content: center;
  }
  #special-popdown #specials-inner .special {
    width: unset;
  }
  #special-popdown #specials-inner .special * {
    text-align: left;
  }
  #special-popdown .swiper {
    padding-bottom: 20px;
  }
  #special-popdown .swiper-slide {
    flex-direction: row;
  }
  #special-popdown #specials-inner .special-image + .special {
    align-items: start;
  }
  #special-popdown #specials-inner .special-image + .special p {
    text-align: left;
  }
  #special-popdown .special-image img {
    max-height: 200px;
  }
}

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