#clx-slide-navigation {    
    width: 100%;             
    height: auto;
    max-height: 100%;                         
    z-index: 1000;   
    top: 0px;
  /*  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
    overflow-x: hidden;
    overflow-y: auto;     */
    display: none; 
    padding-top:50px;        
}     

#clx-slide-navigation .col-xs-12 {   
    padding-bottom:50px;   
} 

#clx-slide-navigation address {            
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.4em;         
}  

#clx-slide-navigation address a {           
    color: rgb(90, 90, 90);
    border-bottom: 0px !important;
}  

#clx-slide-navigation ul{
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

#clx-slide-navigation ul li{
    padding: 0;
    margin: 0;
    position: relative;
}          
       
#clx-slide-navigation a.level-1 {
    display: block;
    cursor: pointer;     
    font-size: 1.5em;
    font-weight: 500;                    
    color: rgba(0,92,169,1);  
    padding-bottom: 25px;
    border-bottom: 0px;
}
                                    
#clx-slide-navigation a.level-2 {
    display: block;
    cursor: pointer;     
    font-size: 1.3em;
    font-weight: 300;            
    color: rgb(90, 90, 90);      
    line-height: 1em;          
    padding-bottom: 0.5em;
    line-height: 1.3em;   
    border-bottom: 0px; 
}     

#clx-slide-navigation a:hover,
#clx-slide-navigation a:focus,
#clx-slide-navigation a:active,
#clx-slide-navigation a.active {
    text-decoration: none;          
    color: rgba(0,92,169,1);  
} 

#clx-slide-navigation a.level-2.active {
    font-weight: 400;
}  



@media only screen and (min-width: 768px) { 
    #clx-slide-navigation li.level-1 > a{
        font-size: 1.3em;
    }  
    
    #clx-slide-navigation li.level-1 .open-submenu {
        font-size: 1.1em;
    }
}

@media only screen and (min-width: 1024px) {
    #clx-slide-navigation li.level-1 > a{
        font-size: 1.4em;
    }  
    
    #clx-slide-navigation li.level-1 .open-submenu {
        font-size: 1.2em;
    }
    
    #clx-slide-navigation li.level-2 > a{
    }

}