.email-signup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
  text-align: center;
}
.email-signup-content {
  position: fixed;
  width: clamp(1250px, 75%, 1450px);
  background-color: #fff;
  border-radius: 10px;
  text-shadow: none;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.4);
  display: flex;
  min-width: 480px;
  max-height: 829px;
}
.email-signup-content input {
  margin:0 auto 30px auto;
  border-radius: 5px;
  background: #EFEFF0;
  width: 372px;
  height: 50px;
  font-size: 16px;
  color: #505050;
  font-weight: 300;
  padding: 5px;
  border: 0;
  text-align: center;
  font-family: Montserrat;
  flex-shrink: 0;
  /*margin-bottom: 30px;*/
}
.email-signup-content .content-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 59%;
  height: 100%;
}
.email-signup-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*min-height: 660px;*/
}
.email-thankyou-container {
  display: none;
}
a.closer {
  display: block;
  position: absolute;
  right: -24px;
  top: -24px;
  z-index: 9999;
}
a.closer > img {
  width: 50px;
  height: 50px;
}
.email-signup-error,
.email-signup-success {
  text-align: center;
  display: none;
}
.email-signup-error {
  color: var(--error-text-danger);
  font-weight: bold;
  margin-bottom: 10px;
}
/*input#exclusiveSavingsEmail {
  padding: 10px 10px 9px 10px;
  width: 100%;
  max-width: min(375px, 85%);
  font-size: 16px;
  background-color: #e1e2e3;
  vertical-align: top;
  margin: 10px 0;
  text-align: center;
  border-radius: 0;
}*/
.loader {
  width: 32px;
  height: 32px;
  background: url(/images/loading.gif) no-repeat;
  margin: 0 auto;
  margin-top: 20px;
  display: none;
}
.email-signup-privacy {
  font-size: 12px;
  margin-top: auto;
}
.email-signup-content .btn-orange {
  /*box-shadow: 0px 4px 0px 0px #888888;*/
  background-color: #D46027;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.50);
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  width: 216px;
  height: 52px;
  flex-shrink: 0;
  line-height: 1;
  text-decoration: none;
}
.email-signup-content .btn-orange:hover {
  background-color: #f88146;
}
.email-signup-content .email-signup-image {
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  object-fit: cover;
}
.signup-paragraph-1 {	/*title*/
  font-size: 60px;
  /*font-weight: 700;
  line-height: 63px;
  letter-spacing: -1px;
  margin-bottom: 0;*/
  margin: 0;
  font-weight: 700;
  line-height: 1;
  margin-top: 60px;
}
.email-signup-content-B .signup-paragraph-1 {
  font-size: 50px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.email-signup-content-B .signup-paragraph-1 .large {
  display: block;
}
.email-signup-content-D .signup-paragraph-1 {
  margin-top: 30px;
}

.signup-paragraph-2 {	/*subtitle*/
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  margin: 20px 0 30px 0;
}
.email-signup-content-B .signup-paragraph-2 {
  font-size: 24px;
  line-height: 34px;
  margin: 10px 0 20px 0;
}

.email-signup-content-B .link {
  color: #929292;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  margin: 20px 30px;
  text-decoration: underline;
}
.email-signup-content-B .small-info {
  color: #505050;
  font-size: 10px;
  padding: 0 20px;
}
.email-signup-content-B .promo-code {
  max-width: 100%;
  position:relative;
  background-image:URL('/images/email_signup/promotion-code-blank.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  width: 455px;
  height: 98px;
}
.email-signup-content-B .overlay {
  width:100%;
  height:100%;
  display:flex;
  /*position:absolute;top:0;left:0;*/
}
.email-signup-content-B input {
  margin-bottom: 20px;
}
.email-signup-content-B .btn-orange {
  width: 254px;
}
.email-signup-content-C .small-info {
  color: #505050;
  font-size: 10px;
  margin-top: 20px;
  width:80%;
  display: inline-block;
}
.email-signup-content-D .phone-icon {
   margin-top: 50px;
}
.offer-image {
  display: flex;
}
.sms-image {
  display: none;
}
.promo-leftside {
  width: 34%;
}
.promo-rightside {
  width: 65%;
}
.promo-leftside, .promo-rightside {
  display: flex;
  font-weight: bold;
  color: white;
  font-size: 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 993px) and (max-width: 1400px),
       screen and (min-height: 680px) and (max-height: 876px) {
  a.closer {
    right: -19px;
    top: -19px;
  }
  a.closer > img {
    width: 40px;
    height: 40px;
  }
  .email-signup-content-C .small-info {
    font-size: clamp(8px, .71vw, 10px);
    margin-top: clamp(5px, 1.42vw, 10px);
    width: 90%;
  }
  .email-signup-content-B .promo-code {
    max-width: 80%;
  }
  .email-signup-content-B .small-info {
    font-size: clamp(8px, .71vw, 10px);
    padding: 0 1.42vw;
  }
  .email-signup-content-B .signup-paragraph-2 {
    font-size: clamp(16px,1.71vw,24px);
    line-height: clamp(16px,2.42vw,34px);
    margin: 0 0 clamp(5px,1vw,10px) 0;
  }
  .email-signup-content-B .signup-paragraph-1 {
    font-size: clamp(26px,3.2vw,40px);
    margin-top: clamp(10px,2vw,20px);
    margin-bottom: clamp(10px,2vw,10px);
    line-height: 1;
  }
  .email-signup-content-B .signup-paragraph-1 .large {
    display: block;
  }
  .signup-paragraph-1 {
    font-size: clamp(32px,3.42vw,50px);
    line-height: 1;
    letter-spacing: -.07vw;
    margin-top: clamp(30px,4.28vw,60px);
  }

  .email-signup-content-C .signup-paragraph-1 {
    font-size: clamp(32px,2.9vw,42px);
  }
  .signup-paragraph-2 {
    font-size: clamp(16px,1.28vw,24px);
    font-weight: 300;
    line-height: 1.4;
    margin: clamp(10px,1.42vw,20px) 0 clamp(10px,1.42vw,20px) 0;
  }
  .email-signup-content {
    width:unset;
    max-width: 960px;
    max-height: 637px;
  }
  .email-signup-container {
    min-width: 430px;
    min-height: 505px;
  }
  .email-signup-content .content-half {
    width: 60%;
  }
	.email-signup-content input {
	  margin:0 auto 20px auto;
	  border-radius: 5px;
	  background: #EFEFF0;
    width: 330px;
	  height: 50px;
    padding: 0;
	  font-size: 16px;
	  color: #505050;
	  font-weight: 300;
	  border: 0;
	  text-align: center;
	  font-family: Montserrat;
	  flex-shrink: 0;
	}
}
@media screen and (max-width: 992px),
       screen and (max-height: 679px){
  .email-signup-container {
    min-height: 300px;
  }
  .email-signup-content {
    flex-direction: column;
    min-width: unset;
    max-width: min(345px, 85%);
    width: calc(100% - 30px);
    max-height: 600px;
    height: auto;
    padding: 0 10px 10px 10px;
  }
  .email-signup-content .content-half {
    order: 2;
    width: 100%;
  }
  .email-signup-content .email-signup-image {
    order: 1;
    border-radius: 10px 10px 0 0;
    width:100%;
    max-width: 345px;
    display: none;
  }
  .email-signup-logo {
    width: 160px;
    height: auto;
  }
  a.closer {
    right: -14px;
    top: -14px;
  }
  a.closer > img {
    width: 30px;
    height: 30px;
  }
  .signup-paragraph-1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -1px;
    margin-top: 30px;
  }
  .email-signup-content-B .signup-paragraph-1 {
    font-size: 33px;
    margin-top: 30px;
  }
  .signup-paragraph-2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin: 15px 0 15px;
  }
  .email-signup-content-B .signup-paragraph-1 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .email-signup-content-B .promo-code {
    width: calc(90% - 50px);
  }
  .promo-leftside, .promo-rightside {
    font-size: 15px;
  }

  .email-signup-content-B .signup-paragraph-2 {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0 10px 0;
  }
  input#exclusiveSavingsEmail {
    max-width: 275px;
  }
  .email-signup-privacy {
    max-width: 255px;
    margin: 10px 0;
  }
  .email-signup-content input {
    margin:0 auto 20px auto;
    border-radius: 5px;
    background: #EFEFF0;
    width: 265px;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    color: #505050;
    font-weight: 300;
    border: 0;
    text-align: center;
    font-family: Montserrat;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 992px) and (max-height: 679px) {
  .email-signup-container {
    min-height: unset;
  }
  .email-signup-content .content-half {
    width: 100%;
  }
  .email-signup-content-B .small-info {
    font-size: 8px;
  }
  .email-signup-content .btn-orange {
    font-size: 16px;
    height: 46px;
    line-height: 48px;
  }
	.email-signup-content input {
	  margin:0 auto 20px auto;
	  border-radius: 5px;
	  background: #EFEFF0;
	  width: 250px;
	  height: 25px;
	  font-size: 16px;
	  color: #505050;
	  font-weight: 300;
	  border: 0;
	  text-align: center;
	  font-family: Montserrat;
	  flex-shrink: 0;
	}
}
@media screen and (max-width: 992px) and (max-height: 640px) {
  .email-signup-container {
    min-height: unset;
  }
  input#exclusiveSavingsEmail {
    margin-top: 0;
  }
}

@media screen and (max-width: 345px) {
  .email-signup-content-B .promo-code {
    width: 100%;
  }
}