/* =========================================================
   GEOLINK CAREER + CAREER DETAIL
   ========================================================= */

.career-page,
.career-detail-page{
    background:#fff;
}

.career-kicker{
    display:block;
    margin-bottom:20px;
    color:#64748b;
    font-size:12px;
    line-height:1.2;
    font-weight:700;
    letter-spacing:.1em;
}


/* HERO */

.career-hero{
    padding:115px 0 105px;
    background:#fff;
}

.career-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);
    gap:90px;
    align-items:end;
}

.career-hero h1{
    max-width:1000px;
    margin:0;
    color:#111;
    font-size:70px;
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:300;
}

.career-hero-copy p{
    margin:0;
    color:#64748b;
    font-size:19px;
    line-height:1.65;
    font-weight:300;
}


/* VALUES */

.career-values{
    padding:0 0 115px;
    background:#fff;
}

.career-values-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    border-top:1px solid #dfe6ec;
    border-bottom:1px solid #dfe6ec;
}

.career-values-grid article{
    min-height:260px;
    padding:34px 34px 36px;
    border-right:1px solid #dfe6ec;
}

.career-values-grid article:last-child{
    border-right:0;
}

.career-values-grid article>span{
    display:block;
    margin-bottom:58px;
    color:#94a3b8;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
}

.career-values-grid h2{
    margin:0;
    color:#111;
    font-size:30px;
    line-height:1.08;
    letter-spacing:-.03em;
    font-weight:300;
}

.career-values-grid p{
    margin:18px 0 0;
    color:#64748b;
    font-size:16px;
    line-height:1.6;
    font-weight:300;
}


/* OPENINGS */

.career-openings{
    padding:105px 0 115px;
    background:#f4f7fa;
}

.career-section-head{
    margin-bottom:50px;
}

.career-section-head h2{
    margin:0;
    color:#111;
    font-size:52px;
    line-height:1.04;
    letter-spacing:-.04em;
    font-weight:300;
}

.career-jobs{
    border-top:1px solid #ccd6df;
}

.career-job{
    min-height:150px;
    padding:28px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:40px;
    border-bottom:1px solid #ccd6df;
}

.career-job-content{
    max-width:800px;
}

.career-job-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px 16px;
    margin-bottom:10px;
}

.career-job-meta span{
    color:#64748b;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.career-job h3{
    margin:0;
    color:#111;
    font-size:30px;
    line-height:1.12;
    font-weight:300;
    letter-spacing:-.025em;
}

.career-job p{
    max-width:720px;
    margin:12px 0 0;
    color:#64748b;
    font-size:15px;
    line-height:1.6;
    font-weight:300;
}

.career-job>a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#111;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.career-job>a span{
    width:36px;
    height:36px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#1da1ff;
    color:#fff;
}

.career-no-jobs{
    max-width:780px;
    padding:42px 0 10px;
    border-top:1px solid #ccd6df;
}

.career-no-jobs h3{
    margin:0;
    color:#111;
    font-size:36px;
    line-height:1.1;
    font-weight:300;
    letter-spacing:-.03em;
}

.career-no-jobs p{
    margin:20px 0 0;
    color:#64748b;
    font-size:17px;
    line-height:1.65;
    font-weight:300;
}


/* APPLY FORM */

.career-apply{
    padding:110px 0 120px;
    background:#fff;
}

.career-apply-grid{
    display:grid;
    grid-template-columns:minmax(280px,.55fr) minmax(0,1.45fr);
    gap:95px;
    align-items:start;
}

.career-apply-intro h2{
    max-width:500px;
    margin:0;
    color:#111;
    font-size:50px;
    line-height:1.04;
    letter-spacing:-.04em;
    font-weight:300;
}

.career-apply-intro p{
    max-width:440px;
    margin:26px 0 0;
    color:#64748b;
    font-size:17px;
    line-height:1.65;
    font-weight:300;
}

.career-fields-two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
}

.career-field{
    display:block;
    margin-bottom:24px;
}

.career-field>span,
.career-captcha label{
    display:block;
    margin-bottom:9px;
    color:#111827;
    font-size:13px;
    font-weight:600;
}

.career-field input,
.career-field textarea,
.career-captcha input{
    width:100%;
    border:1px solid #d7e0e8;
    border-radius:0;
    outline:none;
    background:#fff;
    color:#111827;
    font:inherit;
    font-size:16px;
    font-weight:300;
}

.career-field input{
    height:58px;
    padding:0 17px;
}

.career-field textarea{
    min-height:170px;
    padding:16px 17px;
    resize:vertical;
}

.career-field input:focus,
.career-field textarea:focus,
.career-captcha input:focus{
    border-color:#1da1ff;
    box-shadow:0 0 0 3px rgba(29,161,255,.08);
}

.career-file input{
    height:auto;
    padding:14px 16px;
    background:#f8fafc;
}

.career-file small{
    display:block;
    margin-top:8px;
    color:#94a3b8;
    font-size:12px;
    font-weight:300;
}

.career-captcha{
    max-width:280px;
}

.career-captcha label em{
    color:#1da1ff;
    font-style:normal;
}

.career-alert{
    margin-bottom:26px;
    padding:16px 18px;
    border:1px solid transparent;
    font-size:14px;
    line-height:1.5;
}

.career-alert-success{
    background:#ecfdf5;
    border-color:#a7f3d0;
    color:#065f46;
}

