#header-menu .menu a, 
#header-menu .menu li:last-child a {
    border: none;
}
.menu-container .fa.fa-phone a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.fa-phone:before {
    margin-left: 8px;
    margin-right: -4px;
}
@media only screen and (max-width: 767px) {
    #header-menu .menu-toggle {
        display: none;
    }
    #header-menu.navigation-main ul.menu {
        display: block;
    }
}
footer#footer {
    background: none repeat scroll 0 0 #9A9E53;
}