body, body label {font-family: 'Open Sans', sans-serif!important;font-weight:400!important;color:#444444!important;font-size:16px!important;}
.header-bg {
    background-image:url(//cdn2.hubspot.net/hubfs/498588/Mar-Bal/LP-bannerBG2.jpg);
    background-repeat:no-repeat;
    background-size:cover!important;
    background-position:50% top;
    width:100%!important;
    /*height:120px!important;*/
    display:block!important;
    margin-bottom:20px!important;
}
h1 {
    color: #ffffff !important;
    font-family: "Exo",sans-serif !important;
    font-size: 40px !important;
    font-style: italic;
    font-weight: 400;
    line-height: 105% !important;
    padding-top: 0;
}
@media screen and (max-width:767px) {
    h1 {font-size: 32px !important;}
    #google_language_translator {
        display: block !important;
        float: none !important;
        margin: 0 auto !important;
        width: 260px;
    }
}
@media screen and (max-width:600px) {
    h1 {font-size: 26px !important;}    
}
h2 {font-family: 'Open Sans', sans-serif;color:#444;font-weight:400;font-size:32px!important;font-style:normal!important;margin:2px 0 9px!important;}
h3 {
    font-family: 'Exo', sans-serif!important;color: #ef1d2a !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    margin: 16px 0 1px !important;
    text-transform: uppercase;
}
h3.form-title {
    margin: 0 0 16px !important;
}
h4 {font-family: 'Open Sans', sans-serif;color:#444;font-weight:700;font-size:20px!important;}
p {
    font-size:16px!important;
    line-height:155%!important;
    padding:3px 0 12px!important;
    font-weight:300!important;
    margin:2px 0 !Important;
}
ul, ol {
    font-weight:300!important;
}
.landing-page .hs-form.stacked, form, .subscription-template #email-prefs-form, .hs-custom-form, .body-container .widget-type-password_prompt.custom_error_message {
    background-color: #eeeeee;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    clear: both;
    display: block;
    margin: 0px 0 15px;
    padding: 12px 15px 15px;
}

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #373737;
    font-family: "Open Sans",Helvetica,sans-serif!important;
    font-weight:300!important;
    font-size: 16px!important;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 10px 8px!important;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
}