#mapWrapper {width:100%;height:450px;margin-bottom:25px}
#mapWrapper *{box-sizing:content-box;-moz-box-sizing:content-box;line-height:1.3em}
#mapWrapper h2{font-size:14px;margin-bottom:0}
#mapWrapper input[type="text"]{margin-right:5px}

input#saddr {
  width: 145px !important;
  line-height: 2;
}

.mapLocations {position:relative;overflow:auto}
.content .mapLocations li {padding:0 1em 1em 2.5em;position: relative}
.mapLocations li:before {position: absolute;left: 1em;top: 0;display: block}
.mapLocations li>a{display:block;text-indent: 0}

@media screen and (min-width:900px) {
.mapLocations li {float:left; width:33%;}
.mapLocations li:nth-child(3n+4){clear:left}
}
@media screen and (min-width:450px) and (max-width:899px) {
.mapLocations li {float:left; width:50%;}
.mapLocations li:nth-child(2n+3){clear:left}
}
