/* Wave divider between hero logo and headline slider */
.hero-1 .front-content .wave-separator {
	display: block;
	width: min(12rem, 55vw);
	max-width: 200px;
	margin: 0.25rem auto 1.5rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 0;
}

.hero-1 .front-content .wave-separator__svg {
	display: block;
	width: 100%;
	height: auto;
}

.hero-1 .front-content img.logo {
	margin-bottom: 12px;
}

/* Contact: swap form for success state after Formspree submit */
.contact-form-block {
	margin-top: 20px;
}

.contact-form-block #contact-form {
	margin-top: 0;
}

.contact-form-block.is-submitted .contact-intro,
.contact-form-block.is-submitted #contact-form {
	display: none !important;
}

.contact-form-success {
	max-width: 30rem;
	margin: 0 auto;
	padding: 0.5rem 1rem 1.5rem;
	text-align: center;
}

.contact-form-success__icon {
	margin-bottom: 1.25rem;
	line-height: 1;
	font-size: 4.5rem;
	color: rgba(95, 234, 110, 1);
}

.contact-form-success__title {
	font-family: "Open Sans", sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	margin: 0 0 0.75rem;
	color: #fff;
	letter-spacing: 0.02em;
}

.contact-form-success__text {
	font-family: "Raleway", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.55;
	margin: 0;
	color: #d6d6d6;
}

.white .contact-form-success__title {
	color: #000;
}

.white .contact-form-success__text {
	color: #2c2b2b;
}

.white .contact-form-success__icon {
	color: #2e7d32;
}
