/*base setup*/
.email-signup-offer-wrap {
  border: none;
  margin: 0;
  text-align: center;
}
.email-signup-offer-wrap label {
  display: none;
}
.email-signup-offer-wrap .email-offer-success-msg {
  line-height: 1.4;
  font-size: 10px;
  padding-bottom: 20px;
  margin: 8px 0 0;
}
.email-signup-offer-wrap .email-offer-applied-msg {
  position: relative;
  text-align: center;
  font-size: 10px;
  border: 1px solid black;
  width: 80%;
  white-space: nowrap;
  height: 36px;
  line-height: 35px;
  margin-left: 10%;
  padding: 0;
  font-family: Swiss721BT-Bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #000
}
.email-signup-offer-wrap .email-offer-applied-msg::before {
  content: " ";
  position: relative;
  top: 2px;
  height: 100%;
  width: 12px;
  height: 12px;
  background-image: url("../images/checkbox-green-sm.png");
  background-size: cover;
  display: inline-block;
  margin-right: 4px;
}
.email-signup-offer-wrap #email-signup-offer-email {
  background: #ffffff;
  width: 80%;
  line-height: 38px;
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .05em;
  height: 36px;
  font-family: Swiss721BT-Medium,"Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 14px;
  border: 1px solid black;
  margin-bottom: 6px;
  display: inline-block;
}
.email-signup-offer-wrap #email-signup-offer-email::-webkit-input-placeholder {
  color: #999999;
}
.email-signup-offer-wrap #email-signup-offer-email:-ms-input-placeholder {
  color: #999999;
}
.email-signup-offer-wrap #email-signup-offer-email::-ms-input-placeholder {
  color: #999999;
}
.email-signup-offer-wrap #email-signup-offer-email::placeholder {
  color: #999999;
}
.email-signup-offer-wrap #email-signup-offer-email.error-message,
.email-signup-offer-wrap #email-signup-offer-email.invalid-email {
  border-color: #a41e21;
}
.email-signup-offer-wrap button {
  background-position: right -20px top 12px;
  background-image: url('../images/icon-waiting.gif');
  background-size: 17px 17px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: auto !important;
  padding: 12px 35px;
  line-height: 1.2;
  width: 80%;
  font-size: 10px;
  display: inline-block;
}
.email-signup-offer-wrap button.loading {
  padding-right: 40px;
  background-color: #4c6d8b !important;
  background-position: right 14px top 10px;
}
.email-signup-offer-wrap button.disabled {
  background-color: lightgray;
  color: grey;
}
.email-signup-offer-wrap button.disabled:hover {
  background-color: lightgray;
  color: grey;
}
.email-signup-offer-wrap button.apply-welcome10 {
  background-color: green !important;
  width: 100%;
}
.email-signup-offer-wrap button:not(.disabled) {
  background-color: black;
  color: white;
  cursor: pointer;
}
.email-signup-offer-wrap button:not(.disabled):hover {
  background-color: #5b5b5b;
}

/*Promo Tab*/
#promo-tab-signup {
  text-align: center;
  background: white;
  overflow: hidden;
}
#promo-tab-signup .signup-heading h2 {
  font-family: "EksellDisplay-Large";
  font-size: 35px;
  margin-bottom: 10px;
}
#promo-tab-signup .signup-heading h3 {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.25;
}
#promo-tab-signup .signup-heading p {
  margin: 0 0 15px;
  line-height: 1;
  color: black;
  font-size: 14px;
  line-height: 1.25;
}
#promo-tab-signup .fineprint {
  margin: 15px 0;
}
#promo-tab-signup .fineprint a {
  color: black;
  font-size: 10px;
  line-height: 1;
  margin: 0;
  display: inline-block;
  text-decoration: underline;
}
#promo-tab-signup .fineprint a:first-child {
  border-right: 1px solid black;
  margin-right: 2px;
  padding-right: 6px;
}

/* Desktop Footer Signup */
#foot_subscribe #email-signup-offer-email {
  text-transform: none;
  border-color: #ccc;
  width: 67%;
}
#foot_subscribe .email-signup-offer-wrap #email-signup-offer-email::-webkit-input-placeholder {
  color: #000;
}
#foot_subscribe .email-signup-offer-wrap #email-signup-offer-email:-ms-input-placeholder {
  color: #000;
}
#foot_subscribe .email-signup-offer-wrap #email-signup-offer-email::-ms-input-placeholder {
  color: #000;
}
#foot_subscribe .email-signup-offer-wrap #email-signup-offer-email::placeholder {
  color: #000;
}
#foot_subscribe .email-signup-offer-wrap #email-signup-offer-email.error-message,
#foot_subscribe .email-signup-offer-wrap #email-signup-offer-email.invalid-email {
  border-color: #a41e21;
}
#foot_subscribe .email-signup-offer-wrap button {
  min-width: unset;
  width: 33%;
  padding: 0;
  line-height: 36px;
}
#foot_subscribe .email-signup-offer-wrap button.loading {
  padding-right: 15px;
  background-position: right 4px top 9px;
}
#foot_subscribe .email-signup-offer-wrap button:not(.disabled) {
  background-color: #489f42;
}
#foot_subscribe .email-signup-offer-wrap button:not(.disabled):hover {
  background-color: #729f6e;
}
#foot_subscribe .email-signup-offer-wrap .email-offer-success-msg {
  text-align: left;
  margin: 0 0 15px;
  padding: 0;
}
.isMobileEnvironment #foot_subscribe p {
  font-size: 11px;
  margin-bottom: 15px;
}
#foot_subscribe .email-signup-offer-wrap .email-offer-applied-msg {
  margin: 0;
  border-width: 2px;
  font-size: 12px;
  padding-top: 3px;
  width: 90%;
}
.isMobileEnvironment #foot_subscribe .email-signup-offer-wrap .email-offer-applied-msg {
  font-size: 10px;
  padding-top: 0;
  border-width: 1px;
  width: 60%;
  height: 30px;
  line-height: 30px;
}