body {
    font-family: Avenir, Helvetica, Verdana;
    sans-serif;
    background-color: #ffa100;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Avenir, Helvetica, Verdana;
    color: #333;
}

h6 {
    font-family: Avenir, Helvetica, Verdana;
}

p {
    font-size: 1.2rem;
}

.main-navigation .navigation>li>ul {
    background: #1c0c4a;
}

.main-navigation li::marker {
    color: #fff;
}

.main-header__site-title a {
    font-family: Avenir, Helvetica, Verdana;
    font-weight: normal;
}

.site-page-about .blocks,
.site-page-events .blocks {
    max-width: 1000px;
    margin: auto;
}

a,
a:visited {
    color: #190f69;
}

hr {
    background-color: #ed7e65;
}

a.button:hover {
    color: #aad4d9;
}

.button {
    background-color: #ffa100;
    color: #000000 !important;
}

.button:hover {
    background-color: #ffffff !important;
}

.banner {
    background-color: #FFA100;
}


#main-content {
    background-color: #ffffff;
}

li p {
    margin-bottom: 0;
}

.site-page-pagination a:hover:not(.disabled), .preview-block .browse-all:hover:not(.disabled)  {
    background-color: #1c0c4a;
}

/* Journalism Exhibit */

body.site-page-journalism,
body.site-page-journalism-print,
body.site-page-journalism-radio,
body.site-page-journalism-tv,
body.site-page-journalism-future {

    & h1,
    h2 {
        font-family: Playfair Display, serif;
    }

    background-color:#ebebeb;

    & #main-content {
        padding: 0 0 1rem;
        position: relative;

    }

    & .breadcrumbs {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.7);
        top: 10px;
        left: 5%;
        margin-right: 5%;
        z-index: 999;
        padding: 10px;
    }

    & .page-layout-normal .block {
        padding: 0 1rem;
    }
    
    & .page-layout-normal .video-fg {
        padding: 0;
     }

    & .page-layout-grid {
        grid-auto-flow: dense;
    }

    & div.banner {
        display: none;
    }

    & .blocks {
        position: relative;
    }

    & .site-page-pagination {
        display: none;
    }
}

body.site-page-journalism-future .site-page-pagination {
    display: flex;
}

body.site-page-journalism .breadcrumbs {
    display: none;
}

/*third level pages */
body.site-page-tanay-gokhale,
body.site-page-prachi-singh,
body.site-page-ravi-kapur,
body.site-page-radio-zindagi,
body.site-page-sasha-khokha,
body.site-page-siliconeer,
body.site-page-anahita-mukherji,
body.site-page-bollyfm-92-3,
body.site-page-arundhati-parmar,
body.site-page-india-currents,
body.site-page-srishti-prabha,
body.site-page-deepa-fernandes {

    & h1,
    h2 {
        font-family: Playfair Display, serif;
    }

    background-color:#ebebeb;

    & #main-content {
        padding: 1rem 5%;
        position: relative;
    }

    & .breadcrumbs {

        background-color: rgba(255, 255, 255, 0.97);
        margin-bottom: 1rem;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 4px 4px 20px #999;
    }

    & .blocks {
        background-color: rgba(255, 255, 255, 0.97);
        padding: 2rem;
        border-radius: 10px;
        box-shadow: 4px 4px 20px #999;
    }

    & div.banner {
        display: none;
    }

    & h1 {
        text-align: center;
        margin-top: 2rem;
        border-bottom: 0;
    }

    & h1::after {
        display: none;
    }

    & .grid-span-12 h2 {
        overflow: hidden;
        text-align: center;
        margin-top: 2rem;
    }

    & .grid-span-12 h2::before,
    & .grid-span-12 h2::after {
        background-color: #AAD5DA;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    & .grid-span-12 h2::before {
        right: 0.5em;
        margin-left: -50%;
    }

    & .grid-span-12 h2::after {
        left: 0.5em;
        margin-right: -50%;
    }

    & .h2-no-line h2::after,
    .h2-no-line h2::before {
        display: none;

    }

    & h3 {
        font-family: Playfair Display, serif;
        color: #333;
    }

    & .item h3 {
        font-family: Avenir, Helvetica, Verdana;
    }

    & .item:has(audio) {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 4rem;
        padding: 1rem 2rem;
        border-radius: 10px;
        background: #F7DBE2;
        background: linear-gradient(90deg, rgba(247, 219, 226, 1) 10%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 90%, rgba(247, 219, 226, 1) 100%);
        box-shadow: 0px 1px 8px rgba(51, 51, 51, .25);
    }

    & .media-embed .resource .media-render:has(audio) {
        width: 300px;
        height: 50px;
    }

    & .media-embed .resource .media-render audio {
        height: 50px;
    }


    & .item:has(audio) h3 {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 10px;
        border-radius: 10px;
    }

    & .item:has(audio) .caption {}

    & .slick-slider {
        padding: 0 10%;
    }

    & .carousel-block .slick-arrow.slick-prev {
        left: 0;
    }

    & .carousel-block .slick-arrow.slick-next {
        right: 0;
    }

}

