.hide_at_full_nav {display: block !important;}
.show_at_full_nav {display: none !important;}

/* NAVIGATION
================================================================================ */
a.menu-trigger, a#toggleSearch {
	display: inline-block;
    float: right;
	height:35px;
    width: 35px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 1005;
}

a#toggleSearch {
    margin-right: 15px;
	border-right: 1px solid #94c0b6;
	height:35px;
  	width: 60px;
    background: url(../images/icons/white-search.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    background-size: 37px 37px;
}

	a.menu-trigger span {
		position: absolute;
		top: 50%; left: 0;
		display: block;
		width: 100%;
    	height: 5px;
		margin-top: -2px;
		background-color: #ffffff;
		font-size: 0px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
		a.menu-trigger span:before, a.menu-trigger span:after {
			position: absolute;
			left: 0;
			width: 100%;
			height: 100%;
			background: #ffffff;
			content: '';
			-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
		}
			a.menu-trigger span:before {
				-webkit-transform: translateY(-250%);
				transform: translateY(-250%);
			}
			a.menu-trigger span:after {
				-webkit-transform: translateY(250%);
				transform: translateY(250%);
			}
			a.menu-trigger:hover span, a.menu-trigger:hover span:before, a.menu-trigger:hover span:after {
				background-color: #ffffff;	
			}
			
	.move-right a.menu-trigger span, .move-left a.menu-trigger span {
		background-color: transparent;
	}
		.move-right a.menu-trigger span:before, .move-left a.menu-trigger span:before {
			-webkit-transform: translateY(0) rotate(45deg);
			transform: translateY(0) rotate(45deg);
		}
		.move-right a.menu-trigger span:after, .move-left a.menu-trigger span:after {
			-webkit-transform: translateY(0) rotate(-45deg);
			transform: translateY(0) rotate(-45deg);
		}

			
/* MOBILE SIDE NAV */
.move-right .exit-off-canvas, .move-left .exit-off-canvas { box-shadow:none; background: rgba(255,255,255,0.5);}
 
 
 .move-left .exit-off-canvas:hover {
    background: rgba(255,255,255,0.5);
 }

.left-off-canvas-menu, .right-off-canvas-menu {background: #ffffff;}

ul.off-canvas-list {padding-bottom: 0;}

	ul.off-canvas-list li {
		padding: 0; margin: 0;
		background: none;
	}
		ul.off-canvas-list li.divider {
			display: none;
		}
		ul.off-canvas-list li a {
			background-color:#ffffff;
			font-size: 0.875rem;
			color: #000000;
			border-bottom: solid 1px #97c8b5;
		}
		
			ul.off-canvas-list li a:hover, ul.off-canvas-list li.current > a {
				background-color: #008272;	
				color: #ffffff;
			}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a::before, .right-off-canvas-menu ul.off-canvas-list li.has-submenu > a::before {
	display: none;
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a::after, .right-off-canvas-menu ul.off-canvas-list li.has-submenu>a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 20px;
	float: right;
	background: url(../images/style/more_arrow.png) 0 2px no-repeat;
}
	.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:hover:after, .right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:hover:after {background-position: 0 -18px;}

.left-submenu, .right-submenu {
	background: #e3e3e3;
	height: auto;
}

ul.off-canvas-list li label {
	color: #0b3868;
	font-size: 0.875rem;
	background: #f4f4f4;
	border-top: 1px solid #f4f4f4;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	line-height: 1.43;
}

.left-submenu .back > a, .right-submenu .back > a {
	color: #fff;
	text-transform: none;
	font-size: 0.875rem;
	font-weight: normal;
	background: #666;
	border-top: solid 1px #666;
	padding: 0.3rem 0.66667rem;
	line-height: 1.43;
	
	-webkit-transition: background 300ms ease 0s, border-color 300ms ease 0s;
	-ms-transition: background 300ms ease 0s, border-color 300ms ease 0s;
	transition: background 300ms ease 0s, border-color 300ms ease 0s;
}
	.left-submenu .back > a::before, .right-submenu .back > a::before {
		content: '';
		width: 10px;
		height: 20px;
		display: inline-block;
		float: left;
		background: url(../images/style/back_arrow.png) 0 0 no-repeat;
		margin-right: 10px;
	}
	.right-submenu .back > a::after, .left-submenu .back > a::after {
		display: none;
	}
	
	.left-submenu .back > a:hover, .right-submenu .back > a:hover {
		background-color: #96b4c2;
		border-color: #96b4c2;		
	}
	
/* FIXED NAV */
.off-canvas-fixed {
	-webkit-transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
}

.move-right > .off-canvas-fixed {
	height: 100%;
	-webkit-transform: translate3d(15.625rem, 0, 0);
	transform: translate3d(15.625rem, 0, 0);
}
.move-left > .off-canvas-fixed {
	height: 100%;
	-webkit-transform: translate3d(-15.625rem, 0, 0);
	transform: translate3d(-15.625rem, 0, 0);
}

.left-off-canvas-menu, .right-off-canvas-menu {
	-webkit-transform: none;
	transform: none;
	margin-left: -15.625rem;
	height: 100vh;
}
.right-off-canvas-menu {
	margin-left: auto;
	margin-right: -15.625rem;
}

.fixed_nav_spacing {padding-top: 75px;}

/* MOBILE SEARCH */
.left-off-canvas-menu .search, .right-off-canvas-menu .search {
	padding: 0.625rem;	
	border-bottom: 1px solid #fff;	
}
.left-off-canvas-menu .search form, .right-off-canvas-menu .search form {
	overflow: hidden;
	background: #f4f4f4;
	margin: 0;
}
	.left-off-canvas-menu .search form #txt_search2, .right-off-canvas-menu .search form #txt_search2 {
		background: transparent;
		border: none;
		float: left;
		width: calc(100% - 30px);
		height: 30px;
		line-height: 30px;
		box-shadow: none;
		font-size: 1rem; /* top stop zooming on ipad/iphone */
		margin: 0;
	}
		.left-off-canvas-menu .search form #btn_search2, .right-off-canvas-menu .search form #btn_search2 {
			background: url(../images/style/search_btn.png) transparent no-repeat 5px 5px;
			width: 30px;
			height: 30px;
			border: none;
			text-indent: -9999px;
			margin: 0;	
		}

