
/* =====================================================
   AA TENTS & INFLATABLES CAREERS
===================================================== */


:root {
    --aa-primary: #732439;
    --aa-dark: #52143C;
    --aa-dark-deep: #3d0f2d;

    --text-dark: #241f22;
    --text-muted: #6f676b;
    --header-text: #2b2528;

    --background-light: #f8f5f6;
    --border: #e4dde0;
    --header-border: #e8e1e4;

    --white: #ffffff;
}


/* =====================================================
   RESET
===================================================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {

    margin: 0;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    background: var(--white);

    color: var(--text-dark);

    line-height: 1.6;

    -webkit-font-smoothing: antialiased;

}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

button, input, select, textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {

    width: min(
        1180px,
        calc(100% - 40px)
    );

    margin: 0 auto;

}

.container.narrow {

    width: min(
        820px,
        calc(100% - 40px)
    );

}

.section {
    padding: 100px 0;
}


/* =====================================================
   AA TENTS & INFLATABLES CAREERS HEADER
===================================================== */


/* =====================================================
   HEADER WRAPPER
===================================================== */

.careers-header {
    position: sticky;
    top: 0;
    z-index: 1200;

    width: 100%;

    background: var(--white);

    box-shadow:
        0 3px 14px rgba(82, 20, 60, .06);
}


/* =====================================================
   TOP UTILITY BAR
===================================================== */


/* =====================================================
   MAIN HEADER
===================================================== */


/* =====================================================
   BRAND
===================================================== */

.careers-brand {
    margin-right: auto;

    display: flex;
    align-items: center;

    flex-shrink: 0;
}

.careers-logo {
    width: 150px;
    max-height: 62px;

    object-fit: contain;
}


/* =====================================================
   DESKTOP NAV
===================================================== */


/* =====================================================
   SEARCH JOBS BUTTON
===================================================== */


/* =====================================================
   MOBILE MENU BUTTON
===================================================== */

.careers-menu-button {
    display: none;

    width: 44px;
    height: 44px;

    padding: 8px;

    border: 0;

    background: transparent;

    cursor: pointer;
}

.careers-menu-button span {
    display: block;

    width: 25px;
    height: 2px;

    margin: 5px auto;

    background: var(--aa-primary);
}


/* =====================================================
   MOBILE NAV
===================================================== */

.careers-mobile-nav {
    display: none;
}


/* =====================================================
   MEDIUM DESKTOP
===================================================== */

@media (max-width: 1180px) {


    

    

        .careers-logo {
        width: 132px;
    }

    

    

    

    


}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 980px) {


    

        .careers-menu-button {
        display: block;
    }

    


}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {


    

    

        .careers-logo {
        width: 118px;
    }

    

    


        /* MOBILE MENU OPEN */

        .careers-mobile-nav.active {
        display: flex;
        flex-direction: column;

        padding:
            8px 20px
            24px;

        background: var(--white);

        border-top:
            1px solid var(--header-border);

        box-shadow:
            0 14px 32px
            rgba(82,20,60,.08);
    }

        .careers-mobile-nav > a {
        padding: 14px 2px;

        color: var(--header-text);

        font-size: 15px;
        font-weight: 600;

        border-bottom:
            1px solid #eee8ea;
    }

        .careers-mobile-nav > a:hover {
        color: var(--aa-primary);
    }


        /* EMPLOYEE LOGIN */

    

    


        /* SEARCH */

    

    


}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 430px) {


        .careers-logo {
        width: 108px;
    }

    


}


/* =====================================================
   HERO
===================================================== */


/* =====================================================
   BUTTONS
===================================================== */

.button {

    display:
        inline-flex;

    align-items:
        center;

    justify-content:
        center;

    min-height:
        54px;

    padding:
        0 28px;

    border-radius:
        5px;

    font-size:
        14px;

    font-weight:
        800;

    letter-spacing:
        .02em;

    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;

}

.button:hover {

    transform:
        translateY(-2px);

}


.button-white {

    background:
        var(--white);

    color:
        var(--aa-primary);

}

.button-white:hover {

    background:
        #f7f3f4;

}


/* =====================================================
   GENERAL SECTION HEADINGS
===================================================== */

.section-label {

    display:
        inline-block;

    margin-bottom:
        17px;

    color:
        var(--aa-primary);

    font-size:
        12px;

    font-weight:
        900;

    letter-spacing:
        .18em;

}

.section-label.light {

    color:
        rgba(255,255,255,.72);

}

.section-heading {

    max-width:
        740px;

    margin-bottom:
        55px;

}

.section-heading.centered {

    margin-left:
        auto;

    margin-right:
        auto;

    text-align:
        center;

}

.section-heading h2, .intro-section h2, .culture-heading h2, .final-cta h2 {

    margin:
        0 0 20px;

    color:
        var(--text-dark);

    font-size:
        clamp(
            38px,
            5vw,
            58px
        );

    line-height:
        1.05;

    letter-spacing:
        -.035em;

}

.section-heading p {

    margin:
        0;

    color:
        var(--text-muted);

    font-size:
        18px;

}


/* =====================================================
   INTRO / JOIN OUR TEAM
===================================================== */

.intro-section {
    padding: 110px 0;

    background: #ffffff;

    text-align: left;
}


