@import url('https://fonts.googleapis.com/css?family=Asap');

#header{
	position: fixed;
	top:0;
	width:100%;
	height: auto;
	margin:0 auto;
	padding: 0;
	background-color: #004691;
	z-index: 10000;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
#header-container{
	width: 100%;
	max-width:1200px;
	height: auto;
	margin:0 auto;
	padding: 0;
}

p { text-align: center; }
 .toggle, [id^=drop] {
	display: none;
}

nav {
	font-size: .9em;
	margin: 19px 0 0 0;
	padding: 0;
	/*transition*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	background-color: #004691;
}

nav a {
	font-size: .9em;
	display: block;
	padding: 0 15px;
	color: #bbcfd5;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

nav ul li ul li:hover { 
	background: #242427; 
	text-decoration: none;
	/*transition*/
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
}

nav a:hover { 
	background-color: #242427; 
	text-decoration: none;
	/*transition*/
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	}

nav ul ul {
	display: none;
	position: absolute;
	top: 40px;
}

nav ul li:hover > ul { 
	display: inherit; 
}

nav ul ul li {
	color: #bbcfd5;
	width: 300px;
	float: none;
	display: list-item;
	position: relative;
	/*transition*/
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

nav ul ul ul li {
	font-size: .9em;
	position: relative;
	top: -60px;
	left: 170px;
	/*transition*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

li > a:after { 
	content: ' ▾'; 
}

li > a:only-child:after {
	content: ''; 
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/

@media all and (max-width : 768px) {
	
	.step{
		display:none;
	}

	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #004691;
		padding:14px 20px;	
		color: #bbcfd5;
		font-size:.9em;
		text-decoration:none;
		text-transform: uppercase;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
	nav ul ul ul a{
		padding:14px 20px;	
		color: #bbcfd5;
		font-size:.9em; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #bbcfd5;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 
	}
}

/************************************************************************************
MAIN NAVIGATION 320px
*************************************************************************************/

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}

/************************************************
NAV-MIN
*************************************************/

.nav-min {
	font-size: .9em;
	margin: 0;
	padding: 0;
	list-style: none;
	/*transition*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-min ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.nav-min ul li {
	margin: 0 0 15px 0;
	
	display: inline-block;
	float: left;
	list-style: none;
	/*background-color: #004691;*/
}

.nav-min a {
	font-size: .8em;
	display: block;
	padding: 10px 5px 10px 5px;
	color: #242427;
	line-height: 1.4em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	list-style: none;
	border-bottom: .5px solid rgba(198,198,198,0.4);
}

.nav-min a:hover { 
	color: #242427; 
	text-decoration: none;
	background: rgba(222,236,241,0.5);
	/*transition*/
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}