@font-face {
    font-family: 'Marianne';
    src: url("../fonts/Marianne-Regular.bfd6aef6568d.woff2") format('woff2'),
         url("../fonts/Marianne-Regular.509b5b301bfc.woff") format('woff'),
         url("../fonts/Marianne-Regular.a21dde6d9d00.ttf")  format('truetype');

    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Marianne';
    src: url("../fonts/Marianne-Bold.48e013b645b6.woff2") format('woff2'),
         url("../fonts/Marianne-Bold.1499f2b53557.woff") format('woff'),
         url("../fonts/Marianne-Bold.0efcac25a973.ttf")  format('truetype');

    font-style: normal;
    font-weight: 700;
}

html, body {
    width: 100%;
    height: 100%;
    position:relative;
    overflow-x:hidden;
}

body {
    font-family: "Marianne", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

a, a:hover {
    color: #ffffff;
    text-decoration: none;
}

#pre-loader .pre-loader-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#pre-loader .collab-partners {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

#pre-loader .collab-partners img {
    max-height: 65px;
    vertical-align: top;
}

#pre-loader .bfm {
    max-height: 30px;
    position: relative;
    top: 4px;
}

#pre-loader #enter {
    cursor: pointer;
    margin: 30px 0;
}

#pre-loader #enter img {
    max-width: 390px;
}

#pre-loader .main-text-1 {
    font-size: 80px;
}

#pre-loader .main-text-2 {
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
}

#pre-loader .main-year {
    font-size: 60px;
    font-weight: bold;
}

#pre-animation {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    background: var(--color-primary);
    background: linear-gradient(45deg, var(--color-accent-orange) 0%, var(--color-primary) 35%, var(--color-accent-green) 100%);
    text-align: center;
    vertical-align: middle;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}

#pre-animation.active {
    visibility: visible;
    opacity: 1;
    transition: none;
}

#pre-animation img {
    max-width: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.mgtp20 {
    margin-top: 20px;
}

.mgbt20 {
    margin-bottom: 20px;
}

/* preventing highlights on clicks on mobile */
*:focus {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.pull-right {
    float: right;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.background .rect {
    position: absolute;
    border-radius: 9px;
}

.background .circle {
    position: absolute;
    border-radius: 50%;
}

.background .blue {
    width: 800px;
    height: 800px;
    left: -300px;
    top: -100px;
    background: #237ab1;
    z-index: 4;
    animation: ripple 20s infinite;
    background-image:url("../img/noise.a6122df1e4fe.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.background .green {
    width: 400px;
    height: 400px;
    right: 300px;
    top: -200px;
    background: #00aeaa;
    z-index: 2;
    animation: ripple 14s infinite;
    background-image:url("../img/noise.a6122df1e4fe.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.background .yellow {
    width: 700px;
    height: 700px;
    right: -300px;
    top: -200px;
    background: #ffcb05;
    z-index: 3;
    animation: ripple 18s infinite;
    background-image:url("../img/noise.a6122df1e4fe.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.background .white {
    width: 400px;
    height: 400px;
    right: -110px;
    top: 360px;
    background: #ffffff;
    z-index: 5;
    animation: ripple 25s infinite;
    background-image:url("../img/noise.a6122df1e4fe.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.background .circle-full {
    position: absolute;
    border-radius: 50%;
    animation: ripple 20s infinite;
}

.background .circle-full.red {
    background: #da202c;
    width: 2700px;
    height: 2700px;
    left: calc(50% - 1350px);
    top: -1350px;
}

.background .circle-full.green {
    background: #00aeaa;
    width: 2000px;
    height: 2000px;
    left: calc(50% - 1000px);
    top: -1000px;
}

.background .circle-full.orange {
    background: #ed746c;
    width: 2000px;
    height: 2000px;
    left: calc(50% - 1000px);
    top: -1000px;
}

.background .blue-new {
    background: rgb(0,82,158);
    background: linear-gradient(90deg, rgba(0,82,158,1) 60%, rgba(225,2,117,1) 100%);
    width: 400px;
    height: 400px;
    left: 200px;
    top: 100px;
    z-index: 4;
    animation: ripple 20s infinite;
}

.background .orange-new {
    background: rgb(237,76,32);
    background: linear-gradient(90deg, rgba(237,76,32,1) 50%, rgba(2,143,54,1) 100%);
    width: 400px;
    height: 400px;
    right: 600px;
    top: 200px;
    z-index: 2;
    animation: ripple 14s infinite;
}

.background .green-new {
    background: rgb(2,143,54);
    background: linear-gradient(90deg, rgba(238,126,0,1) 50%, rgba(2,143,54,1) 100%);
    width: 400px;
    height: 400px;
    right: 300px;
    top: -200px;
    z-index: 2;
    animation: ripple 14s infinite;
}

.background .gold-new {
    background: rgb(0,82,158);
    background: linear-gradient(90deg, rgba(0,82,158,1) 0%, rgba(2,143,54,1) 70%);
    width: 700px;
    height: 700px;
    right: -300px;
    top: -200px;
    z-index: 3;
    animation: ripple 18s infinite;
}

.background .pink-new {
    background: rgb(225,2,117);
    background: linear-gradient(90deg, rgba(225,2,117,1) 20%, rgba(0,82,158,1) 100%);
    width: 400px;
    height: 400px;
    right: -110px;
    top: 360px;
    z-index: 5;
    animation: ripple 25s infinite;
}

.background .brown-new {
    background: #7e4d27;
}

.background .purple-2023 {
    background: #965FAB;
    background: linear-gradient(45deg, #965FAB 40%, #00C1CD 100%);
    width: 400px;
    height: 200px;
    left: 200px;
    top: 100px;
    z-index: 4;
    animation: ripple 20s infinite;
}

.background .pink-2023 {
    background: #EE0E64;
    background: linear-gradient(45deg, #EE0E64 0%, #3EBD93 80%);
    width: 200px;
    height: 400px;
    left: 500px;
    top: 200px;
    z-index: 2;
    animation: ripple 14s infinite;
}

.background .blue-2023 {
    background: #273375;
    background: linear-gradient(45deg, #273375 20%, #965FAB 100%);
    width: 400px;
    height: 200px;
    right: 300px;
    top: -50px;
    z-index: 3;
    animation: ripple 14s infinite;
}

.background .gold-2023 {
    background: #FF9900;
    background: linear-gradient(45deg, #FF9900 50%, #FFED00 100%);
    width: 350px;
    height: 700px;
    right: 200px;
    top: -200px;
    z-index: 2;
    animation: ripple 18s infinite;
}

.background .green-2023 {
    background: #3EBD93;
    background: linear-gradient(45deg, #3EBD93 0%, #273375 90%);
    width: 400px;
    height: 200px;
    right: -110px;
    bottom: -100px;
    z-index: 5;
    animation: ripple 25s infinite;
}

@keyframes ripple{
    0% {
        transform: scale(0.8);
    }
  
    50% {
        transform: scale(1.1);
    }
  
    100% {
        transform: scale(0.8);
    }
}

header a {
    display: inline-block;
    vertical-align: top;
}

header .main-logo {
    height: 100px;
}

.content {
    position: relative;
    top: 0;
    left: 0;
    padding: 40px;
    z-index: 10;
    color: #ffffff;
    overflow-y: hidden;
}

/* home page */
#disco-ball-container {
    margin-bottom: -100px;
}

#disco-ball {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100px;
    height: 100px;
    position: relative;
    top: -100px;
    left: 50%;
    margin-left: -50px;
    -webkit-animation: rotateDiscoBall 18s linear infinite;
    animation: rotateDiscoBall 18s linear infinite;
}

#disco-ball-light {
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px; 
    border-radius: 100%;
    background-color: #000000; 
    opacity: 0.7;
}

.square {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; 
    position: absolute;
    top: 50px;
    left: 50px;
    width: 6px;
    height: 6px;
    position: absolute;
    transform: rotateX(90deg) rotateY(0deg) translateZ(0px);
}

#disco-ball-middle { 
    height: 100%;
    border-radius: 100%;
    background-color: #111;
    position: absolute;
    background: -webkit-linear-gradient(top, #111, #333);
    background: -moz-linear-gradient(top, #111, #333);
    background: linear-gradient(top, #111, #333);
    -webkit-animation: rotateDiscoBallMiddle 18s linear infinite;
    animation: rotateDiscoBallMiddle 18s linear infinite;
}

@-webkit-keyframes rotateDiscoBall {
    0% {-webkit-transform: rotateX(90deg) rotateZ(0deg) rotate(0deg); }
    100% {-webkit-transform: rotateX(90deg) rotateZ(360deg) rotate(0deg); }
}

@keyframes rotateDiscoBall {
    0% {transform: rotateX(90deg) rotateZ(0deg) rotate(0deg); }
    100% {transform: rotateX(90deg) rotateZ(360deg) rotate(0deg); }
}

@-webkit-keyframes rotateDiscoBallMiddle {
    0% {-webkit-transform: rotateX(90deg) rotateY(0deg) rotate(0deg); }
    100% {-webkit-transform: rotateX(90deg) rotateY(-360deg) rotate(0deg); }
}

@keyframes rotateDiscoBallMiddle {
    0% {transform: rotateX(90deg) rotateY(0deg) rotate(0deg); }
    100% {transform: rotateX(90deg) rotateY(-360deg) rotate(0deg); }
}

@-webkit-keyframes reflect {
    0% {-webkit-filter: brightness(60%);}
    50% {-webkit-filter: brightness(120%);}  
    100% {-webkit-filter: brightness(90%);}  
}

@keyframes reflect {
    0% {opacity: 1;}
    50% {opacity: 0.4;}  
    100% {opacity: 1;}  
}

.content #home-2023 {
    text-align: center;
}

#home-2023 .home-left,
#home-2023 .home-right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-top: 50px;
}

.content .home-inner {
    display: inline-block;
    width: 33%;
}

.content .home-logos {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 0 auto 30px;
}

.content .home-logos img {
    max-height: 90px;
    vertical-align: top;
}

#home-2023 .present {
    font-size: 24px;
    margin-bottom: 20px;
}

#home-2023 .home-name {
    display: inline-block;
    margin: 15px auto 0;
}

#home-2023 .home-name .line-1 {
    text-align: left;
    font-size: 70px;
}

#home-2023 .home-name .line-1 span {
    font-size: 35px;
    position: relative;
    left: -5px;
}

#home-2023 .home-name .line-2 {
    text-align: left;
    font-size: 70px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -20px;
}

.content .home-date {
    max-width: 340px;
    font-size: 38px;
    font-weight: bold;
    margin-top: 30px;
}

#home-2023 .home-date {
    max-width: initial;
    margin: 0 auto 30px;
}

.content .home-copy {
    display: inline-block;
    max-width: 340px;
    font-size: 16px;
    margin: 15px 0;
}

#home-2023 .home-copy {
    display: block;
    max-width: 100%;
}

.content .home-copy .home-notice {
    font-size: 20px;
    text-align: center;
    margin: 20px auto 10px;
    text-transform: uppercase;
}

.content .home-btn {
    display: block;
    max-width: 340px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 13px;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 9px;
}

#home-2023 .home-btn {
    max-width: 100%;
    font-weight: bold;
    margin: 0 auto 10px;
    transition: background 0.3s ease, color 0.3s ease;
}

