 /* =========================================================
   GOLDFARB CENTER FOR PERFORMING ARTS
   CSS 2026-2027
   ========================================================= */


/* =========================================================
   GLOBAL
   ========================================================= */

#container_one,
#container_one *,
#container_one *::before,
#container_one *::after {
    box-sizing: border-box;
}

#container_one {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;

    color: #000000;
    background: #ffffff;

    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 1.1rem;
    line-height: 1.6;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    overflow-x: hidden;
}


/* =========================================================
   PARAGRAPHS
   ========================================================= */

#container_one p {
    margin: 0 0 1rem;
    padding: 0;

    color: #000000;

    font-size: 1rem;
    line-height: 1.6;

    text-align: left;

    overflow-wrap: break-word;
}


/* =========================================================
   HEADINGS
   ========================================================= */

#container_one h3,
#container_one h4,
#container_one h5 {
    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   LINKS
   ========================================================= */

#container_one a {
    color: #663399;
    overflow-wrap: break-word;
}


/* =========================================================
   IMAGES
   ========================================================= */

#container_one img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* =========================================================
   HERO
   ========================================================= */

#container_one .gcp-hero {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #663399;
}

#container_one .gcp-hero-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#container_one .gcp-hero-image img {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0;
    padding: 0;

    border: 0;
}


/* =========================================================
   HERO DESKTOP / MOBILE
   ========================================================= */

#container_one .gcp-hero-desktop {
    display: block;
}

#container_one .gcp-hero-mobile {
    display: none;
}


/* =========================================================
   GOLDFARB CENTER HEADER
   ========================================================= */

#container_one .gcpa-header {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #ffffff;
}


/* =========================================================
   MAIN TITLE
   ========================================================= */

#container_one .goldfarb-main-title {
    width: 100%;
    max-width: 100%;

    margin: 0 0 12px;

    padding:
        0.75rem
        1rem
        1rem;

    color: #663399 !important;
    background: #ffffff;

    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;

    font-size:
        clamp(1.8rem, 4vw, 3.5rem) !important;

    font-weight: 900 !important;
    line-height: 1.1;

    letter-spacing: 0.02em;
    text-align: center;

    overflow-wrap: break-word;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

#container_one .menu {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;

    background: #663399;
}

#container_one .menu > * {
    width: 100%;
    max-width: 100%;

    margin-left: 0;
    margin-right: 0;
}


/* =========================================================
   MAIN CONTENT CONTAINER
   ========================================================= */

#container_gcpa {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0 20px;

    color: #000000;
    background: #ffffff;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

#container_one .gcpa-content {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 20px;

    background: #ffffff;
}


/* =========================================================
   GENERAL FEATURE
   ========================================================= */

#container_one .gcpa-content .feature {
    width: 100%;
    max-width: 100%;

    margin: 0 0 2rem;
    padding: 20px;

    background: #ffffff;
}


/* =========================================================
   JOURNEY
   LEFT CONTENT / RIGHT IMAGE
   ========================================================= */

#container_one .journey-container {
    display: flex;
    flex-direction: row;

    /*
     * Keep both columns at the top.
     */
    align-items: flex-start;

    width: 100%;
    max-width: 100%;

    margin: 0 0 2rem;
    padding: 0;

    background: #ffffff;

    border: 1px solid #d8d9da;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.10);

    overflow: hidden;
}


/* =========================================================
   JOURNEY CONTENT
   ========================================================= */

#container_one .journey-content {
    flex: 1 1 55%;
    min-width: 0;

    padding: 30px 35px;

    background: #ffffff;
}


/* =========================================================
   JOURNEY TITLE
   ========================================================= */

#container_one .journey-content h3 {
    margin: 0 0 1.25rem;
    padding: 0 0 0.75rem;

    color: #663399;

    border-bottom: 3px solid #B8860B;

    font-size:
        clamp(1.5rem, 3vw, 2.4rem);

    font-weight: 900;
    line-height: 1.2;

    text-align: left;
}


/* =========================================================
   JOURNEY TEXT
   ========================================================= */

#container_one .journey-content p {
    margin: 0 0 1rem;

    color: #000000;

    font-size: 1.05rem;
    line-height: 1.6;

    text-align: left;
}

#container_one .journey-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   JOURNEY IMAGE + CAPTION
   TOP ALIGNED
   ========================================================= */

