@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: #ffffff;
  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: #7f7f7f;
}
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 16px;
  background-color: #000000;
}
footer .footer-secondary {
  padding: 24px 0;
  background-color: #000000;
  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:has(.footer-branding) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 768px) {
  footer .footer-nav:has(.footer-branding) {
    -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: 275px;
}
@media all and (min-width: 768px) {
  footer .footer-nav .footer-branding {
    margin-bottom: 16px;
  }
}
@media all and (min-width: 992px) {
  footer .footer-nav .footer-branding {
    margin-bottom: 0;
  }
}
footer .footer-nav .footer-branding + .footer-branding {
  margin-top: 32px;
}
@media all and (min-width: 768px) {
  footer .footer-nav .footer-branding + .footer-branding {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  footer .footer-nav .footer-branding + .footer-branding {
    margin-left: auto;
  }
}
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;
}
footer .footer-nav .nav-list:first-child {
  margin-left: 0;
}
footer .footer-nav .nav-list:has(+ .nav-list) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  footer .footer-nav .nav-list:has(+ .nav-list) {
    margin-bottom: 0;
    margin-right: auto;
  }
}
@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: #ffd200;
}
@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: #ffffff !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: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.associated.associated-light-blue .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(10.0333333333, 78.8333333333, 118.9666666667) !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: rgb(5.1666666667, 57.4791666667, 87.8333333333);
}
.associated.associated-dark-blue .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(5.1666666667, 57.4791666667, 87.8333333333) !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: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.associated.associated-dark-purple .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(19.0384615385, 6.2307692308, 20.7692307692) !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: rgb(101.992, 89.452, 119.548);
}
.associated.associated-light-purple .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548) !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-md-red {
  position: relative;
}
.associated.associated-md-red .container {
  position: relative;
  z-index: 1;
}
.associated.associated-md-red .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e21833;
}
.associated.associated-md-red .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-md-red .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-md-red .dropdown-menu .nav-link {
  color: rgb(179.896, 19.104, 40.596);
}
.associated.associated-md-red .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(179.896, 19.104, 40.596) !important;
}
.associated.associated-md-red .dropdown-menu .nav-link:hover, .associated.associated-md-red .dropdown-menu .nav-link:focus {
  background-color: rgba(226, 24, 51, 0.15);
}
.associated.associated-md-gold {
  position: relative;
}
.associated.associated-md-gold .container {
  position: relative;
  z-index: 1;
}
.associated.associated-md-gold .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffd200;
}
.associated.associated-md-gold .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-md-gold .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-md-gold .dropdown-menu .nav-link {
  color: #cca800;
}
.associated.associated-md-gold .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: #cca800 !important;
}
.associated.associated-md-gold .dropdown-menu .nav-link:hover, .associated.associated-md-gold .dropdown-menu .nav-link:focus {
  background-color: rgba(255, 210, 0, 0.15);
}
.associated.associated-md-bronze {
  position: relative;
}
.associated.associated-md-bronze .container {
  position: relative;
  z-index: 1;
}
.associated.associated-md-bronze .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #A26A2E;
}
.associated.associated-md-bronze .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-md-bronze .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-md-bronze .dropdown-menu .nav-link {
  color: rgb(122.2788461538, 80.0096153846, 34.7211538462);
}
.associated.associated-md-bronze .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(122.2788461538, 80.0096153846, 34.7211538462) !important;
}
.associated.associated-md-bronze .dropdown-menu .nav-link:hover, .associated.associated-md-bronze .dropdown-menu .nav-link:focus {
  background-color: rgba(162, 106, 46, 0.15);
}
.associated.associated-dark-gray {
  position: relative;
}
.associated.associated-dark-gray .container {
  position: relative;
  z-index: 1;
}
.associated.associated-dark-gray .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(30.75, 30.75, 30.75);
}
.associated.associated-dark-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-dark-gray .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-dark-gray .dropdown-menu .nav-link {
  color: rgb(5.25, 5.25, 5.25);
}
.associated.associated-dark-gray .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(5.25, 5.25, 5.25) !important;
}
.associated.associated-dark-gray .dropdown-menu .nav-link:hover, .associated.associated-dark-gray .dropdown-menu .nav-link:focus {
  background-color: rgba(30.75, 30.75, 30.75, 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: #454545;
}
.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: rgb(43.5, 43.5, 43.5);
}
.associated.associated-gray .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(43.5, 43.5, 43.5) !important;
}
.associated.associated-gray .dropdown-menu .nav-link:hover, .associated.associated-gray .dropdown-menu .nav-link:focus {
  background-color: rgba(69, 69, 69, 0.15);
}
.associated.associated-light-gray {
  position: relative;
}
.associated.associated-light-gray .container {
  position: relative;
  z-index: 1;
}
.associated.associated-light-gray .associated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e6e6e6;
}
.associated.associated-light-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-light-gray .dropdown-menu {
  background-color: #ffffff;
}
.associated.associated-light-gray .dropdown-menu .nav-link {
  color: rgb(204.5, 204.5, 204.5);
}
.associated.associated-light-gray .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(204.5, 204.5, 204.5) !important;
}
.associated.associated-light-gray .dropdown-menu .nav-link:hover, .associated.associated-light-gray .dropdown-menu .nav-link:focus {
  background-color: rgba(230, 230, 230, 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: rgb(0, 83.8918918919, 97);
}
.associated.associated-people .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(0, 83.8918918919, 97) !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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(45.403125, 66.8, 0);
}
.associated.associated-places .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(45.403125, 66.8, 0) !important;
}
.associated.associated-places .dropdown-menu .nav-link:hover, .associated.associated-places .dropdown-menu .nav-link:focus {
  background-color: rgba(80.0671875, 117.8, 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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(135.225498008, 31.974501992, 35.3051792829);
}
.associated.associated-topics .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(135.225498008, 31.974501992, 35.3051792829) !important;
}
.associated.associated-topics .dropdown-menu .nav-link:hover, .associated.associated-topics .dropdown-menu .nav-link:focus {
  background-color: rgba(176.4725099602, 41.7274900398, 46.0741035857, 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: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.associated.associated-languages .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(10.0333333333, 78.8333333333, 118.9666666667) !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: rgb(101.992, 89.452, 119.548);
}
.associated.associated-original_repositories .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548) !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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(77.104, 67.624, 90.376);
}
.associated.associated-year_range .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(77.104, 67.624, 90.376) !important;
}
.associated.associated-year_range .dropdown-menu .nav-link:hover, .associated.associated-year_range .dropdown-menu .nav-link:focus {
  background-color: rgba(101.992, 89.452, 119.548, 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: rgb(0, 41.696969697, 48);
}
.associated.associated-people-dark .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(0, 41.696969697, 48) !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: rgb(23.6046511628, 35, 0);
}
.associated.associated-places-dark .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(23.6046511628, 35, 0) !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: rgb(98.2586206897, 24.7413793103, 26.8620689655);
}
.associated.associated-topics-dark .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(98.2586206897, 24.7413793103, 26.8620689655) !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: #000000;
}
.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: black;
}
.associated.associated-document .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: black !important;
}
.associated.associated-document .dropdown-menu .nav-link:hover, .associated.associated-document .dropdown-menu .nav-link:focus {
  background-color: rgba(0, 0, 0, 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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(77.104, 67.624, 90.376);
}
.associated.associated-subject .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(77.104, 67.624, 90.376) !important;
}
.associated.associated-subject .dropdown-menu .nav-link:hover, .associated.associated-subject .dropdown-menu .nav-link:focus {
  background-color: rgba(101.992, 89.452, 119.548, 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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(77.104, 67.624, 90.376);
}
.associated.associated-keyword .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(77.104, 67.624, 90.376) !important;
}
.associated.associated-keyword .dropdown-menu .nav-link:hover, .associated.associated-keyword .dropdown-menu .nav-link:focus {
  background-color: rgba(101.992, 89.452, 119.548, 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: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.associated.associated-donor .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(19.0384615385, 6.2307692308, 20.7692307692) !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: #7f7f7f;
}
.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: rgb(101.5, 101.5, 101.5);
}
.associated.associated-translator .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(101.5, 101.5, 101.5) !important;
}
.associated.associated-translator .dropdown-menu .nav-link:hover, .associated.associated-translator .dropdown-menu .nav-link:focus {
  background-color: rgba(127, 127, 127, 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: #454545;
}
.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: rgb(43.5, 43.5, 43.5);
}
.associated.associated-contributor .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(43.5, 43.5, 43.5) !important;
}
.associated.associated-contributor .dropdown-menu .nav-link:hover, .associated.associated-contributor .dropdown-menu .nav-link:focus {
  background-color: rgba(69, 69, 69, 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: rgb(229.5, 229.5, 229.5);
}
.associated.associated-white .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(229.5, 229.5, 229.5) !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: #454545;
}
.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: rgb(43.5, 43.5, 43.5);
}
.associated.associated-clear .dropdown-menu .nav-link.active {
  color: #ffffff;
  background-color: rgb(43.5, 43.5, 43.5) !important;
}
.associated.associated-clear .dropdown-menu .nav-link:hover, .associated.associated-clear .dropdown-menu .nav-link:focus {
  background-color: rgba(69, 69, 69, 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: #454545;
}
.associated-essays a {
  text-decoration: none;
}
.associated-essays a:hover .card-essay .card-body, .associated-essays a:focus .card-essay .card-body {
  background-color: rgb(249.9, 249.9, 249.9);
  -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: #454545;
  -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-md-red {
  padding: 64px 0;
}
.callout.callout-md-red .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-md-red .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #e21833;
}
.callout.callout-md-red .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#e21833), to(rgba(226, 24, 51, 0)));
  background: linear-gradient(0deg, #e21833 0%, rgba(226, 24, 51, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-md-red .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(226, 24, 51, 0)), to(#e21833));
    background: linear-gradient(90deg, rgba(226, 24, 51, 0) 0%, #e21833 100%);
  }
}
.callout.callout-md-gold {
  padding: 64px 0;
}
.callout.callout-md-gold .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-md-gold .callout-body .title,
.callout.callout-md-gold .callout-body .text,
.callout.callout-md-gold .callout-body .btn.outline {
  color: #000000 !important;
}
.callout.callout-md-gold .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffd200;
}
.callout.callout-md-gold .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd200), to(rgba(255, 210, 0, 0)));
  background: linear-gradient(0deg, #ffd200 0%, rgba(255, 210, 0, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-md-gold .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 210, 0, 0)), to(#ffd200));
    background: linear-gradient(90deg, rgba(255, 210, 0, 0) 0%, #ffd200 100%);
  }
}
.callout.callout-md-bronze {
  padding: 64px 0;
}
.callout.callout-md-bronze .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-md-bronze .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #A26A2E;
}
.callout.callout-md-bronze .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#a26a2e), to(rgba(162, 106, 46, 0)));
  background: linear-gradient(0deg, #a26a2e 0%, rgba(162, 106, 46, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-md-bronze .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(162, 106, 46, 0)), to(#a26a2e));
    background: linear-gradient(90deg, rgba(162, 106, 46, 0) 0%, #a26a2e 100%);
  }
}
.callout.callout-dark-gray {
  padding: 64px 0;
}
.callout.callout-dark-gray .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-dark-gray .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(30.75, 30.75, 30.75);
}
.callout.callout-dark-gray .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(30.75, 30.75, 30.75)), to(rgba(30.75, 30.75, 30.75, 0)));
  background: linear-gradient(0deg, rgb(30.75, 30.75, 30.75) 0%, rgba(30.75, 30.75, 30.75, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-dark-gray .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(30.75, 30.75, 30.75, 0)), to(rgb(30.75, 30.75, 30.75)));
    background: linear-gradient(90deg, rgba(30.75, 30.75, 30.75, 0) 0%, rgb(30.75, 30.75, 30.75) 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: #454545;
}
.callout.callout-gray .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(0deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-gray .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(69, 69, 69, 0)), to(#454545));
    background: linear-gradient(90deg, rgba(69, 69, 69, 0) 0%, #454545 100%);
  }
}
.callout.callout-light-gray {
  padding: 64px 0;
}
.callout.callout-light-gray .callout-body {
  position: relative;
  z-index: 1;
}
.callout.callout-light-gray .callout-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #e6e6e6;
}
.callout.callout-light-gray .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(rgba(230, 230, 230, 0)));
  background: linear-gradient(0deg, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-light-gray .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(230, 230, 230, 0)), to(#e6e6e6));
    background: linear-gradient(90deg, rgba(230, 230, 230, 0) 0%, #e6e6e6 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: rgb(80.0671875, 117.8, 0);
}
.callout.callout-places .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(80.0671875, 117.8, 0)), to(rgba(80.0671875, 117.8, 0, 0)));
  background: linear-gradient(0deg, rgb(80.0671875, 117.8, 0) 0%, rgba(80.0671875, 117.8, 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.0671875, 117.8, 0, 0)), to(rgb(80.0671875, 117.8, 0)));
    background: linear-gradient(90deg, rgba(80.0671875, 117.8, 0, 0) 0%, rgb(80.0671875, 117.8, 0) 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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.callout.callout-topics .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(176.4725099602, 41.7274900398, 46.0741035857)), to(rgba(176.4725099602, 41.7274900398, 46.0741035857, 0)));
  background: linear-gradient(0deg, rgb(176.4725099602, 41.7274900398, 46.0741035857) 0%, rgba(176.4725099602, 41.7274900398, 46.0741035857, 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.4725099602, 41.7274900398, 46.0741035857, 0)), to(rgb(176.4725099602, 41.7274900398, 46.0741035857)));
    background: linear-gradient(90deg, rgba(176.4725099602, 41.7274900398, 46.0741035857, 0) 0%, rgb(176.4725099602, 41.7274900398, 46.0741035857) 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: rgb(101.992, 89.452, 119.548);
}
.callout.callout-year_range .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(0deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 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(101.992, 89.452, 119.548, 0)), to(rgb(101.992, 89.452, 119.548)));
    background: linear-gradient(90deg, rgba(101.992, 89.452, 119.548, 0) 0%, rgb(101.992, 89.452, 119.548) 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: #000000;
}
.callout.callout-document .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-document .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-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: rgb(101.992, 89.452, 119.548);
}
.callout.callout-subject .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(0deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-subject .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(101.992, 89.452, 119.548, 0)), to(rgb(101.992, 89.452, 119.548)));
    background: linear-gradient(90deg, rgba(101.992, 89.452, 119.548, 0) 0%, rgb(101.992, 89.452, 119.548) 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: rgb(101.992, 89.452, 119.548);
}
.callout.callout-keyword .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(0deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-keyword .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(101.992, 89.452, 119.548, 0)), to(rgb(101.992, 89.452, 119.548)));
    background: linear-gradient(90deg, rgba(101.992, 89.452, 119.548, 0) 0%, rgb(101.992, 89.452, 119.548) 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: #7f7f7f;
}
.callout.callout-translator .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7f7f7f), to(rgba(127, 127, 127, 0)));
  background: linear-gradient(0deg, #7f7f7f 0%, rgba(127, 127, 127, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-translator .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 127, 127, 0)), to(#7f7f7f));
    background: linear-gradient(90deg, rgba(127, 127, 127, 0) 0%, #7f7f7f 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: #454545;
}
.callout.callout-contributor .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(0deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-contributor .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(69, 69, 69, 0)), to(#454545));
    background: linear-gradient(90deg, rgba(69, 69, 69, 0) 0%, #454545 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: #454545;
}
.callout.callout-clear .callout-bg .callout-image:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(0deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
}
@media (min-width: 768px) {
  .callout.callout-clear .callout-bg .callout-image:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(69, 69, 69, 0)), to(#454545));
    background: linear-gradient(90deg, rgba(69, 69, 69, 0) 0%, #454545 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: #e21833;
}
footer .callout-container.callout-dual:after {
  right: 0;
  background-color: rgb(202.948, 21.552, 45.798);
}
footer .callout-container.callout-dual .col-lg-6:has(.callout-md-red) + .col-lg-6:has(.callout-md-red) .callout-bg {
  background-color: rgb(202.948, 21.552, 45.798) !important;
}
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;
  }
}
@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: #000000;
}
.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,
.crown-navigation .nav .nav-item .nav-text {
  margin: 0;
  padding: 16px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: none;
}
.crown-navigation .nav .nav-item .nav-text {
  margin: 0;
  padding: 16px 0;
  line-height: 1.3;
}

.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(rgb(12.4133333333, 97.5333333333, 147.1866666667)), to(rgb(13.2066666667, 103.7666666667, 156.5933333333)));
  background-image: linear-gradient(90deg, rgb(12.4133333333, 97.5333333333, 147.1866666667) 0%, rgb(13.2066666667, 103.7666666667, 156.5933333333) 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(rgb(6.8666666667, 76.3916666667, 116.7333333333)), to(rgb(7.4333333333, 82.6958333333, 126.3666666667)));
  background-image: linear-gradient(90deg, rgb(6.8666666667, 76.3916666667, 116.7333333333) 0%, rgb(7.4333333333, 82.6958333333, 126.3666666667) 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(rgb(40.6153846154, 13.2923076923, 44.3076923077)), to(rgb(47.8076923077, 15.6461538462, 52.1538461538)));
  background-image: linear-gradient(90deg, rgb(40.6153846154, 13.2923076923, 44.3076923077) 0%, rgb(47.8076923077, 15.6461538462, 52.1538461538) 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(rgb(116.9248, 102.5488, 137.0512)), to(rgb(121.9024, 106.9144, 142.8856)));
  background-image: linear-gradient(90deg, rgb(116.9248, 102.5488, 137.0512) 0%, rgb(121.9024, 106.9144, 142.8856) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.md-red .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(207.5584, 22.0416, 46.8384)), to(rgb(216.7792, 23.0208, 48.9192)));
  background-image: linear-gradient(90deg, rgb(207.5584, 22.0416, 46.8384) 0%, rgb(216.7792, 23.0208, 48.9192) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.md-gold .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(234.6, 193.2, 0)), to(rgb(244.8, 201.6, 0)));
  background-image: linear-gradient(90deg, rgb(234.6, 193.2, 0) 0%, rgb(244.8, 201.6, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.md-bronze .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(146.1115384615, 95.6038461538, 41.4884615385)), to(rgb(154.0557692308, 100.8019230769, 43.7442307692)));
  background-image: linear-gradient(90deg, rgb(146.1115384615, 95.6038461538, 41.4884615385) 0%, rgb(154.0557692308, 100.8019230769, 43.7442307692) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.dark-gray .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(20.55, 20.55, 20.55)), to(rgb(25.65, 25.65, 25.65)));
  background-image: linear-gradient(90deg, rgb(20.55, 20.55, 20.55) 0%, rgb(25.65, 25.65, 25.65) 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(rgb(58.8, 58.8, 58.8)), to(rgb(63.9, 63.9, 63.9)));
  background-image: linear-gradient(90deg, rgb(58.8, 58.8, 58.8) 0%, rgb(63.9, 63.9, 63.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-block.no-content.light-gray .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(219.8, 219.8, 219.8)), to(rgb(224.9, 224.9, 224.9)));
  background-image: linear-gradient(90deg, rgb(219.8, 219.8, 219.8) 0%, rgb(224.9, 224.9, 224.9) 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(rgb(0, 110.3567567568, 127.6)), to(rgb(0, 119.1783783784, 137.8)));
  background-image: linear-gradient(90deg, rgb(0, 110.3567567568, 127.6) 0%, rgb(0, 119.1783783784, 137.8) 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(rgb(66.2015625, 97.4, 0)), to(rgb(73.134375, 107.6, 0)));
  background-image: linear-gradient(90deg, rgb(66.2015625, 97.4, 0) 0%, rgb(73.134375, 107.6, 0) 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(rgb(159.9737051793, 37.8262948207, 41.7665338645)), to(rgb(168.2231075697, 39.7768924303, 43.9203187251)));
  background-image: linear-gradient(90deg, rgb(159.9737051793, 37.8262948207, 41.7665338645) 0%, rgb(168.2231075697, 39.7768924303, 43.9203187251) 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(rgb(12.4133333333, 97.5333333333, 147.1866666667)), to(rgb(13.2066666667, 103.7666666667, 156.5933333333)));
  background-image: linear-gradient(90deg, rgb(12.4133333333, 97.5333333333, 147.1866666667) 0%, rgb(13.2066666667, 103.7666666667, 156.5933333333) 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(rgb(116.9248, 102.5488, 137.0512)), to(rgb(121.9024, 106.9144, 142.8856)));
  background-image: linear-gradient(90deg, rgb(116.9248, 102.5488, 137.0512) 0%, rgb(121.9024, 106.9144, 142.8856) 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(rgb(92.0368, 80.7208, 107.8792)), to(rgb(97.0144, 85.0864, 113.7136)));
  background-image: linear-gradient(90deg, rgb(92.0368, 80.7208, 107.8792) 0%, rgb(97.0144, 85.0864, 113.7136) 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(rgb(0, 68.2787878788, 78.6)), to(rgb(0, 77.1393939394, 88.8)));
  background-image: linear-gradient(90deg, rgb(0, 68.2787878788, 78.6) 0%, rgb(0, 77.1393939394, 88.8) 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(rgb(44.2418604651, 65.6, 0)), to(rgb(51.1209302326, 75.8, 0)));
  background-image: linear-gradient(90deg, rgb(44.2418604651, 65.6, 0) 0%, rgb(51.1209302326, 75.8, 0) 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(rgb(122.7034482759, 30.8965517241, 33.5448275862)), to(rgb(130.8517241379, 32.9482758621, 35.7724137931)));
  background-image: linear-gradient(90deg, rgb(122.7034482759, 30.8965517241, 33.5448275862) 0%, rgb(130.8517241379, 32.9482758621, 35.7724137931) 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(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.subject .detail-block-bg {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(92.0368, 80.7208, 107.8792)), to(rgb(97.0144, 85.0864, 113.7136)));
  background-image: linear-gradient(90deg, rgb(92.0368, 80.7208, 107.8792) 0%, rgb(97.0144, 85.0864, 113.7136) 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(rgb(92.0368, 80.7208, 107.8792)), to(rgb(97.0144, 85.0864, 113.7136)));
  background-image: linear-gradient(90deg, rgb(92.0368, 80.7208, 107.8792) 0%, rgb(97.0144, 85.0864, 113.7136) 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(rgb(40.6153846154, 13.2923076923, 44.3076923077)), to(rgb(47.8076923077, 15.6461538462, 52.1538461538)));
  background-image: linear-gradient(90deg, rgb(40.6153846154, 13.2923076923, 44.3076923077) 0%, rgb(47.8076923077, 15.6461538462, 52.1538461538) 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(rgb(116.8, 116.8, 116.8)), to(rgb(121.9, 121.9, 121.9)));
  background-image: linear-gradient(90deg, rgb(116.8, 116.8, 116.8) 0%, rgb(121.9, 121.9, 121.9) 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(rgb(58.8, 58.8, 58.8)), to(rgb(63.9, 63.9, 63.9)));
  background-image: linear-gradient(90deg, rgb(58.8, 58.8, 58.8) 0%, rgb(63.9, 63.9, 63.9) 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(rgb(244.8, 244.8, 244.8)), to(rgb(249.9, 249.9, 249.9)));
  background-image: linear-gradient(90deg, rgb(244.8, 244.8, 244.8) 0%, rgb(249.9, 249.9, 249.9) 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(rgb(58.8, 58.8, 58.8)), to(rgb(63.9, 63.9, 63.9)));
  background-image: linear-gradient(90deg, rgb(58.8, 58.8, 58.8) 0%, rgb(63.9, 63.9, 63.9) 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: #e21833;
}
.detail-block .content-block .text .title {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
}
.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: #e21833;
}

.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: #454545;
}
.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: rgb(249.6666666667, 249.8571428571, 248.1428571429);
  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: rgb(249.6666666667, 249.8571428571, 248.1428571429);
}
.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: #7f7f7f;
    outline: 1px solid #7f7f7f;
    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: #e21833;
}
.document-information .sub-title {
  margin-bottom: 4px;
  font-family: "source-serif-pro", serif;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
}
.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: #7f7f7f;
}