#home-2023 .home-btn:hover {
    background: #ffffff;
    color: #273375;
}

#home-2023 .home-btn-1 {
    display: inline-block;
    width: 195px;    
    margin-right: 8px;
}

#home-2023 .home-btn-2 {
    display: inline-block;
    width: 195px;
}

#home-2023 .home-right .home-btn-1,
#home-2023 .home-right .home-btn-2 {
    width: calc(50% - 7px);
}

.content .home-inner ol {
    padding-left: 20px;
}

.content .home-event {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    margin: 30px auto 20px;
}

#home-2023 .home-event {
    display: block;
    width: 1170px;
    margin: 30px auto 0;
}

.content .home-title {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.content .home-event .event-card {
    display: block;
    margin: 0 auto;
}

#home-2023 .event-list {
    text-align: left;
}

#home-2023 .home-event .event-card {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 40px;
}

.content .home-event .home-btn {
    margin: 30px auto 15px;
}

.content .footer-logos {
    margin: 100px 0 20px;
}

.content .footer-logos img {
    max-height: 80px;
    margin-right: 30px;
    vertical-align: top;
}

.content .footer-logos a:last-child img {
    margin-right: 0;
}

.content .footer-logos .boxout-footer img {
    max-height: 30px;
}

.content .powered {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
}

.content .powered a {
    font-size: 16px;
    font-weight: bold;
}

.show-mobile {
    display: none;
}

/* program page */
.type-filter {
    margin:  40px 0 20px;
}

.type-filter div {
    display: inline-block;
    font-size: 18px;
    padding: 3px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 15px;
    border: solid 1.5px #ffffff;
    cursor: pointer;
}

.type-filter div.active {
    background: #237ab1;
}

.program-listing {
    max-width: 1360px;
    margin: 30px auto;
}

.program-listing .program-block {
    display: inline-block;
    max-width: 310px;
    background: #ffffff;
    vertical-align: top;
    padding: 30px;
    margin: 0 27px 30px 0;
    border-radius: 10px;
}

.program-listing .program-block .img-link {
    position: relative;
    display: block;
}

