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

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


.measure-sub-list a.ccm-block-page-list-page-entry {
    background-color: #2d74a6;
    border: 1px solid #023f5e;
    float: left;
    height: 140px;
    margin: 0 2% 22px 0;
    padding: 12px 16px 0 62px;
    position: relative;
    transition: background-color .15s;
    vertical-align: top;
    width: 32%;
}

.measure-sub-list a.ccm-block-page-list-page-entry:hover { background-color: #049fda; }

.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(3),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(6),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(9),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(12),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(15),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(18),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(21),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(24),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(27),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(30),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(33),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(36),
.measure-sub-list a.ccm-block-page-list-page-entry:nth-of-type(39) {
    margin-right: 0;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 120px;
    max-width: none;
}


div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    font-family: "Oswald",sans-serif;
    font-weight: bold;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.43em;
}

div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title i {
    background-color: #023f5e;
    border-radius: 100%;
    color: #fcb116;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 20px;
    position: absolute;
    top: 14px;
    left: 15px;
}

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


@media screen and (max-width: 1250px) {
    div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title { font-size: 1em; }
}


@media screen and (max-width: 980px) {
    div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title { font-size: .9em; line-height: 1.3em; }
    div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title i { height: 28px; width: 28px; }
}

@media screen and (max-width: 785px) {
    .measure-sub-list a.ccm-block-page-list-page-entry { height: auto; padding: 12px 16px 16px 49px; margin-right: 0; width: 100%; }
     div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title i { left: 10px; top: 9px; }
}
