/* ===================================
    Careers Page
====================================== */

/* hero */
#careers-hero {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%), url(/img/bkgd-careers-hero.jpg);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: min(calc(100vh - 178px), calc(100vw * 0.732));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
}

    #careers-hero h1 {
        font-size: 120px;
        line-height: .7;
        font-weight: 500;
    }

    #careers-hero h4 {
        font-size: 34px;
        font-weight: 500;
    }

@media (max-width: 1399px) {
    #careers-hero {
        height: min(calc(100vh - 166px), calc(100vw * 0.732));
    }
}

@media (max-width: 1199px) {
    #careers-hero {
        height: min(calc(100vh - 166px), calc(100vw * 0.732));
        padding-bottom: 40px;
    }

        #careers-hero h1 {
            font-size: 110px;
        }

        #careers-hero h4 {
            font-size: 30px;
        }
}

@media (max-width: 991px) {
    #careers-hero {
        height: min(calc(100vh - 215px), calc(100vw * 0.732));
        padding: 30px 10px;
    }

        #careers-hero h1 {
            font-size: 82px;
        }

        #careers-hero h4 {
            font-size: 22px;
        }
}

@media (max-width: 767px) {
    #careers-hero {
        height: min(calc(100vh - 245px), calc(100vw * 0.732));
    }

        #careers-hero h1 {
            font-size: 62px;
        }

        #careers-hero h4 {
            font-size: 16px;
        }
}

@media (max-width: 575px) {
    #careers-hero {
        height: min(calc(100vh - 245px), calc(100vw * 0.732));
    }

        #careers-hero h1 {
            font-size: 48px;
        }

        #careers-hero h4 {
            font-size: 13px;
        }
}

@media (max-width: 454px) {
    #careers-hero {
        height: min(calc(100vh - 245px), calc(100vw * 0.732));
    }

        #careers-hero h1 {
            font-size: 40px;
        }

        #careers-hero h4 {
            font-size: 12px;
        }
}

@media (max-width: 399px) {
    #careers-hero {
        height: min(calc(100vh - 245px), calc(100vw * 0.732));
    }

        #careers-hero h1 {
            font-size: 36px;
        }

        #careers-hero h4 {
            font-size: 10px;
        }
}

/* careers highlights section */
#careers-pillars {
    background-image: url(/img/bkgd-stats.jpg);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 5px 0px 20px 0px;
}

    #careers-pillars .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 225px;
    }

        #careers-pillars .icon img {
            max-width: 100%;
            max-height: 90%;
            height: auto;
        }

    #careers-pillars p {
        font-size: 25px;
        line-height: 1.1;
        font-weight: 700;
    }

@media (max-width: 1399px) {
    #careers-pillars .icon {
        height: 200px;
    }
}

@media (max-width: 1199px) {
    #careers-pillars {
        padding: 0px 0px 20px 0px;
    }

        #careers-pillars .icon {
            height: 175px;
        }

        #careers-pillars p {
            font-size: 20px;
        }
}

@media (max-width: 991px) {
    #careers-pillars {
        padding: 0px 0px 30px 0px;
    }

        #careers-pillars .icon img {
            max-width: 85%;
            max-height: 90%;
            margin-top: 35px;
        }
}

@media (max-width: 767px) {
    #careers-pillars {
        padding: 10px 0px 30px 0px;
    }

        #careers-pillars .icon {
            height: 175px;
            margin: 10px 0px;
        }

            #careers-pillars .icon img {
                max-width: 100%;
                max-height: 100%;
                margin-top: 35px;
            }

        #careers-pillars p {
            font-size: 30px;
        }
}

/* hear from our team section */
#hear-from-team {
    background-image: url(/img/bkgd-red.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

    #hear-from-team .left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100%;
    }

        #hear-from-team .left p:nth-child(1) {
            font-size: 185px;
            line-height: .65;
        }

        #hear-from-team .left p:nth-child(2) {
            font-size: 176px;
            line-height: .65;
        }

        #hear-from-team .left p:nth-child(3) {
            font-size: 98px;
            line-height: .6;
        }

        #hear-from-team .left p:nth-child(4) {
            font-size: 64px;
            line-height: .6;
        }

        /* Mac OS Only */
        .macos #hear-from-team .left p:nth-child(4) {
            font-size: 53px !important;
        }

@media (max-width: 1399px) {
    #hear-from-team .left p:nth-child(1) {
        font-size: 165px;
        line-height: .65;
    }

    #hear-from-team .left p:nth-child(2) {
        font-size: 158px;
        line-height: .65;
    }

    #hear-from-team .left p:nth-child(3) {
        font-size: 88px;
        line-height: .6;
    }

    #hear-from-team .left p:nth-child(4) {
        font-size: 58px;
        line-height: .6;
    }

    /* Mac OS Only */
    .macos #hear-from-team .left p:nth-child(4) {
        font-size: 48px !important;
    }
}