body.site-page-tanay-gokhale,
body.site-page-prachi-singh,
body.site-page-ravi-kapur,
body.site-page-sasha-khokha,
body.site-page-anahita-mukherji,
body.site-page-arundhati-parmar,
body.site-page-srishti-prabha {
    & h1 {
        text-align: left;
    }

}


body.site-page-journalism-print,
body.site-page-siliconeer,
body.site-page-anahita-mukherji,
body.site-page-arundhati-parmar,
body.site-page-india-currents {
    & #main-content {
        background: RGBA(255, 255, 255, 1);
        background: url(https://exhibits.sjsu.edu/files/asset/25d588d39a38add7751efd29f1be0ee085c9aa94.jpg);
        background-attachment: fixed;
        background-position: top;
    }
}

body.site-page-journalism-radio,
body.site-page-radio-zindagi,
body.site-page-sasha-khokha,
body.site-page-bollyfm-92-3,
body.site-page-deepa-fernandes {
    & #main-content {
        background: url(https://exhibits.sjsu.edu/files/asset/feb0a24130ebe032a9612da89d911e9573db0a2e.jpg);
        background-attachment: fixed;
        background-position: top;
    }

    & .pub-header-list li:nth-child(2):before {
        content: 'cell_tower';
    }

    .pub-header-list li:nth-child(3):before {
        content: 'radio';
    }
}

body.site-page-journalism-tv,
body.site-page-ravi-kapur {
    & #main-content {
        background: url(https://exhibits.sjsu.edu/files/asset/ffdccd8af7878d2f0b4ada609ea68553611ac1c7.jpg);
        background-attachment: fixed;
        background-position: top;
    }
}

body.site-page-journalism-future,
body.site-page-tanay-gokhale,
body.site-page-prachi-singh,
body.site-page-srishti-prabha {
    & #main-content {
        background: url(https://exhibits.sjsu.edu/files/asset/823f7e677141209ad9f10ad62bd7867453182664.jpg);
        background-attachment: fixed;
        background-position: top;
    }
}



.journalism-page-title {
    text-align: center;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 20%, rgba(255, 255, 255, .9) 100%);

    & h1 {
        text-shadow: 1px 1px 2px #fff;
        padding: 5rem 0 0;
    }

    & h1:has(+ p) {
        margin-bottom: 1rem;
    }

    & h1.title {
        border-bottom: 0;

    }

    & h1.title::after {
        display: none;
    }

    & p {
        font-size: 1.5rem;
        margin-bottom: 50px;
    }
}

.journalism-page-subtitle {
    text-align: center;
    position: relative;
    top: -1rem;
    text-shadow: 1px 1px 2px #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 30%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 100%);

    & p {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
}

.pub-header h1 {
    margin-bottom: 1rem;
}

.pub-header p {
    text-align: center;
    font-family: Playfair Display, serif;
    font-style: italic;
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.pub-header-list ul {
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    flex-wrap: wrap;
    list-style-type: none;
}

.pub-header-list li {
    display: flex;
    align-items: center;
}

.pub-header-list li:before {
    content: 'calendar_today';
    font-family: 'Material Icons';
    color: #007A7A;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: .5rem;
}

.pub-header-list li:nth-child(2):before {
    content: 'person';
}

.pub-header-list li:nth-child(3):before {
    content: 'menu_book';
}

.individual-header h1 {
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 0 !important;
}

.individual-header p {
    border-top: 2px solid #AAD5DA;
    border-bottom: 2px solid #AAD5DA;
    background: #FFFFFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 245, 246, 1) 69%, rgba(205, 231, 233, 1) 93%, rgba(170, 213, 218, 1) 100%);
    border-radius: 0 5px 5px 0;
    padding: 1rem;
    font-size: 1.5rem;
}

a.link-button,
a.link-button:visited {
    padding: 1rem;
    border-radius: 5px;
    background-color: #100442;
    color: #fff;
    display: block;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    margin-top: 4rem;
}

a.link-button:hover {
    background-color: #1C086E;
}


.box-shadow {
    box-shadow: 2px 2px 4px #007A7A;
    border-radius: 5px;
}

.box-left-border {
    background-color: #fff;
    width: 80%;
    max-width: 1000px;
    margin: auto;
    padding: 2rem;
    box-shadow: 2px 2px 4px #333;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #45D8DC;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #45D8DC;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #45D8DC;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #45D8DC;
    border-radius: 10px;
}

.navy-bg {
    margin: 2rem auto 0 auto;
    background-color: rgba(16, 14, 66, .95);
    color: #fff;
    width: 90%;
    padding: 2rem;
    border-radius: 10px 10px 0 0;

    & h2 {
        color: #fff;
    }

    & p:first-child {
        text-transform: uppercase;
    }
}

.trans-bg {
    margin: 2rem auto 0 auto;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .7) 80%, rgba(255, 255, 255, 0) 100%);
    color: #000;
    width: 90%;
    padding: 2rem 2rem 0 2rem;
    border-radius: 10px 10px 0 0;

    & h2 {
        color: #000;
        margin-bottom: 0;
    }

    & p:first-child {
        text-transform: uppercase;
    }
}

