.nowrap {
  white-space: nowrap;
}
.hidden {
  display: none;
}
.hiddenTxt {
  left: -999em;
  overflow: hidden;
  position: absolute;
}
.clearFix {
  clear: both;
  float: left;
  width: 100%;
}
.date {
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.skipLink {
  font-family: 'Montserrat', "Trebuchet MS", Verdana, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  position: relative;
  z-index: 10000;
}
.skipLink a {
  display: inline-block;
  position: absolute;
  top: -3em;
}
.skipLink a:focus {
  background-color: white;
  padding: 5px 10px;
  top: 0;
}
.skipLink + .centerAlign {
  margin-top: 0;
}
.no-js .toggleListMapButtons,
.no-js .mapView,
.no-js .resultHeading {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
