/* =========================================================
   GOLDFARB CENTER FOR PERFORMING ARTS
   NEWS PAGE - COMPLETE RESPONSIVE CSS
   No H1 / H2
   ========================================================= */


/* =========================================================
   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: #000;
    background: #fff;

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

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

    overflow-x: hidden;

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

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


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

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

    color: #000;

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

    overflow-wrap: anywhere;
}

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

    overflow-wrap: anywhere;
}

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

#container_one img {
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
}


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

#container_one .gcp-hero {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #663399;
}

#container_one .gcp-hero-image {
    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;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

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

    margin: 0;
    padding: 0;

    background: #fff;
}

#container_one .goldfarb-main-title {
    display: block;

    width: 100%;

    margin: 0;

    padding: .7rem 1rem .85rem;

    color: #663399 !important;

    background: #fff;

    border-bottom: 4px solid #B8860B;

    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.15;

    letter-spacing: .02em;

    text-align: center;

    overflow-wrap: anywhere;
}


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

#container_one .menu {
    width: 100%;

    margin: 0;
    padding: 0;

    background: #663399;
}


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

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

    margin: 0;
    padding: 0 20px;
}

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

    margin: 0;
    padding: 20px;

    background: #fff;
}


/* =========================================================
   NEWS MAIN CONTAINER
   FIXED SELECTOR:
   HTML uses .gcp-main-container
   ========================================================= */

#container_one .gcp-main-container {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 0;

    background: #fff;
}


/* =========================================================
   NEWS PAGE TITLE
   ========================================================= */

#container_one .news-page-title {
    display: block;

    width: 100%;

    margin: 0 0 1.5rem;

    padding: .7rem 1rem .65rem;

    color: #663399;

    background: #fff;

    border-bottom: 3px solid #B8860B;

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

    font-size:
        clamp(1.7rem, 3.5vw, 2.6rem);

    font-weight: 900;

    line-height: 1.2;

    text-align: center;

    overflow-wrap: anywhere;
}


/* =========================================================
   NEWS INTRO
   ========================================================= */

#container_one .news-feed-intro {
    width: 100%;
    max-width: 1000px;

    margin: 0 auto 2rem;
    padding: 0 10px;

    text-align: center;
}

#container_one .news-feed-intro p {
    margin: 0;

    color: #333;

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


/* =========================================================
   INNER CONTAINER
   ========================================================= */

#container_one .gcp-container-inner {
    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   NEWS FEED
   ========================================================= */

#container_one .news-feed {
    width: 100%;
    max-width: 100%;

    margin: 0;
    padding: 0;
}


/* =========================================================
   NEWS STORY
   ========================================================= */

#container_one .news-story {
    display: grid;

    grid-template-columns:
        minmax(300px, 45%)
        minmax(0, 55%);

    width: 100%;
    max-width: 100%;
    min-width: 0;

    margin: 0 0 1.75rem;
    padding: 0;

    background: #fff;

    border: 1px solid #d8d9da;

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

    overflow: hidden;
}


/* =========================================================
   NEWS IMAGE CONTAINER
   ========================================================= */

#container_one .news-image {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    min-width: 0;

    min-height: 350px;

    margin: 0;
    padding: 20px;

    background: #f5f5f5;

    overflow: hidden;
}


/* =========================================================
   NEWS IMAGE
   350px - slightly larger than before
   ========================================================= */

#container_one .news-image img {
    display: block;

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

    height: auto;

    margin: auto;
    padding: 0;

    border: 0;

    object-fit: contain;
}


/* =========================================================
   NEWS CONTENT
   ========================================================= */

#container_one .news-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    width: 100%;
    min-width: 0;

    margin: 0;
    padding: 30px;

    background: #fff;

    /*
       Important:
       visible prevents the Read More button
       from being clipped.
    */
    overflow: visible;
}


/* =========================================================
   NEWS LOCATION
   ========================================================= */

