#map{
    height:360px;
}
#map input[type="text"] {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    line-height: 40px;
    margin-right: 0;
    
  }
 
  #map input[type="button"]:hover {
    background: rgb(235, 235, 235);
  }
  #map input[type="button"].button-primary {
    background-color: #334064;
    color: white;
  }
  #map input[type="button"].button-primary:hover {
    background-color: #334064;
  }
  #map input[type="button"].button-secondary {
    background-color: white;
    color: #1a73e8;
  }
  #map input[type="button"].button-secondary:hover {
    background-color: #d2e3fc;
  }

  #response-container {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    overflow: auto;
    max-height: 50%;
    max-width: 90%;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: small;
  }

  #instructions {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    font: 400 18px Roboto, Arial, sans-serif;
    overflow: hidden;
    padding: 1rem;
    font-size: medium;
  }


  .pac-container{
    z-index: 99999!important;
  }

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  /* background-color: #fff; */
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px #00000038;
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 250px;
  }
}


#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}
 



.autocomplete {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #matchList {
      position: absolute;
      z-index: 99;
      background-color: #fff;
      left: 0;
      max-height: 350px;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      margin-top: 0;
border: solid 1px #21252921;
border-radius: 0px 0px 7px 7px;


  }
}

@media only screen and (min-width: 768px) {
  #matchList {
      position: absolute;
      z-index: 99;
      background-color: #fff;
      left: 0;
      max-height: 350px;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      margin-top: 0;
border: solid 1px #21252921;
border-radius: 0px 0px 7px 7px;


  }
}

@media only screen and (min-width: 1024px) {
  #matchList {
      position: absolute;
z-index: 99;
background-color: #fff;
left: 0;
max-height: 350px;
overflow-y: auto;
overflow-x: hidden;
width: 100%;
margin-top: 0;
border: solid 1px #21252921;
border-radius: 0px 0px 7px 7px;

  }
}


#matchList ul li:hover {
  cursor: pointer;
  background: #eee;
}

#matchList ul li {
  font-size: 16px;
padding: 8px 20px 10px 20px;
border-bottom: solid 1px #f1f3f4;
background: #dbdee0;
}