.image-header {
    height: 500px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    background-color: #fff;
    overflow: clip;
    border-left: 2rem rgba(255, 255, 255, 0.9) solid;
    border-right: 2rem rgba(255, 255, 255, 0.9) solid;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */

    & .item {
        width: 100%;
    }

    & .media-embed .resource .media-render img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: 50% 0;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
}

.future-header {
    display: flex;
    row-gap: .5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(244, 249, 249, 0.95) 60%, rgba(0, 122, 122, 0.95) 70%, rgba(0, 122, 122, 0) 75%);
    min-height: 100px;
    width: 80%;
    margin: 6rem auto 1rem;
    padding: 1rem 2rem;

    & h2 {
        margin-bottom: 0;
        max-width: 60%;
        margin: auto;
    }

    & p {
        max-width: 60%;
        margin: auto;
    }

}

.span-two {
    grid-row: span 2;
}

.span-three {
    grid-row: span 3;
}

.span-four {
    grid-row: span 4;
}

.feature-headshot {
    margin-left: 10%;
    background-color: #fff;
    padding: 2rem;
    text-align: center;
}

.feature-headshot img {
    max-height: 400px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    border-radius: 20px;
}

.covers {
    background-color: #ffffff;
    margin-left: 10%;
    padding: 1rem;

    & .media-embed.layout-horizontal.multiple-attachments {
        --grid-column-count: 2;
        margin-top: 1rem;
        margin-bottom: 1rem;

        & .item {
            padding: 20px 25px;

            border-left: 7px solid #FFA100;
            border-radius: 20px;
            box-shadow: 0px 1px 8px rgba(51, 51, 51, .25);
            height: 100%;

            & .file {}

            & h3 {
                margin-bottom: 1rem;
            }

            & a {
                font-weight: bold;
                font-size: 1.1rem;
            }
        }
    }


}



.feature-right {
    background-color: #fff;
    margin-right: 10%;
    padding: 2rem;
}

.feature-left {
    background-color: #fff;
    margin-left: 10%;
    padding: 2rem;
}

.trans-border {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
    padding-bottom: 0;
}

.trans-border-long {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 95) 20%, rgba(255, 255, 255, 1) 100%);
}

.feature-inner {
    padding: 0 2rem;
}

.half {
    margin-left: 10%;
    margin-right: 10%;
    width: 90%
}

.left {
    margin-right: 5%
}

.right {
    margin-left: 5%;
}

.left-third {
    margin-left: 10%;
    margin-right: 0;
}

.right-third {
    margin-left: 0%;
    margin-right: 10;
}

.center {
    margin-left: 5%;
    margin-right: 5%;
}

.bottom {
    border-radius: 0 0 10px 10px;
    border-bottom: 4px #45D8DC solid;
    margin-bottom: 1rem;
}



.bottom-left {
    border-radius: 0 0 0 10px;
    border-bottom: 4px #45D8DC solid;
}

.bottom-right {
    border-radius: 0 0 10px 0;
    border-bottom: 4px #45D8DC solid;
}

@media (max-width: 896px) {
    .journalism-page-title {}

    .covers,
    .feature-right,
    .feature-left,
    .feature-headshot {
        width: 90%;
        margin: auto;
    }

    .bottom {
        margin-bottom: 1rem;
    }

    .bottom-left {
        border-radius: 0;
        border-bottom: 0;
    }

    .bottom-right {
        border-radius: 0 0 10px 10px;
    }

    .half {
        margin-left: auto;
        margin-right: auto;
    }
}



blockquote {
    border-left: 3px solid #FFA100;
    border-radius: 10px;
    flex-direction: column;
}

blockquote::before {
    color: #FFA100;
}

blockquote p {
    margin-bottom: .5rem;
}

blockquote .quote-author {
    font-size: 1rem;
    font-style: normal;
}

.video-bg {

    position: absolute;
    width: 100%;
    height: 525px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;

}

