/* CSS Document */

div.ccm-block-page-list-page-entry-horizontal .gridit {
    display: inline-block;
   
}

.gridit .ccm-block-page-list-page-entry-text {text-align:center!important;}
.gridentry {margin-bottom:2rem; margin-top:2rem;}
.ccm-block-page-list-page-entry-thumbnail {margin-bottom:1rem;}


.griditimg:hover {opacity: 0.75!important; transition:all 0.35s ease-in;}


.gridentry img {filter: grayscale(100); transition:all 0.35s ease-in;}
.gridentry img:hover {filter: grayscale(0); transition:all 0.35s ease-in;}


.gridend {
    width: 33%;
    min-width: 60px;
    height: 4px;
    background: white;
    display: block;
    position: relative;
    bottom: 4px;
    margin-bottom: -4px;
}

div.ccm-block-page-list-page-entry-text.newsentrytext > .ccm-block-page-list-title > a {color:#000000!important; font-weight:400!important;}
.newsentrytext {color:#000000!important;}