 /* =========================================================
   GOLDFARB CENTER FOR PERFORMING ARTS
   VISITOR INFORMATION
   ========================================================= */


/* =========================================================
   GLOBAL BOX SIZING
   ========================================================= */

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


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

#container_one {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    -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: #000;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
    overflow-wrap: break-word;
}


/* =========================================================
   HEADINGS
   H1 AND H2 ARE NOT INCLUDED
   ========================================================= */

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


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

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

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

#container_one .gcp-hero-desktop {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


/* =========================================================
   GOLDFARB CENTER TITLE
   ========================================================= */

#container_one .gcpa-header {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

#container_one .goldfarb-main-title {
    width: 100%;
    max-width: 100%;
    margin: 0;
	
    padding: 15px 20px 18px;
    color: #663399 !important;
    background: #fff;
	
    /*border-bottom: 4px solid #B8860B;*/
	border-bottom: 4px solid #B8860B;
    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;
	
    font-size: clamp(2rem, 4vw, 4rem) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    text-align: center;
}


/* =========================================================
   MENU
   ========================================================= */

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


/* =========================================================
   MAIN VISITOR INFORMATION AREA
   ========================================================= */

#container_one #container_gcpa {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 60px;
    background: #fff;
}


/* =========================================================
   VISITOR INFORMATION CONTAINER
   95% WIDTH
   ========================================================= */

#container_one .gcpa-content {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   VISITOR INFORMATION INTRODUCTION
   ========================================================= */

#container_one .season-intro {
    width: 100%;
    margin: 30px 0;
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #B8860B;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}


/* =========================================================
   VISITOR INFORMATION TITLE
   ========================================================= */

#container_one .season-intro h3.cpa5 {
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
    color: #663399 !important;
    border-bottom: 1px solid #800000 !important;
    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;
    font-size: clamp(1.7rem, 3vw, 2.5rem) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: left !important;
}


/* =========================================================
   CATEGORY LIST
   ========================================================= */

#container_one .gcpa-category-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================================
   CATEGORY CONTAINER
   ========================================================= */

#container_one .gcpa-category {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #B8860B;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}


/* =========================================================
   CATEGORY ROW
   ICON ALIGNED TO TOP
   ========================================================= */

#container_one .gcpa-category-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 20px;
}


/* =========================================================
   CATEGORY ICON
   120 X 120 PIXELS
   TOP ALIGNED
   ========================================================= */

#container_one .gcpa-category-image {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin: 0 25px 0 0;
    padding: 0;
    /*background: #f2eef7;*/
	background:#ffffff;
    overflow: hidden;
    align-self: flex-start;
}

#container_one .gcpa-category-image img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 0;
    object-fit: contain;
}


/* =========================================================
   CATEGORY CONTENT
   ========================================================= */

#container_one .gcpa-category-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
}


/* =========================================================
   CATEGORY TITLE
   ========================================================= */

#container_one .gcpa-category-content h3.gcpa-category-title {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 8px;
    color: #663399 !important;
    border-bottom: 1px solid #800000;
    font-family:
        "Lato",
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;
    font-size: clamp(1.4rem, 2.2vw, 2rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left;
}


/* =========================================================
   CATEGORY PARAGRAPH
   LINE HEIGHT 1.5
   ========================================================= */

#container_one .gcpa-category-content p {
    margin: 0;
    padding: 0;
    color: #000 !important;
    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;
    font-size: 1.05rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left;
    overflow-wrap: break-word;
}


/* =========================================================
   INFO BUTTONS
   DESKTOP / TABLET — SIDE BY SIDE
   ========================================================= */

#container_one .gcpa-info-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
    text-align: left;
}

#container_one .gcpa-info-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 7px 18px;
    color: #fff !important;
    background: #663399;
    border: 2px solid #663399;
    border-radius: 4px;
    font-family:
        "Open Sans",
        Arial,
        Helvetica,
        sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2;
    text-decoration: none !important;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
}


/* =========================================================
   INFO BUTTON HOVER
   ========================================================= */

