@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: local('roboto slab regular'), local('robotoslab-regular'), url('/fonts/RobotoSlab-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: local('roboto slab bold'), local('robotoslab-bold'), url('/fonts/RobotoSlab-Bold.ttf') format('truetype');
}
header {
  flex-shrink: 0;
}
.header-content {
  padding: 7.5px;
}
@media (max-width: 630px) {
  .header-content {
    text-align: center;
  }
}
@media (min-width: 630px) {
  .header-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}
h1 {
  font-size: 20px;
  margin: 7.5px;
}
@media (max-width: 1050px) {
  h1 span {
    display: none;
  }
}
.odswidget-text-search {
  display: inline-block;
  margin: 7.5px;
  max-width: calc(100% - 2*15px);
}
.odswidget-text-search__search-box {
  border: 1px solid #EF4836;
  font-family: inherit;
  font-size: 1rem;
  padding: 0 20px 0 10px;
  border-radius: 10px;
  width: 20em;
  max-width: 100%;
}
.odswidget-text-search__submit {
  font-size: 0.9rem;
  line-height: 1em;
  color: #EF4836;
  cursor: pointer;
}
.odswidget-clear-all-filters {
  border: 1px solid #EF4836;
  font-family: inherit;
  border-radius: 10px;
  color: #EF4836;
  font-size: 0.9rem;
  padding: 0.05em 10px;
  white-space: nowrap;
  margin: 7.5px;
}
.odswidget-clear-all-filters:not([disabled]):hover {
  background-color: #EF4836;
  color: white;
}
.odswidget-clear-all-filters[disabled] {
  color: #333;
  border-color: #333;
  cursor: default;
  opacity: 0.7;
}
.odswidget-clear-all-filters > i.fa.fa-ban {
  display: none;
}
footer {
  flex-shrink: 0;
  text-align: center;
}
@media (max-width: 480px) {
  footer {
    padding: 11.25px;
    padding-bottom: 41.25px;
  }
}
@media (min-width: 480px) {
  footer {
    padding: 11.25px;
  }
}
footer > a {
  display: inline-block;
  margin: 3.75px;
}
@media (max-width: 480px) {
  .visible-above-footer-breakpoint {
    display: none;
  }
}
@media (min-width: 480px) {
  .visible-below-footer-breakpoint {
    display: none;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
}
body {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
}
ods-dataset-context {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
}
a {
  color: #EF4836;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
div.sumome-stylebufferbottom-shim {
  display: none !important;
}
section {
  flex-shrink: 2;
  height: 100%;
  position: relative;
}
.odswidget-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.odswidget-map,
.odswidget-map__map {
  min-height: 100px;
}
.no-results {
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: calc(100% - 2*15px - 30px);
  background-color: white;
  border: 1px solid #EF4836;
  padding: 7.5px;
  border-radius: 10px;
  text-align: center;
  color: #EF4836;
}
.suggestion {
  color: #EF4836;
  font-weight: bold;
  cursor: pointer;
}
.suggestion:hover {
  text-decoration: underline;
}
.no-results__close {
  background-color: white;
  border: 1px solid #EF4836;
  color: #EF4836;
  border-radius: 10px;
  margin-top: 7.5px;
}
.no-results__close:hover {
  background-color: #EF4836;
  color: white;
}
