@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro-regular-webfont.eot');
	src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),  url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-regular-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-semibold';
	src: url('fonts/sourcesanspro-semibold-webfont.eot');
	src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),  url('fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-semibold-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-bold';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),  url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-bold-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sourcesanspro-extralight';
	src: url('fonts/sourcesanspro-extralight-webfont.eot');
	src: url('fonts/sourcesanspro-extralight-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/sourcesanspro-extralight-webfont.woff') format('woff'),  url('fonts/sourcesanspro-extralight-webfont.ttf') format('truetype'),  url('fonts/sourcesanspro-extralight-webfont.svg?#Zurich BT') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, h1, p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background: #FFF;
	font-family: 'sourcesanspro';
	color: #666666;
	font-size: 12px;
}
a {
	text-decoration: none;
	outline: 0px;
}
a img {
	border: 0px;
}
.container {
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 941px;
	margin: 0px auto;
}
.clear {
	clear: both;
}
.error_div {
	margin: 130px auto;
	color: #586D84;
	text-align: center;
}
.header {
	padding: 18px 0px;
	background-color: #003259;
	border: 1px solid #061A2A;
}
.header .logo {
	text-align: center;
}
.header .logo img {
	width: 233px;
	height: 74px;
}
.error_div h1 {
	font-size: 72px;
	margin-bottom: 27px;
	font-family: 'sourcesanspro-bold';
	text-align: center;
}
.problem_text {
	font-size: 40px;
	margin-bottom: 55px;
}
.solution_text {
	font-size: 16px;
	margin-bottom: 20px;
}
.error_button {
	display: block;
	background-color: #DC780A;
	border: 1px solid #A35601;
	color: #FFFFFF;
	text-align: center;
	padding: 15px 0px;
	width: 130px;
	font-size: 13px;
	margin: 0 auto;
}

@media only screen and (min-width: 601px) and (max-width: 980px) {
.wrapper {
	width: 99%;
	margin: 0 auto;
}
.header {
	padding: 15px 0px;
}
.header .logo img {
	width: 200px;
	height: 64px;
}
.error_div {
	margin: 110px auto;
}
.error_div h1 {
	font-size: 60px;
	margin-bottom: 30px;
}
.problem_text {
	font-size: 34px;
	margin-bottom: 45px;
}
.solution_text {
	font-size: 14px;
	margin-bottom: 16px;
}
.error_button {
	padding: 13px 0px;
	width: 120px;
	font-size: 12px;
}
}

@media only screen and (min-width: 101px) and (max-width: 600px) {
.wrapper {
	width: auto;
	padding: 0px 1%;
}
.header {
	padding: 10px 0px;
}
.header .logo img {
	width: 180px;
	height: 57px;
}
.error_div {
	margin: 50px auto;
}
.error_div h1 {
	font-size: 30px;
	margin-bottom: 20px;
}
.problem_text {
	font-size: 16px;
	margin-bottom: 25px;
}
.solution_text {
	font-size: 12px;
	margin-bottom: 12px;
}
.error_button {
	padding: 10px 0px;
	width: 80px;
	font-size: 11px;
}
}
