.u-btns-alt2 li:nth-of-type(3n - 2) a{
  background-color: #b06306;
  border-color: #b06306;
}
.u-btns-alt2 li:nth-of-type(3n) a {
  background-color: #0e2344;
  border-color: #0e2344;
}

.hcfp-featured .u-btns-alt2 li:nth-of-type(4n - 2) a{
  background-color: #b06306;
  border-color: #b06306;
}
.hcfp-featured .u-btns-alt2 li:nth-of-type(3n - 2) a{
  background-color: #0e2344;
  border-color: #0e2344;
}
.hcfp-featured .u-btns-alt2 li:nth-of-type(3n) a {
  background-color: #356d8e;
  border-color: #356d8e;
}

.hcfp-hero__subheadline {
  font-size: 1rem;
}
.hcfp-hero__box {
  padding-bottom: 12rem;
  position: relative;
}
.hcfp-hero__img-1 {
  width: 260px;
}
.hcfp-hero__img-2 {
  display: none;
}
.hcfp-nav__ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.hcfp-nav__ul a {
  padding: 0.5em;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: block;
  text-align: center;
  transition: opacity .33s ease-out;
  border-bottom: 1px solid currentColor;
}
.hcfp-nav__ul a:hover, .hcfp-nav__ul a:focus {
  opacity: .66;
}
.hcfp-photos {
  position: relative;
}
.hcfp-photos .swiper-wrapper {
  transition-duration: .00001s!important;
}
.hcfp-photos .dak_photos--thumbs {
  display: none;
}
.hcfp-photos .dak_photos--info-bar {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0;
}
.hcfp-photos .dak_photos--main {
  padding-bottom: 3.5rem;
  background-color: transparent;
}
.hcfp-photos .dak_photos--prev {
  bottom: 0;
  top: auto;
  opacity: 1;
  transform: translateX(calc(-100% - 1rem));
  left: 50%;
  height: 2.5rem;
  width: 4rem;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://www.livingonthehudson.com/site_data/livingonthehudson/layouts/squares/images/arrow-left.svg');
}
.hcfp-photos .dak_photos--next {
  bottom: 0;
  top: auto;
  opacity: 1;
  transform: translateX(calc(100% + 1rem));
  right: 50%;
  height: 2.5rem;
  width: 4rem;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('https://www.livingonthehudson.com/site_data/livingonthehudson/layouts/squares/images/arrow-right.svg');
}
.hcfp-photos .dak_photos--prev svg,
.hcfp-photos .dak_photos--next svg {
  display: none;
}
.hcfp-photos .dak_photos--enlarge {
  top: .25rem;
  right: .25rem;
}
.hcfp-photos .dak_photos--main .swiper-slide {
  padding: .25rem;
}
.hcfp-photos .dak_photos--main .swiper-slide:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - .75rem); 
  height: calc(100% - .75rem);
  background-color: #b06306;
}
.hcfp-photos .dak_photos--slide-contents {
  position: static;
  display: block;
}
.hcfp-photos .dak_photos--large-image {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 66.66%;
}
.hcfp-photos .dak_photos--large-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1.025);
  transition: all 0.33s ease-in-out;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  z-index: 0;
}
@supports (object-fit: cover) {
  .hcfp-photos .dak_photos--large-image img  {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
.hcfp-photos .dak_photos--slide-contents {
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
}
.hcfp-photos .swiper-slide {
  transition: opacity .01s ease-out;
  opacity: .01;
}
.hcfp-photos .swiper-slide-active {
  opacity: 1;
}
.hcfp-photos__wrapper {
  position: relative;
  z-index: 5;
}
.hcfp-photos__img-1 {
  display: none;
}
.hcfp-facts .dak-buttons li {
  flex-grow: 1;
}
.hcfp-facts .c-statblocks {
  padding-left: .25rem;
  padding-right: .25rem;
}
.hcfp-amenities:after {
  opacity: .9;
}
.hcfp-featured .dak-tabs__list {
  gap: .75rem;
}
.hcfp-featured .dak-tabs__panel {
  min-height: 30rem;
}
.hcfp-featured .dak-tabs__item {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .1em;
  align-items: center;
  box-shadow: 0px 4px 5px #00000024;
  transition: background .33s ease-out, color .33s ease-out;
}
.hcfp-featured .dak-tabs__item.is-active {
  color: #fff;
  background-color: #0e2344;
}
.hcfp-featured .dak-tabs__item:hover,
.hcfp-featured .dak-tabs__item:focus {
  color: #fff;
  background-color: #356d8e;
}
#system_body .hcfp-featured .standard-form {
  padding-top: 0;
  padding-bottom: 0;
}
#system_body .hcfp-sell .standard-form {
  padding: 0;
}
.hcfp-featured__btns {
  width: 100%;
  max-width: 56rem;
}
.hcfp-featured__btns li {
  flex-grow: 1;
}
.hcfp-similar .c-block {
  max-width: 21.875rem;
}
.hcfp-sell .field-headline-row {
  margin: 0;
}
.hcfp-sell .form-headline {
  display: block;
  line-height: 1.2;
  margin-bottom: .25em;
  font-family: 'Roboto',Arial,Helmet,Freesans,'Nimbus Sans L',sans-serif;;
  text-transform: uppercase;
  color: #0e2344;
}
.hcfp-sell__form {
  padding: 2.5rem .75rem;
}
.hcfp-sell .standard-form .form-btn {
  display: block;
  margin: 1rem auto 0;
  background: #b06306;
  border-color: #b06306;
  width: 100%;
  max-width: 18.75rem;
}
.hcfp-sell .standard-form .form-btn:focus,
.hcfp-sell .standard-form .form-btn:hover {
  color: #b06306;
  background: transparent;
}
.hcfp-contact {
  position: relative;
  padding-bottom: 12rem;
}
.hcfp-contact__img-1 {
  left: 0;
  right: auto;
  width: 200px;
}
.hcfp-contact__wrapper {
  position: relative;
  z-index: 5;
}

