@charset "UTF-8";
/* CSS Document */

div#required {
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 22px;
	margin-bottom: 18px;
}
h4.required {
	font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700;
	color: #990000;
	font-weight: normal;
	display: block;
	text-align: right;
	margin-bottom: 2px;
	margin-right: 6px;
}
h4.required span {
	color: #67654a;
}
span.required {
	font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 700;
	font-size: 15px;
	color: #990000;
}
p.forms {
    font-family: "proxima-nova",sans-serif; font-style: normal; font-weight: 400;
    font-size: 15px;
    line-height: 27px; 
    color: #000;
    margin-bottom: 6px;
}

/* Contact Form
----------------------------------------------------------------------------------------- */

#contact-form {
	margin-left: 0px;
    margin-left: 14px;
}
#contact-form fieldset {
	margin: 12px auto 12px 0px;
}
#contact-form label {
	display: block;	
	font-family: "jaf-facitweb",sans-serif; font-style: normal; font-weight: 400;
    font-size: 1.2em; 
    color: #13a79d;
    margin: 6px 6px 6px 0px;
}
#contact-form label span.light {
	color: #997133;
}
#contact-form input.bigForm, 
#contact-form textarea.bigForm {
	width:325px;
	padding: 8px;
	font-size: 14px;
	border: 1px solid #88d4ea;
}
#contact-form input[type=text], 
#contact-form input[type=textarea] {
	width:80%;
	padding: 9px;
	font-size: 14px;
	border: 1px solid #13a79d;
	background-color: #fff;
}
#contact-form #freeform_user_message {
	width:80%;
	padding: 9px;
	font-size: 14px;
	border: 1px solid #13a79d;
	background-color: #fff;
}
}
#contact-form input[type="file"] {
	padding: 9px;
	font-size: 14px;
	border: 1px solid #88d4ea;
	background-color: #f5f9fc;
}

#contact-form input[type="checkbox"] {
	float: left;
	width: 20px;
	height: 20px;
}
#contact-form input:focus, 
#contact-form textarea:focus,
#contact-form div.contactWhole input:focus,
#contact-form div.contactWhole textarea:focus {
	border: 1px solid #13a79d;
	background-color: #f5fbff;
}
#contact-form input#go {
	margin: 18px auto 15px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	display: block;
	height: 58px;
	width: 238px;
}
#contact-form input#send {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 255px;
	margin-top: 18px;
	margin-bottom: 15px;
	margin-left: 106px;
}