#container_one .journey-image {
    display: flex;
    flex-direction: column;

    /*
     * IMPORTANT:
     * Keeps the image at the top instead of
     * vertically centering it.
     */
    align-items: center;
    justify-content: flex-start;

    flex: 0 0 45%;
    min-width: 0;

    /*
     * Same top padding as journey-content
     * so the photo aligns with the heading/text.
     */
    padding: 30px 20px;

    background: #f5f5f5;

    text-align: center;
}


/* =========================================================
   JOURNEY PHOTO
   ========================================================= */

#container_one .journey-image > img {
    display: block;

    width: 100%;
    max-width: 600px;

    height: auto;

    margin: 0 auto;
    padding: 0;

    border: 0;

    box-shadow: none;

    object-fit: contain;
}


/* =========================================================
   JOURNEY PHOTO CAPTION
   ========================================================= */

#container_one .journey-image .caption,
#container_one .journey-image p {
    display: block;

    width: 100%;
    max-width: 600px;

    margin: 10px auto 0;
    padding: 0;

    color: #555555;

    font-size: 0.9rem;
    line-height: 1.4;

    font-style: italic;
    text-align: center;
}


/* =========================================================
   HORIZONTAL RULE UNDER PHOTO
   ========================================================= */

#container_one .journey-image hr {
    width: 100%;
    max-width: 600px;

    margin: 20px auto;

    border: 0;
    border-top: 1px solid #d0d0d0;
}


/* =========================================================
   CONTACT SUB-CONTAINER
   ========================================================= */

#container_one .journey-image .contact-sub-container {
    width: 100%;
    max-width: 600px;

    margin: 0 auto;
    padding: 0;

    background: transparent;

    border: 0;

    box-shadow: none;
}


/* =========================================================
   CONTACT SUB-CONTAINER IMAGE
   ========================================================= */

#container_one .journey-image .contact-sub-container img {
    display: block;

    width: auto;
    max-width: 100%;

    height: auto;

    margin: 0 auto;
}


/* =========================================================
   OUR MISSION
   FULL WIDTH / LIGHT GRAY
   ========================================================= */

#container_one .mission-container {
    width: 100%;
    max-width: 100%;

    margin: 0 0 2rem;
    padding: 30px 35px;

    color: #000000;
    background: #f2f2f2;

    border: 1px solid #d8d9da;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   MISSION TITLE
   ========================================================= */

#container_one .mission-container h3 {
    margin: 0 0 1.25rem;
    padding: 0 0 0.75rem;

    color: #663399;

    border-bottom: 3px solid #B8860B;

    font-size:
        clamp(1.5rem, 3vw, 2.4rem);

    font-weight: 900;
    line-height: 1.2;

    text-align: left;
}


/* =========================================================
   MISSION TEXT
   ========================================================= */

#container_one .mission-container p {
    margin: 0 0 1rem;

    color: #000000;

    font-size: 1.05rem;
    line-height: 1.6;

    text-align: left;
}

#container_one .mission-container p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   STAFF
   ========================================================= */

#container_one .staff-container {
    width: 100%;
    max-width: 100%;

    margin: 0 0 2rem;
    padding: 0;

    background: #ffffff;
}


/* =========================================================
   STAFF MAIN TITLE
   ========================================================= */

#container_one .staff-main-title {
    width: 100%;

    margin: 0 0 1.5rem;

    padding:
        1rem
        0.75rem;

    color: #663399;
    background: #ffffff;

    border-bottom: 4px solid #B8860B;

    font-size:
        clamp(1.5rem, 3vw, 2.5rem);

    font-weight: 900;
    line-height: 1.2;

    text-align: center;
}


/* =========================================================
   STAFF TABLE CONTAINER
   ========================================================= */

#container_one .staff-table-container {
    width: 100%;

    margin: 0 0 2rem;
    padding: 20px;

    background: #ffffff;

    border: 1px solid #d8d9da;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   STAFF TABLE TITLE
   ========================================================= */

#container_one .staff-table-container h4 {
    margin: 0 0 1rem;
    padding: 0 0 0.75rem;

    color: #663399;

    border-bottom: 3px solid #B8860B;

    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.25;
}


/* =========================================================
   STAFF TABLE WRAPPER
   ========================================================= */

#container_one .staff-table-wrapper {
    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;
}


