/* Map Search */

#boards .map-container {
	position: relative;
}
#boards .map-container #map-search {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 20;
	display: flex;
	width: 100%;
	max-width: 472px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#boards .map-container #map-search input {
	margin: 0;
	font-size: 17px;
	border: none;
}
#boards .map-container #map-search input:focus {
	outline: none;
}
#boards .map-container #map-search #close-icon {
    position: relative;
	top: 11px;
    left: -20px;
	z-index: 1;
	opacity: 0;
	width: 0;
    color: #000;
    font-size: 1.5rem;
    cursor:pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#boards .map-container #map-search #close-icon.active {
	opacity: 1;
}
#boards .map-container #map-search input[type="search"] {
	position: relative;
	width: 100%;
	padding: 7px 15px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#boards .map-container #map-search input[type="submit"] {
	padding: 7px 25px;
	font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-weight: 800;
	background-color: #a21d23;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
#boards .map-container #map-search input[type="submit"]:hover {
	background-color: #052148;
}
.advanced-search,
.btn-locations {
	padding: 7px 15px;
	color: #FFF!important;
	font-size: 17px;
    font-weight: 800;
	text-transform: uppercase;
	background-color: #a21d23;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.advanced-search {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 58px;
	left: 10px;
	z-index: 5;
	width: 100%;
    max-width: 472px;
	font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #052148;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.advanced-search:hover {
	text-decoration: none;
	background-color: #a21d23;
}
.btn-locations:hover,
.btn-locations:active,
.btn-locations:focus {
	color: #FFF;
	text-decoration: none;
}
.advanced-search i {
	padding-top: .1em;
}
#boards .map-container .map-row {
	display: flex;
}
#boards .map-container .map-panel {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 0;
	overflow-x: hidden;
	z-index: 10;
	background-color: #f2f2f2;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#boards .map-container .map-panel.active {
	max-width: 500px;
}
#boards .map-container .map-panel-scroll {
	margin-top: 55px;
}
.slimScrollBar,
.slimScrollRail {
	right: 0!important;
	z-index: 2!important;
	opacity: 1!important;
	background: #5c5c5c!important;
	border-radius: 0!important;
}
.slimScrollRail {
	z-index: 1!important;
	background: #e0e0e0!important;
}
#boards .map-container .map-panel .card {
	padding: 20px 25px;
	border-bottom: 2px solid #e0e0e0;
}
#boards .map-container .map-panel .card:first-of-type {
	margin-top: 7px;
	padding-top: 13px;
}
#boards .map-container .map-panel .card.no-results {
	cursor: default;
}
.home #boards .map-container .map-panel .card {
	display: flex;
	justify-content: space-between;
}
.home #boards .map-container .map-panel .card .content {
	width: 100%;
}
.home #boards .map-container .map-panel .card .location-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
    font-size: 2.5rem;
}
.home #boards .map-container .map-panel .card .location-link:hover {
	text-decoration: none;
}
.home #boards .map-container .map-panel .card .location-link i {
	position: relative;
	left: 0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.home #boards .map-container .map-panel .card .location-link:hover i {
	left: 3px;
	color: #a21d23;
	text-decoration: none;
}
#boards .map-container .map-panel .card:not(.no-results):hover {
	background-color: #e0e0e0;
}
#boards .map-container .map-panel .card p {
	margin-bottom: 0;
	font-size: 15px;
    line-height: 20px;
}
#boards .map-container .map-panel .card a {
	display: inline-block;
	margin-bottom: 3px;
	color: #000;
}
@media (max-width: 1000px) {
	#boards .map-container #map-search,
	.advanced-search {
		max-width: 322px;
	}
	#boards .map-container .map-panel.active {
		max-width: 350px;
	}
}
@media (max-width: 700px) {
	#boards .map-container .gm-fullscreen-control {
		display: none;
	}
	#boards .map-container #map-search,
	.advanced-search {
		width: auto;
		max-width: 100%;
		right: 10px;
	}
	#boards .map-container .map-row {
		flex-direction: column-reverse;
	}
	#boards .map-container .map-panel {
		width: auto;
		max-width: 100%!important;
		max-height: 0;
		overflow-y: hidden;
	}
	#boards .map-container .map-panel.active {
		max-height: 355px;
	}
	#boards .map-container .map-panel-scroll {
		padding-top: 0;
	}
}
/* Locations */
.locations .title-bar {
	padding: 10px 50px;
	background-color: #e0e0e0;
}
.locations .title-bar h1 {
	color: #052148;
	font-size: 6rem;
	font-weight:bold; 
	text-transform: uppercase;
}
.locations .site-header+.site-content {
    padding-top: 0;
    padding-bottom: 0;
}
.locations .map {
    width: 100%;
    height: 600px;
}
#boards .map-container .map-filters {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
#boards .map-container .map-filter {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	font-family: "Roboto Condensed", "HelveticaNeue-CondensedBold", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 17px;
	font-weight: 800;
}
#boards .map-container .map-filter-inner {
	padding: 7px 15px;
	background-color: #a21d23;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
