:root {
  --burnt-umber: #893c2f;
  --button--dark: #682d23;
  --desert-sand: #e3c9ae;
  --black: black;
  --dim-grey: #6c6a74;
  --cadet: #5b6d76;
  --pale-spring-bud: #dbddba;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  letter-spacing: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #0a9396;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}

a {
  color: var(--burnt-umber);
  text-decoration: none;
}

a:hover {
  color: var(--button--dark);
}

.footer {
  color: #fff;
  text-align: center;
  background-color: #222;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.body {
  flex-direction: column;
  display: flex;
}

.announcement-bar {
  background-color: var(--desert-sand);
}

.nav-link {
  color: #2c2c2c;
  padding: 5px 19px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: var(--burnt-umber);
}

.nav-link.w--current {
  color: var(--burnt-umber);
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: var(--burnt-umber);
}

.nav-link.button {
  background-color: var(--burnt-umber);
  color: #fff;
  border-radius: 7px;
  flex: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: 16.5px;
  padding: 13px 28px;
}

.nav-link.button:hover {
  background-color: var(--button--dark);
  color: #fff;
}

.navbar {
  background-color: #fff;
}

.image {
  margin-top: 23px;
  margin-bottom: 23px;
}

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

.text-block {
  color: #000;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.hero-button {
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  margin-top: 16px;
  padding: 14px 21px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-button:hover {
  color: #fff;
  background-color: #3a3a3a;
}

.hero-section {
  background-color: var(--desert-sand);
  padding-top: 48px;
  padding-bottom: 48px;
}

.bold-text {
  color: var(--black);
  letter-spacing: 0;
  font-family: Merriweather, serif;
}

.footer-header {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

.hero-h1 {
  color: var(--black);
  margin-top: 0;
  font-family: Merriweather, serif;
  line-height: 50px;
}

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

.home-photo-div {
  background-color: var(--burnt-umber);
  color: #fff;
  object-fit: fill;
  border-radius: 7px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.home-photo-div:hover {
  background-color: var(--button--dark);
  color: var(--button--dark);
}

.ynh-paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.ynh-heading {
  color: #fff;
  text-align: center;
  font-family: Merriweather, serif;
}

.your-new-home {
  margin-top: 86px;
  margin-bottom: 86px;
}

.your-new-home-section {
  background-color: var(--dim-grey);
  background-image: linear-gradient(#6c6a74e3, #6c6a74e3), url('../images/apartment-background-frames_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid {
  grid-column-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.copyright {
  color: #191919;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.footer-links {
  color: #191919;
  text-align: center;
  flex: none;
  font-weight: 400;
  text-decoration: none;
}

.footer-links:hover {
  color: #22a9c5;
}

.footer-links.w--current {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.footer-links.w--current:hover {
  color: #22a9c5;
}

.footer-links.flipped {
  color: var(--burnt-umber);
}

.footer-links.flipped:hover {
  color: var(--button--dark);
}

.image-2 {
  opacity: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.html-embed {
  color: #2c2c2c;
  width: 70px;
  margin-bottom: -56px;
  position: relative;
  transform: rotate(-23deg);
}

.text-block-2 {
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #2c2c2ccc;
  border-radius: 9px;
  width: 175px;
  margin-top: -33px;
  margin-left: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  position: relative;
}

.hero-paragraph {
  font-family: Montserrat, sans-serif;
}

.bold-text-2 {
  color: #fff;
  text-align: center;
  white-space: normal;
  background-color: #0000;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
}

.big-buttons {
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 28px;
  padding-bottom: 28px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.big-buttons:hover {
  color: #fff;
}

.big-buttons-image {
  object-fit: cover;
  object-position: 50% 50%;
  max-width: none;
  height: 300px;
}

.home-photo-section {
  margin-top: 53px;
  margin-bottom: 53px;
}

.home-photo-nav {
  margin-top: 21px;
  margin-bottom: 21px;
}

.submit-button {
  background-color: var(--burnt-umber);
  color: #000;
  border-radius: 7px;
  padding: 14px 35px;
}

.submit-button:hover {
  background-color: var(--cadet);
}

.submit-button.light {
  color: #fff;
  background-color: #000;
}

.submit-button.light:hover {
  background-color: #363636;
}

.contact-heading {
  color: var(--cadet);
  margin-top: 0;
  font-family: Merriweather, serif;
}

.main-photo-section {
  object-fit: cover;
  background-image: url('../images/Hill-Country-exterior-1_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  overflow: visible;
}

.home-photos {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: all .325s;
  overflow: hidden;
}

.home-photos:hover {
  height: 300px;
  transform: scale(1.05);
}

.column-2 {
  object-fit: fill;
}

.map {
  margin-bottom: -6px;
}

.footer-paragraph {
  color: #ffffff9c;
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.ada-div {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 83px;
  padding-right: 83px;
  display: flex;
}

.social-icon-2 {
  color: #fff;
  object-fit: cover;
  width: auto;
  min-width: 40px;
  max-width: none;
  height: 50px;
  min-height: 50px;
  max-height: none;
  margin-right: 6px;
  padding-left: 0;
  overflow: visible;
}

.social-icon-2:hover {
  color: #fff;
}

.ada-bar {
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-height: none;
  margin-top: 22px;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ada-footer {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.social-icon {
  object-fit: cover;
  width: auto;
  min-width: 50px;
  max-width: none;
  height: 50px;
  min-height: 50px;
  max-height: none;
  margin-right: 6px;
  padding-left: 0;
  overflow: visible;
}

.social-icon:hover {
  color: #fff;
}

.arbor-prop-logo {
  text-align: left;
  margin-right: auto;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.paragraph.center {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.hero-h3 {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 900;
}

.footer-h2 {
  color: var(--desert-sand);
  text-align: left;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 30px;
}

.photo-block {
  transform-style: preserve-3d;
  width: 100%;
  height: 300px;
  transition: all .2s;
  overflow: hidden;
}

.photo-block:hover {
  transform: scale3d(1none, 1none, 1none);
}

.photo-block.last {
  margin-top: 22px;
}

.map-copy-embed {
  margin-bottom: 0;
}

.last-collumns {
  margin-left: 0;
  margin-right: 0;
}

.title {
  color: var(--cadet);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 45px;
}

.top-paragraph {
  text-align: center;
  width: auto;
  font-size: 15px;
  line-height: 35px;
}

.title-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 37px;
  display: flex;
}

.button {
  background-color: var(--burnt-umber);
  color: #fff;
  text-align: center;
  border-radius: 7px;
  padding: 17px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button:hover {
  background-color: var(--button--dark);
  color: #fff;
}

.floor-plan-container {
  padding-top: 0;
  padding-bottom: 52px;
}

.floor-plan-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
}

.floor-plan-title {
  color: var(--cadet);
  text-align: center;
}

.floor-plan-details {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.floor-plan-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 17px;
  display: flex;
}

.above-footer-grid {
  grid-template-rows: auto;
  width: 500px;
}

.above-footer-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 74px;
  padding-bottom: 74px;
  display: flex;
}

.above-footer {
  background-color: #eff1f3;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 26px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
}

.big-button-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.amenities-title {
  color: var(--black);
  text-align: center;
  margin-bottom: 23px;
  font-size: 40px;
}

.amenities-title.features {
  color: #fff;
}

.amenities {
  background-color: var(--pale-spring-bud);
  color: var(--black);
}

.amenities.features {
  background-color: var(--cadet);
}

.amenities-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 31px;
  display: flex;
}

.amenities-list {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.amenities-list.features {
  color: #fff;
}

.amenities-collumns {
  text-align: center;
  width: auto;
  max-width: 600px;
}

.photo-section {
  align-items: center;
  height: auto;
  margin-bottom: 50px;
  display: block;
}

.slides {
  text-align: center;
  cursor: grab;
  width: 100%;
  position: relative;
}

.slide-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 1000%;
  height: 100%;
  display: inline-block;
}

.pet-policy {
  background-color: var(--desert-sand);
  margin-bottom: 32px;
  padding-top: 39px;
  padding-bottom: 39px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

.pet-fee-details {
  text-align: left;
}

.pet-heading {
  color: #2c2c2c;
  text-align: left;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.neighborhood-block {
  text-align: center;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.neighborhood-details {
  margin-top: 69px;
  margin-bottom: 39px;
}

.neighborhood-headers {
  color: var(--cadet);
}

.contact-section {
  color: #000;
  background-color: #0000;
  padding-top: 35px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.contact-image {
  object-fit: cover;
  border-radius: 50%;
  width: 200px;
  max-width: none;
  height: 200px;
}

.social-bar {
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-height: none;
  margin-top: 22px;
  margin-bottom: 16px;
  margin-right: 0;
  display: flex;
  overflow: visible;
}

.social-icons {
  color: var(--pale-spring-bud);
  object-fit: fill;
  width: auto;
  min-width: 25px;
  max-width: 25px;
  height: auto;
  min-height: 0;
  max-height: 25px;
  margin-right: 6px;
  overflow: visible;
}

.social-icons:hover {
  color: #999b7e;
}

.social-icons.contact {
  color: #000;
}

.social-icons.contact:hover {
  color: #2b2b2b;
}

.div-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  margin-bottom: 26px;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.documents-heading {
  color: var(--black);
  text-align: center;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.carousel {
  height: 600px;
  margin-top: 0;
  display: block;
}

.nav-menu-3 {
  text-align: center;
}

.utility-page-wrap {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 70vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-text-block {
  margin-bottom: 24px;
}

.image-4 {
  width: 100px;
}

.footer-link {
  color: var(--pale-spring-bud);
}

.footer-link:hover {
  color: #a3a588;
}

.centered-text-block {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.red-block {
  background-color: var(--burnt-umber);
  color: #eff1f3;
  margin-bottom: 43px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.social-contact {
  margin-top: 33px;
}

.bold-text-3 {
  color: #000;
}

.small-text {
  text-align: center;
  margin-top: 28px;
  font-size: 10px;
}

.bold-text-4 {
  color: var(--pale-spring-bud);
}

.renters-insurance {
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
}

.heading {
  color: var(--cadet);
}

.text-block-5 {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.ada-div-2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 67px;
  padding-right: 67px;
  display: flex;
}

.ada-bar-2 {
  text-align: left;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-height: none;
  margin-top: 22px;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: visible;
}

.eho-image {
  height: 75px;
}

.ada-footer-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.pet-screening {
  margin-top: 24px;
  font-family: Montserrat, sans-serif;
}

.availability-details {
  text-align: center;
  margin-bottom: 26px;
}

.bold-text-5 {
  max-width: none;
}

.radio-button-label, .radio-button-label-2, .select-field {
  font-size: 16px;
}

.radio-button-field {
  margin-bottom: 21px;
}

.recaptcha {
  margin-top: 27px;
  margin-bottom: 27px;
}

.mobile-apply {
  color: #2c2c2c;
  padding: 5px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: none;
}

.mobile-apply:hover {
  color: #000;
}

.mobile-apply.w--current {
  color: #505050;
  text-decoration: none;
}

.mobile-apply.w--current:hover {
  color: #525252;
}

.may-special {
  color: var(--burnt-umber);
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.section {
  background-color: var(--cadet);
  flex: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  overflow: visible;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  margin-bottom: 13px;
  padding-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.pop-up-content-wrapper {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.pop-up-content-wrapper.pop-up-content-wrapper-1 {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.pop-up-overlay {
  z-index: 10;
  color: #000;
  background-color: #0000009c;
  display: flex;
  position: absolute;
  inset: 0%;
}

.newsletter-pop-up {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  padding: 41px;
  display: flex;
  position: relative;
}

.pop-up-close {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.pop-up-close:hover {
  transform: scale(.9);
}

.newsletter-head {
  color: #000;
  margin-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 2em;
  font-weight: 700;
}

.newsletter-cta {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-icon {
  background-color: #fff0;
  border-radius: 20px;
  height: 150px;
  min-height: 100px;
  margin-bottom: 22px;
  padding: 16px;
}

.pop-up-wrapper {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    color: #fff;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link:hover {
    color: #c5c5c5;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.w--current:hover {
    color: #dadada;
  }

  .nav-link.button {
    margin-top: 11px;
    margin-left: 35px;
  }

  .image {
    width: 125px;
    margin-right: auto;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

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

  .big-button-text {
    font-size: 15px;
  }

  .carousel {
    height: 400px;
    margin-top: 0;
  }

  .photo-slider {
    max-width: 100%;
  }

  .menu-button {
    flex: 0 auto;
    margin-left: auto;
    margin-right: 0;
  }

  .menu-button.w--open, .nav-menu-3 {
    background-color: var(--cadet);
  }

  .nav-menu-3.w--open {
    padding-top: 0;
  }

  .mobile-apply {
    color: #fff;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mobile-apply:hover, .mobile-apply.w--current {
    color: #fff;
  }

  .mobile-apply.w--current:hover {
    color: #dadada;
  }

  .pop-up-content-wrapper {
    width: auto;
  }

  .pop-up-content-wrapper.pop-up-content-wrapper-1 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 20px;
  }

  .nav-link.button {
    margin-top: 16px;
  }

  .image {
    width: 100px;
  }

  .home-photo-div {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-heading {
    margin-top: 23px;
  }

  .photo-block {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .photo-block.last {
    margin-top: 10px;
  }

  .top-paragraph {
    width: 400px;
  }

  .title-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pet-policy {
    padding: 21px 12px;
  }

  .grid-5 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-6 {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .pet-photo-block {
    margin-bottom: 33px;
  }

  .carousel {
    height: 400px;
    margin-top: 0;
  }

  .red-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ada-div-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .ada-bar-2, .ada-footer-2 {
    width: auto;
  }

  .container-5 {
    padding: 20px;
  }

  .pop-up-content-wrapper.pop-up-content-wrapper-1 {
    border-radius: 20px;
    max-width: none;
    left: 24px;
    right: 24px;
  }

  .newsletter-pop-up {
    max-width: none;
    padding: 32px 65px;
  }

  .newsletter-head, .newsletter-cta {
    font-size: 16px;
  }

  .newsletter-icon {
    height: 50px;
    min-height: 50px;
    padding: 6px;
  }

  .pop-up-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link.button {
    display: none;
  }

  .image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container {
    margin-top: -20px;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block {
    width: 250px;
    font-size: 12px;
  }

  .your-new-home-section {
    padding-left: 10px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-photo-section {
    height: 50vh;
  }

  .grid-2 {
    flex-direction: column;
    display: flex;
  }

  .ada-div {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ada-bar {
    margin-right: 0;
  }

  .title {
    font-size: 35px;
  }

  .top-paragraph {
    width: 90%;
    line-height: 25px;
  }

  .title-container {
    padding-left: 8px;
  }

  .floor-plan-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .above-footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .text-block-3 {
    line-height: 35px;
  }

  .amenities-title {
    font-size: 30px;
  }

  .amenities-title.features {
    margin-top: 11px;
  }

  .amenities-list.features {
    width: 100%;
    max-width: 100%;
  }

  .amenities-collumns {
    width: 100%;
  }

  .photo-section {
    height: 300px;
  }

  .grid-5 {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr;
    align-items: center;
    display: flex;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-field {
    width: 100%;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pet-photo-block {
    margin-bottom: 36px;
  }

  .carousel {
    width: auto;
    height: 300px;
    margin-top: 0;
    display: block;
  }

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

  .utility-page-wrap {
    height: 700px;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ada-div-2 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ada-bar-2 {
    width: auto;
    margin-right: 0;
  }

  .eho-image {
    height: 50px;
  }

  .mobile-apply {
    background-color: var(--burnt-umber);
    color: #fff;
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
    font-weight: 700;
    display: block;
  }

  .mobile-apply:hover {
    color: #100c1a;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .text-block-7 {
    font-size: 11px;
  }

  .pop-up-content-wrapper {
    border-radius: 24px;
  }

  .pop-up-content-wrapper.pop-up-content-wrapper-1 {
    border-radius: 16px;
    left: 16px;
    right: 16px;
  }

  .newsletter-pop-up {
    padding: 20px 19px;
  }

  .newsletter-cta {
    font-size: 14px;
  }

  .pop-up-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_41bc0d5e-6796-c142-1a30-0b430e5893df-0e5893da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4035224-d3cc-0541-b528-fa88015de7b1-222df5d1 {
  place-self: center;
}

#w-node-_6fe76bed-caac-3957-e696-67993254ca08-b22df5d3 {
  align-self: auto;
}

#w-node-_36cb37f0-bbc2-6299-4eee-be9bb0457547-b22df5d3 {
  place-self: auto;
}

#w-node-_851e19ea-7c28-ce76-fd91-d9c7f9e53bbb-3e2df5d4 {
  align-self: start;
}


