#promo-signup {
  display: block;
  position: relative;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  color: #fff;
}
#promo-signup * {
  font-size: 1em;
  line-height: inherit;
  color: inherit;
}
#promo-signup img {
  display: block;
}
#promo-signup .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#promo-signup .promo-text {
  text-transform: uppercase;
}
#promo-signup .promo-text h2 {
  font-size: 2.33em;
  margin: 0;
}
#promo-signup .promo-text p {
  font-size: 1.15em;
  line-height: 1.3;
  max-width: 22em;
  margin: 0.25em auto;
}
#promo-signup form {
  /*label {
  }*/
}
#promo-signup form input[type=email] {
  background: #fff;
  color: #7d7d7d;
  height: 3em;
  width: 100%;
  max-width: 22em;
}
#promo-signup form button {
  display: inline-block;
  font-size: 10px;
  font-family: "Matter-Bold";
  text-transform: uppercase;
  background: transparent;
  border: 0.15em solid #fff;
  color: #fff;
  height: auto;
  padding: 1em 2em;
  border-radius: 2em;
  margin: 1em auto 0;
  transition: all 0.3s ease;
}
#promo-signup form button:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
#promo-signup .fineprint {
  font-size: 0.9em;
  max-width: 24em;
  margin: 1em auto 0;
}
#promo-signup .fineprint a {
  text-decoration: underline;
}

.email-signup-offer-wrap .error-message {
  color: #ef3333;
  font-size: 9px;
}
.email-signup-offer-wrap .email-offer-success-msg {
  font-weight: 500;
}
.email-signup-offer-wrap .email-offer-applied-msg {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-family: "Gotham Bold";
  line-height: 1;
}
.email-signup-offer-wrap .email-offer-applied-msg::before {
  content: " ";
  position: relative;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-image: url("images/checkbox-green-sm.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.email-signup-offer-wrap button.loading {
  padding-right: 40px;
  background-image: url("images/icon-waiting.gif");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
}
.email-signup-offer-wrap button.disabled:hover {
  background-color: lightgray;
  color: grey;
}
.email-signup-offer-wrap .email-signup-offer-wrap button:not(.disabled) {
  background-color: #000;
  color: #fff;
}
.email-signup-offer-wrap .email-signup-offer-wrap button:not(.disabled):hover {
  background-color: #7d7d7d;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 641px) {
  #promo-tab-signup .email-signup-offer-wrap {
    margin: 0;
  }
  #promo-tab-signup form {
    margin: 0 12px;
    width: calc(100% - 24px);
  }
  #promo-tab-signup button {
    font-size: 14px;
    padding: 0 28px;
    height: 36px !important;
    line-height: 36px !important;
  }
  #promo-tab-signup .fineprint {
    font-size: 10px;
  }

  .email-signup-offer-wrap .error-message,
.email-signup-offer-wrap .email-offer-success-msg {
    font-size: 11px;
  }

  .email-signup-offer-wrap .email-offer-applied-msg {
    font-size: 12px;
    padding: 10px 12px;
  }

  .email-signup-offer-wrap .email-offer-applied-msg::before {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
}

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