@import"https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400&family=Roboto+Condensed:wght@400;700&family=Material+Icons&display=swap";

html {
  font-family:sans-serif;
  line-height:1.15;
  -webkit-text-size-adjust:100%;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

body {
  margin:0;
  font-family:"Cabin",sans-serif;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#212529;
  text-align:left;
  background-color:#f6f6f6;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

#map { 
 	position: relative;
	border: 1px solid #999;
	padding: 0;
}
.mapLegend {
	margin: 12px 0 0 0;
	overflow: hidden;
}
.mapLegend p, .mapLegend img {
	display: inline;
}
.mapLegend p {
	font-size: 1rem;
	margin-right: 12px;
}
.mapLegend img {
	vertical-align: middle;
	
}

#zone-search-wrapper {
	margin-bottom: 20px;
}
#zone-search-wrapper .search-form .search-form-text {
    border-bottom: 4px solid #999;
    outline: 0!important;
    background-color: #fff!important;
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
    color: #000!important;
}

.search-form {
  position: relative;
}
.search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 48px;
  font-size: 1.2rem;
  border: 0;
  background: none;
  cursor: pointer;
}

.search-form #address  {
  width: 100%;
  font-size: 1.3em;
  font-size: 16px;
  height: 56px;
  background: #f4f4f4;
  border: 0;
  border-bottom: 1px solid #757575;
  border-radius: 0;
  margin: 0;
  padding: 20px;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-in-out;
}