﻿div.featured-jobs {
    text-align: center;
}

div.featured-jobs .container {
    max-width: 1480px;
}

div.featured-jobs .row .col {
    padding: 0px 20px 0px 20px;
}

div.featured-jobs h2 {
    margin: 0px;
    font-size: 2.25rem;
    color: #757575;
    display: inline-block;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 68px;
    font-weight: 300;
}

div.featured-jobs .actions-wrap {
    padding-top: 24px;
}

div.featured-jobs .actions-wrap a {
    position: relative;
    left: -14px;
}

div.featured-jobs .actions-wrap a.btn-emphasis {
    margin-left: 8px;
}

/* Job Card Adjustments */

.featured-jobs .job.card .upper-panel {
    min-height: 128px;
}

.featured-jobs .job.card .card-content {
    min-height: 286px;
}

.featured-jobs div.actions-wrap .view-all-plain {
    display: none;
}

/* End of Job Card Adjustments */

/* Carousel mode adjustments  */

div.featured-jobs.carousel {
    padding-top: 12px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

div.featured-jobs.carousel div.actions-wrap {
    border-top: 1px solid #d5cfdd;
    text-align: center;
}

.featured-jobs.carousel div.actions-wrap .btn-plain {
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 500;
    float: none;
    position: static;
}

.featured-jobs.carousel div.actions-wrap .view-all {
    display: none;
}

.featured-jobs.carousel div.actions-wrap .view-all-plain {
    display: inline-block;
    color: #7d5ac0;
    text-transform: uppercase;
    font-size: 0.875em;
    position: static;
    top: 1px;
    font-weight: 500;
    float: none;
    margin-top: 12px;
}

.featured-jobs.carousel div.actions-wrap .view-all-plain:hover {
    border-bottom: 1px solid #7d5ac0;
}

/* Note: addition for General Content with Carousel latest jobs */

div.general-content .lhs-wrap div.featured-jobs.carousel {
    text-align: left;
}

div.general-content .lhs-wrap div.featured-jobs.carousel .row .col {
    padding: 0px 8px 0px 8px;
}

div.general-content .lhs-wrap div.featured-jobs.carousel h2 {
    margin: 0px;
    padding: 0px;
    background-image: none;
    color: #404040;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 1.5rem;
    text-align: left;
    border-bottom: none;
}

div.general-content .lhs-wrap div.featured-jobs.carousel i {
    display: none;
}

/* End of Carousel mode adjustments  */

@media only screen and (max-width : 600px) {

    div.featured-jobs.carousel h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

}

@media only screen and (max-width : 992px) {

    .featured-jobs.carousel div.actions-wrap {
        text-align: center;
    }

    .featured-jobs.carousel div.actions-wrap a.btn-plain, .featured-jobs.carousel div.actions-wrap a.view-all-plain {
        float: none;
    }

    .featured-jobs.carousel div.actions-wrap a.view-all-plain {
        margin-top: 12px;
    }

}