<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">form#contactFormBranch .form-group:not(.has-error) input:required:valid:not(:focus):not(:placeholder-shown), 
form .form-group:not(.has-error) input:required:valid:not(:focus):not(:placeholder-shown),
form .form-group:not(.has-error) select:required:valid:not(:focus):not(:placeholder-shown) {
    border-color: #00A306;
    background-image: url('https://www.primelending.com/_assets/images/check-solid.svg');
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 15px 20px;
    content: ""; 
}
form#contactFormBranch .form-group.has-error input[type="email"], 
form#contactFormBranch .form-group.has-error input[type="tel"], 
form#contactFormBranch .form-group.has-error input[type="text"], 
form#contactFormBranch .form-group.has-error input[type="email"]:invalid:not(:focus):not(:placeholder-shown), 
form#contactFormBranch .form-group.has-error input[type="tel"]:invalid:not(:focus):not(:placeholder-shown), 
form#contactFormBranch .form-group.has-error input[type="text"]:invalid:not(:focus):not(:placeholder-shown), 
form#contactFormBranch .form-group.has-error input[type="email"], 
form#contactFormBranch .form-group.has-error input[type="tel"], 
form#contactFormBranch .form-group.has-error input[type="text"], 
form#contactFormBranch .form-group.has-error input[type="email"]:invalid:not(:focus):not(:placeholder-shown), 
form#contactFormBranch .form-group.has-error input[type="tel"]:invalid:not(:focus):not(:placeholder-shown), 
form#contactFormBranch .form-group.has-error input[type="text"]:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #FF1400;
    background-color: #FFE2E0;
}
form#contactFormBranch .messages, 
form#contactFormBranch .messages {
    padding-left: 0;
}
form#contactFormBranch .form-group .help-block.error, 
form#contactFormBranch .form-group .help-block.error {
    display: flex;
    color: #cd473d;
    margin-top: 5px;
}
form#contactFormBranch .form-group .messages .error::before, 
form#contactFormBranch .form-group .messages .error::before {
    background-image: url('https://www.primelending.com/_assets/images/exclamation-triangle-solid.svg');
    background-size: 15px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    margin-right: .3rem;
    color: #FD9B94;
    margin-right: .5rem;
}

#contactFormBranch .has-error select {
    box-shadow: inset 0 -2px 0 #b5252b;
    border: 2px solid #B5252B;
    background-color: #FFE2E0;
}</pre></body></html>