.page-layout-normal .video-bg {
    margin: 0;
}

.video-bg video {
    width: 1440px;

}

body .page-layout-normal .video-fg {
    z-index: 100;
    position: relative;
    height: 525px;
    align-items: flex-end;
    padding: 0;
    overflow: hidden;
}

.hero-headers {
    margin: auto;
}

.video-fg h1,
.video-fg h3,
.video-fg h2,
.video-fg p {
    color: #fff;
    text-shadow: 1px 1px 2px #000;
    margin: 0;
    text-align: center;
}

.video-fg h1 {
    font-size: clamp(1.5rem, 3vw + 1rem, 4rem);
    padding-top: 1rem;

}

.video-fg h2 {
    font-size: clamp(1.4rem, 2vw + 1rem, 3rem);
    font-family: Playfair Display, serif;
    padding-top: 0.5rem;
}

.video-fg h3 {
    font-size: clamp(1.3rem, 1vw + 1rem, 2.5rem);
    font-family: Avenir, Helvetica, Verdana;
    padding-top: 1rem;
}

.video-fg p {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    line-height: 1.3;
}

.profile-circles {
    text-align: center;
}

.profile-circles .media-embed.layout-horizontal.multiple-attachments .item.resource {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.profile-circles .media-embed .resource .media-render a {
    border-radius: 50%;
    border: 5px solid #AAD5DA;
    display: inline-block;
    overflow: clip;
}

.profile-circles .media-embed .resource .media-render img {
    height: clamp(10rem, 20vw, 200px);
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.color .media-embed .resource .media-render a {
    height: 250px;
    max-width: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.color .media-embed .resource .media-render img {
    -webkit-filter: none;
    filter: none;
    height: 100%;
    max-width: none;


}

.color .caption p {
    font-size: 0.875rem;
}

.profile-circles .media-embed .resource h3 {
    font-family: Avenir, Helvetica, Verdana;
    font-size: 1.5rem;
}

.page-layout-normal .section-header {
    margin-top: 4rem;
}

.section-header h3,
.trans-bg p {
    overflow: hidden;
    text-align: center;
    font-style: italic;
    margin-top: 2rem;
}

.section-header h3::before,
.trans-bg p::before,
.section-header h3::after,
.trans-bg p::after {
    background-color: #AAD5DA;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.section-header h3::before,
.trans-bg p::before {
    right: 0.5em;
    margin-left: -50%;
}

.section-header h3::after,
.trans-bg p::after {
    left: 0.5em;
    margin-right: -50%;
}

/* timeline tweaks */
button:hover:not(.disabled) {
    background-color: #d9d9d9;
}

h2.tl-headline::after,
h2.tl-headline::before {
    display: none !important;
}

.next-section {
    width: 90%;
    margin: 2rem 5%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    border: 4px #007A7A solid;
}

.next-section .assets {
    margin-bottom: 0;
}

.next-section .asset a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    color: #007A7A;
}

.next-section .asset a:visited {
    color: #007A7A;
}

.next-section .asset .link-title {
    font-size: 1.75rem;
}

.next-section .asset a img {
    width: 200px;
}

.in-this-section-header {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 2rem 1rem;
    text-align: center;
    margin-top: 2rem;
    border-radius: 10px 10px 0 0;
    border-top: 4px solid #007A7A;
    border-left: 4px solid #007A7A;
    border-right: 4px solid #007A7A;

    & h2 {
        margin-bottom: 0;
    }

}

.in-this-section {
    width: 90%;
    margin: auto;
    background-color: #fff;
    padding: 0 2rem;
    border-radius: 0 0 10px 10px;
    border-bottom: 4px solid #007A7A;
    border-left: 4px solid #007A7A;
    border-right: 4px solid #007A7A;

    & .toc-block>ul>li {
        height: 100px;
        font-size: .5rem;
        background-image: none;
        background-color: #007A7A;
        text-decoration: underline;
        text-decoration-color: #fff;

    }

    & .toc-block>ul {
        margin-top: 0;
    }

    & .toc-block>ul>li>a {
        -webkit-transition: -webkit-filter 2s;
    }

    & .toc-block>ul>li>a:after {
        content: 'arrow_forward_ios';
        font-family: 'Material Icons';
        text-decoration: none;
        margin-left: 20px;
        vertical-align: bottom;
        display: inline-block;

    }

    & .toc-block>ul>li>a:hover {
        -webkit-filter: drop-shadow(5px 5px 10px #fff);

    }

}

.page-layout-normal .part-of-section {
    margin-top: 3rem;
}

.part-of-section .assets {
    margin-bottom: 0;
}

.part-of-section .asset a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: right;
    align-items: self-end;
    column-gap: 1rem;
    color: #007A7A;
}

.part-of-section .asset a img {
    width: 150px;
}




.site-page-pagination {
    border: 0;
}

.full-width-image {
    background-color: #000;
    text-align: center;

    & .media-embed {
        background-image: url(https://exhibits.sjsu.edu/files/asset/578d457924765b3de0cf1023d31236b74f6c1076.png);
        background-position: center;
        background-size: 150%;

    }

    & .item {

        background-color: rgba(0, 0, 0, .85);
        width: 100%;
        height: 100%;
        padding: 1rem;
    }

}
}

/*end journalism page*/


.breadcrumbs {
    background-color: #fff;
    padding: 10px 0;
}

/* */
.main-header {
    padding: 10px 0;
    min-height: auto;
}

.main-header img {
    max-height: 60px;
    width: auto;
}

#main-content {
    padding-top: 20px;
}

.banner {
    padding: 10px 0;
}

/* */

.main-footer__top {
    background-color: #ffa100;
    color: #251f20;
}

.main-footer__bottom {
    background-color: #0055A2;
}

.main-footer__top-container {
    max-width: 500px;
}

@media(min-width: 1024px) {
    .main-footer__top-container {
        max-width: 1400px;
    }
}

.main-footer__col1,
.main-footer__col2,
.main-footer__col3 {
    max-width: 500px;
}

.main-footer__col1 img {
    max-width: 100%;
}

.main-footer__col2 .navigation>li {
    max-width: none;
}

.main-footer__col2 .navigation a,
.main-footer__col2 .navigation a:visited,
.main-footer__col2 .navigation a:hover {
    color: #251f20;
    font-size: 1.2em;
}

.main-footer__top-container>div:nth-child(2)::before,
.main-footer__top-container>div:nth-child(3)::before {
    background-color: #ce3630;
}

.menu-drawer {
    background: #1c0c4a;
}

.menu-drawer .navigation-controls a::before {
    filter: none;
}

.menu-drawer .navigation-controls {
    background-color: transparent;
    color: #fff;
    font-size: 1em;
    margin-top: 10px;
}

.menu-drawer .navigation-controls a {
    color: #fff !important;
}

.main-footer a {
    color: #251f20;
}

.menu-drawer .menu-container a {
    color: #fff;
    ;
    border-bottom: 0;
}

.menu-drawer .menu-container li.active a {
    color: #fff;
}

.carousel-1032,
.home-carousel,
.carousel-block,
.slick-slide {
    padding: 0;
}

.home-carousel button {
    display: none !important;
}

.top-of-carousel {
    height: 200px;
    position: relative;
    top: -200px;
    color: #fff;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.3);
    max-width: 600px;
}

.top-of-carousel h2 {
    color: #fff;
    margin-bottom: 0;
}


.event {
    border-radius: 8px;
    padding: 20px;
    margin: 0 auto 20px;
    color: #fff;
    background: #1c0c4a;
    max-width: 1000px;
}

.event h2 {
    color: #fff;
    font-weight: bold;
}

.event p {
    font-size: 1.2rem;
}

nav.sub-menu {
    display: none;
}

nav.sub-menu ul {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: center;
    padding: 0;
}

nav.sub-menu ul li {
    background-image: linear-gradient(130deg, #ed7e65, #cc2c55);
    padding: 10px 20px;
    font-size: 1.2em;
    margin: auto;
    border-radius: 3px;
    flex-basis: 20%;
    text-align: center;
}

nav.sub-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.page-layout-normal .drop,
.drop {
    text-align: center;
    font-size: 1.5em;
    border-radius: 8px;
    padding: 20px;
    margin: 20px auto 40px;
    color: #fff;
    background: #1c0c4a;
    max-width: 70%;
}

.drop h2 {
    color: #fff;
    font-weight: bold;
}

.drop a,
.drop a:visited {
    color: #fff;
}

.drop a:hover {
    color: #fff;
}


/*.page-layout-normal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}*/

.page-layout-normal .card,
.card {
    background-image: url("https://exhibits.sjsu.edu/files/asset/578d457924765b3de0cf1023d31236b74f6c1076.png");
    padding: 150px 0;
    text-align: center;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: top;
    margin: 1rem;
}

.card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}


@media(max-width: 900px) {

    .page-layout-normal .card,
    .card {}
}

@media(max-width: 600px) {

    .page-layout-normal .card,
    .card {}
}

.card h2 {
    margin-bottom: 0px;
    font-size: 3em;
    letter-spacing: 0.1em
}

@media(max-width: 700px) {
    #main-content {
        padding-top: .5rem;
    }

    .card {
        padding: 100px 0;
        margin-bottom: 50px;
    }

    .card h2 {
        font-size: 2em;
    }
}

.card h2 a {
    text-decoration: none;
    text-wrap: nowrap;
    color: #190f69;
    background: rgba(255, 255, 255, .8);
    padding: 0 20px;
    border-radius: 80px;
    transition: all 1000ms, color 500ms;
}

.card h2 a:hover {
    background: #190f69;
    color: #fff;
}

.card h3 a {
    text-decoration: none;
    text-wrap: nowrap;
    color: #190f69;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .7);
    transition: all 1000ms, color 500ms;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.6);
}