/* =========================================================
   STAFF TABLE
   ========================================================= */

#container_one .staff-table {
    width: 100%;

    margin: 0;

    border-collapse: collapse;
    border-spacing: 0;

    background: #ffffff;
}


/* =========================================================
   STAFF TABLE CELLS
   ========================================================= */

#container_one .staff-table th,
#container_one .staff-table td {
    padding: 14px 15px;

    border: 1px solid #d0d0d0;

    color: #000000;

    text-align: left;
    vertical-align: top;

    line-height: 1.45;

    overflow-wrap: break-word;
}


/* =========================================================
   STAFF TABLE HEADER
   ========================================================= */

#container_one .staff-table th {
    color: #ffffff;
    background: #663399;

    font-size: 1rem;
    font-weight: 700;
}


/* =========================================================
   STAFF TABLE ROWS
   ========================================================= */

#container_one .staff-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

#container_one .staff-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}


/* =========================================================
   STAFF TABLE HOVER
   ========================================================= */

#container_one .staff-table tbody tr:hover {
    background: #f2eef7;
}


/* =========================================================
   STAFF LINKS
   ========================================================= */

#container_one .staff-table a {
    color: #663399;
    font-weight: 700;
}


/* =========================================================
   CPA5
   ========================================================= */

#container_one div.feature h3.cpa5 {
    margin-top: 0.5rem;
    margin-bottom: 1rem;

    padding: 10px;

    color: #663399 !important;
    background: #ffffff;

    border-bottom: 3px solid #800000;

    font-size:
        clamp(1.5rem, 2.5vw, 2.5rem) !important;

    font-weight: 800;
    line-height: 1.1;

    text-align: left;
    text-transform: uppercase;
}


/* =========================================================
   MAROON H5
   ========================================================= */

#container_one h5.maroon {
    padding: 10px;

    color: #800000;

    font-size: 1.1em;
    font-weight: bold;
}


/* =========================================================
   CONTACT US
   MAIN CONTAINER
   ========================================================= */

#container_one .contact-container {
    width: 100%;
    max-width: 100%;

    margin: 0 0 2rem;
    padding: 30px 35px;

    background: #ffffff;

    border: 1px solid #d8d9da;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.10);
}


/* =========================================================
   CONTACT US MAIN HEADING
   ========================================================= */

#container_one .contact-container > h3 {
    margin: 0 0 1.5rem;
    padding: 0 0 0.75rem;

    color: #663399;

    border-bottom: 3px solid #B8860B;

    font-size:
        clamp(1.5rem, 3vw, 2.4rem);

    font-weight: 900;
    line-height: 1.2;

    text-align: center;
}


/* =========================================================
   CONTACT TWO-COLUMN AREA
   ========================================================= */

#container_one .contact-columns {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 25px;

    width: 100%;
}


/* =========================================================
   CONTACT SUB-CONTAINER
   ========================================================= */

#container_one .contact-sub-container {
    width: 100%;

    margin: 0;
    padding: 25px;

    background: #f5f5f5;

    border: 1px solid #d8d9da;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   CONTACT SUB-CONTAINER HEADING
   ========================================================= */

#container_one .contact-sub-container h4 {
    margin: 0 0 1rem;
    padding: 0 0 0.6rem;

    color: #663399;

    border-bottom: 2px solid #B8860B;

    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1.3;
}


/* =========================================================
   CONTACT SUB-CONTAINER TEXT
   ========================================================= */

#container_one .contact-sub-container p {
    margin: 0 0 0.9rem;

    color: #000000;

    font-size: 1rem;
    line-height: 1.55;
}

#container_one .contact-sub-container p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CONTACT LINKS
   ========================================================= */

#container_one .contact-sub-container a {
    color: #663399;

    font-weight: 700;

    text-decoration: none;
}

