/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pardot-custom-error {
    display: block;
    margin: 5px 0;
    color: red;
}
.custom-validator-wrapper {
    width: 0 !important;
    height: 0;
    padding: 0 !important;
}
#pardotmarketing-form-handler-custom_validator {
    height: 0px;
    width: 0px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    border: none;
}
#pardotmarketing-form-handler-custom_validator-error {
    display: none !important;
}
/*#pardotmarketing-form-handler-Zip-error {*/
/*    display: none !important;*/
/*}*/