.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: #000000;
}
.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: rgb(10.8266666667, 85.0666666667, 128.3733333333);
}
.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: rgb(5.7333333333, 63.7833333333, 97.4666666667);
}
.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: rgb(26.2307692308, 8.5846153846, 28.6153846154);
}
.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: rgb(106.9696, 93.8176, 125.3824);
}
.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.md-red .sub-title {
  color: #e21833;
}
.document-list.md-red.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(189.1168, 20.0832, 42.6768);
}
.document-list.md-red.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.md-gold .sub-title {
  color: #ffd200;
}
.document-list.md-gold.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(214.2, 176.4, 0);
}
.document-list.md-gold.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.md-bronze .sub-title {
  color: #A26A2E;
}
.document-list.md-bronze.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(130.2230769231, 85.2076923077, 36.9769230769);
}
.document-list.md-bronze.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-gray .sub-title {
  color: rgb(30.75, 30.75, 30.75);
}
.document-list.dark-gray.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(10.35, 10.35, 10.35);
}
.document-list.dark-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.gray .sub-title {
  color: #454545;
}
.document-list.gray.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(48.6, 48.6, 48.6);
}
.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.light-gray .sub-title {
  color: #e6e6e6;
}
.document-list.light-gray.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(209.6, 209.6, 209.6);
}
.document-list.light-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: rgb(0, 92.7135135135, 107.2);
}
.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: rgb(80.0671875, 117.8, 0);
}
.document-list.places.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(52.3359375, 77, 0);
}
.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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.document-list.topics.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(143.4749003984, 33.9250996016, 37.4589641434);
}
.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: rgb(10.8266666667, 85.0666666667, 128.3733333333);
}
.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: rgb(106.9696, 93.8176, 125.3824);
}
.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: rgb(101.992, 89.452, 119.548);
}
.document-list.year_range.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(82.0816, 71.9896, 96.2104);
}
.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: rgb(0, 50.5575757576, 58.2);
}
.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: rgb(30.4837209302, 45.2, 0);
}
.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: rgb(106.4068965517, 26.7931034483, 29.0896551724);
}
.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: #000000;
}
.document-list.document.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: black;
}
.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: rgb(101.992, 89.452, 119.548);
}
.document-list.subject.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(82.0816, 71.9896, 96.2104);
}
.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: rgb(101.992, 89.452, 119.548);
}
.document-list.keyword.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(82.0816, 71.9896, 96.2104);
}
.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: rgb(26.2307692308, 8.5846153846, 28.6153846154);
}
.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: #7f7f7f;
}
.document-list.translator.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(106.6, 106.6, 106.6);
}
.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: #454545;
}
.document-list.contributor.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(48.6, 48.6, 48.6);
}
.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: rgb(234.6, 234.6, 234.6);
}
.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: #454545;
}
.document-list.clear.table .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(48.6, 48.6, 48.6);
}
.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: #454545;
}
.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: #7f7f7f;
}
.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: #e21833;
}
.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: rgb(234.2413793103, 233.6482758621, 232.7586206897);
}
.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: #ffd200 !important;
}
.essay-container .card-essay-menu .menu-list .menu-item.active .menu-link {
  color: #000000;
}
.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 rgb(209.6206896552, 208.324137931, 206.3793103448);
  -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: #454545;
  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: rgb(249.6666666667, 249.8571428571, 248.1428571429);
}
.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: #7f7f7f;
}
.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: rgb(10.8266666667, 85.0666666667, 128.3733333333);
}
.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: rgb(5.7333333333, 63.7833333333, 97.4666666667);
}
.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: rgb(26.2307692308, 8.5846153846, 28.6153846154);
}
.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: rgb(106.9696, 93.8176, 125.3824);
}
.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-md-red {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-md-red {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-md-red {
    padding: 64px 0;
  }
}
.explore.explore-md-red .container {
  position: relative;
  z-index: 1;
}
.explore.explore-md-red .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(189.1168, 20.0832, 42.6768);
}
.explore.explore-md-red .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-md-red .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #e21833;
  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-md-red .explore-navigation .active:hover, .explore.explore-md-red .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-md-red .explore-navigation a:hover, .explore.explore-md-red .explore-navigation a:focus {
  color: #e21833 !important;
}
.explore.explore-md-red .explore-list .explore-title:hover, .explore.explore-md-red .explore-list .explore-title:focus {
  color: #e21833 !important;
}
.explore.explore-md-red .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-md-gold {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-md-gold {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-md-gold {
    padding: 64px 0;
  }
}
.explore.explore-md-gold .container {
  position: relative;
  z-index: 1;
}
.explore.explore-md-gold .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(214.2, 176.4, 0);
}
.explore.explore-md-gold .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-md-gold .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #ffd200;
  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-md-gold .explore-navigation .active:hover, .explore.explore-md-gold .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-md-gold .explore-navigation a:hover, .explore.explore-md-gold .explore-navigation a:focus {
  color: #ffd200 !important;
}
.explore.explore-md-gold .explore-list .explore-title:hover, .explore.explore-md-gold .explore-list .explore-title:focus {
  color: #ffd200 !important;
}
.explore.explore-md-gold .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-md-bronze {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-md-bronze {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-md-bronze {
    padding: 64px 0;
  }
}
.explore.explore-md-bronze .container {
  position: relative;
  z-index: 1;
}
.explore.explore-md-bronze .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(130.2230769231, 85.2076923077, 36.9769230769);
}
.explore.explore-md-bronze .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-md-bronze .explore-navigation .active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 6px 16px 8px !important;
  color: #ffffff !important;
  background-color: #A26A2E;
  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-md-bronze .explore-navigation .active:hover, .explore.explore-md-bronze .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-md-bronze .explore-navigation a:hover, .explore.explore-md-bronze .explore-navigation a:focus {
  color: #A26A2E !important;
}
.explore.explore-md-bronze .explore-list .explore-title:hover, .explore.explore-md-bronze .explore-list .explore-title:focus {
  color: #A26A2E !important;
}
.explore.explore-md-bronze .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-dark-gray {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-dark-gray {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-dark-gray {
    padding: 64px 0;
  }
}
.explore.explore-dark-gray .container {
  position: relative;
  z-index: 1;
}
.explore.explore-dark-gray .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(10.35, 10.35, 10.35);
}
.explore.explore-dark-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-dark-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: rgb(30.75, 30.75, 30.75);
  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-gray .explore-navigation .active:hover, .explore.explore-dark-gray .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-dark-gray .explore-navigation a:hover, .explore.explore-dark-gray .explore-navigation a:focus {
  color: rgb(30.75, 30.75, 30.75) !important;
}
.explore.explore-dark-gray .explore-list .explore-title:hover, .explore.explore-dark-gray .explore-list .explore-title:focus {
  color: rgb(30.75, 30.75, 30.75) !important;
}
.explore.explore-dark-gray .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: rgb(48.6, 48.6, 48.6);
}
.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: #454545;
  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: #454545 !important;
}
.explore.explore-gray .explore-list .explore-title:hover, .explore.explore-gray .explore-list .explore-title:focus {
  color: #454545 !important;
}
.explore.explore-gray .nav-tabs .nav-link {
  color: #ffffff;
}
.explore.explore-light-gray {
  position: relative;
  padding: 64px 16px;
}
@media all and (min-width: 768px) {
  .explore.explore-light-gray {
    padding: 64px 40px;
  }
}
@media all and (min-width: 992px) {
  .explore.explore-light-gray {
    padding: 64px 0;
  }
}
.explore.explore-light-gray .container {
  position: relative;
  z-index: 1;
}
.explore.explore-light-gray .explore-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(209.6, 209.6, 209.6);
}
.explore.explore-light-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-light-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: #e6e6e6;
  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-gray .explore-navigation .active:hover, .explore.explore-light-gray .explore-navigation .active:focus {
  color: #ffffff !important;
}
.explore.explore-light-gray .explore-navigation a:hover, .explore.explore-light-gray .explore-navigation a:focus {
  color: #e6e6e6 !important;
}
.explore.explore-light-gray .explore-list .explore-title:hover, .explore.explore-light-gray .explore-list .explore-title:focus {
  color: #e6e6e6 !important;
}
.explore.explore-light-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: rgb(0, 92.7135135135, 107.2);
}
.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: rgb(52.3359375, 77, 0);
}
.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: rgb(80.0671875, 117.8, 0);
  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: rgb(80.0671875, 117.8, 0) !important;
}
.explore.explore-places .explore-list .explore-title:hover, .explore.explore-places .explore-list .explore-title:focus {
  color: rgb(80.0671875, 117.8, 0) !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: rgb(143.4749003984, 33.9250996016, 37.4589641434);
}
.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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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: rgb(176.4725099602, 41.7274900398, 46.0741035857) !important;
}
.explore.explore-topics .explore-list .explore-title:hover, .explore.explore-topics .explore-list .explore-title:focus {
  color: rgb(176.4725099602, 41.7274900398, 46.0741035857) !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: rgb(10.8266666667, 85.0666666667, 128.3733333333);
}
.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: rgb(106.9696, 93.8176, 125.3824);
}
.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: rgb(82.0816, 71.9896, 96.2104);
}
.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: rgb(101.992, 89.452, 119.548);
  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: rgb(101.992, 89.452, 119.548) !important;
}
.explore.explore-year_range .explore-list .explore-title:hover, .explore.explore-year_range .explore-list .explore-title:focus {
  color: rgb(101.992, 89.452, 119.548) !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: rgb(0, 50.5575757576, 58.2);
}
.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: rgb(30.4837209302, 45.2, 0);
}
.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: rgb(106.4068965517, 26.7931034483, 29.0896551724);
}
.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: black;
}
.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: #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-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: #000000 !important;
}
.explore.explore-document .explore-list .explore-title:hover, .explore.explore-document .explore-list .explore-title:focus {
  color: #000000 !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: rgb(82.0816, 71.9896, 96.2104);
}
.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: rgb(101.992, 89.452, 119.548);
  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: rgb(101.992, 89.452, 119.548) !important;
}
.explore.explore-subject .explore-list .explore-title:hover, .explore.explore-subject .explore-list .explore-title:focus {
  color: rgb(101.992, 89.452, 119.548) !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: rgb(82.0816, 71.9896, 96.2104);
}
.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: rgb(101.992, 89.452, 119.548);
  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: rgb(101.992, 89.452, 119.548) !important;
}
.explore.explore-keyword .explore-list .explore-title:hover, .explore.explore-keyword .explore-list .explore-title:focus {
  color: rgb(101.992, 89.452, 119.548) !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: rgb(26.2307692308, 8.5846153846, 28.6153846154);
}
.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: rgb(106.6, 106.6, 106.6);
}
.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: #7f7f7f;
  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: #7f7f7f !important;
}
.explore.explore-translator .explore-list .explore-title:hover, .explore.explore-translator .explore-list .explore-title:focus {
  color: #7f7f7f !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: rgb(48.6, 48.6, 48.6);
}
.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: #454545;
  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: #454545 !important;
}
.explore.explore-contributor .explore-list .explore-title:hover, .explore.explore-contributor .explore-list .explore-title:focus {
  color: #454545 !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: rgb(234.6, 234.6, 234.6);
}
.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: rgb(48.6, 48.6, 48.6);
}
.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: #454545;
  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: #454545 !important;
}
.explore.explore-clear .explore-list .explore-title:hover, .explore.explore-clear .explore-list .explore-title:focus {
  color: #454545 !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: #454545;
  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: rgb(107.4757281553, 97.5242718447, 105.4854368932);
}
.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: rgb(129.3933333333, 202.0333333333, 244.4066666667);
}
.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: rgb(92.3666666667, 189.2291666667, 245.4333333333);
}
.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: rgb(184.7615384615, 71.7692307692, 200.0307692308);
}
.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: rgb(226.2256, 222.8536, 230.9464);
}
.jumbotron.jumbotron-bg-md-red {
  background-color: #e21833;
}
.jumbotron.jumbotron-bg-md-red .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(226, 24, 51, 0) 0%, #e21833 80%);
}
.jumbotron.jumbotron-bg-md-red .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e21833), to(rgba(226, 24, 51, 0)));
  background: linear-gradient(180deg, #e21833 0%, rgba(226, 24, 51, 0) 100%);
}
.jumbotron.jumbotron-bg-md-red .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#e21833), to(rgba(226, 24, 51, 0)));
  background: linear-gradient(0deg, #e21833 0%, rgba(226, 24, 51, 0) 100%);
}
.jumbotron.jumbotron-bg-md-red .content-block .title,
.jumbotron.jumbotron-bg-md-red .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-md-red .content-block a {
  color: rgb(248.6448, 195.1552, 202.3048);
}
.jumbotron.jumbotron-bg-md-gold {
  background-color: #ffd200;
}
.jumbotron.jumbotron-bg-md-gold .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(255, 210, 0, 0) 0%, #ffd200 80%);
}
.jumbotron.jumbotron-bg-md-gold .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd200), to(rgba(255, 210, 0, 0)));
  background: linear-gradient(180deg, #ffd200 0%, rgba(255, 210, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-md-gold .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffd200), to(rgba(255, 210, 0, 0)));
  background: linear-gradient(0deg, #ffd200 0%, rgba(255, 210, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-md-gold .content-block .title,
.jumbotron.jumbotron-bg-md-gold .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-md-gold .content-block a {
  color: rgb(255, 244.2, 193.8);
}
.jumbotron.jumbotron-bg-md-bronze {
  background-color: #A26A2E;
}
.jumbotron.jumbotron-bg-md-bronze .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(162, 106, 46, 0) 0%, #a26a2e 80%);
}
.jumbotron.jumbotron-bg-md-bronze .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#a26a2e), to(rgba(162, 106, 46, 0)));
  background: linear-gradient(180deg, #a26a2e 0%, rgba(162, 106, 46, 0) 100%);
}
.jumbotron.jumbotron-bg-md-bronze .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#a26a2e), to(rgba(162, 106, 46, 0)));
  background: linear-gradient(0deg, #a26a2e 0%, rgba(162, 106, 46, 0) 100%);
}
.jumbotron.jumbotron-bg-md-bronze .content-block .title,
.jumbotron.jumbotron-bg-md-bronze .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-md-bronze .content-block a {
  color: rgb(231.0711538462, 201.9403846154, 170.7288461538);
}
.jumbotron.jumbotron-bg-dark-gray {
  background-color: rgb(30.75, 30.75, 30.75);
}
.jumbotron.jumbotron-bg-dark-gray .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(30.75, 30.75, 30.75, 0) 0%, rgb(30.75, 30.75, 30.75) 80%);
}
.jumbotron.jumbotron-bg-dark-gray .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30.75, 30.75, 30.75)), to(rgba(30.75, 30.75, 30.75, 0)));
  background: linear-gradient(180deg, rgb(30.75, 30.75, 30.75) 0%, rgba(30.75, 30.75, 30.75, 0) 100%);
}
.jumbotron.jumbotron-bg-dark-gray .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(30.75, 30.75, 30.75)), to(rgba(30.75, 30.75, 30.75, 0)));
  background: linear-gradient(0deg, rgb(30.75, 30.75, 30.75) 0%, rgba(30.75, 30.75, 30.75, 0) 100%);
}
.jumbotron.jumbotron-bg-dark-gray .content-block .title,
.jumbotron.jumbotron-bg-dark-gray .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-dark-gray .content-block a {
  color: rgb(127.65, 127.65, 127.65);
}
.jumbotron.jumbotron-bg-gray {
  background-color: #454545;
}
.jumbotron.jumbotron-bg-gray .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(69, 69, 69, 0) 0%, #454545 80%);
}
.jumbotron.jumbotron-bg-gray .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(180deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
}
.jumbotron.jumbotron-bg-gray .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(0deg, #454545 0%, rgba(69, 69, 69, 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: rgb(165.9, 165.9, 165.9);
}
.jumbotron.jumbotron-bg-light-gray {
  background-color: #e6e6e6;
}
.jumbotron.jumbotron-bg-light-gray .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(230, 230, 230, 0) 0%, #e6e6e6 80%);
}
.jumbotron.jumbotron-bg-light-gray .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(rgba(230, 230, 230, 0)));
  background: linear-gradient(180deg, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
}
.jumbotron.jumbotron-bg-light-gray .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(rgba(230, 230, 230, 0)));
  background: linear-gradient(0deg, #e6e6e6 0%, rgba(230, 230, 230, 0) 100%);
}
.jumbotron.jumbotron-bg-light-gray .content-block .title,
.jumbotron.jumbotron-bg-light-gray .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-light-gray .content-block a {
  color: white;
}
.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: rgb(86.8, 232.2702702703, 255);
}
.jumbotron.jumbotron-bg-places {
  background-color: rgb(80.0671875, 117.8, 0);
}
.jumbotron.jumbotron-bg-places .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(80.0671875, 117.8, 0, 0) 0%, rgb(80.0671875, 117.8, 0) 80%);
}
.jumbotron.jumbotron-bg-places .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(80.0671875, 117.8, 0)), to(rgba(80.0671875, 117.8, 0, 0)));
  background: linear-gradient(180deg, rgb(80.0671875, 117.8, 0) 0%, rgba(80.0671875, 117.8, 0, 0) 100%);
}
.jumbotron.jumbotron-bg-places .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(80.0671875, 117.8, 0)), to(rgba(80.0671875, 117.8, 0, 0)));
  background: linear-gradient(0deg, rgb(80.0671875, 117.8, 0) 0%, rgba(80.0671875, 117.8, 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: rgb(191.45, 255, 56.6);
}
.jumbotron.jumbotron-bg-topics {
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.jumbotron.jumbotron-bg-topics .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(176.4725099602, 41.7274900398, 46.0741035857, 0) 0%, rgb(176.4725099602, 41.7274900398, 46.0741035857) 80%);
}
.jumbotron.jumbotron-bg-topics .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(176.4725099602, 41.7274900398, 46.0741035857)), to(rgba(176.4725099602, 41.7274900398, 46.0741035857, 0)));
  background: linear-gradient(180deg, rgb(176.4725099602, 41.7274900398, 46.0741035857) 0%, rgba(176.4725099602, 41.7274900398, 46.0741035857, 0) 100%);
}
.jumbotron.jumbotron-bg-topics .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(176.4725099602, 41.7274900398, 46.0741035857)), to(rgba(176.4725099602, 41.7274900398, 46.0741035857, 0)));
  background: linear-gradient(0deg, rgb(176.4725099602, 41.7274900398, 46.0741035857) 0%, rgba(176.4725099602, 41.7274900398, 46.0741035857, 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: rgb(236.2589641434, 175.7410358566, 177.6932270916);
}
.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: rgb(129.3933333333, 202.0333333333, 244.4066666667);
}
.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: rgb(226.2256, 222.8536, 230.9464);
}
.jumbotron.jumbotron-bg-year_range {
  background-color: rgb(101.992, 89.452, 119.548);
}
.jumbotron.jumbotron-bg-year_range .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(101.992, 89.452, 119.548, 0) 0%, rgb(101.992, 89.452, 119.548) 80%);
}
.jumbotron.jumbotron-bg-year_range .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(180deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 0) 100%);
}
.jumbotron.jumbotron-bg-year_range .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(0deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 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: rgb(200.1136, 193.6816, 209.1184);
}
.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: rgb(37.8, 226.4787878788, 255);
}
.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: rgb(180.0511627907, 255, 24.8);
}
.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: rgb(226.3965517241, 141.4034482759, 143.8551724138);
}
.jumbotron.jumbotron-bg-document {
  background-color: #000000;
}
.jumbotron.jumbotron-bg-document .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, black 80%);
}
.jumbotron.jumbotron-bg-document .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-document .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-document .content-block .title,
.jumbotron.jumbotron-bg-document .content-block .text {
  color: #ffffff;
}
.jumbotron.jumbotron-bg-document .content-block a {
  color: rgb(96.9, 96.9, 96.9);
}
.jumbotron.jumbotron-bg-subject {
  background-color: rgb(101.992, 89.452, 119.548);
}
.jumbotron.jumbotron-bg-subject .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(101.992, 89.452, 119.548, 0) 0%, rgb(101.992, 89.452, 119.548) 80%);
}
.jumbotron.jumbotron-bg-subject .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(180deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 0) 100%);
}
.jumbotron.jumbotron-bg-subject .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(0deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 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: rgb(200.1136, 193.6816, 209.1184);
}
.jumbotron.jumbotron-bg-keyword {
  background-color: rgb(101.992, 89.452, 119.548);
}
.jumbotron.jumbotron-bg-keyword .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(101.992, 89.452, 119.548, 0) 0%, rgb(101.992, 89.452, 119.548) 80%);
}
.jumbotron.jumbotron-bg-keyword .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(180deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 0) 100%);
}
.jumbotron.jumbotron-bg-keyword .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), to(rgba(101.992, 89.452, 119.548, 0)));
  background: linear-gradient(0deg, rgb(101.992, 89.452, 119.548) 0%, rgba(101.992, 89.452, 119.548, 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: rgb(200.1136, 193.6816, 209.1184);
}
.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: rgb(184.7615384615, 71.7692307692, 200.0307692308);
}
.jumbotron.jumbotron-bg-translator {
  background-color: #7f7f7f;
}
.jumbotron.jumbotron-bg-translator .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(127, 127, 127, 0) 0%, #7f7f7f 80%);
}
.jumbotron.jumbotron-bg-translator .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#7f7f7f), to(rgba(127, 127, 127, 0)));
  background: linear-gradient(180deg, #7f7f7f 0%, rgba(127, 127, 127, 0) 100%);
}
.jumbotron.jumbotron-bg-translator .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#7f7f7f), to(rgba(127, 127, 127, 0)));
  background: linear-gradient(0deg, #7f7f7f 0%, rgba(127, 127, 127, 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: rgb(223.9, 223.9, 223.9);
}
.jumbotron.jumbotron-bg-contributor {
  background-color: #454545;
}
.jumbotron.jumbotron-bg-contributor .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(69, 69, 69, 0) 0%, #454545 80%);
}
.jumbotron.jumbotron-bg-contributor .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(180deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
}
.jumbotron.jumbotron-bg-contributor .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(0deg, #454545 0%, rgba(69, 69, 69, 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: rgb(165.9, 165.9, 165.9);
}
.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: rgb(96.9, 96.9, 96.9);
}
.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(96.9, 96.9, 96.9, 0);
}
.jumbotron.jumbotron-bg-clear {
  background-color: #454545;
}
.jumbotron.jumbotron-bg-clear .image-gradient {
  position: relative;
  background: radial-gradient(circle, rgba(69, 69, 69, 0) 0%, #454545 80%);
}
.jumbotron.jumbotron-bg-clear .image-gradient:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(180deg, #454545 0%, rgba(69, 69, 69, 0) 100%);
}
.jumbotron.jumbotron-bg-clear .image-gradient:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#454545), to(rgba(69, 69, 69, 0)));
  background: linear-gradient(0deg, #454545 0%, rgba(69, 69, 69, 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: rgb(165.9, 165.9, 165.9);
}
.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.jumbotron-bg-light-gray .content-block .title,
.jumbotron.jumbotron-bg-light-gray .content-block .text {
  color: #000000;
}
.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: #7f7f7f;
}
.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: #454545;
}
@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: rgb(90.9615384615, 29.7692307692, 99.2307692308);
}
.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: #454545;
  -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 rgb(221.9310344828, 220.9862068966, 219.5689655172);
  }
  .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: rgb(221.9310344828, 220.9862068966, 219.5689655172);
    -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: #7f7f7f;
  }
  .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: 88px;
  left: 50%;
  border: none;
  border-radius: 50%;
  background-color: rgb(204.5, 204.5, 204.5);
  opacity: 0;
}
.navigation .navbar .dropdown-toggle.active {
  color: #ffffff;
  background-color: #e21833;
}
.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 #e21833;
}
.navigation .navbar .dropdown-toggle.active.show i {
  color: #454545;
}
.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: #454545;
}
.navigation .navbar .dropdown-toggle .fa-caret-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e21833;
}
.navigation .navbar.navbar-light, .navigation .navbar.bg-light {
  background-color: #ffffff !important;
}
.navigation .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  max-width: 200px;
}
@media all and (min-width: 425px) {
  .navigation .navbar .navbar-brand {
    max-width: 250px;
  }
}
@media all and (min-width: 576px) {
  .navigation .navbar .navbar-brand {
    max-width: 300px;
  }
}
@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%, rgb(12.0166666667, 94.4166666667, 142.4833333333)), color-stop(50%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(12.0166666667, 94.4166666667, 142.4833333333) 25%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 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%, rgb(6.5833333333, 73.2395833333, 111.9166666667)), color-stop(50%, rgba(6.5833333333, 73.2395833333, 111.9166666667, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(6.5833333333, 73.2395833333, 111.9166666667) 25%, rgba(6.5833333333, 73.2395833333, 111.9166666667, 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%, rgb(37.0192307692, 12.1153846154, 40.3846153846)), color-stop(50%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(37.0192307692, 12.1153846154, 40.3846153846) 25%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 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%, rgb(114.436, 100.366, 134.134)), color-stop(50%, rgba(114.436, 100.366, 134.134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(114.436, 100.366, 134.134) 25%, rgba(114.436, 100.366, 134.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.md-red .search-bar-bg {
  background-color: #e21833;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.md-red .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%, rgb(202.948, 21.552, 45.798)), color-stop(50%, rgba(202.948, 21.552, 45.798, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(202.948, 21.552, 45.798) 25%, rgba(202.948, 21.552, 45.798, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.md-red .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.md-gold .search-bar-bg {
  background-color: #ffd200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.md-gold .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%, rgb(229.5, 189, 0)), color-stop(50%, rgba(229.5, 189, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(229.5, 189, 0) 25%, rgba(229.5, 189, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.md-gold .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.md-bronze .search-bar-bg {
  background-color: #A26A2E;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.md-bronze .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%, rgb(142.1394230769, 93.0048076923, 40.3605769231)), color-stop(50%, rgba(142.1394230769, 93.0048076923, 40.3605769231, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(142.1394230769, 93.0048076923, 40.3605769231) 25%, rgba(142.1394230769, 93.0048076923, 40.3605769231, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.md-bronze .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-gray .search-bar-bg {
  background-color: rgb(30.75, 30.75, 30.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.dark-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%, #121212), color-stop(50%, rgba(18, 18, 18, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #121212 25%, rgba(18, 18, 18, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.dark-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.gray .search-bar-bg {
  background-color: #454545;
  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%, rgb(56.25, 56.25, 56.25)), color-stop(50%, rgba(56.25, 56.25, 56.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(56.25, 56.25, 56.25) 25%, rgba(56.25, 56.25, 56.25, 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.light-gray .search-bar-bg {
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-bar.light-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%, rgb(217.25, 217.25, 217.25)), color-stop(50%, rgba(217.25, 217.25, 217.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(217.25, 217.25, 217.25) 25%, rgba(217.25, 217.25, 217.25, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.search-bar.light-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%, rgb(0, 105.9459459459, 122.5)), color-stop(50%, rgba(0, 105.9459459459, 122.5, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(0, 105.9459459459, 122.5) 25%, rgba(0, 105.9459459459, 122.5, 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: rgb(80.0671875, 117.8, 0);
  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%, rgb(62.73515625, 92.3, 0)), color-stop(50%, rgba(62.73515625, 92.3, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(62.73515625, 92.3, 0) 25%, rgba(62.73515625, 92.3, 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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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%, rgb(155.8490039841, 36.8509960159, 40.6896414343)), color-stop(50%, rgba(155.8490039841, 36.8509960159, 40.6896414343, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(155.8490039841, 36.8509960159, 40.6896414343) 25%, rgba(155.8490039841, 36.8509960159, 40.6896414343, 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%, rgb(12.0166666667, 94.4166666667, 142.4833333333)), color-stop(50%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(12.0166666667, 94.4166666667, 142.4833333333) 25%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 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%, rgb(114.436, 100.366, 134.134)), color-stop(50%, rgba(114.436, 100.366, 134.134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(114.436, 100.366, 134.134) 25%, rgba(114.436, 100.366, 134.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: rgb(101.992, 89.452, 119.548);
  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%, rgb(89.548, 78.538, 104.962)), color-stop(50%, rgba(89.548, 78.538, 104.962, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(89.548, 78.538, 104.962) 25%, rgba(89.548, 78.538, 104.962, 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%, rgb(0, 63.8484848485, 73.5)), color-stop(50%, rgba(0, 63.8484848485, 73.5, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(0, 63.8484848485, 73.5) 25%, rgba(0, 63.8484848485, 73.5, 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%, rgb(40.8023255814, 60.5, 0)), color-stop(50%, rgba(40.8023255814, 60.5, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(40.8023255814, 60.5, 0) 25%, rgba(40.8023255814, 60.5, 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%, rgb(118.6293103448, 29.8706896552, 32.4310344828)), color-stop(50%, rgba(118.6293103448, 29.8706896552, 32.4310344828, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(118.6293103448, 29.8706896552, 32.4310344828) 25%, rgba(118.6293103448, 29.8706896552, 32.4310344828, 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: #000000;
  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%, 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.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: rgb(101.992, 89.452, 119.548);
  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%, rgb(89.548, 78.538, 104.962)), color-stop(50%, rgba(89.548, 78.538, 104.962, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(89.548, 78.538, 104.962) 25%, rgba(89.548, 78.538, 104.962, 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: rgb(101.992, 89.452, 119.548);
  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%, rgb(89.548, 78.538, 104.962)), color-stop(50%, rgba(89.548, 78.538, 104.962, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(89.548, 78.538, 104.962) 25%, rgba(89.548, 78.538, 104.962, 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%, rgb(37.0192307692, 12.1153846154, 40.3846153846)), color-stop(50%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(37.0192307692, 12.1153846154, 40.3846153846) 25%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 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: #7f7f7f;
  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%, rgb(114.25, 114.25, 114.25)), color-stop(50%, rgba(114.25, 114.25, 114.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(114.25, 114.25, 114.25) 25%, rgba(114.25, 114.25, 114.25, 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: #454545;
  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%, rgb(56.25, 56.25, 56.25)), color-stop(50%, rgba(56.25, 56.25, 56.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(56.25, 56.25, 56.25) 25%, rgba(56.25, 56.25, 56.25, 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%, rgb(242.25, 242.25, 242.25)), color-stop(50%, rgba(242.25, 242.25, 242.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(242.25, 242.25, 242.25) 25%, rgba(242.25, 242.25, 242.25, 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: #454545;
  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%, rgb(56.25, 56.25, 56.25)), color-stop(50%, rgba(56.25, 56.25, 56.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(56.25, 56.25, 56.25) 25%, rgba(56.25, 56.25, 56.25, 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 #000000 !important;
  background-color: #000000 !important;
}
.search-bar .btn-search i {
  color: #ffffff !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: #454545;
}
.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: #454545;
}
.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: #7f7f7f;
}
.search-results .card.table-responsive,
.document-list .card.table-responsive {
  border: 1px solid rgba(0, 0, 0, 0.125);
  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: #7f7f7f;
}
.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: rgb(196.5, 196.5, 196.5);
}
.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: rgb(196.5, 196.5, 196.5);
}
.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: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
@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: rgb(5.1666666667, 57.4791666667, 87.8333333333);
}
@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: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
@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: rgb(101.992, 89.452, 119.548);
}
@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.md-red {
  position: relative;
}
.search-visualization.md-red .container {
  position: relative;
  z-index: 1;
}
.search-visualization.md-red .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(179.896, 19.104, 40.596);
}
@media (max-width: 767px) {
  .search-visualization.md-red .search-visualization-bg {
    display: none;
  }
}
.search-visualization.md-red .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.md-gold {
  position: relative;
}
.search-visualization.md-gold .container {
  position: relative;
  z-index: 1;
}
.search-visualization.md-gold .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #cca800;
}
@media (max-width: 767px) {
  .search-visualization.md-gold .search-visualization-bg {
    display: none;
  }
}
.search-visualization.md-gold .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.md-bronze {
  position: relative;
}
.search-visualization.md-bronze .container {
  position: relative;
  z-index: 1;
}
.search-visualization.md-bronze .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(122.2788461538, 80.0096153846, 34.7211538462);
}
@media (max-width: 767px) {
  .search-visualization.md-bronze .search-visualization-bg {
    display: none;
  }
}
.search-visualization.md-bronze .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-gray {
  position: relative;
}
.search-visualization.dark-gray .container {
  position: relative;
  z-index: 1;
}
.search-visualization.dark-gray .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(5.25, 5.25, 5.25);
}
@media (max-width: 767px) {
  .search-visualization.dark-gray .search-visualization-bg {
    display: none;
  }
}
.search-visualization.dark-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.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: rgb(43.5, 43.5, 43.5);
}
@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.light-gray {
  position: relative;
}
.search-visualization.light-gray .container {
  position: relative;
  z-index: 1;
}
.search-visualization.light-gray .search-visualization-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(204.5, 204.5, 204.5);
}
@media (max-width: 767px) {
  .search-visualization.light-gray .search-visualization-bg {
    display: none;
  }
}
.search-visualization.light-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: rgb(0, 83.8918918919, 97);
}
@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: rgb(45.403125, 66.8, 0);
}
@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: rgb(135.225498008, 31.974501992, 35.3051792829);
}
@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: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
@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: rgb(101.992, 89.452, 119.548);
}
@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: rgb(77.104, 67.624, 90.376);
}
@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: rgb(0, 41.696969697, 48);
}
@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: rgb(23.6046511628, 35, 0);
}
@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: rgb(98.2586206897, 24.7413793103, 26.8620689655);
}
@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: black;
}
@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: rgb(77.104, 67.624, 90.376);
}
@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: rgb(77.104, 67.624, 90.376);
}
@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: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
@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: rgb(101.5, 101.5, 101.5);
}
@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: rgb(43.5, 43.5, 43.5);
}
@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: rgb(229.5, 229.5, 229.5);
}
@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: black;
}
@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: rgba(0, 0, 0, 0);
}
@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: rgb(43.5, 43.5, 43.5);
}
@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: #e21833;
  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.md-red .rollover,
.search-visualization #chartdiv .node-container.md-red .value {
  color: #ffffff;
  background-color: #e21833;
}
.search-visualization #chartdiv .node-container.type-md-red a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-md-red a:hover .rollover, .search-visualization #chartdiv .node-container.type-md-red a:focus .rollover {
  top: 0;
  background-color: #e21833;
}
.search-visualization #chartdiv .node-container.type-md-red .information {
  color: #ffffff;
  background-color: #e21833;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-md-red .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.md-gold .rollover,
.search-visualization #chartdiv .node-container.md-gold .value {
  color: #ffffff;
  background-color: #ffd200;
}
.search-visualization #chartdiv .node-container.type-md-gold a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-md-gold a:hover .rollover, .search-visualization #chartdiv .node-container.type-md-gold a:focus .rollover {
  top: 0;
  background-color: #ffd200;
}
.search-visualization #chartdiv .node-container.type-md-gold .information {
  color: #ffffff;
  background-color: #ffd200;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-md-gold .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.md-bronze .rollover,
.search-visualization #chartdiv .node-container.md-bronze .value {
  color: #ffffff;
  background-color: #A26A2E;
}
.search-visualization #chartdiv .node-container.type-md-bronze a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-md-bronze a:hover .rollover, .search-visualization #chartdiv .node-container.type-md-bronze a:focus .rollover {
  top: 0;
  background-color: #A26A2E;
}
.search-visualization #chartdiv .node-container.type-md-bronze .information {
  color: #ffffff;
  background-color: #A26A2E;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-md-bronze .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.dark-gray .rollover,
.search-visualization #chartdiv .node-container.dark-gray .value {
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
}
.search-visualization #chartdiv .node-container.type-dark-gray a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-dark-gray a:hover .rollover, .search-visualization #chartdiv .node-container.type-dark-gray a:focus .rollover {
  top: 0;
  background-color: rgb(30.75, 30.75, 30.75);
}
.search-visualization #chartdiv .node-container.type-dark-gray .information {
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-dark-gray .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: #454545;
}
.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: #454545;
}
.search-visualization #chartdiv .node-container.type-gray .information {
  color: #ffffff;
  background-color: #454545;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-gray .information .rollover {
  margin: 0 0 0 -24px;
}
.search-visualization #chartdiv .node-container.light-gray .rollover,
.search-visualization #chartdiv .node-container.light-gray .value {
  color: #ffffff;
  background-color: #e6e6e6;
}
.search-visualization #chartdiv .node-container.type-light-gray a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
}
.search-visualization #chartdiv .node-container.type-light-gray a:hover .rollover, .search-visualization #chartdiv .node-container.type-light-gray a:focus .rollover {
  top: 0;
  background-color: #e6e6e6;
}
.search-visualization #chartdiv .node-container.type-light-gray .information {
  color: #ffffff;
  background-color: #e6e6e6;
  overflow: hidden;
}
.search-visualization #chartdiv .node-container.type-light-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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(80.0671875, 117.8, 0);
}
.search-visualization #chartdiv .node-container.type-places .information {
  color: #ffffff;
  background-color: rgb(80.0671875, 117.8, 0);
  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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.search-visualization #chartdiv .node-container.type-topics .information {
  color: #ffffff;
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.search-visualization #chartdiv .node-container.type-year_range .information {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
  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: #000000;
}
.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: #000000;
}
.search-visualization #chartdiv .node-container.type-document .information {
  color: #ffffff;
  background-color: #000000;
  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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.search-visualization #chartdiv .node-container.type-subject .information {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
  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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.search-visualization #chartdiv .node-container.type-keyword .information {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
  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: #7f7f7f;
}
.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: #7f7f7f;
}
.search-visualization #chartdiv .node-container.type-translator .information {
  color: #ffffff;
  background-color: #7f7f7f;
  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: #454545;
}
.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: #454545;
}
.search-visualization #chartdiv .node-container.type-contributor .information {
  color: #ffffff;
  background-color: #454545;
  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: #454545;
}
.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: #454545;
}
.search-visualization #chartdiv .node-container.type-clear .information {
  color: #ffffff;
  background-color: #454545;
  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 #ffffff;
}
.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: #000000;
}
.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 #ffffff;
  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.md-red .rollover {
  color: #ffffff;
  background-color: #e21833;
}
.search-visualization #chartdiv .node-container .image-container.md-gold .rollover {
  color: #ffffff;
  background-color: #ffd200;
}
.search-visualization #chartdiv .node-container .image-container.md-bronze .rollover {
  color: #ffffff;
  background-color: #A26A2E;
}
.search-visualization #chartdiv .node-container .image-container.dark-gray .rollover {
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
}
.search-visualization #chartdiv .node-container .image-container.gray .rollover {
  color: #ffffff;
  background-color: #454545;
}
.search-visualization #chartdiv .node-container .image-container.light-gray .rollover {
  color: #ffffff;
  background-color: #e6e6e6;
}
.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: rgb(80.0671875, 117.8, 0);
}
.search-visualization #chartdiv .node-container .image-container.topics .rollover {
  color: #ffffff;
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #000000;
}
.search-visualization #chartdiv .node-container .image-container.subject .rollover {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
}
.search-visualization #chartdiv .node-container .image-container.keyword .rollover {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f;
}
.search-visualization #chartdiv .node-container .image-container.contributor .rollover {
  color: #ffffff;
  background-color: #454545;
}
.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: #454545;
}
.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 #ffffff;
  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 8px;
  border-radius: 10px;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  background-color: #ffd200;
}
.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-md-red {
  position: relative;
}
.timeline.timeline-md-red .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-md-red .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e21833;
}
.timeline.timeline-md-red .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-md-gold {
  position: relative;
}
.timeline.timeline-md-gold .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-md-gold .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffd200;
}
.timeline.timeline-md-gold .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-md-bronze {
  position: relative;
}
.timeline.timeline-md-bronze .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-md-bronze .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #A26A2E;
}
.timeline.timeline-md-bronze .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-gray {
  position: relative;
}
.timeline.timeline-dark-gray .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-dark-gray .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(30.75, 30.75, 30.75);
}
.timeline.timeline-dark-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-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: #454545;
}
.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-light-gray {
  position: relative;
}
.timeline.timeline-light-gray .container {
  position: relative;
  z-index: 1;
}
.timeline.timeline-light-gray .timeline-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e6e6e6;
}
.timeline.timeline-light-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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #000000;
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f;
}
.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: #454545;
}
.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: #454545;
}
.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%, rgb(12.0166666667, 94.4166666667, 142.4833333333)), color-stop(50%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(12.0166666667, 94.4166666667, 142.4833333333) 25%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 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%, rgb(6.5833333333, 73.2395833333, 111.9166666667)), color-stop(50%, rgba(6.5833333333, 73.2395833333, 111.9166666667, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(6.5833333333, 73.2395833333, 111.9166666667) 25%, rgba(6.5833333333, 73.2395833333, 111.9166666667, 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%, rgb(37.0192307692, 12.1153846154, 40.3846153846)), color-stop(50%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(37.0192307692, 12.1153846154, 40.3846153846) 25%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 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%, rgb(114.436, 100.366, 134.134)), color-stop(50%, rgba(114.436, 100.366, 134.134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(114.436, 100.366, 134.134) 25%, rgba(114.436, 100.366, 134.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.md-red .title-bar-bg {
  background-color: #e21833;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.md-red .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%, rgb(202.948, 21.552, 45.798)), color-stop(50%, rgba(202.948, 21.552, 45.798, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(202.948, 21.552, 45.798) 25%, rgba(202.948, 21.552, 45.798, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.md-red .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.md-gold .title-bar-bg {
  background-color: #ffd200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.md-gold .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%, rgb(229.5, 189, 0)), color-stop(50%, rgba(229.5, 189, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(229.5, 189, 0) 25%, rgba(229.5, 189, 0, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.md-gold .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.md-gold .title {
  color: #000000 !important;
}
.title-bar.md-bronze .title-bar-bg {
  background-color: #A26A2E;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.md-bronze .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%, rgb(142.1394230769, 93.0048076923, 40.3605769231)), color-stop(50%, rgba(142.1394230769, 93.0048076923, 40.3605769231, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(142.1394230769, 93.0048076923, 40.3605769231) 25%, rgba(142.1394230769, 93.0048076923, 40.3605769231, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.md-bronze .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-gray .title-bar-bg {
  background-color: rgb(30.75, 30.75, 30.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.dark-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%, #121212), color-stop(50%, rgba(18, 18, 18, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, #121212 25%, rgba(18, 18, 18, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.dark-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.gray .title-bar-bg {
  background-color: #454545;
  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%, rgb(56.25, 56.25, 56.25)), color-stop(50%, rgba(56.25, 56.25, 56.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(56.25, 56.25, 56.25) 25%, rgba(56.25, 56.25, 56.25, 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.light-gray .title-bar-bg {
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-bar.light-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%, rgb(217.25, 217.25, 217.25)), color-stop(50%, rgba(217.25, 217.25, 217.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(217.25, 217.25, 217.25) 25%, rgba(217.25, 217.25, 217.25, 0.75) 50%, transparent 100%);
  z-index: 1;
}
.title-bar.light-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%, rgb(0, 105.9459459459, 122.5)), color-stop(50%, rgba(0, 105.9459459459, 122.5, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(0, 105.9459459459, 122.5) 25%, rgba(0, 105.9459459459, 122.5, 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: rgb(80.0671875, 117.8, 0);
  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%, rgb(62.73515625, 92.3, 0)), color-stop(50%, rgba(62.73515625, 92.3, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(62.73515625, 92.3, 0) 25%, rgba(62.73515625, 92.3, 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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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%, rgb(155.8490039841, 36.8509960159, 40.6896414343)), color-stop(50%, rgba(155.8490039841, 36.8509960159, 40.6896414343, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(155.8490039841, 36.8509960159, 40.6896414343) 25%, rgba(155.8490039841, 36.8509960159, 40.6896414343, 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%, rgb(12.0166666667, 94.4166666667, 142.4833333333)), color-stop(50%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(12.0166666667, 94.4166666667, 142.4833333333) 25%, rgba(12.0166666667, 94.4166666667, 142.4833333333, 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%, rgb(114.436, 100.366, 134.134)), color-stop(50%, rgba(114.436, 100.366, 134.134, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(114.436, 100.366, 134.134) 25%, rgba(114.436, 100.366, 134.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: rgb(101.992, 89.452, 119.548);
  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%, rgb(89.548, 78.538, 104.962)), color-stop(50%, rgba(89.548, 78.538, 104.962, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(89.548, 78.538, 104.962) 25%, rgba(89.548, 78.538, 104.962, 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%, rgb(0, 63.8484848485, 73.5)), color-stop(50%, rgba(0, 63.8484848485, 73.5, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(0, 63.8484848485, 73.5) 25%, rgba(0, 63.8484848485, 73.5, 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%, rgb(40.8023255814, 60.5, 0)), color-stop(50%, rgba(40.8023255814, 60.5, 0, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(40.8023255814, 60.5, 0) 25%, rgba(40.8023255814, 60.5, 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%, rgb(118.6293103448, 29.8706896552, 32.4310344828)), color-stop(50%, rgba(118.6293103448, 29.8706896552, 32.4310344828, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(118.6293103448, 29.8706896552, 32.4310344828) 25%, rgba(118.6293103448, 29.8706896552, 32.4310344828, 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: #000000;
  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%, 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.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: rgb(101.992, 89.452, 119.548);
  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%, rgb(89.548, 78.538, 104.962)), color-stop(50%, rgba(89.548, 78.538, 104.962, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(89.548, 78.538, 104.962) 25%, rgba(89.548, 78.538, 104.962, 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: rgb(101.992, 89.452, 119.548);
  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%, rgb(89.548, 78.538, 104.962)), color-stop(50%, rgba(89.548, 78.538, 104.962, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(89.548, 78.538, 104.962) 25%, rgba(89.548, 78.538, 104.962, 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%, rgb(37.0192307692, 12.1153846154, 40.3846153846)), color-stop(50%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(37.0192307692, 12.1153846154, 40.3846153846) 25%, rgba(37.0192307692, 12.1153846154, 40.3846153846, 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: #7f7f7f;
  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%, rgb(114.25, 114.25, 114.25)), color-stop(50%, rgba(114.25, 114.25, 114.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(114.25, 114.25, 114.25) 25%, rgba(114.25, 114.25, 114.25, 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: #454545;
  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%, rgb(56.25, 56.25, 56.25)), color-stop(50%, rgba(56.25, 56.25, 56.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(56.25, 56.25, 56.25) 25%, rgba(56.25, 56.25, 56.25, 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%, rgb(242.25, 242.25, 242.25)), color-stop(50%, rgba(242.25, 242.25, 242.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(242.25, 242.25, 242.25) 25%, rgba(242.25, 242.25, 242.25, 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: #454545;
  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%, rgb(56.25, 56.25, 56.25)), color-stop(50%, rgba(56.25, 56.25, 56.25, 0.75)), to(transparent));
  background-image: linear-gradient(90deg, rgb(56.25, 56.25, 56.25) 25%, rgba(56.25, 56.25, 56.25, 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: #454545;
}
.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(rgb(10.0333333333, 78.8333333333, 118.9666666667)), to(#0e6ea6));
  background: linear-gradient(90deg, rgb(10.0333333333, 78.8333333333, 118.9666666667) 0%, #0e6ea6 100%);
}
.top-searched .sub-title.sub-title-dark-blue {
  background: -webkit-gradient(linear, left top, right top, from(rgb(5.1666666667, 57.4791666667, 87.8333333333)), to(#085988));
  background: linear-gradient(90deg, rgb(5.1666666667, 57.4791666667, 87.8333333333) 0%, #085988 100%);
}
.top-searched .sub-title.sub-title-dark-purple {
  background: -webkit-gradient(linear, left top, right top, from(rgb(19.0384615385, 6.2307692308, 20.7692307692)), to(#37123c));
  background: linear-gradient(90deg, rgb(19.0384615385, 6.2307692308, 20.7692307692) 0%, #37123c 100%);
}
.top-searched .sub-title.sub-title-light-purple {
  background: -webkit-gradient(linear, left top, right top, from(rgb(101.992, 89.452, 119.548)), to(#7f7094));
  background: linear-gradient(90deg, rgb(101.992, 89.452, 119.548) 0%, #7f7094 100%);
}
.top-searched .sub-title.sub-title-md-red {
  background: -webkit-gradient(linear, left top, right top, from(rgb(179.896, 19.104, 40.596)), to(#e21833));
  background: linear-gradient(90deg, rgb(179.896, 19.104, 40.596) 0%, #e21833 100%);
}
.top-searched .sub-title.sub-title-md-gold {
  background: -webkit-gradient(linear, left top, right top, from(#cca800), to(#ffd200));
  background: linear-gradient(90deg, #cca800 0%, #ffd200 100%);
}
.top-searched .sub-title.sub-title-md-bronze {
  background: -webkit-gradient(linear, left top, right top, from(rgb(122.2788461538, 80.0096153846, 34.7211538462)), to(#A26A2E));
  background: linear-gradient(90deg, rgb(122.2788461538, 80.0096153846, 34.7211538462) 0%, #A26A2E 100%);
}
.top-searched .sub-title.sub-title-dark-gray {
  background: -webkit-gradient(linear, left top, right top, from(rgb(5.25, 5.25, 5.25)), to(rgb(30.75, 30.75, 30.75)));
  background: linear-gradient(90deg, rgb(5.25, 5.25, 5.25) 0%, rgb(30.75, 30.75, 30.75) 100%);
}
.top-searched .sub-title.sub-title-gray {
  background: -webkit-gradient(linear, left top, right top, from(rgb(43.5, 43.5, 43.5)), to(#454545));
  background: linear-gradient(90deg, rgb(43.5, 43.5, 43.5) 0%, #454545 100%);
}
.top-searched .sub-title.sub-title-light-gray {
  background: -webkit-gradient(linear, left top, right top, from(rgb(204.5, 204.5, 204.5)), to(#e6e6e6));
  background: linear-gradient(90deg, rgb(204.5, 204.5, 204.5) 0%, #e6e6e6 100%);
}
.top-searched .sub-title.sub-title-people {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 83.8918918919, 97)), to(#008094));
  background: linear-gradient(90deg, rgb(0, 83.8918918919, 97) 0%, #008094 100%);
}
.top-searched .sub-title.sub-title-places {
  background: -webkit-gradient(linear, left top, right top, from(rgb(45.403125, 66.8, 0)), to(rgb(80.0671875, 117.8, 0)));
  background: linear-gradient(90deg, rgb(45.403125, 66.8, 0) 0%, rgb(80.0671875, 117.8, 0) 100%);
}
.top-searched .sub-title.sub-title-topics {
  background: -webkit-gradient(linear, left top, right top, from(rgb(135.225498008, 31.974501992, 35.3051792829)), to(rgb(176.4725099602, 41.7274900398, 46.0741035857)));
  background: linear-gradient(90deg, rgb(135.225498008, 31.974501992, 35.3051792829) 0%, rgb(176.4725099602, 41.7274900398, 46.0741035857) 100%);
}
.top-searched .sub-title.sub-title-languages {
  background: -webkit-gradient(linear, left top, right top, from(rgb(10.0333333333, 78.8333333333, 118.9666666667)), to(#0e6ea6));
  background: linear-gradient(90deg, rgb(10.0333333333, 78.8333333333, 118.9666666667) 0%, #0e6ea6 100%);
}
.top-searched .sub-title.sub-title-original_repositories {
  background: -webkit-gradient(linear, left top, right top, from(rgb(101.992, 89.452, 119.548)), to(#7f7094));
  background: linear-gradient(90deg, rgb(101.992, 89.452, 119.548) 0%, #7f7094 100%);
}
.top-searched .sub-title.sub-title-year_range {
  background: -webkit-gradient(linear, left top, right top, from(rgb(77.104, 67.624, 90.376)), to(rgb(101.992, 89.452, 119.548)));
  background: linear-gradient(90deg, rgb(77.104, 67.624, 90.376) 0%, rgb(101.992, 89.452, 119.548) 100%);
}
.top-searched .sub-title.sub-title-people-dark {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 41.696969697, 48)), to(#005663));
  background: linear-gradient(90deg, rgb(0, 41.696969697, 48) 0%, #005663 100%);
}
.top-searched .sub-title.sub-title-places-dark {
  background: -webkit-gradient(linear, left top, right top, from(rgb(23.6046511628, 35, 0)), to(#3a5600));
  background: linear-gradient(90deg, rgb(23.6046511628, 35, 0) 0%, #3a5600 100%);
}
.top-searched .sub-title.sub-title-topics-dark {
  background: -webkit-gradient(linear, left top, right top, from(rgb(98.2586206897, 24.7413793103, 26.8620689655)), to(#8b2326));
  background: linear-gradient(90deg, rgb(98.2586206897, 24.7413793103, 26.8620689655) 0%, #8b2326 100%);
}
.top-searched .sub-title.sub-title-document {
  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-subject {
  background: -webkit-gradient(linear, left top, right top, from(rgb(77.104, 67.624, 90.376)), to(rgb(101.992, 89.452, 119.548)));
  background: linear-gradient(90deg, rgb(77.104, 67.624, 90.376) 0%, rgb(101.992, 89.452, 119.548) 100%);
}
.top-searched .sub-title.sub-title-keyword {
  background: -webkit-gradient(linear, left top, right top, from(rgb(77.104, 67.624, 90.376)), to(rgb(101.992, 89.452, 119.548)));
  background: linear-gradient(90deg, rgb(77.104, 67.624, 90.376) 0%, rgb(101.992, 89.452, 119.548) 100%);
}
.top-searched .sub-title.sub-title-donor {
  background: -webkit-gradient(linear, left top, right top, from(rgb(19.0384615385, 6.2307692308, 20.7692307692)), to(#37123c));
  background: linear-gradient(90deg, rgb(19.0384615385, 6.2307692308, 20.7692307692) 0%, #37123c 100%);
}
.top-searched .sub-title.sub-title-translator {
  background: -webkit-gradient(linear, left top, right top, from(rgb(101.5, 101.5, 101.5)), to(#7f7f7f));
  background: linear-gradient(90deg, rgb(101.5, 101.5, 101.5) 0%, #7f7f7f 100%);
}
.top-searched .sub-title.sub-title-contributor {
  background: -webkit-gradient(linear, left top, right top, from(rgb(43.5, 43.5, 43.5)), to(#454545));
  background: linear-gradient(90deg, rgb(43.5, 43.5, 43.5) 0%, #454545 100%);
}
.top-searched .sub-title.sub-title-white {
  background: -webkit-gradient(linear, left top, right top, from(rgb(229.5, 229.5, 229.5)), to(#ffffff));
  background: linear-gradient(90deg, rgb(229.5, 229.5, 229.5) 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(rgb(43.5, 43.5, 43.5)), to(#454545));
  background: linear-gradient(90deg, rgb(43.5, 43.5, 43.5) 0%, #454545 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-md-red {
  position: relative;
}
.related-articles.related-articles-md-red .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-md-red .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e21833;
}
.related-articles.related-articles-md-red .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-md-gold {
  position: relative;
}
.related-articles.related-articles-md-gold .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-md-gold .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffd200;
}
.related-articles.related-articles-md-gold .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-md-bronze {
  position: relative;
}
.related-articles.related-articles-md-bronze .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-md-bronze .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #A26A2E;
}
.related-articles.related-articles-md-bronze .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-gray {
  position: relative;
}
.related-articles.related-articles-dark-gray .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-dark-gray .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(30.75, 30.75, 30.75);
}
.related-articles.related-articles-dark-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-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: #454545;
}
.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-light-gray {
  position: relative;
}
.related-articles.related-articles-light-gray .container {
  position: relative;
  z-index: 1;
}
.related-articles.related-articles-light-gray .related-articles-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e6e6e6;
}
.related-articles.related-articles-light-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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #000000;
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f;
}
.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: #454545;
}
.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: #454545;
}
.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: #e21833;
}
.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: #000000;
}
.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: #e21833;
  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: #000000;
  border-radius: 0;
  border: 1px solid #ffd200;
  background-color: #ffd200;
  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: #000000;
}
.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 {
  color: #ffffff;
  border: 1px solid #363135;
  -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: #000000;
}
.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-md-red {
  position: relative;
}
.relevant-resources.relevant-resources-md-red .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-md-red .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e21833;
}
.relevant-resources.relevant-resources-md-red .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-md-gold {
  position: relative;
}
.relevant-resources.relevant-resources-md-gold .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-md-gold .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #ffd200;
}
.relevant-resources.relevant-resources-md-gold .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-md-bronze {
  position: relative;
}
.relevant-resources.relevant-resources-md-bronze .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-md-bronze .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #A26A2E;
}
.relevant-resources.relevant-resources-md-bronze .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-gray {
  position: relative;
}
.relevant-resources.relevant-resources-dark-gray .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-dark-gray .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgb(30.75, 30.75, 30.75);
}
.relevant-resources.relevant-resources-dark-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-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: #454545;
}
.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-light-gray {
  position: relative;
}
.relevant-resources.relevant-resources-light-gray .container {
  position: relative;
  z-index: 1;
}
.relevant-resources.relevant-resources-light-gray .relevant-resources-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #e6e6e6;
}
.relevant-resources.relevant-resources-light-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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #000000;
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f;
}
.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: #454545;
}
.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: #454545;
}
.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: #e21833;
}
.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: #000000;
}

.results-bar {
  position: relative;
  padding: 16px 16px;
  background-color: #000000;
  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;
  color: #ffffff !important;
}
.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 .changing-text,
.results-bar .sorting-container .sorting-sort-by .dropdown .changing-text {
  color: #ffffff !important;
}
.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: #ffffff;
}
.results-bar .sub-title {
  margin-left: 8px;
  font-family: "source-serif-pro", serif;
  color: #ffd200;
}
.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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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 rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(12.0166666667, 94.4166666667, 142.4833333333) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(6.5833333333, 73.2395833333, 111.9166666667);
}
.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 rgb(6.5833333333, 73.2395833333, 111.9166666667);
  -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: rgb(6.5833333333, 73.2395833333, 111.9166666667) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.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 rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: rgb(37.0192307692, 12.1153846154, 40.3846153846) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(114.436, 100.366, 134.134);
}
.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 rgb(114.436, 100.366, 134.134);
  -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: rgb(114.436, 100.366, 134.134) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-md-red .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #e21833 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-red .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(202.948, 21.552, 45.798);
}
.accordion .accordion-item.accordion-md-red .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-red .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid rgb(202.948, 21.552, 45.798);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-red .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-red .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-md-red .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-red .list-group .list-group-item:focus, .accordion .accordion-item.accordion-md-red .list-group .list-group-item.list-group-see-more {
  color: #e21833 !important;
}
.accordion .accordion-item.accordion-md-red .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-md-red .list-group .list-group-item.list-group-see-more:focus {
  color: rgb(202.948, 21.552, 45.798) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.list-group-see-more {
  color: #ffd200 !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.list-group-see-more:focus {
  color: rgb(229.5, 189, 0) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #A26A2E !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
}
.accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid rgb(142.1394230769, 93.0048076923, 40.3605769231);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-bronze .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-md-bronze .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-bronze .list-group .list-group-item:focus, .accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.list-group-see-more {
  color: #A26A2E !important;
}
.accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-md-bronze .list-group .list-group-item.list-group-see-more:focus {
  color: rgb(142.1394230769, 93.0048076923, 40.3605769231) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: rgb(30.75, 30.75, 30.75) !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #121212;
}
.accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid #121212;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-dark-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-dark-gray .list-group .list-group-item:hover, .accordion .accordion-item.accordion-dark-gray .list-group .list-group-item:focus, .accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.list-group-see-more {
  color: rgb(30.75, 30.75, 30.75) !important;
}
.accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-dark-gray .list-group .list-group-item.list-group-see-more:focus {
  color: #121212 !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-gray .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #454545 !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: rgb(56.25, 56.25, 56.25);
}
.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 rgb(56.25, 56.25, 56.25);
  -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: #454545 !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: rgb(56.25, 56.25, 56.25) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-light-gray .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #e6e6e6 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-light-gray .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(217.25, 217.25, 217.25);
}
.accordion .accordion-item.accordion-light-gray .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-light-gray .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid rgb(217.25, 217.25, 217.25);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-light-gray .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-light-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-light-gray .list-group .list-group-item:hover, .accordion .accordion-item.accordion-light-gray .list-group .list-group-item:focus, .accordion .accordion-item.accordion-light-gray .list-group .list-group-item.list-group-see-more {
  color: #e6e6e6 !important;
}
.accordion .accordion-item.accordion-light-gray .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-light-gray .list-group .list-group-item.list-group-see-more:focus {
  color: rgb(217.25, 217.25, 217.25) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(0, 105.9459459459, 122.5);
}
.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 rgb(0, 105.9459459459, 122.5);
  -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: rgb(0, 105.9459459459, 122.5) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-places .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: rgb(80.0671875, 117.8, 0) !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: rgb(62.73515625, 92.3, 0);
}
.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 rgb(62.73515625, 92.3, 0);
  -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: rgb(80.0671875, 117.8, 0) !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: rgb(62.73515625, 92.3, 0) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-topics .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857) !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: rgb(155.8490039841, 36.8509960159, 40.6896414343);
}
.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 rgb(155.8490039841, 36.8509960159, 40.6896414343);
  -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: rgb(176.4725099602, 41.7274900398, 46.0741035857) !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: rgb(155.8490039841, 36.8509960159, 40.6896414343) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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 rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(12.0166666667, 94.4166666667, 142.4833333333) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(114.436, 100.366, 134.134);
}
.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 rgb(114.436, 100.366, 134.134);
  -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: rgb(114.436, 100.366, 134.134) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-year_range .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: rgb(101.992, 89.452, 119.548) !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: rgb(89.548, 78.538, 104.962);
}
.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 rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548) !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: rgb(89.548, 78.538, 104.962) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(0, 63.8484848485, 73.5);
}
.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 rgb(0, 63.8484848485, 73.5);
  -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: rgb(0, 63.8484848485, 73.5) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(40.8023255814, 60.5, 0);
}
.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 rgb(40.8023255814, 60.5, 0);
  -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: rgb(40.8023255814, 60.5, 0) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(118.6293103448, 29.8706896552, 32.4310344828);
}
.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 rgb(118.6293103448, 29.8706896552, 32.4310344828);
  -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: rgb(118.6293103448, 29.8706896552, 32.4310344828) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-document .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-document .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-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 black;
  -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: #000000 !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: black !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-subject .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: rgb(101.992, 89.452, 119.548) !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: rgb(89.548, 78.538, 104.962);
}
.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 rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548) !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: rgb(89.548, 78.538, 104.962) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-keyword .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: rgb(101.992, 89.452, 119.548) !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: rgb(89.548, 78.538, 104.962);
}
.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 rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548) !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: rgb(89.548, 78.538, 104.962) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-donor .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-donor .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.accordion .accordion-item.accordion-donor .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-donor .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-donor .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-donor .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-donor .list-group .list-group-item:hover, .accordion .accordion-item.accordion-donor .list-group .list-group-item:focus, .accordion .accordion-item.accordion-donor .list-group .list-group-item.list-group-see-more {
  color: #37123c !important;
}
.accordion .accordion-item.accordion-donor .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-donor .list-group .list-group-item.list-group-see-more:focus {
  color: rgb(37.0192307692, 12.1153846154, 40.3846153846) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-translator .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #7f7f7f !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: rgb(114.25, 114.25, 114.25);
}
.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 rgb(114.25, 114.25, 114.25);
  -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: #7f7f7f !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: rgb(114.25, 114.25, 114.25) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-contributor .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #454545 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-contributor .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(56.25, 56.25, 56.25);
}
.accordion .accordion-item.accordion-contributor .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-contributor .list-group .list-group-item.active:focus {
  color: #ffffff !important;
  border: 1px solid rgb(56.25, 56.25, 56.25);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-contributor .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-contributor .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-contributor .list-group .list-group-item:hover, .accordion .accordion-item.accordion-contributor .list-group .list-group-item:focus, .accordion .accordion-item.accordion-contributor .list-group .list-group-item.list-group-see-more {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-contributor .list-group .list-group-item.list-group-see-more:hover, .accordion .accordion-item.accordion-contributor .list-group .list-group-item.list-group-see-more:focus {
  color: rgb(56.25, 56.25, 56.25) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: rgb(242.25, 242.25, 242.25);
}
.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 rgb(242.25, 242.25, 242.25);
  -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: rgb(242.25, 242.25, 242.25) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !important;
}
.accordion .accordion-item.accordion-clear .list-group .list-group-item.active {
  position: relative !important;
  color: #ffffff !important;
  overflow: hidden !important;
  background-color: #454545 !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: rgb(56.25, 56.25, 56.25);
}
.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 rgb(56.25, 56.25, 56.25);
  -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: #454545 !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: rgb(56.25, 56.25, 56.25) !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active {
  position: relative !important;
  color: #000000 !important;
  overflow: hidden !important;
  background-color: #ffd200 !important;
  border: 1px solid transparent !important;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:focus {
  color: #000000 !important;
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.accordion .accordion-item.accordion-md-gold .list-group .list-group-item.active:hover:after, .accordion .accordion-item.accordion-md-gold .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-md-gold .list-group .list-group-item:hover, .accordion .accordion-item.accordion-md-gold .list-group .list-group-item:focus {
  color: #454545 !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: #e21833;
  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: #7f7f7f;
}
.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: #454545;
}
.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: rgb(11.015625, 59.484375, 36.71875);
}
.alert.alert-warning a {
  color: #ffffff;
  background-color: #664d03;
}
.alert.alert-warning a:hover, .alert.alert-warning a:focus {
  background-color: rgb(77.2285714286, 58.3, 2.2714285714);
}
.alert.alert-danger a {
  color: #ffffff;
  background-color: #842029;
}
.alert.alert-danger a:hover, .alert.alert-danger a:focus {
  background-color: rgb(111.4756097561, 27.0243902439, 34.625);
}
.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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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: rgb(91.7666666667, 186.1666666667, 241.2333333333) !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 rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(6.5833333333, 73.2395833333, 111.9166666667);
}
.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: rgb(53.8333333333, 173.6458333333, 243.1666666667) !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 rgb(6.5833333333, 73.2395833333, 111.9166666667);
  -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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.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: rgb(162.8846153846, 53.3076923077, 177.6923076923) !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 rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: rgb(114.436, 100.366, 134.134);
}
.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: rgb(205.336, 199.516, 213.484) !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 rgb(114.436, 100.366, 134.134);
  -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-md-red {
  position: relative;
  color: #ffffff;
  background-color: #e21833;
  overflow: hidden;
}
.btn.btn-md-red span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-md-red:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(202.948, 21.552, 45.798);
}
.btn.btn-md-red.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #e21833 !important;
}
.btn.btn-md-red.outline:hover, .btn.btn-md-red.outline:focus {
  border-color: rgb(244.728, 158.272, 169.828) !important;
}
.btn.btn-md-red.outline:hover span, .btn.btn-md-red.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-md-red.outline:hover:after, .btn.btn-md-red.outline:focus:after {
  background-color: #e21833;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-md-red:hover, .btn.btn-md-red:focus {
  border: 1px solid rgb(202.948, 21.552, 45.798);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-md-red:hover:after, .btn.btn-md-red:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-md-gold {
  position: relative;
  color: #ffffff;
  background-color: #ffd200;
  overflow: hidden;
}
.btn.btn-md-gold span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-md-gold:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.btn.btn-md-gold.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #ffd200 !important;
}
.btn.btn-md-gold.outline:hover, .btn.btn-md-gold.outline:focus {
  border-color: #ffed99 !important;
}
.btn.btn-md-gold.outline:hover span, .btn.btn-md-gold.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-md-gold.outline:hover:after, .btn.btn-md-gold.outline:focus:after {
  background-color: #ffd200;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-md-gold:hover, .btn.btn-md-gold:focus {
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-md-gold:hover:after, .btn.btn-md-gold:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.btn.btn-md-bronze {
  position: relative;
  color: #ffffff;
  background-color: #A26A2E;
  overflow: hidden;
}
.btn.btn-md-bronze span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-md-bronze:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
}
.btn.btn-md-bronze.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #A26A2E !important;
}
.btn.btn-md-bronze.outline:hover, .btn.btn-md-bronze.outline:focus {
  border-color: rgb(222.0480769231, 181.9326923077, 138.9519230769) !important;
}
.btn.btn-md-bronze.outline:hover span, .btn.btn-md-bronze.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-md-bronze.outline:hover:after, .btn.btn-md-bronze.outline:focus:after {
  background-color: #A26A2E;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-md-bronze:hover, .btn.btn-md-bronze:focus {
  border: 1px solid rgb(142.1394230769, 93.0048076923, 40.3605769231);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-md-bronze:hover:after, .btn.btn-md-bronze: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-gray {
  position: relative;
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
  overflow: hidden;
}
.btn.btn-dark-gray span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-dark-gray:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #121212;
}
.btn.btn-dark-gray.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: rgb(30.75, 30.75, 30.75) !important;
}
.btn.btn-dark-gray.outline:hover, .btn.btn-dark-gray.outline:focus {
  border-color: rgb(107.25, 107.25, 107.25) !important;
}
.btn.btn-dark-gray.outline:hover span, .btn.btn-dark-gray.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-dark-gray.outline:hover:after, .btn.btn-dark-gray.outline:focus:after {
  background-color: rgb(30.75, 30.75, 30.75);
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus {
  border: 1px solid #121212;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-dark-gray:hover:after, .btn.btn-dark-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-gray {
  position: relative;
  color: #ffffff;
  background-color: #454545;
  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: rgb(56.25, 56.25, 56.25);
}
.btn.btn-gray.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #454545 !important;
}
.btn.btn-gray.outline:hover, .btn.btn-gray.outline:focus {
  border-color: rgb(145.5, 145.5, 145.5) !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: #454545;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-gray:hover, .btn.btn-gray:focus {
  border: 1px solid rgb(56.25, 56.25, 56.25);
  -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-light-gray {
  position: relative;
  color: #ffffff;
  background-color: #e6e6e6;
  overflow: hidden;
}
.btn.btn-light-gray span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-light-gray:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(217.25, 217.25, 217.25);
}
.btn.btn-light-gray.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #e6e6e6 !important;
}
.btn.btn-light-gray.outline:hover, .btn.btn-light-gray.outline:focus {
  border-color: white !important;
}
.btn.btn-light-gray.outline:hover span, .btn.btn-light-gray.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.btn.btn-light-gray.outline:hover:after, .btn.btn-light-gray.outline:focus:after {
  background-color: #e6e6e6;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-light-gray:hover, .btn.btn-light-gray:focus {
  border: 1px solid rgb(217.25, 217.25, 217.25);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.btn.btn-light-gray:hover:after, .btn.btn-light-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: rgb(0, 105.9459459459, 122.5);
}
.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: rgb(46, 226.7567567568, 255) !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 rgb(0, 105.9459459459, 122.5);
  -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: rgb(80.0671875, 117.8, 0);
  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: rgb(62.73515625, 92.3, 0);
}
.btn.btn-places.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: rgb(80.0671875, 117.8, 0) !important;
}
.btn.btn-places.outline:hover, .btn.btn-places.outline:focus {
  border-color: rgb(178.38125, 255, 15.8) !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: rgb(80.0671875, 117.8, 0);
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-places:hover, .btn.btn-places:focus {
  border: 1px solid rgb(62.73515625, 92.3, 0);
  -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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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: rgb(155.8490039841, 36.8509960159, 40.6896414343);
}
.btn.btn-topics.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: rgb(176.4725099602, 41.7274900398, 46.0741035857) !important;
}
.btn.btn-topics.outline:hover, .btn.btn-topics.outline:focus {
  border-color: rgb(228.4565737052, 142.7434262948, 145.5083665339) !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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-topics:hover, .btn.btn-topics:focus {
  border: 1px solid rgb(155.8490039841, 36.8509960159, 40.6896414343);
  -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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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: rgb(91.7666666667, 186.1666666667, 241.2333333333) !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 rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(114.436, 100.366, 134.134);
}
.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: rgb(205.336, 199.516, 213.484) !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 rgb(114.436, 100.366, 134.134);
  -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: rgb(101.992, 89.452, 119.548);
  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: rgb(89.548, 78.538, 104.962);
}
.btn.btn-year_range.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: rgb(101.992, 89.452, 119.548) !important;
}
.btn.btn-year_range.outline:hover, .btn.btn-year_range.outline:focus {
  border-color: rgb(179.224, 170.344, 191.656) !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: rgb(101.992, 89.452, 119.548);
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-year_range:hover, .btn.btn-year_range:focus {
  border: 1px solid rgb(89.548, 78.538, 104.962);
  -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: rgb(0, 63.8484848485, 73.5);
}
.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: rgb(0, 218.9090909091, 252) !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 rgb(0, 63.8484848485, 73.5);
  -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: rgb(40.8023255814, 60.5, 0);
}
.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: rgb(161.1860465116, 239, 0) !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 rgb(40.8023255814, 60.5, 0);
  -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: rgb(118.6293103448, 29.8706896552, 32.4310344828);
}
.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: rgb(218.1896551724, 108.8103448276, 111.9655172414) !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 rgb(118.6293103448, 29.8706896552, 32.4310344828);
  -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: #000000;
  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: black;
}
.btn.btn-document.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #000000 !important;
}
.btn.btn-document.outline:hover, .btn.btn-document.outline:focus {
  border-color: rgb(76.5, 76.5, 76.5) !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: #000000;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-document:hover, .btn.btn-document:focus {
  border: 1px solid black;
  -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: rgb(101.992, 89.452, 119.548);
  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: rgb(89.548, 78.538, 104.962);
}
.btn.btn-subject.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: rgb(101.992, 89.452, 119.548) !important;
}
.btn.btn-subject.outline:hover, .btn.btn-subject.outline:focus {
  border-color: rgb(179.224, 170.344, 191.656) !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: rgb(101.992, 89.452, 119.548);
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-subject:hover, .btn.btn-subject:focus {
  border: 1px solid rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
  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: rgb(89.548, 78.538, 104.962);
}
.btn.btn-keyword.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: rgb(101.992, 89.452, 119.548) !important;
}
.btn.btn-keyword.outline:hover, .btn.btn-keyword.outline:focus {
  border-color: rgb(179.224, 170.344, 191.656) !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: rgb(101.992, 89.452, 119.548);
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-keyword:hover, .btn.btn-keyword:focus {
  border: 1px solid rgb(89.548, 78.538, 104.962);
  -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;
}
.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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.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: rgb(162.8846153846, 53.3076923077, 177.6923076923) !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 rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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 {
  background-color: #7f7094;
}
.btn.btn-donor:after {
  background-color: rgb(114.436, 100.366, 134.134);
}
.btn.btn-donor.outline {
  background: none;
  border-color: #7f7094 !important;
}
.btn.btn-donor.outline:hover, .btn.btn-donor.outline:focus {
  border-color: rgb(205.336, 199.516, 213.484);
}
.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 rgb(114.436, 100.366, 134.134);
}
.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: #7f7f7f;
  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: rgb(114.25, 114.25, 114.25);
}
.btn.btn-translator.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #7f7f7f !important;
}
.btn.btn-translator.outline:hover, .btn.btn-translator.outline:focus {
  border-color: rgb(203.5, 203.5, 203.5) !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: #7f7f7f;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-translator:hover, .btn.btn-translator:focus {
  border: 1px solid rgb(114.25, 114.25, 114.25);
  -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: #7f7f7f;
}
.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: #454545;
  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: rgb(56.25, 56.25, 56.25);
}
.btn.btn-contributor.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #454545 !important;
}
.btn.btn-contributor.outline:hover, .btn.btn-contributor.outline:focus {
  border-color: rgb(145.5, 145.5, 145.5) !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: #454545;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-contributor:hover, .btn.btn-contributor:focus {
  border: 1px solid rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.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: rgb(242.25, 242.25, 242.25);
}
.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 rgb(242.25, 242.25, 242.25);
  -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: rgb(76.5, 76.5, 76.5) !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(76.5, 76.5, 76.5, 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: #454545;
  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: rgb(56.25, 56.25, 56.25);
}
.btn.btn-clear.outline {
  background: none;
  color: #ffffff;
  border: 2px solid !important;
  border-color: #454545 !important;
}
.btn.btn-clear.outline:hover, .btn.btn-clear.outline:focus {
  border-color: rgb(145.5, 145.5, 145.5) !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: #454545;
  opacity: 0.1;
  z-index: 0;
}
.btn.btn-clear:hover, .btn.btn-clear:focus {
  border: 1px solid rgb(56.25, 56.25, 56.25);
  -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: #7f7f7f !important;
}
.btn.btn-catalog i, .btn.btn-switch-view i {
  margin: 0;
  margin-right: 16px;
  color: #e21833;
}
.btn.btn-catalog:hover:after, .btn.btn-catalog:focus:after, .btn.btn-switch-view:hover:after, .btn.btn-switch-view:focus:after {
  background-color: #e21833 !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: #7f7f7f !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: #7f7f7f;
  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: #7f7f7f;
}
.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: rgb(15.19, 119.35, 180.11);
}
.theme-light-blue .btn.btn-white:hover, .theme-light-blue .btn.btn-white:focus {
  border: 1px solid rgb(15.19, 119.35, 180.11);
  -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: rgb(8.85, 98.45625, 150.45);
}
.theme-dark-blue .btn.btn-white:hover, .theme-dark-blue .btn.btn-white:focus {
  border: 1px solid rgb(8.85, 98.45625, 150.45);
  -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: rgb(65.7884615385, 21.5307692308, 71.7692307692);
}
.theme-dark-purple .btn.btn-white:hover, .theme-dark-purple .btn.btn-white:focus {
  border: 1px solid rgb(65.7884615385, 21.5307692308, 71.7692307692);
  -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: rgb(134.8336, 120.7516, 154.5484);
}
.theme-light-purple .btn.btn-white:hover, .theme-light-purple .btn.btn-white:focus {
  border: 1px solid rgb(134.8336, 120.7516, 154.5484);
  -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-md-red .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-md-red .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(231.5088, 33.7912, 60.2188);
}
.theme-md-red .btn.btn-white:hover, .theme-md-red .btn.btn-white:focus {
  border: 1px solid rgb(231.5088, 33.7912, 60.2188);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-md-red .btn.btn-white:hover:after, .theme-md-red .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-md-red .btn.btn-white:hover .title,
.theme-md-red .btn.btn-white:hover .detail,
.theme-md-red .btn.btn-white:hover i, .theme-md-red .btn.btn-white:focus .title,
.theme-md-red .btn.btn-white:focus .detail,
.theme-md-red .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-md-red .btn.btn-white i {
  color: #e21833;
}
.theme-md-gold .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-md-gold .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(255, 212.7, 15.3);
}
.theme-md-gold .btn.btn-white:hover, .theme-md-gold .btn.btn-white:focus {
  border: 1px solid rgb(255, 212.7, 15.3);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-md-gold .btn.btn-white:hover:after, .theme-md-gold .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-md-gold .btn.btn-white:hover .title,
.theme-md-gold .btn.btn-white:hover .detail,
.theme-md-gold .btn.btn-white:hover i, .theme-md-gold .btn.btn-white:focus .title,
.theme-md-gold .btn.btn-white:focus .detail,
.theme-md-gold .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-md-gold .btn.btn-white i {
  color: #ffd200;
}
.theme-md-bronze .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-md-bronze .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(173.9163461538, 113.7971153846, 49.3836538462);
}
.theme-md-bronze .btn.btn-white:hover, .theme-md-bronze .btn.btn-white:focus {
  border: 1px solid rgb(173.9163461538, 113.7971153846, 49.3836538462);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-md-bronze .btn.btn-white:hover:after, .theme-md-bronze .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-md-bronze .btn.btn-white:hover .title,
.theme-md-bronze .btn.btn-white:hover .detail,
.theme-md-bronze .btn.btn-white:hover i, .theme-md-bronze .btn.btn-white:focus .title,
.theme-md-bronze .btn.btn-white:focus .detail,
.theme-md-bronze .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-md-bronze .btn.btn-white i {
  color: #A26A2E;
}
.theme-dark-gray .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-dark-gray .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(38.4, 38.4, 38.4);
}
.theme-dark-gray .btn.btn-white:hover, .theme-dark-gray .btn.btn-white:focus {
  border: 1px solid rgb(38.4, 38.4, 38.4);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-dark-gray .btn.btn-white:hover:after, .theme-dark-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-dark-gray .btn.btn-white:hover .title,
.theme-dark-gray .btn.btn-white:hover .detail,
.theme-dark-gray .btn.btn-white:hover i, .theme-dark-gray .btn.btn-white:focus .title,
.theme-dark-gray .btn.btn-white:focus .detail,
.theme-dark-gray .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-dark-gray .btn.btn-white i {
  color: rgb(30.75, 30.75, 30.75);
}
.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: rgb(76.65, 76.65, 76.65);
}
.theme-gray .btn.btn-white:hover, .theme-gray .btn.btn-white:focus {
  border: 1px solid rgb(76.65, 76.65, 76.65);
  -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: #454545;
}
.theme-light-gray .btn.btn-white {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.theme-light-gray .btn.btn-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(237.65, 237.65, 237.65);
}
.theme-light-gray .btn.btn-white:hover, .theme-light-gray .btn.btn-white:focus {
  border: 1px solid rgb(237.65, 237.65, 237.65);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.theme-light-gray .btn.btn-white:hover:after, .theme-light-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-light-gray .btn.btn-white:hover .title,
.theme-light-gray .btn.btn-white:hover .detail,
.theme-light-gray .btn.btn-white:hover i, .theme-light-gray .btn.btn-white:focus .title,
.theme-light-gray .btn.btn-white:focus .detail,
.theme-light-gray .btn.btn-white:focus i {
  position: relative;
  color: #ffffff;
  z-index: 1;
}
.theme-light-gray .btn.btn-white i {
  color: #e6e6e6;
}
.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: rgb(0, 141.2324324324, 163.3);
}
.theme-people .btn.btn-white:hover, .theme-people .btn.btn-white:focus {
  border: 1px solid rgb(0, 141.2324324324, 163.3);
  -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: rgb(90.46640625, 133.1, 0);
}
.theme-places .btn.btn-white:hover, .theme-places .btn.btn-white:focus {
  border: 1px solid rgb(90.46640625, 133.1, 0);
  -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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(188.8466135458, 44.6533864542, 49.3047808765);
}
.theme-topics .btn.btn-white:hover, .theme-topics .btn.btn-white:focus {
  border: 1px solid rgb(188.8466135458, 44.6533864542, 49.3047808765);
  -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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(15.19, 119.35, 180.11);
}
.theme-languages .btn.btn-white:hover, .theme-languages .btn.btn-white:focus {
  border: 1px solid rgb(15.19, 119.35, 180.11);
  -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: rgb(134.8336, 120.7516, 154.5484);
}
.theme-original_repositories .btn.btn-white:hover, .theme-original_repositories .btn.btn-white:focus {
  border: 1px solid rgb(134.8336, 120.7516, 154.5484);
  -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: rgb(109.4584, 96.0004, 128.2996);
}
.theme-year_range .btn.btn-white:hover, .theme-year_range .btn.btn-white:focus {
  border: 1px solid rgb(109.4584, 96.0004, 128.2996);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(0, 99.2909090909, 114.3);
}
.theme-people-dark .btn.btn-white:hover, .theme-people-dark .btn.btn-white:focus {
  border: 1px solid rgb(0, 99.2909090909, 114.3);
  -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: rgb(68.3186046512, 101.3, 0);
}
.theme-places-dark .btn.btn-white:hover, .theme-places-dark .btn.btn-white:focus {
  border: 1px solid rgb(68.3186046512, 101.3, 0);
  -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: rgb(151.2224137931, 38.0775862069, 41.3413793103);
}
.theme-topics-dark .btn.btn-white:hover, .theme-topics-dark .btn.btn-white:focus {
  border: 1px solid rgb(151.2224137931, 38.0775862069, 41.3413793103);
  -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: rgb(7.65, 7.65, 7.65);
}
.theme-document .btn.btn-white:hover, .theme-document .btn.btn-white:focus {
  border: 1px solid rgb(7.65, 7.65, 7.65);
  -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: #000000;
}
.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: rgb(109.4584, 96.0004, 128.2996);
}
.theme-subject .btn.btn-white:hover, .theme-subject .btn.btn-white:focus {
  border: 1px solid rgb(109.4584, 96.0004, 128.2996);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(109.4584, 96.0004, 128.2996);
}
.theme-keyword .btn.btn-white:hover, .theme-keyword .btn.btn-white:focus {
  border: 1px solid rgb(109.4584, 96.0004, 128.2996);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(65.7884615385, 21.5307692308, 71.7692307692);
}
.theme-donor .btn.btn-white:hover, .theme-donor .btn.btn-white:focus {
  border: 1px solid rgb(65.7884615385, 21.5307692308, 71.7692307692);
  -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: rgb(134.65, 134.65, 134.65);
}
.theme-translator .btn.btn-white:hover, .theme-translator .btn.btn-white:focus {
  border: 1px solid rgb(134.65, 134.65, 134.65);
  -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: #7f7f7f;
}
.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: rgb(76.65, 76.65, 76.65);
}
.theme-contributor .btn.btn-white:hover, .theme-contributor .btn.btn-white:focus {
  border: 1px solid rgb(76.65, 76.65, 76.65);
  -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: #454545;
}
.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: rgb(7.65, 7.65, 7.65);
}
.theme-black .btn.btn-white:hover, .theme-black .btn.btn-white:focus {
  border: 1px solid rgb(7.65, 7.65, 7.65);
  -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(7.65, 7.65, 7.65, 0);
}
.theme-transparent .btn.btn-white:hover, .theme-transparent .btn.btn-white:focus {
  border: 1px solid rgba(7.65, 7.65, 7.65, 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: rgb(76.65, 76.65, 76.65);
}
.theme-clear .btn.btn-white:hover, .theme-clear .btn.btn-white:focus {
  border: 1px solid rgb(76.65, 76.65, 76.65);
  -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: #454545;
}
.btn.btn-admin {
  position: fixed;
  top: 50%;
  left: 0;
  padding: 16px;
  border: none;
  background-color: #ffd200;
  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: rgb(229.5, 189, 0);
}
.btn.btn-admin i {
  margin: 0;
  color: #000000;
}
.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: #7f7f7f;
  border: 1px solid rgb(254.52, 250.48, 251.02) !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: #e21833;
}
@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 rgb(252.072, 227.428, 230.722) !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: white;
  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: #ffffff;
  background-color: #e21833;
  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: #454545;
}
.btn.btn-attachment:hover, .btn.btn-attachment:focus {
  border: 1px solid #454545;
  -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-md-red .card-img-overlay, .top-searched .card.card-md-red .card-img-overlay, .featured-items .card.card-md-red .card-img-overlay, .associated .card.card-md-red .card-img-overlay, .relevant-resources .card.card-md-red .card-img-overlay, .detail-block .card:not(.card-essay).card-md-red .card-img-overlay, .search-results-visual .card.card-md-red .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-md-gold .card-img-overlay, .top-searched .card.card-md-gold .card-img-overlay, .featured-items .card.card-md-gold .card-img-overlay, .associated .card.card-md-gold .card-img-overlay, .relevant-resources .card.card-md-gold .card-img-overlay, .detail-block .card:not(.card-essay).card-md-gold .card-img-overlay, .search-results-visual .card.card-md-gold .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-md-bronze .card-img-overlay, .top-searched .card.card-md-bronze .card-img-overlay, .featured-items .card.card-md-bronze .card-img-overlay, .associated .card.card-md-bronze .card-img-overlay, .relevant-resources .card.card-md-bronze .card-img-overlay, .detail-block .card:not(.card-essay).card-md-bronze .card-img-overlay, .search-results-visual .card.card-md-bronze .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-gray .card-img-overlay, .top-searched .card.card-dark-gray .card-img-overlay, .featured-items .card.card-dark-gray .card-img-overlay, .associated .card.card-dark-gray .card-img-overlay, .relevant-resources .card.card-dark-gray .card-img-overlay, .detail-block .card:not(.card-essay).card-dark-gray .card-img-overlay, .search-results-visual .card.card-dark-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-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-light-gray .card-img-overlay, .top-searched .card.card-light-gray .card-img-overlay, .featured-items .card.card-light-gray .card-img-overlay, .associated .card.card-light-gray .card-img-overlay, .relevant-resources .card.card-light-gray .card-img-overlay, .detail-block .card:not(.card-essay).card-light-gray .card-img-overlay, .search-results-visual .card.card-light-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: rgb(234.2413793103, 233.6482758621, 232.7586206897);
}
.associated-essays .card {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  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: #e21833;
}
.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: #e21833;
}
@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: #ffffff;
}
.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: #7f7f7f;
}
.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: #454545;
}
.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: #e21833;
}
@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: #e21833;
}
@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: #454545;
}
.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: rgb(245.3, 245.3, 245.3);
  border-radius: 0.25rem;
  padding: 24px;
  border: 1px solid #e6e6e6;
}
.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: #7f7f7f;
  -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: #454545;
}
.carousel-container .carousel-previous.slick-disabled i,
.carousel-container .carousel-next.slick-disabled i {
  color: rgb(209.6206896552, 208.324137931, 206.3793103448);
}
.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: rgb(21.2166666667, 156.4166666667, 235.2833333333);
}
.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: rgb(21.2166666667, 156.4166666667, 235.2833333333);
}
.timeline-light-blue .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(17.9666666667, 141.1666666667, 213.0333333333);
  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: rgb(12.25, 136.28125, 208.25);
}
.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: rgb(12.25, 136.28125, 208.25);
}
.timeline-dark-blue .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(10.8333333333, 120.5208333333, 184.1666666667);
  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: rgb(108.9423076923, 35.6538461538, 118.8461538462);
}
.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: rgb(108.9423076923, 35.6538461538, 118.8461538462);
}
.timeline-dark-purple .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(90.9615384615, 29.7692307692, 99.2307692308);
  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: rgb(166.168, 155.758, 180.742);
}
.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: rgb(166.168, 155.758, 180.742);
}
.timeline-light-purple .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(153.112, 141.172, 169.828);
  outline: #7f7094;
}
.timeline-md-red .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-md-red .carousel-slide .card-carousel.card-back {
  background-color: rgb(237.384, 89.116, 108.934);
}
.timeline-md-red .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-md-red .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-md-red .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: rgb(237.384, 89.116, 108.934);
}
.timeline-md-red .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(234.936, 66.064, 88.636);
  outline: #e21833;
}
.timeline-md-gold .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-md-gold .carousel-slide .card-carousel.card-back {
  background-color: rgb(255, 223.5, 76.5);
}
.timeline-md-gold .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-md-gold .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-md-gold .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: rgb(255, 223.5, 76.5);
}
.timeline-md-gold .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #ffdb33;
  outline: #ffd200;
}
.timeline-md-bronze .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-md-bronze .carousel-slide .card-carousel.card-back {
  background-color: rgb(205.1298076923, 144.4182692308, 79.3701923077);
}
.timeline-md-bronze .carousel-slide .card-carousel.card-back .text {
  padding: 32px;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.timeline-md-bronze .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-md-bronze .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: rgb(205.1298076923, 144.4182692308, 79.3701923077);
}
.timeline-md-bronze .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(199.4903846154, 131.9134615385, 59.5096153846);
  outline: #A26A2E;
}
.timeline-dark-gray .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-dark-gray .carousel-slide .card-carousel.card-back {
  background-color: #454545;
}
.timeline-dark-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-dark-gray .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-dark-gray .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: #454545;
}
.timeline-dark-gray .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(56.25, 56.25, 56.25);
  outline: rgb(30.75, 30.75, 30.75);
}
.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: rgb(107.25, 107.25, 107.25);
}
.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: rgb(107.25, 107.25, 107.25);
}
.timeline-gray .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(94.5, 94.5, 94.5);
  outline: #454545;
}
.timeline-light-gray .carousel-slide .card-carousel {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.timeline-light-gray .carousel-slide .card-carousel.card-back {
  background-color: white;
}
.timeline-light-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-light-gray .carousel-slide .card-carousel:hover::-webkit-scrollbar-thumb, .timeline-light-gray .carousel-slide .card-carousel:focus::-webkit-scrollbar-thumb {
  background-color: white;
}
.timeline-light-gray .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: white;
  outline: #e6e6e6;
}
.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: rgb(0, 194.1621621622, 224.5);
}
.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: rgb(0, 194.1621621622, 224.5);
}
.timeline-people .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(0, 172.1081081081, 199);
  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: rgb(132.06328125, 194.3, 0);
}
.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: rgb(132.06328125, 194.3, 0);
}
.timeline-places .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(114.73125, 168.8, 0);
  outline: rgb(80.0671875, 117.8, 0);
}
.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: rgb(213.8270916335, 80.8729083665, 85.161752988);
}
.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: rgb(213.8270916335, 80.8729083665, 85.161752988);
}
.timeline-topics .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(208.9505976096, 60.2494023904, 65.0462151394);
  outline: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(21.2166666667, 156.4166666667, 235.2833333333);
}
.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: rgb(21.2166666667, 156.4166666667, 235.2833333333);
}
.timeline-languages .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(17.9666666667, 141.1666666667, 213.0333333333);
  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: rgb(166.168, 155.758, 180.742);
}
.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: rgb(166.168, 155.758, 180.742);
}
.timeline-original_repositories .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(153.112, 141.172, 169.828);
  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: rgb(140.056, 126.586, 158.914);
}
.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: rgb(140.056, 126.586, 158.914);
}
.timeline-year_range .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #7f7094;
  outline: rgb(101.992, 89.452, 119.548);
}
.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: rgb(0, 152.4545454545, 175.5);
}
.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: rgb(0, 152.4545454545, 175.5);
}
.timeline-people-dark .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(0, 130.303030303, 150);
  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: rgb(109.5930232558, 162.5, 0);
}
.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: rgb(109.5930232558, 162.5, 0);
}
.timeline-places-dark .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(92.3953488372, 137, 0);
  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: rgb(200.1120689655, 50.3879310345, 54.7068965517);
}
.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: rgb(200.1120689655, 50.3879310345, 54.7068965517);
}
.timeline-topics-dark .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(179.7413793103, 45.2586206897, 49.1379310345);
  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: rgb(38.25, 38.25, 38.25);
}
.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: rgb(38.25, 38.25, 38.25);
}
.timeline-document .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(25.5, 25.5, 25.5);
  outline: #000000;
}
.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: rgb(140.056, 126.586, 158.914);
}
.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: rgb(140.056, 126.586, 158.914);
}
.timeline-subject .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #7f7094;
  outline: rgb(101.992, 89.452, 119.548);
}
.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: rgb(140.056, 126.586, 158.914);
}
.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: rgb(140.056, 126.586, 158.914);
}
.timeline-keyword .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: #7f7094;
  outline: rgb(101.992, 89.452, 119.548);
}
.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: rgb(108.9423076923, 35.6538461538, 118.8461538462);
}
.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: rgb(108.9423076923, 35.6538461538, 118.8461538462);
}
.timeline-donor .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(90.9615384615, 29.7692307692, 99.2307692308);
  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: rgb(165.25, 165.25, 165.25);
}
.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: rgb(165.25, 165.25, 165.25);
}
.timeline-translator .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(152.5, 152.5, 152.5);
  outline: #7f7f7f;
}
.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: rgb(107.25, 107.25, 107.25);
}
.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: rgb(107.25, 107.25, 107.25);
}
.timeline-contributor .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(94.5, 94.5, 94.5);
  outline: #454545;
}
.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: rgb(38.25, 38.25, 38.25);
}
.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: rgb(38.25, 38.25, 38.25);
}
.timeline-black .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(25.5, 25.5, 25.5);
  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.25, 38.25, 38.25, 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.25, 38.25, 38.25, 0);
}
.timeline-transparent .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgba(25.5, 25.5, 25.5, 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: rgb(107.25, 107.25, 107.25);
}
.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: rgb(107.25, 107.25, 107.25);
}
.timeline-clear .carousel-slide .card-carousel::-webkit-scrollbar-thumb {
  background-color: rgb(94.5, 94.5, 94.5);
  outline: #454545;
}
.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: #454545;
}
.carousel-slide .card-carousel .card-header .carousel-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #e21833;
}
.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: #7f7f7f;
}
.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: rgb(21.2166666667, 156.4166666667, 235.2833333333);
}
.timeline-dark-blue .carousel-navigation ul li:before {
  background-color: #085988;
}
.timeline-dark-blue .carousel-navigation ul li.is-active:before {
  background-color: rgb(12.25, 136.28125, 208.25);
}
.timeline-dark-purple .carousel-navigation ul li:before {
  background-color: #37123c;
}
.timeline-dark-purple .carousel-navigation ul li.is-active:before {
  background-color: rgb(108.9423076923, 35.6538461538, 118.8461538462);
}
.timeline-light-purple .carousel-navigation ul li:before {
  background-color: #7f7094;
}
.timeline-light-purple .carousel-navigation ul li.is-active:before {
  background-color: rgb(166.168, 155.758, 180.742);
}
.timeline-md-red .carousel-navigation ul li:before {
  background-color: #e21833;
}
.timeline-md-red .carousel-navigation ul li.is-active:before {
  background-color: rgb(237.384, 89.116, 108.934);
}
.timeline-md-gold .carousel-navigation ul li:before {
  background-color: #ffd200;
}
.timeline-md-gold .carousel-navigation ul li.is-active:before {
  background-color: rgb(255, 223.5, 76.5);
}
.timeline-md-bronze .carousel-navigation ul li:before {
  background-color: #A26A2E;
}
.timeline-md-bronze .carousel-navigation ul li.is-active:before {
  background-color: rgb(205.1298076923, 144.4182692308, 79.3701923077);
}
.timeline-dark-gray .carousel-navigation ul li:before {
  background-color: rgb(30.75, 30.75, 30.75);
}
.timeline-dark-gray .carousel-navigation ul li.is-active:before {
  background-color: #454545;
}
.timeline-gray .carousel-navigation ul li:before {
  background-color: #454545;
}
.timeline-gray .carousel-navigation ul li.is-active:before {
  background-color: rgb(107.25, 107.25, 107.25);
}
.timeline-light-gray .carousel-navigation ul li:before {
  background-color: #e6e6e6;
}
.timeline-light-gray .carousel-navigation ul li.is-active:before {
  background-color: white;
}
.timeline-people .carousel-navigation ul li:before {
  background-color: #008094;
}
.timeline-people .carousel-navigation ul li.is-active:before {
  background-color: rgb(0, 194.1621621622, 224.5);
}
.timeline-places .carousel-navigation ul li:before {
  background-color: rgb(80.0671875, 117.8, 0);
}
.timeline-places .carousel-navigation ul li.is-active:before {
  background-color: rgb(132.06328125, 194.3, 0);
}
.timeline-topics .carousel-navigation ul li:before {
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.timeline-topics .carousel-navigation ul li.is-active:before {
  background-color: rgb(213.8270916335, 80.8729083665, 85.161752988);
}
.timeline-languages .carousel-navigation ul li:before {
  background-color: #0e6ea6;
}
.timeline-languages .carousel-navigation ul li.is-active:before {
  background-color: rgb(21.2166666667, 156.4166666667, 235.2833333333);
}
.timeline-original_repositories .carousel-navigation ul li:before {
  background-color: #7f7094;
}
.timeline-original_repositories .carousel-navigation ul li.is-active:before {
  background-color: rgb(166.168, 155.758, 180.742);
}
.timeline-year_range .carousel-navigation ul li:before {
  background-color: rgb(101.992, 89.452, 119.548);
}
.timeline-year_range .carousel-navigation ul li.is-active:before {
  background-color: rgb(140.056, 126.586, 158.914);
}
.timeline-people-dark .carousel-navigation ul li:before {
  background-color: #005663;
}
.timeline-people-dark .carousel-navigation ul li.is-active:before {
  background-color: rgb(0, 152.4545454545, 175.5);
}
.timeline-places-dark .carousel-navigation ul li:before {
  background-color: #3a5600;
}
.timeline-places-dark .carousel-navigation ul li.is-active:before {
  background-color: rgb(109.5930232558, 162.5, 0);
}
.timeline-topics-dark .carousel-navigation ul li:before {
  background-color: #8b2326;
}
.timeline-topics-dark .carousel-navigation ul li.is-active:before {
  background-color: rgb(200.1120689655, 50.3879310345, 54.7068965517);
}
.timeline-document .carousel-navigation ul li:before {
  background-color: #000000;
}
.timeline-document .carousel-navigation ul li.is-active:before {
  background-color: rgb(38.25, 38.25, 38.25);
}
.timeline-subject .carousel-navigation ul li:before {
  background-color: rgb(101.992, 89.452, 119.548);
}
.timeline-subject .carousel-navigation ul li.is-active:before {
  background-color: rgb(140.056, 126.586, 158.914);
}
.timeline-keyword .carousel-navigation ul li:before {
  background-color: rgb(101.992, 89.452, 119.548);
}
.timeline-keyword .carousel-navigation ul li.is-active:before {
  background-color: rgb(140.056, 126.586, 158.914);
}
.timeline-donor .carousel-navigation ul li:before {
  background-color: #37123c;
}
.timeline-donor .carousel-navigation ul li.is-active:before {
  background-color: rgb(108.9423076923, 35.6538461538, 118.8461538462);
}
.timeline-translator .carousel-navigation ul li:before {
  background-color: #7f7f7f;
}
.timeline-translator .carousel-navigation ul li.is-active:before {
  background-color: rgb(165.25, 165.25, 165.25);
}
.timeline-contributor .carousel-navigation ul li:before {
  background-color: #454545;
}
.timeline-contributor .carousel-navigation ul li.is-active:before {
  background-color: rgb(107.25, 107.25, 107.25);
}
.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: rgb(38.25, 38.25, 38.25);
}
.timeline-transparent .carousel-navigation ul li:before {
  background-color: transparent;
}
.timeline-transparent .carousel-navigation ul li.is-active:before {
  background-color: rgba(38.25, 38.25, 38.25, 0);
}
.timeline-clear .carousel-navigation ul li:before {
  background-color: #454545;
}
.timeline-clear .carousel-navigation ul li.is-active:before {
  background-color: rgb(107.25, 107.25, 107.25);
}
.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;
}