#container_one .gcpa-info-button a:hover {
    color: #663399 !important;
    background: #fff;
    border-color: #B8860B;
}


/* =========================================================
   INFO BUTTON FOCUS
   ========================================================= */

#container_one .gcpa-info-button a:focus-visible {
    outline: 3px solid #B8860B;
    outline-offset: 3px;
}


/* =========================================================
   PARKING SERVICES
   ========================================================= */

#container_one .gcpa-parking {
    border: 1px solid #663399;
    /*background: #f2eef7;*/
	background:#ffffff;
}

#container_one .gcpa-parking .gcpa-category-title {
    color: #663399 !important;
}


/* =========================================================
   PARKING ICON
   120 X 120 PIXELS
   TOP ALIGNED
   ========================================================= */

#container_one .gcpa-parking .gcpa-category-image {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin: 0 25px 0 0;
    padding: 0;
    align-self: flex-start;
}

#container_one .gcpa-parking .gcpa-category-image img {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: contain;
}


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

@media (max-width: 768px) {

    #container_one #container_gcpa {
        padding: 0 0 50px;
    }

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

    #container_one .season-intro {
        margin: 25px 0;
        padding: 22px;
    }

    #container_one .gcpa-category-inner {
        padding: 18px;
    }

    #container_one .gcpa-category-image {
        margin-right: 20px;
    }

    #container_one .gcpa-parking .gcpa-category-image {
        margin-right: 20px;
    }

    #container_one .gcpa-category-content p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
}


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

@media (max-width: 600px) {

    #container_one #container_gcpa {
        padding: 0 0 40px;
    }

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

    #container_one .season-intro {
        margin: 20px 0;
        padding: 20px;
    }

    #container_one .gcpa-category-grid {
        gap: 18px;
    }


    /* =====================================================
       STACK ICON ABOVE CONTENT
       ===================================================== */

    #container_one .gcpa-category-inner {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }


    /* =====================================================
       120 X 120 ICON
       ===================================================== */

    #container_one .gcpa-category-image,
    #container_one .gcpa-parking .gcpa-category-image {
        flex: 0 0 120px;
        width: 120px;
        height: 120px;
        min-width: 120px;
        min-height: 120px;
        margin: 0 auto 18px;
        align-self: center;
    }

    #container_one .gcpa-category-image img,
    #container_one .gcpa-parking .gcpa-category-image img {
        width: 120px;
        height: 120px;
        object-fit: contain;
    }


    /* =====================================================
       CATEGORY CONTENT
       ===================================================== */

    #container_one .gcpa-category-content {
        width: 100%;
        text-align: left;
    }


    /* =====================================================
       CATEGORY TITLE
       ===================================================== */

    #container_one .gcpa-category-content h3.gcpa-category-title {
        font-size: 1.45rem !important;
        line-height: 1.2 !important;
    }


    /* =====================================================
       CATEGORY PARAGRAPH
       ===================================================== */

    #container_one .gcpa-category-content p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }


    /* =====================================================
       INFO BUTTONS
       STACK TOP TO BOTTOM
       ===================================================== */

    #container_one .gcpa-info-button {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 10px;
    }

    #container_one .gcpa-info-button a {
        width: 100%;
        min-height: 42px;
        text-align: center;
    }
}


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

@media (max-width: 480px) {

    #container_one .goldfarb-main-title {
        padding: 12px 15px 15px;
        font-size: 1.8rem !important;
    }

    #container_one .season-intro {
        padding: 18px;
    }

    #container_one .season-intro h3.cpa5 {
        font-size: 1.5rem !important;
    }

    #container_one .gcpa-category-inner {
        padding: 18px;
    }

    #container_one .gcpa-category-image {
        margin-bottom: 15px;
    }

    #container_one .gcpa-parking .gcpa-category-image {
        margin-bottom: 15px;
    }

    #container_one .gcpa-info-button a {
        width: 100%;
    }
}


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

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

    #container_one *,
    #container_one *::before,
    #container_one *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}