@charset "UTF-8";
html {
	height: 101%;
	margin: 0;
	padding: 0;
	min-height: 101%;
}
body {
	font-family: "myriad-pro-n3", "myriad-pro", arial, sans-serif;
	font-weight: 300;
	font-size: 100%;
	font-style: normal;
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	background: #383838;
	min-height: 101%;
	-webkit-overflow-scrolling: touch;
}
img {
	display: block;
	margin: 0;
	outline: none;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
	width: auto;
}
hr {
	width: 100%;
	height: 1px;
	background: #ccc;
	border: none;
	margin: 10px auto;
	clear: both;
}
p,
h1,
h2,
h3,
h4,
li {
	margin: 0;
	padding: 0;
	line-height: 120%;
	color: #000;
	font-style: normal;
	font-weight: 300;
}
p {
	padding: 0 0 10px 0;
}
ul, ol {
	margin: 0 0 10px 20px;
	padding: 0;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a img {
	border: none;
	outline: none;
}
p.seeformerrors {
	color: red;
}
.col1,
.col2,
.col3,
.col4,
.left,
.right {
	display: block;
	float: left;
	min-height: 5px;
}
div:after,
form:after,
ul:after,
input:after,
section:after,
article:after,
header:after,
footer:after,
nav:after,
aside:after,
hgroup:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	visibility:hidden;
}
section,
article,
header,
footer,
nav,
aside,
hgroup {
	display: block;
}
table {
	width: 100%;
	margin: 0 0 10px 0;
	border: 0!important;
	border-collapse: separate!important;
	border-spacing: 2px!important;
}
table th {
	padding: 5px;
	font-size: 100%;
	color: #fff;
	background: #000;
	font-weight: 300;
	border-collapse: separate!important;
	text-align: left;
	border: 0!important;
	border-spacing: 2px!important;
}
table td {
	padding: 5px;
	font-size: 100%;
	color: #000;
	background: #f1f1f1;
	font-weight: 300;
	border-collapse: separate!important;
	text-align: left;
	border: 0!important;
	border-spacing: 2px!important;
}
table th p,
table td p {
	font-size: 100%;
	padding: 0;
}
table th a {
	color: #fff!important;
}
label {
	color: #000;
	font-size: 100%;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select, button {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	height: 30px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 0 15px 0;
	outline: none;
	resize: none;
	font-family: "myriad-pro-n3", "myriad-pro", arial, sans-serif;
	font-weight: 300;
	font-size: 100%;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
textarea {
	height: 130px;
	padding: 10px;
}
input[type="checkbox"]{
	width: 15px;
	height: 15px;
	float: left;
	margin: 0 10px 0 0;
}
input[type="text"], input[type="submit"], textarea, button, input[type="password"] {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="submit"]{
	cursor: pointer;
	width: auto;
	outline: none;
	border: none;
	text-transform: none;
	background: #000;
	padding: 0 20px;
	height: 30px;
	color: #fff;
	font-size: 100%;
	font-family: "myriad-pro-n3", "myriad-pro", arial, sans-serif;
	font-weight: 300;
	border-radius: 0;
}
* {
	-webkit-print-color-adjust: exact;
}
sup, em {
	font-size: 70%;
	line-height: 110%;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: 300;
	color: #000;
}
.clear {
	clear: both;
}

.wrap {background: #383838; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.main {text-align: center; display: table; position: absolute; width: 100%; height: 100%; top: 0; left: 0;}
.main .inner {display: table-cell; text-align: center; vertical-align: middle; padding: 20px;}
.main .inner .container {max-width: 600px; width: 100%; margin: 0 auto;}
.main p {color: #fff; font-size: 120%; padding: 0 0 20px 0;}
.main p.logo a {width: 300px; height: 55px; display: block; margin: 0 auto; background: url(../images/logo.png) no-repeat 0 0; background-size: 100%;}
.main p.social a {color: #fff; font-size: 400%; margin: 0 10px;}

.footer {padding: 40px 0 0 0;}
.footer p {font-size: 100%; line-height: 150%;}
.footer p a {text-decoration: none; color: #fff;}
.footer p.social a {font-size: 150%; margin: 0 10px;}