.hubspotform {
	background: #F6F5F2 !important;
	padding: 80px 0;
}
.hs-input {
	width: 100% !important;
}
.input {
	margin-right: 0 !important;
}
input, textarea {
	border: 1px solid #8F9499;
	background: #fff;
	font-size: 16px;
	border-radius: 10px;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
}
textarea.error, select.error {
	border: 1px solid #bf0000 !important;
}
input.error,.select-selected.error {
	border: 1px solid #bf0000 !important
}
textarea {
	width: 100% !important
}
select {
	border: 1px solid #8F9499;
	font-size: 16px;
	border-radius: 10px;
	width: 100% !important;
	margin: 7px 0;
	padding: 15px 15px;
	-webkit-appearance: none;
	font-weight: bold;
	background:#fff right center no-repeat url(../png/select_bg.png);
	white-space: normal;
	padding-right: 30px;
}
.field {
	padding-bottom: 10px;
}
.hs-fieldtype-textarea label {
	display: none;
}
.hs-fieldtype-text label {
	display: none;
}
.hs-fieldtype-phonenumber label {
	display: none;
}
.hs-fieldtype-select label {
	display: none;
}
.no-list, .inputs-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.form-columns-2, .form-columns-1 {
	width:100%;
	max-width: 10000px !important
}
.hs-error-msgs{
	text-align: left;
	color: #bf0000;
	font-size: 0.73em;
	padding-top: 0px;
	clear: both;
	margin-left: 0.5%;
}
.hs-error-msg {
	margin-top: 6px !important;
	color: #bf0000 !important;
	padding-left: 40px !important
}
.hs_error_rollup {
	padding-top: 30px !important
}
.hs-fieldtype-booleancheckbox {
	padding-left: 20px;
	padding-right: 20px;
}
.hs-button{
	border-radius: 10px;
	transition: all 0.5s ease;
	margin: 0 auto;
	float: none;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	color: #fff;
	padding: 10px 30px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
/* Customize the label (the container) */
.hs-fieldtype-booleancheckbox label {
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	color: #152931;
	float: left;
	width: auto;
	font-size: 0.7em;
	margin-top: 30px;
	line-height: 1.4em;
	clear: left;
}
.hs-fieldtype-booleancheckbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* .hs-fieldtype-booleancheckbox label input::before {
     position: absolute;
     top: 0;
     left: 0;
     height: 35px;
     width: 35px;
     background-color: #fff !important;
     border: 2px solid #ff0;
     border-radius: 3px;
     margin-top: 1px;
}
 */
.register-form .checkmark {
	border-color: #fff;
}
label.container:hover input ~ .checkmark {
	background-color: transparent;
}
label.container input:checked ~ .checkmark {
	background-color: transparent;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
label.container input:checked ~ .checkmark:after {
	display: block;
}
.hs-fieldtype-booleancheckbox label span:before, .hs-fieldtype-booleancheckbox label span:after {
	pointer-events: none;
}
.hs-fieldtype-booleancheckbox label span:after {
	border-radius: 50%;
}
.hs-fieldtype-booleancheckbox label span:before {
	display: flex;
	content: ' ';
	height: 16px;
	width: 16px;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border: 1px solid #8F9499;
	border-radius: 5px;
	margin-top: 1px;
}
.hs-fieldtype-booleancheckbox label span:after {
	left: 5px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: transform .3s ease;
	content: "";
	position: absolute;
	display: none;
	border-radius: 0;
}
.hs-fieldtype-booleancheckbox label input[type="checkbox"]:checked + span:after {
	display: block;
	z-index: 2;
}
.hs-fieldtype-booleancheckbox label input[type="checkbox"]:checked + span:before {
	background: #4FB3CF !important;
	border: 1px solid #4FB3CF !important;
	z-index: 1;
}
.hs-fieldtype-booleancheckbox label a{
	text-decoration: underline
}
.form-columns-2 div {
	width:100% !important;
	float: none !important;
}
@media screen and (max-width: 767px) {
	.hs-fieldtype-booleancheckbox {
		padding-left: 0;
		padding-right: 0;
	}
	.hs_submit.hs-submit {
		padding-top: 50px;
	}
	.hs-button {
		display: block;
	}
	.form-columns-2 div {
		width:100% !important;
		float: none !important;
	}
	.hs-fieldtype-booleancheckbox label {
		font-size: 1em;
	}
}

.legal-consent-container .hs-richtext {
	font-size: 0.6em;
	line-height: 1.4em;
}