/* Property Urban */
.property__hero-tall .dak-videobackground-control{
  display: none;
}
.property__hero-tall .sc-videowrap{
  margin: 0!important;
  padding-bottom: 0;
  height: 100%;
}
.property__hero-tall .dak-videocontainer{
  width: 100%;
  height: 55vw;
  max-height: calc(100vh - 5rem);
}
.box-prop-hero {
  box-sizing: border-box;
}
.d5m_header {
  min-height: 375px;
}
.data-ut__text {
  padding: 0;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
  text-decoration: none;
}
.data-ut__text p:last-of-type {
  padding: 0;
}
.data-ut__item {
  width: 30px;
  height: 30px;
  background-size: 25px 25px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin: 12px auto 0;
}
.data-ut__text p.dak-lead {
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.box-custom-fields .dak-contain p {
  overflow: hidden;
}
.box-custom-fields__container span {
  text-align: right;
  overflow: hidden;
}
.box-custom-fields__container span strong {
  float: left;
}
.data-prop2__item {
  min-height: 5rem;
}

.box-prop-gallery__thumbnails {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
.box-prop-gallery__fullsize {
  height: 500px;
  width: 100%;
  margin: 0 auto;
}
.box-prop-gallery__text {
  position: relative;
  background-color: #fff;
}
.box-prop-gallery__text:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 250px;
  top: -5px;
  left: calc(50% - 125px);
  background-color: #1c1c1c;
}
.thumbnails__box {
  height: 150px;
  width: 820px;
  max-width: calc(100% - 100px);
  margin: 2rem auto 0;
}
button.slick-prev {
  background-image: url('/icons/material/chevron-left/fff');
  left: 15px;
}
button.slick-next {
  background-image: url('/icons/material/chevron-right/fff');
  right: 15px;
}
button.slick-arrow {
  font-size: 0;
  background-color: #1c1c1c;
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  z-index: 40;
  background-size: contain;
  cursor: pointer;
}
.box-prop-head h2,
.box-prop-desc h2 {
  font-size: 2rem;
}
.box-shadow {
  box-shadow: 0 1px 15px #888;
}
.box-prop-head__img #d5m_map {
  min-height: 200px;
}
.box-prop-head__text {
  position: relative;
}
.box-prop-head__text:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 250px;
  top: -5px;
  left: calc(50% - 125px);
  background-color: #1c1c1c;
}
.dak-prop__name {
  margin: 0!important;
}
.c-section-overline {
  border-top: 1px solid #000;
}
.data-prop2__item {
  padding: 1rem;
  text-decoration: none;
  position: relative;
}
.data-prop2__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: transparent;
  transition: 0.25s ease-out;
}
.data-prop2__item span {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 4;
}
.data-prop2__item img {
  height: 35px;
  transition: 0.25s ease-out;
  margin: 12px auto 20px;
  position: relative;
  z-index: 4;
}
.data-prop2__item:hover img {
  opacity: 1;
}
.data-prop2__item:hover:after {
  background-color: rgba(0,0,0,0.3);
}
.box-disc-area {
  position: relative;
}
.box-disc-area:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 250px;
  top: -5px;
  left: calc(50% - 125px);
  background-color: #1c1c1c;
}

.box-custom-fields p {
  padding: 0;
}

.dak-ut__list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

@media screen and (min-width:552px) {
  .data-prop2 .morearea-box,
  .data-prop2 .moreprops-box {
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .box-prop-hero .name-box {
    text-align: right;
  }
  .box-prop-head__img #d5m_map {
    min-height: 300px;
  }
  .box-neighborprop-hero {
    padding-left: 0;
  }
  .data-ut__container {
    text-align: left;
    padding: 1rem 0 1rem 1rem;
  }
  .data-ut__item {
    height: 60px;
    width: 60px;
    background-position: 15px 15px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    position: relative;
    top: 3px;
    margin: 0;
  }
  .data-ut__text {
    padding-left: 15px;
  }
  .box-custom-fields .dak-flex-container > div:nth-of-type(even) {
    border-left: 1px solid #fff;
  }
  .box-custom-fields .dak-flex-container > div:nth-of-type(4n - 1),
  .box-custom-fields .dak-flex-container > div:nth-of-type(4n) {
    background-color: #f3f3f3;
  }
  .dak-grid-md-6 .box-prop-head__text:after {
    width: 10px;
    height: 250px;
    left: -5px;
    top: calc(50% - 125px);
  }
  .c-section_border-left {
    border-left: 10px solid #1c1c1c;
    border-bottom: none;
  }
}

@media screen and (min-width: 992px) {
  .box-prop-head h2,
  .box-prop-desc h2 {
    font-size: 3rem;
  }
  .data-ut__text {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-custom-fields .dak-flex-container > div:nth-of-type(even) {
    background-color: #f3f3f3;
  }
}

#pv_photos {
  max-width: 900px;
  margin: 0 auto;
}
.hidden {
  display: none;
}

/* Accordion option styles */
.js-description-holder {
  max-height: 180px;
  overflow: hidden;
  transition: max-height 0.33s ease-in-out;
}
.js-description-holder.description-is-open {
  max-height: none;
}
button.p-carousel__btn {
  background: transparent;
  border: none;
}
.p-carousel__btn img {
  transition: transform 0.33s ease-in-out;
}
button.btn-clicked img {
  transform: rotate(180deg);
}

.p-features__list {
  margin: 0;
  padding: 2rem 1rem;
  list-style: none;
  border: 10px solid rgba(177, 174, 174, 0.5);
}
.p-features__list li {
  line-height: 1.2;
  margin-bottom: .75em;
}

@media screen and (min-width: 552px) {
  .p-features__list {
    column-count: 2;
    column-gap: 2rem;
    position: relative;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-features__list {
    padding: 4.5rem;
    column-count: 3;
    column-gap: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .p-features__list {
    column-gap: 5rem;
  }
}