body {
    font-family: 'Open Sans', sans-serif !important;
}

/* Jobs page */

.page-jobs {
    padding-top: 75px;
}

.page-jobs a {
    color: #069076;
}

.page-jobs a:hover {
    color: #017F68;
    text-decoration: none;
}

.image-placeholder-1 {
    background: #069076;
    height: 312px;
    width: 100%;
}

.image-placeholder-2 {
    background: #069076;
    height: 205px;
    width: 100%;
}

.image-placeholder-3 {
    background: #069076;
    height: 495px;
    width: 100%;
}
.image-placeholder-4 {
    background: #069076;
    height: 200px;
    width: 100%;
}

.btn-jobs {
    background: #069076;
    color: white !important;
    margin: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    transition: 0s;
}

.btn-jobs:hover {
    background: #017F68;
    color: white;
    text-decoration: none;
}

.btn-jobs-subscribe {
    border: 1px solid #239076;
}

.btn-jobs-1 {
     margin-top: 130px;
}

.jobs-image {
    width: 100%;
}

.jobs-email-container {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.jobs-email-container .input-group-text {
    padding: 0;
    border: 0;
}

.jobs-email,
.jobs-email .input-group-text {
    border-radius: 0;
}

.jobs-form-message {
    margin-top: 10px;
    text-align: left;
    visibility: hidden;
    font-size: 14px;
}

.jobs-section {
    padding: 128px 0;
}

.jobs-section-2 {
    padding: 128px 0;
    background: #f0f0f0;
}

.jobs-section-3 {
    padding: 64px 0;
    background: #f0f0f0;
}

.jobs-feature {
    border: 1px solid #ccc;
    width: 100%;
    padding: 35px;
}

.jobs-mini-title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 0px 0 16px 0;
    color: #069076;
}

.jobs-title {
    font-size: 24px;
    font-weight: bold;
    padding: 24px 0 16px 0;
}

.jobs-title-lg {
    font-size: 36px;
    padding: 0px 0 75px 0;
    margin: 0
}

.jobs-title-lg-2 {
    font-size: 36px;
    padding: 0px 0 25px 0;
    margin: 0
}

.jobs-text {
    font-size: 18px;
    padding: 0px 0 30px 0;
    margin: 0
}

.jobs-link {
    font-size: 18px;
    font-weight: bold;
    color: #069076;
}

.jobs-link:hover {
    color: #017F68;
    text-decoration: none;
}

.col-jobs-text {
    padding-top: 50px;
}

.padding-0 {
    padding: 0;
}

.padding-b-75 {
    padding-bottom: 75px;
}

.padding-128 {
    padding: 128px 0;
}

/* Job listings page */

.job-listings-mini-title {
    color: #069076;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.job-listings-title {
    font-size: 36px;
    margin-bottom: 35px;
    font-weight: bold;
}

.job-listings {
    background: #f7f7f7;
    margin-top: 50px;
    padding: 15px;
}

.job-listing {
    background: white;
    padding: 20px;
}

.job-listing:not(.job-listing:last-of-type) {
    margin-bottom: 20px;
}

.job-listing-full-location,
.job-listing-full-time,
.job-listing-location,
.job-listing-time {
    color: #686868;
    font-size: 13px;
}

.job-listing-title {
    color: #069076;
    text-decoration: underline;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.job-listing-title:hover {
    color: #017F68;
}

/* Job listing full page */

.job-listing-full {
    border-top: 1px solid black;
    padding-top: 25px;
    margin-top: 50px;
}

.job-listing-full-title {
    font-size: 30px;
    font-weight: bold;
}

.job-listing-apply-title {
    font-size: 22px;
    margin-top: 50px;
    font-weight: bold;
}

.job-listing-full-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 25px;
}
.job-listing-full-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.page-jobs li {
    font-size: 14px;
}

.job-form-apply label {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}
.job-form-apply .form-group {
    margin-bottom: 30px;
}

.jobs-disclaimer {
    padding: 20px;
    background: rgba(6, 144, 118, 0.1);
    margin-bottom: 30px;
}

.jobs-disclaimer-text{
    font-size: 14px;
}

.jobs-disclaimer .form-check-label {
    font-weight: normal;
    font-size: 14px;
}

.jobs-application-sent {
    display: none;
    padding-top: 11px;
}

@media (max-width: 992px) { 
    .col-jobs-text {
        padding: 0;
    }
    .jobs-title {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .btn-jobs-1 {
            margin-top: 35px;
    }
    .jobs-email-container {
        width: 100%;
    }
    .jobs-image {
        margin-top: 35px;
    }
    .btn-jobs {
        font-size: 14px;
    }
}