/** Shopify CDN: Minification failed

Line 311:0 Unexpected "@media"
Line 394:3 Unexpected "}"
Line 397:3 Unexpected "}"

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 769px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 29.6rem;
  
}



.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 769px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium {
    height: 46rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }

}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 769px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}

.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset)
    var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset)
    var(--media-shadow-vertical-offset)
    var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}

.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 769px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }

  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }

  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }

  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }

  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }

  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }

  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }

  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }

  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }

  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }

  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }

  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }

  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__media img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content {
    border-left: 0;
  }

  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content {
    border-right: 0;
  }
}

.image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

 .full-height .link {
  margin-top: 2rem;
}

.image-with-text__content > * + *
@media screen and (max-width: 768px) {
  .collection-template .image-with-text__content > * + * {
    margin-top: 0rem;
  }
  .collection-template .image-with-text__content {    
    padding-left: 2rem;
    padding-right: 2rem;


  }
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__heading {
  margin-bottom: 0;
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 769px) {
  .collapse-padding .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }

  .collapse-padding .image-with-text__grid--reverse .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 769px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
	  }		  }
.custom-slider .slideshow__controls {		
   position:unset;		
}		}
  .custom-slider .slider-button {		
    position: absolute;		
    top: 50%;		
    		
    color: #fff;		
  }		
  .slider-button--prev {		
    left: 0;		
  }		
   .slider-button--next {		
    right: 0;		
  }		
  .custom-slider .slider-button svg {		
    height: 2rem;		
  }		
 .custom-slider .slider.slider--everywhere .slider__slide.grid__item  {		
    padding-left:0;		
  }		
  .slider.slider--everywhere .slider__slide.grid__item  {	
    padding-left:0;	
  }
  .custom-slider .slider-counter.slider-counter--dots {		
    position:absolute;		
    bottom:0;		
  }		
 		.image-with-text__heading {	
  word-break: break-word;	
  margin-bottom: 0;	
}	
.image-with-text__text p {	
  word-break: break-word;	
  margin-top: 0;	
  margin-bottom: 1rem;	
}	
/* check for flexbox gap in older Safari versions */	
@supports not (inset: 10px) {	
  .image-with-text .grid {	
    margin-left: 0;	
  }	
}	
@media (min-width:769px){	
  .custom-slider.full-width {	
  display: flex;	
    flex-flow: wrap;	
    flex-direction:row-reverse;	
    justify-content: space-between;	
  align-items:center;	
  	
}	
  .custom-slider.image-with-text__grid--reverse {	
        flex-direction:row;	
  }	
.custom-slider .image-with-text__text-item {	
  width:35%;	
}	
  .custom-image-text__slider {	
    width:60%;	
  }	
}	
button.color-background-1.slider-counter__link.slider-counter__link--dots.link > span {	
  background:#000!important;	
  opacity:.2!important;	
}	
button.color-background-1.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active > span {	
      background: white!important;	
}	
 .custom-slider .image-with-text__heading {
    margin:0 auto;
  }

.custom-slider .slideshow__controls {
   position:unset;
}
  .custom-slider .slider-button {
    position: absolute;
    top: 50%;
    
    color: #fff;
  }
  .slider-button--prev {
    left: 0;
  }
   .slider-button--next {
    right: 0;
  }
  .custom-slider .slider-button svg {
    height: 2rem;
  }
 .custom-slider .slider.slider--everywhere .slider__slide.grid__item  {
    padding-left:0;
  }
  .custom-slider .slider-counter.slider-counter--dots {
    position:absolute;
    bottom:0;
  }
 

.custom-slider .slideshow__controls {
  z-index:9;
  
}
@media (max-width:768px) {
  .custom-slider .grid__item {
    width:100%;
    max-width:100%;
  }
  .custom-slider slideshow-component {
    width:100%;
  }
  .custom-slider .slider.slider--everywhere .slider__slide {
    padding-left:0;
  }
  .custom-slider .grid__item {
    padding-left:0;
  }
  .image-with-text__content {
    padding-top: 26px!important;
    padding-bottom: 20px!important;
    padding-left:2rem;
    padding-right:2rem;
  }
  .custom-slider .grid {
    margin:0!important;
  }
  .custom-slider .image-with-text__heading {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }
}
@media (max-width:769px) {
.section-image-with-text [data-disable-mobile="true"] {
  display:none!important;
}
}
.image-with-text .preheadings-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.image-with-text .preheading-left,
.image-with-text .preheading-right {
  flex: 1;
  font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 15px */
letter-spacing: 1.5px;
text-transform: uppercase;
padding-bottom:0rem;
}

.image-with-text .preheading-left {
  text-align: left;
}

.image-with-text .preheading-right {
  text-align: right;
}
@media (max-width:769px) {
  .image-with-text .preheading-right, .image-with-text .preheading-left {
    font-size:11px;
  }

}
@media (min-width:1025px){
.grid__item.no-pad {
padding-left:0;
width:53%;
}
}
.content-container.full-height {
  height:100%;
  display: flex;
    justify-content: space-between;
}
.content-container.full-height .image-with-text__heading.h1 {
  margin-bottom:auto;
}

