    
    .coe-post-grid {
        display: flex;
        flex-wrap: wrap;
        max-width: 100vw;
        justify-content: center;
        align-items: stretch;
        gap: 1rem;
        padding: 0rem !important;
        padding-bottom: 1rem !important;
        /*        border: 1px pink solid;*/
    }

    .coe-post-grid > * {
        width: calc(25% - 3rem);
        max-width: 25%;
        min-width: 300px;
        flex-grow: 1;
        list-style-type: none !important;
    }


    .coe-post-grid li {        
        padding: 0rem !important;        
        /*        border: 1px grey solid;*/
        box-shadow: 1px 1px 8px rgba(200, 200, 200, .4);
        border-radius: 0.4rem;

    }


    .coe-post-grid li a:focus{
        display:block;
        border: 2px #CC0000 solid;
        border-radius: 6px;
        height: 100%;
    }

    .coe-post-grid li .item-contents{
        position:relative;
        height: 100%;
    }

    .coe-post-grid li .item-contents .item-overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        opacity:0;
    }

    .coe-post-grid li .item-contents .item-overlay:hover{
        opacity: 1;
        display: block;
        overflow: hidden;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
    }


    .coe-post-grid img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }

    .coe-post-grid .main-content{
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .coe-post-grid li h3 {
        font-size: 1rem;
        margin-top: 1rem;
    }

    .coe-post-grid li h4 {
        font-size: .8rem;
        font-weight: bold;
        margin-top: .4rem;
/*        text-align: right;*/
    }



    /**** News Rubric *****/
.news-rubric-wrapper{
    margin: 2rem 2rem 2rem 0rem !important;
    max-width: 400px;
    float: left;

}

.news-rubric-wrapper + .uncode_text_column{
    margin-top: 0px !important;
}

.news-rubric-wrapper.full-width{
    float:unset;
    max-width: 100%;
}

@media (max-width: 696px) {
    .news-rubric-wrapper{
        max-width: 100%;
        float: none;
    }

}

.news-rubric-wrapper .news-rubric-spacer{  
    height: .6rem;
}

.news-rubric-wrapper .news-rubric-content{
    background-color: rgba(200,200,200,.1);
    padding: 1rem;
    border: 1px rgba(200,200,200,.7) solid;
    border-radius: 3px;
    box-shadow: 2px 2px 6px rgba(100,100,100,.6);

}

.news-rubric-wrapper h2{
    margin-top: 1rem;
    text-transform: uppercase;
}

.news-rubric-wrapper h2:first-of-type{
    margin-top: 0px;
}

.news-rubric-wrapper p{
    margin-top: .25rem;
    font-size: .8rem !important;
    font-weight: bold;    
}

.news-rubric-wrapper hr{
    margin-bottom: .25rem;
    margin-top: 1rem;
    border-color: #CC0000 !important;
    border-width: 1px;
}