/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
/* ###### NAV VARIABLES ###### */
/* ##### HEADER BANNER VARIBLES ##### */
/* ##### BTN VARIABLES ##### */
/* ##### CARDS VARIABLES ##### */
/* ##### FOOTER VARIABLES ##### */
.testimonials {
  display: block;
  position: relative; }

.testimonial-slide {
  width: 100%; }
  .testimonial-slide .testimonial {
    display: block;
    position: relative;
    width: 100%;
    z-index: 2000;
    padding: 25px 15px 25px; }
    .testimonial-slide .testimonial p {
      margin: auto;
      font-size: 19px;
      line-height: 35px;
      display: block;
      width: 100%;
      color: #000;
      text-align: left; }
      .testimonial-slide .testimonial p.testimonial-info {
        font-size: 14px;
        margin-top: 20px;
        font-weight: 700;
        position: relative;
        color: #da291c; }

.accentLine {
  width: 20px;
  height: 2px;
  background-color: #da291c;
  display: block;
  position: relative;
  margin-right: 5px; }

.testimonial-nav {
  color: #da291c;
  width: 500px;
  display: flex;
  position: absolute;
  top: -125px;
  align-items: center;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  font-size: 35px;
  cursor: pointer; }

.testimonials .flickity-prev-next-button {
  background-color: transparent; }
.testimonials .flickity-button-icon {
  fill: #fff; }
.testimonials .flickity-button:hover {
  background: transparent; }

@media screen and (min-width: 768px) {
  .testimonial {
    padding: 40px;
    text-align: center;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto; } }

/*# sourceMappingURL=testimonials-style.css.map */
