/* ###### COLOR VARIABLES ###### */
/* ##### TEXT LINKS ##### */
/* ###### FONT VARIABLES ###### */
.quote-block-centered {
  color: #fff;
  padding: 8em 0;
  margin-top: 2em;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
.quote-block-centered .quote {
    max-width: 78vw;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase; }
.quote-block-centered .quote p {
      font-size: 1.1rem;
      text-transform: none;
      font-weight: 400; }
@media (min-width: 782px) {
        .quote-block-centered .quote p {
          font-size: 1.375rem; } }
.parent-pageid-14 .quote-block-centered {
  margin-bottom: 4em; }
.parent-pageid-14 .quote-block-centered:after {
    content: '';
    position: absolute;
    bottom: -34px;
    right: 0;
    left: 0;
    margin: auto;
    height: 68px;
    width: 6px;
    background: #ffe22e;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffe22e), to(#f15a29));
    background: linear-gradient(180deg, #ffe22e 0%, #f15a29 100%);
    z-index: 800; }


/*# sourceMappingURL=sf-quote-block-centered.css.map*/