﻿
.idxLayoutBox {
   display: flex;
   flex-direction: column;
   background-color: #fff;
}



.idxBox {
    position: relative;
    overflow: hidden;
    /*margin-top: -4px;*/
}

.idxBox img {
    width: 100%;
}

#messageContainer {
    width: 85%;
    margin: 0 auto;
    color: #000;
    padding: 50px 0;
    text-align: center;
    font-family: 'Poppins';
    font-style: italic;
    font-size: 12pt;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
}

#subSection {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}


.buttonList {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btnFront {
    width: 50%;
    overflow: hidden;
    margin: 10px 0;
}

.btnFront img {
    width: 100%;
    height: auto;
}

.sectionText {
    position: absolute;
    color: #fff;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


    .sectionText .sectionContent {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

.neListDivider {
    display: none;
}

.moreInfo {
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-left: 10px;
}

.seeAll {
    text-transform: uppercase;
    font-size: 1.1rem;
}

#mainBox {
    width: 100%;
}

    #mainBox .sectionText {
        top: initial;
        transform: translateX(-50%);
        bottom: 10vh;
        background-color: rgb(0 0 0 / 0.70);
        padding: 10px;
        border-radius: 10px;
    }

#programContainer {
    display: flex;    
}

    #programContainer .sectionText {
        width: 85%;
        padding: 10px;
        border-radius: 10px;
        background-color: rgb(0 0 0 / 0.70);
    }

#contentDescMobile {
    display: none;
}

.programBox {
    width: 50%;
    text-align: center;
}

.newsEventContainer {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.newsEventTitleBox {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 0 3vw;
    color: #fff;
}


#newsBox .overlayBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21 19 19 / 0.7)
}

#newsBox .newsEventTitleBox {
    margin-top: 20px;
}


#newsContainer .newsEventTitleBox {
    margin-top: 25px;
}

#newsContainer .newsEventBox {
    flex-grow: 1;
}


#newsContainer .eventImage {
    height: 350px;
}

#newsContainer .sectionText {
    width: 95%;
    transform: translateX(-50%);
}

#eventsBox {
    background-color: #AEAEAE;
    padding: 30px 0;
}


    #eventsBox .container {
        width: 85%;
        margin: 0 auto;
    }

    #eventsBox .newsEventBox {
        margin: 20px 0;
    }

    #eventsBox .newsEventTitleBox {
        position: initial;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        z-index: initial;
        margin-bottom: 25px;
        padding: 0;
    }



    #eventsBox .sectionText {
        position: relative;
        color: #fff;
        width: 100%;
        top: initial;
        left: initial;
        transform: initial;
    }


    #newsBox .sectionTitle .grs,
    #eventsBox .sectionTitle .grs {
        display: none;
    }


.noEventBox {
    width: 100%;
    font-size: 2rem;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px rgb(21 19 19 / 0.7);
}

#newsBox .noEventBox {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(21 19 19 / 0.7);
    text-shadow: 2px 2px rgb(0 0 0 / 0.90);
}