.program-listing .program-block .main-img {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.program-listing .program-block .p-type {
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.p-type.p-1 {
    background: #91bc5b;
}

.p-type.p-2 {
    background: #da202c;
}

.p-type.p-3 {
    background: #237ab1;
}

.p-type.p-4 {
    background: #00aeaa;
}

.p-type.p-5 {
    background: #ffcb05;
}

.p-type.p-6 {
    background: #ed764c;
}

.p-type.p-7 {
    background: #717171;
}

.program-listing .program-block .title {
    display: block;
    font-size: 24px;
    color: #237ab1;
    height: 81px;
    overflow: hidden;
}

.program-listing .program-block .date {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    height: 16px;
}

.program-listing .program-block .snippet {
    color: #237ab1;
    font-size: 16px;
    margin: 10px 0;
    height: 85px;
    overflow: hidden;
}

.program-listing .program-block .tags {
    height: 28px;
    overflow: hidden;
}

.program-listing .program-block .tag {
    display: inline-block;
    font-size: 12px;
    color: #237ab1;
    border-radius: 10px;
    padding: 3px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 2px #237ab1;
}

.program-listing .program-block .tag:last-child {
    margin-right: 0;
}

.program-detail {
    padding: 30px 70px;
}

.program-detail .back-link {
    font-size: 16px;
    text-decoration: underline;
}

.program-detail .p-type {
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
    border: solid 1px #ffffff;
    padding: 3px 10px;
    margin-top: 40px;
}

.program-detail .title {
    font-size: 48px;
    margin: 10px 0;
}

.program-detail .tag {
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
    padding: 3px 5px;
    margin-right: 5px;
    border: solid 2px #ffffff;
}

.program-detail .program-content {
    margin-top: 30px;
}

.program-detail .program-left {
    display: inline-block;
    width: 500px;
}

.program-detail .program-left .responsive-embed iframe {
    max-width: 100%;
}

.program-detail .program-left .main-img {
    max-width: 100%;
}

.program-detail .text {
    position: relative;
    display: inline-block;
    width: calc(100% - 510px);
    padding-left: 30px;
    vertical-align: top;
}

.program-detail .text .white-circle {
    width: 300px;
    height: 300px;
    position: absolute;
    right: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.program-detail .text .date {
    font-size: 16px;
    margin-bottom: 10px;
}

.program-detail .text .copy {
    width: calc(100% - 150px);
    font-size: 20px;
    white-space: pre-line;
    margin-bottom: 20px;
}

.program-detail .text .share a {
    font-size: 20px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}

/* news page */
.news-listing {
    padding: 30px 0;
}

.news-listing .news-block {
    max-width: 1120px;
    padding: 30px;
    border-radius: 10px;
    border: 3px solid #ffffff;
    margin-bottom: 40px;
}

.news-listing .news-block.n-left {
    float: left;
}

.news-listing .news-block.n-right {
    float: right;
}

.news-listing:after {
    content: "";
    display: table;
    clear: both;
}

.news-listing .news-block .main-img {
    max-width: 220px;
}

.news-listing .news-block .news-right {
    display: inline-block;
    width: calc(100% - 230px);
    padding-left: 15px;
    vertical-align: top;
}

.news-listing .news-block .title {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    width: calc(100% - 60px);
    padding-right: 20px;
}

.news-listing .news-block .dot.white {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
}

.news-listing .news-block .dot.white.show-mobile {
    display: none;
}

.news-listing .news-block .date {
    font-size: 18px;
    margin-top: 5px;
}

.news-listing .news-block .snippet {
    font-size: 20px;
    margin: 30px 0 15px;
}

.news-listing .news-block .read-more {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.news-detail {
    padding: 30px 180px;
}

.news-detail .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.news-detail .back-link {
    font-size: 20px;
    text-decoration: underline;
    display: block;
    text-align: center;
}

.news-detail img {
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

.news-detail .dot.white {
    background-color: #ffffff;
    margin: 40px auto;
}

.news-detail .date {
    font-size: 20px;
}

.news-detail .news-content {
    font-size: 20px;
    margin-bottom: 30px;
}

.news-detail .news-content a {
    text-decoration: underline;
}

.news-detail .news-content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.news-detail .share a {
    font-size: 20px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 10px;
}

/* about page  */
.about {
    text-align: center;
    padding: 30px 180px;
}

.about .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about img {
    max-width: 100%;
}

.dot {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.about .dot.white {
    background-color: #ffffff;
    margin: 40px auto;
}

.about .dot.black {
    background-color: #000000;
    margin: 40px auto;
}

.about .copy {
    font-size: 20px;
    margin-bottom: 40px;
}

.about #about-iframe {
    max-width: 1000px;
    margin: 0 auto;
}

.about #iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.about #iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.about .partner-logos img {
    max-height: 105px;
    margin-right: 50px;
    vertical-align: top;
}

.about .partner-logos a:last-child img {
    margin-right: 0;
}

.about .partner-logos .logo-2 {
    max-height: 80px;
}

.about .partner-rinse .boxout-x {
    max-height: 50px;
    vertical-align: top;
    margin-right: 30px;
    margin-top: 23px;
}

.about .partner-rinse .rinse-x {
    max-height: 90px;
}

.about .rinse-copy {
    font-size: 20px;
    color: #000000;
    margin: 40px auto;
    white-space: pre-line;
}

.about .rinse-copy .black-circle {
    width: 300px;
    height: 300px;
    position: absolute;
    left: calc(50% - 150px);
    border: 1px solid #000000;
    border-radius: 50%;
}

/* event card css */
.event-card {
    border: 2px solid #3b371a;
    padding: 10px;
    background: #fcfff2;
    border-radius: 10px;
    width: 100%;
    display: block;
    vertical-align: top;
    transition: all 0.2s ease;
    text-align: left;
    position: relative;
    box-shadow: 10px 10px 0px 0px #3b371a;
    -webkit-box-shadow: 10px 10px 0px 0px #3b371a;
    -moz-box-shadow: 10px 10px 0px 0px #3b371a;
}

.event-card:hover {
    background: #b3cc7c;
    transform: translate(4px, 4px);
    box-shadow: 4px 4px 0px 0px #3b371a;
}

.event-card:hover .name,
.event-card .name:hover {
    color: #3b371a;
}

.event-main {
    width: 1170px;
    margin: 50px auto 0;
}

.event-heading {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.event-list {
    font-size: 0;
}

.event-list .note {
    font-size: 16px;
}

.submit-event {
    margin: 0 auto;
}

.event-card .img-container {
    display: block;
    width: 100%;
    height: 183px;
    position: relative;
    overflow: hidden;
}

.event-card .img-container .event-img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.event-card .img-container .blur-img {
    -webkit-filter: blur(8px) brightness(75%);
    filter: blur(8px) brightness(75%);
    transform: scale(2);
    transform-origin: top center;
}

.event-card .blank-image {
    width: 100%;
    height: 183px;
    background: #505050;
}

.event-card .details {
    padding: 10px;
}

.event-card .name {
    font-size: 24px;
    font-weight: bold;
    color: #3b371a;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2;
    transition: all 0.2s ease;
}

.event-card .name:hover {
    color: #3b371a;
}

.event-card i {
    width: 25px;
    text-align: center;
    font-size: 20px;
    margin-right: 5px;
    color: #3b371a;
    transition: color 0.5s ease;
}

.event-card .info {
    font-size: 15px;
    margin-bottom: 8px;
    height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3b371a;
}

/* event detail */

.event-container {
    padding: 50px 70px 30px;
    font-size: 20px;
    color: #f5f7ec;
}


.event-container .back-link {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.event-container .back-link:hover {
    text-decoration: underline;
}

.event-detail-main {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.detail-img {
    max-width: 720px;
    min-width: 720px;
    height: 376px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.detail-img .event-img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    height: 376px;
    object-fit: contain;
}

.detail-img .blur-img {
    -webkit-filter: blur(8px) brightness(75%);
    filter: blur(8px) brightness(75%);
    transform: scale(2);
    transform-origin: top center;
}

.blank-image-detail {
    width: 720px;
    height: 376px;
    background: #505050;
    flex-shrink: 0;
}

.event-detail {
    display: block;
    padding: 20px;
    background: #fcfff2;
    border: 2px solid #3b371a;
    border-radius: 10px;
    color: #3b371a;
}

.event-detail .name {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    color: #3b371a;
}

.event-detail .info {
    font-size: 18px;
    margin-bottom: 15px;
}

.event-detail i {
    width: 20px;
    text-align: center;
    font-size: 20px;
    color: #3b371a;
    margin-right: 7px;
}

.event-btn {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #3b371a;
    color: #3b371a;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    background: #ff734c;
    text-transform: uppercase;
    transition: all 0.2s ease;
    box-shadow: 5px 5px 0px 0px #3b371a;
    -webkit-box-shadow: 5px 5px 0px 0px #3b371a;
    -moz-box-shadow: 5px 5px 0px 0px #3b371a;
    margin-top: 10px;
}

.event-btn:hover {
    filter: brightness(95%);
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px 0px #3b371a;
}

.event-detail .event-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.event-detail .event-btn i {
    color: #3b371a;
    font-size: 25px;
    margin-right: 13px;
}

.event-detail .notice {
    font-size: 14px;
    margin-top: 10px;
}

.event-desc {
    font-size: 18px;
    margin-top: 10px;
}

.event-embed {
    max-width: 800px;
    margin-bottom: 30px;
}

.sub-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
}

.event-container .share a {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #3b371a;
    color: #3b371a;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    background: #f5f7ec;
    margin-bottom: 15px;
    transition: all 0.2s ease;
}

.event-container .share a:hover {
    background: #b3cc7c;
    text-decoration: none;
}

/* playlist page */

.playlists {
    padding: 50px 70px 30px;
}

.playlist-top .title {
    display: inline-block;
    width: calc(100% - 255px);
    vertical-align: bottom;
    font-size: 50px;
    font-weight: bold;
}

.playlist-top .title span {
    text-transform: uppercase;
}

.playlist-top .one-liner {
    display: inline-block;
    width: 250px;
    vertical-align: bottom;
    text-align: center;
    font-size: 16px;
}

.playlist-block {
    padding-top: 30px;
    margin-bottom: 30px;
}

.playlist-block .side {
    display: inline-block;
    width: calc(100% - 525px);
    vertical-align: top;
    margin-right: 20px;
    padding-top: 10px;
    border-top: 5px solid #965FAB;
}

.playlist-block .side .name {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.playlist-block .side .desc {
    font-size: 15px;
    margin: 10px 0 20px;
}

.playlist-block .img-container {
    display: inline-block;
    max-width: 500px;
    vertical-align: top;
}

.playlist-block .image {
    width: 500px;
    height: 500px;
    display: grid;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.image > .image__element,
.image__wrap {
    transform-origin: inherit;
    position: relative;
    grid-area: 1 / 1 / 2 / 2;
    width: 100%;
    height: 100%;
    will-change: transform;
    border-radius: inherit;
}

.image__wrap {
    overflow: hidden;
}

.image__element {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 1439px) {
    .program-listing {
        max-width: 952px;
    }

    .program-listing .program-block {
        max-width: 280px;
        margin: 0 21px 25px 0;
    }

    .program-detail .text .copy {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .content .home-logos {
        gap: 30px;
    }

    .content .home-logos img {
        max-height: 70px;
    }

    #home-2023 .present {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #home-2023 .home-name .line-1 {
        font-size: 50px;
    }

    #home-2023 .home-name .line-1 span {
        font-size: 25px;
        left: -2px;
    }

    #home-2023 .home-name .line-2 {
        font-size: 50px;
        top: -13px;
    }

    .content .home-date {
        font-size: 32px;
    }

    #home-2023 .home-btn {
        margin-bottom: 20px;
    }

    .content .home-event {
        width: 400px;
        margin-left: 40px;
    }

    .event-main,
    #home-2023 .home-event {
        width: 760px;
    }

    .event-card,
    #home-2023 .home-event .event-card {
        margin-right: 30px;
    }

    .detail-img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }

    .detail-img .event-img {
        height: auto;
    }

    .event-detail {
        display: block;
        width: 100%;
    }

    .event-detail .name {
        margin-top: 20px;
    }

    .about {
        padding: 30px;
    }

    .news-detail {
        padding: 30px 60px;
    }

    .playlists {
        padding: 40px;
    }

    .playlist-block .side {
        width: calc(100% - 325px);
    }

    .playlist-block .img-container {
        max-width: 300px;
    }

    .playlist-block .image {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    #home-2023 .home-left, 
    #home-2023 .home-right {
        display: block;
        width: 100%;
    }

    #home-2023 .home-right {
        padding-top: 30px;
    }

    header .radio-player {
        display: block;
        margin-top: 20px;
        margin-left: 0;
    }

    header .radio-player #play-icon {
        margin-left: 0;
    }

    .content .home-inner {
        display: block;
        width: 100%;
    }

    .content .home-event {
        display: block;
        width: 100%;
        margin-left: auto;
    }

    .event-heading {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .event-main,
    #home-2023 .home-event {
        width: 350px;
    }

    .event-list .event-card,
    .event-card, #home-2023 .home-event .event-card {
        margin-right: 0;
    }

    .program-listing {
        max-width: 664px;
    }

    .program-listing .program-block {
        max-width: 310px;
        margin: 0 20px 25px 0;
    }

    .program-detail .program-left {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .program-detail .text {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .program-detail .text .white-circle {
        right: calc(50% - 150px);
    }

    .news-detail img {
        max-width: 100%;
    }

    .news-listing .news-block .main-img {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .news-listing .news-block .news-right {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .playlists {
        padding: 40px;
    }

    .playlist-top .title {
        display: block;
        font-size: 30px;
        width: 100%;
        text-align: center;
    }

    .playlist-top .one-liner {
        display: block;
        font-size: 14px;
        margin: 20px auto 0;
    }

    .playlist-block {
        margin-bottom: 0;
    }

    .playlist-block .side {
        display: block;
        width: 100%;
    }

    .playlist-block .side .name {
        font-size: 20px;
    }

    .playlist-block .img-container {
        display: block;
        margin: 20px auto 0;
    }
}

@media (max-width: 767px) {
    .global-menu__item {
        font-size: 40px;
        margin-bottom: 20px;
    }

    /*.radio-player #play-icon {
        margin-left: 10px;
    }

    .radio-player #now-playing {
        max-width: calc(100% - 80px);
        padding-left: 0;
    }*/

    .content .home-logos {
        gap: 20px;
    }

    #home-2023 .home-btn {
        width: 100%;
    }

    #home-2023 .home-btn-1,
    #home-2023 .home-btn-2 {
        width: calc(50% - 7px);
    }

    #home-2023 .home-right .home-btn-1,
    #home-2023 .home-right .home-btn-2,
    #home-2023 .home-left .home-btn-1,
    #home-2023 .home-left .home-btn-2,
    #home-2023 .home-bottom .home-btn-1,
    #home-2023 .home-bottom .home-btn-2 {
        display: block;
        width: 100%;
    }

    #home-2023 .home-right {
        padding-top: 10px;
    }

    .background .blue {
        width: 500px;
        height: 500px;
        left: -200px;
        top: 100px;
    }

    .background .green {
        width: 300px;
        height: 300px;
        right: -50px;
        top: -160px;
    }

    .background .yellow {
        width: 400px;
        height: 400px;
        right: -150px;
        top: 200px;
    }

    .background .white {
        width: 150px;
        height: 150px;
        right: -100px;
        bottom: 20px;
    }

    .background .circle-full.red {
        width: 2100px;
        height: 2100px;
        left: calc(50% - 1050px);
        top: -1050px;
    }

    .background .blue-new {
        width: 300px;
        height: 300px;
        left: -100px;
        top: 400px;
    }

    .background .orange-new {
        width: 200px;
        height: 200px;
        right: 300px;
        top: 100px;
    }

    .background .green-new {
        width: 200px;
        height: 200px;
        right: 150px;
        top: -100px;
    }

    .background .gold-new {
        width: 350px;
        height: 350px;
        right: -150px;
        top: 300px;
    }

    .background .pink-new {
        width: 200px;
        height: 200px;
        right: -50px;
        top: 150px;
    }

    .background .purple-2023 {
        width: 200px;
        height: 100px;
        left: -60px;
        top: 100px;
    }

    .background .pink-2023 {
        width: 150px;
        height: 300px;
        left: 100px;
        top: 200px;
    }

    .background .blue-2023 {
        width: 200px;
        height: 100px;
        right: -70px;
        top: 450px;
    }

    .background .gold-2023 {
        width: 200px;
        height: 400px;
        left: -120px;
        top: 300px;
    }

    .background .green-2023 {
        width: 200px;
        height: 100px;
        right: -50px;
        bottom: -300px;
    }

    header {
        text-align: left;
    }

    header .main-logo {
        height: 50px;
    }

    header .radio-player {
        width: 100%;
    }

    /*header .radio-player #play-icon {
        width: 70px;
        height: 70px;
    }

    header .radio-player #play-icon .inner-play {
        width: 56px;
        height: 56px;
        top: 7px;
        left: 7px;
    }

    header .radio-player #play-icon .inner-play img.play {
        max-width: 24px;
        left: 19px;
        top: 16px;
    }

    header .radio-player #play-icon .inner-play img.pause {
        max-width: 24px;
        left: 17px;
        top: 16px;
    }

    header .radio-player #now-playing {
        max-width: calc(100% - 75px);
        font-size: 18px;
        padding-left: 10px;
    }*/

    .content {
        text-align: center;
        padding: 20px;
        margin:  0 auto;
    }

    .content .home-title {
        font-size: 30px;
    }

    .content .home-date {
        margin: 20px auto 0;
    }

    .content .home-copy {
        margin: 15px auto;
        text-align: left;
    }

    .content .home-btn {
        margin: 0 auto 15px;
    }

    .content .home-btn-1 {
        margin-right: 8px;
    }

    .content .footer-logos img {
        margin-right: 15px;
    }

    .content .footer-logos .logo-3 {
        margin-right: 0;
    }

    .content .footer-logos .pull-right {
        float: none;
        display: block;
        margin-top: 30px;
    }

    .content .footer-logos .boxout-footer .show-mobile {
        display: inline-block;
        margin: 40px auto 20px;
    }

    .show-desktop {
        display: none !important;
    }

    .dot {
        width: 30px;
        height: 30px;
    }

    .event-container {
        padding: 30px 0;
        font-size: 16px;
        text-align: left;
    }

    .event-container .back-link {
        font-size: 16px;
    }

    .event-detail .name {
        font-size: 20px;
    }

    .event-detail .info {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .event-detail i {
        width: 18px;
        font-size: 18px;
        margin-right: 5px;
    }

    .event-btn {
        font-size: 18px;
        padding: 12px 15px;
    }

    .event-detail .event-btn i {
        font-size: 18px;
        margin-right: 8px;
    }

    .sub-title {
        font-size: 20px;
    }

    .type-filter {
        text-align: left;
    }

    .type-filter div {
        font-size: 14px;
        padding: 3px 13px;
        margin-right: 3px;
    }

    .program-listing .program-block {
        display: block;
        margin: 0 auto 30px;
        text-align: left;
    }

    .program-listing .program-block .title,
    .program-listing .program-block .date,
    .program-listing .program-block .snippet,
    .program-listing .program-block .tags {
        height: initial;
        overflow: initial;
    }

    .program-detail {
        text-align: left;
        padding: 30px 0;
    }

    .program-detail .back-link {
        font-size: 14px;
    }

    .program-detail .p-type {
        font-size: 16px;
        margin-top: 20px;
    }

    .program-detail .title {
        font-size: 30px;
        margin: 8px 0;
    }

    .program-detail .text {
        font-size: 16px;
    }

    .news-listing .news-block {
        padding: 20px;
        margin-bottom: 20px;
        text-align: left;
    }

    .news-listing .news-block .title {
        font-size: 24px;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .news-listing .news-block .dot.white.show-mobile {
        display: block;
        margin-bottom: 10px;
    }

    .news-listing .news-block .date {
        font-size: 16px;
        margin-top: 10px;
    }

    .news-listing .news-block .snippet {
        font-size: 16px;
        margin: 20px 0;
    }

    .news-listing .news-block .read-more {
        font-size: 20px;
    }

    .news-detail {
        padding: 30px 0;
    }

    .news-detail .title {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .news-detail .back-link {
        font-size: 16px;
        display: inline-block;
        margin-bottom: 20px;
    }

    .news-detail .dot.white {
        margin: 20px auto;
    }

    .news-detail .news-content,
    .news-detail .date {
        font-size: 16px;
    }

    .about {
        padding: 30px 0;
    }

    .about .title {
        font-size: 24px;
    }

    .about .dot.white, 
    .about .dot.black {
        margin: 20px auto;
    }

    .about .copy {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .about .partner-logos img {
        max-height: 60px;
        margin-right: 10px;
    }

    .about .partner-logos .logo-2 {
        max-height: 35px;
    }

    .about .partner-rinse .boxout-x {
        max-height: 35px;
        margin-bottom: 25px;
    }

    .about .partner-rinse .rinse-x {
        max-height: 50px;
    }

    .about .rinse-copy {
        font-size: 16px;
        margin: 0 auto;
    }

    .about .rinse-copy .black-circle {
        margin-top: 30px;
    }

    .content .footer-logos {
        margin: 50px 0 20px;
    }

    .content .footer-logos .main-logo {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .playlists {
        padding: 30px 0;
    }
}

@media (max-width: 424px) {
    .content .home-date,
    .content .home-event {
        font-size: 30px;
    }
    
    .content .home-copy {
        max-width: 300px;
    }

    .event-main,
    #home-2023 .event-list {
        width: 335px;
        text-align: center;
    }

    .event-card .img-container {
        width: 100%;
        height: 156px;
    }

    .event-card .img-container .event-img {
        height: 156px;
    }

    .content .home-btn,
    .content .home-btn-1,
    .content .home-btn-2 {
        display: block;
        font-size: 22px;
        width: 300px;
    }

    .content .home-btn-1 {
        margin-right: auto;
    }

    .content .footer-logos img {
        max-height: 60px;
        margin-right: 10px;
    }

    .content .footer-logos .right img {
        max-height: 25px;
    } 

    .news-detail .title {
        font-size: 24px;
    }
}

@media (max-width: 374px) {
    .content .home-copy {
        max-width: 250px;
    }

    .content .home-logos img {
        max-height: 60px;
    }

    .event-main,
    #home-2023 .home-event {
        width: 250px;
    }

    .event-card .img-container {
        width: 100%;
        height: 130px;
    }

    .event-card .img-container .event-img {
        height: 130px;
    }

    .content .home-btn {
        max-width: 250px;
    }

    .playlist-block .img-container {
        max-width: 280px;
    }

    .playlist-block .image {
        width: 280px;
        height: 280px;
    }
}

/* NEW HOME PAGE STYLES - 2025 DESIGN */

/* Color Variables for the new color scheme */
:root {
    --color-primary: #3b371a;     /* Dark brown/olive */
    --color-secondary: #83482d;   /* Medium brown */
    --color-tertiary: #c07c5f;    /* Light brown/tan */
    --color-accent-green: #b3cc7c; /* Light green */
    --color-accent-orange: #ff734c; /* Orange */
    --color-accent-pink: #f990bf;  /* Pink */
    --color-accent-yellow: #eeeb76; /* Light yellow */
    --color-background: #fcfff2;   /* Off-white/cream */
    --color-background-alt: #f5f7ec;
}

#home-new {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto;
    position: relative;
    gap: 0;
    padding: 0;
    background: transparent;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.home-left-new {
    grid-column: 1;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 60px;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.home-name-new {
    margin-bottom: 35px;
    position: relative;
}

.line-1-new {
    font-size: 3.5rem;
    font-weight: 200;
    color: white;
    line-height: 0.85;
    margin-bottom: 15px;
    letter-spacing: -3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.line-1-new span {
    font-style: italic;
    color: var(--color-accent-yellow);
    font-weight: 400;
}

.line-2-new {
    font-size: 4rem;
    font-weight: 800;
    color: var(--color-accent-orange);
    line-height: 0.85;
    text-transform: lowercase;
    letter-spacing: -4px;
    position: relative;
    background: linear-gradient(135deg, var(--color-accent-orange), var(--color-accent-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    overflow: visible;
}

.line-2-new::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent-pink), var(--color-accent-green));
    border-radius: 2px;
}

.home-date-new {
    font-size: 2rem;
    font-weight: 600;
    color: white;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}

.home-date-new::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: var(--color-accent-green);
    border-radius: 50%;
}

.home-img-left-new {
    text-align: center;
    margin: 30px 0 40px 0;
    position: relative;
}

.home-img-left-new img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    max-width: 500px;
    width: 100%;
    height: auto;
}

.home-img-left-new:hover img {
    transform: scale(1.02);
}

.home-img-left-new .dot {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-accent-orange);
    z-index: 2;
}

