:root {
  --dim-grey: #a06941;
  --burntsienna: #d28c59;
  --dim-grey-2: #cfcfcf;
  --white: white;
  --color-2: #68635d;
  --black: #100c1a;
  --color-1: #d28c59;
  --black-2: #3e3528;
  --grey: #8b838b;
}

.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(--dim-grey);
  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(--burntsienna);
}

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

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

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

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

.nav-link.button {
  background-color: var(--color-2);
  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(--black);
  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 {
  background-color: var(--color-2);
  color: var(--white);
  border-radius: 7px;
  margin-top: 16px;
  padding: 14px 21px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.hero-button:hover {
  background-color: var(--black);
  color: var(--white);
}

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

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

.footer-header {
  color: #fff;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

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

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

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

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

.ynh-paragraph {
  color: var(--black);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.ynh-heading {
  color: var(--black);
  text-align: center;
  font-family: Merriweather, serif;
}

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

.your-new-home-section {
  background-color: var(--black);
  background-image: linear-gradient(#d28c59e3, #d28c59e3), 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(--dim-grey);
}

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

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

.paw-print {
  color: #fff;
  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: #fffc;
  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: #000;
  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(--color-1);
  color: #000;
  border-radius: 7px;
  padding: 14px 35px;
}

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

.submit-button.light {
  background-color: var(--color-2);
  color: var(--white);
}

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

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

.main-photo-section {
  object-fit: cover;
  background-image: url('../images/2020-08-07-transformed-2_1.avif');
  background-position: 50% 100%;
  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;
}

.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(--burntsienna);
  font-family: Merriweather, serif;
}

.footer-h2 {
  color: var(--color-1);
  text-align: left;
  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(--burntsienna);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 50px;
}

.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 {
  background-color: var(--color-2);
  color: var(--white);
  text-align: center;
  border-radius: 7px;
  padding: 17px 22px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

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

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

.floor-plan-title {
  color: var(--color-1);
  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: #000;
  font-size: 18px;
  font-weight: 700;
}

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

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

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

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

.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-list.features {
  color: #000;
}

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

.pet-policy {
  background-color: var(--dim-grey);
  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;
}

.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(--color-1);
  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(--dim-grey-2);
}

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

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

.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(--black);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.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(--color-1);
}

.footer-link:hover {
  color: var(--dim-grey-2);
}

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

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

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

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

.bold-text-4, .download-links:hover {
  color: var(--color-1);
}

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

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

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

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

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

.info-head {
  color: var(--burntsienna);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

.button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 13px;
}

.floating-book-now {
  background-color: var(--dim-grey);
  color: #fff;
  border: 1px #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  margin-left: auto;
  margin-right: 0;
  padding: 20px 34px;
  display: flex;
  position: fixed;
  inset: auto 0% 2.6rem auto;
  box-shadow: 0 2px 5px #0003;
}

.floating-book-now:hover {
  background-color: var(--black-2);
}

.text-block-20 {
  color: var(--white);
  font-family: PT Sans, sans-serif;
  font-weight: 700;
}

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

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

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

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

  .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(--color-2);
  }

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

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

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

  .floating-book-now-link {
    display: flex;
  }

  .floating-book-now {
    width: auto;
  }
}

@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 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(--color-1);
    color: #000;
    margin-bottom: 0;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 19px;
    font-weight: 700;
    display: block;
  }

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

  .button-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 17px;
  }
}

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

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

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

#w-node-_851e19ea-7c28-ce76-fd91-d9c7f9e53bbb-8319bd5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


