/**
 * 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 {
  position: relative;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .quote {
    padding-bottom: 0;
  }
}
.quote__visual {
  position: relative;
  display: block;
  width: 100%;
}
.quote__content {
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .quote__content {
    display: flex;
  }
}
.quote__content--citation {
  position: relative;
  width: 100%;
  min-height: 10rem;
  background: #fff;
  padding: 1.25rem;
  padding-bottom: 0;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .quote__content--citation {
    width: 72%;
    margin-top: -10rem;
    padding: 2.8125rem 3.125rem;
    padding-left: 3.75rem;
  }
}
.quote__content--citation * {
  font-size: 1.375rem;
  line-height: 1.8;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.quote__content--citation:after {
  position: absolute;
  content: "“";
  top: 0;
  left: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3.4375rem;
  font-style: italic;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .quote__content--citation:after {
    top: 2.8125rem;
  }
}
.quote__content--cite {
  position: relative;
  width: 100%;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .quote__content--cite {
    width: auto;
    max-width: 12.875rem;
    padding-left: 0;
    padding-top: 3.125rem;
    padding-right: 2.5rem;
  }
}
.quote__content--cite .author {
  font-size: 0.8125rem;
  margin-bottom: 0.3125rem;
}
.quote__content--cite .role {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #8C8C8C;
}
.quote.is-style-small-quote .quote__content--citation * {
  font-size: 1.125rem;
  line-height: 1.9;
}

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