
#global-navbar #nav-icon {
    opacity: 0.5;
    top: -35px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}
#global-navbar #nav-icon.active {
    opacity: 1 !important;
    top: 26px !important;
}


#subnav {
    top: 75px !important;
    -webkit-transition: all 250ms ease-in-out !important;
    transition: all 250ms ease-in-out
}
#subnav.collapsed {
    top: 30px !important;
    -webkit-transition: all 250ms ease-in-out !important;
    transition: all 250ms ease-in-out
}


#subnav .links li div.sub {
    display: block;
    height: 0;  
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
  
}
#subnav .links li:hover div.sub {
    display: block;
    height: 300px;
}
#subnav .links div.sub ul li a:hover{
    color: #aaaaaa;
}

@media only screen and (max-width: 995px) {
    .tabNav{
        height: auto !important;
    }
    #bw_tag{
        width: 760px;
    }
}


@media only screen and (max-width: 768px) {
    div#block-panels_mini-search_sidebar_block h2{
        clear: both ;
    }

}

@media only screen and (max-width: 600px) {
    div#block-panels_mini-search_sidebar_block h2{
        clear: both;
    }

}

/*HQSITES-7832*/
#subnav .links li:hover div.sub{
    height: auto;
}


