/* start email subscription lightbox */
#emailSubsLightBoxHolder {
  position: relative;
  background: url('../../images/newsletterpopup/bgd_gears.png') bottom center no-repeat;
  padding: 10px;
}

#emailSubsLightBoxHolder p.myCenter {
  text-align: center;
  margin: 0 0 15px 0;
}

#emailSubsLightBoxHolder h1 {
  font: normal 44px 'Roboto', sans-serif;
  color: #f7941e;
  font-weight: 300;
  text-align: center;
  text-transform: none;
  margin: 10px 0 5px 0;
  border-top: 1px solid #f7941e;
  border-bottom: 1px solid #f7941e;
  padding: 4px 0;
}

#emailSubsLightBoxHolder h1 span.titleBold {
  font: normal 44px 'Roboto', sans-serif;
  color: #f7941e;
  font-weight: 900;
}

#emailSubsLightBoxHolder h2 {
  font: normal 24px 'Roboto', sans-serif;
  color: #f7941e;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  margin: 0 0 15px 0;
}

#emailSubsLightBoxHolder p.handDown {
  font-size: 36px;
  color: #f7941e;
  text-align: center;
  margin: 0 0 15px 0;
}

#emailSubsLightBoxHolder form p {
  text-align: center;
  margin: 0 0 8px 0;
}

#emailSubsLightBoxHolder form p input.subsLightEmailTextField {
  background-color: #fff;
  width: 407px;
  height: 55px;
  font: normal 18px 'Roboto', sans-serif;
  color: #6b6b6b;
  text-align: center;
  padding: 0 15px;
  border: 1px solid #d2d2d2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#emailSubsLightBoxHolder form ul {
  width: 407px;
  margin: 0 auto;
  padding: 0;
}

#emailSubsLightBoxHolder form ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}

#emailSubsLightBoxHolder form ul li input.yesPleaseBtn {
  cursor: pointer;
  width: 199px;
  height: 53px;
  font: normal 16px 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #f7941e;
  border: 1px solid #f7941e;
  border-bottom: 4px solid #d57e17;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}

#emailSubsLightBoxHolder form ul li input.yesPleaseBtn:hover {
  cursor: pointer;
  width: 199px;
  height: 53px;
  font: normal 16px 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #ff8b00;
  border: 1px solid #ff8b00;
  border-bottom: 4px solid #ff8b00;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

#emailSubsLightBoxHolder form ul li input.noThanksBtn {
  cursor: pointer;
  width: 199px;
  height: 53px;
  font: normal 16px 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #afaeae;
  border: 1px solid #afaeae;
  border-bottom: 4px solid #8f8e8e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}

#emailSubsLightBoxHolder form ul li input.noThanksBtn:hover {
  cursor: pointer;
  width: 199px;
  height: 53px;
  font: normal 16px 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #8f8e8e;
  border: 1px solid #8f8e8e;
  border-bottom: 4px solid #8f8e8e;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

#emailSubsLightBoxHolder form ul li:last-child {
  margin: 0;
}

#emailSubsLightBoxHolder .emailSubsCrownBgOverlap {
  position: fixed;
  left: 42%;
  margin-top: -130px;
}

@media screen and (max-width: 600px) {
  #emailSubsLightBoxHolder h1, #emailSubsLightBoxHolder h1 span.titleBold {
    font-size: 42px;
  }
}

@media screen and (max-width: 414px) {
  #emailSubsLightBoxHolder form ul, #emailSubsLightBoxHolder form p input.subsLightEmailTextField, #emailSubsLightBoxHolder form ul li input.yesPleaseBtn, #emailSubsLightBoxHolder form ul li input.yesPleaseBtn:hover, #emailSubsLightBoxHolder form ul li input.noThanksBtn, #emailSubsLightBoxHolder form ul li input.noThanksBtn:hover {
    width: 100%;
  }
  #emailSubsLightBoxHolder form ul li {
    display: block;
    margin: 0 0 5px 0;
  }
  #emailSubsLightBoxHolder h1, #emailSubsLightBoxHolder h1 span.titleBold {
    font-size: 28px;
  }
  #emailSubsLightBoxHolder h2 {
    font-size: 18px;
  }
  #emailSubsLightBoxHolder p.handDown {
    font-size: 24px;
  }
  #emailSubsLightBoxHolder .emailSubsCrownBgOverlap {
    left: 35%;
  }
}

@media screen and (max-width: 375px) {
  #emailSubsLightBoxHolder .emailSubsCrownBgOverlap {
    left: 33%;
  }
  #emailSubsLightBoxHolder h1, #emailSubsLightBoxHolder h1 span.titleBold {
    font-size: 24px;
  }
  #emailSubsLightBoxHolder h2 {
    font-size: 16px;
  }
  #emailSubsLightBoxHolder form p input.subsLightEmailTextField {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  #emailSubsLightBoxHolder .emailSubsCrownBgOverlap {
    left: 30%;
  }
  #emailSubsLightBoxHolder h1, #emailSubsLightBoxHolder h1 span.titleBold {
    font-size: 20px;
  }
  #emailSubsLightBoxHolder form p input.subsLightEmailTextField, #emailSubsLightBoxHolder form ul li input.yesPleaseBtn, #emailSubsLightBoxHolder form ul li input.yesPleaseBtn:hover, #emailSubsLightBoxHolder form ul li input.noThanksBtn, #emailSubsLightBoxHolder form ul li input.noThanksBtn:hover {
    font-size: 14px;
  }
}

/* end email subscription lightbox */