:root {
  --dark-sea-green: #85b981;
  --dim-grey: #585858;
  --dark-grey: #a2aaae;
  --white: white;
  --black: black;
}

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

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

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

.page-banner {
  z-index: 1000;
  height: 40vw;
  position: static;
  top: -31vw;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  padding: 3rem 2rem 2rem;
  position: relative;
}

.container.footer {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: static;
  bottom: 0;
}

.container-fluid {
  max-width: 100%;
  position: relative;
}

.image {
  object-fit: cover;
  object-position: 50% 33%;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: static;
  top: 0;
}

.banner-img-wrap {
  width: 100%;
  height: 40vw;
  position: static;
  top: 0;
  overflow: hidden;
}

.address-block {
  background-color: #333;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.city-state-zip {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.street-address {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: corporate-a-condensed, sans-serif;
  font-weight: 400;
  position: static;
}

.street-address.title {
  margin-bottom: -.75rem;
  font-size: 44px;
}

.container-no-pad {
  max-width: 1000px;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.row {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.row.footer-row {
  margin-bottom: 0;
}

.col-50 {
  flex: none;
  width: 50%;
  position: relative;
}

.col-45 {
  flex: none;
  width: 45%;
}

.status-block {
  color: #bbb;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 20px;
  min-width: 200px;
  margin-bottom: 2rem;
  padding: .25rem 1rem;
  font-family: corporate-a, sans-serif;
  font-style: italic;
  display: inline-block;
}

.status-block.active {
  border-color: var(--dark-sea-green);
  color: var(--dark-sea-green);
}

.body {
  font-family: proxima-nova, sans-serif;
}

.hero-photo {
  text-align: center;
  object-fit: cover;
  border: 1rem solid #fff;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.hero-photo-block {
  margin-left: 0;
  position: absolute;
  inset: -8rem -2rem -2rem 2rem;
}

.specs-box {
  background-color: var(--dim-grey);
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  justify-content: space-between;
  min-height: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 2rem -2rem;
}

.price-block {
  margin-top: 3rem;
  margin-bottom: -2rem;
  position: relative;
}

.price-text {
  font-family: corporate-a-condensed, sans-serif;
  font-size: 18px;
}

.price-dollars {
  padding-left: 1rem;
  font-size: 32px;
  font-style: italic;
}

.video-tour {
  color: #000;
  background-color: #999;
  margin-top: 0;
  display: none;
}

.slide, .slide-2 {
  width: 50%;
}

.mls-photo-thm {
  width: 10rem;
  max-height: 10rem;
  margin-right: 0;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.spec-item {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.spec-item.beds {
  justify-content: space-between;
  align-items: center;
}

.icon {
  align-self: center;
  width: 50px;
  height: 50px;
}

.spec-text {
  color: #fff;
  padding-left: 1rem;
  font-size: 16px;
  display: inline-block;
}

.icon-wrap {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.col-100 {
  width: 100%;
}

.col-100.status-tag {
  align-self: auto;
}

.google-map {
  height: 32vw;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.more {
  background-color: #fff;
}

.col-2 {
  flex: 1;
  width: 50%;
  min-width: 50%;
  max-width: 100%;
  min-height: 50px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.div-block {
  width: 100%;
  height: 90%;
  min-height: 250px;
  position: relative;
}

.agent-footer {
  background-color: var(--dark-grey);
  display: block;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.headshot-wrap {
  flex: 0 auto;
  align-self: auto;
  width: 50%;
  margin-right: 2rem;
}

.headshot {
  box-sizing: border-box;
  object-fit: fill;
  object-position: 50% 50%;
  height: 100%;
}

.agent-signature-wrap {
  align-self: flex-start;
  padding-top: .25rem;
}

.agent-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: corporate-a-condensed, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.agent-dre {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.agent-link {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.div-block-2 {
  flex: 1;
  margin-left: 2rem;
}

.div-block-3 {
  background-color: #fff;
  width: 2rem;
  height: 2px;
  margin-top: .25rem;
}

.page-footer {
  background-color: var(--dark-grey);
  display: block;
}

.text-block {
  color: #fff;
  text-align: left;
  margin-bottom: 1rem;
  padding-top: 0;
}

.text-block.left {
  text-align: left;
}

.button {
  background-color: var(--dim-grey);
  color: #eee;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 20px;
  min-width: 200px;
  margin-bottom: 2rem;
  margin-left: 1rem;
  padding: .25rem 1rem;
  font-family: corporate-a, sans-serif;
  font-style: italic;
  display: inline-block;
}

.button.active {
  border-color: var(--dark-sea-green);
  color: var(--dark-sea-green);
}

.button.footer {
  min-width: 20ch;
  margin-top: 1rem;
  margin-left: 0;
}

.slide-nav {
  display: none;
}

.agent-box {
  flex: 0 auto;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.photo-slide {
  background-color: #ff9292;
  width: 25%;
}

.photo-cell {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 33%;
  min-height: 260px;
  margin-left: 1rem;
  display: flex;
}

.photos-slider-thumb {
  border-radius: 2rem;
}

.mls-photos {
  margin-top: 2rem;
}

.fullscreen-photos {
  z-index: 9000;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.big-photos {
  width: 100%;
  min-height: 260px;
}

.little-photos {
  width: 100%;
  min-height: 60px;
}

.little-photos-slide {
  justify-content: center;
  align-items: center;
  width: 15%;
  min-height: 60px;
  margin-left: 1rem;
  display: flex;
}

.lil-photo-thm {
  border-radius: 2rem;
}

.big-photos-bg {
  z-index: 9900;
  background-color: #000000d9;
  position: absolute;
  inset: 0%;
}

.big-photos-wrap {
  z-index: 9901;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bp-close {
  z-index: 9902;
  text-transform: none;
  position: absolute;
  inset: 5% 5% auto auto;
}

.conttact-form {
  z-index: 9900;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-form-bg {
  z-index: 9900;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.contact-form-wrap {
  z-index: 9901;
  width: 50%;
  position: relative;
}

.textarea {
  height: 200px;
}

.form-label {
  color: var(--white);
  text-transform: uppercase;
}

.submit-button {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-form-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  margin-bottom: 2rem;
  font-size: 40px;
  font-weight: 500;
}

.close-button {
  border: 1px solid var(--dark-grey);
  background-color: var(--dim-grey);
  border-radius: 2rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.contact-agent-name {
  display: inline-block;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin-right: 1rem;
  padding-right: 0%;
  display: flex;
}

.div-block-6 {
  flex: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}

.image-4 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .hero-photo {
    height: 80%;
  }

  .hero-photo-block {
    top: -1rem;
    bottom: -2rem;
  }

  .specs-box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: space-around;
    padding-left: 1rem;
    padding-right: 1rem;
    left: 0;
    right: 0;
  }

  .icon {
    width: 40px;
    height: 40px;
  }

  .icon-wrap {
    width: 48px;
    height: 48px;
  }

  .col-100.status-tag {
    flex-direction: row;
    display: flex;
  }

  .headshot-wrap {
    align-self: flex-start;
  }

  .big-photos, .little-photos {
    width: 100%;
  }

  .big-photos-wrap {
    width: 80%;
  }

  .contact-form-wrap {
    display: none;
  }

  .contact-agent-name {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page-banner {
    height: auto;
  }

  .container {
    padding: 1rem;
  }

  .container.preoperty-description {
    padding-top: 0;
  }

  .banner-img-wrap {
    height: 42vw;
  }

  .address-block {
    text-align: center;
    border-radius: 0;
    width: 100%;
    padding-left: 3rem;
    position: static;
  }

  .city-state-zip {
    margin-bottom: .5rem;
  }

  .street-address {
    margin-top: .5rem;
    margin-bottom: .25rem;
    font-size: 28px;
    line-height: 32px;
  }

  .container-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    flex-flow: row-reverse wrap;
    justify-content: space-around;
  }

  .col-50 {
    flex-direction: column-reverse;
    width: 100%;
    display: flex;
  }

  .col-50.text {
    order: 3;
  }

  .col-50.graphic {
    order: 1;
  }

  .status-block.active {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

  .hero-photo-block {
    flex-direction: column-reverse;
    margin-left: -2rem;
    margin-right: -2rem;
    display: flex;
    position: relative;
    inset: 0;
  }

  .specs-box {
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    position: relative;
    bottom: auto;
  }

  .price-block {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }

  .video-tour {
    margin-top: 0;
  }

  .icon {
    width: 48px;
    height: 48px;
  }

  .icon-wrap {
    width: 55px;
    height: 55px;
  }

  .col-100.status-tag {
    flex-direction: column-reverse;
    order: 2;
    align-self: center;
    display: flex;
  }

  .col-2, .headshot {
    width: 100%;
  }

  .button.active {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
  }

  .agent-box {
    width: 100%;
  }

  .big-photos {
    min-height: 60px;
  }

  .big-photos-wrap {
    width: 50%;
  }

  .contact-form-wrap {
    width: 80%;
  }

  .contact-agent-name {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .page-banner {
    height: auto;
  }

  .container {
    padding-top: 1.5rem;
  }

  .container.preoperty-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .banner-img-wrap {
    height: 66vw;
  }

  .address-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: inline-block;
    left: 0;
    right: 0;
  }

  .city-state-zip {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 18px;
  }

  .street-address {
    text-align: center;
    margin-top: .5rem;
    font-size: 28px;
    line-height: 32px;
  }

  .street-address.title {
    margin-bottom: -.5rem;
    font-size: 38px;
  }

  .container-no-pad {
    padding-left: 0;
    padding-right: 0;
  }

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

  .col-50 {
    width: 100%;
  }

  .col-50.graphic {
    flex-direction: row-reverse;
    order: 1;
  }

  .status-block {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-photo {
    object-fit: cover;
    border-width: .5rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .hero-photo-block {
    flex-direction: column-reverse;
    margin-top: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative;
    inset: 0;
  }

  .specs-box {
    position: static;
    bottom: -7rem;
    left: 0;
    right: 0;
  }

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

  .video-tour {
    margin-top: 0;
  }

  .icon {
    width: 35px;
    height: 35px;
  }

  .icon-wrap {
    width: 42px;
    height: 42px;
  }

  .google-map {
    height: 60vw;
  }

  .button {
    margin-bottom: .5rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .fullscreen-photos {
    background-color: #000000e0;
  }

  .big-photos, .little-photos {
    width: 100%;
    min-height: 60px;
  }

  .little-photos-slide {
    width: 33%;
  }

  .lil-photo-thm {
    border-radius: 1rem;
  }

  .big-photos-wrap {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-form-heading {
    font-size: 32px;
  }

  .contact-agent-name {
    display: inline-block;
  }
}


