/* =========================================================
   JOB POSTING SPLASH PAGE CSS
   ========================================================= */


/* =========================================================
   1. PAGE LAYOUT
   ========================================================= */

.cwf-grid__column--page-layout--main {
    max-width: 100%;
    --main-gutter: calc((100% - (var(--cwf-contain--max-width, 1400px) - 320px)) / 2 - 1rem);
    --main-gutter: clamp(0px, calc((100% - (var(--cwf-contain--max-width, 1400px) - 320px)) / 2 - 1rem), 320px);
}

.cwf-grid--page-layout {
    --cwf-grid--padding: 0;
}

.cwf-grid__column--page-layout {
    --cwf-grid__column--padding: 0;
}

.cwf-breadcrumb {
    padding-inline: 1rem;
}

@media (min-width: 1024px) {
    .cwf-breadcrumb {
        padding-inline: 0;
        margin-inline: max(1rem, var(--main-gutter));
    }
}

/* =========================================================
   2. TOKENS
   ========================================================= */

.job-posting-hero {
    --job-posting-black: #111;
    --job-posting-white: #fff;
    --job-posting-gold: var(--vcu-gold);
    --job-posting-gold-dark: #d89a00;
    --job-posting-dark-overlay: rgba(26, 26, 26, 0.82);
    --job-posting-light-border: rgba(255, 255, 255, 0.18);
    --job-posting-light-border-hover: rgba(255, 255, 255, 0.32);
}

/* =========================================================
   3. HERO
   ========================================================= */

.job-posting-hero {
    position: relative;
    margin-bottom: 0;
    background: #000;
    color: var(--job-posting-white);
}

