a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}

.section-hc .banner {
    margin-top: 30px;
    border-radius: 30px;
    background: #f2f3f5;
    min-height: 200px;
}

    .section-hc .banner h1 {
        font-size: 2rem;
        padding-top: 30px;
        padding-left: 30px;
    }

.section-hc .btn {
    border-radius: 0px;
}

.section-hc a span.link-item {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #737474;
    display: block;
    height: 100%;
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    border: 1px solid #737474;
}

.section-hc a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #232323;
    padding-bottom: 1.7rem;
}

.section-hc a:hover {
    color: #232323;
    text-decoration: none;
}

    .section-hc a:hover i {
        color: #af313b;
    }

.section-hc a span.link-item:hover {
    border: 1px solid #af313b;
    color: #af313b;
}

.article-list-item {
    font-size: 14px;
    padding: 15px 0;
}

    .article-list-item a {
        color: #333333;
    }

.article-author {
    margin-bottom: 10px;
}

.article-meta {
    display: inline-block;
    vertical-align: middle;
}

.meta-data {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

.meta-group * {
    display: inline;
}

.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}

.sidenav-item {
    border-radius: 4px;
    color: #333333;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
   
}
    .sidenav-item a {
        display: block;
        padding: 10px;
    }
    .sidenav-item.current-article, .sidenav-item:hover {
        background-color: rgba(98, 98, 98, 1);
        color: #fff !important;
    }

        .sidenav-item.current-article a {
            color: #fff !important;
        }

    .sidenav-item a:hover {
        color: #fff !important;
    }
@media (min-width: 992px) {
    .header {
        margin: 0 auto;
    }

    .section-hc .banner h1 {
        font-size: 1.5625rem;
        padding-top: 30px;
        padding-left: 0px;
    }

    .header {
        width: 100%;
    }

    ul.navbar-nav li {
        padding-left: 1rem;
    }
}
@media (max-width: 768px) {
    .section-hc .banner h1 {
        font-size: 1.5625rem;
        padding-top: 30px;
        padding-left: 0px;
    }
}
