@charset "UTF-8";
.testimonials, .testimonials-show-all {
  margin: 0 auto 4rem;
  max-width: 71.25rem;
  padding: 0 2rem;
}
.testimonials *, .testimonials-show-all * {
  box-sizing: border-box;
}
.testimonials h3, .testimonials-show-all h3 {
  color: #bf2934;
  font-weight: bold;
}
@media screen and (max-width: 639px) {
  .testimonials h3, .testimonials-show-all h3 {
    text-align: center !important;
  }
}
@media screen and (max-width: 639px) {
  .testimonials .testimonial, .testimonials-show-all .testimonial {
    text-align: center !important;
  }
}
@media screen and (min-width: 640px) {
  .testimonials .testimonial .attribution, .testimonials-show-all .testimonial .attribution {
    text-align: right;
  }
}
.testimonials.centered, .testimonials-show-all.centered {
  text-align: center;
}
.testimonials.centered .attribution, .testimonials-show-all.centered .attribution {
  text-align: center;
}
.testimonials.alternate .testimonial-inner, .testimonials-show-all.alternate .testimonial-inner {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.testimonials.alternate .testimonial-inner .rating, .testimonials-show-all.alternate .testimonial-inner .rating {
  order: 2;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .testimonials.alternate .testimonial-inner .rating, .testimonials-show-all.alternate .testimonial-inner .rating {
    text-align: left;
    width: rem-calc(180);
  }
}
.testimonials.alternate .testimonial-inner .content, .testimonials-show-all.alternate .testimonial-inner .content {
  order: 1;
  width: 100%;
}
.testimonials.alternate .testimonial-inner .attribution, .testimonials-show-all.alternate .testimonial-inner .attribution {
  order: 3;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .testimonials.alternate .testimonial-inner .attribution, .testimonials-show-all.alternate .testimonial-inner .attribution {
    text-align: left;
    width: calc(100% - 180px);
  }
}
.testimonials .slick-next,
.testimonials .slick-prev, .testimonials-show-all .slick-next,
.testimonials-show-all .slick-prev {
  height: 2rem;
  width: rem-calc(21);
}
.testimonials .slick-next::before,
.testimonials .slick-prev::before, .testimonials-show-all .slick-next::before,
.testimonials-show-all .slick-prev::before {
  color: #606060;
  font-family: FontAwesome;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) {
  .testimonials .slick-next::before,
.testimonials .slick-prev::before, .testimonials-show-all .slick-next::before,
.testimonials-show-all .slick-prev::before {
    font-size: 2rem;
  }
}
.testimonials .slick-next, .testimonials-show-all .slick-next {
  right: -1.75rem;
}
@media screen and (min-width: 640px) {
  .testimonials .slick-next, .testimonials-show-all .slick-next {
    right: -2rem;
  }
}
.testimonials .slick-next::before, .testimonials-show-all .slick-next::before {
  content: "";
}
.testimonials .slick-prev, .testimonials-show-all .slick-prev {
  left: -2rem;
}
.testimonials .slick-prev::before, .testimonials-show-all .slick-prev::before {
  content: "";
}
.slick-dots li button::before {
	content: "\2022";
}
.testimonial .rating {
  color: #FFCA1C;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.testimonial .content {
  color: #444;
  font-size: rem-calc(14);
}
.testimonial .attribution {
  color: #606060;
  font-weight: bold;
}

.testimonials-controls .grid-container {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 auto 1rem;
  max-width: 71.25rem;
}
.testimonials-controls .btn {
  background-color: #999;
  border-radius: 0.25rem;
  color: #fefefe;
  font-size: rem-calc(14);
  font-weight: bold;
  line-height: 1;
  margin: 0 1rem 1rem;
  padding: 0.5rem 1.5rem;
  transition: all 0.2s ease;
}
.testimonials-controls .btn:hover {
  background-color: #606060;
  color: #fefefe;
}