.hs-form {
	box-sizing: border-box;
}

.hs-form label,
.hs-form.stacked label {
	display: none;
}

.hs-form .hs-input:not([type="image"]) {
	box-sizing: border-box;
}

.hs-form .hs-input {
	display: block;
	width: 100%;
	height: 34px;

	border: 1px solid #4b9bcc;
	border-radius: 0;
	//background: rgba(0, 0, 0, 0);
	background-color: transparent;
	//background-image: none;
	color: #ccc;
	font-family: Roboto, sans-serif;
	font-size: 14pt;
	font-weight: 300;
	height: 50px;

	padding: 6px 12px;
	line-height: 1.42857143;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.hs-form .hs-button {
	display: inline-block;

	background: transparent;
	color: #fff;
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;

	margin-bottom: 0;
	padding: 15px 45px;
	font-size: 11px;

	box-sizing: border-box;
	box-shadow: none;
	text-shadow: none;

	border: 1px solid #fff;
	border-radius: 0px;

	cursor: pointer;

	-ms-touch-action: manipulation;
	touch-action: manipulation;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hs-form .hs-button:hover,
.hs-form .hs-button:hover:not(.inactive),
.hs-form .hs-button:focus,
.hs-form .hs-button:focus:not(.inactive) {
	border: 1px solid #fdcc52;
	box-shadow: none;
}

.hs-form .hs-button:active,
.hs-form .hs-button:active:not(.inactive):not(.link) {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	border: 1px solid #fdcc52;
}
