/* Custom Styles */
h4 {
    font-size: 23px !important;
}

.col-md-12 label{
	width: 100%;
	text-align: center;
	margin-bottom: -15px;
}

#form_submission_custom_33 {
    float: left;
    margin-left: 5px;
}

input[type="checkbox"] {
    margin-top: 5px !important;
}

.disclaimer-text {
    text-align: left;
    font-size: 12px !important;
}

#section-1631823771236 span.text,
#section-1631824034468 span.text {
    color: #fff;
    display: block;
    font-size: 16px;
    width: 94%;
    text-align: left;
}

.text-field {
    float: left;
    width: 49%;
    margin-right: 5px;
}

.email-field {
    float: left;
    width: 49%;
}

.pop__body--inner .text-field {
    float: left;
    width: 100%;
    margin-right: 0px;
}

.pop__body--inner .email-field {
    float: left;
    width: 100%;
}

.pop__body--inner .checkbox-field .text {
    width: 90%;
    line-height: 1.4em;
    text-align: left;
    margin-top: -5px;
    color: #ffffff;
}

.checkbox-field label {
    clear: both;
}

@media only screen and (max-width: 600px){
    #form_submission_custom_33 {
        margin-left: 1px;
        margin-bottom: 1px;
    }
    
    .text-field {
        float: none;
        width: 100%;
        margin-right: 0px;
    }
    
    .email-field {
        float: none;
        width: 100%;
    }

}