/* =========================================================
   CAREERS POSITIONS - OLD HEADER DESIGN
   ========================================================= */

.cxc-jobs {
    width: 100%;
    padding: 90px 0 70px;
    background: linear-gradient(
        90deg,
        #ffffff 0%,
        #fffaf4 100%
    );
}

/* Main content wrapper */
.cxc-jobs .cxc-wrap {
    width: min(1600px, calc(100% - 160px));
    margin: 0 auto;
}

/* =========================================================
   HEADER
   ========================================================= */

.cxc-jobs__head {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 0 55px 0;
    padding: 0;
}

/* Eyebrow */
.cxc-jobs__head .cxc-eyebrow {
    margin: 0 0 16px;
    padding: 0;

    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #f58220;
}

/* Main heading */
.cxc-jobs__head .cxc-title {
    margin: 0 0 18px;
    padding: 0;

    font-size: 48px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -1.5px;

    color: #172b68;
}

/* Description */
.cxc-jobs__head .cxc-lede {
    width: 100%;
    max-width: 620px;
    margin: 0;
    padding: 0;

    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;

    color: #24427d;
}

.cxc-jobs__head .cxc-lede p {
    margin: 0;
    padding: 0;
}

/* =========================================================
   IMPORTANT:
   PREVENT OLD/OTHER CAREERS CSS FROM MAKING THE HEADER
   INTO A 3-COLUMN LAYOUT
   ========================================================= */

.cxc-jobs__head {
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    align-items: initial !important;
    justify-content: initial !important;
}

.cxc-jobs__head .cxc-eyebrow,
.cxc-jobs__head .cxc-title,
.cxc-jobs__head .cxc-lede {
    grid-column: auto !important;
    grid-area: auto !important;
}

/* =========================================================
   ZOHO EMBED AREA
   ========================================================= */

.cxc-zoho {
    width: 100%;
    margin-top: 0;
}

.cxc-zoho #rec_job_listing_div {
    width: 100%;
}

/* Zoho wrapper must not inherit the custom header layout */
.cxc-zoho .embed_jobs_head,
.cxc-zoho .embed_jobs_head2,
.cxc-zoho .embed_jobs_head3 {
    width: 100%;
    margin: 0;
    padding: 0;
}
/* =========================================================
   ZOHO JOB FILTER - REMOVE LEFT FILTER SCROLLBAR
   ========================================================= */

.cxc-jobs #rec_job_listing_div .rec_facet_group {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}

/* Prevent Zoho wrapper from creating a scrollbar */

.cxc-jobs #rec_job_listing_div .embed_jobs_with_style_3,
.cxc-jobs #rec_job_listing_div .embed_jobs_head2,
.cxc-jobs #rec_job_listing_div .embed_jobs_head3 {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}
.rec-job-info a {
    color: #FF9A48 !important;
    text-decoration: none;
    font-weight: bold;
    word-break: break-word;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .cxc-jobs {
        padding: 75px 0 60px;
    }

    .cxc-jobs .cxc-wrap {
        width: min(100% - 80px, 1000px);
    }

    .cxc-jobs__head {
        max-width: 680px;
        margin-bottom: 45px;
    }

    .cxc-jobs__head .cxc-title {
        font-size: 42px;
    }

    .cxc-jobs__head .cxc-lede {
        max-width: 600px;
        font-size: 16px;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .cxc-jobs {
        padding: 55px 0 45px;
    }

    .cxc-jobs .cxc-wrap {
        width: calc(100% - 40px);
    }

    .cxc-jobs__head {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .cxc-jobs__head .cxc-eyebrow {
        margin-bottom: 12px;
        font-size: 12px;
        letter-spacing: 1.7px;
    }

    .cxc-jobs__head .cxc-title {
        margin-bottom: 15px;
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -0.8px;
    }

    .cxc-jobs__head .cxc-lede {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.6;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .cxc-jobs {
        padding: 45px 0 40px;
    }

    .cxc-jobs .cxc-wrap {
        width: calc(100% - 30px);
    }

    .cxc-jobs__head .cxc-title {
        font-size: 32px;
    }

    .cxc-jobs__head .cxc-lede {
        font-size: 14px;
    }
}