@import url("https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap");
@media screen and (width > 900px) {
  .site-header-container {
    margin: 0 auto;
    width: 100%;
    background: black;
    height: 100px;
    display: flex;
    align-items: center;
  }
  .site-header-container .site-header {
    display: flex;
    flex-flow: nowrap row;
    justify-content: space-between;
    max-width: 1400px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  }
  .site-header-container .site-header .navbar-brand {
    width: 40%;
    padding: 0;
    margin: 7px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header-container .site-header .navbar-brand img[src$=".svg"] {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .site-header-container .site-header #navbarContainer {
    max-width: 40%;
    display: flex;
    align-items: flex-start;
    flex-flow: nowrap column;
    font-size: 100%;
    font-weight: 400;
    font-family: "Golos Text", sans-serif;
  }
  .site-header-container .site-header #navbarContainer a {
    color: white;
    padding-left: 0;
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .site-header-container .site-header #navbarContainer a:hover, .site-header-container .site-header #navbarContainer a.active {
    color: #FF4F00;
  }
  .site-header-container .site-header #navbarContainer .header-main-menu, .site-header-container .site-header #navbarContainer .header-sub-menu {
    justify-content: start;
    padding: 0;
  }
  .site-header-container.news-list {
    background: white;
    height: auto;
    display: flex;
    align-items: self-start;
  }
  .site-header-container.news-list .site-header {
    display: flex;
    flex-flow: nowrap column-reverse;
    justify-content: normal;
    align-items: self-start;
    max-width: 1400px;
    width: 100%;
    padding: 0 50px;
    margin: 2rem auto 0;
  }
  .site-header-container.news-list .site-header .navbar-brand {
    width: 100%;
    padding: 0;
    margin: 2rem 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-header-container.news-list .site-header #navbarContainer {
    max-width: 40%;
    display: flex;
    align-items: flex-start;
    flex-flow: nowrap column;
    font-size: 100%;
    font-weight: 400;
    font-family: "Golos Text", sans-serif;
  }
  .site-header-container.news-list .site-header #navbarContainer a {
    color: black;
  }
  .site-header-container.news-list .site-header #navbarContainer a:hover, .site-header-container.news-list .site-header #navbarContainer a.active {
    color: #FF4F00;
  }
  .site-header-container.news-list .site-header #navbarContainer .header-main-menu a {
    padding-top: 0;
  }
}
@media screen and (width <= 900px) {
  .site-header-container {
    background: black;
  }
  .site-header-container .site-header {
    display: flex;
    flex-flow: nowrap column;
    padding: 1rem;
  }
  .site-header-container .site-header .navbar-brand {
    width: 100%;
    margin: 0;
  }
  .site-header-container .site-header .navbar-toggler {
    margin: 0;
  }
  .site-header-container .site-header .navbar-toggler i {
    color: white;
    font-size: 180%;
  }
  .site-header-container .site-header #navbarContainer a {
    color: white;
    padding: 0.2rem;
  }
  .site-header-container .site-header #navbarContainer a:hover, .site-header-container .site-header #navbarContainer a.active {
    color: #FF4F00;
  }
  .site-header-container.news-list {
    background: white;
  }
  .site-header-container.news-list .site-header {
    display: flex;
    flex-flow: nowrap column;
    padding: 1rem;
  }
  .site-header-container.news-list .site-header .navbar-brand {
    width: 100%;
    margin: 0;
  }
  .site-header-container.news-list .site-header .navbar-toggler {
    margin: 0.4rem;
  }
  .site-header-container.news-list .site-header #navbarContainer a {
    color: black;
    padding: 0.2rem;
  }
  .site-header-container.news-list .site-header #navbarContainer a:hover, .site-header-container.news-list .site-header #navbarContainer a.active {
    color: #FF4F00;
  }
}
body, .sticky-footer-wrapper {
  min-height: 100vh;
}

.flex-fill {
  flex: 1 1 auto;
}

