.novus-footer-nav ul {
    list-style-type: none;
    font-size: .9em;
    padding: 0;
}

.novus-footer-nav ul li  {
    float: none;
    text-align: left !important;
    font-weight: 300;
    /* margin: 0 1em; */
    width: 100%;
    line-height: 120%;
    margin: 3px 0px;
    
}
.novus-footer-nav ul li a {
    width: 100%;
    padding: 2px;
	color: #fff;
    background: none;
    border-bottom: 1px solid rgba(  0,0,0, 0.3);
}
.novus-footer-nav ul li a:hover {
	color: #fff;
    background: #222;
}


.novus-footer-nav ul li.nav-first {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-bottom: 7px;
        border-bottom: 0px;

}

.novus-footer-nav ul li.nav-first a{
    margin-top: 10px;
    padding: 5px 10px;
    background: #111;
    color: #f37324;
    font-weight: 700;
    
}

.novus-footer-nav ul li.nav-first a:hover{
    color: #fff;
}