* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	color: #333;
	padding: 0;
}

#main {
	
}

/***** Search bar *****/
#search-bar {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 96px;
	position: absolute;
	z-index: 20;
	padding: 24px;
	background: #ffffff;
}

#search-bar input {
	height: 48px;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 40px;
	color: #333;
	caret-color: #1781e3;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #bbb;
	border-radius: 5px;
	color: #333;
}

#search-bar input::placeholder {
	opacity: 1;
	color: #bbb;
}

#search-bar input:focus {
	border-color: #1781e3;
}

#search-bar a, #search-bar a.link, #search-bar a.visited {
	color: #015;
}

#search-bar a:hover {
	color: #2d90ec;
}

.pac-container {
	font-family: TheSans, sans-serif;
}

.pac-container .pac-item .pac-matched {
	color: #1781e3;
}

#search-bar .searchButton {
	position: absolute;
	top: 0;
	right: 0;
	padding: 13px;
}

@media ( min-width : 768px) {
	#search-bar {
		top: 26px;
		left: 21px;
		width: 320px;
	}
}

@media ( min-width : 1024px) {
	#search-bar {
		top: 26px;
		left: 42px;
		width: 320px;
	}
}

@media ( min-width : 1440px) {
	#search-bar {
		top: 32px;
	}
}

/***** Layer Selection ****/
#menu-select {
	position: absolute;
	z-index: 20;
	padding-left: 24px;
	padding-bottom: 52px;
	background: #ffffff;
	top: auto;
	bottom: 0px;
	left: 0px;
	max-width: 320px;
}

#menu-select .layer-select {
	height: 24px;
	display: inline-flex;
	margin-top: 24px;
}

#menu-select .layer-select span.mobile-text {
	font-size: 16px;
	font-weight: 300;
}

#menu-select .layer-select span.date-text {
	font-size: 12px;
	font-weight: normal;
	margin-left: 3px;
	letter-spacing: -0.38px;
}

#menu-select .layer-select span.layer-color {
	display: inline-block;
	color: white;
	width: 24px;
	height: 24px;
	margin-right: 2px;
	border-radius: 2px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: -0.44px
}

#menu-select .layer-select.g5fast span.layer-color {
	background-color: #551166;
}

#menu-select .layer-select.g5wide span.layer-color {
	background-color: #759126;
}

#menu-select .layer-select.g4plus span.layer-color {
	background-color: #001155;
}

#menu-select .layer-select.g4 span.layer-color {
	background-color: #0851da;
}

#menu-select .layer-select.g3 span.layer-color {
	background-color: #be0000;
}

#menu-select .layer-select.g2 span.layer-color {
	background-color: #e86416;
}

@media ( min-width : 768px) {
	#menu-select {
		padding-left: 84px;
		padding-bottom: 41px;
		width: 750px;
		max-width: none;
	}
	#menu-select .layer-select {
		min-width: 300px;
		width: 47%;
	}
}

@media ( min-width : 1024px) {
	#menu-select {
		top: 114px;
		bottom: auto;
		left: 42px;
		width: 320px;
		padding-left: 24px;
		padding-bottom: 26px;
	}
}

@media ( min-width : 1440px) {
	#menu-select {
		top: 120px;
	}
}

/***** Google Maps *****/
#map-canvas {
	position: absolute;
	top: 96px;
	bottom: 356px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

@media ( min-width : 768px) {
	#map-canvas {
		top: 0px;
		bottom: 187px;
	}
}

@media ( min-width : 1024px) {
	#map-canvas {
		top: 0px;
		bottom: 0px;
	}
}