/* TWO COLUMN LAYOUT */

.intro-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(400px, .9fr);

    align-items: center;

    gap: 80px;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.intro-content {
    max-width: 650px;
}


.intro-content .section-label {
    display: inline-block;

    margin-bottom: 16px;

    color: #732439;

    font-size: 12px;
    font-weight: 900;

    letter-spacing: .18em;
}


.intro-content h2 {
    margin: 0 0 28px;

    color: #241f22;

    font-size: clamp(42px, 5vw, 60px);

    line-height: 1.05;

    letter-spacing: -.04em;
}


.intro-content .large-text {
    margin: 0 0 24px;

    color: #332d30;

    font-size: 22px;
    font-weight: 500;

    line-height: 1.55;
}


.intro-content p {
    margin: 0 0 20px;

    color: #6f676b;

    font-size: 16px;
    line-height: 1.75;
}


.intro-content p:last-child {
    margin-bottom: 0;
}


/* =====================================================
   RIGHT IMAGE
===================================================== */

.intro-image {
    position: relative;

    width: 100%;
    height: 500px;

    overflow: hidden;

    border-radius: 4px;
}


/* MAROON ACCENT BEHIND IMAGE */

.intro-image::before {
    content: "";

    position: absolute;

    z-index: 0;

    width: 75%;
    height: 75%;

    right: -18px;
    bottom: -18px;

    background: #732439;

    border-radius: 4px;
}


.intro-image img {
    position: relative;

    z-index: 1;

    width: calc(100% - 18px);
    height: calc(100% - 18px);

    object-fit: cover;

    object-position: center;

    border-radius: 4px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {


        .intro-grid {
        grid-template-columns: 1fr;

        gap: 50px;
    }

        .intro-content {
        max-width: 720px;
    }

        .intro-image {
        height: 450px;
    }


}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {


        .intro-section {
        padding: 70px 0;
    }

        .intro-grid {
        gap: 38px;
    }

        .intro-content h2 {
        font-size: 38px;
    }

        .intro-content .large-text {
        font-size: 19px;
    }

        .intro-image {
        height: 330px;
    }

        .intro-image::before {
        right: -10px;
        bottom: -10px;
    }

        .intro-image img {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
    }


}

/* =====================================================
   CAREER AREAS
===================================================== */

.career-section {

    background:
        var(--background-light);

}

.career-grid {

    display:
        grid;

    grid-template-columns:
        repeat(3, 1fr);

    border-top:
        1px solid
        var(--border);

    border-left:
        1px solid
        var(--border);

}

.career-card {

    position:
        relative;

    min-height:
        300px;

    padding:
        32px;

    display:
        flex;

    flex-direction:
        column;

    background:
        var(--white);

    border-right:
        1px solid
        var(--border);

    border-bottom:
        1px solid
        var(--border);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;

}

.career-card::before {

    content:
        "";

    position:
        absolute;

    top:
        0;

    left:
        0;

    width:
        0;

    height:
        4px;

    background:
        var(--aa-primary);

    transition:
        width .25s ease;

}

.career-card:hover {

    z-index:
        2;

    transform:
        translateY(-5px);

    box-shadow:
        0 18px 42px
        rgba(82,20,60,.10);

}

.career-card:hover::before {

    width:
        100%;

}

.career-number {

    color:
        var(--aa-primary);

    font-size:
        12px;

    font-weight:
        900;

    letter-spacing:
        .08em;

}

.career-content {

    margin-top:
        auto;

}

.career-card h3 {

    margin:
        0 0 12px;

    color:
        var(--text-dark);

    font-size:
        23px;

    line-height:
        1.2;

    transition:
        color .2s ease;

}

.career-card p {

    margin:
        0 0 20px;

    color:
        var(--text-muted);

}

.career-card:hover h3 {

    color:
        var(--aa-primary);

}

.card-link {

    color:
        var(--aa-primary);

    font-size:
        13px;

    font-weight:
        900;

}


/* =====================================================
   COMPANIES
===================================================== */

.companies-section {

    background:
        var(--white);

}

.company-grid {

    display:
        grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap:
        20px;

}

.company-card {

    position:
        relative;

    min-height:
        350px;

    padding:
        30px 26px;

    background:
        var(--white);

    border:
        1px solid
        var(--border);

    border-radius:
        10px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;

}

.company-card:hover {

    transform:
        translateY(-5px);

    border-color:
        rgba(115,36,57,.30);

    box-shadow:
        0 16px 38px
        rgba(82,20,60,.09);

}

.company-logo-wrap {

    height:
        135px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    margin-bottom:
        20px;

    padding:
        12px;

    background:
        #faf8f9;

    border-radius:
        8px;

}

.company-logo {

    max-width:
        185px;

    max-height:
        105px;

    width:
        auto;

    height:
        auto;

    object-fit:
        contain;

}

.bounce-logo {

    max-width:
        190px;

}

.foam-logo {

    max-width:
        180px;

}

.laser-logo {

    max-width:
        185px;

}

.company-card h3 {

    margin:
        0 0 10px;

    color:
        var(--text-dark);

    font-size:
        21px;

}

.company-card p {

    margin:
        0;

    color:
        var(--text-muted);

    font-size:
        15px;

}


/* =====================================================
   CULTURE / VALUES
===================================================== */

.culture-section {

    color:
        var(--white);

    background:

        linear-gradient(
            135deg,
            var(--aa-dark)
            0%,
            #42102f
            100%
        );

}

.culture-grid {

    display:
        grid;

    grid-template-columns:
        .85fr 1.4fr;

    align-items:
        start;

    gap:
        90px;

}

.culture-heading h2 {

    color:
        var(--white);

}

.culture-heading p {

    max-width:
        470px;

    color:
        rgba(255,255,255,.72);

    font-size:
        17px;

}

.values-grid {

    display:
        grid;

    grid-template-columns:
        1fr 1fr;

}

.value-card {

    min-height:
        225px;

    padding:
        30px;

    border-left:
        1px solid
        rgba(255,255,255,.14);

    border-bottom:
        1px solid
        rgba(255,255,255,.14);

    transition:
        background .2s ease;

}

.value-card:hover {

    background:
        rgba(255,255,255,.04);

}

.value-card span {

    color:
        #dfadba;

    font-size:
        12px;

    font-weight:
        900;

    letter-spacing:
        .08em;

}

.value-card h3 {

    margin:
        34px 0 10px;

    color:
        var(--white);

    font-size:
        24px;

    line-height:
        1.2;

}

.value-card p {

    margin:
        0;

    color:
        rgba(255,255,255,.69);

}


/* =====================================================
   WHY WORK HERE
===================================================== */

.why-section {

    background:
        var(--white);

}

.benefit-grid {

    display:
        grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap:
        45px;

}

.benefit-icon {

    width:
        56px;

    height:
        56px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    margin-bottom:
        26px;

    background:
        rgba(115,36,57,.09);

    color:
        var(--aa-primary);

    border-radius:
        50%;

    font-size:
        22px;

    font-weight:
        800;

}

.benefit h3 {

    margin:
        0 0 10px;

    color:
        var(--text-dark);

    font-size:
        21px;

}

.benefit p {

    margin:
        0;

    color:
        var(--text-muted);

}


/* =====================================================
   HIRING PROCESS
===================================================== */

.process-section {

    background:
        var(--background-light);

}

.process-grid {

    display:
        flex;

    align-items:
        flex-start;

}

.process-item {

    flex:
        1;

}

.process-item strong {

    color:
        var(--aa-primary);

    font-size:
        13px;

    font-weight:
        900;

    letter-spacing:
        .08em;

}

.process-item h3 {

    margin:
        12px 0 8px;

    color:
        var(--text-dark);

    font-size:
        23px;

}

.process-item p {

    margin:
        0;

    color:
        var(--text-muted);

    font-size:
        14px;

}

.process-line {

    width:
        50px;

    height:
        2px;

    margin:
        42px 25px 0;

    background:
        rgba(115,36,57,.25);

}


/* =====================================================
   CAREERPLUG JOBS
===================================================== */

.jobs-section {

    background:

        linear-gradient(
            180deg,
            #f9f6f7 0%,
            #f4eff1 100%
        );

}

.jobs-section .section-heading {

    margin-bottom:
        45px;

}

.careerplug-container {

    width:
        100%;

    overflow:
        hidden;

    background:
        var(--white);

    border:
        1px solid
        var(--border);

    border-radius:
        12px;

    box-shadow:
        0 20px 55px
        rgba(82,20,60,.09);

}

#cpatsframe {

    display:
        block;

    width:
        100% !important;

    min-height:
        900px;

    border:
        0 !important;

    background:
        var(--white);

}