.home-img-left-new .dot:first-child {
    top: 20px;
    left: -30px;
    background: var(--color-accent-orange);
}

.home-img-left-new .dot:last-child {
    bottom: 20px;
    right: -30px;
    background: var(--color-accent-yellow);
}

.home-btn-new {
    display: inline-block;
    padding: 18px 36px;
    margin: 12px 20px 12px 0;
    font-size: 0.95rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
    border-radius: 60px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

.home-btn-new::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s ease;
}

.home-btn-new:hover::before {
    left: 100%;
}

.home-btn-1-new {
    background: linear-gradient(135deg, var(--color-accent-orange), var(--color-accent-pink));
    color: white;
    box-shadow: 0 4px 15px rgba(255, 115, 76, 0.4);
}

.home-btn-1-new:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 35px rgba(255, 115, 76, 0.4);
    color: white;
}

.home-btn-2-new {
    background: linear-gradient(135deg, var(--color-accent-green), var(--color-accent-yellow));
    color: var(--color-primary);
    box-shadow: 0 4px 15px rgba(179, 204, 124, 0.4);
}

.home-btn-2-new:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 15px 35px rgba(179, 204, 124, 0.4);
    color: var(--color-primary);
}

.home-right-new {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 80px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.home-copy-new {
    font-size: 1.05rem;
    line-height: 1.7;
    color: white;
    max-width: 520px;
    position: relative;
    padding: 0;
    background: transparent;
    font-weight: 400;
    margin-bottom: 40px;
}

.home-buttons-new {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.about-new {
    grid-column: 1 / 3;
    grid-row: 3;
    padding: 0 60px 40px;
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.home-img-new {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.home-img-new img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    max-width: 600px;
    width: 100%;
    height: auto;
}

.home-img-new:hover img {
    transform: scale(1.02);
}

.home-img-new .dot {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--color-accent-orange);
    z-index: 2;
}

.home-img-new .dot:first-child {
    top: 20px;
    left: 20px;
    background: var(--color-accent-pink);
}

.home-img-new .dot:last-child {
    bottom: 20px;
    right: 20px;
    background: var(--color-accent-green);
}

.home-bottom-new {
    text-align: center;
}

.home-bottom-new .home-date-new {
    font-size: 1rem;
    margin-bottom: 30px;
    color: white;
}

.home-bottom-new .home-date-new::before {
    display: none;
}

/* NEW HOME PAGE BACKGROUND ANIMATION */
.background-home-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 50%, var(--color-tertiary) 100%);
}

