.snip1217 {
	text-align: left;
	font-weight: 500;
	letter-spacing: 1px;
}

.snip1217 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1217 li {
	display: inline-block;
	list-style: outside none none;
	margin: 0 14px 0 0;
	padding: 0;
}

.snip1217 li:last-child {
	margin-right: 0;
}

.snip1217 a {
	padding: 0 2px 14px 2px;
	color: #000;
	position: relative;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}

.snip1217 .current_page_item>a:after {
	height: 4px;
	position: absolute;
	content: '';
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #0072bc;
	width: 100%;
}

.snip1217 a:after {
	bottom: -9px;
	left: 0;
}

.snip1217 a:hover,
.snip1217 .current a {
	color: #083f88;
}

.snip1217 a:hover:before,
.snip1217 .current a:before,
.snip1217 a:hover:after,
.snip1217 .current a:after,
.current-menu-item a:after {
	width: 100%;
}
.snip1217 li.current-menu-item .sub-menu li a{
	color: #000;
}
.snip1217 li .sub-menu .current-menu-item a {
	color: #083f88;
	position: relative;
}

.snip1217 li .sub-menu .current-menu-item a::after {
	height: 4px;
	position: absolute;
	content: '';
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #083f88;
	width: 100%;
}
.snip1217 li.current-menu-item .sub-menu li a::after{
	background-color: transparent;
}
.snip1217 .current ul li a:after {
	height: 0px;
	position: absolute;
	content: '';
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #fff;
	width: 0;
}

.mean-container .mean-bar {
	float: left;
	width: 100%;
	/* position: relative;
	background:transparent;
	padding: 4px 0;
	min-height: 42px; */
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 30px;
	height: 22px;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #000;
	height: 1px;
	margin-top: 7px;
}

.mean-container a.meanmenu-reveal span:nth-child(2) {
	width: 24px;
	margin-left: 6px;
}

.mean-container a.meanmenu-reveal span:nth-child(3) {
	width: 18px;
	margin-left: 12px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #141714;
	margin-top: 12px;
	position: absolute;
	width: 100%;
	right: 0;
	top: 49px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 12px 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	text-decoration: none;
	font-size: 16px;
}

.mean-container .mean-nav ul li li a {
	width: 86%;
	padding: 10px 7%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	font-size: 14px;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 8px 12px !important;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.1);
	border: none !important;
	border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}