#content-free-1-62b9 {
	margin-bottom: 20px;
}

.map-container {
	position: relative;
	margin: 50px 0 0 0;
	width: 100%;
	min-height: 75vh;
	padding-bottom: 56.25%;
}

#map {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#average-inside {
	width: 130px;
}

#average-inside td {
	padding-bottom: 5px;
}

.map-control {
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
	font-family: 'Roboto', 'sans-serif';
	margin: 10px;
	padding: 5px;
	display: none;
}

#map .map-control {
	display: block;
}

#map .static-wrapper .inner-wrapper,
#map .heat-info-wrapper,
#map .category-box,
#map .image-wrapper {
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
}

#map .static-wrapper,
#map .heat-info-wrapper,
#map .category-box {
	display: block;
	z-index: 10 !important;
}

#map .image-wrapper {
	display: block;
}

#map .static-wrapper {
	top: 10px !important;
	right: auto !important;
	left: 175px;
	display: block;
	margin: 0px 0px 0px 20px;
}

#map .static-wrapper .inner-wrapper {
	display: inline-block;
	margin: 0px 0px 8px 0px;
}

#map .static-wrapper .inner-wrapper p {
	display: block;
	margin: 0px;
	padding: 10px;
	font-size: 0.9rem;
	line-height: 1em;
}

#map .heat-info-wrapper {
	right: 60px !important;
	bottom: 24px !important;
	font-size: 0.8rem;
}

#map .heat-info-wrapper table {
	margin: 5px;
}

#map .heat-info-wrapper table thead {
	font-weight: bold;
}

#map .heat-info-wrapper table thead tr td {
	padding: 5px;
}

#map .heat-info-wrapper table tr td {
	padding: 0px 5px;
}

#map .heat-info-wrapper table tr td .color-box {
	margin: 0px auto;
}

.category-box {
	display: none;
}

#map .category-box {
	top: 10px !important;
	left: 10px !important;
}

#map .category-box h5 {
	margin: 5px 10px 10px 5px;
	font-size: 1rem;
}

#map .category-box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.9rem;
}

#map .category-box ul li {
	display: block;
	padding: 0px 10px;
	margin: 8px 0px;
	cursor: pointer;
}

#map .category-box ul li:hover {
	background: #fff;
}

#map .category-box ul li.active {
	text-decoration: underline;
}

#map .category-box ul li::before {
	content: "";
	display: inline-block;
	margin: 0px 0.5em -2px 0px;
	padding: 0.5em;
	background: #fff;
	border: 1px solid #444;
	vertical-align: baseline;
}

#map .category-box ul li.active::before {
	background: #800026;
}

#map .average-box {
	display: block;
}

/* Hide accessibility text */
/*
#map .gm-style-pbc {
	display: none !important;
}
*/

#style-selector-control {
	top: 106px !important;
}

#popup-info {
	width: 150px !important;
	overflow-y: hidden !important;
	overflow-x: hidden !important;
	font-size: 0.8rem;
}

#map .info-wrapper h4 {
	margin: 0px 5px 5px 5px;
	font-size: 1rem;
}

#map .info-wrapper h5 {
	margin: 0px 5px 5px 5px;
	font-size: 0.9rem;
}

#map .info-wrapper table {
	width: 100%;
	min-width: 200px;
}

#map .info-wrapper table.final {
	font-weight: bold;
}
/* // Alternating BG
#map .info-wrapper table tr:nth-child(even) {
	background: #efefef;
}
*/
#map .info-wrapper table tr td {
	padding: 2px 5px;
}

#map .info-wrapper table tr td:last-child {
	min-width: 25%;
}

#map .info-wrapper table thead {
	border-bottom: 1px solid #333;
}

#map .info-wrapper table tbody {
	border-top: 1px solid #333;
}

#map .info-wrapper table.final tbody {
	border-top: none;
}

#map .image-wrapper {
	position: absolute;
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
	margin: 10% 15%;
	padding: 20px;
	height: 56.25%;
	background: #fff;
	z-index: 1;
}

#map .image-wrapper .overlay-image {
	display: block;
	margin: 0px 0px 0px auto;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.map-container input[type="button"] {
	line-height: normal;
	border-color: unset;
	width: 80%;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: unset;
}

@media only screen and (max-width: 768px) {
	.map-container {
		min-height: 50vh;
	}
	
	#popup-info {
		width: 100px !important;
	}

	#style-selector-control {
		bottom: 124px !important;
		top: unset !important;
		left: -4px !important;
	}

	#map .category-box {
		bottom: 30px !important;
		top: unset !important;
		left: 6px !important;
	}
	
	#map .static-wrapper {
		top: 0px !important;
		right: 10px !important;
		left: 10px !important;
		margin: 0px;
	}
	
	#map .image-wrapper {
		margin: 40px 60px 230px 10px;
		padding: 0px;
	}

	#average-inside {
		float: left;
		display: inline-block;
		height: 100%;
		width: 120px;
		border-right: 1px solid #ccc;
	}
}

.popup-tip-anchor {
	height: 0;
	position: absolute;
	max-width: 300px;
}

.popup-tip-anchor .popup-bubble-anchor {
	position: relative;
	bottom: 8px;
	left: 0;
	width: 100%;
	background-color: white;
	border-radius: 5px;
}

.popup-tip-anchor .popup-bubble-anchor::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid white;
}

.popup-tip-anchor.flipped-x .popup-bubble-anchor::after {
	left: 100%;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.popup-tip-anchor.flipped-y .popup-bubble-anchor::after {
	top: auto;
	bottom: 0px;
	border-top: 0px;
	border-bottom: 8px solid white;
}

.popup-tip-anchor .popup-buble-content {
	top: 0;
	left: 0;
	font-size: 12px;
	line-height: 1.2rem;
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	font-family: sans-serif;
	box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

.hidden {
	display: none;
}

.shadowBack {
	background-color: #E38733 !important;
	color: white;
}


.info-wrapper table tr td:nth-child(1) { width: 70%; }
.info-wrapper table tr td:nth-child(2) { width: 40%; text-align: right; }
.info-wrapper table:last-of-type tr:last-child { background-color: #dedede; }