.card h3:hover a {
    background: #190f69;
    color: #fff;
    -webkit-box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
    -moz-box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
    box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
}

.card h4 {
    text-decoration: none;
    text-wrap: nowrap;
    color: #190f69;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .9);
    transition: all 1000ms, color 500ms;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.8);
    width: 80%;
    max-width: 350px;
    margin: auto;
}

.card h4:hover {
    background: #190f69;
    color: #fff;
    -webkit-box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
    -moz-box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
    box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
}

.card .h4 a,
.card h4:hover a {
    color: inherit;
}


.card-container h4 a {
    text-decoration: none;
    text-wrap: nowrap;
    color: #190f69;
    padding: 0 10px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .7);
    transition: all 1000ms, color 500ms;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.6);
}

.card-container h4:hover a {
    background: #190f69;
    color: #fff;
    -webkit-box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
    -moz-box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
    box-shadow: 0px 0px 12px 12px rgba(25, 15, 105, 1);
}

.resource-grid .resource {
    box-shadow: 0px 1px 6px rgba(25, 15, 105, .25);
}

.resource-grid .resource__thumbnail {
    background-image: linear-gradient(120deg, #ed7e65, #ffa100);
    line-height: 0;
}

.resource__thumbnail a img {
    transition: all 500ms;
}

.resource__thumbnail a:hover img {
    filter: opacity(0.7);
}

div.center div.attachments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2px;
}

