      .container { padding: 20px; }
      .input-group { margin-bottom: 15px; }
      /* mobile maps */
      #mapModal { display: none; position: fixed; top:0; left:0; 
	  width: 100%; height: 100%; background: #fff; z-index: 1000;}
      #map { width: 100%; height: 100%;z-index:3; }
      .closeMap { position: absolute; top: 10px; right: 10px; z-index: 1100; 
	            padding: 1rem; background:none; color: #E11D48; border: none;border-radius:3rem;
				}