/* Homepage Testimonials Wrapper */
.cms-testimonials-home-wrap { padding: 3.125rem 0; background-color: var(--placeholderBG); background-repeat: no-repeat !important; background-position: center top !important; background-size: cover !important; }
.cms-testimonials-home-wrap .title { text-shadow: 0.0625rem 0.0625rem 0.1875rem hsla(0,0%,0%,0.5); }
.cms-testimonials-home-wrap .subtitle { color: hsl(var(--white)); text-shadow: 0.0625rem 0.0625rem 0.1875rem hsla(0,0%,0%,0.5); }
.cms-testimonials-home-wrap .testimonial-block { padding: 0 0.9375rem 1.25rem; background: linear-gradient(hsla(var(--black), 0), hsla(var(--black), 0)); }
.cms-testimonials-home-wrap .testimonial-block blockquote { margin: 0 0 1.5rem; color: hsl(var(--white)); text-align: center; text-shadow: 0.0625rem 0.0625rem 0.1875rem hsla(0,0%,0%,0.5); }
.cms-testimonials-home-wrap .testimonial-block .testimonial-signature .h5 { color: hsl(var(--white)); text-align: center; text-shadow: 0.0625rem 0.0625rem 0.1875rem hsla(0,0%,0%,0.5); }
.cms-testimonials-home-wrap .testimonials-controls { height: auto; display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width: 25rem; margin: auto; position: relative; }
.cms-testimonials-home-wrap .testimonials-controls .testimonial-btn-next,
.cms-testimonials-home-wrap .testimonials-controls .testimonial-btn-prev { color: hsl(var(--white)); }
.cms-testimonials-home-wrap .swiper-pagination-bullet { background-color: hsl(var(--white)); }
.cms-testimonials-home-wrap .swiper-pagination-bullet-active { background-color: hsl(var(--white)); }
@media (min-width: 768px) {
  .cms-testimonials-home-wrap .testimonial-block { padding: 0 1.25rem 1.25rem; }
}
@media (min-width: 1025px) {
  .cms-testimonials-home-wrap { padding: 5rem 0; }
  .cms-testimonials-home-wrap .testimonials-swiper { min-height: 50vh; display: flex; flex-direction: column; }
  .cms-testimonials-home-wrap .testimonials-controls { margin: auto auto 0; }
}

/* Testimonials Swiper */
.testimonials-swiper { width: 100%; max-width: 62.5rem; margin-top: 1rem; }
.testimonials-controls { height: 3.25rem; display: flex; flex-wrap: wrap; justify-content: flex-start; width: 100%; max-width: 25rem; margin: 0; position: relative; z-index: 1; }
.testimonials-controls .testimonials-btn-next,
.testimonials-controls .testimonials-btn-prev { width: 3.125rem; height: 3.125rem; margin: auto; position: relative; top: auto; right: auto; left: auto; background: transparent; border-radius: 50vw; box-shadow: none; color: hsl(var(--white)); transition: all 0.4s ease-in-out; }
.testimonials-controls .testimonials-btn-next:hover,
.testimonials-controls .testimonials-btn-prev:hover { background: hsl(var(--siteColor1)); box-shadow: var(--dropShadow); color: hsl(var(--white)); }
.testimonials-controls .testimonials-btn-next:focus,
.testimonials-controls .testimonials-btn-prev:focus { outline: none; box-shadow: var(--focusShadow); }
.testimonials-controls .testimonials-btn-next:after,
.testimonials-controls .testimonials-btn-prev:after { display: none; }
.testimonials-controls .testimonials-btn-next .icon,
.testimonials-controls .testimonials-btn-prev .icon { width: 1.75rem; height: 1.75rem; }
.testimonials-controls .testimonials-pagination { display: flex; align-items: center; position: relative; top: auto; right: auto; left: auto; }

/* Testimonial Blocks */
.testimonial-block { overflow: hidden; display: block; position: relative; padding: 0 0 1.25rem; }
.testimonial-block blockquote { width: 100%; position: relative; margin: 0 0 1.75rem; padding: 0; background: transparent; border-radius: 3rem; box-shadow: none; font-family: var(--siteFont1), serif; color: hsl(var(--bodyFontColor)); }
/* .testimonials-swiper .testimonial-block blockquote { text-align: center; } */
/* .testimonial-block blockquote:after { content: ''; width: 0; height: 0; position: absolute; top: calc(100% - 0.0625rem); left: 3.5rem; border-style: solid; border-width: 0.625rem 0.625rem 0 0.625rem; border-color: hsl(var(--white)) transparent transparent transparent; } */
.testimonial-block blockquote .icon-open-quote,
.testimonial-block blockquote .icon-end-quote { width: 2.5rem; height: 2.5rem; position: absolute; color: hsl(var(--lightGray)); }
.testimonial-block blockquote .icon-open-quote { top: 0.75rem; left: 1rem; }
.testimonial-block blockquote .icon-end-quote { right: 1rem; bottom: 0.75rem; }
.testimonial-block .testimonial-signature { font-family: var(--siteFont2); font-size: 1.125rem; color: hsl(var(--black)); text-align: left; text-transform: none; }
.testimonial-block .testimonial-signature .h5 { font-family: var(--siteFont2); margin: 0; font-size: 1rem; font-weight: var(--wRegular); }

/* Testimonial List Blocks */
.testimonial-item-block { margin-bottom: 2rem; padding: 0 0.5rem 1.25rem; }
.testimonial-item-block blockquote { padding: 2.25rem 1.5rem 2.25rem 3rem; background: hsl(var(--seasalt)); border-left: 0.125rem hsla(var(--siteColor1), 0.25) solid; border-radius: 0; box-shadow: none; color: hsl(var(--bodyFontColor)); }
.testimonial-item-block blockquote:after { display: none; border-color: hsl(0, 0%, 95%) transparent transparent transparent; }
.testimonial-item-block .testimonial-signature { color: hsl(var(--bodyFontColor)); text-shadow: none; }
.testimonial-item-block blockquote .icon-open-quote,
.testimonial-item-block blockquote .icon-end-quote { width: 1.5rem; height: 1.5rem; }
.testimonial-item-block blockquote .icon-end-quote { display: none; }