.page-nav {
	background: #efefef;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}
@media screen and (max-width: 769px) {
	.page-nav {
		display: block;
	}
}

.page-nav a {
	padding: 0 15px;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #000000;
}

.mini-message-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 200px;
}

.small-info-form {
	display: block;
	position: relative;
	width: 90%;
	height: 200px;
}

.mini-form-email-text {
	font-size: 1.4rem;
}

.mini-form-email-div {
	margin-bottom: 10px !important;
}

.mini-form-consent-div {
	margin-bottom: 10px !important;
}

.form-frame {
	display: block;
	position: relative;
	width: 100%;
	height: 800px;
}

.main-form-product-checkbox-div {
	margin-bottom: 15px !important;
}

.main-form-privacy-checkbox-div {
	margin-bottom: 15px !important;
}

@media screen and (max-width: 769px) {
	.form-frame {
		height: 840px;
	}
	.divider-pipe {
		display: none;
	}
	.page-nav a {
		margin-bottom: 5px;
	}
	.references {
		word-wrap: break-word;
	}
}

@media screen and (max-width: 426px) {
	.form-frame {
		height: 865px;
	}
	.small-info-form {
		height: 220px;
	}
}

.lead-capture-container {
	background-color: #e4eef6;
	padding: 2rem 1.8rem;
	margin-bottom: 20px;
}

.lead-capture-container .privacy-message {
	font-size: 0.7em;
}

.lead-capture-container .main-message {
	font-size: 14px;
}

.slider-banner-fluid {
	margin-bottom: 10px !important;
}
