.search-nav {
    display: none
}

@media all and (min-width: 48em) {
    #header-greynav-new {
        display:none
    }

    .search-nav {
        display: block;
        padding: 2rem 0;
        font-size: 1.4rem;
        background-color: #fff;
        border-bottom: 1px solid #dfdfdf
    }

    .search-nav.sticky-search {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000000;
        background-image: linear-gradient(#005da4, #003777);
        border: 0;
    }

    .search-nav__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search-nav__input, .search-nav__label {
        font-size: inherit;
        font-family: inherit
        height: 4rem;
        padding: 0.8rem 1rem;
        background-color: #fff;
        border: 1px solid #dfdfdf;
    }

    .search-nav__label {
        color: #000;
        font-weight: 600;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        box-sizing: border-box;
    }

    .search-nav__input {
        width: 100%;
        max-width: 380px;
        border-left: 0;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        -o-appearance: none;
        -ms-appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .search-nav__input + .search-nav__label { margin-left: 1rem;}

    .search-nav__submit {
        height: 4rem;
        margin-top: 0;
        margin-left: 1rem;
        padding: 0.8rem 4.2rem 0.8rem 2.2rem;
        font-size: 1.5rem;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98' height='100' viewBox='0 0 98 100'%3E%3Cpath fill='%23fff' d='M56.58 58.3c7.8-6.5 10.43-21.61 2.68-30.53-7.6-8.74-21.03-11.09-30.5-4.31-9.5 6.78-12.18 20.39-5.84 30.22 5.78 8.96 21.06 15.14 33.66 4.63zm17.11-41.07c8 10.6 12.72 27.7 2.18 46l16.8 16.84c10.76 10.77-4.48 25.16-14.72 14.92L60.3 77.35c-17.05 8.44-39 5.78-52.4-13.99C-2.46 48.08.54 25.41 13.32 13.2 31.37-4.05 59.35-1.82 73.7 17.23z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: 82% center;
        background-size: 1.6rem auto;
    }

    .search-nav__submit:hover,.search-nav__submit:focus {
        background-position: 83% center;
        background-size: 1.8rem auto;
    }
}
