@charset "UTF-8";

form{
	max-width:100%;
}

input,textarea{
	font-family: 'Arimo', sans-serif;
}

.formtext,.courseTitleWrapper{
	font-family: 'Montserrat', sans-serif;
}

label{
    font-family:'Orbitron', sans-serif;
}

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

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

.courseTitleWrapper{
	max-width:100%;
	font-size: 20px;
	position:relative;
	float:left;
	display:block;
	margin-top:0px;
	font-weight:400;
	letter-spacing: 0.03em;
	background: -webkit-linear-gradient(#888, #aaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

label{
	max-width:600px;
	font-size: 19px;
	position:relative;
	float:left;
	display:block;
	margin-top:0px;
	padding-left:5px;
	font-weight:700;
	letter-spacing: 0.03em;
	background: -webkit-linear-gradient(#FF6C00,#FF4600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#name,#clubTeamName,#email,#phoneNo,#comments{
	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 #2f3b91;
	background-color: rgba(0,0,0,0);	
}

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/#2c5987+1,1f4061+100 */
background: #2c5987; /* Old browsers */
background: -moz-linear-gradient(top,  #2c5987 1%, #1f4061 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2c5987 1%,#1f4061 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2c5987 1%,#1f4061 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5987', endColorstr='#1f4061',GradientType=0 ); /* IE6-9 */

}

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/#2c5987+1,1f4061+100 */
background: #2c5987; /* Old browsers */
background: -moz-linear-gradient(top,  #2c5987 1%, #1f4061 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2c5987 1%,#1f4061 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2c5987 1%,#1f4061 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c5987', endColorstr='#1f4061',GradientType=0 ); /* IE6-9 */

}

input:focus, textarea { outline: none ! important; }

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

.formtext{
	font-size:20px;
    color:#ffffff;
	line-height: 28px;
}

.formLink a:link{
    color:#ffffff;
	text-decoration: none;
}

.formLink a:visited {
    color:#ffffff;
	text-decoration: none;
}

.formLink a:hover {
	color:#23486D;
	text-decoration: none;
}

.formLink a:active {
    color:#23486D;
	text-decoration: none;
}