.content-container.full-height .image-with-text__heading {
  margin-bottom:auto;
}
.content-container.full-height .image-with-text__text--caption.at-top {
  margin-top:auto;

}
.body.editorial.margin-top {
  margin-top:auto;
}
.body.editorial {
  font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 24px */
letter-spacing: 0.75px;



}
.has-svg-overlay {
  position:relative;

}
.svg-overlay  {
  
  max-width:300px;
  margin:0 auto;
 
 
}
.svg-overlay-1 {
  top:50px;

}


.svg-overlay-2 {
  bottom:50px;
margin:0 auto;

}
.svg-overlay img {
  width:70%;
  text-align:center;
  display:block;
  margin:0 auto;
}
@media screen and (min-width: 769px) {
[data-editorial] .grid--2-col-tablet .grid__item.image-with-text__text-item {
  width:30%;
}
[data-editorial] .image-with-text__media--medium.grid__item{
  width:70%;
  max-width:70%;
  }
}
.index-template [data-editorial] .content-container.full-height {
  padding-top:8rem;
  display:flex;
justify-content:space-between;
padding-top:8rem;
padding-left:5rem;
padding-bottom:8rem;
padding-right:5rem;
}

.index-template [data-editorial] .content-container.full-height:not(.centered) .editorial{
  margin-top:auto;
}
 .index-template [data-editorial] .content-container.full-height.centered {
    display:flex;
    justify-content:center;

  }


  .index-template [data-editorial] .image-with-text__content {
        padding-bottom:3rem;

    padding:2rem;
  }
  @media (max-width:769px) {
    .preheadings-container {
      padding-bottom:32px;
      padding-top:1rem;
    }
    .editorial.body {
    padding-top: 5rem;
    padding-bottom: 3rem;
    }
  }
  @media screen and (max-width: 768px) {
    
    .index-template [data-editorial].image-with-text .image-with-text__content {
      padding-bottom:5rem!important;
      padding-left:20px;
      padding-right:20px;
    }
    .image-with-text__text.subtitle.editorial {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      letter-spacing: 0.7px;
      text-align: center;
    }
    .index-template [data-editorial] .image-with-text__media-item--small.image-with-text__media-item--top.grid__item.no-pad {
      padding-bottom:0rem;
    }
    .image-with-text .preheading-right, .image-with-text .preheading-left {
      font-size: 11.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.15px;
    text-transform: uppercase;
    
    }
    .index-template [data-editorial].image-with-text .image-with-text__content .image-with-text__heading{
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      text-transform: uppercase;
    }
    .body.editorial {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.75px;
    padding-bottom:64px;
    }
    .index-template [data-editorial].image-with-text .image-with-text__content  {
      padding-top:8rem;
    }
    .index-template [data-editorial].image-with-text .image-with-text__content .image-with-text__heading.h2{
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      text-align: center;
      margin: 0 auto;
      padding-bottom:7rem;
    }
    .index-template [data-editorial].image-with-text .image-with-text__content h1 {
      font-size: 25px;
      padding-top:21px;
      margin:0;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 0.75px;
    padding-bottom:7.4rem;
    }
  [data-editorial].image-with-text .image-with-text__content .link {
      text-align:center;
      margin:0 auto;
      font-size:12px;
    }
    .nycb-page .link {
      font-size:12px;
    }
  }
  [data-editorial] .image-with-text__media--large  {
    height: 68.1rem;
  }
  [data-editorial] .image-with-text__media--large.grid__item.no-pad {
    padding-left: 0;
    width: 45%;
    max-width: 62%;
  }
  @media (min-width: 1025px) {
  [data-editorial] .image-with-text__media-item--large.grid__item.no-pad {
    padding-left: 0;
    width: 53%;
    max-width: 61.5%;
  }
  }
  @media (max-width: 989px) {
    [data-editorial] .image-with-text__media--large {
      height: 28.1rem;
  }
  
  }@media screen and (min-width: 769px) {
    [data-editorial] .image-with-text__content--desktop-center > * {
    
        margin: auto;
    }
}
@media screen and (min-width: 750px) and (max-width:769px) {
  [data-editorial]  .grid--3-col-tablet .grid__item {
      width: 100%;
      margin:0 auto;
      max-width:100%;
  }
  .nycb-page [data-editorial] .image-with-text__text-item.grid__item .content-container.full-height {
    width:80%;
  }
}
@media screen and (min-width: 768px) and (max-width:1024px) {
  [data-editorial] .grid--3-col-tablet .grid__item {
    width:50%;
     max-width:50%;
  }

}
  @media (min-width: 1600px) {
    [data-editorial] .content-container.full-height .image-with-text__heading {
   margin:auto;
    }
    [data-editorial] .image-with-text__content--desktop-center > * {
      margin:auto;
    }
    [data-editorial] .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content {
      justify-content:center;
    }

    .index-template [data-editorial] .content-container.full-height.centered .link{
      margin:auto;
    }
  }
.text-slider .button.slider-counter__link.slider-counter__link--dots.link.slider-counter__link--active > span {	
      background: #000!important;	
}	