.background-home-new .animated-shape {
    position: absolute;
    border-radius: 50%;
    animation: float 20s infinite ease-in-out;
}

.background-home-new .shape-1 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--color-accent-orange) 0%, transparent 70%);
    top: 10%;
    left: 5%;
    animation-delay: 0s;
    animation-duration: 25s;
}

.background-home-new .shape-2 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, var(--color-accent-pink) 0%, transparent 70%);
    top: 60%;
    right: 10%;
    animation-delay: -8s;
    animation-duration: 30s;
}

.background-home-new .shape-3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, var(--color-accent-green) 0%, transparent 70%);
    bottom: 20%;
    left: 15%;
    animation-delay: -15s;
    animation-duration: 35s;
}

.background-home-new .shape-4 {
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, var(--color-accent-yellow) 0%, transparent 70%);
    top: 30%;
    right: 25%;
    animation-delay: -5s;
    animation-duration: 28s;
}

.background-home-new .shape-5 {
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, var(--color-tertiary) 0%, transparent 70%);
    top: 70%;
    left: 60%;
    animation-delay: -12s;
    animation-duration: 32s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 0.7;
    }
    25% {
        transform: translateY(-40px) translateX(20px) scale(1.2);
        opacity: 0.9;
    }
    50% {
        transform: translateY(-20px) translateX(-30px) scale(0.8);
        opacity: 0.5;
    }
    75% {
        transform: translateY(-60px) translateX(15px) scale(1.1);
        opacity: 0.8;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    #home-new {
        display: flex;
        flex-direction: column;
        padding: 40px 20px;
    }
    
    .home-left-new {
        grid-column: unset;
        grid-row: unset;
        padding: 40px 20px;
        max-width: none;
        order: 1;
    }
    
    .line-1-new {
        font-size: 3.5rem;
    }
    
    .line-2-new {
        font-size: 4rem;
    }
    
    .home-right-new {
        grid-column: unset;
        grid-row: unset;
        padding: 20px;
        order: 2;
        text-align: center;
    }
    
    .home-copy-new {
        font-size: 0.95rem;
    }
    
    .home-buttons-new {
        justify-content: center;
    }
    
    .home-img-left-new img {
        max-width: 350px;
    }
    
    .about-new {
        grid-column: unset;
        grid-row: unset;
        order: 3;
        padding: 40px 20px;
    }
    
    .home-img-new img {
        max-width: 450px;
    }
}

