/**
 * Gel 2021.3
 * Contact Stylesheet
 * @version 2021.3 r2
 * @modified 2023-03-30 by Chelsea Harder
 */

/*
	font-family: "Montserrat", sans-serif;

	2022

	Light Teal: #a5dad5
	Teal: #67c6bc
	Lightest Blue: #7ea8b9
	Lighter Blue: #5e80a2
	Medium Blue: #3e608f
	Blue: #1d437e
	Dark Navy: #0b1526
	Yellow: #E09937

*/

/******************************/
/* CONTACT FORM ASSET */
/*.contact-info {         !*CHANGED FOR 2020.1*!*/
/*	padding: 1.5em;*/
/*	background: #c84589;*/
/*	border-radius: 3px;*/
/*	color: #FFF;*/
/*}*/
/*.contact-info h5 {         !*CHANGED FOR 2020.1*!*/
/*	margin-top: 0;*/
/*	color: #FFF;*/
/*}*/
/*.contact-info h6 {         !*ADDED FOR 2020.1*!*/
/*	color: #FFF;*/
/*}*/
/*form#contact_form {         !*ADDED FOR 2020.1*! !*Enable if using full screen map*!*/
/*	padding-bottom: 28em;*/
/*}*/
fieldset.contact-form {
	margin-top: 1.25em;
	margin: auto;
}
.flex-block {
	align-self: flex-start;
}
.contact-form label {
	font-weight: 700;
	font-size: unset;
	color: #000000;
}
/*.submit-button {         !*CHANGED FOR 2020.1*!*/
/*	display: flex;*/
/*	justify-content: flex-end;*/
/*	!* margin-top: 1em; *!*/
/*}*/
/*#map_canvas {           !*disable if using full screen map*!*/
/*	width: 100%;*/
/*	height: 20em;*/
/*	margin-top: 3em;*/
/*	border-radius: 3px;*/
/*}*/
/*#map_canvas {         !*ADDED FOR 2020.1*!  !*Enable if using full screen map*!*/
/*	position: absolute;*/
/*	left: -50vw;*/
/*	bottom: 0;*/
/*	z-index: 0;*/
/*	width: 100vw;*/
/*	height: 25em;*/
/*	margin-left: 40em;  !*This value may need to be adjusted based on Content-i's max-width size. Should be 1/2 the width. If you changed the base pixels in the body from 16px you will need to do the math adjust. E.g. 16(px base)*40(em)=720/18(px base)=35.55em*!*/
/*}*/
#map_canvas img {
	max-width: 3000px
}
#contact_map_location_string,
#contact_map_window_info {
    display: none;
}
input.submit-button {         /*ADDED FOR 2020.1*/
	margin-right: 2em;
}
.kapt-box {         /*ADDED FOR 2020.1*/
	display: flex;
	height: 2.2em;
	align-items: center;
}
/*@media screen and (max-width: 1408px) {        !*ADDED FOR 2020.1*!   !*Enable if using full screen map*!*/
/*	#map_canvas {*/
/*		left: 0;*/
/*		margin-left: -4em;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1024px) {        !*ADDED FOR 2020.1*!   !*Enable if using full screen map*!*/
/*	#map_canvas {*/
/*		left: 0;*/
/*		margin-left: 0;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 750px) {         !*CHANGED FOR 2020.1*!*/
/*	.submit-button {*/
/*		margin-left: 2em;*/
/*	}*/
/*}*/
@media screen and (max-width: 480px) {         /*ADDED FOR 2020.1*/
	.submit-button {
		margin-left: 1em;
	}
	input.submit-button {
		margin-right: 1em;
	}
}