@media only screen and (min-width: 64.063em) {

    .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover {
        background: #3d623f !important;
        color: #FFF !important;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 10px;
    }
    .content-area {
        min-height: 400px;
    }
}