/*hytest email signup css*/

/*base*/
.sitewide-signup-form button {
  background-color: #00af4c;
  color: #fff;
  transition: all 0.3s;
  background-image: url("icon-waiting.gif");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: right -20px top 12px;
  padding: 8px 24px 9px;
  height: auto !important;
  line-height: 1.2;
  font-size: 12px;
  min-width: 120px;
  transition: all 0.3s;
}
.sitewide-signup-form.form-loading button {
  padding-right: 40px;
  background-position: right 12px top 6px;
  background-color: #00af4c !important;
}
.sitewide-signup-form button.disabled {
  background-color: lightgray;
  color: grey;
}
.sitewide-signup-form button.disabled:hover {
  background-color: lightgray;
  color: grey;
}
.sitewide-signup-form button:not(.disabled) {
  background-color: #00af4c;
  color: #fff;
}
.sitewide-signup-form button:not(.disabled):hover {
  background-color: #007935;
  color: #ffff;
  cursor: pointer;
}
.sitewide-signup-form .email-offer-success-msg {
  font-size: 11px;
  color: #fff;
}
.sitewide-signup-form .email-offer-applied-msg {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: transparent;
  font-size: 10px;
  padding: 7px 2px 10px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #00af4c;
  width: 94%;
  font-family: Roboto;
  letter-spacing: 0;
  margin-top: 10px 0 5px;
  z-index: 0;
}
.sitewide-signup-form .email-offer-applied-msg::before {
  content: " ";
  position: relative;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-image: url("checkbox-green-sm.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.sitewide-signup-form .sitewide-signup-form input[type="email"]::placeholder,
.sitewide-signup-form
  .sitewide-signup-form
  input[type="email"]::-webkit-input-placeholder,
.sitewide-signup-form
  .sitewide-signup-form
  input[type="email"]::-moz-placeholder,
.sitewide-signup-form
  .sitewide-signup-form
  input[type="email"]:-ms-input-placeholder,
.sitewide-signup-form
  .sitewide-signup-form
  input[type="email"]:-moz-placeholder {
  color: #999;
}
@media (min-width: 322px) {
  .footer-sitewide-signup .email-offer-success-msg {
    font-size: 12px;
  }
  .footer-sitewide-signup .email-offer-applied-msg {
    font-size: 11px;
  }
}

/*promo tab*/
.promotions-wrapper .promotion-item .content .info-details-poppup {
  z-index: 1;
}
#promo-tab-signup {
  text-align: center;
  background: url("promo-email-signup-20190722-bg.jpg");
  background-size: cover;
}
#promo-tab-signup h2 {
  line-height: 1.2;
  margin: 0 0;
  font-size: 14px;
}
#promo-tab-signup .signup-heading {
  color: #00af4c;
  font-family: "Forza-Bold", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 0;
  padding: 22px 0 2px;
}
#promo-tab-signup .signup-subheading {
  color: white;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 15px;
}

#promo-tab-signup h2 span {
  display: block;
  color: #00af4c;
  line-height: 0.9;
  font-size: 38px;
  letter-spacing: 0.025em;
  position: relative;
  top: -1px;
}
#promo-tab-signup .fineprint {
  padding-top: 15px;
  padding-bottom: 14px;
  color: white;
  font-size: 10px;
  line-height: 1;
  margin: 0;
  color: #cbcbcb;
  text-transform: uppercase;
}
#promo-tab-signup .sitewide-signup-form {
  margin: 0 9px;
  width: calc(100% - 18px);
  text-transform: uppercase;
}
#promo-tab-signup .sitewide-signup-form label {
  color: #cbcbcb;
  text-align: left;
  padding: 10px 0 0 1px;
  margin: 0;
  font-size: 12px;
  font-family: Roboto;
}
#promo-tab-signup .sitewide-signup-form .error-message span {
  font-size: 10px;
  color: #00af4c;
  font-family: Roboto;
  text-transform: uppercase;
}
#promo-tab-signup .sitewide-signup-form input[type="email"] {
  background: #ffffff;
  border: 1px solid #00af4c;
  width: 100%;
  padding: 8px 10px 9px;
  line-height: 1;
  height: auto;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
  font-family: Roboto;
}

@media (min-width: 322px) {
  #promo-tab-signup .signup-heading {
    font-size: 32px;
  }
  #promo-tab-signup .signup-subheading {
    font-size: 13px;
  }
  #promo-tab-signup .sitewide-signup-form .error-message span {
    font-size: 11px;
  }
}

/*mobile footer email signup*/
#mobile-footer-signup h3 {
  margin-bottom: 0;
}
#mobile-footer-signup .footer-sitewide-signup {
  display: flex;
  flex-wrap: wrap;
}
#mobile-footer-signup .footer-sitewide-signup .sitewide-signup-form {
  width: 100%;
}
#mobile-footer-signup .footer-sitewide-signup .sitewide-signup-form label {
  padding: 0;
  width: 100%;
  line-height: 10px;
  margin: 4px 0;
}
#mobile-footer-signup .footer-sitewide-signup .error-message span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 10px;
  margin-left: 0;
}
#mobile-footer-signup .footer-sitewide-signup input {
  width: 70%;
  font-size: 14px;
  font-family: Roboto;
  color: #999;
  height: 45px;
  text-transform: uppercase;
}
#mobile-footer-signup .footer-sitewide-signup button {
  width: 30%;
  font-size: 14px;
  font-family: Roboto;
  height: 45px !important;
  min-width: unset;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 0;
}
#mobile-footer-signup .form-loading button {
  background-position: right 7px top 13px;
  padding-right: 17px;
}
#mobile-footer-signup .email-offer-success-msg {
  color: #000;
  margin: 5px 0 7px;
}
#mobile-footer-signup .email-offer-applied-msg {
  color: #000;
  text-align: center;
}

/*desktop footer email signup*/
#footer-email-signup p {
  font-weight: 100;
  line-height: 24px;
}
#footer-email-signup .error-message span {
  color: #00af4c;
}
#footer-email-signup .footer-sitewide-signup {
  display: flex;
  flex-wrap: wrap;
}
#footer-email-signup .footer-sitewide-signup label {
  width: 100%;
}
#footer-email-signup .sitewide-signup-form {
  width: 100%;
}
#footer-email-signup .sitewide-signup-form input[type="email"] {
  color: #999;
  width: 68%;
  height: 45px;
  border: 1px solid #999;
  border-right: none;
}
#footer-email-signup .sitewide-signup-form button {
  width: 32%;
  min-width: unset;
  font-family: Roboto;
  font-weight: 400;
  height: 45px !important;
  font-size: 14px;
  padding: 0;
  letter-spacing: 0;
}
#footer-email-signup .form-loading button {
  background-position: right 30px top 13px;
  color: rgba(100, 100, 100, 0.5);
}

#footer-email-signup .form-error li {
  color: #962226;
}

#footer-email-signup .form-error input {
  border-color: #962226 !important;
}

#footer-email-signup .email-offer-success-msg {
  font-size: 13px;
  margin-bottom: 10px;
}
