/* /Pages/Careers/CareerHeader.razor.rz.scp.css */
.hero[b-cu6eol3xq7] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 500px;
}

.hero-content[b-cu6eol3xq7] {
    z-index: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .hero-content .career-header[b-cu6eol3xq7] {
        color: #23418D;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Poppins-Bold;
        font-size: 60px;
    }

    .hero-content .career-text[b-cu6eol3xq7] {
        margin: 0;
        font-size: 1.125rem;
        line-height: 1.6;
        font-family: Poppins-Bold-Italic;
        font-size: 20px;
    }

.career-button[b-cu6eol3xq7] {
    color: white;
    background-color: #74953D;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Poppins-Bold;
    font-size: 25px;
    border-radius: 20px;
    padding: 10px 30px;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

    .career-button:hover[b-cu6eol3xq7] {
        color: white;
        background-color: #688635;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    .career-button:active[b-cu6eol3xq7] {
        transform: translateY(0);
    }

    .career-button:focus[b-cu6eol3xq7] {
        color: white;
    }

.hero-image-container[b-cu6eol3xq7] {
    flex: 1;
    position: relative;
    z-index: 1;
    padding-right: 12rem;
}

    .hero-image-container img[b-cu6eol3xq7] {
        display: block;
        width: 100%;
    }

.hero-lines[b-cu6eol3xq7] {
    position: absolute;
    bottom: 100px;
    left: calc(50% - 50vw);
    width: 100vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none;
}

.line[b-cu6eol3xq7] {
    height: 2px;
    background: linear-gradient( to right, #74953D 0%, #74953D 70%, transparent 75% );
}
/* /Pages/Careers/JobDetails.razor.rz.scp.css */
.job-details-panel[b-zd7b1ermg7] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.job-header[b-zd7b1ermg7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

    .job-header h2[b-zd7b1ermg7] {
        margin: 0;
        font-size: 2rem;
        font-weight: 700;
    }

.job-meta[b-zd7b1ermg7] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

    .job-meta i[b-zd7b1ermg7] {
        margin-right: .5rem;
        color: #23418D;
    }

.job-summary-cards[b-zd7b1ermg7] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.job-stat[b-zd7b1ermg7] {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
}

    .job-stat i[b-zd7b1ermg7] {
        font-size: 1.4rem;
        color: #23418D;
    }

    .job-stat .label[b-zd7b1ermg7] {
        font-size: .8rem;
        color: #6b7280;
        text-transform: uppercase;
        letter-spacing: .05em;
    }

    .job-stat .value[b-zd7b1ermg7] {
        font-weight: 600;
    }

.job-description[b-zd7b1ermg7] {
    margin-top: 1.5rem;
    line-height: 1.7;
}

    .job-description h1[b-zd7b1ermg7],
    .job-description h2[b-zd7b1ermg7],
    .job-description h3[b-zd7b1ermg7] {
        margin-top: 1.5rem;
    }

.empty-state[b-zd7b1ermg7] {
    text-align: center;
    color: #6b7280;
    padding: 4rem 2rem;
}

    .empty-state i[b-zd7b1ermg7] {
        font-size: 3rem;
        color: #d1d5db;
        margin-bottom: 1rem;
    }

.new-badge[b-zd7b1ermg7] {
    background-color: #74953D;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.35rem 0.6rem;
    vertical-align: middle;
}
/* /Pages/Careers/JobListItem.razor.rz.scp.css */
.job-card[b-6p43o52caw] {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    border: 1px solid #e5e7eb;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .job-card:hover[b-6p43o52caw] {
        transform: translateY(-2px);
        border-color: #2563eb;
        box-shadow: 0 8px 20px rgba(0,0,0,.08);
    }

    .job-card.selected[b-6p43o52caw] {
        border: 2px solid #23418D;
        background: #eff6ff;
        box-shadow: 0 8px 18px rgba(37,99,235,.15);
    }
/* /Pages/Careers/PositionsPage.razor.rz.scp.css */
.positions-container[b-27laboqsov] {
    max-width: 1400px;
    margin: 0 auto;
}

.positions-empty-container[b-27laboqsov] {
    display: flex;
    justify-content: center;
}

.positions-empty-state[b-27laboqsov] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    margin: 2rem 1rem;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    max-width: 500px;
}

.empty-icon[b-27laboqsov] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .empty-icon i[b-27laboqsov] {
        font-size: 2rem;
        color: #23418D;
    }

.positions-empty-state h3[b-27laboqsov] {
    margin-bottom: .75rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
}

.positions-empty-state p[b-27laboqsov] {
    color: #6b7280;
    line-height: 1.6;
    max-width: 350px;
    margin: 0 auto 1.5rem;
}

.empty-state-button[b-27laboqsov] {
    display: inline-block;
    padding: .75rem 1.5rem;
    border-radius: 8px;
    background-color: #74953D;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: background-color .2s ease;
}

    .empty-state-button:hover[b-27laboqsov] {
        background-color: #628032;
        color: white;
    }
/* /Pages/Careers/WorkingAtBuckeyePage.razor.rz.scp.css */
.video-float[b-rfj8q8rz3i] {
    float: right;
    width: 560px;
    margin: 0 0 2rem 2rem;
}

    .video-float iframe[b-rfj8q8rz3i] {
        width: 100%;
        aspect-ratio: 16 / 9;
        height: auto;
    }

.video-dscr[b-rfj8q8rz3i] {
    color: #23418D
}
/* /Pages/Shared/GlobalErrorModal/GlobalErrorModal.razor.rz.scp.css */
.modal-backdrop-error[b-m37xhooyg9] {
    z-index: 1060;
}

.modal[b-m37xhooyg9] {
    /* Dynamically shift older errors down/backwards using the CSS variable */
    transform: translate(calc(var(--stack-index) * 10px), calc(var(--stack-index) * -10px));
    background-color: #00000075;
}

    .modal.show .modal-dialog[b-m37xhooyg9] {
        border: 1px solid #415e90;
        border-radius: 8px;
    }

    .modal .modal-active[b-m37xhooyg9] {
        opacity: 1;
        pointer-events: auto;
    }

    .modal .modal-stacked[b-m37xhooyg9] {
        opacity: 0.85;
        pointer-events: none; /* Prevents interaction with background errors */
        filter: brightness(0.9);
    }

    .modal.modal-error[b-m37xhooyg9] {
        z-index: 1061 !important;
    }

        .modal.modal-error .modal-content[b-m37xhooyg9] {
            color: black;
            background: white;
            z-index: 2000 !important;
        }

            .modal.modal-error .modal-content .modal-header[b-m37xhooyg9] {
                background: white;
            }
