.mygc-mobile-menu-container {
    display: block;
    height: 100vh;
    position: fixed;
    width: 90vw;
}
.gc-mobilemenu-close {
    display: block;
    border: none;
    background-color: #006633;
    color: white;
    width: 100%;
    text-align:right;
    padding:0.5rem;
    font-size: 2rem;   
    cursor: pointer;
}
.gc-mobile-welcome {
    background-color: #006633;
    text-align: center;
    padding:1rem;
    color: white;
    font-weight: bold;
    font-size: 1.25rem;
}
.gc_masthead-mobilemenu-array_user_menu_link-nav ul {
 list-style: none;
 padding: 1rem;   
}
.gc_masthead-mobilemenu-array_user_menu_link-nav ul li {
    padding: 0.5rem;
}
.gc_masthead-mobilemenu-array_user_menu_link-nav ul li a {
    text-decoration: none;
    color: #003366;
    font-size: 1.25rem;    
    font-weight: bolder;
    border-bottom: solid 2px white;
    display: block;
}
.gc_masthead-mobilemenu-array_user_menu_link-nav ul li a:hover {
    border-bottom: solid 2px #003366;
}
.gc_masthead-mobilemenu-menuitem-separator {
    background-color: #003366;
    height: 1px;    
    width: 100%;
}
.gc_masthead-mobilemenu-mobileloginlink {
    background-color: #006633;
    padding: 1rem;
}
.gc_masthead-mobilemenu-mobileloginlink a {
    text-decoration: none;
    margin-left: 1rem;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
}

/* From MyGC */
.mygc-mobile-menu-container {
    display: none;
    height: 100vh;
    position: fixed;
    transition: transform 0.2s ease-in;
}

.mygc-content {
    transition: all 0.2s ease-in;
}

button.gc-openmobilemenu-button {
    height: auto;
    line-height: auto;
  }

  button.gc-mobilemenu-close {
    height: auto;
    line-height: auto;
  }