/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   CORE
   =================================== */
/*============================================================= 
BREAK POINTS
============================================================= */
/*============================================================= 
MIXINS
============================================================= */
/*============================================================= 
TYPOGRAPHY
============================================================= */
/*============================================================= 
COLORS
============================================================= */
/* Base */
/* Primary */
/* Secondary */
/* Greys */
/* ===================================
   SITE SPECIFIC STYLES
   =================================== */
.block.carousel-text {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.block.carousel-text .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.block.carousel-text .heading {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.block.carousel-text .heading .title {
  font-weight: bold !important;
  background-image: url(../images/highlight.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.block.carousel-text .heading .yes {
  color: #D50032;
  text-decoration: underline;
}
.block.carousel-text .carousel .slide {
  text-align: center;
  opacity: 0.3;
  cursor: pointer;
}
.block.carousel-text .carousel .slide p {
  letter-spacing: normal;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: clamp(1.5em, 2vw, 1.75em);
  font-weight: 400;
  transition: all 700ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0px;
}
.block.carousel-text .carousel .slide.active {
  color: #D50032;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 10px;
}
.block.carousel-text .carousel .slide.active p {
  transform: scale(1.1);
}/*# sourceMappingURL=carousel-text.css.map */