/* =====================================================
   FINAL CTA
===================================================== */

.final-cta {

    position:
        relative;

    overflow:
        hidden;

    padding:
        90px 0;

    color:
        var(--white);

    background:

        linear-gradient(
            120deg,
            var(--aa-primary)
            0%,
            var(--aa-dark)
            100%
        );

}

.final-cta::before {

    content:
        "";

    position:
        absolute;

    width:
        500px;

    height:
        500px;

    top:
        -270px;

    right:
        -120px;

    border-radius:
        50%;

    background:
        rgba(255,255,255,.05);

}

.final-cta::after {

    content:
        "";

    position:
        absolute;

    width:
        300px;

    height:
        300px;

    bottom:
        -210px;

    right:
        220px;

    border-radius:
        50%;

    background:
        rgba(255,255,255,.035);

}

.final-cta-inner {

    position:
        relative;

    z-index:
        2;

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        50px;

}

.final-cta h2 {

    margin-bottom:
        10px;

    color:
        var(--white);

}

.final-cta p {

    max-width:
        650px;

    margin:
        0;

    color:
        rgba(255,255,255,.76);

    font-size:
        17px;

}


/* =====================================================
   FOOTER
===================================================== */

.site-footer {

    padding:
        60px 0 25px;

    background:
        var(--aa-dark-deep);

    color:
        var(--white);

}

.footer-inner {

    display:
        flex;

    justify-content:
        space-between;

    align-items:
        flex-start;

    gap:
        50px;

}

.footer-brand {

    max-width:
        410px;

}

.footer-logo {

    width:
        165px;

    max-height:
        70px;

    object-fit:
        contain;

    /*
       If your AA color logo becomes difficult to see
       on this dark footer, change this to a white logo.
    */

    background:
        var(--white);

    padding:
        8px 12px;

    border-radius:
        6px;

}

