@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .top-bar .name h1 a {
        width:100%;
    }
    nav section.top-bar-section ul li a {
        border-bottom:none;
        padding:0px 7px 0px 7px!important;
        font-size:0.8125em;
    }
    .top-bar-section .dropdown li:not(.has-form) a:not(.button):hover {
        background: #3d623f !important;
        color: #FFF !important;
    }
    .search-dashed-line input[type="text"] {
        margin-left:-2.5em;
    }
    .button.search {
        margin-left:-3.5em;
        border-left:none;
    }
    .search-res-right {
        width: 70%;
        float: right;
    }
}