#container_one .contact-sub-container a:hover,
#container_one .contact-sub-container a:focus {
    color: #800000;

    text-decoration: underline;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {

    #container_one {
        font-size: 1.1rem;
    }

    #container_one .gcpa-content {
        padding: 15px;
    }

    #container_one .journey-content {
        padding: 25px;
    }

    #container_one .journey-image {
        padding: 25px 15px;
    }

    #container_one .journey-image .caption,
    #container_one .journey-image p {
        max-width: 500px;
        font-size: 0.9rem;
    }

    #container_one .mission-container {
        padding: 25px;
    }

    #container_one .staff-table-container {
        padding: 18px;
    }

    #container_one .contact-container {
        padding: 25px;
    }

    #container_one .contact-columns {
        gap: 20px;
    }

    #container_one .contact-sub-container {
        padding: 20px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

    #container_one {
        font-size: 1.1rem;
    }


    /* =====================================================
       HERO
       ===================================================== */

    #container_one .gcp-hero-desktop {
        display: none;
    }

    #container_one .gcp-hero-mobile {
        display: block;
    }


    /* =====================================================
       MAIN CONTENT
       ===================================================== */

    #container_gcpa {
        padding: 0 8px;
    }

    #container_one .gcpa-content {
        width: 100%;
        padding: 12px;
    }


    /* =====================================================
       MAIN TITLE
       ===================================================== */

    #container_one .goldfarb-main-title {
        padding:
            0.75rem
            0.5rem
            0.9rem;

        font-size:
            clamp(1.55rem, 7vw, 2.5rem)
            !important;
    }


    /* =====================================================
       JOURNEY
       ===================================================== */

    #container_one .journey-container {
        flex-direction: column;

        /*
         * Keep content at the top.
         */
        align-items: stretch;

        margin-bottom: 1.5rem;
    }

    #container_one .journey-content {
        width: 100%;
        flex: none;

        padding: 20px;
    }

    #container_one .journey-content h3 {
        font-size:
            clamp(1.4rem, 6vw, 2rem);

        text-align: center;
    }

    #container_one .journey-content p {
        font-size: 1rem;
    }

    #container_one .journey-image {
        width: 100%;
        flex: none;

        /*
         * Top aligned on mobile as well.
         */
        align-items: center;
        justify-content: flex-start;

        padding: 20px 15px;
    }

    #container_one .journey-image > img {
        width: 100%;
        max-width: 500px;

        margin: 0 auto;
    }

    #container_one .journey-image .caption,
    #container_one .journey-image p {
        max-width: 500px;

        margin: 8px auto 0;

        font-size: 0.9rem;
        line-height: 1.4;
    }


    /* =====================================================
       MISSION
       ===================================================== */

    #container_one .mission-container {
        padding: 20px;
        margin-bottom: 1.5rem;
    }

    #container_one .mission-container h3 {
        font-size:
            clamp(1.4rem, 6vw, 2rem);

        text-align: center;
    }

    #container_one .mission-container p {
        font-size: 1rem;
    }


    /* =====================================================
       STAFF
       ===================================================== */

    #container_one .staff-container {
        margin-bottom: 1.5rem;
    }

    #container_one .staff-main-title {
        font-size:
            clamp(1.4rem, 6vw, 2rem);
    }

    #container_one .staff-table-container {
        padding: 15px;
        margin-bottom: 1.5rem;
    }

    #container_one .staff-table-container h4 {
        font-size: 1.3rem;
        text-align: center;
    }

    #container_one .staff-table-wrapper {
        overflow-x: auto;
    }

    #container_one .staff-table {
        min-width: 600px;
    }


    /* =====================================================
       CONTACT
       TWO COLUMNS BECOME ONE COLUMN
       ===================================================== */

    #container_one .contact-container {
        padding: 20px;
        margin-bottom: 1.5rem;
    }

    #container_one .contact-container > h3 {
        font-size:
            clamp(1.4rem, 6vw, 2rem);

        text-align: center;
    }

    #container_one .contact-columns {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    #container_one .contact-sub-container {
        padding: 18px;
    }

    #container_one .contact-sub-container h4 {
        font-size: 1.2rem;
    }

    #container_one .contact-sub-container p {
        font-size: 1rem;
    }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 480px) {

    #container_one {
        font-size: 1.1rem;
    }

    #container_gcpa {
        padding: 0 6px;
    }

    #container_one .gcpa-content {
        padding: 10px;
    }


    /* =====================================================
       JOURNEY
       ===================================================== */

    #container_one .journey-content {
        padding: 15px;
    }

    #container_one .journey-content h3 {
        padding-bottom: 0.6rem;
        font-size: 1.5rem;
    }

    #container_one .journey-content p {
        font-size: 1rem;
    }

    #container_one .journey-image {
        padding: 15px 10px;
    }

    #container_one .journey-image > img {
        max-width: 100%;
    }

    #container_one .journey-image .caption,
    #container_one .journey-image p {
        max-width: 100%;

        margin-top: 8px;

        font-size: 0.85rem;
        line-height: 1.4;
    }


    /* =====================================================
       MISSION
       ===================================================== */

    #container_one .mission-container {
        padding: 15px;
    }

    #container_one .mission-container h3 {
        padding-bottom: 0.6rem;
        font-size: 1.5rem;
    }

    #container_one .mission-container p {
        font-size: 1rem;
    }


    /* =====================================================
       STAFF
       ===================================================== */

    #container_one .staff-main-title {
        padding: 0.75rem;
        font-size: 1.5rem;
    }

    #container_one .staff-table-container {
        padding: 12px;
    }

    #container_one .staff-table-container h4 {
        margin-bottom: 0.75rem;
        padding: 9px 10px;
        font-size: 1.1rem;
    }


    /* =====================================================
       STAFF TABLE -> MOBILE CARDS
       ===================================================== */

    #container_one .staff-table {
        min-width: 0;
        border: 0;
    }

    #container_one .staff-table thead {
        position: absolute;

        width: 1px;
        height: 1px;

        margin: -1px;
        padding: 0;

        overflow: hidden;

        clip: rect(0, 0, 0, 0);

        white-space: nowrap;

        border: 0;
    }

    #container_one .staff-table,
    #container_one .staff-table tbody,
    #container_one .staff-table tr,
    #container_one .staff-table td {
        display: block;
        width: 100%;
    }

    #container_one .staff-table tbody tr {
        margin-bottom: 15px;

        border: 1px solid #d0d0d0;

        background: #ffffff !important;
    }

    #container_one .staff-table td {
        padding: 10px;

        border: 0;
        border-bottom: 1px solid #d0d0d0;

        font-size: 0.95rem;
    }

    #container_one .staff-table td:last-child {
        border-bottom: 0;
    }

    #container_one .staff-table td::before {
        content: attr(data-label);

        display: block;

        margin-bottom: 3px;

        color: #663399;

        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1.3;
    }


    /* =====================================================
       CONTACT
       ===================================================== */

    #container_one .contact-container {
        padding: 15px;
    }

    #container_one .contact-container > h3 {
        padding-bottom: 0.6rem;
        font-size: 1.5rem;
    }

    #container_one .contact-sub-container {
        padding: 15px;
    }

    #container_one .contact-sub-container h4 {
        font-size: 1.2rem;
    }

    #container_one .contact-sub-container p {
        font-size: 0.95rem;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 360px) {

    #container_one {
        font-size: 1.05rem;
    }

    #container_gcpa {
        padding: 0 4px;
    }

    #container_one .gcpa-content {
        padding: 8px;
    }


    /* =====================================================
       JOURNEY
       ===================================================== */

    #container_one .journey-content {
        padding: 12px;
    }

    #container_one .journey-content h3 {
        font-size: 1.35rem;
    }

    #container_one .journey-content p {
        font-size: 0.95rem;
    }

    #container_one .journey-image {
        padding: 12px 8px;
    }

    #container_one .journey-image > img {
        max-width: 100%;
    }

    #container_one .journey-image .caption,
    #container_one .journey-image p {
        max-width: 100%;

        margin-top: 7px;

        font-size: 0.8rem;
        line-height: 1.35;
    }


    /* =====================================================
       MISSION
       ===================================================== */

    #container_one .mission-container {
        padding: 12px;
    }

    #container_one .mission-container h3 {
        font-size: 1.35rem;
    }

    #container_one .mission-container p {
        font-size: 0.95rem;
    }


    /* =====================================================
       STAFF
       ===================================================== */

    #container_one .staff-table-container {
        padding: 10px;
    }

    #container_one .staff-table td {
        font-size: 0.9rem;
    }


    /* =====================================================
       CONTACT
       ===================================================== */

    #container_one .contact-container {
        padding: 12px;
    }

    #container_one .contact-sub-container {
        padding: 12px;
    }

    #container_one .contact-sub-container h4 {
        font-size: 1.1rem;
    }

    #container_one .contact-sub-container p {
        font-size: 0.9rem;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    #container_one *,
    #container_one *::before,
    #container_one *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}
