#NewsletterPopup {
  position: fixed;
  width: 415px;
  min-height: 308px;
  left: 50%;
  margin-left: -205px;
  display: none;
  background-color: white;
  border-radius: 20px;
  padding: 15px 20px;
  z-index: 999998;
}
#NewsletterPopup ul {
  padding-left: 20px;
  font-size: 15px;
}
#NewsletterPopup .btn-primary {
  background-color: #008ca9 !important;
  border: solid 1px #008ca9;
}
#NewsletterPopup span.closeBtn {
  z-index: 999999;
  text-decoration: none;
  position: absolute;
  font-weight: bold;
  font-size: 17px;
  right: 9px;
  top: 12px;
  cursor: pointer;
  color: white !important;
  border-radius: 50%;
  display: inline-block;
  background-color: #008ca9;
  width: 30px;
  height: 30px;
  border: 0.5em;
  padding-top: 3px;
  text-align: center;
  padding-left: 1px;
}
#NewsletterPopup h2 {
  margin-top: 0;
  padding-top: 0;
  color: #008ca9;
  font-weight: bold;
  letter-spacing: 0;
}

#FormField_EmailAddress::placeholder {
  color: 8ca9;
  opacity: 1;
}

#Cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.81);
  width: 100%;
  height: 100%;
  z-index: 10000;
  backdrop-filter: blur(5px);
  overflow: hidden;
}

@media screen and (max-width: 415px) {
  #NewsletterPopup {
    width: 100%;
    margin: 0 auto;
    left: -1px;
    border-right: 0;
    border-radius: 0;
    padding: 10px 10px;
  }
  #NewsletterPopup h2 {
    width: 90%;
  }
  #NewsletterPopup span.closeBtn {
    right: 5px;
    top: 5px;
  }
}

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