@import url("https://use.typekit.net/eij8erf.css");
* {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "acumin-pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  background-color: #e3e4db;
  overflow: hidden;
  overflow-y: auto;
}

body.admin-modal {
  overflow: auto !important;
  padding-right: 0 !important;
}
body.admin-modal .modal {
  pointer-events: none;
}
body a {
  pointer-events: fill;
}
body .hr {
  height: 2px;
  background-color: #7b726f;
}
body .skip-to-content-link {
  position: absolute;
  margin-left: -87.5px;
  left: 50%;
  padding: 16px;
  width: 175px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background: #0e6ea6;
  border: none;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 9999;
}
body .skip-to-content-link:focus {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

footer .footer-main {
  padding: 40px 0;
  background-color: #484247;
}
footer .footer-secondary {
  padding: 24px 0;
  background-color: #7b726f;
  text-align: center;
}
@media all and (min-width: 992px) {
  footer .footer-secondary {
    text-align: left;
  }
}
footer .footer-secondary .nav-list .nav-item {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
}
@media all and (min-width: 768px) {
  footer .footer-secondary .nav-list .nav-item {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
footer .footer-secondary .nav-list .nav-item:last-child {
  margin: 0 !important;
}
footer .footer-secondary .nav-list .nav-item:last-child .nav-link {
  padding: 12px 0;
}
@media all and (min-width: 768px) {
  footer .footer-secondary .nav-list .nav-item:last-child .nav-link {
    padding: 12px 32px;
  }
}
footer .footer-nav {
  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;
}
@media all and (min-width: 992px) {
  footer .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer .footer-nav .footer-branding {
  margin-bottom: 16px;
  max-width: 60px;
}
@media all and (min-width: 768px) {
  footer .footer-nav .footer-branding {
    margin-bottom: 16px;
    max-width: 275px;
  }
}
@media all and (min-width: 992px) {
  footer .footer-nav .footer-branding {
    margin-right: auto;
    margin-bottom: 0;
  }
}
footer .footer-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 767px) {
  footer .footer-nav .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .footer-nav .nav-list .nav-item {
  margin: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media all and (max-width: 767px) {
  footer .footer-nav .nav-list .nav-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  footer .footer-nav .nav-list .nav-item .nav-link {
    margin: 8px 0;
  }
}
@media all and (max-width: 320px) {
  footer .footer-nav .nav-list .nav-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
footer .footer-nav .nav-list .nav-item .nav-link {
  display: block;
  padding: 12px 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
footer .footer-nav .nav-list .nav-item .nav-link:hover, footer .footer-nav .nav-list .nav-item .nav-link:focus {
  color: #d2d0ce;
}
@media all and (max-width: 767px) {
  footer .footer-nav .nav-list .nav-item:last-child {
    margin-top: 24px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  footer .footer-nav .nav-list .nav-item:last-child {
    margin-left: 24px;
  }
}
footer .footer-nav .nav-list .nav-item .btn {
  padding: 16px 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
footer .footer-nav .nav-list .nav-item .btn i {
  margin: 0 8px 0 0;
}
footer .footer-nav .nav-list .nav-item .btn:hover, footer .footer-nav .nav-list .nav-item .btn:focus {
  border-color: #b9b7b4 !important;
}
footer .footer-nav .nav-list .nav-item .btn:hover:after, footer .footer-nav .nav-list .nav-item .btn:focus:after {
  background-color: #ffffff !important;
}
footer .footer-nav .nav-list .nav-item .btn.btn-back-to-top i {
  margin: auto;
}
footer .footer-nav .contact-info {
  max-width: 550px;
  padding: 0 14px;
  margin-bottom: 16px;
}
@media all and (min-width: 992px) {
  footer .footer-nav .contact-info {
    margin-right: auto;
    margin-bottom: 0;
    padding: 0;
  }
}
footer .footer-nav .contact-info .title {
  margin-bottom: 0;
  font-family: "source-serif-pro", serif;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
footer .footer-nav .contact-info address {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
#adminPanel .modal-content {
  overflow-y: auto;
}

.associated {
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .associated {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .associated {
    padding: 64px 0;
  }
}
.associated .title {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.associated .title .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.associated .title .nav-tabs {
  border: none;
  margin: 0;
}
.associated .title .nav-tabs .btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  padding: 12px 24px;
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}
.associated .title .nav-tabs .btn-white i {
  margin-left: 16px;
}
.associated .title .nav-tabs .btn-white:after {
  margin: 0;
  border: none;
}
.associated .title .nav-tabs .dropdown-menu {
  margin-top: 8px !important;
  padding: 0;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  min-width: 0;
  width: 100%;
}
.associated .title .nav-tabs .dropdown-menu .nav-link {
  border: none;
  border-radius: 0;
}
.associated.associated-light-blue {
  position: relative;
}
.associated.associated-light-blue .container {
  position: relative;
  z-index: 1;
}
.associated.associated-light-blue .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.associated.associated-light-blue .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-light-blue .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-light-blue .dropdown-menu .nav-link {
  color: #0a4f77;
}
.associated.associated-light-blue .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #0a4f77 !important;
}
.associated.associated-light-blue .dropdown-menu .nav-link:hover, .associated.associated-light-blue .dropdown-menu .nav-link:focus {
  background-color: rgba(14, 110, 166, 0.15);
}
.associated.associated-dark-blue {
  position: relative;
}
.associated.associated-dark-blue .container {
  position: relative;
  z-index: 1;
}
.associated.associated-dark-blue .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.associated.associated-dark-blue .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-dark-blue .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-dark-blue .dropdown-menu .nav-link {
  color: #053958;
}
.associated.associated-dark-blue .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #053958 !important;
}
.associated.associated-dark-blue .dropdown-menu .nav-link:hover, .associated.associated-dark-blue .dropdown-menu .nav-link:focus {
  background-color: rgba(8, 89, 136, 0.15);
}
.associated.associated-dark-purple {
  position: relative;
}
.associated.associated-dark-purple .container {
  position: relative;
  z-index: 1;
}
.associated.associated-dark-purple .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.associated.associated-dark-purple .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-dark-purple .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-dark-purple .dropdown-menu .nav-link {
  color: #130615;
}
.associated.associated-dark-purple .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #130615 !important;
}
.associated.associated-dark-purple .dropdown-menu .nav-link:hover, .associated.associated-dark-purple .dropdown-menu .nav-link:focus {
  background-color: rgba(55, 18, 60, 0.15);
}
.associated.associated-light-purple {
  position: relative;
}
.associated.associated-light-purple .container {
  position: relative;
  z-index: 1;
}
.associated.associated-light-purple .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.associated.associated-light-purple .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-light-purple .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-light-purple .dropdown-menu .nav-link {
  color: #665978;
}
.associated.associated-light-purple .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #665978 !important;
}
.associated.associated-light-purple .dropdown-menu .nav-link:hover, .associated.associated-light-purple .dropdown-menu .nav-link:focus {
  background-color: rgba(127, 112, 148, 0.15);
}
.associated.associated-gray {
  position: relative;
}
.associated.associated-gray .container {
  position: relative;
  z-index: 1;
}
.associated.associated-gray .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.associated.associated-gray .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-gray .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-gray .dropdown-menu .nav-link {
  color: #2d2a2d;
}
.associated.associated-gray .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #2d2a2d !important;
}
.associated.associated-gray .dropdown-menu .nav-link:hover, .associated.associated-gray .dropdown-menu .nav-link:focus {
  background-color: rgba(72, 66, 71, 0.15);
}
.associated.associated-people {
  position: relative;
}
.associated.associated-people .container {
  position: relative;
  z-index: 1;
}
.associated.associated-people .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #008094;
}
.associated.associated-people .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-people .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-people .dropdown-menu .nav-link {
  color: #005461;
}
.associated.associated-people .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #005461 !important;
}
.associated.associated-people .dropdown-menu .nav-link:hover, .associated.associated-people .dropdown-menu .nav-link:focus {
  background-color: rgba(0, 128, 148, 0.15);
}
.associated.associated-places {
  position: relative;
}
.associated.associated-places .container {
  position: relative;
  z-index: 1;
}
.associated.associated-places .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #507600;
}
.associated.associated-places .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-places .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-places .dropdown-menu .nav-link {
  color: #2d4300;
}
.associated.associated-places .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #2d4300 !important;
}
.associated.associated-places .dropdown-menu .nav-link:hover, .associated.associated-places .dropdown-menu .nav-link:focus {
  background-color: rgba(80, 118, 0, 0.15);
}
.associated.associated-topics {
  position: relative;
}
.associated.associated-topics .container {
  position: relative;
  z-index: 1;
}
.associated.associated-topics .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #b02a2e;
}
.associated.associated-topics .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-topics .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-topics .dropdown-menu .nav-link {
  color: #872023;
}
.associated.associated-topics .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #872023 !important;
}
.associated.associated-topics .dropdown-menu .nav-link:hover, .associated.associated-topics .dropdown-menu .nav-link:focus {
  background-color: rgba(176, 42, 46, 0.15);
}
.associated.associated-languages {
  position: relative;
}
.associated.associated-languages .container {
  position: relative;
  z-index: 1;
}
.associated.associated-languages .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.associated.associated-languages .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-languages .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-languages .dropdown-menu .nav-link {
  color: #0a4f77;
}
.associated.associated-languages .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #0a4f77 !important;
}
.associated.associated-languages .dropdown-menu .nav-link:hover, .associated.associated-languages .dropdown-menu .nav-link:focus {
  background-color: rgba(14, 110, 166, 0.15);
}
.associated.associated-original_repositories {
  position: relative;
}
.associated.associated-original_repositories .container {
  position: relative;
  z-index: 1;
}
.associated.associated-original_repositories .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.associated.associated-original_repositories .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-original_repositories .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-original_repositories .dropdown-menu .nav-link {
  color: #665978;
}
.associated.associated-original_repositories .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #665978 !important;
}
.associated.associated-original_repositories .dropdown-menu .nav-link:hover, .associated.associated-original_repositories .dropdown-menu .nav-link:focus {
  background-color: rgba(127, 112, 148, 0.15);
}
.associated.associated-year_range {
  position: relative;
}
.associated.associated-year_range .container {
  position: relative;
  z-index: 1;
}
.associated.associated-year_range .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.associated.associated-year_range .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-year_range .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-year_range .dropdown-menu .nav-link {
  color: #4d445a;
}
.associated.associated-year_range .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #4d445a !important;
}
.associated.associated-year_range .dropdown-menu .nav-link:hover, .associated.associated-year_range .dropdown-menu .nav-link:focus {
  background-color: rgba(102, 89, 120, 0.15);
}
.associated.associated-people-dark {
  position: relative;
}
.associated.associated-people-dark .container {
  position: relative;
  z-index: 1;
}
.associated.associated-people-dark .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #005663;
}
.associated.associated-people-dark .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-people-dark .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-people-dark .dropdown-menu .nav-link {
  color: #002a30;
}
.associated.associated-people-dark .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #002a30 !important;
}
.associated.associated-people-dark .dropdown-menu .nav-link:hover, .associated.associated-people-dark .dropdown-menu .nav-link:focus {
  background-color: rgba(0, 86, 99, 0.15);
}
.associated.associated-places-dark {
  position: relative;
}
.associated.associated-places-dark .container {
  position: relative;
  z-index: 1;
}
.associated.associated-places-dark .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #3a5600;
}
.associated.associated-places-dark .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-places-dark .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-places-dark .dropdown-menu .nav-link {
  color: #182300;
}
.associated.associated-places-dark .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #182300 !important;
}
.associated.associated-places-dark .dropdown-menu .nav-link:hover, .associated.associated-places-dark .dropdown-menu .nav-link:focus {
  background-color: rgba(58, 86, 0, 0.15);
}
.associated.associated-topics-dark {
  position: relative;
}
.associated.associated-topics-dark .container {
  position: relative;
  z-index: 1;
}
.associated.associated-topics-dark .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #8b2326;
}
.associated.associated-topics-dark .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-topics-dark .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-topics-dark .dropdown-menu .nav-link {
  color: #62191b;
}
.associated.associated-topics-dark .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #62191b !important;
}
.associated.associated-topics-dark .dropdown-menu .nav-link:hover, .associated.associated-topics-dark .dropdown-menu .nav-link:focus {
  background-color: rgba(139, 35, 38, 0.15);
}
.associated.associated-document {
  position: relative;
}
.associated.associated-document .container {
  position: relative;
  z-index: 1;
}
.associated.associated-document .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.associated.associated-document .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-document .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-document .dropdown-menu .nav-link {
  color: #053958;
}
.associated.associated-document .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #053958 !important;
}
.associated.associated-document .dropdown-menu .nav-link:hover, .associated.associated-document .dropdown-menu .nav-link:focus {
  background-color: rgba(8, 89, 136, 0.15);
}
.associated.associated-subject {
  position: relative;
}
.associated.associated-subject .container {
  position: relative;
  z-index: 1;
}
.associated.associated-subject .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.associated.associated-subject .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-subject .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-subject .dropdown-menu .nav-link {
  color: #4d445a;
}
.associated.associated-subject .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #4d445a !important;
}
.associated.associated-subject .dropdown-menu .nav-link:hover, .associated.associated-subject .dropdown-menu .nav-link:focus {
  background-color: rgba(102, 89, 120, 0.15);
}
.associated.associated-keyword {
  position: relative;
}
.associated.associated-keyword .container {
  position: relative;
  z-index: 1;
}
.associated.associated-keyword .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.associated.associated-keyword .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-keyword .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-keyword .dropdown-menu .nav-link {
  color: #4d445a;
}
.associated.associated-keyword .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #4d445a !important;
}
.associated.associated-keyword .dropdown-menu .nav-link:hover, .associated.associated-keyword .dropdown-menu .nav-link:focus {
  background-color: rgba(102, 89, 120, 0.15);
}
.associated.associated-donor {
  position: relative;
}
.associated.associated-donor .container {
  position: relative;
  z-index: 1;
}
.associated.associated-donor .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.associated.associated-donor .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-donor .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-donor .dropdown-menu .nav-link {
  color: #130615;
}
.associated.associated-donor .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #130615 !important;
}
.associated.associated-donor .dropdown-menu .nav-link:hover, .associated.associated-donor .dropdown-menu .nav-link:focus {
  background-color: rgba(55, 18, 60, 0.15);
}
.associated.associated-translator {
  position: relative;
}
.associated.associated-translator .container {
  position: relative;
  z-index: 1;
}
.associated.associated-translator .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7b726f;
}
.associated.associated-translator .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-translator .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-translator .dropdown-menu .nav-link {
  color: #605957;
}
.associated.associated-translator .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #605957 !important;
}
.associated.associated-translator .dropdown-menu .nav-link:hover, .associated.associated-translator .dropdown-menu .nav-link:focus {
  background-color: rgba(123, 114, 111, 0.15);
}
.associated.associated-contributor {
  position: relative;
}
.associated.associated-contributor .container {
  position: relative;
  z-index: 1;
}
.associated.associated-contributor .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.associated.associated-contributor .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-contributor .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-contributor .dropdown-menu .nav-link {
  color: #2d2a2d;
}
.associated.associated-contributor .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #2d2a2d !important;
}
.associated.associated-contributor .dropdown-menu .nav-link:hover, .associated.associated-contributor .dropdown-menu .nav-link:focus {
  background-color: rgba(72, 66, 71, 0.15);
}
.associated.associated-white {
  position: relative;
}
.associated.associated-white .container {
  position: relative;
  z-index: 1;
}
.associated.associated-white .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
}
.associated.associated-white .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-white .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-white .dropdown-menu .nav-link {
  color: #e6e6e6;
}
.associated.associated-white .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #e6e6e6 !important;
}
.associated.associated-white .dropdown-menu .nav-link:hover, .associated.associated-white .dropdown-menu .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.associated.associated-black {
  position: relative;
}
.associated.associated-black .container {
  position: relative;
  z-index: 1;
}
.associated.associated-black .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
}
.associated.associated-black .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-black .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-black .dropdown-menu .nav-link {
  color: black;
}
.associated.associated-black .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: black !important;
}
.associated.associated-black .dropdown-menu .nav-link:hover, .associated.associated-black .dropdown-menu .nav-link:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.associated.associated-transparent {
  position: relative;
}
.associated.associated-transparent .container {
  position: relative;
  z-index: 1;
}
.associated.associated-transparent .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
}
.associated.associated-transparent .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-transparent .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-transparent .dropdown-menu .nav-link {
  color: rgba(0, 0, 0, 0);
}
.associated.associated-transparent .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0) !important;
}
.associated.associated-transparent .dropdown-menu .nav-link:hover, .associated.associated-transparent .dropdown-menu .nav-link:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.associated.associated-clear {
  position: relative;
}
.associated.associated-clear .container {
  position: relative;
  z-index: 1;
}
.associated.associated-clear .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.associated.associated-clear .associated-bg .associated-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.associated.associated-clear .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-clear .dropdown-menu .nav-link {
  color: #2d2a2d;
}
.associated.associated-clear .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #2d2a2d !important;
}
.associated.associated-clear .dropdown-menu .nav-link:hover, .associated.associated-clear .dropdown-menu .nav-link:focus {
  background-color: rgba(72, 66, 71, 0.15);
}
.associated .carousel-container .slick-list {
  margin: 0 -16px;
}
.associated .carousel-container .carousel-slide.slick-current .card {
  margin: 0 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.associated .carousel-container .carousel-slide .card {
  margin: 0 16px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 300px;
}

.associated-essays .title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #484247;
}
.associated-essays a {
  text-decoration: none;
}
.associated-essays a:hover .card-essay .card-body, .associated-essays a:focus .card-essay .card-body {
  background-color: #fafafa;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.associated-essays a:hover .card-essay .card-footer, .associated-essays a:focus .card-essay .card-footer {
  background-color: #dff2fc;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.callout {
  position: relative;
}
.callout.callout-light-blue {
  padding: 64px 0;
}
.callout.callout-light-blue .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-light-blue .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0e6ea6;
}
.callout.callout-light-blue .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#0e6ea6), to(rgba(14, 110, 166, 0)));
  background: linear-gradient(0deg, #0e6ea6 0%, rgba(14, 110, 166, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-light-blue .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(14, 110, 166, 0)), to(#0e6ea6));
    background: linear-gradient(90deg, rgba(14, 110, 166, 0) 0%, #0e6ea6 100%);
  }
}
.callout.callout-dark-blue {
  padding: 64px 0;
}
.callout.callout-dark-blue .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-dark-blue .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #085988;
}
.callout.callout-dark-blue .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#085988), to(rgba(8, 89, 136, 0)));
  background: linear-gradient(0deg, #085988 0%, rgba(8, 89, 136, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-dark-blue .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 89, 136, 0)), to(#085988));
    background: linear-gradient(90deg, rgba(8, 89, 136, 0) 0%, #085988 100%);
  }
}
.callout.callout-dark-purple {
  padding: 64px 0;
}
.callout.callout-dark-purple .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-dark-purple .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #37123c;
}
.callout.callout-dark-purple .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#37123c), to(rgba(55, 18, 60, 0)));
  background: linear-gradient(0deg, #37123c 0%, rgba(55, 18, 60, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-dark-purple .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(55, 18, 60, 0)), to(#37123c));
    background: linear-gradient(90deg, rgba(55, 18, 60, 0) 0%, #37123c 100%);
  }
}
.callout.callout-light-purple {
  padding: 64px 0;
}
.callout.callout-light-purple .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-light-purple .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #7f7094;
}
.callout.callout-light-purple .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7f7094), to(rgba(127, 112, 148, 0)));
  background: linear-gradient(0deg, #7f7094 0%, rgba(127, 112, 148, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-light-purple .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 112, 148, 0)), to(#7f7094));
    background: linear-gradient(90deg, rgba(127, 112, 148, 0) 0%, #7f7094 100%);
  }
}
.callout.callout-gray {
  padding: 64px 0;
}
.callout.callout-gray .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-gray .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #484247;
}
.callout.callout-gray .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(0deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-gray .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 66, 71, 0)), to(#484247));
    background: linear-gradient(90deg, rgba(72, 66, 71, 0) 0%, #484247 100%);
  }
}
.callout.callout-people {
  padding: 64px 0;
}
.callout.callout-people .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-people .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #008094;
}
.callout.callout-people .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#008094), to(rgba(0, 128, 148, 0)));
  background: linear-gradient(0deg, #008094 0%, rgba(0, 128, 148, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-people .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 128, 148, 0)), to(#008094));
    background: linear-gradient(90deg, rgba(0, 128, 148, 0) 0%, #008094 100%);
  }
}
.callout.callout-places {
  padding: 64px 0;
}
.callout.callout-places .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-places .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #507600;
}
.callout.callout-places .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#507600), to(rgba(80, 118, 0, 0)));
  background: linear-gradient(0deg, #507600 0%, rgba(80, 118, 0, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-places .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(80, 118, 0, 0)), to(#507600));
    background: linear-gradient(90deg, rgba(80, 118, 0, 0) 0%, #507600 100%);
  }
}
.callout.callout-topics {
  padding: 64px 0;
}
.callout.callout-topics .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-topics .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #b02a2e;
}
.callout.callout-topics .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#b02a2e), to(rgba(176, 42, 46, 0)));
  background: linear-gradient(0deg, #b02a2e 0%, rgba(176, 42, 46, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-topics .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(176, 42, 46, 0)), to(#b02a2e));
    background: linear-gradient(90deg, rgba(176, 42, 46, 0) 0%, #b02a2e 100%);
  }
}
.callout.callout-languages {
  padding: 64px 0;
}
.callout.callout-languages .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-languages .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #0e6ea6;
}
.callout.callout-languages .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#0e6ea6), to(rgba(14, 110, 166, 0)));
  background: linear-gradient(0deg, #0e6ea6 0%, rgba(14, 110, 166, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-languages .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(14, 110, 166, 0)), to(#0e6ea6));
    background: linear-gradient(90deg, rgba(14, 110, 166, 0) 0%, #0e6ea6 100%);
  }
}
.callout.callout-original_repositories {
  padding: 64px 0;
}
.callout.callout-original_repositories .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-original_repositories .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #7f7094;
}
.callout.callout-original_repositories .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7f7094), to(rgba(127, 112, 148, 0)));
  background: linear-gradient(0deg, #7f7094 0%, rgba(127, 112, 148, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-original_repositories .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 112, 148, 0)), to(#7f7094));
    background: linear-gradient(90deg, rgba(127, 112, 148, 0) 0%, #7f7094 100%);
  }
}
.callout.callout-year_range {
  padding: 64px 0;
}
.callout.callout-year_range .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-year_range .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #665978;
}
.callout.callout-year_range .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(0deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-year_range .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 89, 120, 0)), to(#665978));
    background: linear-gradient(90deg, rgba(102, 89, 120, 0) 0%, #665978 100%);
  }
}
.callout.callout-people-dark {
  padding: 64px 0;
}
.callout.callout-people-dark .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-people-dark .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #005663;
}
.callout.callout-people-dark .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#005663), to(rgba(0, 86, 99, 0)));
  background: linear-gradient(0deg, #005663 0%, rgba(0, 86, 99, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-people-dark .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 86, 99, 0)), to(#005663));
    background: linear-gradient(90deg, rgba(0, 86, 99, 0) 0%, #005663 100%);
  }
}
.callout.callout-places-dark {
  padding: 64px 0;
}
.callout.callout-places-dark .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-places-dark .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #3a5600;
}
.callout.callout-places-dark .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#3a5600), to(rgba(58, 86, 0, 0)));
  background: linear-gradient(0deg, #3a5600 0%, rgba(58, 86, 0, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-places-dark .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(58, 86, 0, 0)), to(#3a5600));
    background: linear-gradient(90deg, rgba(58, 86, 0, 0) 0%, #3a5600 100%);
  }
}
.callout.callout-topics-dark {
  padding: 64px 0;
}
.callout.callout-topics-dark .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-topics-dark .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #8b2326;
}
.callout.callout-topics-dark .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#8b2326), to(rgba(139, 35, 38, 0)));
  background: linear-gradient(0deg, #8b2326 0%, rgba(139, 35, 38, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-topics-dark .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(139, 35, 38, 0)), to(#8b2326));
    background: linear-gradient(90deg, rgba(139, 35, 38, 0) 0%, #8b2326 100%);
  }
}
.callout.callout-document {
  padding: 64px 0;
}
.callout.callout-document .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-document .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #085988;
}
.callout.callout-document .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#085988), to(rgba(8, 89, 136, 0)));
  background: linear-gradient(0deg, #085988 0%, rgba(8, 89, 136, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-document .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 89, 136, 0)), to(#085988));
    background: linear-gradient(90deg, rgba(8, 89, 136, 0) 0%, #085988 100%);
  }
}
.callout.callout-subject {
  padding: 64px 0;
}
.callout.callout-subject .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-subject .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #665978;
}
.callout.callout-subject .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(0deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-subject .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 89, 120, 0)), to(#665978));
    background: linear-gradient(90deg, rgba(102, 89, 120, 0) 0%, #665978 100%);
  }
}
.callout.callout-keyword {
  padding: 64px 0;
}
.callout.callout-keyword .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-keyword .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #665978;
}
.callout.callout-keyword .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(0deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-keyword .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(102, 89, 120, 0)), to(#665978));
    background: linear-gradient(90deg, rgba(102, 89, 120, 0) 0%, #665978 100%);
  }
}
.callout.callout-donor {
  padding: 64px 0;
}
.callout.callout-donor .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-donor .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #37123c;
}
.callout.callout-donor .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#37123c), to(rgba(55, 18, 60, 0)));
  background: linear-gradient(0deg, #37123c 0%, rgba(55, 18, 60, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-donor .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(55, 18, 60, 0)), to(#37123c));
    background: linear-gradient(90deg, rgba(55, 18, 60, 0) 0%, #37123c 100%);
  }
}
.callout.callout-translator {
  padding: 64px 0;
}
.callout.callout-translator .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-translator .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #7b726f;
}
.callout.callout-translator .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7b726f), to(rgba(123, 114, 111, 0)));
  background: linear-gradient(0deg, #7b726f 0%, rgba(123, 114, 111, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-translator .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(123, 114, 111, 0)), to(#7b726f));
    background: linear-gradient(90deg, rgba(123, 114, 111, 0) 0%, #7b726f 100%);
  }
}
.callout.callout-contributor {
  padding: 64px 0;
}
.callout.callout-contributor .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-contributor .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #484247;
}
.callout.callout-contributor .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(0deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-contributor .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 66, 71, 0)), to(#484247));
    background: linear-gradient(90deg, rgba(72, 66, 71, 0) 0%, #484247 100%);
  }
}
.callout.callout-white {
  padding: 64px 0;
}
.callout.callout-white .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-white .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}
.callout.callout-white .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-white .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.callout.callout-black {
  padding: 64px 0;
}
.callout.callout-black .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-black .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
}
.callout.callout-black .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-black .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}
.callout.callout-transparent {
  padding: 64px 0;
}
.callout.callout-transparent .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-transparent .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
}
.callout.callout-transparent .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-transparent .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}
.callout.callout-clear {
  padding: 64px 0;
}
.callout.callout-clear .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-clear .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #484247;
}
.callout.callout-clear .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(0deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-clear .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 66, 71, 0)), to(#484247));
    background: linear-gradient(90deg, rgba(72, 66, 71, 0) 0%, #484247 100%);
  }
}
.callout .callout-bg .callout-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.callout .callout-bg .callout-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.1;
}
@media (min-width: 992px) {
  .callout .callout-bg .callout-image {
    width: 50%;
    opacity: 0.25;
  }
}
.callout .callout-bg .callout-image img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.callout .callout-bg .callout-image:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
}
.callout .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
.callout .text {
  margin-top: 16px;
  color: #ffffff;
}
.callout .btn {
  margin-top: 24px;
}
@media all and (max-width: 425px) {
  .callout .btn {
    width: 100%;
  }
}
.modal-admin .callout {
  margin: 16px;
  padding: 24px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-admin .callout .callout-body .title {
  font-size: 18px;
  line-height: 24px;
}
.modal-admin .callout .callout-body .text {
  font-size: 14px;
  line-height: 20px;
}
.modal-admin .callout .callout-body .text p:last-child,
.modal-admin .callout .callout-body .text ul:last-child,
.modal-admin .callout .callout-body .text ol:last-child {
  margin-bottom: 0;
}

footer .callout-container.callout-dual {
  position: relative;
}
footer .callout-container.callout-dual:before, footer .callout-container.callout-dual:after {
  position: absolute;
  content: " ";
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
footer .callout-container.callout-dual:before {
  left: 0;
  background-color: #0e6ea6;
}
footer .callout-container.callout-dual:after {
  right: 0;
  background-color: #085988;
}
footer .callout-container.callout-dual .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
footer .callout-container.callout-dual .callout-bg .callout-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.06;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
@media all and (min-width: 992px) {
  footer .callout-container.callout-dual .callout .container {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  footer .callout-container.callout-dual .callout .container .row {
    margin: 0;
    padding: 0;
  }
  footer .callout-container.callout-dual .callout .container .row .col-12 {
    padding: 0;
  }
}
footer .callout-container.callout-dual .btn {
  color: #ffffff !important;
}
footer .callout-container.callout-dual .btn.btn-light-blue {
  border-color: #128dd5 !important;
}
footer .callout-container.callout-dual .btn.btn-light-blue:hover, footer .callout-container.callout-dual .btn.btn-light-blue:focus {
  border-color: #5cbaf1 !important;
}
footer .callout-container.callout-dual .btn.btn-light-blue:hover:after, footer .callout-container.callout-dual .btn.btn-light-blue:focus:after {
  background-color: #ffffff !important;
}
footer .callout-container.callout-dual .btn.btn-dark-blue {
  border-color: #0b79b8 !important;
}
footer .callout-container.callout-dual .btn.btn-dark-blue:hover, footer .callout-container.callout-dual .btn.btn-dark-blue:focus {
  border-color: #36aef3 !important;
}
footer .callout-container.callout-dual .btn.btn-dark-blue:hover:after, footer .callout-container.callout-dual .btn.btn-dark-blue:focus:after {
  background-color: #ffffff !important;
}
@media all and (max-width: 991px) {
  footer .callout-container.callout-dual:before, footer .callout-container.callout-dual:after {
    display: none;
  }
  footer .callout-container.callout-dual > .container {
    position: relative;
    max-width: none;
    margin: 0;
    padding: 0;
    z-index: 2;
  }
  footer .callout-container.callout-dual > .container > .row {
    margin: 0;
    padding: 0;
  }
  footer .callout-container.callout-dual > .container > .row > .col-lg-6 {
    padding: 0;
  }
}
@media all and (min-width: 992px) {
  footer .callout-container.callout-dual .col-lg-6 {
    padding-right: 64px;
  }
  footer .callout-container.callout-dual .col-lg-6 + .col-lg-6 {
    padding-left: 64px;
  }
}

.crown-navigation {
  background-color: #484247;
}
.crown-navigation .dropdown {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.crown-navigation .dropdown .btn {
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0;
  color: #ffffff;
}
.crown-navigation .nav .nav-item {
  margin: 0;
  padding: 0;
}
.crown-navigation .nav .nav-item:first-child .nav-link {
  padding-left: 0;
}
.crown-navigation .nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.crown-navigation .nav .nav-item .nav-link {
  padding: 16px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}

.data-block {
  position: relative;
  z-index: 2;
}
.data-block .title-bar {
  padding: 48px 0;
}
.data-block + .detail-block {
  position: relative;
  z-index: 1;
}
.data-block + .detail-block .title-bar {
  padding: 48px 0;
}

.detail-block {
  position: relative;
}
.detail-block:before, .detail-block:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.detail-block:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.detail-block:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.detail-block > div {
  position: relative;
  z-index: 1;
}
.detail-block .title-bar .title {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .detail-block .title-bar .title {
    padding: 0;
  }
}
.detail-block.no-content.light-blue .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#0c6293), to(#0d689d));
  background-image: linear-gradient(90deg, #0c6293 0%, #0d689d 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.dark-blue .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#074c75), to(#07537e));
  background-image: linear-gradient(90deg, #074c75 0%, #07537e 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.dark-purple .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#290d2c), to(#301034));
  background-image: linear-gradient(90deg, #290d2c 0%, #301034 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.light-purple .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#756789), to(#7a6b8f));
  background-image: linear-gradient(90deg, #756789 0%, #7a6b8f 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.gray .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#3d383d), to(#433d42));
  background-image: linear-gradient(90deg, #3d383d 0%, #433d42 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.people .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#006e80), to(#00778a));
  background-image: linear-gradient(90deg, #006e80 0%, #00778a 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.places .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#426100), to(#496c00));
  background-image: linear-gradient(90deg, #426100 0%, #496c00 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.topics .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#a0262a), to(#a8282c));
  background-image: linear-gradient(90deg, #a0262a 0%, #a8282c 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.languages .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#0c6293), to(#0d689d));
  background-image: linear-gradient(90deg, #0c6293 0%, #0d689d 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.original_repositories .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#756789), to(#7a6b8f));
  background-image: linear-gradient(90deg, #756789 0%, #7a6b8f 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.year_range .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#5c516c), to(#615572));
  background-image: linear-gradient(90deg, #5c516c 0%, #615572 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.people-dark .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#00444f), to(#004d59));
  background-image: linear-gradient(90deg, #00444f 0%, #004d59 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.places-dark .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#2c4200), to(#334c00));
  background-image: linear-gradient(90deg, #2c4200 0%, #334c00 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.topics-dark .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#7b1f22), to(#832124));
  background-image: linear-gradient(90deg, #7b1f22 0%, #832124 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.document .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#074c75), to(#07537e));
  background-image: linear-gradient(90deg, #074c75 0%, #07537e 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.subject .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#5c516c), to(#615572));
  background-image: linear-gradient(90deg, #5c516c 0%, #615572 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.keyword .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#5c516c), to(#615572));
  background-image: linear-gradient(90deg, #5c516c 0%, #615572 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.donor .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#290d2c), to(#301034));
  background-image: linear-gradient(90deg, #290d2c 0%, #301034 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.translator .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#706865), to(#766d6a));
  background-image: linear-gradient(90deg, #706865 0%, #766d6a 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.contributor .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#3d383d), to(#433d42));
  background-image: linear-gradient(90deg, #3d383d 0%, #433d42 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.white .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(whitesmoke), to(#fafafa));
  background-image: linear-gradient(90deg, whitesmoke 0%, #fafafa 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.black .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black 0%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.transparent .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.clear .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(#3d383d), to(#433d42));
  background-image: linear-gradient(90deg, #3d383d 0%, #433d42 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content:before, .detail-block.no-content:after {
  display: none;
}
.detail-block.no-content .content-block {
  padding: 0 !important;
}
.detail-block .content-block {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .detail-block .content-block {
    padding: 48px 16px;
  }
}
@media (min-width: 992px) {
  .detail-block .content-block {
    padding: 64px 0;
  }
}
.detail-block .content-block .text form {
  margin-top: 32px;
}
.detail-block .content-block .text form .form-label {
  font-family: "source-serif-pro", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #5b1e63;
}
.detail-block .content-block .text .title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #085988;
}
.detail-block .content-block .text .title:first-child {
  margin-top: 0;
}
.detail-block .content-block .text .sub-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #0e6ea6;
}

.document-container {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .document-container {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .document-container {
    padding: 64px 0;
  }
}
.document-container:before, .document-container:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.document-container:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.document-container:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.document-container > .container {
  position: relative;
  z-index: 2;
}
.document-container > .container + .container {
  z-index: 1;
}
.document-container .pull-up {
  margin-top: -120px;
}
.document-container .title {
  margin-bottom: 16px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #484247;
}
.document-container .card-document {
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 24px;
}
.document-container .card-document .document-frame {
  position: relative;
  padding: 24px;
  overflow: hidden;
}
.document-container .card-document .document-frame .tab-pane,
.document-container .card-document .document-frame .pdf-preview {
  width: 100%;
  height: 100%;
}
.document-container .card-document .document-frame > .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e3e4db;
  background-color: #fafaf8;
  border-radius: 5px;
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.document-container .card-document .document-frame > .tab-content.tab-audio, .document-container .card-document .document-frame > .tab-content.tab-video {
  height: auto;
}
.document-container .card-document .document-frame > .tab-content.tab-audio .tab-pane, .document-container .card-document .document-frame > .tab-content.tab-video .tab-pane {
  margin: 0 0 -5px;
  padding: 0;
  height: auto;
}
.document-container .card-document .document-frame > .tab-content.tab-audio audio {
  width: 100%;
}
.document-container .card-document .document-frame > .tab-content.tab-audio audio::-webkit-media-controls-play-button,
.document-container .card-document .document-frame > .tab-content.tab-audio audio::-webkit-media-controls-panel {
  background-color: #fafaf8;
}
.document-container .card-document .document-frame > .tab-content.tab-video video {
  width: 100%;
  max-height: 650px;
  background-color: #000000;
}
.document-container .card-document .document-frame > .tab-content.tab-text-active {
  padding-right: 8px;
}
.document-container .card-document .document-frame > .tab-content.tab-text-active > .tab-pane .tab-pane {
  height: 100%;
  overflow: auto;
}
.document-container .card-document .document-frame > .tab-content.tab-text-active > .tab-pane.active {
  padding: 24px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .document-container .card-document .document-frame > .tab-content.tab-text-active > .tab-pane.active::-webkit-scrollbar {
    width: 6px;
  }
  .document-container .card-document .document-frame > .tab-content.tab-text-active > .tab-pane.active::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 8px 0;
  }
  .document-container .card-document .document-frame > .tab-content.tab-text-active > .tab-pane.active::-webkit-scrollbar-thumb {
    background-color: #7b726f;
    outline: 1px solid #7b726f;
    border-radius: 10px;
  }
}
.document-container .card-document .document-frame p span {
  display: inline;
  font-family: "acumin-pro", sans-serif !important;
  font-size: 16px;
  line-height: 24px;
}
.document-container .card-document .document-options {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .document-container .card-document .document-options {
    position: absolute;
    bottom: -26px;
    left: 48px;
    right: 48px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.document-container .card-document .document-options .options-dropdowns,
.document-container .card-document .document-options .options-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.document-container .card-document .document-options .options-dropdowns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .document-container .card-document .document-options .options-dropdowns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.document-container .card-document .document-options .options-buttons {
  margin-top: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .document-container .card-document .document-options .options-buttons {
    margin-top: 0;
    margin-left: auto;
  }
}
.document-container .card-document .document-options .options-buttons .btn + .btn {
  margin-left: 12px;
}
.document-container .documents {
  padding: 0;
}
.document-container .documents:before, .document-container .documents:after {
  content: "";
}

.document-information {
  position: relative;
  padding: 64px 16px;
  background-color: #ffffff;
}
@media all and (min-width: 768px) {
  .document-information {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .document-information {
    padding: 64px 0;
  }
}
.document-information .title {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #37123c;
}
.document-information .sub-title {
  margin-bottom: 4px;
  font-family: "source-serif-pro", serif;
  font-size: 22px;
  line-height: 28px;
  color: #7f7094;
}
.document-information .information-block {
  margin-top: 32px;
}
.document-information .information-block p,
.document-information .information-block a:not(.pill) {
  font-weight: 400;
  color: #363135;
  text-decoration: none;
}
.document-information .information-block a:not(.pill) {
  color: #0e6ea6;
}
.document-information .information-block a:not(.pill):hover, .document-information .information-block a:not(.pill):focus {
  color: #7b726f;
}

.documents {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .documents {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .documents {
    padding: 64px 0;
  }
}
.documents:before, .documents:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.documents:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.documents:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.documents > div {
  position: relative;
  z-index: 1;
}
.documents .title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #484247;
}
.documents .card {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 425px) {
  .documents .btn {
    display: block;
    width: 100%;
  }
}

.document-list {
  position: relative;
  padding: 64px 16px;
  z-index: 0;
}
.document-list.light-blue .sub-title {
  color: #0e6ea6;
}
.document-list.light-blue.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0b5580;
}
.document-list.light-blue.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.dark-blue .sub-title {
  color: #085988;
}
.document-list.dark-blue.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #064061;
}
.document-list.dark-blue.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.dark-purple .sub-title {
  color: #37123c;
}
.document-list.dark-purple.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1a091d;
}
.document-list.dark-purple.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.light-purple .sub-title {
  color: #7f7094;
}
.document-list.light-purple.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #6b5e7d;
}
.document-list.light-purple.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.gray .sub-title {
  color: #484247;
}
.document-list.gray.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #332e32;
}
.document-list.gray.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.people .sub-title {
  color: #008094;
}
.document-list.people.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #005d6b;
}
.document-list.people.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.places .sub-title {
  color: #507600;
}
.document-list.places.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #344d00;
}
.document-list.places.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.topics .sub-title {
  color: #b02a2e;
}
.document-list.topics.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #8f2225;
}
.document-list.topics.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.languages .sub-title {
  color: #0e6ea6;
}
.document-list.languages.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0b5580;
}
.document-list.languages.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.original_repositories .sub-title {
  color: #7f7094;
}
.document-list.original_repositories.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #6b5e7d;
}
.document-list.original_repositories.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.year_range .sub-title {
  color: #665978;
}
.document-list.year_range.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #524860;
}
.document-list.year_range.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.people-dark .sub-title {
  color: #005663;
}
.document-list.people-dark.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00333a;
}
.document-list.people-dark.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.places-dark .sub-title {
  color: #3a5600;
}
.document-list.places-dark.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1e2d00;
}
.document-list.places-dark.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.topics-dark .sub-title {
  color: #8b2326;
}
.document-list.topics-dark.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #6a1b1d;
}
.document-list.topics-dark.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.document .sub-title {
  color: #085988;
}
.document-list.document.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #064061;
}
.document-list.document.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.subject .sub-title {
  color: #665978;
}
.document-list.subject.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #524860;
}
.document-list.subject.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.keyword .sub-title {
  color: #665978;
}
.document-list.keyword.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #524860;
}
.document-list.keyword.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.donor.table .background {
  background-color: #7f7094 !important;
}
.document-list.donor .sub-title {
  color: #37123c;
}
.document-list.donor.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1a091d;
}
.document-list.donor.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.translator .sub-title {
  color: #7b726f;
}
.document-list.translator.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665e5c;
}
.document-list.translator.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.contributor .sub-title {
  color: #484247;
}
.document-list.contributor.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #332e32;
}
.document-list.contributor.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.white .sub-title {
  color: #ffffff;
}
.document-list.white.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ebebeb;
}
.document-list.white.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.black .sub-title {
  color: #000000;
}
.document-list.black.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: black;
}
.document-list.black.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.transparent .sub-title {
  color: transparent;
}
.document-list.transparent.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
}
.document-list.transparent.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.document-list.clear .sub-title {
  color: #484247;
}
.document-list.clear.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #332e32;
}
.document-list.clear.table .background .texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
@media all and (min-width: 768px) {
  .document-list {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .document-list {
    padding: 64px 0;
  }
}
.document-list .menu-adjust {
  padding-bottom: 64px;
}
.document-list.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.document-list.header:has(+ .document-list.table) {
  padding-bottom: 148px !important;
}
.document-list.header:before, .document-list.header:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.document-list.header:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.document-list.header:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.document-list.header > div:not(.help-container) {
  position: relative;
  z-index: 1;
}
.document-list.header .sub-title {
  font-family: "source-serif-pro", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.document-list.header .title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  line-height: 32px;
  color: #484247;
}
.document-list.header .title .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 38px;
  line-height: 44px;
}
.document-list.header .title .main .btn {
  height: auto;
}
.document-list.header .title .secondary {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #7b726f;
}
.document-list.header .text p:last-child,
.document-list.header .text ul:last-child,
.document-list.header .text ol:last-child {
  margin-bottom: 0;
}
.document-list.table {
  padding-top: 0;
  background: none !important;
}
.document-list.table .container {
  border: none !important;
}
.document-list.table .col-12 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.document-list.table .col-12 .card.card-table {
  margin-top: -84px;
}

.essay-container {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .essay-container {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .essay-container {
    padding: 64px 0;
  }
}
.essay-container:before, .essay-container:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.essay-container:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.essay-container:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.essay-container > .container {
  position: relative;
  z-index: 1;
}
.essay-container > .container + .container {
  z-index: 0;
}
.essay-container .pull-up {
  margin-top: -92px;
}
@media (min-width: 992px) {
  .essay-container .pull-up {
    margin-top: -120px;
  }
}
.essay-container .card-essay-menu,
.essay-container .card-essay {
  border-radius: 10px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.05);
}
.essay-container .card-essay-menu {
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}
.essay-container .card-essay-menu.sticky {
  position: sticky;
  top: 32px;
}
.essay-container .card-essay-menu .title {
  padding: 4px 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #0e6ea6;
}
.essay-container .card-essay-menu .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.essay-container .card-essay-menu .menu-list .menu-item {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 10px;
}
.essay-container .card-essay-menu .menu-list .menu-item:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #eaeae9;
}
.essay-container .card-essay-menu .menu-list .menu-item + .menu-item {
  margin-top: 8px;
}
.essay-container .card-essay-menu .menu-list .menu-item.active {
  border: 1px solid transparent !important;
  background-color: #7b726f !important;
}
.essay-container .card-essay-menu .menu-list .menu-item.active .menu-link {
  color: #ffffff;
}
.essay-container .card-essay-menu .menu-list .menu-item.active:after {
  display: none;
}
.essay-container .card-essay-menu .menu-list .menu-item:hover, .essay-container .card-essay-menu .menu-list .menu-item:focus {
  border: 1px solid #d2d0ce;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.essay-container .card-essay-menu .menu-list .menu-item:hover:after, .essay-container .card-essay-menu .menu-list .menu-item:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.essay-container .card-essay-menu .menu-list .menu-item .menu-link {
  position: relative;
  padding: 4px 10px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #484247;
  text-decoration: none;
  text-transform: capitalize;
  z-index: 1;
}
.essay-container .card-essay-block {
  position: relative;
  padding: 24px;
  z-index: 0;
}
.essay-container .card-essay-block .card-body {
  position: relative;
  padding: 24px;
  border-radius: 5px;
  border: 1px solid #e3e4db;
  background-color: #fafaf8;
}
.essay-container .card-essay-block .card-body .title {
  margin-bottom: 24px;
  font-family: "acumin-pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #7b726f;
}
.essay-container .card-essay-block .card-body p {
  font-family: "source-serif-pro", serif;
  font-size: 18px;
  line-height: 24px;
}
.essay-container .card-essay-block .card-body p:last-child {
  margin-bottom: 0;
}

.explore .title {
  margin: 0;
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #ffffff;
}
.explore.explore-light-blue {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-light-blue {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-light-blue {
    padding: 64px 0;
  }
}
.explore.explore-light-blue .container {
  position: relative;
  z-index: 1;
}
.explore.explore-light-blue .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0b5580;
}
.explore.explore-light-blue .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-light-blue .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #0e6ea6;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-light-blue .explore-navigation .active:hover, .explore.explore-light-blue .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-light-blue .explore-navigation a:hover, .explore.explore-light-blue .explore-navigation a:focus {
  color: #0e6ea6 !important;
}
.explore.explore-light-blue .explore-list .explore-title:hover, .explore.explore-light-blue .explore-list .explore-title:focus {
  color: #0e6ea6 !important;
}
.explore.explore-light-blue .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-dark-blue {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-dark-blue {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-dark-blue {
    padding: 64px 0;
  }
}
.explore.explore-dark-blue .container {
  position: relative;
  z-index: 1;
}
.explore.explore-dark-blue .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #064061;
}
.explore.explore-dark-blue .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-dark-blue .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #085988;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-dark-blue .explore-navigation .active:hover, .explore.explore-dark-blue .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-dark-blue .explore-navigation a:hover, .explore.explore-dark-blue .explore-navigation a:focus {
  color: #085988 !important;
}
.explore.explore-dark-blue .explore-list .explore-title:hover, .explore.explore-dark-blue .explore-list .explore-title:focus {
  color: #085988 !important;
}
.explore.explore-dark-blue .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-dark-purple {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-dark-purple {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-dark-purple {
    padding: 64px 0;
  }
}
.explore.explore-dark-purple .container {
  position: relative;
  z-index: 1;
}
.explore.explore-dark-purple .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1a091d;
}
.explore.explore-dark-purple .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-dark-purple .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #37123c;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-dark-purple .explore-navigation .active:hover, .explore.explore-dark-purple .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-dark-purple .explore-navigation a:hover, .explore.explore-dark-purple .explore-navigation a:focus {
  color: #37123c !important;
}
.explore.explore-dark-purple .explore-list .explore-title:hover, .explore.explore-dark-purple .explore-list .explore-title:focus {
  color: #37123c !important;
}
.explore.explore-dark-purple .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-light-purple {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-light-purple {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-light-purple {
    padding: 64px 0;
  }
}
.explore.explore-light-purple .container {
  position: relative;
  z-index: 1;
}
.explore.explore-light-purple .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #6b5e7d;
}
.explore.explore-light-purple .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-light-purple .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #7f7094;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-light-purple .explore-navigation .active:hover, .explore.explore-light-purple .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-light-purple .explore-navigation a:hover, .explore.explore-light-purple .explore-navigation a:focus {
  color: #7f7094 !important;
}
.explore.explore-light-purple .explore-list .explore-title:hover, .explore.explore-light-purple .explore-list .explore-title:focus {
  color: #7f7094 !important;
}
.explore.explore-light-purple .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-gray {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-gray {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-gray {
    padding: 64px 0;
  }
}
.explore.explore-gray .container {
  position: relative;
  z-index: 1;
}
.explore.explore-gray .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #332e32;
}
.explore.explore-gray .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-gray .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #484247;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-gray .explore-navigation .active:hover, .explore.explore-gray .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-gray .explore-navigation a:hover, .explore.explore-gray .explore-navigation a:focus {
  color: #484247 !important;
}
.explore.explore-gray .explore-list .explore-title:hover, .explore.explore-gray .explore-list .explore-title:focus {
  color: #484247 !important;
}
.explore.explore-gray .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-people {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-people {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-people {
    padding: 64px 0;
  }
}
.explore.explore-people .container {
  position: relative;
  z-index: 1;
}
.explore.explore-people .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #005d6b;
}
.explore.explore-people .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-people .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #008094;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-people .explore-navigation .active:hover, .explore.explore-people .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-people .explore-navigation a:hover, .explore.explore-people .explore-navigation a:focus {
  color: #008094 !important;
}
.explore.explore-people .explore-list .explore-title:hover, .explore.explore-people .explore-list .explore-title:focus {
  color: #008094 !important;
}
.explore.explore-people .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-places {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-places {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-places {
    padding: 64px 0;
  }
}
.explore.explore-places .container {
  position: relative;
  z-index: 1;
}
.explore.explore-places .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #344d00;
}
.explore.explore-places .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-places .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #507600;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-places .explore-navigation .active:hover, .explore.explore-places .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-places .explore-navigation a:hover, .explore.explore-places .explore-navigation a:focus {
  color: #507600 !important;
}
.explore.explore-places .explore-list .explore-title:hover, .explore.explore-places .explore-list .explore-title:focus {
  color: #507600 !important;
}
.explore.explore-places .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-topics {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-topics {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-topics {
    padding: 64px 0;
  }
}
.explore.explore-topics .container {
  position: relative;
  z-index: 1;
}
.explore.explore-topics .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #8f2225;
}
.explore.explore-topics .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-topics .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #b02a2e;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-topics .explore-navigation .active:hover, .explore.explore-topics .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-topics .explore-navigation a:hover, .explore.explore-topics .explore-navigation a:focus {
  color: #b02a2e !important;
}
.explore.explore-topics .explore-list .explore-title:hover, .explore.explore-topics .explore-list .explore-title:focus {
  color: #b02a2e !important;
}
.explore.explore-topics .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-languages {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-languages {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-languages {
    padding: 64px 0;
  }
}
.explore.explore-languages .container {
  position: relative;
  z-index: 1;
}
.explore.explore-languages .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0b5580;
}
.explore.explore-languages .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-languages .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #0e6ea6;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-languages .explore-navigation .active:hover, .explore.explore-languages .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-languages .explore-navigation a:hover, .explore.explore-languages .explore-navigation a:focus {
  color: #0e6ea6 !important;
}
.explore.explore-languages .explore-list .explore-title:hover, .explore.explore-languages .explore-list .explore-title:focus {
  color: #0e6ea6 !important;
}
.explore.explore-languages .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-original_repositories {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-original_repositories {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-original_repositories {
    padding: 64px 0;
  }
}
.explore.explore-original_repositories .container {
  position: relative;
  z-index: 1;
}
.explore.explore-original_repositories .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #6b5e7d;
}
.explore.explore-original_repositories .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-original_repositories .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #7f7094;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-original_repositories .explore-navigation .active:hover, .explore.explore-original_repositories .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-original_repositories .explore-navigation a:hover, .explore.explore-original_repositories .explore-navigation a:focus {
  color: #7f7094 !important;
}
.explore.explore-original_repositories .explore-list .explore-title:hover, .explore.explore-original_repositories .explore-list .explore-title:focus {
  color: #7f7094 !important;
}
.explore.explore-original_repositories .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-year_range {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-year_range {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-year_range {
    padding: 64px 0;
  }
}
.explore.explore-year_range .container {
  position: relative;
  z-index: 1;
}
.explore.explore-year_range .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #524860;
}
.explore.explore-year_range .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-year_range .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #665978;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-year_range .explore-navigation .active:hover, .explore.explore-year_range .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-year_range .explore-navigation a:hover, .explore.explore-year_range .explore-navigation a:focus {
  color: #665978 !important;
}
.explore.explore-year_range .explore-list .explore-title:hover, .explore.explore-year_range .explore-list .explore-title:focus {
  color: #665978 !important;
}
.explore.explore-year_range .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-people-dark {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-people-dark {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-people-dark {
    padding: 64px 0;
  }
}
.explore.explore-people-dark .container {
  position: relative;
  z-index: 1;
}
.explore.explore-people-dark .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #00333a;
}
.explore.explore-people-dark .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-people-dark .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #005663;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-people-dark .explore-navigation .active:hover, .explore.explore-people-dark .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-people-dark .explore-navigation a:hover, .explore.explore-people-dark .explore-navigation a:focus {
  color: #005663 !important;
}
.explore.explore-people-dark .explore-list .explore-title:hover, .explore.explore-people-dark .explore-list .explore-title:focus {
  color: #005663 !important;
}
.explore.explore-people-dark .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-places-dark {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-places-dark {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-places-dark {
    padding: 64px 0;
  }
}
.explore.explore-places-dark .container {
  position: relative;
  z-index: 1;
}
.explore.explore-places-dark .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1e2d00;
}
.explore.explore-places-dark .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-places-dark .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #3a5600;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-places-dark .explore-navigation .active:hover, .explore.explore-places-dark .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-places-dark .explore-navigation a:hover, .explore.explore-places-dark .explore-navigation a:focus {
  color: #3a5600 !important;
}
.explore.explore-places-dark .explore-list .explore-title:hover, .explore.explore-places-dark .explore-list .explore-title:focus {
  color: #3a5600 !important;
}
.explore.explore-places-dark .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-topics-dark {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-topics-dark {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-topics-dark {
    padding: 64px 0;
  }
}
.explore.explore-topics-dark .container {
  position: relative;
  z-index: 1;
}
.explore.explore-topics-dark .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #6a1b1d;
}
.explore.explore-topics-dark .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-topics-dark .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #8b2326;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-topics-dark .explore-navigation .active:hover, .explore.explore-topics-dark .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-topics-dark .explore-navigation a:hover, .explore.explore-topics-dark .explore-navigation a:focus {
  color: #8b2326 !important;
}
.explore.explore-topics-dark .explore-list .explore-title:hover, .explore.explore-topics-dark .explore-list .explore-title:focus {
  color: #8b2326 !important;
}
.explore.explore-topics-dark .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-document {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-document {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-document {
    padding: 64px 0;
  }
}
.explore.explore-document .container {
  position: relative;
  z-index: 1;
}
.explore.explore-document .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #064061;
}
.explore.explore-document .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-document .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #085988;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-document .explore-navigation .active:hover, .explore.explore-document .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-document .explore-navigation a:hover, .explore.explore-document .explore-navigation a:focus {
  color: #085988 !important;
}
.explore.explore-document .explore-list .explore-title:hover, .explore.explore-document .explore-list .explore-title:focus {
  color: #085988 !important;
}
.explore.explore-document .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-subject {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-subject {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-subject {
    padding: 64px 0;
  }
}
.explore.explore-subject .container {
  position: relative;
  z-index: 1;
}
.explore.explore-subject .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #524860;
}
.explore.explore-subject .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-subject .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #665978;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-subject .explore-navigation .active:hover, .explore.explore-subject .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-subject .explore-navigation a:hover, .explore.explore-subject .explore-navigation a:focus {
  color: #665978 !important;
}
.explore.explore-subject .explore-list .explore-title:hover, .explore.explore-subject .explore-list .explore-title:focus {
  color: #665978 !important;
}
.explore.explore-subject .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-keyword {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-keyword {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-keyword {
    padding: 64px 0;
  }
}
.explore.explore-keyword .container {
  position: relative;
  z-index: 1;
}
.explore.explore-keyword .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #524860;
}
.explore.explore-keyword .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-keyword .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #665978;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-keyword .explore-navigation .active:hover, .explore.explore-keyword .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-keyword .explore-navigation a:hover, .explore.explore-keyword .explore-navigation a:focus {
  color: #665978 !important;
}
.explore.explore-keyword .explore-list .explore-title:hover, .explore.explore-keyword .explore-list .explore-title:focus {
  color: #665978 !important;
}
.explore.explore-keyword .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-donor {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-donor {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-donor {
    padding: 64px 0;
  }
}
.explore.explore-donor .container {
  position: relative;
  z-index: 1;
}
.explore.explore-donor .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #1a091d;
}
.explore.explore-donor .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-donor .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #37123c;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-donor .explore-navigation .active:hover, .explore.explore-donor .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-donor .explore-navigation a:hover, .explore.explore-donor .explore-navigation a:focus {
  color: #37123c !important;
}
.explore.explore-donor .explore-list .explore-title:hover, .explore.explore-donor .explore-list .explore-title:focus {
  color: #37123c !important;
}
.explore.explore-donor .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-translator {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-translator {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-translator {
    padding: 64px 0;
  }
}
.explore.explore-translator .container {
  position: relative;
  z-index: 1;
}
.explore.explore-translator .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665e5c;
}
.explore.explore-translator .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-translator .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #7b726f;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-translator .explore-navigation .active:hover, .explore.explore-translator .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-translator .explore-navigation a:hover, .explore.explore-translator .explore-navigation a:focus {
  color: #7b726f !important;
}
.explore.explore-translator .explore-list .explore-title:hover, .explore.explore-translator .explore-list .explore-title:focus {
  color: #7b726f !important;
}
.explore.explore-translator .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-contributor {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-contributor {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-contributor {
    padding: 64px 0;
  }
}
.explore.explore-contributor .container {
  position: relative;
  z-index: 1;
}
.explore.explore-contributor .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #332e32;
}
.explore.explore-contributor .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-contributor .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #484247;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-contributor .explore-navigation .active:hover, .explore.explore-contributor .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-contributor .explore-navigation a:hover, .explore.explore-contributor .explore-navigation a:focus {
  color: #484247 !important;
}
.explore.explore-contributor .explore-list .explore-title:hover, .explore.explore-contributor .explore-list .explore-title:focus {
  color: #484247 !important;
}
.explore.explore-contributor .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-white {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-white {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-white {
    padding: 64px 0;
  }
}
.explore.explore-white .container {
  position: relative;
  z-index: 1;
}
.explore.explore-white .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ebebeb;
}
.explore.explore-white .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-white .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #ffffff;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-white .explore-navigation .active:hover, .explore.explore-white .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-white .explore-navigation a:hover, .explore.explore-white .explore-navigation a:focus {
  color: #ffffff !important;
}
.explore.explore-white .explore-list .explore-title:hover, .explore.explore-white .explore-list .explore-title:focus {
  color: #ffffff !important;
}
.explore.explore-white .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-black {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-black {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-black {
    padding: 64px 0;
  }
}
.explore.explore-black .container {
  position: relative;
  z-index: 1;
}
.explore.explore-black .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: black;
}
.explore.explore-black .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-black .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #000000;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-black .explore-navigation .active:hover, .explore.explore-black .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-black .explore-navigation a:hover, .explore.explore-black .explore-navigation a:focus {
  color: #000000 !important;
}
.explore.explore-black .explore-list .explore-title:hover, .explore.explore-black .explore-list .explore-title:focus {
  color: #000000 !important;
}
.explore.explore-black .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-transparent {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-transparent {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-transparent {
    padding: 64px 0;
  }
}
.explore.explore-transparent .container {
  position: relative;
  z-index: 1;
}
.explore.explore-transparent .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
}
.explore.explore-transparent .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-transparent .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: transparent;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-transparent .explore-navigation .active:hover, .explore.explore-transparent .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-transparent .explore-navigation a:hover, .explore.explore-transparent .explore-navigation a:focus {
  color: transparent !important;
}
.explore.explore-transparent .explore-list .explore-title:hover, .explore.explore-transparent .explore-list .explore-title:focus {
  color: transparent !important;
}
.explore.explore-transparent .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-clear {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-clear {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-clear {
    padding: 64px 0;
  }
}
.explore.explore-clear .container {
  position: relative;
  z-index: 1;
}
.explore.explore-clear .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #332e32;
}
.explore.explore-clear .explore-bg .explore-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.explore.explore-clear .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #484247;
  border-radius: 12px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.explore.explore-clear .explore-navigation .active:hover, .explore.explore-clear .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-clear .explore-navigation a:hover, .explore.explore-clear .explore-navigation a:focus {
  color: #484247 !important;
}
.explore.explore-clear .explore-list .explore-title:hover, .explore.explore-clear .explore-list .explore-title:focus {
  color: #484247 !important;
}
.explore.explore-clear .nav-tabs .nav-link {
  color: #ffffff;
}
.explore .card {
  border-radius: 10px;
  overflow: hidden;
}
.explore .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.explore .card .card-header .explore-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 24px;
  list-style: none;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  overflow: hidden;
  overflow-x: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 90px;
}
.explore .card .card-header .explore-navigation:has(.search.open) li {
  display: none;
}
.explore .card .card-header .explore-navigation:has(.search.open) li.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.explore .card .card-header .explore-navigation:not(:has(.search.open)) .btn {
  min-width: 48px;
  margin-left: 24px;
}
.explore .card .card-header .explore-navigation li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 42px;
}
.explore .card .card-header .explore-navigation li + li {
  margin-left: 4px;
}
.explore .card .card-header .explore-navigation li a {
  display: block;
  padding: 6px 8px 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #484247;
  text-decoration: none;
}
.explore .card .card-header .explore-navigation li.search {
  margin-left: auto;
}
.explore .card .card-header .explore-navigation li.search.open {
  position: absolute;
  margin: -21.25px 24px 0;
  top: 50%;
  left: 0;
  right: 0;
}
.explore .card .card-header .explore-navigation li.search.open .btn-open {
  display: none !important;
}
.explore .card .card-header .explore-navigation li.search.open .btn-close,
.explore .card .card-header .explore-navigation li.search.open .form-control {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.explore .card .card-header .explore-navigation li.search.open .btn-close {
  margin-left: 16px;
  height: auto;
}
.explore .card .card-header .explore-navigation li.search.open .form-control {
  border-radius: 8px;
  margin: 0 !important;
}
.explore .card .card-header .explore-navigation li.search .btn-open {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.explore .card .card-header .explore-navigation li.search .btn-close,
.explore .card .card-header .explore-navigation li.search .form-control {
  display: none !important;
}
.explore .card .card-header .explore-navigation li .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.explore .card .card-header .explore-navigation li .input-group form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.explore .card .card-header .explore-navigation li .input-group form .js-form-item {
  margin: 0 !important;
  width: 100%;
}
.explore .card .card-header .explore-navigation li .input-group .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 44px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid transparent;
  border-radius: 10px !important;
  opacity: 1;
  background-image: none !important;
}
.explore .card .card-header .explore-navigation li .input-group .btn:after {
  display: none;
}
.explore .card .card-header .explore-navigation li .input-group .btn .fa-solid {
  margin: 0;
}
.explore .card .card-body {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .explore .card .card-body {
    padding: 24px;
  }
}
.explore .card .card-body .col-lg-4 + .col-lg-4 .explore-list {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .explore .card .card-body .col-lg-4 + .col-lg-4 .explore-list {
    margin-top: 0;
  }
}
.explore .card .card-body .explore-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.explore .card .card-body .explore-list li {
  padding: 0 8px;
}
.explore .card .card-body .explore-list li + li {
  margin-top: 24px;
}
.explore .card .card-body .explore-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  color: #363135;
}
.explore .card .card-body .explore-list li a .explore-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 22px;
}
.explore .card .card-body .explore-list li a .explore-title.inset {
  margin-left: 16px;
  color: #6b6269;
}
.explore .card .card-body .explore-list li a .explore-number {
  margin-left: auto;
  font-weight: 400;
  font-style: italic;
}

.card-map .card-body,
.card-map-detail .card-body {
  padding: 8px !important;
}
.card-map .card-body #chartdiv,
.card-map-detail .card-body #chartdiv {
  width: 100%;
  min-height: 600px;
  background-color: #e3e4db;
}

.featured {
  position: relative;
  padding: 0 0 64px;
}
@media all and (min-width: 768px) {
  .featured {
    padding: 0 0 64px;
  }
}
@media all and (min-width: 992px) {
  .featured {
    padding: 0 0 64px;
  }
}
.featured:before, .featured:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.featured:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.featured:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.featured > div {
  position: relative;
  z-index: 1;
}
.featured .title-bar {
  padding-bottom: 48px;
}
.featured .title-bar .title {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  text-align: left;
}
@media all and (max-width: 991px) {
  .featured .title-bar .title {
    padding: 0 16px;
  }
}
.featured .featured-items {
  margin-top: -24px;
  padding: 0 16px;
}
@media all and (min-width: 768px) {
  .featured .featured-items {
    padding: 0 40px;
  }
}
@media all and (min-width: 992px) {
  .featured .featured-items {
    padding: 0;
  }
}
.featured .featured-items .card {
  border: none;
  max-height: 400px;
}

.jumbotron {
  position: relative;
}
.jumbotron.jumbotron-bg-light-blue {
  background-color: #0e6ea6;
}
.jumbotron.jumbotron-bg-light-blue .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(14, 110, 166, 0) 0%, #0e6ea6 80%);
}
.jumbotron.jumbotron-bg-light-blue .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0e6ea6), to(rgba(14, 110, 166, 0)));
  background: linear-gradient(180deg, #0e6ea6 0%, rgba(14, 110, 166, 0) 100%);
}
.jumbotron.jumbotron-bg-light-blue .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#0e6ea6), to(rgba(14, 110, 166, 0)));
  background: linear-gradient(0deg, #0e6ea6 0%, rgba(14, 110, 166, 0) 100%);
}
.jumbotron.jumbotron-bg-light-blue .content-block .title,
.jumbotron.jumbotron-bg-light-blue .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-light-blue .content-block a {
  color: #81caf4;
}
.jumbotron.jumbotron-bg-dark-blue {
  background-color: #085988;
}
.jumbotron.jumbotron-bg-dark-blue .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(8, 89, 136, 0) 0%, #085988 80%);
}
.jumbotron.jumbotron-bg-dark-blue .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#085988), to(rgba(8, 89, 136, 0)));
  background: linear-gradient(180deg, #085988 0%, rgba(8, 89, 136, 0) 100%);
}
.jumbotron.jumbotron-bg-dark-blue .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#085988), to(rgba(8, 89, 136, 0)));
  background: linear-gradient(0deg, #085988 0%, rgba(8, 89, 136, 0) 100%);
}
.jumbotron.jumbotron-bg-dark-blue .content-block .title,
.jumbotron.jumbotron-bg-dark-blue .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-dark-blue .content-block a {
  color: #5cbdf5;
}
.jumbotron.jumbotron-bg-dark-purple {
  background-color: #37123c;
}
.jumbotron.jumbotron-bg-dark-purple .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(55, 18, 60, 0) 0%, #37123c 80%);
}
.jumbotron.jumbotron-bg-dark-purple .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#37123c), to(rgba(55, 18, 60, 0)));
  background: linear-gradient(180deg, #37123c 0%, rgba(55, 18, 60, 0) 100%);
}
.jumbotron.jumbotron-bg-dark-purple .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#37123c), to(rgba(55, 18, 60, 0)));
  background: linear-gradient(0deg, #37123c 0%, rgba(55, 18, 60, 0) 100%);
}
.jumbotron.jumbotron-bg-dark-purple .content-block .title,
.jumbotron.jumbotron-bg-dark-purple .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-dark-purple .content-block a {
  color: #b948c8;
}
.jumbotron.jumbotron-bg-light-purple {
  background-color: #7f7094;
}
.jumbotron.jumbotron-bg-light-purple .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(127, 112, 148, 0) 0%, #7f7094 80%);
}
.jumbotron.jumbotron-bg-light-purple .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#7f7094), to(rgba(127, 112, 148, 0)));
  background: linear-gradient(180deg, #7f7094 0%, rgba(127, 112, 148, 0) 100%);
}
.jumbotron.jumbotron-bg-light-purple .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7f7094), to(rgba(127, 112, 148, 0)));
  background: linear-gradient(0deg, #7f7094 0%, rgba(127, 112, 148, 0) 100%);
}
.jumbotron.jumbotron-bg-light-purple .content-block .title,
.jumbotron.jumbotron-bg-light-purple .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-light-purple .content-block a {
  color: #e2dfe7;
}
.jumbotron.jumbotron-bg-gray {
  background-color: #484247;
}
.jumbotron.jumbotron-bg-gray .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(72, 66, 71, 0) 0%, #484247 80%);
}
.jumbotron.jumbotron-bg-gray .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(180deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
.jumbotron.jumbotron-bg-gray .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(0deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
.jumbotron.jumbotron-bg-gray .content-block .title,
.jumbotron.jumbotron-bg-gray .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-gray .content-block a {
  color: #aaa2a8;
}
.jumbotron.jumbotron-bg-people {
  background-color: #008094;
}
.jumbotron.jumbotron-bg-people .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(0, 128, 148, 0) 0%, #008094 80%);
}
.jumbotron.jumbotron-bg-people .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#008094), to(rgba(0, 128, 148, 0)));
  background: linear-gradient(180deg, #008094 0%, rgba(0, 128, 148, 0) 100%);
}
.jumbotron.jumbotron-bg-people .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#008094), to(rgba(0, 128, 148, 0)));
  background: linear-gradient(0deg, #008094 0%, rgba(0, 128, 148, 0) 100%);
}
.jumbotron.jumbotron-bg-people .content-block .title,
.jumbotron.jumbotron-bg-people .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-people .content-block a {
  color: #57e8ff;
}
.jumbotron.jumbotron-bg-places {
  background-color: #507600;
}
.jumbotron.jumbotron-bg-places .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(80, 118, 0, 0) 0%, #507600 80%);
}
.jumbotron.jumbotron-bg-places .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#507600), to(rgba(80, 118, 0, 0)));
  background: linear-gradient(180deg, #507600 0%, rgba(80, 118, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-places .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#507600), to(rgba(80, 118, 0, 0)));
  background: linear-gradient(0deg, #507600 0%, rgba(80, 118, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-places .content-block .title,
.jumbotron.jumbotron-bg-places .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-places .content-block a {
  color: #bfff39;
}
.jumbotron.jumbotron-bg-topics {
  background-color: #b02a2e;
}
.jumbotron.jumbotron-bg-topics .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(176, 42, 46, 0) 0%, #b02a2e 80%);
}
.jumbotron.jumbotron-bg-topics .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#b02a2e), to(rgba(176, 42, 46, 0)));
  background: linear-gradient(180deg, #b02a2e 0%, rgba(176, 42, 46, 0) 100%);
}
.jumbotron.jumbotron-bg-topics .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#b02a2e), to(rgba(176, 42, 46, 0)));
  background: linear-gradient(0deg, #b02a2e 0%, rgba(176, 42, 46, 0) 100%);
}
.jumbotron.jumbotron-bg-topics .content-block .title,
.jumbotron.jumbotron-bg-topics .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-topics .content-block a {
  color: #ecb0b2;
}
.jumbotron.jumbotron-bg-languages {
  background-color: #0e6ea6;
}
.jumbotron.jumbotron-bg-languages .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(14, 110, 166, 0) 0%, #0e6ea6 80%);
}
.jumbotron.jumbotron-bg-languages .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0e6ea6), to(rgba(14, 110, 166, 0)));
  background: linear-gradient(180deg, #0e6ea6 0%, rgba(14, 110, 166, 0) 100%);
}
.jumbotron.jumbotron-bg-languages .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#0e6ea6), to(rgba(14, 110, 166, 0)));
  background: linear-gradient(0deg, #0e6ea6 0%, rgba(14, 110, 166, 0) 100%);
}
.jumbotron.jumbotron-bg-languages .content-block .title,
.jumbotron.jumbotron-bg-languages .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-languages .content-block a {
  color: #81caf4;
}
.jumbotron.jumbotron-bg-original_repositories {
  background-color: #7f7094;
}
.jumbotron.jumbotron-bg-original_repositories .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(127, 112, 148, 0) 0%, #7f7094 80%);
}
.jumbotron.jumbotron-bg-original_repositories .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#7f7094), to(rgba(127, 112, 148, 0)));
  background: linear-gradient(180deg, #7f7094 0%, rgba(127, 112, 148, 0) 100%);
}
.jumbotron.jumbotron-bg-original_repositories .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7f7094), to(rgba(127, 112, 148, 0)));
  background: linear-gradient(0deg, #7f7094 0%, rgba(127, 112, 148, 0) 100%);
}
.jumbotron.jumbotron-bg-original_repositories .content-block .title,
.jumbotron.jumbotron-bg-original_repositories .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-original_repositories .content-block a {
  color: #e2dfe7;
}
.jumbotron.jumbotron-bg-year_range {
  background-color: #665978;
}
.jumbotron.jumbotron-bg-year_range .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(102, 89, 120, 0) 0%, #665978 80%);
}
.jumbotron.jumbotron-bg-year_range .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(180deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
.jumbotron.jumbotron-bg-year_range .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(0deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
.jumbotron.jumbotron-bg-year_range .content-block .title,
.jumbotron.jumbotron-bg-year_range .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-year_range .content-block a {
  color: #c8c2d1;
}
.jumbotron.jumbotron-bg-people-dark {
  background-color: #005663;
}
.jumbotron.jumbotron-bg-people-dark .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(0, 86, 99, 0) 0%, #005663 80%);
}
.jumbotron.jumbotron-bg-people-dark .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#005663), to(rgba(0, 86, 99, 0)));
  background: linear-gradient(180deg, #005663 0%, rgba(0, 86, 99, 0) 100%);
}
.jumbotron.jumbotron-bg-people-dark .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#005663), to(rgba(0, 86, 99, 0)));
  background: linear-gradient(0deg, #005663 0%, rgba(0, 86, 99, 0) 100%);
}
.jumbotron.jumbotron-bg-people-dark .content-block .title,
.jumbotron.jumbotron-bg-people-dark .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-people-dark .content-block a {
  color: #26e2ff;
}
.jumbotron.jumbotron-bg-places-dark {
  background-color: #3a5600;
}
.jumbotron.jumbotron-bg-places-dark .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(58, 86, 0, 0) 0%, #3a5600 80%);
}
.jumbotron.jumbotron-bg-places-dark .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#3a5600), to(rgba(58, 86, 0, 0)));
  background: linear-gradient(180deg, #3a5600 0%, rgba(58, 86, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-places-dark .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#3a5600), to(rgba(58, 86, 0, 0)));
  background: linear-gradient(0deg, #3a5600 0%, rgba(58, 86, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-places-dark .content-block .title,
.jumbotron.jumbotron-bg-places-dark .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-places-dark .content-block a {
  color: #b4ff19;
}
.jumbotron.jumbotron-bg-topics-dark {
  background-color: #8b2326;
}
.jumbotron.jumbotron-bg-topics-dark .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(139, 35, 38, 0) 0%, #8b2326 80%);
}
.jumbotron.jumbotron-bg-topics-dark .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#8b2326), to(rgba(139, 35, 38, 0)));
  background: linear-gradient(180deg, #8b2326 0%, rgba(139, 35, 38, 0) 100%);
}
.jumbotron.jumbotron-bg-topics-dark .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#8b2326), to(rgba(139, 35, 38, 0)));
  background: linear-gradient(0deg, #8b2326 0%, rgba(139, 35, 38, 0) 100%);
}
.jumbotron.jumbotron-bg-topics-dark .content-block .title,
.jumbotron.jumbotron-bg-topics-dark .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-topics-dark .content-block a {
  color: #e28d90;
}
.jumbotron.jumbotron-bg-document {
  background-color: #085988;
}
.jumbotron.jumbotron-bg-document .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(8, 89, 136, 0) 0%, #085988 80%);
}
.jumbotron.jumbotron-bg-document .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#085988), to(rgba(8, 89, 136, 0)));
  background: linear-gradient(180deg, #085988 0%, rgba(8, 89, 136, 0) 100%);
}
.jumbotron.jumbotron-bg-document .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#085988), to(rgba(8, 89, 136, 0)));
  background: linear-gradient(0deg, #085988 0%, rgba(8, 89, 136, 0) 100%);
}
.jumbotron.jumbotron-bg-document .content-block .title,
.jumbotron.jumbotron-bg-document .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-document .content-block a {
  color: #5cbdf5;
}
.jumbotron.jumbotron-bg-subject {
  background-color: #665978;
}
.jumbotron.jumbotron-bg-subject .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(102, 89, 120, 0) 0%, #665978 80%);
}
.jumbotron.jumbotron-bg-subject .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(180deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
.jumbotron.jumbotron-bg-subject .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(0deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
.jumbotron.jumbotron-bg-subject .content-block .title,
.jumbotron.jumbotron-bg-subject .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-subject .content-block a {
  color: #c8c2d1;
}
.jumbotron.jumbotron-bg-keyword {
  background-color: #665978;
}
.jumbotron.jumbotron-bg-keyword .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(102, 89, 120, 0) 0%, #665978 80%);
}
.jumbotron.jumbotron-bg-keyword .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(180deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
.jumbotron.jumbotron-bg-keyword .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#665978), to(rgba(102, 89, 120, 0)));
  background: linear-gradient(0deg, #665978 0%, rgba(102, 89, 120, 0) 100%);
}
.jumbotron.jumbotron-bg-keyword .content-block .title,
.jumbotron.jumbotron-bg-keyword .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-keyword .content-block a {
  color: #c8c2d1;
}
.jumbotron.jumbotron-bg-donor {
  background-color: #37123c;
}
.jumbotron.jumbotron-bg-donor .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(55, 18, 60, 0) 0%, #37123c 80%);
}
.jumbotron.jumbotron-bg-donor .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#37123c), to(rgba(55, 18, 60, 0)));
  background: linear-gradient(180deg, #37123c 0%, rgba(55, 18, 60, 0) 100%);
}
.jumbotron.jumbotron-bg-donor .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#37123c), to(rgba(55, 18, 60, 0)));
  background: linear-gradient(0deg, #37123c 0%, rgba(55, 18, 60, 0) 100%);
}
.jumbotron.jumbotron-bg-donor .content-block .title,
.jumbotron.jumbotron-bg-donor .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-donor .content-block a {
  color: #b948c8;
}
.jumbotron.jumbotron-bg-translator {
  background-color: #7b726f;
}
.jumbotron.jumbotron-bg-translator .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(123, 114, 111, 0) 0%, #7b726f 80%);
}
.jumbotron.jumbotron-bg-translator .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#7b726f), to(rgba(123, 114, 111, 0)));
  background: linear-gradient(180deg, #7b726f 0%, rgba(123, 114, 111, 0) 100%);
}
.jumbotron.jumbotron-bg-translator .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7b726f), to(rgba(123, 114, 111, 0)));
  background: linear-gradient(0deg, #7b726f 0%, rgba(123, 114, 111, 0) 100%);
}
.jumbotron.jumbotron-bg-translator .content-block .title,
.jumbotron.jumbotron-bg-translator .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-translator .content-block a {
  color: #d8d5d4;
}
.jumbotron.jumbotron-bg-contributor {
  background-color: #484247;
}
.jumbotron.jumbotron-bg-contributor .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(72, 66, 71, 0) 0%, #484247 80%);
}
.jumbotron.jumbotron-bg-contributor .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(180deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
.jumbotron.jumbotron-bg-contributor .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(0deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
.jumbotron.jumbotron-bg-contributor .content-block .title,
.jumbotron.jumbotron-bg-contributor .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-contributor .content-block a {
  color: #aaa2a8;
}
.jumbotron.jumbotron-bg-white {
  background-color: #ffffff;
}
.jumbotron.jumbotron-bg-white .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, white 80%);
}
.jumbotron.jumbotron-bg-white .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.jumbotron.jumbotron-bg-white .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.jumbotron.jumbotron-bg-white .content-block .title,
.jumbotron.jumbotron-bg-white .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-white .content-block a {
  color: white;
}
.jumbotron.jumbotron-bg-black {
  background-color: #000000;
}
.jumbotron.jumbotron-bg-black .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, black 80%);
}
.jumbotron.jumbotron-bg-black .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-black .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-black .content-block .title,
.jumbotron.jumbotron-bg-black .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-black .content-block a {
  color: #616161;
}
.jumbotron.jumbotron-bg-transparent {
  background-color: transparent;
}
.jumbotron.jumbotron-bg-transparent .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, black 80%);
}
.jumbotron.jumbotron-bg-transparent .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-transparent .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-transparent .content-block .title,
.jumbotron.jumbotron-bg-transparent .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-transparent .content-block a {
  color: rgba(97, 97, 97, 0);
}
.jumbotron.jumbotron-bg-clear {
  background-color: #484247;
}
.jumbotron.jumbotron-bg-clear .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(72, 66, 71, 0) 0%, #484247 80%);
}
.jumbotron.jumbotron-bg-clear .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(180deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
.jumbotron.jumbotron-bg-clear .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#484247), to(rgba(72, 66, 71, 0)));
  background: linear-gradient(0deg, #484247 0%, rgba(72, 66, 71, 0) 100%);
}
.jumbotron.jumbotron-bg-clear .content-block .title,
.jumbotron.jumbotron-bg-clear .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-clear .content-block a {
  color: #aaa2a8;
}
.jumbotron.jumbotron-bg-off-white {
  background-color: #e3e4db;
}
.jumbotron.jumbotron-bg-off-white .image-gradient {
  background: radial-gradient(circle, rgba(227, 228, 219, 0) 0%, #e3e4db 80%);
}
.jumbotron.jumbotron-bg-off-white .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e3e4db), to(rgba(227, 228, 219, 0)));
  background: linear-gradient(180deg, #e3e4db 0%, rgba(227, 228, 219, 0) 100%);
}
.jumbotron.jumbotron-bg-off-white .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#e3e4db), to(rgba(227, 228, 219, 0)));
  background: linear-gradient(0deg, #e3e4db 0%, rgba(227, 228, 219, 0) 100%);
}
.jumbotron[class*=jumbotron-bg-] {
  background-image: url("../images/background-texture-mobile.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media all and (min-width: 992px) {
  .jumbotron[class*=jumbotron-bg-] {
    background-image: url("../images/background-texture.png");
    background-repeat: repeat-y;
    background-position: left top;
  }
}
.jumbotron[class*=jumbotron-bg-] .image-gradient:before, .jumbotron[class*=jumbotron-bg-] .image-gradient:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15%;
}
.jumbotron[class*=jumbotron-bg-] .image-gradient:before {
  top: 0;
}
.jumbotron[class*=jumbotron-bg-] .image-gradient:after {
  bottom: 0;
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-landing [class*=col-], .jumbotron.jumbotron-detail [class*=col-] {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.jumbotron.jumbotron-landing [class*=col-] .text:last-child, .jumbotron.jumbotron-detail [class*=col-] .text:last-child {
  padding-bottom: 0;
}
.jumbotron.jumbotron-detail .content-block {
  padding: 32px 16px;
}
@media all and (min-width: 768px) {
  .jumbotron.jumbotron-detail .content-block {
    padding: 48px 16px;
  }
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-detail .content-block {
    padding: 0;
  }
}
.jumbotron.jumbotron-detail .content-block .card-detail {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.jumbotron.jumbotron-detail .content-block .card-detail .card-body {
  position: relative;
  padding: 0;
}
.jumbotron.jumbotron-detail .content-block .card-detail .card-footer {
  padding: 14px 20px 16px;
  background-color: #7b726f;
}
.jumbotron.jumbotron-detail .content-block .card-detail .card-footer .text {
  padding: 0;
}
.jumbotron.jumbotron-detail .content-block .card-detail .card-footer .text p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #ffffff;
}
.jumbotron.jumbotron-detail .content-block .card-detail .card-footer .text p:last-child {
  margin: 0;
}
.jumbotron.jumbotron-document {
  padding: 0;
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-document [class*=col-] {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
.jumbotron.jumbotron-document [class*=col-] .text:last-child {
  padding-bottom: 0;
}
.jumbotron.jumbotron-document .content-block {
  padding: 48px 16px 96px;
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-document .content-block {
    padding: 0;
  }
}
.jumbotron.jumbotron-document .date {
  font-family: "source-serif-pro", serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.jumbotron.jumbotron-document .title {
  font-family: "acumin-pro", sans-serif !important;
  font-weight: 600;
  font-size: 26px !important;
  line-height: 32px !important;
}
.jumbotron.jumbotron-document .donated {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  color: #ffffff;
}
.jumbotron.jumbotron-essay {
  padding: 0;
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-essay [class*=col-] {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
.jumbotron.jumbotron-essay [class*=col-] .text:last-child {
  padding-bottom: 0;
}
.jumbotron.jumbotron-essay .content-block {
  padding: 48px 16px 64px;
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-essay .content-block {
    padding: 0;
  }
}
.jumbotron.jumbotron-essay .title {
  font-family: "acumin-pro", sans-serif !important;
  font-weight: 600;
  font-size: 26px !important;
  line-height: 32px !important;
}
.jumbotron.jumbotron-essay .sub-title {
  font-family: "source-serif-pro", serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.jumbotron.jumbotron-essay .name {
  margin-top: 8px;
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
  color: #ffffff;
}
.jumbotron.jumbotron-essay .text {
  padding: 0 !important;
  font-family: "acumin-pro", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
}
.jumbotron [class*=col-] {
  position: relative;
}
.jumbotron [class*=col-].order-0 {
  padding: 0;
}
@media all and (min-width: 992px) {
  .jumbotron [class*=col-] {
    padding: 88px 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.jumbotron.jumbotron-default {
  padding: 0;
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-default [class*=col-] {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.jumbotron.jumbotron-default .content-block {
  padding: 48px 16px;
}
@media all and (min-width: 992px) {
  .jumbotron.jumbotron-default .content-block {
    padding: 0;
  }
}
.jumbotron [class*=col-] {
  position: relative;
}
.jumbotron [class*=col-].order-0 {
  padding: 0;
}
@media all and (min-width: 992px) {
  .jumbotron [class*=col-] {
    padding: 88px 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.jumbotron .image-radial {
  position: relative;
  height: 100%;
  min-height: 400px;
  width: 100%;
}
@media all and (min-width: 992px) {
  .jumbotron .image-radial {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 0;
  }
}
.jumbotron .content-block {
  padding: 32px 16px 48px;
}
@media all and (min-width: 768px) {
  .jumbotron .content-block {
    padding: 32px 16px 64px;
  }
}
@media all and (min-width: 992px) {
  .jumbotron .content-block {
    padding: 0;
  }
}
.jumbotron .content-block .title {
  margin: 0;
  font-family: "source-serif-pro", serif;
  font-size: 30px;
  line-height: 36px;
  color: #484247;
}
@media all and (min-width: 768px) {
  .jumbotron .content-block .title {
    font-size: 40px;
    line-height: 46px;
  }
}
.jumbotron .content-block .text {
  padding: 16px 0 24px;
}
.jumbotron .content-block .text p {
  font-size: 18px;
  line-height: 26px;
}
.jumbotron .content-block .text p:last-child {
  margin: 0;
}

.maintenance-block {
  position: relative;
}
.maintenance-block:before, .maintenance-block:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.maintenance-block:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.maintenance-block:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.maintenance-block > div {
  position: relative;
  z-index: 1;
}
.maintenance-block .title-bar {
  padding: 32px 0 64px;
}
.maintenance-block .title-bar .title {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .maintenance-block .title-bar .title {
    padding: 0;
  }
}
.maintenance-block .content-block {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .maintenance-block .content-block {
    padding: 32px 16px 64px;
  }
}
@media (min-width: 992px) {
  .maintenance-block .content-block {
    padding: 32px 0 64px;
  }
}
.maintenance-block .content-block .card {
  margin-top: -64px;
  margin-bottom: 32px;
  overflow: hidden;
  border: none;
}
.maintenance-block .content-block .card .card-body {
  padding: 0;
}
.maintenance-block .content-block .text form {
  margin-top: 32px;
}
.maintenance-block .content-block .text form .form-label {
  font-family: "source-serif-pro", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #5b1e63;
}
.maintenance-block .content-block .text .title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #085988;
}
.maintenance-block .content-block .text .title:first-child {
  margin-top: 0;
}
.maintenance-block .content-block .text .sub-title {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #0e6ea6;
}

.navigation .navbar {
  padding: 40px 16px;
  z-index: 5;
}
.navigation .navbar .navbar-toggler {
  display: none;
  margin: 0;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: transparent;
}
.navigation .navbar .navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navigation .navbar .navbar-toggler.collapsed {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navigation .navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navigation .navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
}
.navigation .navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.navigation .navbar .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #484247;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navigation .navbar .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navigation .navbar .navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.navigation .navbar .navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.navigation .navbar .navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
@media all and (max-width: 991px) {
  .navigation .navbar .navbar-toggler {
    display: block;
  }
}
.navigation .navbar .navbar-collapse {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
@media all and (max-width: 991px) {
  .navigation .navbar .navbar-collapse .navbar-nav {
    margin: 40px 0 24px;
    padding-top: 40px;
    border-top: 1px solid #dedddc;
  }
  .navigation .navbar .navbar-collapse .navbar-nav .megamenu {
    position: relative;
    overflow: hidden;
  }
  .navigation .navbar .navbar-collapse .navbar-nav .nav-item + .nav-item {
    margin-top: 8px;
  }
  .navigation .navbar .navbar-collapse .navbar-nav .nav-link {
    border-color: #dedddc;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .navigation .navbar .navbar-collapse .navbar-nav .nav-link.show {
    color: #ffffff !important;
    background-color: #7b726f;
  }
  .navigation .navbar .navbar-collapse .navbar-nav .nav-link.show .fa-caret-up {
    color: #ffffff;
  }
  .navigation .navbar .navbar-collapse .btn-catalog {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.navigation .navbar .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 8px 24px;
  font-weight: 600;
  border: 2px solid #ffffff;
  border-radius: 24px;
  color: #363135;
}
.navigation .navbar .dropdown-toggle:after {
  display: none;
  position: absolute;
  margin: 0 0 0 -16px;
  padding: 0;
  width: 32px;
  height: 32px;
  top: 70px;
  left: 50%;
  border: none;
  border-radius: 50%;
  background-color: #dbd9d6;
  opacity: 0;
}
.navigation .navbar .dropdown-toggle.active {
  color: #ffffff;
  background-color: #0e6ea6;
}
.navigation .navbar .dropdown-toggle.active .fa-caret-up,
.navigation .navbar .dropdown-toggle.active .fa-caret-down {
  color: #ffffff;
}
.navigation .navbar .dropdown-toggle.active.show {
  color: #363135;
  background: none;
  border: 2px solid #0e6ea6;
}
.navigation .navbar .dropdown-toggle.active.show i {
  color: #484247;
}
.navigation .navbar .dropdown-toggle.show:after {
  display: block;
}
.navigation .navbar .dropdown-toggle.show .fa-caret-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation .navbar .dropdown-toggle.show .fa-caret-down {
  display: none;
}
.navigation .navbar .dropdown-toggle .fa-caret-up,
.navigation .navbar .dropdown-toggle .fa-caret-down {
  margin-left: 16px;
  -ms-flex-item-align: center !important;
      align-self: center !important;
}
.navigation .navbar .dropdown-toggle .fa-caret-up {
  display: none;
  color: #484247;
}
.navigation .navbar .dropdown-toggle .fa-caret-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0e6ea6;
}
.navigation .navbar.navbar-light, .navigation .navbar.bg-light {
  background-color: #ffffff !important;
}
.navigation .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  max-width: 152px;
}
@media all and (min-width: 426px) {
  .navigation .navbar .navbar-brand {
    max-width: 246px;
  }
}
@media all and (min-width: 992px) {
  .navigation .navbar .has-megamenu {
    position: static !important;
  }
  .navigation .navbar .dropdown-toggle.show:after {
    -webkit-transition-delay: 50ms !important;
            transition-delay: 50ms !important;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
    opacity: 1;
  }
  .navigation .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}

.now-trending .title-bar {
  padding-bottom: 48px;
}
.now-trending .title-bar .title {
  text-align: left;
}
@media all and (max-width: 991px) {
  .now-trending .title-bar .title {
    padding: 0 16px;
  }
}
.now-trending .trending-items {
  margin-top: -24px;
  position: relative;
}
.now-trending .trending-items:before {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.now-trending .trending-items:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.now-trending .trending-items > div {
  position: relative;
  z-index: 1;
}
.now-trending .trending-items .trending-large .card {
  height: 400px;
}
@media all and (min-width: 992px) {
  .now-trending .trending-items .trending-large .card {
    height: 600px;
  }
}
@media all and (min-width: 992px) {
  .now-trending .trending-items .trending-large .card .card-img-overlay {
    padding: 48px;
  }
}
.now-trending .trending-items .trending-large .card .card-title {
  font-size: 22px !important;
  line-height: 28px !important;
  max-height: 56px !important;
}
.now-trending .trending-items .trending-large .card .card-text {
  font-size: 18px !important;
  line-height: 24px !important;
}
.now-trending .trending-items .trending-large .card .type i {
  font-size: 24px !important;
}
.now-trending .trending-items .trending-small {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  .now-trending .trending-items .trending-small {
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media all and (min-width: 992px) {
  .now-trending .trending-items .trending-small {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.now-trending .trending-items .trending-small .card {
  height: 180px;
  width: 100%;
}
.now-trending .trending-items .trending-small .card + .card {
  margin-top: 16px;
}
@media all and (min-width: 768px) {
  .now-trending .trending-items .trending-small .card + .card {
    margin-top: 0;
    margin-left: 24px;
  }
}
@media all and (min-width: 992px) {
  .now-trending .trending-items .trending-small .card + .card {
    margin-left: 0;
    margin-top: auto;
  }
}
@media all and (max-width: 991px) {
  .now-trending .trending-items .trending-large,
  .now-trending .trending-items .trending-small {
    padding: 0 16px;
  }
}
.now-trending .card.card-people, .now-trending .card.card-places, .now-trending .card.card-topics, .now-trending .card.card-document {
  position: relative;
}
.now-trending .card.card-people .card-img, .now-trending .card.card-places .card-img, .now-trending .card.card-topics .card-img, .now-trending .card.card-document .card-img {
  position: absolute;
}
@media (min-width: 375px) {
  .now-trending .card.top-xs .card-img {
    top: 0;
  }
}
@media (min-width: 425px) {
  .now-trending .card.top-sm .card-img {
    top: 0;
  }
}
@media (min-width: 768px) {
  .now-trending .card.top-md .card-img {
    top: 0;
  }
}
@media (min-width: 992px) {
  .now-trending .card.top-lg .card-img {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .now-trending .card.top-xl .card-img {
    top: 0;
  }
}
@media (min-width: 375px) {
  .now-trending .card.bottom-xs .card-img {
    bottom: 0;
  }
}
@media (min-width: 425px) {
  .now-trending .card.bottom-sm .card-img {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .now-trending .card.bottom-md .card-img {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .now-trending .card.bottom-lg .card-img {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .now-trending .card.bottom-xl .card-img {
    bottom: 0;
  }
}
@media (min-width: 375px) {
  .now-trending .card.center-xs .card-img {
    top: 50%;
  }
}
@media (min-width: 425px) {
  .now-trending .card.center-sm .card-img {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .now-trending .card.center-md .card-img {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .now-trending .card.center-lg .card-img {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .now-trending .card.center-xl .card-img {
    top: 50%;
  }
}
@media (min-width: 375px) {
  .now-trending .trending-large .center-xs .card-img {
    margin-top: -197px;
  }
}
@media (min-width: 425px) {
  .now-trending .trending-large .center-sm .card-img {
    margin-top: -228px;
  }
}
@media (min-width: 768px) {
  .now-trending .trending-large .center-md .card-img {
    margin-top: -411.5px;
  }
}
@media (min-width: 992px) {
  .now-trending .trending-large .center-lg .card-img {
    margin-top: -381.5px;
  }
}
@media (min-width: 1200px) {
  .now-trending .trending-large .center-xl .card-img {
    margin-top: -456.5px;
  }
}
@media (min-width: 375px) {
  .now-trending .trending-small .center-xs .card-img {
    margin-top: -197px;
  }
}
@media (min-width: 425px) {
  .now-trending .trending-small .center-sm .card-img {
    margin-top: -228px;
  }
}
@media (min-width: 768px) {
  .now-trending .trending-small .center-md .card-img {
    margin-top: -127px;
  }
}
@media (min-width: 992px) {
  .now-trending .trending-small .center-lg .card-img {
    margin-top: -182.5px;
  }
}
@media (min-width: 1200px) {
  .now-trending .trending-small .center-xl .card-img {
    margin-top: -220px;
  }
}

.search-bar {
  position: relative;
  padding: 32px 0;
  z-index: 3;
}
.search-bar.light-blue .search-bar-bg {
  background-color: #0e6ea6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.light-blue .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #0c5e8e), color-stop(50%, rgba(12, 94, 142, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #0c5e8e 25%, rgba(12, 94, 142, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.light-blue .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.dark-blue .search-bar-bg {
  background-color: #085988;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.dark-blue .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #074970), color-stop(50%, rgba(7, 73, 112, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #074970 25%, rgba(7, 73, 112, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.dark-blue .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.dark-purple .search-bar-bg {
  background-color: #37123c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.dark-purple .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #250c28), color-stop(50%, rgba(37, 12, 40, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #250c28 25%, rgba(37, 12, 40, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.dark-purple .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.light-purple .search-bar-bg {
  background-color: #7f7094;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.light-purple .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #726486), color-stop(50%, rgba(114, 100, 134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #726486 25%, rgba(114, 100, 134, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.light-purple .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.gray .search-bar-bg {
  background-color: #484247;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.gray .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3b363a), color-stop(50%, rgba(59, 54, 58, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3b363a 25%, rgba(59, 54, 58, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.gray .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.people .search-bar-bg {
  background-color: #008094;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.people .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #006a7b), color-stop(50%, rgba(0, 106, 123, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #006a7b 25%, rgba(0, 106, 123, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.people .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.places .search-bar-bg {
  background-color: #507600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.places .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3f5c00), color-stop(50%, rgba(63, 92, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3f5c00 25%, rgba(63, 92, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.places .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.topics .search-bar-bg {
  background-color: #b02a2e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.topics .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #9c2529), color-stop(50%, rgba(156, 37, 41, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #9c2529 25%, rgba(156, 37, 41, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.topics .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.languages .search-bar-bg {
  background-color: #0e6ea6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.languages .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #0c5e8e), color-stop(50%, rgba(12, 94, 142, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #0c5e8e 25%, rgba(12, 94, 142, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.languages .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.original_repositories .search-bar-bg {
  background-color: #7f7094;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.original_repositories .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #726486), color-stop(50%, rgba(114, 100, 134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #726486 25%, rgba(114, 100, 134, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.original_repositories .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.year_range .search-bar-bg {
  background-color: #665978;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.year_range .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #5a4f69), color-stop(50%, rgba(90, 79, 105, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #5a4f69 25%, rgba(90, 79, 105, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.year_range .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.people-dark .search-bar-bg {
  background-color: #005663;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.people-dark .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #00404a), color-stop(50%, rgba(0, 64, 74, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #00404a 25%, rgba(0, 64, 74, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.people-dark .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.places-dark .search-bar-bg {
  background-color: #3a5600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.places-dark .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #293d00), color-stop(50%, rgba(41, 61, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #293d00 25%, rgba(41, 61, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.places-dark .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.topics-dark .search-bar-bg {
  background-color: #8b2326;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.topics-dark .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #771e20), color-stop(50%, rgba(119, 30, 32, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #771e20 25%, rgba(119, 30, 32, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.topics-dark .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.document .search-bar-bg {
  background-color: #085988;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.document .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #074970), color-stop(50%, rgba(7, 73, 112, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #074970 25%, rgba(7, 73, 112, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.document .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.subject .search-bar-bg {
  background-color: #665978;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.subject .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #5a4f69), color-stop(50%, rgba(90, 79, 105, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #5a4f69 25%, rgba(90, 79, 105, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.subject .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.keyword .search-bar-bg {
  background-color: #665978;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.keyword .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #5a4f69), color-stop(50%, rgba(90, 79, 105, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #5a4f69 25%, rgba(90, 79, 105, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.keyword .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.donor .search-bar-bg {
  background-color: #37123c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.donor .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #250c28), color-stop(50%, rgba(37, 12, 40, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #250c28 25%, rgba(37, 12, 40, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.donor .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.translator .search-bar-bg {
  background-color: #7b726f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.translator .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #6e6663), color-stop(50%, rgba(110, 102, 99, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #6e6663 25%, rgba(110, 102, 99, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.translator .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.contributor .search-bar-bg {
  background-color: #484247;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.contributor .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3b363a), color-stop(50%, rgba(59, 54, 58, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3b363a 25%, rgba(59, 54, 58, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.contributor .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.white .search-bar-bg {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.white .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(50%, rgba(242, 242, 242, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #f2f2f2 25%, rgba(242, 242, 242, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.white .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.black .search-bar-bg {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.black .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, black), color-stop(50%, rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, black 25%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.black .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.transparent .search-bar-bg {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.transparent .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.transparent .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar.clear .search-bar-bg {
  background-color: #484247;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.clear .search-bar-bg .search-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3b363a), color-stop(50%, rgba(59, 54, 58, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3b363a 25%, rgba(59, 54, 58, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.clear .search-bar-bg .search-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-bar .container {
  position: relative;
  z-index: 1;
}
.search-bar .title-bar-bg {
  z-index: 0;
}
.search-bar .btn-search {
  border-left: 1px solid #bae2f9 !important;
  background-color: #d1ecfb !important;
}
.search-bar .btn-search i {
  color: #085988 !important;
}
.search-bar .btn-search span {
  position: relative;
  display: block;
  z-index: 1;
}
.search-bar .btn-search:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #bae2f9;
}
.search-bar .btn-search:hover, .search-bar .btn-search:focus {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.search-bar .btn-search:hover:after, .search-bar .btn-search:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.search-bar #pill-container a {
  text-decoration: none;
}
.search-bar #pill-container .pill {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.search-bar #pill-container .pill.pill-clear {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: auto;
}

.search-results,
.document-list {
  position: relative;
  padding: 64px 16px;
  z-index: 0;
}
@media all and (min-width: 768px) {
  .search-results,
  .document-list {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .search-results,
  .document-list {
    padding: 64px 0;
  }
}
.search-results:before, .search-results:after,
.document-list:before,
.document-list:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.search-results:before,
.document-list:before {
  top: 0;
  background-image: url("../images/background-texture-bottom.png");
  background-position: left top;
}
.search-results:after,
.document-list:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.search-results > div:not(.help-container),
.document-list > div:not(.help-container) {
  position: relative;
  z-index: 1;
}
.search-results .menu-adjust,
.document-list .menu-adjust {
  padding-bottom: 64px;
}
.search-results .title,
.document-list .title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #484247;
}
.search-results .card,
.document-list .card {
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 425px) {
  .search-results .btn,
  .document-list .btn {
    display: block;
    width: 100%;
  }
}
.search-results.search-results-visual .btn:not(.btn-circle),
.document-list.search-results-visual .btn:not(.btn-circle) {
  display: inline-block;
  width: auto;
}
.search-results.search-results-visual .btn:not(.btn-circle) + .btn,
.document-list.search-results-visual .btn:not(.btn-circle) + .btn {
  margin-left: 8px;
}
.search-results.search-results-visual .search-visualization-header,
.document-list.search-results-visual .search-visualization-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-results.search-results-visual .search-visualization-header .title,
.document-list.search-results-visual .search-visualization-header .title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-results.search-results-visual .search-visualization-header .title .main,
.document-list.search-results-visual .search-visualization-header .title .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 38px;
  line-height: 44px;
}
.search-results.search-results-visual .search-visualization-header .title .main .btn,
.document-list.search-results-visual .search-visualization-header .title .main .btn {
  height: auto;
}
.search-results.search-results-visual .search-visualization-header .title .secondary,
.document-list.search-results-visual .search-visualization-header .title .secondary {
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #7b726f;
}
.search-results .card.table-responsive,
.document-list .card.table-responsive {
  border: none;
  max-width: none;
}
.search-results .card.table-responsive .card-header,
.document-list .card.table-responsive .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 32px;
  border: none;
  border-bottom: 1px solid #e3e4db;
}
.search-results .card.table-responsive .card-header .title,
.document-list .card.table-responsive .card-header .title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 600;
  font-size: 24px;
}
.search-results .card.table-responsive .card-header .title .pill,
.document-list .card.table-responsive .card-header .title .pill {
  margin: 0 16px;
  padding: 3px 10px 6px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  border-radius: 12px;
}
.search-results .card.table-responsive .card-header .title .pill:after,
.document-list .card.table-responsive .card-header .title .pill:after {
  display: none;
}
.search-results .card.table-responsive .card-header .filter,
.document-list .card.table-responsive .card-header .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.search-results .card.table-responsive .card-header .filter .sub-title,
.document-list .card.table-responsive .card-header .filter .sub-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #7b726f;
}
.search-results .card.table-responsive .card-header .filter ul,
.document-list .card.table-responsive .card-header .filter ul {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 16px;
  padding: 0;
  min-height: 53px;
  list-style: none;
}
.search-results .card.table-responsive .card-header .filter ul li,
.document-list .card.table-responsive .card-header .filter ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -8px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
.search-results .card.table-responsive .card-header .filter ul li:last-child,
.document-list .card.table-responsive .card-header .filter ul li:last-child {
  margin-left: 0;
  z-index: 1;
}
.search-results .card.table-responsive .card-header .filter ul li .pill,
.document-list .card.table-responsive .card-header .filter ul li .pill {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 12px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.search-results .card.table-responsive .card-header .filter ul li .pill.circle,
.document-list .card.table-responsive .card-header .filter ul li .pill.circle {
  cursor: default;
}
.search-results .card.table-responsive .card-header .filter ul li .pill.circle:hover, .search-results .card.table-responsive .card-header .filter ul li .pill.circle:focus,
.document-list .card.table-responsive .card-header .filter ul li .pill.circle:hover,
.document-list .card.table-responsive .card-header .filter ul li .pill.circle:focus {
  width: 48px;
  height: 48px;
}
.search-results .card.table-responsive .card-header .filter ul li .pill.pill-gray,
.document-list .card.table-responsive .card-header .filter ul li .pill.pill-gray {
  color: #363135;
  cursor: default;
  background-color: #c7c2c6;
}
.search-results .card.table-responsive .card-header .filter ul li .pill.pill-gray:hover, .search-results .card.table-responsive .card-header .filter ul li .pill.pill-gray:focus,
.document-list .card.table-responsive .card-header .filter ul li .pill.pill-gray:hover,
.document-list .card.table-responsive .card-header .filter ul li .pill.pill-gray:focus {
  color: #363135;
  background-color: #c7c2c6;
}
.search-results .card.table-responsive .card-header .filter ul li .pill.pill-gray:hover:after, .search-results .card.table-responsive .card-header .filter ul li .pill.pill-gray:focus:after,
.document-list .card.table-responsive .card-header .filter ul li .pill.pill-gray:hover:after,
.document-list .card.table-responsive .card-header .filter ul li .pill.pill-gray:focus:after {
  display: none;
}
@media (max-width: 767px) {
  .search-results .card.table-responsive .card-header,
  .document-list .card.table-responsive .card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-results .card.table-responsive .card-header .filter,
  .search-results .card.table-responsive .card-header .title,
  .document-list .card.table-responsive .card-header .filter,
  .document-list .card.table-responsive .card-header .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .search-results .card.table-responsive .card-header .filter .text:first-child,
  .search-results .card.table-responsive .card-header .title .text:first-child,
  .document-list .card.table-responsive .card-header .filter .text:first-child,
  .document-list .card.table-responsive .card-header .title .text:first-child {
    display: none;
  }
  .search-results .card.table-responsive .card-header .filter .pill,
  .search-results .card.table-responsive .card-header .title .pill,
  .document-list .card.table-responsive .card-header .filter .pill,
  .document-list .card.table-responsive .card-header .title .pill {
    margin-left: 0;
  }
  .search-results .card.table-responsive .card-header .filter,
  .document-list .card.table-responsive .card-header .filter {
    margin-top: 16px;
  }
}

.search-visualization {
  height: 800px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .search-visualization {
    height: auto;
  }
}
.search-visualization.light-blue {
  position: relative;
}
.search-visualization.light-blue .container {
  position: relative;
  z-index: 1;
}
.search-visualization.light-blue .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
@media (max-width: 767px) {
  .search-visualization.light-blue .search-visualization-bg {
    display: none;
  }
}
.search-visualization.light-blue .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.dark-blue {
  position: relative;
}
.search-visualization.dark-blue .container {
  position: relative;
  z-index: 1;
}
.search-visualization.dark-blue .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
@media (max-width: 767px) {
  .search-visualization.dark-blue .search-visualization-bg {
    display: none;
  }
}
.search-visualization.dark-blue .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.dark-purple {
  position: relative;
}
.search-visualization.dark-purple .container {
  position: relative;
  z-index: 1;
}
.search-visualization.dark-purple .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
@media (max-width: 767px) {
  .search-visualization.dark-purple .search-visualization-bg {
    display: none;
  }
}
.search-visualization.dark-purple .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.light-purple {
  position: relative;
}
.search-visualization.light-purple .container {
  position: relative;
  z-index: 1;
}
.search-visualization.light-purple .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
@media (max-width: 767px) {
  .search-visualization.light-purple .search-visualization-bg {
    display: none;
  }
}
.search-visualization.light-purple .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.gray {
  position: relative;
}
.search-visualization.gray .container {
  position: relative;
  z-index: 1;
}
.search-visualization.gray .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
@media (max-width: 767px) {
  .search-visualization.gray .search-visualization-bg {
    display: none;
  }
}
.search-visualization.gray .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.people {
  position: relative;
}
.search-visualization.people .container {
  position: relative;
  z-index: 1;
}
.search-visualization.people .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #008094;
}
@media (max-width: 767px) {
  .search-visualization.people .search-visualization-bg {
    display: none;
  }
}
.search-visualization.people .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.places {
  position: relative;
}
.search-visualization.places .container {
  position: relative;
  z-index: 1;
}
.search-visualization.places .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #507600;
}
@media (max-width: 767px) {
  .search-visualization.places .search-visualization-bg {
    display: none;
  }
}
.search-visualization.places .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.topics {
  position: relative;
}
.search-visualization.topics .container {
  position: relative;
  z-index: 1;
}
.search-visualization.topics .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #b02a2e;
}
@media (max-width: 767px) {
  .search-visualization.topics .search-visualization-bg {
    display: none;
  }
}
.search-visualization.topics .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.languages {
  position: relative;
}
.search-visualization.languages .container {
  position: relative;
  z-index: 1;
}
.search-visualization.languages .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
@media (max-width: 767px) {
  .search-visualization.languages .search-visualization-bg {
    display: none;
  }
}
.search-visualization.languages .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.original_repositories {
  position: relative;
}
.search-visualization.original_repositories .container {
  position: relative;
  z-index: 1;
}
.search-visualization.original_repositories .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
@media (max-width: 767px) {
  .search-visualization.original_repositories .search-visualization-bg {
    display: none;
  }
}
.search-visualization.original_repositories .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.year_range {
  position: relative;
}
.search-visualization.year_range .container {
  position: relative;
  z-index: 1;
}
.search-visualization.year_range .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
@media (max-width: 767px) {
  .search-visualization.year_range .search-visualization-bg {
    display: none;
  }
}
.search-visualization.year_range .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.people-dark {
  position: relative;
}
.search-visualization.people-dark .container {
  position: relative;
  z-index: 1;
}
.search-visualization.people-dark .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #005663;
}
@media (max-width: 767px) {
  .search-visualization.people-dark .search-visualization-bg {
    display: none;
  }
}
.search-visualization.people-dark .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.places-dark {
  position: relative;
}
.search-visualization.places-dark .container {
  position: relative;
  z-index: 1;
}
.search-visualization.places-dark .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #3a5600;
}
@media (max-width: 767px) {
  .search-visualization.places-dark .search-visualization-bg {
    display: none;
  }
}
.search-visualization.places-dark .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.topics-dark {
  position: relative;
}
.search-visualization.topics-dark .container {
  position: relative;
  z-index: 1;
}
.search-visualization.topics-dark .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #8b2326;
}
@media (max-width: 767px) {
  .search-visualization.topics-dark .search-visualization-bg {
    display: none;
  }
}
.search-visualization.topics-dark .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.document {
  position: relative;
}
.search-visualization.document .container {
  position: relative;
  z-index: 1;
}
.search-visualization.document .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
@media (max-width: 767px) {
  .search-visualization.document .search-visualization-bg {
    display: none;
  }
}
.search-visualization.document .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.subject {
  position: relative;
}
.search-visualization.subject .container {
  position: relative;
  z-index: 1;
}
.search-visualization.subject .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
@media (max-width: 767px) {
  .search-visualization.subject .search-visualization-bg {
    display: none;
  }
}
.search-visualization.subject .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.keyword {
  position: relative;
}
.search-visualization.keyword .container {
  position: relative;
  z-index: 1;
}
.search-visualization.keyword .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
@media (max-width: 767px) {
  .search-visualization.keyword .search-visualization-bg {
    display: none;
  }
}
.search-visualization.keyword .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.donor {
  position: relative;
}
.search-visualization.donor .container {
  position: relative;
  z-index: 1;
}
.search-visualization.donor .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
@media (max-width: 767px) {
  .search-visualization.donor .search-visualization-bg {
    display: none;
  }
}
.search-visualization.donor .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.translator {
  position: relative;
}
.search-visualization.translator .container {
  position: relative;
  z-index: 1;
}
.search-visualization.translator .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7b726f;
}
@media (max-width: 767px) {
  .search-visualization.translator .search-visualization-bg {
    display: none;
  }
}
.search-visualization.translator .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.contributor {
  position: relative;
}
.search-visualization.contributor .container {
  position: relative;
  z-index: 1;
}
.search-visualization.contributor .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
@media (max-width: 767px) {
  .search-visualization.contributor .search-visualization-bg {
    display: none;
  }
}
.search-visualization.contributor .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.white {
  position: relative;
}
.search-visualization.white .container {
  position: relative;
  z-index: 1;
}
.search-visualization.white .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .search-visualization.white .search-visualization-bg {
    display: none;
  }
}
.search-visualization.white .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.black {
  position: relative;
}
.search-visualization.black .container {
  position: relative;
  z-index: 1;
}
.search-visualization.black .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
}
@media (max-width: 767px) {
  .search-visualization.black .search-visualization-bg {
    display: none;
  }
}
.search-visualization.black .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.transparent {
  position: relative;
}
.search-visualization.transparent .container {
  position: relative;
  z-index: 1;
}
.search-visualization.transparent .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .search-visualization.transparent .search-visualization-bg {
    display: none;
  }
}
.search-visualization.transparent .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization.clear {
  position: relative;
}
.search-visualization.clear .container {
  position: relative;
  z-index: 1;
}
.search-visualization.clear .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
@media (max-width: 767px) {
  .search-visualization.clear .search-visualization-bg {
    display: none;
  }
}
.search-visualization.clear .search-visualization-bg .search-visualization-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.search-visualization #chartdiv {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .search-visualization #chartdiv {
    display: none;
  }
}
.search-visualization #chartdiv .btn-chart-filter,
.search-visualization #chartdiv .btn-chart-info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -32px;
  top: 50%;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #085988;
  z-index: 3;
}
@media (max-width: 991px) {
  .search-visualization #chartdiv .btn-chart-filter,
  .search-visualization #chartdiv .btn-chart-info {
    display: none;
  }
}
.search-visualization #chartdiv .btn-chart-filter {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-visualization #chartdiv .btn-chart-info {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.search-visualization #chartdiv .node-object {
  overflow: unset !important;
  margin-left: -46px;
  margin-top: -46px;
  z-index: 1;
}
.search-visualization #chartdiv .node-object:has(.node-parent) {
  margin-left: -60px;
  margin-top: -66px;
}
.search-visualization #chartdiv .node-type {
  overflow: unset !important;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 0;
  width: 60px;
  height: 60px;
}
.search-visualization #chartdiv .node-container {
  position: relative;
  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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 120px;
}
.search-visualization #chartdiv .node-container.light-blue .rollover,
.search-visualization #chartdiv .node-container.light-blue .value {
  color: #ffffff;
  background-color: #0e6ea6;
}
.search-visualization #chartdiv .node-container.type-light-blue a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-light-blue a:hover .rollover, .search-visualization #chartdiv .node-container.type-light-blue a:focus .rollover {
  top: 0;
  background-color: #0e6ea6;
}
.search-visualization #chartdiv .node-container.type-light-blue .information {
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-light-blue .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.dark-blue .rollover,
.search-visualization #chartdiv .node-container.dark-blue .value {
  color: #ffffff;
  background-color: #085988;
}
.search-visualization #chartdiv .node-container.type-dark-blue a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-dark-blue a:hover .rollover, .search-visualization #chartdiv .node-container.type-dark-blue a:focus .rollover {
  top: 0;
  background-color: #085988;
}
.search-visualization #chartdiv .node-container.type-dark-blue .information {
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-dark-blue .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.dark-purple .rollover,
.search-visualization #chartdiv .node-container.dark-purple .value {
  color: #ffffff;
  background-color: #37123c;
}
.search-visualization #chartdiv .node-container.type-dark-purple a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-dark-purple a:hover .rollover, .search-visualization #chartdiv .node-container.type-dark-purple a:focus .rollover {
  top: 0;
  background-color: #37123c;
}
.search-visualization #chartdiv .node-container.type-dark-purple .information {
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-dark-purple .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.light-purple .rollover,
.search-visualization #chartdiv .node-container.light-purple .value {
  color: #ffffff;
  background-color: #7f7094;
}
.search-visualization #chartdiv .node-container.type-light-purple a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-light-purple a:hover .rollover, .search-visualization #chartdiv .node-container.type-light-purple a:focus .rollover {
  top: 0;
  background-color: #7f7094;
}
.search-visualization #chartdiv .node-container.type-light-purple .information {
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-light-purple .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.gray .rollover,
.search-visualization #chartdiv .node-container.gray .value {
  color: #ffffff;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container.type-gray a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-gray a:hover .rollover, .search-visualization #chartdiv .node-container.type-gray a:focus .rollover {
  top: 0;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container.type-gray .information {
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-gray .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.people .rollover,
.search-visualization #chartdiv .node-container.people .value {
  color: #ffffff;
  background-color: #008094;
}
.search-visualization #chartdiv .node-container.type-people a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-people a:hover .rollover, .search-visualization #chartdiv .node-container.type-people a:focus .rollover {
  top: 0;
  background-color: #008094;
}
.search-visualization #chartdiv .node-container.type-people .information {
  color: #ffffff;
  background-color: #008094;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-people .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.places .rollover,
.search-visualization #chartdiv .node-container.places .value {
  color: #ffffff;
  background-color: #507600;
}
.search-visualization #chartdiv .node-container.type-places a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-places a:hover .rollover, .search-visualization #chartdiv .node-container.type-places a:focus .rollover {
  top: 0;
  background-color: #507600;
}
.search-visualization #chartdiv .node-container.type-places .information {
  color: #ffffff;
  background-color: #507600;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-places .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.topics .rollover,
.search-visualization #chartdiv .node-container.topics .value {
  color: #ffffff;
  background-color: #b02a2e;
}
.search-visualization #chartdiv .node-container.type-topics a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-topics a:hover .rollover, .search-visualization #chartdiv .node-container.type-topics a:focus .rollover {
  top: 0;
  background-color: #b02a2e;
}
.search-visualization #chartdiv .node-container.type-topics .information {
  color: #ffffff;
  background-color: #b02a2e;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-topics .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.languages .rollover,
.search-visualization #chartdiv .node-container.languages .value {
  color: #ffffff;
  background-color: #0e6ea6;
}
.search-visualization #chartdiv .node-container.type-languages a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-languages a:hover .rollover, .search-visualization #chartdiv .node-container.type-languages a:focus .rollover {
  top: 0;
  background-color: #0e6ea6;
}
.search-visualization #chartdiv .node-container.type-languages .information {
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-languages .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.original_repositories .rollover,
.search-visualization #chartdiv .node-container.original_repositories .value {
  color: #ffffff;
  background-color: #7f7094;
}
.search-visualization #chartdiv .node-container.type-original_repositories a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-original_repositories a:hover .rollover, .search-visualization #chartdiv .node-container.type-original_repositories a:focus .rollover {
  top: 0;
  background-color: #7f7094;
}
.search-visualization #chartdiv .node-container.type-original_repositories .information {
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-original_repositories .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.year_range .rollover,
.search-visualization #chartdiv .node-container.year_range .value {
  color: #ffffff;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container.type-year_range a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-year_range a:hover .rollover, .search-visualization #chartdiv .node-container.type-year_range a:focus .rollover {
  top: 0;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container.type-year_range .information {
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-year_range .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.people-dark .rollover,
.search-visualization #chartdiv .node-container.people-dark .value {
  color: #ffffff;
  background-color: #005663;
}
.search-visualization #chartdiv .node-container.type-people-dark a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-people-dark a:hover .rollover, .search-visualization #chartdiv .node-container.type-people-dark a:focus .rollover {
  top: 0;
  background-color: #005663;
}
.search-visualization #chartdiv .node-container.type-people-dark .information {
  color: #ffffff;
  background-color: #005663;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-people-dark .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.places-dark .rollover,
.search-visualization #chartdiv .node-container.places-dark .value {
  color: #ffffff;
  background-color: #3a5600;
}
.search-visualization #chartdiv .node-container.type-places-dark a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-places-dark a:hover .rollover, .search-visualization #chartdiv .node-container.type-places-dark a:focus .rollover {
  top: 0;
  background-color: #3a5600;
}
.search-visualization #chartdiv .node-container.type-places-dark .information {
  color: #ffffff;
  background-color: #3a5600;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-places-dark .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.topics-dark .rollover,
.search-visualization #chartdiv .node-container.topics-dark .value {
  color: #ffffff;
  background-color: #8b2326;
}
.search-visualization #chartdiv .node-container.type-topics-dark a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-topics-dark a:hover .rollover, .search-visualization #chartdiv .node-container.type-topics-dark a:focus .rollover {
  top: 0;
  background-color: #8b2326;
}
.search-visualization #chartdiv .node-container.type-topics-dark .information {
  color: #ffffff;
  background-color: #8b2326;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-topics-dark .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.document .rollover,
.search-visualization #chartdiv .node-container.document .value {
  color: #ffffff;
  background-color: #085988;
}
.search-visualization #chartdiv .node-container.type-document a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-document a:hover .rollover, .search-visualization #chartdiv .node-container.type-document a:focus .rollover {
  top: 0;
  background-color: #085988;
}
.search-visualization #chartdiv .node-container.type-document .information {
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-document .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.subject .rollover,
.search-visualization #chartdiv .node-container.subject .value {
  color: #ffffff;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container.type-subject a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-subject a:hover .rollover, .search-visualization #chartdiv .node-container.type-subject a:focus .rollover {
  top: 0;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container.type-subject .information {
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-subject .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.keyword .rollover,
.search-visualization #chartdiv .node-container.keyword .value {
  color: #ffffff;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container.type-keyword a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-keyword a:hover .rollover, .search-visualization #chartdiv .node-container.type-keyword a:focus .rollover {
  top: 0;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container.type-keyword .information {
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-keyword .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.donor .rollover,
.search-visualization #chartdiv .node-container.donor .value {
  color: #ffffff;
  background-color: #37123c;
}
.search-visualization #chartdiv .node-container.type-donor a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-donor a:hover .rollover, .search-visualization #chartdiv .node-container.type-donor a:focus .rollover {
  top: 0;
  background-color: #37123c;
}
.search-visualization #chartdiv .node-container.type-donor .information {
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-donor .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.translator .rollover,
.search-visualization #chartdiv .node-container.translator .value {
  color: #ffffff;
  background-color: #7b726f;
}
.search-visualization #chartdiv .node-container.type-translator a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-translator a:hover .rollover, .search-visualization #chartdiv .node-container.type-translator a:focus .rollover {
  top: 0;
  background-color: #7b726f;
}
.search-visualization #chartdiv .node-container.type-translator .information {
  color: #ffffff;
  background-color: #7b726f;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-translator .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.contributor .rollover,
.search-visualization #chartdiv .node-container.contributor .value {
  color: #ffffff;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container.type-contributor a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-contributor a:hover .rollover, .search-visualization #chartdiv .node-container.type-contributor a:focus .rollover {
  top: 0;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container.type-contributor .information {
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-contributor .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.white .rollover,
.search-visualization #chartdiv .node-container.white .value {
  color: #ffffff;
  background-color: #ffffff;
}
.search-visualization #chartdiv .node-container.type-white a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-white a:hover .rollover, .search-visualization #chartdiv .node-container.type-white a:focus .rollover {
  top: 0;
  background-color: #ffffff;
}
.search-visualization #chartdiv .node-container.type-white .information {
  color: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-white .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.black .rollover,
.search-visualization #chartdiv .node-container.black .value {
  color: #ffffff;
  background-color: #000000;
}
.search-visualization #chartdiv .node-container.type-black a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-black a:hover .rollover, .search-visualization #chartdiv .node-container.type-black a:focus .rollover {
  top: 0;
  background-color: #000000;
}
.search-visualization #chartdiv .node-container.type-black .information {
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-black .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.transparent .rollover,
.search-visualization #chartdiv .node-container.transparent .value {
  color: #ffffff;
  background-color: transparent;
}
.search-visualization #chartdiv .node-container.type-transparent a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-transparent a:hover .rollover, .search-visualization #chartdiv .node-container.type-transparent a:focus .rollover {
  top: 0;
  background-color: transparent;
}
.search-visualization #chartdiv .node-container.type-transparent .information {
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-transparent .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.clear .rollover,
.search-visualization #chartdiv .node-container.clear .value {
  color: #ffffff;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container.type-clear a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-clear a:hover .rollover, .search-visualization #chartdiv .node-container.type-clear a:focus .rollover {
  top: 0;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container.type-clear .information {
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-clear .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.type {
  width: 60px;
  height: 60px;
}
.search-visualization #chartdiv .node-container.type .information {
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  min-height: auto !important;
  padding: 24px;
  line-height: 1;
  top: auto;
  left: auto;
  border: 6px solid #d1ecfb;
}
.search-visualization #chartdiv .node-container.node-parent .image-container img {
  width: 120px;
  height: 120px;
}
.search-visualization #chartdiv .node-container.node-parent .image-container .rollover {
  margin-left: -60px;
  color: #ffffff;
  text-decoration: none;
  background-color: #0e6ea6;
}
.search-visualization #chartdiv .node-container.node-parent .value {
  display: none;
}
.search-visualization #chartdiv .node-container .node-link {
  display: block;
  overflow: auto;
  text-decoration: none !important;
}
.search-visualization #chartdiv .node-container .node-link:hover .rollover, .search-visualization #chartdiv .node-container .node-link:focus .rollover {
  top: 0;
}
.search-visualization #chartdiv .node-container .image-container {
  position: relative;
  border-radius: 50%;
  border: 6px solid #d1ecfb;
  overflow: hidden;
  z-index: 1;
}
.search-visualization #chartdiv .node-container .image-container.light-blue .rollover {
  color: #ffffff;
  background-color: #0e6ea6;
}
.search-visualization #chartdiv .node-container .image-container.dark-blue .rollover {
  color: #ffffff;
  background-color: #085988;
}
.search-visualization #chartdiv .node-container .image-container.dark-purple .rollover {
  color: #ffffff;
  background-color: #37123c;
}
.search-visualization #chartdiv .node-container .image-container.light-purple .rollover {
  color: #ffffff;
  background-color: #7f7094;
}
.search-visualization #chartdiv .node-container .image-container.gray .rollover {
  color: #ffffff;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container .image-container.people .rollover {
  color: #ffffff;
  background-color: #008094;
}
.search-visualization #chartdiv .node-container .image-container.places .rollover {
  color: #ffffff;
  background-color: #507600;
}
.search-visualization #chartdiv .node-container .image-container.topics .rollover {
  color: #ffffff;
  background-color: #b02a2e;
}
.search-visualization #chartdiv .node-container .image-container.languages .rollover {
  color: #ffffff;
  background-color: #0e6ea6;
}
.search-visualization #chartdiv .node-container .image-container.original_repositories .rollover {
  color: #ffffff;
  background-color: #7f7094;
}
.search-visualization #chartdiv .node-container .image-container.year_range .rollover {
  color: #ffffff;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container .image-container.people-dark .rollover {
  color: #ffffff;
  background-color: #005663;
}
.search-visualization #chartdiv .node-container .image-container.places-dark .rollover {
  color: #ffffff;
  background-color: #3a5600;
}
.search-visualization #chartdiv .node-container .image-container.topics-dark .rollover {
  color: #ffffff;
  background-color: #8b2326;
}
.search-visualization #chartdiv .node-container .image-container.document .rollover {
  color: #ffffff;
  background-color: #085988;
}
.search-visualization #chartdiv .node-container .image-container.subject .rollover {
  color: #ffffff;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container .image-container.keyword .rollover {
  color: #ffffff;
  background-color: #665978;
}
.search-visualization #chartdiv .node-container .image-container.donor .rollover {
  color: #ffffff;
  background-color: #37123c;
}
.search-visualization #chartdiv .node-container .image-container.translator .rollover {
  color: #ffffff;
  background-color: #7b726f;
}
.search-visualization #chartdiv .node-container .image-container.contributor .rollover {
  color: #ffffff;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container .image-container.white .rollover {
  color: #ffffff;
  background-color: #ffffff;
}
.search-visualization #chartdiv .node-container .image-container.black .rollover {
  color: #ffffff;
  background-color: #000000;
}
.search-visualization #chartdiv .node-container .image-container.transparent .rollover {
  color: #ffffff;
  background-color: transparent;
}
.search-visualization #chartdiv .node-container .image-container.clear .rollover {
  color: #ffffff;
  background-color: #484247;
}
.search-visualization #chartdiv .node-container .image-container img {
  width: 80px;
  height: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.search-visualization #chartdiv .node-container .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 100%;
  margin-left: -20px;
  margin-top: -16px;
  top: 50%;
  width: 32px;
  height: 32px;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 1;
  border-radius: 50%;
  border: 4px solid #d1ecfb;
  z-index: 5;
}
.search-visualization #chartdiv .node-container .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-visualization #chartdiv .node-container .information .title {
  margin: 0;
  padding: 4px;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  background-color: #085988;
}
.search-visualization #chartdiv .node-container .rollover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -40px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.search-visualization .viz {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.search-visualization .chartArea {
  height: auto;
  min-height: 370px;
  border: 1px solid #aaa;
  margin: 10px 0 10px 0;
  padding: 10px 10px;
  width: 766px;
  overflow: hidden;
  position: relative;
}
.search-visualization .legendPerson {
  position: absolute;
  font-size: 12px;
  vertical-align: middle;
  left: 20px;
  top: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAA3CAIAAACzX+zjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGAGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMTEtMTlUMjE6MzI6MTUtMDg6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTktMTEtMTlUMjE6MzI6MTUtMDg6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE5LTExLTE5VDIxOjMyOjE1LTA4OjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUyYmMxZjQxLTZiOTAtNGM3OS1hMTVmLTc3M2Q0NTRkMTI4MyIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjVlMDE1NDA5LTQwMDUtZWQ0MC04YTcwLWI4YWMxYWIwMzM1ZiIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQ1NjAzZjI3LTI3MmQtNDRlZi04MWIzLWRlYjEzZjcwZmYzNyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDU2MDNmMjctMjcyZC00NGVmLTgxYjMtZGViMTNmNzBmZjM3IiBzdEV2dDp3aGVuPSIyMDE5LTExLTE5VDIxOjMyOjE1LTA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NTJiYzFmNDEtNmI5MC00Yzc5LWExNWYtNzczZDQ1NGQxMjgzIiBzdEV2dDp3aGVuPSIyMDE5LTExLTE5VDIxOjMyOjE1LTA4OjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4GHjGcAAACG0lEQVRIiWP8//8/A27wqq7w59WLEDYTHnVogAWN/+/7N4Z//xgYGBiYmJg4ufApfVmY/Of1SwYGBhZRcckZy5GlSHAAKW79MG8qlCUpzeMZgE/p561rISx2bX38SmnjVlK8xRcWD2WJiTMwMPD4hPz7+oWBgYGJm4eBgYHb0Z1d2wCigBF/GiDTAaNKKVP699mZv8/OYFH7HxX8fnjo03zbT/Nsfz88hCaFErF/Hh76vq+a4d8fBgYGBiYWTqdWFnk7uCxC6e+7O38cbGL4/w9hIyMTh30dq7I7itLft7f9ONyKog6u2raKVdUbqvT39XU/jnXj8TuHVSmrZhDj34+Pfl1YyMDwn4GB4c+D/f9/f0eYyMrJouAIYbIZxKN46+vKwH9fXsC5TDwS3OHrEVw89qKBAVeKUhIyCSgysPEiuFwiyLKjOXbAlbIwMDC8/Pzv5ee/DAwMApxMcoLMcLkH7/5++vGPgYFBnJdZnJeJhYGBYdeNH0vOfGdgYGBjZuwN5FMThcb2glPfjt//xcDAEGPCGWvKheKAX3//N+74/P47Rg7D6tY3X/617PzyB5tiLN668vz39CNfsXsLE2y5+kNZhBlNEMVUY1lWFZifph7++uDtX5xK2VgY6915+TmZGBgY/vxjeP4Jt1IGBgYxXqYaNx5mbDGDRUxPijXDmpsopQwMDH46HO4a7EQpZWBgyLPn0RRHCR8AmZHPrA2MPK8AAAAASUVORK5CYII=") no-repeat 4px 9px;
}
.search-visualization .legendPerson .marker {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 6px;
}
.search-visualization .legendPerson .value01,
.search-visualization .legendPerson .value02,
.search-visualization .legendPerson .value03 {
  margin-top: 8px;
  margin-left: 5px;
  padding-left: 5px;
  line-height: initial;
}
.search-visualization .centerPerson .relativePerson {
  font-size: 12px;
}
.search-visualization .centerPerson {
  font-size: 17px;
}
.search-visualization .centerPerson path {
  fill: #586577;
}
.search-visualization .centerPerson text {
  fill: #FFFFFF;
}
.search-visualization .centerPerson image {
  overflow: none;
}
.search-visualization .relativePerson path {
  fill: #EFF3F9;
  stroke: #DFE3E8;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.search-visualization .relativePerson text {
  fill: #31363F;
}
.search-visualization .relativePerson image {
  overflow: visible;
}
.search-visualization .relativePerson g.value01 {
  fill: #F44336;
}
.search-visualization .relativePerson polygon.value02 {
  fill: #FF9800;
}
.search-visualization .relativePerson path.value03 {
  fill: #2196F3;
}
.search-visualization .otherPerson {
  font-family: "NanumBarunGothic";
  font-size: 12px;
  letter-spacing: 1;
}
.search-visualization .otherPerson path {
  fill: #FFFFFF;
  stroke: #DBDBDB;
  stroke-width: 0.5;
  stroke-miterlimit: 10;
}
.search-visualization .otherPerson text {
  fill: #31363F;
  text-anchor: middle;
}
.search-visualization .node.geo circle.plusicon {
  stroke: none;
  fill: #578000;
}
.search-visualization .node.person circle.plusicon {
  stroke: none;
  fill: #008094;
}
.search-visualization .node.topic circle.plusicon {
  stroke: none;
  fill: #8f7200;
}
.search-visualization .node .centerPerson image {
  cursor: pointer;
}
.search-visualization text {
  font: 10px sans-serif;
  pointer-events: none;
  text-anchor: start;
}
.search-visualization text.personName {
  fill: #37123c;
  font-size: 18px;
  font-family: "Farnham Display";
  font-weight: normal;
  font-style: normal;
}
.search-visualization text.personName.connection {
  fill: #ffffff;
  font-size: 14px;
}
.search-visualization text.yearRange {
  fill: #37123c;
  font-size: 12px;
  font-family: "Farnham Display";
  font-weight: normal;
  font-style: normal;
}
.search-visualization text.counter {
  font-family: "Farnham Display";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  fill: #000000;
}
.search-visualization text.countint {
  fill: #000000;
  font-weight: bold;
  text-align: center;
}
.search-visualization text.plustext {
  font-family: "Font Awesome 6 Pro";
  fill: #ffffff;
  font-size: 18px;
  line-height: 1;
}
.search-visualization circle {
  cursor: pointer;
  stroke: #3182bd;
  stroke-width: 1.5px;
}
.search-visualization circle.counter {
  stroke: none;
  fill: #ffffff;
}
.search-visualization circle.personRing {
  stroke-width: 4px;
  fill: transparent;
  stroke: #004651;
}
.search-visualization circle.personRing.geo {
  stroke: #304600;
}
.search-visualization circle.personRing.topic {
  stroke: #4f3f00;
}
.search-visualization rect.nameBox.connections {
  stroke: #008094;
  stroke-width: 5px;
}
.search-visualization rect.nameBox.connections.topic {
  stroke: #8f7200;
  stroke-width: 5px;
}
.search-visualization rect.nameBox.connections.places {
  stroke: #578000;
  stroke-width: 5px;
}
.search-visualization line.link {
  fill: none;
  stroke: #9ecae1;
  stroke-width: 1.5px;
}

.timeline {
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .timeline {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .timeline {
    padding: 64px 0;
  }
}
.timeline .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #ffffff;
}
.timeline.timeline-light-blue {
  position: relative;
}
.timeline.timeline-light-blue .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-light-blue .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.timeline.timeline-light-blue .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-dark-blue {
  position: relative;
}
.timeline.timeline-dark-blue .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-dark-blue .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.timeline.timeline-dark-blue .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-dark-purple {
  position: relative;
}
.timeline.timeline-dark-purple .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-dark-purple .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.timeline.timeline-dark-purple .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-light-purple {
  position: relative;
}
.timeline.timeline-light-purple .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-light-purple .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.timeline.timeline-light-purple .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-gray {
  position: relative;
}
.timeline.timeline-gray .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-gray .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.timeline.timeline-gray .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-people {
  position: relative;
}
.timeline.timeline-people .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-people .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #008094;
}
.timeline.timeline-people .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-places {
  position: relative;
}
.timeline.timeline-places .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-places .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #507600;
}
.timeline.timeline-places .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-topics {
  position: relative;
}
.timeline.timeline-topics .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-topics .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #b02a2e;
}
.timeline.timeline-topics .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-languages {
  position: relative;
}
.timeline.timeline-languages .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-languages .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.timeline.timeline-languages .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-original_repositories {
  position: relative;
}
.timeline.timeline-original_repositories .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-original_repositories .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.timeline.timeline-original_repositories .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-year_range {
  position: relative;
}
.timeline.timeline-year_range .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-year_range .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.timeline.timeline-year_range .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-people-dark {
  position: relative;
}
.timeline.timeline-people-dark .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-people-dark .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #005663;
}
.timeline.timeline-people-dark .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-places-dark {
  position: relative;
}
.timeline.timeline-places-dark .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-places-dark .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #3a5600;
}
.timeline.timeline-places-dark .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-topics-dark {
  position: relative;
}
.timeline.timeline-topics-dark .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-topics-dark .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #8b2326;
}
.timeline.timeline-topics-dark .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-document {
  position: relative;
}
.timeline.timeline-document .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-document .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.timeline.timeline-document .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-subject {
  position: relative;
}
.timeline.timeline-subject .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-subject .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.timeline.timeline-subject .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-keyword {
  position: relative;
}
.timeline.timeline-keyword .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-keyword .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.timeline.timeline-keyword .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-donor {
  position: relative;
}
.timeline.timeline-donor .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-donor .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.timeline.timeline-donor .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-translator {
  position: relative;
}
.timeline.timeline-translator .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-translator .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7b726f;
}
.timeline.timeline-translator .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-contributor {
  position: relative;
}
.timeline.timeline-contributor .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-contributor .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.timeline.timeline-contributor .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-white {
  position: relative;
}
.timeline.timeline-white .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-white .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
}
.timeline.timeline-white .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-black {
  position: relative;
}
.timeline.timeline-black .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-black .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
}
.timeline.timeline-black .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-transparent {
  position: relative;
}
.timeline.timeline-transparent .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-transparent .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
}
.timeline.timeline-transparent .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline.timeline-clear {
  position: relative;
}
.timeline.timeline-clear .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-clear .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.timeline.timeline-clear .timeline-bg .timeline-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.timeline .card .card-body img {
  position: relative;
  padding: 16px 0;
  width: calc(100% + 64px);
  height: auto;
  margin: 0 0 0 -32px;
  border-radius: 0;
}
.timeline .card .card-body img:first-child {
  padding-top: 0;
}

.title-bar {
  position: relative;
  padding: 32px 0;
}
.title-bar.light-blue .title-bar-bg {
  background-color: #0e6ea6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.light-blue .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #0c5e8e), color-stop(50%, rgba(12, 94, 142, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #0c5e8e 25%, rgba(12, 94, 142, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.light-blue .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.dark-blue .title-bar-bg {
  background-color: #085988;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.dark-blue .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #074970), color-stop(50%, rgba(7, 73, 112, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #074970 25%, rgba(7, 73, 112, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.dark-blue .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.dark-purple .title-bar-bg {
  background-color: #37123c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.dark-purple .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #250c28), color-stop(50%, rgba(37, 12, 40, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #250c28 25%, rgba(37, 12, 40, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.dark-purple .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.light-purple .title-bar-bg {
  background-color: #7f7094;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.light-purple .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #726486), color-stop(50%, rgba(114, 100, 134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #726486 25%, rgba(114, 100, 134, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.light-purple .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.gray .title-bar-bg {
  background-color: #484247;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.gray .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3b363a), color-stop(50%, rgba(59, 54, 58, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3b363a 25%, rgba(59, 54, 58, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.gray .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.people .title-bar-bg {
  background-color: #008094;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.people .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #006a7b), color-stop(50%, rgba(0, 106, 123, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #006a7b 25%, rgba(0, 106, 123, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.people .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.places .title-bar-bg {
  background-color: #507600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.places .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3f5c00), color-stop(50%, rgba(63, 92, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3f5c00 25%, rgba(63, 92, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.places .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.topics .title-bar-bg {
  background-color: #b02a2e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.topics .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #9c2529), color-stop(50%, rgba(156, 37, 41, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #9c2529 25%, rgba(156, 37, 41, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.topics .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.languages .title-bar-bg {
  background-color: #0e6ea6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.languages .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #0c5e8e), color-stop(50%, rgba(12, 94, 142, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #0c5e8e 25%, rgba(12, 94, 142, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.languages .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.original_repositories .title-bar-bg {
  background-color: #7f7094;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.original_repositories .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #726486), color-stop(50%, rgba(114, 100, 134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #726486 25%, rgba(114, 100, 134, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.original_repositories .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.year_range .title-bar-bg {
  background-color: #665978;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.year_range .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #5a4f69), color-stop(50%, rgba(90, 79, 105, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #5a4f69 25%, rgba(90, 79, 105, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.year_range .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.people-dark .title-bar-bg {
  background-color: #005663;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.people-dark .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #00404a), color-stop(50%, rgba(0, 64, 74, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #00404a 25%, rgba(0, 64, 74, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.people-dark .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.places-dark .title-bar-bg {
  background-color: #3a5600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.places-dark .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #293d00), color-stop(50%, rgba(41, 61, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #293d00 25%, rgba(41, 61, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.places-dark .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.topics-dark .title-bar-bg {
  background-color: #8b2326;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.topics-dark .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #771e20), color-stop(50%, rgba(119, 30, 32, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #771e20 25%, rgba(119, 30, 32, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.topics-dark .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.document .title-bar-bg {
  background-color: #085988;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.document .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #074970), color-stop(50%, rgba(7, 73, 112, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #074970 25%, rgba(7, 73, 112, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.document .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.subject .title-bar-bg {
  background-color: #665978;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.subject .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #5a4f69), color-stop(50%, rgba(90, 79, 105, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #5a4f69 25%, rgba(90, 79, 105, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.subject .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.keyword .title-bar-bg {
  background-color: #665978;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.keyword .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #5a4f69), color-stop(50%, rgba(90, 79, 105, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #5a4f69 25%, rgba(90, 79, 105, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.keyword .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.donor .title-bar-bg {
  background-color: #37123c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.donor .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #250c28), color-stop(50%, rgba(37, 12, 40, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #250c28 25%, rgba(37, 12, 40, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.donor .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.translator .title-bar-bg {
  background-color: #7b726f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.translator .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #6e6663), color-stop(50%, rgba(110, 102, 99, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #6e6663 25%, rgba(110, 102, 99, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.translator .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.contributor .title-bar-bg {
  background-color: #484247;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.contributor .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3b363a), color-stop(50%, rgba(59, 54, 58, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3b363a 25%, rgba(59, 54, 58, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.contributor .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.white .title-bar-bg {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.white .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(50%, rgba(242, 242, 242, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #f2f2f2 25%, rgba(242, 242, 242, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.white .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.black .title-bar-bg {
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.black .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, black), color-stop(50%, rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, black 25%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.black .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.transparent .title-bar-bg {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.transparent .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.transparent .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar.clear .title-bar-bg {
  background-color: #484247;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.clear .title-bar-bg .title-bar-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #3b363a), color-stop(50%, rgba(59, 54, 58, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #3b363a 25%, rgba(59, 54, 58, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.clear .title-bar-bg .title-bar-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.08;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.title-bar .container {
  position: relative;
  z-index: 1;
}
.title-bar .title-bar-bg {
  z-index: 0;
}
.title-bar .text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "source-serif-pro", serif;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.title-bar .text-link .text {
  margin-left: 16px;
}
.title-bar .title {
  margin: 0;
  padding: 0 24px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
}
header .title-bar .title {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-style: italic;
}
@media all and (min-width: 768px) {
  .title-bar .title {
    padding: 0;
    font-size: 30px;
    line-height: 36px;
  }
}
.data-block .title-bar .title,
.data-block .title-bar .text:not(.card .text) {
  padding: 0 16px;
}
@media (min-width: 992px) {
  .data-block .title-bar .title,
  .data-block .title-bar .text:not(.card .text) {
    padding: 0;
  }
}
.data-block .title-bar .text {
  margin-top: 16px;
  max-width: 840px;
  font-family: "acumin-pro", sans-serif !important;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}

.top-searched {
  position: relative;
  padding: 16px 16px 64px;
}
@media all and (min-width: 768px) {
  .top-searched {
    padding: 16px 40px 64px;
  }
}
@media all and (min-width: 992px) {
  .top-searched {
    padding: 16px 0 64px;
  }
}
.top-searched:after {
  position: absolute;
  content: " ";
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  z-index: 0;
}
.top-searched:after {
  bottom: 0;
  background-image: url("../images/background-texture-top.png");
  background-position: left bottom;
}
.top-searched > div {
  position: relative;
  z-index: 1;
}
.top-searched .title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #484247;
}
.top-searched .sub-title {
  margin-bottom: 16px;
  padding: 8px 24px;
  font-family: "source-serif-pro", serif;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  border-radius: 0.25rem;
}
.top-searched .sub-title.sub-title-light-blue {
  background: -webkit-gradient(linear, left top, right top, from(#0a4f77), to(#0e6ea6));
  background: linear-gradient(90deg, #0a4f77 0%, #0e6ea6 100%);
}
.top-searched .sub-title.sub-title-dark-blue {
  background: -webkit-gradient(linear, left top, right top, from(#053958), to(#085988));
  background: linear-gradient(90deg, #053958 0%, #085988 100%);
}
.top-searched .sub-title.sub-title-dark-purple {
  background: -webkit-gradient(linear, left top, right top, from(#130615), to(#37123c));
  background: linear-gradient(90deg, #130615 0%, #37123c 100%);
}
.top-searched .sub-title.sub-title-light-purple {
  background: -webkit-gradient(linear, left top, right top, from(#665978), to(#7f7094));
  background: linear-gradient(90deg, #665978 0%, #7f7094 100%);
}
.top-searched .sub-title.sub-title-gray {
  background: -webkit-gradient(linear, left top, right top, from(#2d2a2d), to(#484247));
  background: linear-gradient(90deg, #2d2a2d 0%, #484247 100%);
}
.top-searched .sub-title.sub-title-people {
  background: -webkit-gradient(linear, left top, right top, from(#005461), to(#008094));
  background: linear-gradient(90deg, #005461 0%, #008094 100%);
}
.top-searched .sub-title.sub-title-places {
  background: -webkit-gradient(linear, left top, right top, from(#2d4300), to(#507600));
  background: linear-gradient(90deg, #2d4300 0%, #507600 100%);
}
.top-searched .sub-title.sub-title-topics {
  background: -webkit-gradient(linear, left top, right top, from(#872023), to(#b02a2e));
  background: linear-gradient(90deg, #872023 0%, #b02a2e 100%);
}
.top-searched .sub-title.sub-title-languages {
  background: -webkit-gradient(linear, left top, right top, from(#0a4f77), to(#0e6ea6));
  background: linear-gradient(90deg, #0a4f77 0%, #0e6ea6 100%);
}
.top-searched .sub-title.sub-title-original_repositories {
  background: -webkit-gradient(linear, left top, right top, from(#665978), to(#7f7094));
  background: linear-gradient(90deg, #665978 0%, #7f7094 100%);
}
.top-searched .sub-title.sub-title-year_range {
  background: -webkit-gradient(linear, left top, right top, from(#4d445a), to(#665978));
  background: linear-gradient(90deg, #4d445a 0%, #665978 100%);
}
.top-searched .sub-title.sub-title-people-dark {
  background: -webkit-gradient(linear, left top, right top, from(#002a30), to(#005663));
  background: linear-gradient(90deg, #002a30 0%, #005663 100%);
}
.top-searched .sub-title.sub-title-places-dark {
  background: -webkit-gradient(linear, left top, right top, from(#182300), to(#3a5600));
  background: linear-gradient(90deg, #182300 0%, #3a5600 100%);
}
.top-searched .sub-title.sub-title-topics-dark {
  background: -webkit-gradient(linear, left top, right top, from(#62191b), to(#8b2326));
  background: linear-gradient(90deg, #62191b 0%, #8b2326 100%);
}
.top-searched .sub-title.sub-title-document {
  background: -webkit-gradient(linear, left top, right top, from(#053958), to(#085988));
  background: linear-gradient(90deg, #053958 0%, #085988 100%);
}
.top-searched .sub-title.sub-title-subject {
  background: -webkit-gradient(linear, left top, right top, from(#4d445a), to(#665978));
  background: linear-gradient(90deg, #4d445a 0%, #665978 100%);
}
.top-searched .sub-title.sub-title-keyword {
  background: -webkit-gradient(linear, left top, right top, from(#4d445a), to(#665978));
  background: linear-gradient(90deg, #4d445a 0%, #665978 100%);
}
.top-searched .sub-title.sub-title-donor {
  background: -webkit-gradient(linear, left top, right top, from(#130615), to(#37123c));
  background: linear-gradient(90deg, #130615 0%, #37123c 100%);
}
.top-searched .sub-title.sub-title-translator {
  background: -webkit-gradient(linear, left top, right top, from(#605957), to(#7b726f));
  background: linear-gradient(90deg, #605957 0%, #7b726f 100%);
}
.top-searched .sub-title.sub-title-contributor {
  background: -webkit-gradient(linear, left top, right top, from(#2d2a2d), to(#484247));
  background: linear-gradient(90deg, #2d2a2d 0%, #484247 100%);
}
.top-searched .sub-title.sub-title-white {
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#ffffff));
  background: linear-gradient(90deg, #e6e6e6 0%, #ffffff 100%);
}
.top-searched .sub-title.sub-title-black {
  background: -webkit-gradient(linear, left top, right top, from(black), to(#000000));
  background: linear-gradient(90deg, black 0%, #000000 100%);
}
.top-searched .sub-title.sub-title-transparent {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(transparent));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, transparent 100%);
}
.top-searched .sub-title.sub-title-clear {
  background: -webkit-gradient(linear, left top, right top, from(#2d2a2d), to(#484247));
  background: linear-gradient(90deg, #2d2a2d 0%, #484247 100%);
}
.top-searched .card.card-people {
  height: 260px;
}
.top-searched .card.card-places {
  height: 170px;
}
.top-searched .card.card-topics {
  height: 240px;
}
.top-searched .card.card-people, .top-searched .card.card-places, .top-searched .card.card-topics {
  position: relative;
}
.top-searched .card.card-people .card-img, .top-searched .card.card-places .card-img, .top-searched .card.card-topics .card-img {
  position: absolute;
}
@media (min-width: 375px) {
  .top-searched .card.top-xs .card-img {
    top: 0;
  }
}
@media (min-width: 425px) {
  .top-searched .card.top-sm .card-img {
    top: 0;
  }
}
@media (min-width: 768px) {
  .top-searched .card.top-md .card-img {
    top: 0;
  }
}
@media (min-width: 992px) {
  .top-searched .card.top-lg .card-img {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .top-searched .card.top-xl .card-img {
    top: 0;
  }
}
@media (min-width: 375px) {
  .top-searched .card.bottom-xs .card-img {
    bottom: 0;
  }
}
@media (min-width: 425px) {
  .top-searched .card.bottom-sm .card-img {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .top-searched .card.bottom-md .card-img {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .top-searched .card.bottom-lg .card-img {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .top-searched .card.bottom-xl .card-img {
    bottom: 0;
  }
}
@media (min-width: 375px) {
  .top-searched .card.center-xs .card-img {
    top: 50%;
  }
}
@media (min-width: 425px) {
  .top-searched .card.center-sm .card-img {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .top-searched .card.center-md .card-img {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .top-searched .card.center-lg .card-img {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .top-searched .card.center-xl .card-img {
    top: 50%;
  }
}
@media (min-width: 375px) {
  .top-searched .card.center-xs.card-people .card-img {
    margin-top: -216.5px;
  }
  .top-searched .card.center-xs.card-places .card-img {
    margin-top: -116px;
  }
  .top-searched .card.center-xs.card-topics .card-img {
    margin-top: -216.5px;
  }
}
@media (min-width: 425px) {
  .top-searched .card.center-sm.card-people .card-img {
    margin-top: -248px;
  }
  .top-searched .card.center-sm.card-places .card-img {
    margin-top: -132.5px;
  }
  .top-searched .card.center-sm.card-topics .card-img {
    margin-top: -248px;
  }
}
@media (min-width: 768px) {
  .top-searched .card.center-md.card-places .card-img {
    margin-top: -231px;
  }
  .top-searched .card.center-md.card-people .card-img {
    margin-top: -207.5px;
  }
  .top-searched .card.center-md.card-topics .card-img {
    margin-top: -132.5px;
  }
}
@media (min-width: 992px) {
  .top-searched .card.center-lg.card-places .card-img {
    margin-top: -151px;
  }
  .top-searched .card.center-lg.card-people .card-img {
    margin-top: -132.5px;
  }
  .top-searched .card.center-lg.card-topics .card-img {
    margin-top: -182.5px;
  }
}
@media (min-width: 1200px) {
  .top-searched .card.center-xl.card-places .card-img {
    margin-top: -212.5px;
  }
  .top-searched .card.center-xl.card-people .card-img {
    margin-top: -131px;
  }
  .top-searched .card.center-xl.card-topics .card-img {
    margin-top: -220px;
  }
}

.related-articles {
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .related-articles {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .related-articles {
    padding: 64px 0;
  }
}
.related-articles .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  color: #ffffff;
}
.related-articles.related-articles-light-blue {
  position: relative;
}
.related-articles.related-articles-light-blue .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-light-blue .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.related-articles.related-articles-light-blue .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-dark-blue {
  position: relative;
}
.related-articles.related-articles-dark-blue .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-dark-blue .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.related-articles.related-articles-dark-blue .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-dark-purple {
  position: relative;
}
.related-articles.related-articles-dark-purple .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-dark-purple .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.related-articles.related-articles-dark-purple .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-light-purple {
  position: relative;
}
.related-articles.related-articles-light-purple .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-light-purple .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.related-articles.related-articles-light-purple .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-gray {
  position: relative;
}
.related-articles.related-articles-gray .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-gray .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.related-articles.related-articles-gray .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-people {
  position: relative;
}
.related-articles.related-articles-people .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-people .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #008094;
}
.related-articles.related-articles-people .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-places {
  position: relative;
}
.related-articles.related-articles-places .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-places .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #507600;
}
.related-articles.related-articles-places .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-topics {
  position: relative;
}
.related-articles.related-articles-topics .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-topics .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #b02a2e;
}
.related-articles.related-articles-topics .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-languages {
  position: relative;
}
.related-articles.related-articles-languages .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-languages .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.related-articles.related-articles-languages .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-original_repositories {
  position: relative;
}
.related-articles.related-articles-original_repositories .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-original_repositories .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.related-articles.related-articles-original_repositories .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-year_range {
  position: relative;
}
.related-articles.related-articles-year_range .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-year_range .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.related-articles.related-articles-year_range .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-people-dark {
  position: relative;
}
.related-articles.related-articles-people-dark .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-people-dark .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #005663;
}
.related-articles.related-articles-people-dark .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-places-dark {
  position: relative;
}
.related-articles.related-articles-places-dark .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-places-dark .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #3a5600;
}
.related-articles.related-articles-places-dark .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-topics-dark {
  position: relative;
}
.related-articles.related-articles-topics-dark .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-topics-dark .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #8b2326;
}
.related-articles.related-articles-topics-dark .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-document {
  position: relative;
}
.related-articles.related-articles-document .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-document .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.related-articles.related-articles-document .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-subject {
  position: relative;
}
.related-articles.related-articles-subject .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-subject .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.related-articles.related-articles-subject .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-keyword {
  position: relative;
}
.related-articles.related-articles-keyword .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-keyword .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.related-articles.related-articles-keyword .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-donor {
  position: relative;
}
.related-articles.related-articles-donor .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-donor .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.related-articles.related-articles-donor .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-translator {
  position: relative;
}
.related-articles.related-articles-translator .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-translator .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7b726f;
}
.related-articles.related-articles-translator .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-contributor {
  position: relative;
}
.related-articles.related-articles-contributor .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-contributor .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.related-articles.related-articles-contributor .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-white {
  position: relative;
}
.related-articles.related-articles-white .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-white .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
}
.related-articles.related-articles-white .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-black {
  position: relative;
}
.related-articles.related-articles-black .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-black .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
}
.related-articles.related-articles-black .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-transparent {
  position: relative;
}
.related-articles.related-articles-transparent .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-transparent .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
}
.related-articles.related-articles-transparent .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles.related-articles-clear {
  position: relative;
}
.related-articles.related-articles-clear .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-clear .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.related-articles.related-articles-clear .related-articles-bg .related-articles-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.related-articles .carousel-container {
  margin-top: 16px;
}
.related-articles .carousel-container .slick-list {
  margin: 0 -8px;
  overflow: hidden;
}
.related-articles .carousel-container .carousel-previous i,
.related-articles .carousel-container .carousel-next i {
  color: #0e6ea6;
}
.related-articles .carousel-container .carousel-previous:hover i, .related-articles .carousel-container .carousel-previous:focus i,
.related-articles .carousel-container .carousel-next:hover i,
.related-articles .carousel-container .carousel-next:focus i {
  color: #085988;
}
.related-articles .card-article {
  margin: 0 8px;
  border-radius: 10px;
  padding: 16px 0 0 0;
  min-height: 400px;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.related-articles .card-article.card-singular {
  min-height: 0;
  padding: 0;
  padding-top: 16px;
  margin: 16px 0 0;
}
@media (min-width: 768px) {
  .related-articles .card-article.card-singular {
    padding-top: 0;
  }
}
.related-articles .card-article.card-singular .card-header {
  padding: 24px 32px 0;
}
.related-articles .card-article.card-singular .card-body {
  padding: 8px 32px 24px;
}
.related-articles .card-article.card-singular .card-body .text p {
  -webkit-line-clamp: 3;
  max-height: 60px;
}
@media (min-width: 768px) {
  .related-articles .card-article.card-singular .card-body .text p {
    -webkit-line-clamp: 2;
    max-height: 40px;
  }
}
@media (min-width: 1200px) {
  .related-articles .card-article.card-singular .card-body .text p {
    -webkit-line-clamp: 3;
    max-height: 60px;
  }
}
.related-articles .card-article.card-singular .card-footer {
  padding: 0;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
}
@media (min-width: 992px) {
  .related-articles .card-article.card-singular .card-footer {
    padding: 24px;
  }
}
.related-articles .card-article.card-singular .card-footer .btn-article {
  width: 100%;
  height: auto;
  border-radius: 0;
}
@media (min-width: 992px) {
  .related-articles .card-article.card-singular .card-footer .btn-article {
    border-radius: 24px;
  }
}
.related-articles .card-article a {
  text-decoration: none;
}
.related-articles .card-article .card-img-top {
  border-radius: 0;
}
.related-articles .card-article .card-header {
  padding: 24px 32px;
  padding-bottom: 8px;
  background: none;
  border: none;
}
.related-articles .card-article .card-header .carousel-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0e6ea6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  max-height: 44px;
}
.related-articles .card-article .card-body {
  padding: 24px 32px;
  padding-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.related-articles .card-article .card-body .text p {
  font-size: 14px;
  line-height: 20px;
  color: #363135;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 60px;
}
@media (min-width: 992px) {
  .related-articles .card-article .card-body .text p {
    -webkit-line-clamp: 4;
    max-height: 80px;
  }
}
.related-articles .card-article .card-body .text p:last-child {
  margin-bottom: 0;
}
.related-articles .card-article .card-footer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
}
.related-articles .card-article .card-footer .btn-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px;
  width: 100%;
  height: 100%;
  color: #085988;
  border-radius: 0;
  border: 1px solid #d1ecfb;
  background-color: #d1ecfb;
  overflow: hidden;
}
.related-articles .card-article .card-footer .btn-article:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #e9f6fd;
}
.related-articles .card-article .card-footer .btn-article .text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-right: auto;
}
.related-articles .card-article .card-footer .btn-article .text i {
  margin: 0;
  margin-left: auto;
}
.related-articles .card-article .card-footer .btn-article:hover, .related-articles .card-article .card-footer .btn-article:focus {
  border: 1px solid #bae2f9;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.related-articles .card-article .card-footer .btn-article:hover:after, .related-articles .card-article .card-footer .btn-article:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}

.relevant-resources {
  padding: 48px 16px;
}
@media all and (min-width: 768px) {
  .relevant-resources {
    padding: 48px 40px;
  }
}
@media all and (min-width: 992px) {
  .relevant-resources {
    padding: 48px 0;
  }
}
.relevant-resources .title {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
}
.relevant-resources.relevant-resources-light-blue {
  position: relative;
}
.relevant-resources.relevant-resources-light-blue .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-light-blue .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.relevant-resources.relevant-resources-light-blue .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-dark-blue {
  position: relative;
}
.relevant-resources.relevant-resources-dark-blue .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-dark-blue .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.relevant-resources.relevant-resources-dark-blue .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-dark-purple {
  position: relative;
}
.relevant-resources.relevant-resources-dark-purple .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-dark-purple .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.relevant-resources.relevant-resources-dark-purple .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-light-purple {
  position: relative;
}
.relevant-resources.relevant-resources-light-purple .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-light-purple .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.relevant-resources.relevant-resources-light-purple .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-gray {
  position: relative;
}
.relevant-resources.relevant-resources-gray .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-gray .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.relevant-resources.relevant-resources-gray .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-people {
  position: relative;
}
.relevant-resources.relevant-resources-people .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-people .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #008094;
}
.relevant-resources.relevant-resources-people .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-places {
  position: relative;
}
.relevant-resources.relevant-resources-places .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-places .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #507600;
}
.relevant-resources.relevant-resources-places .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-topics {
  position: relative;
}
.relevant-resources.relevant-resources-topics .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-topics .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #b02a2e;
}
.relevant-resources.relevant-resources-topics .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-languages {
  position: relative;
}
.relevant-resources.relevant-resources-languages .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-languages .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0e6ea6;
}
.relevant-resources.relevant-resources-languages .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-original_repositories {
  position: relative;
}
.relevant-resources.relevant-resources-original_repositories .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-original_repositories .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7f7094;
}
.relevant-resources.relevant-resources-original_repositories .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-year_range {
  position: relative;
}
.relevant-resources.relevant-resources-year_range .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-year_range .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.relevant-resources.relevant-resources-year_range .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-people-dark {
  position: relative;
}
.relevant-resources.relevant-resources-people-dark .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-people-dark .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #005663;
}
.relevant-resources.relevant-resources-people-dark .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-places-dark {
  position: relative;
}
.relevant-resources.relevant-resources-places-dark .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-places-dark .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #3a5600;
}
.relevant-resources.relevant-resources-places-dark .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-topics-dark {
  position: relative;
}
.relevant-resources.relevant-resources-topics-dark .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-topics-dark .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #8b2326;
}
.relevant-resources.relevant-resources-topics-dark .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-document {
  position: relative;
}
.relevant-resources.relevant-resources-document .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-document .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #085988;
}
.relevant-resources.relevant-resources-document .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-subject {
  position: relative;
}
.relevant-resources.relevant-resources-subject .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-subject .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.relevant-resources.relevant-resources-subject .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-keyword {
  position: relative;
}
.relevant-resources.relevant-resources-keyword .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-keyword .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #665978;
}
.relevant-resources.relevant-resources-keyword .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-donor {
  position: relative;
}
.relevant-resources.relevant-resources-donor .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-donor .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #37123c;
}
.relevant-resources.relevant-resources-donor .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-translator {
  position: relative;
}
.relevant-resources.relevant-resources-translator .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-translator .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #7b726f;
}
.relevant-resources.relevant-resources-translator .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-contributor {
  position: relative;
}
.relevant-resources.relevant-resources-contributor .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-contributor .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.relevant-resources.relevant-resources-contributor .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-white {
  position: relative;
}
.relevant-resources.relevant-resources-white .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-white .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffffff;
}
.relevant-resources.relevant-resources-white .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-black {
  position: relative;
}
.relevant-resources.relevant-resources-black .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-black .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
}
.relevant-resources.relevant-resources-black .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-transparent {
  position: relative;
}
.relevant-resources.relevant-resources-transparent .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-transparent .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent;
}
.relevant-resources.relevant-resources-transparent .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources.relevant-resources-clear {
  position: relative;
}
.relevant-resources.relevant-resources-clear .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-clear .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #484247;
}
.relevant-resources.relevant-resources-clear .relevant-resources-bg .relevant-resources-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.04;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.relevant-resources .carousel-container {
  margin-top: 8px;
}
.relevant-resources .carousel-container .slick-list {
  margin: 0 -8px;
  overflow: hidden;
}
.relevant-resources .carousel-container .slick-list .card {
  margin: 0 8px;
  height: 225px;
  border-radius: 10px;
}
.relevant-resources .carousel-container .slick-list .card.card-people, .relevant-resources .carousel-container .slick-list .card.card-places, .relevant-resources .carousel-container .slick-list .card.card-topics {
  position: relative;
}
.relevant-resources .carousel-container .slick-list .card.card-people .card-img, .relevant-resources .carousel-container .slick-list .card.card-places .card-img, .relevant-resources .carousel-container .slick-list .card.card-topics .card-img {
  position: absolute;
}
@media (min-width: 375px) {
  .relevant-resources .carousel-container .slick-list .card.top-xs .card-img {
    top: 0;
  }
}
@media (min-width: 425px) {
  .relevant-resources .carousel-container .slick-list .card.top-sm .card-img {
    top: 0;
  }
}
@media (min-width: 768px) {
  .relevant-resources .carousel-container .slick-list .card.top-md .card-img {
    top: 0;
  }
}
@media (min-width: 992px) {
  .relevant-resources .carousel-container .slick-list .card.top-lg .card-img {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .relevant-resources .carousel-container .slick-list .card.top-xl .card-img {
    top: 0;
  }
}
@media (min-width: 375px) {
  .relevant-resources .carousel-container .slick-list .card.bottom-xs .card-img {
    bottom: 0;
  }
}
@media (min-width: 425px) {
  .relevant-resources .carousel-container .slick-list .card.bottom-sm .card-img {
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .relevant-resources .carousel-container .slick-list .card.bottom-md .card-img {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .relevant-resources .carousel-container .slick-list .card.bottom-lg .card-img {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .relevant-resources .carousel-container .slick-list .card.bottom-xl .card-img {
    bottom: 0;
  }
}
@media (min-width: 375px) {
  .relevant-resources .carousel-container .slick-list .card.center-xs .card-img {
    top: 50%;
  }
}
@media (min-width: 425px) {
  .relevant-resources .carousel-container .slick-list .card.center-sm .card-img {
    top: 50%;
  }
}
@media (min-width: 768px) {
  .relevant-resources .carousel-container .slick-list .card.center-md .card-img {
    top: 50%;
  }
}
@media (min-width: 992px) {
  .relevant-resources .carousel-container .slick-list .card.center-lg .card-img {
    top: 50%;
  }
}
@media (min-width: 1200px) {
  .relevant-resources .carousel-container .slick-list .card.center-xl .card-img {
    top: 50%;
  }
}
@media (min-width: 375px) {
  .relevant-resources .carousel-container .slick-list .card.center-xs.card-people .card-img {
    margin-top: -216.5px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-xs.card-places .card-img {
    margin-top: -116px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-xs.card-topics .card-img {
    margin-top: -216.5px;
  }
}
@media (min-width: 425px) {
  .relevant-resources .carousel-container .slick-list .card.center-sm.card-people .card-img {
    margin-top: -248px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-sm.card-places .card-img {
    margin-top: -132.5px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-sm.card-topics .card-img {
    margin-top: -248px;
  }
}
@media (min-width: 768px) {
  .relevant-resources .carousel-container .slick-list .card.center-md.card-places .card-img {
    margin-top: -231px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-md.card-people .card-img {
    margin-top: -207.5px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-md.card-topics .card-img {
    margin-top: -132.5px;
  }
}
@media (min-width: 992px) {
  .relevant-resources .carousel-container .slick-list .card.center-lg.card-places .card-img {
    margin-top: -151px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-lg.card-people .card-img {
    margin-top: -132.5px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-lg.card-topics .card-img {
    margin-top: -182.5px;
  }
}
@media (min-width: 1200px) {
  .relevant-resources .carousel-container .slick-list .card.center-xl.card-places .card-img {
    margin-top: -212.5px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-xl.card-people .card-img {
    margin-top: -131px;
  }
  .relevant-resources .carousel-container .slick-list .card.center-xl.card-topics .card-img {
    margin-top: -220px;
  }
}
.relevant-resources .carousel-container .carousel-previous i,
.relevant-resources .carousel-container .carousel-next i {
  color: #7f7094;
}
.relevant-resources .carousel-container .carousel-previous:hover i, .relevant-resources .carousel-container .carousel-previous:focus i,
.relevant-resources .carousel-container .carousel-next:hover i,
.relevant-resources .carousel-container .carousel-next:focus i {
  color: #37123c;
}

.results-bar {
  position: relative;
  padding: 16px 16px;
  background-color: #ffffff;
  z-index: 2;
}
.results-bar.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .results-bar.sticky {
    position: relative;
    top: auto;
    z-index: 1;
  }
}
.results-bar .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.results-bar .sorting-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.results-bar .sorting-container .sorting-display-number,
.results-bar .sorting-container .sorting-sort-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.results-bar .sorting-container .sorting-display-number label,
.results-bar .sorting-container .sorting-sort-by label {
  font-family: "source-serif-pro", serif;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  margin-right: 16px;
  min-width: 60px;
}
.results-bar .sorting-container .sorting-display-number .dropdown,
.results-bar .sorting-container .sorting-sort-by .dropdown {
  width: 100%;
}
.results-bar .sorting-container .sorting-display-number .dropdown .btn,
.results-bar .sorting-container .sorting-sort-by .dropdown .btn {
  font-size: 16px;
}
.results-bar .sorting-container .sorting-sort-by {
  margin-top: 16px;
}
.results-bar .title,
.results-bar .sub-title {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}
.results-bar .title {
  font-weight: 600;
  color: #484247;
}
.results-bar .sub-title {
  margin-left: 8px;
  font-family: "source-serif-pro", serif;
  color: #0e6ea6;
}
.results-bar .btn-refine-menu {
  width: 100%;
  padding: 10px 24px;
  font-size: 16px;
}
@media all and (min-width: 768px) {
  .results-bar {
    padding: 16px 40px;
  }
  .results-bar .title-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .results-bar .sorting-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .results-bar .sorting-container .sorting-display-number,
  .results-bar .sorting-container .sorting-sort-by {
    width: auto;
  }
  .results-bar .sorting-container .sorting-sort-by {
    margin-top: 0;
    margin-left: 32px;
  }
}
@media all and (min-width: 992px) {
  .results-bar {
    padding: 16px 0;
  }
  .results-bar .title-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .results-bar .sorting-container {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.accordion {
  background: none;
}
.accordion .accordion-item {
  background: none;
  border: none;
}
.accordion .accordion-item.accordion-light-blue .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #0e6ea6 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-light-blue .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.accordion .accordion-item.accordion-light-blue .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-light-blue .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-light-blue .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-light-blue .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-light-blue .list-group .list-group-item:hover, .accordion .accordion-item.accordion-light-blue .list-group .list-group-item:focus, .accordion .accordion-item.accordion-light-blue .list-group .list-group-item.list-group-see-more {
  color: #0e6ea6 !important;
}
.accordion .accordion-item.accordion-light-blue .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-light-blue .list-group .list-group-item.list-group-see-more:focus {
  color: #0c5e8e !important;
}
.accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #085988 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-dark-blue .list-group .list-group-item:hover, .accordion .accordion-item.accordion-dark-blue .list-group .list-group-item:focus, .accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.list-group-see-more {
  color: #085988 !important;
}
.accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-dark-blue .list-group .list-group-item.list-group-see-more:focus {
  color: #074970 !important;
}
.accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #37123c !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-dark-purple .list-group .list-group-item:hover, .accordion .accordion-item.accordion-dark-purple .list-group .list-group-item:focus, .accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.list-group-see-more {
  color: #37123c !important;
}
.accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-dark-purple .list-group .list-group-item.list-group-see-more:focus {
  color: #250c28 !important;
}
.accordion .accordion-item.accordion-light-purple .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #7f7094 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-light-purple .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.accordion .accordion-item.accordion-light-purple .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-light-purple .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-light-purple .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-light-purple .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-light-purple .list-group .list-group-item:hover, .accordion .accordion-item.accordion-light-purple .list-group .list-group-item:focus, .accordion .accordion-item.accordion-light-purple .list-group .list-group-item.list-group-see-more {
  color: #7f7094 !important;
}
.accordion .accordion-item.accordion-light-purple .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-light-purple .list-group .list-group-item.list-group-see-more:focus {
  color: #726486 !important;
}
.accordion .accordion-item.accordion-gray .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #484247 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-gray .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.accordion .accordion-item.accordion-gray .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-gray .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-gray .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-gray .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-gray .list-group .list-group-item:hover, .accordion .accordion-item.accordion-gray .list-group .list-group-item:focus, .accordion .accordion-item.accordion-gray .list-group .list-group-item.list-group-see-more {
  color: #484247 !important;
}
.accordion .accordion-item.accordion-gray .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-gray .list-group .list-group-item.list-group-see-more:focus {
  color: #3b363a !important;
}
.accordion .accordion-item.accordion-people .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #008094 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-people .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #006a7b;
}
.accordion .accordion-item.accordion-people .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-people .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #006a7b;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-people .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-people .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-people .list-group .list-group-item:hover, .accordion .accordion-item.accordion-people .list-group .list-group-item:focus, .accordion .accordion-item.accordion-people .list-group .list-group-item.list-group-see-more {
  color: #008094 !important;
}
.accordion .accordion-item.accordion-people .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-people .list-group .list-group-item.list-group-see-more:focus {
  color: #006a7b !important;
}
.accordion .accordion-item.accordion-places .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #507600 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-places .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3f5c00;
}
.accordion .accordion-item.accordion-places .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-places .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #3f5c00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-places .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-places .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-places .list-group .list-group-item:hover, .accordion .accordion-item.accordion-places .list-group .list-group-item:focus, .accordion .accordion-item.accordion-places .list-group .list-group-item.list-group-see-more {
  color: #507600 !important;
}
.accordion .accordion-item.accordion-places .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-places .list-group .list-group-item.list-group-see-more:focus {
  color: #3f5c00 !important;
}
.accordion .accordion-item.accordion-topics .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #b02a2e !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-topics .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #9c2529;
}
.accordion .accordion-item.accordion-topics .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-topics .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #9c2529;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-topics .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-topics .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-topics .list-group .list-group-item:hover, .accordion .accordion-item.accordion-topics .list-group .list-group-item:focus, .accordion .accordion-item.accordion-topics .list-group .list-group-item.list-group-see-more {
  color: #b02a2e !important;
}
.accordion .accordion-item.accordion-topics .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-topics .list-group .list-group-item.list-group-see-more:focus {
  color: #9c2529 !important;
}
.accordion .accordion-item.accordion-languages .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #0e6ea6 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-languages .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.accordion .accordion-item.accordion-languages .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-languages .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-languages .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-languages .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-languages .list-group .list-group-item:hover, .accordion .accordion-item.accordion-languages .list-group .list-group-item:focus, .accordion .accordion-item.accordion-languages .list-group .list-group-item.list-group-see-more {
  color: #0e6ea6 !important;
}
.accordion .accordion-item.accordion-languages .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-languages .list-group .list-group-item.list-group-see-more:focus {
  color: #0c5e8e !important;
}
.accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #7f7094 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-original_repositories .list-group .list-group-item:hover, .accordion .accordion-item.accordion-original_repositories .list-group .list-group-item:focus, .accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.list-group-see-more {
  color: #7f7094 !important;
}
.accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-original_repositories .list-group .list-group-item.list-group-see-more:focus {
  color: #726486 !important;
}
.accordion .accordion-item.accordion-year_range .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #665978 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-year_range .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.accordion .accordion-item.accordion-year_range .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-year_range .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-year_range .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-year_range .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-year_range .list-group .list-group-item:hover, .accordion .accordion-item.accordion-year_range .list-group .list-group-item:focus, .accordion .accordion-item.accordion-year_range .list-group .list-group-item.list-group-see-more {
  color: #665978 !important;
}
.accordion .accordion-item.accordion-year_range .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-year_range .list-group .list-group-item.list-group-see-more:focus {
  color: #5a4f69 !important;
}
.accordion .accordion-item.accordion-people-dark .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #005663 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-people-dark .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #00404a;
}
.accordion .accordion-item.accordion-people-dark .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-people-dark .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #00404a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-people-dark .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-people-dark .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-people-dark .list-group .list-group-item:hover, .accordion .accordion-item.accordion-people-dark .list-group .list-group-item:focus, .accordion .accordion-item.accordion-people-dark .list-group .list-group-item.list-group-see-more {
  color: #005663 !important;
}
.accordion .accordion-item.accordion-people-dark .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-people-dark .list-group .list-group-item.list-group-see-more:focus {
  color: #00404a !important;
}
.accordion .accordion-item.accordion-places-dark .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #3a5600 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-places-dark .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #293d00;
}
.accordion .accordion-item.accordion-places-dark .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-places-dark .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #293d00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-places-dark .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-places-dark .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-places-dark .list-group .list-group-item:hover, .accordion .accordion-item.accordion-places-dark .list-group .list-group-item:focus, .accordion .accordion-item.accordion-places-dark .list-group .list-group-item.list-group-see-more {
  color: #3a5600 !important;
}
.accordion .accordion-item.accordion-places-dark .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-places-dark .list-group .list-group-item.list-group-see-more:focus {
  color: #293d00 !important;
}
.accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #8b2326 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #771e20;
}
.accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #771e20;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-topics-dark .list-group .list-group-item:hover, .accordion .accordion-item.accordion-topics-dark .list-group .list-group-item:focus, .accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.list-group-see-more {
  color: #8b2326 !important;
}
.accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-topics-dark .list-group .list-group-item.list-group-see-more:focus {
  color: #771e20 !important;
}
.accordion .accordion-item.accordion-document .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #085988 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-document .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.accordion .accordion-item.accordion-document .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-document .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-document .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-document .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-document .list-group .list-group-item:hover, .accordion .accordion-item.accordion-document .list-group .list-group-item:focus, .accordion .accordion-item.accordion-document .list-group .list-group-item.list-group-see-more {
  color: #085988 !important;
}
.accordion .accordion-item.accordion-document .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-document .list-group .list-group-item.list-group-see-more:focus {
  color: #074970 !important;
}
.accordion .accordion-item.accordion-subject .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #665978 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-subject .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.accordion .accordion-item.accordion-subject .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-subject .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-subject .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-subject .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-subject .list-group .list-group-item:hover, .accordion .accordion-item.accordion-subject .list-group .list-group-item:focus, .accordion .accordion-item.accordion-subject .list-group .list-group-item.list-group-see-more {
  color: #665978 !important;
}
.accordion .accordion-item.accordion-subject .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-subject .list-group .list-group-item.list-group-see-more:focus {
  color: #5a4f69 !important;
}
.accordion .accordion-item.accordion-keyword .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #665978 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-keyword .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.accordion .accordion-item.accordion-keyword .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-keyword .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-keyword .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-keyword .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-keyword .list-group .list-group-item:hover, .accordion .accordion-item.accordion-keyword .list-group .list-group-item:focus, .accordion .accordion-item.accordion-keyword .list-group .list-group-item.list-group-see-more {
  color: #665978 !important;
}
.accordion .accordion-item.accordion-keyword .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-keyword .list-group .list-group-item.list-group-see-more:focus {
  color: #5a4f69 !important;
}
.accordion .accordion-item.accordion-donors .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #37123c !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-donors .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.accordion .accordion-item.accordion-donors .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-donors .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-donors .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-donors .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-donors .list-group .list-group-item:hover, .accordion .accordion-item.accordion-donors .list-group .list-group-item:focus, .accordion .accordion-item.accordion-donors .list-group .list-group-item.list-group-see-more {
  color: #37123c !important;
}
.accordion .accordion-item.accordion-donors .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-donors .list-group .list-group-item.list-group-see-more:focus {
  color: #250c28 !important;
}
.accordion .accordion-item.accordion-translator .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #7b726f !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-translator .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6e6663;
}
.accordion .accordion-item.accordion-translator .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-translator .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #6e6663;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-translator .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-translator .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-translator .list-group .list-group-item:hover, .accordion .accordion-item.accordion-translator .list-group .list-group-item:focus, .accordion .accordion-item.accordion-translator .list-group .list-group-item.list-group-see-more {
  color: #7b726f !important;
}
.accordion .accordion-item.accordion-translator .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-translator .list-group .list-group-item.list-group-see-more:focus {
  color: #6e6663 !important;
}
.accordion .accordion-item.accordion-contributors .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #484247 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-contributors .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.accordion .accordion-item.accordion-contributors .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-contributors .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-contributors .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-contributors .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-contributors .list-group .list-group-item:hover, .accordion .accordion-item.accordion-contributors .list-group .list-group-item:focus, .accordion .accordion-item.accordion-contributors .list-group .list-group-item.list-group-see-more {
  color: #484247 !important;
}
.accordion .accordion-item.accordion-contributors .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-contributors .list-group .list-group-item.list-group-see-more:focus {
  color: #3b363a !important;
}
.accordion .accordion-item.accordion-white .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #ffffff !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-white .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #f2f2f2;
}
.accordion .accordion-item.accordion-white .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-white .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-white .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-white .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-white .list-group .list-group-item:hover, .accordion .accordion-item.accordion-white .list-group .list-group-item:focus, .accordion .accordion-item.accordion-white .list-group .list-group-item.list-group-see-more {
  color: #ffffff !important;
}
.accordion .accordion-item.accordion-white .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-white .list-group .list-group-item.list-group-see-more:focus {
  color: #f2f2f2 !important;
}
.accordion .accordion-item.accordion-black .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #000000 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-black .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: black;
}
.accordion .accordion-item.accordion-black .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-black .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid black;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-black .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-black .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-black .list-group .list-group-item:hover, .accordion .accordion-item.accordion-black .list-group .list-group-item:focus, .accordion .accordion-item.accordion-black .list-group .list-group-item.list-group-see-more {
  color: #000000 !important;
}
.accordion .accordion-item.accordion-black .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-black .list-group .list-group-item.list-group-see-more:focus {
  color: black !important;
}
.accordion .accordion-item.accordion-transparent .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-transparent .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}
.accordion .accordion-item.accordion-transparent .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-transparent .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-transparent .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-transparent .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-transparent .list-group .list-group-item:hover, .accordion .accordion-item.accordion-transparent .list-group .list-group-item:focus, .accordion .accordion-item.accordion-transparent .list-group .list-group-item.list-group-see-more {
  color: transparent !important;
}
.accordion .accordion-item.accordion-transparent .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-transparent .list-group .list-group-item.list-group-see-more:focus {
  color: rgba(0, 0, 0, 0) !important;
}
.accordion .accordion-item.accordion-clear .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #484247 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-clear .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.accordion .accordion-item.accordion-clear .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-clear .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-clear .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-clear .list-group .list-group-item.active:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.accordion .accordion-item.accordion-clear .list-group .list-group-item:hover, .accordion .accordion-item.accordion-clear .list-group .list-group-item:focus, .accordion .accordion-item.accordion-clear .list-group .list-group-item.list-group-see-more {
  color: #484247 !important;
}
.accordion .accordion-item.accordion-clear .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-clear .list-group .list-group-item.list-group-see-more:focus {
  color: #3b363a !important;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 16px;
}
.accordion .accordion-item .accordion-header {
  margin: 0 -12px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #0e6ea6;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4px 12px;
}
.accordion .accordion-item .accordion-header .accordion-button:focus, .accordion .accordion-item .accordion-header .accordion-button:active {
  outline: -webkit-focus-ring-color auto 1px;
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button i {
  margin-left: auto;
  color: #7b726f;
}
.accordion .accordion-item .accordion-header .accordion-button i.fa-caret-up {
  display: block;
}
.accordion .accordion-item .accordion-header .accordion-button i.fa-caret-down {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed i {
  color: #484247;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed i.fa-caret-up {
  display: none;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed i.fa-caret-down {
  display: block;
}
.accordion .accordion-item .accordion-body {
  padding: 0;
}
.accordion .accordion-item .accordion-body .list-group a {
  text-decoration: none !important;
}

.alert {
  margin: 16px 0;
  border-radius: 10px;
}
.alert.alert-success a {
  color: #ffffff;
  background-color: #0f5132;
}
.alert.alert-success a:hover, .alert.alert-success a:focus {
  background-color: #0b3b25;
}
.alert.alert-warning a {
  color: #ffffff;
  background-color: #664d03;
}
.alert.alert-warning a:hover, .alert.alert-warning a:focus {
  background-color: #4d3a02;
}
.alert.alert-danger a {
  color: #ffffff;
  background-color: #842029;
}
.alert.alert-danger a:hover, .alert.alert-danger a:focus {
  background-color: #6f1b23;
}
.alert .placeholder {
  margin: 0 4px;
  padding: 0;
  border-radius: 10px;
  opacity: 1;
  background: none;
  font-style: normal;
  vertical-align: initial;
}
.alert .placeholder a {
  padding: 4px 8px;
  border-radius: 10px;
}
.alert a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  background: none;
}
.alert ul {
  margin-bottom: 0;
}
.alert ul li + li {
  margin-top: 8px;
}

.btn {
  padding: 16px 64px;
  font-weight: 600;
  line-height: 1;
  border-radius: 24px;
  -webkit-transition: none;
  transition: none;
  border: 1px solid transparent;
}
.btn.btn-sm {
  padding: 16px 32px;
}
.btn.btn-circle {
  width: 48px;
  height: 48px;
  padding: 0 !important;
  border-radius: 50% !important;
  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;
}
.btn.btn-circle span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.btn.btn-circle i {
  line-height: 1;
}
.btn .detail {
  display: inline-block;
  font-size: 14px;
}
.btn i {
  margin-left: 32px;
}
.btn i:only-child {
  margin: 0;
}
.btn.btn-light-blue {
  position: relative;
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.btn.btn-light-blue span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-light-blue:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.btn.btn-light-blue.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #0e6ea6 !important;
}
.btn.btn-light-blue.outline:hover, .btn.btn-light-blue.outline:focus {
  border-color: #5cbaf1 !important;
}
.btn.btn-light-blue.outline:hover span, .btn.btn-light-blue.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-light-blue.outline:hover:after, .btn.btn-light-blue.outline:focus:after {
  background-color: #0e6ea6;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-light-blue:hover, .btn.btn-light-blue:focus {
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-blue:hover:after, .btn.btn-light-blue:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-dark-blue {
  position: relative;
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.btn.btn-dark-blue span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-dark-blue:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.btn.btn-dark-blue.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #085988 !important;
}
.btn.btn-dark-blue.outline:hover, .btn.btn-dark-blue.outline:focus {
  border-color: #36aef3 !important;
}
.btn.btn-dark-blue.outline:hover span, .btn.btn-dark-blue.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-dark-blue.outline:hover:after, .btn.btn-dark-blue.outline:focus:after {
  background-color: #085988;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-dark-blue:hover, .btn.btn-dark-blue:focus {
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-blue:hover:after, .btn.btn-dark-blue:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-dark-purple {
  position: relative;
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
}
.btn.btn-dark-purple span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-dark-purple:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.btn.btn-dark-purple.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #37123c !important;
}
.btn.btn-dark-purple.outline:hover, .btn.btn-dark-purple.outline:focus {
  border-color: #a335b2 !important;
}
.btn.btn-dark-purple.outline:hover span, .btn.btn-dark-purple.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-dark-purple.outline:hover:after, .btn.btn-dark-purple.outline:focus:after {
  background-color: #37123c;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-dark-purple:hover, .btn.btn-dark-purple:focus {
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-purple:hover:after, .btn.btn-dark-purple:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-light-purple {
  position: relative;
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.btn.btn-light-purple span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-light-purple:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.btn.btn-light-purple.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #7f7094 !important;
}
.btn.btn-light-purple.outline:hover, .btn.btn-light-purple.outline:focus {
  border-color: #cdc8d5 !important;
}
.btn.btn-light-purple.outline:hover span, .btn.btn-light-purple.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-light-purple.outline:hover:after, .btn.btn-light-purple.outline:focus:after {
  background-color: #7f7094;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-light-purple:hover, .btn.btn-light-purple:focus {
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-purple:hover:after, .btn.btn-light-purple:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-gray {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.btn.btn-gray span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-gray:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.btn.btn-gray.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #484247 !important;
}
.btn.btn-gray.outline:hover, .btn.btn-gray.outline:focus {
  border-color: #968d95 !important;
}
.btn.btn-gray.outline:hover span, .btn.btn-gray.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-gray.outline:hover:after, .btn.btn-gray.outline:focus:after {
  background-color: #484247;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-gray:hover, .btn.btn-gray:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-gray:hover:after, .btn.btn-gray:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-people {
  position: relative;
  color: #ffffff;
  background-color: #008094;
  overflow: hidden;
}
.btn.btn-people span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-people:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #006a7b;
}
.btn.btn-people.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #008094 !important;
}
.btn.btn-people.outline:hover, .btn.btn-people.outline:focus {
  border-color: #2ee3ff !important;
}
.btn.btn-people.outline:hover span, .btn.btn-people.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-people.outline:hover:after, .btn.btn-people.outline:focus:after {
  background-color: #008094;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-people:hover, .btn.btn-people:focus {
  border: 1px solid #006a7b;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-people:hover:after, .btn.btn-people:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-places {
  position: relative;
  color: #ffffff;
  background-color: #507600;
  overflow: hidden;
}
.btn.btn-places span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-places:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3f5c00;
}
.btn.btn-places.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #507600 !important;
}
.btn.btn-places.outline:hover, .btn.btn-places.outline:focus {
  border-color: #b2ff10 !important;
}
.btn.btn-places.outline:hover span, .btn.btn-places.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-places.outline:hover:after, .btn.btn-places.outline:focus:after {
  background-color: #507600;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-places:hover, .btn.btn-places:focus {
  border: 1px solid #3f5c00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-places:hover:after, .btn.btn-places:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-topics {
  position: relative;
  color: #ffffff;
  background-color: #b02a2e;
  overflow: hidden;
}
.btn.btn-topics span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-topics:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #9c2529;
}
.btn.btn-topics.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #b02a2e !important;
}
.btn.btn-topics.outline:hover, .btn.btn-topics.outline:focus {
  border-color: #e48f92 !important;
}
.btn.btn-topics.outline:hover span, .btn.btn-topics.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-topics.outline:hover:after, .btn.btn-topics.outline:focus:after {
  background-color: #b02a2e;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-topics:hover, .btn.btn-topics:focus {
  border: 1px solid #9c2529;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-topics:hover:after, .btn.btn-topics:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-languages {
  position: relative;
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.btn.btn-languages span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-languages:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.btn.btn-languages.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #0e6ea6 !important;
}
.btn.btn-languages.outline:hover, .btn.btn-languages.outline:focus {
  border-color: #5cbaf1 !important;
}
.btn.btn-languages.outline:hover span, .btn.btn-languages.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-languages.outline:hover:after, .btn.btn-languages.outline:focus:after {
  background-color: #0e6ea6;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-languages:hover, .btn.btn-languages:focus {
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-languages:hover:after, .btn.btn-languages:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-original_repositories {
  position: relative;
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.btn.btn-original_repositories span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-original_repositories:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.btn.btn-original_repositories.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #7f7094 !important;
}
.btn.btn-original_repositories.outline:hover, .btn.btn-original_repositories.outline:focus {
  border-color: #cdc8d5 !important;
}
.btn.btn-original_repositories.outline:hover span, .btn.btn-original_repositories.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-original_repositories.outline:hover:after, .btn.btn-original_repositories.outline:focus:after {
  background-color: #7f7094;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-original_repositories:hover, .btn.btn-original_repositories:focus {
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-original_repositories:hover:after, .btn.btn-original_repositories:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-year_range {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.btn.btn-year_range span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-year_range:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.btn.btn-year_range.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #665978 !important;
}
.btn.btn-year_range.outline:hover, .btn.btn-year_range.outline:focus {
  border-color: #b3aac0 !important;
}
.btn.btn-year_range.outline:hover span, .btn.btn-year_range.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-year_range.outline:hover:after, .btn.btn-year_range.outline:focus:after {
  background-color: #665978;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-year_range:hover, .btn.btn-year_range:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-year_range:hover:after, .btn.btn-year_range:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-people-dark {
  position: relative;
  color: #ffffff;
  background-color: #005663;
  overflow: hidden;
}
.btn.btn-people-dark span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-people-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #00404a;
}
.btn.btn-people-dark.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #005663 !important;
}
.btn.btn-people-dark.outline:hover, .btn.btn-people-dark.outline:focus {
  border-color: #00dbfc !important;
}
.btn.btn-people-dark.outline:hover span, .btn.btn-people-dark.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-people-dark.outline:hover:after, .btn.btn-people-dark.outline:focus:after {
  background-color: #005663;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-people-dark:hover, .btn.btn-people-dark:focus {
  border: 1px solid #00404a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-people-dark:hover:after, .btn.btn-people-dark:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-places-dark {
  position: relative;
  color: #ffffff;
  background-color: #3a5600;
  overflow: hidden;
}
.btn.btn-places-dark span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-places-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #293d00;
}
.btn.btn-places-dark.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #3a5600 !important;
}
.btn.btn-places-dark.outline:hover, .btn.btn-places-dark.outline:focus {
  border-color: #a1ef00 !important;
}
.btn.btn-places-dark.outline:hover span, .btn.btn-places-dark.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-places-dark.outline:hover:after, .btn.btn-places-dark.outline:focus:after {
  background-color: #3a5600;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-places-dark:hover, .btn.btn-places-dark:focus {
  border: 1px solid #293d00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-places-dark:hover:after, .btn.btn-places-dark:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-topics-dark {
  position: relative;
  color: #ffffff;
  background-color: #8b2326;
  overflow: hidden;
}
.btn.btn-topics-dark span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-topics-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #771e20;
}
.btn.btn-topics-dark.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #8b2326 !important;
}
.btn.btn-topics-dark.outline:hover, .btn.btn-topics-dark.outline:focus {
  border-color: #da6d70 !important;
}
.btn.btn-topics-dark.outline:hover span, .btn.btn-topics-dark.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-topics-dark.outline:hover:after, .btn.btn-topics-dark.outline:focus:after {
  background-color: #8b2326;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-topics-dark:hover, .btn.btn-topics-dark:focus {
  border: 1px solid #771e20;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-topics-dark:hover:after, .btn.btn-topics-dark:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-document {
  position: relative;
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.btn.btn-document span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-document:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.btn.btn-document.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #085988 !important;
}
.btn.btn-document.outline:hover, .btn.btn-document.outline:focus {
  border-color: #36aef3 !important;
}
.btn.btn-document.outline:hover span, .btn.btn-document.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-document.outline:hover:after, .btn.btn-document.outline:focus:after {
  background-color: #085988;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-document:hover, .btn.btn-document:focus {
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-document:hover:after, .btn.btn-document:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-subject {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.btn.btn-subject span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-subject:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.btn.btn-subject.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #665978 !important;
}
.btn.btn-subject.outline:hover, .btn.btn-subject.outline:focus {
  border-color: #b3aac0 !important;
}
.btn.btn-subject.outline:hover span, .btn.btn-subject.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-subject.outline:hover:after, .btn.btn-subject.outline:focus:after {
  background-color: #665978;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-subject:hover, .btn.btn-subject:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-subject:hover:after, .btn.btn-subject:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-keyword {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.btn.btn-keyword span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-keyword:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.btn.btn-keyword.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #665978 !important;
}
.btn.btn-keyword.outline:hover, .btn.btn-keyword.outline:focus {
  border-color: #b3aac0 !important;
}
.btn.btn-keyword.outline:hover span, .btn.btn-keyword.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-keyword.outline:hover:after, .btn.btn-keyword.outline:focus:after {
  background-color: #665978;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-keyword:hover, .btn.btn-keyword:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-keyword:hover:after, .btn.btn-keyword:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-donor {
  position: relative;
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
  background-color: #7f7094;
}
.btn.btn-donor span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-donor:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.btn.btn-donor.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #37123c !important;
}
.btn.btn-donor.outline:hover, .btn.btn-donor.outline:focus {
  border-color: #a335b2 !important;
}
.btn.btn-donor.outline:hover span, .btn.btn-donor.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-donor.outline:hover:after, .btn.btn-donor.outline:focus:after {
  background-color: #37123c;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-donor:hover, .btn.btn-donor:focus {
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-donor:hover:after, .btn.btn-donor:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-donor:after {
  background-color: #726486;
}
.btn.btn-donor.outline {
  background: none;
  border-color: #7f7094 !important;
}
.btn.btn-donor.outline:hover, .btn.btn-donor.outline:focus {
  border-color: #cdc8d5;
}
.btn.btn-donor.outline:hover:after, .btn.btn-donor.outline:focus:after {
  background-color: #7f7094;
}
.btn.btn-donor.outline .fa-solid {
  color: #7f7094;
}
.btn.btn-donor:hover, .btn.btn-donor:focus {
  border: 1px solid #726486;
}
.document-list .btn.btn-donor.outline {
  padding: 4px 24px;
  font-size: 14px;
  line-height: 22px;
}
.document-list .btn.btn-donor.outline .fa-solid {
  margin-left: 8px;
}
.btn.btn-translator {
  position: relative;
  color: #ffffff;
  background-color: #7b726f;
  overflow: hidden;
}
.btn.btn-translator span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-translator:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6e6663;
}
.btn.btn-translator.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #7b726f !important;
}
.btn.btn-translator.outline:hover, .btn.btn-translator.outline:focus {
  border-color: #c5c0be !important;
}
.btn.btn-translator.outline:hover span, .btn.btn-translator.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-translator.outline:hover:after, .btn.btn-translator.outline:focus:after {
  background-color: #7b726f;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-translator:hover, .btn.btn-translator:focus {
  border: 1px solid #6e6663;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-translator:hover:after, .btn.btn-translator:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-translator.outline .fa-solid {
  color: #7b726f;
}
.document-list .btn.btn-translator.outline {
  padding: 4px 24px;
  font-size: 14px;
  line-height: 22px;
}
.document-list .btn.btn-translator.outline .fa-solid {
  margin-left: 8px;
}
.btn.btn-contributor {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.btn.btn-contributor span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-contributor:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.btn.btn-contributor.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #484247 !important;
}
.btn.btn-contributor.outline:hover, .btn.btn-contributor.outline:focus {
  border-color: #968d95 !important;
}
.btn.btn-contributor.outline:hover span, .btn.btn-contributor.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-contributor.outline:hover:after, .btn.btn-contributor.outline:focus:after {
  background-color: #484247;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-contributor:hover, .btn.btn-contributor:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-contributor:hover:after, .btn.btn-contributor:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-contributor.outline .fa-solid {
  color: #484247;
}
.document-list .btn.btn-contributor.outline {
  padding: 4px 24px;
  font-size: 14px;
  line-height: 22px;
}
.document-list .btn.btn-contributor.outline .fa-solid {
  margin-left: 8px;
}
.btn.btn-white {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.btn.btn-white span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #f2f2f2;
}
.btn.btn-white.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #ffffff !important;
}
.btn.btn-white.outline:hover, .btn.btn-white.outline:focus {
  border-color: white !important;
}
.btn.btn-white.outline:hover span, .btn.btn-white.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-white.outline:hover:after, .btn.btn-white.outline:focus:after {
  background-color: #ffffff;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  border: 1px solid #f2f2f2;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-white:hover:after, .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-black {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}
.btn.btn-black span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-black:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: black;
}
.btn.btn-black.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #000000 !important;
}
.btn.btn-black.outline:hover, .btn.btn-black.outline:focus {
  border-color: #4d4d4d !important;
}
.btn.btn-black.outline:hover span, .btn.btn-black.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-black.outline:hover:after, .btn.btn-black.outline:focus:after {
  background-color: #000000;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-black:hover, .btn.btn-black:focus {
  border: 1px solid black;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-black:hover:after, .btn.btn-black:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-transparent {
  position: relative;
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}
.btn.btn-transparent span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-transparent:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}
.btn.btn-transparent.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: transparent !important;
}
.btn.btn-transparent.outline:hover, .btn.btn-transparent.outline:focus {
  border-color: rgba(77, 77, 77, 0) !important;
}
.btn.btn-transparent.outline:hover span, .btn.btn-transparent.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-transparent.outline:hover:after, .btn.btn-transparent.outline:focus:after {
  background-color: transparent;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-transparent:hover, .btn.btn-transparent:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-transparent:hover:after, .btn.btn-transparent:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-clear {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.btn.btn-clear span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-clear:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.btn.btn-clear.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #484247 !important;
}
.btn.btn-clear.outline:hover, .btn.btn-clear.outline:focus {
  border-color: #968d95 !important;
}
.btn.btn-clear.outline:hover span, .btn.btn-clear.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-clear.outline:hover:after, .btn.btn-clear.outline:focus:after {
  background-color: #484247;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-clear:hover, .btn.btn-clear:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-clear:hover:after, .btn.btn-clear:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-catalog, .btn.btn-switch-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  color: #363135 !important;
  border-color: #7b726f !important;
}
.btn.btn-catalog i, .btn.btn-switch-view i {
  margin: 0;
  margin-right: 16px;
  color: #0e6ea6;
}
.btn.btn-catalog:hover:after, .btn.btn-catalog:focus:after, .btn.btn-switch-view:hover:after, .btn.btn-switch-view:focus:after {
  background-color: #0e6ea6 !important;
  opacity: 0.1 !important;
}
@media (max-width: 991px) {
  .btn.btn-catalog, .btn.btn-switch-view {
    width: 100%;
  }
}
.btn.btn-switch-view .text {
  color: #363135 !important;
  border-color: #7b726f !important;
}
.btn.btn-switch-view.show i.fa-filter-list {
  display: none;
}
.btn.btn-switch-view.show i.fa-close {
  display: inline-block;
}
.btn.btn-switch-view i {
  margin: 0;
  width: 14px;
}
.btn.btn-switch-view i.fa-filter-list {
  display: inline-block;
}
.btn.btn-switch-view i.fa-close {
  display: none;
}
.btn.btn-transparent {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.btn.btn-search {
  color: #7b726f;
  background-color: #ffffff;
  padding: 14px 24px;
}
.btn.btn-search i {
  margin: 0;
}
.btn.btn-citation {
  position: absolute;
  bottom: 24px;
  right: 24px;
  margin: 0;
  padding: 16px;
}
.btn.btn-citation i {
  margin: 0;
}
.btn.btn-white {
  font-weight: 600;
  background-color: #ffffff;
}
.btn.btn-white .title {
  color: #363135;
}
.btn.btn-white .detail {
  color: #7b726f;
}
.theme-light-blue .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-blue .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0f77b4;
}
.theme-light-blue .btn.btn-white:hover, .theme-light-blue .btn.btn-white:focus {
  border: 1px solid #0f77b4;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-blue .btn.btn-white:hover:after, .theme-light-blue .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-light-blue .btn.btn-white:hover .title,
.theme-light-blue .btn.btn-white:hover .detail,
.theme-light-blue .btn.btn-white:hover i, .theme-light-blue .btn.btn-white:focus .title,
.theme-light-blue .btn.btn-white:focus .detail,
.theme-light-blue .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-blue .btn.btn-white i {
  color: #0e6ea6;
}
.theme-dark-blue .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-blue .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #096296;
}
.theme-dark-blue .btn.btn-white:hover, .theme-dark-blue .btn.btn-white:focus {
  border: 1px solid #096296;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-blue .btn.btn-white:hover:after, .theme-dark-blue .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-dark-blue .btn.btn-white:hover .title,
.theme-dark-blue .btn.btn-white:hover .detail,
.theme-dark-blue .btn.btn-white:hover i, .theme-dark-blue .btn.btn-white:focus .title,
.theme-dark-blue .btn.btn-white:focus .detail,
.theme-dark-blue .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-blue .btn.btn-white i {
  color: #085988;
}
.theme-dark-purple .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-purple .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #421648;
}
.theme-dark-purple .btn.btn-white:hover, .theme-dark-purple .btn.btn-white:focus {
  border: 1px solid #421648;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-purple .btn.btn-white:hover:after, .theme-dark-purple .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-dark-purple .btn.btn-white:hover .title,
.theme-dark-purple .btn.btn-white:hover .detail,
.theme-dark-purple .btn.btn-white:hover i, .theme-dark-purple .btn.btn-white:focus .title,
.theme-dark-purple .btn.btn-white:focus .detail,
.theme-dark-purple .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-purple .btn.btn-white i {
  color: #37123c;
}
.theme-light-purple .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-purple .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #87799b;
}
.theme-light-purple .btn.btn-white:hover, .theme-light-purple .btn.btn-white:focus {
  border: 1px solid #87799b;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-purple .btn.btn-white:hover:after, .theme-light-purple .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-light-purple .btn.btn-white:hover .title,
.theme-light-purple .btn.btn-white:hover .detail,
.theme-light-purple .btn.btn-white:hover i, .theme-light-purple .btn.btn-white:focus .title,
.theme-light-purple .btn.btn-white:focus .detail,
.theme-light-purple .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-purple .btn.btn-white i {
  color: #7f7094;
}
.theme-gray .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-gray .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #50494f;
}
.theme-gray .btn.btn-white:hover, .theme-gray .btn.btn-white:focus {
  border: 1px solid #50494f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-gray .btn.btn-white:hover:after, .theme-gray .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-gray .btn.btn-white:hover .title,
.theme-gray .btn.btn-white:hover .detail,
.theme-gray .btn.btn-white:hover i, .theme-gray .btn.btn-white:focus .title,
.theme-gray .btn.btn-white:focus .detail,
.theme-gray .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-gray .btn.btn-white i {
  color: #484247;
}
.theme-people .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-people .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #008da3;
}
.theme-people .btn.btn-white:hover, .theme-people .btn.btn-white:focus {
  border: 1px solid #008da3;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-people .btn.btn-white:hover:after, .theme-people .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-people .btn.btn-white:hover .title,
.theme-people .btn.btn-white:hover .detail,
.theme-people .btn.btn-white:hover i, .theme-people .btn.btn-white:focus .title,
.theme-people .btn.btn-white:focus .detail,
.theme-people .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-people .btn.btn-white i {
  color: #008094;
}
.theme-places .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-places .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a8500;
}
.theme-places .btn.btn-white:hover, .theme-places .btn.btn-white:focus {
  border: 1px solid #5a8500;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-places .btn.btn-white:hover:after, .theme-places .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-places .btn.btn-white:hover .title,
.theme-places .btn.btn-white:hover .detail,
.theme-places .btn.btn-white:hover i, .theme-places .btn.btn-white:focus .title,
.theme-places .btn.btn-white:focus .detail,
.theme-places .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-places .btn.btn-white i {
  color: #507600;
}
.theme-topics .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-topics .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #bd2d31;
}
.theme-topics .btn.btn-white:hover, .theme-topics .btn.btn-white:focus {
  border: 1px solid #bd2d31;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-topics .btn.btn-white:hover:after, .theme-topics .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-topics .btn.btn-white:hover .title,
.theme-topics .btn.btn-white:hover .detail,
.theme-topics .btn.btn-white:hover i, .theme-topics .btn.btn-white:focus .title,
.theme-topics .btn.btn-white:focus .detail,
.theme-topics .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-topics .btn.btn-white i {
  color: #b02a2e;
}
.theme-languages .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-languages .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0f77b4;
}
.theme-languages .btn.btn-white:hover, .theme-languages .btn.btn-white:focus {
  border: 1px solid #0f77b4;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-languages .btn.btn-white:hover:after, .theme-languages .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-languages .btn.btn-white:hover .title,
.theme-languages .btn.btn-white:hover .detail,
.theme-languages .btn.btn-white:hover i, .theme-languages .btn.btn-white:focus .title,
.theme-languages .btn.btn-white:focus .detail,
.theme-languages .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-languages .btn.btn-white i {
  color: #0e6ea6;
}
.theme-original_repositories .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-original_repositories .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #87799b;
}
.theme-original_repositories .btn.btn-white:hover, .theme-original_repositories .btn.btn-white:focus {
  border: 1px solid #87799b;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-original_repositories .btn.btn-white:hover:after, .theme-original_repositories .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-original_repositories .btn.btn-white:hover .title,
.theme-original_repositories .btn.btn-white:hover .detail,
.theme-original_repositories .btn.btn-white:hover i, .theme-original_repositories .btn.btn-white:focus .title,
.theme-original_repositories .btn.btn-white:focus .detail,
.theme-original_repositories .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-original_repositories .btn.btn-white i {
  color: #7f7094;
}
.theme-year_range .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-year_range .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6d6080;
}
.theme-year_range .btn.btn-white:hover, .theme-year_range .btn.btn-white:focus {
  border: 1px solid #6d6080;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-year_range .btn.btn-white:hover:after, .theme-year_range .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-year_range .btn.btn-white:hover .title,
.theme-year_range .btn.btn-white:hover .detail,
.theme-year_range .btn.btn-white:hover i, .theme-year_range .btn.btn-white:focus .title,
.theme-year_range .btn.btn-white:focus .detail,
.theme-year_range .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-year_range .btn.btn-white i {
  color: #665978;
}
.theme-people-dark .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-people-dark .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #006372;
}
.theme-people-dark .btn.btn-white:hover, .theme-people-dark .btn.btn-white:focus {
  border: 1px solid #006372;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-people-dark .btn.btn-white:hover:after, .theme-people-dark .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-people-dark .btn.btn-white:hover .title,
.theme-people-dark .btn.btn-white:hover .detail,
.theme-people-dark .btn.btn-white:hover i, .theme-people-dark .btn.btn-white:focus .title,
.theme-people-dark .btn.btn-white:focus .detail,
.theme-people-dark .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-people-dark .btn.btn-white i {
  color: #005663;
}
.theme-places-dark .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-places-dark .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #446500;
}
.theme-places-dark .btn.btn-white:hover, .theme-places-dark .btn.btn-white:focus {
  border: 1px solid #446500;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-places-dark .btn.btn-white:hover:after, .theme-places-dark .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-places-dark .btn.btn-white:hover .title,
.theme-places-dark .btn.btn-white:hover .detail,
.theme-places-dark .btn.btn-white:hover i, .theme-places-dark .btn.btn-white:focus .title,
.theme-places-dark .btn.btn-white:focus .detail,
.theme-places-dark .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-places-dark .btn.btn-white i {
  color: #3a5600;
}
.theme-topics-dark .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-topics-dark .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #972629;
}
.theme-topics-dark .btn.btn-white:hover, .theme-topics-dark .btn.btn-white:focus {
  border: 1px solid #972629;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-topics-dark .btn.btn-white:hover:after, .theme-topics-dark .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-topics-dark .btn.btn-white:hover .title,
.theme-topics-dark .btn.btn-white:hover .detail,
.theme-topics-dark .btn.btn-white:hover i, .theme-topics-dark .btn.btn-white:focus .title,
.theme-topics-dark .btn.btn-white:focus .detail,
.theme-topics-dark .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-topics-dark .btn.btn-white i {
  color: #8b2326;
}
.theme-document .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-document .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #096296;
}
.theme-document .btn.btn-white:hover, .theme-document .btn.btn-white:focus {
  border: 1px solid #096296;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-document .btn.btn-white:hover:after, .theme-document .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-document .btn.btn-white:hover .title,
.theme-document .btn.btn-white:hover .detail,
.theme-document .btn.btn-white:hover i, .theme-document .btn.btn-white:focus .title,
.theme-document .btn.btn-white:focus .detail,
.theme-document .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-document .btn.btn-white i {
  color: #085988;
}
.theme-subject .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-subject .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6d6080;
}
.theme-subject .btn.btn-white:hover, .theme-subject .btn.btn-white:focus {
  border: 1px solid #6d6080;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-subject .btn.btn-white:hover:after, .theme-subject .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-subject .btn.btn-white:hover .title,
.theme-subject .btn.btn-white:hover .detail,
.theme-subject .btn.btn-white:hover i, .theme-subject .btn.btn-white:focus .title,
.theme-subject .btn.btn-white:focus .detail,
.theme-subject .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-subject .btn.btn-white i {
  color: #665978;
}
.theme-keyword .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-keyword .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6d6080;
}
.theme-keyword .btn.btn-white:hover, .theme-keyword .btn.btn-white:focus {
  border: 1px solid #6d6080;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-keyword .btn.btn-white:hover:after, .theme-keyword .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-keyword .btn.btn-white:hover .title,
.theme-keyword .btn.btn-white:hover .detail,
.theme-keyword .btn.btn-white:hover i, .theme-keyword .btn.btn-white:focus .title,
.theme-keyword .btn.btn-white:focus .detail,
.theme-keyword .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-keyword .btn.btn-white i {
  color: #665978;
}
.theme-donor .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-donor .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #421648;
}
.theme-donor .btn.btn-white:hover, .theme-donor .btn.btn-white:focus {
  border: 1px solid #421648;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-donor .btn.btn-white:hover:after, .theme-donor .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-donor .btn.btn-white:hover .title,
.theme-donor .btn.btn-white:hover .detail,
.theme-donor .btn.btn-white:hover i, .theme-donor .btn.btn-white:focus .title,
.theme-donor .btn.btn-white:focus .detail,
.theme-donor .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-donor .btn.btn-white i {
  color: #37123c;
}
.theme-translator .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-translator .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #837976;
}
.theme-translator .btn.btn-white:hover, .theme-translator .btn.btn-white:focus {
  border: 1px solid #837976;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-translator .btn.btn-white:hover:after, .theme-translator .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-translator .btn.btn-white:hover .title,
.theme-translator .btn.btn-white:hover .detail,
.theme-translator .btn.btn-white:hover i, .theme-translator .btn.btn-white:focus .title,
.theme-translator .btn.btn-white:focus .detail,
.theme-translator .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-translator .btn.btn-white i {
  color: #7b726f;
}
.theme-contributor .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-contributor .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #50494f;
}
.theme-contributor .btn.btn-white:hover, .theme-contributor .btn.btn-white:focus {
  border: 1px solid #50494f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-contributor .btn.btn-white:hover:after, .theme-contributor .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-contributor .btn.btn-white:hover .title,
.theme-contributor .btn.btn-white:hover .detail,
.theme-contributor .btn.btn-white:hover i, .theme-contributor .btn.btn-white:focus .title,
.theme-contributor .btn.btn-white:focus .detail,
.theme-contributor .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-contributor .btn.btn-white i {
  color: #484247;
}
.theme-white .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-white .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: white;
}
.theme-white .btn.btn-white:hover, .theme-white .btn.btn-white:focus {
  border: 1px solid white;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-white .btn.btn-white:hover:after, .theme-white .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-white .btn.btn-white:hover .title,
.theme-white .btn.btn-white:hover .detail,
.theme-white .btn.btn-white:hover i, .theme-white .btn.btn-white:focus .title,
.theme-white .btn.btn-white:focus .detail,
.theme-white .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-white .btn.btn-white i {
  color: #ffffff;
}
.theme-black .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-black .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #080808;
}
.theme-black .btn.btn-white:hover, .theme-black .btn.btn-white:focus {
  border: 1px solid #080808;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-black .btn.btn-white:hover:after, .theme-black .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-black .btn.btn-white:hover .title,
.theme-black .btn.btn-white:hover .detail,
.theme-black .btn.btn-white:hover i, .theme-black .btn.btn-white:focus .title,
.theme-black .btn.btn-white:focus .detail,
.theme-black .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-black .btn.btn-white i {
  color: #000000;
}
.theme-transparent .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-transparent .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(8, 8, 8, 0);
}
.theme-transparent .btn.btn-white:hover, .theme-transparent .btn.btn-white:focus {
  border: 1px solid rgba(8, 8, 8, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-transparent .btn.btn-white:hover:after, .theme-transparent .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-transparent .btn.btn-white:hover .title,
.theme-transparent .btn.btn-white:hover .detail,
.theme-transparent .btn.btn-white:hover i, .theme-transparent .btn.btn-white:focus .title,
.theme-transparent .btn.btn-white:focus .detail,
.theme-transparent .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-transparent .btn.btn-white i {
  color: transparent;
}
.theme-clear .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-clear .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #50494f;
}
.theme-clear .btn.btn-white:hover, .theme-clear .btn.btn-white:focus {
  border: 1px solid #50494f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-clear .btn.btn-white:hover:after, .theme-clear .btn.btn-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 0;
}
.theme-clear .btn.btn-white:hover .title,
.theme-clear .btn.btn-white:hover .detail,
.theme-clear .btn.btn-white:hover i, .theme-clear .btn.btn-white:focus .title,
.theme-clear .btn.btn-white:focus .detail,
.theme-clear .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-clear .btn.btn-white i {
  color: #484247;
}
.btn.btn-admin {
  position: fixed;
  top: 50%;
  left: 0;
  padding: 16px;
  border: none;
  background-color: #7f7094;
  border-radius: 0 24px 24px 0;
  z-index: 100;
  -webkit-transition: all ease-in-out 100ms;
  transition: all ease-in-out 100ms;
}
.btn.btn-admin:hover, .btn.btn-admin:focus {
  padding-left: 48px;
  background-color: #37123c;
}
.btn.btn-admin i {
  margin: 0;
  color: #ffffff;
}
.btn.btn-icon {
  padding: 16px;
  border-radius: 10px;
}
.btn.btn-icon i {
  margin: 0;
}
.btn.btn-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px !important;
  padding: 0;
  border: none;
  background: none;
}
.btn.btn-switch .content {
  position: relative;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #7b726f;
  border: 1px solid #bae2f9 !important;
  overflow: hidden;
}
.btn.btn-switch .content:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.btn.btn-switch .content .text,
.btn.btn-switch .content i {
  position: relative;
  z-index: 1;
}
.btn.btn-switch .content i {
  margin: 0;
  color: #085988;
}
@media (min-width: 768px) {
  .btn.btn-switch .content i {
    margin: 0 0 0 8px;
  }
}
.btn.btn-switch .content .text {
  display: none;
}
@media (min-width: 768px) {
  .btn.btn-switch .content .text {
    display: inline-block;
  }
}
.btn.btn-switch:hover .content, .btn.btn-switch:focus .content {
  border: 1px solid #a2d8f7 !important;
}
.btn.btn-switch:hover .content:after, .btn.btn-switch:focus .content:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
  background-color: #f2fafe;
  z-index: 0;
}
.btn.btn-share, .btn.btn-visualization {
  padding: 12px 24px;
}
.btn.btn-share i, .btn.btn-visualization i {
  margin: 0;
}
.btn.btn-share {
  display: inline-block !important;
}
.btn.btn-share.btn-icon {
  padding: 16px;
}
.btn.btn-share .st-btn {
  position: relative;
  padding: 0 !important;
  height: unset !important;
  line-height: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  z-index: 1;
  background: none !important;
}
.btn.btn-share .st-btn:hover, .btn.btn-share .st-btn:focus {
  opacity: 1 !important;
  top: unset !important;
}
.btn.btn-share .st-btn img {
  top: unset !important;
  width: 18px !important;
  height: 18px !important;
}
.btn.btn-share .at-share-btn-elements {
  margin: 0;
  padding: 0;
}
.btn.btn-share .at-share-btn-elements a {
  margin: 0;
  padding: 0;
}
.btn.btn-share .at-share-btn-elements a .at-icon-wrapper {
  width: auto !important;
  height: auto !important;
}
.btn.btn-attachment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  color: #085988;
  background-color: #e9f6fd;
  text-align: left;
  border-radius: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid transparent;
}
.btn.btn-attachment:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #d1ecfb;
}
.btn.btn-attachment:hover, .btn.btn-attachment:focus {
  border: 1px solid #a2d8f7;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-attachment:hover:after, .btn.btn-attachment:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-attachment span {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1;
}
.btn.btn-attachment .fa-solid {
  position: relative;
  margin-left: 12px;
  font-size: 14px;
  line-height: 20px;
  z-index: 1;
}

.megamenu .card {
  margin-top: 24px;
  border: none;
  overflow: hidden;
  max-height: 250px;
  border-radius: 10px;
}
@media all and (min-width: 425px) {
  .megamenu .card {
    max-height: 300px;
  }
  .megamenu .card .card-img-overlay {
    padding: 32px !important;
  }
}
@media all and (min-width: 768px) {
  .megamenu .card {
    max-height: 400px;
  }
}
@media all and (min-width: 992px) {
  .megamenu .card {
    margin-top: 0;
    margin-left: 32px;
    max-height: 500px;
  }
  .megamenu .card .card-img-overlay {
    padding: 48px !important;
  }
}
.card.card-large {
  max-height: 600px;
}
.card.card-small {
  max-height: 175px;
}
.megamenu .card, .featured .card, .now-trending .card, .top-searched .card, .featured-items .card, .associated .card, .relevant-resources .card, .detail-block .card:not(.card-default), .search-results-visual .card {
  overflow: hidden;
}
.megamenu .card a, .featured .card a, .now-trending .card a, .top-searched .card a, .featured-items .card a, .associated .card a, .relevant-resources .card a, .detail-block .card:not(.card-default) a, .search-results-visual .card a {
  display: block;
  height: 100%;
}
.megamenu .card a:hover .card-img-overlay, .megamenu .card a:focus .card-img-overlay, .featured .card a:hover .card-img-overlay, .featured .card a:focus .card-img-overlay, .now-trending .card a:hover .card-img-overlay, .now-trending .card a:focus .card-img-overlay, .top-searched .card a:hover .card-img-overlay, .top-searched .card a:focus .card-img-overlay, .featured-items .card a:hover .card-img-overlay, .featured-items .card a:focus .card-img-overlay, .associated .card a:hover .card-img-overlay, .associated .card a:focus .card-img-overlay, .relevant-resources .card a:hover .card-img-overlay, .relevant-resources .card a:focus .card-img-overlay, .detail-block .card:not(.card-default) a:hover .card-img-overlay, .detail-block .card:not(.card-default) a:focus .card-img-overlay, .search-results-visual .card a:hover .card-img-overlay, .search-results-visual .card a:focus .card-img-overlay {
  background-position: center bottom;
}
.megamenu .card a:hover .card-img-overlay.darken, .megamenu .card a:focus .card-img-overlay.darken, .featured .card a:hover .card-img-overlay.darken, .featured .card a:focus .card-img-overlay.darken, .now-trending .card a:hover .card-img-overlay.darken, .now-trending .card a:focus .card-img-overlay.darken, .top-searched .card a:hover .card-img-overlay.darken, .top-searched .card a:focus .card-img-overlay.darken, .featured-items .card a:hover .card-img-overlay.darken, .featured-items .card a:focus .card-img-overlay.darken, .associated .card a:hover .card-img-overlay.darken, .associated .card a:focus .card-img-overlay.darken, .relevant-resources .card a:hover .card-img-overlay.darken, .relevant-resources .card a:focus .card-img-overlay.darken, .detail-block .card:not(.card-default) a:hover .card-img-overlay.darken, .detail-block .card:not(.card-default) a:focus .card-img-overlay.darken, .search-results-visual .card a:hover .card-img-overlay.darken, .search-results-visual .card a:focus .card-img-overlay.darken {
  background-position: center bottom;
}
.megamenu .card a .card-img-overlay, .featured .card a .card-img-overlay, .now-trending .card a .card-img-overlay, .top-searched .card a .card-img-overlay, .featured-items .card a .card-img-overlay, .associated .card a .card-img-overlay, .relevant-resources .card a .card-img-overlay, .detail-block .card:not(.card-default) a .card-img-overlay, .search-results-visual .card a .card-img-overlay {
  padding: 24px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
  background-size: auto 200%;
}
.megamenu .card a .card-img-overlay.darken, .featured .card a .card-img-overlay.darken, .now-trending .card a .card-img-overlay.darken, .top-searched .card a .card-img-overlay.darken, .featured-items .card a .card-img-overlay.darken, .associated .card a .card-img-overlay.darken, .relevant-resources .card a .card-img-overlay.darken, .detail-block .card:not(.card-default) a .card-img-overlay.darken, .search-results-visual .card a .card-img-overlay.darken {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.4))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.4) 100%) !important;
  background-position: center top;
}
.megamenu .card a .card-img-overlay .card-title, .featured .card a .card-img-overlay .card-title, .now-trending .card a .card-img-overlay .card-title, .top-searched .card a .card-img-overlay .card-title, .featured-items .card a .card-img-overlay .card-title, .associated .card a .card-img-overlay .card-title, .relevant-resources .card a .card-img-overlay .card-title, .detail-block .card:not(.card-default) a .card-img-overlay .card-title, .search-results-visual .card a .card-img-overlay .card-title {
  margin-bottom: 4px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
.megamenu .card a .card-img-overlay .card-text, .featured .card a .card-img-overlay .card-text, .now-trending .card a .card-img-overlay .card-text, .top-searched .card a .card-img-overlay .card-text, .featured-items .card a .card-img-overlay .card-text, .associated .card a .card-img-overlay .card-text, .relevant-resources .card a .card-img-overlay .card-text, .detail-block .card:not(.card-default) a .card-img-overlay .card-text, .search-results-visual .card a .card-img-overlay .card-text {
  color: #ffffff;
}
.megamenu .card a .card-img-overlay .type, .featured .card a .card-img-overlay .type, .now-trending .card a .card-img-overlay .type, .top-searched .card a .card-img-overlay .type, .featured-items .card a .card-img-overlay .type, .associated .card a .card-img-overlay .type, .relevant-resources .card a .card-img-overlay .type, .detail-block .card:not(.card-default) a .card-img-overlay .type, .search-results-visual .card a .card-img-overlay .type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
  margin-bottom: auto;
}
.megamenu .card a .card-img-overlay .type.flag, .featured .card a .card-img-overlay .type.flag, .now-trending .card a .card-img-overlay .type.flag, .top-searched .card a .card-img-overlay .type.flag, .featured-items .card a .card-img-overlay .type.flag, .associated .card a .card-img-overlay .type.flag, .relevant-resources .card a .card-img-overlay .type.flag, .detail-block .card:not(.card-default) a .card-img-overlay .type.flag, .search-results-visual .card a .card-img-overlay .type.flag {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.megamenu .card a .card-img-overlay .type.flag img, .featured .card a .card-img-overlay .type.flag img, .now-trending .card a .card-img-overlay .type.flag img, .top-searched .card a .card-img-overlay .type.flag img, .featured-items .card a .card-img-overlay .type.flag img, .associated .card a .card-img-overlay .type.flag img, .relevant-resources .card a .card-img-overlay .type.flag img, .detail-block .card:not(.card-default) a .card-img-overlay .type.flag img, .search-results-visual .card a .card-img-overlay .type.flag img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.megamenu .card a .card-img-overlay .type i, .featured .card a .card-img-overlay .type i, .now-trending .card a .card-img-overlay .type i, .top-searched .card a .card-img-overlay .type i, .featured-items .card a .card-img-overlay .type i, .associated .card a .card-img-overlay .type i, .relevant-resources .card a .card-img-overlay .type i, .detail-block .card:not(.card-default) a .card-img-overlay .type i, .search-results-visual .card a .card-img-overlay .type i {
  font-size: 24px;
  color: #ffffff;
}
.now-trending .card, .top-searched .card, .featured-items .card, .associated .card, .relevant-resources .card, .detail-block .card:not(.card-essay), .search-results-visual .card {
  border: none;
}
.now-trending .card.card-light-blue .card-img-overlay, .top-searched .card.card-light-blue .card-img-overlay, .featured-items .card.card-light-blue .card-img-overlay, .associated .card.card-light-blue .card-img-overlay, .relevant-resources .card.card-light-blue .card-img-overlay, .detail-block .card:not(.card-essay).card-light-blue .card-img-overlay, .search-results-visual .card.card-light-blue .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-dark-blue .card-img-overlay, .top-searched .card.card-dark-blue .card-img-overlay, .featured-items .card.card-dark-blue .card-img-overlay, .associated .card.card-dark-blue .card-img-overlay, .relevant-resources .card.card-dark-blue .card-img-overlay, .detail-block .card:not(.card-essay).card-dark-blue .card-img-overlay, .search-results-visual .card.card-dark-blue .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-dark-purple .card-img-overlay, .top-searched .card.card-dark-purple .card-img-overlay, .featured-items .card.card-dark-purple .card-img-overlay, .associated .card.card-dark-purple .card-img-overlay, .relevant-resources .card.card-dark-purple .card-img-overlay, .detail-block .card:not(.card-essay).card-dark-purple .card-img-overlay, .search-results-visual .card.card-dark-purple .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-light-purple .card-img-overlay, .top-searched .card.card-light-purple .card-img-overlay, .featured-items .card.card-light-purple .card-img-overlay, .associated .card.card-light-purple .card-img-overlay, .relevant-resources .card.card-light-purple .card-img-overlay, .detail-block .card:not(.card-essay).card-light-purple .card-img-overlay, .search-results-visual .card.card-light-purple .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-gray .card-img-overlay, .top-searched .card.card-gray .card-img-overlay, .featured-items .card.card-gray .card-img-overlay, .associated .card.card-gray .card-img-overlay, .relevant-resources .card.card-gray .card-img-overlay, .detail-block .card:not(.card-essay).card-gray .card-img-overlay, .search-results-visual .card.card-gray .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-people .card-img-overlay, .top-searched .card.card-people .card-img-overlay, .featured-items .card.card-people .card-img-overlay, .associated .card.card-people .card-img-overlay, .relevant-resources .card.card-people .card-img-overlay, .detail-block .card:not(.card-essay).card-people .card-img-overlay, .search-results-visual .card.card-people .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-places .card-img-overlay, .top-searched .card.card-places .card-img-overlay, .featured-items .card.card-places .card-img-overlay, .associated .card.card-places .card-img-overlay, .relevant-resources .card.card-places .card-img-overlay, .detail-block .card:not(.card-essay).card-places .card-img-overlay, .search-results-visual .card.card-places .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-topics .card-img-overlay, .top-searched .card.card-topics .card-img-overlay, .featured-items .card.card-topics .card-img-overlay, .associated .card.card-topics .card-img-overlay, .relevant-resources .card.card-topics .card-img-overlay, .detail-block .card:not(.card-essay).card-topics .card-img-overlay, .search-results-visual .card.card-topics .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-languages .card-img-overlay, .top-searched .card.card-languages .card-img-overlay, .featured-items .card.card-languages .card-img-overlay, .associated .card.card-languages .card-img-overlay, .relevant-resources .card.card-languages .card-img-overlay, .detail-block .card:not(.card-essay).card-languages .card-img-overlay, .search-results-visual .card.card-languages .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-original_repositories .card-img-overlay, .top-searched .card.card-original_repositories .card-img-overlay, .featured-items .card.card-original_repositories .card-img-overlay, .associated .card.card-original_repositories .card-img-overlay, .relevant-resources .card.card-original_repositories .card-img-overlay, .detail-block .card:not(.card-essay).card-original_repositories .card-img-overlay, .search-results-visual .card.card-original_repositories .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-year_range .card-img-overlay, .top-searched .card.card-year_range .card-img-overlay, .featured-items .card.card-year_range .card-img-overlay, .associated .card.card-year_range .card-img-overlay, .relevant-resources .card.card-year_range .card-img-overlay, .detail-block .card:not(.card-essay).card-year_range .card-img-overlay, .search-results-visual .card.card-year_range .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-people-dark .card-img-overlay, .top-searched .card.card-people-dark .card-img-overlay, .featured-items .card.card-people-dark .card-img-overlay, .associated .card.card-people-dark .card-img-overlay, .relevant-resources .card.card-people-dark .card-img-overlay, .detail-block .card:not(.card-essay).card-people-dark .card-img-overlay, .search-results-visual .card.card-people-dark .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-places-dark .card-img-overlay, .top-searched .card.card-places-dark .card-img-overlay, .featured-items .card.card-places-dark .card-img-overlay, .associated .card.card-places-dark .card-img-overlay, .relevant-resources .card.card-places-dark .card-img-overlay, .detail-block .card:not(.card-essay).card-places-dark .card-img-overlay, .search-results-visual .card.card-places-dark .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-topics-dark .card-img-overlay, .top-searched .card.card-topics-dark .card-img-overlay, .featured-items .card.card-topics-dark .card-img-overlay, .associated .card.card-topics-dark .card-img-overlay, .relevant-resources .card.card-topics-dark .card-img-overlay, .detail-block .card:not(.card-essay).card-topics-dark .card-img-overlay, .search-results-visual .card.card-topics-dark .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-document .card-img-overlay, .top-searched .card.card-document .card-img-overlay, .featured-items .card.card-document .card-img-overlay, .associated .card.card-document .card-img-overlay, .relevant-resources .card.card-document .card-img-overlay, .detail-block .card:not(.card-essay).card-document .card-img-overlay, .search-results-visual .card.card-document .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-subject .card-img-overlay, .top-searched .card.card-subject .card-img-overlay, .featured-items .card.card-subject .card-img-overlay, .associated .card.card-subject .card-img-overlay, .relevant-resources .card.card-subject .card-img-overlay, .detail-block .card:not(.card-essay).card-subject .card-img-overlay, .search-results-visual .card.card-subject .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-keyword .card-img-overlay, .top-searched .card.card-keyword .card-img-overlay, .featured-items .card.card-keyword .card-img-overlay, .associated .card.card-keyword .card-img-overlay, .relevant-resources .card.card-keyword .card-img-overlay, .detail-block .card:not(.card-essay).card-keyword .card-img-overlay, .search-results-visual .card.card-keyword .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-donor .card-img-overlay, .top-searched .card.card-donor .card-img-overlay, .featured-items .card.card-donor .card-img-overlay, .associated .card.card-donor .card-img-overlay, .relevant-resources .card.card-donor .card-img-overlay, .detail-block .card:not(.card-essay).card-donor .card-img-overlay, .search-results-visual .card.card-donor .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-translator .card-img-overlay, .top-searched .card.card-translator .card-img-overlay, .featured-items .card.card-translator .card-img-overlay, .associated .card.card-translator .card-img-overlay, .relevant-resources .card.card-translator .card-img-overlay, .detail-block .card:not(.card-essay).card-translator .card-img-overlay, .search-results-visual .card.card-translator .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-contributor .card-img-overlay, .top-searched .card.card-contributor .card-img-overlay, .featured-items .card.card-contributor .card-img-overlay, .associated .card.card-contributor .card-img-overlay, .relevant-resources .card.card-contributor .card-img-overlay, .detail-block .card:not(.card-essay).card-contributor .card-img-overlay, .search-results-visual .card.card-contributor .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-white .card-img-overlay, .top-searched .card.card-white .card-img-overlay, .featured-items .card.card-white .card-img-overlay, .associated .card.card-white .card-img-overlay, .relevant-resources .card.card-white .card-img-overlay, .detail-block .card:not(.card-essay).card-white .card-img-overlay, .search-results-visual .card.card-white .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-black .card-img-overlay, .top-searched .card.card-black .card-img-overlay, .featured-items .card.card-black .card-img-overlay, .associated .card.card-black .card-img-overlay, .relevant-resources .card.card-black .card-img-overlay, .detail-block .card:not(.card-essay).card-black .card-img-overlay, .search-results-visual .card.card-black .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-transparent .card-img-overlay, .top-searched .card.card-transparent .card-img-overlay, .featured-items .card.card-transparent .card-img-overlay, .associated .card.card-transparent .card-img-overlay, .relevant-resources .card.card-transparent .card-img-overlay, .detail-block .card:not(.card-essay).card-transparent .card-img-overlay, .search-results-visual .card.card-transparent .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card.card-clear .card-img-overlay, .top-searched .card.card-clear .card-img-overlay, .featured-items .card.card-clear .card-img-overlay, .associated .card.card-clear .card-img-overlay, .relevant-resources .card.card-clear .card-img-overlay, .detail-block .card:not(.card-essay).card-clear .card-img-overlay, .search-results-visual .card.card-clear .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), color-stop(33%, rgba(0, 0, 0, 0.6)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.3))) !important;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.4) 51%, rgba(0, 0, 0, 0.3) 100%) !important;
}
.now-trending .card .card-img-overlay, .top-searched .card .card-img-overlay, .featured-items .card .card-img-overlay, .associated .card .card-img-overlay, .relevant-resources .card .card-img-overlay, .detail-block .card:not(.card-essay) .card-img-overlay, .search-results-visual .card .card-img-overlay {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.now-trending .card .card-title, .top-searched .card .card-title, .featured-items .card .card-title, .associated .card .card-title, .relevant-resources .card .card-title, .detail-block .card:not(.card-essay) .card-title, .search-results-visual .card .card-title {
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  max-height: 52px;
}
.now-trending .card .card-text, .top-searched .card .card-text, .featured-items .card .card-text, .associated .card .card-text, .relevant-resources .card .card-text, .detail-block .card:not(.card-essay) .card-text, .search-results-visual .card .card-text {
  margin: 0;
  font-family: "source-serif-pro", serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.now-trending .card .type i, .top-searched .card .type i, .featured-items .card .type i, .associated .card .type i, .relevant-resources .card .type i, .detail-block .card:not(.card-essay) .type i, .search-results-visual .card .type i {
  font-size: 18px !important;
}
.megamenu .card .card-img-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.megamenu .card .card-title,
.megamenu .card .card-text {
  width: 100%;
  text-align: center;
}
.megamenu .card .card-title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 30px;
}
.megamenu .card .card-text {
  font-family: "source-serif-pro", serif;
  font-size: 16px;
  line-height: 22px;
}
.explore .card .card-header {
  background-color: #ffffff;
}
.explore .card .card-body {
  background-color: #eaeae9;
}
.associated-essays .card {
  border-radius: 10px;
  border: none;
  overflow: hidden;
}
.associated-essays .card .card-body {
  padding: 32px;
}
.associated-essays .card .card-body .title {
  margin-bottom: 4px;
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #0e6ea6;
}
.associated-essays .card .card-body .text p {
  font-size: 16px;
  line-height: 22px;
  color: #363135;
}
.associated-essays .card .card-body .text p:last-child {
  margin: 0;
}
.associated-essays .card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: #e9f6fd;
}
@media (min-width: 768px) {
  .associated-essays .card .card-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.associated-essays .card .card-footer .written-by,
.associated-essays .card .card-footer .name {
  margin: 0;
  color: #085988;
}
.associated-essays .card .card-footer .written-by {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
.associated-essays .card .card-footer .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.featured-items .card, .associated .card, .relevant-resources .card {
  min-height: 225px;
}
.detail-block .card:not(.card-essay), .search-results-visual .card {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
  max-width: 425px;
  border: none;
}
@media (min-width: 768px) {
  .detail-block .card:not(.card-essay), .search-results-visual .card {
    float: right;
    margin: 0 0 32px 32px;
    max-width: 325px;
  }
}
@media (min-width: 992px) {
  .detail-block .card:not(.card-essay), .search-results-visual .card {
    max-width: 425px;
  }
}
.detail-block .card:not(.card-essay) .card-body, .search-results-visual .card .card-body {
  position: relative;
  padding: 0;
}
.detail-block .card:not(.card-essay) .card-footer, .search-results-visual .card .card-footer {
  padding: 14px 20px 16px;
  background-color: #7b726f;
}
.detail-block .card:not(.card-essay) .card-footer .text, .search-results-visual .card .card-footer .text {
  padding: 0;
}
.detail-block .card:not(.card-essay) .card-footer .text p, .search-results-visual .card .card-footer .text p {
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #ffffff;
}
.detail-block .card:not(.card-essay) .card-footer .text p:last-child, .search-results-visual .card .card-footer .text p:last-child {
  margin: 0;
}
.detail-block .card.card-default {
  float: none !important;
  margin: 0;
  padding: 0;
  max-width: none;
}
.search-results-visual .card {
  border: 4px solid #ffffff;
  max-width: 425px;
}
@media (min-width: 768px) {
  .search-results-visual .card {
    float: none !important;
    margin: 0 !important;
  }
}
.data-block .card {
  padding: 32px;
  margin: 0 16px;
}
@media (min-width: 992px) {
  .data-block .card {
    margin: 0;
  }
}
.data-block .card .card-header {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.data-block .card .card-header .title {
  font-family: "source-serif-pro", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #484247;
}
.data-block .card .card-body {
  padding: 0;
}
.data-block .card.card-document-number .text {
  margin: 16px 0 0;
  font-family: "source-serif-pro", serif;
  font-weight: 700;
  color: #085988;
}
@media (min-width: 992px) {
  .data-block .card.card-document-number .text {
    margin: 0;
  }
}
.data-block .card.card-document-number .text p {
  margin: 0;
  font-size: 46px;
  line-height: 1;
}
.data-block .card.card-document-by-numbers .text {
  margin: 16px 0 0;
  color: #363135;
}
@media (min-width: 992px) {
  .data-block .card.card-document-by-numbers .text {
    margin: 16px 24px 0;
  }
}
.data-block .card.card-document-by-numbers .text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.data-block .card.card-document-by-numbers .text ul li {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (min-width: 576px) {
  .data-block .card.card-document-by-numbers .text ul li {
    -webkit-box-flex: calc((100% - 16px) / 2);
        -ms-flex: calc((100% - 16px) / 2);
            flex: calc((100% - 16px) / 2);
  }
}
@media (min-width: 768px) {
  .data-block .card.card-document-by-numbers .text ul li {
    -webkit-box-flex: calc((100% - 32px) / 3);
        -ms-flex: calc((100% - 32px) / 3);
            flex: calc((100% - 32px) / 3);
  }
}
@media (min-width: 992px) {
  .data-block .card.card-document-by-numbers .text ul li {
    -webkit-box-flex: calc((100% - 16px) / 2);
        -ms-flex: calc((100% - 16px) / 2);
            flex: calc((100% - 16px) / 2);
  }
}
@media (min-width: 1200px) {
  .data-block .card.card-document-by-numbers .text ul li {
    -webkit-box-flex: calc((100% - 32px) / 3);
        -ms-flex: calc((100% - 32px) / 3);
            flex: calc((100% - 32px) / 3);
  }
}
.data-block .card.card-document-by-numbers .text ul .sub-title {
  margin: 0;
  font-family: "source-serif-pro", serif;
  font-size: 18px;
  line-height: 24px;
  color: #085988;
}
.data-block .card.card-document-by-numbers .text ul .text {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.data-block .card.card-document-by-numbers .text ul .text p {
  margin: 0;
}
.data-block .card.card-document-data-chart .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-block .card.card-document-data-chart .card-header .title {
  font-size: 20px;
  line-height: 26px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.data-block .card.card-document-data-chart .card-header .btn {
  padding: 12px 24px;
}
.data-block .card.card-document-data-chart .card-header .btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-block .card.card-document-data-chart .card-header .btn .text,
.data-block .card.card-document-data-chart .card-header .btn .fa-solid {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.data-block .card.card-document-data-chart .card-header .btn .fa-solid {
  margin: 0;
}
@media (min-width: 768px) {
  .data-block .card.card-document-data-chart .card-header .btn .fa-solid {
    margin-left: 8px;
  }
}
.data-block .card.card-document-data-chart .card-header .btn .text {
  overflow: hidden;
  height: 0;
  width: 0;
}
@media (min-width: 768px) {
  .data-block .card.card-document-data-chart .card-header .btn .text {
    overflow: unset;
    height: unset;
    width: unset;
  }
}
.data-block .card.card-document-data-chart .card-body {
  margin-top: 24px;
}
.data-block .card.card-document-data-chart .card-body .chart-container {
  min-height: 500px;
  background-color: #E9F6FD;
  border-radius: 0.25rem;
  padding: 24px;
}
.data-block .card.card-document-data-chart .card-body .chart-container .chart {
  height: 500px;
}

.carousel-container {
  position: relative;
}
.carousel-container .carousel-previous,
.carousel-container .carousel-next {
  position: absolute;
  top: 50%;
  margin: -24px 0 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  background: none;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  opacity: 1;
}
.carousel-container .carousel-previous.is-disabled,
.carousel-container .carousel-next.is-disabled {
  opacity: 0;
}
.carousel-container .carousel-previous i,
.carousel-container .carousel-next i {
  position: relative;
  z-index: 1;
  font-size: 48px;
  color: #7b726f;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.carousel-container .carousel-previous:before,
.carousel-container .carousel-next:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 10px;
  z-index: 0;
}
.carousel-container .carousel-previous:hover i, .carousel-container .carousel-previous:focus i,
.carousel-container .carousel-next:hover i,
.carousel-container .carousel-next:focus i {
  color: #484247;
}
.carousel-container .carousel-previous.slick-disabled i,
.carousel-container .carousel-next.slick-disabled i {
  color: #d2d0ce;
}
.carousel-container .carousel-previous {
  left: -24px;
}
.carousel-container .carousel-next {
  right: -24px;
}
.carousel-container .slick-list {
  margin: 0;
  overflow: hidden;
}
.carousel-container .slick-track {
  margin-left: auto;
  margin-right: auto;
}

.carousel-slide {
  border-radius: 10px;
}
.carousel-slide.slick-current .card-carousel {
  margin: 0 8px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
.carousel-slide .card-carousel {
  margin: 16px 8px;
  border-radius: 10px;
  height: 420px;
  padding: 32px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.timeline-light-blue .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-light-blue .carousel-slide .card-carousel.card-back {
  background-color: #159ceb;
}
.timeline-light-blue .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-light-blue .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-light-blue .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #159ceb;
}
.timeline-light-blue .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #128dd5;
  outline: #0e6ea6;
}
.timeline-dark-blue .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-dark-blue .carousel-slide .card-carousel.card-back {
  background-color: #0c88d0;
}
.timeline-dark-blue .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-dark-blue .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-dark-blue .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #0c88d0;
}
.timeline-dark-blue .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #0b79b8;
  outline: #085988;
}
.timeline-dark-purple .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-dark-purple .carousel-slide .card-carousel.card-back {
  background-color: #6d2477;
}
.timeline-dark-purple .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-dark-purple .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-dark-purple .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #6d2477;
}
.timeline-dark-purple .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #5b1e63;
  outline: #37123c;
}
.timeline-light-purple .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-light-purple .carousel-slide .card-carousel.card-back {
  background-color: #a69cb5;
}
.timeline-light-purple .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-light-purple .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-light-purple .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #a69cb5;
}
.timeline-light-purple .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #998daa;
  outline: #7f7094;
}
.timeline-gray .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-gray .carousel-slide .card-carousel.card-back {
  background-color: #70676e;
}
.timeline-gray .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-gray .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-gray .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #70676e;
}
.timeline-gray .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #635a61;
  outline: #484247;
}
.timeline-people .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-people .carousel-slide .card-carousel.card-back {
  background-color: #00c2e1;
}
.timeline-people .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-people .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-people .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #00c2e1;
}
.timeline-people .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #00acc7;
  outline: #008094;
}
.timeline-places .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-places .carousel-slide .card-carousel.card-back {
  background-color: #84c200;
}
.timeline-places .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-places .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-places .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #84c200;
}
.timeline-places .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #73a900;
  outline: #507600;
}
.timeline-topics .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-topics .carousel-slide .card-carousel.card-back {
  background-color: #d65155;
}
.timeline-topics .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-topics .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-topics .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #d65155;
}
.timeline-topics .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #d13c41;
  outline: #b02a2e;
}
.timeline-languages .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-languages .carousel-slide .card-carousel.card-back {
  background-color: #159ceb;
}
.timeline-languages .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-languages .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-languages .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #159ceb;
}
.timeline-languages .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #128dd5;
  outline: #0e6ea6;
}
.timeline-original_repositories .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-original_repositories .carousel-slide .card-carousel.card-back {
  background-color: #a69cb5;
}
.timeline-original_repositories .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-original_repositories .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-original_repositories .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #a69cb5;
}
.timeline-original_repositories .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #998daa;
  outline: #7f7094;
}
.timeline-year_range .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-year_range .carousel-slide .card-carousel.card-back {
  background-color: #8c7f9f;
}
.timeline-year_range .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-year_range .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-year_range .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #8c7f9f;
}
.timeline-year_range .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #7f7094;
  outline: #665978;
}
.timeline-people-dark .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-people-dark .carousel-slide .card-carousel.card-back {
  background-color: #0098b0;
}
.timeline-people-dark .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-people-dark .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-people-dark .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #0098b0;
}
.timeline-people-dark .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #008296;
  outline: #005663;
}
.timeline-places-dark .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-places-dark .carousel-slide .card-carousel.card-back {
  background-color: #6ea300;
}
.timeline-places-dark .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-places-dark .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-places-dark .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #6ea300;
}
.timeline-places-dark .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #5c8900;
  outline: #3a5600;
}
.timeline-topics-dark .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-topics-dark .carousel-slide .card-carousel.card-back {
  background-color: #c83237;
}
.timeline-topics-dark .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-topics-dark .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-topics-dark .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #c83237;
}
.timeline-topics-dark .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #b42d31;
  outline: #8b2326;
}
.timeline-document .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-document .carousel-slide .card-carousel.card-back {
  background-color: #0c88d0;
}
.timeline-document .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-document .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-document .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #0c88d0;
}
.timeline-document .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #0b79b8;
  outline: #085988;
}
.timeline-subject .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-subject .carousel-slide .card-carousel.card-back {
  background-color: #8c7f9f;
}
.timeline-subject .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-subject .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-subject .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #8c7f9f;
}
.timeline-subject .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #7f7094;
  outline: #665978;
}
.timeline-keyword .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-keyword .carousel-slide .card-carousel.card-back {
  background-color: #8c7f9f;
}
.timeline-keyword .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-keyword .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-keyword .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #8c7f9f;
}
.timeline-keyword .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #7f7094;
  outline: #665978;
}
.timeline-donor .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-donor .carousel-slide .card-carousel.card-back {
  background-color: #6d2477;
}
.timeline-donor .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-donor .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-donor .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #6d2477;
}
.timeline-donor .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #5b1e63;
  outline: #37123c;
}
.timeline-translator .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-translator .carousel-slide .card-carousel.card-back {
  background-color: #a09996;
}
.timeline-translator .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-translator .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-translator .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #a09996;
}
.timeline-translator .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #948c89;
  outline: #7b726f;
}
.timeline-contributor .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-contributor .carousel-slide .card-carousel.card-back {
  background-color: #70676e;
}
.timeline-contributor .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-contributor .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-contributor .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #70676e;
}
.timeline-contributor .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #635a61;
  outline: #484247;
}
.timeline-white .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-white .carousel-slide .card-carousel.card-back {
  background-color: white;
}
.timeline-white .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-white .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-white .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: white;
}
.timeline-white .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: white;
  outline: #ffffff;
}
.timeline-black .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-black .carousel-slide .card-carousel.card-back {
  background-color: #262626;
}
.timeline-black .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-black .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-black .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #262626;
}
.timeline-black .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
  outline: #000000;
}
.timeline-transparent .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-transparent .carousel-slide .card-carousel.card-back {
  background-color: rgba(38, 38, 38, 0);
}
.timeline-transparent .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-transparent .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-transparent .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: rgba(38, 38, 38, 0);
}
.timeline-transparent .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgba(26, 26, 26, 0);
  outline: transparent;
}
.timeline-clear .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-clear .carousel-slide .card-carousel.card-back {
  background-color: #70676e;
}
.timeline-clear .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-clear .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-clear .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #70676e;
}
.timeline-clear .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #635a61;
  outline: #484247;
}
.carousel-slide .card-carousel::-webkit-scrollbar {
  width: 6px;
}
.carousel-slide .card-carousel::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 8px 0;
}
.carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.carousel-slide .card-carousel a {
  text-decoration: none;
}
.carousel-slide .card-carousel.card-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.carousel-slide .card-carousel.card-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 32px;
}
.carousel-slide .card-carousel.card-back .card-body {
  padding: 0;
  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;
}
.carousel-slide .card-carousel .card-header {
  padding: 0;
  background: none;
  border: none;
}
.carousel-slide .card-carousel .card-header .carousel-date {
  margin: 0 0 6px;
  font-family: "source-serif-pro", serif;
  font-size: 16px;
  line-height: 22px;
  color: #7b726f;
}
.carousel-slide .card-carousel .card-header .carousel-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #0e6ea6;
}
.carousel-slide .card-carousel .card-body {
  padding: 0;
  padding-top: 16px;
}
.carousel-slide .card-carousel .card-body .text p {
  font-size: 16px;
  line-height: 22px;
  color: #363135;
}
.carousel-slide .card-carousel .card-body .btn-container .title {
  font-family: "source-serif-pro", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #7b726f;
}
.carousel-slide .card-carousel .card-body .btn-container ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.carousel-slide .card-carousel .card-body .btn-container ul li {
  margin: 0;
  padding: 0;
}
.carousel-slide .card-carousel .card-body .btn-container ul li + li {
  margin-top: 8px !important;
}

.carousel-navigation {
  margin: 24px 0 32px;
  overflow: hidden;
}
.timeline-light-blue .carousel-navigation ul li:before {
  background-color: #0e6ea6;
}
.timeline-light-blue .carousel-navigation ul li.is-active:before {
  background-color: #159ceb;
}
.timeline-dark-blue .carousel-navigation ul li:before {
  background-color: #085988;
}
.timeline-dark-blue .carousel-navigation ul li.is-active:before {
  background-color: #0c88d0;
}
.timeline-dark-purple .carousel-navigation ul li:before {
  background-color: #37123c;
}
.timeline-dark-purple .carousel-navigation ul li.is-active:before {
  background-color: #6d2477;
}
.timeline-light-purple .carousel-navigation ul li:before {
  background-color: #7f7094;
}
.timeline-light-purple .carousel-navigation ul li.is-active:before {
  background-color: #a69cb5;
}
.timeline-gray .carousel-navigation ul li:before {
  background-color: #484247;
}
.timeline-gray .carousel-navigation ul li.is-active:before {
  background-color: #70676e;
}
.timeline-people .carousel-navigation ul li:before {
  background-color: #008094;
}
.timeline-people .carousel-navigation ul li.is-active:before {
  background-color: #00c2e1;
}
.timeline-places .carousel-navigation ul li:before {
  background-color: #507600;
}
.timeline-places .carousel-navigation ul li.is-active:before {
  background-color: #84c200;
}
.timeline-topics .carousel-navigation ul li:before {
  background-color: #b02a2e;
}
.timeline-topics .carousel-navigation ul li.is-active:before {
  background-color: #d65155;
}
.timeline-languages .carousel-navigation ul li:before {
  background-color: #0e6ea6;
}
.timeline-languages .carousel-navigation ul li.is-active:before {
  background-color: #159ceb;
}
.timeline-original_repositories .carousel-navigation ul li:before {
  background-color: #7f7094;
}
.timeline-original_repositories .carousel-navigation ul li.is-active:before {
  background-color: #a69cb5;
}
.timeline-year_range .carousel-navigation ul li:before {
  background-color: #665978;
}
.timeline-year_range .carousel-navigation ul li.is-active:before {
  background-color: #8c7f9f;
}
.timeline-people-dark .carousel-navigation ul li:before {
  background-color: #005663;
}
.timeline-people-dark .carousel-navigation ul li.is-active:before {
  background-color: #0098b0;
}
.timeline-places-dark .carousel-navigation ul li:before {
  background-color: #3a5600;
}
.timeline-places-dark .carousel-navigation ul li.is-active:before {
  background-color: #6ea300;
}
.timeline-topics-dark .carousel-navigation ul li:before {
  background-color: #8b2326;
}
.timeline-topics-dark .carousel-navigation ul li.is-active:before {
  background-color: #c83237;
}
.timeline-document .carousel-navigation ul li:before {
  background-color: #085988;
}
.timeline-document .carousel-navigation ul li.is-active:before {
  background-color: #0c88d0;
}
.timeline-subject .carousel-navigation ul li:before {
  background-color: #665978;
}
.timeline-subject .carousel-navigation ul li.is-active:before {
  background-color: #8c7f9f;
}
.timeline-keyword .carousel-navigation ul li:before {
  background-color: #665978;
}
.timeline-keyword .carousel-navigation ul li.is-active:before {
  background-color: #8c7f9f;
}
.timeline-donor .carousel-navigation ul li:before {
  background-color: #37123c;
}
.timeline-donor .carousel-navigation ul li.is-active:before {
  background-color: #6d2477;
}
.timeline-translator .carousel-navigation ul li:before {
  background-color: #7b726f;
}
.timeline-translator .carousel-navigation ul li.is-active:before {
  background-color: #a09996;
}
.timeline-contributor .carousel-navigation ul li:before {
  background-color: #484247;
}
.timeline-contributor .carousel-navigation ul li.is-active:before {
  background-color: #70676e;
}
.timeline-white .carousel-navigation ul li:before {
  background-color: #ffffff;
}
.timeline-white .carousel-navigation ul li.is-active:before {
  background-color: white;
}
.timeline-black .carousel-navigation ul li:before {
  background-color: #000000;
}
.timeline-black .carousel-navigation ul li.is-active:before {
  background-color: #262626;
}
.timeline-transparent .carousel-navigation ul li:before {
  background-color: transparent;
}
.timeline-transparent .carousel-navigation ul li.is-active:before {
  background-color: rgba(38, 38, 38, 0);
}
.timeline-clear .carousel-navigation ul li:before {
  background-color: #484247;
}
.timeline-clear .carousel-navigation ul li.is-active:before {
  background-color: #70676e;
}
.carousel-navigation ul {
  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: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  list-style: none;
}
.carousel-navigation ul:before, .carousel-navigation ul:after {
  position: absolute;
  top: 4px;
  content: " ";
  width: 3px;
  height: 24px;
  background-color: #ffffff;
}
.carousel-navigation ul:before {
  left: 0;
}
.carousel-navigation ul:after {
  right: 0;
}
.carousel-navigation ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  cursor: pointer;
  text-align: center;
}
.carousel-navigation ul li a {
  display: block;
  padding: 40px 0 0;
  top: 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: color 100ms ease-in-out;
  transition: color 100ms ease-in-out;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
}
.carousel-navigation ul li.is-active:before {
  background-color: #ffffff;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.carousel-navigation ul li.is-active a {
  color: #ffffff;
}
.carousel-navigation ul li.disabled {
  display: none;
  opacity: 0.3;
}
.carousel-navigation ul li.disabled a {
  cursor: arrow;
}
.carousel-navigation ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -8px;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-transition: -webkit-transform 100ms ease-in-out;
  transition: -webkit-transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out;
  transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
  pointer-events: none;
}
.carousel-navigation ul li:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  pointer-events: none;
}

/* 2-card case on desktop */
@media (min-width: 993px) {
  .carousel-navigation.two-card-timeline ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .carousel-navigation.two-card-timeline li {
    flex: 0 0 424px; 
    text-align: center;
    margin: 0;
    padding: 0;
  }

  .carousel-navigation.two-card-timeline li a {
    display: block;
    width: 100%;
  }

  .carousel-navigation.two-card-timeline li::before {
    display: block;
    margin: 0 auto;
  }

  .carousel-navigation.two-card-timeline::before,
  .carousel-navigation.two-card-timeline::after {
    width: 100%;
    left: 0;
    right: 0;
  }

  /* Conects to the sides */
  .carousel-navigation.two-card-timeline {
    position: relative;
  }

  .carousel-navigation.two-card-timeline::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
    z-index: -2;
  }
}

.document-container .dropdown.dropdown-light-blue .dropdown-toggle, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle, .search-results .dropdown.dropdown-light-blue .dropdown-toggle, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle span, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle span, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle span, .search-results .dropdown.dropdown-light-blue .dropdown-toggle span, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle span, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle.outline, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle.outline, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle.outline, .search-results .dropdown.dropdown-light-blue .dropdown-toggle.outline, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #0e6ea6 !important;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus {
  border-color: #5cbaf1 !important;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle.outline:focus:after {
  background-color: #0e6ea6;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle:after, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle:after, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle:after, .search-results .dropdown.dropdown-light-blue .dropdown-toggle:after, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle:hover, .document-container .dropdown.dropdown-light-blue .dropdown-toggle:focus, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle:hover, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle:focus, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle:hover, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle:focus, .search-results .dropdown.dropdown-light-blue .dropdown-toggle:hover, .search-results .dropdown.dropdown-light-blue .dropdown-toggle:focus, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle:hover, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle:focus {
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-light-blue .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-light-blue .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-light-blue .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-light-blue .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-light-blue .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-light-blue .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-light-blue .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-light-blue .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-light-blue .dropdown-menu, .essay-container .dropdown.dropdown-light-blue .dropdown-menu, .results-bar .dropdown.dropdown-light-blue .dropdown-menu, .search-results .dropdown.dropdown-light-blue .dropdown-menu, #refineResults .dropdown.dropdown-light-blue .dropdown-menu, .crown-navigation .dropdown.dropdown-light-blue .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-light-blue .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-light-blue .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-light-blue .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-light-blue .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-light-blue .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-light-blue .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #0e6ea6 !important;
}
.document-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-light-blue .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-light-blue .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-light-blue .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-light-blue .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-light-blue .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-light-blue .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-light-blue .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-light-blue .dropdown-menu .dropdown-item:focus {
  background-color: rgba(14, 110, 166, 0.15);
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle span, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle span, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle span, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle span, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle span, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle.outline, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle.outline, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #085988 !important;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus {
  border-color: #36aef3 !important;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle.outline:focus:after {
  background-color: #085988;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle:after, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle:after, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle:after, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle:after, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle:hover, .document-container .dropdown.dropdown-dark-blue .dropdown-toggle:focus, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle:hover, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle:focus, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle:hover, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle:focus, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle:hover, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle:focus, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle:hover, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle:focus {
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-dark-blue .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-dark-blue .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-dark-blue .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-dark-blue .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-dark-blue .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-menu, .essay-container .dropdown.dropdown-dark-blue .dropdown-menu, .results-bar .dropdown.dropdown-dark-blue .dropdown-menu, .search-results .dropdown.dropdown-dark-blue .dropdown-menu, #refineResults .dropdown.dropdown-dark-blue .dropdown-menu, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-dark-blue .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-dark-blue .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-dark-blue .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-dark-blue .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-dark-blue .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-dark-blue .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #085988 !important;
}
.document-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-dark-blue .dropdown-menu .dropdown-item:focus {
  background-color: rgba(8, 89, 136, 0.15);
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle span, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle span, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle span, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle span, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle span, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle.outline, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle.outline, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #37123c !important;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus {
  border-color: #a335b2 !important;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle.outline:focus:after {
  background-color: #37123c;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle:after, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle:after, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle:after, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle:after, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle:hover, .document-container .dropdown.dropdown-dark-purple .dropdown-toggle:focus, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle:hover, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle:focus, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle:hover, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle:focus, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle:hover, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle:focus, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle:hover, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle:focus {
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-dark-purple .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-dark-purple .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-dark-purple .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-dark-purple .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-dark-purple .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-menu, .essay-container .dropdown.dropdown-dark-purple .dropdown-menu, .results-bar .dropdown.dropdown-dark-purple .dropdown-menu, .search-results .dropdown.dropdown-dark-purple .dropdown-menu, #refineResults .dropdown.dropdown-dark-purple .dropdown-menu, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-dark-purple .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-dark-purple .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-dark-purple .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-dark-purple .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-dark-purple .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-dark-purple .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #37123c !important;
}
.document-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-dark-purple .dropdown-menu .dropdown-item:focus {
  background-color: rgba(55, 18, 60, 0.15);
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle, .search-results .dropdown.dropdown-light-purple .dropdown-toggle, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle span, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle span, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle span, .search-results .dropdown.dropdown-light-purple .dropdown-toggle span, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle span, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle.outline, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle.outline, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle.outline, .search-results .dropdown.dropdown-light-purple .dropdown-toggle.outline, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #7f7094 !important;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus {
  border-color: #cdc8d5 !important;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle.outline:focus:after {
  background-color: #7f7094;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle:after, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle:after, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle:after, .search-results .dropdown.dropdown-light-purple .dropdown-toggle:after, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle:hover, .document-container .dropdown.dropdown-light-purple .dropdown-toggle:focus, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle:hover, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle:focus, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle:hover, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle:focus, .search-results .dropdown.dropdown-light-purple .dropdown-toggle:hover, .search-results .dropdown.dropdown-light-purple .dropdown-toggle:focus, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle:hover, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle:focus {
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-light-purple .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-light-purple .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-light-purple .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-light-purple .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-light-purple .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-light-purple .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-light-purple .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-light-purple .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-light-purple .dropdown-menu, .essay-container .dropdown.dropdown-light-purple .dropdown-menu, .results-bar .dropdown.dropdown-light-purple .dropdown-menu, .search-results .dropdown.dropdown-light-purple .dropdown-menu, #refineResults .dropdown.dropdown-light-purple .dropdown-menu, .crown-navigation .dropdown.dropdown-light-purple .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-light-purple .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-light-purple .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-light-purple .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-light-purple .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-light-purple .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-light-purple .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #7f7094 !important;
}
.document-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-light-purple .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-light-purple .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-light-purple .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-light-purple .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-light-purple .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-light-purple .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-light-purple .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-light-purple .dropdown-menu .dropdown-item:focus {
  background-color: rgba(127, 112, 148, 0.15);
}
.document-container .dropdown.dropdown-gray .dropdown-toggle, .essay-container .dropdown.dropdown-gray .dropdown-toggle, .results-bar .dropdown.dropdown-gray .dropdown-toggle, .search-results .dropdown.dropdown-gray .dropdown-toggle, #refineResults .dropdown.dropdown-gray .dropdown-toggle, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle span, .essay-container .dropdown.dropdown-gray .dropdown-toggle span, .results-bar .dropdown.dropdown-gray .dropdown-toggle span, .search-results .dropdown.dropdown-gray .dropdown-toggle span, #refineResults .dropdown.dropdown-gray .dropdown-toggle span, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle.outline, .essay-container .dropdown.dropdown-gray .dropdown-toggle.outline, .results-bar .dropdown.dropdown-gray .dropdown-toggle.outline, .search-results .dropdown.dropdown-gray .dropdown-toggle.outline, #refineResults .dropdown.dropdown-gray .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #484247 !important;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-gray .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-gray .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-gray .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-gray .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-gray .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-gray .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-gray .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-gray .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-gray .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle.outline:focus {
  border-color: #968d95 !important;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-gray .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-gray .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-gray .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-gray .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-gray .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-gray .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-gray .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-gray .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-gray .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-gray .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-gray .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-gray .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-gray .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-gray .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-gray .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-gray .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-gray .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-gray .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle.outline:focus:after {
  background-color: #484247;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle:after, .essay-container .dropdown.dropdown-gray .dropdown-toggle:after, .results-bar .dropdown.dropdown-gray .dropdown-toggle:after, .search-results .dropdown.dropdown-gray .dropdown-toggle:after, #refineResults .dropdown.dropdown-gray .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle:hover, .document-container .dropdown.dropdown-gray .dropdown-toggle:focus, .essay-container .dropdown.dropdown-gray .dropdown-toggle:hover, .essay-container .dropdown.dropdown-gray .dropdown-toggle:focus, .results-bar .dropdown.dropdown-gray .dropdown-toggle:hover, .results-bar .dropdown.dropdown-gray .dropdown-toggle:focus, .search-results .dropdown.dropdown-gray .dropdown-toggle:hover, .search-results .dropdown.dropdown-gray .dropdown-toggle:focus, #refineResults .dropdown.dropdown-gray .dropdown-toggle:hover, #refineResults .dropdown.dropdown-gray .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-gray .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-gray .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-gray .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-gray .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-gray .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-gray .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-gray .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-gray .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-gray .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-gray .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-gray .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-gray .dropdown-menu, .essay-container .dropdown.dropdown-gray .dropdown-menu, .results-bar .dropdown.dropdown-gray .dropdown-menu, .search-results .dropdown.dropdown-gray .dropdown-menu, #refineResults .dropdown.dropdown-gray .dropdown-menu, .crown-navigation .dropdown.dropdown-gray .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-gray .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-gray .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-gray .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-gray .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-gray .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-gray .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-gray .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-gray .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-gray .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-gray .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-gray .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-gray .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-gray .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-gray .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-gray .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-gray .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-gray .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-gray .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-gray .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-gray .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #484247 !important;
}
.document-container .dropdown.dropdown-gray .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-gray .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-gray .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-gray .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-gray .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-gray .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-gray .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-gray .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-gray .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-gray .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-gray .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-gray .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-gray .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-gray .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-gray .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-gray .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-gray .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-gray .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-gray .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-gray .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-gray .dropdown-menu .dropdown-item:focus {
  background-color: rgba(72, 66, 71, 0.15);
}
.document-container .dropdown.dropdown-people .dropdown-toggle, .essay-container .dropdown.dropdown-people .dropdown-toggle, .results-bar .dropdown.dropdown-people .dropdown-toggle, .search-results .dropdown.dropdown-people .dropdown-toggle, #refineResults .dropdown.dropdown-people .dropdown-toggle, .crown-navigation .dropdown.dropdown-people .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #008094;
  overflow: hidden;
}
.document-container .dropdown.dropdown-people .dropdown-toggle span, .essay-container .dropdown.dropdown-people .dropdown-toggle span, .results-bar .dropdown.dropdown-people .dropdown-toggle span, .search-results .dropdown.dropdown-people .dropdown-toggle span, #refineResults .dropdown.dropdown-people .dropdown-toggle span, .crown-navigation .dropdown.dropdown-people .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-people .dropdown-toggle.outline, .essay-container .dropdown.dropdown-people .dropdown-toggle.outline, .results-bar .dropdown.dropdown-people .dropdown-toggle.outline, .search-results .dropdown.dropdown-people .dropdown-toggle.outline, #refineResults .dropdown.dropdown-people .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-people .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #008094 !important;
}
.document-container .dropdown.dropdown-people .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-people .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-people .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-people .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-people .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-people .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-people .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-people .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-people .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-people .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-people .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-people .dropdown-toggle.outline:focus {
  border-color: #2ee3ff !important;
}
.document-container .dropdown.dropdown-people .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-people .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-people .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-people .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-people .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-people .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-people .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-people .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-people .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-people .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-people .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-people .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-people .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-people .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-people .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-people .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-people .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-people .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-people .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-people .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-people .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-people .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-people .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-people .dropdown-toggle.outline:focus:after {
  background-color: #008094;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-people .dropdown-toggle:after, .essay-container .dropdown.dropdown-people .dropdown-toggle:after, .results-bar .dropdown.dropdown-people .dropdown-toggle:after, .search-results .dropdown.dropdown-people .dropdown-toggle:after, #refineResults .dropdown.dropdown-people .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-people .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #006a7b;
}
.document-container .dropdown.dropdown-people .dropdown-toggle:hover, .document-container .dropdown.dropdown-people .dropdown-toggle:focus, .essay-container .dropdown.dropdown-people .dropdown-toggle:hover, .essay-container .dropdown.dropdown-people .dropdown-toggle:focus, .results-bar .dropdown.dropdown-people .dropdown-toggle:hover, .results-bar .dropdown.dropdown-people .dropdown-toggle:focus, .search-results .dropdown.dropdown-people .dropdown-toggle:hover, .search-results .dropdown.dropdown-people .dropdown-toggle:focus, #refineResults .dropdown.dropdown-people .dropdown-toggle:hover, #refineResults .dropdown.dropdown-people .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-people .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-people .dropdown-toggle:focus {
  border: 1px solid #006a7b;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-people .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-people .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-people .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-people .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-people .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-people .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-people .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-people .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-people .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-people .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-people .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-people .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-people .dropdown-menu, .essay-container .dropdown.dropdown-people .dropdown-menu, .results-bar .dropdown.dropdown-people .dropdown-menu, .search-results .dropdown.dropdown-people .dropdown-menu, #refineResults .dropdown.dropdown-people .dropdown-menu, .crown-navigation .dropdown.dropdown-people .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-people .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-people .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-people .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-people .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-people .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-people .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-people .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-people .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-people .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-people .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-people .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-people .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-people .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-people .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-people .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-people .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-people .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-people .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-people .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-people .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-people .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-people .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-people .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-people .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #008094 !important;
}
.document-container .dropdown.dropdown-people .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-people .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-people .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-people .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-people .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-people .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-people .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-people .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-people .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-people .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-people .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-people .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-people .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-people .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-people .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-people .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-people .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-people .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-people .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-people .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-people .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-people .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-people .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-people .dropdown-menu .dropdown-item:focus {
  background-color: rgba(0, 128, 148, 0.15);
}
.document-container .dropdown.dropdown-places .dropdown-toggle, .essay-container .dropdown.dropdown-places .dropdown-toggle, .results-bar .dropdown.dropdown-places .dropdown-toggle, .search-results .dropdown.dropdown-places .dropdown-toggle, #refineResults .dropdown.dropdown-places .dropdown-toggle, .crown-navigation .dropdown.dropdown-places .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #507600;
  overflow: hidden;
}
.document-container .dropdown.dropdown-places .dropdown-toggle span, .essay-container .dropdown.dropdown-places .dropdown-toggle span, .results-bar .dropdown.dropdown-places .dropdown-toggle span, .search-results .dropdown.dropdown-places .dropdown-toggle span, #refineResults .dropdown.dropdown-places .dropdown-toggle span, .crown-navigation .dropdown.dropdown-places .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-places .dropdown-toggle.outline, .essay-container .dropdown.dropdown-places .dropdown-toggle.outline, .results-bar .dropdown.dropdown-places .dropdown-toggle.outline, .search-results .dropdown.dropdown-places .dropdown-toggle.outline, #refineResults .dropdown.dropdown-places .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-places .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #507600 !important;
}
.document-container .dropdown.dropdown-places .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-places .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-places .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-places .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-places .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-places .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-places .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-places .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-places .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-places .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-places .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-places .dropdown-toggle.outline:focus {
  border-color: #b2ff10 !important;
}
.document-container .dropdown.dropdown-places .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-places .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-places .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-places .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-places .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-places .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-places .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-places .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-places .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-places .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-places .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-places .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-places .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-places .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-places .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-places .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-places .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-places .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-places .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-places .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-places .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-places .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-places .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-places .dropdown-toggle.outline:focus:after {
  background-color: #507600;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-places .dropdown-toggle:after, .essay-container .dropdown.dropdown-places .dropdown-toggle:after, .results-bar .dropdown.dropdown-places .dropdown-toggle:after, .search-results .dropdown.dropdown-places .dropdown-toggle:after, #refineResults .dropdown.dropdown-places .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-places .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3f5c00;
}
.document-container .dropdown.dropdown-places .dropdown-toggle:hover, .document-container .dropdown.dropdown-places .dropdown-toggle:focus, .essay-container .dropdown.dropdown-places .dropdown-toggle:hover, .essay-container .dropdown.dropdown-places .dropdown-toggle:focus, .results-bar .dropdown.dropdown-places .dropdown-toggle:hover, .results-bar .dropdown.dropdown-places .dropdown-toggle:focus, .search-results .dropdown.dropdown-places .dropdown-toggle:hover, .search-results .dropdown.dropdown-places .dropdown-toggle:focus, #refineResults .dropdown.dropdown-places .dropdown-toggle:hover, #refineResults .dropdown.dropdown-places .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-places .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-places .dropdown-toggle:focus {
  border: 1px solid #3f5c00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-places .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-places .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-places .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-places .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-places .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-places .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-places .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-places .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-places .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-places .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-places .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-places .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-places .dropdown-menu, .essay-container .dropdown.dropdown-places .dropdown-menu, .results-bar .dropdown.dropdown-places .dropdown-menu, .search-results .dropdown.dropdown-places .dropdown-menu, #refineResults .dropdown.dropdown-places .dropdown-menu, .crown-navigation .dropdown.dropdown-places .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-places .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-places .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-places .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-places .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-places .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-places .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-places .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-places .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-places .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-places .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-places .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-places .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-places .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-places .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-places .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-places .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-places .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-places .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-places .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-places .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-places .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-places .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-places .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-places .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #507600 !important;
}
.document-container .dropdown.dropdown-places .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-places .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-places .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-places .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-places .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-places .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-places .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-places .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-places .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-places .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-places .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-places .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-places .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-places .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-places .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-places .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-places .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-places .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-places .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-places .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-places .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-places .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-places .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-places .dropdown-menu .dropdown-item:focus {
  background-color: rgba(80, 118, 0, 0.15);
}
.document-container .dropdown.dropdown-topics .dropdown-toggle, .essay-container .dropdown.dropdown-topics .dropdown-toggle, .results-bar .dropdown.dropdown-topics .dropdown-toggle, .search-results .dropdown.dropdown-topics .dropdown-toggle, #refineResults .dropdown.dropdown-topics .dropdown-toggle, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #b02a2e;
  overflow: hidden;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle span, .essay-container .dropdown.dropdown-topics .dropdown-toggle span, .results-bar .dropdown.dropdown-topics .dropdown-toggle span, .search-results .dropdown.dropdown-topics .dropdown-toggle span, #refineResults .dropdown.dropdown-topics .dropdown-toggle span, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle.outline, .essay-container .dropdown.dropdown-topics .dropdown-toggle.outline, .results-bar .dropdown.dropdown-topics .dropdown-toggle.outline, .search-results .dropdown.dropdown-topics .dropdown-toggle.outline, #refineResults .dropdown.dropdown-topics .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #b02a2e !important;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-topics .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-topics .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-topics .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-topics .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-topics .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-topics .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-topics .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-topics .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-topics .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle.outline:focus {
  border-color: #e48f92 !important;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-topics .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-topics .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-topics .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-topics .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-topics .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-topics .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-topics .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-topics .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-topics .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-topics .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-topics .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-topics .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-topics .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-topics .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-topics .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-topics .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-topics .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-topics .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle.outline:focus:after {
  background-color: #b02a2e;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle:after, .essay-container .dropdown.dropdown-topics .dropdown-toggle:after, .results-bar .dropdown.dropdown-topics .dropdown-toggle:after, .search-results .dropdown.dropdown-topics .dropdown-toggle:after, #refineResults .dropdown.dropdown-topics .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #9c2529;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle:hover, .document-container .dropdown.dropdown-topics .dropdown-toggle:focus, .essay-container .dropdown.dropdown-topics .dropdown-toggle:hover, .essay-container .dropdown.dropdown-topics .dropdown-toggle:focus, .results-bar .dropdown.dropdown-topics .dropdown-toggle:hover, .results-bar .dropdown.dropdown-topics .dropdown-toggle:focus, .search-results .dropdown.dropdown-topics .dropdown-toggle:hover, .search-results .dropdown.dropdown-topics .dropdown-toggle:focus, #refineResults .dropdown.dropdown-topics .dropdown-toggle:hover, #refineResults .dropdown.dropdown-topics .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle:focus {
  border: 1px solid #9c2529;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-topics .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-topics .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-topics .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-topics .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-topics .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-topics .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-topics .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-topics .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-topics .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-topics .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-topics .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-topics .dropdown-menu, .essay-container .dropdown.dropdown-topics .dropdown-menu, .results-bar .dropdown.dropdown-topics .dropdown-menu, .search-results .dropdown.dropdown-topics .dropdown-menu, #refineResults .dropdown.dropdown-topics .dropdown-menu, .crown-navigation .dropdown.dropdown-topics .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-topics .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-topics .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-topics .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-topics .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-topics .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-topics .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-topics .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-topics .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-topics .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-topics .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-topics .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-topics .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-topics .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-topics .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-topics .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-topics .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-topics .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-topics .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-topics .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-topics .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #b02a2e !important;
}
.document-container .dropdown.dropdown-topics .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-topics .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-topics .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-topics .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-topics .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-topics .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-topics .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-topics .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-topics .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-topics .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-topics .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-topics .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-topics .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-topics .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-topics .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-topics .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-topics .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-topics .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-topics .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-topics .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-topics .dropdown-menu .dropdown-item:focus {
  background-color: rgba(176, 42, 46, 0.15);
}
.document-container .dropdown.dropdown-languages .dropdown-toggle, .essay-container .dropdown.dropdown-languages .dropdown-toggle, .results-bar .dropdown.dropdown-languages .dropdown-toggle, .search-results .dropdown.dropdown-languages .dropdown-toggle, #refineResults .dropdown.dropdown-languages .dropdown-toggle, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle span, .essay-container .dropdown.dropdown-languages .dropdown-toggle span, .results-bar .dropdown.dropdown-languages .dropdown-toggle span, .search-results .dropdown.dropdown-languages .dropdown-toggle span, #refineResults .dropdown.dropdown-languages .dropdown-toggle span, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle.outline, .essay-container .dropdown.dropdown-languages .dropdown-toggle.outline, .results-bar .dropdown.dropdown-languages .dropdown-toggle.outline, .search-results .dropdown.dropdown-languages .dropdown-toggle.outline, #refineResults .dropdown.dropdown-languages .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #0e6ea6 !important;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-languages .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-languages .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-languages .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-languages .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-languages .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-languages .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-languages .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-languages .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-languages .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle.outline:focus {
  border-color: #5cbaf1 !important;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-languages .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-languages .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-languages .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-languages .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-languages .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-languages .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-languages .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-languages .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-languages .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-languages .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-languages .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-languages .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-languages .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-languages .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-languages .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-languages .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-languages .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-languages .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle.outline:focus:after {
  background-color: #0e6ea6;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle:after, .essay-container .dropdown.dropdown-languages .dropdown-toggle:after, .results-bar .dropdown.dropdown-languages .dropdown-toggle:after, .search-results .dropdown.dropdown-languages .dropdown-toggle:after, #refineResults .dropdown.dropdown-languages .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle:hover, .document-container .dropdown.dropdown-languages .dropdown-toggle:focus, .essay-container .dropdown.dropdown-languages .dropdown-toggle:hover, .essay-container .dropdown.dropdown-languages .dropdown-toggle:focus, .results-bar .dropdown.dropdown-languages .dropdown-toggle:hover, .results-bar .dropdown.dropdown-languages .dropdown-toggle:focus, .search-results .dropdown.dropdown-languages .dropdown-toggle:hover, .search-results .dropdown.dropdown-languages .dropdown-toggle:focus, #refineResults .dropdown.dropdown-languages .dropdown-toggle:hover, #refineResults .dropdown.dropdown-languages .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle:focus {
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-languages .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-languages .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-languages .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-languages .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-languages .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-languages .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-languages .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-languages .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-languages .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-languages .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-languages .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-languages .dropdown-menu, .essay-container .dropdown.dropdown-languages .dropdown-menu, .results-bar .dropdown.dropdown-languages .dropdown-menu, .search-results .dropdown.dropdown-languages .dropdown-menu, #refineResults .dropdown.dropdown-languages .dropdown-menu, .crown-navigation .dropdown.dropdown-languages .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-languages .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-languages .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-languages .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-languages .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-languages .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-languages .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-languages .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-languages .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-languages .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-languages .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-languages .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-languages .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-languages .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-languages .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-languages .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-languages .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-languages .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-languages .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-languages .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-languages .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #0e6ea6 !important;
}
.document-container .dropdown.dropdown-languages .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-languages .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-languages .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-languages .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-languages .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-languages .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-languages .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-languages .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-languages .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-languages .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-languages .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-languages .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-languages .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-languages .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-languages .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-languages .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-languages .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-languages .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-languages .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-languages .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-languages .dropdown-menu .dropdown-item:focus {
  background-color: rgba(14, 110, 166, 0.15);
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle span, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle span, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle span, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle span, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle span, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle.outline, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle.outline, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #7f7094 !important;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus {
  border-color: #cdc8d5 !important;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle.outline:focus:after {
  background-color: #7f7094;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle:after, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle:after, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle:after, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle:after, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle:hover, .document-container .dropdown.dropdown-original_repositories .dropdown-toggle:focus, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle:hover, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle:focus, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle:hover, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle:focus, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle:hover, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle:focus, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle:hover, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle:focus {
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-original_repositories .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-original_repositories .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-original_repositories .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-original_repositories .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-original_repositories .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-menu, .essay-container .dropdown.dropdown-original_repositories .dropdown-menu, .results-bar .dropdown.dropdown-original_repositories .dropdown-menu, .search-results .dropdown.dropdown-original_repositories .dropdown-menu, #refineResults .dropdown.dropdown-original_repositories .dropdown-menu, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-original_repositories .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-original_repositories .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-original_repositories .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-original_repositories .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-original_repositories .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-original_repositories .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #7f7094 !important;
}
.document-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-original_repositories .dropdown-menu .dropdown-item:focus {
  background-color: rgba(127, 112, 148, 0.15);
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle, .essay-container .dropdown.dropdown-year_range .dropdown-toggle, .results-bar .dropdown.dropdown-year_range .dropdown-toggle, .search-results .dropdown.dropdown-year_range .dropdown-toggle, #refineResults .dropdown.dropdown-year_range .dropdown-toggle, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle span, .essay-container .dropdown.dropdown-year_range .dropdown-toggle span, .results-bar .dropdown.dropdown-year_range .dropdown-toggle span, .search-results .dropdown.dropdown-year_range .dropdown-toggle span, #refineResults .dropdown.dropdown-year_range .dropdown-toggle span, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle.outline, .essay-container .dropdown.dropdown-year_range .dropdown-toggle.outline, .results-bar .dropdown.dropdown-year_range .dropdown-toggle.outline, .search-results .dropdown.dropdown-year_range .dropdown-toggle.outline, #refineResults .dropdown.dropdown-year_range .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #665978 !important;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-year_range .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-year_range .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-year_range .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-year_range .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-year_range .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-year_range .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-year_range .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-year_range .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-year_range .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle.outline:focus {
  border-color: #b3aac0 !important;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-year_range .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-year_range .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-year_range .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-year_range .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-year_range .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-year_range .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-year_range .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-year_range .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-year_range .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-year_range .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-year_range .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-year_range .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-year_range .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-year_range .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-year_range .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-year_range .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-year_range .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-year_range .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle.outline:focus:after {
  background-color: #665978;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle:after, .essay-container .dropdown.dropdown-year_range .dropdown-toggle:after, .results-bar .dropdown.dropdown-year_range .dropdown-toggle:after, .search-results .dropdown.dropdown-year_range .dropdown-toggle:after, #refineResults .dropdown.dropdown-year_range .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle:hover, .document-container .dropdown.dropdown-year_range .dropdown-toggle:focus, .essay-container .dropdown.dropdown-year_range .dropdown-toggle:hover, .essay-container .dropdown.dropdown-year_range .dropdown-toggle:focus, .results-bar .dropdown.dropdown-year_range .dropdown-toggle:hover, .results-bar .dropdown.dropdown-year_range .dropdown-toggle:focus, .search-results .dropdown.dropdown-year_range .dropdown-toggle:hover, .search-results .dropdown.dropdown-year_range .dropdown-toggle:focus, #refineResults .dropdown.dropdown-year_range .dropdown-toggle:hover, #refineResults .dropdown.dropdown-year_range .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-year_range .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-year_range .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-year_range .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-year_range .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-year_range .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-year_range .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-year_range .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-year_range .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-year_range .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-year_range .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-year_range .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-year_range .dropdown-menu, .essay-container .dropdown.dropdown-year_range .dropdown-menu, .results-bar .dropdown.dropdown-year_range .dropdown-menu, .search-results .dropdown.dropdown-year_range .dropdown-menu, #refineResults .dropdown.dropdown-year_range .dropdown-menu, .crown-navigation .dropdown.dropdown-year_range .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-year_range .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-year_range .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-year_range .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-year_range .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-year_range .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-year_range .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-year_range .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-year_range .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-year_range .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-year_range .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-year_range .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-year_range .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-year_range .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-year_range .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-year_range .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-year_range .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-year_range .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-year_range .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-year_range .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-year_range .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #665978 !important;
}
.document-container .dropdown.dropdown-year_range .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-year_range .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-year_range .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-year_range .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-year_range .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-year_range .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-year_range .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-year_range .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-year_range .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-year_range .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-year_range .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-year_range .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-year_range .dropdown-menu .dropdown-item:focus {
  background-color: rgba(102, 89, 120, 0.15);
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle, .search-results .dropdown.dropdown-people-dark .dropdown-toggle, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #005663;
  overflow: hidden;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle span, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle span, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle span, .search-results .dropdown.dropdown-people-dark .dropdown-toggle span, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle span, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle.outline, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle.outline, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle.outline, .search-results .dropdown.dropdown-people-dark .dropdown-toggle.outline, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #005663 !important;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus {
  border-color: #00dbfc !important;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle.outline:focus:after {
  background-color: #005663;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle:after, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle:after, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle:after, .search-results .dropdown.dropdown-people-dark .dropdown-toggle:after, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #00404a;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle:hover, .document-container .dropdown.dropdown-people-dark .dropdown-toggle:focus, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle:hover, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle:focus, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle:hover, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle:focus, .search-results .dropdown.dropdown-people-dark .dropdown-toggle:hover, .search-results .dropdown.dropdown-people-dark .dropdown-toggle:focus, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle:hover, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle:focus {
  border: 1px solid #00404a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-people-dark .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-people-dark .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-people-dark .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-people-dark .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-people-dark .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-people-dark .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-people-dark .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-people-dark .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-people-dark .dropdown-menu, .essay-container .dropdown.dropdown-people-dark .dropdown-menu, .results-bar .dropdown.dropdown-people-dark .dropdown-menu, .search-results .dropdown.dropdown-people-dark .dropdown-menu, #refineResults .dropdown.dropdown-people-dark .dropdown-menu, .crown-navigation .dropdown.dropdown-people-dark .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-people-dark .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-people-dark .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-people-dark .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-people-dark .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-people-dark .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-people-dark .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #005663 !important;
}
.document-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-people-dark .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-people-dark .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-people-dark .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-people-dark .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-people-dark .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-people-dark .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-people-dark .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-people-dark .dropdown-menu .dropdown-item:focus {
  background-color: rgba(0, 86, 99, 0.15);
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle, .search-results .dropdown.dropdown-places-dark .dropdown-toggle, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #3a5600;
  overflow: hidden;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle span, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle span, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle span, .search-results .dropdown.dropdown-places-dark .dropdown-toggle span, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle span, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle.outline, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle.outline, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle.outline, .search-results .dropdown.dropdown-places-dark .dropdown-toggle.outline, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #3a5600 !important;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus {
  border-color: #a1ef00 !important;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle.outline:focus:after {
  background-color: #3a5600;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle:after, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle:after, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle:after, .search-results .dropdown.dropdown-places-dark .dropdown-toggle:after, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #293d00;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle:hover, .document-container .dropdown.dropdown-places-dark .dropdown-toggle:focus, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle:hover, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle:focus, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle:hover, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle:focus, .search-results .dropdown.dropdown-places-dark .dropdown-toggle:hover, .search-results .dropdown.dropdown-places-dark .dropdown-toggle:focus, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle:hover, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle:focus {
  border: 1px solid #293d00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-places-dark .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-places-dark .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-places-dark .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-places-dark .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-places-dark .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-places-dark .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-places-dark .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-places-dark .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-places-dark .dropdown-menu, .essay-container .dropdown.dropdown-places-dark .dropdown-menu, .results-bar .dropdown.dropdown-places-dark .dropdown-menu, .search-results .dropdown.dropdown-places-dark .dropdown-menu, #refineResults .dropdown.dropdown-places-dark .dropdown-menu, .crown-navigation .dropdown.dropdown-places-dark .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-places-dark .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-places-dark .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-places-dark .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-places-dark .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-places-dark .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-places-dark .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #3a5600 !important;
}
.document-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-places-dark .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-places-dark .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-places-dark .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-places-dark .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-places-dark .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-places-dark .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-places-dark .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-places-dark .dropdown-menu .dropdown-item:focus {
  background-color: rgba(58, 86, 0, 0.15);
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #8b2326;
  overflow: hidden;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle span, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle span, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle span, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle span, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle span, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle.outline, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle.outline, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #8b2326 !important;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus {
  border-color: #da6d70 !important;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle.outline:focus:after {
  background-color: #8b2326;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle:after, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle:after, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle:after, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle:after, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #771e20;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle:hover, .document-container .dropdown.dropdown-topics-dark .dropdown-toggle:focus, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle:hover, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle:focus, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle:hover, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle:focus, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle:hover, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle:focus, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle:hover, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle:focus {
  border: 1px solid #771e20;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-topics-dark .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-topics-dark .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-topics-dark .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-topics-dark .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-topics-dark .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-menu, .essay-container .dropdown.dropdown-topics-dark .dropdown-menu, .results-bar .dropdown.dropdown-topics-dark .dropdown-menu, .search-results .dropdown.dropdown-topics-dark .dropdown-menu, #refineResults .dropdown.dropdown-topics-dark .dropdown-menu, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-topics-dark .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-topics-dark .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-topics-dark .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-topics-dark .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-topics-dark .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-topics-dark .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #8b2326 !important;
}
.document-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-topics-dark .dropdown-menu .dropdown-item:focus {
  background-color: rgba(139, 35, 38, 0.15);
}
.document-container .dropdown.dropdown-document .dropdown-toggle, .essay-container .dropdown.dropdown-document .dropdown-toggle, .results-bar .dropdown.dropdown-document .dropdown-toggle, .search-results .dropdown.dropdown-document .dropdown-toggle, #refineResults .dropdown.dropdown-document .dropdown-toggle, .crown-navigation .dropdown.dropdown-document .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.document-container .dropdown.dropdown-document .dropdown-toggle span, .essay-container .dropdown.dropdown-document .dropdown-toggle span, .results-bar .dropdown.dropdown-document .dropdown-toggle span, .search-results .dropdown.dropdown-document .dropdown-toggle span, #refineResults .dropdown.dropdown-document .dropdown-toggle span, .crown-navigation .dropdown.dropdown-document .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-document .dropdown-toggle.outline, .essay-container .dropdown.dropdown-document .dropdown-toggle.outline, .results-bar .dropdown.dropdown-document .dropdown-toggle.outline, .search-results .dropdown.dropdown-document .dropdown-toggle.outline, #refineResults .dropdown.dropdown-document .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-document .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #085988 !important;
}
.document-container .dropdown.dropdown-document .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-document .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-document .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-document .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-document .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-document .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-document .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-document .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-document .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-document .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-document .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-document .dropdown-toggle.outline:focus {
  border-color: #36aef3 !important;
}
.document-container .dropdown.dropdown-document .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-document .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-document .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-document .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-document .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-document .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-document .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-document .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-document .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-document .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-document .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-document .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-document .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-document .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-document .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-document .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-document .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-document .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-document .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-document .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-document .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-document .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-document .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-document .dropdown-toggle.outline:focus:after {
  background-color: #085988;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-document .dropdown-toggle:after, .essay-container .dropdown.dropdown-document .dropdown-toggle:after, .results-bar .dropdown.dropdown-document .dropdown-toggle:after, .search-results .dropdown.dropdown-document .dropdown-toggle:after, #refineResults .dropdown.dropdown-document .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-document .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.document-container .dropdown.dropdown-document .dropdown-toggle:hover, .document-container .dropdown.dropdown-document .dropdown-toggle:focus, .essay-container .dropdown.dropdown-document .dropdown-toggle:hover, .essay-container .dropdown.dropdown-document .dropdown-toggle:focus, .results-bar .dropdown.dropdown-document .dropdown-toggle:hover, .results-bar .dropdown.dropdown-document .dropdown-toggle:focus, .search-results .dropdown.dropdown-document .dropdown-toggle:hover, .search-results .dropdown.dropdown-document .dropdown-toggle:focus, #refineResults .dropdown.dropdown-document .dropdown-toggle:hover, #refineResults .dropdown.dropdown-document .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-document .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-document .dropdown-toggle:focus {
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-document .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-document .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-document .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-document .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-document .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-document .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-document .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-document .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-document .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-document .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-document .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-document .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-document .dropdown-menu, .essay-container .dropdown.dropdown-document .dropdown-menu, .results-bar .dropdown.dropdown-document .dropdown-menu, .search-results .dropdown.dropdown-document .dropdown-menu, #refineResults .dropdown.dropdown-document .dropdown-menu, .crown-navigation .dropdown.dropdown-document .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-document .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-document .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-document .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-document .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-document .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-document .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-document .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-document .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-document .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-document .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-document .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-document .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-document .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-document .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-document .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-document .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-document .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-document .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-document .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-document .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-document .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-document .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-document .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-document .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #085988 !important;
}
.document-container .dropdown.dropdown-document .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-document .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-document .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-document .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-document .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-document .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-document .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-document .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-document .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-document .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-document .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-document .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-document .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-document .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-document .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-document .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-document .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-document .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-document .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-document .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-document .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-document .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-document .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-document .dropdown-menu .dropdown-item:focus {
  background-color: rgba(8, 89, 136, 0.15);
}
.document-container .dropdown.dropdown-subject .dropdown-toggle, .essay-container .dropdown.dropdown-subject .dropdown-toggle, .results-bar .dropdown.dropdown-subject .dropdown-toggle, .search-results .dropdown.dropdown-subject .dropdown-toggle, #refineResults .dropdown.dropdown-subject .dropdown-toggle, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle span, .essay-container .dropdown.dropdown-subject .dropdown-toggle span, .results-bar .dropdown.dropdown-subject .dropdown-toggle span, .search-results .dropdown.dropdown-subject .dropdown-toggle span, #refineResults .dropdown.dropdown-subject .dropdown-toggle span, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle.outline, .essay-container .dropdown.dropdown-subject .dropdown-toggle.outline, .results-bar .dropdown.dropdown-subject .dropdown-toggle.outline, .search-results .dropdown.dropdown-subject .dropdown-toggle.outline, #refineResults .dropdown.dropdown-subject .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #665978 !important;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-subject .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-subject .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-subject .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-subject .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-subject .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-subject .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-subject .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-subject .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-subject .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle.outline:focus {
  border-color: #b3aac0 !important;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-subject .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-subject .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-subject .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-subject .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-subject .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-subject .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-subject .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-subject .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-subject .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-subject .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-subject .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-subject .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-subject .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-subject .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-subject .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-subject .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-subject .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-subject .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle.outline:focus:after {
  background-color: #665978;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle:after, .essay-container .dropdown.dropdown-subject .dropdown-toggle:after, .results-bar .dropdown.dropdown-subject .dropdown-toggle:after, .search-results .dropdown.dropdown-subject .dropdown-toggle:after, #refineResults .dropdown.dropdown-subject .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle:hover, .document-container .dropdown.dropdown-subject .dropdown-toggle:focus, .essay-container .dropdown.dropdown-subject .dropdown-toggle:hover, .essay-container .dropdown.dropdown-subject .dropdown-toggle:focus, .results-bar .dropdown.dropdown-subject .dropdown-toggle:hover, .results-bar .dropdown.dropdown-subject .dropdown-toggle:focus, .search-results .dropdown.dropdown-subject .dropdown-toggle:hover, .search-results .dropdown.dropdown-subject .dropdown-toggle:focus, #refineResults .dropdown.dropdown-subject .dropdown-toggle:hover, #refineResults .dropdown.dropdown-subject .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-subject .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-subject .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-subject .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-subject .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-subject .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-subject .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-subject .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-subject .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-subject .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-subject .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-subject .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-subject .dropdown-menu, .essay-container .dropdown.dropdown-subject .dropdown-menu, .results-bar .dropdown.dropdown-subject .dropdown-menu, .search-results .dropdown.dropdown-subject .dropdown-menu, #refineResults .dropdown.dropdown-subject .dropdown-menu, .crown-navigation .dropdown.dropdown-subject .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-subject .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-subject .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-subject .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-subject .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-subject .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-subject .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-subject .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-subject .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-subject .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-subject .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-subject .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-subject .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-subject .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-subject .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-subject .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-subject .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-subject .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-subject .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-subject .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-subject .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #665978 !important;
}
.document-container .dropdown.dropdown-subject .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-subject .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-subject .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-subject .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-subject .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-subject .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-subject .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-subject .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-subject .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-subject .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-subject .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-subject .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-subject .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-subject .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-subject .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-subject .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-subject .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-subject .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-subject .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-subject .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-subject .dropdown-menu .dropdown-item:focus {
  background-color: rgba(102, 89, 120, 0.15);
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle, .essay-container .dropdown.dropdown-keyword .dropdown-toggle, .results-bar .dropdown.dropdown-keyword .dropdown-toggle, .search-results .dropdown.dropdown-keyword .dropdown-toggle, #refineResults .dropdown.dropdown-keyword .dropdown-toggle, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle span, .essay-container .dropdown.dropdown-keyword .dropdown-toggle span, .results-bar .dropdown.dropdown-keyword .dropdown-toggle span, .search-results .dropdown.dropdown-keyword .dropdown-toggle span, #refineResults .dropdown.dropdown-keyword .dropdown-toggle span, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle.outline, .essay-container .dropdown.dropdown-keyword .dropdown-toggle.outline, .results-bar .dropdown.dropdown-keyword .dropdown-toggle.outline, .search-results .dropdown.dropdown-keyword .dropdown-toggle.outline, #refineResults .dropdown.dropdown-keyword .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #665978 !important;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-keyword .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-keyword .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-keyword .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-keyword .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-keyword .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-keyword .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-keyword .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-keyword .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-keyword .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle.outline:focus {
  border-color: #b3aac0 !important;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-keyword .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-keyword .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-keyword .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-keyword .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-keyword .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-keyword .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-keyword .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-keyword .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-keyword .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-keyword .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-keyword .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-keyword .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-keyword .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-keyword .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-keyword .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-keyword .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-keyword .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-keyword .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle.outline:focus:after {
  background-color: #665978;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle:after, .essay-container .dropdown.dropdown-keyword .dropdown-toggle:after, .results-bar .dropdown.dropdown-keyword .dropdown-toggle:after, .search-results .dropdown.dropdown-keyword .dropdown-toggle:after, #refineResults .dropdown.dropdown-keyword .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle:hover, .document-container .dropdown.dropdown-keyword .dropdown-toggle:focus, .essay-container .dropdown.dropdown-keyword .dropdown-toggle:hover, .essay-container .dropdown.dropdown-keyword .dropdown-toggle:focus, .results-bar .dropdown.dropdown-keyword .dropdown-toggle:hover, .results-bar .dropdown.dropdown-keyword .dropdown-toggle:focus, .search-results .dropdown.dropdown-keyword .dropdown-toggle:hover, .search-results .dropdown.dropdown-keyword .dropdown-toggle:focus, #refineResults .dropdown.dropdown-keyword .dropdown-toggle:hover, #refineResults .dropdown.dropdown-keyword .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-keyword .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-keyword .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-keyword .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-keyword .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-keyword .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-keyword .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-keyword .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-keyword .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-keyword .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-keyword .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-keyword .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-keyword .dropdown-menu, .essay-container .dropdown.dropdown-keyword .dropdown-menu, .results-bar .dropdown.dropdown-keyword .dropdown-menu, .search-results .dropdown.dropdown-keyword .dropdown-menu, #refineResults .dropdown.dropdown-keyword .dropdown-menu, .crown-navigation .dropdown.dropdown-keyword .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-keyword .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-keyword .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-keyword .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-keyword .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-keyword .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-keyword .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-keyword .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-keyword .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-keyword .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-keyword .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-keyword .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-keyword .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-keyword .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-keyword .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-keyword .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-keyword .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-keyword .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-keyword .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-keyword .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-keyword .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #665978 !important;
}
.document-container .dropdown.dropdown-keyword .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-keyword .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-keyword .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-keyword .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-keyword .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-keyword .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-keyword .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-keyword .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-keyword .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-keyword .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-keyword .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-keyword .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-keyword .dropdown-menu .dropdown-item:focus {
  background-color: rgba(102, 89, 120, 0.15);
}
.document-container .dropdown.dropdown-donor .dropdown-toggle, .essay-container .dropdown.dropdown-donor .dropdown-toggle, .results-bar .dropdown.dropdown-donor .dropdown-toggle, .search-results .dropdown.dropdown-donor .dropdown-toggle, #refineResults .dropdown.dropdown-donor .dropdown-toggle, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle span, .essay-container .dropdown.dropdown-donor .dropdown-toggle span, .results-bar .dropdown.dropdown-donor .dropdown-toggle span, .search-results .dropdown.dropdown-donor .dropdown-toggle span, #refineResults .dropdown.dropdown-donor .dropdown-toggle span, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle.outline, .essay-container .dropdown.dropdown-donor .dropdown-toggle.outline, .results-bar .dropdown.dropdown-donor .dropdown-toggle.outline, .search-results .dropdown.dropdown-donor .dropdown-toggle.outline, #refineResults .dropdown.dropdown-donor .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #37123c !important;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-donor .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-donor .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-donor .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-donor .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-donor .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-donor .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-donor .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-donor .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-donor .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle.outline:focus {
  border-color: #a335b2 !important;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-donor .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-donor .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-donor .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-donor .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-donor .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-donor .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-donor .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-donor .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-donor .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-donor .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-donor .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-donor .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-donor .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-donor .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-donor .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-donor .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-donor .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-donor .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle.outline:focus:after {
  background-color: #37123c;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle:after, .essay-container .dropdown.dropdown-donor .dropdown-toggle:after, .results-bar .dropdown.dropdown-donor .dropdown-toggle:after, .search-results .dropdown.dropdown-donor .dropdown-toggle:after, #refineResults .dropdown.dropdown-donor .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle:hover, .document-container .dropdown.dropdown-donor .dropdown-toggle:focus, .essay-container .dropdown.dropdown-donor .dropdown-toggle:hover, .essay-container .dropdown.dropdown-donor .dropdown-toggle:focus, .results-bar .dropdown.dropdown-donor .dropdown-toggle:hover, .results-bar .dropdown.dropdown-donor .dropdown-toggle:focus, .search-results .dropdown.dropdown-donor .dropdown-toggle:hover, .search-results .dropdown.dropdown-donor .dropdown-toggle:focus, #refineResults .dropdown.dropdown-donor .dropdown-toggle:hover, #refineResults .dropdown.dropdown-donor .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle:focus {
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-donor .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-donor .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-donor .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-donor .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-donor .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-donor .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-donor .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-donor .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-donor .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-donor .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-donor .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-donor .dropdown-menu, .essay-container .dropdown.dropdown-donor .dropdown-menu, .results-bar .dropdown.dropdown-donor .dropdown-menu, .search-results .dropdown.dropdown-donor .dropdown-menu, #refineResults .dropdown.dropdown-donor .dropdown-menu, .crown-navigation .dropdown.dropdown-donor .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-donor .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-donor .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-donor .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-donor .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-donor .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-donor .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-donor .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-donor .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-donor .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-donor .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-donor .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-donor .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-donor .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-donor .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-donor .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-donor .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-donor .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-donor .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-donor .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-donor .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #37123c !important;
}
.document-container .dropdown.dropdown-donor .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-donor .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-donor .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-donor .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-donor .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-donor .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-donor .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-donor .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-donor .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-donor .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-donor .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-donor .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-donor .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-donor .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-donor .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-donor .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-donor .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-donor .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-donor .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-donor .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-donor .dropdown-menu .dropdown-item:focus {
  background-color: rgba(55, 18, 60, 0.15);
}
.document-container .dropdown.dropdown-translator .dropdown-toggle, .essay-container .dropdown.dropdown-translator .dropdown-toggle, .results-bar .dropdown.dropdown-translator .dropdown-toggle, .search-results .dropdown.dropdown-translator .dropdown-toggle, #refineResults .dropdown.dropdown-translator .dropdown-toggle, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #7b726f;
  overflow: hidden;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle span, .essay-container .dropdown.dropdown-translator .dropdown-toggle span, .results-bar .dropdown.dropdown-translator .dropdown-toggle span, .search-results .dropdown.dropdown-translator .dropdown-toggle span, #refineResults .dropdown.dropdown-translator .dropdown-toggle span, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle.outline, .essay-container .dropdown.dropdown-translator .dropdown-toggle.outline, .results-bar .dropdown.dropdown-translator .dropdown-toggle.outline, .search-results .dropdown.dropdown-translator .dropdown-toggle.outline, #refineResults .dropdown.dropdown-translator .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #7b726f !important;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-translator .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-translator .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-translator .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-translator .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-translator .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-translator .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-translator .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-translator .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-translator .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle.outline:focus {
  border-color: #c5c0be !important;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-translator .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-translator .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-translator .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-translator .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-translator .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-translator .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-translator .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-translator .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-translator .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-translator .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-translator .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-translator .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-translator .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-translator .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-translator .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-translator .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-translator .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-translator .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle.outline:focus:after {
  background-color: #7b726f;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle:after, .essay-container .dropdown.dropdown-translator .dropdown-toggle:after, .results-bar .dropdown.dropdown-translator .dropdown-toggle:after, .search-results .dropdown.dropdown-translator .dropdown-toggle:after, #refineResults .dropdown.dropdown-translator .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6e6663;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle:hover, .document-container .dropdown.dropdown-translator .dropdown-toggle:focus, .essay-container .dropdown.dropdown-translator .dropdown-toggle:hover, .essay-container .dropdown.dropdown-translator .dropdown-toggle:focus, .results-bar .dropdown.dropdown-translator .dropdown-toggle:hover, .results-bar .dropdown.dropdown-translator .dropdown-toggle:focus, .search-results .dropdown.dropdown-translator .dropdown-toggle:hover, .search-results .dropdown.dropdown-translator .dropdown-toggle:focus, #refineResults .dropdown.dropdown-translator .dropdown-toggle:hover, #refineResults .dropdown.dropdown-translator .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle:focus {
  border: 1px solid #6e6663;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-translator .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-translator .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-translator .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-translator .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-translator .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-translator .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-translator .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-translator .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-translator .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-translator .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-translator .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-translator .dropdown-menu, .essay-container .dropdown.dropdown-translator .dropdown-menu, .results-bar .dropdown.dropdown-translator .dropdown-menu, .search-results .dropdown.dropdown-translator .dropdown-menu, #refineResults .dropdown.dropdown-translator .dropdown-menu, .crown-navigation .dropdown.dropdown-translator .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-translator .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-translator .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-translator .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-translator .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-translator .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-translator .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-translator .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-translator .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-translator .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-translator .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-translator .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-translator .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-translator .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-translator .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-translator .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-translator .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-translator .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-translator .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-translator .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-translator .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #7b726f !important;
}
.document-container .dropdown.dropdown-translator .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-translator .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-translator .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-translator .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-translator .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-translator .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-translator .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-translator .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-translator .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-translator .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-translator .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-translator .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-translator .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-translator .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-translator .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-translator .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-translator .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-translator .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-translator .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-translator .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-translator .dropdown-menu .dropdown-item:focus {
  background-color: rgba(123, 114, 111, 0.15);
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle, .essay-container .dropdown.dropdown-contributor .dropdown-toggle, .results-bar .dropdown.dropdown-contributor .dropdown-toggle, .search-results .dropdown.dropdown-contributor .dropdown-toggle, #refineResults .dropdown.dropdown-contributor .dropdown-toggle, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle span, .essay-container .dropdown.dropdown-contributor .dropdown-toggle span, .results-bar .dropdown.dropdown-contributor .dropdown-toggle span, .search-results .dropdown.dropdown-contributor .dropdown-toggle span, #refineResults .dropdown.dropdown-contributor .dropdown-toggle span, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle.outline, .essay-container .dropdown.dropdown-contributor .dropdown-toggle.outline, .results-bar .dropdown.dropdown-contributor .dropdown-toggle.outline, .search-results .dropdown.dropdown-contributor .dropdown-toggle.outline, #refineResults .dropdown.dropdown-contributor .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #484247 !important;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-contributor .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-contributor .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-contributor .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-contributor .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-contributor .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-contributor .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-contributor .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-contributor .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-contributor .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle.outline:focus {
  border-color: #968d95 !important;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-contributor .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-contributor .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-contributor .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-contributor .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-contributor .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-contributor .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-contributor .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-contributor .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-contributor .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-contributor .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-contributor .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-contributor .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-contributor .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-contributor .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-contributor .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-contributor .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-contributor .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-contributor .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle.outline:focus:after {
  background-color: #484247;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle:after, .essay-container .dropdown.dropdown-contributor .dropdown-toggle:after, .results-bar .dropdown.dropdown-contributor .dropdown-toggle:after, .search-results .dropdown.dropdown-contributor .dropdown-toggle:after, #refineResults .dropdown.dropdown-contributor .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle:hover, .document-container .dropdown.dropdown-contributor .dropdown-toggle:focus, .essay-container .dropdown.dropdown-contributor .dropdown-toggle:hover, .essay-container .dropdown.dropdown-contributor .dropdown-toggle:focus, .results-bar .dropdown.dropdown-contributor .dropdown-toggle:hover, .results-bar .dropdown.dropdown-contributor .dropdown-toggle:focus, .search-results .dropdown.dropdown-contributor .dropdown-toggle:hover, .search-results .dropdown.dropdown-contributor .dropdown-toggle:focus, #refineResults .dropdown.dropdown-contributor .dropdown-toggle:hover, #refineResults .dropdown.dropdown-contributor .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-contributor .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-contributor .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-contributor .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-contributor .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-contributor .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-contributor .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-contributor .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-contributor .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-contributor .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-contributor .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-contributor .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-contributor .dropdown-menu, .essay-container .dropdown.dropdown-contributor .dropdown-menu, .results-bar .dropdown.dropdown-contributor .dropdown-menu, .search-results .dropdown.dropdown-contributor .dropdown-menu, #refineResults .dropdown.dropdown-contributor .dropdown-menu, .crown-navigation .dropdown.dropdown-contributor .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-contributor .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-contributor .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-contributor .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-contributor .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-contributor .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-contributor .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-contributor .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-contributor .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-contributor .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-contributor .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-contributor .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-contributor .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-contributor .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-contributor .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-contributor .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-contributor .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-contributor .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-contributor .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-contributor .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-contributor .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #484247 !important;
}
.document-container .dropdown.dropdown-contributor .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-contributor .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-contributor .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-contributor .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-contributor .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-contributor .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-contributor .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-contributor .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-contributor .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-contributor .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-contributor .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-contributor .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-contributor .dropdown-menu .dropdown-item:focus {
  background-color: rgba(72, 66, 71, 0.15);
}
.document-container .dropdown.dropdown-white .dropdown-toggle, .essay-container .dropdown.dropdown-white .dropdown-toggle, .results-bar .dropdown.dropdown-white .dropdown-toggle, .search-results .dropdown.dropdown-white .dropdown-toggle, #refineResults .dropdown.dropdown-white .dropdown-toggle, .crown-navigation .dropdown.dropdown-white .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.document-container .dropdown.dropdown-white .dropdown-toggle span, .essay-container .dropdown.dropdown-white .dropdown-toggle span, .results-bar .dropdown.dropdown-white .dropdown-toggle span, .search-results .dropdown.dropdown-white .dropdown-toggle span, #refineResults .dropdown.dropdown-white .dropdown-toggle span, .crown-navigation .dropdown.dropdown-white .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-white .dropdown-toggle.outline, .essay-container .dropdown.dropdown-white .dropdown-toggle.outline, .results-bar .dropdown.dropdown-white .dropdown-toggle.outline, .search-results .dropdown.dropdown-white .dropdown-toggle.outline, #refineResults .dropdown.dropdown-white .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-white .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #ffffff !important;
}
.document-container .dropdown.dropdown-white .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-white .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-white .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-white .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-white .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-white .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-white .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-white .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-white .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-white .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-white .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-white .dropdown-toggle.outline:focus {
  border-color: white !important;
}
.document-container .dropdown.dropdown-white .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-white .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-white .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-white .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-white .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-white .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-white .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-white .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-white .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-white .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-white .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-white .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-white .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-white .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-white .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-white .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-white .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-white .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-white .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-white .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-white .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-white .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-white .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-white .dropdown-toggle.outline:focus:after {
  background-color: #ffffff;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-white .dropdown-toggle:after, .essay-container .dropdown.dropdown-white .dropdown-toggle:after, .results-bar .dropdown.dropdown-white .dropdown-toggle:after, .search-results .dropdown.dropdown-white .dropdown-toggle:after, #refineResults .dropdown.dropdown-white .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-white .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #f2f2f2;
}
.document-container .dropdown.dropdown-white .dropdown-toggle:hover, .document-container .dropdown.dropdown-white .dropdown-toggle:focus, .essay-container .dropdown.dropdown-white .dropdown-toggle:hover, .essay-container .dropdown.dropdown-white .dropdown-toggle:focus, .results-bar .dropdown.dropdown-white .dropdown-toggle:hover, .results-bar .dropdown.dropdown-white .dropdown-toggle:focus, .search-results .dropdown.dropdown-white .dropdown-toggle:hover, .search-results .dropdown.dropdown-white .dropdown-toggle:focus, #refineResults .dropdown.dropdown-white .dropdown-toggle:hover, #refineResults .dropdown.dropdown-white .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-white .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-white .dropdown-toggle:focus {
  border: 1px solid #f2f2f2;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-white .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-white .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-white .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-white .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-white .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-white .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-white .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-white .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-white .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-white .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-white .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-white .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-white .dropdown-menu, .essay-container .dropdown.dropdown-white .dropdown-menu, .results-bar .dropdown.dropdown-white .dropdown-menu, .search-results .dropdown.dropdown-white .dropdown-menu, #refineResults .dropdown.dropdown-white .dropdown-menu, .crown-navigation .dropdown.dropdown-white .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-white .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-white .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-white .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-white .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-white .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-white .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-white .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-white .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-white .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-white .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-white .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-white .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-white .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-white .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-white .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-white .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-white .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-white .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-white .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-white .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-white .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-white .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-white .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-white .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #ffffff !important;
}
.document-container .dropdown.dropdown-white .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-white .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-white .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-white .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-white .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-white .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-white .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-white .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-white .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-white .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-white .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-white .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-white .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-white .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-white .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-white .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-white .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-white .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-white .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-white .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-white .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-white .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-white .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-white .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.document-container .dropdown.dropdown-black .dropdown-toggle, .essay-container .dropdown.dropdown-black .dropdown-toggle, .results-bar .dropdown.dropdown-black .dropdown-toggle, .search-results .dropdown.dropdown-black .dropdown-toggle, #refineResults .dropdown.dropdown-black .dropdown-toggle, .crown-navigation .dropdown.dropdown-black .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}
.document-container .dropdown.dropdown-black .dropdown-toggle span, .essay-container .dropdown.dropdown-black .dropdown-toggle span, .results-bar .dropdown.dropdown-black .dropdown-toggle span, .search-results .dropdown.dropdown-black .dropdown-toggle span, #refineResults .dropdown.dropdown-black .dropdown-toggle span, .crown-navigation .dropdown.dropdown-black .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-black .dropdown-toggle.outline, .essay-container .dropdown.dropdown-black .dropdown-toggle.outline, .results-bar .dropdown.dropdown-black .dropdown-toggle.outline, .search-results .dropdown.dropdown-black .dropdown-toggle.outline, #refineResults .dropdown.dropdown-black .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-black .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #000000 !important;
}
.document-container .dropdown.dropdown-black .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-black .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-black .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-black .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-black .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-black .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-black .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-black .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-black .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-black .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-black .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-black .dropdown-toggle.outline:focus {
  border-color: #4d4d4d !important;
}
.document-container .dropdown.dropdown-black .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-black .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-black .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-black .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-black .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-black .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-black .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-black .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-black .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-black .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-black .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-black .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-black .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-black .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-black .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-black .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-black .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-black .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-black .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-black .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-black .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-black .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-black .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-black .dropdown-toggle.outline:focus:after {
  background-color: #000000;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-black .dropdown-toggle:after, .essay-container .dropdown.dropdown-black .dropdown-toggle:after, .results-bar .dropdown.dropdown-black .dropdown-toggle:after, .search-results .dropdown.dropdown-black .dropdown-toggle:after, #refineResults .dropdown.dropdown-black .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-black .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: black;
}
.document-container .dropdown.dropdown-black .dropdown-toggle:hover, .document-container .dropdown.dropdown-black .dropdown-toggle:focus, .essay-container .dropdown.dropdown-black .dropdown-toggle:hover, .essay-container .dropdown.dropdown-black .dropdown-toggle:focus, .results-bar .dropdown.dropdown-black .dropdown-toggle:hover, .results-bar .dropdown.dropdown-black .dropdown-toggle:focus, .search-results .dropdown.dropdown-black .dropdown-toggle:hover, .search-results .dropdown.dropdown-black .dropdown-toggle:focus, #refineResults .dropdown.dropdown-black .dropdown-toggle:hover, #refineResults .dropdown.dropdown-black .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-black .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-black .dropdown-toggle:focus {
  border: 1px solid black;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-black .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-black .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-black .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-black .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-black .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-black .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-black .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-black .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-black .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-black .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-black .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-black .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-black .dropdown-menu, .essay-container .dropdown.dropdown-black .dropdown-menu, .results-bar .dropdown.dropdown-black .dropdown-menu, .search-results .dropdown.dropdown-black .dropdown-menu, #refineResults .dropdown.dropdown-black .dropdown-menu, .crown-navigation .dropdown.dropdown-black .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-black .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-black .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-black .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-black .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-black .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-black .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-black .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-black .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-black .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-black .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-black .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-black .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-black .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-black .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-black .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-black .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-black .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-black .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-black .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-black .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-black .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-black .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-black .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-black .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #000000 !important;
}
.document-container .dropdown.dropdown-black .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-black .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-black .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-black .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-black .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-black .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-black .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-black .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-black .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-black .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-black .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-black .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-black .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-black .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-black .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-black .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-black .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-black .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-black .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-black .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-black .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-black .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-black .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-black .dropdown-menu .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle, .essay-container .dropdown.dropdown-transparent .dropdown-toggle, .results-bar .dropdown.dropdown-transparent .dropdown-toggle, .search-results .dropdown.dropdown-transparent .dropdown-toggle, #refineResults .dropdown.dropdown-transparent .dropdown-toggle, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle span, .essay-container .dropdown.dropdown-transparent .dropdown-toggle span, .results-bar .dropdown.dropdown-transparent .dropdown-toggle span, .search-results .dropdown.dropdown-transparent .dropdown-toggle span, #refineResults .dropdown.dropdown-transparent .dropdown-toggle span, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle.outline, .essay-container .dropdown.dropdown-transparent .dropdown-toggle.outline, .results-bar .dropdown.dropdown-transparent .dropdown-toggle.outline, .search-results .dropdown.dropdown-transparent .dropdown-toggle.outline, #refineResults .dropdown.dropdown-transparent .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: transparent !important;
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-transparent .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-transparent .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-transparent .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-transparent .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-transparent .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-transparent .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-transparent .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-transparent .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-transparent .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle.outline:focus {
  border-color: rgba(77, 77, 77, 0) !important;
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-transparent .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-transparent .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-transparent .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-transparent .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-transparent .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-transparent .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-transparent .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-transparent .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-transparent .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-transparent .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-transparent .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-transparent .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-transparent .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-transparent .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-transparent .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-transparent .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-transparent .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-transparent .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle.outline:focus:after {
  background-color: transparent;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle:after, .essay-container .dropdown.dropdown-transparent .dropdown-toggle:after, .results-bar .dropdown.dropdown-transparent .dropdown-toggle:after, .search-results .dropdown.dropdown-transparent .dropdown-toggle:after, #refineResults .dropdown.dropdown-transparent .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle:hover, .document-container .dropdown.dropdown-transparent .dropdown-toggle:focus, .essay-container .dropdown.dropdown-transparent .dropdown-toggle:hover, .essay-container .dropdown.dropdown-transparent .dropdown-toggle:focus, .results-bar .dropdown.dropdown-transparent .dropdown-toggle:hover, .results-bar .dropdown.dropdown-transparent .dropdown-toggle:focus, .search-results .dropdown.dropdown-transparent .dropdown-toggle:hover, .search-results .dropdown.dropdown-transparent .dropdown-toggle:focus, #refineResults .dropdown.dropdown-transparent .dropdown-toggle:hover, #refineResults .dropdown.dropdown-transparent .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-transparent .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-transparent .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-transparent .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-transparent .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-transparent .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-transparent .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-transparent .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-transparent .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-transparent .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-transparent .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-transparent .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-transparent .dropdown-menu, .essay-container .dropdown.dropdown-transparent .dropdown-menu, .results-bar .dropdown.dropdown-transparent .dropdown-menu, .search-results .dropdown.dropdown-transparent .dropdown-menu, #refineResults .dropdown.dropdown-transparent .dropdown-menu, .crown-navigation .dropdown.dropdown-transparent .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-transparent .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-transparent .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-transparent .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-transparent .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-transparent .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-transparent .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-transparent .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-transparent .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-transparent .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-transparent .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-transparent .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-transparent .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-transparent .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-transparent .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-transparent .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-transparent .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-transparent .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-transparent .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-transparent .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-transparent .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: transparent !important;
}
.document-container .dropdown.dropdown-transparent .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-transparent .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-transparent .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-transparent .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-transparent .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-transparent .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-transparent .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-transparent .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-transparent .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-transparent .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-transparent .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-transparent .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-transparent .dropdown-menu .dropdown-item:focus {
  background-color: rgba(0, 0, 0, 0.15);
}
.document-container .dropdown.dropdown-clear .dropdown-toggle, .essay-container .dropdown.dropdown-clear .dropdown-toggle, .results-bar .dropdown.dropdown-clear .dropdown-toggle, .search-results .dropdown.dropdown-clear .dropdown-toggle, #refineResults .dropdown.dropdown-clear .dropdown-toggle, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle span, .essay-container .dropdown.dropdown-clear .dropdown-toggle span, .results-bar .dropdown.dropdown-clear .dropdown-toggle span, .search-results .dropdown.dropdown-clear .dropdown-toggle span, #refineResults .dropdown.dropdown-clear .dropdown-toggle span, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle.outline, .essay-container .dropdown.dropdown-clear .dropdown-toggle.outline, .results-bar .dropdown.dropdown-clear .dropdown-toggle.outline, .search-results .dropdown.dropdown-clear .dropdown-toggle.outline, #refineResults .dropdown.dropdown-clear .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle.outline {
  background: none;
  color: #484247;
  border: 2px solid !important;
  border-color: #484247 !important;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-clear .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-clear .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-clear .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-clear .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-clear .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-clear .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-clear .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-clear .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-clear .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle.outline:focus {
  border-color: #968d95 !important;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-clear .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-clear .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-clear .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-clear .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-clear .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-clear .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-clear .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-clear .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-clear .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-clear .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-clear .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-clear .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-clear .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-clear .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-clear .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-clear .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-clear .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-clear .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle.outline:focus:after {
  background-color: #484247;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle:after, .essay-container .dropdown.dropdown-clear .dropdown-toggle:after, .results-bar .dropdown.dropdown-clear .dropdown-toggle:after, .search-results .dropdown.dropdown-clear .dropdown-toggle:after, #refineResults .dropdown.dropdown-clear .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle:hover, .document-container .dropdown.dropdown-clear .dropdown-toggle:focus, .essay-container .dropdown.dropdown-clear .dropdown-toggle:hover, .essay-container .dropdown.dropdown-clear .dropdown-toggle:focus, .results-bar .dropdown.dropdown-clear .dropdown-toggle:hover, .results-bar .dropdown.dropdown-clear .dropdown-toggle:focus, .search-results .dropdown.dropdown-clear .dropdown-toggle:hover, .search-results .dropdown.dropdown-clear .dropdown-toggle:focus, #refineResults .dropdown.dropdown-clear .dropdown-toggle:hover, #refineResults .dropdown.dropdown-clear .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-clear .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-clear .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-clear .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-clear .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-clear .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-clear .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-clear .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-clear .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-clear .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-clear .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-clear .dropdown-toggle:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.document-container .dropdown.dropdown-clear .dropdown-menu, .essay-container .dropdown.dropdown-clear .dropdown-menu, .results-bar .dropdown.dropdown-clear .dropdown-menu, .search-results .dropdown.dropdown-clear .dropdown-menu, #refineResults .dropdown.dropdown-clear .dropdown-menu, .crown-navigation .dropdown.dropdown-clear .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-clear .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-clear .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-clear .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-clear .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-clear .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-clear .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-clear .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-clear .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-clear .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-clear .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-clear .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-clear .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-clear .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-clear .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-clear .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-clear .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-clear .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-clear .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-clear .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-clear .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #484247 !important;
}
.document-container .dropdown.dropdown-clear .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-clear .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-clear .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-clear .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-clear .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-clear .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-clear .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-clear .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-clear .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-clear .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-clear .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-clear .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-clear .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-clear .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-clear .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-clear .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-clear .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-clear .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-clear .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-clear .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-clear .dropdown-menu .dropdown-item:focus {
  background-color: rgba(72, 66, 71, 0.15);
}
.document-container .dropdown + .dropdown, .essay-container .dropdown + .dropdown, .results-bar .dropdown + .dropdown, .search-results .dropdown + .dropdown, #refineResults .dropdown + .dropdown, .crown-navigation .dropdown + .dropdown {
  margin-top: 16px;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .document-container .dropdown + .dropdown, .essay-container .dropdown + .dropdown, .results-bar .dropdown + .dropdown, .search-results .dropdown + .dropdown, #refineResults .dropdown + .dropdown, .crown-navigation .dropdown + .dropdown {
    margin-top: 0;
    margin-left: 16px;
  }
}
.document-container .dropdown .dropdown-toggle, .essay-container .dropdown .dropdown-toggle, .results-bar .dropdown .dropdown-toggle, .search-results .dropdown .dropdown-toggle, #refineResults .dropdown .dropdown-toggle, .crown-navigation .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  width: 100%;
}
.document-container .dropdown .dropdown-toggle.disabled, .document-container .dropdown .dropdown-toggle:disabled, .essay-container .dropdown .dropdown-toggle.disabled, .essay-container .dropdown .dropdown-toggle:disabled, .results-bar .dropdown .dropdown-toggle.disabled, .results-bar .dropdown .dropdown-toggle:disabled, .search-results .dropdown .dropdown-toggle.disabled, .search-results .dropdown .dropdown-toggle:disabled, #refineResults .dropdown .dropdown-toggle.disabled, #refineResults .dropdown .dropdown-toggle:disabled, .crown-navigation .dropdown .dropdown-toggle.disabled, .crown-navigation .dropdown .dropdown-toggle:disabled {
  opacity: 1;
}
.document-container .dropdown .dropdown-toggle.disabled span,
.document-container .dropdown .dropdown-toggle.disabled i, .document-container .dropdown .dropdown-toggle:disabled span,
.document-container .dropdown .dropdown-toggle:disabled i, .essay-container .dropdown .dropdown-toggle.disabled span,
.essay-container .dropdown .dropdown-toggle.disabled i, .essay-container .dropdown .dropdown-toggle:disabled span,
.essay-container .dropdown .dropdown-toggle:disabled i, .results-bar .dropdown .dropdown-toggle.disabled span,
.results-bar .dropdown .dropdown-toggle.disabled i, .results-bar .dropdown .dropdown-toggle:disabled span,
.results-bar .dropdown .dropdown-toggle:disabled i, .search-results .dropdown .dropdown-toggle.disabled span,
.search-results .dropdown .dropdown-toggle.disabled i, .search-results .dropdown .dropdown-toggle:disabled span,
.search-results .dropdown .dropdown-toggle:disabled i, #refineResults .dropdown .dropdown-toggle.disabled span,
#refineResults .dropdown .dropdown-toggle.disabled i, #refineResults .dropdown .dropdown-toggle:disabled span,
#refineResults .dropdown .dropdown-toggle:disabled i, .crown-navigation .dropdown .dropdown-toggle.disabled span,
.crown-navigation .dropdown .dropdown-toggle.disabled i, .crown-navigation .dropdown .dropdown-toggle:disabled span,
.crown-navigation .dropdown .dropdown-toggle:disabled i {
  opacity: 0.5;
}
.document-container .dropdown .dropdown-toggle:hover:after, .document-container .dropdown .dropdown-toggle:focus:after, .essay-container .dropdown .dropdown-toggle:hover:after, .essay-container .dropdown .dropdown-toggle:focus:after, .results-bar .dropdown .dropdown-toggle:hover:after, .results-bar .dropdown .dropdown-toggle:focus:after, .search-results .dropdown .dropdown-toggle:hover:after, .search-results .dropdown .dropdown-toggle:focus:after, #refineResults .dropdown .dropdown-toggle:hover:after, #refineResults .dropdown .dropdown-toggle:focus:after, .crown-navigation .dropdown .dropdown-toggle:hover:after, .crown-navigation .dropdown .dropdown-toggle:focus:after {
  margin: 0;
  border: none;
  vertical-align: initial;
}
.document-container .dropdown .dropdown-toggle .static-text,
.document-container .dropdown .dropdown-toggle .changing-text,
.document-container .dropdown .dropdown-toggle i, .essay-container .dropdown .dropdown-toggle .static-text,
.essay-container .dropdown .dropdown-toggle .changing-text,
.essay-container .dropdown .dropdown-toggle i, .results-bar .dropdown .dropdown-toggle .static-text,
.results-bar .dropdown .dropdown-toggle .changing-text,
.results-bar .dropdown .dropdown-toggle i, .search-results .dropdown .dropdown-toggle .static-text,
.search-results .dropdown .dropdown-toggle .changing-text,
.search-results .dropdown .dropdown-toggle i, #refineResults .dropdown .dropdown-toggle .static-text,
#refineResults .dropdown .dropdown-toggle .changing-text,
#refineResults .dropdown .dropdown-toggle i, .crown-navigation .dropdown .dropdown-toggle .static-text,
.crown-navigation .dropdown .dropdown-toggle .changing-text,
.crown-navigation .dropdown .dropdown-toggle i {
  position: relative;
  z-index: 1;
}
.document-container .dropdown .dropdown-toggle i, .essay-container .dropdown .dropdown-toggle i, .results-bar .dropdown .dropdown-toggle i, .search-results .dropdown .dropdown-toggle i, #refineResults .dropdown .dropdown-toggle i, .crown-navigation .dropdown .dropdown-toggle i {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .document-container .dropdown .dropdown-toggle i, .essay-container .dropdown .dropdown-toggle i, .results-bar .dropdown .dropdown-toggle i, .search-results .dropdown .dropdown-toggle i, #refineResults .dropdown .dropdown-toggle i, .crown-navigation .dropdown .dropdown-toggle i {
    margin-left: 16px !important;
  }
}
.document-container .dropdown .dropdown-toggle .static-text, .essay-container .dropdown .dropdown-toggle .static-text, .results-bar .dropdown .dropdown-toggle .static-text, .search-results .dropdown .dropdown-toggle .static-text, #refineResults .dropdown .dropdown-toggle .static-text, .crown-navigation .dropdown .dropdown-toggle .static-text {
  display: none;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .document-container .dropdown .dropdown-toggle .static-text, .essay-container .dropdown .dropdown-toggle .static-text, .results-bar .dropdown .dropdown-toggle .static-text, .search-results .dropdown .dropdown-toggle .static-text, #refineResults .dropdown .dropdown-toggle .static-text, .crown-navigation .dropdown .dropdown-toggle .static-text {
    display: block;
  }
}
.document-container .dropdown .dropdown-toggle i, .essay-container .dropdown .dropdown-toggle i, .results-bar .dropdown .dropdown-toggle i, .search-results .dropdown .dropdown-toggle i, #refineResults .dropdown .dropdown-toggle i, .crown-navigation .dropdown .dropdown-toggle i {
  margin-left: 16px;
}
.document-container .dropdown .dropdown-menu, .essay-container .dropdown .dropdown-menu, .results-bar .dropdown .dropdown-menu, .search-results .dropdown .dropdown-menu, #refineResults .dropdown .dropdown-menu, .crown-navigation .dropdown .dropdown-menu {
  display: none;
  margin-top: 8px !important;
  padding: 0;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  min-width: 0;
  max-height: 190px;
  overflow-y: auto;
  text-transform: capitalize;
  width: 100%;
}
.document-container .dropdown .dropdown-menu.show, .essay-container .dropdown .dropdown-menu.show, .results-bar .dropdown .dropdown-menu.show, .search-results .dropdown .dropdown-menu.show, #refineResults .dropdown .dropdown-menu.show, .crown-navigation .dropdown .dropdown-menu.show {
  display: block;
}
.document-container .dropdown .dropdown-menu .nav-link,
.document-container .dropdown .dropdown-menu .dropdown-item, .essay-container .dropdown .dropdown-menu .nav-link,
.essay-container .dropdown .dropdown-menu .dropdown-item, .results-bar .dropdown .dropdown-menu .nav-link,
.results-bar .dropdown .dropdown-menu .dropdown-item, .search-results .dropdown .dropdown-menu .nav-link,
.search-results .dropdown .dropdown-menu .dropdown-item, #refineResults .dropdown .dropdown-menu .nav-link,
#refineResults .dropdown .dropdown-menu .dropdown-item, .crown-navigation .dropdown .dropdown-menu .nav-link,
.crown-navigation .dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 22px;
  border: none;
  border-radius: 0;
  padding: 8px 12px;
  white-space: initial;
}
.results-bar .dropdown, #refineResults .dropdown {
  position: relative;
}
.results-bar .dropdown select, #refineResults .dropdown select {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
}
.results-bar .dropdown .dropdown-toggle, #refineResults .dropdown .dropdown-toggle {
  padding: 10px 24px;
}
.results-bar .dropdown .dropdown-toggle.btn-refine .static-text, #refineResults .dropdown .dropdown-toggle.btn-refine .static-text {
  margin: 0 !important;
  display: block !important;
}
.results-bar .dropdown .dropdown-toggle.btn-refine i, #refineResults .dropdown .dropdown-toggle.btn-refine i {
  color: #ffffff !important;
  margin-left: auto !important;
}
.results-bar .dropdown .dropdown-toggle i, #refineResults .dropdown .dropdown-toggle i {
  color: #0e6ea6;
}
#refineResults .dropdown .dropdown-toggle {
  padding: 10px 24px;
  background-color: rgba(255, 255, 255, 0.75) !important;
}
#refineResults .dropdown .dropdown-toggle i {
  margin-left: auto !important;
  color: #0e6ea6;
}
.essay-container .dropdown {
  margin-bottom: 24px;
}
.essay-container .dropdown.sticky {
  position: sticky !important;
  top: 32px;
  z-index: 9999;
}
.essay-container .dropdown .dropdown-toggle i {
  margin-left: auto !important;
}
.crown-navigation .dropdown .dropdown-toggle {
  width: auto;
  padding: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0 !important;
}
.crown-navigation .dropdown .dropdown-toggle:after {
  display: none;
}
.crown-navigation .dropdown .dropdown-toggle i {
  margin-left: 8px !important;
}
.crown-navigation .dropdown .dropdown-menu {
  margin-top: -2px !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.crown-navigation .dropdown .dropdown-menu .dropdown-item {
  font-size: 16px;
  line-height: 22px;
}
.card-document-data-chart .dropdown .dropdown-toggle::after {
  margin-left: 0;
}
.card-document-data-chart .dropdown .dropdown-menu {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  z-index: 9999;
  padding: 16px;
  border: none;
  background: #e3e4db;
}
.card-document-data-chart .dropdown .dropdown-menu li + li {
  margin-top: 4px;
}
.card-document-data-chart .dropdown .dropdown-menu li .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #363135 !important;
}
.card-document-data-chart .dropdown .dropdown-menu li .dropdown-item:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  line-height: 1;
  content: "\f204";
}
.card-document-data-chart .dropdown .dropdown-menu li .dropdown-item.active {
  background: none;
}
.card-document-data-chart .dropdown .dropdown-menu li .dropdown-item.active:after {
  content: "\f205";
}
.card-document-data-chart .dropdown .dropdown-menu li .dropdown-item:hover, .card-document-data-chart .dropdown .dropdown-menu li .dropdown-item:focus {
  background: none;
  outline: 2px solid #000000;
  border-radius: 0.25rem;
}
.dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 24px 0;
  border-radius: 10px;
}
.embed-responsive:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.embed-responsive:after {
  display: block;
  clear: both;
  content: "";
}
.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.user-login-form .form-submit {
  margin-top: 40px;
}

.help-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}

.help {
  position: absolute;
  top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8px;
  border-radius: 32px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .help {
    display: none;
  }
}
.help .sub-title {
  margin: 0 0 0 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #484247;
}
.help ul {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 16px;
  padding: 0;
  min-height: 53px;
  list-style: none;
}
.help ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -8px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}
.help ul li:last-child {
  margin-left: 0;
  z-index: 1;
}
.help ul li .pill {
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 12px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.help ul li .pill.circle {
  cursor: default;
}
.help ul li .pill.circle:hover, .help ul li .pill.circle:focus {
  width: 48px;
  height: 48px;
}
.help ul li .pill.pill-gray {
  color: #363135;
  cursor: default;
  background-color: #c7c2c6;
}
.help ul li .pill.pill-gray:hover, .help ul li .pill.pill-gray:focus {
  color: #363135;
  background-color: #c7c2c6;
}
.help ul li .pill.pill-gray:hover:after, .help ul li .pill.pill-gray:focus:after {
  display: none;
}

.image-radial {
  position: relative;
  overflow: hidden;
}
.image-radial .image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.image-radial img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -312.5px 0 0 -600px;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .image-radial img {
    margin: -200px 0 0 -384px;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.search-visualization .loading {
  position: absolute;
  z-index: 4;
}
.loading.loading-light-blue .loading-bg {
  background-color: #0e6ea6;
}
.loading.loading-dark-blue .loading-bg {
  background-color: #085988;
}
.loading.loading-dark-purple .loading-bg {
  background-color: #37123c;
}
.loading.loading-light-purple .loading-bg {
  background-color: #7f7094;
}
.loading.loading-gray .loading-bg {
  background-color: #484247;
}
.loading.loading-people .loading-bg {
  background-color: #008094;
}
.loading.loading-places .loading-bg {
  background-color: #507600;
}
.loading.loading-topics .loading-bg {
  background-color: #b02a2e;
}
.loading.loading-languages .loading-bg {
  background-color: #0e6ea6;
}
.loading.loading-original_repositories .loading-bg {
  background-color: #7f7094;
}
.loading.loading-year_range .loading-bg {
  background-color: #665978;
}
.loading.loading-people-dark .loading-bg {
  background-color: #005663;
}
.loading.loading-places-dark .loading-bg {
  background-color: #3a5600;
}
.loading.loading-topics-dark .loading-bg {
  background-color: #8b2326;
}
.loading.loading-document .loading-bg {
  background-color: #085988;
}
.loading.loading-subject .loading-bg {
  background-color: #665978;
}
.loading.loading-keyword .loading-bg {
  background-color: #665978;
}
.loading.loading-donor .loading-bg {
  background-color: #37123c;
}
.loading.loading-translator .loading-bg {
  background-color: #7b726f;
}
.loading.loading-contributor .loading-bg {
  background-color: #484247;
}
.loading.loading-white .loading-bg {
  background-color: #ffffff;
}
.loading.loading-black .loading-bg {
  background-color: #000000;
}
.loading.loading-transparent .loading-bg {
  background-color: transparent;
}
.loading.loading-clear .loading-bg {
  background-color: #484247;
}
.loading.loading-off-white {
  background-color: #e3e4db;
}
.loading .loading-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.loading .loading-icon {
  position: absolute;
  margin: -16px 0 0 -16px;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
}
.loading .load-spin {
  position: absolute;
  margin: -50px 0 0 -50px;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.loading .load-spin.light-blue {
  border: solid 5px #0e6ea6;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.dark-blue {
  border: solid 5px #085988;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.dark-purple {
  border: solid 5px #37123c;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.light-purple {
  border: solid 5px #7f7094;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.gray {
  border: solid 5px #484247;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.people {
  border: solid 5px #008094;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.places {
  border: solid 5px #507600;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.topics {
  border: solid 5px #b02a2e;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.languages {
  border: solid 5px #0e6ea6;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.original_repositories {
  border: solid 5px #7f7094;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.year_range {
  border: solid 5px #665978;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.people-dark {
  border: solid 5px #005663;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.places-dark {
  border: solid 5px #3a5600;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.topics-dark {
  border: solid 5px #8b2326;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.document {
  border: solid 5px #085988;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.subject {
  border: solid 5px #665978;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.keyword {
  border: solid 5px #665978;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.donor {
  border: solid 5px #37123c;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.translator {
  border: solid 5px #7b726f;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.contributor {
  border: solid 5px #484247;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.white {
  border: solid 5px #ffffff;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.black {
  border: solid 5px #000000;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.transparent {
  border: solid 5px transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.clear {
  border: solid 5px #484247;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.megamenu {
  position: relative;
  background-color: #e5e3e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbd9d6), to(#f3f2f1));
  background-image: linear-gradient(to bottom, #dbd9d6, #f3f2f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDBD9D6", endColorstr="#FFF3F2F1", GradientType=0);
  border: none;
  border-radius: 0;
  padding: 64px 0;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.megamenu .megamenu-bg {
  background-color: #f3f2f1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.megamenu .megamenu-bg .megamenu-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbd9d6), to(transparent));
  background-image: linear-gradient(to bottom, #dbd9d6, transparent 100%);
  z-index: 1;
}
.megamenu .megamenu-bg .megamenu-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.05;
  z-index: 0;
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
}
.megamenu .container {
  position: relative;
  z-index: 1;
}
.megamenu .menu-title {
  margin: 0;
  padding: 0;
  font-family: "source-serif-pro", serif;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}
@media all and (min-width: 992px) {
  .megamenu .menu-title {
    text-align: left;
  }
}
.megamenu.theme-light-blue h3 {
  color: #0e6ea6;
}
.megamenu.theme-light-blue .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0e6ea6), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #0e6ea6 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-dark-blue h3 {
  color: #085988;
}
.megamenu.theme-dark-blue .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#085988), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #085988 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-dark-purple h3 {
  color: #37123c;
}
.megamenu.theme-dark-purple .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#37123c), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #37123c 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-light-purple h3 {
  color: #7f7094;
}
.megamenu.theme-light-purple .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7f7094), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #7f7094 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-gray h3 {
  color: #484247;
}
.megamenu.theme-gray .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#484247), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #484247 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-people h3 {
  color: #008094;
}
.megamenu.theme-people .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#008094), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #008094 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-places h3 {
  color: #507600;
}
.megamenu.theme-places .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#507600), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #507600 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-topics h3 {
  color: #b02a2e;
}
.megamenu.theme-topics .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#b02a2e), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #b02a2e 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-languages h3 {
  color: #0e6ea6;
}
.megamenu.theme-languages .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0e6ea6), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #0e6ea6 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-original_repositories h3 {
  color: #7f7094;
}
.megamenu.theme-original_repositories .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7f7094), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #7f7094 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-year_range h3 {
  color: #665978;
}
.megamenu.theme-year_range .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#665978), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #665978 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-people-dark h3 {
  color: #005663;
}
.megamenu.theme-people-dark .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#005663), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #005663 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-places-dark h3 {
  color: #3a5600;
}
.megamenu.theme-places-dark .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3a5600), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #3a5600 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-topics-dark h3 {
  color: #8b2326;
}
.megamenu.theme-topics-dark .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8b2326), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #8b2326 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-document h3 {
  color: #085988;
}
.megamenu.theme-document .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#085988), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #085988 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-subject h3 {
  color: #665978;
}
.megamenu.theme-subject .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#665978), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #665978 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-keyword h3 {
  color: #665978;
}
.megamenu.theme-keyword .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#665978), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #665978 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-donor h3 {
  color: #37123c;
}
.megamenu.theme-donor .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#37123c), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #37123c 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-translator h3 {
  color: #7b726f;
}
.megamenu.theme-translator .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7b726f), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #7b726f 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-contributor h3 {
  color: #484247;
}
.megamenu.theme-contributor .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#484247), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #484247 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-white h3 {
  color: #ffffff;
}
.megamenu.theme-white .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, white 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-black h3 {
  color: #000000;
}
.megamenu.theme-black .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-transparent h3 {
  color: transparent;
}
.megamenu.theme-transparent .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu.theme-clear h3 {
  color: #484247;
}
.megamenu.theme-clear .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#484247), color-stop(33%, rgba(0, 0, 0, 0.5)), color-stop(49%, rgba(0, 0, 0, 0.5)), color-stop(51%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2))) !important;
  background-image: linear-gradient(to top, #484247 0%, rgba(0, 0, 0, 0.5) 33%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0.2) 100%) !important;
}
.megamenu .btn-list {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.megamenu .btn-list li + li {
  margin-top: 16px;
}
.megamenu .btn-list li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 32px;
  border-radius: 10px;
}
.megamenu .btn-list li .btn .text {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.megamenu .btn-list li .btn .text .title,
.megamenu .btn-list li .btn .text .detail {
  display: block;
  width: 100%;
  text-align: left;
}
.megamenu .btn-list li .btn .text .text {
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.megamenu .btn-list li .btn .text .detail {
  margin: 4px 0 0 !important;
}
.megamenu .btn-list li .btn i {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  text-align: center;
  align-self: center;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.megamenu .btn-footer .btn {
  padding: 16px 64px;
}
@media all and (max-width: 991px) {
  .megamenu {
    margin: 8px 0 0 !important;
    border-radius: 10px;
    padding: 24px 8px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .megamenu .btn-list {
    margin: 24px 0;
  }
  .megamenu .btn-footer .btn {
    display: block;
    padding: 16px 32px;
  }
}
@media all and (max-width: 425px) {
  .megamenu .btn-list .btn {
    padding: 16px 24px !important;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
    opacity: 0;
    max-height: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
    max-height: 700px;
  }
  0% {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
    opacity: 0;
    max-height: 0;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
    opacity: 0;
    max-height: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
    max-height: 700px;
  }
  0% {
    -webkit-transform: translateY(-0.25rem);
            transform: translateY(-0.25rem);
    opacity: 0;
    max-height: 0;
  }
}
.mobile-alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  background-color: #8b2326;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .mobile-alert {
    display: none;
  }
}
.mobile-alert .message {
  padding: 0 24px 48px;
}
.mobile-alert .title,
.mobile-alert .content {
  color: #ffffff;
}
.mobile-alert .title {
  font-family: "source-serif-pro", serif;
  font-size: 26px;
  font-weight: 700;
}
.mobile-alert .img-fluid {
  max-width: 250px;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(306deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(306deg) brightness(102%) contrast(102%);
}

.modal.fade .modal-dialog.modal-search {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
@media (max-width: 576px) {
  .modal.fade .modal-dialog.modal-search {
    width: 100%;
  }
  .modal.fade .modal-dialog.modal-search .modal-content {
    height: 100%;
    border-radius: 0;
  }
  .modal.fade .modal-dialog.modal-search .modal-content .modal-header {
    border-radius: 0;
  }
}
.modal.fade .modal-dialog.modal-admin {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media (max-width: 576px) {
  .modal.fade .modal-dialog.modal-admin {
    width: 75%;
  }
}
.modal.fade.show .modal-dialog.modal-search {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal.fade.show .modal-dialog.modal-admin {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal .modal-search {
  margin: auto 0 auto auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}
.modal .modal-search .modal-content {
  border: 0;
  min-height: 80%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.modal .modal-search .modal-content .modal-header {
  margin: 0;
  padding: 0;
  background-color: #0e6ea6;
  border-radius: 10px 0 0 0;
}
.modal .modal-search .modal-content .modal-header .modal-title {
  margin: 0;
  padding: 16px 16px 16px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.modal .modal-search .modal-content .modal-header .close {
  position: relative;
  margin: 0;
  padding: 16px 24px;
  border: 0;
  color: #ffffff;
  background-color: #085988;
}
.modal .modal-search .modal-content .modal-header .close:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.modal .modal-search .modal-content .modal-header .close:hover i, .modal .modal-search .modal-content .modal-header .close:focus i {
  position: relative;
  z-index: 1;
}
.modal .modal-search .modal-content .modal-header .close:hover:after, .modal .modal-search .modal-content .modal-header .close:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 0;
}
.modal .modal-search .modal-content .modal-body {
  padding: 24px;
  background-color: #e5e3e1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbd9d6), to(#f3f2f1));
  background-image: linear-gradient(to bottom, #dbd9d6, #f3f2f1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFDBD9D6", endColorstr="#FFF3F2F1", GradientType=0);
  border-bottom-left-radius: 10px;
}
.modal .modal-search .modal-content .modal-body .modal-bg {
  background-color: #f3f2f1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-search .modal-content .modal-body .modal-bg .modal-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbd9d6), to(transparent));
  background-image: linear-gradient(to bottom, #dbd9d6, transparent 100%);
  z-index: 1;
}
.modal .modal-search .modal-content .modal-body .modal-bg .modal-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.05;
  z-index: 0;
}
.modal .modal-search .modal-content .modal-body .container {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
}
@media all and (min-width: 992px) {
  .modal .modal-search .modal-content .modal-body {
    padding: 32px;
  }
}
.modal .modal-admin {
  margin: auto auto auto 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 100ms !important;
          transition-duration: 100ms !important;
}
.modal .modal-admin .modal-content {
  border: 0;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.modal .modal-admin .modal-content .modal-header {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: #7f7094;
}
.modal .modal-admin .modal-content .modal-header .modal-title {
  margin: 0;
  padding: 16px 16px 16px 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
.modal .modal-admin .modal-content .modal-header .close {
  position: relative;
  margin: 0;
  padding: 16px 24px;
  border: 0;
  color: #ffffff;
  background-color: #37123c;
}
.modal .modal-admin .modal-content .modal-header .close:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.modal .modal-admin .modal-content .modal-header .close:hover i, .modal .modal-admin .modal-content .modal-header .close:focus i {
  position: relative;
  z-index: 1;
}
.modal .modal-admin .modal-content .modal-header .close:hover:after, .modal .modal-admin .modal-content .modal-header .close:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 0;
}
.modal .modal-admin .modal-content .modal-body {
  padding: 0 !important;
  background-color: #ffffff;
}
.modal .modal-admin .modal-content .modal-body .list-group {
  border: none;
  border-radius: 0;
}
.modal .modal-admin .modal-content .modal-body .list-group a {
  font-size: 14px;
  line-height: 20px;
}
.modal .modal-admin .modal-content .modal-body .list-group a.is-active {
  color: #ffffff;
  background-color: #0e6ea6 !important;
}
.modal .modal-admin .modal-content .modal-body .list-group a:hover, .modal .modal-admin .modal-content .modal-body .list-group a:focus {
  background-color: rgba(14, 110, 166, 0.1);
}
.modal .modal-see-more .modal-content,
.modal .modal-visualization-filter .modal-content {
  border: none;
  background: none;
  border-radius: 10px;
}
.modal .modal-see-more .modal-content.modal-light-blue .modal-header,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-header {
  background-color: #0e6ea6;
}
.modal .modal-see-more .modal-content.modal-light-blue .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-light-blue .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-light-blue .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-header .close {
  background-color: #0c5e8e;
}
.modal .modal-see-more .modal-content.modal-light-blue .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-header .close:after {
  background-color: #0a4f77;
}
.modal .modal-see-more .modal-content.modal-light-blue .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-light-blue .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-light-blue .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-light-blue .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-body .list-group-item:focus .icon {
  color: #0c5e8e;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-light-blue .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-light-blue .modal-body .list-group-item .items {
  color: #0e6ea6;
}
.modal .modal-see-more .modal-content.modal-dark-blue .modal-header,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-header {
  background-color: #085988;
}
.modal .modal-see-more .modal-content.modal-dark-blue .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-dark-blue .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-dark-blue .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-header .close {
  background-color: #074970;
}
.modal .modal-see-more .modal-content.modal-dark-blue .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-header .close:after {
  background-color: #053958;
}
.modal .modal-see-more .modal-content.modal-dark-blue .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-dark-blue .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-dark-blue .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-dark-blue .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-body .list-group-item:focus .icon {
  color: #074970;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-dark-blue .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-dark-blue .modal-body .list-group-item .items {
  color: #085988;
}
.modal .modal-see-more .modal-content.modal-dark-purple .modal-header,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-header {
  background-color: #37123c;
}
.modal .modal-see-more .modal-content.modal-dark-purple .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-dark-purple .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-dark-purple .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-header .close {
  background-color: #250c28;
}
.modal .modal-see-more .modal-content.modal-dark-purple .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-header .close:after {
  background-color: #130615;
}
.modal .modal-see-more .modal-content.modal-dark-purple .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-dark-purple .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-dark-purple .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-dark-purple .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-body .list-group-item:focus .icon {
  color: #250c28;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-dark-purple .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-dark-purple .modal-body .list-group-item .items {
  color: #37123c;
}
.modal .modal-see-more .modal-content.modal-light-purple .modal-header,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-header {
  background-color: #7f7094;
}
.modal .modal-see-more .modal-content.modal-light-purple .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-light-purple .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-light-purple .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-header .close {
  background-color: #726486;
}
.modal .modal-see-more .modal-content.modal-light-purple .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-header .close:after {
  background-color: #665978;
}
.modal .modal-see-more .modal-content.modal-light-purple .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-light-purple .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-light-purple .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-light-purple .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-body .list-group-item:focus .icon {
  color: #726486;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-light-purple .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-light-purple .modal-body .list-group-item .items {
  color: #7f7094;
}
.modal .modal-see-more .modal-content.modal-gray .modal-header,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-header {
  background-color: #484247;
}
.modal .modal-see-more .modal-content.modal-gray .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-gray .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-gray .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-header .close {
  background-color: #3b363a;
}
.modal .modal-see-more .modal-content.modal-gray .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-header .close:after {
  background-color: #2d2a2d;
}
.modal .modal-see-more .modal-content.modal-gray .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-gray .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-gray .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-gray .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-body .list-group-item:focus .icon {
  color: #3b363a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-gray .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-body .list-group-item .items {
  color: #484247;
}
.modal .modal-see-more .modal-content.modal-people .modal-header,
.modal .modal-visualization-filter .modal-content.modal-people .modal-header {
  background-color: #008094;
}
.modal .modal-see-more .modal-content.modal-people .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-people .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-people .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-people .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-people .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-people .modal-header .close {
  background-color: #006a7b;
}
.modal .modal-see-more .modal-content.modal-people .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-people .modal-header .close:after {
  background-color: #005461;
}
.modal .modal-see-more .modal-content.modal-people .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-people .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-people .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-people .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-people .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-people .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-people .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-people .modal-body .list-group-item:focus .icon {
  color: #006a7b;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-people .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-people .modal-body .list-group-item .items {
  color: #008094;
}
.modal .modal-see-more .modal-content.modal-places .modal-header,
.modal .modal-visualization-filter .modal-content.modal-places .modal-header {
  background-color: #507600;
}
.modal .modal-see-more .modal-content.modal-places .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-places .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-places .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-places .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-places .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-places .modal-header .close {
  background-color: #3f5c00;
}
.modal .modal-see-more .modal-content.modal-places .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-places .modal-header .close:after {
  background-color: #2d4300;
}
.modal .modal-see-more .modal-content.modal-places .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-places .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-places .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-places .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-places .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-places .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-places .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-places .modal-body .list-group-item:focus .icon {
  color: #3f5c00;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-places .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-places .modal-body .list-group-item .items {
  color: #507600;
}
.modal .modal-see-more .modal-content.modal-topics .modal-header,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-header {
  background-color: #b02a2e;
}
.modal .modal-see-more .modal-content.modal-topics .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-topics .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-topics .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-header .close {
  background-color: #9c2529;
}
.modal .modal-see-more .modal-content.modal-topics .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-header .close:after {
  background-color: #872023;
}
.modal .modal-see-more .modal-content.modal-topics .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-topics .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-topics .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-topics .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-body .list-group-item:focus .icon {
  color: #9c2529;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-topics .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-body .list-group-item .items {
  color: #b02a2e;
}
.modal .modal-see-more .modal-content.modal-languages .modal-header,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-header {
  background-color: #0e6ea6;
}
.modal .modal-see-more .modal-content.modal-languages .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-languages .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-languages .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-header .close {
  background-color: #0c5e8e;
}
.modal .modal-see-more .modal-content.modal-languages .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-header .close:after {
  background-color: #0a4f77;
}
.modal .modal-see-more .modal-content.modal-languages .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-languages .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-languages .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-languages .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-body .list-group-item:focus .icon {
  color: #0c5e8e;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-languages .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-languages .modal-body .list-group-item .items {
  color: #0e6ea6;
}
.modal .modal-see-more .modal-content.modal-original_repositories .modal-header,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-header {
  background-color: #7f7094;
}
.modal .modal-see-more .modal-content.modal-original_repositories .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-original_repositories .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-original_repositories .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-header .close {
  background-color: #726486;
}
.modal .modal-see-more .modal-content.modal-original_repositories .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-header .close:after {
  background-color: #665978;
}
.modal .modal-see-more .modal-content.modal-original_repositories .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-original_repositories .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-original_repositories .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-original_repositories .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-body .list-group-item:focus .icon {
  color: #726486;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-original_repositories .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-original_repositories .modal-body .list-group-item .items {
  color: #7f7094;
}
.modal .modal-see-more .modal-content.modal-year_range .modal-header,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-header {
  background-color: #665978;
}
.modal .modal-see-more .modal-content.modal-year_range .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-year_range .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-year_range .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-header .close {
  background-color: #5a4f69;
}
.modal .modal-see-more .modal-content.modal-year_range .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-header .close:after {
  background-color: #4d445a;
}
.modal .modal-see-more .modal-content.modal-year_range .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-year_range .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-year_range .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-year_range .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-body .list-group-item:focus .icon {
  color: #5a4f69;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-year_range .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-year_range .modal-body .list-group-item .items {
  color: #665978;
}
.modal .modal-see-more .modal-content.modal-people-dark .modal-header,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-header {
  background-color: #005663;
}
.modal .modal-see-more .modal-content.modal-people-dark .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-people-dark .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-people-dark .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-header .close {
  background-color: #00404a;
}
.modal .modal-see-more .modal-content.modal-people-dark .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-header .close:after {
  background-color: #002a30;
}
.modal .modal-see-more .modal-content.modal-people-dark .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-people-dark .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-people-dark .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-people-dark .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-body .list-group-item:focus .icon {
  color: #00404a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-people-dark .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-people-dark .modal-body .list-group-item .items {
  color: #005663;
}
.modal .modal-see-more .modal-content.modal-places-dark .modal-header,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-header {
  background-color: #3a5600;
}
.modal .modal-see-more .modal-content.modal-places-dark .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-places-dark .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-places-dark .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-header .close {
  background-color: #293d00;
}
.modal .modal-see-more .modal-content.modal-places-dark .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-header .close:after {
  background-color: #182300;
}
.modal .modal-see-more .modal-content.modal-places-dark .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-places-dark .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-places-dark .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-places-dark .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-body .list-group-item:focus .icon {
  color: #293d00;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-places-dark .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-places-dark .modal-body .list-group-item .items {
  color: #3a5600;
}
.modal .modal-see-more .modal-content.modal-topics-dark .modal-header,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-header {
  background-color: #8b2326;
}
.modal .modal-see-more .modal-content.modal-topics-dark .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-topics-dark .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-topics-dark .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-header .close {
  background-color: #771e20;
}
.modal .modal-see-more .modal-content.modal-topics-dark .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-header .close:after {
  background-color: #62191b;
}
.modal .modal-see-more .modal-content.modal-topics-dark .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-topics-dark .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-topics-dark .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-topics-dark .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-body .list-group-item:focus .icon {
  color: #771e20;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-topics-dark .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-topics-dark .modal-body .list-group-item .items {
  color: #8b2326;
}
.modal .modal-see-more .modal-content.modal-document .modal-header,
.modal .modal-visualization-filter .modal-content.modal-document .modal-header {
  background-color: #085988;
}
.modal .modal-see-more .modal-content.modal-document .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-document .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-document .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-document .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-document .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-document .modal-header .close {
  background-color: #074970;
}
.modal .modal-see-more .modal-content.modal-document .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-document .modal-header .close:after {
  background-color: #053958;
}
.modal .modal-see-more .modal-content.modal-document .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-document .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-document .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-document .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-document .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-document .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-document .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-document .modal-body .list-group-item:focus .icon {
  color: #074970;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-document .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-document .modal-body .list-group-item .items {
  color: #085988;
}
.modal .modal-see-more .modal-content.modal-subject .modal-header,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-header {
  background-color: #665978;
}
.modal .modal-see-more .modal-content.modal-subject .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-subject .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-subject .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-header .close {
  background-color: #5a4f69;
}
.modal .modal-see-more .modal-content.modal-subject .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-header .close:after {
  background-color: #4d445a;
}
.modal .modal-see-more .modal-content.modal-subject .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-subject .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-subject .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-subject .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-body .list-group-item:focus .icon {
  color: #5a4f69;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-subject .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-body .list-group-item .items {
  color: #665978;
}
.modal .modal-see-more .modal-content.modal-keyword .modal-header,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-header {
  background-color: #665978;
}
.modal .modal-see-more .modal-content.modal-keyword .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-keyword .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-keyword .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-header .close {
  background-color: #5a4f69;
}
.modal .modal-see-more .modal-content.modal-keyword .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-header .close:after {
  background-color: #4d445a;
}
.modal .modal-see-more .modal-content.modal-keyword .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-keyword .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-keyword .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-keyword .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-body .list-group-item:focus .icon {
  color: #5a4f69;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-keyword .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-body .list-group-item .items {
  color: #665978;
}
.modal .modal-see-more .modal-content.modal-donor .modal-header,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-header {
  background-color: #37123c;
}
.modal .modal-see-more .modal-content.modal-donor .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-donor .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-donor .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-header .close {
  background-color: #250c28;
}
.modal .modal-see-more .modal-content.modal-donor .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-header .close:after {
  background-color: #130615;
}
.modal .modal-see-more .modal-content.modal-donor .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-donor .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-donor .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-donor .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-body .list-group-item:focus .icon {
  color: #250c28;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-donor .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-donor .modal-body .list-group-item .items {
  color: #37123c;
}
.modal .modal-see-more .modal-content.modal-translator .modal-header,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-header {
  background-color: #7b726f;
}
.modal .modal-see-more .modal-content.modal-translator .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-translator .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-translator .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-header .close {
  background-color: #6e6663;
}
.modal .modal-see-more .modal-content.modal-translator .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-header .close:after {
  background-color: #605957;
}
.modal .modal-see-more .modal-content.modal-translator .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-translator .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-translator .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-translator .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-body .list-group-item:focus .icon {
  color: #6e6663;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-translator .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-translator .modal-body .list-group-item .items {
  color: #7b726f;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-header,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-header {
  background-color: #484247;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-contributor .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-header .close {
  background-color: #3b363a;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-header .close:after {
  background-color: #2d2a2d;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-contributor .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-contributor .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-body .list-group-item:focus .icon {
  color: #3b363a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-body .list-group-item .items {
  color: #484247;
}
.modal .modal-see-more .modal-content.modal-white .modal-header,
.modal .modal-visualization-filter .modal-content.modal-white .modal-header {
  background-color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-white .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-white .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-white .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-white .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-white .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-white .modal-header .close {
  background-color: #f2f2f2;
}
.modal .modal-see-more .modal-content.modal-white .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-white .modal-header .close:after {
  background-color: #e6e6e6;
}
.modal .modal-see-more .modal-content.modal-white .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-white .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-white .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-white .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-white .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-white .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-white .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-white .modal-body .list-group-item:focus .icon {
  color: #f2f2f2;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-white .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-white .modal-body .list-group-item .items {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-black .modal-header,
.modal .modal-visualization-filter .modal-content.modal-black .modal-header {
  background-color: #000000;
}
.modal .modal-see-more .modal-content.modal-black .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-black .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-black .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-black .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-black .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-black .modal-header .close {
  background-color: black;
}
.modal .modal-see-more .modal-content.modal-black .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-black .modal-header .close:after {
  background-color: black;
}
.modal .modal-see-more .modal-content.modal-black .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-black .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-black .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-black .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-black .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-black .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-black .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-black .modal-body .list-group-item:focus .icon {
  color: black;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-black .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-black .modal-body .list-group-item .items {
  color: #000000;
}
.modal .modal-see-more .modal-content.modal-transparent .modal-header,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-header {
  background-color: transparent;
}
.modal .modal-see-more .modal-content.modal-transparent .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-transparent .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-transparent .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-header .close {
  background-color: rgba(0, 0, 0, 0);
}
.modal .modal-see-more .modal-content.modal-transparent .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-header .close:after {
  background-color: rgba(0, 0, 0, 0);
}
.modal .modal-see-more .modal-content.modal-transparent .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-transparent .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-transparent .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-transparent .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-body .list-group-item:focus .icon {
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-transparent .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-transparent .modal-body .list-group-item .items {
  color: transparent;
}
.modal .modal-see-more .modal-content.modal-clear .modal-header,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-header {
  background-color: #484247;
}
.modal .modal-see-more .modal-content.modal-clear .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-clear .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-clear .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-header .close {
  background-color: #3b363a;
}
.modal .modal-see-more .modal-content.modal-clear .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-header .close:after {
  background-color: #2d2a2d;
}
.modal .modal-see-more .modal-content.modal-clear .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-clear .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-clear .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-clear .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-body .list-group-item:focus .icon {
  color: #3b363a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-clear .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-clear .modal-body .list-group-item .items {
  color: #484247;
}
.modal .modal-see-more .modal-content .modal-header,
.modal .modal-visualization-filter .modal-content .modal-header {
  padding: 0;
  border: none;
  background-color: #ffffff;
}
.modal .modal-see-more .modal-content .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content .modal-header .modal-title {
  padding: 16px 24px;
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
.modal .modal-see-more .modal-content .modal-header .close,
.modal .modal-visualization-filter .modal-content .modal-header .close {
  position: relative;
  margin: 0;
  padding: 18px 24px;
  border: 0;
  color: #ffffff;
  background-color: #085988;
}
.modal .modal-see-more .modal-content .modal-header .close:after,
.modal .modal-visualization-filter .modal-content .modal-header .close:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.modal .modal-see-more .modal-content .modal-header .close:hover i, .modal .modal-see-more .modal-content .modal-header .close:focus i,
.modal .modal-visualization-filter .modal-content .modal-header .close:hover i,
.modal .modal-visualization-filter .modal-content .modal-header .close:focus i {
  position: relative;
  z-index: 1;
}
.modal .modal-see-more .modal-content .modal-header .close:hover:after, .modal .modal-see-more .modal-content .modal-header .close:focus:after,
.modal .modal-visualization-filter .modal-content .modal-header .close:hover:after,
.modal .modal-visualization-filter .modal-content .modal-header .close:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 0;
}
.modal .modal-see-more .modal-content .modal-body,
.modal .modal-visualization-filter .modal-content .modal-body {
  padding: 24px;
  background-color: #e3e4db;
}
.modal .modal-see-more .modal-content .modal-body .container,
.modal .modal-visualization-filter .modal-content .modal-body .container {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.modal .modal-see-more .modal-content .modal-body .container .list,
.modal .modal-visualization-filter .modal-content .modal-body .container .list {
  min-height: 400px;
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
}
.modal .modal-see-more .modal-content .modal-body .container .list-group,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group {
  border: none;
}
.modal .modal-see-more .modal-content .modal-body .container .list-group a,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group a {
  text-decoration: none;
}
.modal .modal-see-more .modal-content .modal-body .container .list-group .list-group-item,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  background: none;
  border: none;
}
.modal .modal-see-more .modal-content .modal-body .container .list-group .list-group-item + .list-group-item,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group .list-group-item + .list-group-item {
  margin-top: 4px;
}
.modal .modal-see-more .modal-content .modal-body .container .list-group .list-group-item .items,
.modal .modal-see-more .modal-content .modal-body .container .list-group .list-group-item .name,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group .list-group-item .items,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group .list-group-item .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.modal .modal-see-more .modal-content .modal-body .container .list-group .list-group-item .items,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group .list-group-item .items {
  font-size: 18px;
}
.modal .modal-see-more .modal-content .modal-body .container .list-group .list-group-item .name,
.modal .modal-visualization-filter .modal-content .modal-body .container .list-group .list-group-item .name {
  padding: 0 16px;
  margin-right: auto;
}
.modal .modal-see-more .modal-content .modal-body .container .accordion .sorting-container + .accordion-item,
.modal .modal-visualization-filter .modal-content .modal-body .container .accordion .sorting-container + .accordion-item {
  margin-top: 16px;
}
.modal .modal-see-more .modal-content .modal-body .modal-bg,
.modal .modal-visualization-filter .modal-content .modal-body .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-see-more .modal-content .modal-body .modal-bg .modal-gradient,
.modal .modal-visualization-filter .modal-content .modal-body .modal-bg .modal-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e4db), to(transparent));
  background-image: linear-gradient(to top, #e3e4db, transparent 100%);
  z-index: 1;
}
.modal .modal-see-more .modal-content .modal-body .modal-bg .modal-image,
.modal .modal-visualization-filter .modal-content .modal-body .modal-bg .modal-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.03;
  z-index: 0;
}
.modal:has(.modal-visualization-filter).fade:not(.show) .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(-100%, 0) scale(1);
  transform: translate(-100%, 0) scale(1);
}
.modal .modal-visualization-filter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.modal .modal-visualization-filter .modal-content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.modal .modal-visualization-filter .modal-content .modal-header {
  background: #ffffff !important;
}
.modal .modal-visualization-filter .modal-content .modal-header .modal-title {
  color: #085988 !important;
}
.modal .modal-visualization-filter .modal-content .modal-body {
  padding: 24px;
}
.modal .modal-visualization-filter .modal-content .modal-body .form-check {
  margin: 0;
}
.modal .modal-visualization-filter .modal-content .modal-body .form-check + .form-check {
  margin-top: 8px;
}
.modal .modal-visualization-filter .modal-content .modal-body .form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
  text-align: right;
}
.modal .modal-visualization-filter .modal-content .modal-body .form-check-reverse .form-check-input {
  float: right;
  margin-right: -2.5em;
  margin-left: 0;
}
.modal .modal-visualization-filter .modal-content .modal-body .form-check-reverse .form-check-input:checked {
  background-color: #7b726f;
  border-color: #7b726f;
}
.modal .modal-visualization-filter .modal-content .modal-body .form-check-reverse .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 900;
}
.modal .modal-visualization-filter .modal-content .modal-footer {
  padding: 0 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #e3e4db;
}
.modal .modal-visualization-filter .modal-content .modal-footer .btn {
  margin: 0;
  padding: 16px 32px;
  font-size: 14px;
  line-height: 1;
}
.modal .modal-citation .modal-content {
  border: none;
  background: none;
  border-radius: 10px;
}
.modal .modal-citation .modal-content.modal-light-blue .modal-header {
  background-color: #0e6ea6;
}
.modal .modal-citation .modal-content.modal-light-blue .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-light-blue .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-light-blue .modal-header .close {
  background-color: #0c5e8e;
}
.modal .modal-citation .modal-content.modal-light-blue .modal-header .close:after {
  background-color: #0a4f77;
}
.modal .modal-citation .modal-content.modal-light-blue .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-light-blue .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-light-blue .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-light-blue .modal-body .list-group-item:focus .icon {
  color: #0c5e8e;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-light-blue .modal-body .list-group-item .items {
  color: #0e6ea6;
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-header {
  background-color: #085988;
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-dark-blue .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-header .close {
  background-color: #074970;
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-header .close:after {
  background-color: #053958;
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-dark-blue .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-dark-blue .modal-body .list-group-item:focus .icon {
  color: #074970;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-body .list-group-item .items {
  color: #085988;
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-header {
  background-color: #37123c;
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-dark-purple .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-header .close {
  background-color: #250c28;
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-header .close:after {
  background-color: #130615;
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-dark-purple .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-dark-purple .modal-body .list-group-item:focus .icon {
  color: #250c28;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-body .list-group-item .items {
  color: #37123c;
}
.modal .modal-citation .modal-content.modal-light-purple .modal-header {
  background-color: #7f7094;
}
.modal .modal-citation .modal-content.modal-light-purple .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-light-purple .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-light-purple .modal-header .close {
  background-color: #726486;
}
.modal .modal-citation .modal-content.modal-light-purple .modal-header .close:after {
  background-color: #665978;
}
.modal .modal-citation .modal-content.modal-light-purple .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-light-purple .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-light-purple .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-light-purple .modal-body .list-group-item:focus .icon {
  color: #726486;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-light-purple .modal-body .list-group-item .items {
  color: #7f7094;
}
.modal .modal-citation .modal-content.modal-gray .modal-header {
  background-color: #484247;
}
.modal .modal-citation .modal-content.modal-gray .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-gray .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-gray .modal-header .close {
  background-color: #3b363a;
}
.modal .modal-citation .modal-content.modal-gray .modal-header .close:after {
  background-color: #2d2a2d;
}
.modal .modal-citation .modal-content.modal-gray .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-gray .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-gray .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-gray .modal-body .list-group-item:focus .icon {
  color: #3b363a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-gray .modal-body .list-group-item .items {
  color: #484247;
}
.modal .modal-citation .modal-content.modal-people .modal-header {
  background-color: #008094;
}
.modal .modal-citation .modal-content.modal-people .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-people .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-people .modal-header .close {
  background-color: #006a7b;
}
.modal .modal-citation .modal-content.modal-people .modal-header .close:after {
  background-color: #005461;
}
.modal .modal-citation .modal-content.modal-people .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-people .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-people .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-people .modal-body .list-group-item:focus .icon {
  color: #006a7b;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-people .modal-body .list-group-item .items {
  color: #008094;
}
.modal .modal-citation .modal-content.modal-places .modal-header {
  background-color: #507600;
}
.modal .modal-citation .modal-content.modal-places .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-places .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-places .modal-header .close {
  background-color: #3f5c00;
}
.modal .modal-citation .modal-content.modal-places .modal-header .close:after {
  background-color: #2d4300;
}
.modal .modal-citation .modal-content.modal-places .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-places .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-places .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-places .modal-body .list-group-item:focus .icon {
  color: #3f5c00;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-places .modal-body .list-group-item .items {
  color: #507600;
}
.modal .modal-citation .modal-content.modal-topics .modal-header {
  background-color: #b02a2e;
}
.modal .modal-citation .modal-content.modal-topics .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-topics .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-topics .modal-header .close {
  background-color: #9c2529;
}
.modal .modal-citation .modal-content.modal-topics .modal-header .close:after {
  background-color: #872023;
}
.modal .modal-citation .modal-content.modal-topics .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-topics .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-topics .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-topics .modal-body .list-group-item:focus .icon {
  color: #9c2529;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-topics .modal-body .list-group-item .items {
  color: #b02a2e;
}
.modal .modal-citation .modal-content.modal-languages .modal-header {
  background-color: #0e6ea6;
}
.modal .modal-citation .modal-content.modal-languages .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-languages .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-languages .modal-header .close {
  background-color: #0c5e8e;
}
.modal .modal-citation .modal-content.modal-languages .modal-header .close:after {
  background-color: #0a4f77;
}
.modal .modal-citation .modal-content.modal-languages .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-languages .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-languages .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-languages .modal-body .list-group-item:focus .icon {
  color: #0c5e8e;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-languages .modal-body .list-group-item .items {
  color: #0e6ea6;
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-header {
  background-color: #7f7094;
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-original_repositories .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-header .close {
  background-color: #726486;
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-header .close:after {
  background-color: #665978;
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-original_repositories .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-original_repositories .modal-body .list-group-item:focus .icon {
  color: #726486;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-body .list-group-item .items {
  color: #7f7094;
}
.modal .modal-citation .modal-content.modal-year_range .modal-header {
  background-color: #665978;
}
.modal .modal-citation .modal-content.modal-year_range .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-year_range .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-year_range .modal-header .close {
  background-color: #5a4f69;
}
.modal .modal-citation .modal-content.modal-year_range .modal-header .close:after {
  background-color: #4d445a;
}
.modal .modal-citation .modal-content.modal-year_range .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-year_range .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-year_range .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-year_range .modal-body .list-group-item:focus .icon {
  color: #5a4f69;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-year_range .modal-body .list-group-item .items {
  color: #665978;
}
.modal .modal-citation .modal-content.modal-people-dark .modal-header {
  background-color: #005663;
}
.modal .modal-citation .modal-content.modal-people-dark .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-people-dark .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-people-dark .modal-header .close {
  background-color: #00404a;
}
.modal .modal-citation .modal-content.modal-people-dark .modal-header .close:after {
  background-color: #002a30;
}
.modal .modal-citation .modal-content.modal-people-dark .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-people-dark .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-people-dark .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-people-dark .modal-body .list-group-item:focus .icon {
  color: #00404a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-people-dark .modal-body .list-group-item .items {
  color: #005663;
}
.modal .modal-citation .modal-content.modal-places-dark .modal-header {
  background-color: #3a5600;
}
.modal .modal-citation .modal-content.modal-places-dark .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-places-dark .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-places-dark .modal-header .close {
  background-color: #293d00;
}
.modal .modal-citation .modal-content.modal-places-dark .modal-header .close:after {
  background-color: #182300;
}
.modal .modal-citation .modal-content.modal-places-dark .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-places-dark .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-places-dark .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-places-dark .modal-body .list-group-item:focus .icon {
  color: #293d00;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-places-dark .modal-body .list-group-item .items {
  color: #3a5600;
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-header {
  background-color: #8b2326;
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-topics-dark .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-header .close {
  background-color: #771e20;
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-header .close:after {
  background-color: #62191b;
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-topics-dark .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-topics-dark .modal-body .list-group-item:focus .icon {
  color: #771e20;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-body .list-group-item .items {
  color: #8b2326;
}
.modal .modal-citation .modal-content.modal-document .modal-header {
  background-color: #085988;
}
.modal .modal-citation .modal-content.modal-document .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-document .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-document .modal-header .close {
  background-color: #074970;
}
.modal .modal-citation .modal-content.modal-document .modal-header .close:after {
  background-color: #053958;
}
.modal .modal-citation .modal-content.modal-document .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-document .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-document .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-document .modal-body .list-group-item:focus .icon {
  color: #074970;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-document .modal-body .list-group-item .items {
  color: #085988;
}
.modal .modal-citation .modal-content.modal-subject .modal-header {
  background-color: #665978;
}
.modal .modal-citation .modal-content.modal-subject .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-subject .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-subject .modal-header .close {
  background-color: #5a4f69;
}
.modal .modal-citation .modal-content.modal-subject .modal-header .close:after {
  background-color: #4d445a;
}
.modal .modal-citation .modal-content.modal-subject .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-subject .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-subject .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-subject .modal-body .list-group-item:focus .icon {
  color: #5a4f69;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-subject .modal-body .list-group-item .items {
  color: #665978;
}
.modal .modal-citation .modal-content.modal-keyword .modal-header {
  background-color: #665978;
}
.modal .modal-citation .modal-content.modal-keyword .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-keyword .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-keyword .modal-header .close {
  background-color: #5a4f69;
}
.modal .modal-citation .modal-content.modal-keyword .modal-header .close:after {
  background-color: #4d445a;
}
.modal .modal-citation .modal-content.modal-keyword .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-keyword .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-keyword .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-keyword .modal-body .list-group-item:focus .icon {
  color: #5a4f69;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-keyword .modal-body .list-group-item .items {
  color: #665978;
}
.modal .modal-citation .modal-content.modal-donor .modal-header {
  background-color: #37123c;
}
.modal .modal-citation .modal-content.modal-donor .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-donor .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-donor .modal-header .close {
  background-color: #250c28;
}
.modal .modal-citation .modal-content.modal-donor .modal-header .close:after {
  background-color: #130615;
}
.modal .modal-citation .modal-content.modal-donor .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-donor .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-donor .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-donor .modal-body .list-group-item:focus .icon {
  color: #250c28;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-donor .modal-body .list-group-item .items {
  color: #37123c;
}
.modal .modal-citation .modal-content.modal-translator .modal-header {
  background-color: #7b726f;
}
.modal .modal-citation .modal-content.modal-translator .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-translator .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-translator .modal-header .close {
  background-color: #6e6663;
}
.modal .modal-citation .modal-content.modal-translator .modal-header .close:after {
  background-color: #605957;
}
.modal .modal-citation .modal-content.modal-translator .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-translator .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-translator .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-translator .modal-body .list-group-item:focus .icon {
  color: #6e6663;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-translator .modal-body .list-group-item .items {
  color: #7b726f;
}
.modal .modal-citation .modal-content.modal-contributor .modal-header {
  background-color: #484247;
}
.modal .modal-citation .modal-content.modal-contributor .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-contributor .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-contributor .modal-header .close {
  background-color: #3b363a;
}
.modal .modal-citation .modal-content.modal-contributor .modal-header .close:after {
  background-color: #2d2a2d;
}
.modal .modal-citation .modal-content.modal-contributor .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-contributor .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-contributor .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-contributor .modal-body .list-group-item:focus .icon {
  color: #3b363a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-contributor .modal-body .list-group-item .items {
  color: #484247;
}
.modal .modal-citation .modal-content.modal-white .modal-header {
  background-color: #ffffff;
}
.modal .modal-citation .modal-content.modal-white .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-white .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-white .modal-header .close {
  background-color: #f2f2f2;
}
.modal .modal-citation .modal-content.modal-white .modal-header .close:after {
  background-color: #e6e6e6;
}
.modal .modal-citation .modal-content.modal-white .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-white .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-white .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-white .modal-body .list-group-item:focus .icon {
  color: #f2f2f2;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-white .modal-body .list-group-item .items {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-black .modal-header {
  background-color: #000000;
}
.modal .modal-citation .modal-content.modal-black .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-black .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-black .modal-header .close {
  background-color: black;
}
.modal .modal-citation .modal-content.modal-black .modal-header .close:after {
  background-color: black;
}
.modal .modal-citation .modal-content.modal-black .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-black .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-black .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-black .modal-body .list-group-item:focus .icon {
  color: black;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-black .modal-body .list-group-item .items {
  color: #000000;
}
.modal .modal-citation .modal-content.modal-transparent .modal-header {
  background-color: transparent;
}
.modal .modal-citation .modal-content.modal-transparent .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-transparent .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-transparent .modal-header .close {
  background-color: rgba(0, 0, 0, 0);
}
.modal .modal-citation .modal-content.modal-transparent .modal-header .close:after {
  background-color: rgba(0, 0, 0, 0);
}
.modal .modal-citation .modal-content.modal-transparent .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-transparent .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-transparent .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-transparent .modal-body .list-group-item:focus .icon {
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-transparent .modal-body .list-group-item .items {
  color: transparent;
}
.modal .modal-citation .modal-content.modal-clear .modal-header {
  background-color: #484247;
}
.modal .modal-citation .modal-content.modal-clear .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-clear .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-clear .modal-header .close {
  background-color: #3b363a;
}
.modal .modal-citation .modal-content.modal-clear .modal-header .close:after {
  background-color: #2d2a2d;
}
.modal .modal-citation .modal-content.modal-clear .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-clear .modal-body .list-group-item:focus .name {
  color: #7b726f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-clear .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-clear .modal-body .list-group-item:focus .icon {
  color: #3b363a;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-clear .modal-body .list-group-item .items {
  color: #484247;
}
.modal .modal-citation .modal-content .modal-header {
  padding: 0;
  border: none;
  background-color: #ffffff;
}
.modal .modal-citation .modal-content .modal-header .modal-title {
  padding: 16px 24px;
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
}
.modal .modal-citation .modal-content .modal-header .close {
  position: relative;
  margin: 0;
  padding: 18px 24px;
  border: 0;
  color: #ffffff;
  background-color: #085988;
}
.modal .modal-citation .modal-content .modal-header .close:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.modal .modal-citation .modal-content .modal-header .close:hover i, .modal .modal-citation .modal-content .modal-header .close:focus i {
  position: relative;
  z-index: 1;
}
.modal .modal-citation .modal-content .modal-header .close:hover:after, .modal .modal-citation .modal-content .modal-header .close:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 0;
}
.modal .modal-citation .modal-content .modal-body {
  padding: 24px;
  background-color: #e3e4db;
}
.modal .modal-citation .modal-content .modal-body .container {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
}
.modal .modal-citation .modal-content .modal-body .container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.modal .modal-citation .modal-content .modal-body .container .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #085988;
}
.modal .modal-citation .modal-content .modal-body .container .text {
  font-size: 14px;
  line-height: 20px;
}
.modal .modal-citation .modal-content .modal-body .container .text a {
  color: #085988;
}
.modal .modal-citation .modal-content .modal-body .container .text p:last-child,
.modal .modal-citation .modal-content .modal-body .container .text ul:last-child,
.modal .modal-citation .modal-content .modal-body .container .text ol:last-child {
  margin-bottom: 0;
}
.modal .modal-citation .modal-content .modal-body .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-citation .modal-content .modal-body .modal-bg .modal-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e3e4db), to(transparent));
  background-image: linear-gradient(to top, #e3e4db, transparent 100%);
  z-index: 1;
}
.modal .modal-citation .modal-content .modal-body .modal-bg .modal-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/background-topographic-map.svg);
  background-position: center center;
  opacity: 0.03;
  z-index: 0;
}

.pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  width: auto;
}
.explore-light-blue .pagination .page-item.active .page-link, .search-results-light-blue .pagination .page-item.active .page-link, .document-list.light-blue .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #0a4f77;
}
.explore-light-blue .pagination .page-item:first-child .page-link, .explore-light-blue .pagination .page-item:last-child .page-link, .search-results-light-blue .pagination .page-item:first-child .page-link, .search-results-light-blue .pagination .page-item:last-child .page-link, .document-list.light-blue .pagination .page-item:first-child .page-link, .document-list.light-blue .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #107ebe;
}
.explore-light-blue .pagination .page-item:first-child .page-link:hover, .explore-light-blue .pagination .page-item:first-child .page-link:focus, .explore-light-blue .pagination .page-item:last-child .page-link:hover, .explore-light-blue .pagination .page-item:last-child .page-link:focus, .search-results-light-blue .pagination .page-item:first-child .page-link:hover, .search-results-light-blue .pagination .page-item:first-child .page-link:focus, .search-results-light-blue .pagination .page-item:last-child .page-link:hover, .search-results-light-blue .pagination .page-item:last-child .page-link:focus, .document-list.light-blue .pagination .page-item:first-child .page-link:hover, .document-list.light-blue .pagination .page-item:first-child .page-link:focus, .document-list.light-blue .pagination .page-item:last-child .page-link:hover, .document-list.light-blue .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #128dd5;
}
.explore-light-blue .pagination .page-item + .page-item .page-link, .search-results-light-blue .pagination .page-item + .page-item .page-link, .document-list.light-blue .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #0c5e8e !important;
}
.explore-dark-blue .pagination .page-item.active .page-link, .search-results-dark-blue .pagination .page-item.active .page-link, .document-list.dark-blue .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #053958;
}
.explore-dark-blue .pagination .page-item:first-child .page-link, .explore-dark-blue .pagination .page-item:last-child .page-link, .search-results-dark-blue .pagination .page-item:first-child .page-link, .search-results-dark-blue .pagination .page-item:last-child .page-link, .document-list.dark-blue .pagination .page-item:first-child .page-link, .document-list.dark-blue .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #0969a0;
}
.explore-dark-blue .pagination .page-item:first-child .page-link:hover, .explore-dark-blue .pagination .page-item:first-child .page-link:focus, .explore-dark-blue .pagination .page-item:last-child .page-link:hover, .explore-dark-blue .pagination .page-item:last-child .page-link:focus, .search-results-dark-blue .pagination .page-item:first-child .page-link:hover, .search-results-dark-blue .pagination .page-item:first-child .page-link:focus, .search-results-dark-blue .pagination .page-item:last-child .page-link:hover, .search-results-dark-blue .pagination .page-item:last-child .page-link:focus, .document-list.dark-blue .pagination .page-item:first-child .page-link:hover, .document-list.dark-blue .pagination .page-item:first-child .page-link:focus, .document-list.dark-blue .pagination .page-item:last-child .page-link:hover, .document-list.dark-blue .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #0b79b8;
}
.explore-dark-blue .pagination .page-item + .page-item .page-link, .search-results-dark-blue .pagination .page-item + .page-item .page-link, .document-list.dark-blue .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #074970 !important;
}
.explore-dark-purple .pagination .page-item.active .page-link, .search-results-dark-purple .pagination .page-item.active .page-link, .document-list.dark-purple .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #130615;
}
.explore-dark-purple .pagination .page-item:first-child .page-link, .explore-dark-purple .pagination .page-item:last-child .page-link, .search-results-dark-purple .pagination .page-item:first-child .page-link, .search-results-dark-purple .pagination .page-item:last-child .page-link, .document-list.dark-purple .pagination .page-item:first-child .page-link, .document-list.dark-purple .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #491850;
}
.explore-dark-purple .pagination .page-item:first-child .page-link:hover, .explore-dark-purple .pagination .page-item:first-child .page-link:focus, .explore-dark-purple .pagination .page-item:last-child .page-link:hover, .explore-dark-purple .pagination .page-item:last-child .page-link:focus, .search-results-dark-purple .pagination .page-item:first-child .page-link:hover, .search-results-dark-purple .pagination .page-item:first-child .page-link:focus, .search-results-dark-purple .pagination .page-item:last-child .page-link:hover, .search-results-dark-purple .pagination .page-item:last-child .page-link:focus, .document-list.dark-purple .pagination .page-item:first-child .page-link:hover, .document-list.dark-purple .pagination .page-item:first-child .page-link:focus, .document-list.dark-purple .pagination .page-item:last-child .page-link:hover, .document-list.dark-purple .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #5b1e63;
}
.explore-dark-purple .pagination .page-item + .page-item .page-link, .search-results-dark-purple .pagination .page-item + .page-item .page-link, .document-list.dark-purple .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #250c28 !important;
}
.explore-light-purple .pagination .page-item.active .page-link, .search-results-light-purple .pagination .page-item.active .page-link, .document-list.light-purple .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #665978;
}
.explore-light-purple .pagination .page-item:first-child .page-link, .explore-light-purple .pagination .page-item:last-child .page-link, .search-results-light-purple .pagination .page-item:first-child .page-link, .search-results-light-purple .pagination .page-item:last-child .page-link, .document-list.light-purple .pagination .page-item:first-child .page-link, .document-list.light-purple .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #8c7f9f;
}
.explore-light-purple .pagination .page-item:first-child .page-link:hover, .explore-light-purple .pagination .page-item:first-child .page-link:focus, .explore-light-purple .pagination .page-item:last-child .page-link:hover, .explore-light-purple .pagination .page-item:last-child .page-link:focus, .search-results-light-purple .pagination .page-item:first-child .page-link:hover, .search-results-light-purple .pagination .page-item:first-child .page-link:focus, .search-results-light-purple .pagination .page-item:last-child .page-link:hover, .search-results-light-purple .pagination .page-item:last-child .page-link:focus, .document-list.light-purple .pagination .page-item:first-child .page-link:hover, .document-list.light-purple .pagination .page-item:first-child .page-link:focus, .document-list.light-purple .pagination .page-item:last-child .page-link:hover, .document-list.light-purple .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #998daa;
}
.explore-light-purple .pagination .page-item + .page-item .page-link, .search-results-light-purple .pagination .page-item + .page-item .page-link, .document-list.light-purple .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #726486 !important;
}
.explore-gray .pagination .page-item.active .page-link, .search-results-gray .pagination .page-item.active .page-link, .document-list.gray .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #2d2a2d;
}
.explore-gray .pagination .page-item:first-child .page-link, .explore-gray .pagination .page-item:last-child .page-link, .search-results-gray .pagination .page-item:first-child .page-link, .search-results-gray .pagination .page-item:last-child .page-link, .document-list.gray .pagination .page-item:first-child .page-link, .document-list.gray .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #554e54;
}
.explore-gray .pagination .page-item:first-child .page-link:hover, .explore-gray .pagination .page-item:first-child .page-link:focus, .explore-gray .pagination .page-item:last-child .page-link:hover, .explore-gray .pagination .page-item:last-child .page-link:focus, .search-results-gray .pagination .page-item:first-child .page-link:hover, .search-results-gray .pagination .page-item:first-child .page-link:focus, .search-results-gray .pagination .page-item:last-child .page-link:hover, .search-results-gray .pagination .page-item:last-child .page-link:focus, .document-list.gray .pagination .page-item:first-child .page-link:hover, .document-list.gray .pagination .page-item:first-child .page-link:focus, .document-list.gray .pagination .page-item:last-child .page-link:hover, .document-list.gray .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #635a61;
}
.explore-gray .pagination .page-item + .page-item .page-link, .search-results-gray .pagination .page-item + .page-item .page-link, .document-list.gray .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #3b363a !important;
}
.explore-people .pagination .page-item.active .page-link, .search-results-people .pagination .page-item.active .page-link, .document-list.people .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #005461;
}
.explore-people .pagination .page-item:first-child .page-link, .explore-people .pagination .page-item:last-child .page-link, .search-results-people .pagination .page-item:first-child .page-link, .search-results-people .pagination .page-item:last-child .page-link, .document-list.people .pagination .page-item:first-child .page-link, .document-list.people .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #0096ae;
}
.explore-people .pagination .page-item:first-child .page-link:hover, .explore-people .pagination .page-item:first-child .page-link:focus, .explore-people .pagination .page-item:last-child .page-link:hover, .explore-people .pagination .page-item:last-child .page-link:focus, .search-results-people .pagination .page-item:first-child .page-link:hover, .search-results-people .pagination .page-item:first-child .page-link:focus, .search-results-people .pagination .page-item:last-child .page-link:hover, .search-results-people .pagination .page-item:last-child .page-link:focus, .document-list.people .pagination .page-item:first-child .page-link:hover, .document-list.people .pagination .page-item:first-child .page-link:focus, .document-list.people .pagination .page-item:last-child .page-link:hover, .document-list.people .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #00acc7;
}
.explore-people .pagination .page-item + .page-item .page-link, .search-results-people .pagination .page-item + .page-item .page-link, .document-list.people .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #006a7b !important;
}
.explore-places .pagination .page-item.active .page-link, .search-results-places .pagination .page-item.active .page-link, .document-list.places .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #2d4300;
}
.explore-places .pagination .page-item:first-child .page-link, .explore-places .pagination .page-item:last-child .page-link, .search-results-places .pagination .page-item:first-child .page-link, .search-results-places .pagination .page-item:last-child .page-link, .document-list.places .pagination .page-item:first-child .page-link, .document-list.places .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #618f00;
}
.explore-places .pagination .page-item:first-child .page-link:hover, .explore-places .pagination .page-item:first-child .page-link:focus, .explore-places .pagination .page-item:last-child .page-link:hover, .explore-places .pagination .page-item:last-child .page-link:focus, .search-results-places .pagination .page-item:first-child .page-link:hover, .search-results-places .pagination .page-item:first-child .page-link:focus, .search-results-places .pagination .page-item:last-child .page-link:hover, .search-results-places .pagination .page-item:last-child .page-link:focus, .document-list.places .pagination .page-item:first-child .page-link:hover, .document-list.places .pagination .page-item:first-child .page-link:focus, .document-list.places .pagination .page-item:last-child .page-link:hover, .document-list.places .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #73a900;
}
.explore-places .pagination .page-item + .page-item .page-link, .search-results-places .pagination .page-item + .page-item .page-link, .document-list.places .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #3f5c00 !important;
}
.explore-topics .pagination .page-item.active .page-link, .search-results-topics .pagination .page-item.active .page-link, .document-list.topics .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #872023;
}
.explore-topics .pagination .page-item:first-child .page-link, .explore-topics .pagination .page-item:last-child .page-link, .search-results-topics .pagination .page-item:first-child .page-link, .search-results-topics .pagination .page-item:last-child .page-link, .document-list.topics .pagination .page-item:first-child .page-link, .document-list.topics .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #c52f33;
}
.explore-topics .pagination .page-item:first-child .page-link:hover, .explore-topics .pagination .page-item:first-child .page-link:focus, .explore-topics .pagination .page-item:last-child .page-link:hover, .explore-topics .pagination .page-item:last-child .page-link:focus, .search-results-topics .pagination .page-item:first-child .page-link:hover, .search-results-topics .pagination .page-item:first-child .page-link:focus, .search-results-topics .pagination .page-item:last-child .page-link:hover, .search-results-topics .pagination .page-item:last-child .page-link:focus, .document-list.topics .pagination .page-item:first-child .page-link:hover, .document-list.topics .pagination .page-item:first-child .page-link:focus, .document-list.topics .pagination .page-item:last-child .page-link:hover, .document-list.topics .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #d13c41;
}
.explore-topics .pagination .page-item + .page-item .page-link, .search-results-topics .pagination .page-item + .page-item .page-link, .document-list.topics .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #9c2529 !important;
}
.explore-languages .pagination .page-item.active .page-link, .search-results-languages .pagination .page-item.active .page-link, .document-list.languages .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #0a4f77;
}
.explore-languages .pagination .page-item:first-child .page-link, .explore-languages .pagination .page-item:last-child .page-link, .search-results-languages .pagination .page-item:first-child .page-link, .search-results-languages .pagination .page-item:last-child .page-link, .document-list.languages .pagination .page-item:first-child .page-link, .document-list.languages .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #107ebe;
}
.explore-languages .pagination .page-item:first-child .page-link:hover, .explore-languages .pagination .page-item:first-child .page-link:focus, .explore-languages .pagination .page-item:last-child .page-link:hover, .explore-languages .pagination .page-item:last-child .page-link:focus, .search-results-languages .pagination .page-item:first-child .page-link:hover, .search-results-languages .pagination .page-item:first-child .page-link:focus, .search-results-languages .pagination .page-item:last-child .page-link:hover, .search-results-languages .pagination .page-item:last-child .page-link:focus, .document-list.languages .pagination .page-item:first-child .page-link:hover, .document-list.languages .pagination .page-item:first-child .page-link:focus, .document-list.languages .pagination .page-item:last-child .page-link:hover, .document-list.languages .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #128dd5;
}
.explore-languages .pagination .page-item + .page-item .page-link, .search-results-languages .pagination .page-item + .page-item .page-link, .document-list.languages .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #0c5e8e !important;
}
.explore-original_repositories .pagination .page-item.active .page-link, .search-results-original_repositories .pagination .page-item.active .page-link, .document-list.original_repositories .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #665978;
}
.explore-original_repositories .pagination .page-item:first-child .page-link, .explore-original_repositories .pagination .page-item:last-child .page-link, .search-results-original_repositories .pagination .page-item:first-child .page-link, .search-results-original_repositories .pagination .page-item:last-child .page-link, .document-list.original_repositories .pagination .page-item:first-child .page-link, .document-list.original_repositories .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #8c7f9f;
}
.explore-original_repositories .pagination .page-item:first-child .page-link:hover, .explore-original_repositories .pagination .page-item:first-child .page-link:focus, .explore-original_repositories .pagination .page-item:last-child .page-link:hover, .explore-original_repositories .pagination .page-item:last-child .page-link:focus, .search-results-original_repositories .pagination .page-item:first-child .page-link:hover, .search-results-original_repositories .pagination .page-item:first-child .page-link:focus, .search-results-original_repositories .pagination .page-item:last-child .page-link:hover, .search-results-original_repositories .pagination .page-item:last-child .page-link:focus, .document-list.original_repositories .pagination .page-item:first-child .page-link:hover, .document-list.original_repositories .pagination .page-item:first-child .page-link:focus, .document-list.original_repositories .pagination .page-item:last-child .page-link:hover, .document-list.original_repositories .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #998daa;
}
.explore-original_repositories .pagination .page-item + .page-item .page-link, .search-results-original_repositories .pagination .page-item + .page-item .page-link, .document-list.original_repositories .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #726486 !important;
}
.explore-year_range .pagination .page-item.active .page-link, .search-results-year_range .pagination .page-item.active .page-link, .document-list.year_range .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #4d445a;
}
.explore-year_range .pagination .page-item:first-child .page-link, .explore-year_range .pagination .page-item:last-child .page-link, .search-results-year_range .pagination .page-item:first-child .page-link, .search-results-year_range .pagination .page-item:last-child .page-link, .document-list.year_range .pagination .page-item:first-child .page-link, .document-list.year_range .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #726486;
}
.explore-year_range .pagination .page-item:first-child .page-link:hover, .explore-year_range .pagination .page-item:first-child .page-link:focus, .explore-year_range .pagination .page-item:last-child .page-link:hover, .explore-year_range .pagination .page-item:last-child .page-link:focus, .search-results-year_range .pagination .page-item:first-child .page-link:hover, .search-results-year_range .pagination .page-item:first-child .page-link:focus, .search-results-year_range .pagination .page-item:last-child .page-link:hover, .search-results-year_range .pagination .page-item:last-child .page-link:focus, .document-list.year_range .pagination .page-item:first-child .page-link:hover, .document-list.year_range .pagination .page-item:first-child .page-link:focus, .document-list.year_range .pagination .page-item:last-child .page-link:hover, .document-list.year_range .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #7f7094;
}
.explore-year_range .pagination .page-item + .page-item .page-link, .search-results-year_range .pagination .page-item + .page-item .page-link, .document-list.year_range .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #5a4f69 !important;
}
.explore-people-dark .pagination .page-item.active .page-link, .search-results-people-dark .pagination .page-item.active .page-link, .document-list.people-dark .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #002a30;
}
.explore-people-dark .pagination .page-item:first-child .page-link, .explore-people-dark .pagination .page-item:last-child .page-link, .search-results-people-dark .pagination .page-item:first-child .page-link, .search-results-people-dark .pagination .page-item:last-child .page-link, .document-list.people-dark .pagination .page-item:first-child .page-link, .document-list.people-dark .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #006c7d;
}
.explore-people-dark .pagination .page-item:first-child .page-link:hover, .explore-people-dark .pagination .page-item:first-child .page-link:focus, .explore-people-dark .pagination .page-item:last-child .page-link:hover, .explore-people-dark .pagination .page-item:last-child .page-link:focus, .search-results-people-dark .pagination .page-item:first-child .page-link:hover, .search-results-people-dark .pagination .page-item:first-child .page-link:focus, .search-results-people-dark .pagination .page-item:last-child .page-link:hover, .search-results-people-dark .pagination .page-item:last-child .page-link:focus, .document-list.people-dark .pagination .page-item:first-child .page-link:hover, .document-list.people-dark .pagination .page-item:first-child .page-link:focus, .document-list.people-dark .pagination .page-item:last-child .page-link:hover, .document-list.people-dark .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #008296;
}
.explore-people-dark .pagination .page-item + .page-item .page-link, .search-results-people-dark .pagination .page-item + .page-item .page-link, .document-list.people-dark .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #00404a !important;
}
.explore-places-dark .pagination .page-item.active .page-link, .search-results-places-dark .pagination .page-item.active .page-link, .document-list.places-dark .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #182300;
}
.explore-places-dark .pagination .page-item:first-child .page-link, .explore-places-dark .pagination .page-item:last-child .page-link, .search-results-places-dark .pagination .page-item:first-child .page-link, .search-results-places-dark .pagination .page-item:last-child .page-link, .document-list.places-dark .pagination .page-item:first-child .page-link, .document-list.places-dark .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #4b7000;
}
.explore-places-dark .pagination .page-item:first-child .page-link:hover, .explore-places-dark .pagination .page-item:first-child .page-link:focus, .explore-places-dark .pagination .page-item:last-child .page-link:hover, .explore-places-dark .pagination .page-item:last-child .page-link:focus, .search-results-places-dark .pagination .page-item:first-child .page-link:hover, .search-results-places-dark .pagination .page-item:first-child .page-link:focus, .search-results-places-dark .pagination .page-item:last-child .page-link:hover, .search-results-places-dark .pagination .page-item:last-child .page-link:focus, .document-list.places-dark .pagination .page-item:first-child .page-link:hover, .document-list.places-dark .pagination .page-item:first-child .page-link:focus, .document-list.places-dark .pagination .page-item:last-child .page-link:hover, .document-list.places-dark .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #5c8900;
}
.explore-places-dark .pagination .page-item + .page-item .page-link, .search-results-places-dark .pagination .page-item + .page-item .page-link, .document-list.places-dark .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #293d00 !important;
}
.explore-topics-dark .pagination .page-item.active .page-link, .search-results-topics-dark .pagination .page-item.active .page-link, .document-list.topics-dark .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #62191b;
}
.explore-topics-dark .pagination .page-item:first-child .page-link, .explore-topics-dark .pagination .page-item:last-child .page-link, .search-results-topics-dark .pagination .page-item:first-child .page-link, .search-results-topics-dark .pagination .page-item:last-child .page-link, .document-list.topics-dark .pagination .page-item:first-child .page-link, .document-list.topics-dark .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #9f282c;
}
.explore-topics-dark .pagination .page-item:first-child .page-link:hover, .explore-topics-dark .pagination .page-item:first-child .page-link:focus, .explore-topics-dark .pagination .page-item:last-child .page-link:hover, .explore-topics-dark .pagination .page-item:last-child .page-link:focus, .search-results-topics-dark .pagination .page-item:first-child .page-link:hover, .search-results-topics-dark .pagination .page-item:first-child .page-link:focus, .search-results-topics-dark .pagination .page-item:last-child .page-link:hover, .search-results-topics-dark .pagination .page-item:last-child .page-link:focus, .document-list.topics-dark .pagination .page-item:first-child .page-link:hover, .document-list.topics-dark .pagination .page-item:first-child .page-link:focus, .document-list.topics-dark .pagination .page-item:last-child .page-link:hover, .document-list.topics-dark .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #b42d31;
}
.explore-topics-dark .pagination .page-item + .page-item .page-link, .search-results-topics-dark .pagination .page-item + .page-item .page-link, .document-list.topics-dark .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #771e20 !important;
}
.explore-document .pagination .page-item.active .page-link, .search-results-document .pagination .page-item.active .page-link, .document-list.document .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #053958;
}
.explore-document .pagination .page-item:first-child .page-link, .explore-document .pagination .page-item:last-child .page-link, .search-results-document .pagination .page-item:first-child .page-link, .search-results-document .pagination .page-item:last-child .page-link, .document-list.document .pagination .page-item:first-child .page-link, .document-list.document .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #0969a0;
}
.explore-document .pagination .page-item:first-child .page-link:hover, .explore-document .pagination .page-item:first-child .page-link:focus, .explore-document .pagination .page-item:last-child .page-link:hover, .explore-document .pagination .page-item:last-child .page-link:focus, .search-results-document .pagination .page-item:first-child .page-link:hover, .search-results-document .pagination .page-item:first-child .page-link:focus, .search-results-document .pagination .page-item:last-child .page-link:hover, .search-results-document .pagination .page-item:last-child .page-link:focus, .document-list.document .pagination .page-item:first-child .page-link:hover, .document-list.document .pagination .page-item:first-child .page-link:focus, .document-list.document .pagination .page-item:last-child .page-link:hover, .document-list.document .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #0b79b8;
}
.explore-document .pagination .page-item + .page-item .page-link, .search-results-document .pagination .page-item + .page-item .page-link, .document-list.document .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #074970 !important;
}
.explore-subject .pagination .page-item.active .page-link, .search-results-subject .pagination .page-item.active .page-link, .document-list.subject .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #4d445a;
}
.explore-subject .pagination .page-item:first-child .page-link, .explore-subject .pagination .page-item:last-child .page-link, .search-results-subject .pagination .page-item:first-child .page-link, .search-results-subject .pagination .page-item:last-child .page-link, .document-list.subject .pagination .page-item:first-child .page-link, .document-list.subject .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #726486;
}
.explore-subject .pagination .page-item:first-child .page-link:hover, .explore-subject .pagination .page-item:first-child .page-link:focus, .explore-subject .pagination .page-item:last-child .page-link:hover, .explore-subject .pagination .page-item:last-child .page-link:focus, .search-results-subject .pagination .page-item:first-child .page-link:hover, .search-results-subject .pagination .page-item:first-child .page-link:focus, .search-results-subject .pagination .page-item:last-child .page-link:hover, .search-results-subject .pagination .page-item:last-child .page-link:focus, .document-list.subject .pagination .page-item:first-child .page-link:hover, .document-list.subject .pagination .page-item:first-child .page-link:focus, .document-list.subject .pagination .page-item:last-child .page-link:hover, .document-list.subject .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #7f7094;
}
.explore-subject .pagination .page-item + .page-item .page-link, .search-results-subject .pagination .page-item + .page-item .page-link, .document-list.subject .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #5a4f69 !important;
}
.explore-keyword .pagination .page-item.active .page-link, .search-results-keyword .pagination .page-item.active .page-link, .document-list.keyword .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #4d445a;
}
.explore-keyword .pagination .page-item:first-child .page-link, .explore-keyword .pagination .page-item:last-child .page-link, .search-results-keyword .pagination .page-item:first-child .page-link, .search-results-keyword .pagination .page-item:last-child .page-link, .document-list.keyword .pagination .page-item:first-child .page-link, .document-list.keyword .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #726486;
}
.explore-keyword .pagination .page-item:first-child .page-link:hover, .explore-keyword .pagination .page-item:first-child .page-link:focus, .explore-keyword .pagination .page-item:last-child .page-link:hover, .explore-keyword .pagination .page-item:last-child .page-link:focus, .search-results-keyword .pagination .page-item:first-child .page-link:hover, .search-results-keyword .pagination .page-item:first-child .page-link:focus, .search-results-keyword .pagination .page-item:last-child .page-link:hover, .search-results-keyword .pagination .page-item:last-child .page-link:focus, .document-list.keyword .pagination .page-item:first-child .page-link:hover, .document-list.keyword .pagination .page-item:first-child .page-link:focus, .document-list.keyword .pagination .page-item:last-child .page-link:hover, .document-list.keyword .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #7f7094;
}
.explore-keyword .pagination .page-item + .page-item .page-link, .search-results-keyword .pagination .page-item + .page-item .page-link, .document-list.keyword .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #5a4f69 !important;
}
.explore-donor .pagination .page-item.active .page-link, .search-results-donor .pagination .page-item.active .page-link, .document-list.donor .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #130615;
}
.explore-donor .pagination .page-item:first-child .page-link, .explore-donor .pagination .page-item:last-child .page-link, .search-results-donor .pagination .page-item:first-child .page-link, .search-results-donor .pagination .page-item:last-child .page-link, .document-list.donor .pagination .page-item:first-child .page-link, .document-list.donor .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #491850;
}
.explore-donor .pagination .page-item:first-child .page-link:hover, .explore-donor .pagination .page-item:first-child .page-link:focus, .explore-donor .pagination .page-item:last-child .page-link:hover, .explore-donor .pagination .page-item:last-child .page-link:focus, .search-results-donor .pagination .page-item:first-child .page-link:hover, .search-results-donor .pagination .page-item:first-child .page-link:focus, .search-results-donor .pagination .page-item:last-child .page-link:hover, .search-results-donor .pagination .page-item:last-child .page-link:focus, .document-list.donor .pagination .page-item:first-child .page-link:hover, .document-list.donor .pagination .page-item:first-child .page-link:focus, .document-list.donor .pagination .page-item:last-child .page-link:hover, .document-list.donor .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #5b1e63;
}
.explore-donor .pagination .page-item + .page-item .page-link, .search-results-donor .pagination .page-item + .page-item .page-link, .document-list.donor .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #250c28 !important;
}
.explore-translator .pagination .page-item.active .page-link, .search-results-translator .pagination .page-item.active .page-link, .document-list.translator .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #605957;
}
.explore-translator .pagination .page-item:first-child .page-link, .explore-translator .pagination .page-item:last-child .page-link, .search-results-translator .pagination .page-item:first-child .page-link, .search-results-translator .pagination .page-item:last-child .page-link, .document-list.translator .pagination .page-item:first-child .page-link, .document-list.translator .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #887f7b;
}
.explore-translator .pagination .page-item:first-child .page-link:hover, .explore-translator .pagination .page-item:first-child .page-link:focus, .explore-translator .pagination .page-item:last-child .page-link:hover, .explore-translator .pagination .page-item:last-child .page-link:focus, .search-results-translator .pagination .page-item:first-child .page-link:hover, .search-results-translator .pagination .page-item:first-child .page-link:focus, .search-results-translator .pagination .page-item:last-child .page-link:hover, .search-results-translator .pagination .page-item:last-child .page-link:focus, .document-list.translator .pagination .page-item:first-child .page-link:hover, .document-list.translator .pagination .page-item:first-child .page-link:focus, .document-list.translator .pagination .page-item:last-child .page-link:hover, .document-list.translator .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #948c89;
}
.explore-translator .pagination .page-item + .page-item .page-link, .search-results-translator .pagination .page-item + .page-item .page-link, .document-list.translator .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #6e6663 !important;
}
.explore-contributor .pagination .page-item.active .page-link, .search-results-contributor .pagination .page-item.active .page-link, .document-list.contributor .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #2d2a2d;
}
.explore-contributor .pagination .page-item:first-child .page-link, .explore-contributor .pagination .page-item:last-child .page-link, .search-results-contributor .pagination .page-item:first-child .page-link, .search-results-contributor .pagination .page-item:last-child .page-link, .document-list.contributor .pagination .page-item:first-child .page-link, .document-list.contributor .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #554e54;
}
.explore-contributor .pagination .page-item:first-child .page-link:hover, .explore-contributor .pagination .page-item:first-child .page-link:focus, .explore-contributor .pagination .page-item:last-child .page-link:hover, .explore-contributor .pagination .page-item:last-child .page-link:focus, .search-results-contributor .pagination .page-item:first-child .page-link:hover, .search-results-contributor .pagination .page-item:first-child .page-link:focus, .search-results-contributor .pagination .page-item:last-child .page-link:hover, .search-results-contributor .pagination .page-item:last-child .page-link:focus, .document-list.contributor .pagination .page-item:first-child .page-link:hover, .document-list.contributor .pagination .page-item:first-child .page-link:focus, .document-list.contributor .pagination .page-item:last-child .page-link:hover, .document-list.contributor .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #635a61;
}
.explore-contributor .pagination .page-item + .page-item .page-link, .search-results-contributor .pagination .page-item + .page-item .page-link, .document-list.contributor .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #3b363a !important;
}
.explore-white .pagination .page-item.active .page-link, .search-results-white .pagination .page-item.active .page-link, .document-list.white .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #e6e6e6;
}
.explore-white .pagination .page-item:first-child .page-link, .explore-white .pagination .page-item:last-child .page-link, .search-results-white .pagination .page-item:first-child .page-link, .search-results-white .pagination .page-item:last-child .page-link, .document-list.white .pagination .page-item:first-child .page-link, .document-list.white .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: white;
}
.explore-white .pagination .page-item:first-child .page-link:hover, .explore-white .pagination .page-item:first-child .page-link:focus, .explore-white .pagination .page-item:last-child .page-link:hover, .explore-white .pagination .page-item:last-child .page-link:focus, .search-results-white .pagination .page-item:first-child .page-link:hover, .search-results-white .pagination .page-item:first-child .page-link:focus, .search-results-white .pagination .page-item:last-child .page-link:hover, .search-results-white .pagination .page-item:last-child .page-link:focus, .document-list.white .pagination .page-item:first-child .page-link:hover, .document-list.white .pagination .page-item:first-child .page-link:focus, .document-list.white .pagination .page-item:last-child .page-link:hover, .document-list.white .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: white;
}
.explore-white .pagination .page-item + .page-item .page-link, .search-results-white .pagination .page-item + .page-item .page-link, .document-list.white .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #f2f2f2 !important;
}
.explore-black .pagination .page-item.active .page-link, .search-results-black .pagination .page-item.active .page-link, .document-list.black .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: black;
}
.explore-black .pagination .page-item:first-child .page-link, .explore-black .pagination .page-item:last-child .page-link, .search-results-black .pagination .page-item:first-child .page-link, .search-results-black .pagination .page-item:last-child .page-link, .document-list.black .pagination .page-item:first-child .page-link, .document-list.black .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #0d0d0d;
}
.explore-black .pagination .page-item:first-child .page-link:hover, .explore-black .pagination .page-item:first-child .page-link:focus, .explore-black .pagination .page-item:last-child .page-link:hover, .explore-black .pagination .page-item:last-child .page-link:focus, .search-results-black .pagination .page-item:first-child .page-link:hover, .search-results-black .pagination .page-item:first-child .page-link:focus, .search-results-black .pagination .page-item:last-child .page-link:hover, .search-results-black .pagination .page-item:last-child .page-link:focus, .document-list.black .pagination .page-item:first-child .page-link:hover, .document-list.black .pagination .page-item:first-child .page-link:focus, .document-list.black .pagination .page-item:last-child .page-link:hover, .document-list.black .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #1a1a1a;
}
.explore-black .pagination .page-item + .page-item .page-link, .search-results-black .pagination .page-item + .page-item .page-link, .document-list.black .pagination .page-item + .page-item .page-link {
  border-left: 1px solid black !important;
}
.explore-transparent .pagination .page-item.active .page-link, .search-results-transparent .pagination .page-item.active .page-link, .document-list.transparent .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
.explore-transparent .pagination .page-item:first-child .page-link, .explore-transparent .pagination .page-item:last-child .page-link, .search-results-transparent .pagination .page-item:first-child .page-link, .search-results-transparent .pagination .page-item:last-child .page-link, .document-list.transparent .pagination .page-item:first-child .page-link, .document-list.transparent .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: rgba(13, 13, 13, 0);
}
.explore-transparent .pagination .page-item:first-child .page-link:hover, .explore-transparent .pagination .page-item:first-child .page-link:focus, .explore-transparent .pagination .page-item:last-child .page-link:hover, .explore-transparent .pagination .page-item:last-child .page-link:focus, .search-results-transparent .pagination .page-item:first-child .page-link:hover, .search-results-transparent .pagination .page-item:first-child .page-link:focus, .search-results-transparent .pagination .page-item:last-child .page-link:hover, .search-results-transparent .pagination .page-item:last-child .page-link:focus, .document-list.transparent .pagination .page-item:first-child .page-link:hover, .document-list.transparent .pagination .page-item:first-child .page-link:focus, .document-list.transparent .pagination .page-item:last-child .page-link:hover, .document-list.transparent .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: rgba(26, 26, 26, 0);
}
.explore-transparent .pagination .page-item + .page-item .page-link, .search-results-transparent .pagination .page-item + .page-item .page-link, .document-list.transparent .pagination .page-item + .page-item .page-link {
  border-left: 1px solid rgba(0, 0, 0, 0) !important;
}
.explore-clear .pagination .page-item.active .page-link, .search-results-clear .pagination .page-item.active .page-link, .document-list.clear .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #2d2a2d;
}
.explore-clear .pagination .page-item:first-child .page-link, .explore-clear .pagination .page-item:last-child .page-link, .search-results-clear .pagination .page-item:first-child .page-link, .search-results-clear .pagination .page-item:last-child .page-link, .document-list.clear .pagination .page-item:first-child .page-link, .document-list.clear .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #554e54;
}
.explore-clear .pagination .page-item:first-child .page-link:hover, .explore-clear .pagination .page-item:first-child .page-link:focus, .explore-clear .pagination .page-item:last-child .page-link:hover, .explore-clear .pagination .page-item:last-child .page-link:focus, .search-results-clear .pagination .page-item:first-child .page-link:hover, .search-results-clear .pagination .page-item:first-child .page-link:focus, .search-results-clear .pagination .page-item:last-child .page-link:hover, .search-results-clear .pagination .page-item:last-child .page-link:focus, .document-list.clear .pagination .page-item:first-child .page-link:hover, .document-list.clear .pagination .page-item:first-child .page-link:focus, .document-list.clear .pagination .page-item:last-child .page-link:hover, .document-list.clear .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #635a61;
}
.explore-clear .pagination .page-item + .page-item .page-link, .search-results-clear .pagination .page-item + .page-item .page-link, .document-list.clear .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #3b363a !important;
}
.pagination .page-item {
  display: none;
}
.pagination .page-item.pager__item--previous, .pagination .page-item.pager__item--next {
  display: list-item;
}
@media (min-width: 768px) {
  .pagination .page-item {
    display: list-item;
  }
}
.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination .page-item:first-child, .pagination .page-item:last-child {
  display: list-item;
}
.pagination .page-item .page-link {
  border: none;
  color: #363135;
}

.pill-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pill-list .pill-item {
  margin: 0;
  padding: 0;
}

.pill {
  display: inline-block;
  padding: 4px 12px;
  font-weight: 400;
  border-radius: 24px;
  -webkit-transition: none;
  transition: none;
  border: 1px solid transparent;
  text-decoration: none;
  width: auto;
  cursor: pointer;
}
.pill.pill-light-blue {
  position: relative;
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.search .pill.pill-light-blue i {
  background-color: #0a4f77;
}
.pill.pill-light-blue:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.pill.pill-light-blue:hover, .pill.pill-light-blue:focus {
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-light-blue:hover:after, .pill.pill-light-blue:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-light-blue.circle {
  border-color: #0e6ea6;
}
.pill.pill-light-blue.circle:hover, .pill.pill-light-blue.circle:focus {
  border-color: #0e6ea6;
}
.pill.pill-dark-blue {
  position: relative;
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.search .pill.pill-dark-blue i {
  background-color: #053958;
}
.pill.pill-dark-blue:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.pill.pill-dark-blue:hover, .pill.pill-dark-blue:focus {
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-dark-blue:hover:after, .pill.pill-dark-blue:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-dark-blue.circle {
  border-color: #085988;
}
.pill.pill-dark-blue.circle:hover, .pill.pill-dark-blue.circle:focus {
  border-color: #085988;
}
.pill.pill-dark-purple {
  position: relative;
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
}
.search .pill.pill-dark-purple i {
  background-color: #130615;
}
.pill.pill-dark-purple:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.pill.pill-dark-purple:hover, .pill.pill-dark-purple:focus {
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-dark-purple:hover:after, .pill.pill-dark-purple:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-dark-purple.circle {
  border-color: #37123c;
}
.pill.pill-dark-purple.circle:hover, .pill.pill-dark-purple.circle:focus {
  border-color: #37123c;
}
.pill.pill-light-purple {
  position: relative;
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.search .pill.pill-light-purple i {
  background-color: #665978;
}
.pill.pill-light-purple:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.pill.pill-light-purple:hover, .pill.pill-light-purple:focus {
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-light-purple:hover:after, .pill.pill-light-purple:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-light-purple.circle {
  border-color: #7f7094;
}
.pill.pill-light-purple.circle:hover, .pill.pill-light-purple.circle:focus {
  border-color: #7f7094;
}
.pill.pill-gray {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.search .pill.pill-gray i {
  background-color: #2d2a2d;
}
.pill.pill-gray:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.pill.pill-gray:hover, .pill.pill-gray:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-gray:hover:after, .pill.pill-gray:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-gray.circle {
  border-color: #484247;
}
.pill.pill-gray.circle:hover, .pill.pill-gray.circle:focus {
  border-color: #484247;
}
.pill.pill-people {
  position: relative;
  color: #ffffff;
  background-color: #008094;
  overflow: hidden;
}
.search .pill.pill-people i {
  background-color: #005461;
}
.pill.pill-people:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #006a7b;
}
.pill.pill-people:hover, .pill.pill-people:focus {
  border: 1px solid #006a7b;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-people:hover:after, .pill.pill-people:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-people.circle {
  border-color: #008094;
}
.pill.pill-people.circle:hover, .pill.pill-people.circle:focus {
  border-color: #008094;
}
.pill.pill-places {
  position: relative;
  color: #ffffff;
  background-color: #507600;
  overflow: hidden;
}
.search .pill.pill-places i {
  background-color: #2d4300;
}
.pill.pill-places:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3f5c00;
}
.pill.pill-places:hover, .pill.pill-places:focus {
  border: 1px solid #3f5c00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-places:hover:after, .pill.pill-places:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-places.circle {
  border-color: #507600;
}
.pill.pill-places.circle:hover, .pill.pill-places.circle:focus {
  border-color: #507600;
}
.pill.pill-topics {
  position: relative;
  color: #ffffff;
  background-color: #b02a2e;
  overflow: hidden;
}
.search .pill.pill-topics i {
  background-color: #872023;
}
.pill.pill-topics:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #9c2529;
}
.pill.pill-topics:hover, .pill.pill-topics:focus {
  border: 1px solid #9c2529;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-topics:hover:after, .pill.pill-topics:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-topics.circle {
  border-color: #b02a2e;
}
.pill.pill-topics.circle:hover, .pill.pill-topics.circle:focus {
  border-color: #b02a2e;
}
.pill.pill-languages {
  position: relative;
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.search .pill.pill-languages i {
  background-color: #0a4f77;
}
.pill.pill-languages:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0c5e8e;
}
.pill.pill-languages:hover, .pill.pill-languages:focus {
  border: 1px solid #0c5e8e;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-languages:hover:after, .pill.pill-languages:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-languages.circle {
  border-color: #0e6ea6;
}
.pill.pill-languages.circle:hover, .pill.pill-languages.circle:focus {
  border-color: #0e6ea6;
}
.pill.pill-original_repositories {
  position: relative;
  color: #ffffff;
  background-color: #7f7094;
  overflow: hidden;
}
.search .pill.pill-original_repositories i {
  background-color: #665978;
}
.pill.pill-original_repositories:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #726486;
}
.pill.pill-original_repositories:hover, .pill.pill-original_repositories:focus {
  border: 1px solid #726486;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-original_repositories:hover:after, .pill.pill-original_repositories:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-original_repositories.circle {
  border-color: #7f7094;
}
.pill.pill-original_repositories.circle:hover, .pill.pill-original_repositories.circle:focus {
  border-color: #7f7094;
}
.pill.pill-year_range {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.search .pill.pill-year_range i {
  background-color: #4d445a;
}
.pill.pill-year_range:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.pill.pill-year_range:hover, .pill.pill-year_range:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-year_range:hover:after, .pill.pill-year_range:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-year_range.circle {
  border-color: #665978;
}
.pill.pill-year_range.circle:hover, .pill.pill-year_range.circle:focus {
  border-color: #665978;
}
.pill.pill-people-dark {
  position: relative;
  color: #ffffff;
  background-color: #005663;
  overflow: hidden;
}
.search .pill.pill-people-dark i {
  background-color: #002a30;
}
.pill.pill-people-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #00404a;
}
.pill.pill-people-dark:hover, .pill.pill-people-dark:focus {
  border: 1px solid #00404a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-people-dark:hover:after, .pill.pill-people-dark:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-people-dark.circle {
  border-color: #005663;
}
.pill.pill-people-dark.circle:hover, .pill.pill-people-dark.circle:focus {
  border-color: #005663;
}
.pill.pill-places-dark {
  position: relative;
  color: #ffffff;
  background-color: #3a5600;
  overflow: hidden;
}
.search .pill.pill-places-dark i {
  background-color: #182300;
}
.pill.pill-places-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #293d00;
}
.pill.pill-places-dark:hover, .pill.pill-places-dark:focus {
  border: 1px solid #293d00;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-places-dark:hover:after, .pill.pill-places-dark:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-places-dark.circle {
  border-color: #3a5600;
}
.pill.pill-places-dark.circle:hover, .pill.pill-places-dark.circle:focus {
  border-color: #3a5600;
}
.pill.pill-topics-dark {
  position: relative;
  color: #ffffff;
  background-color: #8b2326;
  overflow: hidden;
}
.search .pill.pill-topics-dark i {
  background-color: #62191b;
}
.pill.pill-topics-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #771e20;
}
.pill.pill-topics-dark:hover, .pill.pill-topics-dark:focus {
  border: 1px solid #771e20;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-topics-dark:hover:after, .pill.pill-topics-dark:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-topics-dark.circle {
  border-color: #8b2326;
}
.pill.pill-topics-dark.circle:hover, .pill.pill-topics-dark.circle:focus {
  border-color: #8b2326;
}
.pill.pill-document {
  position: relative;
  color: #ffffff;
  background-color: #085988;
  overflow: hidden;
}
.search .pill.pill-document i {
  background-color: #053958;
}
.pill.pill-document:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #074970;
}
.pill.pill-document:hover, .pill.pill-document:focus {
  border: 1px solid #074970;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-document:hover:after, .pill.pill-document:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-document.circle {
  border-color: #085988;
}
.pill.pill-document.circle:hover, .pill.pill-document.circle:focus {
  border-color: #085988;
}
.pill.pill-subject {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.search .pill.pill-subject i {
  background-color: #4d445a;
}
.pill.pill-subject:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.pill.pill-subject:hover, .pill.pill-subject:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-subject:hover:after, .pill.pill-subject:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-subject.circle {
  border-color: #665978;
}
.pill.pill-subject.circle:hover, .pill.pill-subject.circle:focus {
  border-color: #665978;
}
.pill.pill-keyword {
  position: relative;
  color: #ffffff;
  background-color: #665978;
  overflow: hidden;
}
.search .pill.pill-keyword i {
  background-color: #4d445a;
}
.pill.pill-keyword:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #5a4f69;
}
.pill.pill-keyword:hover, .pill.pill-keyword:focus {
  border: 1px solid #5a4f69;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-keyword:hover:after, .pill.pill-keyword:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-keyword.circle {
  border-color: #665978;
}
.pill.pill-keyword.circle:hover, .pill.pill-keyword.circle:focus {
  border-color: #665978;
}
.pill.pill-donor {
  position: relative;
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
  background-color: #7f7094;
}
.search .pill.pill-donor i {
  background-color: #665978;
}
.search .pill.pill-donor i {
  background-color: #130615;
}
.pill.pill-donor:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #250c28;
}
.pill.pill-donor:hover, .pill.pill-donor:focus {
  border: 1px solid #250c28;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-donor:hover:after, .pill.pill-donor:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-donor.circle {
  border-color: #37123c;
}
.pill.pill-donor.circle:hover, .pill.pill-donor.circle:focus {
  border-color: #37123c;
}
.pill.pill-translator {
  position: relative;
  color: #ffffff;
  background-color: #7b726f;
  overflow: hidden;
}
.search .pill.pill-translator i {
  background-color: #605957;
}
.pill.pill-translator:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #6e6663;
}
.pill.pill-translator:hover, .pill.pill-translator:focus {
  border: 1px solid #6e6663;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-translator:hover:after, .pill.pill-translator:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-translator.circle {
  border-color: #7b726f;
}
.pill.pill-translator.circle:hover, .pill.pill-translator.circle:focus {
  border-color: #7b726f;
}
.pill.pill-contributor {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.search .pill.pill-contributor i {
  background-color: #2d2a2d;
}
.pill.pill-contributor:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.pill.pill-contributor:hover, .pill.pill-contributor:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-contributor:hover:after, .pill.pill-contributor:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-contributor.circle {
  border-color: #484247;
}
.pill.pill-contributor.circle:hover, .pill.pill-contributor.circle:focus {
  border-color: #484247;
}
.pill.pill-white {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.search .pill.pill-white i {
  background-color: #e6e6e6;
}
.pill.pill-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #f2f2f2;
}
.pill.pill-white:hover, .pill.pill-white:focus {
  border: 1px solid #f2f2f2;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-white:hover:after, .pill.pill-white:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-white.circle {
  border-color: #ffffff;
}
.pill.pill-white.circle:hover, .pill.pill-white.circle:focus {
  border-color: #ffffff;
}
.pill.pill-black {
  position: relative;
  color: #ffffff;
  background-color: #000000;
  overflow: hidden;
}
.search .pill.pill-black i {
  background-color: black;
}
.pill.pill-black:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: black;
}
.pill.pill-black:hover, .pill.pill-black:focus {
  border: 1px solid black;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-black:hover:after, .pill.pill-black:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-black.circle {
  border-color: #000000;
}
.pill.pill-black.circle:hover, .pill.pill-black.circle:focus {
  border-color: #000000;
}
.pill.pill-transparent {
  position: relative;
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}
.search .pill.pill-transparent i {
  background-color: rgba(0, 0, 0, 0);
}
.pill.pill-transparent:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
}
.pill.pill-transparent:hover, .pill.pill-transparent:focus {
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-transparent:hover:after, .pill.pill-transparent:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-transparent.circle {
  border-color: transparent;
}
.pill.pill-transparent.circle:hover, .pill.pill-transparent.circle:focus {
  border-color: transparent;
}
.pill.pill-clear {
  position: relative;
  color: #ffffff;
  background-color: #484247;
  overflow: hidden;
}
.search .pill.pill-clear i {
  background-color: #2d2a2d;
}
.pill.pill-clear:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3b363a;
}
.pill.pill-clear:hover, .pill.pill-clear:focus {
  border: 1px solid #3b363a;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-clear:hover:after, .pill.pill-clear:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-clear.circle {
  border-color: #484247;
}
.pill.pill-clear.circle:hover, .pill.pill-clear.circle:focus {
  border-color: #484247;
}
.pill.pill-gray:hover, .pill.pill-gray:focus {
  color: #ffffff;
}
.pill.pill-keyword {
  background-color: #8c7f9f;
}
.pill.pill-keyword .fa-text {
  margin: auto !important;
}
.pill.pill-keyword:after {
  display: none;
}
.pill.circle {
  padding: 0 !important;
  width: 40px;
  height: 40px;
  border: 4px solid;
  border-radius: 50% !important;
}
.pill.circle:hover, .pill.circle:focus {
  border: 4px solid;
}
.card .title .pill {
  cursor: default;
}
.search .pill {
  padding: 0;
  overflow: hidden;
}
.search .pill:hover i.fa-earth-europe, .search .pill:hover i.fa-earth-asia, .search .pill:hover i.fa-earth-americas, .search .pill:hover i.fa-earth-africa, .search .pill:hover i.fa-earth-oceania, .search .pill:hover i.fa-earth, .search .pill:hover i.fa-user, .search .pill:hover i.fa-books, .search .pill:hover i.fa-box-archive, .search .pill:hover i.fa-language, .search .pill:hover i.fa-text, .search .pill:hover i.fa-calendar-days, .search .pill:hover i.fa-hand-holding-heart, .search .pill:hover i.fa-feather, .search .pill:hover i.fa-subtitle, .search .pill:focus i.fa-earth-europe, .search .pill:focus i.fa-earth-asia, .search .pill:focus i.fa-earth-americas, .search .pill:focus i.fa-earth-africa, .search .pill:focus i.fa-earth-oceania, .search .pill:focus i.fa-earth, .search .pill:focus i.fa-user, .search .pill:focus i.fa-books, .search .pill:focus i.fa-box-archive, .search .pill:focus i.fa-language, .search .pill:focus i.fa-text, .search .pill:focus i.fa-calendar-days, .search .pill:focus i.fa-hand-holding-heart, .search .pill:focus i.fa-feather, .search .pill:focus i.fa-subtitle {
  display: none;
}
.search .pill:hover i.fa-xmark, .search .pill:focus i.fa-xmark {
  display: block;
}
.search .pill i {
  margin: 0 !important;
  width: 44px;
  padding: 9px 8px 9px 12px !important;
}
.search .pill i.fa-earth-europe, .search .pill i.fa-earth-asia, .search .pill i.fa-earth-americas, .search .pill i.fa-earth-africa, .search .pill i.fa-earth-oceania, .search .pill i.fa-earth, .search .pill i.fa-user, .search .pill i.fa-books, .search .pill i.fa-text, .search .pill i.fa-calendar-days, .search .pill i.fa-hand-holding-heart, .search .pill i.fa-feather, .search .pill i.fa-subtitle {
  display: block;
}
.search .pill i.fa-xmark {
  display: none;
}
.search .pill .name {
  display: block !important;
  margin: 0 !important;
  max-height: 34px !important;
  padding: 6px 12px !important;
}
.pill .pill-interior {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 22px;
  z-index: 1;
}
.pill .pill-interior i:first-child {
  margin-right: 8px;
}
.pill .pill-interior i:last-child {
  margin-left: 8px;
}
.pill .pill-interior .name {
  display: -webkit-box;
  max-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ui.search.focus .input-group-text {
  color: #7b726f;
  -webkit-transition: color ease-in-out 100ms;
  transition: color ease-in-out 100ms;
}
.ui.search.focus .form-control::-webkit-input-placeholder {
  color: #b9b7b4;
  -webkit-transition: color ease-in-out 100ms;
  transition: color ease-in-out 100ms;
}
.ui.search.focus .form-control::-moz-placeholder {
  color: #b9b7b4;
  -moz-transition: color ease-in-out 100ms;
  transition: color ease-in-out 100ms;
}
.ui.search.focus .form-control:-ms-input-placeholder {
  color: #b9b7b4;
  -ms-transition: color ease-in-out 100ms;
  transition: color ease-in-out 100ms;
}
.ui.search.focus .form-control::-ms-input-placeholder {
  color: #b9b7b4;
  -ms-transition: color ease-in-out 100ms;
  transition: color ease-in-out 100ms;
}
.ui.search.focus .form-control::placeholder {
  color: #b9b7b4;
  -webkit-transition: color ease-in-out 100ms;
  transition: color ease-in-out 100ms;
}
.ui.search.visualization .input-group input[type=text].form-control,
.ui.search.visualization .input-group .btn-switch,
.ui.search.visualization .input-group .btn-search {
  display: none;
}
.ui.search .input-group {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(35, 31, 32, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(35, 31, 32, 0.1);
  border-radius: 24px;
  overflow: hidden;
}
.ui.search .input-group .input-group-text {
  padding: 16px 2px 16px 24px;
  background: none;
  background-color: #ffffff;
  border: none;
}
.ui.search .input-group input[type=text].form-control {
  padding: 14px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  border: none;
}
.ui.search .input-group input[type=text].form-control::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}
.ui.search .input-group input[type=text].form-control::-moz-placeholder {
  font-size: 14px;
  line-height: 20px;
}
.ui.search .input-group input[type=text].form-control:-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}
.ui.search .input-group input[type=text].form-control::-ms-input-placeholder {
  font-size: 14px;
  line-height: 20px;
}
.ui.search .input-group input[type=text].form-control::placeholder {
  font-size: 14px;
  line-height: 20px;
}
.ui.search .input-group input[type=text].form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-bar .ui.search {
  margin-bottom: 0;
}
.search-bar .ui.search .btn-search {
  border: none;
}
.search-bar .ui.search .input-group {
  background-color: #ffffff;
}
.search-bar .ui.search .input-group.active .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #e3e4db;
  background-color: #f2f2f2;
}
.search-bar .ui.search .input-group.active .form-control {
  border-radius: 0;
}
.search-bar .ui.search .input-group.active .btn-search {
  border-bottom-right-radius: 0;
}
.search-bar .ui.search .input-group .input-group-text {
  display: none;
  border: none;
  padding: 0.375rem 0.5rem !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: none;
}
.search-bar .ui.search .input-group .input-group-text .pill {
  margin: 2px;
}
.modal-see-more .ui.search .form-control {
  padding: 14px 24px 14px 14px !important;
}
.ui.search .results {
  width: 100%;
}
.ui.search .results.results-main {
  width: 100% !important;
  overflow: hidden;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 10px;
  border: none;
}
.ui.search .results.results-main .category,
.ui.search .results.results-main .results {
  width: 100%;
}
.ui.search .results.results-main .name {
  min-width: 95px !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #ffffff !important;
  background-color: #7b726f !important;
}
.ui.search .results.results-main .result {
  font-size: 16px !important;
  line-height: 22px !important;
  text-decoration: none !important;
}
.ui.search .results.results-main .result .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ui.search .results.results-main .result .content .title,
.ui.search .results.results-main .result .content .description {
  width: 50%;
}
.ui.search .results.results-main .result .content .description {
  text-align: right;
}

.search-results-menu {
  position: sticky;
  top: 32px;
  padding-right: 16px;
}
.modal .search-results-menu {
  padding: 0;
}
.modal .search-results-menu .accordion {
  margin-top: 0;
}
.modal .search-results-menu .accordion .name {
  padding-left: 0 !important;
  margin: 0 !important;
}
.modal .search-results-menu .accordion .sub-title {
  margin-top: 24px;
}
.search-results-menu .title {
  font-family: "source-serif-pro", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.search-results-menu .sub-title {
  margin: 32px 0 16px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.search-results-menu .sub-title:first-child {
  margin-top: 0;
}
.search-results-menu .accordion {
  margin-top: 24px;
}
.search-results-menu .list-group {
  border: none;
  padding: 0;
}
.search-results-menu .list-group a {
  text-decoration: none;
}
.search-results-menu .list-group a + a {
  margin-top: 8px;
}
.search-results-menu .list-group a + button {
  margin-top: 8px;
}
.search-results-menu .list-group .ui-slider-pips .ui-slider-line {
  color: #b9b7b4;
  background: #b9b7b4;
}
.search-results-menu .list-group .ui-slider-pips [class*=ui-slider-pip-selected],
.search-results-menu .list-group .ui-slider-pips .ui-slider-pip-inrange {
  color: #7b726f;
}
.search-results-menu .list-group .ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line,
.search-results-menu .list-group .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  color: #7b726f;
  background: #7b726f !important;
}
.search-results-menu .list-group .ui-slider {
  border-color: #b9b7b4;
  border-radius: 24px;
}
.search-results-menu .list-group .ui-slider .ui-slider-pip {
  font-weight: bold;
}
.search-results-menu .list-group .ui-slider .ui-slider-pip.ui-slider-pip-first {
  margin-left: 0;
}
.search-results-menu .list-group .ui-slider .ui-slider-pip.ui-slider-pip-last {
  left: unset !important;
  right: 0;
}
.search-results-menu .list-group .ui-slider .ui-slider-pip .ui-slider-label {
  color: #484247;
}
.search-results-menu .list-group .ui-slider .ui-slider-range {
  background-color: #7f7094;
}
.search-results-menu .list-group .ui-slider .ui-slider-handle {
  top: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #37123c;
  border-color: #37123c;
}
.search-results-menu .list-group .ui-slider .ui-slider-handle .ui-slider-tip {
  font-weight: 700;
  color: #ffffff;
  background-color: #37123c;
  border-color: #37123c;
}
.search-results-menu .list-group .ui-slider .ui-slider-handle .ui-slider-tip:before, .search-results-menu .list-group .ui-slider .ui-slider-handle .ui-slider-tip:after {
  border-top-color: #37123c;
}
.search-results-menu .list-group .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px;
  background: none;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-results-menu .list-group .list-group-item.active {
  border-radius: 24px;
}
.search-results-menu .list-group .list-group-item .name,
.search-results-menu .list-group .list-group-item .items,
.search-results-menu .list-group .list-group-item i {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  z-index: 1;
}
.search-results-menu .list-group .list-group-item .name {
  font-weight: 600;
  margin-right: 16px;
}
.search-results-menu .list-group .list-group-item i {
  margin-left: auto;
}
.search-results-menu .list-group .list-group-item .items {
  margin-left: auto;
  font-weight: 500;
  font-style: italic;
}
.search-results-menu .list-group .list-group-item.list-group-see-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.search-results-menu .facet-block i {
  display: none;
}

.sliding-popup.sliding-popup-light-blue {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #0e6ea6 !important;
}
.sliding-popup.sliding-popup-dark-blue {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #085988 !important;
}
.sliding-popup.sliding-popup-dark-purple {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #37123c !important;
}
.sliding-popup.sliding-popup-light-purple {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #7f7094 !important;
}
.sliding-popup.sliding-popup-gray {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #484247 !important;
}
.sliding-popup.sliding-popup-people {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #008094 !important;
}
.sliding-popup.sliding-popup-places {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #507600 !important;
}
.sliding-popup.sliding-popup-topics {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #b02a2e !important;
}
.sliding-popup.sliding-popup-languages {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #0e6ea6 !important;
}
.sliding-popup.sliding-popup-original_repositories {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #7f7094 !important;
}
.sliding-popup.sliding-popup-year_range {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #665978 !important;
}
.sliding-popup.sliding-popup-people-dark {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #005663 !important;
}
.sliding-popup.sliding-popup-places-dark {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #3a5600 !important;
}
.sliding-popup.sliding-popup-topics-dark {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #8b2326 !important;
}
.sliding-popup.sliding-popup-document {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #085988 !important;
}
.sliding-popup.sliding-popup-subject {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #665978 !important;
}
.sliding-popup.sliding-popup-keyword {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #665978 !important;
}
.sliding-popup.sliding-popup-donor {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #37123c !important;
}
.sliding-popup.sliding-popup-translator {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #7b726f !important;
}
.sliding-popup.sliding-popup-contributor {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #484247 !important;
}
.sliding-popup.sliding-popup-white {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #ffffff !important;
}
.sliding-popup.sliding-popup-black {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #000000 !important;
}
.sliding-popup.sliding-popup-transparent {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: transparent !important;
}
.sliding-popup.sliding-popup-clear {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #484247 !important;
}
.sliding-popup-bottom .popup-content {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons,
.sliding-popup-bottom .popup-content .eu-cookie-compliance-message {
  margin: 0;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-message {
  width: 60%;
}
.sliding-popup-bottom .popup-content .eu-cookie-compliance-buttons {
  text-align: right;
  width: 40%;
}
.sliding-popup-bottom .popup-content .find-more-button {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}

.table {
  margin-bottom: 0;
}
.table tr td {
  display: block;
  border: none;
}
@media (min-width: 768px) {
  .table tr td {
    display: table-cell;
  }
}
.table .date {
  padding: 24px 24px 0;
  min-width: 150px;
  font-weight: 600;
  font-size: 16px;
  color: #7b726f !important;
}
@media (min-width: 768px) {
  .table .date {
    padding: 24px 24px 24px 32px;
  }
}
.table .date p {
  margin: 0;
}
.table .document {
  padding: 8px 24px 24px;
}
@media (min-width: 768px) {
  .table .document {
    padding: 24px 32px 24px 0;
    min-width: 400px;
  }
}
.table .document a {
  display: block;
  text-decoration: none;
}
.table .document a .sub-title {
  font-weight: 600;
  font-size: 18px;
  color: #0e6ea6;
}
.table .document a .text {
  font-size: 16px;
  line-height: 22px;
  color: #363135;
}
.table .document a .text p:last-child {
  margin: 0;
}

.explore-tabs .nav-tabs {
  border: none;
}
.explore-tabs .nav-tabs .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  background: none;
  border: none;
}
.explore-tabs .nav-tabs .nav-link .text {
  font-family: "source-serif-pro", serif;
  font-size: 16px;
  line-height: 1;
  opacity: 0.5;
}
.explore-tabs .nav-tabs .nav-link.active .text {
  opacity: 1;
}
.explore-tabs .nav-tabs .nav-link.active .fa-toggle-off,
.explore-tabs .nav-tabs .nav-link.active .fa-toggle-on {
  display: none;
}
.explore-tabs .nav-tabs .nav-link:first-child.active {
  padding-right: 0;
}
.explore-tabs .nav-tabs .nav-link:first-child .fa-solid {
  margin-left: 16px;
}
.explore-tabs .nav-tabs .nav-link:last-child.active {
  padding-left: 0;
}
.explore-tabs .nav-tabs .nav-link:last-child .fa-solid {
  margin-right: 16px;
}
.explore-tabs .nav-tabs .nav-link .fa-toggle-off,
.explore-tabs .nav-tabs .nav-link .fa-toggle-on {
  display: inline-block;
}

.tooltip {
  z-index: 5;
}
.tooltip.tooltip-light-blue {
  color: #ffffff;
  background-color: #0e6ea6;
}
.tooltip.tooltip-light-blue:after {
  border-color: transparent transparent #0e6ea6 transparent;
}
.tooltip.tooltip-dark-blue {
  color: #ffffff;
  background-color: #085988;
}
.tooltip.tooltip-dark-blue:after {
  border-color: transparent transparent #085988 transparent;
}
.tooltip.tooltip-dark-purple {
  color: #ffffff;
  background-color: #37123c;
}
.tooltip.tooltip-dark-purple:after {
  border-color: transparent transparent #37123c transparent;
}
.tooltip.tooltip-light-purple {
  color: #ffffff;
  background-color: #7f7094;
}
.tooltip.tooltip-light-purple:after {
  border-color: transparent transparent #7f7094 transparent;
}
.tooltip.tooltip-gray {
  color: #ffffff;
  background-color: #484247;
}
.tooltip.tooltip-gray:after {
  border-color: transparent transparent #484247 transparent;
}
.tooltip.tooltip-people {
  color: #ffffff;
  background-color: #008094;
}
.tooltip.tooltip-people:after {
  border-color: transparent transparent #008094 transparent;
}
.tooltip.tooltip-places {
  color: #ffffff;
  background-color: #507600;
}
.tooltip.tooltip-places:after {
  border-color: transparent transparent #507600 transparent;
}
.tooltip.tooltip-topics {
  color: #ffffff;
  background-color: #b02a2e;
}
.tooltip.tooltip-topics:after {
  border-color: transparent transparent #b02a2e transparent;
}
.tooltip.tooltip-languages {
  color: #ffffff;
  background-color: #0e6ea6;
}
.tooltip.tooltip-languages:after {
  border-color: transparent transparent #0e6ea6 transparent;
}
.tooltip.tooltip-original_repositories {
  color: #ffffff;
  background-color: #7f7094;
}
.tooltip.tooltip-original_repositories:after {
  border-color: transparent transparent #7f7094 transparent;
}
.tooltip.tooltip-year_range {
  color: #ffffff;
  background-color: #665978;
}
.tooltip.tooltip-year_range:after {
  border-color: transparent transparent #665978 transparent;
}
.tooltip.tooltip-people-dark {
  color: #ffffff;
  background-color: #005663;
}
.tooltip.tooltip-people-dark:after {
  border-color: transparent transparent #005663 transparent;
}
.tooltip.tooltip-places-dark {
  color: #ffffff;
  background-color: #3a5600;
}
.tooltip.tooltip-places-dark:after {
  border-color: transparent transparent #3a5600 transparent;
}
.tooltip.tooltip-topics-dark {
  color: #ffffff;
  background-color: #8b2326;
}
.tooltip.tooltip-topics-dark:after {
  border-color: transparent transparent #8b2326 transparent;
}
.tooltip.tooltip-document {
  color: #ffffff;
  background-color: #085988;
}
.tooltip.tooltip-document:after {
  border-color: transparent transparent #085988 transparent;
}
.tooltip.tooltip-subject {
  color: #ffffff;
  background-color: #665978;
}
.tooltip.tooltip-subject:after {
  border-color: transparent transparent #665978 transparent;
}
.tooltip.tooltip-keyword {
  color: #ffffff;
  background-color: #665978;
}
.tooltip.tooltip-keyword:after {
  border-color: transparent transparent #665978 transparent;
}
.tooltip.tooltip-donor {
  color: #ffffff;
  background-color: #37123c;
}
.tooltip.tooltip-donor:after {
  border-color: transparent transparent #37123c transparent;
}
.tooltip.tooltip-translator {
  color: #ffffff;
  background-color: #7b726f;
}
.tooltip.tooltip-translator:after {
  border-color: transparent transparent #7b726f transparent;
}
.tooltip.tooltip-contributor {
  color: #ffffff;
  background-color: #484247;
}
.tooltip.tooltip-contributor:after {
  border-color: transparent transparent #484247 transparent;
}
.tooltip.tooltip-white {
  color: #ffffff;
  background-color: #ffffff;
}
.tooltip.tooltip-white:after {
  border-color: transparent transparent #ffffff transparent;
}
.tooltip.tooltip-black {
  color: #ffffff;
  background-color: #000000;
}
.tooltip.tooltip-black:after {
  border-color: transparent transparent #000000 transparent;
}
.tooltip.tooltip-transparent {
  color: #ffffff;
  background-color: transparent;
}
.tooltip.tooltip-transparent:after {
  border-color: transparent transparent transparent transparent;
}
.tooltip.tooltip-clear {
  color: #ffffff;
  background-color: #484247;
}
.tooltip.tooltip-clear:after {
  border-color: transparent transparent #484247 transparent;
}
.tooltip.tooltip-visualization {
  display: none;
  top: 65px;
  left: 24px;
  opacity: 1;
  padding: 8px 32px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  z-index: 0;
}
.tooltip.tooltip-visualization .title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.tooltip.tooltip-visualization:before {
  position: absolute;
  top: -11px;
  left: 15px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ffffff transparent;
}
.tooltip.tooltip-visualization:after {
  position: absolute;
  top: -8px;
  left: 16px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
}/*# sourceMappingURL=app.css.map */