.no-js .nav-level-nplusone,
.nav-level-nplusone.nav-third-levelplus {
    position: relative;
    left: 0;
    z-index: 0
}

.js .nav-level-nplusone.nav-third-levelplus a,
.js .nav-level-nplusone.nav-third-levelplus li>strong {
    font-weight: 400;
    text-decoration: none;
    font-size: 1.333em
}

.js .nav-level-nplusone.nav-third-levelplus.nav-third-levelplus a:focus,
.js .nav-level-nplusone.nav-third-levelplus.nav-third-levelplus a:active {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    z-index: 0;
    padding: 0;
    border: none;
    text-decoration: none
}

.nav-third-levelplus .nav-item>.nav-level-toggle {
    margin-right: 0
}

.nav-third-levelplus {
    display: block
}

.nav-third-levelplus .nav-nplusone-toggle {
    border-bottom: 2px solid #8c9698;
    border-top: 2px solid #8c9698;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 1em
}

.nav-third-levelplus .nav-nplusone-toggle>* {
    text-transform: uppercase;
    display: block;
    width: 90%;
    margin-right: 2px
}

.nav-third-levelplus .nav-nplusone-toggle.active {
    border-bottom: 0;
    background-color: #3d3d3a;
    margin-bottom: 0
}

.nav-third-levelplus .nav-nplusone-toggle.active>* {
    color: #fff
}

.nav-third-levelplus .nav-partial-ie {
    display: none;
    margin-bottom: 1em
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media all and (min-width:49.125em) {
    .nav-third-levelplus .nav-nplusone-toggle {
        display: block
    }

    .nav-language-container {
        padding-top: 0;
        height: inherit
    }

    .nav-third-levelplus .nav-partial-ie {
        display: block !important
    }

    .nav-partial-ie .nav-item>.nav-level-toggle {
        display: block
    }

    .nav-language {
        top: 0;
        margin-top: 0
    }

    .nav-container .nav-main-rollout .nav-level-toggle {
        display: block
    }
}