.site-header {
  background-image: url("../images/site-header.jpg");
  background-position: right center;
  background-repeat: repeat-x; }

.callout .editor h3 {
  color: #361163; }

.intro__heading-subtle {
  font-size: 1.62183rem;
  line-height: 1.35668;
  display: block; }
  @media (min-width: 600px) and (max-width: 960px) {
    .intro__heading-subtle {
      font-size: calc( 1.62183rem + 0.40546 * ( ( 100vw - 600px) / 360 )); } }
  @media (min-width: 960px) {
    .intro__heading-subtle {
      font-size: 2.02729rem; } }
