#newsletter-overlay {
  font-family: "BentonSans";
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 9999999; }
  #newsletter-overlay a.close {
    line-height: 1;
    font-size: 44px;
    position: absolute;
    top: 2%;
    right: 2%;
    text-decoration: none;
    color: #f26522;
    text-transform: uppercase;
    z-index: 5;
    font-weight: 300; }
  #newsletter-overlay a.close:hover {
    color: rgba(242, 101, 34, 0.7);
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease; }
  #newsletter-overlay .inner {
    position: absolute;
    width: 98%;
    left: 1%;
    max-width: 480px; }
    #newsletter-overlay .inner:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  #newsletter-overlay .breakpoint {
    display: none !important;
    content: "desktop"; }
    @media only screen and (max-width: 480px) {
      #newsletter-overlay .breakpoint {
        content: "mobile"; } }
  #newsletter-overlay .heading {
    padding: 40px 20px 20px 20px;
    background: #1D1F21;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 1.1em; }
  #newsletter-overlay form {
    display: block;
    padding: 20px;
    background: #9EA7A9;
    font-size: 14px;
    line-height: 1.25em; }
  #newsletter-overlay .row {
    position: relative;
    margin-top: 10px;
    clear: both; }
    #newsletter-overlay .row:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
  #newsletter-overlay .input {
    display: block;
    width: 100%;
    border: none; }
  #newsletter-overlay label {
    display: block;
    margin-bottom: 3px;
    color: #FFFFFF;
    cursor: pointer; }
  #newsletter-overlay label.error {
    color: #D10000;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 0;
    font-style: italic;
    font-size: 15px; }
  #newsletter-overlay #newsletterSignupEmail, #newsletter-overlay #newsletterSignupMSO {
    background: #000000;
    color: #737D80;
    padding: 5px;
    font-style: italic;
    text-transform: lowercase;
    height: 50px; }
  #newsletter-overlay #newsletterSignupSubmit {
    padding: 15px 5px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    background: #f26522;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 10px; }
    #newsletter-overlay #newsletterSignupSubmit.disabled {
      cursor: default;
      opacity: 0.7; }

/*# sourceMappingURL=newsletter-overlay.css.map */
