@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css');
.indent {
  text-indent: -9999em;
}
.button {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: var(--main);
  font-size: 1.5rem;
  width: 300px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.button + a,
.button + button,
.button + submit {
  margin-left: 15px;
}
.button:hover {
  background: var(--secondary);
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
figure {
  margin: 0;
  padding: 0;
}
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}
/* Forms
	========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
* Rhatchetre the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}
/* Misc
	========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus-visible {
  outline: var(--primary) auto 3px;
}
img {
  max-width: 100%;
}
a,
a:visited {
  text-decoration: none;
  transition: ease all 0.3s;
  outline: none;
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  text-decoration: none;
}
a:active,
a:visited:active {
  text-decoration: none;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-family: var(--heading);
  font-size: 3.25rem;
  text-align: center;
  color: var(--primaryText);
}
h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em,
h5 em,
.h5 em {
  font-size: 1.75rem;
  color: var(--secondaryText);
  display: block;
  font-family: var(--main);
  font-style: normal;
  padding-bottom: 15px;
}
.btn {
  display: inline-block;
  appearance: none;
  background: transparent;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: normal;
}
.outline {
  background: none;
  border: 2px solid var(--blue);
  color: #000;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
nav,
.nav,
nav ul,
.nav ul {
  list-style-type: none;
  padding-left: 0;
}
hr {
  border: none;
  background: #eee;
  height: 2px;
  width: 60px;
  margin: 35px auto 0;
}
.alignleft,
.alignright {
  margin-bottom: 1em;
}
address {
  font-style: normal;
}
.center {
  text-align: center;
}
.upper {
  text-transform: uppercase;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.html-times {
  font-size: 1.5em;
  vertical-align: sub;
}
.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}
.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}
form {
  margin: auto;
  max-width: 780px;
}
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="phone"],
form select,
form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 5rem;
  border: 0;
  text-indent: 20px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--main);
}
form textarea {
  min-height: 120px;
  width: 100%;
  padding: 15px 20px;
  border: 0;
  text-indent: 0px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-family: var(--main);
  box-sizing: border-box;
  resize: vertical;
  max-height: 500px;
}
form input[type="submit"],
form input[type="button"],
form input[type="reset"],
form button {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: var(--main);
  font-size: 1.5rem;
  width: 300px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  border: 0;
}
form input[type="submit"] + a,
form input[type="button"] + a,
form input[type="reset"] + a,
form button + a,
form input[type="submit"] + button,
form input[type="button"] + button,
form input[type="reset"] + button,
form button + button,
form input[type="submit"] + submit,
form input[type="button"] + submit,
form input[type="reset"] + submit,
form button + submit {
  margin-left: 15px;
}
form input[type="submit"]:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form button:hover {
  background: var(--secondary);
}
form input[type="password"] {
  letter-spacing: 0.3em;
}
form label {
  font-weight: bold;
}
form .field-wrapper {
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .fields,
  reform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .iwrap,
  .form-group,
  .field-wrap {
    width: 100%;
    padding-bottom: 12px;
  }
  .iwrap.quarter,
  .form-group.quarter,
  .field-wrap.quarter {
    width: 23%;
  }
  .iwrap.half,
  .form-group.half,
  .field-wrap.half {
    width: 48%;
  }
  .iwrap.third,
  .form-group.third,
  .field-wrap.third {
    width: 73%;
  }
  .iwrap.one-third,
  .form-group.one-third,
  .field-wrap.one-third {
    width: 31%;
  }
  .iwrap.two-thirds,
  .form-group.two-thirds,
  .field-wrap.two-thirds {
    width: 65%;
  }
  .iwrap.textarea,
  .form-group.textarea,
  .field-wrap.textarea,
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit,
  .iwrap.full,
  .form-group.full,
  .field-wrap.full {
    width: 100%;
  }
  .iwrap.submit,
  .form-group.submit,
  .field-wrap.submit {
    padding-left: 0;
    margin-left: 0;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.75;
  color: var(--text);
  font-family: var(--main);
}
img {
  display: block;
}
#wrap {
  overflow: hidden;
}
.inner {
  position: relative;
  margin: auto;
  max-width: 1170px;
  width: 100%;
}
.text-content {
  padding: 40px 0 100px;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  text-align: left;
  padding-top: 30px;
}
#cookie-box {
  z-index: 999999 !important;
}
article.text-content {
  padding: 40px 20px 100px;
}
article.text-content h1,
article.text-content h2,
article.text-content h3,
article.text-content h4,
article.text-content h5,
article.text-content h6 {
  text-align: left;
  padding-top: 30px;
}
article.text-content ul,
article.text-content ol {
  padding-left: 20px;
}
article.text-content .inner {
  border-top: 2px solid var(--primary);
  padding-top: 30px;
}
.wow {
  opacity: 0;
  visibility: hidden;
  animation-fill-mode: forwards;
}
.animation-ended {
  opacity: 1;
  visibility: visible;
}
#rs-builder .wow {
  opacity: 1 !important;
  visibility: visible !important;
}
.block.site-map .inner {
  max-width: unset;
}
.block.site-map #sitemap-target {
  width: 100%;
  height: 80vh;
  height: 80dvh;
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .block.site-map #sitemap-target {
    width: 100%;
    height: 600px;
  }
}
#rs-adder #rs-adder-list li * {
  box-sizing: unset;
}
#rs-adder #rs-adder-list li span {
  height: 100%;
  width: 100%;
  display: block;
}
#rs-adder #rs-adder-list li img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#rs-adder #rs-adder-list li strong {
  height: auto;
  max-height: 100%;
}
#nav {
  position: relative;
  height: 58px;
  padding: 25px 15px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
#nav #logo {
  width: 180px;
  display: block;
  z-index: 6;
  position: relative;
}
#nav #logo img {
  display: block;
  width: 100%;
}
#nav #grip {
  position: absolute;
  top: 0;
  right: 0;
  height: 48px;
  width: 50px;
  background: var(--blue);
  border: none;
  color: #fff;
  z-index: 100;
  display: flex;
  align-items: end;
  justify-content: center;
}
#nav #grip .line-container {
  height: fit-content;
  width: fit-content;
  padding-bottom: 12px;
  transition: all 0.4s ease;
}
#nav #grip .line {
  background-color: #fff;
  width: 35px;
  height: 1.2px;
  margin-top: 5px;
  display: block;
  transition: all 0.4s ease;
}
#nav .menu-wrapper {
  position: fixed;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  display: none;
  overflow-y: auto;
}
#nav .menu-wrapper.show {
  display: flex;
}
#nav .menu-wrapper.show .dropdown-menu {
  display: block !important;
}
#nav .menu {
  margin-top: 110px;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--special);
}
#nav ul {
  text-align: center;
  text-transform: uppercase;
  list-style: none;
}
#nav ul li {
  font-weight: bold;
  padding: 5px 0;
}
#nav ul li li {
  font-weight: normal;
}
#nav ul a {
  font-size: 1.8rem;
  color: var(--text);
}
#nav .dropdown .dropdown-menu li a {
  font-size: 0.85em;
  color: var(--text);
}
#nav .dropdown-btn {
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  #nav #grip {
    display: none;
  }
  #nav .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nav .menu-wrapper {
    position: relative;
    display: block;
    background: none;
    left: auto;
    bottom: auto;
    top: auto;
    right: auto;
    overflow-y: unset;
  }
  #nav .menu {
    opacity: 0;
    margin-top: 0;
    height: unset;
  }
  #nav .menu.loading {
    display: none;
  }
  #nav .menu ul {
    display: flex;
    width: fit-content;
  }
  #nav .menu ul li {
    padding-left: 25px;
  }
  #nav .menu a {
    font-size: 1.5rem;
    color: var(--primaryText);
  }
  #nav .menu a:hover {
    text-decoration: underline;
  }
  #nav .menu li ul {
    display: none;
  }
  #nav .dropdown {
    position: relative;
  }
  #nav .dropdown .dropdown-menu {
    position: absolute;
    bottom: 0;
    left: 15px;
    transform: translateY(100%);
    width: fit-content;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
  }
  #nav .dropdown .dropdown-menu li {
    padding: 0;
  }
  #nav .dropdown .dropdown-menu li a {
    white-space: nowrap;
    display: block;
    text-align: left;
    padding: 6px 48px 6px 16px;
    font-weight: bold;
    transition: all 0s;
  }
  #nav .dropdown .dropdown-menu li:has(a:hover),
  #nav .dropdown .dropdown-menu li:focus-within {
    background-color: #f5f5f5;
  }
  #nav .dropdown .dropdown-menu li:has(a:hover) a,
  #nav .dropdown .dropdown-menu li:focus-within a {
    color: var(--blue);
  }
  #nav .dropdown .dropdown-btn {
    font-weight: bold;
    padding: 5px 3rem 5px 0;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: relative;
    font-size: 1.5rem;
  }
  #nav .dropdown .dropdown-btn::after {
    right: 0;
    border: 3px solid transparent;
    border-color: #000;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.5em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-100%);
    transform-origin: center;
    width: 0.5em;
  }
  #nav .dropdown.toggled button {
    text-decoration: underline;
  }
}
.block.header {
  position: relative;
  margin-top: -108px;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: left;
  color: var(--secondaryText);
  padding: 0 20px;
  overflow: hidden;
}
.block.header .inner {
  z-index: 1;
}
.block.header.video video {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.block.header h1,
.block.header h2,
.block.header h3,
.block.header h4,
.block.header h5,
.block.header h6 {
  color: var(--secondaryText);
  text-align: left;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1.3;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .block.header {
    height: 80vh;
  }
  .block.header h1,
  .block.header h2,
  .block.header h3,
  .block.header h4,
  .block.header h5,
  .block.header h6 {
    font-size: 5.5rem;
    margin-right: 15%;
  }
}
@media screen and (min-width: 980px) {
  .block.header.video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
  }
  .block.header.video video {
    display: block;
  }
}
#rs-builder .block.header {
  margin-top: 0;
}
.block.header.video + .block.featured-image-text {
  padding-top: 40px;
}
#footer {
  position: relative;
  padding: 50px 25px;
  background: var(--black);
  color: var(--secondaryText);
}
#footer .loading {
  display: none !important;
}
#footer a:hover,
#footer button:hover,
#footer a:focus,
#footer button:focus {
  text-decoration: underline;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: var(--secondaryHeading);
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
  margin: 0;
}
#footer li {
  list-style: none;
}
#footer a {
  color: var(--secondaryText);
}
#footer .ignore {
  display: none;
}
#footer .logo-feature {
  padding: 35px 0;
}
#footer .logo-feature > a {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: -20px auto 0;
}
#footer .logo-feature > a img {
  width: 100%;
}
#footer .logo-feature h5 {
  padding-top: 25px;
  text-align: center;
}
#footer .logo-feature ul {
  display: flex;
  justify-content: center;
}
#footer .logo-feature li {
  padding-right: 20px;
}
#footer .logo-feature li svg {
  height: 20px;
  width: 20px;
}
#footer .logo-feature li:hover *,
#footer .logo-feature li:focus *,
#footer .logo-feature li:focus-within * {
  fill: #2859a7;
}
#footer nav {
  width: 100%;
}
#footer nav a,
#footer nav button {
  text-transform: uppercase;
}
#footer nav li {
  width: fit-content;
}
#footer nav li.dropdown {
  width: fit-content;
}
#footer nav li.dropdown .dropdown-btn {
  color: inherit;
  padding: 5px 2.5rem 5px 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
  display: block;
}
#footer nav li.dropdown.toggled button {
  text-decoration: underline;
}
#footer nav li.dropdown .dropdown-menu {
  position: relative;
  display: block;
  width: fit-content;
  padding: 8px;
  padding-left: 20px;
}
#footer nav li.dropdown .dropdown-menu li {
  padding: 0;
}
#footer nav li.dropdown .dropdown-menu li a {
  white-space: nowrap;
  display: block;
  text-align: left;
  font-size: 0.8em;
  color: #fff;
}
#footer .contact p {
  padding-bottom: 15px;
}
#footer .contact img {
  width: 110px;
}
#footer .copyright {
  font-size: 1.4rem;
  padding-top: 25px;
}
#footer .icons {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  gap: 2px;
}
#footer .icons .ada,
#footer .icons .equal-housing {
  height: 20px;
  width: 20px;
}
#footer .icons svg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  #footer .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .logo-feature,
  #footer .navigation {
    width: 33%;
  }
  #footer .contact {
    text-align: right;
    width: 33%;
  }
  #footer .contact h6 {
    text-align: right;
  }
  #footer .contact p {
    overflow: hidden;
  }
  #footer .contact img {
    margin-right: 0;
    float: right;
  }
  #footer .copyright {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  #footer nav li.dropdown {
    position: relative;
  }
  #footer nav li.dropdown .dropdown-btn::after {
    right: 0;
    border: 3px solid transparent;
    border-color: #FFF;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.4em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-100%);
    transform-origin: center;
    width: 0.4em;
  }
  #footer nav li.dropdown .dropdown-btn:focus-within {
    text-decoration: underline;
  }
  #footer nav li.dropdown .dropdown-menu {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    width: fit-content;
    background-color: #fff;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
  }
  #footer nav li.dropdown .dropdown-menu li {
    padding: 0;
  }
  #footer nav li.dropdown .dropdown-menu li a {
    white-space: nowrap;
    display: block;
    text-align: left;
    padding: 0px 16px 0px 16px;
    color: #000;
  }
}
.block.text-image {
  position: relative;
  padding: 50px 20px;
}
.block.text-image h1,
.block.text-image h2,
.block.text-image h3,
.block.text-image h4,
.block.text-image h5,
.block.text-image h6 {
  text-align: left;
  font-weight: bold;
  padding: 0 0 20px 0;
}
.block.text-image p {
  padding: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .block.text-image {
    padding: 75px 20px;
  }
  .block.text-image .inner {
    display: flex;
    justify-content: space-between;
  }
  .block.text-image article {
    width: 60%;
  }
  .block.text-image figure {
    width: 35%;
    padding-top: 55px;
  }
}
.block.serving {
  position: relative;
  padding: 50px 20px;
  background: var(--gray-lt);
}
.block.serving h1,
.block.serving h2,
.block.serving h3,
.block.serving h4,
.block.serving h5,
.block.serving h6 {
  padding: 0 0 20px 0;
  font-weight: bold;
}
.block.serving h3,
.block.serving h4,
.block.serving h5,
.block.serving h6 {
  font-size: 2rem;
  text-transform: uppercase;
  padding-top: 20px;
}
.block.serving li {
  list-style: none;
}
.block.serving img {
  max-height: 220px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .block.serving ul {
    display: flex;
    justify-content: center;
  }
  .block.serving li {
    width: 33%;
  }
}
.block.core-values {
  position: relative;
  padding: 50px 20px;
}
.block.core-values h1,
.block.core-values h2,
.block.core-values h3,
.block.core-values h4,
.block.core-values h5,
.block.core-values h6 {
  padding: 0 0 20px 0;
  font-weight: bold;
  text-align: left;
}
.block.core-values header h1,
.block.core-values header h2,
.block.core-values header h3,
.block.core-values header h4,
.block.core-values header h5,
.block.core-values header h6 {
  text-align: center;
}
.block.core-values h3,
.block.core-values h4,
.block.core-values h5,
.block.core-values h6 {
  font-size: 2rem;
  padding-top: 20px;
}
.block.core-values li {
  list-style: none;
}
.block.core-values img {
  max-height: 220px;
  margin: auto;
}
.block.core-values a {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: var(--main);
  font-size: 1.5rem;
  width: 300px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.block.core-values a + a,
.block.core-values a + button,
.block.core-values a + submit {
  margin-left: 15px;
}
.block.core-values a:hover {
  background: var(--secondary);
}
.block.core-values footer {
  padding-top: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .block.core-values .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.core-values header {
    width: 100%;
  }
  .block.core-values aside {
    width: 48%;
  }
  .block.core-values aside img {
    width: 100%;
    max-height: none;
    max-width: 400px;
    margin: auto;
  }
  .block.core-values article {
    width: 48%;
    margin-top: -20px;
  }
}
.block.testimonials {
  position: relative;
  padding: 50px 20px;
}
.block.testimonials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: auto;
}
.block.testimonials li {
  list-style: none;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  height: auto;
  grid-row: 1/1;
  grid-column: 1/1;
}
.block.testimonials li figure {
  float: left;
  padding: 0 15px 0 0;
}
.block.testimonials li:first-of-type {
  visibility: visible;
  opacity: 1;
}
.block.testimonials li p:last-of-type {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .block.testimonials {
    padding: 100px 0;
  }
  .block.testimonials ul {
    max-width: 800px;
    margin: auto;
  }
  .block.testimonials figure {
    width: 25%;
  }
  .block.testimonials figure img {
    width: 100%;
  }
}
#rs-builder .block.testimonials ul {
  display: flex;
  flex-direction: column;
}
#rs-builder .block.testimonials li {
  display: list-item !important;
  visibility: visible !important;
  opacity: 1;
  position: relative;
  margin-bottom: 10px;
}
.block.black-feature {
  position: relative;
  padding: 50px 20px;
  background: var(--black);
  color: var(--secondaryText);
  text-align: center;
}
.block.black-feature .inner {
  max-width: 700px;
}
.block.black-feature h1,
.block.black-feature h2,
.block.black-feature h3,
.block.black-feature h4,
.block.black-feature h5,
.block.black-feature h6 {
  color: var(--secondaryHeading);
  font-weight: bold;
}
.block.black-feature p {
  padding-top: 20px;
}
.block.black-feature a {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: var(--main);
  font-size: 1.5rem;
  width: 300px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--blue);
  font-weight: normal;
  background: none;
  border: 1px solid var(--secondaryText);
}
.block.black-feature a + a,
.block.black-feature a + button,
.block.black-feature a + submit {
  margin-left: 15px;
}
.block.black-feature a:hover {
  background: var(--secondary);
}
.block.black-feature a:hover {
  color: var(--secondaryText);
}
.block.services {
  position: relative;
  padding: 50px 25px;
  text-align: center;
}
.block.services h2,
.block.services h3,
.block.services h4,
.block.services h5,
.block.services h6 {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 15px;
}
.block.services .item {
  padding-bottom: 25px;
}
.block.services .item > a {
  display: block;
}
.block.services .item > div {
  padding: 20px 15px;
  background: var(--gray-lt);
}
.block.services .item > div a {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: var(--main);
  font-size: 1.5rem;
  width: 300px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.block.services .item > div a + a,
.block.services .item > div a + button,
.block.services .item > div a + submit {
  margin-left: 15px;
}
.block.services .item > div a:hover {
  background: var(--secondary);
}
.block.services p + p {
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .block.services article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.services article .item {
    width: 31%;
    font-size: 1.5rem;
  }
}
.block.join {
  position: relative;
  padding: 50px 25px;
  background: var(--gray-lt);
}
.block.join h2 {
  font-weight: bold;
}
.block.join h3 {
  font-style: italic;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px 0 15px;
  color: var(--blue);
}
.block.join figure {
  padding-bottom: 20px;
}
.block.join p,
.block.join ul,
.block.join ol,
.block.join dl {
  padding-bottom: 1em;
}
.block.join li {
  list-style: inside;
}
.block.join a {
  position: relative;
  height: 52px;
  line-height: 52px;
  padding: 0;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: var(--main);
  font-size: 1.5rem;
  width: 300px;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.block.join a + a,
.block.join a + button,
.block.join a + submit {
  margin-left: 15px;
}
.block.join a:hover {
  background: var(--secondary);
}
@media screen and (min-width: 768px) {
  .block.join .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.join header {
    width: 100%;
  }
  .block.join figure {
    width: 48%;
  }
  .block.join article {
    width: 48%;
  }
}
.block.simple-notice {
  position: relative;
  background: var(--primary);
  color: var(--secondaryText);
  padding: 50px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
.block.simple-notice a {
  color: var(--secondaryText);
}
.block.simple-notice a:hover,
.block.simple-notice a:focus {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .block.simple-notice br {
    display: none;
  }
}
.block.text {
  position: relative;
  padding: 1px 20px;
}
.block.text.text-center {
  background: var(--gray-lt);
  text-align: center;
}
.block.text.text-center h1,
.block.text.text-center h2,
.block.text.text-center h3,
.block.text.text-center h4,
.block.text.text-center h5,
.block.text.text-center h6 {
  text-align: center;
}
.block.text.text-center h3 {
  font-size: 2rem;
}
.block.text.text-center .inner {
  border-top: 0;
}
.block.text aside {
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.block.text .inner {
  padding: 40px 0;
  border-top: 2px solid var(--primary);
}
.block.text.img-left .inner {
  border-top: none;
}
.block.text.img-left aside {
  padding-bottom: 25px;
}
.block.text h1,
.block.text h2,
.block.text h3,
.block.text h4,
.block.text h5,
.block.text h6 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
.block.text p,
.block.text ul,
.block.text ol,
.block.text dl {
  list-style: inside;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .block.text .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.text.img-right aside {
    width: 35%;
    padding-top: 50px;
  }
  .block.text.img-right article {
    width: 60%;
  }
  .block.text.text-center {
    padding: 50px 20px;
  }
  .block.text.text-center .inner {
    max-width: 90%;
    margin: auto;
  }
  .block.text.text-center h3 {
    max-width: 700px;
    margin: auto;
  }
  .block.text.img-left aside {
    width: 45%;
  }
  .block.text.img-left article {
    width: 50%;
  }
  .block.text.img-left header {
    width: 100%;
  }
}
.block.awards {
  position: relative;
  background: var(--black);
  color: var(--secondaryText);
  padding: 50px 25px;
  text-align: left;
}
.block.awards h2,
.block.awards h3,
.block.awards h4,
.block.awards h5,
.block.awards h6 {
  color: var(--secondaryHeading);
  text-align: left;
  font-weight: bold;
}
.block.awards h3 {
  padding-top: 20px;
}
.block.awards header ul {
  display: flex;
  flex-wrap: wrap;
}
.block.awards header li {
  position: relative;
  height: 20px;
  line-height: 20px;
  list-style: none;
  padding-right: 20px;
  color: var(--blue);
  transition: 0.3s color ease;
}
.block.awards header li * {
  color: var(--blue);
  transition: 0.3s color ease;
}
.block.awards header li svg {
  margin-right: 2px;
}
.block.awards header li:hover,
.block.awards header li:focus-within {
  color: #fff;
}
.block.awards header li:hover *,
.block.awards header li:focus-within * {
  color: #fff;
}
.block.awards a {
  color: var(--blue);
  transition: 0.3s color ease;
}
.block.awards a:hover,
.block.awards a:focus {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .block.awards header ul {
    padding-top: 10px;
  }
}
.block.logo-text {
  position: relative;
  padding: 1px 20px;
}
.block.logo-text .inner {
  padding: 40px 0;
  border-top: 2px solid var(--primary);
}
.block.logo-text h1,
.block.logo-text h2,
.block.logo-text h3,
.block.logo-text h4,
.block.logo-text h5,
.block.logo-text h6 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
.block.logo-text header {
  text-transform: uppercase;
}
.block.logo-text p,
.block.logo-text ul,
.block.logo-text ol,
.block.logo-text dl {
  list-style: inside;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .block.logo-text .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .block.logo-text header {
    width: 100%;
  }
  .block.logo-text figure {
    width: 15%;
  }
  .block.logo-text article {
    width: 65%;
  }
  .block.logo-text article h3,
  .block.logo-text article h4,
  .block.logo-text article h5,
  .block.logo-text article h6 {
    font-size: 2.5rem;
    text-transform: none;
  }
  .block.logo-text figure + article {
    width: 65%;
    padding-left: 2.5%;
    padding-right: 17.5%;
  }
}
.block.image-stack {
  position: relative;
  padding: 1px 20px;
}
.block.image-stack .inner {
  padding: 40px 0;
  border-top: 2px solid var(--primary);
}
.block.image-stack h1,
.block.image-stack h2,
.block.image-stack h3,
.block.image-stack h4,
.block.image-stack h5,
.block.image-stack h6 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
.block.image-stack header {
  text-transform: uppercase;
}
.block.image-stack p,
.block.image-stack ul,
.block.image-stack ol,
.block.image-stack dl {
  list-style: inside;
  padding-bottom: 20px;
}
.block.image-stack figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block.image-stack .item {
  width: 50%;
  box-sizing: border-box;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .block.image-stack .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.image-stack article {
    width: 48%;
  }
  .block.image-stack figure {
    width: 48%;
  }
}
.block.contact {
  position: relative;
  padding: 1px 20px;
}
.block.contact *,
.block.contact *::before,
.block.contact *::after {
  box-sizing: border-box;
}
.block.contact .inner {
  padding: 40px 0;
  border-top: 2px solid var(--primary);
}
.block.contact aside {
  padding: 24px 0;
}
.block.contact aside a {
  color: var(--text);
  display: block;
}
.block.contact aside a:hover,
.block.contact aside a:focus {
  text-decoration: underline;
}
.block.contact h1,
.block.contact h2,
.block.contact h3,
.block.contact h4,
.block.contact h5,
.block.contact h6 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
.block.contact p,
.block.contact ul,
.block.contact ol,
.block.contact dl {
  list-style: inside;
  padding-bottom: 20px;
}
.block.contact #contact-map {
  height: 320px;
  width: 100%;
}
.block.contact .social {
  display: flex;
  padding-top: 24px;
}
.block.contact .social li {
  list-style: none;
  padding-right: 20px;
}
.block.contact .social li svg {
  height: 24px;
  width: 24px;
}
.block.contact .social li svg * {
  fill: #2859a7;
  transition: all 0.4s ease;
}
.block.contact .social li:hover svg *,
.block.contact .social li:focus-within svg * {
  fill: var(--primary);
}
.block.contact .form-group {
  padding-bottom: 20px;
}
.block.contact .about {
  padding: unset;
}
.block.contact .fields {
  display: flex;
  flex-direction: column;
}
.block.contact .fields .form-group:last-child {
  border-bottom: 2px solid #ccc;
}
.block.contact .g-recaptcha,
.block.contact input[type="submit"] {
  width: 75%;
  margin-top: 40px;
  margin-left: auto;
}
.block.contact .g-recaptcha::before,
.block.contact input[type="submit"]::before {
  content: "* required";
  position: absolute;
  left: -32%;
  color: var(--text);
  font-weight: 400;
  pointer-events: none;
}
.block.contact .g-recaptcha::after,
.block.contact input[type="submit"]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #f5f5f5;
  width: calc(100% * 4/3);
  top: -20px;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .block.contact .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.contact header {
    width: 100%;
  }
  .block.contact aside {
    width: 33%;
    padding: 0 12px;
  }
  .block.contact article {
    width: 67%;
    padding-left: 50px;
  }
  .block.contact .fields {
    flex-direction: row;
  }
  .block.contact .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.contact .form-group:has(input[required]) label::after {
    content: "*";
    margin-left: 5px;
    font-size: 1em;
    vertical-align: super;
  }
  .block.contact label {
    width: 25%;
  }
  .block.contact input,
  .block.contact textarea,
  .block.contact select {
    width: 75%;
  }
  .block.contact #contact-map {
    height: 400px;
  }
}
.block.apartments {
  position: relative;
  padding: 1px 20px;
}
.block.apartments .inner {
  padding: 40px 0;
}
.block.apartments header h1,
.block.apartments header h2 {
  text-align: left;
  font-weight: bold;
}
.block.apartments header h2 {
  font-size: 2.5rem;
}
.block.apartments .options {
  padding-top: 20px;
}
.block.apartments .refine {
  width: 100%;
}
.block.apartments .refine strong {
  font-size: 2.5rem;
}
.block.apartments .refine .option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.block.apartments .refine label {
  width: 30%;
  font-weight: 700;
}
.block.apartments .refine select {
  width: 50%;
}
.block.apartments .tabs {
  max-width: 350px;
  display: none;
}
.block.apartments .tabs a {
  width: 50%;
  display: block;
  box-sizing: border-box;
  height: 44px;
  border: 2px solid var(--primary);
  text-align: center;
  line-height: 40px;
  background: var(--primary);
  color: #fff;
}
.block.apartments .tabs a.active {
  background: #fff;
  color: var(--primary);
}
.block.apartments h3 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
.block.apartments address,
.block.apartments p,
.block.apartments ul,
.block.apartments ol,
.block.apartments dl {
  list-style: inside;
  padding: 5px 0;
}
.block.apartments article li {
  list-style: none;
  padding: 20px;
  color: var(--gray-dk);
  font-size: 1.5rem;
  line-height: 1.25;
}
.block.apartments article h3 {
  font-size: 2rem;
  color: var(--primary);
  padding-bottom: 0;
}
.block.apartments article li > a {
  height: 150px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.block.apartments article li > a strong {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 18px;
  font-size: 1.4rem;
  background: var(--primary);
  color: #fff;
  font-weight: bold;
}
.block.apartments article span {
  display: block;
}
.block.apartments article a {
  color: var(--blue);
}
.block.apartments figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.apartments .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.apartments .tabs {
    display: flex;
  }
  .block.apartments figure {
    display: block;
  }
  .block.apartments.list figure {
    display: none;
  }
  .block.apartments.list article {
    width: 100%;
  }
  .block.apartments header {
    width: 100%;
    padding-bottom: 30px;
  }
  .block.apartments .options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.apartments .refine {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .block.apartments .refine strong {
    font-size: 1.8rem;
    width: 100%;
    padding-right: 20px;
  }
  .block.apartments .refine strong {
    line-height: 38px;
  }
  .block.apartments .refine label {
    padding-right: 5px;
    float: none;
  }
  .block.apartments .refine .option {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 0 15px 0 0;
  }
  .block.apartments .refine select {
    float: none;
    width: 100px;
    float: right;
  }
  .block.apartments .tabs a {
    width: 170px;
  }
  .block.apartments figure {
    order: 2;
    width: 48%;
    height: 70vh;
    overflow: hidden;
    position: relative;
  }
  .block.apartments figure #map-canvas {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
  }
  .block.apartments.list article ul li {
    width: 24%;
  }
  .block.apartments article {
    width: 48%;
    height: 70vh;
    overflow-y: scroll;
    order: 3;
  }
  .block.apartments article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.apartments article ul li {
    padding: 0 0 20px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .block.apartments article ul span a {
    font-weight: bold;
  }
  .block.apartments article h3 {
    font-size: 1.6rem;
  }
  .block.apartments article li {
    padding: 20px 0;
    width: 48%;
  }
  .block.apartments article li:first-of-type {
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .block.apartments .refine {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .block.apartments .refine strong {
    font-size: 1.8rem;
    padding-right: 20px;
    width: fit-content;
  }
  .block.apartments .refine .option {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .block.apartments .refine select {
    float: none;
    width: 100px;
  }
}
.block.apartments-header a,
#apartments-hero a,
.block.floorplans a,
.block.about a,
.block.two-by a {
  color: #3273dc;
}
.block.apartments-header .button,
#apartments-hero .button,
.block.floorplans .button,
.block.about .button,
.block.two-by .button {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: auto;
}
.block.apartments-header h1,
#apartments-hero h1,
.block.floorplans h1,
.block.about h1,
.block.two-by h1,
.block.apartments-header h2,
#apartments-hero h2,
.block.floorplans h2,
.block.about h2,
.block.two-by h2,
.block.apartments-header h4,
#apartments-hero h4,
.block.floorplans h4,
.block.about h4,
.block.two-by h4,
.block.apartments-header h5,
#apartments-hero h5,
.block.floorplans h5,
.block.about h5,
.block.two-by h5 {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.block.apartments-header .floorplan h3,
#apartments-hero .floorplan h3,
.block.floorplans .floorplan h3,
.block.about .floorplan h3,
.block.two-by .floorplan h3 {
  font-size: 2.4rem;
  text-align: left;
  padding-bottom: 10px;
}
.apartments-header {
  position: relative;
  text-align: left;
  padding-top: 40px;
}
.apartments-header h1,
.apartments-header h2,
.apartments-header h3,
.apartments-header h4,
.apartments-header h5 {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
.apartments-header p {
  font-size: 24px;
  font-weight: bold;
}
.apartments-header {
  padding: 0 25px 25px;
}
#apartments-hero {
  position: relative;
  padding: 45px 25px;
  background: #ddd;
  text-align: left !important;
}
#apartments-hero .inner {
  pointer-events: none;
}
#apartments-hero .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ddd;
}
#apartments-hero .section-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#apartments-hero h1,
#apartments-hero h2,
#apartments-hero h3,
#apartments-hero h4,
#apartments-hero h5 {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
}
#apartments-hero .hero-intro {
  padding: 25px;
  background: #fff;
  pointer-events: all;
}
#apartments-hero .hero-intro p {
  padding-top: 12px;
}
@media screen and (min-width: 768px) {
  #apartments-hero .hero-intro {
    margin-left: 60%;
  }
}
.inner {
  margin: auto;
  max-width: 1112px;
}
.two-by {
  position: relative;
  padding: 25px;
}
.two-by ul p {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .two-by {
    padding: 55px 25px;
  }
  .two-by .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .two-by header {
    width: 100%;
  }
  .two-by article {
    width: 50%;
  }
  .two-by aside {
    width: 40%;
  }
  .two-by.alt {
    background: #ddd;
  }
  .two-by.alt header {
    order: 1;
  }
  .two-by.alt aside {
    order: 2;
  }
  .two-by.alt article {
    order: 3;
  }
}
.two-by h2 {
  font-size: 2em;
  padding-bottom: 25px;
}
.two-by p,
.two-by ul {
  position: relative;
  clear: both;
  line-height: 1.5;
  padding-bottom: 1.5em;
}
.two-by ul {
  padding-left: 20px;
  margin-left: 0;
}
.two-by ul + p {
  padding-top: 22px;
}
.two-by li {
  float: left;
  width: 45%;
  padding-right: 5%;
  list-style: outside disc;
}
.two-by strong {
  font-weight: bold;
}
.two-by aside {
  text-align: right;
  overflow: hidden;
}
.two-by img {
  margin-right: 0;
  display: block;
  width: 75%;
  float: right;
  margin-bottom: 15px;
}
.two-by img + img {
  float: left;
  margin-left: 0;
  margin-right: auto;
}
.two-by.alt img {
  display: block;
  margin-left: 0;
  width: 75%;
  float: left;
  margin-bottom: 15px;
}
.two-by.alt img + img {
  float: right;
  margin-right: 0;
  margin-right: auto;
}
.floorplans {
  position: relative;
  padding: 25px;
  clear: both;
}
.floorplans .floorplan {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .floorplans .floorplan {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    border: 0 !important;
  }
  .floorplans article {
    order: 1;
    width: 50%;
    padding: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .floorplans picture {
    order: 2;
    width: 45%;
  }
  .floorplans picture img {
    width: 50%;
    display: block;
    margin: auto;
  }
  .floorplans p {
    margin-bottom: 0 !important;
  }
}
.floorplans h2 {
  font-size: 2em;
}
.floorplans .floorplan {
  padding: 15px;
  border: 1px solid #ddd;
}
.floorplans p,
.floorplans ul {
  position: relative;
  line-height: 1.5;
  padding-bottom: 1em;
  padding-top: 0;
  margin-top: 0;
}
.floorplans p {
  font-weight: bold;
}
.floorplans strong {
  font-weight: bold;
}
.floorplans img {
  display: block;
  width: 100%;
}
.floorplans picture {
  display: block;
  padding-bottom: 25px;
}
.about {
  position: relative;
  padding: 25px;
}
.about h2 {
  font-size: 2em;
}
.about p,
.about ul {
  position: relative;
  line-height: 1.5;
  padding-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  #viewer {
    position: relative;
    padding: 25px 0;
  }
  #viewer #list {
    width: 100%;
  }
  #viewer.has-map {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #viewer.has-map #map {
    display: block;
    width: 48%;
    background: #eee;
    position: relative;
    overflow: hidden;
  }
  #viewer.has-map iframe,
  #viewer.has-map #map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #viewer.has-map #list {
    display: block;
    width: 48%;
    height: 80vh;
    max-height: 760px;
    overflow-y: scroll;
  }
  #viewer.has-map .apartments {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 15px;
  }
  #viewer.has-map .apartments li {
    width: 48%;
    margin: 0;
  }
  #viewer.not-has-map #map {
    display: none;
  }
  #viewer.not-has-map .apartments {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 15px;
  }
  #viewer.not-has-map .apartments li {
    width: 23%;
    margin: 0;
  }
  .search-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .search-bar .drop-option {
    width: auto;
    display: block;
    padding-left: 15px;
  }
  .search-bar .drop-option label {
    display: block;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    font-size: 14px;
  }
  .search-bar .drop-option select {
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    width: 100px;
  }
  .search-bar .drops {
    width: 70%;
    display: flex;
    justify-content: first baseline;
  }
  .search-bar .drops h2 {
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
  }
  .search-bar .toggles {
    width: 30%;
    padding-top: 0;
  }
}
.block.locations-header .apartments-header {
  padding-top: 20px;
}
.block.locations-header .apartments-header .inner * {
  font-size: 3rem;
}
.block.floorplans.module .floorplan:nth-of-type(n+4) {
  display: none;
}
.block.floorplans.module a[href="#jtour"],
.block.floorplans.module a[href="#japply"] {
  display: none;
}
#rs-builder .block.floorplans.module a[href="#jtour"],
#rs-builder .block.floorplans.module a[href="#japply"] {
  display: inline-block;
}
.block.featured-image-text *,
.block.featured-image-text *::before,
.block.featured-image-text *::after {
  box-sizing: border-box;
}
.block.featured-image-text .inner {
  display: flex;
  flex-direction: column;
  max-width: unset;
}
.block.featured-image-text .image-wrapper,
.block.featured-image-text .content-wrapper {
  width: 100%;
}
.block.featured-image-text .image-wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block.featured-image-text .content-wrapper {
  padding: 50px 20px;
  background: var(--primary);
  position: relative;
}
.block.featured-image-text .content-wrapper * {
  color: var(--text);
  text-align: left;
}
.block.featured-image-text .content-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.85;
  z-index: 0;
}
.block.featured-image-text .content-wrapper .title {
  margin-bottom: 30px;
  position: relative;
}
.block.featured-image-text .content-wrapper .title * {
  font-size: 2.8rem;
  font-weight: bold;
}
.block.featured-image-text .content-wrapper .subtitle {
  margin-bottom: 20px;
  position: relative;
}
.block.featured-image-text .content-wrapper .subtitle * {
  font-size: 2.4rem;
  font-weight: bold;
}
.block.featured-image-text .content-wrapper .body {
  position: relative;
}
.block.featured-image-text .content-wrapper .body p {
  margin-bottom: 10px;
}
.block.featured-image-text .content-wrapper .body ul,
.block.featured-image-text .content-wrapper .body ol {
  padding-left: 20px;
}
.block.featured-image-text .content-wrapper .body ul {
  list-style: none;
}
.block.featured-image-text .content-wrapper .body ul li {
  position: relative;
  margin-bottom: 20px;
}
.block.featured-image-text .content-wrapper .body ul li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--text);
  left: -20px;
  top: 1rem;
}
.block.featured-image-text .content-wrapper .body a {
  position: relative;
  padding: 10px 40px;
  margin: 20px 0 0;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  font-family: var(--text);
  font-size: 1.5rem;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  background: var(--primary);
}
.block.featured-image-text .content-wrapper .body a:hover,
.block.featured-image-text .content-wrapper .body a:focus {
  background: var(--secondary);
}
@media screen and (min-width: 768px) {
  .block.featured-image-text .inner {
    flex-direction: row;
    align-items: stretch;
  }
  .block.featured-image-text .content-wrapper {
    padding: 80px 40px;
  }
  .block.featured-image-text .image-wrapper {
    position: relative;
  }
  .block.featured-image-text .image-wrapper img {
    position: absolute;
  }
  .block.featured-image-text .content-wrapper,
  .block.featured-image-text .image-wrapper {
    width: 50%;
  }
}
.block.featured-image-text .inner:nth-child(even) .content-wrapper {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .block.featured-image-text .inner:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.block.award-buttons {
  padding: 50px 20px 50px;
  background: var(--gray-lt);
}
.block.award-buttons .inner .title {
  text-align: center;
  margin-bottom: 20px;
}
.block.award-buttons .inner .title * {
  font-size: 2.8rem;
  font-weight: bold;
}
.block.award-buttons .inner .body {
  margin-bottom: 20px;
  max-width: 900px;
  margin-inline: auto;
}
.block.award-buttons .inner .awards-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.block.award-buttons .inner .awards-list .award-btn {
  aspect-ratio: 1/1;
  width: calc(33% - 40px);
  min-width: 100px;
  max-width: 175px;
  border-radius: 50%;
  overflow: hidden;
}
.block.award-buttons .inner .awards-list .award-btn img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .block.award-buttons {
    padding: 60px 20px 60px;
  }
  .block.award-buttons .inner .awards-list {
    gap: 40px;
  }
  .block.award-buttons .inner .awards-list .award-btn {
    width: calc(20% - 40px);
  }
}
.block.location-hero {
  height: 80vh;
  margin-bottom: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.block.location-hero *,
.block.location-hero *::after,
.block.location-hero *::before {
  box-sizing: border-box;
}
.block.location-hero .inner {
  position: relative;
}
.block.location-hero .inner::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: -20px;
  left: 0;
  background-color: var(--primary);
}
.block.location-hero .header {
  background-color: #fff;
  padding: 25px 15px;
}
.block.location-hero .header .title * {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: left;
}
.block.location-hero .header .subtitle * {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}
.block.location-map {
  position: relative;
  padding: 1px 20px;
}
.block.location-map .title * {
  text-transform: capitalize;
}
.block.location-map .inner {
  padding: 40px 0;
}
.block.location-map header h1,
.block.location-map header h2 {
  text-align: left;
  font-weight: bold;
}
.block.location-map header h2 {
  font-size: 2.5rem;
}
.block.location-map .options {
  padding-top: 20px;
}
.block.location-map .refine {
  width: 100%;
}
.block.location-map .refine strong {
  font-size: 2.5rem;
}
.block.location-map .refine .option {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.block.location-map .refine label {
  width: 30%;
  font-weight: 700;
}
.block.location-map .refine select {
  width: 50%;
}
.block.location-map .tabs {
  max-width: 350px;
  display: none;
}
.block.location-map .tabs a {
  width: 50%;
  display: block;
  box-sizing: border-box;
  height: 44px;
  border: 2px solid var(--primary);
  text-align: center;
  line-height: 40px;
  background: var(--primary);
  color: #fff;
}
.block.location-map .tabs a.active {
  background: #fff;
  color: var(--primary);
}
.block.location-map h3 {
  text-align: left;
  font-weight: bold;
  padding-bottom: 20px;
}
.block.location-map address,
.block.location-map p,
.block.location-map ul,
.block.location-map ol,
.block.location-map dl {
  list-style: inside;
  padding: 5px 0;
}
.block.location-map article li {
  list-style: none;
  padding: 20px;
  color: var(--gray-dk);
  font-size: 1.5rem;
  line-height: 1.25;
}
.block.location-map article h3 {
  font-size: 2rem;
  color: var(--primary);
  padding-bottom: 0;
}
.block.location-map article li > a {
  height: 150px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.block.location-map article li > a strong {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 18px;
  font-size: 1.4rem;
  background: var(--primary);
  color: #fff;
  font-weight: bold;
}
.block.location-map article span {
  display: block;
}
.block.location-map article a {
  color: var(--blue);
}
.block.location-map figure {
  display: none;
}
@media screen and (min-width: 768px) {
  .block.location-map .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.location-map .tabs {
    display: flex;
  }
  .block.location-map figure {
    display: block;
  }
  .block.location-map.list figure {
    display: none;
  }
  .block.location-map.list article {
    width: 100%;
  }
  .block.location-map header {
    width: 100%;
    padding-bottom: 30px;
  }
  .block.location-map .options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.location-map .refine {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .block.location-map .refine strong {
    font-size: 1.8rem;
    width: 100%;
    padding-right: 20px;
  }
  .block.location-map .refine strong {
    line-height: 38px;
  }
  .block.location-map .refine label {
    padding-right: 5px;
    float: none;
  }
  .block.location-map .refine .option {
    display: flex;
    flex-direction: column;
    width: fit-content;
    padding: 0 15px 0 0;
  }
  .block.location-map .refine select {
    float: none;
    width: 100px;
    float: right;
  }
  .block.location-map .tabs {
    margin-left: auto;
  }
  .block.location-map .tabs a {
    width: 170px;
  }
  .block.location-map figure {
    order: 2;
    width: 48%;
    height: 70vh;
    overflow: hidden;
    position: relative;
  }
  .block.location-map figure #location-map-canvas {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
  }
  .block.location-map.list article ul li {
    width: 24%;
  }
  .block.location-map article {
    width: 48%;
    height: 70vh;
    overflow-y: scroll;
    order: 3;
  }
  .block.location-map article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .block.location-map article ul li {
    padding: 0 0 20px 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .block.location-map article ul span a {
    font-weight: bold;
  }
  .block.location-map article h3 {
    font-size: 1.6rem;
  }
  .block.location-map article li {
    padding: 20px 0;
    width: 48%;
  }
  .block.location-map article li:first-of-type {
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .block.location-map .refine {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  .block.location-map .refine strong {
    font-size: 1.8rem;
    padding-right: 20px;
    width: fit-content;
  }
  .block.location-map .refine .option {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .block.location-map .refine select {
    float: none;
    width: 100px;
  }
}
.block.locations-carousel,
.block.locations-cards {
  padding: 80px 0;
  position: relative;
}
.block.locations-carousel *,
.block.locations-cards *,
.block.locations-carousel *::before,
.block.locations-cards *::before,
.block.locations-carousel *::after,
.block.locations-cards *::after {
  box-sizing: border-box;
}
.block.locations-carousel::before,
.block.locations-cards::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.8;
}
.block.locations-carousel .swiper,
.block.locations-cards .swiper {
  height: 300px;
}
.block.locations-carousel .swiper .swiper-wrapper,
.block.locations-cards .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.block.locations-carousel .swiper .swiper-slide,
.block.locations-cards .swiper .swiper-slide {
  height: 100%;
  transition: all 0.4s ease;
  user-select: none;
  position: relative;
  container-type: size;
}
.block.locations-carousel .swiper .swiper-slide a,
.block.locations-cards .swiper .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  transition: all ease 0.4s;
  padding: 10px;
}
.block.locations-carousel .swiper .swiper-slide .location-name,
.block.locations-cards .swiper .swiper-slide .location-name {
  position: absolute;
  top: 50%;
  width: 100%;
  text-transform: uppercase;
  transform: translateY(-50%);
  padding: 0 10px;
  pointer-events: none;
}
.block.locations-carousel .swiper .swiper-slide .location-name *,
.block.locations-cards .swiper .swiper-slide .location-name * {
  color: #fff;
  font-size: 3rem;
  font-size: 7.6cqh;
  font-weight: bold;
  text-shadow: 2px 2px 2px black;
  word-break: break-word;
  hyphens: auto;
}
.block.locations-carousel .swiper .swiper-slide img,
.block.locations-cards .swiper .swiper-slide img {
  position: absolute;
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
  user-select: none;
  z-index: 0;
}
.block.locations-carousel .swiper .mouse-blocker,
.block.locations-cards .swiper .mouse-blocker {
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  z-index: 1;
}
.block.locations-carousel .swiper .mouse-blocker.left,
.block.locations-cards .swiper .mouse-blocker.left {
  left: 0;
}
.block.locations-carousel .swiper .mouse-blocker.right,
.block.locations-cards .swiper .mouse-blocker.right {
  right: 0;
}
.block.locations-carousel .swiper .swiper-button-next,
.block.locations-cards .swiper .swiper-button-next,
.block.locations-carousel .swiper .swiper-button-prev,
.block.locations-cards .swiper .swiper-button-prev {
  padding: 10px;
  height: fit-content;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: all ease 0.4s;
}
.block.locations-carousel .swiper .swiper-button-next::after,
.block.locations-cards .swiper .swiper-button-next::after,
.block.locations-carousel .swiper .swiper-button-prev::after,
.block.locations-cards .swiper .swiper-button-prev::after {
  transition: all ease 0.4s;
  color: #fff;
  font-size: 3rem;
}
.block.locations-carousel .swiper .swiper-button-next:hover,
.block.locations-cards .swiper .swiper-button-next:hover,
.block.locations-carousel .swiper .swiper-button-prev:hover,
.block.locations-cards .swiper .swiper-button-prev:hover,
.block.locations-carousel .swiper .swiper-button-next:focus-visible,
.block.locations-cards .swiper .swiper-button-next:focus-visible,
.block.locations-carousel .swiper .swiper-button-prev:focus-visible,
.block.locations-cards .swiper .swiper-button-prev:focus-visible,
.block.locations-carousel .swiper .swiper-button-next:focus,
.block.locations-cards .swiper .swiper-button-next:focus,
.block.locations-carousel .swiper .swiper-button-prev:focus,
.block.locations-cards .swiper .swiper-button-prev:focus {
  outline: none;
}
.block.locations-carousel .swiper .swiper-button-next:hover,
.block.locations-cards .swiper .swiper-button-next:hover,
.block.locations-carousel .swiper .swiper-button-prev:hover,
.block.locations-cards .swiper .swiper-button-prev:hover,
.block.locations-carousel .swiper .swiper-button-next:focus-visible,
.block.locations-cards .swiper .swiper-button-next:focus-visible,
.block.locations-carousel .swiper .swiper-button-prev:focus-visible,
.block.locations-cards .swiper .swiper-button-prev:focus-visible {
  background-color: rgba(255, 255, 255, 0.4);
}
.block.locations-carousel .swiper .swiper-button-next:hover::after,
.block.locations-cards .swiper .swiper-button-next:hover::after,
.block.locations-carousel .swiper .swiper-button-prev:hover::after,
.block.locations-cards .swiper .swiper-button-prev:hover::after,
.block.locations-carousel .swiper .swiper-button-next:focus-visible::after,
.block.locations-cards .swiper .swiper-button-next:focus-visible::after,
.block.locations-carousel .swiper .swiper-button-prev:focus-visible::after,
.block.locations-cards .swiper .swiper-button-prev:focus-visible::after {
  color: #000;
}
.block.locations-carousel .swiper .swiper-button-next::after,
.block.locations-cards .swiper .swiper-button-next::after {
  content: "next next";
}
.block.locations-carousel .swiper .swiper-button-prev::after,
.block.locations-cards .swiper .swiper-button-prev::after {
  content: "prev prev";
}
@media screen and (min-width: 980px) {
  .block.locations-carousel .swiper,
  .block.locations-cards .swiper {
    height: 500px;
  }
  .block.locations-carousel .swiper .swiper-wrapper,
  .block.locations-cards .swiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .block.locations-carousel .swiper .swiper-slide,
  .block.locations-cards .swiper .swiper-slide {
    flex: 0 0 calc(20% - 10px);
    min-width: 275px;
    height: 400px;
    transition: all 0.4s ease;
    user-select: none;
  }
  .block.locations-carousel .swiper .swiper-slide img,
  .block.locations-cards .swiper .swiper-slide img {
    transition: all 0.4s ease;
    user-select: none;
  }
  .block.locations-carousel .swiper .swiper-slide:hover,
  .block.locations-cards .swiper .swiper-slide:hover,
  .block.locations-carousel .swiper .swiper-slide:focus-within,
  .block.locations-cards .swiper .swiper-slide:focus-within {
    flex: 0 0 calc(25% - 10px);
    height: 475px;
  }
  .block.locations-carousel .swiper .mouse-blocker,
  .block.locations-cards .swiper .mouse-blocker {
    height: 100%;
    width: 75px;
    pointer-events: auto;
  }
}
@media screen and (min-width: 980px) {
  .block.locations-cards .swiper {
    padding: 0 40px;
  }
  .block.locations-cards .swiper .swiper-wrapper {
    justify-content: center;
    max-width: 1425px;
    margin: 0 auto;
  }
  .block.locations-cards .swiper .swiper-slide {
    flex: 0 0 calc(20% - 10px);
    min-width: unset;
    margin: 5px;
  }
  .block.locations-cards .swiper .mouse-blocker,
  .block.locations-cards .swiper .swiper-button-next,
  .block.locations-cards .swiper .swiper-button-prev {
    display: none;
  }
}
#rs-builder .block.locations-carousel .swiper,
#rs-builder .block.locations-cards .swiper {
  height: auto;
}
#rs-builder .block.locations-carousel .swiper-wrapper,
#rs-builder .block.locations-cards .swiper-wrapper {
  flex-wrap: wrap;
}
#rs-builder .block.locations-carousel .swiper-slide,
#rs-builder .block.locations-cards .swiper-slide {
  flex: 0 0 calc(20% - 10px);
  height: 300px;
  margin: 5px;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
#rs-builder .block.locations-carousel .swiper-slide a,
#rs-builder .block.locations-cards .swiper-slide a {
  position: relative;
  font-size: 3rem;
  pointer-events: all;
}
#rs-builder .block.locations-carousel .swiper-slide .location-name,
#rs-builder .block.locations-cards .swiper-slide .location-name {
  position: relative;
  top: unset;
  bottom: unset;
  left: 0;
  right: 0;
  pointer-events: all;
  background-color: #d4d4d4;
  transform: unset;
}
#rs-builder .block.locations-carousel .swiper-slide .location-name *,
#rs-builder .block.locations-cards .swiper-slide .location-name * {
  color: #000;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #rs-builder .block.locations-carousel .swiper .swiper-slide:hover,
  #rs-builder .block.locations-cards .swiper .swiper-slide:hover,
  #rs-builder .block.locations-carousel .swiper .swiper-slide:focus-within,
  #rs-builder .block.locations-cards .swiper .swiper-slide:focus-within {
    flex: 0 0 calc(20% - 10px);
    height: 300px;
  }
  #rs-builder .block.locations-carousel .swiper .mouse-blocker,
  #rs-builder .block.locations-cards .swiper .mouse-blocker,
  #rs-builder .block.locations-carousel .swiper .swiper-button-next,
  #rs-builder .block.locations-cards .swiper .swiper-button-next,
  #rs-builder .block.locations-carousel .swiper .swiper-button-prev,
  #rs-builder .block.locations-cards .swiper .swiper-button-prev {
    display: none;
  }
}
#rs-builder .block.locations-carousel .swiper .swiper-slide .location-name,
#rs-builder .block.locations-cards .swiper .swiper-slide .location-name {
  pointer-events: all;
}
.block.timeline {
  box-sizing: border-box;
  position: relative;
  color: var(--secondaryText);
}
.block.timeline *,
.block.timeline *:before,
.block.timeline *:after {
  box-sizing: inherit;
}
.block.timeline h3 {
  position: relative;
  text-align: center;
  line-height: 1.2;
  font-size: calc(7.5*1rem);
  z-index: 1;
  color: var(--secondaryHeading);
}
@media screen and (min-width: 768px) {
  .block.timeline h3 {
    font-size: calc(10.5*1rem);
  }
}
@media screen and (min-width: 980px) {
  .block.timeline h3 {
    font-size: calc(15*1rem);
  }
}
.block.timeline p {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  z-index: 1;
  color: var(--secondaryText);
}
.block.timeline button {
  cursor: pointer;
}
.block.timeline .timeline-main .timeline-content {
  display: flex;
  width: 100%;
  height: 80vh;
  min-height: 500px;
}
.block.timeline .timeline-main .timeline-content .swiper-slide {
  position: relative;
  padding: 0 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  overflow: hidden;
}
.block.timeline .timeline-main .timeline-content .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, color-mix(in srgb, #000 25%, var(--primary)), color-mix(in srgb, #00000063 25%, var(--primary)), transparent 100%);
}
.block.timeline .timeline-main .timeline-content .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.block.timeline .timeline-main .timeline-content .swiper-slide .image img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  object-fit: cover;
}
.block.timeline .timeline-main .timeline-content .swiper-slide .year,
.block.timeline .timeline-main .timeline-content .swiper-slide .summary {
  max-width: 768px;
}
.block.timeline .timeline-main .timeline-content .swiper-slide .summary {
  margin-bottom: 10px;
}
.block.timeline .year-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 0 auto;
  padding: 10px 50px;
}
.block.timeline .year-wrapper .swiper {
  width: 100%;
}
.block.timeline .year-wrapper .swiper-slide {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--secondaryText);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.block.timeline .year-wrapper .swiper-slide:focus {
  outline: none;
}
.block.timeline .year-wrapper .swiper-slide .year-item {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--secondaryText);
  color: transparent;
  font-size: 0;
}
.block.timeline .year-wrapper .swiper-slide .line {
  display: block;
  height: 2px;
  background: currentColor;
  flex: 1;
}
.block.timeline .year-wrapper .swiper-slide.swiper-slide:first-of-type .year-item,
.block.timeline .year-wrapper .swiper-slide.current-active .year-item,
.block.timeline .year-wrapper .swiper-slide.swiper-slide:first-of-type .line:first-of-type,
.block.timeline .year-wrapper .swiper-slide.current-active .line:first-of-type {
  background-color: #BA932E;
  border-color: #BA932E;
  color: #FFFFFF;
}
.block.timeline .year-wrapper .swiper-slide.active .year-item,
.block.timeline .year-wrapper .swiper-slide.active .line {
  background-color: #BA932E;
  border-color: #BA932E;
  color: #FFFFFF;
}
.block.timeline .year-wrapper .swiper-slide:focus-visible,
.block.timeline .year-wrapper .swiper-slide:hover {
  outline: none;
}
.block.timeline .year-wrapper .swiper-slide:focus-visible.active .year-item,
.block.timeline .year-wrapper .swiper-slide:hover.active .year-item,
.block.timeline .year-wrapper .swiper-slide:focus-visible.swiper-slide:first-of-type .year-item,
.block.timeline .year-wrapper .swiper-slide:hover.swiper-slide:first-of-type .year-item,
.block.timeline .year-wrapper .swiper-slide:focus-visible.current-active .year-item,
.block.timeline .year-wrapper .swiper-slide:hover.current-active .year-item {
  background-color: #FFFFFF;
}
.block.timeline .year-wrapper .swiper-slide:focus-visible .year-item,
.block.timeline .year-wrapper .swiper-slide:hover .year-item {
  background-color: #BA932E;
}
.block.timeline .year-wrapper .swiper-button {
  position: absolute;
  color: var(--secondaryText);
  border: 2px solid currentColor;
  border-radius: 50%;
  padding: 5px;
  aspect-ratio: 1/1;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.block.timeline .year-wrapper .swiper-button span {
  height: 20px;
  width: 20px;
}
.block.timeline .year-wrapper .swiper-button svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}
.block.timeline .year-wrapper .swiper-button.next {
  right: 16px;
}
.block.timeline .year-wrapper .swiper-button.next.inactive {
  opacity: 0.4;
}
.block.timeline .year-wrapper .swiper-button.prev {
  left: 16px;
}
.block.timeline .year-wrapper .swiper-button.prev.inactive {
  opacity: 0.4;
}
.block.timeline .year-wrapper .swiper-button:focus-visible,
.block.timeline .year-wrapper .swiper-button:hover {
  outline: none;
  border-color: #BA932E;
  color: #BA932E;
}
@media screen and (min-width: 768px) {
  .block.timeline .timeline-main .swiper-wrapper .swiper-slide {
    position: relative;
    padding-bottom: 80px;
  }
  .block.timeline .year-wrapper {
    height: 80px;
  }
  .block.timeline .year-wrapper .swiper-slide .year-item {
    display: block;
    border: 2px solid currentColor;
    border-radius: 50%;
    padding: 5px;
    aspect-ratio: 1/1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    height: unset;
    width: unset;
    background-color: transparent;
    color: var(--secondaryText);
  }
  .block.timeline .year-wrapper .swiper-slide .line {
    height: 2px;
    background: currentColor;
    flex: 1;
  }
  .block.timeline .year-wrapper .swiper-slide:focus-visible,
  .block.timeline .year-wrapper .swiper-slide:hover {
    outline: none;
  }
  .block.timeline .year-wrapper .swiper-slide:focus-visible.active .year-item,
  .block.timeline .year-wrapper .swiper-slide:hover.active .year-item,
  .block.timeline .year-wrapper .swiper-slide:focus-visible.swiper-slide:first-of-type .year-item,
  .block.timeline .year-wrapper .swiper-slide:hover.swiper-slide:first-of-type .year-item,
  .block.timeline .year-wrapper .swiper-slide:focus-visible.current-active .year-item,
  .block.timeline .year-wrapper .swiper-slide:hover.current-active .year-item {
    border-color: #FFFFFF;
    background-color: #BA932E;
  }
  .block.timeline .year-wrapper .swiper-slide:focus-visible .year-item,
  .block.timeline .year-wrapper .swiper-slide:hover .year-item {
    border-color: #BA932E;
    background-color: transparent;
  }
}
@media screen and (min-width: 980px) {
  .block.timeline .timeline-main .timeline-content .swiper-slide {
    position: relative;
    padding-bottom: 100px;
  }
  .block.timeline .year-wrapper {
    height: 100px;
  }
}
#rs-builder .block.timeline .swiper .swiper-wrapper {
  height: unset;
}
#rs-builder .block.timeline .swiper .timeline-content {
  flex-direction: column;
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide {
  display: flex;
  flex-direction: row;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 2px solid black;
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide::before {
  display: none;
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide h3 {
  font-size: 2rem;
  color: black;
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide p {
  font-size: 1.6rem;
  color: black;
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide .image {
  position: relative;
  aspect-ratio: 1/1;
  width: 200px;
  height: 200px;
  z-index: 0;
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide .image img {
  filter: grayscale(0);
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide .year {
  width: 200px;
}
#rs-builder .block.timeline .swiper .timeline-content .swiper-slide .summary {
  width: calc(100% - 400px);
}
#rs-builder .block.timeline .swiper-button {
  display: none;
}
.block.team {
  box-sizing: border-box;
  padding: 50px 20px;
  position: relative;
}
.block.team *,
.block.team *:before,
.block.team *:after {
  box-sizing: inherit;
}
.block.team button {
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block.team .team-list {
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
  gap: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block.team .team-list .team-member {
  margin: 0 auto;
  width: 60%;
  max-width: 500px;
  min-width: 250px;
  height: fit-content;
}
.block.team .team-list .team-member .member-bio-toggle {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 6px solid var(--primary);
  border-radius: 6px;
  position: relative;
}
.block.team .team-list .team-member .member-details {
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.1);
  padding: 5px 5px 30px;
  min-height: 125px;
  width: 100%;
}
.block.team .team-list .team-member .member-details .down-carat {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary);
  width: 50px;
  height: 25px;
  border-radius: 50px 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color ease 0.3s;
}
.block.team .team-list .team-member .member-details .down-carat .carat {
  height: 10px;
  width: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-135deg);
}
.block.team .team-list .team-member .member-bio {
  position: relative;
  width: 100vw;
  max-width: 1112px;
  padding: 10px;
  border: 2px solid #333;
  margin-top: 30px;
  display: none;
}
.block.team .team-list .team-member.active .member-bio-toggle {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
  border-bottom: 6px solid var(--secondary);
}
.block.team .team-list .team-member.active .member-bio-toggle::after {
  content: '';
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-bottom: 29px solid white;
  z-index: 1;
}
.block.team .team-list .team-member.active .member-bio-toggle::before {
  content: '';
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #333;
  z-index: 1;
}
.block.team .team-list .team-member.active .member-bio {
  display: block;
}
.block.team .team-list .team-member.active .down-carat {
  background-color: var(--secondary);
}
.block.team .team-list .team-member.no-bio .down-carat {
  display: none;
}
.block.team .social-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.block.team .social-list li {
  transition: all 0.3s ease;
}
.block.team .social-list li a {
  background-color: #FFF6F0;
  border-radius: 50%;
  padding: 10px;
  display: inline-block;
}
.block.team .social-list li a svg {
  width: 20px;
  height: 20px;
  fill: #494949;
  transition: fill 0.3s;
  display: block;
}
.block.team .social-list li a[href=""],
.block.team .social-list li a[href="tel:+1"],
.block.team .social-list li a[href="mailto:"],
.block.team .social-list li a[href*="undefined"],
.block.team .social-list li a[href$="undefined"] {
  display: none;
}
.block.team .team-member-top {
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
.block.team .team-member-top .socials {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 10px;
}
.block.team .team-member-top .image {
  margin: 0 auto;
  width: 100%;
}
.block.team .team-member-top .image img {
  width: 100%;
  object-fit: cover;
  height: 270px;
  object-position: top;
}
.block.team h3 {
  padding-top: 10px;
  font-size: 2rem;
}
.block.team p {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .block.team .team-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: visible;
    gap: 15px;
  }
  .block.team .team-list .team-member {
    margin: 0;
    width: calc(25% - 12px);
    max-width: 270px;
  }
  .block.team .team-list .team-member .member-bio-toggle {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-bottom 0.3s ease;
  }
  .block.team .team-list .team-member .image {
    margin: 0;
  }
  .block.team .team-list .team-member .member-details {
    box-shadow: none;
  }
  .block.team .team-list .team-member .socials {
    width: fit-content;
    height: fit-content;
    padding: 10px;
  }
  .block.team .team-list .team-member .socials .social-link {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-10px);
    padding: 5px;
    transition: transform 0.5s ease, visibility 0.5s ease, opacity 0.5s ease, background-color 0.3s ease;
  }
  .block.team .team-list .team-member .socials .social-link svg {
    height: 15px;
    width: 15px;
  }
  .block.team .team-list .team-member .socials .social-link:hover,
  .block.team .team-list .team-member .socials .social-link:focus {
    background-color: #494949;
  }
  .block.team .team-list .team-member .socials .social-link:hover svg,
  .block.team .team-list .team-member .socials .social-link:focus svg {
    fill: #FFF6F0;
  }
  .block.team .team-list .team-member:hover .member-bio-toggle,
  .block.team .team-list .team-member:focus-within .member-bio-toggle {
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    border-bottom: 6px solid var(--secondary);
  }
  .block.team .team-list .team-member:hover .social-link,
  .block.team .team-list .team-member:focus-within .social-link {
    visibility: visible;
    opacity: 1;
    transform: translateX(10px);
  }
  .block.team .team-list .team-member:hover .down-carat,
  .block.team .team-list .team-member:focus-within .down-carat {
    background-color: var(--secondary);
  }
}

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