.carousel-with-image-or-video {
	padding: 120px 0 110px 0;
}
.carousel-with-image-or-video .upper {
	text-align: center;
}
.carousel-with-image-or-video .upper span {
	color: #009EDC;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.carousel-with-image-or-video .upper h3 {
	margin: 26px 0 60px 0;
	font-family: "Merriweather", serif;
	font-size: 40px;
	font-weight: 400;
}
.carousel-with-image-or-video .lower > div {
	display: flex;
	align-items: center;
}
.carousel-with-image-or-video .lower > div .inner-container {
	width: 100%;
}
.carousel-with-image-or-video .first .inner-container {
	padding: 18px 0 0 40px;
}
.carousel-with-image-or-video p {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}
.carousel-with-image-or-video .embedpress-wrapper .wistia_embed {
	width: 100% !important;
	height: 420px !important;
}
.carousel-with-image-or-video .ose-youtube,
.carousel-with-image-or-video .ose-youtube iframe {
	width: 100% !important;
	height: 393px !important;
	border-radius: 12px !important;
}
.carousel-with-image-or-video .embedpress-wrapper .wistia_embed > div {
	border-radius: 12px !important;
}
.carousel-with-image-or-video .featured-image {
	width: 100%;
	height: 420px;
	background-size: cover !important;
}
@media (max-width: 991px) {
  .carousel-with-image-or-video {
    padding: 65px 0 65px 0;
  }
}
.carousel-with-image-or-video .slick-list {
  min-height: 285px !important;
}
@media (max-width: 991px) {
  .carousel-with-image-or-video .outer-container .featured-image {
    margin: 35px auto 16px auto;
    width: 75% !important;
  }
}

.carousel-with-image-or-video .outer-container img {
  width: 100%;
}

.carousel-with-image-or-video .testimonial-text,
.carousel-with-image-or-video .testimonial-text p {
  display: inline;
  font-size: 48px !important;
  font-weight: 400;
  line-height: 52px;
}

@media (max-width: 769px) {
  .carousel-with-image-or-video .testimonial-text,
  .carousel-with-image-or-video .testimonial-text p {
    font-size: 40px !important;
  }
}

.carousel-with-image-or-video .testimonial-text p strong {
  color: #009EDC;
  font-weight: 400;
}

.carousel-with-image-or-video span + p {
  margin: 25px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
}

.carousel-with-image-or-video p + span {
  font-size: 16px;
}

.carousel-with-image-or-video .btn {
  margin: 0;
  color: #009EDC !important;
  border-color: #009EDC !important;
}
.carousel-with-image-or-video .btn:hover {
  background-color: #009EDC !important;
  color: #ffffff !important;
  border-color: #009EDC !important;
}

body .slick-slider.image-or-video-carousel {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  body .carousel-with-image-or-video .slick-dots {
    bottom: 70px !important;
  }
}

/*
* @david.t Quotes new design
*/
.image-or-video-carousel .testimonial-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: var(--sds-size-space-1200);
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--sds-size-space-1200);
}
@media (min-width: 992px) {
  .image-or-video-carousel .testimonial-content.testimonial-content--img {
      align-items: flex-start;
  }
}

.image-or-video-carousel .testimonial-cat {
  overflow: hidden;
  color: var(--Rebrand-SkyBlue, #009EDC);
  text-align: center;
  font-feature-settings: 'liga' off;
  text-overflow: ellipsis;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 1.92px;
  display: block;
}

.image-or-video-carousel .has-featured-image .testimonial-cat {
  margin-bottom: var(--sds-size-space-1200);
}

.carousel-with-image-or-video .testimonial-content .testimonial-text p {
  line-height: normal;
}

.image-or-video-carousel .testimonial-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--Rebrand-Charcoal, #2D3032);
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-variant: all-small-caps;
  letter-spacing: 1.92px;
}

.image-or-video-carousel .testimonial-title > span {
  font-family: "Source Sans 3";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  font-variant: none;
}

.carousel-with-image-or-video .btn-set {
  padding: 50px 0 0 0;
}

.carousel-with-image-or-video .btn {
  line-height: normal;
}

.image-or-video-carousel .slick-dots {
  position: static;
  padding: 50px 0 0 0;
}

.image-or-video-carousel .testimonial-img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.image-or-video-carousel .testimonial-img img{
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
}

.image-or-video-carousel .testimonial-img img{
  width: 200px !important;
  height: 200px;
  border-radius: 50%;
}
@media (max-width: 1536px) {
	.carousel-with-image-or-video .second {
		width: 55%;
	}
	.carousel-with-image-or-video .embedpress-wrapper .wistia_embed,
	.carousel-with-image-or-video .featured-image {
		height: 395px !important;
	}
	.carousel-with-image-or-video .slick-prev {
		left: -35px;
	}
	.carousel-with-image-or-video .slick-next {
		right: -5px;
	}
}
@media (max-width: 1400px) {
	.carousel-with-image-or-video .embedpress-wrapper .wistia_embed,
	.carousel-with-image-or-video .featured-image {
		height: 394px !important;
	}
}
@media (max-width: 1366px) {
	.carousel-with-image-or-video {
		padding: 105px 0 90px 0;
	}
	.carousel-with-image-or-video .embedpress-wrapper .wistia_embed,
	.carousel-with-image-or-video .featured-image {
		height: 383px !important;
	}
	.image-or-video-carousel .slick-dots {
		padding: 35px 0;
	}
}
@media (max-width: 1280px) {
	.carousel-with-image-or-video .second {
		width: 54%;
	}
	.carousel-with-image-or-video .embedpress-wrapper .wistia_embed,
	.carousel-with-image-or-video .featured-image {
		height: 351px !important;
	}
}
@media (max-width: 1152px) {
	.carousel-with-image-or-video .embedpress-wrapper .wistia_embed,
	.carousel-with-image-or-video .featured-image {
		height: 315px !important;
	}
}
@media (max-width: 1200px) {
  .carousel-with-image-or-video .btn {
      top: auto !important;
  }
}

@media (max-width: 991px) {
  .carousel-with-image-or-video .image-or-video-carousel .testimonial-img img {
      width: 200px !important;
  }

  .carousel-with-image-or-video .slick-arrow {
    bottom: -12px !important;
    top: auto;
  }
  
  .carousel-with-image-or-video .row.lower {
      flex-direction: column-reverse !important;
  }
    .carousel-with-image-or-video .first,
    .carousel-with-image-or-video .second {
        width: 100%;
    }
	.carousel-with-image-or-video .embedpress-wrapper .wistia_embed {
		height: 210px !important;
	}
  .mobile-reverse {
      flex-direction: column-reverse !important;
  }

  .carousel-with-image-or-video .mobile-reverse.row > * {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--bs-gutter-x) * .85);
      padding-left: calc(var(--bs-gutter-x) * .85);
      margin-top: var(--bs-gutter-y);
  }
  .carousel-with-image-or-video .first .inner-container {
	padding: 50px 0 0 0;
  }
  .carousel-with-image-or-video .btn {
    top: 0px !important;
    margin: 20px auto 10px auto !important;
  }
}
@media (max-width: 575px) { /* mobile */
  .carousel-with-image-or-video .slick-arrow {
    bottom: 30px !important;
    top: auto;
  }
  .carousel-with-image-or-video .slick-prev {
    left: 3px;
  }
  .carousel-with-image-or-video .slick-next {
    right: 23px;
  }
}
/*# sourceMappingURL=carousel-with-image-or-video.css.map */
