#mobile-nav-bottom ul ul, #mobile-nav-bottom ul ul ul {
        background: none;
        padding: 0;
}

#mobile-nav-bottom ul ul ul li a {
    font-size: 70%;
    padding-left: 30px;
}

#mobile-nav-bottom ul ul li a {
    text-transform: none;
    line-height: 1.2;
}

#mobile-nav-bottom ul ul li {
    margin-bottom: 6px;
}

#mobile-nav-bottom li a.active {
    color: #A495C3;
}

#mobile-nav-bottom li .arrow a {
     width:10px;
     height: 10px;
     background: url("//common.northwestern.edu/v8/css/images/icons/arrow-down-white.svg") no-repeat center;
     display: inline-block;
     overflow: hidden;
     border: none;
     padding: 0;
     left:10px;
}

#mobile-nav-bottom li li .arrow a {
    height: 16px;
}

#mobile-nav-bottom li .arrow {
    position: relative;
    top: 2px;
}

#mobile-nav-bottom li a {
    display: inline-block;
}

#mobile-nav-bottom li a.external:after {
    content:"";
    display: inline-block;
    position: relative;
    height: 9px;
    margin-left: 0.45rem;
    width: 9px;
    background: none, url("https://mccormick.northwestern.edu/images/structure/external-link-white.svg");
   background-repeat: no-repeat;
   background-size: contain;
}