.hbspt-form {
	margin-top: 0px;
	position: relative;
}

.form-blue-btn .hbspt-form .actions input:hover {
	background-color: #001b66 !important;
}

.form-blue-btn .hbspt-form .actions input {
	background-color: #0039d9 !important;
}

ul.inputs-list {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	list-style: none !important;
}

.hbspt-form .hs-recaptcha {
	margin-bottom: 20px;
}
.hbspt-form .field label {
	color: #232b36;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
}
.hbspt-form label.hs-error-msg {
	color: #ff5656;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 16px;
}
.hbspt-form .hs-error-msgs {
	text-align: left;
	margin: -10px 0 0 0 !important;
}
.hbspt-form .hs_error_rollup {
	display: none;
}

@media (min-width: 1200px) and (max-width: 1600px) and (min-height: 600px) and (max-height: 850px) {
	.hbspt-form input[type="text"],
	.hbspt-form input[type="email"],
	.hbspt-form input[type="tel"],
	.hbspt-form textarea,
	.hbspt-form select {
		width: 100%;
		height: 32px !important;
		padding: 0 15px;
		margin: 2px 0 10px;
		border: 1px solid #9ba3af;
		border-radius: 4px;
		transition: border-color 0.3s ease-out;
		font-size: 14px;
	}
}
.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"],
.hbspt-form textarea,
.hbspt-form select {
	width: 100%;
	height: 48px;
	padding: 0 15px;
	margin: 2px 0 10px;
	border: 1px solid #9ba3af;
	border-radius: 4px;
	transition: border-color 0.3s ease-out;
}
.hbspt-form input[type="text"]:focus,
.hbspt-form input[type="email"]:focus,
.hbspt-form input[type="tel"]:focus,
.hbspt-form textarea:focus,
.hbspt-form select:focus {
	border-width: 2px;
	border-color: #232b36;
}
.hbspt-form input[type="text"].error,
.hbspt-form input[type="email"].error,
.hbspt-form input[type="tel"].error,
.hbspt-form textarea.error,
.hbspt-form select.error {
	border-width: 2px;
	border-color: #ff5656;
}
.hbspt-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background: url("./assets/br_down.png") no-repeat center right 15px;
	background-size: 12px;
	background-color: #fff;
	color: #999;
	font-size: 14px;
}
.hbspt-form textarea {
	min-height: 130px;
	padding-top: 15px;
}
.hbspt-form .actions input {
	font-size: 15px;
}
.hbspt-form legend,
.hbspt-form .legal-consent-container {
	font-size: 16px;
	text-align: left;
}
.hbspt-form fieldset {
	max-width: none !important;
	display: flex;
	justify-content: space-between;
}
.hbspt-form fieldset.form-columns-1 .hs-form-field {
	width: 100%;
}
.hbspt-form fieldset.form-columns-1 .hs-dependent-field {
	width: 100%;
}
.hbspt-form fieldset.form-columns-1 .input {
	margin-right: 0 !important;
}
.hbspt-form fieldset.form-columns-1 .input .hs-input {
	width: 100% !important;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
	width: calc(50% - 12px) !important;
	float: none !important;
}
.hbspt-form fieldset.form-columns-2 .input {
	margin-right: 0 !important;
}
.hbspt-form fieldset .inputs-list {
	margin-bottom: 15px;
}
.hbspt-form fieldset .inputs-list .hs-form-booleancheckbox {
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}
.hbspt-form fieldset .inputs-list .hs-form-booleancheckbox .hs-input {
	opacity: 0;
	position: absolute;
}
.hbspt-form fieldset .inputs-list .hs-form-booleancheckbox .hs-input + span {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	color: #9ba3af;
}
.hbspt-form fieldset .inputs-list .hs-form-booleancheckbox .hs-input + span:before {
	content: "";
	background: #fff url("./assets/check-icon.png") center center no-repeat;
	background-size: 10px;
	border: 1px solid #232b36;
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	padding: 2px;
	border-radius: 3px;
	margin-right: 10px;
	text-align: center;
	transition: background 0.3s ease-out;
}
.hbspt-form fieldset .inputs-list .hs-form-booleancheckbox .hs-input:checked + span:before {
	background-color: #232b36;
}
.hbspt-form fieldset .inputs-list .hs-form-booleancheckbox .hs-input,
.hbspt-form fieldset .inputs-list .hs-form-booleancheckbox .hs-input + span {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.hbspt-form fieldset .hs-richtext p,
.hbspt-form fieldset .hs-richtext {
	font-size: 12px;
	line-height: 16px;
	color: #9ba3af;
	margin-bottom: 15px;
}
.hbspt-form fieldset .hs-richtext p a,
.hbspt-form fieldset .hs-richtext a {
	color: #232b36;
}
.hbspt-form .hs-button {
	width: 100%;
}
.hbspt-form .hs_operator_type .hs-field-desc {
	font-size: 14px;
	font-weight: 500;
	color: #9ba3af;
	line-height: 22px;
}

/*@media only screen and (max-width: 768px) {
.kadance-logos-section > .kt-row-layout-inner {
	width: 90% !important;
}
.kadance-animation-section > .kt-row-layout-inner {
	width: 90% !important;
}
.kadance-accordion-section > .kt-row-layout-inner{
	width: 90% !important;
}
.kadance-benefits-section > .kt-row-layout-inner {
	width: 90% !important;
}
}
*/

.transparent-header #masthead {
	z-index: 9999 !important;
}

@media (max-width: 767.98px) {
	.hbspt-form fieldset.form-columns-2 .hs-form-field,
	.hbspt-form fieldset.form-columns-2 .hs-input {
		width: 100% !important;
	}

	.hbspt-form fieldset {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.hs_newsletter ul.inputs-list {
	padding: 0;
	margin-bottom: 20px !important;
}

.single-input-form .hbspt-form .hs-submit {
	position: absolute;
	right: 1px;
	top: 27px;
}


