/* Maybe stick an em around the job title 'Job Openings' to get the gold to show */
.job-block h4 em {
    color: #c3ab41;
    font-weight: 300;
    font-style: normal;
}
#agileHrJobList {
    padding: 30px;
}
body .content-block.careers-video-right .right-column .job-block {
    background-color: #fff !important;
}
body .content-block.careers-video-right .right-column .job-block h4 {
    background-color: #fff !important;
}
.job {
    padding-bottom: 20px !important;
}
.job h1, #jobAdvertisement h1, #jobAlert h1 {
    font-family: news-gothic-std, sans-serif;
    font-style: normal;
    color: #325165;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
}
#jobAdvertisement {
    width:auto;
}
.location-department, #jobAlert table {
    font-family: news-gothic-std, sans-serif;
    font-style: normal;
    color: #325165;
}

.job .job-link {
    color: #c3ab41 !important;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: news-gothic-std, sans-serif;
    font-style: normal;
}
.job .job-link:hover {
    background-color: transparent;
    color: #c3ab41;
}
#searchTextBox {
    width: 100% !important;
}
@media only screen and (max-width: 339px) {
    .job-link {
        font-size: 14px;
    }
}