/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {
	background-color: #2E83B5;
	height: 20px;
}
footer {
	background-color: #92AE3D;
	min-height: 130px;
	
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}

html, body {height: 100%;}

#mapContainer {
	width: 800px;
	margin: 40px auto;
}
.mapHeading {padding-bottom: 25px;}
	.mapHeading .logo-container {width: 100%; display: flex; display: -ms-flex; align-items: center;}
		.logo-container .flex-full {flex: auto; -ms-flex: auto;}
	.mapHeading img {vertical-align: middle;}
	.mapHeading h2 {display: inline-block;text-align: right;font-size: 18px;}
	
#map {
	height: 400px;
	width: 100%;
}

.map-heading-text {
	margin-bottom: 5px;
}
	
#autoCompleteContainer {position: relative;display: flex;display: -ms-flex;display: -webkit-flex;}
#pac-input {
	border: 2px solid #eee;
	padding: 8px;
	font-weight: bold;
	font-size: 16px;
	z-index: 9999;
	width: 100%;
}
#submit {
   z-index: 99999;
   background-color: #ddd;
   border: none;
   min-width: 85px;
   text-transform: uppercase;
}


.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.sfcu {color: #2E83B5;}
b {font-weight: bold !important;}

.map_overlay {
	position: absolute;
}

.county_name_overlay {
	font-size: 20px;
	color: #2E83B5;
}

/* TYPOGRAPHY.START */

p, h1, h2, h3 {font-family: "Ubuntu", sans-serif; line-height: 150%;}
.a-right {text-align: right;}

/* TYPOGRAPHY.END */

/* MEDIA.START */

@media all and (max-width: 820px) {
	.mapHeading .logo-container {
		display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		
		flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
	}
	.map-wrapper {
		max-width: 80%;
		margin: auto;
	}
	.mapHeading h2 {
		padding-top: 25px;
		text-align: center;
	}
	.flex-full {
		flex: 1 1 100%;
		-webkit-flex: 1 1 100%;
		-ms-flex: 1 1 100%;
		
		margin: 8px auto;
	}
	#mapContainer {
		width: 100%;
	}
	.text-container {
		text-align: center;
		padding: 0 15px;
	}
}

@media all and (max-width: 520px) {

}

@media all and (min-height: 777px) {
	footer {
		width: 100%;
		position: fixed;
		bottom: 0;
	}
}

/* MEDIA.END */