.center.file .item {
    flex-basis: 450px;
    max-height: 300px;
    overflow: hidden;
}

.toc-block ul.navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.toc-block>ul>li:before {
    content: none !important;
}

.toc-block>ul>li {
    flex-basis: 100%;
    text-align: center;
    height: 200px;
    background-image: url("https://exhibits.sjsu.edu/files/asset/117bdd20a35759ba33c21be6b0ef0707b8622643.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (pointer: coarse) {
    .toc-block>ul>li {
        background-attachment: scroll;
    }
}

.inaugural>.toc-block>ul>li:nth-child(2) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/db083d0c670961c9b1a1ffe47048214856375cc0.jpg");
}

.inaugural>.toc-block>ul>li:nth-child(3) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/59e0ecc001b65b3b55112671c10d9429ba6eded1.jpg");
}

.inaugural>.toc-block>ul>li:nth-child(4) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/8fd860e39d3a7974ed4276cf3f18b2a192dd582b.jpg");
}

.spartans>.toc-block>ul>li:nth-child(1) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/ac8bd559d5d2d57169d996b74ad0adf96eaa6f12.jpg");
}

.spartans>.toc-block>ul>li:nth-child(2) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/26fba2225d0aed9a34e350c61a9c00795dd14798.jpg");
}

.spartans>.toc-block>ul>li:nth-child(3) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/808c86186b1864eda2fb7681d3b3c4a650553036.jpg");
}

.spartans>.toc-block>ul>li:nth-child(4) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/06b3585edd4a7b435d22e4c86a217d30cb57cf84.jpg");
}

.journalism-toc .toc-block>ul>li:nth-child(1) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/25d588d39a38add7751efd29f1be0ee085c9aa94.jpg");
}

.journalism-toc .toc-block>ul>li:nth-child(2) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/ffdccd8af7878d2f0b4ada609ea68553611ac1c7.jpg ");
}

.journalism-toc .toc-block>ul>li:nth-child(3) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/feb0a24130ebe032a9612da89d911e9573db0a2e.jpg");
}

.journalism-toc .toc-block>ul>li:nth-child(4) {
    background-image: url("https://exhibits.sjsu.edu/files/asset/823f7e677141209ad9f10ad62bd7867453182664.jpg");
}

