/*  */
.hidden {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.box-custom-hood .dak-contain-xxl > .dak-flex-container .dak-cell-v-end {
  width: 100%;
}
.box-custom-hood__logo {
  display: block;
  margin: 0 auto;
}
.u-divided-list {
  overflow: hidden;
}
.u-divided-list__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -1px;
}
.u-divided-list li {
  border-left: 1px solid currentColor;
}
.u-divided-list a {
  display: block;
  padding: .25em 1em;
  text-decoration: none;
  font-size: 1rem;
}
.condo-jump,
.js-sticky-next {
  display: none;
}
.condo-jump .dak-shrink-lg a.dak-button {
  margin-top: 0;
}
.condo-jump.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.condo-jump.is-sticky a {
  font-size: .875rem;
}
.condo-jump a {
  transition: color .33s ease-out;
}
.headline-line {
  position: relative;
  margin: 0;
}
.headline-line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
  background: #666766;
}
.headline-line span {
  position: relative;
  z-index: 3;
}
.box-key-facts {
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.35);
}

.box-gallery .popup-gallery {
  box-sizing: border-box;
  padding: 0 60px;
  position: relative;
}
.box-gallery .dak_photos--carousel-prev {
  margin-top: 0;
  opacity: 1;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/icons/material/chevron-left/main');
  box-sizing: border-box;
  background-color: rgba(255,255,255,.7);
  border-radius: 50%;
  left: .25rem;
}
.box-gallery .dak_photos--carousel-prev svg {
  display: none;
}
.box-gallery .dak_photos--carousel-next {
  margin-top: 0;
  opacity: 1;
  transform: translateY(-50%);
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/icons/material/chevron-right/main');
  box-sizing: border-box;
  background-color: rgba(255,255,255,.7);
  border-radius: 50%;
  right: .25rem;
}
.box-gallery .dak_photos--carousel-next svg {
  display: none;
}
.box-gallery .swiper-button-disabled {
  opacity: .25;
}
.box-gallery .dak_photos--carousel .dak_photos--thumb {
  height: 245px;
}
.box-custom-hood .condo-counter__first {
  border-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 10%,currentColor 10%, currentColor 90%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%) 1 100%;
  border-width: 0 0 1px 0;
  border-style: 1;
  border-image-slice: 1;
}
#neighborhood .didx_disclaimer {
  padding-bottom: 2rem;
}
.c-block__banner {
  left: 0;
  right: auto;
  font-weight: 500;
}

@media screen and (min-width: 640px) {
  .db_body_margin .condo-jump.is-sticky {
    margin-top: 50px;
  }
  .c-block__banner {
    top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .box-custom-hood .dak-contain-xxl > .dak-flex-container {
    min-height: 500px;
  }
  .c-block__banner {
    font-size: 2rem;
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .condo-jump,
  .js-sticky-next {
    display: block;
  }
  .box-custom-hood .dak-grid-xl-5 {
    text-align: right;
  }
  .u-divided-list a {
    position: relative;
  }
  .u-divided-list a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #fff;
    bottom: 0;
    left: 50%;
    transition: all 0.33s ease-in-out;
  }
  .u-divided-list a:hover:after {
    width: 80%;
    left: 10%;
  }
  .c-block__banner {
    top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .box-gallery .dak_photos--carousel .dak_photos--thumb {
    height: 330px;
  }
  .u-divided-list a {
    padding: .25em 1.5em;
    letter-spacing: 2px;
  }
}