.headline-with-intro {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  @media (min-width: 48em) {
    .headline-with-intro {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .headline-with-intro p:first-of-type {
    margin-top: 0;
    padding-top: 0; }
  .headline-with-intro .button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: nowrap;
    color: #FFFFFF;
    background: #08107B;
    box-shadow: 0 1px 0 #141414;
    border-radius: 6px;
    height: 37px;
    line-height: 17px;
    padding: 10px 15px;
    font-size: 1.4rem;
    background: none;
    box-shadow: none;
    color: #08107B;
    text-transform: none;
    border-radius: 0;
    padding: 0; }
    .headline-with-intro .button:hover, .headline-with-intro .button:focus {
      background: #060b55; }
    .headline-with-intro .button:hover, .headline-with-intro .button:focus {
      background: none;
      text-decoration: underline; }

.headline-with-intro__title {
  word-break: break-word; }
  @media (min-width: 64em) {
    .headline-with-intro__title {
      font-size: 44px;
      word-break: initial; } }

.headline-with-intro__copy {
  color: #141414; }
  .headline-with-intro__copy a.bold-underline {
    font-family: "Helvetica LT W01 Roman", Helvetica, Verdana, Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline; }
    .headline-with-intro__copy a.bold-underline:hover {
      text-decoration: none; }

.headline-with-intro__button {
  margin-top: 1rem; }

.headline-with-intro__subtitle {
  color: #141414;
  letter-spacing: 0.2em;
  margin-bottom: 0.5em; }