#boards .map-container .filter-label {
	text-transform: uppercase;
	cursor: pointer;
}
#boards .map-container .filter-label i,
.btn-locations i {
	position: relative;
	top: -.1em;
	font-size: .8em;
	font-weight: normal;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#boards .map-container .map-filter.open .filter-label i {
	transform: rotate(180deg);
}
#boards .map-container .filter-panel {
	height: 100%;
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#boards .map-container .map-filter:hover .filter-panel,
#boards .map-container .map-filter.open .filter-panel {
	padding: 7px 0 5px;
}
#boards .map-container .map-filter:hover > .map-filter-inner .filter-panel,
#boards .map-container .map-filter.open .filter-panel {
	max-height: 400px;
}
#boards .map-container .map-filter .filter-item {
	display: flex;
	justify-content: flex-start;
	padding: 7px 0;
	line-height: 1em;
	cursor: pointer;
}
#boards .map-container .map-filter .checkbox {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: #052148;
	border: 3px solid #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
#boards .map-container .map-filter .filter-item.active .checkbox {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
}
.locations #boards .map-container #map-search {
	left: auto;
	right: 17px;
}
.locations #boards .map-container .map-panel {
	max-width: 500px;
}
.locations #boards .map-container .map-panel .card.hide {
	display: none;
}
.locations #boards .map-container .map-panel .card .title {
	margin-bottom: .8em;
}
.locations #boards .map-container .map-panel .card-row {
	display: flex;
	justify-content: space-between;
}
.locations #boards .map-container .map-panel .card-info {
	width: 65%;
}
.locations #boards .map-container .map-panel .card-logo {
	width: 30%;
}
.locations #boards .map-container .map-panel .card p {
	margin-bottom: 15px;
}
.btn-locations-wrap {
	padding: 15px 15px 5px;
}
.btn-locations i {
	top: -.05em;
	padding-right: 0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.btn-locations:hover i {
	padding-right: 3px;
}
.locations #boards .map-container .map-panel .card .btn-locations:hover i {
	padding-left: 3px;
	padding-right: 0;
}
@media (max-width: 1000px) {
	.locations #boards .map-container .map-panel {
		max-width: 350px;
	}
}
@media (min-width: 700px) and (max-width: 850px) {
	#boards .map-container .map-filter {
		display: block;
	}
}
@media (max-width: 700px) {
	.locations .title-bar {
		padding: 10px 20px;
	}
	.locations .title-bar h1 {
		font-size: 4rem;
	}
	.locations #boards .map-container .map-row {
		flex-direction: column;
	}
	.locations #boards .map-container #map-search {
		left: 10px;
		right: 10px;
	}
	#boards .map-container .map-filters {
		top: 53px;
		right: 5px;
	}
	#boards .map-container .map-filter {
		width: 50%;
	}
	#boards .map-container .filter-label {
		text-align: center;
	}
	.locations #boards .map-container .map-panel {
		max-height: 450px;
	}
}
@media (max-width: 400px) {
	#boards .map-container .map-filters {
		flex-wrap: wrap;
	}
	#boards .map-container .map-filter {
		width: 100%;
	}
}

#boards .card .card-img-top {
	max-height: 180px;
	text-align: center;
	display: block;
}