.single-aios-communities{}
.single-aios-communities .ip-banner canvas{
	height: 100vh;
}
.community-featured-image{
	display: block;
	max-width: 100%;
	margin: 60px auto 0;
}
.local-items{
	display: flex;
	flex-direction: column;
	margin: 30px 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
	.local-items:not(.no-margin) li{
		margin-top: 30px;
	}
		.local-items:not(.no-margin) li:first-child{
			margin-top: 0;
		}
		.local-items li h3{
			margin: 0 !important;
			font-weight: 400 !important;
			font-family: var(--font-noe);
			font-size: 22px !important;
			color: #000;
		}
		.local-items li p{
			margin: 0 !important;
		}
		.local-items li a{
			font-size: 12px;
		}

#fullscreen_community_mapidleaflet{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
#community_mapidleaflet{
	float: left;
	width: 100%;
	min-height: 500px;
	height: 100%;
}

.aios-communities center strong{
	font-family: var(--font-noe);
}

.single-aios-communities #hh-showcase{
	background-color: #000; 
	padding: 100px 0;
	margin-top: 50px;
}
.single-aios-communities #hh-exclusive-properties{
	margin-top: 50px;
}

@media only screen and (min-width: 992px) {
	.local-favorite .row{
		display: flex;
	}
}