.map-wrapper {
	max-width: 1440px;
	width: 100%;
	min-height: 680px;
	margin: 0 auto 20px;
}

.map-wrapper .region-map-wrapper,
.map-wrapper .neighborhood-map-wrapper {
	position: relative;
	top: 0;
	width: 100%;
	max-width: 1440px;
	display: none;
}

.map-wrapper .neighborhood-map-wrapper {top: -10px;}

.map-wrapper .region-map-wrapper.active,
.map-wrapper .neighborhood-map-wrapper.active {
	display: block;
}

/* Region/Neighborhood clickable description boxes */

.map-wrapper .region-map-box,
.map-wrapper .neighborhood-map-box {
	background-color: #425563;
    color: #fff;
    left: 250px;
    min-height: 260px;
    position: absolute;
    top: 0px;
    width: 450px;
    z-index: 10;
}

.map-wrapper .neighborhood-map-box{top: 10px;}

.map-wrapper .dotted-line {
	border-bottom: 1px dashed #fff;
    display: block;
    height: 1px;
    left: 0;
    margin: 0 auto;
    max-width: 450px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    z-index: 99;
}

.map-wrapper .region-map-box .title,
.map-wrapper .neighborhood-map-box .title {
	position: relative;
	color: #fff;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 40px;
    font-weight: 700;
    padding: 15px 35px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    cursor: pointer;
}
.map-wrapper .region-map-box .region-active .title,
.map-wrapper .neighborhood-map-box .neighborhood-active .title {color: #fff;}
.map-wrapper .region-map-box ul li {
	color: #fff;
    font-family: verdana;
    font-size: 14px;
    line-height: 28px;
    list-style-type: none;
    margin-left: 0;
    padding: 0 0 0 15px;
}
.map-wrapper .region-map-box ul li .middot {
    background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/map/mid-dot.png") no-repeat scroll 0 10px;
    display: inline-block;
    font-size: 26px;
    height: 25px;
    line-height: 14px;
    margin: 0;
    padding-right: 20px;
    vertical-align: top;
}
.map-wrapper .region-map-box ul li .info {
	display: inline-block;
	width: 95%;
}

.map-wrapper .region-map-box .region-description,
.map-wrapper .neighborhood-map-box .neighborhood-description {
	font-family: 'Verdana'. sans-serif;
	font-size: 14px;
}

.map-wrapper .neighborhood-map-box .neighborhood-description {padding: 0 35px;}

.map-wrapper .region-map-box .fa,
.map-wrapper .neighborhood-map-box .fa {position: absolute; right: 20px; top: 38px; color: #fff; cursor: pointer;}

.map-wrapper .neighborhood-map-box .neighborhood-active,
.map-wrapper .region-map-box .region-active {position: relative;}

.map-wrapper .neighborhood-map-box .neighborhood-active .fa,
.map-wrapper .region-map-box .region-active .fa {color: #323a41;}

.map-wrapper .region-map-box .neighborhood-inactive,
.map-wrapper .neighborhood-map-box .region-inactive {
	position: relative;
	background-color: #323a41;
	color: #425563;
}

.map-wrapper .region-map-box .neighborhood-inactive a,
.map-wrapper .neighborhood-map-box .region-inactive a {text-decoration: none;}
.map-wrapper .region-map-box .neighborhood-inactive a .title,
.map-wrapper .neighborhood-map-box .region-inactive a .title {
	background-color: #323a41;
	color: #425563;
}

.map-wrapper .region-map-box .desc,
.map-wrapper .neighborhood-map-box .desc {
	font-family: 'Verdana';
	font-size: 14px;
	color: #fff;
}

/* Region and Neighborhood Maps */

.map-wrapper .region-map-wrapper .region-map-img {
	background: url('/includes/public/assets/images/map/Map-Regional.svg') no-repeat 0 0;
	width: 100%;
	max-width: 1440px;
	height: 660px;
	display: block;
	margin-top: 10px;
}
.map-wrapper .region-map-wrapper .region-map-title {
	background-color: #f05323;
    color: #fff;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 52px;
    font-weight: 700;
    left: 700px;
    line-height: 62px;
    padding: 0 8px;
    position: absolute;
    text-transform: uppercase;
    top: 410px;
    cursor: pointer;
}

.map-wrapper .neighborhood-map-wrapper .neighborhood-map-img {
	background: url('/includes/public/assets/images/map/Map-Neighborhood.png') no-repeat 0 20px;
	width: 100%;
	max-width: 1440px;
	height: 681px;
	display: block;
	margin-top: 0px;
}
.map-wrapper .neighborhood-map-wrapper .neighborhood-map-img img {position: relative; top: 10px;}

.map-wrapper .neighborhood-map-wrapper map {position: relative; top: 0px;}
.map-wrapper .neighborhood-map-wrapper map area {position: relative; z-index: 99;}
.map-wrapper .neighborhood-map-wrapper .delray-map,
.map-wrapper .neighborhood-map-wrapper .westend-map,
.map-wrapper .neighborhood-map-wrapper .carlyle-map,
.map-wrapper .neighborhood-map-wrapper .oldtown-map {
	display: none;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}
.map-wrapper .neighborhood-map-wrapper .delray-map.active,
.map-wrapper .neighborhood-map-wrapper .westend-map.active,
.map-wrapper .neighborhood-map-wrapper .carlyle-map.active,
.map-wrapper .neighborhood-map-wrapper .oldtown-map.active  {
	display: block;
}

.map-wrapper .neighborhood-map-wrapper .delray-map {top: 20px; left: 734px;}
.map-wrapper .neighborhood-map-wrapper .westend-map {top: 20px; left: 0px;}
.map-wrapper .neighborhood-map-wrapper .carlyle-map {top: 397px; left: 3px;}
.map-wrapper .neighborhood-map-wrapper .oldtown-map {top: 224px; left: 771px;}

.map-wrapper .neighborhood-map-wrapper .carlyle-map {z-index: 99;}


/* Neighborhood Popup Boxes */

.map-blackout {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	top: 10px;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
	height: 100%;
	z-index: 99;
}

.neighborhood-popup {
	position: absolute;
	background-color: #fff;
	display: none;
	width: 770px;
	height: 380px;
	padding: 10px;
	margin: 0 auto;
	top: 140px;
	left: 0;
	right: 0;
	z-index: 99;
}

.neighborhood-popup .neighborhood-center {
	position: relative;
	
}

.nmBox-img-frame {
	position: relative;
	width: 360px;
	height: 360px;
	display: inline-block;
	vertical-align: top;
}

.nmBox-img-frame .nmBox-title {	
	color: #fff;
    display: inline-flex;
    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
    font-size: 60px;
    font-weight: 700;
    left: 0;
    line-height: 60px;
    margin: 0 auto;    
    position: absolute;
    right: 0;
    text-transform: uppercase;
    text-align: center;
    top: 140px;
}

.nmBox-img-frame .nmBox-title div {text-align: center; margin: 0 auto; padding: 5px;}
#nmBox-delray .nmBox-img-frame .nmBox-title div {background-color: rgba(96, 110, 178, 0.75);}
#nmBox-westend .nmBox-img-frame .nmBox-title div {background-color: rgba(218, 41, 28, 0.75);}
#nmBox-carlyleeisenhower .nmBox-img-frame .nmBox-title div {background-color: rgba(79, 134, 142, 0.75);}
#nmBox-oldtown .nmBox-img-frame .nmBox-title div {background-color: rgba(254, 80, 0, 0.75);}


.nmBox-content {
	display: inline-block;
	max-width: 380px;
	vertical-align: top;
	padding: 15px 0 0 25px;
}

.nmBox-content .nmBox-desc {
	color: #0b0e21;
	font-family: Verdana, sans-serif; 
	font-size: 14px;
}

.nmBox-content .nmBox-quicklinks .nmBox-qlinks-title {
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
	font-size: 14px;
	color: #ccc;
	text-transform: uppercase;
}

.nmBox-content .nmBox-quicklinks {margin-top: 15px;}
.nmBox-content .nmBox-quicklinks ul {margin: 0;}
.nmBox-content .nmBox-quicklinks ul li {
	background: url('/includes/public/assets/images/map/mid-dot-blue.png') no-repeat left center;
	list-style: outside none none;
    margin: 0 0 4px;
    padding:  0 0 0 30px;
}

.nmBox-content .nmBox-quicklinks ul li a {
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
	font-size: 14px;
	font-weight: 700;
	color: #425563;
	text-transform: uppercase;
	text-decoration: none;
}

.nmBox-content .nmBox-morelink {margin-top: 20px;}
.nmBox-content .nmBox-morelink a {
	background-color: #425563;
	padding: 5px;
	font-family: 'Archer SSm A', 'Archer SSm B', sans-serif; 
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	font-style: italic;
	text-decoration: none;
}

.nmBox-content .nmBox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

.nmBox-content .nmBox-close .fa {color: #425563; font-size: 22px;}

.map-blackout.active,
.neighborhood-popup.active {display: block;}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile and Tablet ***/ 

@media only screen and (max-width: 64em) {

	.map-mobile-wrapper .region-map-box,
	.map-mobile-wrapper .neighborhood-map-box {
		background-color: #425563;
	    color: #fff;
	    min-height: 145px;
	    position: relative;
	    top: 0px;
	    width: 100%;
	    z-index: 10;
	}

	.map-mobile-wrapper .region-map-box .title,
	.map-mobile-wrapper .neighborhood-map-box .title {
		position: relative;
		color: #fff;
	    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
	    font-size: 40px;
	    font-weight: 700;
	    padding: 25px 35px 10px;
	    letter-spacing: -0.02em;
	    text-transform: uppercase;
	}

	.map-mobile-wrapper .region-map-box ul li {
		color: #fff;
	    font-family: verdana;
	    font-size: 14px;
	    line-height: 28px;
	    list-style-type: none;
	    margin-left: 0;
	    padding: 0 0 0 15px;
	}
	.map-mobile-wrapper .region-map-box ul li .middot {
	    background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/map/mid-dot.png") no-repeat scroll 0 10px;
	    display: inline-block;
	    font-size: 26px;
	    height: 25px;
	    line-height: 14px;
	    margin: 0;
	    padding-right: 20px;
	    vertical-align: top;
	}
	.map-mobile-wrapper .region-map-box ul li .info {
		display: inline-block;
		width: 95%;
	}

	.map-mobile-wrapper .neighborhood-map-box .neighborhood-description {padding-left: 35px;}

	/* Neighborhood Accordion */

	.map-mobile-wrapper ul.map-section {margin: 0;}

	.neighborhood-popup {
		position: absolute;
		background-color: #fff;
		display: none;
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0 auto;
		top: 140px;
		left: 0;
		right: 0;
		z-index: 99;
	}

	.neighborhood-popup .neighborhood-center {
		position: relative;
		
	}


	.nmBox-accordion {margin: 0 10px;}
	.nmBox-img-frame {
		position: relative;
		width: 100%;
		height: 100px;
		margin: 5px 0;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
	}

	.nmBox-img-frame .nmBox-title {	
		color: #fff;
	    display: table;
	    font-family: "Gotham Cond SSm A","Gotham Cond SSm B",sans-serif;
	    font-size: 3.7rem;
	    font-weight: 700;
	    left: 0;
	    line-height: 60px;
	    margin: 0 auto;
	    padding: 5px;
	    position: absolute;
	    right: 0;
	    text-transform: uppercase;
	    text-align: center;
	    top: 15px;
	}

	.panel-Del .nmBox-img-frame .nmBox-title {background-color: rgba(96, 110, 178, 0.75);}
	.panel-West .nmBox-img-frame .nmBox-title {background-color: rgba(218, 41, 28, 0.75);}
	.panel-Carlyle .nmBox-img-frame .nmBox-title {background-color: rgba(79, 134, 142, 0.75);}
	.panel-Old .nmBox-img-frame .nmBox-title {background-color: rgba(254, 80, 0, 0.75);}

	.nmBox-accordion .content {display: none; padding-bottom: 20px;}

	.nmBox-content{width: 100%; max-width: 100%; padding: 15px 25px 0;}

}

/*** Mobile ***/ 
@media only screen and (max-width: 1024px){
	.nmBox-img-frame img {height: 100px; width: 100%;}
}

/*** Mobile ***/ 
@media only screen and (max-width: 639px){
	.nmBox-img-frame,
	.nmBox-img-frame img {height: 65px; width: 100%;}

	.nmBox-img-frame .nmBox-title {font-size: 2.5rem; line-height: 34px; top: 10px;}

	.map-mobile-wrapper .region-map-box .title, 
	.map-mobile-wrapper .neighborhood-map-box .title {padding: 10px 0 10px 20px; line-height: 36px;}
	.map-mobile-wrapper .neighborhood-map-box .neighborhood-description {padding-left: 20px;}
	.map-mobile-wrapper .region-map-box .region-description ul {margin: 0;}
	.map-mobile-wrapper .region-map-box ul li .info {width: 90%;}
}

/*** Tablet ***/ 
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

}
/*** Desktop ***/ 
@media only screen and (min-width: 64.063em) { 

}
