#newsletter-popup {
  z-index: 700;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
}
#newsletter-popup .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; 
}
#newsletter-popup .content {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    padding: 15px 30px 30px; 
}

#newsletter-popup .button.close{
    min-width: inherit;
    font-size: 25px;
    font-weight: normal;
    background: transparent;
    color: #cccccc;
    z-index: 10;
    text-align: right;
    width: 100%;
}
#newsletter-popup .button.close:hover{
    color:#535353;
}

#newsletter-popup .block-title{
    background: transparent;
    border: none;
    text-align: center;
    color: #1d4588;
    font-family: "Raleway", Verdana, Arial, sans-serif;
    font-style: normal;
    text-rendering: optimizeSpeed;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
}

#newsletter-popup .block-content{
    padding: 0;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}
#newsletter-popup .form-subscribe-header{
    margin-bottom:15px;
}
#newsletter-popup .form-subscribe-header label{
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size:14px;
    font-weight: 400;
}

#newsletter-popup .block-content .button{
    background:#819F41;
    margin-top:15px;
    font-weight: 600;
    font-size:16px;
    letter-spacing: .05em;
}
#newsletter-popup .block-content .button:hover{
    background:#a5cc52;
}
#newsletter-popup .disclaimer{
    margin-top:15px;
    font-size: 12px;
}
#newsletter-popup #loading-message{
    text-align: center;
    margin-top:15px;
}
#newsletter-popup #show-message{
    text-align: center;
    margin-top:15px;
    background-color:#d5e6f7;
    padding:15px;
    font-weight: 600;
}