@media only screen and (min-width: 60em) {
    #main-navigation {
        display: none;
    }
}
#lhs-nav ul.lhs-nav-list li.lhs-nav-list__item--parent {
    display:none;
}
ul.lhs-nav-list li.lhs-nav-list__item--lvl3:first-child {
    margin-bottom: 1.25rem;
    
}
ul.lhs-nav-list li.lhs-nav-list__item--lvl3:first-child a {
    color:#006dae;
    font-weight:bold;
    padding-left:0;
    background:#ffffff;
    padding: 0.625rem 2.625rem 1.5625rem 0.875rem;
}
ul.lhs-nav-list li.lhs-nav-list__item--lvl3:first-child a:hover {
    background-color:#ffffff;
}
ul.lhs-nav-list li.lhs-nav-list__item--lvl3:first-child a::after {
    border-bottom: 0.0625rem solid #006dae;
    bottom: 0;
    content: '';
    display: block;
    height: 0.0625rem;
    position: absolute;
    width: 1.25rem;
}

#site-heading-desktop a {
    color: #3c3c3c;
    text-decoration: none;
}


span.news-event-published-date, span.news-published-date {
    display:none;
    font-size:0.75em;
    text-transform:uppercase;
    position:absolute;
    bottom:20px;
}


/* news and events search results listing */

span.news-search-published-date {
    /*display:none;*/
    font-size:0.75em;
    text-transform:uppercase;
    position:absolute;
    bottom:10px;  
    right:17px;
    color: #505050;
    font-weight: 300;
}