.form-headline {
        padding-bottom: 30px;
        line-height: 1.4;
        text-align: left;
    }

    .form-headline--line-gold:after {
        content: '';
        width: 55px;
        height: 4px;
        background-color: #ffc425;
        margin-top: 10px;
        display: block;
    }

    .form-headline__subcopy {
        margin: 8px 0;
        line-height: 1.5;
        color: #898d8d;
    }

    .form-headline__title {
        font-weight: 800;
        font-size: 32px;
        line-height: 38px;
    }

    .form-headline__super {
        font-size: 14px;
        font-weight: 500;
        color: #807f83;
        display: block;
    }

    @media (min-width: 882px)
    .form-headline--line-gold:after {
        margin-left: 0;
        margin-right: 0;
    }

    label, label>.relative {
        display: block;
    }
    label {
        font-weight: 700;
        font-size: 12px;
        position: relative;
    }

    .m-t-0 {
        margin-top: 0!important;
    }

    .m-t-1 {
        margin-top: 1em;
    }

    .m-t-20px {
        margin-top:20px
    }

    .w-100 {
        width: 100%;
    }

    .btn {
      display: inline-block;
      padding: 15.5px 28px;
      line-height: 16px;
      font-size: 12px;
      appearance: none;
      outline: 0;
      border: 0;
      color: #fff;
      border-radius: 3px;
      transition: all 300ms ease;
      background: #0072ce;
      font-weight: 700;
      cursor: pointer;
      font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,sans-serif;
      text-decoration: none!important;
      text-align: center;
  }

  .btn:hover {
    background: #004882;
    color: #fff;
  }

  .form-field__help-link {
      display: inline-block;
      font-size: 14px;
  }
  .form-field__help-link {
      display: inline-block;
      font-size: 14px;
      margin: 1em 0;
  }

  .text-xs {
      font-size: 12px;
  }

  .text-center {
      text-align: center;
  }

  a {
      color: #0072ce;
      text-decoration: none;
      cursor: pointer;
  }

  #icon {
    display: block;
    margin:auto; 
    width:60%;
  }

  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    color: #77bc1f;
}