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

div.ccm-block-page-list-wrapper {
    position: relative;
/* 
    background-color: white;
    border: 0px solid red;
    min-height: 250px;
    padding: 3%;
 */
}
.ccm-block-page-list-pages {background-color: white;padding: 3%;}
/* 
div.ccm-block-page-list-page-entry-news {
    display: -webkit-inline-box !important;
    display: -ms-inline-box !important;
    width: none !important;
}
 */


/* 
div.ccm-block-page-list-page-entry-news, div.ccm-block-page-list-page-entry .landing {
   background: #fff;
}
 */

div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-thumbnail {

display: inline-block;
float: left;
   /* display: table-cell;
    vertical-align: top;
    width: 1px;*/
}

div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-thumbnail img {
    /*width: 220px;
    max-width: none;*/
    width: 130px !important;
    height: 130px;
    object-fit: cover !important;
    border: 1px solid #ccc;
}


div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-text {
float: left;
width: 60%;
padding-left: 15px;
    /* 
display: block !important;
    padding-left: 20px;
    vertical-align: top;
    width: 77%;
    padding-right: 20px;
 */
}

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

}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title h3 {
    margin:0 0 5px;
    font-size: 18px;
    color: #035066;
    font-weight: 700;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:hover {
    text-decoration:none;
    color: #23538e;
}
div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title h3:hover {
    color: #23538e;
}

div.ccm-block-page-list-page-entry-read-more {
    margin-top: 20px;
}

div.ccm-block-page-list-page-entry-text .news-date {
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.ccm-custom-style-container.ccm-custom-style-newsfeed-216 {
    margin-left: 0;
}

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

@media (max-width: 1199px){
  div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-thumbnail img {
    width: 130px;
    max-width: none;
}

div.ccm-block-page-list-page-entry-news, div.ccm-block-page-list-page-entry .landing {
    margin-bottom: 15px;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding-top: 20px;
}

}

@media (max-width: 991px){
 div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-thumbnail img {
    width: 220px;
    max-width: none;
}

}

@media (max-width: 768px) {

}

@media (max-width: 767px) {
   .mobileHide{
    display: none;
  }
  .mobileShow{
    display: block;
  } 
}

@media (max-width: 480px) {
div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-thumbnail {
	width: 40%;
    /*
    vertical-align: top;
    width: 95%%;
    height:auto;
   
    display: none; */
}

div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-text {
    padding-left: 15px;
    display:block;
}

/* 
div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-thumbnail img {
    width:100%;
    height: auto;
    display: block;
    margin-bottom:10px;
}
 */

div.ccm-block-page-list-page-entry-news,
div.ccm-block-page-list-page-entry .landing {
    margin-bottom: 3px;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 5px;
    padding-top: 10px;
} 

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
 
}
@media (min-width: 768px) { 
    div.ccm-block-page-list-page-entry-news div.ccm-block-page-list-page-entry-text {
        padding-right: 10px;
    }
}
