/*Contact Pages
------------------------------------*/
.map {
	width:100%; 
	height:350px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
.map img {
	max-width: none;
}

.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;
}

.alsident,.nederman,.donaldson, Attenuators{
	background-repeat: repeat;
    background-color:cadetblue;
}
.alsident
{ 
	background-image:url("../../images/Alsident_system.jpg");
}
.nederman
{ 
	background-image:url("../../images/Nederman_Header.jpg");
}
.attenuators
{ 
	background-image:url("../../images/attenuators_environment.jpg");
}
.systemaire_about
{
    background-image:url("../../images/about_systemaire.jpg");
}

.donaldson{ 
	background-image:url("../../images/donaldson_bg.jpg");
}
.nederman_div ul{padding-left:15px}

#green li h1, li h2{
   text-align:left;
   padding:1px 0px 5px 10px;
   font-style: normal;
   background-color: rgba(0, 147, 208, 0.8);
}

#green li h2 {
    font-size: 30px;     
}
#green li h1 {
    font-size: 36px;    
    text-transform: uppercase;
}