
html.offnav_active {
	overflow: hidden !important;
}
#offnav_wrapper {
	display: none;
}
#offnav_btn {  
	font: 400 normal 34px/60px 'OFFONT';
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    background: none;
    z-index: 9999;
    cursor: pointer;
    text-align: center;
    color: #141010;
    float: right;

	pointer-events: all;
}
#offnav_btn:before {
	display: inline-block;
	content: "\f0c9";
}	
.offnav_active #offnav_btn:before {
	content: "\f00d";
	color: #fbfaf6;
}
#offnav_btn:hover,
.offnav_active #offnav_btn:hover:before {
	color: #c9d322;
}
.dark #offnav_btn {
	color: #fbfaf6;
}
#offnav_container {
	height: 100%;
	width: 100%;
	position: fixed;
	top: -100vh; 
	left: 0;
	z-index: 1001;
	transition: all .5s ease;
	pointer-events: none;
	background: #617569;
}
.offnav_active #offnav_container {
	top: 0;
}
#offnav_content {
	z-index: 1000;
	position: relative;
	height: 100%;
	overflow-y: scroll;
	display: block;
	pointer-events: all;
    padding-top: 6em;
}
#offnav_content ul,
#offnav_content li {
	list-style: none;
	display: block;
}
#offnav_content ul::before,
#offnav_content li::before {
	content: '';
	width: 0;
	margin-left: 0;
}
#offnav_content ul{
	padding: 2em 0;	
}
#offnav_content li {
	width: 100%;
	padding: 0 !important;
}
#offnav_content a {
	font-family: 'alternate-gothic-condensed-a', sans-serif;		
	color: #fbfaf6;
	font-size: calc(6vw + 3vh);	
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: block;
	padding: .35em 4rem;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-align: left;
	border-bottom: none;
    hyphens: none;
}
#offnav_content #menu-footer-navigation a {
	font-size: 24px;
}

#offnav_content a:hover,
#offnav_content .anchor-active { 
	color: #c9d322;
	text-decoration: none;
	border-bottom: none;
}
#offnav_content .nav_active {
	color: #c9d322 !important;
}
#offnav_content .current-menu-item.inactive > a  {
	color: #c9d322;
	border-bottom: none ;
}
#mobile-footer-nav {
	padding-bottom: 8em;
}

@media only screen and (max-width: 768px)  {
	#offnav_wrapper {
		display: block;
	}
	#main-navigation {
		display: none;
	}
	#offnav_container {
		width: 100%;
	}
}



