/* layout styles */
html {
	font-size: 100%;
}
body {
	color: #666666;
	font-family: "PT Sans";
	line-height: 1.7;
}
body a {
	color: #005677;
}
body a:hover {
	color: #c42032;
}
.osr {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
		left: -1px;
		top: -1px;
	direction: ltr;
	text-indent: -99999px;
}
.contain_center {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	margin: 0 auto;
	width: 55em;
	max-width: 95%;
}

header {
	height: auto;
	overflow: auto;
	border-bottom: 1px solid #e5e5e5;
}
header #logo {
	float: left;
	max-height: 4em;
	padding: 2em 0;
}
header .addthis_toolbox {
	float: right;
	height: 2em;
	margin: 0;
	padding: 3em 0 0;
}

@media screen and (max-width: 600px) {
	body header #logo, body header .addthis_toolbox {
		float: none;
		margin: 1em auto;
		padding: 0;
		position: relative;
		text-align: center;
	}
}

footer {
	background: rgba(96,125,139,0.5);
	border-top: 1px solid #4b4c4d;
	color: #015870;
}
footer p {
	padding: 2em 0;
}
footer .footer-top {
	background: #005677;
	color: #b7e1f4;
}
footer img {
	padding-bottom: 1em;
}

#hero {
	position: relative;
}
#hero .overlay {
	background: transparent url('images/shadow-top.png') top center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
#hero .hero-img {
	width: 100%;
}

/* application styles */
#job {
	padding-bottom: 1em;
}
body #job * {
	border-color: #e5e5e5 !important;
}
.container, body #job .container {
	margin: 0;
	padding: 1.5em 0;
	max-width: 100%;
}

body #job #job_header h1 {
	color: #c42032;
	font-size: 2em;
}
body #job #job_header h1, body #job #job_header h2 {

	font-weight: normal;
	text-align: left;
	margin: .5em 0 0 0;
	padding: 0 0 .25em;
}
body #job h1, body #job h2, body #job h2, body #job h3, body #job h4, body #job h5, body #job h6 {
	color: #005677;
	font-weight: normal;
	margin: 1.5em 0 0.5em 0;
	text-align: left;
}

pre {
	max-width: 100%;

	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

body #job span, body #job strong, body #job em, body #job p, body #job ol, body #job ul, body #job li, body #job form, body #job label, body #job fieldset, body #job legend, body #job input, body #job select, body #job textarea {
	line-height: 1.5em;
}
body #job p, body #job form, body #job ul, body #job ol {
	margin: 0 0 1em;
}

body #job #new_application #questions fieldset.inputs {
	padding-left: 1.5em;
}
body #job #new_application #questions fieldset.inputs>ol>li {
	margin: 1.5em 0;
}

body #job #new_application fieldset.actions button {
	background: #005677;
}
body #job #new_application fieldset.actions button:hover {
	background: #c42032;
}