.footer-brand p {

    margin:
        20px 0 0;

    color:
        rgba(255,255,255,.58);

}

.footer-links {

    display:
        flex;

    flex-wrap:
        wrap;

    gap:
        15px 28px;

}

.footer-links a {

    color:
        rgba(255,255,255,.74);

    font-size:
        14px;

    font-weight:
        600;

    transition:
        color .2s ease;

}

.footer-links a:hover {

    color:
        var(--white);

}

.footer-bottom {

    margin-top:
        45px;

    padding-top:
        20px;

    border-top:
        1px solid
        rgba(255,255,255,.10);

}

.footer-bottom p {

    margin:
        0;

    color:
        rgba(255,255,255,.40);

    font-size:
        12px;

}


/* =====================================================
   ACCESSIBILITY
===================================================== */

a:focus-visible, button:focus-visible {

    outline:
        3px solid
        rgba(115,36,57,.35);

    outline-offset:
        3px;

}


/* =====================================================
   LARGE TABLET
===================================================== */

@media (max-width: 1080px) {


    

    

        .company-grid {

        grid-template-columns:
            repeat(2,1fr);

    }

        .benefit-grid {

        grid-template-columns:
            repeat(2,1fr);

        gap:
            50px 40px;

    }


}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 930px) {


    

    

        .career-grid {

        grid-template-columns:
            repeat(2,1fr);

    }

        .culture-grid {

        grid-template-columns:
            1fr;

        gap:
            55px;

    }


}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {


        html {

        scroll-padding-top:
            76px;

    }

        .container, .container.narrow {

        width:
            calc(100% - 30px);

    }

        .section {

        padding:
            72px 0;

    }


        /* HEADER */

    

    

    

    

    

    

    

    


        /* HERO */

    

    

    

    

    

        .button {

        width:
            100%;

    }


        /* HEADINGS */

        .section-heading {

        margin-bottom:
            40px;

    }

        .section-heading h2, .intro-section h2, .culture-heading h2, .final-cta h2 {

        font-size:
            38px;

    }

        .section-heading p {

        font-size:
            17px;

    }

        .large-text {

        font-size:
            20px;

    }


        /* CAREER AREAS */

        .career-grid {

        grid-template-columns:
            1fr;

    }

        .career-card {

        min-height:
            235px;

        padding:
            27px;

    }


        /* COMPANIES */

        .company-grid {

        grid-template-columns:
            1fr;

    }

        .company-card {

        min-height:
            auto;

        padding:
            27px 24px 30px;

    }

        .company-logo-wrap {

        height:
            125px;

    }


        /* CULTURE */

        .values-grid {

        grid-template-columns:
            1fr;

    }

        .value-card {

        min-height:
            auto;

        padding:
            28px 22px;

    }

        .value-card h3 {

        margin-top:
            24px;

    }


        /* BENEFITS */

        .benefit-grid {

        grid-template-columns:
            1fr;

        gap:
            42px;

    }


        /* PROCESS */

        .process-grid {

        flex-direction:
            column;

        gap:
            35px;

    }

        .process-item {

        padding-left:
            20px;

        border-left:
            3px solid
            rgba(115,36,57,.18);

    }

        .process-line {

        display:
            none;

    }


        /* JOBS */

        .careerplug-container {

        border-radius:
            8px;

    }

        #cpatsframe {

        min-height:
            1000px;

    }


        /* FINAL CTA */

        .final-cta {

        padding:
            72px 0;

    }

        .final-cta-inner {

        flex-direction:
            column;

        align-items:
            flex-start;

        gap:
            30px;

    }


        /* FOOTER */

        .footer-inner {

        flex-direction:
            column;

    }

        .footer-links {

        flex-direction:
            column;

        gap:
            12px;

    }


}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {


    

    

        .section-heading h2, .intro-section h2, .culture-heading h2, .final-cta h2 {

        font-size:
            34px;

    }


}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {


        html {

        scroll-behavior:
            auto;

    }

        *, *::before, *::after {

        animation-duration:
            .01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            .01ms !important;

    }


}

/* =====================================================
   AA CAREERS HEADER + HERO

   Primary:   #732439
   Dark:      #52143C
===================================================== */


/* =====================================================
   HEADER
===================================================== */

.careers-header {
    position: relative;
    z-index: 1000;

    width: 100%;

    background: #ffffff;
}


/* =====================================================
   TOP MAROON BAR
===================================================== */

.careers-topbar {
    background:
        linear-gradient(
            90deg,
            var(--aa-dark) 0%,
            var(--aa-primary) 100%
        );

    color: #ffffff;
}

.careers-topbar-inner {
    width: min(1450px, calc(100% - 80px));
    height: 58px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
}


.topbar-company {
    color: rgba(255,255,255,.92);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: .08em;
}


.topbar-employees {
    display: flex;
    align-items: center;

    gap: 22px;
}


.employee-question {
    color: rgba(255,255,255,.82);

    font-size: 13px;
    font-weight: 600;
}


.employee-divider {
    width: 1px;
    height: 30px;

    background: rgba(255,255,255,.30);
}


