#header {
	left: 0; top: 0;
	width: 100%;
	min-height: 98px;
	padding-bottom: 32px;
}

#header .content {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	padding-top: 20px;

}
#header .myhome {
	display:block;
	margin-left: -40px;
}
#header .blue_border {
	width:100%;
	height:20px;
	background: #14206C;
	margin-bottom:20px;
}
#header .myhome img {
	display:block;
	float:left;
	max-height: 50px;
    max-width: 219px;
    vertical-align: bottom;
    margin-top: -10px;
}
#header .myhome .div {
	float:left;
	width:1px;
	min-height:50px;
	color:#919095;
	background-color:#919095;
	margin:0px 20px 0px 20px;
}
#header .user {
	float:right;
	width:63%;
	min-height:60px;
	text-align: right;
	margin-right: -40px;
}
#header .user.fr{
	width:68%;
}
#header ul {
	width:100%;
	min-height:50px;
	display:block;
	float:left;
	padding: 0px 0px 0px 0px;
}
#header ul li {
	display:inline-block;
	padding:12px 18px 10px;
	font-size:12px;
	line-height:12px;
	font-family: '__DIN Pro_5', Arial, sans-serif;
	text-decoration: none;
	list-style: none;
}
#header ul li:last-child{
	padding-right:0px;
}
#header ul li:not(.earned):hover {
	/*background-color: #2a36a9;*/
}

#header ul li a{
	font-size:18px;
	line-height:1.2;
	font-family: '__DIN Pro_5', Arial, sans-serif;
	text-decoration:none;
	color: #14206C !important;
	text-transform: uppercase;
	font-weight: 700;
}
#header ul li a:hover{
	text-decoration:underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}
#header ul li a:visted{
	font-size:18px;
	line-height:1.2;
	font-family: '__DIN Pro_5', Arial, sans-serif;
	text-decoration:none;
	color:#717173;
}
#header .earned {
	margin-right: 0;
	font-family: '__DIN Pro_5', Arial, sans-serif;
	line-height: 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
}

#header .earned a {
	color: #5f68be;
}
#header ul li.current a{
	text-decoration:underline;
	text-decoration-thickness: 2px;
	color: #079559 !important;
	text-underline-offset: 5px;
}
@media only screen and (max-width: 900px) {
	#header .content {
		overflow: auto;
		padding-top: 0;
	}
	#header .myhome {
		width:48%;
		display:inline-block;
		padding-top: 10%;
		margin-left: 0;
	}
	#header .myhome img {
		height: auto;
		max-width: 195px;
	}
	#header .myhome .div {
		display: none;
	}
	#header .user {
		width:48%;
		float:right;
		display:inline-block;
		margin-right: 0px;
	}
	#header ul {
		width:100%;
		margin:0px;
		padding:0px;
		text-align: right;
	}
	#header ul li {
		display:inline-block;
		width:70%;
		text-align:center;
		margin-bottom: 10px;
		padding:12px 18px 10px;
	}
	#header ul li:last-child {
	  padding-right: 18px;
	}
}