@charset "UTF-8";
/* CSS Document */
		.hs-form {
			max-width:100%;
			margin: auto;
		}
		.hs-form input[type=date], .hs-form input[type=datetime], .hs-form input[type=datetime-local], .hs-form input[type=email], .hs-form input[type=month], .hs-form input[type=number], .hs-form input[type=password], .hs-form input[type=range], .hs-form input[type=search], .hs-form input[type=tel], .hs-form input[type=text], .hs-form input[type=time], .hs-form input[type=url], .hs-form input[type=week], .hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset.form-columns-1 .input select, .hs-form .input textarea, .hs-form .hs-input textarea, .hs-form textarea, .hs-form .input select, .hs-form .hs-input select, .hs-form select  {
			border: 1px solid #d6d6d6;
			width: 100%;padding: 9px 14px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			height: 40px !important;
			background-color: #f8f8f8 !important;
		}
		.hs-form ul {
			list-style-type: none;
			margin-left: 0; 
			padding-left: 0;
		}
		.hs-form fieldset.form-columns-1 .hs-input{
			width: 100% !important;
		}
		.hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
			width: auto !important;
			margin-right: 15px !important;
			margin-top: -2px;
		}
		.hs-form label {
			color: #606060;
		}
		.hs-form fieldset {
			max-width: 100% !important;
		}
		.hs-form fieldset.form-columns-3 .hs-form-field {
			width: 33.333% !important;
		}
		.hs-form fieldset {
			margin-bottom: 0 !important;
		}
		.hs-form .hs-form-field {
			margin-bottom: 10px;
		}
		.hs-form label {
			font-weight: normal;letter-spacing: 1px;
		}
		.hs-form ul li {
			margin-top: 4px;
			margin-bottom: 4px !important;
			float: left;
			width: 100%;
		}
		.hs-form fieldset textarea.hs-input {
			min-height: 200px;
		}
		.hs-form select{
			padding: 5px;
			border-radius: 0;
			height: 30px !important;
			background-color: 
		} 
		.hs-form button, .hs-form  input[type=button], .hs-form input[type=reset], .hs-form input[type=submit] {
			background:#606060;
			color: white;
			padding: 7px 45px;
			font-weight: bold;
			font-size: 20px;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin-top: 15px;
		}
		.hs-form fieldset.form-columns-2 .hs-form-field { 
			width: 50%; 
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box; 
			box-sizing: border-box;
		}
		.hs-form fieldset.form-columns-3 .hs-form-field, .hs-form fieldset.form-columns-2 .hs-form-field {
			float: left;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		.hs-form fieldset .hs-form-field {
			padding: 0 10px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box; 
			box-sizing: border-box;
		}
		.hs_cos_wrapper.form-title {
			display: none;
		}
		@media screen and (max-width:400px) {
			.hs-form fieldset.form-columns-3 .hs-form-field {
				width: 100% !important;
			}
		}
		
		.hs-form label, .hs-form label span {
			font-family: 'Montserrat', Arial !important;
			color: #636363 !important;
			font-size: 15px !important;
			letter-spacing: 0px !important;
			font-weight: 400 !important;
			margin-bottom: 0px;
		}
		.hs-form label {
			width: 100% !important;
			float:left !important;
			text-align: left !important;
			padding-left: 0px !important;
			padding-right: 0px !important;
			padding-top: 0px !important;
			padding-bottom: 0px !important;
		}
		.hs-form input[type=date], .hs-form input[type=datetime], .hs-form input[type=datetime-local], .hs-form input[type=email], .hs-form input[type=month], input[type=number], .hs-form input[type=password], .hs-form input[type=range], .hs-form input[type=search], .hs-form input[type=tel], .hs-form input[type=text], .hs-form input[type=time], .hs-form input[type=url], .hs-form input[type=week], .hs-form .input textarea, .hs-form .hs-input textarea, .hs-form textarea, .hs-form .input select, .hs-form .hs-input select, .hs-form select {
			text-align: left !important;
			font-family: 'Montserrat', Arial !important;
			letter-spacing: 0px !important;
			font-weight: 400 !important;
			font-size: 17px !important;
			border-color: #e2e2e2 !important;
			color: #414141 !important;
			background-color: #f8f8f8 !important;
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 10px;
			padding-right: 10px;
			border-style: solid !important;
			border-radius: 4px !important;
			-moz-border-radius: 4px !important;
			-webkit-border-radius: 4px !important;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border-top-width: 1px !important;
			border-bottom-width: 1px !important;
			border-left-width: 1px !important;
			border-right-width: 1px !important;
			height:auto !important;
			margin: 0px !important;
		}
		.hs-form input::-webkit-input-placeholder, .hs-form select::-webkit-input-placeholder{
			color:#a1a1a1 !important;
			text-align: left !important;
		}
		.hs-form input::-moz-placeholder, .hs-form select::-moz-placeholder{
			color:#a1a1a1 !important;
			text-align: left !important;
		}
		.hs-form input:-ms-input-placeholder, .hs-form select:-ms-input-placeholder{
			color:#a1a1a1 !important;
			text-align: left !important;
		}
		
		.hs-form input:-moz-placeholder, .hs-form select:-moz-placeholder{
			color:#a1a1a1 !important;
			text-align: left !important;
		}
		.hs-form button, .hs-form input[type=button], .hs-form input[type=reset], .hs-form input[type=submit] {
			font-family: 'Montserrat', Arial !important;
			letter-spacing: 1px !important;
			font-weight: bold !important;
			font-size: 16px !important;
			color: #fff !important;
			background: #f0ad4e !important;
			border-top-width: 0px !important;
			border-bottom-width: 0px !important;
			border-left-width: 0px !important;
			border-right-width: 0px !important;
			border-radius: 5px !important;
			border-style: solid !important; 
			border-color: rgba(0,0,0,0) !important;
			border-radius: 5px !important;
			-moz-border-radius: 5px !important;
			-webkit-border-radius: 5px !important;
			box-sizing:border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			padding-top: 15px;
			padding-bottom: 15px;
			padding-left: 89px;
			padding-right: 89px;
			-webkit-transition: all .2s linear;
			-o-transition: all .2s linear;
			-moz-transition: all .2s linear;
			-ms-transition: all .2s linear;
			transition: all .2s linear;
			-khtml-transition: all .2s linear;
		}
	 .hs-form .hs-submit {
		 display: inline-block;
		 width: 100%;
	} 
	.hs-form .hs-submit .actions {
		width: 100% !important;
		float: left !important;
		clear: both !important;
		text-align: left !important;
		box-sizing:border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding-left: 11px !important;
		padding-right: 17px !important;
	}
	@media screen and (max-width:767px){
		.hs-form .form-columns-2>div.hs-form-field, .hs-form .form-columns-3>div.hs-form-field, .hs-form .form-columns-4>div.hs-form-field{
			width: 100% !important;
		}
	}
	.hs-richtext{
		float: left !important;
		width: 100% !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		color: #666666 !important;
		font-weight: 600 !important;
		letter-spacing: 1px !important;
		font-size: 11px !important;
		font-family: 'Montserrat', Arial !important;
	}
	.hs-form button, .hs-form input[type=button], .hs-form input[type=reset], .hs-form input[type=submit] {
		width: 100%;
	}
	.hs-form .hs-error-msgs label, .hs-form .hs-error-msgs label span {
		font-family: 'Montserrat', Arial !important;
		letter-spacing: 1px !important;
		font-weight: 300 !important;
		font-size: 10px !important;
		color: #e63636 !important;
	}
	.hs-form button:hover, .hs-form input[type=button]:hover, .hs-form input[type=reset]:hover, .hs-form input[type=submit]:hover {
		background: #e9a027 !important;
		color: #ffffff !important; 
		border-color: rgba(255,255,255,0) !important;
	}
	.grecaptcha-badge {
		box-shadow: gray 0px 0px 4px 0px !important;
		margin: 14px;
	}
	.hs-form input[type="checkbox"]{
		margin-right: 10px;
		margin-top: -2px;
	}
	.center-the-form form, .center-the-form form input {
		text-align: center;
	}
.rc-anchor-invisible-nohover .rc-anchor-logo-img-large {
	margin: 8px 13px 5px 13px;
}
.rc-anchor-invisible {
	width: 250px;
}
.drkbgrndform label, .drkbgrndform label span {
			color: #FFFFFF !important;
		}
.drkbgrndform .hs-error-msgs label, .drkbgrndform .hs-error-msgs label span {
	font-weight: bold !important;
	font-size: 11px !important;
	color: #FFFFFF !important;
	background-color: rgba(223, 18, 18, 0.6);
	padding-left: 10px !important;
	width: 97% !important;
	border: 1px solid rgb(223, 18, 18);
	border-radius: 4px;
}
ul li.hs-form-booleancheckbox:before {
	content: none;
}