/* Slide 1 */
#slide1 {
	min-height: 720px;
	padding: 108px 0;
	background-color: #ecf0f1;
	color: #2c3e50;
}

#slide1 h1 {
	text-align: center;
	color: #f7ae2d;
}

#slide1 h2 {
	text-align: center;
	color: #f7ae2d;
}

#slide1 p {
	text-align: center;
	color: #2c3e50;
}

#slide1 a{
	color: #f7ae2d;
}

#slide1 a:hover{
	color: #c0392b;
}


#slide1 #output {
	color: #f7ae2d;
}


#slide1 table {
	margin-left: auto; /* centering table at safari,FireFox,mopera,chrome */
	margin-right: auto;
	/* centering table at safari,FireFox,mopera,chrome  */
	width: 100%;
}

#slide1 tr {
	width: 100%;
}

#slide1 th {
	text-align: left;
	vertical-align: top;
	padding: 12px 0;
}

#slide1 td {
	text-align: left;
	vertical-align: top;
	padding: 12px 0;
}

#slide1 input {
	width: 100%;
}

#slide1 textarea {
	width: 100%;
	height: 288px;
}

#slide1 .submit_button {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	background-color: #34495e;
	border-radius: 4px;
	color: #ecf0f1;
	padding: 12px;
	border-style: none;
	font-size: 12px;
}

#slide1 .submit_button:hover {
	background-color: #2c3e50;
	color: #ecf0f1;
}

#slide1 .required_label {
	color: #f7ae2d;
}

/* Tablet */
@media screen and (max-width: 1024px) {
	#slide1 {
		padding: 204px 0 72px 0;
	}
	#slide1 h1 {
		line-height: 1em;
	}
	#slide1 h2 {
		line-height: 1em;
	}
}

/* Mobile */
@media screen and (max-width: 480px) {
	#slide1 {
		padding: 96px 0 180px 0;
	}
	#slide1 h1 {
		line-height: 1em;
	}
	#slide1 h2 {
		line-height: 1em;
	}
	#slide1 th {
		padding: 18px 0 6px 0;
	}
	#slide1 td {
		padding: 0;
	}
}