 * {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }

 body, html {
 	height: 100%;
 }

 body {
 	background: #FFF;
 	min-height: 1080px;
 	font-family: Lato, Helvetica, Arial, Sans-Serif;
 	text-align: center;
 	box-sizing: border-box;
 }

.header {
	background: url("header.jpg") 50% 0 no-repeat #000;
	border-bottom: 5px solid #ddb430
}

.logo {
	width: 412px;
	height: 217px;
	background: url("logo.png") center bottom no-repeat;
	padding-top: 100px;
	margin: auto;
}

h1, h2 {
	text-indent: -9999px;
}

.sublogo {
	text-transform: uppercase;
	font-weight: 200;
	font-size: 20px;
	color: #FFF;
	padding: 50px 0;
}

h3 {
	font-weight: 100;
}

.gray {
	background: #e6e7e8;
}

h4 {
	display: block;
	width: 241px;
	height: 115px;
	text-indent: -9999px;
	padding: 30px 0;
	margin: auto;
}

.subtitle1 {
	background: url("subtitle1.png") 50% 50% no-repeat;
}

.question {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 26px;
	letter-spacing: 12px;
	color: #000;
}

.response {
	font-weight: 400;
	font-size: 20px;
	color: #000;
	padding: 30px 0 60px 0;
}

.subtitle2 {
	background: url("subtitle2.png") 50% 50% no-repeat;
}

.form {
	padding-bottom: 30px;
}

.group {
	max-width: 550px;
	width: 100%;
	margin: 15px auto;
}

label {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	display: inline-block;
	width: 100%;
	text-align: left;
}

input[type=text] {
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	display: inline-block;
	width: 100%;
	padding: 10px;
	border: 1px solid #000
}

input[type=text]:focus {
	border: 1px solid #ccc
}

input[type="button"] {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	color: #FFF;
	background: #000;
	border: none;
	border-bottom: 2px solid #ddb430;
	padding: 10px 20px;
}

input[type=button]:hover {
	padding: 10px 30px;
	border-bottom: 5px solid #ddb430;
}

.images {
	width: 100%;
	border-bottom: 5px solid #ddb430;
	border-top: 5px solid #ddb430;
}

.images img {
	width: 100%;
	margin-bottom: -5px;
	display: inline-block;
}

.footer {
	background: url("footer.jpg") 50% 0 no-repeat #000;
	padding: 50px 0;
}

.footer .content {
	margin: auto;
	width: 960px;
	display: table;
	color: #FFF;
}

.footer .content ul {
	float: left;
	width: 50%
}

.footer .content ul li {
	font-size: 20px;
	text-align: left;
	padding: 0 100px 0 0;
}

.footer .content ul li img {
	margin-right: 5px;
}

.footer .content ul li a {
	color: inherit;
	text-decoration: none;
}

.footer .content .logo2 {
	float: left;
	width: 50%;
	height: 200px;
	background: url("logo2.png") no-repeat 50% 0;
	text-indent: -9999px;
}

