.mobile-nav {
    z-index: 100;
}
.mobile-bar {
    margin-top: -10.4rem;
    position: absolute;
    right: 1em;
}
.menu-button {
    background-color: #1A4480;;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1.7rem;
    padding: 0.5882em 1.1765em;
    text-align: center;
    text-decoration: none;
    vertical-align: baseline;
    white-space: normal;
}
.menu-button:active,
.menu-button:focus,
.menu-button:hover {
    background-color: #0071bc;
    box-shadow: none;
    color: #fff;
    outline: 0;
}
.mobile-links {
    background: #fff;
    border: 0;
    margin-top: -3em;
    padding: 0.5em 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.mobile-links a {
    display: block;
    font-weight: 700;
    line-height: 2.75;
    margin: 0 0.5em 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
.mobile-links a:visited {
    color: #0071bc;
}
.mobile-links a:active,
.mobile-links a:focus,
.mobile-links a:hover {
    background: #c9c9c9;
    color: #000000;

}

.mobile-links a:focus {
    outline: 0;
}
/* .mobile-links a:after {
    content: ">";
    float: right;
}*/
.mobile-nav .sub-menu {
    padding-left: 1em;
}
.js .simple-nav,
.main-nav,
.secondary-nav {
    display: none;
}
@media screen and (min-width: 75em) {
    #mobile-nav {
        display: none;
    }
    .js .simple-nav,
    .main-nav,
    .secondary-nav {
        display: block;
    }
  
}

@media screen and (max-width: 75em) {
#headline-mobile .headline-primary-mobile  {
    Display:inline;
    font-size:1.5em;
    
}
    
    .menu-link:hover {color: #000000!important;}
    
#headline-mobile .headline-secondary-mobile  {
  Display:inline;
}
    .headline-secondary-mobile a, .headline-primary-mobile a {
  color: #1A4480;
    }

.search-wide, #share-top, .headline, .headline-secondary, .headline-primary, #laptop-wide, #footer-heading, #disclaimer-header, .search-wide {
    display: none;
    }
    
    
    
#events-top, #events-top a
    {
       color: #C8601B;
    }
    
    
        
    #laptop-mobile {
    
        display:inline;
}
        #share-bottom {
    
        display:block;
}
     
     #footer-heading-mobile, .usa-footer__logo-heading, .usa-footer__logo {
    
        display:block;
         text-align:left;
        
}
    

    
      
      #headline-mobile2 {
    
        display:inline;
          line-height: 10px!important;
          
}
    
    .site-name 
    {width:75%;}
    
       .site-name    #site-logo {
        
       height: 40px;
           width: 40px;

    }
    
    #site-logo {
    margin-top:0px
}

    .masthead
    {height: 55px;}
    
    form
    
    {width:100%}

}
