section.ccl-widget.core-side-by-side.side-by-side.js-loaded {
  padding: 80px 0;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .slide-title a:hover {
  text-decoration: none;
  color: inherit;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .content-section .content-top {
  display: block;
}
section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .content-section > .inner {
  padding: 0;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide {
  position: relative;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide > .inner {
  max-width: 1240px;
  margin: 0;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slides {
  padding: 0;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide + .slide {
  margin-top: 31px;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .img-cont {
  margin-bottom: 0;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .content-section {
  padding: 20px;
  padding-top: 26px;
  background-color: var(--off-white);
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .slide-title,
section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .slide-title a {
  color: var(--dark-gray);
  font-size: 35px;
  letter-spacing: 0;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 23px;
  line-height: 34px;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .content-section p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 500;
  color: var(--dark-gray);
  display: inline;
}

section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .read-more {
  font-family: var(--font-body);
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  color: var(--teal);
  background-color: transparent;
  border-radius: 0;
  text-transform: lowercase;
  letter-spacing: 0;
  border-bottom: 1px solid var(--teal);
}

@media (min-width: 64em) {
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide + .slide {
    margin-top: 176px;
  }
  
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide {
    margin-left: 110px;
    margin-right: auto;
  }

  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n) .slide-top {
    grid-column: 1;
    grid-row: 1;
  }
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n) .content-section {
    grid-column: 2;
  }

  section.ccl-widget.core-side-by-side.side-by-side.js-loaded.reverse .slide:nth-child(2n) .slide-top {
    grid-column: 2;
    grid-row: 1;
  }
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded.reverse .slide:nth-child(2n) .content-section {
    grid-column: 1;
  }

  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide::before {
    content: '';
    position: absolute;
    top: -56px;
    right: 0;
    width: calc(863px + (100vw - 1440px));
    min-width: 700px;
    height: calc(100% + 136px);
    background-color: var(--off-white);
    z-index: -4;
  }

  /* child 2n slides */
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n)::before {
    right: 0;
    left: auto;
  }
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded.reverse .slide:nth-child(2n)::before {
    right: auto;
    left: 0;
  }

  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n) {
    margin-left: 110px;
    margin-right: auto;
  }
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded.reverse .slide:nth-child(2n) {
    margin-right: 110px;
    margin-left: auto;
  }

  /* Generic */
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .content-section {
    padding: 40px 70px;
    padding-right: 15px;
    max-width: 577px;
  }
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide.slide-title,
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .slide-title a {
    font-size: 54px;
    line-height: 1;
  }
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .content-section p {
    font-size: 20px;
    line-height: 32px;
  }
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide .read-more {
    font-size: 20px;
    line-height: 21px;
    margin-left: 5px;
  }
  
  .blog-detail section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide::before,
  .blog-detail section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n)::before {
    right: calc(var(--space-5) * -1);
  }
  
  .blog-detail section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n)::before {
    left: calc(var(--space-5) * -1);
  }
}

@media (min-width: 1370px) {
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide::before,
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n)::before {
    right: 0;
    left: auto;
    height: 542px;
  }
  
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded.reverse .slide:nth-child(2n)::before {
    left: 0;
    right: auto;
  }
  
  section.ccl-widget.core-side-by-side.side-by-side.js-loaded.reverse .slide:nth-child(2n) > .inner {
    margin-left: auto;
    margin-right: 0;
  }
  
  .blog-detail section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide::before,
  .blog-detail section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n)::before {
    right: calc(var(--space-5) * -1);
  }
  
  .blog-detail section.ccl-widget.core-side-by-side.side-by-side.js-loaded .slide:nth-child(2n)::before {
    left: calc(var(--space-5) * -1);
  }
}
