/*Contact Pages

------------------------------------*/

.map {

	width:100%; 

	height:350px;

	border-top:solid 1px #eee;

	border-bottom:solid 1px #eee;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

}

@media (max-width: 1199.98px) {
  .map {
    height: 300px;
  }
}
@media (max-width: 992.98px) {
  .map {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .map {
    height: 200px;
  }
}


/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/

.map img {
  width: 100%;
	max-width: 100%;

}



.map-box {

	height: 250px;

}



.map-box-space {

	margin-top: 15px;

}

.map-box-space1 {

	margin-top: 7px;

}



/*Custom Sky Forms (Advanced Contacts Page)*/

.sky-changes-3.sky-form,

.sky-changes-3.sky-form footer {

  border: none; 

}



.sky-changes-3.sky-form footer,

.sky-changes-3.sky-form fieldset {

	padding: 0;

	background: none;

}

.sky-form .textarea textarea {

	height: 8em;

}