.career-alert-error{
    background:#fff1f2;
    border-color:#fecdd3;
    color:#9f1239;
}

.career-submit{
    min-width:235px;
    height:58px;
    padding:0 10px 0 24px;
    border:0;
    border-radius:99px;
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    background:#1da1ff;
    color:#fff;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
}

.career-submit-arrow{
    width:42px;
    height:42px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff;
    color:#111;
    font-size:21px;
}


/* =========================================================
   CAREER DETAIL
   ========================================================= */

.career-detail-hero{
    padding:105px 0 95px;
    background:#fff;
}

.career-back-link{
    display:inline-block;
    margin-bottom:55px;
    color:#64748b;
    font-size:14px;
    text-decoration:none;
}

.career-back-link:hover{
    color:#1da1ff;
}

.career-detail-grid{
    display:grid;
    grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);
    gap:90px;
    align-items:end;
}

.career-detail-grid h1{
    max-width:1000px;
    margin:0;
    color:#111;
    font-size:72px;
    line-height:.98;
    letter-spacing:-.045em;
    font-weight:300;
}

.career-detail-meta{
    border-top:1px solid #dfe6ec;
}

.career-detail-meta>div{
    padding:18px 0;
    border-bottom:1px solid #dfe6ec;
}

.career-detail-meta span{
    display:block;
    margin-bottom:6px;
    color:#94a3b8;
    font-size:11px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.career-detail-meta strong{
    color:#111827;
    font-size:18px;
    line-height:1.4;
    font-weight:300;
}

.career-detail-content{
    padding:100px 0 120px;
    background:#f4f7fa;
}

.career-detail-content-grid{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
    gap:90px;
    align-items:start;
}

.career-detail-lead{
    max-width:850px;
    margin:0 0 38px;
    color:#111827;
    font-size:24px;
    line-height:1.5;
    font-weight:300;
}

.career-richtext{
    max-width:900px;
    color:#334155;
    font-size:17px;
    line-height:1.75;
    font-weight:300;
}

.career-richtext h2,
.career-richtext h3{
    color:#111;
    font-weight:400;
    letter-spacing:-.02em;
}

.career-richtext h2{
    margin:42px 0 18px;
    font-size:34px;
}

.career-richtext h3{
    margin:34px 0 14px;
    font-size:26px;
}

.career-richtext p{
    margin:0 0 18px;
}

.career-richtext ul,
.career-richtext ol{
    margin:0 0 24px;
    padding-left:22px;
}

.career-detail-side{
    position:sticky;
    top:120px;
}

.career-detail-apply-box{
    padding:34px;
    background:#fff;
    border:1px solid #e3e9ee;
}

.career-detail-apply-box>span{
    display:block;
    margin-bottom:14px;
    color:#64748b;
    font-size:11px;
    font-weight:700;
    letter-spacing:.1em;
}

.career-detail-apply-box h2{
    margin:0;
    color:#111;
    font-size:34px;
    line-height:1.08;
    letter-spacing:-.035em;
    font-weight:300;
}

.career-detail-apply-box p{
    margin:18px 0 0;
    color:#64748b;
    font-size:15px;
    line-height:1.6;
    font-weight:300;
}

.career-detail-apply-button{
    display:inline-flex;
    align-items:center;
    gap:14px;
    margin-top:26px;
    padding:8px 8px 8px 20px;
    border-radius:99px;
    background:#1da1ff;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.career-detail-apply-button span{
    width:38px;
    height:38px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#fff;
    color:#111;
}


/* RESPONSIVE */

@media(max-width:991px){

    .career-hero-grid,
    .career-apply-grid,
    .career-detail-grid,
    .career-detail-content-grid{
        grid-template-columns:1fr;
        gap:48px;
    }

    .career-hero h1,
    .career-detail-grid h1{
        font-size:54px;
    }

    .career-values-grid{
        grid-template-columns:1fr;
    }

    .career-values-grid article{
        min-height:0;
        border-right:0;
        border-bottom:1px solid #dfe6ec;
    }

    .career-values-grid article:last-child{
        border-bottom:0;
    }

    .career-values-grid article>span{
        margin-bottom:30px;
    }

    .career-detail-side{
        position:static;
    }
}

@media(max-width:767px){

    .career-hero,
    .career-detail-hero{
        padding:78px 0 70px;
    }

    .career-hero h1,
    .career-detail-grid h1{
        font-size:42px;
        line-height:1.03;
    }

    .career-hero-copy p{
        font-size:17px;
    }

    .career-values{
        padding-bottom:72px;
    }

    .career-openings{
        padding:72px 0 82px;
    }

    .career-section-head h2{
        font-size:38px;
    }

    .career-job{
        align-items:flex-start;
        flex-direction:column;
    }

    .career-no-jobs h3{
        font-size:30px;
    }

    .career-apply{
        padding:72px 0 82px;
    }

    .career-apply-intro h2{
        font-size:38px;
    }

    .career-fields-two{
        grid-template-columns:1fr;
        gap:0;
    }

    .career-captcha{
        max-width:none;
    }

    .career-submit{
        width:100%;
    }

    .career-detail-content{
        padding:72px 0 82px;
    }

    .career-detail-lead{
        font-size:20px;
    }

    .career-richtext{
        font-size:16px;
    }
}
