@charset "UTF-8";


form{
	max-width:100%;
}

input,textarea{
	font-family: 'Gotham';
}

label,.formtext{
	font-family: 'Raleway', sans-serif;
}

input,textarea,#name,#email,#businessURL,#comments{
	color:#383E42;
	border:none;
	font-weight:200;
	font-size:14px;
	background-color: rgba(255,255,255,0);
}

label{
	color:#E94E1B; 
	max-width:240px;
	font-size: 20px;
	position:relative;
	float:left;
	display:block;
	margin-top:0px;
	padding-left:5px;
	font-weight: 800;
}

#name,#businessURL,#email{
	width:100%;
	position:relative;
	display:block;
	float:left;
	clear:left;
	height:45px;
	padding:5px 10px;
	margin:0px 0px 15px 0px;
	border-bottom: 1px solid #003063;	
}

#comments{
	position:relative;
	display:inline-block;
	float:left;
	clear:left;
	height:150px;
	width:100%;
	padding:10px;
    margin:0px 0px 20px 0px;
	resize:none;
	border-bottom: 1px solid #003063;	
}

input[type=submit]{
	position:relative;
	display:inline-block;
	float:left;
	clear:left;
	color:#ffffff;
	padding:2px 20px;
	height:35px;
	font-size:14px;
	font-weight: 600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e30613+1,9c1006+100 */
	background: #061833; /* Old browsers */
}

input[type=reset]{
	position:relative;
	display:block;
	float:left;
	color:#ffffff;
	padding:2px 20px;
	margin-left:20px;
	height:35px;
	font-size:14px;
	font-weight: 600;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e30613+1,9c1006+100 */
	background: #061833; /* Old browsers */
}

#answerWrapper{
	position:relative;
	display:block;
	width:600px;
	margin:100px 0px 0px 0px;
	text-align:left;
}

.formtext{
	font-size:24px;
	color:#061833;
	line-height: 28px;
}

