

/* CONTACT PAGE */

.contact .map-content p {
	margin-bottom: 0em!important;
	color: black;
	margin-left: 5px;
}
.contact #project-info #content-holder li.social-icon{
	padding-top: 1em;
	display: inline-block;
}
.contact #project-info #content-holder ul li{
	padding-left: 1em;
	display: list-item!important;
	list-style-type: square!important;
}
.contact #project-info #content-holder ul#nav-sub li {
	padding-left: 0;
	display: inline-block!important;
	list-style-type: none!important;
}

.map-content{
	float:left;
	width:100%;
	text-align: left!important;
}

#map-holder-1,
#map-holder-2{
	height: 200px;
}
.contact #project-info{
	overflow: hidden;
}
.contact #project-info strong{
	margin: 0; padding: 0;
	margin-bottom: -1.75em;
}
.contact #project-info #content-holder ul{
	margin-top: 0;
	list-style-type: square;
	list-style-position: inside;
}
.contact #project-info #content-holder ul li{
	text-transform: none;
}

.contact .map-content strong{
	font-size:1rem;
	margin-bottom: 0px;
}

@media only screen and (min-width:720px) {

	.map-content{
		/*width:50%;*/
	}
	#map-holder-1,
	#map-holder-2{
		height: 350px;
	}
	#map-holder-1{	
		margin-right: 5px;
	}

}