.sticky-newsletter-ctatext {
    padding: 20px 20px 20px 45px;
    font-size: 20px;
}
.nlform {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
#form_EMAIL {
    width: inherit;
    font-size: 14px;
    background: none;
    height: 50px;
    min-width: 50%;
}
#form_SUBMIT {
    font-size: 14px;
    cursor: pointer;
    height: 50px;
    vertical-align: top;
    min-width: 40%;
    margin-left: -4px;
}
.sticky-newsletter-input-container {
    padding: 0px;
}
#nlform-slide {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 80px;
    z-index: 999;
    width: 100%;
    display: none;
}
.nlform-close {
    position: absolute; 
    right: 30px; 
    top: 10px;  
    font-size: 24px; 
    z-index: 999;
}