.employee-link {
    display: flex;
    align-items: center;

    gap: 10px;

    color: #ffffff;

    line-height: 1.15;
}


.employee-icon {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;

    font-size: 16px;
}


.employee-link strong {
    display: block;

    color: #ffffff;

    font-size: 13px;
    font-weight: 800;
}


.employee-link small {
    display: block;

    margin-top: 3px;

    color: rgba(255,255,255,.72);

    font-size: 11px;
    font-weight: 500;
}


.employee-link:hover small {
    color: #ffffff;
}


/* =====================================================
   MAIN WHITE NAV
===================================================== */

.careers-navbar {
    position: relative;

    background: #ffffff;

    border-bottom:
        1px solid rgba(0,0,0,.06);
}


.careers-nav-inner {
    width: min(1450px, calc(100% - 80px));
    height: 96px;

    margin: 0 auto;

    display: flex;
    align-items: center;

    gap: 36px;
}


/* =====================================================
   LOGO
===================================================== */

.careers-brand {
    display: flex;
    align-items: center;

    flex-shrink: 0;

    margin-right: auto;
}


.careers-logo {
    width: 215px;
    max-height: 74px;

    object-fit: contain;
}


/* =====================================================
   NAVIGATION
===================================================== */

.desktop-careers-nav {
    align-self: stretch;

    display: flex;
    align-items: stretch;

    gap: 4px;
}


.desktop-careers-nav a {
    position: relative;

    display: flex;
    align-items: center;

    padding: 0 18px;

    color: #252124;

    font-size: 14px;
    font-weight: 600;

    white-space: nowrap;

    transition:
        color .2s ease,
        background .2s ease;
}


.desktop-careers-nav a::after {
    content: "";

    position: absolute;

    left: 18px;
    right: 18px;
    bottom: 0;

    height: 4px;

    background: var(--aa-primary);

    transform: scaleX(0);

    transition: transform .2s ease;
}


.desktop-careers-nav a:hover, .desktop-careers-nav a.active {
    color: var(--aa-primary);
}


.desktop-careers-nav a:hover::after, .desktop-careers-nav a.active::after {
    transform: scaleX(1);
}


/* =====================================================
   SEARCH JOBS HEADER BUTTON
===================================================== */

.header-search-jobs {
    min-width: 170px;
    min-height: 52px;

    padding: 0 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 18px;

    background: var(--aa-primary);

    color: #ffffff;

    border-radius: 4px;

    font-size: 14px;
    font-weight: 800;

    white-space: nowrap;

    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.header-search-jobs span {
    font-size: 20px;

    transition: transform .2s ease;
}


.header-search-jobs:hover {
    background: var(--aa-dark);

    transform: translateY(-1px);

    box-shadow:
        0 8px 20px rgba(82,20,60,.20);
}


.header-search-jobs:hover span {
    transform: translateX(3px);
}


/* =====================================================
   MOBILE MENU
===================================================== */

.careers-menu-button {
    display: none;

    width: 45px;
    height: 45px;

    border: 0;

    background: transparent;

    cursor: pointer;
}


.careers-menu-button span {
    display: block;

    width: 26px;
    height: 2px;

    margin: 5px auto;

    background: var(--aa-primary);
}


.careers-mobile-nav {
    display: none;
}


/* =====================================================
   HERO
===================================================== */

.careers-hero {
    position: relative;

    height: 650px;

    overflow: hidden;

    background-image:
        url("https://careers.aatentsandinflatables.com/images/careers-hero.jpeg");

    background-size: cover;

    /*
       Your inflatable is toward the center/right.
       This keeps it visible while leaving the left
       side available for the headline.
    */

    background-position: center 54%;
}


/* =====================================================
   HERO DARK GRADIENT
===================================================== */

.careers-hero-overlay {
    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,

            rgba(8, 22, 24, .94) 0%,

            rgba(8, 22, 24, .82) 25%,

            rgba(8, 22, 24, .48) 46%,

            rgba(8, 22, 24, .12) 68%,

            rgba(8, 22, 24, .02) 100%
        );
}


/* Slight bottom darkening */

.careers-hero::after {
    content: "";

    position: absolute;
    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(0,0,0,.18) 100%
        );

    pointer-events: none;
}


/* =====================================================
   HERO CONTENT
===================================================== */

.careers-hero-inner {
    position: relative;
    z-index: 3;

    width: min(1450px, calc(100% - 80px));
    height: 100%;

    margin: 0 auto;

    display: flex;
    align-items: center;
}


.careers-hero-content {
    width: 600px;
    max-width: 48%;

    padding-bottom: 30px;
}


.hero-kicker {
    display: block;

    margin-bottom: 20px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 800;

    letter-spacing: .24em;
}


.careers-hero h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(64px, 6vw, 96px);

    line-height: .92;

    font-weight: 800;

    letter-spacing: -.055em;

    text-shadow:
        0 4px 18px rgba(0,0,0,.16);
}


.careers-hero h1 span {
    display: block;

    color: #b74c69;
}


.careers-hero-content p {
    max-width: 600px;

    margin: 28px 0 32px;

    color: rgba(255,255,255,.94);

    font-size: 20px;
    line-height: 1.55;
}


/* =====================================================
   HERO BUTTONS
===================================================== */

