/* Premier Map */
.leads_container{
	width: 100%;
	background-color: white;
	padding: 10px;
}
.top_category_container{
	width: 99%;
	margin:-5px 0 10px -5px;
  border-spacing: 5px;
  border-collapse: separate;
}
.top_category_container td {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	padding:8px;
	text-align: center;
	margin: 0 5px 5px 0;
	vertical-align: middle;
	background-color: #F0F1EC;
}
.top_category_container td.active {
	outline: 1px solid #DA4300;
}

.top_category_container a:hover, .top_category_container a:focus {
	opacity: 1;
}
.side_category_container{
	float:left;
	display: inline-block;
	vertical-align: top;
	width: 30%;
	background-color: #f1f2ee;
	height: 580px;
	overflow: scroll;
}
.side_category_container ul {
	padding: 20px;
	display: none;
}
.side_category_container ul.active {
	display: block;
}
.side_category_container li, .place-alone {
	position: relative;
}
.show-more {
	display: inline-block;
	width: 26px;
	height: 25px;
	background-image: url(../images/plus.png);
	background-size: 26px 25px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
}
.side_category_container a, .place-alone a {
	display: block;
	position: relative;
	font-family: 'Syncopate', sans-serif;
	color: #da4300;
	text-transform: uppercase;
	padding: 30px 60px 30px 30px;
	background-color: #fff;
}
.sub-menu {
	padding: 0px!important;
	margin: 0px;
	display: none;
}
.sub-menu li {
	margin-top: 10px;
}
.sub-menu a, .place-alone a {
	font-family: 'Oswald', sans-serif;
	color: #0c9fe1;
	text-transform: none;
	font-size: 14px;
	padding: 10px 0px 10px 15px;
}
#wheregaleads-map {
	display: inline-block;
	vertical-align: top;
	width: 67%;
	margin-left: 4px;
	height: 580px;
}
#wheregaleads-map img {
	max-width: none;
}
.map_sponsors {
	display:none;
	margin: 30px 0px;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.map_sponsors.active {
	display: block;
}
.map_sponsors__title {
	width: 320px;
	display: inline-block;
}
.map_sponsors h2 {
	text-align: center;
	display: inline-block;
	font-family: 'Syncopate', sans-serif;
	font-size: 25px;
	color: #da4300;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0;
	vertical-align: middle;
}
.map_sponsors ul {
	display: inline-block;
	margin: 0;
}
.map_sponsors ul li {
	display: inline-block;
	margin: 0 15px;
}
.map_sponsors img {
	vertical-align: middle;
}
.map_block_wrapper{
	margin: 1em 0 0 0;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.span16 .map_block{
	margin: 0 0 0 1em;
	width: 49%;
	background-color: white;
	float: left;
	min-height: 19.5em;
}
.map_block:first-child{
	margin: 0;
}
.map_block h2 {
	text-transform: none;
	font-size: 29px;
	line-height: 1.2em;
	margin: 1em 3% 0.5em 3%;
}

#location-popover img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.map_brochure {
	display:none;
}
.map_brochure.active {
	display:block;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 960px) {
	.span16 .map_block {
		width:48%;
	}
	.map_sponsors__title {
		width:100%;
		text-align: center;
	}
	.map_sponsors ul {
		text-align: center;
		display: block;
	}
	.side_category_container a {
		padding:45px 15px 15px 15px;
	}
	.sub-menu a, .place-alone a {
		padding:10px 0 10px 15px;
	}
	.show-more {
		top:25px;
		left:15px;
	}
}
@media only screen and (max-width: 767px) {
	.top_category_container, 
	.top_category_container td, 
	.top_category_container tr { 
		display: block; 
	}
	.top_category_container td { 
		border: none;
		float:left;
		position: relative;
		width: auto !important;
	}
	.side_category_container {
		width:100%;
		float:none;
	}
	#wheregaleads-map {
		width:100%;
	}
	.span16 .map_block {
		width:100%;
		margin-bottom:1em;
		min-height: auto;
		margin-left:0;
	}
	.side_category_container a {
		padding:15px 30px 15px 15px;
	}
	.sub-menu a, .place-alone a {
		padding:10px 0 10px 15px;
	}
	.show-more {
		top:50%;
		right:15px;
		left:auto;
	}
}