/* !- Fonts */
/* !- Sizes */
/* !- Spaces */
/* !- Layout breakpoints and spacing */
/* !- Testimonials Carousel 3/11/25 */
.testimonials-splide li {
  max-width: none;
}

.testimonial-item-wrapper {
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  min-height: 461px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
}

.testimonial-item-wrapper {
  max-width: 1440px;
  display: flex;
  width: auto;
}

.testimonial-text-col {
  width: 60%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  padding: 80px 60px;
}

.testimonial-image-col {
  width: 40%;
  background-size: cover;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.testimonial-quote-mark {
  font-size: 200px;
  line-height: 82px;
  text-shadow: 3px 4px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0px;
  font-weight: 200;
  padding-top: 30px;
  height: 35px;
  overflow: hidden;
}

.testimonial-name {
  font-style: italic;
}

.testimonial-org {
  font-size: 16px;
  line-height: 23px;
}

/* !- Single Testimonial */
.testimonial-single {
  width: 100%;
  height: 100%;
}
.testimonial-single .testimonial-item-wrapper {
  width: auto;
}
.testimonial-single .testimonial-item-wrapper {
  padding: 0px;
  min-height: none;
}
.testimonial-single .testimonial-image-col {
  height: auto;
}

/* !- Transitions */
.testimonial-item-wrapper {
  transition: background-color 0.1s ease-in;
}

.testimonial-text-col,
.testimonial-image-col {
  transition: opacity 0.1s ease-in;
}

.is-prev .testimonial-item-wrapper,
.is-next .testimonial-item-wrapper {
  background-color: #004259;
}
.is-prev .testimonial-item-wrapper .testimonial-text-col,
.is-prev .testimonial-item-wrapper .testimonial-image-col,
.is-next .testimonial-item-wrapper .testimonial-text-col,
.is-next .testimonial-item-wrapper .testimonial-image-col {
  opacity: 0.2;
}

/* !- Responsive */
@media screen and (max-width: 1440px) {
  .testimonial-item-wrapper,
  .testimonials-controller-wrapper {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1200px) {
  .testimonial-item-wrapper,
  .testimonials-controller-wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1000px) {
  .testimonial-text-col,
  .testimonial-image-col {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .testimonial-item-wrapper,
  .testimonials-controller-wrapper {
    max-width: 900px;
  }
  .testimonial-item-wrapper {
    flex-direction: column-reverse;
    height: 100%;
  }
  .testimonial-text-col {
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
    padding: 60px 30px;
    box-sizing: border-box;
  }
  .testimonial-image-col {
    min-height: 302px;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
