/* Modern site header (matches production layout) */

body {
	background-color: #EFF3F7;
}

#top {
	background-repeat: repeat-x;
	height: auto;
	background-color: #003567;
	background-image: none !important;
	overflow: hidden;
}

#header {
	position: relative;
	width: 972px;
	margin: 0 auto;
	height: auto;
	min-height: 0;
	padding-top: 11px;
	padding-bottom: 0;
	background-color: transparent;
	font-size: 90%;
	overflow: hidden;
}

#header a#go-home {
	float: left;
	margin-right: 10px;
	width: 121px;
}

#header a#go-home img {
	display: block;
	width: 121px;
	height: auto;
}

#header #header-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	float: right !important;
	width: 355px;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
}

#header form#login {
	float: none !important;
	margin-right: 0 !important;
}

#header #header-left {
	float: left;
	width: 460px;
	margin-left: 10px !important;
	padding-top: 0 !important;
}

#quick-links {
	margin: 0 !important;
	padding: 0 !important;
	float: left;
	color: #fdb713 !important;
	font-size: 10px;
	line-height: 13px;
	white-space: nowrap;
}

#quick-links a {
	margin: 0 .45em;
	color: #fdb713 !important;
	text-decoration: none;
}

#quick-links a.first {
	margin-left: 0;
}

#quick-links a:hover {
	color: #fdb713 !important;
	text-decoration: underline;
}

#member-links {
	margin: 0 0 2px 0;
	padding: 0 0 0 15px;
	text-align: right;
	color: #fdb713 !important;
	font-size: 10px;
	line-height: 13px;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}

#member-links a {
	margin: 0 .45em;
	color: #fdb713 !important;
	text-decoration: none;
}

#member-links a.first {
	margin-left: 0;
}

#member-links a:hover {
	color: #fdb713 !important;
	text-decoration: underline;
}

#languageSelector {
	float: left;
	margin: 0 0 0 10px;
	width: 100px;
	line-height: 13px;
}

#languageSelector img {
	vertical-align: middle;
	border: 0;
}

#headingMessage {
	clear: both;
	float: left;
	color: #9BBACE !important;
	font-size: 24px;
	width: 460px;
	height: 42px;
	line-height: 42px;
	margin: 1px 0 0 16px;
	padding: 0;
}

#login-info {
	position: relative;
	padding-left: 0 !important;
	height: 70px !important;
	width: 355px !important;
	margin: 0 !important;
	background-color: #1B4B75 !important;
	box-sizing: border-box;
}

#login-info form#login {
	margin: 0;
	padding: 0;
	height: 70px;
}

#login-info .loginText {
	position: absolute;
	top: 0;
	left: 15px;
	margin: 0;
	color: #5f8cb5;
	font-size: 10px;
	width: 60px;
}

#login-info .loginHelp {
	position: absolute;
	top: 0;
	left: 80px;
	margin: 0;
	color: #5f8cb5;
	font-size: 10px;
	width: 40px;
}

#login-info .passwordText {
	position: absolute;
	top: 0;
	left: 152px;
	margin: 0;
	color: #5f8cb5;
	font-size: 10px;
	width: 60px;
}

#login-info .passwordHelp {
	position: absolute;
	top: 0;
	left: 215px;
	margin: 0;
	color: #5f8cb5;
	font-size: 10px;
	width: 40px;
}

#login-info .loginHelp a,
#login-info .passwordHelp a {
	color: #5f8cb5;
}

#login-info .login {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	background-color: #286a99;
	color: #fff;
	width: 120px;
	height: 14px;
	border: 0;
	font-size: 10px;
}

#login-info .password,
#login-info .password-hidden {
	position: absolute;
	top: 15px;
	left: 152px;
	margin: 0;
	background-color: #286a99;
	color: #fff;
	width: 120px;
	height: 14px;
	border: 0;
	font-size: 10px;
}

#login-info .login-button {
	position: absolute;
	top: 15px;
	left: 280px;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	height: 20px;
}

#login-info .login-button:hover {
	background-image: url(/images/dais/loginButtonHover.png);
}

#logout-info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	height: auto;
	min-height: 0;
	margin-top: 0;
	padding: 0 0 0 15px;
	width: 100%;
	box-sizing: border-box;
	color: #9BBACE;
	text-align: right;
}

#logout-info p#welcome {
	color: #9BBACE;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

#logout-info p.member-since {
	color: #9BBACE;
	font-size: 11px;
	margin: 0;
	padding: 0;
	width: auto;
}

#search-info {
	padding: 4px 0 0 15px;
	height: auto;
	width: 100%;
	margin-top: 0;
	box-sizing: border-box;
}

#search-info form#search {
	float: none;
	clear: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	width: 100%;
	height: auto !important;
	padding: 0;
	position: relative;
}

#search-info form#search .searchFor {
	margin: 0;
	background-color: #286a99;
	color: #fff;
	font-size: 10px; 
	width: 238px;
	height: 16px !important;
	line-height: 16px;
	border: 0;
	padding: 0 4px;
	float: none;
	flex: 0 0 auto;
	box-sizing: border-box;
}

#search-info form#search .searchIcon {
	margin: 0 0 0 -21px;
	height: 15px;
	width: 17px;
	border: 0;
	float: none;
	flex: 0 0 auto;
}

#search-info form#search .socialIcon {
	margin: 0 0 0 4px;
	height: 17px;
	width: 17px;
	border: 0;
	vertical-align: top;
}

#search-info form#search a {
	margin: 0 0 0 4px;
	height: 17px;
	width: 17px;
	display: inline-block;
	vertical-align: top;
}

#navigation {
	width: 981px;
	clear: both;
	margin-top: 0 !important;
	padding-top: 7px;
	padding-bottom: 0;
}

#navigation > ul {
	list-style: none;
	width: 981px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	text-align: center;
	height: auto;
	width: auto;
	line-height: normal;
	font-size: 13px;
	border: none;
	margin: 0;
}

#navigation a {
	display: block;
	width: 107px;
	line-height: 35px;
	font-size: 13px;
	color: white;
	background-color: #549AC6 !important;
	background-image: none !important;
	text-decoration: none;
}

#navigation li.active a,
#navigation li#home a.nav-closed,
#navigation a:hover {
	background-color: #E9A529 !important;
	color: #fff;
}

#top hr#spacer {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
}

#main-content {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

div#stage {
	margin-top: 0 !important;
}
