body.single-jobs .job-post .job-side .job-content-wrap {
background-color: #fcb900 ;
}

body.single-jobs .jobs-modal-form .choose_file:hover, 
body.single-jobs .jobs-modal-form .choose_file_multi:hover, 
body.single-jobs .jobs-modal-form .choose_file_multi_add:hover,
body.single-jobs .jp-apply-button:hover, 
body.single-jobs .primary-style:hover,
body.single-jobs .jobs-modal-form .job-submit:hover,
body.single-jobs .jp-apply-button:hover, .primary-style:hover {
    background-color: #0078b1 ;

}

body.single-jobs .jp-apply-button, 
body.single-jobs .primary-style,
body.single-jobs .jobs-modal-form .job-submit,
body.single-jobs .jobs-modal-form .choose_file, 
body.single-jobs .jobs-modal-form .choose_file_multi, 
body.single-jobs .jobs-modal-form .choose_file_multi_add {
    background-color: #004464;
}


body.single-jobs .jobs-modal.open .jobs-modal-content h4,
body.single-jobs .jobs-modal.open .jobs-modal-content {
    color: black;
}


.job-post .job-content {
    padding-bottom: 4em;
}


body .job-listing .job-preview {
    background: none;
    border: none;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 0;
}

body .job-listing .job-preview:last-child {
    border: none;

}

.job-listing .job-preview .job-content h5 {
    text-align: left;
}

.job-listing .job-preview .job-content {
    padding-left: 0;
}

.job-listing .no-jobs-available {
    text-align: left;
    background-color: inherit;
    padding:inherit;
    padding-left: 0;
    border: inherit;
    color: inherit;
    border-radius: inherit;
}

.job-listing .job-preview .job-content h5 a {
    text-decoration: none;
}

.job-listing .job-preview .job-content h5 a:hover {
    color: rgba(0, 0, 0, 0.7);
}