
span.ValidationErrors {
    display: none;
}

#page-form .ErrorField {
    background-color: #f9e7e7;
    border-top:1px solid #C71212;
    border-right:1px solid #C71212;
    border-bottom:1px solid #C71212;
    border-left:5px solid #C71212;
}

#page-form textarea.ErrorField  {
    background-color: #f9e7e7;
    border-top:1px solid #C71212!important;
    border-right:1px solid #C71212!important;
    border-bottom:1px solid #C71212!important;
    border-left:5px solid #C71212!important;
}

.dependentFieldSlave {
    display: none;
}
body {background-color:transparent;}

#page-form {
    font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
    font-weight:normal;
    color:#272727;
    margin: 0.5em 0 0px 0px;
    padding: 0.5em 0 0px 0px;
}

#page-form p.errors {
    display:none;
} 

#page-form p.error {
    clear: left;
    display: block;
    font-weight: bold;
    margin-top: 2px;
    color:#C71212;
    font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
}

#page-form p.no-label {
    display:none;
}

#page-form p.error input {
    background-color: #f9e7e7;
    border-top:1px solid #C71212;
    border-right:1px solid #C71212;
    border-bottom:1px solid #C71212;
    border-left:5px solid #C71212;
    font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
}

#page-form p.error select {
    background-color: #f9e7e7;
    border-top:1px solid #C71212;
    border-right:1px solid #C71212;
    border-bottom:1px solid #C71212;
    border-left:5px solid #C71212;
}

#page-form p.error textarea {
    background-color: #f9e7e7;
    border-top:1px solid #C71212;
    border-right:1px solid #C71212;
    border-bottom:1px solid #C71212;
    border-left:5px solid #C71212;
}


#page-form p.required, #page-form span.required, #page-form label.required {
    font-weight: normal;
}

#page-form p.Request_a_no_obligation_demonstration_today label.inline {
    background: none !important;
    /*padding-left: 17px;*/
}

#page-form p.Request_a_no_obligation_demonstration_today input[type=checkbox]{
    margin-left: 0;
}

#page-form  p.required label, form.form span.required label {
    /*background: url(https://go.pardot.com/l/110762/2018-10-29/8jz7yn/110762/315305/star.png) no-repeat center left;*/
    /*background-size: 8px 8px;*/
    background: none !important;
}

#page-form p span.description {
    display: block;
    color:#999999;
    font-size:10px;
}

#page-form p {
    clear: left;
    line-height: 1.4em;
    margin: 0px 10px 2px 0px;
    padding: 3px 2px;
}

#page-form p label {
    margin: 0px 0px 10px 0px;
}

#page-form textarea.standard {
    float: none;
    height: 70px;
    overflow: auto;
    padding: 12px 0px 12px 12px;
    width: 99%;
    border: 1px solid #dddddd;
    font:14px/1.55 'Lato', Helvetica, Arial, sans-serif;
}

#page-form input {
    font:14px/1.55 'Lato', Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 12px;
    border: 1px solid #F7F8FA;
    width: 98%;
    margin:0px 0px 10px 0px;
    background: #F7F8FA;
    border-radius: 2%;
}

#page-form select {
    font:14px/1.55 'Lato', Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 12px;
    width: 98%;
    border: 1px solid #F7F8FA;
    margin:0px 0px 0px 0px;
    background: #F7F8FA;
}

#page-form p.submit {
    margin: 1em 0.5em 0.2em 5px;
    padding: 0;
    font-weight:bold;
}

#page-form p.submit input {
    background-color:#E42A31;
    color:#ffffff;
    display: block;
    font-weight:600;
    font-size:16px;
    border:1px solid #E42A31;
    margin: 0 auto;
    padding:8px 32px;
    max-width: 100%;
    text-transform:uppercase;
    cursor:pointer;
    width: auto;
    border-radius: 5%;
}

#page-form input[type=checkbox] {   
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    text-align:left;
    width:3% !important;
    margin-left:15px;
}

form.form p label {
    display: block;
    float: left;
    margin: 0;
    padding: 3px 13px 0 0;
    text-align: right;
    width: auto;
}

/*****    Mobile Styles     *****/
@media only screen and (max-width: 767px){

    #page-form p.no-label {
        margin-top: 1px;
        border-left:3px solid #C71212;
        padding:0px 0px 0px 3px;
    }
        
    #page-form p.required, #page-form span.required, #page-form label.required {
            font-weight: normal;
    }
        
    #page-form p {
            clear: left;
            line-height: 1.4em;
            padding: 3px 2px;
    }
        
    #page-form p label {
            margin: 0px 0px 10px 0px;
    }
        
    #page-form p.submit {
            margin: 1em 0px;
            padding: 0;
    }
        
    #page-form textarea.standard {
            float: none;
            height: 70px;
            overflow: auto;
            padding: 12px 0px 12px 12px;
            width: 98.5%;
            border: 1px solid #dddddd;
            font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none; 
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
    }

    #page-form input {
            font-weight: normal;
            padding: 15px 0px 15px 12px;
            border: 1px solid #F7F8FA;
            font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
            width: 98.5%;
            background: #F7F8FA;
            border-radius: 2%;
    }

    input[type=text] {   
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none; 
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
    }

    #page-form select {
            font-weight: normal;
            padding: 15px;
            width:102%;
            border: 1px solid #F7F8FA;
            font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
            margin:0px 0px 15px 0px;
            background: #F7F8FA;
    }
}

/*****    Tablet Styles     *****/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    #page-form p.no-label {
        margin-top: 1px;
        border-left:3px solid #C71212;
        padding:0px 0px 0px 3px;
    }
        
    #page-form p.required, #page-form span.required, #page-form label.required {
            font-weight: normal;
    }
        
    #page-form p {
            clear: left;
            line-height: 1.4em;
            padding: 3px 2px;
    }
        
    #page-form p label {
            margin: 0px 0px 4px 0px;
            font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
    }

    #page-form input {
        font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
    }
        
    #page-form p.submit {
            margin: 1em 0px;
            padding: 0;
    }
        
    #page-form textarea.standard {
            float: left;
            height: 70px;
            overflow: auto;
            padding: 12px 0px 12px 12px;
            width: 98.5%;
            border: 1px solid #F7F8FA;
            font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none; 
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
                text-align: left;
    }

    #page-form input {
            /*font-weight: normal;*/
            /*padding: 15px 0px 15px 12px;*/
            /*border: 1px solid #dddddd;*/
            /*font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; */
            width: 98.5%;
    }

    input[type=text] {   
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            outline: none; 
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
    }

    #page-form select {
            font-weight: normal;
            padding: 15px;
            width:100%;
            border: 1px solid #F7F8FA;
            font:14px/1.55 'Lato', Helvetica, Arial, sans-serif; 
            margin:0px 0px 15px 0px;
            background: #F7F8FA;

    }
}