/********Form.css overwrites*********/
body {
	margin:0;
	padding:0;
}
form.form {
	color: #464444;
	font-size: 16px;
	line-height:1.0; 
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
}
form.form p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 1em 0;
	padding: 0;
}
form.form p label {
	font-size: 16px;
	display: block;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
	float: none;
	text-align: left;
	width: auto;
}
form.form p label.inline {
	padding: 0;
	margin: 0 20px 0 0;
	line-height: inherit;
	display: inline-block;
}
label.inline {
	display: block;
	padding: 0 0 0 20px;
}
form.form p.no-label, form.form p.email-pref, form.form p.submit, form.form p.inline {
	margin: 0 0 1.25em 0;
	padding: 0;
}
form.form p.required label, form.form span.required label {
	background: none;
}
form.form p span.description {
	margin: .5em 0;
	font-size: 12px;
	font-style: normal;
	color: #858282;
}
form.form p.group span.description {
	display:none;
}
form.form p.email-input br, form.form p.email br {
	display:none;
}
form.form input.text {
	width: 99.5%;
	padding: 0.25em;
}
form.form textarea.standard {
	background-color: #fff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	color:#464444;
	display: block;
	margin: 0 .1875em 0 .1875em;
	padding: 0.5em;
	height: 10em;
	width: 99%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
form.form span.value {
	margin-left: 0;
}
form.form span.error {
	padding-left: 10px;
}
form.form div.error {
	padding: 0 0 .5em 1em;
}
select {
	width: 100%;
}
.required label.field-label:after {
	content: "*";
	color: #dd0000;
	padding-left:.25em;
}
.required label.field-label {
	display: inline-block;
}
.form-field input {
	display: inline;
	margin: 0;
}
.form-field input[type="checkbox"],
.form-field input[type="radio"] {
	display: inline-block;
	margin: 0 10px 0 0;
}
form.form .form-error p{
}

form.form .form-error p.errors {
	background: #fff;
	color: #dd0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1em 0;
	opacity: 1.0;
	padding: .75em 0;
	border-bottom: 3px solid #dd0000;
	border-top: 3px solid #dd0000;
}
form.form .form-error p.error {
	margin: 0 0 1.25em 0;
	opacity:1.0;
	padding: 0 ;
	position: relative;
}
/*
form.form .form-error p.error input, form.form .form-error p.error textarea, form.form .form-error p.error select  {
}
*/
form.form .form-error p.error.no-label{
	margin: 0 4.5em 1em 4.5em;
	color:#dd0000;
}
form.form p.error label{
	color: #464444;
}
form.form .form-error p.error .error-icon{
	position: absolute;
	top: 0px;
	left: -36px;
}
/*
form.form p.error label:before{
	margin-left: -34px;
	position: absolute;
	content: url(https://go.pardot.com/l/21302/2013-09-04/4nxm1/21302/14930/warning_icon_yellow.png);
}
*/
form.form p.error label:after{
	content: " * This field is required";
	font-weight: normal;
	white-space:nowrap;
}
.field-grouping {
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.field-grouping h2 { 
	background: #f4f4f4;
	color: #464444;
	font-size: 16px;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 1em .5em;
}

input,
select,
option,
textarea{
	color: #464444;
	font-size: 16px;
	font-weight: normal;
	line-height:1.4; 
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select{
		cursor: pointer;
		-webkit-appearance: none;
		border: 1px solid #ccc;
		border-radius:1px;
		box-shadow: inset 0 -1px 3px rgba(0,0,0,.1);
		padding: 0.25em;
		background: url(https://go.pardot.com/l/21302/2013-09-20/51yk3/21302/16068/select_pointer.png) no-repeat right top #fff;
	}
}

/***********Input Fields************/
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	display: block;
	margin: 0 0 1em;
	padding: .5em;
	/*height: 2.3125em;*/
	width: 100%;	

	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}
input[type="checkbox"] {
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	position: relative;
	top: 4px;
	display: block;
	float: left;
}
/***********Submit Button************/

p.submit {
	text-align: center;
}
form.form p.submit input {
	background: none repeat scroll 0 0 #1ea3db;
	border: 0;
	border-radius: 2px;
	border-bottom: none;
	box-shadow: none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 40px;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
form.form p.submit input.education {
	background: #4bb242;
}
form.form p.submit input.education:hover {
	background: #6dce65;
	text-decoration: none;
}
form.form p.submit input.research {
	background: #006fa9;
}
form.form p.submit input.research:hover {
	background: #1ea3db;
	text-decoration: none;
}
 @media only screen and (min-width: 480px) {
	.form-field, .bump, .submit, form.form p.form-field, form.form p.submit, form.form .form-error p.error.no-label {
		margin: 0 2em 0.5em 2em;
	}
	form.form p{
		margin: 0 2em 1.25em 2em;
	}
	form.form p.submit input {
		width: auto;
	}
	.field-grouping { 
		border: 1px solid #e4e2e2;
		box-shadow: 0 2px 0 rgba(0,0,0,0.05);
	}
	.field-grouping h2 { 
		padding: 1em 4.5em;
	}
	form.form textarea.standard {
		width:100%;
	}
	form.form p.no-label, form.form p.email-pref, form.form p.submit, form.form p.inline {
		margin: 0 2em 1.25em 2em;
	}
	
	form.form .form-error p.error {
		padding: 0 4.5em 0 4.5em;	
	}
}