.custom-location-map-wrap {
	position: relative;
}

.custom-location-map-img {
	background: no-repeat center url('../png/location-map-img-test.png');
	width: 829px;
	height: 521px;
	position: relative;
}

.custom-location-map-marker {
	display: block;
	width: 35px;
	height: 47px;
	background: no-repeat center url('../png/location-map-marker.png');
}

.custom-location-map-marker {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}

/* Map Markers */
#marker-atlanta {
	right: 175px;
    bottom: 180px;
}

#marker-brevard-county {
	bottom: 75px;
    right: 125px;
}

#marker-broward-county {
	right: 130px;
	bottom: 35px;
}

#marker-charlotte {
	position: absolute;
	bottom: 217px;
	right: 135px;
	cursor: pointer;
}

#marker-east-valley {
	right: auto;
	bottom: 170px;
	left: 115px;
}

#marker-exton-pa {
	bottom: 325px;
	right: 55px;
}

#marker-jackson {
	bottom: 230px;
    right: 60px;
}

#marker-kansas-city {
	bottom: 275px;
	right: 340px;
}

#marker-king-of-prussia {
	bottom: 320px;
	right: 85px;
}

#marker-knoxville {
	bottom: 225px;
	right: 170px;
}

#marker-nashville {
	bottom: 220px;
	right: 215px;
}

#marker-new-york-city {
	bottom: 355px;
    right: 35px;
}

#marker-orlando {
	right: 115px;
	bottom: 55px;
}

#marker-palm-beach-county {
	right: 100px;
	bottom: 30px;
}

#marker-san-diego {
	left: 60px;
    bottom: 185px;
}

#marker-tennessee {
	bottom: 200px;
	right: 250px;
}

/* Custom Map Info */
.custom-location-map-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px 0px #7d7d7d;
	text-align: center;
	padding: 10px;
	z-index: 2;
	display: none;
	margin-left: -50px;
}

.custom-location-map-info::after {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    z-index: 1;
}

.custom-location-map-info.active {
	display: block;
}

.custom-location-map-title {
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	line-height: 1.2;
}

.custom-location-map-cta {
	line-height: 1;
}

.custom-location-map-cta a {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.custom-location-map-cta a:hover {
	text-decoration: underline;
	color: #ed1c24;
}

.custom-location-map-close {
	font-size: 12px;
    font-weight: 700;
    line-height: 1;
    right: 2px;
    top: 0;
    position: absolute;
    right: 2px;
    top: 0;
}

.custom-location-map-close:hover {
	color: #000;
}