:root {
  --body: proxima-nova, sans-serif;
  --brand-color-1: #00343d;
  --header: industry, sans-serif;
  --brand-color-2: #00343d;
  --paragraphs-primary\<deleted\|variable-3c4091bf\>: #231f20;
  --white-old\<deleted\|variable-b5af432b\>: white;
  --hover-color-1: #00343dcc;
  --brand-color-3: #e4a337;
  --hover-color-3: #e4a337cc;
  --body-bg\<deleted\|variable-5318b8e0\>: white;
  --brand-color-4: #f3f3f3;
  --primary: #6899ca;
  --hover-link-blocks\<deleted\|variable-94431d49\>: #86add5;
  --white: #fff;
  --hover-color-2: #4b6b70cc;
  --events-bg\<deleted\|variable-f55aa9a7\>: #231f20;
  --subheader-accent: industry, sans-serif;
  --template-accent: industry, sans-serif;
  --testimonials-hover\<deleted\|variable-d9ab2673\>: #6899ca1a;
  --black\<deleted\|variable-70214077\>: black;
  --black: #000;
  --promo--message-bg: #2a302e;
  --bg-color-2\<deleted\|variable-e63a937a\>: #f8f8f8;
  --large-text\<deleted\|variable-663a3a71\>: #717aca;
  --topnav-links\<deleted\|variable-0f9433a4\>: black;
  --transparent: #fff0;
  --bnoi-btn-bg: var(--brand-color-1);
  --bnoi-btn-color: var(--brand-color-2);
  --bnoi-btn-hover-bg: var(--brand-color-3);
  --bnoi-btn-hover-color: var(--brand-color-4);
  --bnoi-danger: #dc3545;
  --bnoi-btn-border-radius: 0px;
  --bnoi-input-border-radius: 0px;
  --widget-font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

body {
  font-family: var(--body);
  color: var(--brand-color-1);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--header);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--header);
  color: var(--brand-color-1);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--header);
  color: var(--brand-color-1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--header);
  color: var(--brand-color-1);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  font-family: var(--header);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  font-family: var(--header);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  font-family: var(--body);
  color: var(--brand-color-1);
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--brand-color-2);
  font-size: 1rem;
  text-decoration: underline;
}

