html, body {
  height: 100%;
}

body {
  margin: 0;
  overflow: hidden;
  background-color: #f0f0f0;
}

body.loading #splash {
  opacity: 1;
}

#splash {
  min-height: 100%;
  overflow: hidden;
  opacity: 0;
}

figure {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  display: inline-block;
  width: 48px;
  height: 56px;
}

#announcer {
  position: fixed;
  height: 0;
  overflow: hidden;
}

.pac-container {
  font-family: "Benton Sans";
  box-shadow: 0 1px 3px 0 rgba(18, 18, 18, 0.2);
  background-color: #f4f4f4;
}

.pac-logo:after {
  content: "";
  padding: 0;
  height: 0%;
  text-align: initial;
  display: none;
  background-image: none;
  background-position: initial;
  background-repeat: initial;
  background-size: initial;
}

.pac-icon {
  width: 0;
  height: 0;
  margin-right: 0;
  margin-top: 0;
  display: none;
  vertical-align: top;
  background-image: none;
  background-size: initial;
}

.pac-item {
  padding: 0 calc(((2 * 8) / 16) * 1rem);
  line-height: 55px;
  max-height: 55px;
}

.pac-matched {
  font-weight: 500;
}