@media (max-width: 767px) {
    .line-1-new {
        font-size: 2.5rem;
    }
    
    .line-2-new {
        font-size: 3rem;
    }
    
    .home-btn-new {
        padding: 12px 25px;
        font-size: 0.9rem;
        margin: 8px 10px 8px 0;
    }
    
    .home-date-new {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    
    .home-copy-new {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .home-buttons-new {
        justify-content: center;
    }
    
    .home-img-left-new img {
        max-width: 280px;
    }
    
    .about-new {
        padding: 40px 20px;
    }
}

@media (max-width: 576px) {
    .line-1-new {
        font-size: 2.5rem;
    }
    
    .line-2-new {
        font-size: 3rem;
    }
    
    .home-left-new {
        padding: 30px 15px;
    }
    
    .home-right-new {
        padding: 15px;
        text-align: center;
    }
    
    .home-btn-new {
        padding: 10px 20px;
        font-size: 0.8rem;
        margin: 5px 8px 5px 0;
    }
    
    .home-img-left-new img {
        max-width: 250px;
    }
    
    .about-new {
        padding: 30px 15px;
    }
}

/* New Playlists Page Styles */
.playlists-new {
    padding: 80px 100px;
    color: var(--color-background);
    position: relative;
    z-index: 1;
}

.playlist-top-new {
    text-align: center;
    margin-bottom: 80px;
}

.playlist-top-new .title-new {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    color: var(--color-background);
}

.playlist-top-new .title-new span {
    text-transform: uppercase;
    background: linear-gradient(45deg, var(--color-accent-orange), var(--color-accent-pink));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.playlist-top-new .one-liner-new {
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    color: var(--color-accent-green);
    line-height: 1.6;
}

.playlist-block-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.playlist-block-new:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.playlist-block-new:nth-child(odd) .img-container-new {
    order: 2;
}

.playlist-block-new .side-new .name-new {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-background);
    margin-bottom: 20px;
    position: relative;
}

.playlist-block-new .side-new .name-new::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-accent-pink), var(--color-accent-yellow));
}

