    #column-id-1734917586600 {
        padding: 100px 100px 50px;
    }

    .search-container {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        display: flex;
        /* justify-content: center; */
        align-items: center;
        gap: 10px;
    }

    #searchBar {
        width: 60%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
        outline: none;
    }

    #searchBar {
        width: 60%;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #f9f9f9;
        background-image: url(/images/News_Event_Promo/search.png); 
        background-repeat: no-repeat;
        background-position: right 10px center;
        /* background-size: 30%; */
        display: flex;
        align-items: center;
        /* background-position-x: 500px; */
        padding: 10px 25px;
        border-radius: 5px !important;
        height: 43px;
    }

    /* #searchBar:focus {
        border-color: #ffca1c;
        box-shadow: 0 0 5px #ffca1c;
    } */

    #sortBar {
        width: 30%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 16px;
        outline: none;
    }

    #sortBar {
        width: 25%;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #f9f9f9;
        background-image: url(/images/News_Event_Promo/downarrow.png); 
        background-repeat: no-repeat;
        background-position: right 10px center;
        /* background-size: 30%; */
        display: flex;
        align-items: center;
        /* background-position-x: 150px; */
        padding: 10px 25px;
        border-radius: 5px !important;
        height: 43px;
    }

    .news-container, .event-container {
        width: 100%;
        margin: 0 auto;
        padding: 10px;
    }

    .news-item, .event-item {
        display: flex;
        /* align-items: center; */
        border: 1px solid #ddd;
        border-radius: 5px;
        /* padding: 15px; */
        margin: 10px 0;
        background-color: #f9f9f9;
    }

    .news-img, .event-img {
        /* flex: 1; */
        width: 40%;
        /* margin-right: 15px; */
    }

    .news-img img, .event-img img {
        width: 100vw;
        height: auto;
        object-fit: cover;
        border-radius: 5px 0 0 5px;
    }

    .news-content, .event-content {
        /* flex: 2; */
        width: 60%;
        padding: 25px;
    }

    .news-header, .event-header {
        font-weight: bold;
    }

    .news-meta, .event-meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 5px;
        margin-bottom: 10px;
    }

    .news-meta:nth-child(3) {
        display: block;
    }

    .news-meta a, .event-meta a {
        color: #154897;
        text-decoration: underline;
    }

    .news-meta a:hover, .event-meta a:hover {
        color: #464e73;
    }
    
    .news-meta span, .event-meta span {
        display: inline;
    }
    
    .new-line {
        display: none;
    }

    .separator-pipe,
    .separator-slash {
        display: inline;
    }

    .news-description,.event-description {
        margin: 10px 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 18px;
    }

    .read-more {
        display: inline-block;
        background: #ffca1c !important;
        /* padding: 5px 15px; */
        padding: 8px 16px;
        border-radius: 25px;
        /* margin: 2.5px; */
        margin: 10px 2.5px 0px 2.5px;
        text-transform: capitalize;
        font-family: gothamrd-medium;
        /* font-size: 12px; */
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        min-width: 100px;
        border: 2px solid #ffca1c;
        text-decoration: none;
    }

    .read-more:hover {
        background: #464e73 !important;
        border-color: #464e73 !important;
        color: #fff !important;
        cursor: pointer;
    }

    .pagination {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 50px;
        font-size: 18px;
    }

    .pagination span {
        margin: 0;
        padding: 8px 12px;
        border: none;
        cursor: pointer;
        font-weight: 500;
    }

    .pagination span:hover {
        color: #005DA9;
    }

    .pagination .active {
        background-color: transparent;
        color: #EACE39;
        border: none;
        font-weight: bold;
        text-decoration: underline;
    }

    .pagination .next {
        color: #005DA9;
        font-size: 18px;    
    }
	
	.event-content, .news-content {
		align-content: center;
	}

    @media (max-width: 991px) {
        #column-id-1734917586600 {
            padding: 80px 50px 30px;
        }

        #searchBar {
            width: 70%;
        }

        #sortBar {
            width: 30%;
        }

        .news-item, .event-item {
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            margin: 0 0 20px;
            border-radius: 20px;
        }

        .news-img,.event-img {
            width: 100%;
        }

        .news-img img, .event-img img {
            border-radius: 20px 20px 0 0;
        }

        .news-content, .event-content {
            width: 100%;
        }

        .news-meta:nth-child(3) {
            display: none;
        }

        .news-description, .event-description {
            -webkit-line-clamp: 5;
        }

        .read-more {
            display: flex;
            justify-content: center;
            max-width: 150px;
            padding: 10px 25px;
            font-size: 13px;
            margin: 10px 2.5px 0px 2.5px;
        }
    }

    @media (max-width: 767px) {
        .search-container {
            flex-direction: column;
            align-items: unset;
            gap: 15px;
            margin-bottom: 20px;
        }

        #searchBar {
            width: 100%;
        }

        #sortBar {
            width: 100%;
        }

        .news-meta {
            display: block;
        }

        .new-line {
            display: inline !important;
        }

        .separator-pipe, .separator-slash {
            display: none !important;
        }

        .news-description, .event-description {
            -webkit-line-clamp: 10;
        }
    }

    @media (max-width: 575px) {
        #column-id-1734917586600 {
            width: 90%;
            margin: 0 auto;
        }
    }

    @media (max-width: 537px) {
         .separator-slash {
            display: none !important;
        }
    }

    @media (max-width: 467px) {
        #column-id-1734917586600 {
            padding: 50px 30px 30px;
        }

        .button-group {
            gap: 0;
        }

        .tab-button {
            display: flex;
            padding: 10px 0;
            justify-content: center;
        }

        .news-meta, .event-meta {
            flex-direction: column;
            gap: 0;
            align-items: unset;
        }

        .news-meta span, .event-meta span {
            margin-bottom: 5px;
        }

        .bottom-logo {
            gap: 10px !important;
        }
    }