/* OOMS JOBS OVERVIEW */
.jobs-no-jobs {
    text-align: center;
}

.job-overview {
    border: 0;
}
.job-overview .jobs-intro {
    text-align: center;
}
.job-overview a {
    display: block;
}
.job-overview a:hover {
    text-decoration: none;
}
.job-overview .job {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 20px;
    margin-bottom: 10px;
    color: #FFFFFF;
    border-left: 5px solid #F57921;
    background-color: #004F8B;
    transition: 0.2s;
}
.job-overview .job:hover {
    background-color: #F57921;
    transition: 0.2s;
}
.job-overview .job .title {
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    width: 50%;
}

.job-overview .job .job-hours {
    flex-grow: 1;
}

/* FEATURED OVERVIEW */
.job-overview-title {
    width: 100%;
    text-align: center ;
}
.job-overview-links {
    display: block;
}
.job-overview-links span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}   
.job-overview-links span a {
    display: inline-block;
}

.job-overview.featured-overview {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.job-overview.featured-overview .job {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 31%;
    margin: 0 1% 20px 1%;
    padding: 20px;
    border-left: none;
    box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.2);
}
.job-overview.featured-overview .job:nth-child(4) {
    width: 47.5%;
    margin: 0 1% 20px 1.5%;
}

.job-overview.featured-overview .job:nth-child(5) {
    width: 47.5%;
    margin: 0 1.5% 20px 1%;
}
.job-overview.featured-overview .job:hover {
    background-color: #004F8B;
}

.job-overview.featured-overview .job .title {
    display: block;
    flex-grow: 1;
    width: 100%;
}
.job-overview.featured-overview .job .title h4 {
    color: #FFF;
    font-size: 22px;
    text-align: center;
}

.job-overview.featured-overview .job .job-hours {
    margin-bottom: 20px;
    flex-grow: 0;
}

.job-overview.featured-overview .job a.theme-button {
    display: block;
    padding: 5px 10px;
}
.job-overview.featured-overview .job a.theme-button:hover {
    border: 2px solid #FFF;
}

.job-overview-open-sol-link {
    margin-top: 30px;
    display: block;
    text-align: center;
}
.job-overview-open-sol-link a {
    display: inline-block;
}


@media screen and (max-width: 991px) {
    .job-overview.featured-overview .job {
        width: 48%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 599px) {
    .job-overview.featured-overview .job {
        width: 100%;
    }
}


/* JOB META */
.single-job-meta {
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
	width: 100%;
    background-color: whitesmoke;
    padding: 8px 20px;
}
.single-job-meta .single-job-single-meta strong {
	margin-right: 5px;
}
.single-job-meta .single-job-single-meta a {
    color: #000;
	font-weight: 600;
}
.single-job-meta .single-job-single-meta a:hover {
    color: #F57921;
    text-decoration: none;
}
.single-job-meta .single-job-single-meta[data-role="back-to-archive"] {
	text-align: right;
}

/* JOB WRAPPER */
.single-job-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* JOB CONTENT */
.single-job-wrapper .single-job-content {
    width: 68%;
}

@media screen and (max-width: 767px) {
   .single-job-wrapper .single-job-content {
        width: 100%;
    } 
}

/* JOB SIDEBAR */
.single-job-wrapper .single-job-right {
    width: 28%;
}

.single-job-wrapper .single-job-right a {
    font-weight: 600;
    text-decoration: underline;
}

.single-job-wrapper .single-job-right .job-contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #004F8B;
}

.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-thumb {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-thumb .job-contact-thumb-inner {
    width: 200px;
    height: 200px;
    max-width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background: #004F8B;
}
.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-info h3 {
    font-size: 28px;
    color: #FFF;
    text-align: center;
}
.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-info h4 {
    font-size: 20px;
    color: #FFF;
    text-align: center;
}

.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-info span {
    display: block;
}

.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-info span a {
    color: #FFF;
    text-decoration: none;
}
.single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-info span a:hover {
    color: #F57921;
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .single-job-wrapper .single-job-right .job-contact-wrapper .job-contact-thumb .job-contact-thumb-inner {
        width: 150px;
        height: 150px;
    }    
}

@media screen and (max-width: 767px) {
   .single-job-wrapper .single-job-right {
        width: 100%;
        margin-top: 30px;
    } 
}


/* CONTACT FORM ROW */
.single-job-contact {
    background-color: #efefef;
    padding: 50px 0;
    margin-top: 50px;
    border-top: 1px solid gainsboro;
    border-bottom: 1px solid gainsboro;
}

.single-job-contact-inner {
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
}

.single-job-contact-inner .center-heading-text,
.single-job-contact-inner .job-form-intro {
    text-align: center;
}

.single-job-contact-inner .form-container .form-row .form-col input[type="submit"] {
    color: #FFF;
    background: #f57921;
}