/*------------------------------------*\ 
    #PAGES:DETAIL-NHC (New Homes and Communities Detail Pages)
\*------------------------------------*/
/*.topbar*/
@media (max-width: 767.98px) {
  .topbar-cdp .title, .topbar-cdp .listing-price {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .topbar-cdp .title, .topbar-cdp .listing-price {
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .topbar-cdp .listing-price {
    text-align: right;
  }
}

.builderGallery {
  margin-left: 5px;
  width: 80px;
  background: #eee;
}
.builderGallery img.last {
  margin-right: 0;
}

.nhc-address {
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .nhc-address {
    font-size: 14px;
    font-weight: 500;
  }
}

.nhc-directions {
  font-size: 11px;
  padding-left: 5px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .prop-section {
    padding: 36px 0;
  }
}
.prop-section h2 {
  font-size: 19px;
}
@media (min-width: 768px) {
  .prop-section h2 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .prop-section h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .prop-section h2 {
    font-size: 32px;
  }
}
.prop-section h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .prop-section h4 {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .prop-section h4 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .property-content .gallery {
    height: 292px;
  }
}
@media (min-width: 992px) {
  .property-content .gallery {
    height: 372px;
  }
}
@media (min-width: 1200px) {
  .property-content .gallery {
    height: 432px;
  }
}
@media (min-width: 1400px) {
  .property-content .gallery {
    height: 492px;
  }
}

.prop-sidebar .cta-general {
  border-bottom: none;
}
@media (min-width: 768px) {
  .prop-sidebar .cta-general {
    padding-bottom: 30px;
  }
}
.prop-sidebar .cta-general .agent {
  margin-bottom: 12px;
}
.prop-sidebar .cta-general .agent .img-entity-sm {
  border-color: #fff;
}
.prop-sidebar .cta-general .agent .details {
  padding-left: 0;
  border-left: none;
}
.prop-sidebar .cta-general .agent .name {
  color: #0e3a32;
}
.prop-sidebar .cta-general .agent .lesser {
  color: #005a4e;
}
/*# sourceMappingURL=detail-nhc.css.map */