@charset "UTF-8";
@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Regular-webfont.woff") format("woff");
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-Italic-webfont.woff") format("woff");
  font-style: italic;
}

@font-face {
  font-family: 'openSans';
  src: url("fonts/OpenSans-BoldItalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  font-family: 'openSans', sans-serif;
  font-size: 16px;
  overflow: hidden;
}

::-webkit-backdrop {
  background-color: white;
}

::backdrop {
  background-color: white;
}

#map-container {
  width: 100%;
  height: 100%;
  float: left;
}

.bw {
  -webkit-filter: opacity(70%);
          filter: opacity(70%);
}

#attribContainer {
  position: absolute;
  left: .5em;
  bottom: .5em;
  background: rgba(255, 255, 255, 0.4);
  z-index: 10;
}

.ol-attribution {
  position: static;
}

.ol-attribution:not(.ol-collapsed) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 100vw;
  background: white;
}

.ol-zoom {
  left: auto;
  right: .5em;
  top: auto;
  bottom: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#snippet-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: .5em;
  top: .5em;
  display: none;
  max-width: 50vw;
  max-height: 90vh;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  border: 2px solid rgba(0, 60, 136, 0.5);
  z-index: 20;
  overflow: hidden;
}

#medium {
  width: 100%;
}

#snippets {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1vw 2vh 1vw;
  overflow-x: hidden;
  overflow-y: auto;
}

#dataDiv {
  max-width: 100%;
}

.iconImg {
  width: auto;
  height: 100%;
  cursor: pointer;
}

#snippet-header {
  text-align: center;
  position: relative;
}

#featureTitle {
  display: inline-block;
  padding: 0.5em 0 0 0;
  width: calc(100% - 5em);
}

#snippets-closer {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#snippets-closer:after {
  content: "✖";
  font-size: 1.5em;
  color: rgba(0, 60, 136, 0.5);
}

#aboutHeader {
  height: 1.5em;
}

#about-closer {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about-closer:after {
  content: "✖";
  font-size: 1.5em;
  color: rgba(0, 60, 136, 0.5);
}

#mediaTypes, #themes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#themes {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: .5em;
}

/*custom scrollbar (not for firefox)*/
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 60, 136, 0.5);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 60, 136, 0.8);
}

/*end of custom scrollbar*/
.edin1893btn, .filterTitle {
  display: inline-block;
}

.osOverlayLoaded {
  background-color: rgba(0, 60, 136, 0.5);
  color: white;
}

#optionsDiv {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: .5em;
  top: .5em;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  border: 1px solid rgba(0, 60, 136, 0.5);
  padding: 0.5em;
  z-index: 1;
  min-width: 200px;
  width: 20vw;
  height: 80vh;
  overflow-y: auto;
  display: none;
}

.margintop {
  margin-top: .2em;
}

.bold {
  font-weight: bold;
}

.ital {
  font-style: italic;
}

.boldItalic {
  font-weight: bold;
  font-style: italic;
}

.small {
  font-size: 0.7em;
}

.snippethead {
  color: rgba(0, 60, 136, 0.8);
}

.aboutControl {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 2px;
  left: .5em;
  top: .5em;
}

.aboutControl button {
  margin: 1px;
  padding: 0;
  color: #fff;
  font-size: 1.14em;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 60, 136, 0.5);
  border: none;
  border-radius: 2px;
  padding: 2px;
  cursor: pointer;
}

.aboutContentContainer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 5vw;
  top: 5vh;
  display: none;
  width: 90vw;
  height: 90vh;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  border: 2px solid rgba(0, 60, 136, 0.5);
  z-index: 20;
}

.aboutContent {
  overflow: auto;
  height: 83vh;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-bottom: 2vh;
}

#imgDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#imgCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.imgPers {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#capPers {
  color: rgba(0, 60, 136, 0.5);
  font-weight: 700;
}

.divRight {
  float: right;
}

@media (orientation: portrait) {
  #snippet-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 1.5vw;
    left: 1.5vw;
    top: auto;
    bottom: 1vh;
    display: none;
    width: 97vw;
    max-width: 97vw;
    max-height: 49vh;
    padding: 0 0 0.5em 0;
    z-index: 20;
    overflow: hidden;
  }
  #dataDiv {
    width: 100%;
  }
  #medium {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*# sourceMappingURL=persevere.css.map */