/*****************
Jobs Template
*****************/
.jobs-list {
    display: flex;
    flex-direction: column;
}

.job-item {
    border: 1px solid #89cdf7;
    padding: 18px;
    margin-bottom: 10px;
}

.job-header {
    margin-bottom: 20px;
}

.job-title h2 {
    text-decoration: underline;
}

.job-single-title {
    margin-bottom: 15px;
}

.job-sidebar {
    background-color: transparent !important;
    border: none !important;
}

.job-short-details {
    margin-top: 15px;
}

.job-btn-apply {
    display: inline-block;
    background: #003069;
    color: #fff;
    padding: 10px;
    transition: all .5s ease-in;
    border: 1px solid #003069;
    margin-top: 10px;
}

.job-btn-apply:hover {
    background-color: #89cdf7;
}