/* Reset */
.nav, .nav a, .nav ul, .nav li, .nav div, .nav form, .nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
.header-wrapper-fix {
	position: fixed!important;
	z-index: 500;
	height: 140px;
	top: 0;
	width: 101%;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 10px #666;
	-moz-box-shadow: 0px 3px 10px #666;
	box-shadow: 0px 3px 10px #666;
}
.header {
	width: 1000px;
	padding-top: 0px;
	margin: 0 auto;
	margin-top: 0px;
	height: 90px; 
}
.search {
	min-width: 330px;
	text-align: right;
	background-color: #EEE;
	float: right;
	margin-top: -34px;
	padding: 5px 10px;
	border-radius: 3px;
}
.CTA {
	display: inline-block;
	margin-left: 15px;
	height: 30px;
	padding: 0 15px;
	line-height: 30px;
	background-color: #FF9933;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}
.CTA a {
	font-family: 'Roboto', 'sans-serif';
	font-style: normal;
	font-size: 15px!important;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff!important;
	text-decoration: none;
}
.CTA:hover {
	background-color: #005596;
}
.CTA:active {
	position: relative;
	top: 1px;
}
.search i {
	font-size: 14px;
	text-decoration: none;
	color: #005596;
	margin: 0 4px;
}
.search span {
	display: inline-block
}
.search a {
	font-size: 12px;
	text-decoration: none;
	color: #005596
}
.search input {
	width: 160px;
	text-align: right;
	color: #005596;
	font-size: 12px;
	border: 0px;
	padding: 2px 5px;
	border-radius: 3px;
}

.logo {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px 5px;
	float: left;
}
h1 a {
	border: 0;
	text-decoration: none;
	color: #005596;
	float: left;
}
.searchbutton {
	display: none;
}