.clearfix:before,.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.headline {
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 3px;
    padding-right: 10px;
    text-transform: uppercase;
}

.brd-headling {
    border-bottom: 3px solid #ECEEF0;
    float: left;
    margin: 0 0 25px;
    width: 22px;
}


.categories ul li,#block-views-blog-block-archives ul li {
    margin: 0;
}

.categories ul li a,#block-views-blog-block-archives ul li a {
    line-height: 20px;
    padding-left: 5px;
}

.categories ul li a.active,#block-views-blog-block-archives ul li a.active {
    color: #5F8CB4;
}

.categories ul li:before,#block-views-blog-block-archives ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #CCCCCC;
}

.categories ul li{
    list-style-type:none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.categories ul li a {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}