ul {
  color: var(--paragraphs-primary\<deleted\|variable-3c4091bf\>);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

li {
  font-family: var(--body);
  color: var(--brand-color-1);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
}

.section-topnav {
  z-index: 1000;
  border-top: 4px solid var(--brand-color-1);
  background-color: var(--brand-color-2);
  position: sticky;
  inset: 0% 0% auto;
}

._1300-container {
  z-index: 1;
  width: 1300px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._1300-container.position-change {
  margin-bottom: -120px;
}

._1300-container.is-fullheight {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-white {
  width: 145px;
  height: 100%;
}

.logo-link {
  display: flex;
}

.logo-wrapper {
  margin-right: 1rem;
}

.topnav-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.topnav-link {
  font-family: var(--header);
  color: var(--brand-color-4);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .5s;
  display: block;
}

.topnav-link:hover {
  color: var(--brand-color-3);
}

.topnav-link.blog, .topnav-link.faq {
  display: none;
}

.topnav-link.is-dropdown {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.topnav-link.blog, .topnav-link.faq {
  display: none;
}

.topnav-link.last {
  margin-right: 0;
}

.topnav-lease {
  background-color: var(--primary);
  color: var(--primary);
  text-decoration: none;
  transition: background-color .5s;
}

.topnav-lease:hover {
  background-color: var(--hover-link-blocks\<deleted\|variable-94431d49\>);
}

.topnav-lease-text {
  background-color: var(--brand-color-3);
  font-family: var(--header);
  color: var(--brand-color-1);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 89px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
}

.topnav-lease-text:hover {
  background-color: var(--hover-color-3);
}

.topnav-secondary {
  margin-bottom: 10px;
  display: flex;
}

.topnav-phone {
  font-family: var(--header);
  color: var(--white);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  transition: color .5s;
}

.topnav-phone:hover {
  color: var(--brand-color-3);
}

.topnav-phone-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-right: 25px;
  text-decoration: none;
  display: flex;
}

.topnav-residents-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.topnav-residents {
  font-family: var(--header);
  color: var(--white);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: color .5s;
}

.topnav-residents:hover {
  color: var(--brand-color-3);
}

.topnav-stacked {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 25px;
  display: flex;
}

.divider-accent {
  background-color: var(--brand-color-3);
  width: 75px;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 25px;
  margin-left: -25px;
}

.divider-accent.is-popup {
  margin-bottom: 0;
}

.divider-accent.is-banner {
  background-color: var(--brand-color-4);
  color: var(--brand-color-4);
  margin-bottom: 10px;
}

.spacer-25 {
  height: 25px;
}

.paragraph-primary {
  font-family: var(--body);
  color: var(--brand-color-1);
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-primary.center {
  width: 100%;
}

.paragraph-primary.features {
  color: var(--brand-color-1);
  text-align: center;
  margin-bottom: 0;
}

.paragraph-primary.wrap-none {
  white-space: nowrap;
}

._90-container {
  width: 90%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.explore-gallery-link {
  font-family: var(--header);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
}

.icon-gallery {
  margin-bottom: 25px;
}

.icon-circle {
  background-color: #fff;
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.icon-outer-circle {
  border: 5px solid var(--brand-color-3);
  background-color: var(--brand-color-1);
  border-radius: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-right: 10px;
  display: flex;
}

.icon-outer-circle.nospace {
  margin-bottom: 10px;
  margin-right: 0;
}

.spacer-50 {
  height: 50px;
}

.section-testimonials {
  background-color: var(--white);
}

._4stars {
  display: flex;
}

.testimonial-author {
  font-family: var(--template-accent);
  color: var(--brand-color-3);
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.testimonial-author-block {
  display: flex;
}

.testimonials-item {
  border-top: 7px solid var(--brand-color-3);
  flex: 1;
  padding: 50px;
  transition: all .5s;
}

.testimonials-item:hover {
  border-top-color: var(--brand-color-3);
  background-image: linear-gradient(to bottom, var(--testimonials-hover\<deleted\|variable-d9ab2673\>), var(--testimonials-hover\<deleted\|variable-d9ab2673\>));
}

.testimonials-collection {
  justify-content: space-between;
  display: flex;
}

.testimonials-list {
  display: flex;
}

.section-footer {
  background-color: var(--brand-color-1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-column {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.footer-columns {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.footer-heading {
  font-family: var(--header);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
}

.footer-link {
  font-family: var(--body);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  font-weight: 300;
  transition: color .5s;
  display: block;
  overflow: visible;
}

.footer-link:hover {
  color: var(--brand-color-4);
}

.footer-link.larger {
  font-family: var(--body);
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.footer-link.larger:hover {
  color: var(--brand-color-4);
}

.office-hours {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.office-hours.left {
  justify-content: flex-start;
}

.day {
  font-family: var(--body);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: capitalize;
  margin-right: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 24px;
}

.day.contact {
  font-family: var(--header);
  color: var(--brand-color-2);
  font-weight: 700;
}

.operating-hours {
  opacity: 1;
  font-family: var(--body);
  color: var(--white);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}

.operating-hours.contact {
  opacity: 1;
  font-family: var(--body);
  color: var(--brand-color-1);
}

.social-collection {
  margin-top: 1rem;
}

.social-list.is-blog-page {
  flex-flow: column;
  display: flex;
}

.social-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.social-item.is-horizontal {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.social-item.is-footer {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  transition: color .2s;
}

.secondary-flex {
  display: flex;
}

.button-menu {
  background-color: var(--brand-color-1);
  font-family: var(--header);
  margin-left: 5px;
  padding: 30px 25px 25px;
  font-size: 2rem;
}

.button-menu.is-burger {
  padding: 2rem;
}

.button-menu.is-burger:hover {
  background-color: var(--brand-color-3);
}

.perks-flex {
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.perks-flex.is-sitemap {
  z-index: 3;
  margin-top: 50px;
}

.perks-flex.flip {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.perks-flex.is-none {
  margin-bottom: 0;
}

.photo-perk1 {
  border-bottom: 5px solid var(--brand-color-2);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.perks-content {
  z-index: 1;
  width: 50%;
  padding-left: 50px;
  position: relative;
}

.perks-content.is-sitemap {
  background-color: var(--brand-color-2);
  width: 40%;
  padding: 4rem;
  right: 38px;
}

.perks-content.flip {
  font-family: var(--body);
  color: var(--white);
  padding-left: 0;
  padding-right: 50px;
  font-weight: 300;
}

.photo-perk2, .photo-perk3, .photo-perk4 {
  border-bottom: 5px solid var(--brand-color-2);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 500px;
}

.section-perks2 {
  background-color: var(--brand-color-1);
  padding: 0;
}

.section-perks3 {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section-perks3.is-sitemap {
  padding-top: 0;
}

.section-perks4 {
  background-color: var(--brand-color-1);
  padding: 0;
}

.perk-text-large {
  opacity: .05;
  font-family: var(--template-accent);
  color: var(--brand-color-1);
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 400;
  line-height: 150px;
  position: absolute;
  top: 5px;
  left: 50%;
}

.perk-text-large.flip {
  color: var(--brand-color-4);
  font-size: 70px;
  left: auto;
  right: 50%;
}

.section-keep-exploring {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-photo-collage {
  background-color: var(--brand-color-4);
  background-image: url("https://cdn.prod.website-files.com/69041f06d523dfe3c4e7c213/69051315e26d4dc8a288f38f_Geometric_Pattern32_Repeat.webp");
  background-position: 50%;
  background-size: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-amenity-icons {
  padding-bottom: 100px;
}

.collage-left, .collage-right {
  align-items: center;
  width: 50%;
  display: flex;
}

.photo-collage-flex {
  justify-content: space-between;
  display: flex;
}

.stacked-flex {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.collage-photo1 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  text-decoration: none;
}

.collage-photo2 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  text-decoration: none;
}

.collage-photo3 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 380px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.collage-photo4 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  text-decoration: none;
}

.collage-photo5 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  text-decoration: none;
}

.collage-photo6 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 250px;
  margin-left: 10px;
  text-decoration: none;
}

.perks-gallery-overlay {
  background-image: linear-gradient(to bottom, var(--hover-color-3), var(--hover-color-3));
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  transition: opacity .4s;
  display: flex;
}

.perks-gallery-overlay:hover {
  opacity: 1;
}

.keepexploring-linkblock {
  font-family: var(--subheader-accent);
  align-items: center;
  width: 32%;
  height: 250px;
  margin-right: 25px;
  padding-right: 25px;
  text-decoration: none;
  transition: all .5s, background-color .5s;
  display: flex;
}

.keepexploring-linkblock:hover {
  background-color: var(--white);
  box-shadow: 0 0 20px 0 var(--testimonials-hover\<deleted\|variable-d9ab2673\>);
  transform: scale(1.03);
}

.keepexploring-floorplans {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.keepexploring-content {
  margin-left: 25px;
}

.keepexploring-flex {
  justify-content: space-between;
  display: flex;
}

.keepexploring-gallery, .keepexploring-neighborhood {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.perks-icons-flex {
  justify-content: space-between;
  display: flex;
}

.perk-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacer-15 {
  height: 15px;
  display: none;
}

.section-features {
  background-color: var(--brand-color-1);
  margin-bottom: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-features.is-pets {
  background-color: var(--brand-color-4);
  background-image: none;
  background-color: var(--brand-color-4);
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.features-large-text {
  opacity: .2;
  font-family: var(--template-accent);
  color: var(--brand-color-2);
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  position: absolute;
  inset: 5% 0% auto auto;
}

.divider-footer {
  background-color: #ffffff1a;
  width: 100%;
  height: 2px;
}

.footer-secondary-flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.icon-equal {
  width: 25px;
}

.footer-icons {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.footer-disclaimers {
  font-family: var(--subheader-accent);
  display: flex;
}

.footer-secondary-link {
  font-family: var(--body);
  color: var(--white);
  letter-spacing: .5px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  transition: all .5s;
  display: block;
}

.footer-secondary-link:hover {
  opacity: 1;
  color: var(--brand-color-4);
}

.footer-secondary-link.cleanliness {
  font-family: var(--body);
  color: var(--white);
  font-weight: 300;
}

.footer-secondary-link.cleanliness:hover {
  color: var(--brand-color-4);
}

.footer-secondary-link.pricavy {
  font-family: var(--body);
  color: var(--white);
  font-weight: 300;
}

.footer-secondary-link.pricavy:hover {
  color: var(--brand-color-4);
}

.footer-secondary-link.disc {
  font-family: var(--body);
  color: var(--white);
  font-weight: 300;
}

.footer-secondary-link.disc:hover {
  color: var(--brand-color-4);
}

.footer-secondary-link.copyrighttext {
  font-family: var(--body);
  color: var(--white);
}

.footer-secondary-link.copyrighttext:hover {
  color: var(--brand-color-4);
}

.footer-icon-accessibility {
  width: 20px;
  margin-right: 20px;
}

.h2-testimonial {
  font-family: var(--header);
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.image-24 {
  object-fit: contain;
  margin-right: 10px;
}

.div-block-4 {
  margin-left: 0;
}

.heading-6 {
  font-family: var(--header);
  color: var(--brand-color-1);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
}

.heading-7 {
  font-family: var(--header);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.heading-8 {
  font-family: var(--header);
  color: var(--brand-color-3);
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
}

.heading-9 {
  font-family: var(--header);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.features-heading {
  font-family: var(--header);
  color: var(--brand-color-1);
  text-transform: uppercase;
  font-weight: 700;
}

.features-heading.feature-heading-white, .features-heading.text-color-white {
  color: var(--white);
}

.top-special-banner-desktop {
  background-color: var(--brand-color-3);
  max-width: 100%;
  display: block;
}

.text-block-6 {
  font-family: var(--body);
  color: var(--brand-color-1);
  text-align: center;
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.menu-icon_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon_line-top {
  background-color: var(--brand-color-1);
  width: 24px;
  height: 2px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon_line-middle {
  background-color: var(--brand-color-1);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon_line-middle-base {
  background-color: var(--brand-color-1);
  width: 24px;
  height: 2px;
  position: absolute;
}

.menu-icon_line-bottom {
  background-color: var(--brand-color-1);
  width: 24px;
  height: 2px;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1rem;
}

.explore-heading {
  font-family: var(--header);
  color: var(--brand-color-1);
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
}

.empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.nav-icon {
  color: var(--brand-color-4);
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar-collection-item {
  background-color: var(--brand-color-1);
}

.navbar {
  background-color: var(--brand-color-2);
}

.menu-button-container {
  display: none;
}

.menu-button-container.is-burger {
  margin-bottom: 1rem;
  display: block;
}

.nav-menu-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.main-wrapper {
  overflow: hidden;
}

.location-icons {
  color: var(--brand-color-1);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  display: flex;
}

.text-rich-text {
  text-align: center;
}

.text-rich-text.is-fee {
  width: 80%;
}

.margin-small {
  margin: 1rem;
}

.text-rich-light h1, .text-rich-light h2, .text-rich-light h3, .text-rich-light h4, .text-rich-light h5, .text-rich-light h6, .text-rich-light p, .text-rich-light li, .text-rich-light blockquote, .text-rich-light a {
  color: var(--brand-color-4);
}

.explore-subheader {
  color: var(--brand-color-1);
  font-size: 1.3rem;
}

.amenity-subheader {
  font-family: var(--subheader-accent);
  color: var(--brand-color-4);
  text-transform: capitalize;
  font-size: 1.5rem;
}

.amenity-subheader.is-dark {
  color: var(--brand-color-1);
}

.promo-name {
  font-family: var(--subheader-accent);
  font-size: 1.5rem;
  font-style: italic;
  display: inline-block;
}

.promo-name.text-color-white {
  color: var(--white);
  font-style: italic;
}

.promo-name.subheading-white {
  color: var(--white);
}

.amenity-icon-text {
  font-family: var(--header);
  font-size: 1.5rem;
}

.footer-social-icon {
  color: var(--white);
  height: 2rem;
  transition: color .4s, opacity .4s;
}

.footer-social-icon:hover {
  color: #fff9;
}

.chevron-icon {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  display: flex;
}

.chevron-icon.is-navbar {
  width: 1rem;
}

.star-icon {
  color: var(--brand-color-2);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.nav-dropdown-link {
  background-color: var(--brand-color-2);
  color: var(--white);
}

.nav-dropdown-link:hover {
  color: var(--hover-color-1);
}

.nav-dropdown-link.w--current {
  color: var(--brand-color-1);
}

.dropdown-list {
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list.w--open {
  margin-top: 24px;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.nav-dropdown.otheroptions {
  display: none;
}

.pet-policy-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.pet-heading {
  color: var(--brand-color-3);
  font-size: 1.5rem;
}

.pet-block {
  position: relative;
}

.amenty-1 {
  padding-top: 4rem;
}

.amenity-2, .amenity-3, .amenity-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-5 {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .right-neighborhood {
    background-color: var(--brand-color-1);
  }

  .floorplan-cards-home-collection-wrapper {
    margin-top: 40px;
  }

  .content-container {
    margin-top: 20px;
  }

  .pop-up {
    width: 46%;
  }

  .close-popup {
    margin-top: -20px;
    margin-right: -20px;
  }

  .slide-3 {
    object-fit: contain;
  }
}

@media screen and (min-width: 1920px) {
  .floorplan-image {
    aspect-ratio: 3 / 2;
    object-fit: contain;
  }

  .pop-up {
    width: 46%;
  }

  .close-popup {
    margin-top: -25px;
    margin-right: -30px;
  }

  .container {
    max-width: 1400px;
  }

  .slide-3 {
    object-fit: contain;
  }
}

@media screen and (max-width: 991px) {
  .section-topnav {
    display: block;
  }

  ._1300-container.position-change {
    margin-bottom: -242px;
  }

  .topnav-flex.is-padding {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .topnav-link {
    color: var(--brand-color-1);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .25rem;
    margin-right: 0;
    padding: 1rem;
    font-size: 1.8rem;
    line-height: 1;
  }

  .topnav-link.is-dropdown {
    margin-bottom: 1rem;
    display: none;
  }

  .topnav-lease-button {
    display: none;
  }

  .topnav-secondary {
    margin-bottom: 0;
  }

  .topnav-stacked {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .hero-overlay {
    background-image: linear-gradient(180deg, #0000 55%, var(--hover-color-2));
  }

  .hero-message {
    font-size: 70px;
  }

  .section-perks-slider {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .perks-block {
    width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
  }

  ._80-container {
    width: 100%;
  }

  .section-floorplans {
    padding-bottom: 50px;
  }

  .floorplans-block {
    width: 90%;
    padding: 50px;
  }

  .paragraph-primary.features {
    text-align: center;
    text-align: center;
    line-height: 35px;
  }

  .section-neighborhood {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .neighborhood-block {
    flex-direction: column-reverse;
  }

  .left-neighborhood {
    width: 100%;
    margin-top: 100px;
  }

  .right-neighborhood {
    width: 100%;
  }

  .neighborhood-line-item {
    width: 50%;
    margin-bottom: 50px;
  }

  .neighborhood-content {
    padding: 50px;
  }

  .section-events {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .featuredevent-flex {
    padding-top: 50px;
  }

  .featuredevent-content {
    padding: 50px;
  }

  .savethedate-stamp {
    top: -96px;
    right: 39px;
  }

  .testimonials-item {
    width: 100%;
  }

  .testimonials-list {
    flex-direction: column;
  }

  .section-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-columns {
    flex-direction: column;
    margin-bottom: 0;
  }

  .footer-link.larger {
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 400;
  }

  .social-link {
    margin-right: 10px;
  }

  .social-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: end;
    place-items: start end;
    width: 100%;
    display: grid;
  }

  .social-item.is-horizontal {
    display: flex;
  }

  .social-item.is-footer {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .perks-large-text {
    font-size: 200px;
    line-height: 97px;
    display: none;
  }

  .explore-large-text {
    opacity: .1;
    display: none;
  }

  .floorplan-cards-home-collection-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .floorplans-details {
    flex-flow: wrap;
  }

  .dual-buttons {
    margin-top: 9px;
  }

  .perks-element {
    top: 14px;
  }

  .floorplan-element {
    bottom: 13px;
  }

  .floorplans-large-text {
    display: none;
  }

  .event-texture {
    left: 89px;
  }

  .button-menu {
    background-color: var(--brand-color-1);
    font-family: var(--header);
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 5px;
    padding: 30px 25px 25px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 45px;
  }

  .button-menu.is-burger {
    flex: 1;
    padding: 1rem .8rem .8rem;
    font-size: 1.6rem;
  }

  .section-perks1 {
    padding-top: 0;
  }

  .perks-flex, .perks-flex.flip {
    flex-direction: column;
  }

  .perks-flex.flip {
    flex-direction: column;
  }

  .perks-flex.is-sitemap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .photo-perk1 {
    width: 100%;
  }

  .perks-content {
    width: 100%;
    margin-top: 50px;
    padding-left: 0;
  }

  .perks-content.flip {
    padding-right: 0;
  }

  .perks-content.is-sitemap {
    width: 100%;
    right: auto;
  }

  .photo-perk2, .photo-perk3, .photo-perk4 {
    width: 100%;
  }

  .perk-text-large {
    color: var(--white-old\<deleted\|variable-b5af432b\>);
    left: auto;
    right: 0%;
  }

  .perk-text-large.flip {
    right: 0%;
  }

  .section-keep-exploring {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .section-photo-collage {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-amenity-icons {
    padding-bottom: 25px;
  }

  .collage-left {
    width: 100%;
  }

  .collage-right {
    flex-direction: row-reverse;
    width: 100%;
  }

  .photo-collage-flex {
    flex-direction: column;
  }

  .stacked-flex.flip {
    align-items: flex-start;
  }

  .collage-photo3 {
    margin-right: 0;
  }

  .collage-photo4 {
    margin-top: 10px;
  }

  .collage-photo6 {
    margin-left: 0;
    margin-right: 10px;
  }

  .keepexploring-linkblock {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .keepexploring-flex {
    flex-direction: column;
  }

  .perks-icons-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .perk-item {
    width: 33.33%;
    margin-bottom: 25px;
  }

  .section-floorplans-slider {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .slider {
    height: auto;
  }

  .floorplans-content {
    width: 90%;
    margin-right: 0;
    position: relative;
  }

  .floorplan-slide1, .floorplan-slide2, .floorplan-slide3, .floorplan-slide4, .floorplan-slide5, .floorplan-slide6, .floorplan-slide7, .floorplan-slide8 {
    width: 100%;
  }

  .section-floorplans-options {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .floorplans-filter {
    width: 100%;
    margin-right: 25px;
  }

  .floorplans-flex {
    flex-direction: column;
  }

  .floorplan-collection-item {
    width: 48%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .floorplan-collection-list {
    justify-content: space-between;
  }

  .section-features {
    overflow: visible;
  }

  .features-large-text {
    font-size: 200px;
    line-height: 155px;
  }

  .section-scheduletour {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-floorplan {
    margin-top: 0;
    padding-top: 4rem;
  }

  .floorplan-flex {
    flex-direction: column;
  }

  .floorplan-left {
    width: 100%;
  }

  .floorplan-right {
    justify-content: flex-start;
    width: 100%;
  }

  .promotion-texture {
    top: -2px;
  }

  .area-right {
    width: 100%;
    max-width: 100%;
  }

  .area-left {
    width: 100%;
    padding-right: 0;
  }

  .area-content {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .address {
    width: 100%;
  }

  .walkscore {
    width: 100%;
    margin-top: 25px;
  }

  .commute-options {
    margin-bottom: 25px;
  }

  .commute-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-neighborhood-photo, .section-map {
    height: auto;
  }

  .whats-large-text {
    opacity: .7;
  }

  .area-right-flex {
    flex-direction: column;
  }

  .nearby-large-text {
    opacity: .7;
  }

  .map-flex {
    flex-direction: column;
  }

  .map {
    width: 100%;
  }

  .map-content {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .neighborhood-element {
    display: none;
  }

  .section-flex, .section-flex.flip, .section-flex.flip {
    flex-direction: column-reverse;
  }

  .section-photos {
    width: 100%;
    margin-top: 50px;
  }

  .section-blurb {
    width: 100%;
    padding-left: 0;
  }

  .section-blurb.flip {
    padding-right: 0;
  }

  .section-featuredevent {
    padding-bottom: 50px;
  }

  .events-title-flex {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .events-right {
    flex: none;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .section-allevents {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .catalog-eventphoto {
    object-fit: cover;
    width: 100%;
    margin-bottom: 50px;
  }

  .catalog-eventflex {
    flex-direction: column;
    align-items: flex-start;
  }

  .catalog-eventdetails {
    width: 100%;
    padding-left: 0;
  }

  .collection-item-6 {
    margin-bottom: 50px;
  }

  .section-eventheader {
    height: 200px;
  }

  .section-eventinfo {
    padding-bottom: 50px;
  }

  .eventintro-container {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .event-photo {
    width: 100%;
  }

  .eventtexture-left {
    left: 0%;
  }

  .eventtexture-right {
    right: 0%;
  }

  .reviews-left {
    width: 70%;
  }

  .floorplans-slider-flex {
    flex-direction: column-reverse;
  }

  .floorplans-slider-flex.is-faq {
    margin-left: 5%;
    margin-right: 5%;
  }

  .nearby-slider-flex {
    flex-direction: column-reverse;
  }

  .nearby-slide1 {
    width: 100%;
  }

  .nearbyspots-content {
    width: 100%;
    margin-right: 0;
  }

  .nearby-slide2, .nearby-slide3, .nearby-slide4 {
    width: 100%;
  }

  .accordion-flex {
    align-items: flex-start;
  }

  .accordion-item-content {
    padding-right: 25px;
  }

  .button-actions {
    display: none;
  }

  .button-actions-responsive {
    width: 50%;
    display: block;
  }

  .div-block-3 {
    width: 100%;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-secondary-link:hover {
    color: var(--white-old\<deleted\|variable-b5af432b\>);
  }

  .section-cleanliness {
    padding-top: 150px;
  }

  .announcement {
    padding-top: 35px;
  }

  .neighborhood-flex, .neighborhood-flex-home {
    flex-wrap: wrap;
  }

  .neighborhood-line-item-home {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 5%;
  }

  .neighborhood-line-item-home.last {
    margin-bottom: 0;
  }

  .announcement-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .announcement-left {
    width: 100%;
    margin-bottom: 25px;
  }

  .announcement-right {
    justify-content: flex-start;
    width: 100%;
  }

  .filter-text {
    font-style: italic;
  }

  .gallery-page {
    color: #fff;
    font-size: 1.8rem;
  }

  .faq-block {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .burger-navbar_container {
    grid-auto-columns: 1fr;
  }

  .burger-navbar_menu {
    z-index: 1;
    -webkit-text-fill-color: inherit;
    background-color: #ffffffe6;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin-left: 0;
    padding-top: 6rem;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .burger-navbar_menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-left: auto;
    overflow: visible;
  }

  .burger-navbar_link {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1.8rem;
    position: static;
  }

  .burger-navbar_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .burger-navbar_menu-button.w--open {
    background-color: #0000;
  }

  .burger-menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--brand-color-1);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--brand-color-1);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon_line-middle-base {
    background-color: var(--brand-color-1);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon_line-bottom {
    background-color: var(--brand-color-1);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .floor-plan_type {
    width: 200px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .floor-plan_square-feet {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .floor-plan_vertical-line {
    display: none;
  }

  .horizontal_floorplan-wrapper {
    width: 100%;
  }

  .horizontal_floorplans-filter {
    width: 100%;
    margin-right: 25px;
  }

  .poi-container {
    margin-right: 0;
    right: auto;
  }

  .feature-list-collection-list {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .feature-list-collection-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bedroom-text {
    font-size: 1.2rem;
  }

  .nav-menu {
    background-color: #ffffffe6;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    padding-top: 6rem;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: scroll;
  }

  .nav-hamburger-button {
    z-index: 99;
  }

  .nav-hamburger-button.w--open {
    background-color: #0000;
  }

  .menu-button-container {
    display: block;
  }

  .menu-button-container.is-burger {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .nav-menu-wrapper {
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: scroll;
  }

  .page-wrapper {
    padding-top: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .modal-center-block {
    width: 90%;
  }

  .modal-center-block.is-corner {
    width: 100%;
  }

  .close-modal-container {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-custom {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .popup-image {
    max-height: none;
  }

  .popup-content-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .popup-heading {
    font-size: 1.6rem;
  }

  .popup-corner-container {
    z-index: 99;
    background-color: var(--brand-color-2);
    margin-right: 2rem;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .popup-corner-container.is-corner {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .popup-banner-lg-container {
    top: 0;
  }

  .popup-banner-image {
    aspect-ratio: 1;
    max-height: 300px;
  }

  .popup-image-container {
    aspect-ratio: 1;
  }

  .get-started-subheader, .schedule-tour-header {
    text-align: center;
  }

  .gallery-anchors-wrapper {
    flex-flow: wrap;
  }

  .gallery-anchor-link {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .gallery-anchor-text {
    font-size: 1.8rem;
  }

  .anchor-subheader_wrapper {
    margin-top: 2rem;
    margin-left: 2rem;
  }

  .faq_answer {
    padding-left: 2rem;
  }

  .manager-heading {
    text-align: center;
  }

  .faq-collection-list {
    width: 100%;
  }

  .faq-anchor-collection-wrapper {
    flex-flow: row;
  }

  .faq-anchor-collection-list {
    flex-flow: wrap;
  }

  .faq-container.is-horizontal {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .floorplan-image {
    aspect-ratio: auto;
  }

  .feature-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sitemap-image-container {
    width: 100%;
  }

  .pet-policy-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .amenty-1 {
    padding-top: 2rem;
  }

  .floor-plan-container {
    flex-flow: column;
  }

  .section-4 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .popup-content-2 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .floor-plan-availlability-txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .tabs-menu {
    flex-direction: column;
    width: 100%;
  }

  .apartments-tab, .virtual-tour-tab, .community-tab, .community-tab.w--current {
    width: 100%;
  }

  .slider-with-tabs {
    height: auto;
  }

  .tabs-content, .gallery-slider {
    height: 80vh;
  }

  .previous {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .gallery-slider-next {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .topnav-link {
    padding: 1rem;
    font-size: 1.5rem;
  }

  .hero-message {
    font-size: 55px;
    line-height: 55px;
  }

  .section-perks-slider {
    padding-top: 0;
  }

  .button.is-navbar-button {
    padding: .25rem 1rem;
  }

  .button.is-navbar-button.hide-mobile-landscape {
    display: none;
  }

  .floorplans-banner {
    height: 450px;
  }

  .homepage-gallery1, .homepage-gallery2, .homepage-gallery3 {
    width: 100%;
  }

  .gallery-home-collection-item {
    flex-direction: column;
  }

  .neighborhood-line-item {
    width: 100%;
  }

  .neighborhood-line-item.last {
    margin-bottom: 0;
  }

  .featuredevent-flex {
    flex-direction: column;
  }

  .featuredevent-photo {
    width: 100%;
  }

  .featuredevent-content {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .social-item.is-footer {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .secondary-flex {
    display: none;
  }

  .floorplans-details {
    flex-flow: wrap;
  }

  .perks-element {
    width: 100px;
    top: -19px;
  }

  .floorplan-element {
    width: 100px;
    bottom: -17px;
  }

  .event-texture {
    display: none;
    inset: -24px auto auto 0%;
  }

  .button-menu {
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 90%;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 31px;
    display: flex;
  }

  .button-menu.is-burger {
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    font-size: 1.3rem;
  }

  .section-perks1 {
    padding-top: 0;
  }

  .photo-perk1 {
    height: 350px;
  }

  .perks-content.is-sitemap {
    margin-top: 0;
  }

  .photo-perk2, .photo-perk3, .photo-perk4 {
    height: 350px;
  }

  .perk-text-large {
    font-size: 100px;
    line-height: 75px;
  }

  .floorplan-collection-item {
    margin-left: 0;
    margin-right: 0;
  }

  .floorplan-linkblock {
    padding: 1.5rem;
  }

  .divider.bottom {
    display: none;
  }

  .features-large-text {
    font-size: 8rem;
  }

  .section-floorplan {
    padding-top: 4rem;
  }

  .promotion-texture {
    width: 100px;
    top: auto;
    bottom: 15px;
  }

  .area-left {
    width: 100%;
    padding-right: 0;
  }

  .area-content {
    width: 100%;
  }

  .section-neighborhood-photo {
    height: auto;
  }

  .whats-large-text {
    font-size: 144px;
    line-height: 144px;
    top: -107px;
  }

  .nearby-large-text {
    font-size: 144px;
    line-height: 144px;
    top: -17px;
  }

  .map-content {
    padding-bottom: 50px;
  }

  .hero-text {
    font-size: 75px;
    line-height: 75px;
  }

  .section-featuredevent {
    padding-top: 4rem;
  }

  .events-left {
    width: 100%;
  }

  .events-title-flex {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .events-right {
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
  }

  .catalog-eventphoto {
    height: 250px;
  }

  .section-eventheader {
    height: 150px;
  }

  .eventintro-container {
    margin-top: -60px;
  }

  .event-photo {
    height: 350px;
  }

  .reviewsheader-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reviews-left {
    width: 100%;
    padding-right: 0;
  }

  .contact-phone, .contact-address {
    flex-flow: row;
    align-items: center;
  }

  .contact-flex {
    flex-direction: column;
  }

  .contact-left {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-collection {
    width: 100%;
    margin-bottom: 50px;
  }

  .team-item {
    width: 50%;
  }

  .section-galleryslider {
    height: auto;
  }

  .contact {
    text-align: center;
  }

  .accordion-flex {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-3 {
    width: 100%;
  }

  .modal-scroll {
    overflow: auto;
  }

  .virtualtour-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .footer-secondary-flex {
    text-align: center;
    display: block;
  }

  .footer-icons {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .footer-disclaimers {
    justify-content: center;
  }

  .section-cleanliness {
    padding-top: 125px;
  }

  .floorplan-name {
    font-size: 1.7rem;
  }

  .neighborhood-line-item-home {
    width: 100%;
  }

  .neighborhood-line-item-home.last {
    margin-bottom: 0;
  }

  .contactphoto-item {
    height: 250px;
  }

  .contactphoto-collection {
    width: 100%;
  }

  .div-block-4 {
    margin-left: 10px;
  }

  .link-block-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .features-heading {
    font-size: 2.5rem;
  }

  .burger-navbar_component {
    min-height: 4rem;
  }

  .burger-nav-secondary {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .burger-nav-secondary.hide-mobile-landscape {
    display: none;
  }

  .burger-navbar_menu {
    background-color: #ffffffe6;
    width: 90%;
    padding-top: 6rem;
  }

  .burger-navbar_menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .burger-navbar_link {
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .burger-navbar_menu-button {
    margin-left: 0;
  }

  .burger-menu-icon {
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .anchor-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-image {
    aspect-ratio: 1;
  }

  .anchor-gallery_wrapper.is-padnone {
    padding-top: 0;
  }

  .accordion_question {
    padding: 0;
  }

  .accordion_icon-wrapper {
    width: 1.75rem;
    margin-right: 1.5rem;
  }

  .accordion_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .floor-plan_type, .accordion_left-wrapper {
    width: 100%;
  }

  .floor-plan_square-feet {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .5rem;
    display: none;
  }

  .horizontal_floorplan-wrapper {
    width: 100%;
  }

  .div-block-7 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  ._30-width {
    width: 100%;
  }

  .grid {
    grid-template-columns: auto auto auto auto;
  }

  .map-grid.is-left {
    grid-row-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.25fr;
  }

  .poi-container {
    margin-top: 0;
  }

  .google-map {
    height: 500px;
  }

  .feature-list-collection-list {
    flex-flow: column;
    display: flex;
  }

  .explore-heading {
    font-size: 2.5rem;
  }

  .nav-menu {
    padding-top: 4rem;
  }

  .menu-button-container {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    flex-flow: column;
    display: flex;
  }

  .menu-button-container.is-burger {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: block;
  }

  .nav-menu-wrapper {
    grid-row-gap: 0rem;
    align-items: stretch;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-heading {
    font-size: 4rem;
  }

  .modal-center-block {
    overflow: auto;
  }

  .padding-custom {
    padding-bottom: 1rem;
  }

  .popup-image {
    aspect-ratio: 16 / 9;
  }

  .popup-content-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: auto;
  }

  .popup-heading {
    font-size: 1.5rem;
  }

  .popup-corner-container.is-corner {
    width: 80%;
    max-width: none;
    overflow: auto;
  }

  .popup-banner-image-container {
    width: 100%;
    height: 100%;
  }

  .popup-banner-image {
    height: auto;
    max-height: 300px;
  }

  .amenity-icon-text {
    text-align: center;
  }

  .popup-image-container {
    aspect-ratio: 16 / 9;
  }

  .get-started-subheader, .schedule-tour-header {
    text-align: center;
  }

  .gallery-anchors-wrapper {
    flex-flow: column;
  }

  .gallery-anchor-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .anchor-subheader_wrapper {
    margin-top: 2rem;
    margin-left: 2rem;
  }

  .anchor-subheader {
    font-size: 1.5rem;
  }

  .gallery-slider-previous {
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
    display: flex;
  }

  .gallery-slider-heading {
    font-size: 1.3rem;
  }

  .neighborhood-heading {
    font-size: 2.5rem;
  }

  .padding-section-custom1 {
    padding-bottom: 4rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .faq_answer {
    padding-left: 2rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .floorplan-image {
    object-fit: contain;
  }

  .feature-collection-list {
    column-count: 1;
    display: block;
  }

  .pet-policy-grid {
    grid-template-columns: auto;
  }

  .amenty-1 {
    padding-top: 4rem;
  }

  .floor-plan-container {
    width: 100%;
  }

  .pop-up {
    width: 75%;
  }

  .popup-content-2 {
    margin-bottom: 0;
  }

  .floor-plan-availlability-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 40px;
  }

  .gallery-slide {
    padding-top: 40px;
  }

  .tabs-menu {
    height: 30vh;
  }

  .slider-with-tabs, .tabs-content {
    height: auto;
  }

  .gallery-slider {
    height: 50vh;
  }

  .tab-pane-tab-2 {
    height: auto;
  }

  .previous {
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    margin-bottom: 5%;
  }

  .gallery-slider-next {
    margin-bottom: 5%;
    inset: auto 0% 0% auto;
  }

  ._1300-container.position-change {
    margin-bottom: -310px;
  }

  ._1300-container.is-fullheight {
    z-index: 2;
  }

  .logo-white {
    width: 100px;
  }

  .topnav-link {
    padding: 1rem;
  }

  .section-hero {
    height: 100%;
  }

  .hero-image {
    min-height: auto;
  }

  .hero-overlay {
    background-image: linear-gradient(180deg, #0000 38%, var(--brand-color-2));
  }

  .hero-overlay.is-none {
    padding-top: 0;
  }

  .hero-message {
    font-size: 45px;
  }

  .hero-cta-flex {
    flex-direction: column;
  }

  .section-perks-slider {
    padding-top: 0;
  }

  .perks-slider, .perks-slider-img1, .perks-slider-img2, .perks-slider-img3 {
    height: 250px;
  }

  .perks-block {
    margin-top: 0;
    padding: 35px;
  }

  .floorplans-block {
    padding: 35px;
  }

  .paragraph-primary.wrap-none {
    white-space: nowrap;
    white-space: nowrap;
  }

  .floorplans-cta {
    display: none;
  }

  .neighborhood-line-item {
    flex-direction: column;
    padding-right: 5%;
  }

  .icon-circle.is-left {
    width: 35px;
    height: 35px;
  }

  .icon-outer-circle {
    margin-bottom: 15px;
  }

  .icon-outer-circle.is-left {
    width: 55px;
    height: 55px;
    margin-bottom: 0;
  }

  .line-item-content {
    width: 100%;
  }

  .neighborhood-content {
    padding: 35px;
  }

  .neighborhood-photo1 {
    height: 150px;
  }

  .neighborhood-photo3 {
    height: 250px;
  }

  .neighborhood-photo2 {
    height: 150px;
    margin-top: 10px;
  }

  .featuredevent-flex {
    padding-top: 40px;
  }

  .featuredevent-photo {
    height: 250px;
  }

  .featuredevent-content {
    padding: 35px;
  }

  .savethedate-stamp {
    width: 100px;
    height: 100px;
    top: -73px;
    right: 25px;
  }

  .savethedate-text {
    font-size: 21px;
    line-height: 21px;
  }

  .footer-column {
    margin-bottom: 50px;
  }

  .office-hours.left {
    flex-direction: column;
  }

  .day.contact {
    margin-right: 0;
  }

  .social-list {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .social-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .perks-slider-arrows {
    top: 181px;
    left: auto;
    right: 10%;
  }

  .featured-floorplan-image {
    height: 250px;
  }

  .floorplans-details {
    flex-flow: wrap;
  }

  .button-secondary {
    width: 100%;
    margin-bottom: 0;
  }

  .button-secondary.half {
    width: 100%;
  }

  .dual-buttons {
    flex-direction: column;
    margin-top: 5px;
  }

  .perks-element {
    top: -26px;
  }

  .floorplan-element {
    display: none;
  }

  .button-menu.is-burger {
    font-size: 1.2rem;
  }

  .hero-cta-ghost {
    justify-content: space-between;
    display: none;
  }

  .section-perks1 {
    padding-top: 0;
  }

  .perks-flex.is-sitemap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .perks-content.is-sitemap {
    width: 100%;
    padding: 2rem;
    right: auto;
  }

  .collage-photo1, .collage-photo2 {
    height: 150px;
  }

  .collage-photo3 {
    height: 250px;
  }

  .collage-photo4, .collage-photo5 {
    height: 150px;
  }

  .keepexploring-linkblock {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    margin-bottom: 50px;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .keepexploring-floorplans, .keepexploring-gallery, .keepexploring-neighborhood {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

  .perk-item {
    width: 50%;
  }

  .floorplans-content {
    margin-top: 0;
    padding: 35px;
    top: 0;
  }

  .floorplan-slide1, .floorplan-slide2, .floorplan-slide3, .floorplan-slide4, .floorplan-slide5, .floorplan-slide6, .floorplan-slide7, .floorplan-slide8 {
    height: 250px;
  }

  .floorplan-collection-item {
    width: 100%;
  }

  .floorplan-linkblock {
    padding: 1.5rem;
  }

  .view-floorplan-text {
    color: #fff;
    text-align: center;
  }

  .features-large-text {
    font-size: 75px;
  }

  .keepexploring-perks {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }

  .section-floorplan {
    padding-top: 2rem;
  }

  .promotion-texture {
    bottom: -16px;
    right: -9px;
  }

  .commute-options {
    width: 100%;
  }

  .whats-large-text {
    font-size: 100px;
    line-height: 100px;
    top: -116px;
    left: auto;
    right: 0%;
  }

  .nearby-large-text {
    font-size: 100px;
    line-height: 100px;
    top: -41px;
    left: 0%;
  }

  .hero-text {
    font-size: 55px;
    line-height: 55px;
  }

  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-number {
    display: none;
  }

  .section1-collage1 {
    height: 150px;
  }

  .section1-collage2 {
    width: 100%;
    height: 150px;
    margin-top: 10px;
  }

  .section1-collage3 {
    height: 250px;
  }

  .section5-collage1 {
    height: 150px;
  }

  .section5-collage2 {
    height: 150px;
    margin-top: 10px;
  }

  .section5-collage {
    height: 250px;
  }

  .section3-collage1 {
    height: 150px;
  }

  .section3-collage2 {
    height: 150px;
    margin-top: 10px;
  }

  .section3-collage3 {
    height: 250px;
  }

  .section-eventheader {
    height: 100px;
  }

  .eventintro-container {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .event-photo {
    height: 250px;
  }

  .team-item {
    width: 100%;
  }

  .section-galleryslider {
    height: auto;
    margin-top: 0;
  }

  .gallery-gradient {
    background-image: linear-gradient(#000000bf, #0000);
  }

  .floorplans-slider-arrows {
    top: 181px;
  }

  .nearby-slide1 {
    height: 250px;
  }

  .nearby-slider-arrows {
    top: 181px;
  }

  .nearbyspots-content {
    padding: 35px;
  }

  .nearby-slide2, .nearby-slide3, .nearby-slide4 {
    height: 250px;
  }

  .button-actions-responsive {
    width: 100%;
  }

  .left-arrow-5 {
    margin-bottom: 5%;
    inset: auto auto 0% 0%;
  }

  .right-arrow-5 {
    margin-bottom: 5%;
    inset: auto 0% 0% auto;
  }

  .virtualtour-container {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-secondary-flex {
    flex-direction: column;
  }

  .footer-icons {
    margin-top: 25px;
  }

  .footer-disclaimers {
    flex-direction: column;
    display: flex;
  }

  .footer-secondary-link {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .section-cleanliness {
    padding-top: 115px;
  }

  .html-virtual-tour {
    margin-top: -215px;
  }

  .html-virtual-tour.is-anchor {
    margin-top: 0;
  }

  .floorplan-name {
    font-size: 1.7rem;
  }

  .neighborhood-line-item-home {
    flex-direction: column;
    padding-right: 5%;
  }

  .image-24 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    margin-left: 0;
  }

  .link-block-2 {
    margin-bottom: 0;
  }

  .heading-6, .heading-7, .heading-8, .heading-9 {
    font-size: 40px;
  }

  .features-heading {
    font-size: 2rem;
  }

  .submit-button {
    color: var(--brand-color-1);
    font-weight: 700;
  }

  .faq-block {
    margin-left: 0;
  }

  .faq-question {
    font-size: 1.5rem;
  }

  .burger-nav-secondary {
    flex-flow: column;
  }

  .menu-icon_line-top, .menu-icon_line-middle-base, .menu-icon_line-bottom {
    background-color: var(--white);
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .anchor-gallery.is-virtual {
    grid-template-columns: auto;
  }

  .accordion_question {
    padding-right: .5rem;
  }

  .floor-plan_type {
    width: 100%;
  }

  .accordion_left-wrapper {
    flex-flow: column;
  }

  .floor-plan_square-feet {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .displa-horizontal-flex.justify-apart {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .floorplan_card-image {
    height: 250px;
  }

  .grid {
    grid-template-columns: auto auto;
  }

  .map-grid.is-left {
    width: 100%;
  }

  .poi-container {
    padding: 1rem .5rem;
  }

  .google-map {
    height: 400px;
  }

  .feature-list-collection-item {
    flex-flow: column;
  }

  .home-subheader {
    font-size: 1.4rem;
  }

  .home-subheader.is-brand-color-1.is-popup {
    font-size: 1rem;
  }

  .floorplan-home-heading, .explore-heading {
    font-size: 2rem;
  }

  .nav-menu {
    padding-top: 4rem;
  }

  .nav-menu-wrapper {
    grid-row-gap: 0rem;
  }

  .spacer-100-2 {
    height: 82px;
  }

  .hero-slider-arrow-next {
    z-index: 3;
    inset: auto 0% 0% auto;
  }

  .hero-slide-arrow-pervious {
    z-index: 3;
  }

  .poi-collection-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    width: 100%;
    margin-bottom: 1rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-heading {
    font-size: 3rem;
  }

  .home-heading {
    font-size: 2rem;
  }

  .popup-center-container, .modal-center-block {
    overflow: auto;
  }

  .padding-custom {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .popup-image {
    max-height: 150px;
  }

  .popup-content-container {
    padding: 1rem;
    overflow: auto;
  }

  .popup-heading {
    font-size: 1.5rem;
  }

  .popup-corner-container.is-corner {
    width: 90%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .popup-banner-image {
    aspect-ratio: 16 / 9;
    max-height: 200px;
  }

  .popup-banner-block {
    flex-flow: column;
  }

  .amenity-icon-text {
    text-align: center;
    font-size: 1.2rem;
  }

  .floorplan-heading {
    font-size: 2.5rem;
  }

  .popup-image-container {
    height: 100%;
  }

  .get-started-subheader, .schedule-tour-header {
    text-align: center;
  }

  .floor-plans-previous-arrow {
    right: 6rem;
  }

  .floor-plans-next-arrow {
    right: 1.7rem;
  }

  .gallery-heading-container {
    padding: 3rem;
  }

  .gallery-header {
    font-size: 2.4rem;
  }

  .gallery-anchor-link, .gallery-anchor-link.is-faq, .gallery-anchor-link.is-faq {
    padding: 1rem;
  }

  .gallery-anchor-text {
    font-size: 1.5rem;
  }

  .anchor-subheader_wrapper {
    margin-top: 1rem;
    margin-left: 1rem;
  }

  .anchor-subheader {
    font-size: 1.3rem;
  }

  .virtual-thumbnail {
    aspect-ratio: 3 / 2;
  }

  .gallery-slider-previous {
    margin-bottom: 5%;
    inset: auto auto 0% 0%;
  }

  .neighborhood-heading {
    font-size: 2rem;
  }

  .faq_question-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .faq_answer {
    padding-left: 1rem;
  }

  .icon-embed-small-2 {
    color: var(--brand-color-1);
  }

  .faq_accordion {
    flex: 0 auto;
    width: 100%;
  }

  .faq_question {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .poi-heading-left {
    font-family: var(--header);
    font-size: 1.3rem;
    font-weight: 700;
  }

  .contact-heading {
    text-align: center;
  }

  .faq-header {
    font-size: 2rem;
  }

  .faq-anchor-text {
    font-size: 1.5rem;
  }

  .faq-title-text {
    font-size: 2rem;
  }

  .featured-blog-heading {
    text-align: left;
  }

  .floorplan-image {
    aspect-ratio: auto;
    object-fit: contain;
    height: 100%;
  }

  .floor-plan-slider {
    height: 100%;
  }

  .floorplan-page-header {
    font-size: 2rem;
  }

  .floorplan-features-container {
    justify-content: center;
    align-items: flex-start;
  }

  .features-block {
    margin-top: 4rem;
  }

  .feature-collection-list {
    display: block;
  }

  .sitemap-image-container {
    width: 100%;
  }

  .sitemap-heading {
    font-size: 2rem;
  }

  .filter-contain {
    margin-bottom: 1rem;
  }

  .section-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .content.is--flex-vert {
    align-items: center;
  }

  .pop-up {
    border-top-left-radius: 0;
  }

  .popup-content-2 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .popup-content-2.is--medium {
    text-align: center;
  }

  .popup-content-2.is--large.is--dark-blue {
    text-align: center;
    text-align: center;
    font-size: 27px;
  }

  .button-secondary-2 {
    width: 100%;
    margin-bottom: 0;
  }

  .floor-plan-availlability-txt {
    font-size: 15px;
  }
}
