.prefooterform{
	display: block;
	position: relative;
	padding: 50px 0px 25px;
}

.hbspt-form {
	font-family: "Univers", "Helvetica Neue", Arial, sans-serif !important;
}

.hbspt-form fieldset,
.hbspt-form fieldset .hs_country {
    margin-bottom: 20px !important;
    max-width: 100% !important;
}


.hbspt-form label span,
.hbspt-form label a,
.hbspt-form label,
.hbspt-form fieldset select.hs-input,
.hbspt-form select.hs-input {
/*	color: #fff;	*/
	font-family: "Univers", "Helvetica Neue", Arial, sans-serif !important;
}
.hbspt-form label span,
.hbspt-form label a,
.hbspt-form label,
.legal-consent-container {
    font-size: 16px;
    opacity: 75%;
}

.input, .inputreadonly, .inputtotalling, .totallingcurrency {
    max-width: none !important;
}

.hbspt-form input[type="text"],
.hbspt-form input[type="email"],
.hbspt-form input[type="tel"],
.hbspt-form textarea {
    background: rgba(255, 255, 255, 0.2);
    border: 0px;
    padding: 10px;
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
}

.hbspt-form select {
	background: rgba(255, 255, 255, 0.2);
    width: 100% !important;
    max-width: none !important;
    padding: 10px 0px 10px 10px !important;
    border: 1px solid rgba(60, 100, 153, 0) !important;
    border-right-width: 10px !important;
    height: auto !important;
}

.hs-richtext a {
/*	color: #fff; */
}
.legal-consent-container p {
    margin-top: 12px;
    margin-bottom: 10px;
}

.hbspt-form .hs_submit input {
    padding: 12px;
    font-size: 14px;
/*	color: #fff; */
    background: transparent;
    border: 1px solid white;
    border-radius: 1px;
    line-height: 1em;
    text-shadow: none !important;
    box-shadow: none !important;
}
.hbspt-form .hs_submit input:hover {
    background: rgba(255, 255, 255, 0.75) !important;
    cursor: pointer;
    border: 1px solid transparent !important;
    color: black !important;
}
.hbspt-form select,
.hbspt-form option {
	color: #FFFFFF;
	background-color: #336598;
}


@media screen and (min-width: 1200px) {
	.prefooterform {
		background: transparent;
		position: relative;
		height: 0;
	}
	.fusion-footer-copyright-area {
		padding-top: 260px !important;
	}
	.prefooterform #learnmore {
		position: relative;
		z-index: 100;
		margin: 0 auto;
		top: 60px;
		max-width: 600px;
	}
}
