:root, :host {
  --ol-background-color: white;
  --ol-accent-background-color: #f5f5f5;
  --ol-subtle-background-color: #80808040;
  --ol-partial-background-color: #ffffffbf;
  --ol-foreground-color: #333;
  --ol-subtle-foreground-color: #666;
  --ol-brand-color: #0af;
}

.ol-box {
  box-sizing: border-box;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
  border-radius: 2px;
}

.ol-mouse-position {
  position: absolute;
  top: 8px;
  right: 8px;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  padding: 2px;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
  text-align: center;
  will-change: contents, width;
  border-top: none;
  margin: 1px;
  font-size: 10px;
  transition: all .25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
  width: 1px;
  height: 15px;
}

.ol-scale-step-text {
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
  font-size: 10px;
  position: absolute;
  bottom: -5px;
}

.ol-scale-text {
  text-align: center;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
  font-size: 12px;
  position: absolute;
  bottom: 25px;
}

.ol-scale-singlebar {
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
  height: 10px;
  position: relative;
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport, .ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
  position: absolute;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  transition: opacity .25s linear, visibility linear;
  top: .5em;
  right: .5em;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  top: .5em;
  right: .5em;
}

.ol-control button {
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  font-size: inherit;
  text-align: center;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
  width: 1.375em;
  height: 1.375em;
  margin: 1px;
  padding: 0;
  line-height: .4em;
  text-decoration: none;
  display: block;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  will-change: transform;
  font-weight: normal;
  display: block;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover, .ol-control button:focus {
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
  text-decoration: none;
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  flex-flow: row-reverse;
  align-items: center;
  max-width: calc(100% - 1.3em);
  display: flex;
  bottom: .5em;
  right: .5em;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  margin: 0;
  padding: 1px .5em;
  font-size: 12px;
}

.ol-attribution li {
  list-style: none;
  display: inline;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-width: inherit;
  vertical-align: middle;
  max-height: 2em;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  border-radius: 4px 0 0;
  bottom: 0;
  right: 0;
}

.ol-attribution.ol-uncollapsible img {
  max-height: 1.6em;
  margin-top: -.2em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  height: 200px;
  top: 4.5em;
  left: .5em;
}

.ol-zoomslider button {
  height: 10px;
  position: relative;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  bottom: .5em;
  left: .5em;
}

.ol-overviewmap.ol-uncollapsible {
  border-radius: 0 4px 0 0;
  bottom: 0;
  left: 0;
}

.ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  width: 150px;
  height: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  position: absolute;
  bottom: 0;
  left: 0;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

html {
  padding: 0;
  font-family: sans-serif;
}

body {
  color: #201f27;
  background-color: #c8d2e4;
  height: 100vh;
  margin: 0;
  font-size: 100%;
}

a {
  text-decoration: none;
}

h1 {
  color: #002f5e;
  text-align: center;
  margin-top: .5rem;
  font-size: 1.5rem;
}

@media only screen and (width >= 480px) {
  h1 {
    margin-top: inherit;
    text-align: left;
    font-size: 2rem;
  }
}

h2 {
  text-align: center;
  font-size: 1.3rem;
}

@media only screen and (width >= 480px) {
  h2 {
    text-align: left;
    font-size: 1.5rem;
  }
}

h4 {
  margin-bottom: .25rem;
}

.hidden {
  display: none;
}

img.dark-background {
  background-color: #000;
  padding: .5rem;
}

.main-nav {
  background-color: #f3f6fd;
  border-bottom: 2px solid #0092ad;
  margin: 0;
  padding: .25rem .5rem;
}

@media only screen and (width >= 480px) {
  .main-nav {
    padding: 1rem 1rem .5rem;
  }
}

.nav__link {
  color: #002f5e;
  text-decoration: none;
}

.nav__link:visited {
  color: #002f5e;
}

.nav_list {
  text-align: center;
  justify-content: space-evenly;
  padding: 0;
  list-style-type: none;
  display: flex;
}

@media only screen and (width >= 480px) {
  .nav_list {
    justify-content: start;
  }
}

.nav__link--small {
  color: #0092ad;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}

.nav__link--small:visited {
  color: #0092ad;
}

.nav__link--small:hover {
  color: #e66b3d;
}

.each_elem {
  color: #e66b3d;
  margin: 0 10px;
}

.results__container {
  background-color: #f3f6fd;
  padding: .5rem 0;
}

@media only screen and (width >= 480px) {
  .results__container {
    padding: 2rem 0;
  }
}

.results {
  background-color: #f3f6fd;
  padding: 0 .25rem;
  list-style: none;
}

@media only screen and (width >= 480px) and (width <= 767px) {
  .results {
    padding: 0 1rem;
  }
}

@media only screen and (width >= 768px) {
  .results {
    padding: 0 2rem;
  }
}

.results--empty {
  padding-bottom: 2rem;
}

.result {
  background-color: #fff;
  border-bottom: 2px solid #c8d2e4;
  margin: 1rem 0;
  padding: .5rem;
}

.result__doi {
  text-align: right;
  height: 1rem;
  padding: .25rem;
}

.doi__link {
  color: #201f27;
  font-weight: 200;
}

.result--full {
  display: none;
}

.result--truncated {
  display: inline;
}

.results__container--no-js .result_field--full {
  display: block;
}

.results__container--no-js .result_field--truncated {
  display: none;
}

.result__title {
  color: #002f5e;
  font-size: 1.5rem;
}

.result__url {
  color: #002f5e;
  font-weight: 800;
}

.result__keywords {
  font-weight: 200;
}

.result__license a {
  color: #002f5e;
  font-weight: 800;
}

.result__license a:focus, .result__license a:hover {
  color: #0092ad;
}

.result__temporal-coverage {
  padding: 0;
  list-style: none;
}

.show_more_button, .show_less_button {
  color: #fff;
  cursor: pointer;
  float: unset;
  background-color: #0092ad;
  border: 2px solid #0092ad;
  border-radius: 0;
  margin: 1rem 0;
  padding: .5rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition-duration: .5s;
  display: block;
}

.show_more_button:hover, .show_less_button:hover {
  color: #0092ad;
  background-color: #fff;
}

.screenreader-text {
  text-align: left;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
}

.screenreader-text:focus {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  overflow: visible;
}

.data_source {
  text-align: right;
}

.data_source__link {
  color: #002f5e;
  font-weight: 800;
}

.data_source .data_source__image {
  vertical-align: middle;
  max-width: 50px;
  margin: .25rem;
  display: inline;
}

.search__header {
  color: #002f5e;
  padding: 0 .25rem;
  font-weight: normal;
}

@media only screen and (width >= 480px) {
  .search__header {
    padding: 0 1rem;
  }
}

.search__field {
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 1rem;
  display: flex;
}

.search__label {
  padding: .6rem 0;
  font-weight: 800;
}

.search__label--secondary {
  padding: .6rem 0;
  font-weight: 400;
}

.search {
  background-color: #f3f6fd;
  padding: 0 0 .5rem;
}

@media only screen and (width >= 480px) {
  .search {
    padding: 1rem;
  }
}

.search input {
  border: 1px solid #0092ad;
  flex: 1;
  margin: .25rem .5rem;
  padding: .25rem;
  line-height: 1.2rem;
}

.search__button {
  color: #fff;
  cursor: pointer;
  background-color: #e66b3d;
  border: 2px solid #e66b3d;
  border-radius: 0;
  margin: 0 1rem;
  padding: .5rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition-duration: .5s;
}

.search__button:hover {
  color: #e66b3d;
  background-color: #fff;
}

.search__button:disabled {
  cursor: default;
  color: #999;
  background-color: #f3f6fd;
  border-color: #999;
}

.clear__button {
  color: #fff;
  cursor: pointer;
  float: right;
  background-color: #0092ad;
  border: 2px solid #0092ad;
  border-radius: 0;
  margin: 0 1rem;
  padding: .5rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition-duration: .5s;
}

.clear__button:hover {
  color: #0092ad;
  background-color: #fff;
}

.clear__button:disabled {
  cursor: default;
  color: #999;
  background-color: #f3f6fd;
  border-color: #999;
}

.date-picker {
  justify-content: flex-start;
  margin: 0;
}

.date-picker__group {
  flex: 0 auto;
  padding: .5rem 0;
}

.loading {
  opacity: .9;
  background-color: #f3f6fd;
  width: 100%;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
}

.loader-wheel {
  border: 2px solid #1e1e1e80;
  border-left: 4px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 3rem auto 1rem;
  animation: 1s linear infinite spin;
}

.loader-text {
  color: #002f5e;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: arial, sans-serif;
  font-weight: 800;
}

.loader-text:after {
  content: "Loading";
  animation: 2s linear infinite load;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.paginator__list {
  list-style: none;
  display: flex;
}

.paginator__element {
  margin: .25rem;
}

.pagination {
  color: #002f5e;
}

.pagination:hover {
  color: #0092ad;
}

.pagination--current {
  font-weight: 800;
}

.results__number {
  color: #002f5e;
  margin-left: .25rem;
  font-weight: 800;
}

@media only screen and (width >= 480px) {
  .results__number {
    margin-left: 2rem;
  }
}

.error {
  background-color: #f3f6fd;
  padding: .25rem;
}

@media only screen and (width >= 480px) and (width <= 767px) {
  .error {
    padding: 1rem;
  }
}

@media only screen and (width >= 768px) {
  .error {
    padding: 2rem;
  }
}

.error__link {
  color: #002f5e;
  font-weight: 800;
}

.about__container {
  background-color: #f3f6fd;
  margin-top: .5rem;
  padding: .5rem;
}

@media only screen and (width >= 480px) {
  .about__container {
    margin: 2rem;
    padding: 2rem;
  }
}

.about__header {
  color: #002f5e;
  text-align: center;
  margin-top: 3rem;
}

@media only screen and (width >= 480px) {
  .about__header {
    margin-top: 4rem;
  }
}

.about__content {
  padding: 0 .5rem;
}

@media only screen and (width >= 480px) {
  .about__content {
    padding: 0 2rem;
  }
}

.about__link {
  color: #002f5e;
  font-weight: 800;
}

.about__link:visited {
  color: #002f5e;
}

.about__link:hover {
  color: #e66b3d;
}

.dataone {
  flex-direction: column;
  display: flex;
}

.dataone__logo, .dataone__text, .partner__name {
  align-self: center;
  margin: .5rem auto;
}

@media only screen and (width >= 480px) {
  .dataone__logo, .dataone__text, .partner__name {
    margin: .5rem;
  }
}

.d1_logo {
  fill: url("#theme-gradient");
  width: 286px;
  height: 64px;
}

.repositories, .partners {
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  display: flex;
}

.repository, .partner {
  text-align: center;
  margin: .25rem;
  padding: .25rem;
}

.repository:hover, .partner:hover {
  -webkit-box-shadow: 0 0 2px 2px #0092ad;
  -moz-box-shadow: 0 0 2px 2px #0092ad;
}

@media only screen and (width >= 480px) {
  .repository, .partner {
    margin: .5rem;
    padding: .5rem;
  }
}

.logo--vertical img {
  max-width: 100px;
  max-height: 100px;
}

@media only screen and (width >= 480px) {
  .logo--vertical img {
    max-width: 150px;
    max-height: 150px;
  }
}

.logo--horizontal img {
  max-width: 100%;
  max-height: 60px;
}

@media only screen and (width >= 480px) {
  .logo--horizontal img {
    max-height: 70px;
  }
}

.partner__name {
  color: #201f27;
  align-self: center;
  font-size: .8rem;
}

.datacite {
  width: 200px;
}

.map__container {
  padding: 0 .5rem;
  display: block;
}

@media only screen and (width >= 480px) {
  .map__container {
    padding: 0 1rem;
  }
}

@media only screen and (width >= 768px) {
  .map__container {
    flex-flow: wrap;
    display: flex;
  }
}

.map {
  flex: 1;
  height: 400px;
  margin: .5rem;
}

.popup-close {
  color: #666;
  background-color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 200;
  position: absolute;
  right: .5rem;
}

.popup-close:hover, .popup-close:focus {
  color: #333;
  outline: 1px solid #333;
}

.map_popup {
  background-color: #fff;
  border: 2px solid #002f5e;
  min-width: 280px;
  padding: .5rem;
  position: absolute;
  bottom: 12px;
  left: -50px;
}

.map_popup:after, .map_popup:before {
  content: " ";
  pointer-events: none;
  border: 2px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
}

.map_popup:after {
  border-width: 10px;
  border-top-color: #fff;
  margin-left: -10px;
  left: 48px;
}

.map_popup:before {
  border-width: 11px;
  border-top-color: #002f5e;
  margin-left: -11px;
  left: 48px;
}

.popup-title a {
  color: #002f5e;
}

.popup-title a:hover, .popup-title a:focus {
  color: #0092ad;
}

.map__popup-content {
  max-height: 200px;
  overflow: scroll;
}

.help__container {
  background-color: #f3f6fd;
  margin-top: .5rem;
  padding: .5rem;
}

@media only screen and (width >= 480px) {
  .help__container {
    margin: 2rem;
    padding: 2rem;
  }
}

.text_interface--horizontal img {
  max-width: 100%;
  max-height: 60px;
}

/*# sourceMappingURL=style.css.map */
