body, html{
	height: 100%;
}

/*HR*/
hr.primary{
	width: 65px;
	border-top: 4px solid #f08519;
}

hr.secondary{
	width: 65px;
	border-top: 4px solid #009b4c;
}

/*Index Map*/
#map{
	width: 100%; 
	height: 100%;
}

.container.service-section{
	margin-top: 78px;
	margin-bottom: 50px;
}