.playlist-block-new .side-new .desc-new {
    font-size: 1rem;
    margin: 30px 0;
    line-height: 1.7;
    color: var(--color-background-alt);
}

.playlist-block-new .side-new .embed-new iframe {
    border-radius: 10px;
    border: none;
    max-width: 100%;
}

.playlist-block-new .img-container-new {
    position: relative;
}

.playlist-block-new .image-new {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.playlist-block-new .image-new:hover {
    transform: scale(1.05);
}

/* Responsive styles for new playlists */
@media (max-width: 1399px) {
    .playlists-new {
        padding: 60px 80px;
    }
}

@media (max-width: 1199px) {
    .playlists-new {
        padding: 50px 60px;
    }

    .playlist-top-new .title-new {
        font-size: 3.5rem;
    }

    .playlist-block-new {
        gap: 40px;
    }

    .playlist-block-new .side-new .name-new {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .playlists-new {
        padding: 40px;
    }
    .playlist-top-new .title-new {
        font-size: 3rem;
    }
    .playlist-block-new {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .playlist-block-new:nth-child(odd) .img-container-new {
        order: 1;
    }
    .playlist-block-new .side-new {
        text-align: center;
    }
    .playlist-block-new .side-new .name-new::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .playlist-block-new .img-container-new {
        order: 1;
    }
}

@media (max-width: 767px) {
    .playlists-new {
        padding: 30px 20px;
    }
    .playlist-top-new .title-new {
        font-size: 2.5rem;
    }
    .playlist-block-new .side-new .name-new {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .playlist-top-new .title-new {
        font-size: 2.2rem;
    }
    .playlist-top-new .one-liner-new {
        font-size: 1rem;
    }
}

a.event-card-link {
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    width: 31%;
    margin: 0 1% 2%;
    vertical-align: top;
}

a.event-card-link:hover {
    transform: translate(4px, 4px);
}

a.event-card-link:hover .event-card {
    background: #b3cc7c;
    box-shadow: 4px 4px 0px 0px #3b371a;
}

.playlist-block .image__element {
    will-change: transform;
}

@media (max-width: 1199px) {
    .event-main,
    .event-container {
        width: 95%;
    }

    .detail-img {
        max-width: 550px;
        min-width: 550px;
    }

    .blank-image-detail {
        width: 550px;
    }
}

@media (max-width: 991px) {
    .event-detail-main {
        flex-direction: column;
    }

    .detail-img {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .blank-image-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    a.event-card-link {
        width: 48%;
    }
}

@media (max-width: 767px) {
    .event-container {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    a.event-card-link {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media (max-width: 1439px) {
    .program-listing {
        width: calc(100% - 100px);
    }
}

/* New News Page Styles */
.news-listing-new {
    padding: 60px 100px;
    color: var(--color-background, #fcfff2);
}

.news-listing-new .title-new {
    font-size: 50px;
    font-weight: bold;
    color: var(--color-background, #fcfff2);
    margin-bottom: 40px;
    text-align: center;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}

.news-card {
    background: var(--color-background, #fcfff2);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: var(--color-primary, #3b371a);
    display: flex;
    flex-direction: column;
}

a.news-card-link {
    text-decoration: none;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: var(--color-accent-green, #b3cc7c);
}

.news-card .img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news-card .main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-card:hover .main-img {
    transform: scale(1.05);
}

.news-card .content-container {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-card .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--color-primary, #3b371a);
}

.news-card .date {
    font-size: 14px;
    color: var(--color-secondary, #83482d);
    margin-bottom: 15px;
}

.news-card .snippet {
    font-size: 16px;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 20px;
    color: var(--color-primary, #3b371a);
}

.news-card .read-more {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-accent-orange, #ff734c);
    text-decoration: none;
    align-self: flex-start;
}

.news-card .read-more:hover {
    text-decoration: underline;
}

/* News Detail Page */
.news-detail-new {
    padding: 80px 0;
    color: var(--color-background, #fcfff2);
}

.news-detail-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-detail-new .back-link {
    display: inline-block;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: bold;
    color: var(--color-background, #fcfff2);
    text-decoration: none;
}

.news-detail-new .back-link:hover {
    color: var(--color-accent-yellow, #eeeb76);
    text-decoration: underline;
}

.news-detail-new .title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--color-background, #fcfff2);
}

.news-detail-new .date {
    font-size: 16px;
    color: var(--color-accent-green, #b3cc7c);
    margin-bottom: 40px;
}

.news-detail-new .main-img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
}

.news-detail-new .news-content {
    font-size: 18px;
    line-height: 1.8;
}

.news-detail-new .news-content p {
    margin-bottom: 25px;
}

.news-detail-new .news-content a {
    color: var(--color-accent-orange, #ff734c);
    font-weight: bold;
    text-decoration: none;
    border-bottom: 2px solid var(--color-accent-yellow, #eeeb76);
    transition: all 0.2s ease;
}

.news-detail-new .news-content a:hover {
    background-color: var(--color-accent-yellow, #eeeb76);
}

.share-new {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--color-tertiary, #3b371a);
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-new span {
    font-weight: bold;
    font-size: 16px;
}

.share-new a {
    text-decoration: none;
    color: var(--color-background, #fcfff2);
    font-weight: bold;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid var(--color-tertiary, #3b371a);
    transition: all 0.2s ease;
}

.share-new a:hover {
    background-color: var(--color-accent-yellow, #eeeb76);
    border-color: var(--color-accent-yellow, #eeeb76);
    color: var(--color-primary, #3b371a);
}

/* Responsive styles for new news pages */
@media (max-width: 1199px) {
    .news-listing-new {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .news-listing-new {
        padding: 40px 20px;
    }

    .news-listing-new .title-new {
        font-size: 40px;
    }

    .news-grid {
        gap: 20px;
    }

    .news-detail-new {
        padding: 60px 0;
    }

    .news-detail-new .title {
        font-size: 36px;
    }

    .news-detail-new .news-content {
        font-size: 16px;
    }
}

/* Icon styles for home page buttons and navigation */
.home-btn-new i {
    margin-right: 8px;
    font-size: 0.9em;
    vertical-align: middle;
}

.global-menu__item i {
    margin-right: 15px;
    font-size: 0.8em;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.home-date-new i {
    margin-right: 10px;
    font-size: 0.9em;
    vertical-align: middle;
}

/* Additional icon enhancements */
.home-btn-new i,
.global-menu__item i {
    transition: transform 0.3s ease, color 0.3s ease;
}

.home-btn-new:hover i,
.global-menu__item:hover i {
    transform: scale(1.1);
}

/* Specific icon colors on hover - all use same color */
.home-btn-new:hover .fa-calendar-alt,
.home-btn-new:hover .fa-newspaper,
.home-btn-new:hover .fa-music {
    color: #FF6B6B;
}

.home-btn-new:hover .fa-star {
    color: #F9CA24;
}

.home-btn-new:hover .fa-history {
    color: #6C5CE7;
}

@media (max-width: 767px) {
    .global-menu__item i {
        margin-right: 10px;
        font-size: 0.9em;
    }
    
    .home-btn-new i {
        margin-right: 6px;
        font-size: 0.8em;
    }
}

/* Icon styles for year-specific home page buttons */
#home-2023 .home-btn i {
    margin-right: 8px;
    font-size: 0.9em;
    vertical-align: middle;
    transition: transform 0.3s ease, color 0.3s ease;
}

#home-2023 .home-btn:hover i {
    transform: scale(1.1);
}

#home-2023 .home-btn:hover .fa-calendar-alt,
#home-2023 .home-btn:hover .fa-music,
#home-2023 .home-btn:hover .fa-newspaper {
    color: #FF6B6B;
}

/* Featured news styling */
.news-featured-badge {
    color: var(--color-accent-orange, #ff734c);
    font-size: 0.8em;
    margin-left: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.news-detail-new .news-featured-badge {
    font-size: 0.6em;
    margin-left: 15px;
}

.news-submitted-by {
    font-size: 0.8em;
    color: var(--color-secondary, #83482d);
    font-style: italic;
}

.news-detail-new .news-submitted-by {
    font-size: 0.9em;
    color: var(--color-accent-green, #b3cc7c);
    margin-bottom: 20px;
}

/* Next article button */
.next-article-btn {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(135deg, var(--color-accent-orange, #ff734c), var(--color-accent-pink, #f990bf));
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 115, 76, 0.4);
    font-size: 16px;
}

.next-article-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 115, 76, 0.5);
    color: white;
    text-decoration: none;
}

/* Enhanced news card styling for featured articles */
.news-card.featured {
    border: 2px solid var(--color-accent-orange, #ff734c);
    position: relative;
    overflow: visible;
}

.news-card.featured::before {
    content: '★';
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--color-accent-orange, #ff734c);
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}