.job-posting-hero .plugin-hero__content {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.job-posting-hero .plugin-hero__image {
    display: block;
    width: 100%;
    height: clamp(260px, 56vw, 420px);
    min-height: 260px;
    object-fit: cover;
    object-position: center center;
}

/* =========================================================
   4. HERO CAPTION
   ========================================================= */

.job-posting-hero.plugin-hero--floating-caption .plugin-hero__content::before {
    content: none;
}

.job-posting-hero .plugin-hero__caption {
    display: block;
    position: static;
    transform: none;
    width: 100%;
    max-width: none;
    padding: 1.25rem 1rem 1.5rem;
    background: var(--job-posting-black);
    text-align: left;
}

.job-posting-hero .plugin-hero__caption,
.job-posting-hero .plugin-hero__caption *,
.job-posting-hero .t4-hero-img--caption .t4_button a {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* =========================================================
   5. HERO TYPOGRAPHY
   ========================================================= */

.job-posting-hero .t4-hero-img--caption {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: var(--job-posting-white);
    text-align: left;
}

.job-posting-hero .t4-hero-img--caption > * {
    margin-top: 0;
}

.job-posting-hero .t4-hero-img--caption > *:last-child {
    margin-bottom: 0 !important;
}

.job-posting-hero .t4-hero-img--caption p,
.job-posting-hero .t4-hero-img--caption h1,
.job-posting-hero .hero-subtext {
    margin-left: 0 !important;
    text-align: left;
}

.job-posting-hero .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin: 0 auto 1rem !important;
    padding: 0.45rem 0.75rem 0.35rem 0.7rem !important;
    border-radius: 999px;
    background: var(--job-posting-gold);
    color: var(--job-posting-black);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.job-posting-hero .hero-eyebrow::before {
    content: "\f19d";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
}

.job-posting-hero .t4-hero-img--caption h1 {
    margin: 0 0 1rem 0 !important;
    padding-top: 0 !important;
    max-width: none;
    color: var(--job-posting-white);
    font-family: var(--vcu-font-sans-serif, Roboto, sans-serif);
    font-size: clamp(2rem, 8.5vw, 3.25rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: -0.03em;
    text-wrap: balance;
}

.job-posting-hero .t4-hero-img--caption h1 + p {
    margin: 0 0 0.25rem 0 !important;
    padding-top: 0 !important;
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.98rem;
    font-weight: 500;
    line-height: 1.45;
}

.job-posting-hero .hero-subtext {
    margin: 0 0 1.4rem 0 !important;
    padding-top: 0 !important;
    max-width: 36rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.45;
}

/* =========================================================
   6. HERO BUTTONS
   ========================================================= */

.job-posting-hero .hero-button-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.job-posting-hero .hero-button-row .t4_button {
    width: 100%;
    margin: 0 !important;
    text-align: center;
}

.job-posting-hero .t4-hero-img--caption .t4_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 220px;
    height: 48px;
    min-height: 48px;
    margin: 0 auto;
    padding: 0 1rem;
    border: 1px solid transparent;
    border-radius: 0.3rem;
    box-shadow: none;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1 !important;
    text-decoration: none;
    white-space: nowrap;
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease;
}

.job-posting-hero .t4-hero-img--caption .btn-gold a {
    background: var(--job-posting-gold) !important;
    color: var(--job-posting-black) !important;
    border-color: var(--job-posting-gold-dark);
}

.job-posting-hero .t4-hero-img--caption .btn-gold a::after {
    content: "\f061";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
}

.job-posting-hero .t4-hero-img--caption .btn-gold a:hover,
.job-posting-hero .t4-hero-img--caption .btn-gold a:focus {
    background: var(--job-posting-black) !important;
    color: var(--job-posting-white) !important;
    border-color: var(--job-posting-black);
}

.job-posting-hero .t4-hero-img--caption .t4_button:not(.btn-gold) a {
    background: var(--job-posting-dark-overlay) !important;
    color: var(--job-posting-white) !important;
    border-color: var(--job-posting-light-border);
}

.job-posting-hero .t4-hero-img--caption .t4_button:not(.btn-gold) a:hover,
.job-posting-hero .t4-hero-img--caption .t4_button:not(.btn-gold) a:focus {
    background: var(--job-posting-black) !important;
    color: var(--job-posting-white) !important;
    border-color: var(--job-posting-light-border-hover);
}

/* =========================================================
   7. HERO RESPONSIVE
   ========================================================= */

@media (min-width: 768px) {
    .job-posting-hero .plugin-hero__image {
        height: clamp(420px, 52vw, 760px);
        min-height: 420px;
    }

    .job-posting-hero .t4-hero-img--caption h1 {
        max-width: 9.5ch;
        font-size: clamp(2.25rem, 4.9vw, 4.4rem);
    }

    .job-posting-hero .hero-button-row {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .job-posting-hero .hero-button-row .t4_button {
        width: auto;
        text-align: left;
    }

    .job-posting-hero .t4-hero-img--caption .t4_button a {
        width: 200px;
        margin: 0;
    }
}

/* =========================================================
   8. HERO DESKTOP CAPTION
   ========================================================= */

@media (min-width: 1024px) {
    .job-posting-hero .plugin-hero__content {
        overflow: hidden;
    }

    .job-posting-hero.plugin-hero--floating-caption .plugin-hero__content::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(
                90deg,
                rgba(0, 0, 0, 0.74) 0%,
                rgba(0, 0, 0, 0.58) 22%,
                rgba(0, 0, 0, 0.34) 42%,
                rgba(0, 0, 0, 0.12) 64%,
                rgba(0, 0, 0, 0.02) 100%
            );
    }

    .job-posting-hero.plugin-hero--floating-caption .plugin-hero__caption {
        position: absolute;
        top: 50%;
        right: auto;
        bottom: auto;
        left: clamp(1.25rem, 4vw, 4.5rem);
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: min(42rem, calc(100% - 3rem));
        max-width: 42rem;
        padding: 0;
        background: transparent;
        text-align: left;
        transform: translateY(-50%);
    }

    .job-posting-hero .plugin-hero__caption,
    .job-posting-hero .plugin-hero__caption *,
    .job-posting-hero .t4-hero-img--caption .t4_button a {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .job-posting-hero .hero-eyebrow {
        align-self: flex-start;
        justify-content: flex-start;
        margin: 0 0 1rem 0 !important;
    }

    .job-posting-hero .t4-hero-img--caption .t4_button:not(.btn-gold) a {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}

/* =========================================================
   9. HERO LARGE DESKTOP
   ========================================================= */

@media (min-width: 1280px) {
    .job-posting-hero.plugin-hero--floating-caption .plugin-hero__caption {
        left: 4.5rem;
        width: 44rem;
        max-width: 44rem;
    }

    .job-posting-hero .hero-subtext {
        max-width: 38rem;
    }
}

@media (min-width: 1500px) {
    .job-posting-hero .plugin-hero__image {
        height: 760px;
    }
}

/* =========================================================
   10. MISSION
   Custom two-column wrapper
   ========================================================= */

.job-posting-mission {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 2rem 1rem;
    align-items: start;
}

.job-posting-mission > * {
    min-width: 0;
    margin: 0;
}

/* =========================================================
   11. MISSION CONTENT
   ========================================================= */

.job-posting-mission__intro h2 {
    padding-left: 0;
    border-left: 0;
    margin: initial;
    margin-bottom: 1.5rem;
}

/* =========================================================
   12. MISSION CARDS
   ========================================================= */

.job-posting-mission .plugin-card {
    margin-bottom: 0;
    border-radius: 0.35rem;
    overflow: hidden;
    --cwf-card--background-color: #f5f4f2;
}

.job-posting-mission .plugin-card__container {
    flex-direction: column;
    width: 100%;
}

/* =========================================================
   13. MISSION ROLE HIGHLIGHTS
   Font Awesome icons via CSS
   ========================================================= */

.job-posting-mission__role hr {
    margin: 0;
    border: 0;
    border-top: 1px solid var(--vcu-gold);
}

.job-posting-mission__role h3,
.job-posting-mission__role .h4 {
    position: relative;
    margin: 0;
    padding-left: 1.35rem;
}

.job-posting-mission__role h3::before,
.job-posting-mission__role .h4::before {
    position: absolute;
    left: 0;
    width: 1rem;
    font-family: "Font Awesome 6 Free";
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
    color: var(--vcu-gold);
    content: "\f111";
    transform: translateY(50%);
}

.job-posting-mission__role h3:nth-of-type(1)::before,
.job-posting-mission__role .h4:nth-of-type(1)::before {
    content: "\f3c5";
}

.job-posting-mission__role h3:nth-of-type(2)::before,
.job-posting-mission__role .h4:nth-of-type(2)::before {
    content: "\f19d";
}

.job-posting-mission__role h3:nth-of-type(3)::before,
.job-posting-mission__role .h4:nth-of-type(3)::before {
    content: "\f0b1";
}

.job-posting-mission__role p {
    margin: 0 0 0.75rem;
    padding-left: 1.35rem;
}

.job-posting-mission__role p:last-child {
    margin-bottom: 0;
}

.job-posting-mission__role h3 + p,
.job-posting-mission__role .h4 + p {
    margin-top: 0;
    padding-top: 0.1rem;
}

.job-posting-mission__role h3:not(:first-of-type),
.job-posting-mission__role .h4:not(:first-of-type) {
    margin-top: 0.8rem;
}

/* =========================================================
   14. MISSION PURPOSE CARD
   ========================================================= */

.plugin-card.job-posting-mission__purpose {
    border-left: 4px solid var(--vcu-gold);
}

.job-posting-mission__purpose .plugin-card__body {
    padding: 1.25rem 1.5rem 1.35rem;
}

.job-posting-mission__purpose h2,
.job-posting-mission__purpose .h3 {
    margin-bottom: 0.75rem;
}

.job-posting-mission__purpose blockquote {
    margin: 0;
}

/* =========================================================
   15. MISSION IMAGE
   ========================================================= */

.job-posting-mission__img {
    border-radius: 0.35rem;
    overflow: hidden;
}

.job-posting-mission__img .plugin-hero__content {
    width: 100%;
    max-width: 100%;
}

.job-posting-mission__img .plugin-hero__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* =========================================================
   16. MISSION TABLET
   ========================================================= */

@media (min-width: 768px) {
    .job-posting-mission {
        grid-template-columns: 1.2fr 0.8fr;
        gap: 1.5rem;
        padding: 2.5rem 1.5rem;
    }

    .job-posting-mission__intro {
        grid-column: 1;
    }

    .job-posting-mission__role {
        grid-column: 2;
    }

    .job-posting-mission__purpose {
        grid-column: 1;
        margin-top: -3.75rem;
    }

    .job-posting-mission__img {
        grid-column: 2;
    }
}

/* =========================================================
   17. MISSION DESKTOP
   ========================================================= */

@media (min-width: 1024px) {
    .job-posting-mission {
        grid-template-columns: 1.25fr 0.75fr;
        gap: 1.5rem 2rem;
        padding-left: max(1.5rem, var(--main-gutter));
        padding-right: max(1.5rem, var(--main-gutter));
    }

    .job-posting-mission__purpose {
        margin-top: -5rem;
    }
}

/* =========================================================
   18. KEY RESPONSIBILITIES
   ========================================================= */

.job-posting-key {
    margin: 4rem auto;
    padding: 2.5rem var(--main-gutter) 4rem;
    background-color: #f5f4f2;
}

.job-posting-key h2 {
    padding-left: 0;
    border-left: none;
    margin-bottom: 1rem;
}

.job-posting-key__intro,
.job-posting-key .cwf-grid.cwf-grid--3-columns {
    margin-left: 2rem;
    margin-right: 2rem;
}

.job-posting-key .cwf-grid.cwf-grid--3-columns {
    margin-top: 1.5rem;
    gap: 1.25rem;
}

.job-posting-key .plugin-card:not(.job-posting-key__card--clinical) {
    border-top: 4px solid var(--vcu-gold);
}

.job-posting-key .plugin-card {
    border-radius: 0.35rem;
    box-shadow: none;
    height: 100%;
}

.job-posting-key .plugin-card__body {
    padding: 1.5rem 1.5rem 1.6rem;
}

.job-posting-key__card--clinical {
    background-color: var(--vcu-gold);
}

.job-posting-key__card--clinical .plugin-card__body {
    color: var(--vcu-black);
}

/* =========================================================
   19. KEY RESPONSIBILITIES ICONS
   ========================================================= */

.job-posting-key h3 {
    position: relative;
    margin-top: 0.75rem;
    margin-bottom: 0.35rem;
}

.job-posting-key h3::before {
    content: "\f0c8";
    display: block;
    margin-bottom: 1.3rem;
    font-family: "Font Awesome 6 Free";
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    color: var(--vcu-gold);
}

.job-posting-key__card--academic h3::before {
    content: "\f19c";
}

.job-posting-key__card--faculty h3::before {
    content: "\f0c0";
}

.job-posting-key__card--strategic h3::before {
    content: "\f080";
}

.job-posting-key__card--community h3::before {
    content: "\e537";
}

.job-posting-key__card--clinical h3::before {
    content: "\f0f8";
    color: var(--vcu-black);
}

/* =========================================================
   20. KEY RESPONSIBILITIES COMMUNITY CARD
   ========================================================= */

.job-posting-key__card--community .plugin-card__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.job-posting-key__card--community .img-r-33 {
    margin: 0;
    float: none;
    max-width: none;
    width: 100%;
    order: 2;
}

.job-posting-key__card--community h3,
.job-posting-key__card--community p:not(.img-r-33) {
    order: 1;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

.job-posting-key__card--community img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
}

/* =========================================================
   21. KEY RESPONSIBILITIES RESPONSIVE
   ========================================================= */

@media (min-width: 768px) {
    .job-posting-key {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .job-posting-key__intro,
    .job-posting-key .cwf-grid.cwf-grid--3-columns {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .job-posting-key__card--community .plugin-card__body {
        grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.8fr);
        align-items: start;
        column-gap: 1.25rem;
        row-gap: 0;
    }

    .job-posting-key__card--community h3,
    .job-posting-key__card--community p:not(.img-r-33) {
        grid-column: 1;
    }

    .job-posting-key__card--community .img-r-33 {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: start;
    }
}

@media (min-width: 1024px) {
    .job-posting-key__intro,
    .job-posting-key .cwf-grid.cwf-grid--3-columns {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

/* =========================================================
   22. QUALIFICATIONS
   ========================================================= */

.job-posting-qualifications {
    margin: 4rem auto;
    padding: 0 var(--main-gutter) 4rem;
}

.job-posting-qualifications__intro,
.job-posting-qualifications .cwf-grid {
    margin-left: 2rem;
    margin-right: 2rem;
}

.job-posting-qualifications__intro h2 {
    border-left: none;
    padding-left: 0;
    text-align: center;
    margin-bottom: 2rem;
}

.job-posting-qualifications .cwf-grid {
    gap: 2rem;
}

.job-posting-qualifications__req,
.job-posting-qualifications__pref {
    min-width: 0;
}

.job-posting-qualifications__req h3,
.job-posting-qualifications__pref h3 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.job-posting-qualifications__req h3::before,
.job-posting-qualifications__pref h3::before {
    display: inline-grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.2rem;
    font-family: "Font Awesome 6 Free";
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    flex: 0 0 1.5rem;
}

.job-posting-qualifications__req h3::before {
    content: "\f00c";
    background: var(--vcu-gold);
    color: #333;
}

.job-posting-qualifications__pref h3::before {
    content: "\f005";
    background: #333;
    color: var(--vcu-white);
}

.job-posting-qualifications__req ul,
.job-posting-qualifications__pref ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: qualifications-item;
}

.job-posting-qualifications__req li,
.job-posting-qualifications__pref li {
    position: relative;
    margin: 0;
    padding: 0 0 0 2.25rem;
    counter-increment: qualifications-item;
}

.job-posting-qualifications__req li:not(:last-child),
.job-posting-qualifications__pref li:not(:last-child) {
    margin-bottom: 1.25rem;
}

.job-posting-qualifications__req li::before,
.job-posting-qualifications__pref li::before {
    content: counter(qualifications-item, decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    width: 1.75rem;
    color: #333;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    .job-posting-qualifications {
        padding-bottom: 5rem;
    }

    .job-posting-qualifications .cwf-grid {
        --cwf-grid--grid-template-columns: repeat(2, 1fr);
        gap: 3rem;
        align-items: start;
    }
}
  
/* =========================================================
   23. CTA / BENEFITS
   ========================================================= */

.job-posting-cta {
    margin: 0 auto;
    padding: 3rem var(--main-gutter);
    background: var(--vcu-gold);
    color: var(--vcu-black);
}

.job-posting-cta,
.job-posting-cta h2,
.job-posting-cta h3,
.job-posting-cta p,
.job-posting-cta li,
.job-posting-cta a {
    color: var(--vcu-black);
}

.job-posting-cta__benefits,
.job-posting-cta__ready {
    margin-left: 2rem;
    margin-right: 2rem;
}

.job-posting-cta__benefits {
    margin-bottom: 2rem;
}

.job-posting-cta__benefits--intro h2,
.job-posting-cta__ready h2 {
    border-left: none;
    padding-left: 0;
}

.job-posting-cta__benefits--intro h2 {
    margin-bottom: 1rem;
    font-weight: 800;
}

.job-posting-cta__benefits--intro p {
    max-width: 36rem;
    margin-bottom: 1.5rem;
}

.job-posting-cta__benefits .cwf-grid.cwf-grid--2-columns {
    gap: 1rem;
}

.job-posting-cta__benefits--card {
    border: 0;
    border-radius: 0.35rem;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.18);
    --cwf-card--background-color: rgba(255, 255, 255, 0.18);
    --cwf-card--border-color: transparent;
}

.job-posting-cta__benefits--card .plugin-card__container {
    width: 100%;
}

.job-posting-cta__benefits--card .plugin-card__body {
    padding: 1.2rem 1.25rem;
}

.job-posting-cta__benefits--card h3 {
    margin-bottom: 0.35rem;
    color: var(--vcu-black);
}

.job-posting-cta__benefits--card p {
    margin-bottom: 0;
    color: var(--vcu-black);
}

/* =========================================================
   24. CTA READY PANEL
   ========================================================= */

.job-posting-cta__ready {
    padding: 0;
}

.job-posting-cta__ready h2 {
    margin-bottom: 1rem;
}

.job-posting-cta__ready > p:first-of-type {
    margin-bottom: 1.5rem;
    max-width: 34rem;
}

.job-posting-cta .t4_button {
    --cwf-button--background-color: var(--vcu-black);
    --cwf-button--border-color: var(--vcu-black);
    --cwf-button--color: var(--vcu-white);
    --cwf-button--hover-focus--background-color: transparent;
    --cwf-button--hover-focus--border-color: var(--vcu-black);
    --cwf-button--hover-focus--color: var(--vcu-black);
    --cwf-button--active--background-color: transparent;
    --cwf-button--active--border-color: var(--vcu-black);
    --cwf-button--active--color: var(--vcu-black);
}

.job-posting-cta__ready .t4_button {
    margin: 0 0 0.85rem;
}

.job-posting-cta__ready .t4_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0.85rem 1.25rem;
    border-radius: 0.3rem;
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        border-color 0.15s ease;
}

.job-posting-cta__ready .t4_button a:hover,
.job-posting-cta__ready .t4_button a:focus {
    background: transparent;
    color: var(--vcu-black) !important;
    border-color: var(--vcu-black);
}

.job-posting-cta__ready .t4_button a::after {
    content: "\f35d";
    display: inline-block;
    font-family: "Font Awesome 6 Free";
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
}

.job-posting-cta__ready > p:last-child {
    position: relative;
    margin-bottom: 0;
    padding-left: 1.2rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--vcu-black);
    opacity: 0.95;
}

.job-posting-cta__ready > p:last-child::before {
    content: "\f05a";
    position: absolute;
    left: 0;
    width: 1rem;
    font-family: "Font Awesome 6 Free";
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
    color: var(--vcu-black);
    transform: translateY(0.25rem);
}

/* =========================================================
   25. CTA TABLET
   ========================================================= */

@media (min-width: 768px) {
    .job-posting-cta {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
        gap: 2rem;
        align-items: center;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .job-posting-cta__benefits,
    .job-posting-cta__ready {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .job-posting-cta__benefits {
        margin-bottom: 0;
    }

    .job-posting-cta__benefits .cwf-grid.cwf-grid--2-columns {
        gap: 1rem;
    }
}

/* =========================================================
   26. CTA DESKTOP
   ========================================================= */

@media (min-width: 1024px) {
    .job-posting-cta {
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
        gap: 3rem;
        align-items: center;
    }

    .job-posting-cta__benefits,
    .job-posting-cta__ready {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .job-posting-cta__benefits {
        transform: translateY(-0.75rem);
    }

    .job-posting-cta__benefits--intro p {
        margin-bottom: 1.75rem;
    }

    .job-posting-cta__benefits--card .plugin-card__body {
        min-height: 100%;
    }
}

/* =========================================================
   27. LOCATION / RICHMOND
   ========================================================= */

.job-posting-location {
    padding: 4rem max(1.5rem, var(--main-gutter));
    background-color: #f5f4f2;
}

.job-posting-location__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.job-posting-location__header {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

.job-posting-location__eyebrow {
    color: var(--vcu-rust);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.job-posting-location__head,
.job-posting-location__head h2 {
    overflow: visible;
}

.job-posting-location__head h2 {
    padding-left: 0;
    border-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.job-posting-location__intro {
    max-width: 34rem;
}

.job-posting-location__intro p {
    margin-bottom: 0;
}

.job-posting-location__grid,
.job-posting-location__side,
.job-posting-location__mini-grid {
    display: grid;
    gap: 1rem;
}

.job-posting-location__img,
.job-posting-location__card {
    border-radius: 0.35rem;
    overflow: hidden;
}

.job-posting-location__img {
    background: transparent;
}

.job-posting-location__img .plugin-hero__content {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.job-posting-location__img .plugin-hero__image {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    object-fit: cover;
}

.job-posting-location__img--rva .plugin-hero__content,
.job-posting-location__img--rva .plugin-hero__image {
    height: auto;
}
  
.job-posting-location__grid figcaption {
    font-size: 1rem;
}

.job-posting-location__img.plugin-hero--floating-caption .plugin-hero__caption {
    position: absolute;
    inset: auto 0 0 0;
    width: auto;
    max-width: none;
    padding: 1rem;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.48) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    color: var(--vcu-white);
    text-align: left;
    transform: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.job-posting-location__img .plugin-hero__caption h3,
.job-posting-location__img .plugin-hero__caption p {
    color: var(--vcu-white);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

.job-posting-location__card {
    display: flex;
    background: var(--vcu-gold);
}

.job-posting-location__card .plugin-card__container,
.job-posting-location__card .plugin-card__body {
    width: 100%;
}

.job-posting-location__card .plugin-card__body {
    display: grid;
    align-content: center;
    min-height: 180px;
    padding: 1.25rem;
    color: var(--vcu-black);
}

.job-posting-location__card .plugin-card__body::before {
    content: "\f1b9";
    display: block;
    margin-bottom: 1rem;
    font-family: "Font Awesome 6 Free";
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
    color: var(--vcu-black);
}

.job-posting-location__card p {
    margin-bottom: 0;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.15;
}

@media (min-width: 768px) {
    .job-posting-location__header {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
        align-items: center;
    }

    .job-posting-location__grid {
        grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
        align-items: stretch;
    }

    .job-posting-location__side {
        grid-template-rows: auto 1fr;
        align-content: stretch;
        gap: 0;
    }

    .job-posting-location__mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-content: stretch;
    }

    .job-posting-location__img--mcv,
    .job-posting-location__img--mcv .plugin-hero__content,
    .job-posting-location__card,
    .job-posting-location__card .plugin-card__container,
    .job-posting-location__card .plugin-card__body {
        min-height: 0;
    }
}

.job-posting-location__img--mcv .plugin-hero__caption,
.job-posting-location__img--mcv.plugin-hero--floating-caption .plugin-hero__caption {
    position: absolute !important;
    inset: auto 0 0 0 !important;
    margin: 0 !important;
    padding: 1rem !important;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.82) 0%,
        rgba(0, 0, 0, 0.48) 62%,
        rgba(0, 0, 0, 0) 100%
    );
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
}

.job-posting-location__img--mcv .plugin-hero__caption::before,
.job-posting-location__img--mcv .plugin-hero__caption::after,
.job-posting-location__img--mcv .plugin-hero__content::before,
.job-posting-location__img--mcv .plugin-hero__content::after {
    content: none !important;
    display: none !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
  
.job-posting-location__img--mcv .plugin-hero__content {
    display: grid;
}

.job-posting-location__img--mcv .plugin-hero__image {
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

/* =========================================================
   28. PRESTIGE / HEALTH SCIENCES CAMPUS
   ========================================================= */

.job-posting-prestige {
    padding: 4rem max(1.5rem, var(--main-gutter));
    background: var(--vcu-white);
}

.job-posting-prestige__inner {
    display: grid;
    gap: 2rem;
    max-width: 1180px;
    margin: 0 auto;
}

.job-posting-prestige__content {
    display: grid;
    gap: 1rem;
}

.job-posting-prestige__eyebrow {
    color: var(--vcu-rust);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.job-posting-prestige__head {
    margin-bottom: 1rem;
}

.job-posting-prestige__head,
.job-posting-prestige__head h2 {
    overflow: visible;
}

.job-posting-prestige__head h2 {
    padding-left: 0;
    border-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
}

.job-posting-prestige__metrics {
    margin-bottom: 0;
    border-left: 4px solid var(--vcu-gold);
    border-radius: 0.25rem;
    box-shadow: none;
}

.job-posting-prestige__metrics h3 {
    position: relative;
    padding-left: 2rem;
}

.job-posting-prestige__metrics h3::before {
    content: "\f19d";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--vcu-gold);
}

.job-posting-prestige__metrics--nih h3::before {
    content: "\f0c3";
}

.job-posting-prestige__metrics--carnegie h3::before {
    content: "\f0ac";
}

.job-posting-prestige__metrics p {
    padding-left: 2rem;
}

.job-posting-prestige__visuals,
.job-posting-prestige__side {
    display: grid;
    gap: 1rem;
}

.job-posting-prestige__img,
.job-posting-prestige__stat {
    border-radius: 0.35rem;
    overflow: hidden;
}

.job-posting-prestige__img .plugin-hero__content {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: transparent;
}

.job-posting-prestige__img .plugin-hero__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 260px;
    min-height: 0;
    object-fit: cover;
}

.job-posting-prestige__stat .plugin-card__body {
    display: grid;
    place-content: center;
    min-height: 180px;
    padding: 1.25rem;
    text-align: center;
    color: var(--vcu-black);
}

.job-posting-prestige__stat h3 {
    margin-bottom: 0.25rem;
    color: var(--vcu-black);
    font-size: 2rem;
    line-height: 1;
}

.job-posting-prestige__stat p {
    margin-bottom: 0;
    color: var(--vcu-black);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .job-posting-prestige__inner {
        grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
        align-items: center;
    }

    .job-posting-prestige__visuals {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 1rem;
        width: min(100%, 460px);
        height: clamp(430px, 36vw, 500px);
        justify-self: end;
        align-self: center;
    }

    .job-posting-prestige__side {
        display: contents;
    }

    .job-posting-prestige__img--primary {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .job-posting-prestige__img--secondary {
        grid-column: 2;
        grid-row: 1;
    }

    .job-posting-prestige__stat {
        grid-column: 2;
        grid-row: 2;
    }

    .job-posting-prestige__img--primary,
    .job-posting-prestige__img--secondary,
    .job-posting-prestige__stat,
    .job-posting-prestige__img--primary .plugin-hero__content,
    .job-posting-prestige__img--secondary .plugin-hero__content,
    .job-posting-prestige__stat .plugin-card__container,
    .job-posting-prestige__stat .plugin-card__body {
        height: 100%;
        min-height: 0;
    }

    .job-posting-prestige__img--primary .plugin-hero__image,
    .job-posting-prestige__img--secondary .plugin-hero__image {
        height: 100% !important;
        min-height: 0;
        object-fit: cover;
    }

    .job-posting-prestige__stat .plugin-card__body {
        min-height: 0;
    }
}

/* =========================================================
   29. FACILITIES
   ========================================================= */

.job-posting-facilities {
    padding: 4rem max(1.5rem, var(--main-gutter)) 4.5rem;
    background-color: #f5f4f2;
}

.job-posting-facilities__inner {
    max-width: 1180px;
    margin: 0 auto;
}

.job-posting-facilities__intro {
    max-width: 760px;
    margin: 0 auto 2rem;
    text-align: center;
}

.job-posting-facilities__eyebrow {
    color: var(--vcu-rust);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.job-posting-facilities__intro h2 {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.job-posting-facilities__grid {
    gap: 1.25rem;
}

.job-posting-facilities__card {
    border-radius: 0.35rem;
    box-shadow: none;
    overflow: hidden;
}

.job-posting-facilities__card .plugin-card__container {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
}

.job-posting-facilities__card h3 {
    display: block;
    margin-bottom: 0.35rem;
}

.job-posting-facilities__tag {
    display: inline-block;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.45rem;
    background: var(--vcu-gold);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .job-posting-facilities__grid {
        --cwf-grid--grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}