.email-optin {
  clear: both;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-family: Helvetica, sans-serif;
}

@media (min-width: 769px) {
  .email-optin {
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.email-optin__footer {
  padding: 1rem;
  background-color: #0073ae;
}

@media (min-width: 769px) {
  .email-optin__footer {
    padding: 2.125rem 3rem;
  }
}

.email-optin__image {
  margin-bottom: 1rem;
  max-width: 100px;
}

@media (min-width: 769px) {
  .email-optin__image {
    max-width: unset;
    margin-bottom: 0;
  }
}

.email-optin__image img {
  width: auto;
  max-height: 139px;
}

.email-optin__info {
  width: 100%;
}

@media (min-width: 769px) {
  .email-optin__info {
    margin-left: 3rem;
  }
}

.email-optin__copy {
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-bottom: 1.25rem;
}

@media (min-width: 769px) {
  .email-optin__copy {
    text-align: left;
  }
}

.email-optin__copy .copy__header {
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 769px) {
  .email-optin__copy .copy__header {
    font-size: 2.25rem;
  }
}

.email-optin__copy .copy__subheader {
  font-size: 1rem;
}

@media (min-width: 769px) {
  .email-optin__copy .copy__subheader {
    font-size: 1.5rem;
  }
}

.email-optin__copy p {
  margin-bottom: 0.5rem;
}

.email-optin__form {
  margin-bottom: 1.5rem;
  max-width: 450px;
}

@media (min-width: 769px) {
  .email-optin__form {
    margin-bottom: 0;
  }
}

.email-optin__form .form__group-btn {
  line-height: 1.5;
  padding: 0.375rem 1rem;
  bottom: 0;
  font-weight: bold;
}

@media (min-width: 769px) {
  .email-optin__form .form__group-btn, .email-optin__form .form__input {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
}
