#subscribe-popup, #subscribe-pdf-popup, #subscribe-pdf-popup-2 {
    width: 100%;
    max-width: 1030px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 15px;
}
#subscribe-pdf-popup, #subscribe-pdf-popup-2 {
    max-width: 750px;
}
.mfp-bg{
    background: #848484;
}
#subscribe-popup .mfp-close, #subscribe-pdf-popup .mfp-close, #subscribe-pdf-popup-2 .mfp-close{
    top: 0;
    color: #333!important;
    font-size: 36px;
    background-image: none;
    background-color: #fff!important;
}
#subscribe-popup input[type=submit], #subscribe-pdf-popup input[type=submit], #subscribe-pdf-popup-2 input[type=submit]{
    margin-bottom: 0;
}
#subscribe-popup input[type=submit]:hover, #subscribe-pdf-popup input[type=submit]:hover, #subscribe-pdf-popup-2 input[type=submit]:hover{
    background-color: #931d16;
    color: #fff;
}
#subscribe-popup h2, #subscribe-pdf-popup h2, #subscribe-pdf-popup-2 h2{
    font-family: Lato!important;;
    font-size: 22px!important;
    margin-top: 30px;
}
#subscribe-popup p, #subscribe-pdf-popup p, #subscribe-pdf-popup-2 p{
    font-family: Lato!important;;
    font-size: 16px!important;;
}
.hbspt-form .hs-email > label, .hbspt-form .hs-firstname > label{
    display: none;
}

#subscribe-popup .hbspt-form input, #subscribe-pdf-popup .hbspt-form input, #subscribe-pdf-popup-2 .hbspt-form input{
    outline: 0;
    height: 41px;
    font-family: Lato;
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #999999;
    width: 100%;
    margin-bottom: 10px;
	color: 2b2b2b
}
#email_signup input{
    padding: 10px;
    outline: 0;
    height: 41px;
    font-family: Lato;
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    border-color: #999999;
    width: 100%;
    margin-bottom: 10px;
	color: #2b2b2b;
}
#email_signup button{
    width: 100%;
    height: 41px;
    font-size: 16px;
    font-family: "Lato";
}
#email_signup button.disabled, #email_signup button.disabled:hover {
    background-color: #af9c9c;
}
#email_signup button:hover{
    background-color: #931d16;
    color: #fff;
}