a.ccm-block-page-list-rss-feed{
    position: absolute;
    top: 0px;
    right: 0px;
}

div.ccm-block-page-list-wrapper {
    position: relative;
}


div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-weight: bold;
}

.ccm-block-page-list-pages {display: flex;
    flex-direction: row;
    gap: 20px;
}
.ccm-block-topic-list-wrapper, .ccm-block-topic-list-list {display:flex;flex-direction:row;align-items:center;margin:0;}
.ccm-block-topic-list-wrapper {gap:15px}
.ccm-block-topic-list-list {list-style:none;gap:20px;align-items:center}
.ccm-block-topic-list-header h5 {margin:0;font-weight:bold;}
.ccm-block-topic-list-list li {}
.ccm-block-topic-list-list li a {color:white;padding:8px 20px;background-color:#db2c29;border-radius:4px;}
.ccm-block-topic-list-list li a:hover {background-color:#980402;}
.ccm-block-page-list-page-entry-horizontal {max-width:33%}
div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

div.ccm-block-page-list-date {
font-style: italic;
    font-size: 12px;
	}
    .newscardcont {margin-bottom:30px; -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);}
    #news-list-news-page .newscardcont {-webkit-box-shadow: 0px 0px 9px -1px #4F4F4F; 
        box-shadow: 0px 0px 9px -1px #4F4F4F;}
        #news-list-news-page .newsimg {height:270px; width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;}
        .newsinfo {padding:20px 20px 40px 20px;}
        .newscardcont:hover {      -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, .1);
            box-shadow: 0 0 40px rgba(51, 51, 51, .1);
            transform:translateY(-15px);}
        
        #feat-news {-webkit-box-shadow: 0px 0px 9px -1px #4F4F4F; 
        box-shadow: 0px 0px 9px -1px #4F4F4F;}
        
        .newsinfo .cardnewstitle {font-size:1.2em;font-weight:bold;color:#0060A7;margin-bottom:6px;display:block;}
        
        #news-list-news-page .ccm-block-page-list-date {display:block; margin-bottom:20px}
        #news-list-news-page .ccm-block-page-list-date img {margin-right:10px;}
        .newsinfo {min-height:210px;position:relative;background-color:white;}
        .newsinfo .ccm-block-page-list-page-entry-read-more {position:absolute;bottom:15px}
        #news-list-news-page .ccm-block-page-list-page-entry-read-more a {color:#EA9A36; font-weight:bold}

        .newsimg, .newscardcont {border-top-right-radius:5px;border-top-left-radius:5px;}
  