#container_one .news-location {
    margin: 0 0 .6rem;

    color: #663399;

    font-size: .9rem;
    font-weight: 700;

    line-height: 1.4;

    text-transform: uppercase;
    letter-spacing: .04em;
}


/* =========================================================
   NEWS TITLE
   ========================================================= */

#container_one .news-title {
    display: block;

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

    margin: 0 0 1rem;

    padding: 0 0 .6rem;

    color: #663399;

    border-bottom: 2px solid #B8860B;

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

    font-size:
        clamp(1.4rem, 2.5vw, 2.1rem);

    font-weight: 900;

    line-height: 1.25;

    text-align: left;

    overflow-wrap: anywhere;
}


/* =========================================================
   NEWS EXCERPT
   ========================================================= */

#container_one .news-excerpt {
    width: 100%;
    max-width: 100%;

    margin: 0 0 1.2rem;
    padding: 0;

    color: #000;

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

    font-size: 1rem;

    line-height: 1.6;

    overflow-wrap: anywhere;
}


/* =========================================================
   BUTTON AREA
   ========================================================= */

#container_one .news-button-area {
    display: block;

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

    margin-top: 15px;
    padding: 3px;

    overflow: visible;

    box-sizing: border-box;
}


/* =========================================================
   READ MORE BUTTON
   ========================================================= */

#container_one .news-read-more,
#container_one .news-read-more:link,
#container_one .news-read-more:visited {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: auto;
    max-width: 100%;

    min-width: 110px;
    min-height: 44px;

    margin: 0;
    padding: 10px 20px;

    color: #fff !important;

    background-color: #663399 !important;

    border: 2px solid #663399;
    border-radius: 4px;

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

    font-size: 15px;

    font-weight: 700;

    line-height: 1.2;

    text-align: center;

    text-decoration: none !important;

    white-space: nowrap;

    overflow: visible;

    box-sizing: border-box;

    position: relative;
    z-index: 2;

    transform: none;

    transition:
        background-color .2s ease,
        color .2s ease,
        border-color .2s ease;
}


/* =========================================================
   READ MORE HOVER
   BUTTON DOES NOT CHANGE SIZE
   ========================================================= */

#container_one .news-read-more:hover {
    color: #ffcc00 !important;

    background-color: #663399 !important;

    border-color: #663399;

    text-decoration: none !important;

    transform: none;
}


/* =========================================================
   FOCUS
   ========================================================= */

#container_one .news-read-more:focus {
    color: #ffcc00 !important;

    background-color: #663399 !important;

    border-color: #663399;

    text-decoration: none !important;

    outline: none;
}

#container_one .news-read-more:focus-visible {
    outline: 3px solid #B8860B;

    outline-offset: 3px;
}


/* =========================================================
   ALTERNATING IMAGE POSITION
   ========================================================= */


/* IMAGE LEFT */

#container_one .news-story:nth-child(odd) {
    grid-template-columns:
        minmax(300px, 45%)
        minmax(0, 55%);
}


/* IMAGE RIGHT */

#container_one .news-story:nth-child(even) {
    grid-template-columns:
        minmax(0, 55%)
        minmax(300px, 45%);
}


/* EVEN IMAGE TO RIGHT */

#container_one .news-story:nth-child(even) .news-image {
    grid-column: 2;
    grid-row: 1;
}


/* EVEN CONTENT TO LEFT */

#container_one .news-story:nth-child(even) .news-content {
    grid-column: 1;
    grid-row: 1;
}


/* =========================================================
   EXTRA CONTENT CONTAINERS
   ========================================================= */

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

    margin: 0 0 1.5rem;
    padding: 25px;

    background: #f2eef7;

    border: 1px solid #d8d9da;

    border-left: 5px solid #663399;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, .08);

    overflow: hidden;
}


/* =========================================================
   EXTRA CONTAINER HEADING
   ========================================================= */

#container_one .news-extra-container h3 {
    margin: 0 0 1rem;

    padding: 0 0 .6rem;

    color: #663399;

    border-bottom: 2px solid #B8860B;

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

    font-size: 1.5rem;

    font-weight: 900;

    line-height: 1.25;

    text-align: left;
}