.hero-actions {
    display: flex;
    align-items: center;

    gap: 18px;
}


.hero-search-button, .hero-secondary-button {
    min-height: 58px;

    padding: 0 30px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 4px;

    font-size: 15px;
    font-weight: 800;

    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}


.hero-search-button {
    min-width: 210px;

    gap: 18px;

    background: var(--aa-primary);

    color: #ffffff;

    border: 2px solid var(--aa-primary);

    box-shadow:
        0 8px 24px rgba(0,0,0,.16);
}


.hero-search-button span {
    font-size: 21px;

    transition: transform .2s ease;
}


.hero-search-button:hover {
    background: var(--aa-dark);

    border-color: var(--aa-dark);

    transform: translateY(-2px);
}


.hero-search-button:hover span {
    transform: translateX(4px);
}


.hero-secondary-button {
    min-width: 205px;

    color: #ffffff;

    background: rgba(0,0,0,.15);

    border: 2px solid rgba(255,255,255,.90);
}


.hero-secondary-button:hover {
    background: #ffffff;

    color: var(--aa-dark);

    transform: translateY(-2px);
}


/* =====================================================
   CURVED HERO BOTTOM
===================================================== */

.hero-curve {
    position: absolute;

    z-index: 4;

    left: -5%;
    bottom: -66px;

    width: 110%;
    height: 105px;

    background: #ffffff;

    border-radius: 50% 50% 0 0 / 55% 55% 0 0;
}


/* =====================================================
   CAREER HIGHLIGHTS
===================================================== */

.career-highlights {
    position: relative;
    z-index: 10;

    background: #ffffff;

    padding: 24px 0 45px;
}


.career-highlights-inner {
    width: min(1400px, calc(100% - 80px));

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);
}


.career-highlight {
    min-height: 80px;

    padding: 5px 35px;

    display: flex;
    align-items: center;

    gap: 22px;

    border-right:
        1px solid #ddd5d8;
}


.career-highlight:first-child {
    padding-left: 0;
}


.career-highlight:last-child {
    border-right: 0;

    padding-right: 0;
}


.highlight-icon {
    flex: 0 0 52px;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--aa-primary);

    font-size: 42px;
    line-height: 1;
}


.career-highlight strong {
    display: block;

    margin-bottom: 3px;

    color: #252124;

    font-size: 13px;
    font-weight: 900;

    letter-spacing: .02em;
}


.career-highlight span {
    display: block;

    color: #777074;

    font-size: 13px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1150px) {


        .careers-topbar-inner, .careers-nav-inner, .careers-hero-inner {
        width: calc(100% - 40px);
    }

        .careers-logo {
        width: 175px;
    }

    

        .desktop-careers-nav a {
        padding-left: 10px;
        padding-right: 10px;

        font-size: 13px;
    }

        .desktop-careers-nav a::after {
        left: 10px;
        right: 10px;
    }


}


@media (max-width: 980px) {


        .desktop-careers-nav, .header-search-jobs {
        display: none;
    }

        .careers-menu-button {
        display: block;
    }

        .careers-hero-content {
        max-width: 65%;
    }

        .career-highlights-inner {
        grid-template-columns: 1fr 1fr;

        gap: 30px 0;
    }

        .career-highlight:nth-child(2) {
        border-right: 0;
    }


}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 700px) {


        .careers-topbar {
        display: none;
    }


        /* HEADER */

        .careers-nav-inner {
        width: calc(100% - 30px);

        height: 76px;
    }

        .careers-logo {
        width: 125px;
    }

    

    


        /* MOBILE NAV */

        .careers-mobile-nav.active {
        display: flex;
        flex-direction: column;

        padding: 8px 20px 24px;

        background: #ffffff;

        border-top: 1px solid var(--border);

        box-shadow:
            0 14px 30px rgba(82,20,60,.10);
    }

        .careers-mobile-nav a {
        padding: 14px 2px;

        color: #292427;

        border-bottom:
            1px solid #eee8ea;

        font-size: 15px;
        font-weight: 600;
    }

        .careers-mobile-nav .mobile-search-jobs {
        margin-top: 12px;

        padding: 14px;

        background: var(--aa-primary);

        color: #ffffff;

        border: 0;

        border-radius: 4px;

        text-align: center;
    }


        /* HERO */

        .careers-hero {
        height: 640px;

        background-position: 58% center;
    }


        .careers-hero-overlay {
        background:
            linear-gradient(
                90deg,

                rgba(7,20,22,.94) 0%,

                rgba(7,20,22,.82) 55%,

                rgba(7,20,22,.42) 100%
            );
    }


        .careers-hero-inner {
        width: calc(100% - 36px);

        align-items: center;
    }


        .careers-hero-content {
        width: 100%;
        max-width: 100%;

        padding-bottom: 30px;
    }


        .hero-kicker {
        font-size: 11px;

        letter-spacing: .20em;
    }


        .careers-hero h1 {
        font-size: clamp(56px, 17vw, 76px);
    }


        .careers-hero-content p {
        max-width: 500px;

        font-size: 17px;
    }


        .hero-actions {
        flex-direction: column;
        align-items: stretch;

        max-width: 330px;
    }


        .hero-search-button, .hero-secondary-button {
        width: 100%;
    }


        /* CURVE */

        .hero-curve {
        bottom: -55px;

        height: 80px;
    }


        /* HIGHLIGHTS */

        .career-highlights {
        padding-top: 28px;
    }


        .career-highlights-inner {
        width: calc(100% - 36px);

        grid-template-columns: 1fr;

        gap: 0;
    }


        .career-highlight, .career-highlight:first-child, .career-highlight:last-child {
        padding: 20px 0;

        border-right: 0;

        border-bottom:
            1px solid #e7e0e3;
    }


        .career-highlight:last-child {
        border-bottom: 0;
    }


}

