﻿/* contact2.htm with half map */
.contact-half-map {
	height: 400px;
	position: relative;
}

.map-left {
	background: url('../../graphics/section3-dots.png') left center, rgba(28,110,72

, 0.90);
	position: relative;
	z-index: 1;
	height: 400px;
	width: 50%;
	padding-left:20px;
}

.map-left:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: rgba(28,110,72

, 0.90);
	border-width: 30px;
	margin-top: -30px;
}

p.address{
  margin-bottom: 10px ;
   margin-top: 10px ;
}

p.address span{
  font-size:16px; 
  margin:0px 20px 10px 20px;
  font-weight:400;
  line-height:1;
  padding:0;
  color:rgba(255,255,255,0.65);
}
