@media only screen and (max-width: 1024px) {
    body {
        padding-top: 100px;
    }

    #custom-usga-navigation {
        max-height: initial;
        position: fixed;
        right: 0;
        width: 100%;
        top: 0;
        z-index: 999;
        bottom: 0;
    }

    #custom-usga-navigation.desktop {
        display: none;
    }

    #custom-usga-navigation.mobile {
        display: block;
        height: 100px;
        overflow: visible;
    }

    #custom-usga-navigation .usga-nav-header-logo {
        position: relative;
        left: .625rem;
        width: 6.313rem;
    }

    #custom-usga-navigation .usga-header-logo-container {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #custom-usga-navigation .usga-logo-mobile-container {
        flex: 1;
    }

    #custom-usga-navigation .usga-nav-menu-icon {
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-right: 25px;
        font-size: 30px;
        cursor: pointer;
    }

    #custom-usga-navigation .usga-nav-menu-icon .hamburger-menu-icon {
        width: 25px;
        height: 25px;
        object-fit: contain;
        background-position: center;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80' width='40' height='40'%3E%3Crect rx='10' width='100' height='15'%3E%3C/rect%3E%3Crect rx='10' y='30' width='100' height='15'%3E%3C/rect%3E%3Crect rx='10' y='60' width='100' height='15'%3E%3C/rect%3E%3C/svg%3E");
    }

    #custom-usga-navigation .usga-nav-header-close-button {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        width: 30px;
        height: 30px;
        right: 50px;
    }

    #custom-usga-navigation .usga-nav-header-close-button::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 2rem;
        height: .25rem;
        background: #00365f;

        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45Deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45Deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45Deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(45Deg);
        transform: translateX(-50%) translateY(-50%) rotate(45Deg);
    }

    #custom-usga-navigation .usga-nav-header-close-button::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 2rem;
        height: .25rem;
        background: #00365f;

        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45Deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-45Deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-45Deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-45Deg);
        transform: translateX(-50%) translateY(-50%) rotate(-45Deg);
    }

    #custom-usga-navigation .usga-nav-container {
        max-width: 75%;
        margin-top: -100px;
        display: block;
        margin-left: 200%;
        transition: all 0.4s;
        background: white;
        padding: 30px 0px;
        z-index: 999;
        position: relative;
        height: 100vh;
        box-shadow: 0.4375rem 0.125rem 1.875rem 1.25rem rgb(0 0 0 / 20%);
        overflow-y: scroll;
        overflow-x: hidden
    }

    #custom-usga-navigation ul {
        display: block;
    }

    #custom-usga-navigation .usga-nav-container.active {
        margin-left: calc(0px + 25%);
        transition: all 0.3s;
    }

    #custom-usga-navigation .top-item {
        font-size: 16px;
        color: #00365f;
        font-weight: 501;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        min-height: 0;
        justify-content: flex-start;
        padding-left: 50px;
        cursor: pointer;
        margin-bottom: 20px;
        position: relative;
    }

    /*Removes 'My Profile' from hamburger icon*/
    .usga-menga-sub-title{
        display:none;
    }

    .child-item.myaccount, .child-item.mydashboard{
        padding-top:5px;
    }

    #custom-usga-navigation .grandchild-item {
        margin-bottom: 15px;
    }

    #custom-usga-navigation .top-item-container {
        width: 100%;
    }

    #custom-usga-navigation .top-item-container.myprofile {
        margin-left: 50px;
        font-size: 16px;
        margin-top: 60px;
    }

    #custom-usga-navigation .usga-back-arrow-container {
        display: flex;
        text-transform: uppercase;
        align-items: center;
        width: 100%;
        z-index: 999;
    }

    #custom-usga-navigation .usga-back-arrow-button p {
        margin-left: 15px;
        font-size: 16px;
        margin-bottom: 0;
    }

    #custom-usga-navigation .usga-menga-sub-title {
        color: #00365f;
        letter-spacing: .14375rem;
        padding-bottom: .25rem;
        border-bottom: solid .125rem #e5e6e8;
        margin-top: 25px;
        text-transform: uppercase;
        font-size: 16px;
    }

    #custom-usga-navigation .usga-back-arrow-container p {
        text-transform: uppercase;
        font-size: 16px;
        margin: 0;
        margin-left: 15px;
    }

    #custom-usga-navigation .usga-back-arrow-button::after {
        content: '';
        display: inline-block;
        position: relative;
        -webkit-transform: rotate(
    45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(
    45deg);
        vertical-align: middle;
        margin-top: -.125rem;
        margin-right: .1875rem;
        width: .5rem;
        height: .5rem;
        border-left: solid .25rem #676b75;
        border-bottom: solid .25rem #676b75;
    }

    #custom-usga-navigation .top-item span::after {
        content: '';
        position: relative;
        display: inline-block;
        top: 0;
        margin: auto;
        -webkit-transform: rotate(-45Deg);
        -moz-transform: rotate(-45Deg);
        -ms-transform: rotate(-45Deg);
        -o-transform: rotate(-45Deg);
        transform: rotate(-45Deg);
        width: .3125rem;
        height: .3125rem;
        border-right: solid .0625rem #33363f;
        border-bottom: solid .0625rem #33363f;
        margin-bottom: 2px;
    }
    #custom-usga-navigation .usga-nav-container .top-item.video::after {
        display: none;
    }

    #custom-usga-navigation .usga-nav-container .top-item.myprofile::after {
        display: none;
    }

    #custom-usga-navigation .top-item:hover a {
        border-bottom: solid 2px transparent;
    }

    #custom-usga-navigation .top-item.myprofile {
        position: initial;
        padding-left: 0px;
    }

    #custom-usga-navigation .mega-sub-menu {
        display: none;
        border: none;
        padding: 10px 50px;
        position: absolute;
        z-index: 999;
        background: white;
        top: 0;
        height: 100vh;
        margin-top: 130px;
    }

    #custom-usga-navigation .top-item.myprofile ~ .mega-sub-menu {
        width: 100%;
        padding: 10px 50px;
        top: 0;
    }

    #custom-usga-navigation .tickets ~ ul.mega-sub-menu.active {
        padding: 10px 30px;
    }

    #custom-usga-navigation .tickets ~ ul.mega-sub-menu.active .child-item .grandchild-menu {
        margin: 25px 0px;
    }

    #custom-usga-navigation .mega-sub-menu.active {
        display: block;
    }

    #custom-usga-navigation .child-item {
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    #custom-usga-navigation .child-item:last-child {
        padding-bottom: 100px;
    }

    #custom-usga-navigation .child-item.hidethis {
        display: none;
    }

    #custom-usga-navigation .child-item.more {
        display: none;
    }

    #custom-usga-navigation .playing ~ .mega-sub-menu .child-item {
        max-width: 100%;
        width: 100%;
    }

    #custom-usga-navigation .header-giving-cta, 
    #custom-usga-navigation .header-shop-cta, 
    #custom-usga-navigation .header-advancing-cta {
        display: none;
    }

    #custom-usga-navigation .advancing ~ ul.mega-sub-menu.active .child-item, 
    #custom-usga-navigation .celebrating ~ ul.mega-sub-menu.active .child-item, 
    #custom-usga-navigation .giving ~ ul.mega-sub-menu.active .child-item, 
    #custom-usga-navigation .shop ~ ul.mega-sub-menu.active .child-item {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
    }

    #custom-usga-navigation .shop ~ ul.mega-sub-menu.active,
    #custom-usga-navigation .celebrating ~ ul.mega-sub-menu.active, 
    #custom-usga-navigation .advancing ~ ul.mega-sub-menu.active, 
    #custom-usga-navigation .giving ~ ul.mega-sub-menu.active {
        min-height: initial;
    }
  }

  @media only screen and (max-width: 768px) {
    #custom-usga-navigation .usga-nav-container {
        max-width: 100%;
        width: 100%;
    }

    #custom-usga-navigation .usga-nav-container.active {
        margin-left: 0;
    }
  }


  @media only screen and (max-width:514px){
      .top-item-contaier, .top-item{
          display:none;
      }
  }