.us-shop-locator .page-title {
    display: none;
}

#us-store-locator-form-form .form-submit {
    display: block;
}

#us-store-locator-form-form .form-submit {
    width: 100% !important;
}
.us_store_locator-form .fieldset-wrapper{
	position:relative;
}
.map-legend{
	background:rgba(255,255,255,0.80);
	position:absolute;
	bottom:561px;
	right:10px;
	white-space:nowrap;
}

.map-legend .embassy, .map-legend .shop{
	display:inline-block;
	line-height:50px;
	vertical-align:middle;
	padding-right:10px;
}
.map-legend .embassy:before{
	content:" ";
	display:block;
	background:url(/sites/all/modules/find_us_map/map-icon-white-fullsize.png) no-repeat center center;
	background-size:cover;
	width:50px;
	height:50px;
	float:left;
}
.map-legend .shop:before{
	content:" ";
	display:block;
	background:url(/sites/all/modules/find_us_map/map-icon-green-fullsize.png) no-repeat center center;
	background-size:cover;
	width:50px;
	height:50px;
	float:left;
}
.info-header{
	font-size: 21px;
}

.gm-style-iw, #map, .gm-style-mtc div {
    font-family: "Gill Sans Alt One WGL W01 Rg", Calibri, sans-serif !important
}