:root {
  --gray: #dbd5c2;
  --brown: #c58661;
  --black: #181818;
  --light-brown: #596e5c;
  --white: white;
  --dark-gray: #c4ae8f;
  --tan: #cec2ae;
  --grey: #978d7c;
  --black-2: #222;
}

.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: #000;
  text-decoration: underline;
}

a:hover {
  color: #424242;
}

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

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

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

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

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

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

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

.nav-link.button {
  background-color: var(--brown);
  color: var(--black);
  border-radius: 7px;
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16.5px;
  padding: 13px 28px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link.button:hover {
  border-color: var(--light-brown);
  background-color: var(--light-brown);
  color: var(--black);
}

.navbar {
  background-color: #f4f4f4;
  justify-content: space-around;
  display: flex;
}

.image {
  width: auto;
  height: 125px;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-right: 0;
}

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

.text-block {
  color: var(--black);
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.hero-button {
  background-color: var(--brown);
  color: var(--black);
  border-radius: 7px;
  margin-top: 16px;
  padding: 14px 21px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

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

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

.bold-text {
  letter-spacing: 0;
  font-family: Merriweather, serif;
}

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

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

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

.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: #252e35;
  background-image: linear-gradient(#708372ed, #708372ed), 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: #69747c;
}

.footer-links.flipped:hover {
  color: #ed1c24;
}

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

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

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

.pet-block {
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  background-color: #000000c2;
  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;
  margin-top: -15px;
}

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

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

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

.main-photo-section {
  object-fit: cover;
  background-image: url('../images/Replace-main-Home-image.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 70vh;
  min-height: 800px;
  max-height: none;
  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: var(--black);
  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: 67px;
  padding-right: 67px;
  display: flex;
}

.ada-bar {
  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;
}

.ada-footer {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.arbor-prop-logo {
  text-align: left;
  margin-top: 8px;
  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(--light-brown);
  font-family: Merriweather, serif;
}

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

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

.first-collumns {
  margin-bottom: 22px;
}

.title {
  color: var(--brown);
  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;
  padding-bottom: 37px;
  display: flex;
}

.button {
  border: 2px solid var(--brown);
  background-color: var(--brown);
  color: var(--white);
  text-align: center;
  border-radius: 7px;
  padding: 17px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: block;
}

.button:hover {
  border: 2px solid var(--brown);
  color: var(--brown);
  background-color: #0000;
}

.button.hide {
  display: none;
}

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

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

.title-section {
  padding-top: 50px;
}

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

.amenities {
  background-color: var(--light-brown);
}

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

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

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

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

.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-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(--black);
  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: var(--brown);
}

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

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

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

.div-block-3 {
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.nav-menu-3 {
  text-align: center;
  flex-flow: wrap;
  flex: 0 auto;
  display: flex;
}

.utility-page-wrap {
  background-color: #fdfdfd;
  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(--black);
}

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

.footer-link.w--current {
  color: var(--black);
}

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

.heading {
  color: var(--light-brown);
}

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

.eho-image {
  color: var(--black);
  height: auto;
}

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

.pet-fee-details-2 {
  color: var(--black);
  text-align: left;
}

.pet-heading-2 {
  color: var(--black);
  text-align: left;
  font-family: PT Serif, serif;
}

.pet-policy-2 {
  background-color: var(--brown);
  margin-bottom: 0;
  padding-top: 39px;
  padding-bottom: 39px;
}

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

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  width: 700px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  padding-top: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

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

.submit-button-2 {
  color: #000;
  background-color: #893c2f;
  border-radius: 7px;
  padding: 14px 35px;
}

.submit-button-2:hover {
  background-color: #5b6d76;
}

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

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

.paragraph-5 {
  color: #000;
  text-align: center;
}

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

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

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

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

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

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

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

.image-6 {
  width: 200px;
}

.additional-info-section {
  display: none;
}

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

  .nav-link {
    color: var(--black);
    text-align: left;
    margin-top: 19px;
    margin-bottom: 19px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .nav-link.current, .nav-link.current:hover {
    color: #000;
  }

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

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

  .main-photo-section {
    background-position: 50%;
    min-height: auto;
    max-height: 800px;
  }

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

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

  .menu-button.w--open {
    background-color: var(--gray);
  }

  .nav-menu-3 {
    background-color: var(--gray);
    color: var(--black);
  }

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

  .pet-policy-2 {
    padding-top: 0;
    padding-bottom: 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;
  }
}

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

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

  .image {
    width: auto;
  }

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

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

  .main-photo-section {
    max-height: 800px;
  }

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

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

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

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

  .eho-image {
    height: 50px;
  }

  .pet-policy-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-5 {
    max-width: 100%;
  }

  .image-6 {
    max-width: 250px;
  }
}

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

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

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

  .container {
    margin-top: 0;
    margin-bottom: 0;
    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: 400px;
    max-height: none;
  }

  .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 {
    width: auto;
    margin-right: 0;
  }

  .title {
    font-size: 35px;
  }

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

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

  .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-collumns {
    width: 100%;
  }

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

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

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

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

  .eho-image {
    height: 50px;
  }

  .pet-policy-2 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .div-block-5 {
    max-width: 100%;
  }

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

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

  .mobile-apply.w--current {
    color: var(--black);
  }
}

#w-node-_2406ebf6-1fda-fc3f-d340-fe3782b0458d-1617f6d6, #w-node-_24eb5662-c619-8e62-1bc7-b6c5d759c603-1617f6d6, #w-node-_79377248-f998-b03f-a585-396bcf78d912-1617f6d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ac9fdba-371b-06c2-a893-fd772fa5adc0-1617f6d6 {
  place-self: center;
}

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

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


