@charset "UTF-8";
/**
 * This file is for the quote component.
 */
.quote__full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin: 0 -50vw;
  overflow: hidden;
  overflow: visible;
  background-color: #e8f6f8;
}
.quote__full-width::before {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../images/quote-top-mobile.svg");
  background-position: top;
  position: absolute;
  top: 0;
}
.quote__full-width::after {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../../images/quote-bottom-mobile.svg");
  background-position: bottom;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 48em) {
  .quote__full-width::before {
    background-image: url("../../images/quote-top-desktop.svg");
  }
  .quote__full-width::after {
    background-image: url("../../images/quote-bottom-desktop.svg");
    bottom: -1.7361111111%;
  }
}
.quote__full-width .quote-content {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.188rem 1.5rem 3.563rem 1.5rem;
}
@media (min-width: 32.5em) {
  .quote__full-width .quote-content {
    flex-direction: row;
  }
}
@media (min-width: 48em) {
  .quote__full-width .quote-content {
    padding: 5.688rem 1.5rem 6.25rem 1.5rem;
  }
}
@media (min-width: 80em) {
  .quote__full-width .quote-content {
    padding: 5.688rem 0 6.25rem 0;
  }
}
.quote__full-width .quote-content .field--name-field-quote-text {
  width: 100%;
  font-family: "Helvetica Neue Medium", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  color: #0f388a;
  letter-spacing: normal;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.quote__full-width .quote-content .name-proc-wrapper {
  padding: 0 20px;
}
.quote__full-width .quote-content .field--name-field-quote-credit {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-left: 18px;
}
.quote__full-width .quote-content .field--name-field-quote-credit::before {
  content: "—";
  color: #506380;
  position: absolute;
  transform: translateX(-100%);
}
.quote__full-width .quote-content .quote-credit-link {
  position: relative;
  z-index: 3;
}
.quote__full-width .quote-content .quote-credit-link .field--name-field-quote-credit {
  text-decoration: underline;
  color: #14828c;
}
.quote__full-width .quote-content .field--name-field-quote-credit-detail {
  color: #506380;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-left: -4px;
}
.quote__full-width .quote-content .field--name-field-quote-credit-detail::before {
  content: ", ";
  color: #506380;
}
/*# sourceMappingURL=quote.css.map */
