/**
 * Stackable Child
 */
/* Hero Containers
----------------------------------------------- */
.stk-block-background:not(.stk--no-padding) {
  padding-top: 6em;
  padding-bottom: 6em;
  margin-bottom: 0;
}
@media (max-width: 999.98px) {
  .stk-block-background:not(.stk--no-padding) {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (max-width: 698.98px) {
  .stk-block-background:not(.stk--no-padding) {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

/* Typography - Subtitles
----------------------------------------------- */
.stk-subtitle {
  font-family: ct_font_rotunda;
  font-weight: 500;
  --stk-subtitle-size: 1.4rem;
  line-height: 2rem;
}

/* Buttons
------------------------------------------- */
.stk-block-button:not(.is-style-link).small .stk-button {
  --stk-button-padding: 12px 24px !important;
}
.stk-block-button:not(.is-style-link).small .stk-button > .stk-button__inner-text {
  --theme-button-font-size: 50% !important;
}
.stk-block-button:not(.is-style-link).large .stk-button {
  --stk-button-padding: 24px 60px !important;
}

.stk-block-accordion:not(:last-of-type).stk--is-open {
  margin-bottom: 2em;
}

.services-carousel.stk-block-carousel .service-block, .services-carousel.stk-block-carousel .service-block * {
  transition-duration: 240ms;
}
.services-carousel.stk-block-carousel .service-block, .services-carousel.stk-block-carousel .service-block > .stk-block-content, .services-carousel.stk-block-carousel .service-block .stk-block.stk-block-column.stk-column > .stk-column-wrapper {
  height: 100% !important;
}
.services-carousel.stk-block-carousel .service-block .service-block-content {
  height: 100% !important;
}
.services-carousel.stk-block-carousel .service-block .service-block-content .stk-block-heading .stk-block-heading__text {
  font-size: clamp(1.6rem, -0.9rem + 4vw, 2.7rem);
}
.services-carousel.stk-block-carousel .service-block .stk-block-image {
  transform-origin: top right;
}
.services-carousel.stk-block-carousel .service-block .stk-block-image .stk-img-wrapper {
  min-width: 250px;
  max-height: 300px;
}

/* Testimonials - Star Ratings
----------------------------------------------- */
.star-ratings.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item .stk-block-icon-list-item__content .stk--svg-wrapper .stk--inner-svg svg {
  opacity: 0.25;
}
.star-ratings.stk-block-icon-list .stk-block-icon-list__ul .stk-block-icon-list-item.active .stk-block-icon-list-item__content .stk--svg-wrapper .stk--inner-svg svg {
  opacity: 1;
}/*# sourceMappingURL=stackable.css.map */