.section-articles li a:hover {
    text-decoration: none;
    color: #f92723!important;
}
.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    min-height: 32px;
    padding-bottom: 15px;
    margin-top: 22px;
}

.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
}

.breadcrumbs li {
    display: inline;
    font-weight: 300;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-family: Graphik;
    font-size: 14px;
    line-height: 21px;
}

.breadcrumbs li a {
    color: #fff;
}

.breadcrumbs li:first-child a {
    color: #fff;
}

.breadcrumbs li + li::before {
    content: ">";
    margin: 0 4px;
    color: #fff;
}


.article-container {
    margin-bottom: 30px;
}


.article-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    padding: 0;
}

.collapsible-sidebar {
    max-height: 45px;
    overflow: hidden;
    padding: 10px 0 0;
    position: relative;
}

.collapsible-sidebar-title {
    margin-top: 0;
    height: 25px;
    line-height: 25px;
}

.sidenav-title {
    font-size: 15px;
    position: relative;
}

.collapsible-sidebar-title::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 10px;
    color: #f92723;
}

.section-articles ul {
    margin-bottom: 0;
}

.section-articles li {
    border-top: 1px solid #e6e6e6;
    padding: 16px 0 16px 16px;
}

.sidenav-item {
    border-radius: 4px;
    color: #434343;
    display: block;
    font-weight: 300;
    font-family: Graphik;
    font-size: 14px;
}

.current-article a, .current-article a:hover {
    color: #f92723;
    font-family: Graphik2;
}

.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 0px;
}

.article-title {
    color: #fff;
    font-family: Graphik2;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.article-info {
    max-width: 100%;
    color: #fff;
}

.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word;
}

.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title::after {
    content: "\2715";
    color: #f92723;
}
.collapsible-sidebar[aria-expanded=true] {
    max-height: none;
}
@media (min-width: 768px) {
    .common_width {
        width: 750px;
    }

    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }

    .breadcrumbs {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .common_width {
        width: 970px;
    }

    .article-sidebar {
        border: 0;
        flex: 0 0 17%;
        height: auto;
        margin-bottom: 0;
    }

    .collapsible-sidebar {
        flex: 1;
        max-height: none;
        overflow: hidden;
        padding: 10px 0;
        padding-bottom: 0;
        position: relative;
        width: 280px;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
    }

    .collapsible-sidebar-title {
        margin-bottom: 0;
        height: 55px;
        font-family: Graphik2;
        font-size: 18px;
        font-weight: 500;
        line-height: 55px;
        text-indent: 18px;
    }

    .current-article, .section-articles li:hover {
        border-left: 4px solid #f92723;
        padding-left: 12px !important;
    }
}

@media (min-width: 1024px) {
    .collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-title::after {
        display: none
    }

    .collapsible-sidebar-title::after {
        display: none
    }

}

@media (min-width: 1400px) {
    .common_width{
        width: 1400px !important;
    }
}

.article-body img{
    width: 100%;
}

.article-body ol, .article-body ul {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px
}

.article-content a{
    color: #fff;
}