/* layout styles */
html {
	font-size: 100%;
}
body {
	background: white;
	color: #333333;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Aller Lite",Arial,sans-serif
}
.contain_center {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 auto;
	width: 60em;
	max-width: 95%;
}
a {
	color: #4ca4df;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #222222;
	text-decoration: underline;
}

header {
	background: white;
	border-top: 25px solid #efeeec;
	border-bottom: 50px solid #4ca4df;
	height: auto;
	overflow: auto;
}
header #logo {
	float: left;
	padding: 35px 0;
}
header .addthis_toolbox {
	float: right;
	margin: 40px 0;
}

#main {
	padding-bottom: 30px;
}

footer {
	background: #595551;
	border-top: 50px solid #928e87;
	color: white;
	padding: 1em 0;
}
footer a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
footer a:hover {
	color: #999;
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	body header #logo, body header .addthis_toolbox {
		float: none;
		margin: 1em auto;
    		position: relative;
		text-align: center;
	}
}

/* application styles */
#job {
	padding-bottom: 1em;
}
.container, body #job .container {
  margin: 0;
  padding: 1.5em 0;
  max-width: 100%;
}

body #job #job_header h1 { font-size: 2em; }
body #job #job_header h1, body #job #job_header h2 {
	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: #928e87;
	font-family: "Aller Regular",Arial,sans-serif;
	font-weight: 400;
	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.buttons button {
	background: #8cb63c;
	border: 1px solid #8cb63c;
}
body #job #new_application fieldset.buttons button:hover {
	background: white;
	color: #8cb63c;
}
