/* Variables
Variables that the other CSS sections depend upon
*/
{% include '../../css/variables/_colors.css' %}

.bs-insights-slider {
  padding-top: 144px;
  display: block;
  overflow-x: hidden;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .bs-insights-slider {
    display: none;
  }
}

.bs-insights-slider__top {
  display: flex;
  flex: 1;
  margin-bottom: 80px;
  width: 100%;
  max-width: 1650px;
  padding: 0 24px;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__top {
    display: block;
    margin-bottom: 50px;
  }
} */

.bs-insights-slider__top__left {
  width: 40%;
  display: flex;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__top__left {
    width: 100%;
    display: block;
  }
} */

.bs-insights-slider__top__left h2 {
  font-size: 80px;
  line-height: 1.17em;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__top__left h2 {
    max-width: 100%;
    font-size: 47px;
  }
} */

.bs-insights-slider__top__left h2 strong {
  color: #104ADF;
}

.bs-insights-slider__top__right {
  width: 60%;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__top__right {
    width: 100%;
  }
} */

.bs-insights-slider__top__right p {
  color: #333333;
  letter-spacing: 0.01em;
  font-size: 26px;
  line-height: 1.31em;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__top__right p {
    font-size: 20px;
    max-width: 100%;
  }
} */

.bs-insights-slider__bottom {
  width: 100%;
  padding: 0 24px;
}

.bs-insights-slider__bottom__inner {
  margin: 0 0 0 auto;
  overflow: visible;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__bottom__inner {
    width: 100%;
    margin: 0 -10px;
  }
} */

.bs-insights-slider__bottom__inner .slick-list {
  overflow: visible;
  width: 50%;
  margin: 0 -12px;
  transform: translateX(50%);
}
/* @media (max-width: 991px) {
  .bs-insights-slider__bottom__inner .slick-list  {
    width: 182px;
    margin: 0;
  }
} */

.bs-insights-slider__bottom__slide {
  margin: 0 12px;
  text-align: center;
  position: relative;
}

.bs-insights-slider__bottom__slide__picture {
  background-size: cover;
  background-position: center;
  padding-top: 60%;
  margin-bottom: 20px;
  position: relative;
  cursor: none;
}

.bs-insights-slider__bottom__slide__pseudo {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 60%;
  width: 100%;
  background-color: rgba(16, 74, 223, 0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease;
  display: block;
}

.bs-insights-slider__bottom__slide:hover
.bs-insights-slider__bottom__slide__pseudo {
  opacity: 1;
}

.bs-insights-slider__bottom__slide h3 {
  font-size: 42px;
  line-height: 1.28em;
  max-width: 600px;
  margin: 0 auto 15px auto;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.bs-insights-slider__bottom__slide h3 a {
  color: #333;
  font-weight: 700;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__bottom__slide  {
    height: 250px;
    border-radius: 6px;
  }
} */

.bs-insights-slider__bottom__slide p {
  font-size: 20px;
  line-height: 1.25em;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.bs-insights-slider__bottom__slide.slick-active h3,
.bs-insights-slider__bottom__slide.slick-active p {
  opacity: 1;
}

.bs-insights-slider__controls {
  margin-top: 50px;
  display: flex;
  padding-left: 40%;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__controls  {
    margin-top: 30px;
    display: block;
    padding: 0 24px;
  }
  .bs-insights-slider__controls .bs-button {
    width: 100%;
    max-width: 400px;
  }
} */

.bs-insights-slider__controls__left,
.bs-insights-slider__controls__right {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}


.bs-insights-slider__controls__left {
  /* padding-left: 24px; */
}

.bs-insights-slider__controls__right {
  text-align: right;
  padding-right: 24px;
}
/* @media (max-width: 991px) {
  .bs-insights-slider__controls__right {
    display: none;
  }
} */

.bs-insights-slider__controls__prev,
.bs-insights-slider__controls__next {
  height: 56px;
  width: 56px;
  border: 1px solid #104adf;
  display: inline-block;
  border-radius: 99999em;
  background-size: 13px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.25s ease;
}

.bs-insights-slider__controls__prev.slick-disabled,
.bs-insights-slider__controls__next.slick-disabled {
  opacity: 0.5;
  cursor: default !important;
}

.bs-insights-slider__controls__prev {
  transform: rotate(180deg);
  margin-right: 12px;
}

.bs-insights-slider .slick-dots {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 0;
  margin-top: 80px;
}

.bs-insights-slider .slick-dots li {
  font-size: 0;
  height: 3px;
  width: 32px;
  display: inline-block;
  margin: 0;
}

.bs-insights-slider .slick-dots li button {
  height: 3px;
  width: 32px;
  border-radius: 0;
  font-size: 0 !important;
  padding: 0;
  border: none !important;
  background-color: rgba(16, 74, 223, 0.2);
  transition: background-color 0.25s ease, padding 0.25s ease;
}

.bs-insights-slider .slick-dots li.slick-active button,
.bs-insights-slider .slick-dots li button:hover {
  background-color: #104ADF;
  padding: 3px 0;
}

.bs-insights-slider__bottom__slide:hover
.bs-insights-slider__bottom__slide__hover-caption {
  opacity: 1 !important;
}

.bs-insights-slider__bottom__slide__hover-caption {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: #1041DF;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.25s ease;
  color: #fff;
}

.bs-insights-slider__bottom__slide__hover-caption__arrow {
  height: 32px;
  width: 32px;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}

.bs-insights-slider__bottom__slide__hover-caption__inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.17em;
  padding: 70px 6px 6px 6px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.bs-insights-slider-mobile {
  display: none;
}

@media (max-width: 991px) {
  .bs-insights-slider-mobile {
    display: block;
  }
}

.bs-insights-slider-mobile__top {
  padding: 0 24px;
  margin-bottom: 60px;
}

.bs-insights-slider-mobile__top h2 {
  font-size: 46px;
}
.bs-insights-slider-mobile__top p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.bs-insights-slider-mobile__slide {

}
.bs-insights-slider-mobile__slide__picture {
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
}
.bs-insights-slider-mobile__slide h3,
.bs-insights-slider-mobile__slide p {
  padding: 0 24px;
  text-align: center;
}
.bs-insights-slider-mobile__slide h3 {
  font-size: 28px;
  line-height: 32.73px;
  /* margin-bottom: 20px; */
}
.bs-insights-slider-mobile__slide p {
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0.01em;
}
.bs-insights-slider-mobile__slide__cta {
  text-align: center;
  margin-bottom: 50px;
}
.bs-insights-slider-mobile__slide__cta a {
  font-size: 0;
  width: 101px;
  height: 66px;
  display: inline-block;
  background-image: url('https://23611281.fs1.hubspotusercontent-na1.net/hubfs/23611281/raw_assets/public/ballast-website-theme/images/icons/insight-cta.svg');
}