@media screen and (max-width: 767px) {

    .DesktopOnly {
        display: none !important;
    }

    .SolarLogo {
        width: 250px;
        top: 15px;
    }

    #HeaderWrapper {
        border-bottom: 25px solid #E6E7E8;
    }

    #SubHeaderWrapper, #SignedInOnly {
        display: none !important;
    }

    #HeaderContent .IndustrialLogo {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0 auto;
    }


    #TopNavigation {
        display: none;
    }

    #SignInRegister {
        display: none !important;
    }

    #MobileShoppingCart {
        display: inherit;
        position: absolute;
        top: 5px;
        right: 5px;
    }

     #MobileMenu {
        position: absolute;
        top: 20px;
        right: 0px;
        display: initial;
    }

    #MobileNavigation {
        z-index: 999;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 215px;
        display: initial;
        text-align: left;
    }

    #MobileNavigation a, #MobileNavigation a:hover, #MobileNavigation a:active {
        color: #fff;
        display: block;
        text-decoration: none;
        padding-left: 15px;
    }

    #MobileNavigation ul {
        padding: 0px;
        margin: 0px;
    }

    #MobileNavigation ul > li {
        list-style-type: none;
        background-color: #4d4d4d;
        font-size: 18px;
        border-bottom: 1px solid #696969;
        line-height: 39px;
    }


    #MobileNavLink {
        color: #fff;
        display: block;
        text-decoration: none;
    }

    .Close {
        font-size: 20px;
        background-color: #7d7d7d !important;
        text-align: right;
        padding-right: 10px;
    }

    #SearchBar {
        display: inherit;
        position: absolute;
        width: 80%;
        margin: 0 auto;
        bottom: 10px;
        right: 0px;
        left: 0px;
    }

    .Search {
        width: 85%;
    }

    .SearchButton {
        float: right;
    }

    #NewSearch {
        padding: 0px;
    }

}