/* =====================================================
   BENEFITS & PERKS
   Primary: #732439
   Dark:    #52143C
===================================================== */

.benefits-section {
    position: relative;
    padding: 110px 0 100px;

    background: #732439;

    overflow: hidden;
}


/* =====================================================
   BACKGROUND DECORATION
===================================================== */

.benefits-section::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -300px;
    top: -320px;

    border: 90px solid rgba(255, 255, 255, .035);
    border-radius: 50%;

    pointer-events: none;
}


.benefits-section::after {
    content: "";

    position: absolute;

    width: 380px;
    height: 380px;

    left: -220px;
    bottom: -250px;

    border: 65px solid rgba(255, 255, 255, .025);
    border-radius: 50%;

    pointer-events: none;
}


/* =====================================================
   HEADING
===================================================== */

.benefits-heading {
    position: relative;
    z-index: 2;

    margin-bottom: 55px;
}


.benefits-heading-content {
    max-width: 760px;
}


/* SECTION LABEL */

.benefits-section .section-label {
    display: inline-block;

    margin-bottom: 16px;

    color: rgba(255, 255, 255, .72);

    font-size: 12px;
    font-weight: 900;

    letter-spacing: .18em;
}


/* MAIN HEADING */

.benefits-heading h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 60px);

    line-height: 1.05;

    font-weight: 800;

    letter-spacing: -.04em;
}


/* INTRO TEXT */

.benefits-heading p {
    max-width: 680px;

    margin: 0;

    color: rgba(255, 255, 255, .82);

    font-size: 18px;
    line-height: 1.7;
}


/* =====================================================
   BENEFITS GRID
===================================================== */

.benefits-grid {
    position: relative;
    z-index: 2;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    background: #ffffff;

    border-radius: 8px;

    overflow: hidden;

    box-shadow:
        0 24px 60px rgba(43, 8, 30, .24);
}


/* =====================================================
   BENEFIT CARD
===================================================== */

.benefit-card {
    position: relative;

    min-height: 345px;

    padding: 30px 30px 34px;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid #e8e0e3;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}


.benefit-card:last-child {
    border-right: 0;
}


/* TOP ACCENT */

.benefit-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: transparent;

    transition: background .25s ease;
}


.benefit-card:hover {
    z-index: 3;

    background: #fdfafb;

    transform: translateY(-7px);

    box-shadow:
        0 20px 40px rgba(51, 11, 37, .18);
}


.benefit-card:hover::before {
    background: #52143C;
}


/* =====================================================
   BENEFIT NUMBER
===================================================== */

.benefit-number {
    margin-bottom: 55px;

    color: #a79ba0;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .14em;
}


/* =====================================================
   CARD CONTENT
===================================================== */

.benefit-card-content {
    margin-top: auto;
}


/* =====================================================
   ICON
===================================================== */

.benefit-icon {
    width: 58px;
    height: 58px;

    margin-bottom: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(115, 36, 57, .09);

    color: #732439;

    border-radius: 50%;

    transition:
        background .25s ease,
        color .25s ease,
        transform .25s ease;
}


.benefit-icon svg {
    width: 28px;
    height: 28px;
}


.benefit-card:hover .benefit-icon {
    background: #732439;

    color: #ffffff;

    transform: scale(1.05);
}


/* =====================================================
   CARD TITLE
===================================================== */

.benefit-card h3 {
    margin: 0 0 12px;

    color: #2b2428;

    font-size: 21px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -.015em;
}


/* =====================================================
   CARD DESCRIPTION
===================================================== */

.benefit-card p {
    margin: 0;

    color: #71696d;

    font-size: 14px;
    line-height: 1.7;
}


/* =====================================================
   DISCLAIMER
===================================================== */

.benefits-disclaimer {
    position: relative;
    z-index: 2;

    margin: 24px 0 0;

    color: rgba(255, 255, 255, .62);

    font-size: 12px;
    line-height: 1.6;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 950px) {


        .benefits-section {
        padding:
            90px 0 85px;
    }


        .benefits-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }


        .benefit-card {
        min-height: 310px;
    }


        .benefit-card:nth-child(2) {
        border-right: 0;
    }


        .benefit-card:nth-child(1), .benefit-card:nth-child(2) {
        border-bottom:
            1px solid #e8e0e3;
    }


}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {


        .benefits-section {
        padding:
            75px 0 70px;
    }


        .benefits-heading {
        margin-bottom: 38px;
    }


        .benefits-heading h2 {
        font-size: 38px;
    }


        .benefits-heading p {
        font-size: 16px;
        line-height: 1.65;
    }


        .benefits-grid {
        grid-template-columns: 1fr;

        border-radius: 6px;
    }


        .benefit-card {
        min-height: 270px;

        padding: 28px 26px;

        border-right: 0;

        border-bottom:
            1px solid #e8e0e3;
    }


        .benefit-card:nth-child(2) {
        border-right: 0;
    }


        .benefit-card:last-child {
        border-bottom: 0;
    }


        .benefit-number {
        margin-bottom: 38px;
    }


        .benefit-icon {
        width: 54px;
        height: 54px;

        margin-bottom: 20px;
    }


        .benefit-card h3 {
        font-size: 20px;
    }


        .benefits-disclaimer {
        margin-top: 20px;

        font-size: 11px;
    }


}

