/* Mega menu CSS*/
ul.nav_0 > li.nav_0.full-width > ul {
	position: absolute;
}
.mega_nav {
	position: relative;
	z-index: 502;
	margin: 0 auto;
	text-align: center;
}
.mega_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mega_nav .mega-nav a.nav_0 {
	padding: 5px 8px;
	text-decoration: none;
	color:#ffffff;
	text-transform: uppercase;
	height: 70px;
	font-size: 19px;
}
.mega_nav .mega-nav a:hover {
	text-decoration: none;

}
.mega_nav > ul > li > ul {
	display: none;
}
.mega_nav > ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.mega_nav ul.nav_0 {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.mega_nav li.nav_0 {

	position: relative;
	display: flex;
	flex: 1;
	justify-content: center;
}
.mega_nav li.nav_0.first {
	background: none;
}
.mega_nav li.nav_0:hover, .mega_nav li.nav_0.first:hover {
	background: #ffffff;
}
.mega_nav li.nav_0:hover > a {
	color: #000000;
}
.mega_nav li.nav_0 > ul {
	display: none;
}
.mega_nav li.nav_0 ul li ul li {
	line-height: 2em;
}
.mega_nav li.nav_0 ul li ul li ul li a {
	color: #ffffff;
	line-height: 2em;
	font-weight: normal;
}
.mega_nav  a.nav_0 {
	padding: 5px 10px;
	display: flex;
	align-items: center;
}
.mega_nav ul.nav_1 {
	position: absolute;
	background-color: #102372;
	text-align: left;
	border-left: thin solid black;
	border-right: thin solid black;
	border-bottom: thin solid black;
	top: 100%;
	left: 0;
	min-width: 318px;
}
.mega_nav a.nav_1 {
	/*white-space: nowrap;*/
	color: #ffffff;
}
.mega_nav li.nav_1 a:hover {
	color: #102372;
	background-color: #ffffff;
}
.mega_nav ul.nav_3 {
	margin-left: 20px;
	color: #555B60;
}
.mega_nav ul.nav_2 {
	margin-left: 10px;
}
.mega_nav ul.column {
	display: table-cell;
	vertical-align: top;
	position: relative;
	min-width: 317px;
}
.nicescroll-rails .nicescroll-rails-hr {
	display: none;
}
.mega_nav ul.nav_1::-webkit-scrollbar {
	width: 0 !important;
}
.mega_nav ul.nav_1 {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}
.mega_nav ul.nav_1::-webkit-scrollbar {
	width: 0 !important;
}
/* Eng Mega Nav */
