/*.contactWrapper{
width: auto;
float: left;
display: inline-block;
margin-left: 20%;
 position: inherit;
left: 50%;
top: 50%;

}*/

#contactUsPageWrapper{
    width: 100%;
    font-size: 22px;
    
}
#subWrapper{
    margin-left: 15%;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
}
#subWrapper h4{
    color: #ea6e30;
    font-size: 22px;
}

/*#subWrapper p span{
display: block;    
font-size: 22px;
font-weight: bolder;
}*/

div#contactUsPageWrapper div#subWrapper span{
font-weight: bolder;    
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*Contact us and email font-size:
22px*/

html body div#contentUnderHeader div.container{
    height: auto;
}