/**
 * Gel 2020.1
 * Contact Stylesheet
 * @version 2020.1.3 r 6
 * @modified 2021-11-10 by Fritz Green
 */

/*
font-family: Montserrat, Verdana, sans-serif;
font-family: Georgia, Times New Roman, Times, serif;
Brick: #6e2405;
Light Brick: #83270e;
Olive: #737144;
Light Olive: #84824f;
Brown: #855914;
Light Brown: #966a25;
Gold: #c78500;
Medium Gold: #eda81c;
Light Gold: #ffd681;
Lighter Gold: #ffe4ac;
Off Black: #231f20;
Charcoal: #6a6969;
Light Grey: #e0e0e0;
*/

/******************************/
/* CONTACT FORM ASSET */
.page-column-sr {
	width: 35%;
	margin: unset;
	padding-top: unset;
	padding-left: 3em;
	border-top: none;
}
/*.contact-info {         !*CHANGED FOR 2020.1*!
	padding: 1.5em;
	background: #6e2405;
	border-radius: 3px;
	color: #FFF;
}*/
.contact-info h5 {         /*CHANGED FOR 2020.1*/
	margin-top: 0;
}
/*.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: 0;
}
.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: 25em;
	margin-top: 3em;
}
/*#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: 1.5em;
}
.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: 1024px) {
	.page-column-sr {
		order: 2;
		margin: 2em 0 0;
		padding-top: 2em;
		padding-left: unset;
		border-top: 1px solid #999;
	}
}
	@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;
	}
}