﻿.jobDetailWrap,
.jobForm{
    margin-top: 50px;
}

.job_date {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.apply_online{
    text-align:center;
    margin-bottom: 50px;
}

    .apply_online a {
        font-family: futura-pt, sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #000;
        border: 1px solid rgba(255, 255, 255, 0);
        border-radius: 5px;
        padding: 10px;
        display: inline-block;
        background-color: #C1D42F;
        width: 55%;
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        white-space: nowrap;
        padding: 7px;
        max-width: 250px;
    }

    .apply_online a:hover {
        text-decoration: underline;
    }

.jobForm_applyOnlineMsg_heading {
    font-family: proxima-nova, sans-serif;
}

.jobForm_applyOnlineMsg_msg {
    font-family: proxima-nova, sans-serif;
    border-bottom: 1px solid #acc237;
    padding-bottom: 15px;
}

    .jobForm_applyOnlineMsg_msg i{
        font-style:normal;
    }

.jobTitleLabel,
.jobLocationLabel,
.jobDatePostedLabel {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    font-size: 26px;
}

.jobTitle,
.jobLocation,
.jobDatePosted {
    font-family: proxima-nova, sans-serif;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 20px;
    display: inline-block;
}


.jobForm .form-field {
    margin-bottom: 20px;
}

    .jobForm .form-field .control-label {
        color: #000;
        font-weight: 700;
        width: 100%;
    }

    .jobForm .form-field .form-control {
        background-color: #fff;
        border: 2px solid #bdbbbb;
        border-radius: 3px;
        box-sizing: border-box;
        color: #262524;
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 20px;
        padding: 4px 8px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        vertical-align: baseline;
        width: 100%;
    }
.jobForm .ktc-file-component-wrapper label {
    display: none;
}

.jobForm .form-field textarea.form-control {
    width: 100%;
    height: 150px;
}

.jobForm input[type="submit"] {
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    background-color: #acc237;
    width: 55%;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding: 7px;
    max-width: 250px;
}

.jobForm .field-validation-error {
    font-weight: bold;
    color: #D12127;
}

.jobForm a.ktc-uploader-text-button {
    cursor: pointer;
    font-weight: bold;
    color: #D12127 !important;
    padding-left: 30px;
}



@media (min-width: 768px) {
    .jobForm{
        padding-left: 50px;
    }
}