footer {
  height: 140px;
}
footer .footer-container {
  padding: 30px;
  background: whitesmoke;
  text-align: center;
  margin: 0 auto;
}
footer .footer-container p, footer .footer-container a {
  color: #646464;
  margin: 0;
  font-size: 10pt;
}

section.table .table-container table.table tbody tr td a {
  text-decoration: underline;
}
section.table .table-container table.table tbody tr td span.false {
  display: none;
}

.no_label label {
  display: none;
}

.source-img-viewer {
  margin: 0 auto;
  max-width: 500px;
}

section.info td:nth-of-type(1) {
  width: 200px;
  font-size: 80%;
}

#map {
  height: 600px;
}

.leaflet-control-attribution.leaflet-control {
  display: none;
}

.audio-source-wrapper {
  display: flex;
  flex-flow: nowrap row;
  gap: 1rem;
  align-items: center;
}

.full-text #full-text-box {
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
}
.full-text #full-text-box.collapsed {
  max-height: 300px;
}
.full-text #show-hide-full-text-button {
  margin: 0 auto;
  display: block;
  background: #FF4F00;
  color: white;
  outline: none;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 100px !important;
}
.full-text #show-hide-full-text-button .button-hide {
  display: inline;
}
.full-text #show-hide-full-text-button .button-show {
  display: none;
}
.full-text #show-hide-full-text-button.collapsed .button-hide {
  display: none;
}
.full-text #show-hide-full-text-button.collapsed .button-show {
  display: inline;
}

.pagination {
  margin-top: 40px;
}
.pagination .page-item a.page-link {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3c3c3c;
  text-decoration: none;
}
.pagination .page-item.active a.page-link {
  color: white;
  box-shadow: none;
  background-color: lightgrey;
  border-color: lightgrey;
}

.category-cards {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  margin: 0;
}
.category-cards .card {
  width: 30%;
  border: none;
  margin-bottom: 2rem;
}
.category-cards .card .card-title {
  font-weight: 600;
}
.category-cards .card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.page-content, .page-annotation {
  max-width: 700px;
  margin: 0 auto;
}

.page-cover {
  max-width: 700px;
  margin: 2rem auto;
}
.page-cover img {
  width: 100%;
}

@media screen and (width < 900px) {
  .category-cards {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    margin: 0;
  }
  .category-cards .card {
    width: 100%;
    border: none;
    margin-bottom: 2rem;
  }
  .category-cards .card .card-title {
    font-weight: 600;
  }
  .category-cards .card .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Golos Text", sans-serif;
}

.grey {
  color: grey;
}

ul {
  list-style-type: square;
}

a {
  color: black;
}

a:hover {
  color: royalblue;
}

strong {
  color: #5a5a5a;
}

.page {
  width: 90%;
  margin: 60px auto;
}

.page a {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}

.orderable a {
  text-decoration: none;
}

td.fit {
  white-space: nowrap;
  width: 1%;
}

.submission-row {
  text-align: center;
}

.form-row-centered {
  display: flex;
  justify-content: center;
}

button.btn.btn-primary {
  background: #8f8f8f;
  border-color: grey;
}

button.btn.btn-primary:hover {
  background: grey;
  border-color: grey;
}

.form-control {
  border-color: grey !important;
}

.form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 122, 122, 0.6) !important;
}

#admin-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 170%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: "Golos Text", serif;
  font-weight: bold;
  color: white;
  background: #FF4F00;
  z-index: 1000;
}

main.site-content {
  width: 100%;
  max-width: 1400px !important;
  padding: 3rem;
  margin: 0 auto;
  z-index: 10;
}
main.site-content h1, main.site-content h2, main.site-content h4 {
  font-family: "Golos Text", sans-serif;
}
main.site-content .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
main.site-content .container h1 {
  font-weight: 600 !important;
}

.text-orange {
  color: #FF4F00;
}

@media screen and (width < 900px) {
  main.site-content {
    width: 100%;
    max-width: 100% !important;
    padding: 1rem;
  }
}
.nav-link {
  color: #FF4F00;
}
.nav-link:hover {
  color: #FF4F00;
}

a:hover {
  color: #FF4F00;
}

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