@charset "utf-8";
/* Form Styles Only */

/* CONTACT FORM */
#contact-form {
	width:100%;
	clear:both;
}
#contact-form div {
	width:100%;
	float:left;
	margin-bottom:15px;
}
#contact-form fieldset {
	padding:2%;
	margin-bottom:20px;
	border:2px dashed #ccc;
}
#contact-form legend {
	display:inline-block;
	width:auto;
	font-size:1.3em;
	color:#26213A;
}
#contact-form label {
	width:30%;
	float:left;
}
#contact-form label#message {
	width:100%;
	clear:both;
	margin-bottom:15px;
}
#contact-form input {
	width:68%;
	float:right;
	height:1.7em;
	font-size:1.0em
}
#contact-form textarea {
	width:100%;
	height:100px;
	clear:both;
	font-size:1.0em;
	font-family:inherit;
}
#contact-form #submit-button, #callback #submit-button {
	float:right;
	width:50%;
}
#contact-form input#submit {
	width:100%;
	max-width:300px;
}
#contact-form .btn {
	height:auto;
	cursor:pointer;
}
.clear-paragraph { /*used below contact form*/
	clear:both;
}
#contact-form #captcha, #callback #captcha {
	width:50% !important;
	float:left;
}
.d-none {
	display:none;
}
.alert {
	box-sizing:border-box;
	padding:1.0em;
	background:#EBF8E4;
	border:solid 1px #9C6;
	color:#390;
}
.alert button {
	margin-right:1.0em;
	background:rgba(0,0,0,0.2);
	border:none;
}