.map {
	position: relative;
	margin-top: 50px;
	margin-bottom: 80px;
}

.map .map-wrapper {
    width: 100%;
	margin: auto;
    padding: 0;
    overflow: visible;
}

.map .map-wrapper .mobile-map {
	display: none;	
	opacity: 0;
}

.map .dropdown {
	position: relative;
	font-family: ProximaNova-Extrabld, Proxima Nova;
}

.map .dropdown svg {
	width: 100%;
	height: auto;
}

.map .dropdown-wrapper {
	position: absolute;
	display: grid;
	margin-top: -4px;
	margin-left: 11%;
	width: 78.5%;
	z-index: 100;
}

.map .mobile-map .dropdown-wrapper {
	visibility: hidden;
	transition: visibility 300ms ease-out;
}

.map .mobile-map.active .dropdown-wrapper {
	visibility: visible;
}

.map .mobile-map.active .dropdown-wrapper {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
				rgba(0, 0, 0, 0.35) 0px 3px 5px 0px,
				rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.map .dropdown-label {
	display: grid;
	grid-template-columns: 1fr 10%;
	visibility: visible;
	font-family: var(--font-body);
	font-weight: 800;
	font-size: 24px;
	color: #0f4860;
    background: white;
	padding-left: 4%;
    padding-top: 4px;
    padding-bottom: 4px;
	text-transform: uppercase;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
				rgba(0, 0, 0, 0.35) 0px 3px 5px 0px,
				rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.map .mobile-map.active .dropdown-label {
	box-shadow: none;
	z-index: 10;
}

.map .dropdown-label .fas {
	align-self: center;
	color: #e72a72;
	font-size: 24px;
}

.map .dropdown-options .cls-54 {
    fill: #f55847;
}

.map .dropdown-options .cls-53 {
    fill: #fff;
}

.map .mobile-map .dropdown .dropdown-options {
	display: grid;
    grid-template-columns: 10% 1fr;
    padding-top: 4px;
    padding-left: 4%;
    row-gap: 3px;
	background-color: white;
    opacity: 0;
    transition: opacity 200ms ease-out;
}

.map .mobile-map .dropdown .dropdown-options svg {
	width: 100%;
}

.map .mobile-map.active .dropdown .dropdown-options svg {
	width: 100%;
}

.map .mobile-map.active .dropdown .dropdown-options {
    display: grid;
    grid-template-columns: 10% 1fr;
    padding-top: 4px;
    padding-bottom: 20px;
    padding-left: 4%;
    row-gap: 3px;
    height: 100%;
    background: white;
    opacity: 1;
    transition: opacity 200ms ease-in;
}

.map .mobile-map .dropdown .dropdown-options a {
	align-self: center;
	font-size: 24px;
	font-family: var(--font-body);
}

.map .mobile-map.active .dropdown .dropdown-options a {
	color: #0e2f5a;
	text-decoration: none;
	font-family: var(--font-body);
	font-size: 24px;
	align-self: center;
}

g rect.cls-14:not(text),
g path.cls-14:not(text),
g path.cls-120:not(text) {
	cursor: pointer;	
}

#combined-roads-white path.cls-14,
#road-markers path.cls-14,
#Title path.cls-14, #Title rect.cls-14 {
	cursor: unset;
}

@media (min-width: 1025px) {
	#elmwood-park-zoo:hover #elmwood-park-zoo-hover {
		opacity: .9999999;
	}

	#spring-mountain:hover #spring-mountain-hover {
		opacity: .9999999;
	}

	#green-lane:hover #green-lane-park-hover {
		opacity: .9999999;
	}

	#perkiomen-trail:hover #perkiomen-trail-hover {
		opacity: .9999999;
	}

	#bryn-atyhn-cathedral:hover #bryn-athyn-cathedral-hover {
		opacity: .9999999;
	}

	#keswick-theatre:hover #keswick-theatre-hover {
		opacity: .9999999;
	}

	#king-of-prussia-mall:hover #king-of-prussia-mall-hover {
		opacity: .9999999;
	}

	#schuylkill-river-trail:hover #schuylkill-river-trail-hover {
		opacity: .9999999;
	}

	#valley-forge-casino:hover #valley-forge-casino-hover {
		opacity: .9999999;
	}

	#philadelphia-expo-center:hover #philadelphia-expo-center-hover {
		opacity: .9999999;
	}

	#carousel-pottstown:hover #carousel-pottstown-hover {
		opacity: .9999999;
	}

	#Pottstown_Manor:hover #carousel-pottstown-hover_copy {
		opacity: .9999999;
	}

	#john-james-audubon-center:hover #john-james-audobon-center-hover {
		opacity: .9999999;
	}

	#valley-forge-national-park:hover #valley-forge-national-park-hover {
		opacity: .9999999;
	}

	#xl-sports-world:hover #xl-sports-world-hover {
		opacity: .9999999;
	}

	#fort-washington:hover #fort-washington-hover {
		opacity: .9999999;
	}

	.map .map-wrapper svg #ATTRACTIONS_POI > g > g:nth-child(2) {
		transition: ease 400ms;
	}
}

@media (max-width: 1024px) {
	.map .map-wrapper .map-desktop {
		display: none;
	}

	.map .map-wrapper .mobile-map {
		display: unset;
	}
}

@media (max-width: 640px) {
	.map .mobile-map .dropdown .dropdown-options a,
	.map .mobile-map.active .dropdown .dropdown-options a {
	  color: #0e2f5a;
	  text-decoration: none;
	  font-family: var(--font-body);
	  font-size: 12px;
	}

	.map .dropdown-label {
	  font-size: 12px;
	}

	.map .dropdown-label .fas {
	  font-size: 16px;
	}
}

@media (max-width: 319px) {
	.map .mobile-map.active .dropdown .dropdown-options {
		margin-right: 5px;
	}
}