/* SMALL (up to 640px)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (max-width: 20.062em) {
	
}

/* MEDIUM (640px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 40.063em) {
.hide_at_full_nav {display: none !important;}
.show_at_full_nav {display: block !important;}

/* NAVIGATION
================================================================================ */
.nav_wrap {
	background: #ccc;
}

#nav {
	z-index: 999;
	/*height: 40px;*/
	position: relative;
	
	text-align: right;
}
	#nav ul {
		padding: 0;
		margin: 0;
		
		display: block;
	}
	#nav #nav-just {
		display: inline-block;
		position: relative;
		width: 100%;
		height: 0;	
	}
	
		#nav ul li {
			padding-right:4px;
			padding-left:4px;
			margin: 0;
			width: auto;
			float:left;
			position: relative;
			height: 31px;
			background: none;
			left: auto;
		}
		#nav ul > li {
			display: inline-block;
			float: none;
			vertical-align: top;
		}
			#nav ul li a {
				font-size: 0.9375rem;						
				line-height: 2;
				text-align: center;
				display: block;
				text-transform: uppercase;
				font-weight: 700;
				color: #a5bdb9;
			}
			/*#nav ul li:hover a, #nav ul li.current > a {
				color: #ffffff;
				border-bottom: none;
			}
			#nav ul li.current > a {
    			border-bottom: 2px solid #ffffff;
			}*/
			
			#nav ul li a.logged-in {
				opacity: 0;
			}
			
			#nav ul li div.dropdown {
				position: absolute;
				display: none;
			}
				#nav ul li:hover .dropdown, #nav ul li:hover div.dropdown:hover {
					display: block;
					background-color: #666;
					min-width: 230px;
					top: 40px;
					padding: 0.625rem 0;
				}
				#nav ul li:hover div.dropdown.last, #nav ul li:hover div.dropdown.last:hover {
					left: auto;	
					right: 0;
				}
			#nav ul li div.dropdown a {
				text-align: left;
				font-weight: 400;
				color: white;
				text-transform: none;
				line-height: 1.66;
			}
			#nav ul li div.dropdown a:hover {
				color: #96b4c2;
			}
				#nav ul li div.dropdown ul {
					padding: 0;
				}
					#nav ul li div.dropdown ul li {
						float: none;
						height: auto;
						width: 100%;
						padding: 0 0.625rem; margin: 0;	
						display: inline-block;
					}
					#nav ul li div.dropdown ul li ul {
						width: 100%;
						float: none;
					}
					
	/* EXTRA FLY-OUT LEVELS =========== */
	#nav ul.extra_levels li {}
		#nav ul li div.drop_nav ul.extra_levels li a {
			line-height: 1.875rem;
		}
		#nav ul li div.drop_nav ul.extra_levels li.has-dropdown > a {
			background: url(../images/style/more_arrow.png) 0 2px no-repeat;
		}
		#nav ul li div.drop_nav ul.extra_levels li ul {
			clip: rect(1px, 1px, 1px, 1px);
			display: block;
			height: 1px;
			left: 100%;
			overflow: hidden;
			padding: 0;
			position: absolute !important;
			top: 0;
			width: 1px;
			z-index: 99;
			background-color: #666;
		}
		#nav ul li div.drop_nav ul.extra_levels li:hover > ul {
			clip: auto;
			height: auto;
			overflow: visible;
			width: auto;
		}
			#nav ul li div.drop_nav ul.extra_levels li:hover > ul li {
				min-width: 230px;
			}
	
/* FIXED NAV */
.fixed_nav {
	position: fixed;
	top: 0;	
	left: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
	background: #ffffff;
}
.fixed_nav_spacing {padding-top: 100px;}
	
ul.system {
	text-align: right;
	margin: 0; padding: 0;
	position: absolute;
	top: 13px; right: 0.625rem;
	width: 100%;
}
	ul.system li {
		display: inline-block;
		margin: 0;
	}
		ul.system li a {
			font-size: 0.9375rem;
			line-height: 2;
			text-align: center;
			display: block;
			font-weight: 500;
			color: #a5bdb9;
			border: none !important;
		}
	
}

/* Large (1024px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 64em) {
#nav ul li {
	padding-right: 0.625em;
	padding-left: 0.625em;
}
	.bigger #nav ul li, .system li {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
	}
	#nav ul li:last-of-type, .system li:last-of-type {
		padding-right:0;
	}
		#nav ul li a {
			font-size: 1rem;
		}
}

/* X Large (1200px up)
==================================================================================================================================
=============================================================================================================================== */
@media only screen and (min-width: 75em) {
	#nav ul li a {
		font-size: 1.0625rem;
	}
}