.tabs .tab-menu .tab-link[aria-selected=true]:after {
    background-color: #006fcf;
}

.tabs .tab-menu .tab-link[aria-selected=true] {
    background: #fff;
    color: #006fcf;
    pointer-events: auto;
    z-index: 1;
}

.tabs .tab-menu .tab-link * {
    font-size: 12px;
    line-height: 12px;
    color: #000;
    white-space: nowrap;
}

.tabs .tab-menu .tab-link:after {
    transition: background-color .25s cubic-bezier(.65,0,.45,1);
    content: "";
    height: 0.25rem;
    width: 75%;
    margin: 0 auto;
    position: absolute;
    top : 52px;
    left: -0.0625rem;
    right: -0.0625rem;
}

.list-items :last-child {
    margin-right: 0px !important;
    text-align: center;
}

.list-items h3 {
	font-size:12px;
}

.card {
    background: #fff;
	box-shadow: none;
}

#article-header img {display:none;}

.tabs .tab-menu .tab-link * {
    white-space: inherit !important;
}