a.ccm-block-page-list-rss-feed {
    position: absolute;
    top: 0;
    right: 0;
}
div.ccm-block-page-list-title{
    font-size: 18px;
    color: #3c7296;
    font-family: 'HCo Ideal Sans SSm', sans-serif;
    letter-spacing: -0.01em;
    font-weight: 600;
}
div.ccm-block-page-list-title a, div.ccm-block-page-list-title a:visited{
  color: #3c7296;
  text-decoration: none;
}
div.ccm-block-page-list-title a:hover, div.ccm-block-page-list-title a:focus{
    color: #006a91;
    text-decoration: underline;
}
div.ccm-block-page-list-wrapper {
    position: relative;
}
/*
div.ccm-block-page-list-date {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #FFF;
    width: 40px;
    height: 45px;
    text-align: center;
}*/
div.ccm-block-page-list-page-entry-horizontal,
div.ccm-block-page-list-page-entry {
    margin-bottom: 25px;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: block;
    vertical-align: top;
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    min-width: 120px;
    width: 100%;
}

div.ccm-block-page-list-page-entry-text {
    text-align: center;
    padding: 20px;
    background-color: #f1f1f1;
    font-weight: 300;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

div.ccm-block-page-list-date{
    font-size: 13px;
    line-height: 14px;
    margin: 10px 0;
}


/* =======================
MEDIA QUERIES
======================= */

@media (max-width: 1199px){


}

@media (max-width: 991px){

}

@media (max-width: 768px) {


}