/*---======<<< CHECKERBOARD CAROUSEL ITEM COMPONENT >>>======---*/
.section[data-component] + .section.checkerboard-carousel-item[data-component] {
  padding-top: 0;
}
.cb-article.checkerboard-block-item {
  float: none;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.cb-article.checkerboard-block-item .carousel-details {
  padding: 0 2.2rem;
}
.cb-article.checkerboard-block-item .cb-details {
  color: #1c2a33;
  letter-spacing: normal;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.25px;
  width: 100%;
  background-color: #fff;
  float: none;
  padding: 30px 30px 40px;
}
.cb-article.checkerboard-block-item .cb-details p {
  letter-spacing: normal;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: -0.25px;
}
.cb-article.checkerboard-block-item .cb-title {
  font-family: 'miller-display', serif;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 0.2px;
  font-weight: 600;
  text-transform: none;
  margin: 0 0 20px;
}
@media screen and (min-width: 2700px) {
  .cb-article.checkerboard-block-item .cb-title {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
.cb-article.checkerboard-block-item .carousel-hero {
  float: none;
  margin: auto;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item:not(.slick-current) .caption-text {
  display: none;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .slick-slide {
  position: relative;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav {
  height: 100%;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control {
  position: absolute;
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  opacity: 1;
  height: 50px;
  width: 50px;
  z-index: 6;
  margin-top: 12px;
  top: auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:after,
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:hover:after {
  font-family: 'icomoon', sans-serif;
  color: #575759;
  text-shadow: none;
  font-size: 20px;
  margin-top: 12px;
  display: block;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:hover,
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:focus {
  background-color: #f37120;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:hover:after,
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:focus:after {
  color: #fff;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
  left: 15px;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left:after {
  content: '\e914';
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
  right: 0;
}
.cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right:after {
  content: '\e913';
}
/*Community Redesign styles*/
.community-subpages .carousel-hero .campaign-carousel .item:before,
.collections-sub-page .carousel-hero .campaign-carousel .item:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: inset -1px -128px 92px -97px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset -1px -128px 92px -97px rgba(0, 0, 0, 0.6);
  box-shadow: inset -1px -128px 92px -97px rgba(0, 0, 0, 0.6);
  z-index: 9;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (min-width: 3800px) {
  .community-subpages .carousel-hero .campaign-carousel .item:before,
  .collections-sub-page .carousel-hero .campaign-carousel .item:before {
    -webkit-box-shadow: inset -1px -400px 180px -97px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset -1px -400px 180px -97px rgba(0, 0, 0, 0.9);
    box-shadow: inset -1px -400px 180px -97px rgba(0, 0, 0, 0.9);
  }
}
.community-subpages .carousel-hero .campaign-carousel .item .caption-text,
.collections-sub-page .carousel-hero .campaign-carousel .item .caption-text {
  position: absolute;
  bottom: 0;
  color: #fff;
  margin: 1.5rem;
  font-size: 1.4rem;
  width: 75%;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.community-subpages .carousel-hero .campaign-carousel .item .caption-text p,
.collections-sub-page .carousel-hero .campaign-carousel .item .caption-text p {
  margin: 0 0 1rem 1.3rem;
}
.community-subpages .carousel-hero .carousel-nav .carousel-control.left,
.collections-sub-page .carousel-hero .carousel-nav .carousel-control.left {
  width: 50px;
  height: 50px;
  bottom: -14px;
  top: auto;
  right: 67px;
  z-index: 10;
}
.community-subpages .carousel-hero .carousel-nav .carousel-control.left:after,
.collections-sub-page .carousel-hero .carousel-nav .carousel-control.left:after {
  margin-top: 13px;
}
.community-subpages .carousel-hero .carousel-nav .carousel-control.right,
.collections-sub-page .carousel-hero .carousel-nav .carousel-control.right {
  bottom: -14px;
  top: auto;
  width: 50px;
  height: 50px;
  right: 15px;
  z-index: 10;
}
.community-subpages .carousel-hero .carousel-nav:after,
.collections-sub-page .carousel-hero .carousel-nav:after {
  margin-top: 13px;
}
.community-subpages .carousel-hero .nav .cb-articlenum,
.collections-sub-page .carousel-hero .nav .cb-articlenum {
  display: none;
}
.community-subpages .carousel-hero .cb-image,
.collections-sub-page .carousel-hero .cb-image {
  max-width: 100%;
  width: calc(100vw - 30px);
  overflow: hidden;
}
.community-subpages .carousel-hero .cb-image.clickable a,
.collections-sub-page .carousel-hero .cb-image.clickable a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.community-subpages .carousel-hero .cb-image.clickable a:after,
.collections-sub-page .carousel-hero .cb-image.clickable a:after {
  background: #fff;
  border-radius: 50%;
  color: #222222;
  content: '\e904';
  font-family: 'icomoon';
  height: 50px;
  padding: 13px 0 0 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}
@media screen and (min-width: 3800px) {
  .community-subpages .carousel-hero .cb-image.clickable a:after,
  .collections-sub-page .carousel-hero .cb-image.clickable a:after {
    width: 15rem;
    height: 15rem;
    padding: 5.2rem 0 0 5.3rem;
    font-size: 4rem;
  }
}
.community-subpages .carousel-hero .cb-image img,
.collections-sub-page .carousel-hero .cb-image img {
  height: auto;
  width: 100%;
}
#apartments-page .cb-article-copy a.cb-cta,
#apartments-page .cb-article-copy button.cb-cta {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-align: center;
  color: #1c2a33;
  border: 1px solid #f37120;
  padding: 10px 23px;
  height: 40px;
  outline: none;
  background-color: #fff;
  transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: auto;
}
@media screen and (min-width: 2700px) {
  #apartments-page .cb-article-copy a.cb-cta,
  #apartments-page .cb-article-copy button.cb-cta {
    font-size: 3.6rem;
    line-height: 0rem;
    padding: 36px 60px;
    border-radius: 50px;
  }
}
#apartments-page .cb-article-copy a.cb-cta::before,
#apartments-page .cb-article-copy button.cb-cta::before {
  content: "";
  position: absolute;
  background: #f37120;
  bottom: 0;
  left: auto;
  right: -100%;
  top: 0;
  z-index: -1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 25px;
  width: 100%;
  -webkit-transition: right 0.3s ease-in, opacity 0.3s ease-in;
  -o-transition: right 0.3s ease-in, opacity 0.3s ease-in;
  transition: right 0.3s ease-in, opacity 0.3s ease-in;
  opacity: 0;
  border: none;
}
@media (hover: hover), (-ms-high-contrast: none) {
  #apartments-page .cb-article-copy a.cb-cta:hover,
  #apartments-page .cb-article-copy button.cb-cta:hover {
    color: #fff;
    background-color: #f37120;
  }
  #apartments-page .cb-article-copy a.cb-cta:hover::before,
  #apartments-page .cb-article-copy button.cb-cta:hover::before {
    -webkit-animation-name: cta-primary-in;
    animation-name: cta-primary-in;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    right: 0;
    opacity: 1;
    -webkit-transition: right 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: right 0.3s ease-in, opacity 0.3s ease-in;
    transition: right 0.3s ease-in, opacity 0.3s ease-in;
  }
}
#apartments-page .cb-article-copy a.cb-cta.active,
#apartments-page .cb-article-copy button.cb-cta.active,
#apartments-page .cb-article-copy a.cb-cta:active,
#apartments-page .cb-article-copy button.cb-cta:active {
  background-color: #1c2a33;
  color: #fff;
  outline: none;
  border: 1px solid #1c2a33;
  z-index: 2;
}
#apartments-page .cb-article-copy a.cb-cta.active::before,
#apartments-page .cb-article-copy button.cb-cta.active::before,
#apartments-page .cb-article-copy a.cb-cta:active::before,
#apartments-page .cb-article-copy button.cb-cta:active::before {
  background-color: #1c2a33;
}
@-webkit-keyframes cta-primary-in {
  from {
    right: 100%;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes cta-primary-in {
  from {
    right: 100%;
    opacity: 1;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .cb-article.checkerboard-block-item .cb-article-copy h3 {
    font-size: 25px;
    margin-bottom: .5em;
  }
  .cb-article.checkerboard-block-item .cb-article-copy p {
    margin-bottom: .75em;
  }
  .cb-article.checkerboard-block-item .nav {
    text-align: center;
    float: none;
    width: 100%;
  }
  .cb-article.checkerboard-block-item .nav .cb-articlenum {
    transform: none;
    transform-origin: left top 0;
    position: relative;
    top: auto;
    margin-top: 10px;
  }
  .cb-article.checkerboard-block-item .nav .cb-articlenum span {
    color: #f37120;
  }
  .cb-article.checkerboard-block-item.img-pos-right nav {
    position: absolute;
    right: 30px;
  }
  .cb-article.checkerboard-block-item .carousel-hero {
    margin-top: 5%;
    margin: auto;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item img {
    width: 100%;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item .caption-text {
    width: 75%;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav {
    max-height: 100%;
    width: 100%;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    left: auto;
  }
}
@media screen and (max-width: 340px) {
  .cb-article .carousel-hero {
    margin-top: 5%;
    float: none;
    margin: auto;
  }
  .cb-article .carousel-hero .campaign-carousel {
    margin-bottom: 30px;
    max-width: 260px;
  }
  .cb-article .carousel-hero .campaign-carousel .item img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .cb-article.checkerboard-block-item {
    overflow: hidden;
  }
  .cb-article.checkerboard-block-item .cb-article-copy h3 {
    font-size: 25px;
    margin-bottom: 1em;
  }
  .cb-article.checkerboard-block-item .cb-article-copy p {
    margin-bottom: 1em;
  }
  .cb-article.checkerboard-block-item .nav .cb-articlenum {
    transform: rotate(-90deg);
    transform-origin: left top 0;
    position: absolute;
    padding: 20px 15px;
    top: 100%;
    left: 98%;
    white-space: nowrap;
  }
  .cb-article.checkerboard-block-item .nav .cb-articlenum span {
    color: #f37120;
  }
  .cb-article.checkerboard-block-item.img-pos-right .nav .cb-articlenum {
    left: -45px;
  }
  .cb-article.checkerboard-block-item .carousel-hero-wrap {
    height: 100%;
  }
  .cb-article.checkerboard-block-item .carousel-hero-wrap.img-pos-left {
    padding-right: 0;
  }
  .cb-article.checkerboard-block-item .carousel-hero-wrap.img-pos-right {
    padding-left: 0;
  }
  .cb-article.checkerboard-block-item .carousel-hero {
    height: 100%;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel {
    margin-bottom: 0;
    height: 100%;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav {
    height: 100%;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control {
    height: 80px;
    width: 80px;
    border: 1px solid rgba(204, 204, 204, 0.46);
    margin-top: 12px;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:after,
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control:hover:after {
    margin-top: 28px;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    right: 52px;
    left: auto;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left:after {
    font-size: 20px;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
    left: auto;
    right: -35px;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right:after {
    font-size: 20px;
  }
  .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    left: -35px;
  }
  .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
    left: 52px;
  }
  .cb-article.checkerboard-block-item.img-pos-right .content-holder {
    padding-left: 0;
  }
  .cb-article.checkerboard-block-item.img-pos-left .content-holder {
    padding-right: 0;
  }
  /*Community Page Redesign styles*/
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    width: 50px;
    height: 50px;
    bottom: -14px;
    top: auto;
    right: 67px;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left:after,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left:after {
    margin-top: 13px;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
    width: 50px;
    height: 50px;
    bottom: -14px;
    top: auto;
    right: 15px;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right:after,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right:after {
    margin-top: 13px;
  }
  .community-subpages .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left,
  .collections-sub-page .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    left: 79%;
  }
  .community-subpages .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right,
  .collections-sub-page .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
    left: 87.5%;
  }
}
@media (min-width: 1200px) {
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item img {
    width: 100%;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control,
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .nav .cb-articlenum {
    transition: 0.3s opacity ease;
  }
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel:hover .carousel-nav .carousel-control,
  .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .nav .cb-articlenum {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .community-subpages .cb-article.checkerboard-block-item,
  .collections-sub-page .cb-article.checkerboard-block-item {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .community-subpages .cb-article.checkerboard-block-item,
  .collections-sub-page .cb-article.checkerboard-block-item {
    margin-bottom: 2rem;
  }
  .community-subpages .cb-article.checkerboard-block-item .cb-details,
  .collections-sub-page .cb-article.checkerboard-block-item .cb-details {
    padding: 5rem 3rem;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    left: -1.5rem;
    bottom: 35%;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
    right: -1.5rem;
    bottom: 35%;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item .caption-text,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item .caption-text {
    width: 80%;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item .caption-text p,
  .collections-sub-page .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .item .caption-text p {
    margin: 0 0 1rem 1.5rem;
  }
}
@media screen and (min-width: 3800px) {
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    width: 10rem;
    height: 10rem;
    right: 14rem;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left:after {
    margin-top: 22px;
    font-size: 5rem;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
    width: 10rem;
    height: 10rem;
    right: 3rem;
  }
  .community-subpages .cb-article.checkerboard-block-item .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right:after {
    margin-top: 22px;
    font-size: 5rem;
  }
  .community-subpages .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.left {
    left: 85.5%;
  }
  .community-subpages .cb-article.checkerboard-block-item.img-pos-right .carousel-hero .campaign-carousel .carousel-nav .carousel-control.right {
    left: 92%;
  }
}
