/* input(6103,29): run-time error CSS1019: Unexpected token, found ' '
input(6103,29): run-time error CSS1019: Unexpected token, found ' '
input(6103,29): run-time error CSS1042: Expected function, found ' '
input(6103,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
input(13837,1): run-time error CSS1019: Unexpected token, found '}' */
@charset "UTF-8";
.neg-m-top-1 {
  margin-top: -1rem;
}

#livesdk__campaign {
  display: none;
}

:root {
  --zindex-background: 1;
  --zindex-body: 100;
  --zindex-head-foot: 200;
  --zindex-panel: 300;
  --zindex-modal: 400;
  --zindex-dropdown: 500;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .heading-alpha {
  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%;
}
small a {
  font-size: 1em;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  scroll-padding-top: 200px;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 225px;
  }
}

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

h1, .heading-alpha, h2, .heading-beta, .map-prop-card__location-header, .map-prop-card__heading, h3, .footer-nav__item, .heading-gamma, h4, .heading-delta, h5, h6, p, a {
  margin: 0;
}
h1:focus, .heading-alpha:focus, h2:focus, .heading-beta:focus, .map-prop-card__location-header:focus, .map-prop-card__heading:focus, h3:focus, .footer-nav__item:focus, .heading-gamma:focus, h4:focus, .heading-delta:focus, h5:focus, h6:focus, p:focus, a:focus {
  outline: none;
}

fieldset {
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
}

iframe {
  border-style: hidden;
}

.assitive-text {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
  clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
  clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
  white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  border-spacing: 0px;
  border: 1px solid #C3BFB7;
  border-bottom: 1px solid #fff;
}

.table th,
.table td {
  padding: 0.85rem;
  vertical-align: top;
  border-left: 1px solid #C3BFB7;
  border-bottom: 1px solid #C3BFB7;
}
.table th:first-child,
.table td:first-child {
  border-left: 0px !important;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

#components-reconnect-modal {
  display: none;
}

.reconnectoverlay {
  background-color: #fff;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  z-index: 1049;
  position: fixed;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
  display: block;
}

.myDialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #ffffff;
  margin: auto;
  border: 1px solid #ffffff;
  height: 44px;
  width: 320px;
  border-radius: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.components-reconnect-top {
  background: #af272f;
  display: flex;
  flex-direction: row;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  color: white;
  width: 100%;
}
.components-reconnect-top h2, .components-reconnect-top .heading-beta, .components-reconnect-top .map-prop-card__location-header, .components-reconnect-top .map-prop-card__heading {
  color: white;
  font-size: 1.25rem;
}

