﻿.has-child.js-tabActive .sub {
    visibility: visible !important;
    opacity: 1 !important;
}

.has-child.js-tabActive .top-level-list {
    display: block;
}

.tab-nav {
    display: none !important;
}

.top-level-list-item.js-tabActive .tab-nav {
    display: block !important;
    padding: 15px 0;
    border-right: 0;
}

.tab-nav li, .tav-nav a {
    color: #fff;
    line-height: normal;
    font-size: 18px;
    font-family: "Source Sans Pro", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}