.toc-block>ul>li a,
.toc-block>ul>li a:visited {
    color: #fff;
    text-decoration: none;
    font-size: 4em;
    filter: drop-shadow(5px 5px 10px #000000);
}


audio {
    border-radius: 0;
    background: #1c0c4a;
    width: 100%;
    max-width: 600px;
}

audio::-webkit-media-controls-enclosure {
    background: transparent;
    border-radius: 0;
}

audio::-webkit-media-controls-panel {

    background-image: linear-gradient(120deg, #f7dbe2, #f7dfde);

}

.img-carousel {
    background: linear-gradient(120deg, #f7dbe2, #f7dfde);
}

.audio-container {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.audio-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.audio-container:hover .play-button {
    opacity: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.play-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.play-button::before {
    content: '\25BA';
    /* Unicode for play symbol */
    font-size: 20px;
}


.event-with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 20px;
    gap: 30px;
}

.event-with-image .event-content {
    flex: 1;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    background-image: linear-gradient(120deg, #cc2c55, #ce3630);
}

.event-with-image .event-image {
    flex: 1;
    height: 100%;
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.event-with-image .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-with-image h2 {
    color: #fff;
    font-weight: bold;
}

.event-with-image p {
    font-size: 1.2rem;
}

@media(max-width: 768px) {
    .event-with-image {
        flex-direction: column;
    }

    .event-with-image .event-image {
        width: 100%;
        min-height: 200px;
    }
}

.event-with-image-2-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 20px;
    gap: 30px;
}

.event-with-image-2-1 .event-content {
    flex: 2;
    /* Takes up 2/3 of the space */
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    background-image: linear-gradient(120deg, #cc2c55, #ce3630);
}

.event-with-image-2-1 .event-image {
    flex: 1;
    /* Takes up 1/3 of the space */
    height: 100%;
    min-height: 300px;
    border-radius: 8px;
    overflow: hidden;
}

.event-with-image-2-1 .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-with-image-2-1 h2 {
    color: #fff;
    font-weight: bold;
}

.event-with-image-2-1 p {
    font-size: 1.2rem;
}

@media(max-width: 768px) {
    .event-with-image-2-1 {
        flex-direction: column;
    }

    .event-with-image-2-1 .event-image {
        width: 100%;
        min-height: 200px;
    }
}

/*Theater exhibit */

.page-layout-normal .theater-hero {
    position: absolute;
    width: 100%;
    margin: 0;

    & .item {
        width: 1440px;
        height: 600px;
        overflow: hidden;
        text-align: center;
        background-image: url(https://exhibits.sjsu.edu/files/asset/578d457924765b3de0cf1023d31236b74f6c1076.png );
        background-position: center;
        background-size: 150%;

        & .file {
            background-color: rgba(0, 0, 0, .85);
            width: 100%;
            height: 100%;
            padding: 0;
            display: flex;
            align-items: anchor-center;
            justify-content: center;
        }
    }
}

.page-layout-normal .theater-hero-text {
    position: relative;
    z-index: 3;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    color: #fff;
    margin-bottom:2.5rem;
    justify-content: end;
    column-gap: 2rem;

    & .block-html {
        display: flex;
        column-gap: 1rem;
        width: 100%;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;

        & p {
            padding: 1rem 1rem 1rem 2rem;
            margin-bottom: 0;
        }
    }
}

.page-layout-normal .block .theater-title {
    text-align: center;
    padding: 0 1rem;
    margin: 0;

    & h1.title {
        color: #fff;
        filter: drop-shadow(5px 5px 10px #000000);
        border-bottom: 0px;
        margin-bottom: 0;
    }

    & h1.title::after {
        background-color: transparent;
    }

}

.blocks {
    position: relative;
}

body.site-page-south-asian-theater,
body.site-page-south-asian-theater-temporary,
body.site-page-marlon-ariyasinghe,
body.site-page-rangita-chakravarty,
body.site-page-sukanya-chakrabarti,
body.site-page-geetha-reddy,
body.site-page-enacte,
body.site-page-goldenthreadproductions,
body.site-page-bad,
body.site-page-desitheatre,
body.site-page-nooranidance,
body.site-page-kathamunch,
body.site-page-solid,
body.site-page-taalsutra,
body.site-page-baat,
body.site-page-nataak,
body.site-page-calaa,
body.site-page-enad,
body.site-page-theater-groups,
body.site-page-dance-groups,
body.site-page-artists
 {
    font-family: Avenir, Helvetica, Verdana;
    background-color: #cc2c54;
    color: #333333;
    background-image: url(https://exhibits.sjsu.edu/files/asset/f999fa6daaed3020a5c02d2b885ea084bc8d7ae2.jpg);
    background-size: 100% auto;
    background-position-y: 200px;
    background-repeat: no-repeat;

    & .banner {
        background: transparent;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 0) 100%);
    }
    & .profile-circles, .individual-header {
        margin-top: 1rem;
    }
    & .profile-circles .media-embed .resource .media-render a {
        border: 5px solid #CD2C54;
    }

    & .individual-header p {
        border-top: 2px solid #CD2C54;
        border-bottom: 2px solid#CD2C54;
        background: #FFFFFF;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(245, 212, 220, 1) 69%, rgba(215, 86, 118, 1) 93%, rgba(205, 44, 84, 1) 100%);

    }
    & .page-layout-normal .block-browsePreview {
        margin-top:2.5rem;
    }

}
body.site-page-south-asian-theater,
body.site-page-south-asian-theater-temporary,
body.site-page-theater-groups,
body.site-page-dance-groups,
body.site-page-artists {
    & #main-content {
        background: transparent;
        padding: 0;
        & .breadcrumbs {
            position: absolute;
            z-index: 5;
            margin: 20px 30px;
        }
        & .page-layout-normal .theater-home-text-container {
            box-shadow: inset 0 50px 70px rgba(255, 255, 255, 0.5), inset 0 -10px 20px rgba(255, 255, 255, 0.5);
            background-image: url(https://exhibits.sjsu.edu/files/asset/578d457924765b3de0cf1023d31236b74f6c1076.png);
            background-position: center -25vw;
            background-size: 140%;
            margin-top: 0;
            & .theater-home-subhead {
                background:transparent;
            }
            & .block-pageTitle {
                background: transparent;
            }
            & h1.title {
                text-align: center;
                background: rgba(255, 255, 255, 1);
                padding: 1rem;
                border-radius: 10px;
                box-shadow: 10px 10px 20px rgba(39, 13, 21, 0.5);
                border:0;
            }
            & .title::after {
                display: none;
            }
            & h2 {
                margin-top: 2rem;
                text-align: center;
                background: rgba(255, 255, 255, 0.9);
                padding: 1rem;
                border-radius: 10px;
                box-shadow: 10px 10px 20px rgba(39, 13, 21, 0.5);
            }      
            & .theater-home-statement {
                    max-width: 1000px;
                    margin-left: auto;
                    margin-right: auto;
                    background-color:#fff;
                    padding: 1rem;
                    border-radius:10px;
                    box-shadow: 10px 10px 20px rgba(39, 13, 21, 0.5);
            }
        }

        & .page-layout-normal .block {
          
            background-color: #fff;
            padding: 2rem;
        }

        & .page-layout-normal .video-bg {
            margin: 0;
            height: 700px;
            padding: 0;
            z-index: -1;
        }

        & .page-layout-normal .video-fg {
            margin: 0;
            height: 700px;
            background: transparent;
            display: flex;
            align-items: anchor-center;
            flex-direction: column;
            justify-content: end;

            & .hero-headers {
                margin: 0 0 2rem;

                & h1 {
                    font-size: clamp(3rem, 5vw + 1rem, 8rem);
                    padding: 2rem;
                }
            }
        }

        & .page-layout-normal .theater-home-links {
            background-image: url(https://exhibits.sjsu.edu/files/asset/f999fa6daaed3020a5c02d2b885ea084bc8d7ae2.jpg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-position: top center;
            border-radius: 50px;
            background-color: #CD2C54;
            border: 5px solid #270D15;
            box-shadow: inset 15px 15px 20px rgba(39, 13, 21, 0.3), inset 5px 5px 10px rgba(39, 13, 21, 0.5), inset -1px -1px 5px rgba(255, 255, 255, 0.2);
            margin: 4rem 1rem;

            & .block {
                background: transparent;

                & h2 {
                    text-align: center;
                    background: rgba(255, 255, 255, 0.9);
                    padding: 1rem;
                    border-radius: 10px;
                    box-shadow: 10px 10px 20px rgba(39, 13, 21, 0.5);
                }
            }

            & .block-html {
                width: 100%;
                padding: 0 1rem;
            }

            & .block-asset {
                
            }
            & .assets {
                display: flex;
                flex-wrap: wrap;
                column-gap: 2%;
                row-gap: 2%;
                align-items: baseline;
                justify-content: space-around;
                margin-bottom: 0;
                & .asset {
                    flex-basis:32%;
                    background-color:#fff;
                    border-radius: 10px;
                    min-width: 300px;
                    max-width: 32%;
                    flex-grow: 3;
                    box-shadow: 5px 5px 10px rgba(39, 13, 21, 0.5);
                    @media screen and (max-width: 1122px) {
                        max-width: 45%;
                    }
                    @media screen and (max-width: 756px) {
                        flex-basis: 100%;
                        max-width: 100%;
                    }
                    
                    & img {
                        border-radius: 10px 10px 0 0;
                    }
                    & .link-title {
                        text-align:center;
                        padding:1rem;
                    }
                }
            }
            & .two-across .asset{
                flex-basis:45%;
                max-width: 45%;

            }

        }
    }
    & .site-page-pagination a {
        box-shadow: 5px 5px 10px rgba(39, 13, 21, 0.5);
    }
}

body.site-page-south-asian-theater .breadcrumbs {
    display: none;
}
