#usga-navigation {
    display: none;
}

@media only screen and (max-width:1024px) {
    #usga-navigation {
        position: relative;
        background: white;
        display: flex;
        left: 30px;
        bottom:28px;
        padding-bottom:4px;
    }

    #usga-navigation.mobile {
        display: none;
    }

    #usga-navigation .usga-nav-header-logo {
        width: 85px;
        position: absolute;
        left: 30px;
        object-fit: contain;
    }

    #usga-navigation ul {
        list-style: none;
        display: flex;
        margin: 0;
    }

    #usga-navigation a {
        font-family: NationalWeb-Medium !important;
        letter-spacing: 0.125rem;
        color: #00365f;
        line-height: normal;
        margin: 8px 0px;
        text-transform: uppercase;
    }

    #usga-navigation .mega-sub-menu {
        display: none;
        z-index: 999;
        border-radius: 0;
        background: #f1f1f1;
        background: linear-gradient(to bottom, #fff, #f1f1f1);
        border: 0;
        padding: 0px 0px 0px 0px;
        position: absolute;
        width: 100%;
        max-width: none;
        left: 0;
        border-top: solid 4px rgb(202, 37, 37);

        padding-left: 10vw;
        padding-right: 10vw;
        padding-top: 25px;
        padding-bottom: 25px;

        font-weight: bolder;
        padding: 10px 0px;
        flex-wrap: wrap;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-top: 25px;
        padding-bottom: 25px;
        transition: none;
        transition-property: none;
    }

    #usga-navigation .top-item {
        height: 100%;
        font-family: NationalWeb-Medium !important;
        letter-spacing: 0.125rem;
        font-size: 16px;
        color: #00365f;
        text-transform: uppercase;
        margin: 0;
        padding: 0 0.5vw;
        min-height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #usga-navigation .top-item.myprofile {
        position: absolute;
        right: 50px;
    }

    #usga-navigation .top-item.myprofile~.mega-sub-menu {
        width: 200px;
        right: 0;
        left: auto;
        padding-left: 15px;
        padding-right: 15px;
        top: 66px;
    }


    #usga-navigation .top-item.myprofile~.mega-sub-menu .child-item {
        flex: 1;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }


    #usga-navigation .top-item.myprofile a {
        background-color: #e4e4e4;
        border-radius: 6px;
        padding: 5px 15px;
    }

    #usga-navigation .top-item a {
        border-bottom: solid 2px transparent;
    }

    #usga-navigation .top-item:hover a {
        background: transparent;
        padding-bottom: 0px;
        text-decoration: none;
        color: #f1373d;
        border-bottom: solid 2px #f1373d;
    }

    #usga-navigation .top-item.myprofile:hover a {
        background: #e4e4e4;
        text-decoration: none;
        color: #f1373d;
        padding-bottom: 10px;
        border-bottom: solid 2px #e4e4e4;
    }

    #usga-navigation .child-item {
        flex: 1;
        width: 25%;
        min-width: 25%;
        max-width: 25%;

        font-size: 16px;
        padding-bottom: 5px;
    }

    #usga-navigation .child-item.hidethis {
        opacity: 0;
    }

    #usga-navigation .child-item.more {
        border-bottom: 1px solid lightgray;
    }

    #usga-navigation .mega-sub-menu.active {
        display: flex;
    }

    #usga-navigation .grandchild-menu {
        display: block;
        margin-left: 12px;
    }

    #usga-navigation .grandchild-menu .grandchild-item a {
        color: #666;
    }


    #usga-navigation .avatar {
        width: 30px;
        height: 30px;
        border: 3px solid #00365f;
        border-radius: 100%;
        margin-left: 10px;
        background-repeat: no-repeat;
        background-position: center center;
    }
}