/* =====================================================
   WHAT TO EXPECT
===================================================== */

.expect-section {
    padding: 110px 0;

    background: #ffffff;
}


.expect-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(420px, .9fr);

    align-items: center;

    gap: 85px;
}


/* =====================================================
   CONTENT
===================================================== */

.expect-content {
    max-width: 680px;
}


.expect-content h2 {
    margin: 0 0 24px;

    color: #241f22;

    font-size: clamp(42px, 5vw, 58px);

    line-height: 1.05;

    letter-spacing: -.04em;
}


.expect-lead {
    margin: 0 0 36px;

    color: #625a5e;

    font-size: 18px;
    line-height: 1.7;
}


/* =====================================================
   EXPECT LIST
===================================================== */

.expect-list {
    border-top: 1px solid #e6dfe2;
}


.expect-item {
    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 20px;

    padding: 24px 0;

    border-bottom:
        1px solid #e6dfe2;
}


.expect-item > span {
    padding-top: 3px;

    color: #732439;

    font-size: 12px;
    font-weight: 900;

    letter-spacing: .10em;
}


.expect-item h3 {
    margin: 0 0 6px;

    color: #2a2427;

    font-size: 20px;
    font-weight: 800;
}


.expect-item p {
    margin: 0;

    color: #71696d;

    font-size: 14px;
    line-height: 1.65;
}


/* =====================================================
   IMAGE
===================================================== */

.expect-image-wrap {
    position: relative;

    height: 590px;

    overflow: hidden;

    border-radius: 5px;
}


.expect-image {
    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    display: block;
}


/* IMAGE OVERLAY */

.expect-image-wrap::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 52%,
            rgba(38, 6, 27, .42) 100%
        );

    pointer-events: none;
}


/* IMAGE BADGE */

.expect-image-badge {
    position: absolute;

    z-index: 2;

    left: 25px;
    bottom: 25px;

    max-width: 300px;

    padding: 17px 20px;

    background: rgba(82, 20, 60, .94);

    color: #ffffff;

    border-radius: 4px;
}


.expect-image-badge strong {
    display: block;

    margin-bottom: 3px;

    font-size: 13px;
    font-weight: 900;

    letter-spacing: .08em;
}


.expect-image-badge span {
    color: rgba(255,255,255,.78);

    font-size: 12px;
    font-weight: 600;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 900px) {


        .expect-grid {
        grid-template-columns: 1fr;

        gap: 55px;
    }

        .expect-content {
        max-width: 760px;
    }

        .expect-image-wrap {
        height: 500px;
    }


}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {


        .expect-section {
        padding: 75px 0;
    }

        .expect-content h2 {
        font-size: 38px;
    }

        .expect-lead {
        font-size: 16px;
    }

        .expect-item {
        grid-template-columns: 42px 1fr;

        gap: 12px;
    }

        .expect-image-wrap {
        height: 360px;
    }

        .expect-image-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;

        max-width: none;
    }


}

/* =====================================================
   EQUAL OPPORTUNITY EMPLOYER
===================================================== */

.eeo-section {
    padding: 70px 0;

    background: #ffffff;
}


.eeo-card {
    max-width: 1100px;

    margin: 0 auto;

    padding: 42px 48px;

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 30px;

    align-items: start;

    background: #f8f5f6;

    border-left: 4px solid #732439;

    border-radius: 5px;
}


/* ICON */

.eeo-icon {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(115, 36, 57, .09);

    color: #732439;

    border-radius: 50%;
}


.eeo-icon svg {
    width: 30px;
    height: 30px;

    fill: none;

    stroke: currentColor;
    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* CONTENT */

.eeo-label {
    display: block;

    margin-bottom: 8px;

    color: #732439;

    font-size: 11px;
    font-weight: 900;

    letter-spacing: .16em;
}


.eeo-content h2 {
    margin: 0 0 14px;

    color: #282225;

    font-size: 27px;
    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -.025em;
}


.eeo-content p {
    max-width: 900px;

    margin: 0;

    color: #70686c;

    font-size: 14px;
    line-height: 1.75;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 650px) {


        .eeo-section {
        padding: 50px 0;
    }


        .eeo-card {
        padding: 30px 25px;

        grid-template-columns: 1fr;

        gap: 20px;
    }


        .eeo-icon {
        width: 54px;
        height: 54px;
    }


        .eeo-icon svg {
        width: 26px;
        height: 26px;
    }


        .eeo-content h2 {
        font-size: 24px;
    }


        .eeo-content p {
        font-size: 13px;
    }


}

.eeo-accommodation {
    margin-top: 14px !important;

    color: #52143C !important;

    font-weight: 600;
}