.components-reconnect-bottom {
  display: flex;
  flex-direction: row;
  padding: 10px;
}
.components-reconnect-bottom p {
  font-size: 1rem;
  margin-bottom: 0px;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.warrantySubmitButton--loading .warrantySubmitButton__text {
  visibility: hidden;
  opacity: 0;
}

.osano-cm-dialog__close {
  right: 30px;
}

.osano-cm-dialog__buttons {
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .osano-cm-dialog__buttons {
    margin-top: 0px !important;
    max-width: fit-content;
  }
}

.osano-cm-storage-policy:before {
  content: "See ";
}

.osano-cm-button {
  border-radius: 0px;
  padding: 10px 16px;
  color: #fff;
  background-color: #6e6259;
  border: 1px solid #fff;
}
.osano-cm-button:hover {
  background-color: transparent;
}

.osano-cm-save {
  padding: 10px 16px !important;
  color: #fff;
  background-color: #6e6259;
  border: 1px solid #fff;
}
.osano-cm-save:hover {
  background-color: #fff;
  border: 1px solid #6e6259;
  color: #6e6259;
}

@media (min-width: 768px) {
  .osano-cm-dialog {
    padding: 1rem 4rem;
  }
}

.osano-cm-dialog__content {
  flex: 4;
}

.osano-cm-drawer-toggle .osano-cm-label {
  font-size: 1rem;
}

.osano-cm-list-item__description p {
  font-size: 0.85rem;
}

.osano-cm-view__list {
  margin-top: 2rem;
}

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

.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:active,
.osano-cm-expansion-panel__toggle:active {
  color: #af272f !important;
}

.osano-cm-disclosure__toggle:hover,
.osano-cm-expansion-panel__toggle:hover {
  color: rgb(133.2943925234, 29.7056074766, 35.7990654206);
}

/*TOGGLES*/
/*ESSENTIAL - DISABLED*/
.osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch,
.osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch,
.osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch {
  background-color: #25282A !important;
  border-color: #25282A !important;
}

/*ACTIVE - GREEN*/
.osano-cm-toggle__input:checked + .osano-cm-toggle__switch {
  background-color: #237a01 !important;
  border-color: #237a01 !important;
}

/*ACTIVE HOVER*/
.osano-cm-toggle__input:checked:hover + .osano-cm-toggle__switch {
  background-color: rgb(27.743902439, 96.7073170732, 0.7926829268) !important;
  border-color: rgb(27.743902439, 96.7073170732, 0.7926829268) !important;
}

/*OFF - GREY*/
.osano-cm-toggle__input + .osano-cm-toggle__switch {
  background-color: #777 !important;
  border-color: #777 !important;
}

/*OFF HOVER*/
.osano-cm-toggle__input:hover + .osano-cm-toggle__switch {
  background-color: rgb(106.25, 106.25, 106.25) !important;
  border-color: rgb(106.25, 106.25, 106.25) !important;
}

.osano-cm-toggle__input:focus + .osano-cm-toggle__switch::before {
  border: 0px !important;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.my-icon i {
  background: url("/images/logos/Seasons_logo.svg?v=BEiwebPLsmtinezpAiNSkyYXWBA");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hmc_modal small {
  font-size: 0.75rem;
}
.hmc_modal small a {
  font-size: 0.75rem;
}

.print-frame {
  margin-top: 1.25rem;
}
.print-frame .p-header {
  display: none;
}
.print-frame .comm-card__header {
  display: block !important;
}
.print-frame .comm-card__header:hover {
  text-decoration: none;
  cursor: initial;
}
.print-frame .comm-card__content-wrap {
  margin: 1.25rem 0;
}
.print-frame .comm-card__content-wrap .comm-card__right, .print-frame .comm-card__content-wrap .comm-card__copy {
  cursor: initial;
}
.print-frame .p-content {
  font-family: "futura-pt", sans-serif;
}
.print-frame .p-content h1, .print-frame .p-content .heading-alpha {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}
.print-frame .p-content a {
  color: #25282A !important;
  text-decoration: none !important;
  font-weight: normal !important;
}
.print-frame .futura {
  font-family: "futura-pt", sans-serif;
}
.print-frame .futura-m {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
}

@media print {
  .site-header--overlay,
  .site-header,
  footer,
  .p-only {
    display: none;
  }
  .site-wrap {
    max-width: auto;
  }
  .main {
    padding-top: 0px !important;
  }
  .futura {
    font-family: "futura-pt", sans-serif;
  }
  .futura-m {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
  }
  body, .print-frame {
    padding: 0px !important;
    margin: 0px !important;
  }
  body .p-table, .print-frame .p-table {
    margin-top: 0px !important;
    page-break-after: always;
  }
  body .p-table .p-header, .print-frame .p-table .p-header {
    display: table-header-group;
    font-family: "futura-pt", sans-serif;
  }
  body .p-table .p-header th, .print-frame .p-table .p-header th {
    height: 50px;
    text-align: right;
  }
  body .p-table .p-header th h2, body .p-table .p-header th .heading-beta, body .p-table .p-header th .map-prop-card__location-header, body .p-table .p-header th .map-prop-card__heading, .print-frame .p-table .p-header th h2, .print-frame .p-table .p-header th .heading-beta, .print-frame .p-table .p-header th .map-prop-card__location-header, .print-frame .p-table .p-header th .map-prop-card__heading {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  body .p-table .p-header th h5, .print-frame .p-table .p-header th h5 {
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  body .p-table .p-header th img, .print-frame .p-table .p-header th img {
    max-width: 140px;
  }
  body .p-table .p-header th .header-logo, .print-frame .p-table .p-header th .header-logo {
    width: 150px;
    text-align: left !important;
  }
  body .p-table .p-header th p, .print-frame .p-table .p-header th p {
    font-size: 9px !important;
    font-weight: normal !important;
  }
  body .p-table .p-disclaim p, .print-frame .p-table .p-disclaim p {
    font-size: 8px;
    font-style: italic;
    margin-bottom: 4px;
  }
  body .p-table .p-disclaim a, .print-frame .p-table .p-disclaim a {
    font-size: 9px;
    color: #25282A !important;
    text-decoration: none !important;
  }
  body .p-table .p-footer, body .p-table .p-footer-sf, .print-frame .p-table .p-footer, .print-frame .p-table .p-footer-sf {
    display: table-footer-group;
    page-break-after: always;
  }
  body .p-table .p-footer .p-disclaim p, body .p-table .p-footer-sf .p-disclaim p, .print-frame .p-table .p-footer .p-disclaim p, .print-frame .p-table .p-footer-sf .p-disclaim p {
    font-size: 8px;
    font-style: italic;
    margin-bottom: 4px;
  }
  body .p-table .p-footer .fixed-footer-bar, body .p-table .p-footer-sf .fixed-footer-bar, .print-frame .p-table .p-footer .fixed-footer-bar, .print-frame .p-table .p-footer-sf .fixed-footer-bar {
    height: 20px;
    background-color: #af272f !important;
    -webkit-print-color-adjust: exact !important;
  }
  body .p-table .p-footer .fixed-footer-bar img, body .p-table .p-footer-sf .fixed-footer-bar img, .print-frame .p-table .p-footer .fixed-footer-bar img, .print-frame .p-table .p-footer-sf .fixed-footer-bar img {
    max-width: 180px;
  }
  body .p-table .p-footer-sf, .print-frame .p-table .p-footer-sf {
    position: absolute;
    bottom: 0;
  }
  body .p-table .p-content, .print-frame .p-table .p-content {
    font-family: "futura-pt", sans-serif;
  }
  body .p-table .p-content tr td h1, body .p-table .p-content tr td .heading-alpha, .print-frame .p-table .p-content tr td h1, .print-frame .p-table .p-content tr td .heading-alpha {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
  }
  body .p-table .p-content tr td .listing-left, .print-frame .p-table .p-content tr td .listing-left {
    float: left;
    width: 30%;
    /*                                img {
            padding: 4px;
            border: 1px solid #C3BFB7;
        }*/
  }
  body .p-table .p-content tr td .listing-right, .print-frame .p-table .p-content tr td .listing-right {
    float: left;
    width: 67%;
    margin-left: 2%;
  }
  body .p-table .p-content tr td .comm-card__content-wrap, .print-frame .p-table .p-content tr td .comm-card__content-wrap {
    margin: 1rem 0px;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__img, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__img {
    float: left;
    width: 28% !important;
    margin-right: 1.9%;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right {
    float: left;
    width: 70%;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right .comm-card__copy, body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right p, body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right span, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right .comm-card__copy, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right p, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right span {
    font-size: 11px !important;
    line-height: 0.9rem;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-full, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-full {
    float: left;
    width: 100%;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-full .comm-card__copy, body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-full p, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-full .comm-card__copy, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-full p {
    font-size: 12px !important;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half {
    float: left;
    width: 49%;
    padding-left: 1%;
    font-size: 11px !important;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half comm-card__img, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half comm-card__img {
    float: left;
    width: 50%;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap-full, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap-full {
    width: 98%;
    min-height: 80px !important;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap-full .comm-card__copy, body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap-full p, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap-full .comm-card__copy, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap-full p {
    font-size: 11px !important;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap {
    margin-left: 1%;
    float: left;
    width: 48%;
  }
  body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap .comm-card__copy, body .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap p, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap .comm-card__copy, .print-frame .p-table .p-content tr td .comm-card__content-wrap .comm-card__right-half .comm-card__copy-wrap p {
    font-size: 11px !important;
  }
  body .p-table .p-content .td-listing, .print-frame .p-table .p-content .td-listing {
    border-top: 1px dotted #C3BFB7;
    border-bottom: 1px dotted #C3BFB7;
  }
  body .p-table .p-content .special-financing, body .p-table .p-content .market-rate, .print-frame .p-table .p-content .special-financing, .print-frame .p-table .p-content .market-rate {
    -webkit-print-color-adjust: exact !important;
  }
  body .p-table .p-content .special-financing th, body .p-table .p-content .market-rate th, .print-frame .p-table .p-content .special-financing th, .print-frame .p-table .p-content .market-rate th {
    color: #fff !important;
  }
  body .p-table .p-content .special-financing, .print-frame .p-table .p-content .special-financing {
    background-color: #237a01 !important;
  }
  body .p-table .p-content .market-rate, .print-frame .p-table .p-content .market-rate {
    background-color: #6e6259 !important;
  }
  body .p-table .p-event .u-bg-warm-gray, .print-frame .p-table .p-event .u-bg-warm-gray {
    -webkit-print-color-adjust: exact !important;
    padding: 0.7rem !important;
  }
  body .p-table .p-event p, body .p-table .p-event span, .print-frame .p-table .p-event p, .print-frame .p-table .p-event span {
    font-size: 12px !important;
  }
  body .p-table .p-event a, .print-frame .p-table .p-event a {
    font-size: 12px !important;
    color: #25282A !important;
    text-decoration: none !important;
  }
  body .p-table .p-event .flex-column, body .p-table .p-event .md\:flex-row, .print-frame .p-table .p-event .flex-column, .print-frame .p-table .p-event .md\:flex-row {
    flex: none;
    display: block;
    /*.md\:u-width-50 {
        float: left;
        width: 50% !important;
    }

    .md\:u-width-60 {
        padding-left: 20px;
        float: right;
        width: 60% !important;
    }*/
  }
  body .p-table .p-event .flex-column .md\:u-width-30, body .p-table .p-event .md\:flex-row .md\:u-width-30, .print-frame .p-table .p-event .flex-column .md\:u-width-30, .print-frame .p-table .p-event .md\:flex-row .md\:u-width-30 {
    float: left;
    width: 30% !important;
    padding-right: 2%;
  }
  body .p-table .p-event .flex-column .md\:u-width-40, body .p-table .p-event .md\:flex-row .md\:u-width-40, .print-frame .p-table .p-event .flex-column .md\:u-width-40, .print-frame .p-table .p-event .md\:flex-row .md\:u-width-40 {
    float: left;
    width: 40% !important;
    padding-right: 2%;
  }
}
body {
  font-size: 100%;
  line-height: 1.25;
  font-family: "Nunito Sans", sans-serif;
}

p, a, ul, ol, span {
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  p, a, ul, ol, span {
    font-size: 1.075rem;
  }
}

a {
  color: #Af272f;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

h1, .heading-alpha {
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  h1, .heading-alpha {
    font-size: 2.125rem;
  }
}

h2, .heading-beta, .map-prop-card__location-header, .map-prop-card__heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #25282A;
}
@media (min-width: 768px) {
  h2, .heading-beta, .map-prop-card__location-header, .map-prop-card__heading {
    font-size: 1.625rem;
    font-weight: 600;
  }
}

h2.u-ff-modish, .u-ff-modish.heading-beta, .u-ff-modish.map-prop-card__location-header, .u-ff-modish.map-prop-card__heading {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h2.u-ff-modish, .u-ff-modish.heading-beta, .u-ff-modish.map-prop-card__location-header, .u-ff-modish.map-prop-card__heading {
    font-size: 4rem;
  }
}

h3, .footer-nav__item, .heading-gamma {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  h3, .footer-nav__item, .heading-gamma {
    font-size: 1.1875rem;
    font-weight: 700;
  }
}

hr {
  border-top: 1px solid #D1DCE2;
}

p {
  margin-bottom: 1.875rem;
}

ul {
  margin-block-start: 0px;
}

small {
  font-size: 0.75rem;
  font-style: italic;
  display: block;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  small {
    font-size: 0.875rem;
  }
}
small p, small a, small ul, small ol, small span {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  small p, small a, small ul, small ol, small span {
    font-size: 0.875rem;
  }
}

input[type=text]:disabled {
  opacity: 0.6;
}

input:disabled {
  opacity: 0.6;
}

/* Off-canvas element CSS */
.menu {
  position: fixed; /* Does not play well with some old browsers (see: README) */
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 665;
  overflow: auto;
  -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
  padding-top: 0.875rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .menu {
    width: auto;
    max-width: 970px;
    height: auto;
    z-index: 9999;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    box-shadow: 0px 0px 20px -10px rgba(33, 56, 72, 0.8);
    transform: translate3d(0, -107%, 0);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    overflow-y: auto;
  }
  @supports (overflow-y: overlay) {
    .menu {
      overflow-y: overlay;
    }
  }
  @supports (scrollbar-gutter: stable) {
    .menu {
      scrollbar-gutter: stable;
    }
  }
}

.compare-panel {
  z-index: 660;
  max-width: 100vw;
}

@media (min-width: 768px) {
  .menu--right--half {
    width: 100%;
    max-width: fit-content;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0;
    left: auto !important;
    transform: translate3d(100%, 0, 0);
  }
}

@media (min-width: 768px) {
  .menu--left--half {
    width: 100%;
    max-width: fit-content;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

/* Left off-canvas elements default status: out of the page */
.menu,
.menu--left {
  left: -100%;
}
@media (min-width: 768px) {
  .menu,
  .menu--left {
    left: 0;
  }
}

/* Right off-canvas elements default status: out of the page */
.menu--right {
  left: auto;
  right: -100%;
}
@media (min-width: 768px) {
  .menu--right {
    right: 0;
  }
}

/*
 * Left off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */
.menu--left.is-open,
.blzr-menu--is-left .menu-sliding-element {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
@media (min-width: 768px) {
  .menu--left.is-open,
  .blzr-menu--is-left .menu-sliding-element {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*
 * Right off-canvas element is open:
 * - off-canvas element slides in
 * - container elements slides out
 */
.menu--right.is-open,
.blzr-menu--is-right .menu-sliding-element {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
  .menu--right.is-open,
  .blzr-menu--is-right .menu-sliding-element {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.menu--right--half.is-open,
.blzr-menu--is-right .menu-sliding-element {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
@media (min-width: 768px) {
  .menu--right--half.is-open,
  .blzr-menu--is-right .menu-sliding-element {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100vh;
    max-height: 100%;
    right: 0 !important;
    left: auto !important;
  }
}

/* Elements Transitions */
.menu,
.menu-sliding-element {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  /* improves performance issues on mobile*/
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* Body overflow */
/* Fallback movements for browser not supporting CSS 3d Transitions
----------------------------------------------- */
/* Modernizr false negative csstransforms3d fix, reset CSS 3d Transitions */
.no-csstransforms3d .offside {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.no-csstransforms3d .offside-sliding-element {
  overflow-x: hidden;
  position: relative;
}

/* Element is open: off-canvas element slides in */
.no-csstransforms3d .offside--left.is-open {
  left: 0;
}

.no-csstransforms3d .offside--right.is-open {
  right: 0;
}

/* Element is open: container elements slide out */
.no-csstransforms3d > .offside-js--is-left .offside-sliding-element {
  right: -200px;
}

.no-csstransforms3d > .offside-js--is-right .offside-sliding-element {
  left: -200px;
}

.panel-back-btn {
  position: relative;
  padding-left: 1rem;
  background-color: transparent;
  outline: none;
  border: none;
  text-decoration: underline;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .panel-back-btn {
    font-size: 1rem;
  }
}
.panel-back-btn::before {
  content: "<";
  position: absolute;
  left: 0;
  width: 14px;
}
.panel-back-btn:hover {
  cursor: pointer;
  text-decoration: none;
}

.blzr-menu--is-open {
  overflow-y: hidden;
}

.site-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1500px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.container-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .md\:container-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.container-m-full {
  width: 100%;
}
@media (min-width: 768px) {
  .container-m-full {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.main {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .main {
    padding-top: 74px;
  }
}

.main__child-panel {
  background-color: #fff;
  width: 100%;
  height: auto;
  z-index: 10;
  transform: scaleX(1);
  transform: scaleY(1);
  transform: translateX(0px);
  transition: transform 0.2s ease-in-out;
}

.offside-right {
  z-index: 0;
  transform: scaleX(0);
  width: 0;
  transform: translateX(100vw);
  opacity: 0;
  height: 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  padding: 0;
}

.offside-behind {
  z-index: 0;
  transform: scaleX(0);
  transform: scaleY(0);
  width: 0;
  opacity: 0;
  height: 0;
  transition: 1.5s ease-in-out;
  overflow: hidden;
}

.content-section {
  margin-bottom: 4.375rem;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .content-section {
    margin-bottom: 7.5rem;
  }
}

.subheader {
  position: fixed;
  background-color: #fff;
  width: clamp(0px, 1500px, 100%);
  z-index: 19;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #C3BFB7;
  top: 48px;
}
@media (min-width: 768px) {
  .subheader {
    top: 73px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.subheader--second {
  top: 72px;
}

.subheader .subheader--second {
  margin-bottom: 0.1rem;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #C3BFB7;
}

.subheader--overlay {
  z-index: -1;
  height: 55px;
  background-color: #fff;
  position: absolute;
  inset: 0;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.subheader-main {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .subheader-main {
    padding-top: calc(74px + 60px + 1.5em);
  }
  .subheader-main--second {
    padding-top: calc(2 * (60px + 1.5em) + 74px);
  }
}

.subheader-tab {
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
.subheader-tab--ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25%;
}

.subheader-tab--selected {
  font-weight: bold;
}

.article--two-column {
  --gap: 1em;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.article--two-column--reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .article--two-column {
    --gap: 3.5em;
    flex-direction: row;
    align-content: space-between;
    align-items: flex-start;
    gap: var(--gap);
  }
}

.article--two-column__section {
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.article--two-column__section h2, .article--two-column__section .heading-beta, .article--two-column__section .map-prop-card__location-header, .article--two-column__section .map-prop-card__heading {
  border-bottom: 1px dotted #C3BFB7;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .article--two-column__section {
    max-width: calc(50% - var(--gap) / 2);
  }
}

.article__section--65 {
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .article__section--65 {
    max-width: 65%;
    width: 65%;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 65%;
  }
}

.article__section--55 {
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .article__section--55 {
    max-width: 55%;
    width: 55%;
    flex-shrink: 0;
    flex-grow: 1;
    flex-basis: 55%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 5em;
}

.slide {
  position: absolute;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.slide p {
  vertical-align: middle;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .slide p .slide p {
    display: inline-flex !important;
    vertical-align: middle;
    padding-left: 8px;
  }
  .slide p .slide p:first-of-type {
    padding-left: 0px;
  }
}

.slider--banner-sc, .slider--banner-hf {
  min-height: 18rem;
  margin-top: 0.625rem;
}
@media (min-width: 768px) {
  .slider--banner-sc, .slider--banner-hf {
    min-height: 11rem;
  }
}
.slider--banner-sc .slide, .slider--banner-hf .slide {
  background-color: #f0efed;
  border: 1px solid #bfb7b0;
  padding: 0.5rem 5rem 0.5rem 1.25rem;
}
@media (min-width: 768px) {
  .slider--banner-sc .slide, .slider--banner-hf .slide {
    padding: 1.25rem 6.25rem 1.25rem 1.25rem;
  }
}
.slider--banner-sc .slide a, .slider--banner-hf .slide a {
  font-size: 1rem;
}
.slider--banner-sc .slider__btns--banner, .slider--banner-hf .slider__btns--banner {
  right: 0.3125rem;
  top: 12px;
}

.slider--banner-hf {
  min-height: 60rem;
}
@media (min-width: 768px) {
  .slider--banner-hf {
    min-height: 68rem;
  }
}

.communities__header {
  position: sticky;
  width: 100%;
  max-width: 1500px;
  z-index: 17;
  top: 48px;
}
@media (min-width: 768px) {
  .communities__header {
    top: 73px;
  }
}

@media (min-width: 768px) {
  .communities__filters {
    margin-top: 0px;
    margin-bottom: 1.125rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .communities__container--filters {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.communities__wrap {
  margin-top: 1.25rem;
  width: 100%;
  margin-bottom: 2.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .communities__wrap {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

.communities__cards {
  width: 100%;
}
@media (min-width: 768px) {
  .communities__cards {
    flex-basis: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .communities__cards--wrap {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .communities__cards--wrap .comm-card {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .communities__cards--wrap {
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .communities__cards--wrap .comm-card {
    width: 45%;
  }
}

.communities__map {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 768px) {
  .communities__map {
    height: calc(100vh - 140px);
    flex-basis: 40%;
    position: sticky;
    top: 140px;
  }
}
.communities__map .map-placeholder {
  background-image: url("/images/d_googlemap_placeholder.webp?v=QICnxfKQkD79D9Ek73LPVi0PYmM");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 235px);
  width: 100%;
  justify-content: center;
  align-items: center;
}
.communities__map .map-placeholder .blurred-overlay {
  background-color: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(6px);
  height: calc(100vh - 205px);
  width: 105%;
  margin: -2.5%;
  text-align: center;
  align-content: center;
}
.communities__map .g-map {
  height: 100vh !important;
}
@media (min-width: 768px) {
  .communities__map .g-map {
    height: calc(100vh - 225px) !important;
  }
}
.communities__map img {
  position: relative;
}

.g-map {
  height: calc(100vh - 85px) !important;
}
@media (min-width: 768px) {
  .g-map {
    height: calc(100vh - 284px) !important;
  }
}

.communities__sticky-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .communities__inner-sticky-wrap {
    position: sticky;
    top: 200px;
    background-color: #fff;
    z-index: 10;
    padding-bottom: 0.0625rem;
  }
}

.chip-wrap {
  margin: 0.625rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.community-card-new .comm-card__img {
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .community-card-new .comm-card__img {
    flex-basis: 38%;
  }
}
.community-card-new .comm-card__right .monthly-payment-search {
  line-height: 1em;
}
.community-card-new .comm-card__right p {
  font-size: 0.8rem;
}
.community-card-new .comm-card__right small {
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .community-card-new .comm-card__right {
    flex-basis: 62%;
  }
  .community-card-new .comm-card__right p {
    font-size: 0.9rem;
  }
}
.community-card-new .comm-card__copy-wrap {
  display: block;
}

.btn-sort-filter {
  border-radius: 12px;
  display: flex !important;
  align-items: center;
}
.btn-sort-filter:hover path {
  fill: black;
}
.btn-sort-filter .sortfilter {
  display: none;
}
@media (min-width: 768px) {
  .btn-sort-filter .sortfilter {
    display: flex;
    width: 20px;
    height: 20px;
  }
}

.btn-sort-filter-reversed {
  border-radius: 10px;
  display: flex !important;
  align-items: center;
}
.btn-sort-filter-reversed path {
  fill: black;
}
.btn-sort-filter-reversed:hover path {
  fill: white;
}
.btn-sort-filter-reversed .sortfilter {
  display: none;
}
@media (min-width: 768px) {
  .btn-sort-filter-reversed .sortfilter {
    display: flex;
    width: 20px;
    height: 20px;
  }
}

.toast, .toast-info, .toast-error {
  padding: 1.25rem;
  margin: auto;
  background-color: #4B8A22;
  color: #fff;
  text-align: left;
  font-size: 1rem;
}
.toast-error {
  background-color: #A22020;
  color: #fff;
}
.toast-info {
  background-color: #EBA900;
  color: #25282A;
}

.toast-container {
  display: none;
  position: absolute;
  margin: 0 auto;
  bottom: 15%;
  z-index: 16;
}

.toast-container.show {
  display: block !important;
  -webkit-animation: slideInUp 0.5s, stay 7s 0s, fadeout 0.2s 7s;
  animation: slideInUp 0.5s, stay 7s 0s, fadeout 0.2s 7s;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes expand {
  from {
    min-width: 150px;
  }
  to {
    min-width: 350px;
  }
}
@keyframes expand {
  from {
    min-width: 150px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}
@keyframes stay {
  from {
    min-width: 350px;
  }
  to {
    min-width: 350px;
  }
}
@-webkit-keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}
@keyframes shrink {
  from {
    min-width: 350px;
  }
  to {
    min-width: 50px;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.accordion {
  overflow: hidden;
  max-height: 340px;
  height: 340px;
}
@media (min-width: 768px) {
  .accordion {
    max-height: 320px;
    height: 320px;
  }
}
.accordion input {
  display: none;
}
.accordion label {
  display: block;
  padding: 12px;
  line-height: 1.5rem;
  border-bottom: 1px solid #f0efed;
  margin: 0 0 1px 0;
  cursor: pointer;
  transition: ease 0.35s;
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
}
.accordion label:after {
  content: url("/images/Arrow-Right--black.svg?v=xz2UL9ozhEMxmJ2e0g5sLhuo13k");
  transform: rotate(90deg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 35%;
  right: 10px;
}
.accordion label span {
  font-size: 0.9rem;
  margin-right: 6px;
  font-weight: normal;
}
.accordion .content {
  border: #6e6259;
  margin: 0 0 1px 0;
  width: 100%;
}
.accordion .content .table {
  margin-top: -2px;
}
.accordion .content .table td {
  padding: 0.7rem;
}
.accordion input + label + .content {
  opacity: 0;
  height: 0;
  padding: 0 18px;
  transition: ease 0.1s;
}
.accordion input:checked + label + .content {
  opacity: 1;
  height: fit-content;
  max-height: fit-content;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .accordion input:checked + label + .content {
    height: 150px;
    max-height: 150px;
  }
}
.accordion input:checked + label::after {
  content: url("/images/Arrow-Right--black.svg?v=xz2UL9ozhEMxmJ2e0g5sLhuo13k");
  transform: rotate(-90deg);
  top: 53%;
  right: 25px;
}

.Appliances-icon {
  position: relative;
}
.Appliances-icon:before {
  position: absolute;
  content: url("/images/icons/fridge.svg?v=zr7yrWgT5FhtLDixjqDC8Jpg3aQ");
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
}
.Appliances-icon a {
  padding-left: 20px !important;
}

.spaces-icon {
  position: relative;
}
.spaces-icon:before {
  position: absolute;
  content: url("/images/icons/balcony.svg?v=8exx5YFums-Kzb0prE_Pu2hgxJ8");
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
}
.spaces-icon a {
  padding-left: 20px !important;
}

.Fixtures-icon {
  position: relative;
}
.Fixtures-icon:before {
  position: absolute;
  content: url("/images/icons/tub.svg?v=Le-JbMJf0kkK47bJjrr7NXSX9pY");
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
}
.Fixtures-icon a {
  padding-left: 20px !important;
}

.Finishes-icon {
  position: relative;
}
.Finishes-icon:before {
  position: absolute;
  content: url("/images/icons/railing.svg?v=kG6UxLnHxC62GjT0_NfPVu52vbM");
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
}
.Finishes-icon a {
  padding-left: 20px !important;
}

.Architectural-icon {
  position: relative;
}
.Architectural-icon:before {
  position: absolute;
  content: url("/images/icons/fireplace.svg?v=-qp8blF1H2iGYdeRo_N_u85Vhto");
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
}
.Architectural-icon a {
  padding-left: 20px !important;
}

.Extras-icon {
  position: relative;
}
.Extras-icon:before {
  position: absolute;
  content: url("/images/icons/solar.svg?v=d6PmVz5RNO14NNCJzzEcdIS1vfg");
  top: 5px;
  left: 10px;
  width: 24px;
  height: 24px;
}
.Extras-icon a {
  padding-left: 20px !important;
}

.skip-to-content {
  position: absolute;
  transform: translateY(-120%);
  background-color: #000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 0 0 0.25rem 0.25rem;
  left: 0.5rem;
  transition: transform 325ms ease-in;
}
.skip-to-content:focus {
  transform: translateY(0);
}

.site-header {
  background-color: #fff;
  border-bottom: 1px solid #c4bfb6;
  height: 48px;
  position: fixed;
  width: 100%;
  max-width: 1500px;
  z-index: 20;
}
@media (min-width: 768px) {
  .site-header {
    height: 74px;
    border-bottom: none;
  }
}

.site-header--overlay {
  z-index: 19;
  height: 48px;
  background-color: #fff;
  position: fixed;
  inset: 0;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}
@media (min-width: 768px) {
  .site-header--overlay {
    height: 74px;
  }
}

.site-header__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4375rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #C3BFB7;
}
@media (min-width: 768px) {
  .site-header__container {
    padding-top: 1.25rem;
    padding-bottom: 0.875rem;
    border-bottom: 1px solid #C3BFB7;
  }
}

.site-header__logo {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__logo svg {
  width: 120px;
  height: auto;
}
@media (min-width: 768px) {
  .site-header__logo svg {
    width: 140px;
  }
}

.site-search {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .site-search {
    margin-right: 2.5rem;
  }
}
.site-search svg {
  width: 20px;
  height: auto;
}
@media (min-width: 768px) {
  .site-search svg {
    width: 25px;
  }
}

.nav-toggle__bar {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #25282A;
  margin: 3px auto 8px;
  transition: 0.4s;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .nav-toggle__bar {
    width: 44px;
    height: 2px;
    margin: 5px auto 8px;
  }
}

.toggle-active .nav-toggle__bar--top {
  transform: rotate(-45deg) translate(-7px, 6px);
}

.toggle-active .nav-toggle__bar--middle {
  opacity: 0;
}

.toggle-active .nav-toggle__bar--bottom {
  transform: rotate(45deg) translate(-5px, -5px);
}

.panel-close {
  width: 22px;
  height: 22px;
  margin-left: auto;
  padding: 10px;
}

.panel-close__bar {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #25282A;
  margin: 0 auto 7px;
  transition: 0.4s;
  border-radius: 1px;
}

.panel-close__bar--top {
  transform: rotate(-45deg) translate(-2px, 2px);
}

.panel-close__bar--bottom {
  transform: rotate(45deg) translate(-4px, -4px);
}

.menu__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 0.625rem;
}

.site-nav {
  background-color: #fff;
}

.site-nav__list {
  position: relative;
  margin: 0;
}

.site-nav__li {
  margin-bottom: 1rem;
  padding-bottom: 0.25rem;
}

.has-submenu {
  border-bottom: 1px solid #6e6259;
  padding-top: 0.4375rem;
}

.site-nav__item {
  color: #25282A;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .site-nav__item {
    font-size: 1.1875rem;
    font-weight: 700;
  }
}
.site-nav__item:hover {
  text-decoration: none;
  text-decoration: none;
  list-style: none;
}

.site-nav-submenu {
  padding-top: 1rem;
  margin-left: 1rem;
}
.site-nav-submenu li {
  margin-bottom: 1.4375rem;
}
.site-nav-submenu a {
  text-decoration: none;
  color: #000;
  font-size: 1.0625rem;
  font-weight: 300;
}
.js-subnav-hide {
  display: none;
}

.submenu-icon {
  position: relative;
  width: 13px;
  height: 13px;
}
.submenu-icon:before, .submenu-icon:after {
  content: "";
  position: absolute;
  background-color: #25282A;
  transition: transform 0.25s ease-out;
}
.submenu-icon:before {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
.submenu-icon:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}

.js-submenu-active .submenu-icon:before {
  transform: rotate(90deg);
}
.js-submenu-active .submenu-icon:after {
  transform: rotate(180deg);
  display: none;
}

.js-submenu-active .js-submenu {
  display: block;
}

.site-nav__connect {
  background-color: #f0efed;
  border-top: 1px solid #000;
  padding-top: 1.875rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .site-nav__connect {
    background-color: transparent;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 1.875rem;
  }
}

.site-nav__connect-copy {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .site-nav__connect-copy {
    font-weight: 700;
    font-size: 1.25rem;
  }
}

.connect-phone {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #af272f;
}
.connect-phone::before {
  content: "";
  background-image: url("../images/Phone.svg?v=TAc-GC0bFxgrg9CwBabsJQTeMAY");
  width: 16px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
.connect-phone a {
  margin-left: 1.25rem;
  text-decoration: none;
}

@media (min-width: 768px) {
  .site-nav__search {
    float: left;
    width: 50%;
  }
}

.site-nav__main {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .site-nav__main {
    float: right;
    width: 40%;
  }
}

@media (min-width: 768px) {
  .site-nav__connect {
    clear: left;
    float: left;
    width: 50%;
  }
}

.site-nav__list-header {
  position: relative;
  border-top: 1px solid #6e6259;
  border-right: 1px solid #6e6259;
  border-left: 1px solid #6e6259;
  color: #6e6259;
  padding: 0.1875rem 0;
  margin: 0 0 10px 0;
}
.site-nav__list-header span {
  position: absolute;
  text-transform: uppercase;
  font-size: 0.8rem;
  top: -13px;
  left: 10px;
  background-color: #fff;
  padding: 0.3125rem;
  letter-spacing: 0.1rem;
}

.site-nav-submenu {
  display: none;
  max-height: 0;
  left: -999rem;
}

.js-submenu-active .site-nav-submenu {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  left: auto;
}

.btn-rounded {
  border-radius: 30px;
}

.btn-rounded-less {
  border-radius: 12px;
}

.plan-map-btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta {
  display: inline-block;
  background-color: #25282A;
  color: #fff;
  font-size: 1rem;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0.5rem 1.375rem;
  border: 1px solid #25282A;
  margin-bottom: 1.5rem;
}
.cta:hover {
  background-color: #fff;
  color: #25282A;
  border: 1px solid #25282A;
}
@media (min-width: 768px) {
  .cta {
    font-size: 1.3125rem;
    padding: 1rem 1.375rem;
  }
}

.cta--search {
  position: relative;
  background-color: #6e6259;
  border: 1px solid #6e6259;
  padding: 0.8125rem 1.375rem;
  padding-left: 3.125rem;
  margin-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .cta--search {
    padding-left: 3.375rem;
  }
}
.cta--search:before {
  content: "";
  background-image: url("../images/search-white.svg?v=HwOu8zNQ8neNbPrm8EpklBY4jtw");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 22px;
  width: 20px;
  height: auto;
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .cta--search:before {
    width: 24px;
  }
}
.cta--search:hover {
  cursor: pointer;
  color: #6e6259;
  border: 1px solid #6e6259;
}
.cta--search:hover:before {
  content: "";
  background-image: url("../images/search.svg?v=7aN_taSSK9ZsBqJs_TKGCPty9Ec");
}
@media (min-width: 768px) {
  .cta--search {
    padding: 1.25rem 1.375rem;
    padding-left: 3.125rem;
  }
}

.btn {
  outline: 0;
  border: none;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
  width: fit-content;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .btn {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.875rem;
    padding-left: 1.75rem;
    font-size: 1.0625rem;
  }
}
.btn:hover {
  cursor: pointer;
}

.btn--primary, .filter-results__links {
  background-color: #6e6259;
  color: #fff;
  border: 1px solid #6e6259;
}
.btn--primary:hover, .filter-results__links:hover {
  color: #6e6259;
  background-color: #fff;
  border: 1px solid #6e6259;
}

.btn--primary-reversed {
  background-color: #fff;
  color: #6e6259;
  border: 1px solid #6e6259;
}
.btn--primary-reversed:hover {
  color: #fff;
  background-color: #6e6259;
  border: 1px solid #6e6259;
}

.btn--secondary {
  background-color: #25282A;
  color: #fff;
  border: 1px solid #25282A;
}
.btn--secondary:hover {
  color: #25282A;
  background-color: #fff;
  border: 1px solid #25282A;
}

.btn--secondary-reversed {
  background-color: #fff;
  color: #25282A;
  border: 1px solid #25282A;
}
.btn--secondary-reversed:hover {
  color: #fff;
  background-color: #25282A;
  border: 1px solid #25282A;
}

.btn--tertiary {
  background-color: #fff;
  color: #6e6259;
  border: 1px solid #6e6259;
}
.btn--tertiary:hover {
  color: #fff;
  background-color: #6e6259;
  border: 1px solid #fff;
}

.btn__edit {
  background-image: url("../images/editPencil.svg?v=n8Vj7UoXE_7CnGuDBx-2_VpkEzo");
  background-repeat: no-repeat;
  background-position: 0;
  width: 26px;
  height: 26px;
}

.btn__saves {
  background-image: url("../images/SavesMyAcct.svg?v=vaA8LFeWfWTjwwH_G079Mny3t_Q");
  background-repeat: no-repeat;
  background-position: center;
}

.save-num {
  top: 7px;
  left: 16px;
  font-size: 0.85em;
  font-weight: 800;
}

.btn__events {
  background-image: url("../images/Events.svg?v=VRiw2L5PoexJUPjaOYnrc5beYC8");
  background-repeat: no-repeat;
  background-position: center;
}

.btn__downloads {
  background-image: url("../images/Downloads.svg?v=oEPoUudVyF644gSTYDqLvSOWAdo");
  background-repeat: no-repeat;
  background-position: center;
}

.btn__more {
  background-image: url("../images/more_3dots.svg?v=RoICXWWcUUU7vcs52FA_nrtdUZA");
  background-repeat: no-repeat;
  background-position: center;
}

.btn__less {
  background-image: url("../images/less_3dots.svg?v=TdQdxna6UGNFrg0orKtvlj4c1sU");
  background-repeat: no-repeat;
  background-position: center;
}

.btn__profile {
  background-image: url("../images/profile.svg?v=1a8WfZbTw4c46ME0H8zAdYrhWwc");
  background-repeat: no-repeat;
  background-position: center;
}

.btn__mls {
  background-image: url("../images/mls.svg?v=7Ne4M_inpI__23QK2jEfxisuWFM");
  background-repeat: no-repeat;
  background-position: center;
}

.btn__clients {
  background-image: url("../images/clients.svg?v=C5qZu2r3AY38xmXn9tF6CXAKr20");
  background-repeat: no-repeat;
  background-position: center;
}

.btn--plus-round {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border-style: none;
  background-color: #25282A;
  color: white;
  position: relative;
  transition: border 500ms ease;
}
@media (min-width: 768px) {
  .btn--plus-round {
    width: 4em;
    height: 4em;
  }
}
.btn--plus-round :hover::after {
  cursor: pointer;
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  width: calc(100% + 0.6em);
  height: calc(100% + 0.6em);
  content: "";
  border-radius: 50%;
  border-style: solid;
  border-color: #25282A;
  transition: all 1s;
}

.btn--plus-round-alt {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border-style: none;
  background-color: #6e6259;
  color: white;
  position: relative;
  transition: border 500ms ease;
}
.btn--plus-round-alt span {
  line-height: 1rem;
}
@media (min-width: 768px) {
  .btn--plus-round-alt {
    width: 3em;
    height: 3em;
  }
}
.btn--plus-round-alt :hover::after {
  cursor: pointer;
  position: absolute;
  top: -0.3em;
  left: -0.3em;
  width: calc(100% + 0.6em);
  height: calc(100% + 0.6em);
  content: "";
  border-radius: 50%;
  border-style: solid;
  border-color: #6e6259;
  transition: all 1s;
}

.webp .hero-banner {
  background-image: url("https://www.richmondamerican.com/content/homebackground/media-67361.webp");
}

.no-webp .hero-banner {
  background-image: url("https://www.richmondamerican.com/content/homebackground/media-67361.jpg");
}

@media (min-width: 768px) {
  .webp .rhspromo-banner {
    background-image: url("https://www.richmondamerican.com/content/homebackground/media-67362.webp");
  }
  .no-webp .rhspromo-banner {
    background-image: url("https://www.richmondamerican.com/content/homebackground/media-67362.jpg");
  }
}
.hero-banner, .rhspromo-banner {
  height: 14rem;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hero-banner, .rhspromo-banner {
    height: 26rem;
  }
}

.rhspromo-banner {
  height: 4rem;
  padding-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
}
@media (min-width: 768px) {
  .rhspromo-banner {
    height: 26rem;
    margin-left: 0.25rem;
  }
}

.hero-banner__container {
  margin-left: 1.25rem;
}
@media (min-width: 768px) {
  .hero-banner__container {
    margin-left: 1.875rem;
  }
}

.filters--active:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}

.state-search {
  background-color: #fff;
}
.state-search ul {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}
.state-search li {
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .state-search li {
    margin-bottom: 0;
  }
}
.state-search a {
  color: #25282A;
  text-decoration: none;
}
.state-search a:hover {
  text-decoration: underline;
}

.state-search__wrapper {
  columns: 2;
  padding-bottom: 1.25rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 768px) {
  .state-search__wrapper {
    columns: 4;
  }
}
.state-search__wrapper section {
  break-inside: avoid;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .state-search__wrapper section {
    margin-bottom: 0.625rem;
  }
}

.state-search__heading {
  font-size: 1.25rem;
  color: #25282A;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.location-search__wrap {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .location-search__wrap {
    padding: 0 100px;
  }
}

.search__form-wrap {
  width: 100%;
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .search__form-wrap {
    margin-bottom: 2.5rem;
  }
}

.btn__search-field {
  background-color: #6e6259;
  padding: 1.125rem 1.25rem;
  outline: 0;
  border: none;
}
@media (min-width: 768px) {
  .btn__search-field {
    padding: 1.25rem 1.375rem;
    padding-bottom: 1rem;
  }
}
.btn__search-field svg {
  width: 11px;
  height: auto;
}
.btn__search-field:hover {
  cursor: pointer;
}

.search__input, .email__input {
  padding-top: 0;
  padding-right: 1.25rem;
  padding-bottom: 0;
  padding-left: 3.75rem;
  width: 100%;
  position: relative;
  background-image: url("../images/Search.svg?v=7aN_taSSK9ZsBqJs_TKGCPty9Ec");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  background-position: 20px center;
  border: 1px solid #6e6259;
  border-radius: 0px;
}
@media (min-width: 768px) {
  .search__input, .email__input {
    font-size: 1rem;
  }
}

input::-webkit-calendar-picker-indicator, calendar-picker-indicator {
  display: none !important;
}

.location-seach__btn-wrap {
  display: flex;
  column-gap: 1.25rem;
}

@media (min-width: 768px) {
  .location-search {
    max-width: 800px;
    min-height: 305px;
  }
}

.join-interest-menu {
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .join-interest-menu {
    max-height: 600px;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1500px) {
  .join-interest-menu {
    max-height: -webkit-fill-available;
  }
}

.range__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .range__group {
    margin-bottom: 1.5rem;
  }
}

.range {
  border-bottom: 1px solid #C4BfB6;
  padding-bottom: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .range {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #C4BfB6;
    padding-right: 2.5rem;
    flex: 1 0 54%;
  }
}

/*.range__heading {
    @extend .heading-beta;
    font-size: rem(16px);

    @include md {
        font-size: rem(30px);
    }
}*/
/*.filter-results__heading {
    font-size: rem(14px);
    font-weight: $font-weight-normal;
    margin-bottom: rem(10px);

    @include md {
        font-size: rem(30px);
        margin-bottom: rem(42px);
    }
}*/
.range__label {
  margin-right: 2.5rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .range__label {
    font-size: 1.125rem;
  }
}

.range__input {
  display: none;
}

.range__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.btn-range {
  outline: none;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 10px;
}
@media (min-width: 768px) {
  .btn-range {
    width: 44px;
    height: 44px;
  }
}
.btn-range svg {
  width: 12px;
  height: 12px;
  fill: #000000;
}
.btn-range:hover:not([disabled]) {
  background-color: #000;
  cursor: pointer;
}
.btn-range:hover:not([disabled]) svg {
  fill: #ffffff;
}
.btn-range[disabled] {
  opacity: 0.4;
  cursor: default;
}

.range__value {
  margin: 0 1.25rem;
  text-align: center;
  border: none;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .range__value {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .filter-results {
    padding-left: 2.5rem;
    flex: 1 0 46%;
  }
}

.filter-results__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #6e6259;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .filter-results__links {
    padding: 0.625rem 1rem 0.625rem 0.5rem;
  }
}

.filter-results__links svg {
  width: 10px;
  height: auto;
  margin-left: auto;
}

.filter-results__links:hover svg {
  width: 10px;
}
.filter-results__links:hover svg path {
  stroke: #6e6259;
}

.filter-results__links:hover img {
  filter: invert(1);
}

.filter-results__links-numb {
  background-color: #fff;
  color: #6e6259;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  /*    width: 3.5ch;
  border-radius: 50%;
  padding: rem(5px) rem(6px);*/
  margin-right: 0.625rem;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 12px 7px;
}

.filter-results__links:hover .filter-results__links-numb {
  background-color: #6e6259;
  color: #fff;
}

@media (min-width: 768px) {
  .search-filters__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 3.4375rem;
  }
}

.range__value-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.range__value-plus {
  position: absolute;
  right: 32px;
}

.map-search {
  overflow: hidden;
  overflow-y: auto;
}
.map-search svg {
  width: 100%;
  height: auto;
  cursor: default;
  /*@include md {
      width: 90%;
  }*/
}

.available-map-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.available-map-icon img {
  width: 22px;
  height: 22px;
}

.card {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44%;
    grid-template-rows: auto auto auto;
    column-gap: 90px;
    margin-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .card--img-right {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50%;
    grid-template-rows: auto auto auto;
    column-gap: 90px;
  }
}

.card_callout {
  position: absolute;
  bottom: -10px;
  right: 0;
  padding: 6px 8px;
  opacity: 1;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media (min-width: 768px) {
  .table-max {
    max-width: 300px;
  }
}

.card_callout-table {
  position: absolute;
  bottom: -10px;
  top: 0px !important;
  right: 0px;
  padding: 6px 8px;
  opacity: 1;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-bottom: 4px;
}
.card_callout-table span {
  display: none;
}
@media (min-width: 768px) {
  .card_callout-table span {
    display: inline;
  }
}

.search-hh-callout {
  bottom: unset;
  top: 5px;
  border-bottom: 1px solid #fff;
}

.comm-card .btn__save {
  z-index: 5;
  position: absolute;
  bottom: 16px;
  right: 12px;
}

.compare_new {
  z-index: 5;
  top: 10px;
  right: 10px;
  position: absolute;
  display: inline-flex;
}
.compare_new input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.compare_new label {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
}
.compare_new label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/images/compare_unchecked.svg?v=amZteOVnYD43niyP-fTzeyyFVVc") no-repeat center/contain;
  transition: filter 0.2s ease;
}
.compare_new input[type=checkbox]:checked + label::before {
  background-image: url("/images/compare_checked.svg?v=VqpyFa-mOfKmS4bnvVkpDZNU7_o");
}
.compare_new label:hover::before {
  filter: brightness(1.2);
}

.card > *:nth-child(2) {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .card > *:nth-child(2) {
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1/3;
    height: 100%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .card > *:nth-child(3) {
    grid-column: 2;
  }
}

.card__heading {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .card__heading {
    align-self: end;
  }
}

@media (min-width: 768px) {
  .img_grid2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px 8px;
    height: 100%;
  }
}

.card__copy {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .card__copy {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 768px) {
  .card__link {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.875rem;
    padding-left: 1.75rem;
    font-size: 1.0625rem;
  }
}

.with-us-logo {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .card--img-right > *:nth-child(2) {
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 1/3;
    height: 100%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .card--img-right > *:nth-child(3) {
    grid-column: 1;
  }
}

.img-card-alert {
  color: red;
  position: absolute;
  bottom: 2px;
  right: 0;
  background-color: white;
  font-size: 0.8rem;
  font-weight: bold;
}

.plan {
  bottom: 36px;
}

.monthly-payment-search {
  color: #237a01;
  text-decoration: none;
  font-size: 1.625rem;
}
.monthly-payment-search:hover {
  text-decoration: underline;
}

.ribbon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
}
.ribbon .short {
  width: 210px;
  right: -30px;
  top: 30px;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 240px;
  padding: 10px 0 8px 0;
  background-color: #25282A;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  right: -45px;
  top: 36px;
  transform: rotate(-45deg);
  text-align: center;
  font-weight: 700;
  font-size: 0.68em;
}

.img-wrapper {
  position: relative;
  display: inline-block;
}
.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 12px 12px 0;
}
.img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 12px 12px 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: 0.25s ease-in-out;
}
.img-wrapper:hover::after {
  background: rgba(0, 0, 0, 0);
}

.card.placeholder {
  overflow: hidden;
  background: #fff;
}

.card-body {
  padding: 0 0 1rem 0;
}

.skeleton {
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

/* Image placeholder */
.skeleton-img {
  width: 100%;
  height: 215px;
  border-radius: 0 12px 12px 0;
}

.skeleton-img-prod {
  width: 100%;
  height: 450px;
  min-width: 40%;
}

/* Text placeholders */
.skeleton-text {
  height: 16px;
  width: 100%;
}

.skeleton-text.price {
  height: 20px;
  width: 40%;
}

.skeleton-text.monthly {
  height: 18px;
  width: 60%;
}

.skeleton-text.attr {
  height: 60px;
  width: 100%;
}

.skeleton-text.desc {
  height: 275px;
  width: 100%;
}

.skeleton-text.wide {
  width: 80%;
}

.skeleton-text.short {
  width: 50%;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.floorplan {
  border-bottom: none !important;
}

/*
slider 
slider--banner
slide 
slide--banner
slider__btns 
slider__btns--banner
*/
.slider-toggle-handle {
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px;
  top: 5px;
  right: 40px;
  line-height: 12px;
  cursor: pointer;
}

.mainpromo_container {
  margin: 0 auto;
  width: 100%;
  min-height: 4rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  display: flex;
}
.mainpromo_container .slider .slide {
  padding: 0.5rem 1.25rem;
  width: 80%;
}
.mainpromo_container .slider img {
  display: none;
}
.mainpromo_container .slider p, .mainpromo_container .slider span {
  color: #fff;
  font-size: 0.8rem;
}
.mainpromo_container .slider a {
  color: white;
  font-size: 0.8rem;
}
.mainpromo_container .slider .slider__btns {
  top: 0;
  position: absolute;
  right: 0px !important;
  height: 60px;
  background-color: #25282A;
  bottom: 0;
}
.mainpromo_container .slider .slider__btns img {
  display: block !important;
}
.mainpromo_container .slider .slider__btns .slider__btn--left, .mainpromo_container .slider .slider__btns .slider__btn--right {
  background-color: rgb(13.1139240506, 14.1772151899, 14.8860759494);
  color: white;
  padding: 0.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .mainpromo_container .slider .slider__btns .slider__btn--left, .mainpromo_container .slider .slider__btns .slider__btn--right {
    padding: 0.65rem;
  }
}
@media (min-width: 768px) {
  .mainpromo_container {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
  }
  .mainpromo_container .slider {
    min-height: unset;
    overflow: hidden;
    margin: 30% 0 0 0;
  }
  .mainpromo_container .slider .slide {
    padding: 0 2rem;
    width: 100%;
  }
  .mainpromo_container .slider img {
    display: block;
    max-width: 180px;
    margin-bottom: 1rem;
  }
  .mainpromo_container .slider p {
    color: #fff;
    font-size: 1.125rem;
  }
  .mainpromo_container .slider span {
    display: block;
    font-size: 1rem;
  }
  .mainpromo_container .slider a {
    display: block;
    width: fit-content;
    padding: 10px;
    color: black;
    background-color: white;
    font-size: 0.85rem;
    text-decoration: none;
    border: 1px solid black;
  }
  .mainpromo_container .slider a:hover {
    color: white;
    background-color: black;
    border: 1px solid white;
  }
  .mainpromo_container .slider .slider__btns {
    top: unset;
    position: absolute;
    right: 0px !important;
    height: 60px;
    background-color: #25282A;
    bottom: 0;
  }
  .mainpromo_container .slider .slider__btns .slider__btn--left, .mainpromo_container .slider .slider__btns .slider__btn--right {
    background-color: rgb(13.1139240506, 14.1772151899, 14.8860759494);
    color: white;
    padding: 0.5rem;
    height: 100%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .mainpromo_container .slider .slider__btns .slider__btn--left, .mainpromo_container .slider .slider__btns .slider__btn--right {
    padding: 0.65rem;
  }
}

/*.mainpromo_container_horiz {
    margin: 0 auto;
    width: 100%;
    min-height: 4.25rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: $black;
    display: flex;

    .slider-toggle-handle {
        display: none;
    }


    @include md {
        min-height: 6rem;
    }

    .slider {
        min-height: unset;
        overflow: hidden;

        .slide {
            display: flex;
            padding: .75rem;

            @include md {
                justify-content: center;
            }

            img {
                display: none;
            }

            @include md {
                img {
                    display: block;
                    max-width: 180px;
                    margin-right: 1rem;
                }
            }

            p {
                color: $white;
                font-size: 1rem;
                margin-bottom: 0px;
            }

            a {
                display: inline-block;
                padding: 0px;
                color: $white;
                background-color: unset;
                text-decoration: underline;
                border: 0px;
                margin-top: 0px !important;
                font-size: 1rem;

                &:hover {
                    text-decoration: none;
                }
            }
        }


        .slider__btn--left, .slider__btn--right {
            display: none;
        }
    }
}*/
.slider--banner {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 4em;
  min-height: 4.25em;
  margin-bottom: 0px;
  background-color: #af272f;
  z-index: 11;
}
@media (min-width: 768px) {
  .slider--banner {
    right: 20px;
    bottom: 20px;
    border-radius: 48px;
    max-width: 420px;
    width: 420px;
    height: 5.65em;
    min-height: 5.5em;
  }
}
.slider--banner .slide--banner {
  margin: 0.25rem 1rem;
  width: 100%;
  padding: 0.2rem 8%;
}
@media (min-width: 768px) {
  .slider--banner .slide--banner {
    margin: 1rem;
    width: 92%;
    padding: 0.5rem 4%;
  }
}
.slider--banner .slider__btns--banner {
  top: 40%;
  width: 100%;
  left: 0px;
}
.slider--banner .slider__btns--banner img {
  width: 22px;
  padding: 2px;
  margin: 0px !important;
}
.slider--banner .slider__btns--banner .slider__btn--left,
.slider--banner .slider__btns--banner .slider__btn--right {
  position: absolute;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.slider--banner .slider__btns--banner .slider__btn--left:hover,
.slider--banner .slider__btns--banner .slider__btn--right:hover {
  opacity: 0.5;
}
.slider--banner .slider__btns--banner .slider__btn--left {
  left: 6px;
}
.slider--banner .slider__btns--banner .slider__btn--right {
  right: 6px;
}
.slider--banner .slider__btns {
  display: block;
  position: absolute;
}
.slider--banner .slider__btns img {
  width: 24px;
  height: auto;
  margin: 0 5px;
}
.slider--banner .slider__btn--left,
.slider--banner .slider__btn--right {
  padding: 0;
  margin: 0;
  opacity: 1;
}
.slider--banner .slider__btn--left:hover,
.slider--banner .slider__btn--right:hover {
  opacity: 0.5;
}

.slide--banner {
  margin: 1rem;
}
.slide--banner p, .slide--banner a {
  color: #fff;
  font-size: 0.75rem;
  margin-bottom: 0px;
  display: inline-grid;
}
@media (min-width: 768px) {
  .slide--banner p, .slide--banner a {
    font-size: 1rem;
    display: inline;
  }
}
@media (min-width: 768px) {
  .slide--banner {
    margin: 2.1rem 1.2rem;
  }
  .slide--banner .slider-img img {
    margin-top: -15px;
    margin-bottom: -15px;
    max-height: 50px;
  }
}

.slider__btns--banner {
  top: 40%;
  right: 10px;
}
.slider__btns--banner img {
  width: 22px;
  padding: 2px;
  margin: 0px !important;
}
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  .slider__btns--banner {
    right: 20px !important;
  }
}
@media (min-width: 768px) {
  .slider__btns--banner {
    right: 6px;
  }
  .slider__btns--banner img {
    width: 24px;
    padding: 0px;
    margin: 0px 5px;
  }
}

.slider__btns {
  display: block;
  position: absolute;
}
.slider__btns img {
  width: 24px;
  height: auto;
  margin: 0 5px;
}

.slider__btn--left,
.slider__btn--right {
  padding: 0;
  margin: 0;
  opacity: 1;
}
.slider__btn--left:hover,
.slider__btn--right:hover {
  opacity: 0.5;
}

.slide-down {
  animation-duration: 0.8s;
  animation-name: sliderCollapse;
  animation-fill-mode: forwards;
}

@keyframes sliderCollapse {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: -65px;
  }
}
.slide-up {
  animation-duration: 0.8s;
  animation-name: sliderCollapse;
  animation-fill-mode: forwards;
}

@keyframes sliderUp {
  0% {
    bottom: -65px;
  }
  100% {
    bottom: -65px;
  }
}
@media (min-width: 1200px) {
  .xl .slider .slide--horiz {
    width: 100% !important;
    justify-content: center !important;
  }
  .xl .slider .slide--horiz p, .xl .slider .slide--horiz a, .xl .slider .slide--horiz span {
    font-size: 1.15rem !important;
  }
}

.horizontal_promo_slider_bar {
  margin: 0 auto;
  width: 100%;
  min-height: 4.25rem;
  background-color: #6e6259;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .horizontal_promo_slider_bar {
    position: relative;
    border-bottom: 4px solid white;
  }
}
.horizontal_promo_slider_bar .slider {
  min-height: 80px;
  overflow: hidden;
}
.horizontal_promo_slider_bar .slider .slide--horiz {
  width: 78%;
  display: flex;
  padding: 0.5rem 0.75rem;
  justify-content: left;
  min-height: 4.25rem;
  height: 100%;
}
@media (min-width: 768px) {
  .horizontal_promo_slider_bar .slider .slide--horiz {
    width: 82%;
  }
}
.horizontal_promo_slider_bar .slider .slide--horiz img {
  display: none;
}
@media (min-width: 768px) {
  .horizontal_promo_slider_bar .slider .slide--horiz img {
    display: block;
    max-width: 180px;
    margin-right: 1rem;
  }
}
.horizontal_promo_slider_bar .slider .slide--horiz p {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0px;
}
.horizontal_promo_slider_bar .slider .slide--horiz span {
  font-size: 0.9rem;
}
.horizontal_promo_slider_bar .slider .slide--horiz a {
  display: inline-block;
  padding: 0px;
  color: #fff;
  background-color: unset;
  text-decoration: underline;
  border: 0px;
  margin-top: 0px !important;
  font-size: 0.9rem;
}
.horizontal_promo_slider_bar .slider .slide--horiz a:hover {
  text-decoration: none;
}
.horizontal_promo_slider_bar .slider .slider__btns {
  top: 0px;
  position: absolute;
  right: 0px !important;
  height: 100%;
  background-color: #6e6259;
}
.horizontal_promo_slider_bar .slider .slider__btns .slider__btn--left, .horizontal_promo_slider_bar .slider .slider__btns .slider__btn--right {
  background-color: rgb(81.8090452261, 72.8844221106, 66.1909547739);
  color: white;
  padding: 0.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .horizontal_promo_slider_bar .slider .slider__btns .slider__btn--left, .horizontal_promo_slider_bar .slider .slider__btns .slider__btn--right {
    padding: 0.65rem;
    margin-left: -2px;
  }
}

.footer {
  border-top: 1px solid #C3BFB7;
  padding-bottom: 2.5rem;
}

.footer__social {
  max-width: 400px;
}

.footer__social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding-top: 0.875rem;
  margin-bottom: 1.875rem;
}
.footer__social-links a {
  display: block;
  width: 40px;
}
.footer__social-links a:hover svg .d {
  fill: #af272f;
}
.footer__social-links svg {
  width: 100%;
  height: auto;
}

.footer__legal {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #f0efed;
}
@media (min-width: 768px) {
  .footer__legal {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
.footer__legal p, .footer__legal a {
  font-style: italic;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__legal p, .footer__legal a {
    font-size: 0.875rem;
  }
}

.footer__legal-contact {
  border-bottom: 1px solid #C3BFB7;
}

.footer__legal-copy {
  font-style: italic;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .footer__legal-copy {
    font-size: 0.875rem;
  }
}

.footer__legal-link {
  color: #af272f;
}

.footer__legal-eho {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .footer__legal-eho {
    padding-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.footer__legal-eho img {
  margin-right: 0.9375rem;
  width: 35px;
  height: auto;
}
@media (min-width: 768px) {
  .footer__legal-eho img {
    margin-right: 0.3125rem;
    width: 18px;
  }
}
.footer__legal-eho p {
  margin-bottom: 0;
  position: relative;
}

.footer__eho-logo {
  margin-right: 1.25rem;
  width: 28px;
  height: auto;
}

.footer-nav__list {
  position: relative;
  margin: 0;
  margin-bottom: 2.0625rem;
}
@media (min-width: 992px) {
  .footer-nav__list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
  }
}
@media (min-width: 992px) {
  .footer-nav__list .submenu-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .footer-nav__list .has-submenu {
    border-bottom: none;
  }
}

.footer-nav__li {
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}

.footer-nav__item {
  color: #25282A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  margin-bottom: 0.125rem;
}
.footer-nav__item:hover {
  text-decoration: none;
  text-decoration: none;
  list-style: none;
}

.footer-nav-submenu {
  padding-top: 0.625rem;
  margin-left: 1.75rem;
}
@media (min-width: 992px) {
  .footer-nav-submenu {
    margin-left: 0;
  }
}
.footer-nav-submenu li {
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .footer-nav-submenu li {
    margin-bottom: 0.75rem;
  }
}
.footer-nav-submenu a {
  text-decoration: none;
  color: #000;
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .footer-nav-submenu a {
    font-size: 1rem;
  }
}
.footer-nav-submenu {
  display: none;
  max-height: 0;
  left: -999rem;
}
@media (min-width: 992px) {
  .footer-nav-submenu {
    display: flex;
    max-height: inherit;
    left: auto;
    flex-direction: column;
  }
}

.js-submenu-active .footer-nav-submenu {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  left: auto;
}

.footer__wrap {
  padding-top: 1.5625rem;
}
@media (min-width: 992px) {
  .footer__wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
  }
}

@media (min-width: 992px) {
  .footer__d--left {
    flex: 0 1 70%;
    max-width: 940px;
  }
}
@media (min-width: 1500px) {
  .footer__d--left {
    flex: 1 1 70%;
  }
}

@media (min-width: 992px) {
  .footer__d--right {
    margin-left: 1rem;
    flex: 1 1 30%;
  }
}

@media (min-width: 992px) {
  .footer__contact {
    display: block;
  }
}

.email__form-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 2.5rem;
  background-image: none;
  padding-top: 0.875rem;
  margin-bottom: 1.875rem;
}
.email__input {
  background-image: none;
  padding-left: 1rem;
}

/* ------------------ example styles ------------------ */
.relative {
  position: relative;
}

.mod--hidden {
  overflow: hidden;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.news-carrousel__container {
  white-space: nowrap;
}

.news-carrousel__control__list {
  position: absolute;
  list-style-type: none;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: -0.5em;
  padding-left: 0;
  text-align: center;
}

.news-carrousel__control__list__item {
  display: inline-block;
  margin: 0 0.5em;
}

.news-carrousel__control__list__link {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #148297;
  border-radius: 1em;
  cursor: pointer;
}

.news-carrousel__button-container {
  position: absolute;
}

.news-carrousel__button__previous {
  top: 50%;
  margin-top: -18px;
  left: 0;
  margin-left: -35px;
}

.news-carrousel__button__next {
  top: 50%;
  margin-top: -18px;
  right: 0;
  margin-right: -35px;
}

.news-carrousel__button__button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

/* only for minimalist example */
.carrousel__content[aria-hidden=true] {
  display: none;
}

/* ------------------ State rules ------------------ */
.news-carrousel__control__list__link:focus,
.news-carrousel__control__list__link:hover,
.news-carrousel__control__list__link:active,
.news-carrousel__control__list__link[aria-selected=true] {
  background: #148297;
}

.news-carrousel__control__list__link:focus,
.news-carrousel__control__list__link:hover,
.news-carrousel__control__list__link:active {
  outline: 2px dotted #4d287f;
}

/* ------------------ transition slide ------------------ */
.slide .carrousel__content {
  display: inline-block;
  vertical-align: top;
  visibility: visible;
  width: 100%;
  position: relative;
  transition: visibility 0s ease, transform 0.5s ease-in;
  transition-delay: 0;
  white-space: normal;
}

[data-carrousel-active-slide="1"].slide > .carrousel__content {
  transform: translateX(0);
}

[data-carrousel-active-slide="2"].slide > .carrousel__content {
  transform: translateX(-100%);
}

[data-carrousel-active-slide="3"].slide > .carrousel__content {
  transform: translateX(-200%);
}

[data-carrousel-active-slide="4"].slide > .carrousel__content {
  transform: translateX(-300%);
}

[data-carrousel-active-slide="5"].slide > .carrousel__content {
  transform: translateX(-400%);
}

[data-carrousel-active-slide="6"].slide > .carrousel__content {
  transform: translateX(-500%);
}

[data-carrousel-active-slide="7"].slide > .carrousel__content {
  transform: translateX(-600%);
}

[data-carrousel-active-slide="8"].slide > .carrousel__content {
  transform: translateX(-700%);
}

[data-carrousel-active-slide="9"].slide > .carrousel__content {
  transform: translateX(-800%);
}

[data-carrousel-active-slide].slide > [aria-hidden=true].carrousel__content {
  visibility: hidden;
  transition-delay: 0.5s, 0s;
}

/*Listing Carousel 3/3/25*/
.carousel-container {
  overflow: hidden;
  z-index: -1;
}
.carousel-container .carousel-slide {
  display: none;
}
.carousel-container .carousel-slide.active {
  display: block;
}

.main-image-pagination {
  z-index: 1;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  right: 14px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .main-image-pagination {
    right: 16px;
    bottom: 20px;
  }
}

.floorplan-btn {
  bottom: 10px;
  padding: 10px 14px;
  left: 14px;
  opacity: 0.9;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 24px;
}
.floorplan-btn svg {
  margin-right: 8px;
}
.floorplan-btn:hover svg path {
  fill: #25282A;
}
@media (min-width: 768px) {
  .floorplan-btn {
    padding: 10px 20px;
    bottom: 20px;
  }
}

.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.carousel-prev:hover, .carousel-next:hover {
  opacity: 0.7;
}

/* Position previous button */
.carousel-prev {
  left: 14px;
}

/* Position next button */
.carousel-next {
  right: 14px;
}

.dropdown .hide {
  max-height: 0 !important;
  opacity: 0;
}

.dropdown {
  border: 1px solid #6e6259;
  width: 100%;
  background-color: #fff;
}

.dropdown__select {
  width: 100%;
  cursor: pointer;
  padding: 0.5rem 0.9375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.dropdown__select svg,
.dropdown__arrow img,
.dropdown__arrow svg {
  width: 12px;
  height: auto;
  transition: transform 0.3s;
}

.dropdown__menu {
  transition: max-height 0.3s ease-out;
  max-height: 20em;
  overflow: hidden;
  padding: 0 2.5rem;
}
.dropdown__menu ul {
  padding-inline-start: 0;
  margin: 0.25rem 0;
}

.dropdown__menu--floating {
  --min-width: 15ch;
  position: absolute;
  background-color: #fff;
  min-width: var(--min-width);
  padding-inline: 25px;
  border-style: solid;
  border-color: #6e6259;
  border-width: 1px;
  overflow-y: auto;
  z-index: 999;
  width: calc(2px + 100%);
  left: -1px;
}

.option__copy {
  font-size: 0.85rem;
  text-transform: uppercase;
}

.dropdown__menu .option {
  padding: 0.375rem 0;
  border-top: 1px solid #C3BFB7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.85rem;
}
.dropdown__menu .option:last-child {
  border-bottom: none;
  margin-bottom: 0.625rem;
}
.dropdown__menu .option:first-child {
  border-top-width: 0px !important;
  margin-top: 0.625rem;
}

.dropdown__menu .option:hover {
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.rotate-90 :where(svg, img) {
  transform: rotate(90deg);
}

.option__bubble {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.9375rem;
  margin-left: -0.125rem;
  background-color: green;
}

.option__bubble--green {
  background-color: green;
}

.option__bubble--yellow {
  background-color: yellow;
}

.option__bubble--red {
  background-color: red;
}

.option__message {
  margin-left: auto;
}

.blazored-typeahead {
  position: relative;
  width: 100%;
  border: 1px solid #C3BFB7;
  border-radius: 0px;
  font-size: 1.05rem;
  color: #25282A;
}

.blazored-typeahead.valid.modified {
  outline: none !important;
  border: 1px solid #26b050;
}

.blazored-typeahead.invalid {
  outline: none !important;
  border: 1px solid red;
}

.blazored-typeahead__controls {
  position: relative;
  cursor: text;
  display: flex;
  border: 1px solid #fff;
}

.blazored-typeahead__input {
  flex: 1;
  max-width: 100%;
  border: 1px solid #fff;
  padding: 0.5rem;
  border-radius: 0px;
  font-size: 1.05rem;
  padding: 0.75rem;
}

.blazored-typeahead:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.blazored-typeahead__input:focus {
  outline: none;
}

.blazored-typeahead__input-multi:focus {
  outline: none;
  box-shadow: none;
}

.blazored-typeahead__input-hidden {
  display: none;
}

.invalid {
  border-color: red !important;
}

.blazored-typeahead__input-mask-wrapper {
  display: flex;
  width: 100%;
}

.blazored-typeahead__input-multiselect-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.blazored-typeahead__input-mask-wrapper--disabled {
  background-color: #e9ecef;
  cursor: not-allowed;
  border-radius: 5px 0 0 5px;
  color: grey;
  min-height: 40px;
}

.blazored-typeahead__input-mask-wrapper--disabled:focus {
  border: none;
}

.blazored-typeahead__input-mask {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0.75rem;
}

.blazored-typeahead__clear {
  width: 40px;
  display: none;
  padding: 0.75rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #25282A;
}

.blazored-typeahead__clear:hover {
  color: #333333;
}

.blazored-typeahead__down-arrow path {
  fill: #dbdbdb;
}

.blazored-typeahead__input-icon {
  width: 40px;
  display: flex;
  border-radius: 0 5px 5px 0;
  padding: 0.5rem;
  cursor: pointer;
  background: none;
}

.blazored-typeahead__input-icon:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.blazored-typeahead__input-icon:hover {
  background-color: #f5f5f5;
}

.blazored-typeahead__input-icon:hover .blazored-typeahead__down-arrow path {
  fill: #333333;
}

.blazored-typeahead__input-icon--disabled,
.blazored-typeahead__input-icon--disabled:hover {
  background-color: #e9ecef;
  cursor: not-allowed;
}

.blazored-typeahead__input-icon--disabled .blazored-typeahead__down-arrow path,
.blazored-typeahead__input-icon--disabled:hover .blazored-typeahead__down-arrow path {
  fill: #9c9c9c;
}

.blazored-typeahead__multi-value {
  background-color: #dbdbdb;
  display: flex;
  align-items: center;
  min-width: 0px;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0.4rem 0 0.4rem 0.4rem;
}

.blazored-typeahead__multi-value-label {
  color: rgb(51, 51, 51);
  font-size: 85%;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
  padding: 3px 3px 3px 6px;
}

.blazored-typeahead__multi-value-clear {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: transparent;
  border: 0;
  outline: none;
}

.blazored-typeahead__multi-value-clear:focus {
  outline: none;
}

.blazored-typeahead__multi-value-clear:hover {
  background-color: rgb(212, 212, 212);
  color: rgb(222, 53, 11);
}

.blazored-typeahead__results {
  position: absolute;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #dbdbdb;
  min-height: 2rem;
  max-height: 30rem;
  overflow-y: auto;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.blazored-typeahead__result,
.blazored-typeahead__notfound,
.blazored-typeahead__results-help-template,
.blazored-typeahead__results-header,
.blazored-typeahead__results-footer {
  padding: 0.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.blazored-typeahead__selected-item {
  background-color: #dbdbdb;
}

.blazored-typeahead__selected-item-highlighted {
  background-color: #d3e2f2;
}

.blazored-typeahead__active-item,
.blazored-typeahead__result:hover,
.blazored-typeahead__result:focus {
  background-color: #E1DFDA;
  border-top: 1px solid #C3BFB7;
  border-bottom: 1px solid #C3BFB7;
  color: #25282A;
  cursor: pointer;
}

.blazored-typeahead__loader {
  width: 24px;
  height: 24px;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.slider--testimonials {
  min-height: 380px;
  overflow-x: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .slider--testimonials {
    min-height: 260px;
  }
}

.slide--testimonials {
  background-color: #f0efed;
  display: block;
  font-size: 0.875rem;
  padding: 0.625rem 2.5rem;
}
.slide--testimonials p, .slide--testimonials a {
  padding: 0;
  margin: 0;
  font-size: inherit;
}
.slide--testimonials:before {
  content: "“";
  position: absolute;
  font-size: 3.125rem;
  color: black;
  top: 0;
  left: 0.5rem;
  height: 30px;
}
.slide--testimonials:after {
  content: "”";
  position: absolute;
  font-size: 3.125rem;
  color: black;
  bottom: 0.5rem;
  right: 0.5rem;
  height: 30px;
}
.slide--testimonials small {
  margin-top: 10px;
}

.slide--testimonials--noquotes p {
  padding-top: 1.2rem;
  margin-bottom: 1.875rem;
}
.slide--testimonials--noquotes:before {
  content: "";
}
.slide--testimonials--noquotes:after {
  content: "";
}

.slide--testimonials blockquote {
  margin: 0;
}

.slider__btn--left--testimonials {
  position: absolute;
  top: 20%;
  left: 8px;
  width: 28px;
  height: auto;
}

.slider__btn--right--testimonials {
  position: absolute;
  top: 20%;
  right: 0;
  width: 28px;
  height: auto;
}

.communities__header {
  background-color: #f8f8f8;
  padding: 0.875rem 0;
  border-bottom: 1px solid #c4bfb6;
  margin-bottom: -1px;
  overflow-x: hidden;
  min-height: 115px;
}
.communities__header h1, .communities__header .heading-alpha {
  font-size: 1.1em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .communities__header {
    margin-top: -1px;
    padding: 0.4375rem 0;
    background-color: #fff;
    border-bottom: 1px solid #c4bfb6;
    min-height: auto;
  }
  .communities__header h1, .communities__header .heading-alpha {
    font-size: 1.125em;
    font-weight: lighter;
  }
}

.search-secondary {
  height: 1px;
}
@media (min-width: 768px) {
  .search-secondary {
    position: sticky;
    width: 50%;
    max-width: 1500px;
    height: auto;
    background-color: #fff;
    padding-top: 4px;
    overflow-x: visible;
    z-index: 15;
    min-height: auto;
    top: 142px;
    border-bottom: 0px;
    margin-bottom: 0px;
  }
}

.communities__header--compare {
  background-color: #c4bfb6;
}
@media (min-width: 768px) {
  .communities__header--compare {
    background-color: #fff;
    border-top: 1px solid #c4bfb6;
  }
}
.communities__header--compare p {
  margin-bottom: 0.3125rem;
}

.communities__int-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
}

.communities__header-expand-search {
  background-color: #fff;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .communities__header-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .communities__header-inner * {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .communities__header-inner h1, .communities__header-inner .heading-alpha {
    margin-right: auto;
    font-size: 1.95em;
  }
}

.communities__int-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .communities__int-wrap {
    display: inline-block;
  }
}

.communities__help-link {
  margin-right: auto;
}

.communities__help-copy {
  margin-right: 1rem;
}

.connect-phone--communities {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #af272f;
  position: relative;
  margin-right: 1.5rem;
}
.connect-phone--communities a {
  font-size: 1.5rem;
}
.connect-phone--communities img {
  height: 30px;
  position: absolute;
  left: -24px;
  top: 3px;
}

.btn__save {
  background-image: url("../images/ra_unsaved_2025.svg?v=NMpIsZJaBN5Sytda3Paib4s1PsM");
  background-repeat: no-repeat;
  background-position: 0;
  width: 34px;
  height: 30px;
}

.btn__save--selected {
  background-image: url("../images/ra_saved_2025.svg?v=8mdnEU6HO_dN_AUlMlgWFs9-phc");
  background-repeat: no-repeat;
  background-position: 0;
}

.btn__share {
  background-image: url("../images/Share.svg?v=N_eH6yrjf6affuZrF5RfIZ_V_pk");
  background-repeat: no-repeat;
  background-position: 0;
  width: 30px;
  height: 30px;
}

.save-gallery {
  position: absolute;
  top: 20px;
  right: 20px;
}

.communities__sort {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .communities__sort {
    margin-top: 0px;
    margin-left: auto;
  }
}

.dropdown--communities__heading {
  display: inline;
  margin-bottom: 0;
  margin-right: 0.625rem;
}

.dropdown--communities {
  background-color: #fff;
  border: 0px;
  border-bottom: 2px solid rgb(229.7727272727, 228.0909090909, 224.7272727273);
  width: auto;
}

.dropdown__menu--communities {
  position: absolute;
  background-color: #fff;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: 0px 8px 14px -4px rgba(33, 56, 72, 0.8);
  border-radius: 8px;
  z-index: 10;
}
.dropdown__menu--communities .option {
  border: none;
}
.dropdown__menu--communities .option:hover {
  background-color: transparent;
}
.dropdown__menu--communities .option:last-child {
  border: none;
}

.dropdown__default--communities {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .dropdown__default--communities {
    font-size: 1.125rem;
  }
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid black;
  background-color: #fff;
  color: #000;
  font-size: 0.625rem;
  padding: 0.3125rem 0.5rem;
  transition: all 0.3s linear;
}
.chip span {
  font-size: 0.8125rem;
}
.chip:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: line-through;
}
.chip:hover .chip__close svg {
  fill: white;
}

.chip-filter, .chip-filter-temp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid black;
  background-color: #fff;
  color: #000;
  font-size: 0.75rem;
  padding: 0.375rem 0.625rem;
  transition: all 0.3s linear;
}
@media (min-width: 768px) {
  .chip-filter, .chip-filter-temp {
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem;
  }
}
.chip-filter:hover, .chip-filter-temp:hover {
  background-color: #777;
  color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}

.chip-active {
  background-color: #777;
  color: #fff;
  transition: all 0.3s linear;
  cursor: pointer;
}

.chip-filter-temp {
  padding: 0;
  border: 0px;
  cursor: default;
}
.chip-filter-temp:hover {
  background-color: #fff;
  color: #25282A;
  cursor: default;
}

.chip__close {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  margin-left: 0.3125rem;
}
@media (min-width: 768px) {
  .chip__close {
    width: 25px;
    height: 25px;
    margin-left: 0.625rem;
  }
}

.comm-card {
  flex: 0 0 calc(50% - 30px);
  position: relative;
  border-bottom: 1px solid #E1DFDA;
  margin-bottom: 6.25rem;
}
@media (min-width: 768px) {
  .comm-card {
    margin-bottom: 0;
  }
}
.comm-card:last-of-type {
  margin-bottom: 400px;
}
.comm-card .supplemental {
  font-size: 0.75rem;
  color: #444;
  line-height: 1rem;
}

.comm-card--inactive:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 60%;
  z-index: 10;
}

.checkbox input[type=checkbox] {
  position: absolute;
}
.checkbox input[type=checkbox] + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.checkbox input[type=checkbox] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 0.625rem;
  width: 18px;
  height: 18px;
  background: white;
  border: 1px solid #000;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .checkbox input[type=checkbox] + label::before {
    width: 22px;
    height: 22px;
    margin-right: 0.375rem;
  }
}
.checkbox input[type=checkbox]:checked + label::before {
  background-color: #000;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 7px;
  width: 11px;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .checkbox input[type=checkbox]:checked + label::after {
    top: 6px;
    left: 3px;
    height: 6px;
    width: 13px;
  }
}
.checkbox input[type=checkbox]:focus + label::before {
  outline: #5d9dd5 solid 1px;
  box-shadow: 0 0px 8px #5e9ed6;
}
.checkbox input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.checkbox input[type=checkbox]:disabled + label {
  color: #575757;
}
.checkbox input[type=checkbox]:disabled + label::before {
  background: #ddd;
}

.table-thumbnail {
  width: 100%;
}
@media (min-width: 768px) {
  .table-thumbnail {
    max-width: 300px;
    width: auto;
  }
}

.comm-card__img {
  overflow: hidden;
  margin-bottom: 0.9375rem;
  position: relative;
}
@media (min-width: 768px) {
  .comm-card__img {
    margin-right: 1.875rem;
    flex-basis: 50%;
  }
}
.comm-card__img img {
  cursor: pointer;
  margin-top: 0.375rem;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.comm-card__img a {
  color: #25282A;
}

.comm-card__header {
  margin-bottom: 0.25rem;
}
.comm-card__header:hover {
  text-decoration: underline;
}
.comm-card__header a {
  font-size: inherit;
  text-decoration: none;
  color: #25282A;
}
.comm-card__header a:hover {
  text-decoration: underline;
}

.comm-card__location {
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .comm-card__location {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
}

.comm-card__price-range {
  margin-bottom: 0.625rem;
  font-weight: 700;
}

.comm-card__dim {
  margin-bottom: 0;
}

.comm-card__small {
  display: block;
  margin-bottom: 0.625rem;
}

.comm-card__specs {
  margin-bottom: 0.125rem;
}
.comm-card__specs:last-child {
  margin-bottom: 0.625rem;
}

.comm-card__copy-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .comm-card__right {
    flex-basis: 43%;
  }
}

.comm-card__copy {
  order: 1;
  color: #25282A;
  text-decoration: none;
}
@media (min-width: 768px) {
  .comm-card__copy {
    order: 0;
    flex-basis: 86%;
  }
}
.comm-card__copy:hover {
  cursor: pointer;
}

/*.comm-card__content-wrap {
    @include md {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
    }
}*/
.comm-card__divider {
  border-top: 1px dotted #C3BFB7;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.comm-card__divider a {
  color: #25282A;
}

.contact-section {
  padding-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .contact-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.5rem;
    padding-bottom: 5rem;
  }
}

.chat {
  background-color: #f0efed;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid black;
}
@media (min-width: 768px) {
  .chat {
    background-color: #fff;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 0;
  }
}

.connect-phone--chat a {
  text-decoration: none;
}

.btn--chat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .btn--chat {
    margin-bottom: 1.75rem;
  }
}
.btn--chat svg {
  width: 25px;
  height: 25px;
  margin-right: 0.625rem;
}

.chat-hover:hover {
  background-color: rgb(61.8741258741, 55.6083916084, 50.1258741259);
}

.chat__img {
  margin-top: auto;
}

.contact {
  background-color: #f0efed;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .contact {
    height: 100%;
    flex-basis: 78%;
    padding: 1.25rem 2.5rem;
  }
}

.campaign-listings .comm-card:last-of-type {
  margin-bottom: 0px;
}

.campaign-contact {
  width: 100%;
}
@media (min-width: 768px) {
  .campaign-contact {
    margin: 0 20%;
    width: 60%;
  }
}

.communities__mobile-filters {
  position: fixed;
  bottom: 5.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 256px;
  z-index: 9;
}
@media (min-width: 768px) {
  .communities__mobile-filters {
    display: none;
  }
}
.communities__mobile-filters button {
  width: 100%;
}

.communities__cards {
  position: relative;
}

.btn--filters {
  outline: 1px solid #fff;
}

.btn--header-contact {
  margin-left: 0px;
}
@media (min-width: 768px) {
  .btn--header-contact {
    margin-left: 1.25rem;
  }
}

.btn--filter-results {
  margin-right: 1.875rem;
  white-space: nowrap;
}

.expand-search-card {
  background-color: #f0efed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .expand-search-card {
    padding: 0.9375rem;
    margin-bottom: 0px;
  }
}

.expand-search-card__copy * {
  margin: 0;
  padding: 0;
}

.m-expand-search-card {
  background-color: #d6d1ca;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid black;
  margin-bottom: 1.25rem;
}

fieldset {
  border: none;
}

.radio-wrapper {
  margin: 0;
  padding-bottom: 1.875rem;
}

input[type=radio] {
  opacity: 0;
}
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 0.625rem;
}
input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: -18px;
  /* Fixed alignment in some browsers. */
  top: 0;
  border-radius: 50%;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}
input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 3px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
input[type=radio]:checked + label::after {
  background: #000;
  /* The background is removed in Windows high-contrast mode, so we
  need to set it explicitly here. `WindowText` is a system color
  that should work with whatever high contrast mode the user
  has set. */
}
@media screen and (-ms-high-contrast: active) {
  input[type=radio]:checked + label::after {
    background: WindowText;
  }
}
input[type=radio]:focus + label::before {
  /* The first box shadow makes the border thicker without
  moving the UI (like border-width would). */
  box-shadow: 0 0px 0px 1px #6F686A, 0 0px 8px #af272f;
  /* Since box shadows don't show up in high contrast mode,
  we're adding a transparent outline (which does show up). */
  outline: 2px dotted transparent;
}

.btn-wrap {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}

.filter-checkboxes {
  margin-bottom: 2rem;
}

.filter-checkboxes legend {
  margin-bottom: 0.25rem;
}

.filter-checkboxes input[type=checkbox] {
  position: absolute;
}

.filter-checkboxes input[type=checkbox] + label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 1rem;
}

.filter-checkboxes input[type=checkbox] + label::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #000;
  border-radius: 3px;
}

.filter-checkboxes input[type=checkbox]:checked + label::before {
  background-color: #fff;
}

.filter-checkboxes input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  height: 6px;
  width: 13px;
  transform: rotate(-45deg);
}

.filter-checkboxes input[type=checkbox]:focus + label::before {
  outline: #5d9dd5 solid 1px;
  box-shadow: 0 0px 8px #5e9ed6;
}

.filter-checkboxes input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.filter-checkboxes input[type=checkbox]:disabled + label {
  color: #575757;
}

.filter-checkboxes input[type=checkbox]:disabled + label::before {
  background: #ddd;
}

.filter-checkboxes a {
  color: #af272f;
  text-decoration: none;
  border-bottom: 1px solid #af272f;
}

.min-max-filters {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.min-text-bg {
  font-size: inherit;
  font-weight: bold;
  font-style: italic;
}

.community-filters {
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .community-filters__categories {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
  }
}

#js-community-filters {
  overflow-x: hidden;
  padding-right: 0px;
}
@media (min-width: 768px) {
  #js-community-filters {
    padding-right: 10px;
  }
}
#js-community-filters .range {
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  #js-community-filters .range {
    border-right: 0;
    border-bottom: 1px solid rgb(229.7727272727, 228.0909090909, 224.7272727273);
    padding-right: 20px;
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
  }
}

.filter--header {
  position: sticky;
  top: -10px;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C3BFB7;
}
@media (min-width: 768px) {
  .filter--header {
    top: -20px;
  }
}

.compare-btns-desktop {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  padding: 0.625rem 0;
}

.community-contact {
  background: #f6f6f6;
  padding-left: 0;
  padding-right: 0;
  /*    h2 {
      margin-bottom: rem(20px);
  }*/
}
@media (min-width: 768px) {
  .community-contact {
    width: 720px;
    border-left: solid;
    border-left-width: 1px;
    border-color: #C3BFB7;
  }
}

.community-contact-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  /*    padding-top: rem(20px);
  padding-bottom: rem(20px);
  right: rem(20px);*/
  margin-bottom: 0;
}

.community-contact__info {
  background-color: #fff;
  border-color: #C4BfB6;
  border-style: solid;
  border-width: 1px;
  border-left: none;
  border-right: none;
}

.community-contact__directions {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.community-contact__schedule {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.community-contact__currently-selling {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: left;
  background: #C4BFB6;
  width: 100%;
  padding-left: 1.25rem;
}

.connect-phone--community-contact a {
  font-size: 1.125rem;
  margin-left: 1.5rem;
  color: #af272f;
}
.connect-phone--community-contact:before {
  width: 22px;
  height: 30px;
}

.community-contact__overlay {
  z-index: 29;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.InvocaPhoneNumber {
  text-decoration: none;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  position: relative;
}
.breadcrumb__item:after {
  content: "/";
  margin-left: 0.5rem;
}
.breadcrumb__item a {
  font-size: 0.875rem;
  color: #000;
}
.breadcrumb__item:last-child a {
  cursor: auto;
  text-decoration: none;
}
.breadcrumb__item:last-child:after {
  content: "";
  margin-left: 0;
}

.breadcrumb__item--current {
  font-size: 0.875rem;
  color: #555;
}

/* remember focus */
.link:focus,
.link:hover,
.link:active {
  color: #4d287f;
  border-bottom: 1px solid #4d287f;
  outline: 2px dotted;
}

/* avoid border on images in links + fix border image IE */
.link:link img,
.link:visited img,
img {
  border-style: none;
}

/* external links */
.link[href^="http://"]:after,
.link[href^="https://"]:after {
  content: " ↗";
  speak: none;
  border-bottom: 1px solid #fff;
}

/* Styles for modal */
.modal-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-hidden {
  display: none;
}

.modal-show {
  display: block;
}

/* needed for old browsers */
dialog {
  display: block;
  border: 0;
}

/* modal */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #f8f8f8;
  z-index: 100000;
  padding-top: 1.25rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 2.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 6.25rem;
    max-width: 735px;
  }
}

.modal--mobile-top, .modal-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: fit-content;
  height: 100vh;
  background: #fff;
  z-index: 667;
  transform: translate(0%, 0%);
  padding-top: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal--mobile-top, .modal-top {
    margin: 0 auto;
    max-width: 86%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .modal--bottom--clamped-width {
    width: clamp(50%, 100% - 20em, 900px);
  }
}

.modal-bottom {
  position: fixed;
  overflow-y: auto;
  overflow-x: auto;
  z-index: 667;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .modal-bottom {
    padding-bottom: 0.625rem;
    top: unset;
    bottom: 0;
    height: fit-content;
    max-width: calc(1500px - 12em);
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
  }
}

/* removes scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}

/* overlay covers everything */
.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #25282A;
  opacity: 0.85;
  z-index: 666;
  cursor: pointer;
}

.modal-overlay[data-background-click=disabled] {
  cursor: auto;
}

.modal-overlay {
  animation: fadewhite ease 0.5s 1 normal;
}

@keyframes fadewhite {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
/* modal */
.simple-modal,
.simple-animated-modal,
.simple-animatedtransform-modal {
  position: fixed;
  left: 15%;
  width: 70%;
  top: 5vh;
  max-height: 90vh;
  /*
  If you have problems with vh units 
  top: 5%;
  max-height: 90%;
  */
  border: 2px solid #000;
  background: #fff;
  z-index: 667;
  padding: 2em;
  right: auto;
  overflow: auto;
}

.simple-modal-close,
.simple-animated-modal-close,
.simple-animatedtransform-modal-close {
  float: right;
  background: #128197;
  border-radius: 1em;
  color: #fff;
  border: 0;
  font: inherit;
  padding: 0.25em 0.5em;
  cursor: pointer;
}

.simple-modal-close:focus,
.simple-modal-close:hover,
.simple-modal-close:active {
  outline: 1px dotted black;
}

.simple-modal-close:hover,
.simple-modal-close:active {
  background: #4d287f;
}

.simple-animatedtransform-modal {
  -webkit-animation: pop ease 0.5s 1 normal;
  animation: pop ease 0.5s 1 normal;
}

@keyframes apparition {
  0% {
    opacity: 0;
    max-height: 0;
    width: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
    max-height: 100%;
    width: 70%;
    left: 15%;
  }
}
/* another modal styling example */
/* tooltip modal for it’s easy button */
.simple-left-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  z-index: 666;
  cursor: pointer;
}

.simple-left-modal-overlay[data-background-click=disabled] {
  cursor: auto;
}

.simple-left-modal {
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 667;
  position: fixed;
  width: 40em;
  max-width: 100%;
  padding: 0 1em 1em 1em;
  font-size: 1em;
  border: 0;
  overflow: auto;
  background-color: #aaa; /* fallback CSS IE9 */
  background-image: -webkit-linear-gradient(top, #128197 3em, #f7f7f7 3em);
  background-image: linear-gradient(to bottom, #128197 3em, #f7f7f7 3em);
  background-attachment: local;
}

.simple-left-modal-close {
  position: absolute;
  top: 0.5em;
  right: 0;
  background: transparent;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.simple-left-modal-title {
  color: #fff;
  font-size: 1.5em;
}

/* it can be easily adapted in media-queries for tablets/mobile */
/* for this example: tablets */
@media (max-width: 55.625em) {
  .simple-modal,
  .simple-animated-modal {
    left: 5%;
    top: 5%;
    height: 90%;
    width: 90%;
  }
}
/* for this example: mobile */
@media (max-width: 44.375em) {
  .simple-modal,
  .simple-animated-modal {
    left: 1%;
    top: 1%;
    width: 98%;
    height: 98%;
  }
}
.modal__heading {
  font-weight: 400;
}

.footer__social-links--modal {
  max-width: 560px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.container-inner--table {
  padding-right: 0;
}

.comparison-table-outer {
  overflow-x: scroll;
}

.share-listing {
  display: none;
}
@media (min-width: 768px) {
  .share-listing {
    display: inline;
  }
}

.comparison-table {
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem;
}
.comparison-table .discounted-price {
  font-size: 1rem;
}
.comparison-table a {
  color: #af272f;
  display: block;
  font-size: 1rem;
}
.comparison-table ul {
  font-size: 1rem;
  padding-left: 20px;
}
.comparison-table li {
  font-size: 1rem;
  padding-left: 0px;
}

.comparison-table td,
.comparison-table th {
  border-right: 1px solid #ccc;
  padding: 0.625rem 1.25rem;
  text-align: left;
}
.comparison-table td:last-child,
.comparison-table th:last-child {
  border-right: none;
}

.comparison-table thead th {
  position: sticky;
  top: -20px;
  z-index: 1;
  width: 9vw;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  background-color: #fff;
}
.comparison-table thead th:first-child {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 0;
  border-right: none;
}

.comparison-table tbody th {
  border-left: 1px solid #C4BfB6;
  border-right: 1px solid #C4BfB6;
  background-color: inherit;
  min-width: 175px;
  white-space: normal;
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}
.comparison-table tbody th:after {
  box-shadow: 12px 0 15px -15px inset;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
}

.comparison-table tr:last-child th {
  border-bottom: 1px solid #C4BfB6;
}

.comparison-table small {
  white-space: normal;
}

.comparison-table thead th:first-child {
  position: sticky;
  left: 0px;
  z-index: 2;
}

.comparison-table tbody th {
  position: sticky;
  left: -1.25rem;
  z-index: 1;
}

.comparison-table tbody td:first-child {
  position: sticky;
  left: 0px;
  z-index: 2;
  -webkit-box-shadow: 5px 0px 0px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0px 4px -3px rgba(0, 0, 0, 0.25);
  background-color: inherit;
  border-left: 1px solid #C4BfB6;
}
@media (min-width: 768px) {
  .comparison-table tbody td:first-child {
    position: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: none;
  }
}

.comparison-table tr {
  background-color: #fff;
}

.comparison-table tr:nth-child(odd) {
  background-color: #f6f6f6;
}

.comparison-table caption {
  text-align: left;
  padding: 0.25rem;
  position: sticky;
  left: 0;
}

.comparison-table [role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}

.comparison-table [role=region][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}

.comparison-table__community {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.comparison-table__community-wrapper {
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
  align-items: center;
}

.comparison-table .btn__save,
.comparison-table .btn__share {
  width: 30px;
  height: 30px;
}

.comparison-table__avail-plans {
  columns: 2;
  column-gap: 2.5rem;
}
.comparison-table__avail-plans a {
  display: block;
  column-span: all;
}
.comparison-table__avail-plans a:nth-last-child(n+5), .comparison-table__avail-plans a:nth-last-child(n+5) ~ a {
  -webkit-column-span: none;
  column-span: none;
}

.comparison-table__amenities {
  columns: 2;
  column-gap: 2.5rem;
  padding-left: 1rem;
}
.comparison-table__amenities li {
  column-span: all;
}
.comparison-table__amenities li:nth-last-child(n+6),
.comparison-table__amenities li:nth-last-child(n+6) ~ li {
  -webkit-column-span: none;
  column-span: none;
}

.comparison-table__img-wrap {
  min-height: 230px;
  min-width: 150px;
  /*    width: 122px;
  height: 71px;

  @include md {
      width: 345px;
      height: 218px;
  }

  img {
      width: 100%;
      height: 71px;
      object-fit: cover;

      @include md {
          height: 218px;
      }
  }*/
}

.community-info__comparison-table {
  overflow-x: auto;
  white-space: nowrap;
  background-color: #fff;
  padding-left: 0;
}
.community-info__comparison-table td, .community-info__comparison-table th {
  padding: 0.7rem;
}
.comparison-table__disclaimer {
  white-space: initial;
  font-size: 0.875rem;
}

@media (min-width: 1500px) {
  .community-info__comparison-table .comparison-table {
    border: none;
  }
}
@media (min-width: 1500px) {
  .community-info__comparison-table .comparison-table thead th {
    border-bottom: none;
  }
}
@media (min-width: 1500px) {
  .community-info__comparison-table .comparison-table thead th:first-child {
    border-bottom: none;
  }
}
@media (min-width: 1500px) {
  .community-info__comparison-table .comparison-table tbody th {
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 1500px) {
  .community-info__comparison-table .comparison-table tbody th:after {
    box-shadow: none;
  }
}
@media (min-width: 1500px) {
  .community-info__comparison-table-img {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1500px) {
  .community-info__comparison-table-img .checkbox {
    order: 1;
    margin-left: 1.25rem;
  }
}

.u-scrollbar-hide-x::-webkit-scrollbar {
  display: none;
}

.u-scrollbar-hide-x {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.monthly-payments__container {
  background-color: transparent;
  padding: 0;
  padding-bottom: 3.75rem;
  transition: 0.333333333s ease-in-out;
}
@media (min-width: 768px) {
  .monthly-payments__container {
    background-color: transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

.monthly-payments-modal {
  background-color: #fff;
  transition: 0.333333333s ease-in-out;
}

.market-rate header,
.special-financing header {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.market-rate h3, .market-rate .heading-gamma, .market-rate .footer-nav__item,
.special-financing h3,
.special-financing .heading-gamma,
.special-financing .footer-nav__item {
  margin-bottom: 0;
}
.market-rate h3 span, .market-rate .heading-gamma span, .market-rate .footer-nav__item span,
.special-financing h3 span,
.special-financing .heading-gamma span,
.special-financing .footer-nav__item span {
  font-size: 1.1875rem;
}
.market-rate .table,
.special-financing .table {
  background-color: #fff;
}
.market-rate .table th,
.market-rate .table td,
.special-financing .table th,
.special-financing .table td {
  padding: 0.35rem;
  font-size: 0.9rem;
}
.market-rate .table th:last-of-type,
.market-rate .table td:last-of-type,
.special-financing .table th:last-of-type,
.special-financing .table td:last-of-type {
  text-align: right;
}
.market-rate .table th span,
.market-rate .table td span,
.special-financing .table th span,
.special-financing .table td span {
  font-size: 1rem;
}

.market-rate header {
  background-color: #6e6259;
}

.special-financing {
  background-color: #E1DFDA;
  border: 1px solid #C3BFB7;
}
.special-financing header {
  background-color: #237a01;
}
.special-financing .mortgage {
  background-color: #fff;
}
.special-financing .mortgage p {
  margin-bottom: 0px;
}
.special-financing #calculator-savings {
  color: #237a01;
  font-size: 0.85rem;
  vertical-align: middle;
  font-weight: bold;
  font-style: italic;
}

/*.monthly-payments__data {
    //margin-bottom: rem(40px);
    .hmc_image {
        width: 220px;
        height: auto;
    }
}*/
/*.monthly-payments__data__environment-container {
    display: flex;
    flex-direction: row;
    gap: $space-60;
    align-items: center;
    margin-top: rem(20px);

    .img-hft {
        width: 140px;
        max-width: 140px;
    }
}*/
.monthly-payments__calculator .range__wrap {
  width: 180px;
}
@media (min-width: 768px) {
  .monthly-payments__calculator {
    width: 60em;
  }
  .monthly-payments__calculator .range__wrap {
    width: 420px;
  }
}

.monthly-payments__calculator__settings {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.25rem;
}

.monthly-payments__calculator__total {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  background: #C4BfB6;
}

.map-prop-card {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  max-height: 550px;
  width: 100%;
  z-index: 9999999;
  /*    .comm-card__img {
      height: 212px;

      img {
          height: 212px;
      }
  }*/
}
@media (min-width: 768px) {
  .map-prop-card {
    max-width: 376px;
  }
}
.map-prop-card .comm-card__img {
  margin-right: 0;
}
.map-prop-card .menu__header {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .map-prop-card .like {
    order: -1;
    margin-right: 1.25rem;
  }
}

.map-prop-card__heading {
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .map-prop-card__heading {
    font-size: 1.375rem;
  }
}

.map-prop-card__tour {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.5rem;
}
.map-prop-card__tour:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/Tour.svg?v=JhXIkwPz4QjvCqJmWTY053uoYms");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.map-prop-card__btn-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.25rem;
}
.map-prop-card__btn-wrap .btn {
  font-size: 0.875rem;
  padding: 0.625rem 1rem;
}
.map-prop-card__btn-wrap .btn:first-child {
  margin-right: 1.25rem;
}

.map-prop-card__location-header {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .map-prop-card__location-header {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .modal-overlay--map-prop-card {
    display: none;
  }
}

.comm-card__header-wrap {
  margin: 0.75rem 0 0.125rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.like input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.like label {
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
.like label img {
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  position: absolute;
}

.like__img-deselected {
  opacity: 1;
}

.like__img-selected {
  opacity: 0;
}

.like input:checked + label > .like__img-deselected {
  opacity: 0;
}

.like input:checked + label > .like__img-selected {
  opacity: 1;
}

.community-info__header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.community-info__header-copy h1, .community-info__header-copy .heading-alpha {
  font-size: 1.25em;
}
.community-info__header-copy h2, .community-info__header-copy .heading-beta, .community-info__header-copy .map-prop-card__heading, .community-info__header-copy .map-prop-card__location-header {
  font-size: 1.05em;
}
@media (min-width: 768px) {
  .community-info__header-copy h1, .community-info__header-copy .heading-alpha {
    font-size: 1.95em;
  }
  .community-info__header-copy h2, .community-info__header-copy .heading-beta, .community-info__header-copy .map-prop-card__heading, .community-info__header-copy .map-prop-card__location-header {
    font-size: 1.15em;
  }
}

.community-info__header-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
}

.community-info__header-btns {
  clear: both;
  width: 100%;
  margin: 0.75rem 0 0 0;
}
@media (min-width: 768px) {
  .community-info__header-btns {
    width: auto;
    margin: 0px;
  }
}

.community-info__header-subhead {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .community-info__header-subhead {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.jump-links {
  position: sticky;
  width: 100%;
  max-width: 1500px;
  z-index: 16;
  background-color: #fff;
  border-bottom: 1px solid #C4BfB6;
  padding: 1rem 0;
}

.jump-links__ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.jump-links__ul li {
  margin-right: 2.25rem;
}
.jump-links__ul a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1rem;
}

.jump-block {
  display: none !important;
  height: 28px;
  position: relative;
  position: sticky;
  width: 100%;
  max-width: 1500px;
  z-index: 18;
  background-color: #fff;
  top: 130px;
}

@media (min-width: 768px) {
  .community-info__feature {
    margin-top: 3.125rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2.25rem;
  }
}

.community-info__feature-img {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .community-info__feature-img {
    flex-basis: 55%;
    margin-bottom: 0;
  }
}

.community-info__feature-copy {
  padding: 1.25rem;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .community-info__feature-copy {
    flex-basis: 48%;
    padding: 0;
  }
}
.community-info__feature-copy h2, .community-info__feature-copy .heading-beta, .community-info__feature-copy .map-prop-card__heading, .community-info__feature-copy .map-prop-card__location-header {
  margin-bottom: 0;
}
.community-info__feature-copy ul {
  padding-left: 2rem;
}
.community-info__feature-copy li {
  margin-bottom: 0.625rem;
  font-size: 1rem;
}
.community-info__feature-copy li:last-child {
  margin-bottom: 0px;
}
.community-info__feature-copy .listing-attr-container small {
  font-style: normal;
}
.community-info__feature-copy .listing-attr-container .listing-attr div {
  border-right: 2px solid #fff;
  width: 20%;
}
.community-info__feature-copy .listing-attr-container .listing-attr div:first-child {
  width: 30%;
}
.community-info__feature-copy .listing-attr-container .listing-attr div:last-child {
  width: 30%;
  border-right: 0px;
}
.community-info__feature-copy .listing-attr-container .listing-attr div p {
  font-size: 12px;
}
.community-info__feature-copy .listing-info {
  display: flex;
  flex-direction: row;
}
.community-info__feature-copy .listing-info .comm-name-link {
  display: inline-block;
}
@media (min-width: 768px) {
  .community-info__feature-copy .listing-info .comm-name-link {
    display: none;
  }
}

.community-info__hero {
  height: 218px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .community-info__hero {
    height: 100%;
    overflow: visible;
  }
}
.community-info__hero img {
  height: 218px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .community-info__hero img {
    height: 100%;
    object-fit: contain;
  }
}

.main-img-callout {
  bottom: -20px;
}

figure {
  padding: 0;
  margin: 0;
}

.tabs {
  list-style: inside;
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
.tabs li {
  margin-right: 2.5rem;
}
.tabs button {
  padding: 10px 0px;
}
.tabs .selected {
  border-bottom: 2px solid #C4BfB6;
  font-weight: bold;
}

@media (min-width: 768px) {
  .community-qmi__features {
    width: 100%;
    column-count: 2;
    column-gap: 40px;
    position: relative;
  }
}
.community-qmi__features .li-display {
  font-weight: bold;
  font-size: 1.25rem;
  list-style: none;
  padding-left: 0px;
  margin-left: 0px !important;
}
.community-qmi__features ul {
  break-inside: avoid-column;
  padding-left: 0px;
}
.community-qmi__features li {
  margin-bottom: 0.375rem;
  margin-left: 20px;
}
.community-qmi__features h3, .community-qmi__features .heading-gamma, .community-qmi__features .footer-nav__item {
  display: flex;
  flex-direction: column;
}

.seasons-banner {
  background-color: #6e6259;
  padding: 0.625rem;
  color: #fff;
}

.community-info__video-player {
  flex-basis: 38%;
}

.community-info__copy {
  order: -1;
  flex-basis: 53%;
}

.tour-btn svg {
  width: 35px;
  height: 35px;
}

.community-plan__comparison-table .comparison-table tbody th {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: inherit;
  min-width: 175px;
  white-space: normal;
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}
.community-plan__comparison-table .comparison-table tbody th:after {
  box-shadow: none;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
}
.community-plan__comparison-table .comparison-table tr:last-child th {
  border-bottom: none;
}

.long_desc p {
  margin-bottom: 0px;
}

.listing-photos ul {
  display: none;
}

legend {
  padding-bottom: 8px;
  font-weight: bold;
}

.two-col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .two-col {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .two-col-gap {
    width: 48%;
    margin-left: 2%;
  }
}

.contact__form input[type=text], .contact__form textarea {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.contact__form textarea {
  height: auto;
  min-height: 12.3125rem;
  padding-inline: 0.625em;
}

@media (min-width: 768px) {
  .landacquisition__form {
    padding-right: 1.25rem;
  }
}

.form-group {
  position: relative;
  max-width: 100%;
}

.phonemask input,
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email] {
  padding-left: 0.625rem;
  position: relative;
}
.phonemask input::after,
.form-group input[type=text]::after,
.form-group input[type=password]::after,
.form-group input[type=email]::after {
  content: "";
}

.phonemask input,
.form-group input[type=text],
.form-group textarea,
.form-group input[type=password],
.form-group input[type=email] {
  display: block;
  font-size: 16.25px;
  padding-top: 1.425rem;
  padding-bottom: 0.425rem;
  width: 100%;
}

.form-group .label-animate {
  color: #000000;
  font-size: 16.25px;
  font-weight: 100;
  position: absolute;
  top: 0;
  left: 1em;
  pointer-events: none;
  transform: translateY(15px);
  transition: all 0.2s ease-in-out;
}

.phonemask input:focus + .label-animate,
.phonemask input:not(:placeholder-shown) + .label-animate,
.form-group input[type=text]:focus + .label-animate,
.form-group input[type=text]:not(:placeholder-shown) + .label-animate,
.form-group select:focus + .label-animate,
.form-group select:not(:placeholder-shown) + .label-animate,
.form-group input[type=password]:focus + .label-animate,
.form-group input[type=password]:not(:placeholder-shown) + .label-animate,
.form-group input[type=email]:focus + .label-animate,
.form-group input[type=email]:not(:placeholder-shown) + .label-animate,
.form-group textarea:focus + .label-animate,
.form-group textarea:not(:placeholder-shown) + .label-animate {
  font-size: 0.75rem;
  transform: translateY(5px);
  color: #646464;
}

.form-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form-width {
  max-width: 40em;
  width: 100%;
}

.form-floating {
  min-height: 60vh;
  max-width: 40em;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 6.25rem;
}

.form__text-input {
  padding: 0.65625rem 0.625rem;
  width: 100%;
  border-radius: 0;
  border: 1px solid #56524a;
  border-right: 0;
}
@media (min-width: 768px) {
  .form__text-input {
    padding: 1.4375rem 0.625rem;
  }
}

.join-interest-link {
  color: #Af272f !important;
  text-decoration: underline !important;
}

.radio-wrapper {
  margin: 0;
  padding-bottom: 1.875rem;
}

input[type=radio] {
  opacity: 0;
}

input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 0.625rem;
}

input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: -18px;
  /* Fixed alignment in some browsers. */
  top: 0;
  border-radius: 50%;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}

input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 3px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: white;
}

input[type=radio]:checked + label::after {
  background: #000;
  /* The background is removed in Windows high-contrast mode, so we
  need to set it explicitly here. `WindowText` is a system color
  that should work with whatever high contrast mode the user
  has set. */
}

@media screen and (-ms-high-contrast: active) {
  input[type=radio]:checked + label::after {
    background: WindowText;
  }
}
input[type=radio]:focus + label::before {
  /* The first box shadow makes the border thicker without
  moving the UI (like border-width would). */
  box-shadow: 0 0px 0px 1px #6F686A, 0 0px 8px #af272f;
  /* Since box shadows don't show up in high contrast mode,
  we're adding a transparent outline (which does show up). */
  outline: 2px dotted transparent;
}

.media__card__grid {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: left;
}

.media__card {
  position: relative;
  padding: 0.625rem;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .media__card {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .media__card {
    width: 33.33%;
  }
}

.media__card picture:hover {
  opacity: 0.6;
  cursor: pointer;
}
.media__card picture:hover::after, .media__card img:hover::after {
  content: "";
  background: url(../images/icon_expand.svg?v=T1vAaYWFgHg_0I7lC59bmawi7-s) no-repeat center;
  transition: 0.5s ease;
  opacity: 1;
  position: absolute;
  margin-top: 28%;
  margin-inline: auto;
  inset: 0;
  width: 18%;
  height: 18%;
  cursor: pointer;
}

.pano-blocker {
  margin-left: -16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.media__grid__overlay {
  opacity: 0.84;
  background-color: black;
  z-index: 3;
  font-family: Modish;
  font-size: 2rem;
  color: #fff;
  letter-spacing: 0.1rem;
  padding-top: 25%;
  text-align: center;
  cursor: pointer;
}
.media__grid__overlay:hover {
  opacity: 0.9;
}

.media__modal-viewer {
  background-color: transparent;
  max-width: 100vw;
  max-height: 75vh;
  min-width: 15%;
  min-height: 10%;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .media__modal-viewer {
    max-width: 90vw;
    max-height: 90vh;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .media__modal-viewer {
    max-width: 75vw;
    max-height: 75vh;
    width: auto;
  }
}

.media__modal-viewer__ifp {
  background-color: transparent;
  margin: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 96vh;
  max-height: 100vh;
  position: relative;
}
@media (min-width: 768px) {
  .media__modal-viewer__ifp {
    width: 75vw;
    height: 90vh;
  }
  .media__modal-viewer__ifp iframe {
    height: 80vh;
    position: relative;
  }
}

.media__modal-viewer__video {
  min-width: 100vw;
  min-height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .media__modal-viewer__video {
    min-width: 90vw;
    min-height: 70vh;
  }
}
@media (min-width: 992px) {
  .media__modal-viewer__video {
    min-width: 60vw;
    min-height: 70vh;
  }
}

.media__modal-viewer__nav-button--left {
  background-color: rgba(230, 230, 230, 0.7) !important;
  position: absolute;
  top: 50%;
  height: 75px;
  width: 50px;
  left: 0;
  z-index: 99;
}

.media__modal-viewer__nav-button--right {
  background-color: rgba(230, 230, 230, 0.7) !important;
  position: absolute;
  top: 50%;
  height: 75px;
  width: 50px;
  right: 0;
  z-index: 99;
}

.media__modal-viewer__footer {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.collecton_image {
  border: 1px solid #C3BFB7;
  padding: 1.875rem;
}
@media (min-width: 768px) {
  .collecton_image {
    min-height: 400px;
    padding: 5rem;
  }
}

.bordered {
  border: 1px solid #C3BFB7;
}

.interactive-plan-display {
  height: 65vh;
  width: 100%;
}

.interactive-floorplan-container--mobile {
  height: calc(100vh - 4.5rem);
}

.interactive-floorplan-container--desktop {
  min-height: 768px;
  width: 80vw;
}
@media (max-width: 767px) {
  .interactive-floorplan-container--desktop {
    width: 100vw;
  }
}

.hers-index-container {
  display: flex;
  flex-direction: column;
  align-content: start;
  align-items: start;
}

.resnet-hers-img {
  width: 25%;
}
@media (min-width: 768px) {
  .resnet-hers-img {
    width: 35%;
  }
}

.hers-index__greenline {
  height: 10px;
  width: 35%;
  background-color: #d3ed09;
}

.hers-index__circle {
  position: relative;
  height: 0;
  padding-bottom: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: #d3ed09;
}

.hers-index__whatis {
  border-style: solid;
  border-width: 0;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-color: #C3BFB7;
  background-color: #f8f8f8;
  margin: 20px 0;
}

.hers-index__score {
  font-weight: 600;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .hers-index__score {
    font-weight: 600;
    font-size: 2.5rem;
  }
}

.hers-index__plan-container {
  padding: 1.75rem;
  background-color: #C4BfB6;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.hers-index__plan-line {
  border: 1px solid #fff;
}

.hers-index__plan-comparison {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 50%;
}

.tour-date__container {
  background-color: transparent;
  padding: 0;
  transition: 0.333333333s ease-in-out;
}
@media (min-width: 768px) {
  .tour-date__container {
    background-color: transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

.tour-info__container {
  background-color: transparent;
  padding: 0;
  transition: 0.333333333s ease-in-out;
}
@media (min-width: 768px) {
  .tour-info__container {
    background-color: transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}

.tour-date__slider {
  background: #f6f6f6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .tour-date__slider {
    width: 720px;
  }
}

.tour-info__slider {
  background: #f6f6f6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .tour-info__slider {
    width: 720px;
  }
}

.signin__show-password-icon {
  height: 1.5em;
  margin-left: -2.5em;
  z-index: 5;
  cursor: pointer;
}

.create-account-list {
  padding-inline-start: 1rem;
}

.create-account-list li {
  margin-left: 5px;
}

.account-banner {
  position: fixed;
  background-color: #fff;
  width: clamp(0px, 1500px, 100%);
  z-index: 19;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #C3BFB7;
  top: 48px;
  height: calc(60px + 1.5em);
}
@media (min-width: 768px) {
  .account-banner {
    top: 73px;
    height: auto;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.account-footer {
  position: fixed;
  background-color: #f6f6f6;
  width: clamp(0px, 1500px, 100%);
  z-index: 100;
  border-style: solid;
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #6e6259;
  bottom: 0;
  height: 6em;
}
@media (min-width: 768px) {
  .account-footer {
    display: none !important;
  }
}

.account-main {
  padding-top: calc(60px + 1.5em);
}
@media (min-width: 768px) {
  .account-main {
    padding-top: calc(60px + 1.5em);
    min-height: 500px;
  }
}

.account-header-tab {
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}

.account-header-tab--selected {
  font-weight: bold;
}

.account__saved-community-card {
  width: 100%;
}
@media (min-width: 768px) {
  .account__saved-community-card {
    width: 50%;
  }
}
.account__saved-community-card:last-of-type {
  margin-bottom: 0px;
}

.account__column {
  width: 100%;
  justify-items: flex-start;
  align-items: start;
}
@media (min-width: 768px) {
  .account__column {
    width: clamp(30em, 40em, 45%);
  }
}

.account__event-card {
  border-width: 0;
  border-style: dotted;
  border-bottom-width: 1px;
  width: clamp(45%, 40em, 100%);
  border-color: #C4BfB6;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
}

.account__event-card__attending {
  color: #237a01;
  margin-bottom: 0.25rem;
}

.account__download-card {
  border-width: 0;
  border-style: dotted;
  border-bottom-width: 1px;
  height: auto;
  max-height: 16em;
  width: clamp(45%, 40em, 100%);
  border-color: #C4BfB6;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-bottom: 1rem;
}

.account__download-card__expired {
  color: #af272f;
}

.account__download-card__name {
  color: #444;
}

.account__client__input {
  width: 100%;
  max-width: 40em;
  margin-bottom: 0;
}

.account__client__table--outer {
  overflow-x: auto;
}

.account__client__table {
  white-space: nowrap;
  margin: 0;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.account__client__table a {
  color: #af272f;
  display: block;
}

.account__client__table td,
.account__client__table th {
  padding: 0 2.5rem 0 1.25rem;
  text-align: left;
  height: 2.9375rem;
}
.account__client__table td:last-child,
.account__client__table th:last-child {
  border-right: none;
}

.account__client__table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  width: 25vw;
  background: white;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0;
}
.account__client__table thead th:first-child {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-left: 20px;
  border-right: none;
}

.account__client__table tbody th {
  border-left: 1px solid #25282a;
  border-right: 1px solid #25282a;
  background-color: inherit;
  min-width: 175px;
  white-space: normal;
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 2rem;
  position: relative;
}
.account__client__table tbody th:after {
  box-shadow: 15px 0 15px -15px inset;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
}

.account__client__table tr:last-child th {
  border-bottom: 1px solid #25282a;
}

.account__client__table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

.account__client__table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}

.account__client__table tr {
  background-color: #fff;
}

.account__client__table tr:nth-child(even) {
  background-color: #f6f6f6;
}

.account__client__table [role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}

.account__client__table [role=region][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}

.campaign-banner {
  position: fixed;
  background-color: #f6f6f6;
  width: clamp(0px, 1500px, 100%);
  z-index: 19;
  border-style: solid;
  border-width: 0;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-color: #C3BFB7;
  top: 48px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .campaign-banner {
    top: 73px;
    height: auto;
    border-top-width: 1px;
    background-color: #fff;
  }
}

.campaign-main {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .campaign-main {
    padding-top: calc(60px + 1.5em);
  }
}

.campaign-main .column1 {
  flex-basis: 100%;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .campaign-main .column1 {
    flex-basis: 55%;
    margin-top: 0;
    width: 50%;
    max-width: 768px;
  }
}

.campaign-main .column2 {
  flex-basis: 100%;
  max-width: 550px;
  width: 100%;
  align-self: center;
  align-items: center;
  align-content: center;
}
@media (min-width: 768px) {
  .campaign-main .column2 {
    flex-basis: 45%;
    flex-shrink: 1;
    min-width: 200px;
    margin-inline: auto;
    align-self: start;
  }
}

.campaign__filter-link {
  /*    min-width: 200px;
      max-width: 480px;*/
  flex-grow: 1;
}

.campaign__hmc_image {
  width: clamp(250px, 450px, 45%);
  height: auto;
}

.event-bar_time {
  text-transform: lowercase;
  font-size: 1rem;
}
.event-bar_time:before {
  content: "//";
  width: 20px;
  height: 12px;
  padding: 0px 8px 0 10px;
}

.contact-hdr {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .contact-hdr {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.contactus__article__image {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contactus__article__image {
    height: 100%;
    max-width: 100%;
  }
}

.contactus__article {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .contactus__article {
    flex-direction: row;
    padding: 1.25rem;
  }
}

.contactus__article--reverse {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contactus__article--reverse {
    flex-direction: row;
    padding: 1.25rem;
  }
}

.contactus__article__copy {
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .contactus__article__copy {
    min-width: 50%;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .contactus__article__connect-image {
    width: 5em;
    height: 5em;
  }
}

@media (min-width: 768px) {
  .contactus__article__connect-type {
    margin-left: 2.5rem;
  }
}

.contactus__searchresult__title {
  font-size: 1.2em;
  font-weight: bold;
}

.expander input[type=radio] {
  display: none !important;
}
.expander ul {
  margin: 0;
}
.expander label {
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  z-index: 10;
}
.expander label::before, .expander label::after {
  display: none;
}
.expander .expander__content {
  padding: 1rem;
}
.expander .expander__content h3, .expander .expander__content .heading-gamma, .expander .expander__content .footer-nav__item, .expander .expander__content p, .expander .expander__content a {
  margin-bottom: 0px;
  font-size: 1rem;
}
.expander input[type=radio] ~ .expander__content {
  animation: close 1.5s;
  display: none;
  height: auto;
  overflow: hidden;
}
.expander input[type=radio]:checked ~ .expander__content {
  animation: open 1.5s;
  display: block;
  height: auto;
  max-height: 600px;
}
.expander .expand-up {
  position: relative;
}
.expander .expand-up::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: "";
  right: 0;
  background-image: url(../../images/Chevron.svg);
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.expander .expand-down {
  display: none;
}
.expander input[type=radio]:checked + div .expand-up::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  content: "";
  right: 0;
  background-image: url(../../images/Chevron.svg);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.expander input[type=radio]:checked ~ .expand-down {
  display: block;
  background-color: red;
}
.expander .expander__section {
  border-width: 1px;
  border-style: solid;
  border-color: #C3BFB7;
  padding: 1rem;
}
@keyframes open {
  from {
    max-height: 0;
  }
  to {
    max-height: auto;
  }
}
@keyframes close {
  from {
    display: block;
    max-height: auto;
  }
  to {
    display: none;
    height: 0;
  }
}

.warranty__article {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .warranty__article {
    flex-direction: row;
    padding: 1.25rem;
  }
}

.warranty__article__form {
  width: 100%;
  padding-inline: 1.25rem;
}
@media (min-width: 768px) {
  .warranty__article__form {
    padding-left: 0;
    padding-right: 3.75rem;
    min-width: 50%;
    width: 50%;
  }
}

.warranty__article__image {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  object-position: left;
}
@media (min-width: 768px) {
  .warranty__article__image {
    height: 100%;
    max-width: 100%;
  }
}

.warranty__form__section1 {
  margin-top: 1.875rem;
}
@media (min-width: 768px) {
  .warranty__form__section1 {
    margin-top: 0rem;
  }
}

.resources__hero__container {
  width: 100%;
}

.resources__hero {
  background-image: url(../../images/Streetscape_NCA_Ext_Stonecrest1677_Wrk_RET_S.webp);
  height: 14rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: contain;
}
@media (min-width: 768px) {
  .resources__hero {
    height: 28rem;
    margin-inline: 1.25rem;
    background-size: cover;
  }
}

.aboutus__hero__container {
  width: 100%;
}

.aboutus__hero {
  background-image: url(../../images/Streetscape_Orl_Pinewood_Gardents8027_wrk_RET_S.webp);
  height: 14rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: contain;
}
@media (min-width: 768px) {
  .aboutus__hero {
    height: 28rem;
    margin-inline: 1.25rem;
    background-size: cover;
  }
}

.our-story {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .our-story {
    flex-direction: row;
    padding-inline: 1.25rem;
  }
}
.our-story img {
  width: 100%;
}
@media (min-width: 768px) {
  .our-story img {
    width: 50%;
  }
}

.our-story__story {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .our-story__story {
    padding: 1.75rem;
    border-color: #C3BFB7;
    border-style: solid;
    border-width: 1px;
    background-color: #f6f6f6;
    width: clamp(200px, 220px, 30%);
  }
}

.timeline-container {
  max-width: 100%;
  width: 100%;
}

#timeline {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  min-width: 1024px;
}
#timeline:hover .tl-item {
  width: 23.3333%;
}

.tl-item, .tl-item-culture {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 57vh;
  min-height: 300px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}
.tl-item:before, .tl-item:after, .tl-item-culture:before, .tl-item-culture:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tl-item:after, .tl-item-culture:after {
  background: rgba(110, 98, 89, 0.9);
  opacity: 1;
  transition: opacity 0.5s ease;
}
.tl-item:before, .tl-item-culture:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.tl-item:hover, .tl-item-culture:hover {
  width: 70% !important;
}
.tl-item:hover:after, .tl-item-culture:hover:after {
  opacity: 0;
}
.tl-item:hover:before, .tl-item-culture:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.tl-item:hover .tl-content, .tl-item-culture:hover .tl-content {
  top: 50%;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}
.tl-item:hover .tl-bg, .tl-item-culture:hover .tl-bg {
  filter: grayscale(0);
}
.tl-item:hover .tl-year, .tl-item-culture:hover .tl-year {
  top: 50%;
  transition: top 0.5s ease;
}

.tl-item-culture {
  width: 33%;
}
.tl-item-culture .tl-year p {
  white-space: nowrap;
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
  margin-inline: 1.25rem;
  top: 100%;
}
.tl-content p {
  font-size: 1rem;
}
.tl-content h1, .tl-content .heading-alpha {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.44rem;
  font-weight: normal;
}

.tl-year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.tl-year p {
  font-weight: bold;
  text-decoration: none;
  line-height: 0;
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
}

.gallery-container {
  display: flex;
  flex-direction: row;
  gap: 0.7em;
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  overflow-y: hidden;
  opacity: 0.5;
  cursor: grab;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.gallery-container::-webkit-scrollbar {
  width: 0 !important;
}
.gallery-container:hover {
  opacity: 1;
}
.gallery-container .flex-gap {
  gap: 1rem;
}

.gallery-container-bound {
  display: flex;
  flex-direction: row;
  gap: 0.7em;
  overflow-y: hidden;
  box-shadow: inset -15px 0 10px -10px #444;
  cursor: grab;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  opacity: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .gallery-container-bound {
    opacity: 0.8;
    width: unset;
    margin-left: unset;
  }
}
.gallery-container-bound:active {
  cursor: grabbing;
  user-select: none !important;
}
.gallery-container-bound:hover {
  opacity: 1;
}
.gallery-container-bound .gallery-content {
  z-index: -1;
}
.gallery-container-bound::-webkit-scrollbar {
  width: 0 !important;
}
.gallery-container-bound .flex-gap {
  gap: 1rem;
}

.gallery-content {
  left: -25%;
  width: 150%;
  height: 100%;
}
.gallery-content picture {
  width: max-content;
}
.gallery-content img {
  pointer-events: none;
}

.gallery-content--row {
  height: clamp(20rem, 25vh, 25vh);
}

.gallery-content-2x3 {
  display: grid;
  grid-template-columns: clamp(16em, 20vw, 20vw) clamp(16em, 20vw, 20vw);
  grid-template-rows: repeat(3, clamp(14em, 12vw, 12vw));
  gap: 0.7em;
}
.gallery-content-2x3 picture {
  width: 100%;
}

.gallery-content-3x2 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .gallery-content-3x2 {
    display: grid;
    grid-template-columns: repeat(3, clamp(10em, 33%, 33%));
    grid-template-rows: clamp(10em, 14vw, 20vw) clamp(10em, 14vw, 20vw);
    gap: 2.2em;
  }
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.popup-card__container {
  padding-inline: 1rem;
  padding-block: 1rem;
  padding-right: 1.25rem;
  width: 22em;
  left: -18em;
  max-height: 20em;
}
@media (min-width: 768px) {
  .popup-card__container {
    width: 30em;
    left: -25em;
    max-height: 26em;
  }
}

.popup-card__card {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
  height: 25em;
  background-color: #fff;
  z-index: 1;
}
.popup-card__card__title {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 400;
}

.panzoom svg {
  width: 100%;
  height: 100%;
}

.dot:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.375rem;
  border: 1px solid #fff;
}

.available_now:before {
  background-color: #058A24;
}

.available_nextmo:before {
  background-color: #00613C;
}

.available:before {
  background-color: #0972B1;
}

.personalization:before {
  background-color: #9B059B;
}

.model:before {
  background-color: #25282a;
}

/*.qmi {
    &:before {
        background-color: #00613c;
    }
}
.available {
    &:before {
        background-color: #295e7d;
    }
}
.plannedhomesite {
    &:before {
        background-color: #22355b;
    }
}*/
.not-released:before {
  background-color: #ddcfad;
}

.sold:before {
  background-color: #a7252d;
}

.off-market:before {
  background-color: #6e6259;
}

.soldStatus, .constStatus, .lotPremium {
  display: none;
}

.panzoom-parent {
  border: 1px solid #C3BFB7;
}

.commMapTxt {
  fill: #fff;
  font-size: 0.7em;
  /* cursor: pointer;*/
}

#Background path, #Background polygon,
#background path, #background polygon {
  fill: #eee !important;
  stroke: none !important;
}

.road path, .road polygon, .road polyline, .road rect {
  fill: #fff;
  /* cursor: pointer;*/
  stroke: none !important;
}

.grass path, .grass polygon, .grass polyline, .grass rect {
  fill: #b2b176;
  /*cursor: pointer;*/
  stroke: none !important;
}

.lakes path, .lakes polygon, .lakes polyline, .lakes rect {
  fill: #add9ea !important;
  /*    cursor: pointer;*/
  stroke: none !important;
}

.available_now path, .available_now polygon, .available_now polyline, .available_now rect {
  fill: #058A24;
  stroke: none !important;
}

.available_nextmo path, .available_nextmo polygon, .available_nextmo polyline, .available_nextmo rect {
  fill: #00613C;
  stroke: none !important;
}

.available path, .available polygon, .available polyline, .available rect {
  fill: #0972B1;
  stroke: none !important;
}

.personalization path, .personalization polygon, .personalization polyline, .personalization rect {
  fill: #9B059B;
  stroke: none !important;
}

.model path, .model polygon, .model polyline, .model rect {
  fill: #25282a;
  stroke: none !important;
}

.sold path, .sold polygon, .sold polyline, .sold rect {
  fill: #a7252d;
  stroke: none !important;
}

.notavailable path, .notavailable polygon, .notavailable polyline, .notavailable rect {
  fill: #ddcfad;
  stroke: none !important;
}

#otherbuilders path, #otherbuilders polygon, #otherbuilders polyline, #otherbuilders rect, .off-market path, .off-market polygon, .off-market polyline, .off-market rect {
  fill: #6e6259;
  stroke: none !important;
}

/*.qmi {
    path, polygon, polyline, rect {
        fill: #00613c;
    }
}
.available {
    path, polygon, polyline, rect {
        fill: #295e7d;
    }
}
.plannedhomesite {
    path, polygon, polyline, rect {
        fill: #22355b;
    }
}*/
.community-platmap-new {
  box-shadow: inset 0px 0px 10px 2px #dcdcdc;
  padding: 10px;
  background-color: #eee;
}
.community-platmap-new .map-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .community-platmap-new .map-container {
    flex-direction: row;
  }
}
.community-platmap-new .map-container .legend-tab {
  order: 2;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .community-platmap-new .map-container .legend-tab {
    width: auto;
    order: 1;
  }
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper {
  position: relative;
  width: 100%;
  min-height: 365px;
}
@media (min-width: 768px) {
  .community-platmap-new .map-container .legend-tab .drawer-wrapper {
    position: absolute;
    width: 275px;
    min-height: 365px;
    overflow: hidden;
    left: -10px;
    top: 10px;
  }
  .community-platmap-new .map-container .legend-tab .drawer-wrapper .fade {
    position: absolute;
    width: 10px;
    left: 0;
    height: 100%;
    z-index: 5;
    box-shadow: inset 15px 0 10px -10px #ccc;
  }
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer-toggle {
  display: none;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer-toggle:checked ~ .drawer {
  transform: translateX(-215px);
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer-toggle:checked ~ .drawer .drawer__content {
  transform: translateX(215px);
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer-toggle:checked ~ .drawer .drawer__content .dot:before {
  margin-left: 0.65rem;
  margin-right: 1.2rem;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer-toggle:checked ~ .drawer .drawer__handle::after {
  content: "Expand";
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer-toggle:checked ~ .drawer .legend-clearfilter::after {
  content: "Clear";
  padding-left: 6px;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer {
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  z-index: 1;
}
@media (min-width: 768px) {
  .community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer {
    border-radius: 0 8px 8px 0;
    border: 1px solid #D4CCC2;
    border-left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 275px;
    height: 100%;
  }
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content {
  position: absolute;
  left: 10px;
  font-size: 0.8rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 94%;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .drawer__handle,
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .legend-clearfilter {
  text-decoration: underline;
  cursor: pointer;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .drawer__handle:hover,
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .legend-clearfilter:hover {
  text-decoration: none;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .drawer__handle {
  display: none;
}
@media (min-width: 768px) {
  .community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .drawer__handle {
    display: flex;
    padding-bottom: 6px;
  }
  .community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .drawer__handle::after {
    content: "Collapse";
  }
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .legend-clearfilter {
  padding-top: 12px;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content .legend-clearfilter::after {
  content: "Clear selected";
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content__inner {
  flex: 1;
  overflow-y: auto;
}
.community-platmap-new .map-container .legend-tab .drawer-wrapper .drawer__content__inner div {
  cursor: pointer;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: 1px solid #D4CCC2;
}
.community-platmap-new .map-container .platmap {
  order: 1;
}
@media (min-width: 768px) {
  .community-platmap-new .map-container .platmap {
    order: 2;
  }
}
.community-platmap-new .map-container .platmap svg {
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .community-platmap-new .map-container .platmap svg {
    height: 100%;
  }
}

.rz-accordion {
  box-shadow: none;
  margin-bottom: 10px;
}

.rz-accordion-header {
  background-color: #ffffff;
}

.rz-accordion-header a[role=tab] {
  padding: 12px 20px;
  border: 1px solid #C3BFB7;
  border-bottom: 0px;
  color: #25282A;
  line-height: 1.5rem;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  font-size: inherit;
  font-weight: 600;
}

.rz-accordion-header:last-child {
  border-bottom: 1px solid #C3BFB7;
}

.rz-accordion-header .rzi:before {
  display: none !important;
  content: "";
  width: 0;
  height: 0;
}
.rz-accordion-header .rzi:after {
  display: none !important;
  content: "";
  width: 0;
  height: 0;
}

.rz-accordion-header .rzi, .rz-accordion-header .rz-column-drag, .rz-accordion-header .rz-datatable-loading-content .rzi-circle-o-notch, .rz-datatable-loading-content .rz-accordion-header .rzi-circle-o-notch, .rz-accordion-header .rz-datatable-header .rzi-plus, .rz-datatable-header .rz-accordion-header .rzi-plus, .rz-accordion-header .rz-sortable-column .rzi-grid-sort, .rz-sortable-column .rz-accordion-header .rzi-grid-sort, .rz-accordion-header .rz-datatable .rzi-chevron-circle-down, .rz-datatable .rz-accordion-header .rzi-chevron-circle-down, .rz-accordion-header .rz-datatable .rzi-chevron-circle-right, .rz-datatable .rz-accordion-header .rzi-chevron-circle-right, .rz-accordion-header .rz-fileupload-row .rz-button .rzi-close, .rz-accordion-header .rz-fileupload-row .rz-paginator-element .rzi-close, .rz-fileupload-row .rz-button .rz-accordion-header .rzi-close, .rz-fileupload-row .rz-paginator-element .rz-accordion-header .rzi-close,
.rz-accordion-header .rz-fileupload-row .rz-button .rzi-times,
.rz-accordion-header .rz-fileupload-row .rz-paginator-element .rzi-times,
.rz-accordion-header .rz-fileupload-row .rz-button .rz-icon-trash,
.rz-accordion-header .rz-fileupload-row .rz-paginator-element .rz-icon-trash {
  font-size: 1.5rem;
  margin: 0 0.375rem 0 0;
}

.rz-accordion-toggle-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  order: 1;
  line-height: 2rem;
}

.rz-accordion-header a[role=tab] span:not(.rz-accordion-toggle-icon) {
  flex-grow: 1;
}

.rz-accordion-toggle-icon.rzi-chevron-right:after {
  display: inline-flex;
  content: "";
  background-image: url("/images/Arrow-Right--black.svg?v=xz2UL9ozhEMxmJ2e0g5sLhuo13k");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  height: 20px;
  width: 20px;
}

.rz-accordion-toggle-icon.rzi-chevron-down:after {
  display: inline-flex;
  content: "";
  background-image: url("/images/carat.svg?v=v-5ew-_n3BvUB3v0j1oC3OCU6h0");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  height: 20px;
  width: 20px;
}

.rz-state-active a[role=tab] {
  color: #25282A;
}

.rz-accordion-content-wrapper-overflown {
  overflow: hidden;
}

.rz-accordion-content {
  font-size: inherit;
  background-color: #ffffff;
  padding: 0 1.25rem 0.75rem 1.25rem;
  border-left: 1px solid #C3BFB7;
  border-right: 1px solid #C3BFB7;
}

.rz-accordion-content-wrapper:last-of-type {
  border-bottom: 1px solid #C3BFB7;
}

.rz-radio-button-list-horizontal .rz-radio-btn {
  display: inline-flex;
  align-items: center;
}

.rz-radiobutton {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.rz-state-disabled .rz-radiobutton {
  cursor: initial;
}

.rz-radiobutton-label {
  margin: 0 1rem 0 0.5rem;
}

.rz-radiobutton {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
}

.rz-radiobutton .rz-helper-hidden-accessible {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.rz-radiobutton-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  border: 1px solid #25282A;
  border-radius: 50%;
  background-color: #ffffff;
}

.rz-radiobutton-box:active:not(.rz-state-disabled) {
  background-color: #25282A;
}

.rz-radiobutton-box .rzi, .rz-radiobutton-box .rz-column-drag, .rz-radiobutton-box .rz-datatable-loading-content .rzi-circle-o-notch, .rz-datatable-loading-content .rz-radiobutton-box .rzi-circle-o-notch, .rz-radiobutton-box .rz-datatable-header .rzi-plus, .rz-datatable-header .rz-radiobutton-box .rzi-plus, .rz-radiobutton-box .rz-sortable-column .rzi-grid-sort, .rz-sortable-column .rz-radiobutton-box .rzi-grid-sort, .rz-radiobutton-box .rz-datatable .rzi-chevron-circle-down, .rz-datatable .rz-radiobutton-box .rzi-chevron-circle-down, .rz-radiobutton-box .rz-datatable .rzi-chevron-circle-right, .rz-datatable .rz-radiobutton-box .rzi-chevron-circle-right, .rz-radiobutton-box .rz-fileupload-row .rz-button .rzi-close, .rz-radiobutton-box .rz-fileupload-row .rz-paginator-element .rzi-close, .rz-fileupload-row .rz-button .rz-radiobutton-box .rzi-close, .rz-fileupload-row .rz-paginator-element .rz-radiobutton-box .rzi-close,
.rz-radiobutton-box .rz-fileupload-row .rz-button .rzi-times,
.rz-radiobutton-box .rz-fileupload-row .rz-paginator-element .rzi-times,
.rz-radiobutton-box .rz-fileupload-row .rz-button .rz-icon-trash,
.rz-radiobutton-box .rz-fileupload-row .rz-paginator-element .rz-icon-trash {
  width: 0.5rem;
  height: 0.5rem;
  color: #ffffff;
}

.rz-radiobutton-box .rzi-circle-on {
  border-radius: 50%;
  vertical-align: middle;
  background-color: #25282A;
  width: 18px;
  height: 18px;
  border: 2px solid white;
}

.rz-radiobutton-box .rzi-circle-on:hover {
  border-radius: 50%;
  vertical-align: middle;
  background-color: #25282A;
  width: 18px;
  height: 18px;
  border: 2px solid white;
}

.rz-radiobutton-box.rz-state-active {
  background-color: white;
  border: 1px solid #25282A;
}

.rz-radiobutton-box.rz-state-active:hover {
  background-color: #25282A;
}

.rz-radiobutton-box.rz-state-disabled .rzi-circle-on:hover {
  background-color: #ffffff;
}

.rz-radiobutton-box.rz-state-disabled.rz-state-active {
  background-color: #25282A;
  border: 1px solid #25282A;
  opacity: 0.5;
}

.rz-radiobutton-box.rz-state-disabled.rz-state-active:hover {
  background-color: #25282A;
  border: 1px solid #25282A;
}

.rz-datepicker {
  display: inline-block;
  position: relative;
  border-radius: 0px;
}

/*.rz-datepicker:has(>.rz-inputtext:not(:disabled):not(.rz-state-disabled):focus) {
    outline: 0;
}*/
.rz-datepicker .rz-readonly {
  cursor: pointer;
}

.rz-datepicker > .rz-inputtext {
  width: 100%;
  line-height: 1rem;
}

.rz-datepicker:has(.rz-datepicker-trigger) > .rz-inputtext {
  padding-inline-end: 0px;
}

/*.rz-datepicker: not(.rz-state-disabled):hover .rz-datepicker-trigger {
    box-shadow: none;
    color: $black_419c;
}*/
.rz-datepicker.rz-state-disabled > .rz-inputtext {
  color: #25282A;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid purple;
  opacity: 1;
}

.rz-datepicker.rz-state-disabled > .rz-inputtext::placeholder {
  color: #25282A;
}

.rz-datepicker-inline {
  background-color: #fff;
  border: 1px solid #6e6259;
  width: 100%;
}

.rz-datepicker-trigger {
  box-shadow: none;
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 0.625rem;
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  vertical-align: text-top;
  color: #25282A;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}

.rz-datepicker-trigger.rz-state-disabled {
  border: 0;
  box-shadow: none;
  cursor: initial;
  opacity: 1;
  color: #25282A;
}

.rz-datepicker-trigger:not(.rz-state-disabled):hover:not(:active), .rz-datepicker-trigger:not(.rz-state-disabled):hover:active {
  background-color: transparent;
}

.rz-datepicker-trigger:not(.rz-state-disabled):active {
  box-shadow: none !important;
  background-image: none !important;
}

.rz-datepicker-trigger .rzi-calendar, .rz-datepicker-trigger .rzi-time {
  font-size: inherit;
  vertical-align: top;
}

/*.rz-datepicker-trigger .rzi-calendar:before {
    content: "calendar_today";
}

.rz-datepicker-trigger .rzi-time:before {
    content: "schedule";
}

.rz-datepicker-trigger .rz-button-text {
    display: none;
}*/
.rz-datepicker-popup-container {
  box-sizing: content-box;
  position: absolute;
  width: 100%;
  margin: 0px;
  box-shadow: none;
  border: 1px solid yellow;
  border-radius: 0px;
  background-color: #fff;
}

.rz-datepicker-inline-container {
  position: static;
  white-space: nowrap;
}

.rz-datepicker-inline-container .rz-calendar {
  display: inline-block;
}

.rz-datepicker-footer {
  position: relative;
  line-height: 1rem;
  padding: 20px;
}

.rz-calendar {
  box-sizing: border-box;
  width: 100%;
}
.rz-calendar .rz-dropdown input {
  font-size: 0.8rem;
  padding: 4px;
  cursor: pointer;
}

.rz-calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E1DFDA;
  border-bottom: 1px solid #6e6259;
  color: #25282A;
  padding-block: 10px;
  padding-inline: 10px;
}

.rz-calendar-prev, .rz-calendar-next {
  border-radius: 0px;
}

.rz-calendar-prev .rzi, .rz-calendar-next .rzi {
  color: #25282A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

*[dir=rtl] .rz-calendar-prev .rzi, *[dir=rtl] .rz-calendar-next .rzi {
  transform: rotate(180deg);
}

.rz-calendar-prev {
  order: 1;
}

/*.rz-calendar-prev .rz-calendar-prev-icon:before {
    display: inline-flex;
    content: '';
    background-image: url('/images/Arrow-left--black.svg?v=sYV-xtsJ4BVu8u10CHi5YMiQ9OM');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 20px;
    width: 20px;
}
*/
.rz-calendar-next {
  order: 3;
}

/*.rz-calendar-next .rz-calendar-next-icon:before {
    display: inline-flex;
    content: '';
    background-image: url('/images/Arrow-Right--black.svg?v=xz2UL9ozhEMxmJ2e0g5sLhuo13k');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 20px;
    width: 20px;
}*/
.rz-calendar-title {
  order: 2;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 1rem !important;
}
.rz-calendar-title .rz-dropdown {
  padding: 0.1875rem 0.625rem;
  border: 1px solid #ccc;
  background-color: transparent;
  font-size: 0.8rem;
  height: 2.1875rem;
  line-height: 1.5rem;
  transition: none;
  outline: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.rz-calendar-month-dropdown {
  width: 100%;
}

.rz-calendar-year-dropdown {
  width: 100%;
}

/*.rz-calendar-view-container {
    padding-block: 20px;
    padding-inline: 20px;
}*/
.rz-calendar-view-container:focus {
  outline: none;
}

.rz-calendar-view-container:focus-visible {
  outline: none;
}

.rz-calendar-view {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.rz-calendar-view th {
  font-weight: normal;
  color: #25282A;
  padding: 10px;
  text-align: center;
}
.rz-calendar-view th span {
  font-size: 0.75rem;
  font-weight: bold;
}

.rz-calendar-view td {
  text-align: center;
  border-top: 1px solid #E1DFDA;
  padding: 0;
}

.rz-calendar-view td .rz-state-default {
  display: block;
  padding: 10px;
  color: #25282A;
  font-size: 0.7rem;
  border-radius: 0px;
}

.rz-calendar-view td .rz-state-default.rz-calendar-today {
  color: #25282A;
}

.rz-calendar-view td .rz-state-default.rz-state-focused, .rz-calendar-view td .rz-state-default:hover {
  text-decoration: none;
  color: #25282A;
  background-color: #E1DFDA;
  cursor: pointer;
}

.rz-calendar-view td .rz-state-active, .rz-calendar-view td .rz-state-active.rz-calendar-today {
  color: #25282A;
  background-color: #E1DFDA;
  box-shadow: none;
}

.rz-calendar-view td .rz-state-active.rz-state-focused, .rz-calendar-view td .rz-state-active:hover, .rz-calendar-view td .rz-state-active.rz-calendar-today.rz-state-focused, .rz-calendar-view td .rz-state-active.rz-calendar-today:hover {
  color: #25282A;
  background-color: #E1DFDA;
}

.rz-calendar-view .rz-state-disabled {
  opacity: 0.5;
}

.rz-calendar-view .rz-calendar-other-month {
  opacity: 0.5;
}

.rz-calendar-view .rz-calendar-week-number {
  opacity: 0.5;
}

.rz-timepicker {
  display: flex;
  align-items: center;
  justify-content: center;
  /*    gap: var(--rz-timepicker-gap);
      border-top: var(--rz-datepicker-calendar-border);
      padding-block: var(--rz-timepicker-padding-block);
      padding-inline: var(--rz-timepicker-padding-inline);*/
  color: #25282A;
}

.rz-timepicker .rzi-chevron-up:before {
  content: "expand_less";
}

.rz-timepicker .rzi-chevron-down:before {
  content: "expand_more";
}

.rz-timepicker .rz-separator {
  color: #25282A;
}

.rz-timepicker .rz-separator a {
  display: none;
}

.rz-timepicker .rz-button-md {
  padding: 20px;
  text-transform: uppercase;
}

.rz-hour-picker, .rz-minute-picker, .rz-second-picker {
  background-color: #E1DFDA;
  width: 4rem;
}

.rz-ampm-picker a {
  text-decoration: none;
}

/*
.rz-calendar {
    display: inline-block;
    position: relative;
}

.rz-calendar .rz-readonly {
    cursor: pointer;
}

.rz-calendar .rz-inputtext {
    width: 100%;
    line-height: 1.5rem;
    padding-right: 1.125rem;
}

.rz-calendar:not(.rz-state-disabled):hover .rz-datepicker-trigger {
    box-shadow: none;
    color: #25282A;
}

.rz-calendar-inline {
    width: 100%;
    margin: 6px 0 10px 0;
}

.rz-datepicker-trigger {
    box-shadow: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.625rem;
    background-color: transparent;
    padding: 0;
    vertical-align: text-top;
    color: #88989b;
    width: 1.125rem;
    height: 1.25rem;
    font-size: 1.25rem;
}

.rz-datepicker-trigger.rz-state-disabled {
    border: none;
    box-shadow: none;
    cursor: initial;
}

.rz-datepicker-trigger:not(.rz-state-disabled):hover:not(:active), .rz-datepicker-trigger:not(.rz-state-disabled):hover:active {
    background-color: transparent;
}

.rz-datepicker-trigger:not(.rz-state-disabled):active {
    box-shadow: none !important;
    background-image: none !important;
}

.rz-datepicker-trigger .rzi-calendar {
    font-size: inherit;
    vertical-align: top;
}

.rz-datepicker-trigger .rzi-calendar:before {
    content: 'calendar_today';
}

.rz-datepicker-trigger .rz-button-text {
    display: none;
}

.rz-datepicker {
    background-color: #ffffff;
}

.rz-datepicker:not(.rz-datepicker-inline) {
    box-sizing: content-box;
    margin: 0;
    position: absolute;
    border: solid 1px #cecece;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.rz-calendar {
    display: inline-block;
}

.rz-datepicker-inline {
    position: static;
}

.rz-datepicker-inline .rz-datepicker-group {
    display: inline-block;
    width: 100%;
}

.rz-datepicker-header {
    position: relative;
    line-height: 2.5rem;
    color: #25282A;
    padding: .4rem 0.875rem;
    width: 100%;
}

.rz-datepicker-prev {
    float: left;
    height: 2.5rem;
}

.rz-datepicker-prev .rzi-chevron-left {
    vertical-align: text-top;
    color: #25282A;
    line-height: 2.5rem;
}

.rz-datepicker-prev .rzi-chevron-left:before {
    display: inline-flex;
    content: '';
    background-image: url('/images/Arrow-left--black.svg?v=sYV-xtsJ4BVu8u10CHi5YMiQ9OM');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 20px;
    width: 20px;
}

.rz-datepicker-next {
    float: right;
    height: 2.5rem;
}

.rz-datepicker-next .rzi-chevron-right {
    vertical-align: text-top;
    color: #25282A;
    line-height: 2.5rem;
}

.rz-datepicker-next .rzi-chevron-right:before {
    display: inline-flex;
    content: '';
    background-image: url('/images/Arrow-Right--black.svg?v=xz2UL9ozhEMxmJ2e0g5sLhuo13k');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    height: 20px;
    width: 20px;
}

.rz-datepicker-title {
    height: 40px;
    text-align: center;
}

.rz-datepicker-calendar {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.rz-datepicker-calendar th {
    font-weight: normal;
    font-size: 0.6875rem;
    text-transform: none;
    color: #212529;
    padding: 0.5rem 0.875rem;
    text-align: center;
}

.rz-datepicker-calendar td {
    text-align: center;
    border-top: solid 1px rgba(151, 151, 151, 0.1);
    padding: 0;
}

.rz-datepicker-calendar td .rz-state-default {
    display: block;
    padding: 0.5rem 0.875rem;
    color: #25282A;
    font-size: 0.875rem;
    border-radius: 0;
    transition: none;
}

.rz-datepicker-calendar td .rz-state-default:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #25282A;
    cursor: pointer;
}

.rz-datepicker-calendar td .rz-state-active {
    color: #ffffff;
    background-color: #25282A;
    padding: 0.5rem 0.875rem;
}

.rz-datepicker-calendar td .rz-state-active:hover {
    color: #ffffff;
    background-color: #25282A;
}

.rz-datepicker-calendar .rz-state-disabled {
    opacity: 0.5;
}

.rz-datepicker-calendar .rz-datepicker-other-month {
    opacity: 0.5;
}

.rz-datepicker-footer {
    position: relative;
    line-height: 2.5rem;
    padding: 0 0.875rem;
}

.rz-timepicker {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: solid 1px rgba(151, 151, 151, 0.1);
    padding: 0.5rem;
    color: #212529;
}

.rz-timepicker .rzi-chevron-up:before {
    content: 'expand_less';
}

.rz-timepicker .rzi-chevron-down:before {
    content: 'expand_more';
}

.rz-timepicker .rz-separator {
    color: #212529;
    margin: 0 0.5rem;
}

.rz-timepicker .rz-separator a {
    display: none;
}

.rz-timepicker .rz-button-md, .rz-timepicker .rz-date-filter-buttons .rz-button, .rz-timepicker .rz-date-filter-buttons .rz-paginator-element, .rz-date-filter-buttons .rz-timepicker .rz-button, .rz-date-filter-buttons .rz-timepicker .rz-paginator-element, .rz-timepicker .rz-fileupload-choose, .rz-timepicker .rz-splitbutton .rz-button-text-icon-left, .rz-splitbutton .rz-timepicker .rz-button-text-icon-left,
.rz-timepicker .rz-splitbutton .rz-button-text-only,
.rz-splitbutton .rz-timepicker .rz-button-text-only, .rz-timepicker .rz-splitbutton-menubutton, .rz-timepicker .rz-selectbutton .rz-button, .rz-timepicker .rz-selectbutton .rz-paginator-element, .rz-selectbutton .rz-timepicker .rz-button, .rz-selectbutton .rz-timepicker .rz-paginator-element {
    padding: 0;
}

.rz-multiselect .rz-helper-hidden-accessible, .rz-dropdown .rz-helper-hidden-accessible {
    opacity: 0;
    height: 0;
    overflow: hidden;
}*/
.rz-textbox {
  display: block;
  font-size: 16.25px;
  padding-top: 1.425rem;
  padding-bottom: 0.425rem;
  width: 100%;
  height: inherit !important;
  border: 1px solid #25282A !important;
  border-radius: inherit !important;
  box-shadow: none !important;
}

.rz-dropdown {
  padding: 0.1875rem 0.625rem;
  border: 1px solid #c4bfb6;
  background-color: #ffffff;
  height: 2.1875rem;
  line-height: 1.75rem;
  color: #212529;
  transition: none;
  outline: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .rz-dropdown input {
    font-size: 1.025rem;
  }
}

.rz-dropdown.rz-dropdown-open {
  background-color: #ffffff;
  border: 1px solid #dadfe2;
}

.rz-multiselect .rz-placeholder, .rz-dropdown .rz-placeholder {
  color: #3a3a3a;
}

.rz-multiselect-trigger, .rz-dropdown-trigger {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
}

.rz-dropdown-trigger .rzi {
  width: 1.1875rem;
  height: 1.1875rem;
  font-size: 1.1875rem;
  margin: 0 0.5rem 0 0;
  line-height: 1.35rem;
}

/*.rz-multiselect-trigger .rzi-chevron-down:before, .rz-dropdown-trigger .rzi-chevron-down:before {
    display: inline-flex;
    content: '';
    background-image: url('/images/carat.svg?v=v-5ew-_n3BvUB3v0j1oC3OCU6h0');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
}*/
.rz-dropdown-clear-icon {
  position: absolute;
  right: 1.6875rem;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.1875rem;
  opacity: 0.4;
}

.rz-dropdown-clear-icon:before {
  content: "close";
}

.rz-dropdown-clear-icon:hover {
  opacity: 1;
}

.rz-html-editor-dropdown-items, .rz-splitbutton-menu, .rz-autocomplete-panel, .rz-multiselect-panel, .rz-dropdown-panel {
  position: absolute;
  transform: translateY(-4px);
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #dadfe2;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  z-index: 99999 !important;
}

.rz-dropdown-panel {
  box-sizing: content-box;
  padding: 0 0.625rem;
}

.rz-dropdown-items, .rz-autocomplete-items, .rz-multiselect-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rz-dropdown-items li, .rz-autocomplete-items li, .rz-multiselect-items li {
  /* The 'No results found' item has no CSS class */
}

.rz-dropdown-items-wrapper,
.rz-multiselect-items-wrapper {
  overflow: auto;
  margin: 0 -0.625rem;
}

.rz-multiselect-items-wrapper {
  overflow: auto;
}

.rz-dropdown-filter-container {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(151, 151, 151, 0.1);
}

.rz-dropdown-filter, .rz-multiselect-filter-container .rz-inputtext {
  background-color: transparent;
  color: #212529;
}

.rz-dropdown-item, .rz-menuitem, .rz-autocomplete-list-item, .rz-multiselect-item, .rz-dropdown-items li, .rz-autocomplete-items li, .rz-multiselect-items li {
  padding: 0.25rem 0.625rem;
  transition: none;
  cursor: default;
  font-size: 0.875rem;
}

.rz-dropdown-item span {
  font-size: 0.875rem;
}

.rz-dropdown-item.rz-state-highlight, .rz-state-highlight.rz-menuitem, .rz-state-highlight.rz-autocomplete-list-item, .rz-state-highlight.rz-multiselect-item, .rz-dropdown-items li.rz-state-highlight, .rz-autocomplete-items li.rz-state-highlight, .rz-multiselect-items li.rz-state-highlight {
  background-color: #25282A;
  color: #ffffff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.01);
  border-radius: 0;
}

.rz-dropdown-item.rz-state-highlight:hover, .rz-state-highlight.rz-menuitem:hover, .rz-state-highlight.rz-autocomplete-list-item:hover, .rz-state-highlight.rz-multiselect-item:hover, .rz-dropdown-items li.rz-state-highlight:hover, .rz-autocomplete-items li.rz-state-highlight:hover, .rz-multiselect-items li.rz-state-highlight:hover {
  background-color: #25282A;
  color: #ffffff;
}

.rz-dropdown-item.rz-state-disabled, .rz-state-disabled.rz-menuitem, .rz-state-disabled.rz-autocomplete-list-item, .rz-state-disabled.rz-multiselect-item, .rz-dropdown-items li.rz-state-disabled, .rz-autocomplete-items li.rz-state-disabled, .rz-multiselect-items li.rz-state-disabled {
  opacity: 0.2;
  cursor: initial;
}

.rz-dropdown-item:hover, .rz-menuitem:hover, .rz-autocomplete-list-item:hover, .rz-multiselect-item:hover, .rz-dropdown-items li:hover, .rz-autocomplete-items li:hover, .rz-multiselect-items li:hover {
  background-color: #59a6cd;
  color: #ffffff;
  border-radius: 0;
}

.rz-multiselect-label-container,
.rz-dropdown-label {
  display: block;
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: fit-content;
}

.rz-dropdown-chips {
  height: inherit;
}

.rz-dropdown-chips .rz-dropdown-chips-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-right: 3rem;
}

.rz-dropdown-chips .rz-chip {
  background: #e6ecef;
  border-radius: 4px;
  padding: 0 0 0 0.625rem;
}

.rz-dropdown-chips .rz-chip .rz-chip-text {
  vertical-align: middle;
  display: contents;
}

.rz-dropdown-chips .rz-chip .rz-button, .rz-dropdown-chips .rz-chip .rz-paginator-element {
  padding: 0.25rem 0.5rem;
  line-height: 1.5rem;
}

.rz-dropdown-chips .rz-chip .rzi, .rz-dropdown-chips .rz-chip .rz-column-drag, .rz-dropdown-chips .rz-chip .rz-datatable-loading-content .rzi-circle-o-notch, .rz-datatable-loading-content .rz-dropdown-chips .rz-chip .rzi-circle-o-notch, .rz-dropdown-chips .rz-chip .rz-datatable-header .rzi-plus, .rz-datatable-header .rz-dropdown-chips .rz-chip .rzi-plus, .rz-dropdown-chips .rz-chip .rz-sortable-column .rzi-grid-sort, .rz-sortable-column .rz-dropdown-chips .rz-chip .rzi-grid-sort, .rz-dropdown-chips .rz-chip .rz-datatable .rzi-chevron-circle-down, .rz-datatable .rz-dropdown-chips .rz-chip .rzi-chevron-circle-down, .rz-dropdown-chips .rz-chip .rz-datatable .rzi-chevron-circle-right, .rz-datatable .rz-dropdown-chips .rz-chip .rzi-chevron-circle-right, .rz-dropdown-chips .rz-chip .rz-fileupload-row .rz-button .rzi-close, .rz-dropdown-chips .rz-chip .rz-fileupload-row .rz-paginator-element .rzi-close, .rz-fileupload-row .rz-button .rz-dropdown-chips .rz-chip .rzi-close, .rz-fileupload-row .rz-paginator-element .rz-dropdown-chips .rz-chip .rzi-close,
.rz-dropdown-chips .rz-chip .rz-fileupload-row .rz-button .rzi-times,
.rz-dropdown-chips .rz-chip .rz-fileupload-row .rz-paginator-element .rzi-times,
.rz-fileupload-row .rz-button .rz-dropdown-chips .rz-chip .rzi-times,
.rz-fileupload-row .rz-paginator-element .rz-dropdown-chips .rz-chip .rzi-times,
.rz-dropdown-chips .rz-chip .rz-fileupload-row .rz-button .rz-icon-trash,
.rz-dropdown-chips .rz-chip .rz-fileupload-row .rz-paginator-element .rz-icon-trash,
.rz-fileupload-row .rz-button .rz-dropdown-chips .rz-chip .rz-icon-trash,
.rz-fileupload-row .rz-paginator-element .rz-dropdown-chips .rz-chip .rz-icon-trash, .rz-dropdown-chips .rz-chip .rz-menuitem .rz-menuitem-icon, .rz-menuitem .rz-dropdown-chips .rz-chip .rz-menuitem-icon {
  vertical-align: middle;
  font-size: 1rem;
}

.rz-clear .rz-multiselect-label-container,
.rz-clear .rz-dropdown-label,
.rz-clear .rz-dropdown-badges-items {
  padding-right: 2.375rem;
}

.rz-dropdown:disabled {
  color: rgba(58, 58, 58, 0.4);
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #eaeaea;
  opacity: 1;
}

.rz-state-disabled.rz-dropdown::placeholder {
  color: rgba(58, 58, 58, 0.4);
}

.rz-dropdown:disabled .rz-inputtext {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(58, 58, 58, 0.4);
}

body:not(.rz-default-scrollbars)::-webkit-scrollbar {
  background-color: #ffffff;
}

body:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb {
  background: #BBB;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 8px;
}

body:not(.rz-default-scrollbars)::-webkit-scrollbar-corner {
  background-color: #ffffff;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
  background-color: #ffffff;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 8px;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-corner {
  background-color: #ffffff;
}

.u-ff-modish {
  font-family: "modish", sans-serif;
}

.u-fs-1 {
  font-size: 1rem;
}

.u-fs-1-2 {
  font-size: 1.2rem;
}

.u-fs-1-5 {
  font-size: 1.5rem;
}

.u-fs-2 {
  font-size: 2rem;
}

.u-fs-3 {
  font-size: 3rem;
}

.u-fs-4 {
  font-size: 4rem;
}

.u-fs-5 {
  font-size: 5rem;
}

.u-weight-light {
  font-weight: 300;
}

.u-weight-reg {
  font-weight: 400;
}

.u-weight-semi {
  font-weight: 600;
}

.u-weight-bold {
  font-weight: 700;
}

.u-list-none {
  list-style-type: none;
  padding-left: 0;
}

.u-list-bull {
  list-style-type: disc;
}

.u-list-inside {
  list-style: inside;
  padding-left: 0;
}

.u-list-basic {
  padding-left: 1.25rem;
  margin-bottom: 2.5rem;
}
.u-list-basic li {
  margin-bottom: 1.25rem;
}

.u-max-content {
  max-inline-size: max-content;
}

.u-strong {
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
}

.u-italics {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-style: italics;
}

.u-color-white {
  color: #fff;
}

.u-color-normal {
  color: #25282A;
}

.u-minimize {
  margin: 0;
  padding: 0;
}

.u-small {
  font-size: 0.8rem;
}

.u-text-align-start {
  text-align: start;
}

.u-text-align-center {
  text-align: center;
}

.line-height-2 {
  line-height: 2em;
}

.validation-errors {
  padding-left: 20px;
  font-size: 0.85em;
  font-style: italic;
  color: red;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.u-btn-clear {
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 0;
}
.u-btn-clear:hover {
  cursor: pointer;
}
.u-btn-clear:focus {
  outline: 0px solid black;
}

.cursor-pointer {
  cursor: pointer;
}

.u-resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

.u-hidden-mobile {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden-mobile {
    display: block;
  }
}

.u-hidden-desktop {
  display: block;
}
@media (min-width: 768px) {
  .u-hidden-desktop {
    display: none;
  }
}

.u-hidden-tablet {
  display: none;
}
@media screen and (min-width: 1280px) {
  .u-hidden-tablet {
    display: block;
  }
}

.u-hidden {
  display: none !important;
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline;
}

.u-strikethru {
  text-decoration: line-through;
}

.discounted-price {
  color: #237a01;
}
.discounted-price span {
  padding-left: 4px;
  font-size: 0.85rem;
  vertical-align: middle;
  font-weight: bold;
}
@media screen and (min-width: 1080px) and (max-width: 1280px) {
  .discounted-price {
    font-size: 1.35rem;
  }
}

.discounted-block {
  background-color: #6e6259;
  width: fit-content;
}
.discounted-block span {
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
}

.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-margin-block-auto {
  margin-block: auto;
}

.u-margin-inline-auto {
  margin-inline: auto;
}

.u-width-100 {
  width: 100%;
}

.u-width-50 {
  width: 50%;
}

.u-width-40 {
  width: 40%;
}

.u-height-30w {
  height: 30vw;
}

.u-half-width-d {
  width: 100%;
}
@media (min-width: 768px) {
  .u-half-width-d {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .md\:u-width-30 {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .md\:u-width-30 {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .md\:u-width-40 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .md\:u-width-40 {
    width: 40%;
  }
}

.u-width-30 {
  width: 30%;
}

.u-height-1em {
  min-height: 1em;
  height: 1em;
  max-height: 1em;
}

.u-height-3em {
  min-height: 3em;
  height: 3em;
  max-height: 3em;
}

.u-height-100 {
  height: 100%;
}

.u-lineheight-400 {
  line-height: 1.25;
}

.u-fit-cover {
  object-fit: cover;
}

.u-fit-contain {
  object-fit: contain;
}

.u-divider {
  border-bottom: 1px solid #C4BfB6;
}
@media (min-width: 768px) {
  .u-divider {
    border-bottom: none;
  }
}

.u-divider--vertical {
  height: 100%;
  width: 1px;
  border-left: 1px solid #C4BfB6;
}

.u-link-primary {
  text-decoration: underline;
  color: #af272f;
  font-size: inherit;
}
.u-link-primary:hover {
  text-decoration: none;
}

.u-ratio-16_9 {
  aspect-ratio: 16/9;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

.u-bg-dark {
  background-color: #25282A;
}

.u-bg-dark-alt {
  background-color: #6e6259;
}

.u-bg-white {
  background-color: #fff;
}

.u-bg-warm-gray {
  background-color: #f0efed;
}

@media (min-width: 576px) {
  .sm\:u-bg-warm-gray {
    background-color: #f0efed;
  }
}

@media (min-width: 768px) {
  .md\:u-bg-warm-gray {
    background-color: #f0efed;
  }
}

@media (min-width: 992px) {
  .lg\:u-bg-warm-gray {
    background-color: #f0efed;
  }
}

.u-borderless {
  border-width: 0;
}

.u-border {
  border-width: 1px;
  border-style: solid;
  border-color: #C3BFB7;
}

.u-border-light {
  border-width: 1px;
  border-style: solid;
  border-color: #fff !important;
}

.u-border-top {
  border-top-width: 1px;
  border-style: solid;
  border-color: #C3BFB7;
}

.u-border-dash {
  border-width: 1px;
  border-style: dotted;
  border-color: #C3BFB7;
}

.u-border-dash-bottom {
  border-bottom-width: 1px;
  border-style: dotted;
  border-color: #C3BFB7;
}

.u-border-dash-top {
  border-top-width: 1px;
  border-style: dotted;
  border-color: #C3BFB7;
}

.u-disabled {
  opacity: 25%;
}

.u-deselected {
  opacity: 0.8;
  font-weight: 300;
}

.u-selected {
  filter: brightness(85%);
}

.u-overflow {
  overflow: auto;
}

.u-info-area {
  background-color: rgba(246, 246, 246, 0.8);
}

.u-placeholder-btn {
  z-index: 1;
  top: 45%;
}

.no-scroll {
  overflow: hidden;
}

.scroll-y {
  overflow-y: auto;
}

/* priority 2 https://caniuse.com/?search=overlay */
@supports (overflow-y: overlay) {
  .scroll-y {
    overflow-y: overlay;
  }
}
/* priority 1 https://caniuse.com/mdn-css_properties_scrollbar-gutter */
@supports (scrollbar-gutter: stable) {
  .scroll-y {
    scrollbar-gutter: stable;
  }
}
.z-index-background {
  z-index: var(--zindex-background);
}

.z-index-body {
  z-index: var(--zindex-body);
}

.z-index-head-foot {
  z-index: var(--zindex-head-foot);
}

.z-index-panel {
  z-index: var(--zindex-panel);
}

.z-index-modal {
  z-index: var(--zindex-modal);
}

.z-index-dropdown {
  z-index: var(--zindex-dropdown);
}

.inset-0 {
  inset: 0;
}

.nowrap {
  white-space: nowrap;
}

.loader:before,
.warrantySubmitButton--loading:before,
.hmpromo-loader:before {
  border-radius: 6px;
  cursor: default;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.loader:after,
.warrantySubmitButton--loading:after,
.hmpromo-loader:after {
  z-index: 11;
  color: #bbb !important;
  position: absolute;
  top: 43%;
  right: 5%;
}

.hmpromo-loader {
  opacity: 0.7;
}
.hmpromo-loader:before {
  background: linear-gradient(to right, #111 10%, #000 33%, #111 66%);
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes loaderShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.min-width-400 {
  min-width: 14rem;
}

.width-200 {
  width: 6.25rem;
}

.width-240 {
  width: 10rem;
}

.m-1 {
  margin: 0.125rem;
}

.mb-1 {
  margin-bottom: 0.125rem;
}

.ml-1 {
  margin-left: 0.125rem;
}

.mr-1 {
  margin-right: 0.125rem;
}

.mt-1 {
  margin-top: 0.125rem;
}

.p-1 {
  padding: 0.125rem;
}

.pb-1 {
  padding-bottom: 0.125rem;
}

.pt-1 {
  padding-top: 0.125rem;
}

.pl-1 {
  padding-left: 0.125rem;
}

.pr-1 {
  padding-right: 0.125rem;
}

.m-2 {
  margin: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.25rem;
}

.ml-2 {
  margin-left: 0.25rem;
}

.mr-2 {
  margin-right: 0.25rem;
}

.mt-2 {
  margin-top: 0.25rem;
}

.p-2 {
  padding: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.25rem;
}

.pt-2 {
  padding-top: 0.25rem;
}

.pl-2 {
  padding-left: 0.25rem;
}

.pr-2 {
  padding-right: 0.25rem;
}

.m-3 {
  margin: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.5rem;
}

.ml-3 {
  margin-left: 0.5rem;
}

.mr-3 {
  margin-right: 0.5rem;
}

.mt-3 {
  margin-top: 0.5rem;
}

.p-3 {
  padding: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.5rem;
}

.pl-3 {
  padding-left: 0.5rem;
}

.pr-3 {
  padding-right: 0.5rem;
}

.m-4 {
  margin: 0.625rem;
}

.mb-4 {
  margin-bottom: 0.625rem;
}

.ml-4 {
  margin-left: 0.625rem;
}

.mr-4 {
  margin-right: 0.625rem;
}

.mt-4 {
  margin-top: 0.625rem;
}

.p-4 {
  padding: 0.625rem;
}

.pb-4 {
  padding-bottom: 0.625rem;
}

.pt-4 {
  padding-top: 0.625rem;
}

.pl-4 {
  padding-left: 0.625rem;
}

.pr-4 {
  padding-right: 0.625rem;
}

.m-5 {
  margin: 0.875rem;
}

.mb-5 {
  margin-bottom: 0.875rem;
}

.ml-5 {
  margin-left: 0.875rem;
}

.mr-5 {
  margin-right: 0.875rem;
}

.mt-5 {
  margin-top: 0.875rem;
}

.p-5 {
  padding: 0.875rem;
}

.pb-5 {
  padding-bottom: 0.875rem;
}

.pt-5 {
  padding-top: 0.875rem;
}

.pl-5 {
  padding-left: 0.875rem;
}

.pr-5 {
  padding-right: 0.875rem;
}

.m-6 {
  margin: 1rem;
}

.mb-6 {
  margin-bottom: 1rem;
}

.ml-6 {
  margin-left: 1rem;
}

.mr-6 {
  margin-right: 1rem;
}

.mt-6 {
  margin-top: 1rem;
}

.p-6 {
  padding: 1rem;
}

.pb-6 {
  padding-bottom: 1rem;
}

.pt-6 {
  padding-top: 1rem;
}

.pl-6 {
  padding-left: 1rem;
}

.pr-6 {
  padding-right: 1rem;
}

.m-7 {
  margin: 1.125rem;
}

.mb-7 {
  margin-bottom: 1.125rem;
}

.ml-7 {
  margin-left: 1.125rem;
}

.mr-7 {
  margin-right: 1.125rem;
}

.mt-7 {
  margin-top: 1.125rem;
}

.p-7 {
  padding: 1.125rem;
}

.pb-7 {
  padding-bottom: 1.125rem;
}

.pt-7 {
  padding-top: 1.125rem;
}

.pl-7 {
  padding-left: 1.125rem;
}

.pr-7 {
  padding-right: 1.125rem;
}

.m-8 {
  margin: 1.25rem;
}

.mb-8 {
  margin-bottom: 1.25rem;
}

.ml-8 {
  margin-left: 1.25rem;
}

.mr-8 {
  margin-right: 1.25rem;
}

.mt-8 {
  margin-top: 1.25rem;
}

.p-8 {
  padding: 1.25rem;
}

.pb-8 {
  padding-bottom: 1.25rem;
}

.pt-8 {
  padding-top: 1.25rem;
}

.pl-8 {
  padding-left: 1.25rem;
}

.pr-8 {
  padding-right: 1.25rem;
}

.m-9 {
  margin: 1.5rem;
}

.mb-9 {
  margin-bottom: 1.5rem;
}

.ml-9 {
  margin-left: 1.5rem;
}

.mr-9 {
  margin-right: 1.5rem;
}

.mt-9 {
  margin-top: 1.5rem;
}

.p-9 {
  padding: 1.5rem;
}

.pb-9 {
  padding-bottom: 1.5rem;
}

.pt-9 {
  padding-top: 1.5rem;
}

.pl-9 {
  padding-left: 1.5rem;
}

.pr-9 {
  padding-right: 1.5rem;
}

.m-10 {
  margin: 1.75rem;
}

.mb-10 {
  margin-bottom: 1.75rem;
}

.ml-10 {
  margin-left: 1.75rem;
}

.mr-10 {
  margin-right: 1.75rem;
}

.mt-10 {
  margin-top: 1.75rem;
}

.p-10 {
  padding: 1.75rem;
}

.pb-10 {
  padding-bottom: 1.75rem;
}

.pt-10 {
  padding-top: 1.75rem;
}

.pl-10 {
  padding-left: 1.75rem;
}

.pr-10 {
  padding-right: 1.75rem;
}

.m-11 {
  margin: 1.875rem;
}

.mb-11 {
  margin-bottom: 1.875rem;
}

.ml-11 {
  margin-left: 1.875rem;
}

.mr-11 {
  margin-right: 1.875rem;
}

.mt-11 {
  margin-top: 1.875rem;
}

.p-11 {
  padding: 1.875rem;
}

.pb-11 {
  padding-bottom: 1.875rem;
}

.pt-11 {
  padding-top: 1.875rem;
}

.pl-11 {
  padding-left: 1.875rem;
}

.pr-11 {
  padding-right: 1.875rem;
}

.m-12 {
  margin: 2.5rem;
}

.mb-12 {
  margin-bottom: 2.5rem;
}

.ml-12 {
  margin-left: 2.5rem;
}

.mr-12 {
  margin-right: 2.5rem;
}

.mt-12 {
  margin-top: 2.5rem;
}

.p-12 {
  padding: 2.5rem;
}

.pb-12 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 2.5rem;
}

.pl-12 {
  padding-left: 2.5rem;
}

.pr-12 {
  padding-right: 2.5rem;
}

.m-13 {
  margin: 2.9375rem;
}

.mb-13 {
  margin-bottom: 2.9375rem;
}

.ml-13 {
  margin-left: 2.9375rem;
}

.mr-13 {
  margin-right: 2.9375rem;
}

.mt-13 {
  margin-top: 2.9375rem;
}

.p-13 {
  padding: 2.9375rem;
}

.pb-13 {
  padding-bottom: 2.9375rem;
}

.pt-13 {
  padding-top: 2.9375rem;
}

.pl-13 {
  padding-left: 2.9375rem;
}

.pr-13 {
  padding-right: 2.9375rem;
}

.m-14 {
  margin: 3.125rem;
}

.mb-14 {
  margin-bottom: 3.125rem;
}

.ml-14 {
  margin-left: 3.125rem;
}

.mr-14 {
  margin-right: 3.125rem;
}

.mt-14 {
  margin-top: 3.125rem;
}

.p-14 {
  padding: 3.125rem;
}

.pb-14 {
  padding-bottom: 3.125rem;
}

.pt-14 {
  padding-top: 3.125rem;
}

.pl-14 {
  padding-left: 3.125rem;
}

.pr-14 {
  padding-right: 3.125rem;
}

.m-15 {
  margin: 3.375rem;
}

.mb-15 {
  margin-bottom: 3.375rem;
}

.ml-15 {
  margin-left: 3.375rem;
}

.mr-15 {
  margin-right: 3.375rem;
}

.mt-15 {
  margin-top: 3.375rem;
}

.p-15 {
  padding: 3.375rem;
}

.pb-15 {
  padding-bottom: 3.375rem;
}

.pt-15 {
  padding-top: 3.375rem;
}

.pl-15 {
  padding-left: 3.375rem;
}

.pr-15 {
  padding-right: 3.375rem;
}

.m-16 {
  margin: 3.75rem;
}

.mb-16 {
  margin-bottom: 3.75rem;
}

.ml-16 {
  margin-left: 3.75rem;
}

.mr-16 {
  margin-right: 3.75rem;
}

.mt-16 {
  margin-top: 3.75rem;
}

.p-16 {
  padding: 3.75rem;
}

.pb-16 {
  padding-bottom: 3.75rem;
}

.pt-16 {
  padding-top: 3.75rem;
}

.pl-16 {
  padding-left: 3.75rem;
}

.pr-16 {
  padding-right: 3.75rem;
}

.m-17 {
  margin: 4.375rem;
}

.mb-17 {
  margin-bottom: 4.375rem;
}

.ml-17 {
  margin-left: 4.375rem;
}

.mr-17 {
  margin-right: 4.375rem;
}

.mt-17 {
  margin-top: 4.375rem;
}

.p-17 {
  padding: 4.375rem;
}

.pb-17 {
  padding-bottom: 4.375rem;
}

.pt-17 {
  padding-top: 4.375rem;
}

.pl-17 {
  padding-left: 4.375rem;
}

.pr-17 {
  padding-right: 4.375rem;
}

.m-18 {
  margin: 5rem;
}

.mb-18 {
  margin-bottom: 5rem;
}

.ml-18 {
  margin-left: 5rem;
}

.mr-18 {
  margin-right: 5rem;
}

.mt-18 {
  margin-top: 5rem;
}

.p-18 {
  padding: 5rem;
}

.pb-18 {
  padding-bottom: 5rem;
}

.pt-18 {
  padding-top: 5rem;
}

.pl-18 {
  padding-left: 5rem;
}

.pr-18 {
  padding-right: 5rem;
}

.m-19 {
  margin: 5.625rem;
}

.mb-19 {
  margin-bottom: 5.625rem;
}

.ml-19 {
  margin-left: 5.625rem;
}

.mr-19 {
  margin-right: 5.625rem;
}

.mt-19 {
  margin-top: 5.625rem;
}

.p-19 {
  padding: 5.625rem;
}

.pb-19 {
  padding-bottom: 5.625rem;
}

.pt-19 {
  padding-top: 5.625rem;
}

.pl-19 {
  padding-left: 5.625rem;
}

.pr-19 {
  padding-right: 5.625rem;
}

.m-20 {
  margin: 6.25rem;
}

.mb-20 {
  margin-bottom: 6.25rem;
}

.ml-20 {
  margin-left: 6.25rem;
}

.mr-20 {
  margin-right: 6.25rem;
}

.mt-20 {
  margin-top: 6.25rem;
}

.p-20 {
  padding: 6.25rem;
}

.pb-20 {
  padding-bottom: 6.25rem;
}

.pt-20 {
  padding-top: 6.25rem;
}

.pl-20 {
  padding-left: 6.25rem;
}

.pr-20 {
  padding-right: 6.25rem;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

@media screen and (min-width: 576px) {
  .sm\:m-1 {
    margin: 0.125rem;
  }
  .sm\:mb-1 {
    margin-bottom: 0.125rem;
  }
  .sm\:ml-1 {
    margin-left: 0.125rem;
  }
  .sm\:mr-1 {
    margin-right: 0.125rem;
  }
  .sm\:p-1 {
    padding: 0.125rem;
  }
  .sm\:pb-1 {
    padding-bottom: 0.125rem;
  }
  .sm\:pt-1 {
    padding-top: 0.125rem;
  }
  .sm\:pl-1 {
    padding-left: 0.125rem;
  }
  .sm\:pr-1 {
    padding-right: 0.125rem;
  }
  .sm\:m-2 {
    margin: 0.25rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.25rem;
  }
  .sm\:ml-2 {
    margin-left: 0.25rem;
  }
  .sm\:mr-2 {
    margin-right: 0.25rem;
  }
  .sm\:p-2 {
    padding: 0.25rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.25rem;
  }
  .sm\:pt-2 {
    padding-top: 0.25rem;
  }
  .sm\:pl-2 {
    padding-left: 0.25rem;
  }
  .sm\:pr-2 {
    padding-right: 0.25rem;
  }
  .sm\:m-3 {
    margin: 0.5rem;
  }
  .sm\:mb-3 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-3 {
    margin-left: 0.5rem;
  }
  .sm\:mr-3 {
    margin-right: 0.5rem;
  }
  .sm\:p-3 {
    padding: 0.5rem;
  }
  .sm\:pb-3 {
    padding-bottom: 0.5rem;
  }
  .sm\:pt-3 {
    padding-top: 0.5rem;
  }
  .sm\:pl-3 {
    padding-left: 0.5rem;
  }
  .sm\:pr-3 {
    padding-right: 0.5rem;
  }
  .sm\:m-4 {
    margin: 0.625rem;
  }
  .sm\:mb-4 {
    margin-bottom: 0.625rem;
  }
  .sm\:ml-4 {
    margin-left: 0.625rem;
  }
  .sm\:mr-4 {
    margin-right: 0.625rem;
  }
  .sm\:p-4 {
    padding: 0.625rem;
  }
  .sm\:pb-4 {
    padding-bottom: 0.625rem;
  }
  .sm\:pt-4 {
    padding-top: 0.625rem;
  }
  .sm\:pl-4 {
    padding-left: 0.625rem;
  }
  .sm\:pr-4 {
    padding-right: 0.625rem;
  }
  .sm\:m-5 {
    margin: 0.875rem;
  }
  .sm\:mb-5 {
    margin-bottom: 0.875rem;
  }
  .sm\:ml-5 {
    margin-left: 0.875rem;
  }
  .sm\:mr-5 {
    margin-right: 0.875rem;
  }
  .sm\:p-5 {
    padding: 0.875rem;
  }
  .sm\:pb-5 {
    padding-bottom: 0.875rem;
  }
  .sm\:pt-5 {
    padding-top: 0.875rem;
  }
  .sm\:pl-5 {
    padding-left: 0.875rem;
  }
  .sm\:pr-5 {
    padding-right: 0.875rem;
  }
  .sm\:m-6 {
    margin: 1rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1rem;
  }
  .sm\:ml-6 {
    margin-left: 1rem;
  }
  .sm\:mr-6 {
    margin-right: 1rem;
  }
  .sm\:p-6 {
    padding: 1rem;
  }
  .sm\:pb-6 {
    padding-bottom: 1rem;
  }
  .sm\:pt-6 {
    padding-top: 1rem;
  }
  .sm\:pl-6 {
    padding-left: 1rem;
  }
  .sm\:pr-6 {
    padding-right: 1rem;
  }
  .sm\:m-7 {
    margin: 1.125rem;
  }
  .sm\:mb-7 {
    margin-bottom: 1.125rem;
  }
  .sm\:ml-7 {
    margin-left: 1.125rem;
  }
  .sm\:mr-7 {
    margin-right: 1.125rem;
  }
  .sm\:p-7 {
    padding: 1.125rem;
  }
  .sm\:pb-7 {
    padding-bottom: 1.125rem;
  }
  .sm\:pt-7 {
    padding-top: 1.125rem;
  }
  .sm\:pl-7 {
    padding-left: 1.125rem;
  }
  .sm\:pr-7 {
    padding-right: 1.125rem;
  }
  .sm\:m-8 {
    margin: 1.25rem;
  }
  .sm\:mb-8 {
    margin-bottom: 1.25rem;
  }
  .sm\:ml-8 {
    margin-left: 1.25rem;
  }
  .sm\:mr-8 {
    margin-right: 1.25rem;
  }
  .sm\:p-8 {
    padding: 1.25rem;
  }
  .sm\:pb-8 {
    padding-bottom: 1.25rem;
  }
  .sm\:pt-8 {
    padding-top: 1.25rem;
  }
  .sm\:pl-8 {
    padding-left: 1.25rem;
  }
  .sm\:pr-8 {
    padding-right: 1.25rem;
  }
  .sm\:m-9 {
    margin: 1.5rem;
  }
  .sm\:mb-9 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-9 {
    margin-left: 1.5rem;
  }
  .sm\:mr-9 {
    margin-right: 1.5rem;
  }
  .sm\:p-9 {
    padding: 1.5rem;
  }
  .sm\:pb-9 {
    padding-bottom: 1.5rem;
  }
  .sm\:pt-9 {
    padding-top: 1.5rem;
  }
  .sm\:pl-9 {
    padding-left: 1.5rem;
  }
  .sm\:pr-9 {
    padding-right: 1.5rem;
  }
  .sm\:m-10 {
    margin: 1.75rem;
  }
  .sm\:mb-10 {
    margin-bottom: 1.75rem;
  }
  .sm\:ml-10 {
    margin-left: 1.75rem;
  }
  .sm\:mr-10 {
    margin-right: 1.75rem;
  }
  .sm\:p-10 {
    padding: 1.75rem;
  }
  .sm\:pb-10 {
    padding-bottom: 1.75rem;
  }
  .sm\:pt-10 {
    padding-top: 1.75rem;
  }
  .sm\:pl-10 {
    padding-left: 1.75rem;
  }
  .sm\:pr-10 {
    padding-right: 1.75rem;
  }
  .sm\:m-11 {
    margin: 1.875rem;
  }
  .sm\:mb-11 {
    margin-bottom: 1.875rem;
  }
  .sm\:ml-11 {
    margin-left: 1.875rem;
  }
  .sm\:mr-11 {
    margin-right: 1.875rem;
  }
  .sm\:p-11 {
    padding: 1.875rem;
  }
  .sm\:pb-11 {
    padding-bottom: 1.875rem;
  }
  .sm\:pt-11 {
    padding-top: 1.875rem;
  }
  .sm\:pl-11 {
    padding-left: 1.875rem;
  }
  .sm\:pr-11 {
    padding-right: 1.875rem;
  }
  .sm\:m-12 {
    margin: 2.5rem;
  }
  .sm\:mb-12 {
    margin-bottom: 2.5rem;
  }
  .sm\:ml-12 {
    margin-left: 2.5rem;
  }
  .sm\:mr-12 {
    margin-right: 2.5rem;
  }
  .sm\:p-12 {
    padding: 2.5rem;
  }
  .sm\:pb-12 {
    padding-bottom: 2.5rem;
  }
  .sm\:pt-12 {
    padding-top: 2.5rem;
  }
  .sm\:pl-12 {
    padding-left: 2.5rem;
  }
  .sm\:pr-12 {
    padding-right: 2.5rem;
  }
  .sm\:m-13 {
    margin: 2.9375rem;
  }
  .sm\:mb-13 {
    margin-bottom: 2.9375rem;
  }
  .sm\:ml-13 {
    margin-left: 2.9375rem;
  }
  .sm\:mr-13 {
    margin-right: 2.9375rem;
  }
  .sm\:p-13 {
    padding: 2.9375rem;
  }
  .sm\:pb-13 {
    padding-bottom: 2.9375rem;
  }
  .sm\:pt-13 {
    padding-top: 2.9375rem;
  }
  .sm\:pl-13 {
    padding-left: 2.9375rem;
  }
  .sm\:pr-13 {
    padding-right: 2.9375rem;
  }
  .sm\:m-14 {
    margin: 3.125rem;
  }
  .sm\:mb-14 {
    margin-bottom: 3.125rem;
  }
  .sm\:ml-14 {
    margin-left: 3.125rem;
  }
  .sm\:mr-14 {
    margin-right: 3.125rem;
  }
  .sm\:p-14 {
    padding: 3.125rem;
  }
  .sm\:pb-14 {
    padding-bottom: 3.125rem;
  }
  .sm\:pt-14 {
    padding-top: 3.125rem;
  }
  .sm\:pl-14 {
    padding-left: 3.125rem;
  }
  .sm\:pr-14 {
    padding-right: 3.125rem;
  }
  .sm\:m-15 {
    margin: 3.375rem;
  }
  .sm\:mb-15 {
    margin-bottom: 3.375rem;
  }
  .sm\:ml-15 {
    margin-left: 3.375rem;
  }
  .sm\:mr-15 {
    margin-right: 3.375rem;
  }
  .sm\:p-15 {
    padding: 3.375rem;
  }
  .sm\:pb-15 {
    padding-bottom: 3.375rem;
  }
  .sm\:pt-15 {
    padding-top: 3.375rem;
  }
  .sm\:pl-15 {
    padding-left: 3.375rem;
  }
  .sm\:pr-15 {
    padding-right: 3.375rem;
  }
  .sm\:m-16 {
    margin: 3.75rem;
  }
  .sm\:mb-16 {
    margin-bottom: 3.75rem;
  }
  .sm\:ml-16 {
    margin-left: 3.75rem;
  }
  .sm\:mr-16 {
    margin-right: 3.75rem;
  }
  .sm\:p-16 {
    padding: 3.75rem;
  }
  .sm\:pb-16 {
    padding-bottom: 3.75rem;
  }
  .sm\:pt-16 {
    padding-top: 3.75rem;
  }
  .sm\:pl-16 {
    padding-left: 3.75rem;
  }
  .sm\:pr-16 {
    padding-right: 3.75rem;
  }
  .sm\:m-17 {
    margin: 4.375rem;
  }
  .sm\:mb-17 {
    margin-bottom: 4.375rem;
  }
  .sm\:ml-17 {
    margin-left: 4.375rem;
  }
  .sm\:mr-17 {
    margin-right: 4.375rem;
  }
  .sm\:p-17 {
    padding: 4.375rem;
  }
  .sm\:pb-17 {
    padding-bottom: 4.375rem;
  }
  .sm\:pt-17 {
    padding-top: 4.375rem;
  }
  .sm\:pl-17 {
    padding-left: 4.375rem;
  }
  .sm\:pr-17 {
    padding-right: 4.375rem;
  }
  .sm\:m-18 {
    margin: 5rem;
  }
  .sm\:mb-18 {
    margin-bottom: 5rem;
  }
  .sm\:ml-18 {
    margin-left: 5rem;
  }
  .sm\:mr-18 {
    margin-right: 5rem;
  }
  .sm\:p-18 {
    padding: 5rem;
  }
  .sm\:pb-18 {
    padding-bottom: 5rem;
  }
  .sm\:pt-18 {
    padding-top: 5rem;
  }
  .sm\:pl-18 {
    padding-left: 5rem;
  }
  .sm\:pr-18 {
    padding-right: 5rem;
  }
  .sm\:m-19 {
    margin: 5.625rem;
  }
  .sm\:mb-19 {
    margin-bottom: 5.625rem;
  }
  .sm\:ml-19 {
    margin-left: 5.625rem;
  }
  .sm\:mr-19 {
    margin-right: 5.625rem;
  }
  .sm\:p-19 {
    padding: 5.625rem;
  }
  .sm\:pb-19 {
    padding-bottom: 5.625rem;
  }
  .sm\:pt-19 {
    padding-top: 5.625rem;
  }
  .sm\:pl-19 {
    padding-left: 5.625rem;
  }
  .sm\:pr-19 {
    padding-right: 5.625rem;
  }
  .sm\:m-20 {
    margin: 6.25rem;
  }
  .sm\:mb-20 {
    margin-bottom: 6.25rem;
  }
  .sm\:ml-20 {
    margin-left: 6.25rem;
  }
  .sm\:mr-20 {
    margin-right: 6.25rem;
  }
  .sm\:p-20 {
    padding: 6.25rem;
  }
  .sm\:pb-20 {
    padding-bottom: 6.25rem;
  }
  .sm\:pt-20 {
    padding-top: 6.25rem;
  }
  .sm\:pl-20 {
    padding-left: 6.25rem;
  }
  .sm\:pr-20 {
    padding-right: 6.25rem;
  }
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0 {
    margin-left: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pl-0 {
    padding-left: 0;
  }
  .sm\:pr-0 {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .md\:m-1 {
    margin: 0.125rem;
  }
  .md\:mb-1 {
    margin-bottom: 0.125rem;
  }
  .md\:ml-1 {
    margin-left: 0.125rem;
  }
  .md\:mr-1 {
    margin-right: 0.125rem;
  }
  .md\:p-1 {
    padding: 0.125rem;
  }
  .md\:pb-1 {
    padding-bottom: 0.125rem;
  }
  .md\:pt-1 {
    padding-top: 0.125rem;
  }
  .md\:pl-1 {
    padding-left: 0.125rem;
  }
  .md\:pr-1 {
    padding-right: 0.125rem;
  }
  .md\:m-2 {
    margin: 0.25rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.25rem;
  }
  .md\:ml-2 {
    margin-left: 0.25rem;
  }
  .md\:mr-2 {
    margin-right: 0.25rem;
  }
  .md\:p-2 {
    padding: 0.25rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.25rem;
  }
  .md\:pt-2 {
    padding-top: 0.25rem;
  }
  .md\:pl-2 {
    padding-left: 0.25rem;
  }
  .md\:pr-2 {
    padding-right: 0.25rem;
  }
  .md\:m-3 {
    margin: 0.5rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-3 {
    margin-left: 0.5rem;
  }
  .md\:mr-3 {
    margin-right: 0.5rem;
  }
  .md\:p-3 {
    padding: 0.5rem;
  }
  .md\:pb-3 {
    padding-bottom: 0.5rem;
  }
  .md\:pt-3 {
    padding-top: 0.5rem;
  }
  .md\:pl-3 {
    padding-left: 0.5rem;
  }
  .md\:pr-3 {
    padding-right: 0.5rem;
  }
  .md\:m-4 {
    margin: 0.625rem;
  }
  .md\:mb-4 {
    margin-bottom: 0.625rem;
  }
  .md\:ml-4 {
    margin-left: 0.625rem;
  }
  .md\:mr-4 {
    margin-right: 0.625rem;
  }
  .md\:p-4 {
    padding: 0.625rem;
  }
  .md\:pb-4 {
    padding-bottom: 0.625rem;
  }
  .md\:pt-4 {
    padding-top: 0.625rem;
  }
  .md\:pl-4 {
    padding-left: 0.625rem;
  }
  .md\:pr-4 {
    padding-right: 0.625rem;
  }
  .md\:m-5 {
    margin: 0.875rem;
  }
  .md\:mb-5 {
    margin-bottom: 0.875rem;
  }
  .md\:ml-5 {
    margin-left: 0.875rem;
  }
  .md\:mr-5 {
    margin-right: 0.875rem;
  }
  .md\:p-5 {
    padding: 0.875rem;
  }
  .md\:pb-5 {
    padding-bottom: 0.875rem;
  }
  .md\:pt-5 {
    padding-top: 0.875rem;
  }
  .md\:pl-5 {
    padding-left: 0.875rem;
  }
  .md\:pr-5 {
    padding-right: 0.875rem;
  }
  .md\:m-6 {
    margin: 1rem;
  }
  .md\:mb-6 {
    margin-bottom: 1rem;
  }
  .md\:ml-6 {
    margin-left: 1rem;
  }
  .md\:mr-6 {
    margin-right: 1rem;
  }
  .md\:p-6 {
    padding: 1rem;
  }
  .md\:pb-6 {
    padding-bottom: 1rem;
  }
  .md\:pt-6 {
    padding-top: 1rem;
  }
  .md\:pl-6 {
    padding-left: 1rem;
  }
  .md\:pr-6 {
    padding-right: 1rem;
  }
  .md\:m-7 {
    margin: 1.125rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.125rem;
  }
  .md\:ml-7 {
    margin-left: 1.125rem;
  }
  .md\:mr-7 {
    margin-right: 1.125rem;
  }
  .md\:p-7 {
    padding: 1.125rem;
  }
  .md\:pb-7 {
    padding-bottom: 1.125rem;
  }
  .md\:pt-7 {
    padding-top: 1.125rem;
  }
  .md\:pl-7 {
    padding-left: 1.125rem;
  }
  .md\:pr-7 {
    padding-right: 1.125rem;
  }
  .md\:m-8 {
    margin: 1.25rem;
  }
  .md\:mb-8 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-8 {
    margin-left: 1.25rem;
  }
  .md\:mr-8 {
    margin-right: 1.25rem;
  }
  .md\:p-8 {
    padding: 1.25rem;
  }
  .md\:pb-8 {
    padding-bottom: 1.25rem;
  }
  .md\:pt-8 {
    padding-top: 1.25rem;
  }
  .md\:pl-8 {
    padding-left: 1.25rem;
  }
  .md\:pr-8 {
    padding-right: 1.25rem;
  }
  .md\:m-9 {
    margin: 1.5rem;
  }
  .md\:mb-9 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-9 {
    margin-left: 1.5rem;
  }
  .md\:mr-9 {
    margin-right: 1.5rem;
  }
  .md\:p-9 {
    padding: 1.5rem;
  }
  .md\:pb-9 {
    padding-bottom: 1.5rem;
  }
  .md\:pt-9 {
    padding-top: 1.5rem;
  }
  .md\:pl-9 {
    padding-left: 1.5rem;
  }
  .md\:pr-9 {
    padding-right: 1.5rem;
  }
  .md\:m-10 {
    margin: 1.75rem;
  }
  .md\:mb-10 {
    margin-bottom: 1.75rem;
  }
  .md\:ml-10 {
    margin-left: 1.75rem;
  }
  .md\:mr-10 {
    margin-right: 1.75rem;
  }
  .md\:p-10 {
    padding: 1.75rem;
  }
  .md\:pb-10 {
    padding-bottom: 1.75rem;
  }
  .md\:pt-10 {
    padding-top: 1.75rem;
  }
  .md\:pl-10 {
    padding-left: 1.75rem;
  }
  .md\:pr-10 {
    padding-right: 1.75rem;
  }
  .md\:m-11 {
    margin: 1.875rem;
  }
  .md\:mb-11 {
    margin-bottom: 1.875rem;
  }
  .md\:ml-11 {
    margin-left: 1.875rem;
  }
  .md\:mr-11 {
    margin-right: 1.875rem;
  }
  .md\:p-11 {
    padding: 1.875rem;
  }
  .md\:pb-11 {
    padding-bottom: 1.875rem;
  }
  .md\:pt-11 {
    padding-top: 1.875rem;
  }
  .md\:pl-11 {
    padding-left: 1.875rem;
  }
  .md\:pr-11 {
    padding-right: 1.875rem;
  }
  .md\:m-12 {
    margin: 2.5rem;
  }
  .md\:mb-12 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-12 {
    margin-left: 2.5rem;
  }
  .md\:mr-12 {
    margin-right: 2.5rem;
  }
  .md\:p-12 {
    padding: 2.5rem;
  }
  .md\:pb-12 {
    padding-bottom: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 2.5rem;
  }
  .md\:pl-12 {
    padding-left: 2.5rem;
  }
  .md\:pr-12 {
    padding-right: 2.5rem;
  }
  .md\:m-13 {
    margin: 2.9375rem;
  }
  .md\:mb-13 {
    margin-bottom: 2.9375rem;
  }
  .md\:ml-13 {
    margin-left: 2.9375rem;
  }
  .md\:mr-13 {
    margin-right: 2.9375rem;
  }
  .md\:p-13 {
    padding: 2.9375rem;
  }
  .md\:pb-13 {
    padding-bottom: 2.9375rem;
  }
  .md\:pt-13 {
    padding-top: 2.9375rem;
  }
  .md\:pl-13 {
    padding-left: 2.9375rem;
  }
  .md\:pr-13 {
    padding-right: 2.9375rem;
  }
  .md\:m-14 {
    margin: 3.125rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.125rem;
  }
  .md\:ml-14 {
    margin-left: 3.125rem;
  }
  .md\:mr-14 {
    margin-right: 3.125rem;
  }
  .md\:p-14 {
    padding: 3.125rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.125rem;
  }
  .md\:pt-14 {
    padding-top: 3.125rem;
  }
  .md\:pl-14 {
    padding-left: 3.125rem;
  }
  .md\:pr-14 {
    padding-right: 3.125rem;
  }
  .md\:m-15 {
    margin: 3.375rem;
  }
  .md\:mb-15 {
    margin-bottom: 3.375rem;
  }
  .md\:ml-15 {
    margin-left: 3.375rem;
  }
  .md\:mr-15 {
    margin-right: 3.375rem;
  }
  .md\:p-15 {
    padding: 3.375rem;
  }
  .md\:pb-15 {
    padding-bottom: 3.375rem;
  }
  .md\:pt-15 {
    padding-top: 3.375rem;
  }
  .md\:pl-15 {
    padding-left: 3.375rem;
  }
  .md\:pr-15 {
    padding-right: 3.375rem;
  }
  .md\:m-16 {
    margin: 3.75rem;
  }
  .md\:mb-16 {
    margin-bottom: 3.75rem;
  }
  .md\:ml-16 {
    margin-left: 3.75rem;
  }
  .md\:mr-16 {
    margin-right: 3.75rem;
  }
  .md\:p-16 {
    padding: 3.75rem;
  }
  .md\:pb-16 {
    padding-bottom: 3.75rem;
  }
  .md\:pt-16 {
    padding-top: 3.75rem;
  }
  .md\:pl-16 {
    padding-left: 3.75rem;
  }
  .md\:pr-16 {
    padding-right: 3.75rem;
  }
  .md\:m-17 {
    margin: 4.375rem;
  }
  .md\:mb-17 {
    margin-bottom: 4.375rem;
  }
  .md\:ml-17 {
    margin-left: 4.375rem;
  }
  .md\:mr-17 {
    margin-right: 4.375rem;
  }
  .md\:p-17 {
    padding: 4.375rem;
  }
  .md\:pb-17 {
    padding-bottom: 4.375rem;
  }
  .md\:pt-17 {
    padding-top: 4.375rem;
  }
  .md\:pl-17 {
    padding-left: 4.375rem;
  }
  .md\:pr-17 {
    padding-right: 4.375rem;
  }
  .md\:m-18 {
    margin: 5rem;
  }
  .md\:mb-18 {
    margin-bottom: 5rem;
  }
  .md\:ml-18 {
    margin-left: 5rem;
  }
  .md\:mr-18 {
    margin-right: 5rem;
  }
  .md\:p-18 {
    padding: 5rem;
  }
  .md\:pb-18 {
    padding-bottom: 5rem;
  }
  .md\:pt-18 {
    padding-top: 5rem;
  }
  .md\:pl-18 {
    padding-left: 5rem;
  }
  .md\:pr-18 {
    padding-right: 5rem;
  }
  .md\:m-19 {
    margin: 5.625rem;
  }
  .md\:mb-19 {
    margin-bottom: 5.625rem;
  }
  .md\:ml-19 {
    margin-left: 5.625rem;
  }
  .md\:mr-19 {
    margin-right: 5.625rem;
  }
  .md\:p-19 {
    padding: 5.625rem;
  }
  .md\:pb-19 {
    padding-bottom: 5.625rem;
  }
  .md\:pt-19 {
    padding-top: 5.625rem;
  }
  .md\:pl-19 {
    padding-left: 5.625rem;
  }
  .md\:pr-19 {
    padding-right: 5.625rem;
  }
  .md\:m-20 {
    margin: 6.25rem;
  }
  .md\:mb-20 {
    margin-bottom: 6.25rem;
  }
  .md\:ml-20 {
    margin-left: 6.25rem;
  }
  .md\:mr-20 {
    margin-right: 6.25rem;
  }
  .md\:p-20 {
    padding: 6.25rem;
  }
  .md\:pb-20 {
    padding-bottom: 6.25rem;
  }
  .md\:pt-20 {
    padding-top: 6.25rem;
  }
  .md\:pl-20 {
    padding-left: 6.25rem;
  }
  .md\:pr-20 {
    padding-right: 6.25rem;
  }
  .md\:m-0 {
    margin: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .lg\:m-1 {
    margin: 0.125rem;
  }
  .lg\:mb-1 {
    margin-bottom: 0.125rem;
  }
  .lg\:ml-1 {
    margin-left: 0.125rem;
  }
  .lg\:mr-1 {
    margin-right: 0.125rem;
  }
  .lg\:p-1 {
    padding: 0.125rem;
  }
  .lg\:pb-1 {
    padding-bottom: 0.125rem;
  }
  .lg\:pt-1 {
    padding-top: 0.125rem;
  }
  .lg\:pl-1 {
    padding-left: 0.125rem;
  }
  .lg\:pr-1 {
    padding-right: 0.125rem;
  }
  .lg\:m-2 {
    margin: 0.25rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.25rem;
  }
  .lg\:ml-2 {
    margin-left: 0.25rem;
  }
  .lg\:mr-2 {
    margin-right: 0.25rem;
  }
  .lg\:p-2 {
    padding: 0.25rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.25rem;
  }
  .lg\:pt-2 {
    padding-top: 0.25rem;
  }
  .lg\:pl-2 {
    padding-left: 0.25rem;
  }
  .lg\:pr-2 {
    padding-right: 0.25rem;
  }
  .lg\:m-3 {
    margin: 0.5rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.5rem;
  }
  .lg\:ml-3 {
    margin-left: 0.5rem;
  }
  .lg\:mr-3 {
    margin-right: 0.5rem;
  }
  .lg\:p-3 {
    padding: 0.5rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.5rem;
  }
  .lg\:pt-3 {
    padding-top: 0.5rem;
  }
  .lg\:pl-3 {
    padding-left: 0.5rem;
  }
  .lg\:pr-3 {
    padding-right: 0.5rem;
  }
  .lg\:m-4 {
    margin: 0.625rem;
  }
  .lg\:mb-4 {
    margin-bottom: 0.625rem;
  }
  .lg\:ml-4 {
    margin-left: 0.625rem;
  }
  .lg\:mr-4 {
    margin-right: 0.625rem;
  }
  .lg\:p-4 {
    padding: 0.625rem;
  }
  .lg\:pb-4 {
    padding-bottom: 0.625rem;
  }
  .lg\:pt-4 {
    padding-top: 0.625rem;
  }
  .lg\:pl-4 {
    padding-left: 0.625rem;
  }
  .lg\:pr-4 {
    padding-right: 0.625rem;
  }
  .lg\:m-5 {
    margin: 0.875rem;
  }
  .lg\:mb-5 {
    margin-bottom: 0.875rem;
  }
  .lg\:ml-5 {
    margin-left: 0.875rem;
  }
  .lg\:mr-5 {
    margin-right: 0.875rem;
  }
  .lg\:p-5 {
    padding: 0.875rem;
  }
  .lg\:pb-5 {
    padding-bottom: 0.875rem;
  }
  .lg\:pt-5 {
    padding-top: 0.875rem;
  }
  .lg\:pl-5 {
    padding-left: 0.875rem;
  }
  .lg\:pr-5 {
    padding-right: 0.875rem;
  }
  .lg\:m-6 {
    margin: 1rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1rem;
  }
  .lg\:ml-6 {
    margin-left: 1rem;
  }
  .lg\:mr-6 {
    margin-right: 1rem;
  }
  .lg\:p-6 {
    padding: 1rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1rem;
  }
  .lg\:pt-6 {
    padding-top: 1rem;
  }
  .lg\:pl-6 {
    padding-left: 1rem;
  }
  .lg\:pr-6 {
    padding-right: 1rem;
  }
  .lg\:m-7 {
    margin: 1.125rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.125rem;
  }
  .lg\:ml-7 {
    margin-left: 1.125rem;
  }
  .lg\:mr-7 {
    margin-right: 1.125rem;
  }
  .lg\:p-7 {
    padding: 1.125rem;
  }
  .lg\:pb-7 {
    padding-bottom: 1.125rem;
  }
  .lg\:pt-7 {
    padding-top: 1.125rem;
  }
  .lg\:pl-7 {
    padding-left: 1.125rem;
  }
  .lg\:pr-7 {
    padding-right: 1.125rem;
  }
  .lg\:m-8 {
    margin: 1.25rem;
  }
  .lg\:mb-8 {
    margin-bottom: 1.25rem;
  }
  .lg\:ml-8 {
    margin-left: 1.25rem;
  }
  .lg\:mr-8 {
    margin-right: 1.25rem;
  }
  .lg\:p-8 {
    padding: 1.25rem;
  }
  .lg\:pb-8 {
    padding-bottom: 1.25rem;
  }
  .lg\:pt-8 {
    padding-top: 1.25rem;
  }
  .lg\:pl-8 {
    padding-left: 1.25rem;
  }
  .lg\:pr-8 {
    padding-right: 1.25rem;
  }
  .lg\:m-9 {
    margin: 1.5rem;
  }
  .lg\:mb-9 {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-9 {
    margin-left: 1.5rem;
  }
  .lg\:mr-9 {
    margin-right: 1.5rem;
  }
  .lg\:p-9 {
    padding: 1.5rem;
  }
  .lg\:pb-9 {
    padding-bottom: 1.5rem;
  }
  .lg\:pt-9 {
    padding-top: 1.5rem;
  }
  .lg\:pl-9 {
    padding-left: 1.5rem;
  }
  .lg\:pr-9 {
    padding-right: 1.5rem;
  }
  .lg\:m-10 {
    margin: 1.75rem;
  }
  .lg\:mb-10 {
    margin-bottom: 1.75rem;
  }
  .lg\:ml-10 {
    margin-left: 1.75rem;
  }
  .lg\:mr-10 {
    margin-right: 1.75rem;
  }
  .lg\:p-10 {
    padding: 1.75rem;
  }
  .lg\:pb-10 {
    padding-bottom: 1.75rem;
  }
  .lg\:pt-10 {
    padding-top: 1.75rem;
  }
  .lg\:pl-10 {
    padding-left: 1.75rem;
  }
  .lg\:pr-10 {
    padding-right: 1.75rem;
  }
  .lg\:m-11 {
    margin: 1.875rem;
  }
  .lg\:mb-11 {
    margin-bottom: 1.875rem;
  }
  .lg\:ml-11 {
    margin-left: 1.875rem;
  }
  .lg\:mr-11 {
    margin-right: 1.875rem;
  }
  .lg\:p-11 {
    padding: 1.875rem;
  }
  .lg\:pb-11 {
    padding-bottom: 1.875rem;
  }
  .lg\:pt-11 {
    padding-top: 1.875rem;
  }
  .lg\:pl-11 {
    padding-left: 1.875rem;
  }
  .lg\:pr-11 {
    padding-right: 1.875rem;
  }
  .lg\:m-12 {
    margin: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 2.5rem;
  }
  .lg\:ml-12 {
    margin-left: 2.5rem;
  }
  .lg\:mr-12 {
    margin-right: 2.5rem;
  }
  .lg\:p-12 {
    padding: 2.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 2.5rem;
  }
  .lg\:pl-12 {
    padding-left: 2.5rem;
  }
  .lg\:pr-12 {
    padding-right: 2.5rem;
  }
  .lg\:m-13 {
    margin: 2.9375rem;
  }
  .lg\:mb-13 {
    margin-bottom: 2.9375rem;
  }
  .lg\:ml-13 {
    margin-left: 2.9375rem;
  }
  .lg\:mr-13 {
    margin-right: 2.9375rem;
  }
  .lg\:p-13 {
    padding: 2.9375rem;
  }
  .lg\:pb-13 {
    padding-bottom: 2.9375rem;
  }
  .lg\:pt-13 {
    padding-top: 2.9375rem;
  }
  .lg\:pl-13 {
    padding-left: 2.9375rem;
  }
  .lg\:pr-13 {
    padding-right: 2.9375rem;
  }
  .lg\:m-14 {
    margin: 3.125rem;
  }
  .lg\:mb-14 {
    margin-bottom: 3.125rem;
  }
  .lg\:ml-14 {
    margin-left: 3.125rem;
  }
  .lg\:mr-14 {
    margin-right: 3.125rem;
  }
  .lg\:p-14 {
    padding: 3.125rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.125rem;
  }
  .lg\:pt-14 {
    padding-top: 3.125rem;
  }
  .lg\:pl-14 {
    padding-left: 3.125rem;
  }
  .lg\:pr-14 {
    padding-right: 3.125rem;
  }
  .lg\:m-15 {
    margin: 3.375rem;
  }
  .lg\:mb-15 {
    margin-bottom: 3.375rem;
  }
  .lg\:ml-15 {
    margin-left: 3.375rem;
  }
  .lg\:mr-15 {
    margin-right: 3.375rem;
  }
  .lg\:p-15 {
    padding: 3.375rem;
  }
  .lg\:pb-15 {
    padding-bottom: 3.375rem;
  }
  .lg\:pt-15 {
    padding-top: 3.375rem;
  }
  .lg\:pl-15 {
    padding-left: 3.375rem;
  }
  .lg\:pr-15 {
    padding-right: 3.375rem;
  }
  .lg\:m-16 {
    margin: 3.75rem;
  }
  .lg\:mb-16 {
    margin-bottom: 3.75rem;
  }
  .lg\:ml-16 {
    margin-left: 3.75rem;
  }
  .lg\:mr-16 {
    margin-right: 3.75rem;
  }
  .lg\:p-16 {
    padding: 3.75rem;
  }
  .lg\:pb-16 {
    padding-bottom: 3.75rem;
  }
  .lg\:pt-16 {
    padding-top: 3.75rem;
  }
  .lg\:pl-16 {
    padding-left: 3.75rem;
  }
  .lg\:pr-16 {
    padding-right: 3.75rem;
  }
  .lg\:m-17 {
    margin: 4.375rem;
  }
  .lg\:mb-17 {
    margin-bottom: 4.375rem;
  }
  .lg\:ml-17 {
    margin-left: 4.375rem;
  }
  .lg\:mr-17 {
    margin-right: 4.375rem;
  }
  .lg\:p-17 {
    padding: 4.375rem;
  }
  .lg\:pb-17 {
    padding-bottom: 4.375rem;
  }
  .lg\:pt-17 {
    padding-top: 4.375rem;
  }
  .lg\:pl-17 {
    padding-left: 4.375rem;
  }
  .lg\:pr-17 {
    padding-right: 4.375rem;
  }
  .lg\:m-18 {
    margin: 5rem;
  }
  .lg\:mb-18 {
    margin-bottom: 5rem;
  }
  .lg\:ml-18 {
    margin-left: 5rem;
  }
  .lg\:mr-18 {
    margin-right: 5rem;
  }
  .lg\:p-18 {
    padding: 5rem;
  }
  .lg\:pb-18 {
    padding-bottom: 5rem;
  }
  .lg\:pt-18 {
    padding-top: 5rem;
  }
  .lg\:pl-18 {
    padding-left: 5rem;
  }
  .lg\:pr-18 {
    padding-right: 5rem;
  }
  .lg\:m-19 {
    margin: 5.625rem;
  }
  .lg\:mb-19 {
    margin-bottom: 5.625rem;
  }
  .lg\:ml-19 {
    margin-left: 5.625rem;
  }
  .lg\:mr-19 {
    margin-right: 5.625rem;
  }
  .lg\:p-19 {
    padding: 5.625rem;
  }
  .lg\:pb-19 {
    padding-bottom: 5.625rem;
  }
  .lg\:pt-19 {
    padding-top: 5.625rem;
  }
  .lg\:pl-19 {
    padding-left: 5.625rem;
  }
  .lg\:pr-19 {
    padding-right: 5.625rem;
  }
  .lg\:m-20 {
    margin: 6.25rem;
  }
  .lg\:mb-20 {
    margin-bottom: 6.25rem;
  }
  .lg\:ml-20 {
    margin-left: 6.25rem;
  }
  .lg\:mr-20 {
    margin-right: 6.25rem;
  }
  .lg\:p-20 {
    padding: 6.25rem;
  }
  .lg\:pb-20 {
    padding-bottom: 6.25rem;
  }
  .lg\:pt-20 {
    padding-top: 6.25rem;
  }
  .lg\:pl-20 {
    padding-left: 6.25rem;
  }
  .lg\:pr-20 {
    padding-right: 6.25rem;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
}
@media screen and (min-width: 1500px) {
  .xl\:m-1 {
    margin: 0.125rem;
  }
  .xl\:mb-1 {
    margin-bottom: 0.125rem;
  }
  .xl\:ml-1 {
    margin-left: 0.125rem;
  }
  .xl\:mr-1 {
    margin-right: 0.125rem;
  }
  .xl\:p-1 {
    padding: 0.125rem;
  }
  .xl\:pb-1 {
    padding-bottom: 0.125rem;
  }
  .xl\:pt-1 {
    padding-top: 0.125rem;
  }
  .xl\:pl-1 {
    padding-left: 0.125rem;
  }
  .xl\:pr-1 {
    padding-right: 0.125rem;
  }
  .xl\:m-2 {
    margin: 0.25rem;
  }
  .xl\:mb-2 {
    margin-bottom: 0.25rem;
  }
  .xl\:ml-2 {
    margin-left: 0.25rem;
  }
  .xl\:mr-2 {
    margin-right: 0.25rem;
  }
  .xl\:p-2 {
    padding: 0.25rem;
  }
  .xl\:pb-2 {
    padding-bottom: 0.25rem;
  }
  .xl\:pt-2 {
    padding-top: 0.25rem;
  }
  .xl\:pl-2 {
    padding-left: 0.25rem;
  }
  .xl\:pr-2 {
    padding-right: 0.25rem;
  }
  .xl\:m-3 {
    margin: 0.5rem;
  }
  .xl\:mb-3 {
    margin-bottom: 0.5rem;
  }
  .xl\:ml-3 {
    margin-left: 0.5rem;
  }
  .xl\:mr-3 {
    margin-right: 0.5rem;
  }
  .xl\:p-3 {
    padding: 0.5rem;
  }
  .xl\:pb-3 {
    padding-bottom: 0.5rem;
  }
  .xl\:pt-3 {
    padding-top: 0.5rem;
  }
  .xl\:pl-3 {
    padding-left: 0.5rem;
  }
  .xl\:pr-3 {
    padding-right: 0.5rem;
  }
  .xl\:m-4 {
    margin: 0.625rem;
  }
  .xl\:mb-4 {
    margin-bottom: 0.625rem;
  }
  .xl\:ml-4 {
    margin-left: 0.625rem;
  }
  .xl\:mr-4 {
    margin-right: 0.625rem;
  }
  .xl\:p-4 {
    padding: 0.625rem;
  }
  .xl\:pb-4 {
    padding-bottom: 0.625rem;
  }
  .xl\:pt-4 {
    padding-top: 0.625rem;
  }
  .xl\:pl-4 {
    padding-left: 0.625rem;
  }
  .xl\:pr-4 {
    padding-right: 0.625rem;
  }
  .xl\:m-5 {
    margin: 0.875rem;
  }
  .xl\:mb-5 {
    margin-bottom: 0.875rem;
  }
  .xl\:ml-5 {
    margin-left: 0.875rem;
  }
  .xl\:mr-5 {
    margin-right: 0.875rem;
  }
  .xl\:p-5 {
    padding: 0.875rem;
  }
  .xl\:pb-5 {
    padding-bottom: 0.875rem;
  }
  .xl\:pt-5 {
    padding-top: 0.875rem;
  }
  .xl\:pl-5 {
    padding-left: 0.875rem;
  }
  .xl\:pr-5 {
    padding-right: 0.875rem;
  }
  .xl\:m-6 {
    margin: 1rem;
  }
  .xl\:mb-6 {
    margin-bottom: 1rem;
  }
  .xl\:ml-6 {
    margin-left: 1rem;
  }
  .xl\:mr-6 {
    margin-right: 1rem;
  }
  .xl\:p-6 {
    padding: 1rem;
  }
  .xl\:pb-6 {
    padding-bottom: 1rem;
  }
  .xl\:pt-6 {
    padding-top: 1rem;
  }
  .xl\:pl-6 {
    padding-left: 1rem;
  }
  .xl\:pr-6 {
    padding-right: 1rem;
  }
  .xl\:m-7 {
    margin: 1.125rem;
  }
  .xl\:mb-7 {
    margin-bottom: 1.125rem;
  }
  .xl\:ml-7 {
    margin-left: 1.125rem;
  }
  .xl\:mr-7 {
    margin-right: 1.125rem;
  }
  .xl\:p-7 {
    padding: 1.125rem;
  }
  .xl\:pb-7 {
    padding-bottom: 1.125rem;
  }
  .xl\:pt-7 {
    padding-top: 1.125rem;
  }
  .xl\:pl-7 {
    padding-left: 1.125rem;
  }
  .xl\:pr-7 {
    padding-right: 1.125rem;
  }
  .xl\:m-8 {
    margin: 1.25rem;
  }
  .xl\:mb-8 {
    margin-bottom: 1.25rem;
  }
  .xl\:ml-8 {
    margin-left: 1.25rem;
  }
  .xl\:mr-8 {
    margin-right: 1.25rem;
  }
  .xl\:p-8 {
    padding: 1.25rem;
  }
  .xl\:pb-8 {
    padding-bottom: 1.25rem;
  }
  .xl\:pt-8 {
    padding-top: 1.25rem;
  }
  .xl\:pl-8 {
    padding-left: 1.25rem;
  }
  .xl\:pr-8 {
    padding-right: 1.25rem;
  }
  .xl\:m-9 {
    margin: 1.5rem;
  }
  .xl\:mb-9 {
    margin-bottom: 1.5rem;
  }
  .xl\:ml-9 {
    margin-left: 1.5rem;
  }
  .xl\:mr-9 {
    margin-right: 1.5rem;
  }
  .xl\:p-9 {
    padding: 1.5rem;
  }
  .xl\:pb-9 {
    padding-bottom: 1.5rem;
  }
  .xl\:pt-9 {
    padding-top: 1.5rem;
  }
  .xl\:pl-9 {
    padding-left: 1.5rem;
  }
  .xl\:pr-9 {
    padding-right: 1.5rem;
  }
  .xl\:m-10 {
    margin: 1.75rem;
  }
  .xl\:mb-10 {
    margin-bottom: 1.75rem;
  }
  .xl\:ml-10 {
    margin-left: 1.75rem;
  }
  .xl\:mr-10 {
    margin-right: 1.75rem;
  }
  .xl\:p-10 {
    padding: 1.75rem;
  }
  .xl\:pb-10 {
    padding-bottom: 1.75rem;
  }
  .xl\:pt-10 {
    padding-top: 1.75rem;
  }
  .xl\:pl-10 {
    padding-left: 1.75rem;
  }
  .xl\:pr-10 {
    padding-right: 1.75rem;
  }
  .xl\:m-11 {
    margin: 1.875rem;
  }
  .xl\:mb-11 {
    margin-bottom: 1.875rem;
  }
  .xl\:ml-11 {
    margin-left: 1.875rem;
  }
  .xl\:mr-11 {
    margin-right: 1.875rem;
  }
  .xl\:p-11 {
    padding: 1.875rem;
  }
  .xl\:pb-11 {
    padding-bottom: 1.875rem;
  }
  .xl\:pt-11 {
    padding-top: 1.875rem;
  }
  .xl\:pl-11 {
    padding-left: 1.875rem;
  }
  .xl\:pr-11 {
    padding-right: 1.875rem;
  }
  .xl\:m-12 {
    margin: 2.5rem;
  }
  .xl\:mb-12 {
    margin-bottom: 2.5rem;
  }
  .xl\:ml-12 {
    margin-left: 2.5rem;
  }
  .xl\:mr-12 {
    margin-right: 2.5rem;
  }
  .xl\:p-12 {
    padding: 2.5rem;
  }
  .xl\:pb-12 {
    padding-bottom: 2.5rem;
  }
  .xl\:pt-12 {
    padding-top: 2.5rem;
  }
  .xl\:pl-12 {
    padding-left: 2.5rem;
  }
  .xl\:pr-12 {
    padding-right: 2.5rem;
  }
  .xl\:m-13 {
    margin: 2.9375rem;
  }
  .xl\:mb-13 {
    margin-bottom: 2.9375rem;
  }
  .xl\:ml-13 {
    margin-left: 2.9375rem;
  }
  .xl\:mr-13 {
    margin-right: 2.9375rem;
  }
  .xl\:p-13 {
    padding: 2.9375rem;
  }
  .xl\:pb-13 {
    padding-bottom: 2.9375rem;
  }
  .xl\:pt-13 {
    padding-top: 2.9375rem;
  }
  .xl\:pl-13 {
    padding-left: 2.9375rem;
  }
  .xl\:pr-13 {
    padding-right: 2.9375rem;
  }
  .xl\:m-14 {
    margin: 3.125rem;
  }
  .xl\:mb-14 {
    margin-bottom: 3.125rem;
  }
  .xl\:ml-14 {
    margin-left: 3.125rem;
  }
  .xl\:mr-14 {
    margin-right: 3.125rem;
  }
  .xl\:p-14 {
    padding: 3.125rem;
  }
  .xl\:pb-14 {
    padding-bottom: 3.125rem;
  }
  .xl\:pt-14 {
    padding-top: 3.125rem;
  }
  .xl\:pl-14 {
    padding-left: 3.125rem;
  }
  .xl\:pr-14 {
    padding-right: 3.125rem;
  }
  .xl\:m-15 {
    margin: 3.375rem;
  }
  .xl\:mb-15 {
    margin-bottom: 3.375rem;
  }
  .xl\:ml-15 {
    margin-left: 3.375rem;
  }
  .xl\:mr-15 {
    margin-right: 3.375rem;
  }
  .xl\:p-15 {
    padding: 3.375rem;
  }
  .xl\:pb-15 {
    padding-bottom: 3.375rem;
  }
  .xl\:pt-15 {
    padding-top: 3.375rem;
  }
  .xl\:pl-15 {
    padding-left: 3.375rem;
  }
  .xl\:pr-15 {
    padding-right: 3.375rem;
  }
  .xl\:m-16 {
    margin: 3.75rem;
  }
  .xl\:mb-16 {
    margin-bottom: 3.75rem;
  }
  .xl\:ml-16 {
    margin-left: 3.75rem;
  }
  .xl\:mr-16 {
    margin-right: 3.75rem;
  }
  .xl\:p-16 {
    padding: 3.75rem;
  }
  .xl\:pb-16 {
    padding-bottom: 3.75rem;
  }
  .xl\:pt-16 {
    padding-top: 3.75rem;
  }
  .xl\:pl-16 {
    padding-left: 3.75rem;
  }
  .xl\:pr-16 {
    padding-right: 3.75rem;
  }
  .xl\:m-17 {
    margin: 4.375rem;
  }
  .xl\:mb-17 {
    margin-bottom: 4.375rem;
  }
  .xl\:ml-17 {
    margin-left: 4.375rem;
  }
  .xl\:mr-17 {
    margin-right: 4.375rem;
  }
  .xl\:p-17 {
    padding: 4.375rem;
  }
  .xl\:pb-17 {
    padding-bottom: 4.375rem;
  }
  .xl\:pt-17 {
    padding-top: 4.375rem;
  }
  .xl\:pl-17 {
    padding-left: 4.375rem;
  }
  .xl\:pr-17 {
    padding-right: 4.375rem;
  }
  .xl\:m-18 {
    margin: 5rem;
  }
  .xl\:mb-18 {
    margin-bottom: 5rem;
  }
  .xl\:ml-18 {
    margin-left: 5rem;
  }
  .xl\:mr-18 {
    margin-right: 5rem;
  }
  .xl\:p-18 {
    padding: 5rem;
  }
  .xl\:pb-18 {
    padding-bottom: 5rem;
  }
  .xl\:pt-18 {
    padding-top: 5rem;
  }
  .xl\:pl-18 {
    padding-left: 5rem;
  }
  .xl\:pr-18 {
    padding-right: 5rem;
  }
  .xl\:m-19 {
    margin: 5.625rem;
  }
  .xl\:mb-19 {
    margin-bottom: 5.625rem;
  }
  .xl\:ml-19 {
    margin-left: 5.625rem;
  }
  .xl\:mr-19 {
    margin-right: 5.625rem;
  }
  .xl\:p-19 {
    padding: 5.625rem;
  }
  .xl\:pb-19 {
    padding-bottom: 5.625rem;
  }
  .xl\:pt-19 {
    padding-top: 5.625rem;
  }
  .xl\:pl-19 {
    padding-left: 5.625rem;
  }
  .xl\:pr-19 {
    padding-right: 5.625rem;
  }
  .xl\:m-20 {
    margin: 6.25rem;
  }
  .xl\:mb-20 {
    margin-bottom: 6.25rem;
  }
  .xl\:ml-20 {
    margin-left: 6.25rem;
  }
  .xl\:mr-20 {
    margin-right: 6.25rem;
  }
  .xl\:p-20 {
    padding: 6.25rem;
  }
  .xl\:pb-20 {
    padding-bottom: 6.25rem;
  }
  .xl\:pt-20 {
    padding-top: 6.25rem;
  }
  .xl\:pl-20 {
    padding-left: 6.25rem;
  }
  .xl\:pr-20 {
    padding-right: 6.25rem;
  }
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mr-0 {
    margin-right: 0;
  }
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pl-0 {
    padding-left: 0;
  }
  .xl\:pr-0 {
    padding-right: 0;
  }
}
@supports (display: flex) or (display: grid) {
  .flex-gap {
    --gap: 1.75rem;
    gap: var(--gap);
  }
  .flex-gapx {
    gap: 0px 1.75rem;
  }
  .flex-row {
    display: flex;
    flex-direction: row;
  }
  .flex-column {
    display: flex;
    flex-direction: column;
  }
  @media (min-width: 768px) {
    .md\:flex-row {
      display: flex;
      flex-direction: row;
    }
  }
  .flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .flex-space-between {
    justify-content: space-between;
  }
  .flex-start {
    justify-content: start;
  }
  .flex-end {
    justify-content: end;
  }
  .flex-center {
    justify-content: center;
  }
  @media (min-width: 768px) {
    .md\:flex-center {
      justify-content: center;
    }
  }
  .flex-align-items-center {
    align-items: center;
  }
  .flex-self-centered {
    align-self: center;
  }
  @media (min-width: 768px) {
    .md\:flex-self-start {
      align-self: start;
    }
  }
  .flex-self-start {
    align-self: start;
    justify-self: start;
  }
  .flex-self-stretch {
    align-self: stretch;
  }
  .flexx-start {
    align-content: start;
  }
  .flexx-start-items {
    align-items: start;
  }
  .flexx-stretch {
    align-content: stretch;
  }
  .flexx-stretch-items {
    align-items: stretch;
  }
  .flexx-center {
    align-content: center;
  }
  .flexx-center-items {
    align-items: center;
  }
  .flexx-center-mobilevid {
    align-items: unset;
  }
  @media (min-width: 768px) {
    .flexx-center-mobilevid {
      align-items: center;
    }
  }
  .flex-item-fluid-1\/4, .flex-item-altfluid-1\/4 {
    min-width: 300px;
    max-width: 550px;
    flex-grow: 1;
  }
  .flex-item-fluid-1\/4:hover, .flex-item-altfluid-1\/4:hover {
    opacity: 0.5;
  }
  @media (min-width: 768px) {
    .flex-item-fluid-1\/4, .flex-item-altfluid-1\/4 {
      width: 22%;
    }
  }
  .flex-item-altfluid-1\/4:hover {
    opacity: 1;
  }
}
.home-design h2, .home-design .heading-beta, .home-design .map-prop-card__heading, .home-design .map-prop-card__location-header {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .home-design h2, .home-design .heading-beta, .home-design .map-prop-card__heading, .home-design .map-prop-card__location-header {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .color-bar {
    background: linear-gradient(to right, #af272f, #af272f);
    clip-path: inset(0 100% 0 0);
    animation: fill-bar linear forwards;
    animation-timeline: view();
    animation-range-start: 150px;
    animation-range-end: 300px;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 12px;
  }
}
@media (prefers-reduced-motion: no-preference) and (min-width: 768px) {
  .color-bar {
    font-size: 2rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .color-bar-1 {
    background: linear-gradient(to right, #af272f, #af272f);
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 12px;
  }
}
@media (prefers-reduced-motion: no-preference) and (min-width: 768px) {
  .color-bar-1 {
    background: linear-gradient(to right, #af272f, #af272f);
    clip-path: inset(100% 0 0 0);
    animation: fill-bar linear forwards;
    animation-timeline: view();
    animation-range: entry;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    padding: 0 12px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .animate-down {
    clip-path: inset(0 0 0 100%);
    animation: slide-left linear forwards;
    animation-timeline: view();
    animation-range-start: -100px;
    animation-range-end: 250px;
  }
  @keyframes fill-bar {
    to {
      clip-path: inset(0 0% 0 0);
    }
  }
  @keyframes slide-left {
    to {
      clip-path: inset(0 0 0 0%);
    }
  }
}
/*.scroller-inner {

    animation: scrolling linear;
    animation-timeline: scroll(root);
}

@keyframes scrolling{
    to {
        transform: translate(-100%);
    }
}
*/
.home-design section:first-of-type {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .home-design section:first-of-type {
    margin-top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .home-design .container-inner {
    padding-inline: 3.125rem;
  }
}
@media (min-width: 992px) {
  .home-design .container-inner {
    padding-inline: 7.5rem;
  }
}
@media (min-width: 1500px) {
  .home-design .container-inner {
    padding-inline: 14rem;
  }
}
.home-design .content-section {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .home-design .content-section {
    margin-top: 7.5rem;
  }
}
.home-design .gallery-content-3x2 {
  grid-template-columns: repeat(3, clamp(10em, 31%, 31%));
}

.info-panel {
  position: relative;
  width: 100%;
  background-image: url("../../images/sitecontent/homedesign/sub2/Greeting_HG3612_RET_AB_S.webp");
}
@media (min-width: 1100px) {
  .info-panel {
    height: 36rem;
  }
}
.info-panel .info-panel__overlay {
  position: absolute;
  inset: 0;
  background-color: #bfb7b0;
  opacity: 0.7;
  z-index: 8;
}
.info-panel .info-panel__card-container {
  z-index: 10;
  display: flex;
  padding-block: 1.4rem;
  gap: 1.4rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1100px) {
  .info-panel .info-panel__card-container {
    flex-direction: row;
  }
}
.info-panel .info-panel__card {
  background-color: #bfb7b0;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  width: 14rem;
  height: 14rem;
}

.info-widget-container {
  position: relative;
}
.info-widget-container .info-widget {
  --top: 0;
  --left: 0;
  position: absolute;
  top: var(--top);
  left: var(--left);
  height: 3em;
  width: 3em;
  border-radius: 50%;
  background-color: #25282A;
  color: #fff;
  border-width: 0.24rem;
  border-style: solid;
  border-color: #fff;
}
.info-widget-container .info-widget:hover {
  background-color: #fff;
  border-color: #25282A;
}
.info-widget-container .info-widget:hover::after {
  color: #25282A;
}
.info-widget-container .info-widget:after {
  display: inline-block;
  font-family: "modish", sans-serif;
  font-size: 3rem;
  content: "i";
  text-align: center;
  width: 100%;
  line-height: 100%;
  margin-inline: auto;
  margin-top: -0.2rem;
}
.info-widget-container .info-widget__popup {
  --top: 0;
  --left: 0;
  --height: unset;
  --width: unset;
  position: absolute;
  top: var(--top);
  left: var(--left);
  width: var(--width);
  height: var(--height);
  background-color: #fff;
  z-index: 19;
  border-width: 0.24rem;
  border-style: solid;
  border-color: #25282A;
}

.pillar_header {
  z-index: 18;
  height: 25px;
  background-color: unset;
}
.pillar_header .subheader {
  top: 73px;
}

.pillar_jump_links {
  background-color: unset;
  z-index: 19;
  border-bottom: none;
}
.pillar_jump_links .subheader {
  height: 60px;
  top: 133px;
}

.accordion_alt {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .accordion_alt {
    flex-direction: row;
  }
}

.energypage .full-page-width {
  width: 100vw;
  margin-left: calc((100% - 102vw) / 2);
  background-size: 22%;
  background-position-y: 35%;
  background-repeat: no-repeat;
}
.energypage .full-page-width:nth-child(even) {
  padding: 6rem 0;
  background-color: #B3C1A5;
  background-position-x: 100%;
}
.energypage .full-page-width:nth-child(odd) {
  background-position-x: 0;
}
@media (min-width: 768px) {
  .energypage .full-page-width:nth-child(1) {
    background-image: url("/images/sitecontent/WhyRichmond/energyicons/Eco_icon-12.svg?v=kAFDgPKE1AafXevvTY6GeB52J_0");
  }
}
@media (min-width: 768px) {
  .energypage .full-page-width:nth-child(2) {
    background-image: url("/images/sitecontent/WhyRichmond/energyicons/Eco_icon-11.svg?v=xMuQ6EvddtEQLKlVGHwe7wpkkfM");
  }
}
@media (min-width: 768px) {
  .energypage .full-page-width:nth-child(3) {
    background-image: url("/images/sitecontent/WhyRichmond/energyicons/Eco_icon-20.svg?v=NX4abvtuZ3nZZlSgBNvqZX8EnFI");
  }
}
@media (min-width: 768px) {
  .energypage .full-page-width:nth-child(4) {
    background-image: url("/images/sitecontent/WhyRichmond/energyicons/Eco_icon-17.svg?v=im9SGKRNV8KNgUI-7Y2NDtEZhbw");
  }
}
@media (min-width: 768px) {
  .energypage .full-page-width:nth-child(5) {
    background-image: url("/images/sitecontent/WhyRichmond/energyicons/Eco_icon-06.svg?v=RU4puEuDqio8HyftNI8S4jtWqwQ");
  }
}
@media (min-width: 768px) {
  .energypage .full-page-width:nth-child(6) {
    background-image: url("/images/sitecontent/WhyRichmond/energyicons/Eco_icon-14.svg?v=cdNWhE_zSghPOw_JKwPhetNnHDo");
  }
}
@media (min-width: 768px) {
  .energypage .full-page-width:nth-child(7) {
    background-image: url("/images/sitecontent/WhyRichmond/energyicons/Eco_icon-15.svg?v=4B1n2vDvCuKSk-wzzo-rV8je_No");
  }
}
@media (min-width: 768px) {
  .energypage .full-page-width .container-inner {
    padding-inline: 27rem;
  }
}
.energypage .timeline-container {
  max-width: 100%;
  width: 100%;
}
.energypage #timeline-hers {
  display: flex;
  background-color: #fff;
  overflow: hidden;
  min-width: 200vw;
}
@media (min-width: 768px) {
  .energypage #timeline-hers {
    min-width: 1024px;
  }
}
.energypage #timeline-hers .tl-item:nth-child(1):after {
  background-color: #F05e63;
}
.energypage #timeline-hers .tl-item:nth-child(2):after {
  background-color: #e6a86b;
}
.energypage #timeline-hers .tl-item:nth-child(3):after {
  background-color: #f4e077;
}
.energypage #timeline-hers .tl-item:nth-child(4):after {
  background-color: #69a6c7;
}
.energypage #timeline-hers .tl-item:nth-child(5):after {
  background-color: #77ad5c;
}
.energypage #timeline-hers:hover .tl-item {
  width: 25%;
}
.energypage #timeline-hers .tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 22vh;
  min-height: 250px;
  color: #000;
  overflow: hidden;
  transition: width 0.5s ease;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .energypage #timeline-hers .tl-item {
    min-height: 150px;
  }
}
.energypage #timeline-hers .tl-item:last-of-type {
  border-right: 1px solid #fff;
}
.energypage #timeline-hers .tl-item:before, .energypage #timeline-hers .tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.energypage #timeline-hers .tl-item:after {
  background: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.energypage #timeline-hers .tl-item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.energypage #timeline-hers .tl-item:hover {
  width: 70% !important;
  color: #fff;
  /*           .tl-bg {
      filter: grayscale(0);
  }*/
}
.energypage #timeline-hers .tl-item:hover:after {
  opacity: 0;
}
.energypage #timeline-hers .tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}
.energypage #timeline-hers .tl-item:hover .tl-content {
  top: 50%;
  transform: translateY(0);
  transition: all 0.5s ease 0.25s;
}
.energypage #timeline-hers .tl-item:hover .tl-year {
  top: 50%;
  transition: top 0.5s ease;
}
.energypage #timeline-hers .tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: auto;
  margin-inline: 1.25rem;
  top: 100%;
}
.energypage #timeline-hers .tl-content p {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .energypage #timeline-hers .tl-content p {
    font-size: 1rem;
  }
}
.energypage #timeline-hers .tl-content h1, .energypage #timeline-hers .tl-content .heading-alpha {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.44rem;
  font-weight: normal;
}
.energypage #timeline-hers .tl-year {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.energypage #timeline-hers .tl-year p {
  font-weight: bold;
  text-decoration: none;
  line-height: 0;
}
.energypage #timeline-hers .tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.energypage .vendorconscience .toggle-image {
  cursor: pointer;
  max-width: 19%;
  margin-right: 1%;
}
.energypage .vendorconscience .toggle-image:last-of-type {
  margin-right: 0px;
}
.energypage .vendorconscience .toggle-image.active {
  border: 1px solid #6e6259;
}
.energypage .vendorconscience .vendordiv {
  display: none;
  min-height: 180px;
}
