.t981 .t-container{
    max-width: 100%;
}
.t981 .t981__wrapper{
    padding: 50px 40px;
    align-items: flex-end;
}
#allrecords .t-menusub__menu .t-menusub__list .t-menusub__link-item.t-active{
    color: #ea2163 !important;
}
#allrecords .t228__list_item .t-active {
    opacity: 1;
}
@media screen and (max-width: 960px) {
    .t981__wrapper {
        display: flex;
        justify-content: space-between;
        padding: 50px 20px;
        box-sizing: border-box;
        max-width: none;
        align-items: center;
    }
    .t981__wrapper.t-container:before{
        display: none;
    }
    .t981__wrapper.t-container:after{
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .t981__col {
        width: 100px;
    }
    .t981__menu, .t981__secondary-menu {
        font-size: 12px;
        display: flex;
        flex-direction: column;
    }
    .t981__menu_right-align .t981__menu-item {
        margin-left: 0;
        margin-right: 0;
    }
}
