/* Form Styling */

.contact.errors {
	color: #e50000;
	padding-top: 10px;
	font-size: .75em;
}

.contact.error {
	color: #e50000;
	padding-top: 10px;
	font-size: .75em;
}

input,textarea {
	width: 100%;
	max-width: 600px;
	font-size: 1.3em;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
	color: white;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	background-color: black;
}

#pardot-form p label {
	text-align: left;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	color: white;
	margin-bottom: 4px;
	color: #909090;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .08em;
}

#pardot-form a {
	color: #e50000;
	text-decoration: underline;
}

.select {
	font-size:1em;
	width: 100%;
	max-width: 500px;
	overflow: scroll;
	-webkit-appearance: none;
	font-family: 'Roboto', sans-serif;
	color: #111111;
	padding: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	background-color: white;
}

form#pardot-form {
	margin: auto;
	max-width: 600px;
}

#pardot-form .description {
	font-size: .75em;
	line-height: 1.3em;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	color: #d6d6d6;
	padding-top: 10px;
	display: block;
	max-width: 450px;
}

#pardot-form p.submit input {
	background-color: #e50000;
	min-width: 250px;
	outline: none;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	border: none;
	-webkit-appearance: none;
	font-family: 'Roboto';
	padding: 15px 20px;
	margin-top: 25px;
	overflow: initial;
}

#pardot-form p.submit input:hover {
	background: black;
	color: white;
	cursor: pointer;
	-webkit-appearance: none;
}