@media screen and (max-width: 767px) {

    #HeaderWrapper {
        margin-top: 0px;
        position: relative;
        height: 195px;
    }

    #Welcomeback {
        left: 0px;
        right: 0px;
        margin: 0 auto;
        padding-left: 0px;
    }

    #WelcomeMessage {
        display: none;
    }

    #AdminLink {
        position: absolute;
        left: 5px;
        top: -64px;
    }

    #SignInWrapper {
        float: none;
        width: 100%;
        text-align: center;
        padding: 8px 0px 0px 0px;
    }

    .SignInContent {
        width: 100%;
        float: none;
    }

    .SignInInput {
        width: 34%;
    }

    #MobileSignInWrapper .fa {
        font-size: 17px;
        color: #069;
        position: relative;
        top: 1px;
        right: 2px;
        text-shadow: 1px 1px 1px #000000;
    }

    #Header {
        max-width: 767px;
        height: 155px;
        z-index: 9999;
        text-align: center;
    }

    #HeaderLogoWrapper {
        padding: 10px 0px 0px 0px;
        width: 100%;
    }

    #SecondaryNavigation {
        right: 0px;
        top: auto;
        left: 0px;
        bottom: 50px;
        margin: 0 auto;
        width: 100%;
    }

        #SecondaryNavigation a {
            font-size: 12px;
            padding: 0px 5px;
        }

    #MobilePhoneNumber {
        display: inline-block !important;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        vertical-align: top;
        margin-top: 15px;
        line-height: normal;
        width: 45%;
    }

    #MainSearchWrapper {
        width: 100%;
        right: auto;
        bottom: 0px;
        height: 45px;
        background-color: #fff;
        box-sizing: border-box;
        border: 3px solid #034462;
    }

    #SearchForm {
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
        border: none;
        text-align: left;
        overflow: hidden;
        top: 0px;
    }

    #SearchTextInput {
        width: 90%;
        padding: 0px 0px 0px 5px;
        float: left;
        height: 39px;
    }

    #SearchButtonWrap {
        float: right;
        height: 39px;
        line-height: 39px;
    }

    #SearchButton {
        height: 39px;
        line-height: 39px;
    }

    #TopNavigationWrapper {
        display: inline-block;
        vertical-align: top;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        float: none;
    }

    #HeaderShoppingCart {
        padding-right: 0px !important;
    }

    @media screen and (max-width: 425px) {
        #TopNavigationWrapper {
            font-size: 13px;
        }

        #SignInWrapper {
            display: none !important;
        }

        .LoggedOff {
            display: block !important;
        }

        #MobileSignInWrapper {
            cursor: pointer;
            color: #fff;
            font-size: 19px;
            line-height: 45px;
            text-align: center;
        }

            #MobileSignInWrapper .fa {
                font-size: 22px;
                color: #fff;
                position: relative;
                top: 1px;
                right: 2px;
                text-shadow: 1px 1px 1px #000000;
            }

        .ShowHide {
            width: 15px;
        }

            .ShowHide span {
                width: 15px;
                display: inline-block;
            }

        #MobileSignIn {
            display: none;
            position: absolute;
            top: 45px;
            z-index: 9999;
            background-color: #034462;
            padding-bottom: 10px;
            text-align: center;
        }

        .SignInInput {
            width: 80%;
            margin: 0 auto;
        }

        .LogonEmailTextBox {
            margin-bottom: 10px;
        }

        .MobileSubmitLogon, .SignInRegLink {
            width: 80px;
            margin-top: 10px;
        }
    }
}
