.o-map .o-footer {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 90, 167, 0.6);
  color: rgb(255, 255, 255);
  font-size: 0.7em;
  height: 2.5em;
  line-height: 1.7;
  width: 100%;
  z-index: 1;
}
.o-map .awesomplete > ul > li {
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    font-size: 0.75rem;
    padding: 0;
    position: relative;
}
.o-map .awesomplete > ul > li > .heading {
    background-color: rgba(238, 238, 238, 0.5);
    cursor: default;
    display: block;
    font-size: .8rem;
    font-weight: bold;
    line-height: .75rem;
    margin: 0;
    margin-top: -1.75rem;
    padding: .5rem .75rem;
    text-transform: capitalize;
}