@media (max-width: 1199px) {
    #hear-from-team .left p:nth-child(1) {
        font-size: 135px;
        line-height: .65;
    }

    #hear-from-team .left p:nth-child(2) {
        font-size: 129px;
        line-height: .65;
    }

    #hear-from-team .left p:nth-child(3) {
        font-size: 72px;
        line-height: .6;
    }

    #hear-from-team .left p:nth-child(4) {
        font-size: 48px;
        line-height: .6;
    }

    /* Mac OS Only */
    .macos #hear-from-team .left p:nth-child(4) {
        font-size: 40px !important;
    }
}

@media (max-width: 991px) {
    #hear-from-team .left p:nth-child(1) {
        font-size: 100px;
        line-height: .55;
    }

    #hear-from-team .left p:nth-child(2) {
        font-size: 95px;
        line-height: .55;
    }

    #hear-from-team .left p:nth-child(3) {
        font-size: 53px;
        line-height: .4;
    }

    #hear-from-team .left p:nth-child(4) {
        font-size: 35px;
        line-height: .4;
    }

    /* Mac OS Only */
    .macos #hear-from-team .left p:nth-child(4) {
        font-size: 29px !important;
    }
}

@media (max-width: 767px) {
    #hear-from-team .left {
        padding: 50px 0px;
    }

        #hear-from-team .left p:nth-child(1) {
            font-size: 135px;
            line-height: .65;
        }

        #hear-from-team .left p:nth-child(2) {
            font-size: 129px;
            line-height: .65;
        }

        #hear-from-team .left p:nth-child(3) {
            font-size: 72px;
            line-height: .6;
        }

        #hear-from-team .left p:nth-child(4) {
            font-size: 48px;
            line-height: .6;
        }

        /* Mac OS Only */
        .macos #hear-from-team .left p:nth-child(4) {
            font-size: 38px !important;
        }
}

@media (max-width: 449px) {
    #hear-from-team .left p:nth-child(1) {
        font-size: 110px;
        line-height: .55;
    }

    #hear-from-team .left p:nth-child(2) {
        font-size: 105px;
        line-height: .55;
    }

    #hear-from-team .left p:nth-child(3) {
        font-size: 59px;
        line-height: .45;
    }

    #hear-from-team .left p:nth-child(4) {
        font-size: 38px;
        line-height: .4;
    }

    /* Mac OS Only */
    .macos #hear-from-team .left p:nth-child(4) {
        font-size: 32px !important;
    }
}

/* continued education */
#continued-education {
    background-color: var(--bkgd-off-white) !important;
    padding: 5px 0px;
    background-image: url(/img/pin-up-navy.png), url(/img/pin-up3-right.png);
    background-repeat: no-repeat;
    background-position: 50px center, right 50px center;
}

    #continued-education .ce-text {
        padding: 25px 0px;
        font-size: 50px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        #continued-education .ce-text img {
            height: 65%;
            vertical-align: middle;
            margin: 0 10px;
        }

@media (max-width: 1399px) {
    #continued-education .ce-text {
        font-size: 45px;
    }
}

@media (max-width: 1199px) {
    #continued-education .ce-text {
        font-size: 35px;
    }

        #continued-education .ce-text img {
            height: 55%;
        }
}

@media (max-width: 991px) {
    #continued-education {
        background-size: auto 80px;
        background-position: 30px center, right 30px center;
    }

        #continued-education .ce-text {
            padding: 15px 0px;
            font-size: 35px;
        }

            #continued-education .ce-text img {
                height: 40%;
                margin: 0 5px;
            }
}

@media (max-width: 767px) {
    #continued-education {
        background-size: auto 85px;
    }

        #continued-education .ce-text {
            font-size: 30px;
        }

            #continued-education .ce-text img {
                margin: 0 5px 3px 5px;
            }
}

@media (max-width: 669px) {
    #continued-education .ce-text {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    #continued-education {
        background-image: unset;
    }

        #continued-education .ce-text {
            font-size: 20px;
        }
}

@media (max-width: 379px) {
    #continued-education .ce-text {
        font-size: 18px;
    }

        #continued-education .ce-text img {
            height: 25%;
        }
}

/* benefits section */
#benefits {
    background-image: url(/img/bkgd-blue-textured.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0px 25px 0px;
}

    #benefits .heading {
        text-align: center;
    }

        #benefits .heading h2 {
            font-size: 70px;
        }

        #benefits .heading h4 {
            font-size: 35px;
            font-weight: 400;
            line-height: .5;
        }

    #benefits div.benefit {
        margin-top: 50px;
        display: flex;
        align-items: center;
        min-height: 100px;
    }

        #benefits div.benefit .benefit-title {
            font-size: 26px;
            font-weight: 600;
            line-height: .3;
        }

        #benefits div.benefit .benefit-description {
            font-size: 27px;
            line-height: 1.2;
        }

    #benefits p.disclaimer {
        font-size: 12px;
        margin-top: 30px;
        text-align: right;
    }

        #benefits p.disclaimer sup {
            top: -.1em;
            font-size: 1em;
        }

