.wf {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.wf-b {
  font-family: 'Roboto Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.wf-alt,
.testimonials .quote-text-wrap {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.wf-alt-b,
.testimonials .quote-text-wrap p span,
.testimonials cite .author,
.testimonials cite .link-wrap a {
  font-family: 'Roboto Condensed Bold', sans-serif;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-solid-900.eot');
  src: url('/wp-content/themes/css/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-solid-900.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-solid-900.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-solid-900.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-brands-400.eot');
  src: url('/wp-content/themes/css/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-brands-400.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-brands-400.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-brands-400.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-regular-400.eot');
  src: url('/wp-content/themes/css/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-regular-400.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-regular-400.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-regular-400.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url('/wp-content/themes/css/fonts/fa-light-300.eot');
  src: url('/wp-content/themes/css/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/css/fonts/fa-light-300.woff2') format('woff2'), url('/wp-content/themes/css/fonts/fa-light-300.woff') format('woff'), url('/wp-content/themes/css/fonts/fa-light-300.ttf') format('truetype'), url('/wp-content/themes/css/fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.wrap,
.testimonials:not( .bg-color-default ) .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap,
  .testimonials:not( .bg-color-default ) .block-wrap {
    padding: 0 15px;
  }
}
.testimonials .testimonial {
  margin: 0 auto;
  max-width: 850px;
  padding: 0 3em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
  }
}
.testimonials blockquote {
  margin: 0;
  position: relative;
}
.testimonials .quote-left,
.testimonials .quote-right {
  left: 25px;
  margin-top: -60px;
  position: absolute;
  top: 50%;
}
.testimonials .quote-left.quote-right,
.testimonials .quote-right.quote-right {
  left: auto;
  right: 25px;
}
.testimonials .quote-left svg,
.testimonials .quote-right svg {
  fill: #f0f0f0;
  height: auto;
  width: 120px;
}
.testimonials .quote-text-wrap {
  color: #00447c;
  font-size: 1.8em;
  padding: 10px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .testimonials .quote-text-wrap {
    font-size: 1.9em;
  }
}
@media only screen and (min-width: 980px) {
  .testimonials .quote-text-wrap {
    font-size: 2em;
  }
}
.testimonials .quote-text-wrap p {
  margin: 0;
}
.testimonials .quote-text-wrap p span {
  background-color: #ffcb00;
  box-shadow: 10px 0 0 #ffcb00, -10px 0 0 #ffcb00;
  margin: 0 0.25em;
}
.testimonials cite {
  align-items: center;
  color: #637D06;
  display: flex;
  font-style: normal;
  justify-content: flex-end;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.testimonials cite .img-wrap {
  margin-right: 10px;
  width: 50px;
}
.testimonials cite .img-wrap img {
  border-radius: 50%;
  display: block;
}
.testimonials cite .author:before {
  content: '—';
}
.testimonials cite .link-wrap a {
  color: #637D06;
  text-decoration: none;
}
.testimonials.bg-color-default + .multiple-callout.slanted {
  margin-top: -2em;
}
.testimonials:not( .bg-color-default ) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.testimonials.bg-color-blue .quote-text-wrap,
.testimonials.bg-color-blue-alt .quote-text-wrap {
  color: #fff;
}
.testimonials.bg-color-blue .quote-text-wrap p span,
.testimonials.bg-color-blue-alt .quote-text-wrap p span {
  color: #00447c;
}
.testimonials.bg-color-blue cite,
.testimonials.bg-color-blue-alt cite {
  color: #b6cb45;
}
.testimonials.bg-color-blue .link-wrap a,
.testimonials.bg-color-blue-alt .link-wrap a {
  color: #b6cb45;
}
.testimonials.bg-color-blue-alt cite {
  color: #fff;
}
.testimonials.bg-color-grey-light cite {
  color: #4f6405;
}
.block.bg-color-default + .testimonials.bg-color-default {
  margin-top: -1em;
}
