:root {
  --blue: #343436;
  --dark-gray: #f17c61;
  --white: white;
  --peru: #eda185;
  --burntsienna: #58585a;
  --saddle-brown: #44646f;
  --gray: #bbb;
  --sienna: #ad6132;
}

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

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(--blue);
  text-decoration: none;
}

a:hover {
  color: #424242;
}

.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(--dark-gray);
  color: var(--blue);
}

.nav-link {
  color: var(--white);
  padding: 5px 19px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.nav-link:hover {
  color: var(--dark-gray);
}

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

.nav-link.w--current:hover {
  color: var(--dark-gray);
}

.nav-link.button {
  background-color: var(--dark-gray);
  color: #000;
  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(--peru);
  color: #000;
}

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

.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;
  font-weight: 400;
}

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

.hero-button:hover {
  background-color: var(--peru);
  color: #000;
}

.hero-section {
  background-color: #f5f5f5;
  padding-top: 48px;
  padding-bottom: 48px;
}

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

.footer-header {
  color: #fff;
  text-align: left;
  font-family: Merriweather, serif;
}

.hero-h1 {
  color: var(--dark-gray);
  font-family: Merriweather, serif;
  line-height: 50px;
}

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

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

.home-photo-div:hover {
  background-color: var(--burntsienna);
  color: #000;
}

.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(--saddle-brown);
  background-image: linear-gradient(#44646ff0, #44646ff0), url('../images/apartment-background-frames.jpg');
  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(--blue);
}

.footer-links.flipped:hover {
  color: var(--saddle-brown);
}

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

.paw-print {
  width: 70px;
  color: var(--dark-gray);
  margin-bottom: -56px;
  position: relative;
  transform: rotate(-23deg);
}

.paw-print.black {
  color: #000;
}

.pet-block {
  background-color: var(--dark-gray);
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 9px;
  width: 175px;
  margin-top: -33px;
  margin-left: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  position: relative;
}

.pet-block.black {
  background-color: #000c;
}

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

.we-love-pets {
  color: var(--white);
  text-align: center;
  white-space: normal;
  background-color: #0000;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
}

.we-love-pets.black {
  color: #fff;
}

.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(--dark-gray);
  color: #000;
  border-radius: 7px;
  padding: 14px 35px;
}

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

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

.main-photo-section {
  object-fit: cover;
  background-image: url('../images/The-Cue-at-The-Medical-Center-Watermarked-24.jpg');
  background-position: 50% 40%;
  background-size: cover;
  height: 70vh;
}

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

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

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

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

.hero-h3 {
  color: var(--blue);
  font-family: Merriweather, serif;
}

.footer-h2 {
  color: var(--blue);
  text-align: left;
  font-family: Merriweather, serif;
}

.photo-block {
  width: 100%;
  height: 300px;
  transform-style: preserve-3d;
  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(--blue);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 45px;
}

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

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

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

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

.floor-plan-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 52px;
  display: flex;
}

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

.floor-plan-title {
  color: var(--dark-gray);
  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 {
  color: var(--blue);
  text-align: center;
  margin-bottom: 26px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
}

.big-button-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.amenities-title {
  color: #000;
  text-align: center;
  margin-bottom: 23px;
  font-size: 40px;
}

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

.amenities {
  background-color: var(--dark-gray);
}

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

.amenities-container {
  color: #fff;
  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;
  margin-top: 2px;
}

.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: 100%;
  height: 100%;
  display: inline-block;
}

.slide-image.vertical {
  object-fit: contain;
}

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

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

.pet-fee-details, .pet-heading {
  color: #fff;
  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(--blue);
}

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

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

.contact-image {
  object-fit: cover;
  border: 1px solid #dadada;
  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 {
  width: auto;
  min-width: 25px;
  max-width: 25px;
  height: auto;
  min-height: 0;
  max-height: 25px;
  color: var(--dark-gray);
  object-fit: fill;
  margin-right: 6px;
  overflow: visible;
}

.social-icons:hover {
  color: #cfcfcf;
}

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

.social-icons.contact:hover {
  color: var(--saddle-brown);
}

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

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

.documents {
  color: #2c2c2c;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

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

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

.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(--dark-gray);
}

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

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

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

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

.bold-text-3 {
  color: var(--blue);
}

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

.bold-text-4 {
  color: var(--dark-gray);
}

.download-links:hover {
  color: var(--sienna);
}

.heading {
  color: var(--dark-gray);
}

.sub-title {
  font-size: 20px;
  font-weight: 700;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.special-fees {
  background-color: var(--blue);
  border-radius: 20px;
  width: auto;
  margin-top: 29px;
  padding: 20px 31px 16px;
  display: none;
}

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

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

.bold-text-5 {
  color: var(--blue);
}

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

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

.title-2 {
  color: #5b6d76;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 45px;
}

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

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

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #893c2f;
  border-radius: 7px;
  padding: 17px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-2:hover {
  color: #fff;
  background-color: #682d23;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link:hover {
  color: #fff;
}

.h2 {
  color: var(--burntsienna);
  text-align: center;
}

.html-embed {
  text-align: center;
}

.spacer {
  padding: 32px 66px;
}

.heading-2 {
  color: var(--sienna);
}

.image-5 {
  max-width: 550px;
}

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

.section {
  background-color: #f17c61;
  flex: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

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

.text-span-3 {
  font-size: 14px;
}

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

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

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

.pop-up-overlay {
  z-index: 10;
  color: #000;
  background-color: #0000009c;
  display: flex;
  position: absolute;
  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, .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 {
    color: #fff;
    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: #69747c;
  }

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

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

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

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

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

  .container-5 {
    padding: 20px;
  }

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

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

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

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

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

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

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

  .title {
    font-size: 35px;
  }

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

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

  .floor-plan-grid {
    grid-template-rows: 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;
  }

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

  .title-2 {
    font-size: 35px;
  }

  .image-5 {
    width: 100%;
  }

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

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

  .text-block-4 {
    font-size: 14px;
  }

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

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

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

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

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

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

#w-node-_9bd6b93a-2414-cc69-b7da-212ab2fc926b-af0e4ae5, #w-node-_9e046f2b-f03a-119c-54af-4bd3c9cc79bc-af0e4ae5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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


