.navbar-default .navbar-nav > li.dropdown:hover > a, 
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    /*display: block;*/
}
.header_top{
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	background: white;
}
.navbar{
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border: none;
}
.main_menu_ul{
    
}
.main_menu_ul > li{
    height: 83px;
}
.main_menu_ul > li > a{
    height: 100%;
    color: white !important;
    padding-top: 28px;
    transition: background 0.8s;
}
.main_menu_ul li a:hover{
    background: #0071ff !important;
    transition: background 0.8s;
}
.main_menu_ul li a:active{
    background: #0071ff !important;
}
.main_menu_ul .dropdown-menu{
    background: #0071ff;
}
.main_menu_ul .dropdown-menu a{
    height: 100%;
    color: white !important;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: background 0.8s;
}
.display_dropdown{
    display: block;
}
.hide_dropdown{
    display: none !important;
}
.navbar{
    background: transparent;
}
.navbar a:focus{
    background: #0071ff !important;
}
.li_department_mobile{
    display: none !important;
}
.li_department_desktop{
    display: block;
}
/*@media (min-width:480px){
    .li_department_mobile{
        display: block !important;
    }
    .li_department_desktop{
        display: none;
    }
}*/
.logo_text_small{
    font-size: 12px;
    font-weight: 800px;
}
.logo_text_big{
    font-size: 21px;
    font-weight: 800px;
}
.logo_text{
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
}
.logo_text a{
    color: white;
}
.logo_title{
    font-size: 16px;
}
.secondary-navigation {
    background: black;
    color: white;
}
.ht_25{
    height: 25px;
}
.logo_link_txt{
    font-size: 16.5px;
}
.sub_menu_ul_container_mob{
    overflow-x:scroll;
    overflow-y:hidden;
    width:100%;
    padding: 0 15px;
}
.sub_menu_ul_container_mob ul{
    width: 100%;
    text-align:center;
    white-space:nowrap;
}
.sub_menu_ul_container_desk ul{
    width: 100%;
    text-align:center;
}
.sub_menu_ul li{
    display:inline-block;
    color:white;
    float: none;

}
.sub_menu_ul li a{
    color: black;
}
/*.v{
    border-top: 4px solid violet;
}
.i{
    border-top: 4px solid indigo;
}
.b{
    border-top: 4px solid blue;
}
.g{
    border-top: 4px solid green;
}
.y{
    border-top: 4px solid yellow;
}
.o{
    border-top: 4px solid orange;
}
.r{
    border-top: 4px solid red;
}
.v:hover{
    background: violet !important;
}
.i:hover{
    background: indigo !important;
}
.b:hover{
    background: blue !important;
}
.g:hover{
    background: green !important;
}
.y:hover{
    background: yellow !important;
}
.o:hover{
    background: orange !important;
}
.r:hover{
    background: red !important;
}*/

.sub_menu_ul li a:hover, .sub_menu_ul li a:active{
    color: black;
}
.smaller_font_powderblue{
    font-size: smaller;
    color: powderblue;
}
.logo_link_mobile{
    color: white;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 4%;
}
.sub_menu_ul_container_mob{
    display: none;
}
.logo_text{
    position: absolute;
    top: 15%;
    left: 10%;
}
@media (max-width:1200px){
    .logo_col{
        display: none;
    }
    .logo_link_mobile{
        display: inline;
    }
    .sub_menu_ul_container_mob{
        display: block;
    }
    .sub_menu_ul_container_desk{
        display: none;
    }
    .logo_link{
        display: none;
    }
    .logo{
        display: none;
    }
}
@media (max-width:900px){
    .logo{
        display: none;
    }
}
#logoDiv{
    padding-left: 30px;
}
#liMenuBtn{
    display: none;
}
@media only screen and (max-width: 600px) {
    #liMenuBtn{
        display: block;
    }
}
.svgLinks{
    position: absolute; 
    right: 5%;
}
.menu_container{
    
    height: 100%;
    width: 250px;
    position: fixed;
    top: 0;
    right:-230px;
    z-index:999;
}
.menu_wrap{
    position: absolute;
    right: 0;
    width: 220px;
    background: #0071ff;
    height: 100%;
    border-left: 2px solid white;
}
.details{
    background: rgba(0, 0, 0, 0.88);
}
.menu_ul{
    list-style: none;
    padding: 0;
}
#menu_lnk{
    background: #ffffff00;
    width: 100%;
    padding: 20px;
    border-radius: 0px;
    border: none;
    color: white;
}
#menu_lnk:focus{
    outline: none;
}
.menu_ul a{
    color: white;
    width:100%;
    display: block;
    /*background: gray;*/
    padding: 20px;
    text-decoration: none;
    transition: background 1s;
    border-bottom: 2px solid linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(255,255,255,1) 100%);
}
.menu_ul a:hover{
    text-decoration: none;
    /*background: #0072b9;*/
}
.translate_right{
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
     transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
     transform:translateX(-230px);
}
.translate_left{
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
     transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
     transition-property: transform;
     transform:translateX(0px);
}
#menu_drawer{
    position: fixed;
    top: 50%;
    z-index: 99;
    cursor: pointer;
}
.side_menu_title{
    color: white;
    padding-top: 30px;
    padding-top: 30px;
    text-transform: uppercase;
}
.grad_hr{
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
.grad_twoside_hr{
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(left, rgba(229,229,229,0) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(229,229,229,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}