#ave-nus-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.ave-nus-header-icon,
.ave-nus-header-navbar,
.ave-nus-header-navbar-responsive {
    display: none;
}

.ave-nus-pivot-content .ms-Pivot-link::before {
    left: 0;
    right: 0;
    height: 4px;
}
.ave-nus-pivot-content .ms-Pivot-linkContent {
    margin-left: 8px;
    color: #707174;
    font-weight: 400;
}
.ave-nus-pivot-content .is-selected .ms-Pivot-linkContent{
    color: #153164;
    font-weight: 600;
}

.ms-Pivot-link .ms-Button:hover {
    background-color: transparent;
}
.ms-Pivot-link .ms-Button:active {
    background-color: transparent;
}

@media screen and (max-width: 600px) {

    .ave-nus-pivot-content,
    .ave-nus-pivot-content,
    .ave-nus-header-bottom {
        display: none;
    }

    .ave-nus-header-icon,
    .ave-nus-header-navbar-responsive {
        display: block;
    }
}