.hcfp-featured .didx-table-results {
  width: 100%;
}


/* RSS Feed */
.box-rss-feed .dak-contain.rss_feed {
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  justify-content: center;
  text-align: center;
}
.box-rss-feed .rss_feed_item {
  margin: 0.75rem;
  width: calc(100%  - 1.5rem);
  flex: 0 1 auto;
  min-height: 0;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background: #fff;
  height: auto;
  padding: 200px 1rem 2rem;
  text-align: left;
  display: none;
}
.box-rss-feed .rss_feed_item:nth-of-type(1),
.box-rss-feed .rss_feed_item:nth-of-type(2),
.box-rss-feed .rss_feed_item:nth-of-type(3) {
  display: flex;
}
.box-rss-feed .rss_feed_item br.clear {
  display: none;
}
.box-rss-feed .rss_feed_item .rss_feed_item--description > br {
  display: none;
}
.box-rss-feed .rss_feed_item--title {
  padding: 0.5rem 0;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
}
.box-rss-feed .rss_feed_item--title a{
  color: #0e2344;
}
.box-rss-feed .rss_feed_item--title a:hover{
  color: #356d8e;
}
.box-rss-feed .rss_feed_item .rss_feed_desc {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  font-size: 1rem;
  line-height: 1.4;
}
.rss_feed_item--description{
  padding: 1rem 0;
}
.box-rss-feed .rss_feed_item--title a {
  text-decoration: none;
}
.box-rss-feed .rss_feed_item--title a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.box-rss-feed .blogfeedimg-wrap {
  height: calc(200px - 2rem);
  overflow: hidden;
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: calc(100% - 2rem);
}
.box-rss-feed .rss_feed_item img {
  float: none!important;
  max-width: 100%!important;
  padding: 0 0 1.5rem!important;
  width: 100%;
}
.video__bloc.condo__video a.dak-modal:first-of-type img{
  width: 100%;
  max-height: 565px;
  object-fit: cover;
  position: relative;
}

.video__bloc.condo__video a.dak-modal:first-of-type::after{
  content: "";
  width: 100%;
  height: 98.5%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.80) 90%);
  position: absolute;
  left: 0;
}
/* #js-available .d5-idx-count {
  display: none;
}
.js-available .c-stat__name{
  display: none;
} */

@supports (object-fit: cover) {
  .box-rss-feed .rss_feed_item img {
    height: 275px;
    object-fit: cover;
  }
}

.box-rss-feed .rss_feed_item .rss-property-link {
  display: none;
}
.box-rss-feed .rss_feed_item--description > span {
  padding: 0 1rem;
  display: block;
}

