/**
 * --------------------------------------------------------------------------------------------
 * FONT
 *
 * Apply font-size, line-height, and letter-spacing in one go.
 *
 * @usage
 *    @include font($font-size $line-height $letter-spacing);
 *    // All arguments are optional
 * --------------------------------------------------------------------------------------------
 */

.pullquote .quote {
  margin-top: 4.625rem;
}

@media (min-width: 750px) {
  .pullquote .quote {
    margin-top: 5.9375rem;
  }
}

@media (min-width: 1200px) {
  .pullquote .quote {
    margin-top: 7.1875rem;
  }
}

html[dir="rtl"] .pullquote .quote {
  font-family: "Helvetica Neue LT Arabic Bold", helvetica;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0;
}

@media (min-width: 750px) {
  html[dir="rtl"] .pullquote .quote {
    font-size: 1.8125rem;
    line-height: 2.3125rem;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .pullquote .quote {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}

html[dir="rtl"] .pullquote > .eyebrow {
  font-family: "Helvetica Neue LT Arabic Roman", helvetica;
  letter-spacing: 0;
  font-size: .8125rem;
  line-height: 1.375rem;
}

@media (min-width: 750px) {
  html[dir="rtl"] .pullquote > .eyebrow {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .pullquote > .eyebrow {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}

.pullquote .share {
  margin-top: 1.3125rem;
}

@media (min-width: 750px) {
  .pullquote .share {
    margin-top: 1.6875rem;
  }
}

html[dir="rtl"] .pullquote .share {
  margin-top: 1.25rem;
}

@media (min-width: 750px) {
  html[dir="rtl"] .pullquote {
    margin-left: 15%;
    margin-right: 30%;
  }
}

@media (min-width: 1200px) {
  html[dir="rtl"] .pullquote {
    margin-left: 30%;
    margin-right: 20%;
  }
}

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