.masthead-contact, #map {
	width: 100%;
	height: 400px;
}
/*Google Map infoWindow*/
#content {
	padding: 20px 10px;
}
#content p{
	font-size: 15px;
	font-family: sans-serif;
	margin-bottom: 0;
}
#content #firstHeading {
	font-size: 17px;
	color: rgb(0, 48, 94);
}

/*sidebar*/
aside #contact-sidebar-heading {
	font-family: Optima;
	font-weight: bold;
	color: rgb(0, 48, 94);
	font-size: 16px;
	margin-bottom: 20px;
}
aside #contact-sidebar-content {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	font-family: sans-serif;
	font-size: 14px;
	background-color: #fafafa;
}
aside #contact-sidebar-content p {
	color: #555555;
	margin-bottom: 0;
}
aside #contact-sidebar-content p:nth-child(3) {
	margin-bottom: 25px;
}
aside #contact-sidebar-content a {
	color: #3d8ede;
	text-decoration: none;
	outline: 0;
	display: block;
}

/*content part*/
p#contact-form-required-info {
	color: #3d8ede;
	font-size: 15px;
}
div.contact-form-container {
	background-color: #fafafa;
	padding: 35px;
}
input[type="text"],
input[type="email"], 
input[type="tel"] {
	height: 40px;
	width: 95%;
	margin-bottom: 20px;
	padding-left: 8px;
}
textarea {
	resize: vertical;
	width: 95%;
	height: 140px;
	margin-bottom: 20px;
	padding-left: 8px;
}
textarea + span {
	position: relative;
	top: -120px;
	color: #3d8ede;
}
input + span {
	color: #3d8ede;
}
#submit-button {
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: rgb(61, 142, 222);
  padding: 8px 17px 8px 17px;
  text-decoration: none;
  line-height: 1.2;
  display: inline-block;
  border: 1px solid rgb(61, 142, 222);
}