.top-bar, .top-bar ul {background-color:transparent !important;}
.menu {text-transform: uppercase;}
.top-bar li > a, .top-bar ul li > a {
    color: #005b8e;font-weight: 700;
	border-bottom-color: transparent;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	font-size: 0.9rem;
}

.submenu a {color: #005B8E !important;}


.is-accordion-submenu-parent > a::after {
   
    border-color: #fff transparent transparent !important;
   
}



.menu.vertical a {
    font-size: 0.8rem;
    color: #fff;
}

.top-bar-right {
   margin-top: 15px;
}

.is-down-arrow a {
    padding-right: 1.5rem !important;
    position: relative;
}


.title-bar {
    background: transparent !important;
   
    margin-top: 15px;
    text-align: right;
}

#example-menu {background-color: #3B3B3C !important;}

ul.dropdown.menu.align-center {width: 100%;}

.dropdown.menu .submenu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    /* border: 1px solid #cacaca; */
    padding: 5px;
    height: auto;
}

.dropdown.menu .submenu > li {
    width: 100%;
    background-color: #444444;padding: 5px;
}


.menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 0.7rem;
    line-height: 1;
}


@media screen and (min-width: 1338px) and (max-width: 1459px) {
	.top-bar li > a, .top-bar ul li > a {
	font-size: 0.8rem;
}

}


@media screen and (min-width: 1154px) and (max-width: 1337px) {
.top-bar-right {
    margin-top: 5px;
}
	
	.top-bar li > a, .top-bar ul li > a {
    text-align: center;
    font-size: 0.78rem;
}
	
	

}

@media screen and (min-width: 1024px) and (max-width: 1153px) {
.top-bar-right {
    margin-top: 5px;
}
	
	.top-bar li > a, .top-bar ul li > a {
    text-align: center;
    font-size: 0.65rem;
}
	

	

}

.menu.vertical a {font-size: 0.8rem;}





.menu.vertical > li:not(.menu-text) > a {
    display: block;
    padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
    line-height: 1;
}

.menu.vertical > li {
    display: block;
    font-size: 0.8rem !important;
}


@media screen and (max-width: 1023px)  { .menu > li {
    display: inline !important;
}

.top-bar-right {
    float: none !important;
}

	li.is-submenu-item.is-dropdown-submenu-item {background-color: #444444;
padding: 5px;
display: block !important;
float: right;}


}

@media screen and (min-width: 1024px)  { 
#example-menu {background-color: transparent !important;}
}

@media screen and (max-width: 1024px) {

.hmain .menu.vertical > li:not(.menu-text) > a {
   
    text-indent: 30px !important;
}
}


@media screen and (max-width: 640px) {

.hmain .menu.vertical > li:not(.menu-text) > a {
   
    text-indent: 30px !important;
}
}