.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: #454545;
  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: rgb(91.7666666667, 186.1666666667, 241.2333333333) !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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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 rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: #454545;
  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: rgb(53.8333333333, 173.6458333333, 243.1666666667) !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: rgb(6.5833333333, 73.2395833333, 111.9166666667);
}
.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 rgb(6.5833333333, 73.2395833333, 111.9166666667);
  -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: #454545;
  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: rgb(162.8846153846, 53.3076923077, 177.6923076923) !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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.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 rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: #454545;
  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: rgb(205.336, 199.516, 213.484) !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: rgb(114.436, 100.366, 134.134);
}
.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 rgb(114.436, 100.366, 134.134);
  -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-md-red .dropdown-toggle, .essay-container .dropdown.dropdown-md-red .dropdown-toggle, .results-bar .dropdown.dropdown-md-red .dropdown-toggle, .search-results .dropdown.dropdown-md-red .dropdown-toggle, #refineResults .dropdown.dropdown-md-red .dropdown-toggle, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #e21833;
  overflow: hidden;
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle span, .essay-container .dropdown.dropdown-md-red .dropdown-toggle span, .results-bar .dropdown.dropdown-md-red .dropdown-toggle span, .search-results .dropdown.dropdown-md-red .dropdown-toggle span, #refineResults .dropdown.dropdown-md-red .dropdown-toggle span, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle.outline, .essay-container .dropdown.dropdown-md-red .dropdown-toggle.outline, .results-bar .dropdown.dropdown-md-red .dropdown-toggle.outline, .search-results .dropdown.dropdown-md-red .dropdown-toggle.outline, #refineResults .dropdown.dropdown-md-red .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle.outline {
  background: none;
  color: #454545;
  border: 2px solid !important;
  border-color: #e21833 !important;
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-md-red .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-md-red .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-md-red .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-md-red .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-md-red .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-md-red .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-md-red .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-md-red .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-md-red .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle.outline:focus {
  border-color: rgb(244.728, 158.272, 169.828) !important;
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-md-red .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-md-red .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-md-red .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-md-red .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-md-red .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-md-red .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-md-red .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-md-red .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-md-red .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-md-red .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-md-red .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-md-red .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-md-red .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-md-red .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-md-red .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-md-red .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-md-red .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-md-red .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle.outline:focus:after {
  background-color: #e21833;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle:after, .essay-container .dropdown.dropdown-md-red .dropdown-toggle:after, .results-bar .dropdown.dropdown-md-red .dropdown-toggle:after, .search-results .dropdown.dropdown-md-red .dropdown-toggle:after, #refineResults .dropdown.dropdown-md-red .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(202.948, 21.552, 45.798);
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle:hover, .document-container .dropdown.dropdown-md-red .dropdown-toggle:focus, .essay-container .dropdown.dropdown-md-red .dropdown-toggle:hover, .essay-container .dropdown.dropdown-md-red .dropdown-toggle:focus, .results-bar .dropdown.dropdown-md-red .dropdown-toggle:hover, .results-bar .dropdown.dropdown-md-red .dropdown-toggle:focus, .search-results .dropdown.dropdown-md-red .dropdown-toggle:hover, .search-results .dropdown.dropdown-md-red .dropdown-toggle:focus, #refineResults .dropdown.dropdown-md-red .dropdown-toggle:hover, #refineResults .dropdown.dropdown-md-red .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle:focus {
  border: 1px solid rgb(202.948, 21.552, 45.798);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-md-red .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-md-red .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-md-red .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-md-red .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-md-red .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-md-red .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-md-red .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-md-red .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-md-red .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-md-red .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-md-red .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-md-red .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-md-red .dropdown-menu, .essay-container .dropdown.dropdown-md-red .dropdown-menu, .results-bar .dropdown.dropdown-md-red .dropdown-menu, .search-results .dropdown.dropdown-md-red .dropdown-menu, #refineResults .dropdown.dropdown-md-red .dropdown-menu, .crown-navigation .dropdown.dropdown-md-red .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-md-red .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-md-red .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-md-red .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-md-red .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-md-red .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-md-red .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-md-red .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-md-red .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-md-red .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-md-red .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-md-red .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-md-red .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-md-red .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-md-red .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-md-red .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-md-red .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-md-red .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-md-red .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-md-red .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-md-red .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #e21833 !important;
}
.document-container .dropdown.dropdown-md-red .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-md-red .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-md-red .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-md-red .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-md-red .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-md-red .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-md-red .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-md-red .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-md-red .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-md-red .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-md-red .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-md-red .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-md-red .dropdown-menu .dropdown-item:focus {
  background-color: rgba(226, 24, 51, 0.15);
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle, .search-results .dropdown.dropdown-md-gold .dropdown-toggle, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #ffd200;
  overflow: hidden;
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle span, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle span, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle span, .search-results .dropdown.dropdown-md-gold .dropdown-toggle span, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle span, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle.outline, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle.outline, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle.outline, .search-results .dropdown.dropdown-md-gold .dropdown-toggle.outline, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle.outline {
  background: none;
  color: #454545;
  border: 2px solid !important;
  border-color: #ffd200 !important;
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus {
  border-color: #ffed99 !important;
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle.outline:focus:after {
  background-color: #ffd200;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle:after, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle:after, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle:after, .search-results .dropdown.dropdown-md-gold .dropdown-toggle:after, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle:hover, .document-container .dropdown.dropdown-md-gold .dropdown-toggle:focus, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle:hover, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle:focus, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle:hover, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle:focus, .search-results .dropdown.dropdown-md-gold .dropdown-toggle:hover, .search-results .dropdown.dropdown-md-gold .dropdown-toggle:focus, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle:hover, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle:focus {
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-md-gold .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-md-gold .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-md-gold .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-md-gold .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-md-gold .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-md-gold .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-md-gold .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-md-gold .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-md-gold .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-md-gold .dropdown-menu, .essay-container .dropdown.dropdown-md-gold .dropdown-menu, .results-bar .dropdown.dropdown-md-gold .dropdown-menu, .search-results .dropdown.dropdown-md-gold .dropdown-menu, #refineResults .dropdown.dropdown-md-gold .dropdown-menu, .crown-navigation .dropdown.dropdown-md-gold .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-md-gold .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-md-gold .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-md-gold .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-md-gold .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-md-gold .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-md-gold .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #ffd200 !important;
}
.document-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-md-gold .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-md-gold .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-md-gold .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-md-gold .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-md-gold .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-md-gold .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-md-gold .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-md-gold .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 210, 0, 0.15);
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #A26A2E;
  overflow: hidden;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle span, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle span, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle span, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle span, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle span, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle.outline, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle.outline, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle.outline {
  background: none;
  color: #454545;
  border: 2px solid !important;
  border-color: #A26A2E !important;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus {
  border-color: rgb(222.0480769231, 181.9326923077, 138.9519230769) !important;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle.outline:focus:after {
  background-color: #A26A2E;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle:after, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle:after, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle:after, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle:after, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle:hover, .document-container .dropdown.dropdown-md-bronze .dropdown-toggle:focus, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle:hover, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle:focus, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle:hover, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle:focus, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle:hover, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle:focus, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle:hover, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle:focus {
  border: 1px solid rgb(142.1394230769, 93.0048076923, 40.3605769231);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-md-bronze .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-md-bronze .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-md-bronze .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-md-bronze .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-md-bronze .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-md-bronze .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-md-bronze .dropdown-menu, .essay-container .dropdown.dropdown-md-bronze .dropdown-menu, .results-bar .dropdown.dropdown-md-bronze .dropdown-menu, .search-results .dropdown.dropdown-md-bronze .dropdown-menu, #refineResults .dropdown.dropdown-md-bronze .dropdown-menu, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-md-bronze .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-md-bronze .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-md-bronze .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-md-bronze .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-md-bronze .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-md-bronze .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #A26A2E !important;
}
.document-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-md-bronze .dropdown-menu .dropdown-item:focus {
  background-color: rgba(162, 106, 46, 0.15);
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
  overflow: hidden;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle span, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle span, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle span, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle span, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle span, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle.outline, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle.outline, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle.outline {
  background: none;
  color: #454545;
  border: 2px solid !important;
  border-color: rgb(30.75, 30.75, 30.75) !important;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus {
  border-color: rgb(107.25, 107.25, 107.25) !important;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle.outline:focus:after {
  background-color: rgb(30.75, 30.75, 30.75);
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle:after, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle:after, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle:after, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle:after, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #121212;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle:hover, .document-container .dropdown.dropdown-dark-gray .dropdown-toggle:focus, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle:hover, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle:focus, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle:hover, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle:focus, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle:hover, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle:focus, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle:hover, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle:focus {
  border: 1px solid #121212;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-dark-gray .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-dark-gray .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-dark-gray .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-dark-gray .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-dark-gray .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-dark-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-dark-gray .dropdown-menu, .essay-container .dropdown.dropdown-dark-gray .dropdown-menu, .results-bar .dropdown.dropdown-dark-gray .dropdown-menu, .search-results .dropdown.dropdown-dark-gray .dropdown-menu, #refineResults .dropdown.dropdown-dark-gray .dropdown-menu, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-dark-gray .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-dark-gray .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-dark-gray .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-dark-gray .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-dark-gray .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-dark-gray .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75) !important;
}
.document-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-dark-gray .dropdown-menu .dropdown-item:focus {
  background-color: rgba(30.75, 30.75, 30.75, 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: #454545;
  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: #454545;
  border: 2px solid !important;
  border-color: #454545 !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: rgb(145.5, 145.5, 145.5) !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: #454545;
  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: rgb(56.25, 56.25, 56.25);
}
.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 rgb(56.25, 56.25, 56.25);
  -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: #454545 !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(69, 69, 69, 0.15);
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle, .search-results .dropdown.dropdown-light-gray .dropdown-toggle, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle {
  position: relative;
  color: #ffffff;
  background-color: #e6e6e6;
  overflow: hidden;
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle span, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle span, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle span, .search-results .dropdown.dropdown-light-gray .dropdown-toggle span, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle span, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle.outline, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle.outline, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle.outline, .search-results .dropdown.dropdown-light-gray .dropdown-toggle.outline, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle.outline, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle.outline {
  background: none;
  color: #454545;
  border: 2px solid !important;
  border-color: #e6e6e6 !important;
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover, .document-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus, .search-results .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover, .search-results .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus {
  border-color: white !important;
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover span, .document-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus span, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover span, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus span, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover span, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus span, .search-results .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover span, .search-results .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus span, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover span, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus span, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover span, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus span {
  position: relative;
  display: block;
  z-index: 1;
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover:after, .document-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus:after, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover:after, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus:after, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover:after, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus:after, .search-results .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover:after, .search-results .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus:after, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover:after, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus:after, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle.outline:hover:after, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle.outline:focus:after {
  background-color: #e6e6e6;
  opacity: 0.1;
  z-index: 0;
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle:after, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle:after, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle:after, .search-results .dropdown.dropdown-light-gray .dropdown-toggle:after, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle:after, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(217.25, 217.25, 217.25);
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle:hover, .document-container .dropdown.dropdown-light-gray .dropdown-toggle:focus, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle:hover, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle:focus, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle:hover, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle:focus, .search-results .dropdown.dropdown-light-gray .dropdown-toggle:hover, .search-results .dropdown.dropdown-light-gray .dropdown-toggle:focus, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle:hover, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle:focus, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle:hover, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle:focus {
  border: 1px solid rgb(217.25, 217.25, 217.25);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.document-container .dropdown.dropdown-light-gray .dropdown-toggle:hover:after, .document-container .dropdown.dropdown-light-gray .dropdown-toggle:focus:after, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle:hover:after, .essay-container .dropdown.dropdown-light-gray .dropdown-toggle:focus:after, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle:hover:after, .results-bar .dropdown.dropdown-light-gray .dropdown-toggle:focus:after, .search-results .dropdown.dropdown-light-gray .dropdown-toggle:hover:after, .search-results .dropdown.dropdown-light-gray .dropdown-toggle:focus:after, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle:hover:after, #refineResults .dropdown.dropdown-light-gray .dropdown-toggle:focus:after, .crown-navigation .dropdown.dropdown-light-gray .dropdown-toggle:hover:after, .crown-navigation .dropdown.dropdown-light-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-light-gray .dropdown-menu, .essay-container .dropdown.dropdown-light-gray .dropdown-menu, .results-bar .dropdown.dropdown-light-gray .dropdown-menu, .search-results .dropdown.dropdown-light-gray .dropdown-menu, #refineResults .dropdown.dropdown-light-gray .dropdown-menu, .crown-navigation .dropdown.dropdown-light-gray .dropdown-menu {
  background-color: #ffffff;
}
.document-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link,
.document-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item, .essay-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link,
.essay-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item, .results-bar .dropdown.dropdown-light-gray .dropdown-menu .nav-link,
.results-bar .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item, .search-results .dropdown.dropdown-light-gray .dropdown-menu .nav-link,
.search-results .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item, #refineResults .dropdown.dropdown-light-gray .dropdown-menu .nav-link,
#refineResults .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item, .crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .nav-link,
.crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item {
  color: #363135;
}
.document-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link.active,
.document-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item.active, .essay-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link.active,
.essay-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item.active, .results-bar .dropdown.dropdown-light-gray .dropdown-menu .nav-link.active,
.results-bar .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item.active, .search-results .dropdown.dropdown-light-gray .dropdown-menu .nav-link.active,
.search-results .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item.active, #refineResults .dropdown.dropdown-light-gray .dropdown-menu .nav-link.active,
#refineResults .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item.active, .crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .nav-link.active,
.crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item.active {
  color: #ffffff;
  background-color: #e6e6e6 !important;
}
.document-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link:hover, .document-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link:focus,
.document-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:hover,
.document-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:focus, .essay-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link:hover, .essay-container .dropdown.dropdown-light-gray .dropdown-menu .nav-link:focus,
.essay-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:hover,
.essay-container .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:focus, .results-bar .dropdown.dropdown-light-gray .dropdown-menu .nav-link:hover, .results-bar .dropdown.dropdown-light-gray .dropdown-menu .nav-link:focus,
.results-bar .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:hover,
.results-bar .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:focus, .search-results .dropdown.dropdown-light-gray .dropdown-menu .nav-link:hover, .search-results .dropdown.dropdown-light-gray .dropdown-menu .nav-link:focus,
.search-results .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:hover,
.search-results .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:focus, #refineResults .dropdown.dropdown-light-gray .dropdown-menu .nav-link:hover, #refineResults .dropdown.dropdown-light-gray .dropdown-menu .nav-link:focus,
#refineResults .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:hover,
#refineResults .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:focus, .crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .nav-link:hover, .crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .nav-link:focus,
.crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:hover,
.crown-navigation .dropdown.dropdown-light-gray .dropdown-menu .dropdown-item:focus {
  background-color: rgba(230, 230, 230, 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: #454545;
  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: rgb(46, 226.7567567568, 255) !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: rgb(0, 105.9459459459, 122.5);
}
.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 rgb(0, 105.9459459459, 122.5);
  -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: rgb(80.0671875, 117.8, 0);
  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: #454545;
  border: 2px solid !important;
  border-color: rgb(80.0671875, 117.8, 0) !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: rgb(178.38125, 255, 15.8) !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: rgb(80.0671875, 117.8, 0);
  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: rgb(62.73515625, 92.3, 0);
}
.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 rgb(62.73515625, 92.3, 0);
  -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: rgb(80.0671875, 117.8, 0) !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.0671875, 117.8, 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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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: #454545;
  border: 2px solid !important;
  border-color: rgb(176.4725099602, 41.7274900398, 46.0741035857) !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: rgb(228.4565737052, 142.7434262948, 145.5083665339) !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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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: rgb(155.8490039841, 36.8509960159, 40.6896414343);
}
.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 rgb(155.8490039841, 36.8509960159, 40.6896414343);
  -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: rgb(176.4725099602, 41.7274900398, 46.0741035857) !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.4725099602, 41.7274900398, 46.0741035857, 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: #454545;
  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: rgb(91.7666666667, 186.1666666667, 241.2333333333) !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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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 rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: #454545;
  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: rgb(205.336, 199.516, 213.484) !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: rgb(114.436, 100.366, 134.134);
}
.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 rgb(114.436, 100.366, 134.134);
  -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: rgb(101.992, 89.452, 119.548);
  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: #454545;
  border: 2px solid !important;
  border-color: rgb(101.992, 89.452, 119.548) !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: rgb(179.224, 170.344, 191.656) !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: rgb(101.992, 89.452, 119.548);
  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: rgb(89.548, 78.538, 104.962);
}
.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 rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548) !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(101.992, 89.452, 119.548, 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: #454545;
  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: rgb(0, 218.9090909091, 252) !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: rgb(0, 63.8484848485, 73.5);
}
.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 rgb(0, 63.8484848485, 73.5);
  -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: #454545;
  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: rgb(161.1860465116, 239, 0) !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: rgb(40.8023255814, 60.5, 0);
}
.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 rgb(40.8023255814, 60.5, 0);
  -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: #454545;
  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: rgb(218.1896551724, 108.8103448276, 111.9655172414) !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: rgb(118.6293103448, 29.8706896552, 32.4310344828);
}
.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 rgb(118.6293103448, 29.8706896552, 32.4310344828);
  -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: #000000;
  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: #454545;
  border: 2px solid !important;
  border-color: #000000 !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: rgb(76.5, 76.5, 76.5) !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: #000000;
  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: black;
}
.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 black;
  -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: #000000 !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(0, 0, 0, 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: rgb(101.992, 89.452, 119.548);
  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: #454545;
  border: 2px solid !important;
  border-color: rgb(101.992, 89.452, 119.548) !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: rgb(179.224, 170.344, 191.656) !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: rgb(101.992, 89.452, 119.548);
  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: rgb(89.548, 78.538, 104.962);
}
.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 rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548) !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(101.992, 89.452, 119.548, 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: rgb(101.992, 89.452, 119.548);
  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: #454545;
  border: 2px solid !important;
  border-color: rgb(101.992, 89.452, 119.548) !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: rgb(179.224, 170.344, 191.656) !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: rgb(101.992, 89.452, 119.548);
  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: rgb(89.548, 78.538, 104.962);
}
.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 rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548) !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(101.992, 89.452, 119.548, 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: #454545;
  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: rgb(162.8846153846, 53.3076923077, 177.6923076923) !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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.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 rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: #7f7f7f;
  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: #454545;
  border: 2px solid !important;
  border-color: #7f7f7f !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: rgb(203.5, 203.5, 203.5) !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: #7f7f7f;
  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: rgb(114.25, 114.25, 114.25);
}
.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 rgb(114.25, 114.25, 114.25);
  -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: #7f7f7f !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(127, 127, 127, 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: #454545;
  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: #454545;
  border: 2px solid !important;
  border-color: #454545 !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: rgb(145.5, 145.5, 145.5) !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: #454545;
  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: rgb(56.25, 56.25, 56.25);
}
.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 rgb(56.25, 56.25, 56.25);
  -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: #454545 !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(69, 69, 69, 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: #454545;
  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: rgb(242.25, 242.25, 242.25);
}
.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 rgb(242.25, 242.25, 242.25);
  -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;
  background-color: #e21833 !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);
  background-color: rgb(229.5, 229.5, 229.5);
}
.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: #454545;
  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: rgb(76.5, 76.5, 76.5) !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: #454545;
  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(76.5, 76.5, 76.5, 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: #454545;
  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: #454545;
  border: 2px solid !important;
  border-color: #454545 !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: rgb(145.5, 145.5, 145.5) !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: #454545;
  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: rgb(56.25, 56.25, 56.25);
}
.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 rgb(56.25, 56.25, 56.25);
  -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: #454545 !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(69, 69, 69, 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: #e21833;
}
#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: #e21833;
}
.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: #ffffff;
}
.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: #454545;
}
.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: rgb(196.5, 196.5, 196.5);
}
.help ul li .pill.pill-gray:hover, .help ul li .pill.pill-gray:focus {
  color: #363135;
  background-color: rgb(196.5, 196.5, 196.5);
}
.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-md-red .loading-bg {
  background-color: #e21833;
}
.loading.loading-md-gold .loading-bg {
  background-color: #ffd200;
}
.loading.loading-md-bronze .loading-bg {
  background-color: #A26A2E;
}
.loading.loading-dark-gray .loading-bg {
  background-color: rgb(30.75, 30.75, 30.75);
}
.loading.loading-gray .loading-bg {
  background-color: #454545;
}
.loading.loading-light-gray .loading-bg {
  background-color: #e6e6e6;
}
.loading.loading-people .loading-bg {
  background-color: #008094;
}
.loading.loading-places .loading-bg {
  background-color: rgb(80.0671875, 117.8, 0);
}
.loading.loading-topics .loading-bg {
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #000000;
}
.loading.loading-subject .loading-bg {
  background-color: rgb(101.992, 89.452, 119.548);
}
.loading.loading-keyword .loading-bg {
  background-color: rgb(101.992, 89.452, 119.548);
}
.loading.loading-donor .loading-bg {
  background-color: #37123c;
}
.loading.loading-translator .loading-bg {
  background-color: #7f7f7f;
}
.loading.loading-contributor .loading-bg {
  background-color: #454545;
}
.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: #454545;
}
.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: -32px 0 0 -32px;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
}
.loading .loading-icon img {
  width: 100%;
  height: auto;
}
.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.md-red {
  border: solid 5px #e21833;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.md-gold {
  border: solid 5px #ffd200;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.md-bronze {
  border: solid 5px #A26A2E;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.dark-gray {
  border: solid 5px rgb(30.75, 30.75, 30.75);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.gray {
  border: solid 5px #454545;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.light-gray {
  border: solid 5px #e6e6e6;
  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 rgb(80.0671875, 117.8, 0);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.topics {
  border: solid 5px rgb(176.4725099602, 41.7274900398, 46.0741035857);
  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 rgb(101.992, 89.452, 119.548);
  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 #000000;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.subject {
  border: solid 5px rgb(101.992, 89.452, 119.548);
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.keyword {
  border: solid 5px rgb(101.992, 89.452, 119.548);
  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 #7f7f7f;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.loading .load-spin.contributor {
  border: solid 5px #454545;
  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 #454545;
  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: rgb(214.7, 214.7, 214.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(204.5, 204.5, 204.5)), to(#e6e6e6));
  background-image: linear-gradient(to bottom, rgb(204.5, 204.5, 204.5), #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCDCDCD', endColorstr='#FFE6E6E6', 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: #e6e6e6;
  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(rgb(204.5, 204.5, 204.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgb(204.5, 204.5, 204.5), 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-md-red h3 {
  color: #e21833;
}
.megamenu.theme-md-red .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e21833), 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, #e21833 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-md-gold h3 {
  color: #ffd200;
}
.megamenu.theme-md-gold .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffd200), 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, #ffd200 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-md-bronze h3 {
  color: #A26A2E;
}
.megamenu.theme-md-bronze .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a26a2e), 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, #a26a2e 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-gray h3 {
  color: rgb(30.75, 30.75, 30.75);
}
.megamenu.theme-dark-gray .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(30.75, 30.75, 30.75)), 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, rgb(30.75, 30.75, 30.75) 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: #454545;
}
.megamenu.theme-gray .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#454545), 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, #454545 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-gray h3 {
  color: #e6e6e6;
}
.megamenu.theme-light-gray .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), 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, #e6e6e6 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: rgb(80.0671875, 117.8, 0);
}
.megamenu.theme-places .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(80.0671875, 117.8, 0)), 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, rgb(80.0671875, 117.8, 0) 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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.megamenu.theme-topics .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(176.4725099602, 41.7274900398, 46.0741035857)), 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, rgb(176.4725099602, 41.7274900398, 46.0741035857) 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: rgb(101.992, 89.452, 119.548);
}
.megamenu.theme-year_range .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), 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, rgb(101.992, 89.452, 119.548) 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: #000000;
}
.megamenu.theme-document .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-subject h3 {
  color: rgb(101.992, 89.452, 119.548);
}
.megamenu.theme-subject .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), 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, rgb(101.992, 89.452, 119.548) 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: rgb(101.992, 89.452, 119.548);
}
.megamenu.theme-keyword .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(101.992, 89.452, 119.548)), 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, rgb(101.992, 89.452, 119.548) 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: #7f7f7f;
}
.megamenu.theme-translator .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#7f7f7f), 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, #7f7f7f 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: #454545;
}
.megamenu.theme-contributor .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#454545), 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, #454545 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: #454545;
}
.megamenu.theme-clear .card .card-img-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#454545), 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, #454545 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: #454545;
  -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: #e21833;
}
.modal .modal-search .modal-content .modal-header .close:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(202.948, 21.552, 45.798);
}
.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: rgb(214.7, 214.7, 214.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(204.5, 204.5, 204.5)), to(#e6e6e6));
  background-image: linear-gradient(to bottom, rgb(204.5, 204.5, 204.5), #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCDCDCD', endColorstr='#FFE6E6E6', GradientType=0);
  border-bottom-left-radius: 10px;
}
.modal .modal-search .modal-content .modal-body .modal-bg {
  background-color: #e6e6e6;
  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(rgb(204.5, 204.5, 204.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgb(204.5, 204.5, 204.5), 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: #ffd200;
}
.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: #000000;
}
.modal .modal-admin .modal-content .modal-header .close {
  position: relative;
  margin: 0;
  padding: 16px 24px;
  border: 0;
  color: #000000;
  background-color: rgb(229.5, 189, 0);
}
.modal .modal-admin .modal-content .modal-header .close:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #cca800;
}
.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: #000000 !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(0, 0, 0, 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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.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: #7f7f7f !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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(6.5833333333, 73.2395833333, 111.9166666667);
}
.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: rgb(5.1666666667, 57.4791666667, 87.8333333333);
}
.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: #7f7f7f !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: rgb(6.5833333333, 73.2395833333, 111.9166666667);
  -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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.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: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.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: #7f7f7f !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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: rgb(114.436, 100.366, 134.134);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f !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: rgb(114.436, 100.366, 134.134);
  -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-md-red .modal-header,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-header {
  background-color: #e21833;
}
.modal .modal-see-more .modal-content.modal-md-red .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-md-red .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-md-red .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-header .close {
  background-color: rgb(202.948, 21.552, 45.798);
}
.modal .modal-see-more .modal-content.modal-md-red .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-header .close:after {
  background-color: rgb(179.896, 19.104, 40.596);
}
.modal .modal-see-more .modal-content.modal-md-red .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-md-red .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-md-red .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-md-red .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-body .list-group-item:focus .icon {
  color: rgb(202.948, 21.552, 45.798);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-md-red .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-md-red .modal-body .list-group-item .items {
  color: #e21833;
}
.modal .modal-see-more .modal-content.modal-md-gold .modal-header,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-header {
  background-color: #ffd200;
}
.modal .modal-see-more .modal-content.modal-md-gold .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-md-gold .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-header .close {
  color: #ffffff;
  color: #000000;
}
.modal .modal-see-more .modal-content.modal-md-gold .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-header .close {
  background-color: rgb(229.5, 189, 0);
}
.modal .modal-see-more .modal-content.modal-md-gold .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-header .close:after {
  background-color: #cca800;
}
.modal .modal-see-more .modal-content.modal-md-gold .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-md-gold .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-md-gold .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-md-gold .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-body .list-group-item:focus .icon {
  color: rgb(229.5, 189, 0);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-md-gold .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-md-gold .modal-body .list-group-item .items {
  color: #ffd200;
}
.modal .modal-see-more .modal-content.modal-md-bronze .modal-header,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-header {
  background-color: #A26A2E;
}
.modal .modal-see-more .modal-content.modal-md-bronze .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-md-bronze .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-md-bronze .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-header .close {
  background-color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
}
.modal .modal-see-more .modal-content.modal-md-bronze .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-header .close:after {
  background-color: rgb(122.2788461538, 80.0096153846, 34.7211538462);
}
.modal .modal-see-more .modal-content.modal-md-bronze .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-md-bronze .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-md-bronze .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-md-bronze .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-body .list-group-item:focus .icon {
  color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-md-bronze .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-md-bronze .modal-body .list-group-item .items {
  color: #A26A2E;
}
.modal .modal-see-more .modal-content.modal-dark-gray .modal-header,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-header {
  background-color: rgb(30.75, 30.75, 30.75);
}
.modal .modal-see-more .modal-content.modal-dark-gray .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-dark-gray .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-dark-gray .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-header .close {
  background-color: #121212;
}
.modal .modal-see-more .modal-content.modal-dark-gray .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-header .close:after {
  background-color: rgb(5.25, 5.25, 5.25);
}
.modal .modal-see-more .modal-content.modal-dark-gray .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-dark-gray .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-dark-gray .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-dark-gray .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-body .list-group-item:focus .icon {
  color: #121212;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-dark-gray .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-dark-gray .modal-body .list-group-item .items {
  color: rgb(30.75, 30.75, 30.75);
}
.modal .modal-see-more .modal-content.modal-gray .modal-header,
.modal .modal-visualization-filter .modal-content.modal-gray .modal-header {
  background-color: #454545;
}
.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: rgb(56.25, 56.25, 56.25);
}
.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: rgb(43.5, 43.5, 43.5);
}
.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: #7f7f7f !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: rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.modal .modal-see-more .modal-content.modal-light-gray .modal-header,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-header {
  background-color: #e6e6e6;
}
.modal .modal-see-more .modal-content.modal-light-gray .modal-header .modal-title,
.modal .modal-see-more .modal-content.modal-light-gray .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-header .modal-title,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-header .close {
  color: #ffffff;
}
.modal .modal-see-more .modal-content.modal-light-gray .modal-header .close,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-header .close {
  background-color: rgb(217.25, 217.25, 217.25);
}
.modal .modal-see-more .modal-content.modal-light-gray .modal-header .close:after,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-header .close:after {
  background-color: rgb(204.5, 204.5, 204.5);
}
.modal .modal-see-more .modal-content.modal-light-gray .modal-body .list-group-item:hover .name, .modal .modal-see-more .modal-content.modal-light-gray .modal-body .list-group-item:focus .name,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-body .list-group-item:hover .name,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-light-gray .modal-body .list-group-item:hover .icon, .modal .modal-see-more .modal-content.modal-light-gray .modal-body .list-group-item:focus .icon,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-body .list-group-item:hover .icon,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-body .list-group-item:focus .icon {
  color: rgb(217.25, 217.25, 217.25);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-see-more .modal-content.modal-light-gray .modal-body .list-group-item .items,
.modal .modal-visualization-filter .modal-content.modal-light-gray .modal-body .list-group-item .items {
  color: #e6e6e6;
}
.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: rgb(0, 105.9459459459, 122.5);
}
.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: rgb(0, 83.8918918919, 97);
}
.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: #7f7f7f !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: rgb(0, 105.9459459459, 122.5);
  -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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(62.73515625, 92.3, 0);
}
.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: rgb(45.403125, 66.8, 0);
}
.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: #7f7f7f !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: rgb(62.73515625, 92.3, 0);
  -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: rgb(80.0671875, 117.8, 0);
}
.modal .modal-see-more .modal-content.modal-topics .modal-header,
.modal .modal-visualization-filter .modal-content.modal-topics .modal-header {
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(155.8490039841, 36.8509960159, 40.6896414343);
}
.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: rgb(135.225498008, 31.974501992, 35.3051792829);
}
.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: #7f7f7f !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: rgb(155.8490039841, 36.8509960159, 40.6896414343);
  -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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.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: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.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: #7f7f7f !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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(114.436, 100.366, 134.134);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f !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: rgb(114.436, 100.366, 134.134);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(89.548, 78.538, 104.962);
}
.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: rgb(77.104, 67.624, 90.376);
}
.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: #7f7f7f !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: rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(0, 63.8484848485, 73.5);
}
.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: rgb(0, 41.696969697, 48);
}
.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: #7f7f7f !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: rgb(0, 63.8484848485, 73.5);
  -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: rgb(40.8023255814, 60.5, 0);
}
.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: rgb(23.6046511628, 35, 0);
}
.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: #7f7f7f !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: rgb(40.8023255814, 60.5, 0);
  -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: rgb(118.6293103448, 29.8706896552, 32.4310344828);
}
.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: rgb(98.2586206897, 24.7413793103, 26.8620689655);
}
.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: #7f7f7f !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: rgb(118.6293103448, 29.8706896552, 32.4310344828);
  -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: #000000;
}
.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: black;
}
.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: black;
}
.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: #7f7f7f !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: black;
  -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: #000000;
}
.modal .modal-see-more .modal-content.modal-subject .modal-header,
.modal .modal-visualization-filter .modal-content.modal-subject .modal-header {
  background-color: rgb(101.992, 89.452, 119.548);
}
.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: rgb(89.548, 78.538, 104.962);
}
.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: rgb(77.104, 67.624, 90.376);
}
.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: #7f7f7f !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: rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.modal .modal-see-more .modal-content.modal-keyword .modal-header,
.modal .modal-visualization-filter .modal-content.modal-keyword .modal-header {
  background-color: rgb(101.992, 89.452, 119.548);
}
.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: rgb(89.548, 78.538, 104.962);
}
.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: rgb(77.104, 67.624, 90.376);
}
.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: #7f7f7f !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: rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.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: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.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: #7f7f7f !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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: #7f7f7f;
}
.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: rgb(114.25, 114.25, 114.25);
}
.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: rgb(101.5, 101.5, 101.5);
}
.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: #7f7f7f !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: rgb(114.25, 114.25, 114.25);
  -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: #7f7f7f;
}
.modal .modal-see-more .modal-content.modal-contributor .modal-header,
.modal .modal-visualization-filter .modal-content.modal-contributor .modal-header {
  background-color: #454545;
}
.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: rgb(56.25, 56.25, 56.25);
}
.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: rgb(43.5, 43.5, 43.5);
}
.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: #7f7f7f !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: rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.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: rgb(242.25, 242.25, 242.25);
}
.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: rgb(229.5, 229.5, 229.5);
}
.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: #7f7f7f !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: rgb(242.25, 242.25, 242.25);
  -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: #7f7f7f !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: #7f7f7f !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: #454545;
}
.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: rgb(56.25, 56.25, 56.25);
}
.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: rgb(43.5, 43.5, 43.5);
}
.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: #7f7f7f !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: rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.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: #e21833;
}
.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: rgb(202.948, 21.552, 45.798);
}
.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: #ffffff;
}
.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(#ffffff), to(transparent));
  background-image: linear-gradient(to top, #ffffff, 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 .modal-see-more .modal-content .modal-footer,
.modal .modal-visualization-filter .modal-content .modal-footer {
  border-top: 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 {
  border-top-left-radius: 0;
}
.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: #7f7f7f;
  border-color: #7f7f7f;
}
.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: #ffffff;
  border-bottom-left-radius: 0;
}
.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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.modal .modal-citation .modal-content.modal-light-blue .modal-header .close:after {
  background-color: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.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: #7f7f7f !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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(6.5833333333, 73.2395833333, 111.9166666667);
}
.modal .modal-citation .modal-content.modal-dark-blue .modal-header .close:after {
  background-color: rgb(5.1666666667, 57.4791666667, 87.8333333333);
}
.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: #7f7f7f !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: rgb(6.5833333333, 73.2395833333, 111.9166666667);
  -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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.modal .modal-citation .modal-content.modal-dark-purple .modal-header .close:after {
  background-color: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.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: #7f7f7f !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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: rgb(114.436, 100.366, 134.134);
}
.modal .modal-citation .modal-content.modal-light-purple .modal-header .close:after {
  background-color: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f !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: rgb(114.436, 100.366, 134.134);
  -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-md-red .modal-header {
  background-color: #e21833;
}
.modal .modal-citation .modal-content.modal-md-red .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-md-red .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-md-red .modal-header .close {
  background-color: rgb(202.948, 21.552, 45.798);
}
.modal .modal-citation .modal-content.modal-md-red .modal-header .close:after {
  background-color: rgb(179.896, 19.104, 40.596);
}
.modal .modal-citation .modal-content.modal-md-red .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-md-red .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-md-red .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-md-red .modal-body .list-group-item:focus .icon {
  color: rgb(202.948, 21.552, 45.798);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-md-red .modal-body .list-group-item .items {
  color: #e21833;
}
.modal .modal-citation .modal-content.modal-md-gold .modal-header {
  background-color: #ffd200;
}
.modal .modal-citation .modal-content.modal-md-gold .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-md-gold .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-md-gold .modal-header .close {
  background-color: rgb(229.5, 189, 0);
}
.modal .modal-citation .modal-content.modal-md-gold .modal-header .close:after {
  background-color: #cca800;
}
.modal .modal-citation .modal-content.modal-md-gold .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-md-gold .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-md-gold .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-md-gold .modal-body .list-group-item:focus .icon {
  color: rgb(229.5, 189, 0);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-md-gold .modal-body .list-group-item .items {
  color: #ffd200;
}
.modal .modal-citation .modal-content.modal-md-bronze .modal-header {
  background-color: #A26A2E;
}
.modal .modal-citation .modal-content.modal-md-bronze .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-md-bronze .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-md-bronze .modal-header .close {
  background-color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
}
.modal .modal-citation .modal-content.modal-md-bronze .modal-header .close:after {
  background-color: rgb(122.2788461538, 80.0096153846, 34.7211538462);
}
.modal .modal-citation .modal-content.modal-md-bronze .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-md-bronze .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-md-bronze .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-md-bronze .modal-body .list-group-item:focus .icon {
  color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-md-bronze .modal-body .list-group-item .items {
  color: #A26A2E;
}
.modal .modal-citation .modal-content.modal-dark-gray .modal-header {
  background-color: rgb(30.75, 30.75, 30.75);
}
.modal .modal-citation .modal-content.modal-dark-gray .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-dark-gray .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-dark-gray .modal-header .close {
  background-color: #121212;
}
.modal .modal-citation .modal-content.modal-dark-gray .modal-header .close:after {
  background-color: rgb(5.25, 5.25, 5.25);
}
.modal .modal-citation .modal-content.modal-dark-gray .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-dark-gray .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-dark-gray .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-dark-gray .modal-body .list-group-item:focus .icon {
  color: #121212;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-dark-gray .modal-body .list-group-item .items {
  color: rgb(30.75, 30.75, 30.75);
}
.modal .modal-citation .modal-content.modal-gray .modal-header {
  background-color: #454545;
}
.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: rgb(56.25, 56.25, 56.25);
}
.modal .modal-citation .modal-content.modal-gray .modal-header .close:after {
  background-color: rgb(43.5, 43.5, 43.5);
}
.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: #7f7f7f !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: rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.modal .modal-citation .modal-content.modal-light-gray .modal-header {
  background-color: #e6e6e6;
}
.modal .modal-citation .modal-content.modal-light-gray .modal-header .modal-title,
.modal .modal-citation .modal-content.modal-light-gray .modal-header .close {
  color: #ffffff;
}
.modal .modal-citation .modal-content.modal-light-gray .modal-header .close {
  background-color: rgb(217.25, 217.25, 217.25);
}
.modal .modal-citation .modal-content.modal-light-gray .modal-header .close:after {
  background-color: rgb(204.5, 204.5, 204.5);
}
.modal .modal-citation .modal-content.modal-light-gray .modal-body .list-group-item:hover .name, .modal .modal-citation .modal-content.modal-light-gray .modal-body .list-group-item:focus .name {
  color: #7f7f7f !important;
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-light-gray .modal-body .list-group-item:hover .icon, .modal .modal-citation .modal-content.modal-light-gray .modal-body .list-group-item:focus .icon {
  color: rgb(217.25, 217.25, 217.25);
  -webkit-transition: color ease-in-out 200ms;
  transition: color ease-in-out 200ms;
}
.modal .modal-citation .modal-content.modal-light-gray .modal-body .list-group-item .items {
  color: #e6e6e6;
}
.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: rgb(0, 105.9459459459, 122.5);
}
.modal .modal-citation .modal-content.modal-people .modal-header .close:after {
  background-color: rgb(0, 83.8918918919, 97);
}
.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: #7f7f7f !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: rgb(0, 105.9459459459, 122.5);
  -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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(62.73515625, 92.3, 0);
}
.modal .modal-citation .modal-content.modal-places .modal-header .close:after {
  background-color: rgb(45.403125, 66.8, 0);
}
.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: #7f7f7f !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: rgb(62.73515625, 92.3, 0);
  -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: rgb(80.0671875, 117.8, 0);
}
.modal .modal-citation .modal-content.modal-topics .modal-header {
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(155.8490039841, 36.8509960159, 40.6896414343);
}
.modal .modal-citation .modal-content.modal-topics .modal-header .close:after {
  background-color: rgb(135.225498008, 31.974501992, 35.3051792829);
}
.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: #7f7f7f !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: rgb(155.8490039841, 36.8509960159, 40.6896414343);
  -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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.modal .modal-citation .modal-content.modal-languages .modal-header .close:after {
  background-color: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.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: #7f7f7f !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: rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(114.436, 100.366, 134.134);
}
.modal .modal-citation .modal-content.modal-original_repositories .modal-header .close:after {
  background-color: rgb(101.992, 89.452, 119.548);
}
.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: #7f7f7f !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: rgb(114.436, 100.366, 134.134);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(89.548, 78.538, 104.962);
}
.modal .modal-citation .modal-content.modal-year_range .modal-header .close:after {
  background-color: rgb(77.104, 67.624, 90.376);
}
.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: #7f7f7f !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: rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(0, 63.8484848485, 73.5);
}
.modal .modal-citation .modal-content.modal-people-dark .modal-header .close:after {
  background-color: rgb(0, 41.696969697, 48);
}
.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: #7f7f7f !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: rgb(0, 63.8484848485, 73.5);
  -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: rgb(40.8023255814, 60.5, 0);
}
.modal .modal-citation .modal-content.modal-places-dark .modal-header .close:after {
  background-color: rgb(23.6046511628, 35, 0);
}
.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: #7f7f7f !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: rgb(40.8023255814, 60.5, 0);
  -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: rgb(118.6293103448, 29.8706896552, 32.4310344828);
}
.modal .modal-citation .modal-content.modal-topics-dark .modal-header .close:after {
  background-color: rgb(98.2586206897, 24.7413793103, 26.8620689655);
}
.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: #7f7f7f !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: rgb(118.6293103448, 29.8706896552, 32.4310344828);
  -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: #000000;
}
.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: black;
}
.modal .modal-citation .modal-content.modal-document .modal-header .close:after {
  background-color: black;
}
.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: #7f7f7f !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: black;
  -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: #000000;
}
.modal .modal-citation .modal-content.modal-subject .modal-header {
  background-color: rgb(101.992, 89.452, 119.548);
}
.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: rgb(89.548, 78.538, 104.962);
}
.modal .modal-citation .modal-content.modal-subject .modal-header .close:after {
  background-color: rgb(77.104, 67.624, 90.376);
}
.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: #7f7f7f !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: rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.modal .modal-citation .modal-content.modal-keyword .modal-header {
  background-color: rgb(101.992, 89.452, 119.548);
}
.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: rgb(89.548, 78.538, 104.962);
}
.modal .modal-citation .modal-content.modal-keyword .modal-header .close:after {
  background-color: rgb(77.104, 67.624, 90.376);
}
.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: #7f7f7f !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: rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.modal .modal-citation .modal-content.modal-donor .modal-header .close:after {
  background-color: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.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: #7f7f7f !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: rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: #7f7f7f;
}
.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: rgb(114.25, 114.25, 114.25);
}
.modal .modal-citation .modal-content.modal-translator .modal-header .close:after {
  background-color: rgb(101.5, 101.5, 101.5);
}
.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: #7f7f7f !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: rgb(114.25, 114.25, 114.25);
  -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: #7f7f7f;
}
.modal .modal-citation .modal-content.modal-contributor .modal-header {
  background-color: #454545;
}
.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: rgb(56.25, 56.25, 56.25);
}
.modal .modal-citation .modal-content.modal-contributor .modal-header .close:after {
  background-color: rgb(43.5, 43.5, 43.5);
}
.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: #7f7f7f !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: rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.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: rgb(242.25, 242.25, 242.25);
}
.modal .modal-citation .modal-content.modal-white .modal-header .close:after {
  background-color: rgb(229.5, 229.5, 229.5);
}
.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: #7f7f7f !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: rgb(242.25, 242.25, 242.25);
  -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: #7f7f7f !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: #7f7f7f !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: #454545;
}
.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: rgb(56.25, 56.25, 56.25);
}
.modal .modal-citation .modal-content.modal-clear .modal-header .close:after {
  background-color: rgb(43.5, 43.5, 43.5);
}
.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: #7f7f7f !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: rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.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: #e21833;
}
.modal .modal-citation .modal-content .modal-header .close:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(202.948, 21.552, 45.798);
}
.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: #ffffff;
}
.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: #e21833;
}
.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: #e21833;
}
.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(#ffffff), to(transparent));
  background-image: linear-gradient(to top, #ffffff, 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;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.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: #0e6ea6;
}
.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: #0e6ea6;
}
.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: #454545;
}
.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 #e6e6e6 !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: #085988;
}
.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: #085988;
}
.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: #454545;
}
.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 #e6e6e6 !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: #37123c;
}
.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: #37123c;
}
.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: #454545;
}
.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 #e6e6e6 !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: #7f7094;
}
.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: #7f7094;
}
.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: #454545;
}
.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 #e6e6e6 !important;
}
.explore-md-red .pagination .page-item.active .page-link, .search-results-md-red .pagination .page-item.active .page-link, .document-list.md-red .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #e21833;
}
.explore-md-red .pagination .page-item:first-child .page-link, .explore-md-red .pagination .page-item:last-child .page-link, .search-results-md-red .pagination .page-item:first-child .page-link, .search-results-md-red .pagination .page-item:last-child .page-link, .document-list.md-red .pagination .page-item:first-child .page-link, .document-list.md-red .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #e21833;
}
.explore-md-red .pagination .page-item:first-child .page-link:hover, .explore-md-red .pagination .page-item:first-child .page-link:focus, .explore-md-red .pagination .page-item:last-child .page-link:hover, .explore-md-red .pagination .page-item:last-child .page-link:focus, .search-results-md-red .pagination .page-item:first-child .page-link:hover, .search-results-md-red .pagination .page-item:first-child .page-link:focus, .search-results-md-red .pagination .page-item:last-child .page-link:hover, .search-results-md-red .pagination .page-item:last-child .page-link:focus, .document-list.md-red .pagination .page-item:first-child .page-link:hover, .document-list.md-red .pagination .page-item:first-child .page-link:focus, .document-list.md-red .pagination .page-item:last-child .page-link:hover, .document-list.md-red .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #454545;
}
.explore-md-red .pagination .page-item + .page-item .page-link, .search-results-md-red .pagination .page-item + .page-item .page-link, .document-list.md-red .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #e6e6e6 !important;
}
.explore-md-gold .pagination .page-item.active .page-link, .search-results-md-gold .pagination .page-item.active .page-link, .document-list.md-gold .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #ffd200;
  color: #000000;
}
.explore-md-gold .pagination .page-item:first-child .page-link, .explore-md-gold .pagination .page-item:last-child .page-link, .search-results-md-gold .pagination .page-item:first-child .page-link, .search-results-md-gold .pagination .page-item:last-child .page-link, .document-list.md-gold .pagination .page-item:first-child .page-link, .document-list.md-gold .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #ffd200;
  color: #000000;
}
.explore-md-gold .pagination .page-item:first-child .page-link:hover, .explore-md-gold .pagination .page-item:first-child .page-link:focus, .explore-md-gold .pagination .page-item:last-child .page-link:hover, .explore-md-gold .pagination .page-item:last-child .page-link:focus, .search-results-md-gold .pagination .page-item:first-child .page-link:hover, .search-results-md-gold .pagination .page-item:first-child .page-link:focus, .search-results-md-gold .pagination .page-item:last-child .page-link:hover, .search-results-md-gold .pagination .page-item:last-child .page-link:focus, .document-list.md-gold .pagination .page-item:first-child .page-link:hover, .document-list.md-gold .pagination .page-item:first-child .page-link:focus, .document-list.md-gold .pagination .page-item:last-child .page-link:hover, .document-list.md-gold .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #454545;
}
.explore-md-gold .pagination .page-item + .page-item .page-link, .search-results-md-gold .pagination .page-item + .page-item .page-link, .document-list.md-gold .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #e6e6e6 !important;
}
.explore-md-bronze .pagination .page-item.active .page-link, .search-results-md-bronze .pagination .page-item.active .page-link, .document-list.md-bronze .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #A26A2E;
}
.explore-md-bronze .pagination .page-item:first-child .page-link, .explore-md-bronze .pagination .page-item:last-child .page-link, .search-results-md-bronze .pagination .page-item:first-child .page-link, .search-results-md-bronze .pagination .page-item:last-child .page-link, .document-list.md-bronze .pagination .page-item:first-child .page-link, .document-list.md-bronze .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #A26A2E;
}
.explore-md-bronze .pagination .page-item:first-child .page-link:hover, .explore-md-bronze .pagination .page-item:first-child .page-link:focus, .explore-md-bronze .pagination .page-item:last-child .page-link:hover, .explore-md-bronze .pagination .page-item:last-child .page-link:focus, .search-results-md-bronze .pagination .page-item:first-child .page-link:hover, .search-results-md-bronze .pagination .page-item:first-child .page-link:focus, .search-results-md-bronze .pagination .page-item:last-child .page-link:hover, .search-results-md-bronze .pagination .page-item:last-child .page-link:focus, .document-list.md-bronze .pagination .page-item:first-child .page-link:hover, .document-list.md-bronze .pagination .page-item:first-child .page-link:focus, .document-list.md-bronze .pagination .page-item:last-child .page-link:hover, .document-list.md-bronze .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #454545;
}
.explore-md-bronze .pagination .page-item + .page-item .page-link, .search-results-md-bronze .pagination .page-item + .page-item .page-link, .document-list.md-bronze .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #e6e6e6 !important;
}
.explore-dark-gray .pagination .page-item.active .page-link, .search-results-dark-gray .pagination .page-item.active .page-link, .document-list.dark-gray .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
}
.explore-dark-gray .pagination .page-item:first-child .page-link, .explore-dark-gray .pagination .page-item:last-child .page-link, .search-results-dark-gray .pagination .page-item:first-child .page-link, .search-results-dark-gray .pagination .page-item:last-child .page-link, .document-list.dark-gray .pagination .page-item:first-child .page-link, .document-list.dark-gray .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
}
.explore-dark-gray .pagination .page-item:first-child .page-link:hover, .explore-dark-gray .pagination .page-item:first-child .page-link:focus, .explore-dark-gray .pagination .page-item:last-child .page-link:hover, .explore-dark-gray .pagination .page-item:last-child .page-link:focus, .search-results-dark-gray .pagination .page-item:first-child .page-link:hover, .search-results-dark-gray .pagination .page-item:first-child .page-link:focus, .search-results-dark-gray .pagination .page-item:last-child .page-link:hover, .search-results-dark-gray .pagination .page-item:last-child .page-link:focus, .document-list.dark-gray .pagination .page-item:first-child .page-link:hover, .document-list.dark-gray .pagination .page-item:first-child .page-link:focus, .document-list.dark-gray .pagination .page-item:last-child .page-link:hover, .document-list.dark-gray .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #454545;
}
.explore-dark-gray .pagination .page-item + .page-item .page-link, .search-results-dark-gray .pagination .page-item + .page-item .page-link, .document-list.dark-gray .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #e6e6e6 !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: #454545;
}
.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: #454545;
}
.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: #454545;
}
.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 #e6e6e6 !important;
}
.explore-light-gray .pagination .page-item.active .page-link, .search-results-light-gray .pagination .page-item.active .page-link, .document-list.light-gray .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #e6e6e6;
}
.explore-light-gray .pagination .page-item:first-child .page-link, .explore-light-gray .pagination .page-item:last-child .page-link, .search-results-light-gray .pagination .page-item:first-child .page-link, .search-results-light-gray .pagination .page-item:last-child .page-link, .document-list.light-gray .pagination .page-item:first-child .page-link, .document-list.light-gray .pagination .page-item:last-child .page-link {
  padding: 0.375rem 32px;
  color: #ffffff;
  background-color: #e6e6e6;
}
.explore-light-gray .pagination .page-item:first-child .page-link:hover, .explore-light-gray .pagination .page-item:first-child .page-link:focus, .explore-light-gray .pagination .page-item:last-child .page-link:hover, .explore-light-gray .pagination .page-item:last-child .page-link:focus, .search-results-light-gray .pagination .page-item:first-child .page-link:hover, .search-results-light-gray .pagination .page-item:first-child .page-link:focus, .search-results-light-gray .pagination .page-item:last-child .page-link:hover, .search-results-light-gray .pagination .page-item:last-child .page-link:focus, .document-list.light-gray .pagination .page-item:first-child .page-link:hover, .document-list.light-gray .pagination .page-item:first-child .page-link:focus, .document-list.light-gray .pagination .page-item:last-child .page-link:hover, .document-list.light-gray .pagination .page-item:last-child .page-link:focus {
  border: none;
  background-color: #454545;
}
.explore-light-gray .pagination .page-item + .page-item .page-link, .search-results-light-gray .pagination .page-item + .page-item .page-link, .document-list.light-gray .pagination .page-item + .page-item .page-link {
  border-left: 1px solid #e6e6e6 !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: #008094;
}
.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: #008094;
}
.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: #454545;
}
.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 #e6e6e6 !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: rgb(80.0671875, 117.8, 0);
}
.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: rgb(80.0671875, 117.8, 0);
}
.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: #454545;
}
.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 #e6e6e6 !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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.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: #454545;
}
.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 #e6e6e6 !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: #0e6ea6;
}
.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: #0e6ea6;
}
.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: #454545;
}
.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 #e6e6e6 !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: #7f7094;
}
.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: #7f7094;
}
.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: #454545;
}
.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 #e6e6e6 !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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #454545;
}
.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 #e6e6e6 !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: #005663;
}
.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: #005663;
}
.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: #454545;
}
.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 #e6e6e6 !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: #3a5600;
}
.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: #3a5600;
}
.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: #454545;
}
.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 #e6e6e6 !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: #8b2326;
}
.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: #8b2326;
}
.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: #454545;
}
.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 #e6e6e6 !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: #000000;
}
.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: #000000;
}
.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: #454545;
}
.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 #e6e6e6 !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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #454545;
}
.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 #e6e6e6 !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: rgb(101.992, 89.452, 119.548);
}
.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: rgb(101.992, 89.452, 119.548);
}
.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: #454545;
}
.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 #e6e6e6 !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: #37123c;
}
.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: #37123c;
}
.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: #454545;
}
.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 #e6e6e6 !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: #7f7f7f;
}
.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: #7f7f7f;
}
.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: #454545;
}
.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 #e6e6e6 !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: #454545;
}
.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: #454545;
}
.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: #454545;
}
.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 #e6e6e6 !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: #ffffff;
}
.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: #ffffff;
}
.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: #454545;
}
.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 #e6e6e6 !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: #000000;
}
.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: #000000;
}
.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: #454545;
}
.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 #e6e6e6 !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: transparent;
}
.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: transparent;
}
.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: #454545;
}
.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 #e6e6e6 !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: #454545;
}
.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: #454545;
}
.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: #454545;
}
.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 #e6e6e6 !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: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.pill.pill-light-blue:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.pill.pill-light-blue:hover, .pill.pill-light-blue:focus {
  border: 1px solid rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(5.1666666667, 57.4791666667, 87.8333333333);
}
.pill.pill-dark-blue:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(6.5833333333, 73.2395833333, 111.9166666667);
}
.pill.pill-dark-blue:hover, .pill.pill-dark-blue:focus {
  border: 1px solid rgb(6.5833333333, 73.2395833333, 111.9166666667);
  -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: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.pill.pill-dark-purple:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.pill.pill-dark-purple:hover, .pill.pill-dark-purple:focus {
  border: 1px solid rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: rgb(101.992, 89.452, 119.548);
}
.pill.pill-light-purple:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(114.436, 100.366, 134.134);
}
.pill.pill-light-purple:hover, .pill.pill-light-purple:focus {
  border: 1px solid rgb(114.436, 100.366, 134.134);
  -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-md-red {
  position: relative;
  color: #ffffff;
  background-color: #e21833;
  overflow: hidden;
}
.search .pill.pill-md-red i {
  background-color: rgb(179.896, 19.104, 40.596);
}
.pill.pill-md-red:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(202.948, 21.552, 45.798);
}
.pill.pill-md-red:hover, .pill.pill-md-red:focus {
  border: 1px solid rgb(202.948, 21.552, 45.798);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-md-red:hover:after, .pill.pill-md-red:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-md-red.circle {
  border-color: #e21833;
}
.pill.pill-md-red.circle:hover, .pill.pill-md-red.circle:focus {
  border-color: #e21833;
}
.pill.pill-md-gold {
  position: relative;
  color: #ffffff;
  background-color: #ffd200;
  overflow: hidden;
}
.search .pill.pill-md-gold i {
  background-color: #cca800;
}
.pill.pill-md-gold:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(229.5, 189, 0);
}
.pill.pill-md-gold:hover, .pill.pill-md-gold:focus {
  border: 1px solid rgb(229.5, 189, 0);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-md-gold:hover:after, .pill.pill-md-gold:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-md-gold.circle {
  border-color: #ffd200;
}
.pill.pill-md-gold.circle:hover, .pill.pill-md-gold.circle:focus {
  border-color: #ffd200;
}
.pill.pill-md-bronze {
  position: relative;
  color: #ffffff;
  background-color: #A26A2E;
  overflow: hidden;
}
.search .pill.pill-md-bronze i {
  background-color: rgb(122.2788461538, 80.0096153846, 34.7211538462);
}
.pill.pill-md-bronze:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(142.1394230769, 93.0048076923, 40.3605769231);
}
.pill.pill-md-bronze:hover, .pill.pill-md-bronze:focus {
  border: 1px solid rgb(142.1394230769, 93.0048076923, 40.3605769231);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-md-bronze:hover:after, .pill.pill-md-bronze:focus:after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  z-index: 0;
}
.pill.pill-md-bronze.circle {
  border-color: #A26A2E;
}
.pill.pill-md-bronze.circle:hover, .pill.pill-md-bronze.circle:focus {
  border-color: #A26A2E;
}
.pill.pill-dark-gray {
  position: relative;
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
  overflow: hidden;
}
.search .pill.pill-dark-gray i {
  background-color: rgb(5.25, 5.25, 5.25);
}
.pill.pill-dark-gray:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #121212;
}
.pill.pill-dark-gray:hover, .pill.pill-dark-gray:focus {
  border: 1px solid #121212;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-dark-gray:hover:after, .pill.pill-dark-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-dark-gray.circle {
  border-color: rgb(30.75, 30.75, 30.75);
}
.pill.pill-dark-gray.circle:hover, .pill.pill-dark-gray.circle:focus {
  border-color: rgb(30.75, 30.75, 30.75);
}
.pill.pill-gray {
  position: relative;
  color: #ffffff;
  background-color: #454545;
  overflow: hidden;
}
.search .pill.pill-gray i {
  background-color: rgb(43.5, 43.5, 43.5);
}
.pill.pill-gray:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(56.25, 56.25, 56.25);
}
.pill.pill-gray:hover, .pill.pill-gray:focus {
  border: 1px solid rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.pill.pill-gray.circle:hover, .pill.pill-gray.circle:focus {
  border-color: #454545;
}
.pill.pill-light-gray {
  position: relative;
  color: #ffffff;
  background-color: #e6e6e6;
  overflow: hidden;
}
.search .pill.pill-light-gray i {
  background-color: rgb(204.5, 204.5, 204.5);
}
.pill.pill-light-gray:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(217.25, 217.25, 217.25);
}
.pill.pill-light-gray:hover, .pill.pill-light-gray:focus {
  border: 1px solid rgb(217.25, 217.25, 217.25);
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
.pill.pill-light-gray:hover:after, .pill.pill-light-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-light-gray.circle {
  border-color: #e6e6e6;
}
.pill.pill-light-gray.circle:hover, .pill.pill-light-gray.circle:focus {
  border-color: #e6e6e6;
}
.pill.pill-people {
  position: relative;
  color: #ffffff;
  background-color: #008094;
  overflow: hidden;
}
.search .pill.pill-people i {
  background-color: rgb(0, 83.8918918919, 97);
}
.pill.pill-people:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(0, 105.9459459459, 122.5);
}
.pill.pill-people:hover, .pill.pill-people:focus {
  border: 1px solid rgb(0, 105.9459459459, 122.5);
  -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: rgb(80.0671875, 117.8, 0);
  overflow: hidden;
}
.search .pill.pill-places i {
  background-color: rgb(45.403125, 66.8, 0);
}
.pill.pill-places:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(62.73515625, 92.3, 0);
}
.pill.pill-places:hover, .pill.pill-places:focus {
  border: 1px solid rgb(62.73515625, 92.3, 0);
  -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: rgb(80.0671875, 117.8, 0);
}
.pill.pill-places.circle:hover, .pill.pill-places.circle:focus {
  border-color: rgb(80.0671875, 117.8, 0);
}
.pill.pill-topics {
  position: relative;
  color: #ffffff;
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
  overflow: hidden;
}
.search .pill.pill-topics i {
  background-color: rgb(135.225498008, 31.974501992, 35.3051792829);
}
.pill.pill-topics:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(155.8490039841, 36.8509960159, 40.6896414343);
}
.pill.pill-topics:hover, .pill.pill-topics:focus {
  border: 1px solid rgb(155.8490039841, 36.8509960159, 40.6896414343);
  -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: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.pill.pill-topics.circle:hover, .pill.pill-topics.circle:focus {
  border-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.pill.pill-languages {
  position: relative;
  color: #ffffff;
  background-color: #0e6ea6;
  overflow: hidden;
}
.search .pill.pill-languages i {
  background-color: rgb(10.0333333333, 78.8333333333, 118.9666666667);
}
.pill.pill-languages:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(12.0166666667, 94.4166666667, 142.4833333333);
}
.pill.pill-languages:hover, .pill.pill-languages:focus {
  border: 1px solid rgb(12.0166666667, 94.4166666667, 142.4833333333);
  -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: rgb(101.992, 89.452, 119.548);
}
.pill.pill-original_repositories:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(114.436, 100.366, 134.134);
}
.pill.pill-original_repositories:hover, .pill.pill-original_repositories:focus {
  border: 1px solid rgb(114.436, 100.366, 134.134);
  -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: rgb(101.992, 89.452, 119.548);
  overflow: hidden;
}
.search .pill.pill-year_range i {
  background-color: rgb(77.104, 67.624, 90.376);
}
.pill.pill-year_range:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(89.548, 78.538, 104.962);
}
.pill.pill-year_range:hover, .pill.pill-year_range:focus {
  border: 1px solid rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.pill.pill-year_range.circle:hover, .pill.pill-year_range.circle:focus {
  border-color: rgb(101.992, 89.452, 119.548);
}
.pill.pill-people-dark {
  position: relative;
  color: #ffffff;
  background-color: #005663;
  overflow: hidden;
}
.search .pill.pill-people-dark i {
  background-color: rgb(0, 41.696969697, 48);
}
.pill.pill-people-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(0, 63.8484848485, 73.5);
}
.pill.pill-people-dark:hover, .pill.pill-people-dark:focus {
  border: 1px solid rgb(0, 63.8484848485, 73.5);
  -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: rgb(23.6046511628, 35, 0);
}
.pill.pill-places-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(40.8023255814, 60.5, 0);
}
.pill.pill-places-dark:hover, .pill.pill-places-dark:focus {
  border: 1px solid rgb(40.8023255814, 60.5, 0);
  -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: rgb(98.2586206897, 24.7413793103, 26.8620689655);
}
.pill.pill-topics-dark:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(118.6293103448, 29.8706896552, 32.4310344828);
}
.pill.pill-topics-dark:hover, .pill.pill-topics-dark:focus {
  border: 1px solid rgb(118.6293103448, 29.8706896552, 32.4310344828);
  -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: #000000;
  overflow: hidden;
}
.search .pill.pill-document i {
  background-color: black;
}
.pill.pill-document:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: black;
}
.pill.pill-document:hover, .pill.pill-document:focus {
  border: 1px solid black;
  -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: #000000;
}
.pill.pill-document.circle:hover, .pill.pill-document.circle:focus {
  border-color: #000000;
}
.pill.pill-subject {
  position: relative;
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
  overflow: hidden;
}
.search .pill.pill-subject i {
  background-color: rgb(77.104, 67.624, 90.376);
}
.pill.pill-subject:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(89.548, 78.538, 104.962);
}
.pill.pill-subject:hover, .pill.pill-subject:focus {
  border: 1px solid rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.pill.pill-subject.circle:hover, .pill.pill-subject.circle:focus {
  border-color: rgb(101.992, 89.452, 119.548);
}
.pill.pill-keyword {
  position: relative;
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
  overflow: hidden;
}
.search .pill.pill-keyword i {
  background-color: rgb(77.104, 67.624, 90.376);
}
.pill.pill-keyword:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(89.548, 78.538, 104.962);
}
.pill.pill-keyword:hover, .pill.pill-keyword:focus {
  border: 1px solid rgb(89.548, 78.538, 104.962);
  -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: rgb(101.992, 89.452, 119.548);
}
.pill.pill-keyword.circle:hover, .pill.pill-keyword.circle:focus {
  border-color: rgb(101.992, 89.452, 119.548);
}
.pill.pill-donor {
  position: relative;
  color: #ffffff;
  background-color: #37123c;
  overflow: hidden;
  background-color: #7f7094;
}
.search .pill.pill-donor i {
  background-color: rgb(101.992, 89.452, 119.548);
}
.search .pill.pill-donor i {
  background-color: rgb(19.0384615385, 6.2307692308, 20.7692307692);
}
.pill.pill-donor:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(37.0192307692, 12.1153846154, 40.3846153846);
}
.pill.pill-donor:hover, .pill.pill-donor:focus {
  border: 1px solid rgb(37.0192307692, 12.1153846154, 40.3846153846);
  -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: #7f7f7f;
  overflow: hidden;
}
.search .pill.pill-translator i {
  background-color: rgb(101.5, 101.5, 101.5);
}
.pill.pill-translator:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(114.25, 114.25, 114.25);
}
.pill.pill-translator:hover, .pill.pill-translator:focus {
  border: 1px solid rgb(114.25, 114.25, 114.25);
  -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: #7f7f7f;
}
.pill.pill-translator.circle:hover, .pill.pill-translator.circle:focus {
  border-color: #7f7f7f;
}
.pill.pill-contributor {
  position: relative;
  color: #ffffff;
  background-color: #454545;
  overflow: hidden;
}
.search .pill.pill-contributor i {
  background-color: rgb(43.5, 43.5, 43.5);
}
.pill.pill-contributor:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(56.25, 56.25, 56.25);
}
.pill.pill-contributor:hover, .pill.pill-contributor:focus {
  border: 1px solid rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.pill.pill-contributor.circle:hover, .pill.pill-contributor.circle:focus {
  border-color: #454545;
}
.pill.pill-white {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
}
.search .pill.pill-white i {
  background-color: rgb(229.5, 229.5, 229.5);
}
.pill.pill-white:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}
.pill.pill-white:hover, .pill.pill-white:focus {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  -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: #454545;
  overflow: hidden;
}
.search .pill.pill-clear i {
  background-color: rgb(43.5, 43.5, 43.5);
}
.pill.pill-clear:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgb(56.25, 56.25, 56.25);
}
.pill.pill-clear:hover, .pill.pill-clear:focus {
  border: 1px solid rgb(56.25, 56.25, 56.25);
  -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: #454545;
}
.pill.pill-clear.circle:hover, .pill.pill-clear.circle:focus {
  border-color: #454545;
}
.pill.pill-gray:hover, .pill.pill-gray:focus {
  color: #ffffff;
}
.pill.pill-keyword {
  background-color: rgb(140.056, 126.586, 158.914);
}
.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: #7f7f7f;
  -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: rgb(242.25, 242.25, 242.25);
}
.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: #7f7f7f !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: #7f7f7f;
}
.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: #7f7f7f;
  background: #7f7f7f !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: #454545;
}
.search-results-menu .list-group .ui-slider .ui-slider-range {
  background-color: #ffd200;
}
.search-results-menu .list-group .ui-slider .ui-slider-handle {
  top: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000000;
  border-color: #000000;
}
.search-results-menu .list-group .ui-slider .ui-slider-handle .ui-slider-tip {
  font-weight: 700;
  color: #ffffff;
  background-color: #454545;
  border-color: #454545;
}
.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: #454545;
}
.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-md-red {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #e21833 !important;
}
.sliding-popup.sliding-popup-md-gold {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #ffd200 !important;
}
.sliding-popup.sliding-popup-md-bronze {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #A26A2E !important;
}
.sliding-popup.sliding-popup-dark-gray {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: rgb(30.75, 30.75, 30.75) !important;
}
.sliding-popup.sliding-popup-gray {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #454545 !important;
}
.sliding-popup.sliding-popup-light-gray {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #e6e6e6 !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: rgb(80.0671875, 117.8, 0) !important;
}
.sliding-popup.sliding-popup-topics {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857) !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: rgb(101.992, 89.452, 119.548) !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: #000000 !important;
}
.sliding-popup.sliding-popup-subject {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: rgb(101.992, 89.452, 119.548) !important;
}
.sliding-popup.sliding-popup-keyword {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: rgb(101.992, 89.452, 119.548) !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: #7f7f7f !important;
}
.sliding-popup.sliding-popup-contributor {
  position: relative;
  color: #ffffff;
  background: none !important;
  background-color: #454545 !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: #454545 !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.table-striped > tbody tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: unset;
  background-color: rgba(0, 0, 0, 0.03);
}
.table.table-striped > tbody tr:nth-of-type(odd):hover > * {
  --bs-table-accent-bg: unset;
  background-color: rgba(0, 0, 0, 0.075);
}
.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: #7f7f7f !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: #e21833;
}
.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-md-red {
  color: #ffffff;
  background-color: #e21833;
}
.tooltip.tooltip-md-red:after {
  border-color: transparent transparent #e21833 transparent;
}
.tooltip.tooltip-md-gold {
  color: #ffffff;
  background-color: #ffd200;
}
.tooltip.tooltip-md-gold:after {
  border-color: transparent transparent #ffd200 transparent;
}
.tooltip.tooltip-md-bronze {
  color: #ffffff;
  background-color: #A26A2E;
}
.tooltip.tooltip-md-bronze:after {
  border-color: transparent transparent #A26A2E transparent;
}
.tooltip.tooltip-dark-gray {
  color: #ffffff;
  background-color: rgb(30.75, 30.75, 30.75);
}
.tooltip.tooltip-dark-gray:after {
  border-color: transparent transparent rgb(30.75, 30.75, 30.75) transparent;
}
.tooltip.tooltip-gray {
  color: #ffffff;
  background-color: #454545;
}
.tooltip.tooltip-gray:after {
  border-color: transparent transparent #454545 transparent;
}
.tooltip.tooltip-light-gray {
  color: #ffffff;
  background-color: #e6e6e6;
}
.tooltip.tooltip-light-gray:after {
  border-color: transparent transparent #e6e6e6 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: rgb(80.0671875, 117.8, 0);
}
.tooltip.tooltip-places:after {
  border-color: transparent transparent rgb(80.0671875, 117.8, 0) transparent;
}
.tooltip.tooltip-topics {
  color: #ffffff;
  background-color: rgb(176.4725099602, 41.7274900398, 46.0741035857);
}
.tooltip.tooltip-topics:after {
  border-color: transparent transparent rgb(176.4725099602, 41.7274900398, 46.0741035857) 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: rgb(101.992, 89.452, 119.548);
}
.tooltip.tooltip-year_range:after {
  border-color: transparent transparent rgb(101.992, 89.452, 119.548) 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: #000000;
}
.tooltip.tooltip-document:after {
  border-color: transparent transparent #000000 transparent;
}
.tooltip.tooltip-subject {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
}
.tooltip.tooltip-subject:after {
  border-color: transparent transparent rgb(101.992, 89.452, 119.548) transparent;
}
.tooltip.tooltip-keyword {
  color: #ffffff;
  background-color: rgb(101.992, 89.452, 119.548);
}
.tooltip.tooltip-keyword:after {
  border-color: transparent transparent rgb(101.992, 89.452, 119.548) 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: #7f7f7f;
}
.tooltip.tooltip-translator:after {
  border-color: transparent transparent #7f7f7f transparent;
}
.tooltip.tooltip-contributor {
  color: #ffffff;
  background-color: #454545;
}
.tooltip.tooltip-contributor:after {
  border-color: transparent transparent #454545 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: #454545;
}
.tooltip.tooltip-clear:after {
  border-color: transparent transparent #454545 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 */