/*********************
COLORS
*********************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  word-break: break-word;
  word-wrap: break-word;
  -ms-hyphens: none;
  hyphens: none;
  -webkit-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

/*********************
Breakpoints
*********************/
.btn, .btn-blue-bright, .btn-green {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: #091f40;
  font-size: 15px;
  font-weight: bold;
  border: 2px solid #091f40;
  border-radius: 30px;
  padding: 6px 18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  .btn, .btn-blue-bright, .btn-green {
    font-size: 16px;
  }
}
.btn:hover, .btn-blue-bright:hover, .btn-green:hover, .btn:focus, .btn-blue-bright:focus, .btn-green:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #24426f;
  border-color: #24426f;
}
.btn:active, .btn-blue-bright:active, .btn-green:active {
  top: 1px;
}
.btn:visited, .btn-blue-bright:visited, .btn-green:visited {
  color: #fff;
}
[href*=tel].btn i, [href*=tel].btn-blue-bright i, [href*=tel].btn-green i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-green {
  background-color: #95c93d;
  border-color: #95c93d;
}
.btn-green:hover, .btn-green:focus {
  background-color: #6aa00c;
  border-color: #6aa00c;
}

.btn-blue-bright {
  background-color: #56bcd9;
  border-color: #56bcd9;
}
.btn-blue-bright:hover, .btn-blue-bright:focus {
  background-color: #24426f;
  border-color: #24426f;
}

.btn.btn-lg {
  font-size: 18px;
  padding: 10px 30px;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #091f40;
  border-color: #091f40 transparent #091f40 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#testimonials-block .testimonials {
  background-color: #091f40;
  padding: 48px 12px;
  position: relative;
  width: 100vw;
  left: calc(50% - 50vw);
}
@media (min-width: 1024px) {
  #testimonials-block .testimonials {
    padding: 94px 12px;
  }
}
#testimonials-block .testimonials .tab-content .read-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#testimonials-block .testimonials .tab-content .read-more-wrap > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 6px 12px;
  padding: 12px 0;
}
@media (min-width: 768px) {
  #testimonials-block .testimonials .tab-content .read-more-wrap > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  #testimonials-block .testimonials .tab-content .read-more-wrap > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33% - 12px);
    flex: 0 0 calc(33% - 12px);
  }
}
.acf-block-preview #testimonials-block .testimonials .testimonials__slider .slide:nth-child(n+9) {
  display: none;
}
#testimonials-block .testimonials__title {
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  #testimonials-block .testimonials__title {
    font-size: 32px;
  }
}
#testimonials-block .testimonials__slider {
  margin-top: 48px;
}
#testimonials-block .testimonials__slider:not(.slick-initialized) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
#testimonials-block .testimonials__slider:not(.slick-initialized) .slide:nth-child(n+9) {
  display: none;
}
#testimonials-block .testimonials__slider .slick-list {
  margin: 0 -24px;
}
#testimonials-block .testimonials__slider .slick-slide {
  outline: none;
}
@media (min-width: 768px) {
  #testimonials-block .testimonials__slider .slick-slide > *:first-child {
    margin-left: 50px;
    margin-right: -50px;
  }
}
@media (min-width: 1024px) {
  #testimonials-block .testimonials__slider .slick-slide > *:first-child {
    margin-left: 100px;
    margin-right: -100px;
  }
}
#testimonials-block .testimonials__slider .slide {
  margin: 15px 0;
  padding: 0px 36px;
}
@media (min-width: 1024px) {
  #testimonials-block .testimonials__slider .slide {
    padding: 0 24px;
  }
}
#testimonials-block .testimonials__slider .slide__content {
  border-radius: 15px 15px 15px 0px;
  background-color: #fff;
  padding: 30px 24px 38px;
}
#testimonials-block .testimonials__slider .slide__review-text {
  font-size: 16px;
}
#testimonials-block .testimonials__slider .slide__review-text p {
  font-size: inherit;
}
#testimonials-block .testimonials__slider .slide__author-name {
  font-size: 16px;
  font-weight: bold;
  line-height: unset;
  margin-bottom: 0;
}
#testimonials-block .testimonials .slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  #testimonials-block .testimonials .slider-controls {
    margin-top: 60px;
  }
}
#testimonials-block .testimonials .slider-controls .slick-arrow {
  max-width: 40px;
  margin: 0 8px;
  cursor: pointer;
}
#testimonials-block .testimonials .slider-controls .slick-arrow svg {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=testimonials.css.map */
