<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.btn,
.site-header.demo,
#appLoginHeader,
#content_inside .job_section .row .item.j_more a.j_btn:hover,
#sendForm {
    background-color: #334e8a !important;
}

.apply .sub_wrapper .instructions h4 { color: #334e8a !important; }

.apply .sub_wrapper .instructions { border-color: #334e8a !important; }

a { color: #4b6dbb !important; }

h3.u_line_center:after { border-bottom: 4px solid #4b6dbb !important; }

a.btn:hover,
#content_inside .job_section .row .item.j_more a.j_btn,
.apply .form_side form#d_form .item input.file_input_button,
#sendForm:hover,
.apply .sub_wrapper .instructions:before,
.apply .form_side form#d_form .form_item#first_name:before,
.contact_content form#dd_form .form_item#name:before,
.apply .form_side form#d_form .form_item#phone_number:before,
.apply .form_side form#d_form .form_item#email_address:before,
.apply .form_side form#d_form .form_item#last_name:before,
.apply .form_side form#d_form .form_item#street_address:before,
.apply .form_side form#d_form .form_item#city:before,
.apply .form_side form#d_form .form_item#calendar:before,
.contact_content form#dd_form .form_item#email_phone:before,
.apply .form_side form#d_form .form_item#postal_code:before {
    background-color: #4b6dbb !important;
}


@media screen and (max-width:960px) {
    .site-header .top_menu ul li:hover {
        background-color: rgba(75, 109, 187, 0.5) !important;
    }
}

@media screen and (max-width:800px) {
    #content_inside .job_section .row .item.j_more a.j_btn,
    #content_inside .job_section .row .item.j_more a.j_btn:hover {
        background-color: transparent !important;
    }
}
</pre></body></html>