html, body, #viewport, #content-frame, .map-wrapper {
	height: 100%;
}

#content {
	height: 100%;
	height: calc(100% - 78px);
}

@media screen and (min-width: 768px) {
	#content {
		height: calc(100% - 104px);
	}
}

.marker-popup {
	min-width: 300px;
}

/*.marker-popup .tab-content {
	min-height: 300px;
}
*/
.map-wrapper {
	position: relative;
}

.map-menu {
	background-color: #0B608E\9;
	background-color: rgba(11, 96, 142, 0.901961);
	opacity: 1;
	box-shadow: rgba(0, 39, 76, 0.298039) -2px 0px 4px 0px;
	padding: 9px;
	color: #F5F5F5;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}
.map-menu h3,
#directions {
	display: none;
}

#controls {
	list-style: none;
	padding:0;
	margin:0;
	display: block;
}

#downloads li a,
#controls li a {
	color: #F5F5F5;
	padding: 5px 0;
}

#controls li a .text {
	display: none;
}

#controls li a img,
#downloads li a img {
	width: 33px;
	max-width: 33px;
}

#controls li a:hover,
#controls li.active a,
#downloads li a:hover,
#controls li a:focus,
#downloads li a:focus,
#downloads li.active a {
	background-color: #F5F5F5;
	color: #0B608E;
	outline: none;
}

.chosen-container {
	margin-bottom: 10px;
}
/*#individual-control .btn {
	position: relative;
	text-align: left;
}
#individual-control .btn .dropdown-text {
	padding-left: 10px;
}
#individual-control .btn .caret {
	position: absolute;
	right: 10px;
	top: 15px;
}
#individual-control .dropdown-menu {
	background-color: #00274C;
	border-color: #00274C;
	width: 100%;
}
*/
#google-map {
	width: 100%;
	height: 100%;
}
#main-footer, .jumbotron {
	display: none;
}

#downloads {
	display: none;
}

@media screen and (min-width: 992px) {
	.map-menu {
		width: 25%;
		height: 100%;
		padding: 15px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.map-menu h3 {
		display: block;
		text-align: center;
		color: #fff;
	}
	#controls {
		
	}
	#controls li {
		margin-bottom: 5px;
		width: 100%;
		display: block;
	}
	#controls li a,
	#downloads li a {
		display: block;
		width: 100%;
		padding: 5px;
		font-family: "Open Sans",HelveticaNeue,"Helvetica Neue","Segoe UI","Avenir Next",Avenir,"Gill Sans MT",Roboto,Helvetica,Arial,sans-serif;
		font-weight: 700;
		font-size: 16px;
		text-align: left;
	}
	#controls li a .text {
		display: inline;
	}
	#controls li a img,
	#downloads li a img {
		margin-right: 7px;
	}
	#downloads {
		display: block;
		padding:0;
		margin:0;
		list-style: none;
	}
	#directions {
		display: block;
		position: absolute;
		bottom: 0;
		z-index: 3;
		background-color: #0B608E\9;
		background-color: rgba(11, 96, 142, 0.95);
		opacity: 1;
		box-shadow: rgba(0, 39, 76, 0.8) -2px 0px 4px 0px;
		padding: 15px;
		color: #F5F5F5;
		width: 100%;
		height: 300px;
		overflow-y: auto;
	}

	.adp, .adp table, .adp-list {
		color: #F5F5F5;
	}

	.adp-text {
		color: #0B608E;
	}
}