/* Footer Navigation */
#footer .nav-footer {
    display: block;
}
#footer .nav-footer a {
    color: #00519e;
}
@media screen and (min-width: 576px) {
   #footer .nav-footer {
     display: inline;
     float: right;
     padding-right: 10px;
   }
}