@charset "utf-8";

/*

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/

/*  FIELDS  ============================================================================= */
.form-row-full {
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
}
.form-row {width: 44%; display: inline-block; padding-bottom: 10px; vertical-align:top; margin:0 2%;}
a {
	/* font-family: 'montserratregular', sans-serif; */
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 5px 0px;
}
textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	height: 100px;
	margin: 5px 0px;
}
select {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 5px 0px;
}
input.checkbox {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 13px;
	display: inline-block;
	background-color: #fff;
	margin-bottom: 8px;
	margin: 5px 0px;
	margin-left:10px;
}

input.radio {
	padding: 0; 
	border: 0;
	margin: 0 5px 0 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 5px 0px;
	margin-left:10px;
}
input.fileUpload {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 5px 0px;
}

input.text{
	font-family: arial, sans-serif;
	fonts-size: 12px;
	color: #333;
}

label {
	font-family: arial, sans-serif;
	fonts-size: 12px;
	color: #333;	
}

/* Keeps Options Grouped */
.spanrespond {
	display:inline-block;
}
/*placeholder {
	font-family: 'montserratregular', sans-serif;
	font-size:12px;
	color: #333;
}*/

/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea:focus,
select:focus {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
	outline-style: none;
}
input.fileUpload:focus {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid #ddd;
	color: #000;
	font-size: 12px;
	box-sizing: border-box;
	border-radius: 0px;
}
input.radio:focus,
input.checkbox:focus {
	background: none; 
	border: 0;
	outline-style: none;
}
input.button,
input.button:focus {
	margin: 0;
	padding: 10px;
	border: 0px;
	font-size: 19px;
	color: #fff;
	outline-style: none;
	transition: all 0.3s ease;
	font-family: rift, sans-serif;
	text-transform: uppercase;
	width: 300px;
	background: #d10e00;
	border: 2px solid #fff;
	font-weight: bold;
}
input.button:hover {
	margin: 0;
	padding: 15px;
	border: 0px;
	font-size: 16px;
	color: #fff;
	outline-style: none;
	background-color:#a00b00;
	transition: all 0.3s ease;
	cursor:pointer;
	border: 2px solid #fff;
}

/*  SIZE  ============================================================================= */

.formcontainer {
	width: 100%;
}

/*  CAPTCHA  ============================================================================= */

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: center;
	line-height:normal !important;
	
	color:#fff; 
	font-family: arial, sans-serif;
}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
	color:#fff !important;
	font-family: arial, sans-serif !important;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#fff; font-family: arial, sans-serif; line-height:24px;}
.CaptchaWhatsThisPanel a:hover {text-decoration:underline;} 