form {
	background-color: transparent;
	padding: 0;
}

form.hs-form { position:relative}
form.hs-form .hs-form-field {width: 100%;
	float: left;
	clear: none;
	margin-bottom:10px}
form.hs-form .hs-form-field:nth-child(2),
form.hs-form .hs-form-field:nth-child(3),
form.hs-form .hs-form-field:nth-child(4),
form.hs-form .hs-form-field:nth-child(5) {
	width: 48%
}
form.hs-form .hs-form-field:nth-child(3),
form.hs-form .hs-form-field:nth-child(5) {
	float: right
}

form.hs-form .hs-form-field label span{
	font-size: 14px;
	font-weight: normal;
	color: #444444;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0em;
	line-height:1;
	padding:0;
	margin: 0 0 3px 0;
}
form.hs-form .hs-form-field label span { margin-right:5px}

form.hs-form .hs-form-field .input input[type=email], form.hs-form .hs-form-field .input input[type=text], form.hs-form .hs-form-field .input textarea {
	background-color: #fff;
	border-color: #ccc;
	border-radius: 0px;
	border-width: 1px;
	border-style: solid;
	color: #444444;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.5;
	text-align: left;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	width:100%
}
form.hs-form .hs-form-field .input input[type=text]::placeholder, form.hs-form .hs-form-field .input textarea::placeholder {
	 color: #444;
}

form.hs-form .hs-error-msg, .hs_error_rollup .hs-error-msgs label.hs-main-font-element {
	background-color: transparent;
    color: #b70f0a;
    box-shadow: none;
    margin:0;
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
}
form.hs-form .hs-error-msg li { margin-top:2px}

.hs_error_rollup { clear:both; }
.hs_error_rollup li { text-align:center; margin-bottom: 7px;}


.hs_recaptcha .grecaptcha-badge {margin: 0 auto;}

.hs-submit { clear:both}
.hs-submit .actions input[type=submit]{
	background-image: none;
	border: 0;
	border-radius:0;
	box-shadow: none;
	text-shadow: none;
	background-color: #b70f0a;
	color: #ffffff;
	height: 42px;
	width: 100%;
	font-family:'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0em;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top:0;
	padding-left: 30px !important; 
	padding-right: 30px !important;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	cursor:pointer
}
.hs-submit .actions input[type=submit]:hover {
	color: #ffffff;
	background-color:#c8110c;
}

@media (max-width:479px) { 
form.hs-form .hs-form-field:nth-child(2),
form.hs-form .hs-form-field:nth-child(3),
form.hs-form .hs-form-field:nth-child(4),
form.hs-form .hs-form-field:nth-child(5) {
	width: 100%
}
form.hs-form .hs-form-field:nth-child(3),
form.hs-form .hs-form-field:nth-child(5) {
	float: left
}
}

