footer .hs-form .hs_submit .hs-button,
footer .hs-form .hs_submit .hs-button:hover,
footer .hs-form .hs_submit .hs-button:focus
 {
	font-weight: normal;
	min-width: 6rem;
	padding: .5em 1.5625rem;
	margin: 0;
	display: inline-block;
	background: #5995f7;
	color: #ffffff;
	text-align: center;
	border-radius: 2px;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 1rem;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.625rem;
	text-shadow: none;
	text-rendering: optimizeLegibility;
	transition: background .2s ease-in;
	-webkit-transition: background .2s ease-in;
	font-size: 16px;
	width: auto;
}

footer span.hs-form-required {
	display:none;
}

footer .hs-form .hs-input
 {
	border-radius: 0px;
	background-color: transparent;
	color: #ddd;
	border: none;
	border-bottom: 1px solid #ddd;
	box-shadow: none;
	font-size: 14px;
	transition: none;
	padding-left: 0px;
}

footer .hs-form .hs-input:focus {
	box-shadow: none;
}

footer .hs-form input.hs-input.error {
	box-shadow: none;
}

footer .hs-form.stacked .field {
	margin-top: 20px;
	margin-bottom: 10px;
}

footer .hbspt-form .submitted-message {
	color: #ff5933;
}

footer .hs-form.stacked .field > label {
    display:none;
}

footer .hs-form.stacked select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #303039 inset;
}
