/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
@charset "UTF-8";
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.quote-small {
  position: relative;
  margin: 0;
  padding: 2.5rem;
  padding-left: 3.75rem;
  padding-right: 1.25rem;
  max-width: 36.25rem;
}
.quote-small:before {
  position: absolute;
  top: 2.75rem;
  left: 0.625rem;
  content: "“";
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3.4375rem;
  font-style: italic;
  line-height: 1;
}
@media (min-width: 768px) {
  .quote-small {
    padding-bottom: 0;
  }
}
.quote-small__quote {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-style: italic;
  line-height: 1.8;
}
.quote-small__figure {
  position: relative;
  width: 3.4375rem;
  height: 3.4375rem;
}
.quote-small__figure img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@supports not (object-fit: cover) {
  .quote-small__figure img {
    height: auto;
  }
}
.quote-small__footer {
  position: relative;
  display: flex;
  padding-top: 2.25rem;
}
.quote-small__footer--left {
  position: relative;
  flex-shrink: 0;
  padding-top: 0.5625rem;
}
.quote-small__footer--right {
  position: relative;
  padding-left: 1.25rem;
}
.quote-small__footer .author {
  font-size: 0.6875rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.quote-small__footer .role {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #737373;
}
.quote-small.has-link .quote-small__footer--right {
  display: flex;
  justify-content: space-between;
}
.quote-small.has-link .quote-small__footer--link {
  align-self: flex-end;
  padding-left: 2.5rem;
}
.quote-small.has-link .quote-small__footer--link .wp-block-wwf-wwf-link {
  flex-shrink: 0;
}
.quote-small.is-style-orange, .quote-small.is-style-green, .quote-small.is-style-green-light {
  padding: 1.25rem;
}
.quote-small.is-style-orange:before, .quote-small.is-style-green:before, .quote-small.is-style-green-light:before {
  position: relative;
  top: 1.25rem;
  left: auto;
  font-size: 4.375rem;
}
.quote-small.is-style-orange:before {
  color: #f07f00;
}
.quote-small.is-style-green:before {
  color: #007932;
}
.quote-small.is-style-green-light:before {
  color: #8CC63F;
}

/*# sourceMappingURL=style.css.map */