/**
 * Contact Page Styles
 *
 * Hides the contact form row until the "Complete a Form" button is clicked.
 */

/* Hide the form wrapper by default */
.contact-form-wrapper {
	display: none;
}

/* Show the form wrapper when active */
.contact-form-wrapper.is-visible {
	display: block;
}