/* =========================================================
   EXTRA CONTAINER TEXT
   ========================================================= */

#container_one .news-extra-container p {
    margin: 0;

    font-size: 1rem;

    line-height: 1.6;
}


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

@media (max-width: 1000px) {

    #container_gcpa {
        padding: 0 10px;
    }

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


    /* NEWS STORY */

    #container_one .news-story {
        grid-template-columns:
            minmax(250px, 42%)
            minmax(0, 58%);
    }

    #container_one .news-story:nth-child(even) {
        grid-template-columns:
            minmax(0, 58%)
            minmax(250px, 42%);
    }


    /* IMAGE */

    #container_one .news-image {
        min-height: 290px;

        padding: 15px;
    }


    #container_one .news-image img {
        width: 320px;
        max-width: 100%;
    }


    /* CONTENT */

    #container_one .news-content {
        padding: 24px;
    }


    #container_one .news-title {
        font-size: 1.5rem;
    }


    #container_one .news-excerpt {
        font-size: .96rem;
    }


    #container_one .news-extra-container {
        padding: 22px;
    }

}


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

@media (max-width: 700px) {

    #container_gcpa {
        padding: 0 3px;
    }

    #container_one .gcpa-content,
    #container_one .gcp-page-content {
        padding: 9px;
    }


    /* =====================================================
       PAGE HEADER
       ===================================================== */

    #container_one .goldfarb-main-title {
        padding: .55rem .5rem .7rem;

        font-size:
            clamp(1.4rem, 7vw, 2.2rem) !important;

        line-height: 1.2;
    }


    /* =====================================================
       NEWS TITLE
       ===================================================== */

    #container_one .news-page-title {
        margin-bottom: 1.2rem;

        padding: .6rem .5rem .55rem;

        font-size: 1.5rem;
    }


    /* =====================================================
       NEWS INTRO
       ===================================================== */

    #container_one .news-feed-intro {
        margin-bottom: 1.5rem;

        padding: 0 5px;
    }


    #container_one .news-feed-intro p {
        font-size: .95rem;
    }


    /* =====================================================
       NEWS STORIES
       ===================================================== */

    #container_one .news-story,
    #container_one .news-story:nth-child(even) {

        display: flex;

        flex-direction: column;

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

        margin-bottom: 1.4rem;
    }


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

    #container_one .news-story .news-image,
    #container_one .news-story:nth-child(even) .news-image {

        order: 1;

        width: 100%;

        min-height: 0;

        padding: 10px;

        grid-column: auto;
        grid-row: auto;
    }


    #container_one .news-image img {

        width: 320px;

        max-width: 100%;

        height: auto;

        margin: auto;
    }


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

    #container_one .news-story .news-content,
    #container_one .news-story:nth-child(even) .news-content {

        order: 2;

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

        min-width: 0;

        padding: 18px;

        grid-column: auto;
        grid-row: auto;

        overflow: visible;
    }


    #container_one .news-location {
        font-size: .82rem;
    }


    #container_one .news-title {

        font-size: 1.35rem;

        line-height: 1.25;
    }


    #container_one .news-excerpt {

        font-size: .95rem;

        line-height: 1.55;
    }


    /* =====================================================
       BUTTON
       ===================================================== */

    #container_one .news-button-area {

        display: block;

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

        margin-top: 15px;

        padding: 3px;

        overflow: visible;

        box-sizing: border-box;
    }


    #container_one .news-read-more,
    #container_one .news-read-more:link,
    #container_one .news-read-more:visited {

        display: flex;

        align-items: center;
        justify-content: center;

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

        min-width: 0;
        min-height: 46px;

        margin: 0;

        padding: 11px 15px;

        color: #fff !important;

        background-color: #663399 !important;

        border: 2px solid #663399;

        border-radius: 4px;

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

        font-size: 15px;

        font-weight: 700;

        line-height: 1.2;

        text-align: center;

        text-decoration: none !important;

        white-space: nowrap;

        overflow: visible;

        box-sizing: border-box;

        position: relative;
        z-index: 2;

        transform: none;
    }


    /* HOVER */

    #container_one .news-read-more:hover {

        color: #ffcc00 !important;

        background-color: #663399 !important;

        border-color: #663399;

        text-decoration: none !important;

        transform: none;
    }


    /* FOCUS */

    #container_one .news-read-more:focus {

        color: #ffcc00 !important;

        background-color: #663399 !important;

        border-color: #663399;

        outline: none;
    }


    #container_one .news-read-more:focus-visible {

        outline: 3px solid #B8860B;

        outline-offset: 2px;
    }


    /* =====================================================
       EXTRA CONTAINERS
       ===================================================== */

    #container_one .news-extra-container {

        margin-bottom: 1.2rem;

        padding: 17px;
    }


    #container_one .news-extra-container h3 {

        font-size: 1.3rem;
    }


    #container_one .news-extra-container p {

        font-size: .94rem;

        line-height: 1.55;
    }

}


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