@media screen and (min-width: 552px) {
  .condo__video-copy{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hcfp-photos .dak_photos--main {
    padding: 0 5rem;
  }
  .hcfp-photos .dak_photos--enlarge {
    right: 5.25rem;
  }
  .hcfp-photos .dak_photos--prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hcfp-photos .dak_photos--next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .hcfp-photos__underlay {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: calc(4rem + 16vw);
    background: transparent linear-gradient(180deg, #294F89 0%, #18325B 100%) 0% 0% no-repeat;
  }
  .hcfp-photos__img-1 {
    display: block;
  }
  .hcfp-similar .c-block {
    max-width: 42rem;
  }
}

@media screen and (min-width: 768px) {
  .box-rss-feed .blogfeedimg-wrap {
    height: calc(250px - 2rem);
  }
  .box-rss-feed .rss_feed_item {
    padding-top: 250px;
  }
  .box-rss-feed .rss_feed_item {
    width: calc(50%  - 1.5rem);
  }
  .box-rss-feed .rss_feed_item--title {
    font-size: 1.875rem;
    padding: 0.5rem 1rem;
  }
  .box-rss-feed .rss_feed_item .rss_feed_desc{
    font-size: 1.125rem;
  }
  .rss_feed_item--description {
    padding: 1rem;
  }
  .hcfp-hero__subheadline {
    font-size: 1.25rem;
  }
  .hcfp-nav__ul {
    flex-direction: row;
    justify-content: center;
  }
  .hcfp-nav__ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .hcfp-nav__ul a {
    border: none;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
  }
  .hcfp-nav__ul a:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0.5em;
    width: 1px;
    top: 0.5em;
    background: currentColor;
    opacity: .66;
  }
  .hcfp-nav__ul li:last-of-type a:after {
    display: none;
  }
  .hcfp-photos .dak_photos--main .swiper-slide {
    padding: 1.5rem;
  }
  .hcfp-photos .dak_photos--main .swiper-slide:before {
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
  }
  .hcfp-photos .dak_photos--enlarge {
    right: 6.5rem;
    top: 1.5rem;
  }
  .hcfp-photos__underlay {
    height: calc(7rem + 16vw);
  }
  .hcfp-featured .dak-tabs__item {
    font-size: 1.25rem;
    padding: .75rem 1.5rem;
  }
  .hcfp-sell .form-headline {
    font-size: 1.75rem;
  }
  .hcfp-sell__form {
    padding: 2.5rem 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .box-rss-feed .rss_feed_item {
    width: calc(33.33%  - 1.5rem);
  }
  .hcfp-similar .c-block {
    max-width: 21.875rem;
  }
}

@media screen and (min-width: 1200px) {
  .hcfp-hero {
    text-align: left;
    padding-top: 14rem;
    min-height: calc(100vh - 10rem);
    display: flex;
    align-items: flex-end;
  }
  .db_body_margin .hcfp-hero {
    min-height: calc(100vh - 13rem);
  }
  .hcfp-photos .dak_photos--enlarge {
    right: 9rem;
  }
  .hcfp-hero__box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .hcfp-hero .dak-buttons {
    justify-content: flex-start;
  }
  .hcfp-hero .dak-buttons li {
    padding-left: 0;
  }
  .hcfp-hero__img-1 {
    width: 390px;
  }
  .hcfp-nav__ul {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .hcfp-nav__ul a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .hcfp-photos .dak_photos--main {
    padding: 0 7.5rem;
  }
  .hcfp-photos .dak_photos--prev,
  .hcfp-photos .dak_photos--next {
    width: 6rem;
  }
  .hcfp-photos__underlay {
    height: calc(7rem + 280px);
  }
  .hcfp-photos__img-1 {
    width: 460px;
  }
  .hcfp-contact__img-1 {
    width: 400px;
  }
}

@media screen and (min-width: 1380px) {
  .hcfp-top {
    position: relative;
    overflow: hidden;
  }
  .hcfp-hero__box {
    padding-bottom: 3rem;
  }
  .hcfp-hero__img-1 {
    display: none;
  }
  .hcfp-hero__img-2 {
    display: block;
    bottom: -3rem;
    right: -4rem;
  }
  .hcfp-nav {
    padding-right: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .hcfp-nav__ul a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .hcfp-contact {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 1200px) and (max-height: 780px) {
  .hcfp-photos .dak_photos--large-image {
    padding-top: 50%;
  }
  .hcfp-photos__underlay {
    height: calc(7rem + 210px);
  }
}