        .alternate-menu {
            display: none;
        }
        @media only screen and (max-width: 600px) {
            .alternate-menu {
                display: block;
            }
        }
        
        
        @media only screen and (min-width: 992px) {
            .navbar {
                
                /*position: fixed;*/
                width: 100%;
                /*z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999;*/
                
            }
            
            

                
            
        }
        
        
            .sticky-offset {
                top: 0px;
            }
        

.fa-ellipsis-v, .fa-bars, .fa-times-circle {
  color: #fff !important;
  font-size: 32px !important;
}


.bd-search-docs-toggle {
    display: none !important;
}
