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

div.ccm-block-page-list-wrapper.sidebar {
    clear: both;
    font-family: "Oswald",sans-serif;
    margin-bottom: 20px;
    position: relative;
}

div.ccm-block-page-list-page-entry-horizontal { }


div.ccm-block-page-list-page-entry {
   padding: 16px 0 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;
}

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

    font-weight: 400;
    position: relative;
}
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a {
    color: #023f5e;
    transition: .2s;
}
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title.opened a {
    color: #2d79c7;
}
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:hover {
    color: #049fda;
}

.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title span {
    background-color: #d4effc;
    border: 1px solid #333;
    border-radius: 100%;
    color: #2d74a6;
    cursor: pointer;
    font-size: 1.5em;
    height: 20px;
    left: -30px;
    line-height: .7em;
    position: absolute;
    text-align: center;
    transition: .2s;
    top: 3px;
    width: 20px;
}

.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title.opened span {
    background-color: #023f5e;
    color: #fff;
    line-height: .5em;
}

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

.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a { border-bottom: 1px solid #9fa1a4; color: #000; display: block; font-size: .8em; font-weight: 400; line-height: 1.3em; margin-right: 35px; padding: 11px 0; }
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a:first-of-type { margin-top: 12px; }
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a:last-of-type { border: 0; }
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a:hover { color: #049fda; }

.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a.active { background-color: #6fbde9; padding: 11px 8px 11px 12px; position: relative; }
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a.active:after { border: 7px solid transparent; border-left-color: #6fbde9; content: ""; left: 100%; position: absolute; top: 36%; }
.sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a.active:hover { color: #fff; }

@media screen and (max-width: 1000px) {
    .sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a { font-size: .75em; margin-right: 0; padding: 6px 0; }
    .sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a:first-of-type { padding-top: 14px; }
    .sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a.active { padding: 6px; }
}

@media screen and (max-width: 640px) {
    .sidebar div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title .sub-links a.active:after { display: none; }
}