@media (max-width: 1399px) {
    #benefits .heading h2 {
        font-size: 60px;
    }

    #benefits .heading h4 {
        font-size: 30px;
    }

    #benefits div.benefit {
        min-height: 95px;
    }

        #benefits div.benefit .benefit-title {
            font-size: 25px;
        }

        #benefits div.benefit .benefit-description {
            font-size: 25px;
        }
}

@media (max-width: 1199px) {
    #benefits .heading h2 {
        font-size: 50px;
    }

    #benefits .heading h4 {
        font-size: 25px;
    }

    #benefits div.benefit {
        min-height: 85px;
    }

        #benefits div.benefit .benefit-title {
            font-size: 21px;
        }

        #benefits div.benefit .benefit-description {
            font-size: 21px;
        }

    #benefits p.disclaimer {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    #benefits .heading h2 {
        font-size: 38px;
    }

    #benefits .heading h4 {
        font-size: 20px;
    }

    #benefits div.benefit {
        margin-top: 30px;
        min-height: 70px;
    }

        #benefits div.benefit .benefit-title {
            font-size: 16px;
        }

        #benefits div.benefit .benefit-description {
            font-size: 15px;
        }

    #benefits p.disclaimer {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    #benefits .heading h2 {
        font-size: 44px;
    }

    #benefits .heading h4 {
        font-size: 22px;
    }

    #benefits div.benefit .benefit-title {
        font-size: 17px;
    }

    #benefits div.benefit .benefit-description {
        font-size: 17px;
    }

    #benefits p.disclaimer {
        text-align: center;
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    #benefits .heading h2 {
        font-size: 30px;
    }

    #benefits .heading h4 {
        font-size: 15px;
    }

    #benefits div.benefit {
        text-align: center;
        min-height: auto;
    }

        #benefits div.benefit img {
            height: 60px;
            margin-bottom: 10px;
        }

    #benefits p.disclaimer {
        font-size: 9px;
        line-height: 1.5;
    }
}

/* apply section */
#apply {
    background-image: url(/img/bkgd-green-textured.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 50px 0px
}

    #apply h2 {
        font-size: 70px;
        margin-bottom: 50px;
    }

    #apply #apply-form .row {
        --bs-gutter-x: 3rem
    }

@media (max-width: 1199px) {
    #apply h2 {
        margin-bottom: 40px;
    }

    #apply #apply-form .row {
        --bs-gutter-x: 2rem
    }
}

@media (max-width: 991px) {
    #apply h2 {
        font-size: 60px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #apply .heading {
        text-align: center;
    }
}

@media (max-width: 575px) {
    #apply h2 {
        font-size: 58px;
    }
}

@media (max-width: 449px) {
    #apply h2 {
        font-size: 46px;
    }
}

/* commission pay section */
#commission-pay {
    background-color: var(--bkgd-off-white) !important;
    padding: 5px 0px;
    background-image: url(/img/pin-up6.png), url(/img/pin-up5.png);
    background-repeat: no-repeat;
    background-position-x: 20px, right 5px;
    background-position-y: 30px;
}

    #commission-pay .cp-text {
        padding: 25px 0px;
        font-size: 42px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        #commission-pay .cp-text img {
            height: 70%;
            vertical-align: middle;
            margin: 0 10px;
            padding-bottom: 5px;
        }

@media (max-width: 1399px) {
    #commission-pay .cp-text {
        font-size: 34px;
    }
}

@media (max-width: 1199px) {
    #commission-pay .cp-text {
        font-size: 26px;
    }

        #commission-pay .cp-text img {
            height: 55%;
            padding-bottom: 4px;
        }
}

@media (max-width: 991px) {
    #commission-pay {
        background-size: auto 100px;
    }

        #commission-pay .cp-text {
            padding: 15px 0px;
            font-size: 18px;
        }

            #commission-pay .cp-text img {
                height: 40%;
                margin: 0 5px;
                padding-bottom: 3px;
            }
}

@media (max-width: 767px) {
    #commission-pay {
        background-size: auto 80px;
        background-position-y: 36px;
    }

        #commission-pay .cp-text {
            font-size: 16px;
        }
}

@media (max-width: 669px) {
    #commission-pay {
        background-size: auto 70px;
        background-position-y: 45px;
    }

        #commission-pay .cp-text {
            font-size: 14px;
        }
}

@media (max-width: 575px) {
    #commission-pay {
        background-image: unset;
    }

        #commission-pay .cp-text {
            font-size: 16px;
            padding: 30px 0px;
        }

            #commission-pay .cp-text img {
                display: none;
            }
}

@media (max-width: 414px) {
    #commission-pay .cp-text {
        font-size: 14px;
    }
}