#mobHeaderWrap {
	color:#fff;
	position: fixed;
	z-index:9999;
}

#mobHeader {
	background:#150078;
	position: relative;
}

#hamburger {
	height:2.5em;
	position: relative;
	margin:0.5em;
	width:1.5em;
}

#hamburger span {
	background: #fff;
    height: 2px;
    float: left;
	position:absolute;
    width: 100%;
}

#hamburgerOne {
	top:10px;
	transition: all 0.25s linear;
}

.mobMenuOpen #hamburgerOne {
	transform: rotate(-40deg);
	top:14px;
	transition: all 0.25s linear;
    width: 15px;
}

#hamburgerTwo {
	left:0;
	top:18px;
	transition: all 0.25s linear;
}

.mobMenuOpen #hamburgerTwo {
	left:1px;
	top:20px;
	width: 24px;
	transition: all 0.25s linear;
}

#hamburgerThree {
	top:27px;
	transition: all 0.25s linear;
}

.mobMenuOpen #hamburgerThree {
	top:26px;
	width: 15px;
	transform: rotate(40deg);
	transition: all 0.25s linear;
}

#mobWrap {
	display: flex;
}

.mobAction {
	font-size:1.2em;
	padding:1em 0.5em;
}

.mobAction a {
	color:#fff;
}


#mobNav {
	background:#150078;
	height:0;
	overflow: hidden;
	margin-left:-999px;
	transition: margin-left 0.5s linear;
	width:90%;
}

#mobNav.mobNavShow {
	height:100%;
	margin-left:0;
	transition: margin-left 0.5s linear;
}

#mobNav ul {
	margin:0;
	padding:0;
}

#mobNav ul li {
	border-bottom: 1px solid #fff;
	float:left;
	list-style: none;
	width:100%;
}

#mobNav ul li a {
	color:#fff;
	display: block;
	float:left;
	font-size:1em;
	padding: 0.75em;
	text-decoration: none;
	width:100%;
}

#mobNav ul li.menu-item-has-children a {
	widtH:85%;
}

#mobNav ul li.menu-item-has-children ul.sub-menu {
	float:left;
	width:100%;
}

#mobNav ul li.menu-item-has-children ul.sub-menu li a {
	background:#0f3f1e;
	padding:0.25em 1.5em;
	width:100%;
}

#menu-mobile span {
	padding:0.75em;
}


#mobNav ul li:last-child,
#mobNav.mobNavShow ul li:last-child {
	border-bottom:0;
}

#menu-mobile-nav .current-menu-ancestor,
#menu-mobile-nav.current-menu-ancestor a,
#menu-mobile-nav .current-menu-item a,
#menu-mobile-nav .mobNavShow ul li:hover a {
	background:#fff;
	color:#150078;
}

#menu-mobile .current-menu-ancestor ul li a {
	color:#fff;
}


body.mobMenuOpenBody #headerWrap,
body.mobMenuOpenBody #footerWrap {
	
}

body.mobMenuOpenBody #mobMenuOverlay {
	visibility: visible;
	opacity: 0.7;
	transition: opacity 0.5s linear;
}

#mobMenuOverlay {
	background:#000;
	bottom: 0;
	visibility: hidden;
	height: 100%;
	left: 0;
	opacity:0;
    position: fixed;
    right: 0;
	top: 0;
	width: 100%;
	z-index:8888;
	transition: opacity 1s linear;
}