.nav-meta-top-mobile {
    display: none;
}

@media all and (max-width: 1023px) {
    .nav-meta-top-mobile {
        background-color: #fff;
        border-bottom: 1px solid #f3edee;
        border-top: 1px solid #f3edee;
        display: block;
        height: 40px;
        top: 80px;
        position: fixed;
        z-index: 997;
        width: 100%;
    }

    .nav-meta-top-mobile li {
        box-sizing: border-box;
        float: left;
        text-align: center;
        width: 33%;
    }

    .nav-meta-top-mobile li:nth-child(2) {
        border-left: 1px solid #f3edee;
        border-right: 1px solid #f3edee;
    }

    .nav-meta-top-mobile li.contact a {
        background-image: url('../Images/Contact.svg');
        background-position: 9% center;
        background-repeat: no-repeat;
        background-size: 20px auto;
    }

    .nav-meta-top-mobile li.location a {
        background-image: url('../Images/Location.svg');
        background-position: 8% center;
        background-repeat: no-repeat;
        background-size: 16px auto;
    }

    .nav-meta-top-mobile li.phone a {
        background-image: url('../Images/Phone.svg');
        background-position: 10% center;
        background-repeat: no-repeat;
        background-size: 18px auto;
    }

    .nav-meta-top-mobile li a {
        color: #2b2b2b;
        display: block;
        font-size: 0.75em;
        height: 40px;
        line-height: 40px;
    }

    .nav-meta-top-mobile li a:hover {
        text-decoration: none;
    }
}