@media (max-width: 480px) {

    #container_one {
        font-size: .94rem;
    }


    #container_gcpa {
        padding: 0 2px;
    }


    #container_one .gcpa-content,
    #container_one .gcp-page-content {
        padding: 6px;
    }


    /* =====================================================
       HEADER
       ===================================================== */

    #container_one .goldfarb-main-title {

        padding: .5rem .4rem .6rem;

        font-size: 1.3rem !important;
    }


    /* =====================================================
       NEWS TITLE
       ===================================================== */

    #container_one .news-page-title {

        font-size: 1.35rem;

        padding: .55rem .4rem .5rem;
    }


    /* =====================================================
       INTRO
       ===================================================== */

    #container_one .news-feed-intro {

        padding: 0 3px;

        margin-bottom: 1.2rem;
    }


    #container_one .news-feed-intro p {

        font-size: .9rem;
    }


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

    #container_one .news-image {

        padding: 7px;
    }


    #container_one .news-image img {

        width: 290px;

        max-width: 100%;

        height: auto;
    }


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

    #container_one .news-content {

        padding: 15px 13px;

        overflow: visible;
    }


    #container_one .news-location {

        font-size: .78rem;
    }


    #container_one .news-title {

        font-size: 1.2rem;
    }


    #container_one .news-excerpt {

        font-size: .9rem;

        line-height: 1.55;
    }


    /* =====================================================
       BUTTON
       ===================================================== */

    #container_one .news-read-more {

        width: 100%;

        min-height: 44px;

        padding: 10px 12px;

        font-size: 14px;
    }


    /* =====================================================
       EXTRA
       ===================================================== */

    #container_one .news-extra-container {

        padding: 13px;
    }


    #container_one .news-extra-container h3 {

        font-size: 1.2rem;
    }


    #container_one .news-extra-container p {

        font-size: .88rem;
    }

}


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

@media (max-width: 360px) {

    #container_one .goldfarb-main-title {

        font-size: 1.2rem !important;
    }


    #container_one .news-page-title {

        font-size: 1.2rem;
    }


    #container_one .news-image {

        padding: 6px;
    }


    #container_one .news-image img {

        width: 260px;

        max-width: 100%;
    }


    #container_one .news-content {

        padding: 13px 11px;

        overflow: visible;
    }


    #container_one .news-title {

        font-size: 1.1rem;
    }


    #container_one .news-excerpt {

        font-size: .86rem;
    }


    #container_one .news-read-more {

        min-height: 44px;

        padding: 9px 10px;

        font-size: 13px;
    }


    #container_one .news-extra-container {

        padding: 11px;
    }


    #container_one .news-extra-container h3 {

        font-size: 1.1rem;
    }

}


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

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

    #container_one *,
    #container_one *::before,
    #container_one *::after {

        scroll-behavior: auto !important;

        transition-duration: 0.01ms !important;

        animation-duration: 0.01ms !important;

        animation-iteration-count: 1 !important;
    }

}