/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/* Bounce To Right */

/* line 4, stdin */

.testimonial-carousel {
  position: relative;
  padding: 65px 0;
  z-index: 2;
}

@media (min-width: 768px) {
  /* line 9, stdin */

  .testimonial-carousel:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    height: 203px;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
}

/* line 26, stdin */

.testimonial-carousel-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 30, stdin */

.testimonial-carousel__wrapper {
  /* the parent */
}

/* line 33, stdin */

.testimonial-carousel__wrapper .carousel-image img {
  width: 510px !important;
  max-width: 100%;
  height: 397px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@media (min-width: 768px) {
  /* line 33, stdin */

  .testimonial-carousel__wrapper .carousel-image img {
    width: 304px !important;
    height: 354px;
  }
}

/* line 47, stdin */

.testimonial-carousel__wrapper .slick-slide {
  margin: 0 9px;
}

/* line 52, stdin */

.testimonial-carousel__wrapper .slick-list {
  margin: 0 -9px;
}

/* line 56, stdin */

.testimonial-carousel__wrapper .carousel-content {
  background-color: #ffffff;
  padding: 36px 26px;
  border-radius: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 56, stdin */

  .testimonial-carousel__wrapper .carousel-content {
    text-align: left;
  }
}

/* line 67, stdin */

.testimonial-carousel__wrapper .carousel-content a {
  color: #59595B;
  text-decoration: underline;
  font-weight: 700;
}

/* line 73, stdin */

.testimonial-carousel__wrapper .carousel-content img {
  margin: 0 auto 27px;
  width: 68px;
  height: 44px;
}

@media (min-width: 768px) {
  /* line 73, stdin */

  .testimonial-carousel__wrapper .carousel-content img {
    margin: 0 0 27px 0;
  }
}

/* line 85, stdin */

.testimonial-carousel__text {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 85, stdin */

  .testimonial-carousel__text {
    width: 381px;
    text-align: left;
    margin-bottom: 0;
  }
}

/* line 98, stdin */

.testimonial-carousel__text h1,
.testimonial-carousel__text h2,
.testimonial-carousel__text h3,
.testimonial-carousel__text h4,
.testimonial-carousel__text h5,
.testimonial-carousel__text h6 {
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  /* line 98, stdin */

  .testimonial-carousel__text h1,
  .testimonial-carousel__text h2,
  .testimonial-carousel__text h3,
  .testimonial-carousel__text h4,
  .testimonial-carousel__text h5,
  .testimonial-carousel__text h6 {
    margin-bottom: 20px;
  }
}

/* line 111, stdin */

.testimonial-carousel__text a {
  color: #59595B;
  text-decoration: underline;
  font-weight: 700;
}

/* line 116, stdin */

.testimonial-carousel__text a:hover {
  color: #59595B;
}

/* line 125, stdin */

.testimonial-carousel .carousel-arrows {
  margin-top: 69px;
}

/* line 128, stdin */

.testimonial-carousel .carousel-arrows .next,
.testimonial-carousel .carousel-arrows .prev {
  border: none;
  background-color: transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

/* line 137, stdin */

.testimonial-carousel .carousel-arrows .next img,
.testimonial-carousel .carousel-arrows .prev img {
  width: 33px;
  height: 29px;
  padding: 5px;
}

/* line 147, stdin */

.testimonial-carousel .carousel-arrows .next {
  padding-left: 2px;
}

/* line 152, stdin */

.testimonial-carousel .carousel-arrows .prev {
  padding-left: 0;
}

/* line 156, stdin */

.testimonial-carousel .carousel-arrows--desktop {
  display: none;
}

@media (min-width: 768px) {
  /* line 156, stdin */

  .testimonial-carousel .carousel-arrows--desktop {
    display: block;
  }
}

/* line 163, stdin */

.testimonial-carousel .carousel-arrows--desktop .next {
  margin-left: 15px;
}

/* line 167, stdin */

.testimonial-carousel .carousel-arrows--desktop .prev {
  margin-right: 15px;
}

/* line 172, stdin */

.testimonial-carousel .carousel-arrows--mobile {
  display: block;
  text-align: center;
  margin-top: 60px;
}

@media (min-width: 768px) {
  /* line 172, stdin */

  .testimonial-carousel .carousel-arrows--mobile {
    display: none;
  }
}

/* line 181, stdin */

.testimonial-carousel .carousel-arrows--mobile .next {
  margin-left: 31px;
}

/* line 185, stdin */

.testimonial-carousel .carousel-arrows--mobile .prev {
  margin-right: 31px;
}

/* line 201, stdin */

.contrast-inverted .testimonial-carousel__wrapper .slick-list .slick-track .carousel-content {
  border: 1px solid #ff0 !important;
  border-bottom: 14px solid #ff0 !important;
}

/* line 219, stdin */

.contrast-higher .testimonial-carousel__wrapper .slick-list .slick-track .carousel-content {
  border: 1px solid #ffffff !important;
  border-bottom: 14px solid #ffffff !important;
}

/* line 223, stdin */

.contrast-higher .testimonial-carousel__wrapper .slick-list .slick-track .carousel-content img {
  -webkit-filter: brightness(4);
          filter: brightness(4);
}


/*# sourceMappingURL=testimonial-carousel.css.map*/