.mobileNav {
    display: none;
}

@media (max-width: 63.9em) {

    .mobileNav {
        display: block;
    }

    .desktopNav {
        display: none;
    }
}

#newMobileNav ul {
    background-color: #aa3a9b;
}

body.education #newMobileNav ul {
    background-color: #016c00;
}

body.aidr #newMobileNav ul {
    background-color: #1151a2;
}

#newMobileNav ul:after {
    clear: both;
    display: table;
    content: "";
}

#newMobileNav li a {
    padding: 0;
    display: table;
    width: 100%;
    cursor: pointer;
}

#newMobileNav li a > span {
    float: left;
    display: table-cell;
    padding: 13px 0 10px 15px;
}

#newMobileNav li a > i {
    float: left;
    display: table-cell;
    width: 50px;
    height: 50px;
    border: none;
    text-align: right;
    float: right;
    padding: 13px;
}

#newMobileNav li.noChildren a > i {
    display: none;
}

#newMobileNav .icon {
    float: left;
    width: 25px;
}

#newMobileNav {
    height: 100%;
    overflow: scroll;
}

#newMobileNav .nav__siteSearch {
    display: table;
    width: 100% !important;
    margin-right: 0;
}

#newMobileNav .nav__siteSearch > input {
    display: table-cell;
    width: 100% !important;
}

#newMobileNav .nav__siteSearch > .searchBtn {
    display: table-cell;
    width: 60px !important;
    background-image: url(/assets/images/icons/search--white.png);
    background-repeat: no-repeat;
    background-position: center center;
}
