
html.freeze {
	overflow: hidden;
}
#offnav-wrapper {
	display: none;
}
#offnav,
#offnav-btn,
#offnav-btn .burger {
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#offnav-btn {
	position: fixed;
	background: none;
	top: 0;
	right: 4.16667%;
	padding: 16px 0;
	z-index: 1010;
	cursor: pointer;
}
#offnav-btn .burger {
	width: 30px;
	height: 4px;
	margin: 6px;
	background: #000;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#offnav-btn .bar3 {
	margin-top: -10px
}
#offnav-btn:hover > .burger {
	background: #194280;
}
#offnav-btn.active .bar1,
#offnav-btn.active .bar4 {
	opacity: 0;
}
#offnav-btn.active .bar2 {
	transform: rotate(45deg);
}
#offnav-btn.active .bar3 {
	transform: rotate(-45deg);
}

#offnav {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	top: 60px; 
	left: 0;
	z-index: 1000001;
	
}
.offnav-inner {margin-bottom: 200px;}
#offnav.active {
	display: block;
	overflow-y: scroll;
}

#offnav ul,
#offnav li {
	list-style: none;
	display: block;
}

#offnav a {
	font: 700 normal 18px/1em 'Roboto', sans-serif;
	color: #000;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-align: center;
	padding: 1em 0;
	
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

#offnav a:hover { 	
	color: #194280;
}
#offnav .current-menu-item a,
#offnav .current_page_item a {
	color: #194280;
}
#backbutt {
	background: 0 0 rgba(255, 255, 255, 0);
	height: 100%;
	display: none;
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	z-index: 9999;
}
#overlay {
	background: 0 0 rgba(255, 255, 255, 0.9);

	height: 100%;
	display: none;
	position: fixed;
	top: 0; 
	left: 0;
	width: 100%;
	z-index: 999;
}


@media only screen and (max-width: 1024px) {
	
	#main-navigation {
		display: none;
	}
	#offnav-wrapper {
		display: block;
	}
}

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

	#offnav {
		top: 60px;
		left: 0;
		width: 90%;
		height: 90%;
		margin: 0;
		padding-top: 60px;
		padding-left: 5%;
		padding-right: 5%;
		overflow-y: scroll !important;
	}
}


@media only screen and (max-width:600) {
	#offnav {
		top: 60px;
		left: 4%;
		width: 92%;
		height: 90%;
		margin: 0;
		padding: 0;
		overflow-y: scroll !important;
	}
}