/* AUSTIN MAP */
.austin-map {
	position: relative;
	padding-top: 20px;
	margin-bottom: 40px;
	background-image: url(/includes/public/assets/bg.png);
}
.austin-map .map-container {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
.austin-map .image-background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(/includes/public/assets/map-mobile.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.austin-map .neighborhood-underlay-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.austin-map .neighborhood-underlay {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	pointer-events: none;
}
.austin-map .neighborhood-underlay a {
	pointer-events: all;
}
.austin-map .neighborhood-underlay a .cls-1 {
	fill: rgba(0,0,0,0);
	transition: 0.6s;
}
.austin-map .neighborhood-underlay.active a .cls-1,
.austin-map .neighborhood-underlay a:hover .cls-1 {
	fill: #ff4539;
	opacity: 0.5;
	transition: 0.6s;
}
.austin-map .neighborhood-underlay.desktop {
	display: none;
}
.austin-map .neighborhood-underlay.west {
	width: 39.5%;
}
.austin-map .neighborhood-underlay.south {
	top: 71.8%;
	left: 5%;
	width: 43.8%;
}
.austin-map .neighborhood-underlay.downtown {
	top: 63.8%;
	left: 30%;
	width: 21%;
}
.austin-map .neighborhood-underlay.central {
	top: 8%;
	left: 36.5%;
	width: 28.2%;
}
.austin-map .neighborhood-underlay.north {
	top: 0px;
	left: 6.5%;
	width: 93.3%;
}
.austin-map .neighborhood-underlay.east {
	top: 32%;
	left: 44%;
	width: 56%;
}
.austin-map .map-overlay {
	display: block;
	position: relative;
	pointer-events: none;
}
.austin-map .map-overlay img {
	width: 100%;
}

.austin-map .infobox-container {
	pointer-events: none;
	background-color: #fff;
}
.austin-map .infobox-container .neighborhood-infobox {
	position: relative;
	background-color: #fff;
	max-width: 290px;
	pointer-events: all;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.25);
	margin: auto;
	z-index: 2;
	transition: ease-out 0.4s;
	visibility: hidden;
	opacity: 0;
}
.austin-map .infobox-container .neighborhood-infobox.active {
	transition: ease-in 0.6s;
	visibility: visible;
	opacity: 1;
}
.austin-map .neighborhood-infobox .close-button {
	font: 400 20px/0.9 "DIN Next LT W01 Regular", sans-serif;
	padding: 6px 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	background-color: #434444;
	border: 3px solid #fff;
	border-radius: 19px;
	transform: translate(50%, -50%);
}
.austin-map .neighborhood-infobox img {
	width: 100%;
}
.austin-map .neighborhood-infobox .infobox-caption {
	border-left: 4px solid #434444;
	border-right: 4px solid #434444;
	padding: 13px 15px 0px;
}
.austin-map .neighborhood-infobox h3 {
	font: 400 20px/0.9 "DIN Next LT W01 Bold", sans-serif;
	color: #434444;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.austin-map .neighborhood-infobox p {
	font: 400 16px/1.48 "DIN Next LT W01 Medium", sans-serif;
	color: #434444;
	margin-bottom: 15px;
}
.austin-map .neighborhood-infobox .sh-more-link {
	font: 400 18px/1 "DIN Next LT W01 Medium Italic",sans-serif;
	background-color: #434444;
	color: #fff;
	display: block;
	text-align: center;
	padding: 14px;
	margin: 0px -15px;
	letter-spacing: 1px;
}
.austin-map .neighborhood-controls {
	display: none;
}
.austin-map .neighborhood-controls i {
	font-size: 41px;
	color: #ff4539;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 30px;
	margin: 0px 5px;
	pointer-events: auto;
	cursor: pointer;
}
@media screen and (max-width: 40em) {
	.austin-map .map-container {
		width: 100%;
		margin-bottom: 15px;
	}
	.info-wrapper {
		position: relative;
	}
	.austin-map .neighborhood-controls {
		position: absolute;
		display: flex;
		justify-content: center;
		bottom: 50%;
		left: 0px;
		right: 0px;
	}
	.austin-map .neighborhood-infobox .close-button {
		display: none;
	}
}
@media screen and (min-width: 40.063em) {
	.austin-map .image-background {
		background-image: url(/includes/public/assets/map.jpg);
	}
	.austin-map .neighborhood-underlay.desktop {
		display: block;
	}
	.austin-map .neighborhood-underlay.mobile {
		display: none;
	}
	.austin-map .neighborhood-underlay.west {
		top: 0px;
		left: 0px;
		width: 45%;
	}
	.austin-map .neighborhood-underlay.south {
		top: 71%;
		left: 20%;
		width: 31.8%;
	}
	.austin-map .neighborhood-underlay.downtown {
		top: 63.8%;
		left: 39%;
		width: 15%;
	}
	.austin-map .neighborhood-underlay.central {
		top: 7%;
		left: 42.5%;
		width: 20.2%;
	}
	.austin-map .neighborhood-underlay.north {
		top: 0px;
		left: 21.5%;
		width: 78.55%;
	}
	.austin-map .neighborhood-underlay.east {
		top: 29.45%;
		left: 47.7%;
		width: 52.35%;
	}
	.austin-map .infobox-container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
		background-color: rgba(0,0,0,0);
	}
	.austin-map .infobox-container .neighborhood-infobox {
		position: absolute;
		width: 290px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.austin-map .infobox-container .neighborhood-infobox.west {
		left: 40%;
	}
	.austin-map .infobox-container .neighborhood-infobox.central,
	.austin-map .infobox-container .neighborhood-infobox.downtown {
		left: 65%;
	}
	.austin-map::after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 20px;
		background-color: #fff;
		z-index: 0;
	}
}
@media screen and (min-width: 64.063em) {
	.austin-map .infobox-container .neighborhood-infobox.north {
		top: 27%;
		left: 54%;
		transform: none;
	}
}
@media screen and (max-width:1024px) and (min-width: 640px) {
	.austin-map .neighborhood-infobox h3 {
		font: 400 16px/0.9 "DIN Next LT W01 Bold", sans-serif;
	}
	.austin-map .neighborhood-infobox .sh-more-link {
		font: 400 15px/1 "DIN Next LT W01 Medium Italic",sans-serif;
		padding: 7px;
	}
	.austin-map .neighborhood-infobox p {
		font: 400 14px/1.48 "DIN Next LT W01 Medium", sans-serif;
	}
	.austin-map .infobox-container .neighborhood-infobox {
		width: 220px;
	}
	.austin-map .infobox-container .neighborhood-infobox.central.active,
	.austin-map .infobox-container .neighborhood-infobox.downtown.active {
		left: 77%;
	}
}
@media screen and (max-width: 640px) {
	.austin-map .neighborhood-underlay a {
		pointer-events: none;
	}
	.austin-map .infobox-container .neighborhood-infobox {
		max-width: 100%;
		visibility: visible;
		opacity: 1;
		transition: none;
	}
	.austin-map .infobox-container {
		pointer-events: none;
		background-color: #fff;
		max-width: 290px;
		overflow: hidden;
		margin:0 auto;
	}
}
@media screen and (min-width: 300px) and (max-width: 440px ) {
	.austin-map .neighborhood-controls .map-next {
	    position: absolute;
	    right: 20px;
	    z-index: 3;
	    transform: translateY(-130%)!important;
	}

	.austin-map .neighborhood-controls .map-prev {
	    position: absolute;
	    left: 20px;
	    z-index: 3;
	    transform: translateY(-130%)!important;
	}
}
.austin-map .neighborhood-controls .map-next {
    position: absolute;
    right: 20px;
    z-index: 3;
    transform: translateY(-50%);
}

.austin-map .neighborhood-controls .map-prev {
    position: absolute;
    left: 20px;
    z-index: 3;
    transform: translateY(-50%);
}
