/*
$special_button_color: #000000;
$special_button_icon_color: #999999;
$special_button_inactive_color: #FAFAFA;
$special_button_active_color: $blue_color;
$special_button_active_text_color: white;
*/
/* Base colours */
/* Extended  */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500&display=swap");
html {
  font-size: 14px;
}
@media only screen and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Manjari", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 1441px) {
  body {
    font-size: 18px;
  }
}

b {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #31708E;
}

a:visited {
  color: #31708E;
}

h1 {
  margin: 0px;
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  font-size: 1.6em;
  letter-spacing: -1px;
}

h2 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

table {
  font-size: 1em;
}

.action_icon {
  font-size: 0.6em;
  vertical-align: text-top;
}

div.content {
  margin: 25px;
}
@media only screen and (min-width: 1441px) {
  div.content {
    margin: 50px;
  }
}

#page {
  background-color: #FFF;
  padding: 0px;
  margin: 0px auto 0px auto;
  max-width: inherit;
  min-width: 800px;
}

#contentbody {
  padding: 10px;
}

#footer {
  clear: both;
  font-size: 0.8em;
  border-top: 3px solid #DEDEDE;
  background-color: #FAFAFA;
  text-align: center;
  padding: 20px;
}

button {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: black;
  font-family: "Manjari", sans-serif;
  font-size: 0.85rem;
  border-radius: 24px;
}

#map_container {
  margin-bottom: 20px;
}

.overton_tag {
  font-size: 0.8em;
  background-color: #eff5ff;
  color: #1D1F3B;
  border-radius: 16px;
  padding: 6px 10px 4px;
  white-space: nowrap;
  line-height: 250%;
}

.overton_tag:visited {
  color: #7fa9d1;
}

.overton_tag.license_tag {
  background-color: #e2eef7;
  color: #597c9d;
}

.document_source_tags_holder {
  margin-left: 6px;
}
.document_source_tags_holder .overton_tag {
  background-color: #e2eef7;
}

.tooltip_templates {
  display: none;
}

#header {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 16px;
  height: 52px;
  background-color: #FF705B;
  background: default;
  display: flex;
  justify-content: space-between;
  scrollbar-width: none;
}
@media only screen and (min-width: 1441px) {
  #header {
    height: 58px;
  }
}

#header .header_inner {
  display: flex;
}

#header .title {
  width: 124px;
  display: flex;
  height: 100%;
  align-items: center;
}
@media only screen and (min-width: 1441px) {
  #header .title {
    width: 160px;
  }
}

#header .title h1 {
  color: #1B1B1A;
  font-size: 30px;
  font-family: "Manjari", sans-serif;
  font-weight: normal;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1441px) {
  #header .title h1 {
    font-size: 39px;
    letter-spacing: -2px;
  }
}

#header h1 a {
  color: #1B1B1A;
}

#login_menu {
  font-size: 16px;
  display: flex;
  gap: 1rem;
  align-items: center;
  float: right;
  margin: 0;
  height: 100%;
  list-style-type: none;
  font-family: "Outfit", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 1441px) {
  #login_menu {
    font-size: 1rem;
    padding: 8.7px 0px 0px 0px;
    height: 43.5px;
  }
}
#login_menu b {
  font-weight: 500;
}

#login_menu .logged_in {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  #login_menu .logged_in {
    display: none;
  }
}

#login_menu .logged_in_email {
  padding: 0.5rem 1rem;
  color: #706f6f;
}
@media screen and (min-width: 1201px) {
  #login_menu .logged_in_email {
    display: none;
  }
}

#login_menu .menu_divider {
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: 0;
  border-top: 1px solid #dbd9d9;
}

#login_menu button {
  color: #1B1B1A;
  font-size: 24px;
  cursor: pointer;
  border: 0;
  background: transparent;
  height: 24px;
}
@media only screen and (min-width: 1441px) {
  #login_menu button {
    font-size: 29px;
  }
}

@media screen and (max-width: 1201px) {
  #login_menu .log-out-button {
    display: none;
  }
}

#login_menu li a {
  color: #1B1B1A;
  text-decoration: underline;
  white-space: nowrap;
}

#login_menu .logged_in_access {
  font-size: 0.875rem;
}
@media screen and (max-width: 992px) {
  #login_menu .logged_in_access {
    display: none;
  }
}

#login_menu .login_message_extended {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1200px) {
  #login_menu .login_message_extended {
    display: none;
  }
}

.site-notification-banner {
  font-family: "Outfit", sans-serif;
  background: #f6dbd3;
  padding: 20px 0;
}
.site-notification-banner__inner {
  box-sizing: border-box;
  max-width: 1000px;
  background: #ffed83;
  padding: 5px 20px;
  margin: 0 auto;
  position: relative;
}
.site-notification-banner h4, .site-notification-banner p {
  margin: 10px 0;
}
.site-notification-banner p {
  font-size: 15px;
}
.site-notification-banner a {
  color: #000000;
  text-decoration: underline;
}
.site-notification-banner__close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px;
  background: none;
  cursor: pointer;
  font-size: 20px;
}

@media print {
  .site-notification-banner {
    display: none !important;
  }
}
.dropdown_menu {
  -webkit-font-smoothing: antialiased;
  display: none;
  position: absolute;
  border: 1px solid #1b1b1a;
  background: #FFF;
  padding: 0;
  z-index: 99999;
  margin-right: 20px;
  font-family: "Outfit", sans-serif;
}
@media only screen and (min-width: 1441px) {
  .dropdown_menu {
    top: 61px;
  }
}
.dropdown_menu .item_container {
  display: flex;
  flex-direction: column;
}
.dropdown_menu .dropdown_menu_header {
  display: block;
  font-weight: 400;
  text-align: left;
  color: #1b1b1a;
  padding: 0.5rem;
  overflow: hidden;
  font-size: 12px;
}
.dropdown_menu .dropdown_menu_item {
  text-transform: none;
  display: block;
  font-weight: 400;
  text-align: left;
  color: #1b1b1a;
  overflow: hidden;
  padding: 0.5rem 1rem;
}
.dropdown_menu .dropdown_menu_item:hover {
  background-color: #d6dbef;
}
.dropdown_menu .dropdown_menu_item .icon {
  font-size: 10px;
  margin-left: 4px;
}
.dropdown_menu .site_license_login {
  cursor: pointer;
  font-size: 14px;
}
.dropdown_menu .site_license_login span {
  text-decoration: underline;
}
.dropdown_menu .dropdown_menu_icon {
  width: 16px;
  height: 16px;
  margin-right: 1rem;
  text-align: center;
}

.item_container {
  width: 320px;
  flex-grow: 1;
  margin: 0.75rem 0;
}
@media only screen and (min-width: 1441px) {
  .item_container {
    width: 400px;
  }
}
.item_container .label {
  text-align: left;
  font-family: "Manjari", sans-serif;
  color: #666666;
  line-height: 1;
  border-bottom: 1px solid #dbd9d9;
  padding: 0.5rem 1rem 1rem;
  margin: 0 1rem;
  text-indent: -1rem;
}

.section_container {
  display: flex;
  flex-flow: row wrap;
  column-gap: 2rem;
  align-items: flex-start;
}

.back_link, .mobile_nav_toggle_wrapper, .top_menu_close_item {
  display: none;
}

.beta-chip {
  font-family: "Outfit", sans-serif;
  background: #ffed83;
  font-size: 0.75rem;
  padding: 4px 8px;
  border-radius: 16px;
  position: relative;
  top: -5px;
  border: 1px solid #1b1b1a;
}

#top_menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#top_menu li a:hover {
  color: #000;
}

#top_menu li a {
  font-family: "Outfit", sans-serif;
  color: inherit;
  white-space: nowrap;
}

#top_menu li {
  color: #1B1B1A;
  font-size: 1rem;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 24px 0 24px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-align: center;
  margin: 0;
  float: left;
  display: inline-flex;
  flex-flow: row nowrap;
  cursor: pointer;
  gap: 6px;
  align-items: center;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
#top_menu li.dropdown_active {
  border-color: currentColor;
}
#top_menu li.selected {
  border-color: currentColor;
  font-weight: 500;
}
#top_menu li .fa-chevron-down {
  font-size: 12px;
  margin-top: 2px;
}

#searchbar {
  background-color: #EFEFEF;
  background: default;
  padding: 5px;
  padding-top: 10px;
  display: block;
  border-bottom: none;
}
@media only screen and (min-width: 1441px) {
  #searchbar {
    padding: 10px;
    padding-top: 20px;
  }
}

#searchbar .searchbutton {
  font-size: 0.85rem;
  height: 32px;
  border-radius: 24px;
  background-color: #EFEFEF;
  color: black;
  width: 140px;
  padding-top: 2px;
}
@media only screen and (min-width: 1441px) {
  #searchbar .searchbutton {
    height: 40px;
    width: 160px;
  }
}

#searchbar .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
#searchbar .autocomplete-items {
  position: absolute;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  width: 780px;
}
#searchbar .autocomplete-items.matched {
  border: 1px solid #d4d4d4;
  border-bottom: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
#searchbar .autocomplete-items div {
  padding: 5px;
  background-color: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
}
@media only screen and (min-width: 1441px) {
  #searchbar .autocomplete-items div {
    padding: 10px;
  }
}
#searchbar .autocomplete-items .overton_tag {
  margin-right: 5px;
}
@media only screen and (min-width: 1441px) {
  #searchbar .autocomplete-items .overton_tag {
    margin-right: 10px;
  }
}
#searchbar .autocomplete-items div:hover {
  background-color: #FAFAFA;
}
#searchbar .autocomplete-active {
  background-color: #FAFAFA !important;
}
#searchbar .autocomplete-item {
  line-height: 32px;
  vertical-align: middle;
  text-align: left;
}
#searchbar .autocomplete-item .flag {
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
  margin-left: 4px;
}

#searchbar.sources_topbar {
  background-color: #EFEFEF;
}

#searchbar.sources_topbar .searchbutton {
  background-color: #EFEFEF;
}

#searchbar.institutions_topbar {
  background-color: #FAFAFA;
}

#searchbar.institutions_topbar .searchbutton {
  background-color: #EFEFEF;
  width: 180px;
}

#searchbar.funders_topbar {
  background-color: #FAFAFA;
}

#searchbar.funders_topbar .searchbutton {
  background-color: #EFEFEF;
  width: 180px;
}

#searchbar.outlets_topbar {
  background-color: #FAFAFA;
}

#searchbar.outlets_topbar .searchbutton {
  background-color: #EFEFEF;
}

#searchbar.articles_topbar {
  background-color: #EFEFEF;
}

#searchbar.articles_topbar .searchbutton {
  background-color: #EFEFEF;
}

#searchbar form {
  padding: 0;
  margin: 0;
}

#searchbar .searchbutton .fas {
  display: none;
  vertical-align: middle;
}

#searchbar .searchbox {
  font-size: 1em;
  line-height: 1em;
  height: 32px;
  width: 420px;
  padding: 5px;
  border: 1px solid #7fa9d1;
}
@media only screen and (min-width: 1441px) {
  #searchbar .searchbox {
    height: 40px;
    width: 620px;
  }
}

#searchbar.articles_topbar .searchbox {
  width: 400px;
}
@media only screen and (min-width: 1441px) {
  #searchbar.articles_topbar .searchbox {
    width: 640px;
  }
}

#searchbar ::placeholder {
  opacity: 0.4;
}

.search_input_container {
  float: left;
  margin: 0px;
  padding: 0px;
}

.search_input_container input {
  padding: 0px;
  margin: 0px 5px 0px 0px;
  border: 0px;
  font-family: "Hepta Slab", serif;
}

.search_input_container .or_label {
  color: #000;
  padding: 10px;
}

#searchbar .search_input_container button.searchbutton {
  vertical-align: top;
  background-color: #EFEFEF;
}

.search_title.active_facets {
  font-weight: normal;
  font-size: 0.85rem;
  border-radius: 10px;
  background-color: #eff5ff;
  padding: 10px 16px;
  color: black;
  line-height: 2.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
}
@media only screen and (min-width: 1441px) {
  .search_title.active_facets {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.search_title.active_facets .choice_segment:hover .segment_text {
  background-color: #FEE9E1;
  color: #c26374;
  border-bottom-left-radius: 0px;
}
.search_title.active_facets .choice_segment:hover .segment_text_icon {
  color: #c26374;
}
.search_title.active_facets .choice_segment:hover .change_segment {
  background-color: #FEE9E1;
  color: #c26374;
  border-bottom-right-radius: 0px;
}
.search_title.active_facets .choice_segment {
  white-space: nowrap;
  margin-right: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.search_title.active_facets .choice_segment .segment_text {
  background-color: white;
  color: #000000;
  padding: 8px 12px 4px 8px;
  border-radius: 16px 0px 0px 16px;
  line-height: 1em;
}
.search_title.active_facets .choice_segment .segment_text_icon {
  color: #c26374;
  padding-right: 5px;
  min-width: 14px;
}
.search_title.active_facets .choice_segment .segment_text_label {
  font-family: "Manjari", sans-serif;
}
.search_title.active_facets .choice_segment .change_segment {
  background-color: #fff;
  color: #ABABAB;
  padding: 8px 12px 4px 12px;
  border-radius: 0px 16px 16px 0px;
  cursor: pointer;
}
.search_title.active_facets .choice_segment .change_segment_options {
  display: none;
}
.search_title.active_facets .choice_segment .dropdown-content {
  font-family: "Manjari", sans-serif;
  font-size: inherit;
  font-style: italic;
  top: 25px;
}
@media only screen and (min-width: 1441px) {
  .search_title.active_facets .choice_segment .dropdown-content {
    top: 28px;
  }
}
.search_title.active_facets .title_segment.or_segment .segment_text {
  background-color: #d9b9cb;
}
.search_title.active_facets .title_segment {
  white-space: nowrap;
  margin-right: 5px;
  margin-left: 5px;
}
.search_title.active_facets .title_segment .segment_text {
  background-color: #C6DBEE;
  color: #1D1F3B;
  padding: 8px 12px 4px 8px;
  border-radius: 20px 0 0 20px;
}
.search_title.active_facets .title_segment .remove_segment {
  background-color: #fff;
  color: #666;
  padding: 8px 10px 5px 10px;
  border-radius: 0px 20px 20px 0px;
  cursor: pointer;
}
.search_title.active_facets .title_segment .remove_segment i {
  vertical-align: middle;
}
.search_title.active_facets .title_segment .remove_segment:hover {
  background-color: #FEE9E1;
  color: #c26374;
}

.actions_button {
  display: inline-block;
  padding: 0px 25px 0px 25px;
  margin: 0px;
  border: 0px;
  border-radius: 24px;
  font-family: "Manjari", sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  background-color: #EFEFEF;
  color: black;
}
@media only screen and (min-width: 1441px) {
  .actions_button {
    height: 40px;
    line-height: 40px;
  }
}

#no_source_results {
  text-align: center;
  margin-top: 50px;
  font-style: italic;
}

#results .controls {
  color: #000;
  background-color: inherit;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media only screen and (min-width: 1441px) {
  #results .controls {
    padding: 0px;
  }
}

.sort .active {
  background-color: #EFEFEF;
  padding: 8px 8px 8px 8px;
  margin: 0px 4px 0px 4px;
  border-radius: 8px;
  white-space: nowrap;
}

.thumbnail.document img {
  border: 1px solid #DEDEDE;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.thumbnail.document .item_type {
  font-size: 0.6em;
  display: inline-block;
  padding: 5px;
  color: black;
}

.thumbnail.document .item_type.research {
  border-top: 2px solid skyblue;
}

.thumbnail.document .item_type.policy {
  border-top: 2px solid orangered;
}

.result .document_type_holder {
  margin-left: 10px;
}

.results_table {
  margin-top: 10px;
  border-collapse: collapse;
}
.results_table th {
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #7fa9d1;
  color: white;
}
.results_table td {
  padding: 10px;
  vertical-align: middle;
}
.results_table tr:nth-child(even) td.citations {
  background-color: #d2dee7;
}
.results_table tr:nth-child(odd) td.citations {
  background-color: #e2eef7;
}
.results_table tr:nth-child(even) {
  background-color: #EFEFEF;
}
.results_table tr:nth-child(odd) {
  background-color: #FAFAFA;
}

#no_results {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.2em;
}

#no_results ul {
  margin: 20px;
}

#no_results li {
  margin-bottom: 10px;
}

.meta .authors a {
  color: #999;
}

.meta .flag {
  vertical-align: middle;
  margin-right: 2px;
  height: 18px;
}

.meta .highlights.references.abstract {
  margin-top: 0px;
  padding-top: 0px;
}

.result.article .title {
  padding-bottom: 0px;
}

#results .result .snippet {
  overflow-wrap: anywhere;
  margin-right: 40px;
}

#results.rows .actions {
  display: inline-block;
  margin-right: 0px;
}

#results.rows .sort {
  display: inline-block;
  margin-top: 15px;
  padding-left: 5px;
}

#results .result {
  border-top: 1px solid #DEDEDE;
  margin-left: 5px;
  padding-top: 15px;
  padding-left: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}

#results .document.result {
  min-height: 174px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}

#results .article.result {
  display: flex;
  flex-flow: row nowrap;
  padding-left: 5px;
  align-items: flex-start;
}

#results .result .result_metadata {
  flex-grow: 1;
  min-width: 380px;
}

#results .result .cited_by_highlight {
  flex-grow: 1;
}

.result .thumbnail.main {
  position: relative;
  min-height: 174px;
  width: 120px;
  min-width: 120px;
}

.result .thumbnail.main img {
  width: 110px;
  max-height: 192px;
  overflow: hidden;
}

/*
.result .thumbnail.main img:hover {
    position: absolute;
    top: -50px;
    left: -20px;
    z-index: 1000;
    width: 200px;
    max-height: 300px;
}
*/
#results .result.article {
  margin-left: 10px;
  min-height: 150px;
}

#results .result .title {
  font-size: 1.2em;
  font-weight: 600;
}
#results .result .title .break-all {
  word-break: break-all;
}
#results .result .title.broken-title a {
  background: #fffbe0;
  color: #5F5A46;
  display: flex;
  padding: 12px 8px;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
}

#results .result .title,
#results .result .meta,
#results .result .snippet,
#results .result .buttons,
#results .result .highlights {
  margin-left: 20px;
}
@media only screen and (min-width: 1441px) {
  #results .result .title,
  #results .result .meta,
  #results .result .snippet,
  #results .result .buttons,
  #results .result .highlights {
    margin-left: 40px;
  }
}

#results .result .link_rot {
  font-size: 0.8em;
  color: #ABABAB;
}

#results .result.article .title,
#results .result.article .meta,
#results .result.article .snippet,
#results .result.article .highlights {
  margin-left: 0px;
}

#results .result.article .meta.paper_metadata {
  padding-top: 5px;
  border-left: 0px solid skyblue;
  margin-right: 10px;
}

.result.article .title {
  border: 0px solid skyblue;
  border-bottom: none;
  border-right: none;
  padding: 0px;
  border-radius: 20px 0px 0px 0px;
  margin-right: 10px;
}

.result.article .thumb {
  width: 155px;
}

#results .result .meta {
  padding-bottom: 8px;
}

.result .multiple_documents {
  height: 32px;
  margin-top: 10px;
}

.result .multiple_documents .icon {
  color: #7fa9d1;
  display: inline-block;
  vertical-align: top;
  height: 24px;
  margin-right: 2px;
}

.multiple_documents.list {
  height: auto;
}

.multiple_documents.list ul {
  list-style-type: none;
}

.result .multiple_documents.list .message {
  height: auto;
}

.result .multiple_documents .message {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  font-style: italic;
}

.highlights .expand_button {
  margin-top: 10px;
  float: right;
}
.highlights .expand_button a {
  cursor: pointer;
}

.highlights {
  padding: 10px 10px 10px 0px;
  font-size: 0.8em;
}

.highlights .highlight {
  display: none;
  overflow: auto;
  margin: 5px;
  padding: 0px;
  background-color: #FFF;
  border-style: solid;
  border-width: 1px 1px 0px 1px;
  border-color: #DEDEDE;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (min-width: 1441px) {
  .highlights .highlight {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.highlights .highlight[data-list-pos="1"] {
  display: block;
}

.highlights .highlight .text {
  padding: 10px;
  word-break: break-word;
}
@media only screen and (min-width: 1441px) {
  .highlights .highlight .text {
    padding: 20px;
  }
}

.highlights .highlight .footer {
  margin: 0px;
  padding: 0px;
  height: 10px;
  background-image: url(images/page_tear.png);
  background-repeat: repeat-x;
  background-size: auto 10px;
}

.highlight em {
  background-color: #ffcc60;
}

.highlights .highlight .location {
  font-weight: 600;
  padding-top: 10px;
}

.highlight.reference_limit_message {
  font-size: 14px;
  text-align: center;
}
@media only screen and (min-width: 1441px) {
  .highlight.reference_limit_message {
    font-size: 18px;
  }
}

.highlight.reference_limit_message .message {
  display: inline-block;
  padding: 10px;
  font-style: italic;
}
@media only screen and (min-width: 1441px) {
  .highlight.reference_limit_message .message {
    padding: 20px;
  }
}

.hits.slim .topics {
  display: none;
}
.hits.slim .highlights .highlight .raw_reference_string {
  overflow-wrap: anywhere;
}
.hits.slim .highlights .highlight .raw_reference_string.matched_item {
  display: none;
}
.hits.slim .highlights .highlight .text {
  padding: 10px;
}
.hits.slim .highlights .highlight .match {
  margin-bottom: 0px;
}
.hits.slim .highlights .highlight .match.matched_mention {
  margin-bottom: 10px;
}

.topics {
  margin-top: 10px;
}

.topics .overton_tag {
  background-color: #F0EEEE;
  color: #0d0d0d;
  border-radius: 20px;
  padding: 8px 12px 6px 12px;
  margin-right: 10px;
  line-height: 350%;
  font-size: 12px;
}
.topics .overton_tag:hover {
  background: #E4E2E2;
}

.topics .overton_tag:first-of-type {
  margin-left: 6px;
}

.topics .overton_tag:visited {
  color: #31708E;
}

.references .context {
  border: 0px;
  padding: 5px;
  background-color: #F1F1F1;
  border-radius: 20px;
  margin-bottom: 10px;
}

.references .context .text {
  padding: 5px 5px 5px 20px;
}

.references .context .location {
  padding: 5px 5px 5px 20px;
}

.references .shortcode_contexts .article_context:nth-child(n+3) {
  display: none;
}

.references .shortcode_contexts.expanded .article_context:nth-child(n+3) {
  display: block;
}

.references .match {
  background-color: #FFF;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #999;
}

.highlights.references .heading {
  display: none;
  color: #db7d7e;
  text-transform: uppercase;
  margin: 5px 0px 5px 0px;
}

.highlights.references .match {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  margin-right: 10px;
}

.references .journal_metadata {
  margin-top: 5px;
}
.references .journal_metadata .author_year {
  display: inline-block;
}
.references .journal_metadata .source {
  display: inline-block;
}

.references .matched_doi {
  border-left: 5px solid skyblue;
}

.references .matched_doi .affiliation {
  padding-top: 10px;
}

.references .matched_policy {
  border-left: 5px solid orangered;
}

.references .matched_mention {
  border-left: 5px solid #ffcc60;
}

.references .matched_news {
  border-left: 5px solid lightseagreen;
}

.references .is_highlighted_reference {
  padding: 15px 5px 10px 0px;
  color: #999;
}

.references .is_highlighted_reference i.fas {
  margin-right: 5px;
}

.references .possible_references {
  margin-top: 10px;
  line-height: 18px;
}
.references .possible_references .possible_policy_reference {
  padding: 5px 5px 5px 10px;
  border: 1px solid #DEDEDE;
  border-left: 5px solid orangered;
  margin-bottom: 5px;
}
.references .possible_references .possible_doi_reference {
  padding: 5px 5px 5px 10px;
  border: 1px solid #DEDEDE;
  border-left: 5px solid skyblue;
  margin-bottom: 5px;
}

.references .match .id {
  margin-bottom: 5px;
}

.references .match .title {
  font-size: 1.2em;
  font-weight: 600;
  margin-left: 0px !important;
}

.faceted_search_results {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 1441px) {
  .faceted_search_results {
    margin-left: 20px;
  }
}

#searchbody {
  overflow: hidden;
  display: flex;
  min-height: 600px;
}

.sb_column_body {
  flex-grow: 1;
}

#no_results {
  margin: auto;
  width: 480px;
}
@media only screen and (min-width: 1441px) {
  #no_results {
    width: 640px;
  }
}

#no_results h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1441px) {
  #no_results h1 {
    margin-bottom: 20px;
  }
}

#no_results .message {
  font-size: 0.8em;
  color: #999;
}
#no_results .message a {
  background-color: #EFEFEF;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  border-radius: 10px;
  color: black;
}

.result .thumb_and_metadata {
  display: flex;
  flex-grow: 1;
  flex-flow: row nowrap;
}

.article.result .thumb_and_metadata {
  flex-grow: 1;
  display: inline-block;
  min-width: 240px;
  width: 240px;
}

.result .cited_by_highlight, .result .generated-description {
  margin-left: 20px;
  min-width: 200px;
  max-width: 200px;
  align-items: center;
  padding: 12px 12px 16px;
}

.result .cited_by_highlight {
  background-color: #F0EEEE;
}

.result .generated-description {
  background-color: #ebedf7;
  color: #4B4F70;
  font-family: "Outfit", sans-serif;
  cursor: help;
}
.result .generated-description .label {
  color: #4B4F70;
}
.result .generated-description + .cited_by_highlight {
  margin-top: 10px;
}

.cited_by_highlight .arrow .fas {
  color: #999;
  text-align: right;
}

.result .cover_container {
  position: relative;
  height: 105px;
  width: 180px;
  min-width: 180px;
}

.cited_by_highlight > .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cited_by_highlight .label, .generated-description .label {
  text-align: left;
  margin: 0 0 1em;
  font-size: 1em;
  font-weight: 600;
  color: #464544;
  font-family: "Outfit", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cited_by_highlight .description {
  padding: 10px 0;
  overflow: hidden;
  font-family: "Outfit", sans-serif;
}
.cited_by_highlight .description a {
  color: #464544;
}
.cited_by_highlight .description a b {
  text-decoration: underline;
  font-weight: 600;
}

.generated-description {
  -webkit-font-smoothing: antialiased;
}
.generated-description .theme p {
  margin: 0;
}

.generated-description-tooltip {
  -webkit-font-smoothing: antialiased;
  background: #ebedf7;
  border: 1px solid #4B4F70;
  color: #1B1B1A;
  font-family: "Outfit", sans-serif;
  width: 980px;
  padding: 18px 16px;
}
.generated-description-tooltip h4 {
  margin-top: 0;
  font-weight: 600;
}
.generated-description-tooltip .description h4 {
  font-weight: 600;
}
.generated-description-tooltip .description p, .generated-description-tooltip .description h4 {
  font-size: 14px;
  line-height: 1.2;
}
.generated-description-tooltip .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4B4F70;
  font-size: 12px;
}
.generated-description-tooltip .footer .footer-action, .generated-description-tooltip .footer a {
  color: #4B4F70;
  font-weight: 400;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.generated-description-tooltip .footer p {
  font-weight: 600;
}
.generated-description-tooltip .footer .error {
  font-weight: 400;
  font-size: 12px;
  color: #773f48;
}
.generated-description-tooltip .footer p, .generated-description-tooltip .footer .footer-action, .generated-description-tooltip .footer a {
  align-items: center;
  display: inline-flex;
  gap: 0.5em;
  margin: 0;
}
.generated-description-tooltip .footer-left, .generated-description-tooltip .footer-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8em;
}
.generated-description-tooltip .footer-left p + p {
  border-left: 1px solid currentColor;
  padding-left: 0.8em;
}
.generated-description-tooltip .footer-right .footer-action i {
  font-size: 16px;
}

.article.result .bookmark_button_holder {
  margin-top: 5px;
}

.article.result .cited_by_highlight {
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
.article.result .cited_by_highlight .label {
  text-align: center;
}
.article.result .cited_by_highlight .description {
  display: inline-block;
  overflow: hidden;
}
.article.result .cited_by_highlight .cover_container {
  display: inline-block;
}

.cited_by_highlight .thumbnail {
  position: absolute;
  margin: auto;
  display: inline-block;
  padding: 5px;
}

.cited_by_highlight .thumbnail.layout_primary {
  top: 0px;
  left: 60px;
}

.cited_by_highlight .thumbnail.layout_left {
  top: 5px;
  left: 15px;
  transform: rotate(-10deg);
}

.cited_by_highlight .thumbnail.layout_right {
  top: 5px;
  left: 105px;
  transform: rotate(10deg);
}

.cited_by_highlight .thumbnail:hover {
  transform: scale(1.2);
  z-index: 999;
}

.result .cited_by_highlight .thumbnail {
  min-height: 80px;
  width: 60px;
}

.result .cited_by_highlight .thumbnail img {
  width: 60px;
  max-height: 80px;
  overflow: hidden;
}

.query_info_box.minified .help_content, .query_datanotes_box.minified .help_content {
  display: none;
}
.query_info_box.minified .help_message, .query_datanotes_box.minified .help_message {
  display: block;
}
.query_info_box.minified .help_title_controls, .query_datanotes_box.minified .help_title_controls {
  display: none;
}

.query_info_box, .query_datanotes_box {
  margin: 10px 0px 5px;
  border-radius: 10px;
  background-color: #fdf7eb;
  padding: 5px;
  padding-left: 10px;
}
@media only screen and (min-width: 1441px) {
  .query_info_box, .query_datanotes_box {
    padding: 10px;
  }
}
.query_info_box h2, .query_datanotes_box h2 {
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1441px) {
  .query_info_box h2, .query_datanotes_box h2 {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.query_info_box .help_menu, .query_datanotes_box .help_menu {
  display: flex;
  justify-content: space-between;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  cursor: pointer;
}
.query_info_box .help_title, .query_datanotes_box .help_title {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #FFC300;
  margin-right: 10px;
}
.query_info_box .help_content, .query_datanotes_box .help_content {
  display: block;
}
.query_info_box .help_message, .query_datanotes_box .help_message {
  display: none;
  color: black;
  font-size: 0.8em;
  margin-right: 10px;
  text-transform: none;
  flex-grow: 2;
  text-align: left;
}
.query_info_box .help_title_controls, .query_datanotes_box .help_title_controls {
  display: block;
  color: black;
  font-size: 0.8em;
  text-transform: none;
  margin-right: 10px;
}

.query_datanotes_box.full_box {
  background-color: #fafafa;
}

.query_datanotes_box {
  background-color: #f0f5f5;
  margin: 10px 0px;
}
.query_datanotes_box .help_title {
  color: #31708E;
}

.explore_box {
  margin: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1441px) {
  .explore_box {
    margin: 10px;
  }
}

.option {
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  background-color: #f7f0e1;
  flex-grow: 1;
}

.option h3 {
  margin: 0 0 5px 0;
}

.option p {
  margin: 0 0 5px 0;
}

#info_cards_container {
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 0.8em;
}

#info_cards_container h3 {
  margin: 0px 0px 10px;
}

.info_cardset {
  margin-bottom: 20px;
  border-left: 5px solid #DEDEDE;
  padding: 5px 10px 5px 20px;
}

.info_cardset.priority_low {
  border-left: 5px solid #339966;
}

.info_cardset.priority_medium {
  border-left: 5px solid #ffcc66;
}

.info_cardset.priority_high {
  border-left: 5px solid #cc3300;
}

.info_cardset .caption {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 10px;
  font-weight: normal;
}

.info_point {
  font-weight: bold;
  margin-bottom: 10px;
}

.info_cardset ul {
  margin: 0px;
  padding-inline-start: 20px;
}

.info_cardset ul li {
  margin-bottom: 5px;
}

.info_cardset .related_links {
  margin-top: 10px;
}

#sidebar {
  float: left;
  margin-top: 0px;
  min-width: 260px;
  width: 260px;
  padding: 0px 0px 5px 10px;
  background-color: #FFF;
  overflow: hidden;
  font-size: 0.85em;
}
@media only screen and (min-width: 1441px) {
  #sidebar {
    width: 320px;
    min-width: 320px;
    margin-top: 0px;
  }
}

.searchbody_reports #sidebar {
  padding: 0px 5px 5px 5px;
}

#sidebar h4 {
  margin: 0px;
  padding: 5px 0px 10px 0px;
}

#sidebar .topics {
  margin: 0px 0px 40px 0px;
}

#sidebar .side_label {
  background-color: #7fa9d1;
  color: #FFF;
  height: 16px;
  line-height: 18px;
  border-radius: 4px;
  padding: 2px 4px 0px 4px;
  margin: 0px;
  position: relative;
  top: -4px;
  font-size: 12px;
}

#sidebar .hidden_in_sidebar {
  display: none;
}
#sidebar .facet.custom_data_colors {
  border-top: 2px solid #83BCAF;
  background-color: #EFEFEF;
}
#sidebar .facet.custom_data_colors .facet_item:nth-child(odd) {
  background-color: #FAFAFA;
}
#sidebar .facet .department_tag {
  font-size: 0.6em;
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
  background-color: #DEDEDE;
  border-radius: 5px;
}
#sidebar .facet.custom_data_colors .department_tag {
  background-color: #a4cec4;
  color: black;
}
#sidebar .facet a {
  color: #222;
}
#sidebar .facet .facet_checkbox {
  vertical-align: middle;
  margin: 0px;
  margin-right: 5px;
}
#sidebar .facet .facet_input_label {
  cursor: pointer;
  vertical-align: middle;
}
#sidebar .active_facet_container {
  display: block;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(240, 239, 230);
}
@media only screen and (min-width: 1441px) {
  #sidebar .active_facet_container {
    margin-bottom: 40px;
  }
}
#sidebar .active_facet_container h4.active_title {
  padding: 0 0px 4px 0px;
  margin: 0px;
  font-size: 1.25em;
}
#sidebar .active_facet_container .facet {
  margin-bottom: 16px;
}
#sidebar .active_facet_container .facet.active {
  border-top: 2px solid #1D1F3B;
  background: #eff5ff;
}
#sidebar .active_facet_container .facet .facet_item.selected {
  background: #C6DBEE;
}
#sidebar .active_facet_container .facet.active .facet_item:nth-child(even) {
  background: transparent;
}
#sidebar .active_facet_container .facet.active .facet_item:nth-child(odd) {
  background: #C6DBEE;
}
#sidebar .active_facet_container .facet_item:nth-child(even) {
  background-color: #EFEFEF;
}
#sidebar .active_facet_container .facet_item:nth-child(odd) {
  background-color: #FAFAFA;
}
#sidebar .facet {
  border-top: 2px solid #7fa9d1;
  margin-bottom: 20px;
  background-color: #EFEFEF;
  padding: 0.5rem;
  border-radius: 0rem 0rem 0.5rem 0.5rem;
  position: relative;
}
#sidebar .facet .facet_items {
  display: flex;
  flex-flow: column;
  flex-basis: 100%;
}
#sidebar .facet.collapsed .facet_items {
  display: none;
}
#sidebar .facet .expand_collapse_facet_button {
  padding: 4px 4px 0;
  cursor: pointer;
}
#sidebar .facet_title {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 4px;
}
#sidebar .facet.inactive {
  border-top: 2px solid #999999;
  color: #999999;
}
#sidebar .facet.inactive h4 {
  color: #999999;
}
#sidebar .facet.fixed {
  border-top: 3px solid #DEDEDE;
}
#sidebar .facet.active {
  border-top: 3px solid #d84a3e;
}
#sidebar .facet h4 {
  flex-grow: 1;
  font-size: 1.1em;
}
#sidebar .facet .facet_item {
  display: none;
  overflow: auto;
  padding: 8px 8px 6px;
  align-items: center;
  flex-basis: 100%;
  border-radius: 2px;
  font-size: 0.9rem;
  gap: 8px;
}
#sidebar .facet .facet_item.selected {
  background-color: #DEDEDE;
}
#sidebar .facet .facet_item.range_selected {
  background-color: #336699;
}
#sidebar .facet .facet_item .fas {
  padding-right: 10px;
  opacity: 0.5;
}
#sidebar .facet .facet_item.selected .fas {
  opacity: 1;
}
#sidebar .facet .facet_item.selected a {
  font-weight: bold;
}
#sidebar .facet .facet_item.selected .key, #sidebar .facet .facet_item.selected .count {
  color: black;
}
#sidebar .facet_item:nth-child(odd) {
  background-color: #FAFAFA;
}
#sidebar .facet .facet_item[data-list-pos="0"],
#sidebar .facet .facet_item[data-list-pos="1"],
#sidebar .facet .facet_item[data-list-pos="2"] {
  display: flex;
}
#sidebar .facet .facet_item[data-list-pos="0"].hide,
#sidebar .facet .facet_item[data-list-pos="1"].hide,
#sidebar .facet .facet_item[data-list-pos="2"].hide {
  display: none;
}
#sidebar .facet.oa_status .facet_item, #sidebar .facet.overton_policy_document_series .facet_item {
  display: flex;
}
#sidebar .facet .facet_item.show_item {
  display: block;
}
#sidebar .facet.show_all_items .facet_item {
  display: block;
}
#sidebar .facet .compressed_view {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
#sidebar .facet .compressed_view .facet_item {
  color: green;
}
#sidebar .facet .compressed_view .facet_item .count {
  display: none;
}
#sidebar .facet_item .key {
  flex-grow: 2;
  word-wrap: break-word;
  word-break: break-word;
}
#sidebar .facet_item .count {
  text-align: right;
}
#sidebar .sidebar_button {
  margin-left: 10%;
  background-color: #FAFAFA;
  color: black;
  width: 80%;
  padding: 0px 5px 0px 5px;
  border: 1px solid black;
  border-radius: 6px;
  text-align: center;
  font-style: italic;
  cursor: pointer;
}
#sidebar .sidebar_button:hover {
  background-color: #EFEFEF;
}
#sidebar div.litepicker {
  border: 2px solid #336699 !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
}
#sidebar .litepicker_input {
  width: 100%;
}
#sidebar .litepicker_input::placeholder {
  font-style: italic;
  color: #999999;
}
#sidebar .multiselect_submit_button {
  display: none;
  margin-top: 10px;
}
#sidebar .reset_button {
  padding: 4px 8px 2px;
  margin: 0;
  display: flex;
  flex: 1 1 0;
  gap: 8px;
  align-items: baseline;
  justify-content: space-between;
  background-color: transparent;
  color: black;
  border-radius: 16px;
}
#sidebar .reset_button .remove_text {
  line-height: 16px;
  color: #1D1F3B;
}
#sidebar .reset_button .remove_icon {
  padding-right: 5px;
  color: #1D1F3B;
}
#sidebar .reset_button:hover {
  background: rgba(127, 169, 209, 0.2);
}
#sidebar .expand_button {
  text-align: right;
  font-size: 1em;
  display: block;
  cursor: pointer;
  position: relative;
  top: -12px;
}
#sidebar .expand_button.hidden {
  display: none;
}
#sidebar .expand_button a,
#sidebar .reset_button a {
  cursor: pointer;
}
#sidebar .edit_facet_button {
  display: flex;
  justify-self: flex-end;
  text-align: right;
  margin-top: 4px;
  border-radius: 16px;
  gap: 0.4em;
  padding: 8px 8px 4px;
  color: #1D1F3B !important;
  cursor: pointer;
}
#sidebar .edit_facet_button:hover {
  background: rgba(127, 169, 209, 0.2);
}

.facet-tooltip .facet_title h4 {
  cursor: help;
}

.facet-description-tooltip {
  -webkit-font-smoothing: antialiased;
  background: #ebedf7;
  border: 1px solid #4B4F70;
  color: #1B1B1A;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
  width: 300px;
}
.facet-description-tooltip .facet-tooltip-head {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.facet-description-tooltip .facet-tooltip-head i {
  font-size: 12px;
}
.facet-description-tooltip .facet-tooltip-head h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 !important;
}
.facet-description-tooltip .facet-tooltip-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  gap: 4px;
  color: #4B4F70 !important;
}
.facet-description-tooltip .facet-tooltip-link i {
  font-size: 10px;
}

.all_facets_searchbar {
  display: flex;
  align-items: baseline;
  gap: 16px;
  justify-content: space-between;
  position: sticky;
  top: 72px;
  background: white;
}

.all_facets_title_container {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex: 1 1 100%;
  max-width: 460px;
}

.active_facet_view_edit_actions {
  display: flex;
  justify-content: space-between;
  flex: 1 1 100%;
  align-items: baseline;
  padding-left: 8px;
}

.facet_view {
  border-top: 4px solid #7fa9d1;
}

.facet_view.active_facet {
  border-top: 5px solid #d84a3e;
}

.facet_view #facet_box_header.facets_search {
  background: #dedede;
  font-size: 0.8rem;
  padding: 20px 20px 0px 20px;
  margin: 0px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: sticky;
  top: 0;
  height: 72px;
}
.facet_view .facet_limits_disclaimer {
  padding: 10px 10px 20px 10px;
}
.facet_view .facets_message {
  font-size: 0.8rem;
  background-color: #FFFFFF;
  padding: 0px 20px 10px 20px;
}
.facet_view .facet_controls {
  margin-top: 10px;
}
.facet_view .facet_controls-top, .facet_view .facet_controls_top-top {
  margin-bottom: 10px;
  margin-top: 0;
}
.facet_view .facet_controls .facet_box_button, .facet_view .facet_controls_top .facet_box_button {
  height: 32px;
  padding-right: 20px;
  padding-left: 20px;
  cursor: pointer;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 1441px) {
  .facet_view .facet_controls .facet_box_button, .facet_view .facet_controls_top .facet_box_button {
    height: 40px;
  }
}
.facet_view .facet_controls .facet_box_button .far, .facet_view .facet_controls_top .facet_box_button .far {
  margin-right: 10px;
}
.facet_view .facet_controls .facet_box_button:hover, .facet_view .facet_controls_top .facet_box_button:hover {
  background-color: #EFEFEF;
}
.facet_view .facet_box_title {
  margin: 0px 0px 10px 0px;
  padding-top: 0px;
  font-size: 1.35rem;
}
.facet_view .facets_search .side_label {
  display: inline-block;
  text-transform: none;
  background-color: #7fa9d1;
  color: white;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  border-radius: 4px;
  padding: 2px 8px 2px 8px;
  margin: 0px 0px 0px 10px;
}
.facet_view .facets_repository {
  display: none;
}
.facet_view .facets_display {
  font-size: 0.8rem;
  padding: 4px 20px;
  background-color: white;
}
.facet_view .facets_display .not_found {
  font-style: italic;
  column-span: all;
}
.facet_view .facets_display a.text_label[onclick] {
  cursor: pointer;
  user-select: none;
}
.facet_view .facets_display .facet_columns .label:nth-child(odd) {
  background-color: #FAFAFA;
}
.facet_view .facets_display .facet_columns .label:nth-child(even) {
  background-color: #EFEFEF;
}
.facet_view .facets_display .facet_columns .label:nth-child(even) .count {
  background-color: #d2dee7;
}
.facet_view .facets_display .facet_columns .label .count {
  padding: 6px 4px 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  background-color: #e2eef7;
  color: black;
  text-align: center;
  align-items: center;
}
.facet_view .facets_display .facet_columns .label .title {
  padding: 8px 12px;
  display: block;
  font-size: 0.85rem;
}
.facet_view .facets_display .facet_columns .label .title a {
  color: #1D1F3B;
}
.facet_view .facets_display .facet_columns .label .title .component {
  display: inline-block;
  background-color: #fafafa;
  color: black;
  padding: 5px;
  border-radius: 3px;
  margin-right: 5px;
}
.facet_view .facets_display .facet_columns .label .title .component_1 {
  font-weight: bold;
  background-color: #eff5ff;
}
.facet_view .facets_display .facet_columns .label.selected .title .component_1 {
  color: #d84a3e;
}
.facet_view .facets_display .facet_columns .label.range_selected_start {
  background-color: #7fa9d1;
  font-weight: bold;
}
.facet_view .facets_display .facet_columns .label.range_selected_start a {
  color: white;
}
.facet_view .facets_display .facet_columns .label.range_selected a {
  color: white;
}
.facet_view .facets_display .facet_columns .label.range_selected {
  background-color: #7fa9d1;
}
.facet_view .facets_display .facet_columns .label.range_selected:nth-child(even) .count {
  background-color: #7fa9d1;
}
.facet_view .facets_display .facet_columns .label.range_selected:nth-child(odd) .count {
  background-color: #7fa9d1;
}
.facet_view .facets_display .facet_columns .label.range_selected_start:nth-child(even) .count {
  background-color: #7fa9d1;
}
.facet_view .facets_display .facet_columns .label.range_selected_start:nth-child(odd) .count {
  background-color: #7fa9d1;
}
.facet_view .facets_display .facet_columns .label .remove_action {
  padding: 5px;
  display: block;
  font-weight: bold;
}
.facet_view .facets_display .facet_columns .label.selected .title a {
  font-weight: bold;
  color: #d84a3e;
}
.facet_view .facets_display .facet_columns .label.selected .count {
  background-color: #d84a3e;
  color: white;
}
.facet_view .facets_display .facet_columns {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
}
@media screen and (max-width: 1200px) {
  .facet_view .facets_display .facet_columns {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
.facet_view .all_facets {
  min-height: 300px;
}
.facet_view .facets_display .facet_columns .label {
  display: flex;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.facet_view .facets_display .facet_columns .label .add_to_selection_button,
.facet_view .facets_display .select_all_button {
  cursor: pointer;
  background-color: white;
  color: #1D1F3B;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.facet_view .facets_display .facet_columns .label .add_to_selection_button i,
.facet_view .facets_display .select_all_button i {
  margin-right: 2px;
  color: #1D1F3B;
  font-size: 1rem;
}
.facet_view .facets_display .select_all_button {
  display: none;
  padding: 16px 4px;
}
.facet_view .facets_display .select_all_button .add_message, .facet_view .facets_display .select_all_button .remove_message {
  display: flex;
  gap: 8px;
  align-items: center;
}
.facet_view .facets_display .select_all_button .add_message span, .facet_view .facets_display .select_all_button .remove_message span {
  padding: 4px 0 0;
}
.facet_view .fancy_facets_display {
  background-color: white;
}
.facet_view .facet_columns_title {
  font-size: 1.15rem;
  white-space: nowrap;
}

.sidebar_controls {
  cursor: pointer;
  line-height: 42px;
  background-color: #f6dbd3;
  color: #c26374;
  border-radius: 0px;
  border: 0px solid #e8a0ad;
  border-left: 0px;
  font-size: 14.4px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.expanded_sidebar .message {
  margin-left: 20px;
  text-align: right;
  flex-grow: 1;
}

.expanded_sidebar .bars {
  padding-left: 5px;
}

.expanded_sidebar {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: stretch;
  position: absolute;
  left: 0px;
  padding: 0px 20px 0px 10px;
  margin-bottom: 10px;
  width: 240px;
  height: 32px;
}
@media only screen and (min-width: 1441px) {
  .expanded_sidebar {
    height: 42px;
    width: 300px;
  }
}

.expanded_sidebar_content {
  margin-top: 50px;
}
@media only screen and (min-width: 1441px) {
  .expanded_sidebar_content {
    margin-top: 60px;
  }
}

.minimized_sidebar {
  float: left;
  line-height: 32px;
  width: 32px;
  min-width: 32px;
  padding: 10px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
@media only screen and (min-width: 1441px) {
  .minimized_sidebar {
    line-height: 42px;
    width: 42px;
    min-width: 42px;
    padding: 15px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
  }
}
.minimized_sidebar .message {
  writing-mode: vertical-rl;
  margin-top: 20px;
}

.sidebar_controls .message {
  display: inline-block;
}

.featherlight-close-icon {
  display: none;
}

.pages {
  text-align: right;
}

.pagination {
  padding-top: 2px;
  display: inline-block;
  text-align: right;
}

.pagination_buttons {
  display: flex;
  flex-grow: 1;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 5px 2px 5px;
  margin: 0px 5px 0px 5px;
  border: 0px solid #FAFAFA;
  background-color: #EFEFEF;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
  line-height: 16px;
  font-size: 0.85rem;
  text-align: center;
  color: #000000;
  border-radius: 4px;
}
@media only screen and (min-width: 1441px) {
  .pagination a {
    height: 16px;
    min-width: 16px;
    line-height: 16px;
  }
}

.pagination a.active {
  font-weight: bold;
  color: #000;
  background-color: #d6dbef;
}

.pagination a:hover {
  background-color: #FEE9E1;
  color: #c26374;
}

.pagination_holder {
  text-align: right;
  display: inline-block;
}

.pagination_holder.pagination_position_bottom {
  margin-top: 5px;
  text-align: center;
  padding-bottom: 5px;
}

.people_pagination {
  display: inline-block;
  float: right;
}

.people_pagination.bottom {
  float: none;
}

.people_pagination.bottom .pagination_holder .pagination {
  text-align: center;
}

.people_pagination .pagination_holder .pagination {
  text-align: right;
}

.filter_table {
  border-collapse: collapse;
}

.filter_table td {
  padding: 8px;
  vertical-align: middle;
}

.filter_table tr:nth-child(even) {
  background-color: #EFEFEF;
}

.filter_table tr:nth-child(odd) {
  background-color: #FAFAFA;
}

.filter_table th {
  text-align: left;
  padding: 10px;
  vertical-align: middle;
}

#documentbar {
  background-color: #FAFAFA;
  padding: 10px;
  display: block;
}

.extra_page_information {
  margin: 20px 0px 20px 0px;
  padding: 10px 30px;
  border-radius: 16px;
  background-color: #EFEFEF;
}

.document section.main {
  padding: 0px;
}

#documentbar .button {
  display: inline-block;
  padding: 0px 25px 0px 25px;
  margin: 0px;
  border: 0px;
  border-radius: 24px;
  font-family: "Manjari", sans-serif;
  text-transform: uppercase;
  font-size: 0.85rem;
  height: 32px;
  line-height: 32px;
  font-weight: normal;
  background-color: #EFEFEF;
  color: black;
}
@media only screen and (min-width: 1441px) {
  #documentbar .button {
    height: 40px;
    line-height: 40px;
  }
}

.document .container {
  margin: 50px 10px 10px 50px;
  overflow: auto;
}

.document .citations {
  padding: 10px 0px 10px 0px;
}

.document .rightspermissions {
  padding: 10px;
  background-color: #EFEFEF;
  border-radius: 10px;
}
.document .rightspermissions h3 {
  margin: 0px;
  padding: 10px 0px;
}

.document .container .citation {
  float: left;
  width: 360px;
  margin-right: 10px;
  font-size: 0.8em;
  height: 200px;
  max-height: 200px;
  overflow: hidden;
}

.document .container .citation .thumbnail {
  float: left;
  width: 120px;
}

.document .container .citation .thumbnail img {
  width: 120px;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}

.document .container .citation .metadata {
  margin-left: 140px;
}

.document .metadata .policy_document {
  margin-bottom: 0px;
}

.document .metadata .policy_document .snippet {
  margin-top: 20px;
}

div.content.document {
  position: relative;
  margin: 40px;
}

.document_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}

.document_descriptions {
  -webkit-font-smoothing: antialiased;
  max-width: 400px;
  margin-top: -40px;
  margin-right: -40px;
}
.document_descriptions--toggle {
  display: none;
  background: #ebedf7;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.document_descriptions--toggle button {
  background: none;
  cursor: pointer;
  color: #4B4F70;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.document_descriptions.hidden {
  position: absolute;
  top: 0;
  right: 0;
}
.document_descriptions.hidden .document_descriptions--inner {
  display: none;
}
.document_descriptions.hidden .document_descriptions--toggle {
  display: block;
}

.document_description {
  min-width: 325px;
  padding: 1rem 1.5rem 1.5rem;
  background: #ebedf7;
  color: #1b1b1a;
}
.document_description:not(:first-child) {
  margin-top: 1.5rem;
}
.document_description--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.document_description--header p, .document_description--header button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #4B4F70;
  line-height: 1;
}
.document_description--header p {
  font-weight: 600;
}
.document_description--header button {
  background: none;
  cursor: pointer;
}
.document_description--section {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  margin-top: 1.5rem;
}
.document_description--section p {
  margin: 0;
}
.document_description--section-title {
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.document_description--theme {
  font-size: 16px;
}
.document_description--footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}
.document_description--footer p {
  margin: 0;
}
.document_description--footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #4B4F70;
  line-height: 1;
}
.document_description--feedback {
  color: #4B4F70;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8em;
}
.document_description--feedback-wrapper {
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  padding: 1rem 1rem 0 0;
}
.document_description--feedback-wrapper .error {
  font-weight: 400;
  font-size: 12px;
  color: #773f48;
  text-align: right;
}
.document_description--feedback p {
  margin: 0;
  font-weight: 600;
}
.document_description--feedback button {
  background: none;
  cursor: pointer;
  color: #4B4F70;
}
.document_description--feedback-followup, .document_description--feedback-confirmation {
  color: #1B1B1A;
  line-height: 1;
}
.document_description--feedback-followup h3, .document_description--feedback-confirmation h3 {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
}
.document_description--feedback-followup p, .document_description--feedback-confirmation p {
  margin: 0;
  font-size: 0.875rem;
}
.document_description--feedback-followup {
  font-size: 0.875rem;
  font-weight: 400;
}
.document_description--feedback-followup fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.document_description--feedback-followup legend {
  padding: 0;
  margin: 0 0 0.5rem;
}
.document_description--feedback-followup textarea {
  box-sizing: border-box;
  width: 100%;
  resize: none;
  border: 1px solid #464544;
  border-radius: 1rem;
  height: 78px;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
.document_description--feedback-followup .field_wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.document_description--feedback-followup input[type=checkbox] {
  position: absolute;
  z-index: 0;
  margin: 0;
  border: none;
  background: #fff;
}
.document_description--feedback-followup input[type=checkbox] ~ i {
  pointer-events: none;
  z-index: 1;
  font-size: 15px;
}
.document_description--feedback-followup input[type=checkbox] ~ i.checked {
  display: none;
}
.document_description--feedback-followup input[type=checkbox] + i.unchecked {
  color: #3F484A;
}
.document_description--feedback-followup input[type=checkbox]:checked ~ i.checked {
  display: block;
}
.document_description--feedback-followup input[type=checkbox]:checked + i.unchecked {
  display: none;
}
.document_description--feedback-followup .button_wrapper {
  display: flex;
  justify-content: flex-end;
}
.document_description--feedback-followup .button {
  background: #1d1f3b;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 16px 4px;
  cursor: pointer;
  margin-top: 1rem;
}

.document .metadata .document_thumbnail {
  float: left;
  width: 250px;
  margin-right: 60px;
}
.document .metadata .document_thumbnail .under_thumb .pdf_block {
  background-color: #fafafa;
  margin-bottom: 10px;
}
.document .metadata .document_thumbnail .under_thumb .pdf_block .reference_button {
  background-color: inherit;
  margin-left: 8px;
}
.document .metadata .document_thumbnail .under_thumb .pdf_metadata {
  color: #ABABAB;
  margin-top: 10px;
  margin-left: 8px;
  margin-bottom: 2px;
  font-size: 0.8em;
}

.link_has_rotted_helptext {
  display: block;
  text-align: right;
  font-size: 0.75em;
  color: #a5504e;
}

#ctas {
  display: grid;
  margin-top: 1em;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 800px) {
  #ctas {
    grid-template-columns: 1fr;
  }
}
#ctas .example a {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  background-color: #EFEFEF;
  border-radius: 15px;
}
#ctas .example h2 {
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  font-size: 1em;
}
#ctas .example a:hover {
  background-color: #DEDEDE;
  cursor: pointer;
}

.document .metadata .policy_document img.cover {
  border: 1px solid #DEDEDE;
  border-radius: 18.462px;
  box-shadow: 4.615px 4.615px 18.462px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  max-width: 250px;
  overflow: hidden;
}

.inner_hit_view {
  margin: 0px 10px 0px 10px;
  border: 1px solid #DEDEDE;
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 10px;
}
.inner_hit_view .inner_hit_thumbnails {
  margin-left: 10px;
  height: 140px;
  display: flex;
}
.inner_hit_view .inner_hit_thumbnails .document {
  margin-right: 10px;
}
.inner_hit_view .inner_hit_thumbnails .document img {
  height: 120px;
}
.inner_hit_view .inner_hit_thumbnails .document img:hover {
  height: 130px;
  transform: rotate(2deg);
}
.inner_hit_view .message {
  padding: 10px 10px 0px 10px;
  font-style: italic;
}

.document .metadata .policy_document h1 {
  margin: 0px;
  padding: 0px;
  font-size: 2em;
  line-height: 150%;
}
.document .metadata .policy_document h1.break-all {
  word-break: break-all;
}
.document .metadata .policy_document h1.broken-title {
  background: #fffbe0;
  color: #5F5A46;
  display: flex;
  padding: 12px 8px;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
}

.document .metadata .policy_document h2 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 150%;
}

.document .metadata .policy_document .source {
  margin: 10px 0px 10px 0px;
}

.document .metadata .policy_document .source .flag {
  vertical-align: middle;
  display: inline-block;
}

.document .metadata .policy_document .actions {
  margin: 10px 0px 10px 0px;
}

.document .references.filtered .reference {
  padding: 0px 20px 20px 0px;
}

.document .references .match {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}

.document .references.people {
  margin-left: 220px;
  margin-top: 40px;
}
.document .references.people h3 {
  margin-bottom: 5px;
}
.document .references.people .rubric {
  margin-bottom: 15px;
  font-style: italic;
  padding: 5px;
  border-radius: 10px;
  background-color: #FAFAFA;
}
.document .references.people .rubric .fa {
  color: #DEDEDE;
  margin-right: 10px;
}

.document .references.people .people_container {
  display: flex;
  flex-wrap: wrap;
}

.document .references.people .highlight {
  flex-grow: 1;
}

.document .references.people .highlight .description {
  margin-left: 0px;
  margin-right: 20px;
}

.document .reference .location {
  clear: both;
  float: none;
  padding-top: 10px;
}

.document .main .references_title {
  margin-left: 220px;
  padding-top: 20px;
}

.document .main .no_research_message {
  margin-left: 220px;
  font-style: italic;
  padding-bottom: 20px;
}

.document .reference .context {
  border: 0px;
  padding: 10px;
  background-color: #F1F1F1;
  border-radius: 20px;
}

.document .reference .description {
  margin-left: 220px;
}

.document .reference .context .refnum {
  vertical-align: super;
  font-size: 50%;
  background-color: #d84a3e;
  color: white;
  padding: 5px;
  border-radius: 4px;
}

.document .highlight {
  margin-bottom: 20px;
}

.document .reference-group {
  margin-bottom: 20px;
}
.document .reference-group .highlight {
  margin-bottom: 0;
}
.document .reference-group .highlight:not(:first-child) .body {
  border-radius: 0;
  border-top: none;
}
.document .reference-group .highlight:not(:last-child) .body {
  border-bottom: 1px dotted #DEDEDE;
}

.document .references.filtered {
  background-color: #e2eef7;
  border-radius: 20px;
}

.document .highlight .body {
  padding: 20px;
  background-color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.document .highlight .footer {
  margin: 0px;
  padding: 0px;
  height: 10px;
  background-image: url(images/page_tear.png);
  background-repeat: repeat-x;
  background-size: auto 10px;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

tr.refrow {
  display: table-row;
}

.pdf .references table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: separate;
}

.pdf .references table th, .pdf .references table td {
  padding: 10px;
}

.pdf .references table th {
  background-color: #6D7993;
  color: white;
}

.pdf .references table tr:nth-child(even) {
  background-color: #dedede;
}

.pdf .references table tr:nth-child(odd) {
  background-color: #efefef;
}

@media print {
  body {
    background: none;
  }
  .page_reports #header, .page_reports #sidebar, .page_reports .sidebar_controls, .page_reports #footer {
    display: none !important;
  }
  .page_reports #searchbody.searchbody_reports {
    background-color: #FFF;
  }
  .page_reports #results.reportspage {
    display: none;
  }
  .page_reports .report_header {
    background-color: inherit;
  }
  .page_reports .report_header h1 {
    color: black;
    margin: auto;
    text-align: center;
  }
  .page_reports .report_header div {
    margin: auto;
    text-align: center;
  }
  .page_reports img.overton_report_logo {
    display: block !important;
    height: 42px;
    margin: 0px auto 10px auto;
    border-bottom: 1px solid #DEDEDE;
  }
  .page_reports .searchbody_reports .report_holder {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .page_reports .searchbody_reports .report_holder.narrow {
    width: 680px !important;
  }
  .page_reports .searchbody_reports .reports_holder {
    max-width: 680px;
    display: block;
  }
  .page_reports .searchbody_reports tr.show_more {
    display: none;
  }
  .page_reports .searchbody_reports div.show_more {
    display: none;
  }
  .page_reports .searchbody_reports .report_box_button {
    display: none;
  }
  .page_reports .searchbody_reports .side_reports .report_holder {
    page-break-before: always;
  }
  .page_reports .searchbody_reports .main_reports .report_holder {
    page-break-before: always;
  }
  .page_reports .searchbody_reports .main_reports .report_holder.year_graphs {
    page-break-before: auto;
  }
  .page_reports .searchbody_reports table {
    page-break-inside: auto;
  }
  .page_reports .searchbody_reports div.entry_row {
    page-break-inside: avoid;
  }
  .page_reports .searchbody_reports thead {
    display: table-header-group;
  }
  .page_reports .searchbody_reports div.country_row.extra_rows:nth-child(-n+42) {
    display: flex !important;
  }
  .page_reports .searchbody_reports tr.entry.extra_rows:nth-child(-n+25) {
    display: table-row !important;
  }
}
.report_header {
  background-color: #94beb4;
  padding: 10px 10px 10px 20px;
}
@media only screen and (min-width: 1441px) {
  .report_header {
    padding: 20px 10px 20px 20px;
  }
}

#top_menu li.search_tab_for_reports.selected {
  background-color: #94beb4;
}

#top_menu li.search_tab_for_reports.selected a {
  color: white;
}

.report_header h1 {
  color: white;
  padding-bottom: 10px;
}

#results.searchpage.reportspage {
  border-radius: 10px;
  margin: 0px 10px 0px 10px;
}

.searchbody_reports .sb_column_body {
  flex-grow: 0;
  margin: 10px auto;
}

.reports_holder {
  max-width: 1200px;
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
}
.reports_holder .doc_column {
  width: 80px;
}
.reports_holder .doc_count {
  text-align: center;
}

.report_holder.narrow {
  width: 320px;
}
.report_holder.narrow .doc_column {
  width: 40px;
}
.report_holder.narrow .doc_count {
  text-align: right;
}

.report_holder {
  width: 680px;
  background-color: white;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.25);
}
.report_holder .holder_title {
  text-transform: uppercase;
  color: #c26374;
  background-color: #FAFAFA;
  border-bottom: 2px solid #c26374;
  font-size: 0.8em;
  padding: 5px 10px 0px 10px;
  margin-bottom: 10px;
  width: 680px;
}
.report_holder .source_type_table td:nth-child(even) {
  background-color: #FAFAFA;
}
.report_holder #chartdiv {
  width: 660px;
  height: 400px;
  margin: auto;
}
.report_holder .report_box_button {
  cursor: pointer;
  margin-top: 10px;
  background-color: inherit;
  height: 28px;
  padding-right: 20px;
  background-color: none;
  padding-left: 20px;
}
@media only screen and (min-width: 1441px) {
  .report_holder .report_box_button {
    height: 28px;
  }
}
.report_holder .report_box_button:hover {
  background-color: #FEE9E1;
  color: #c26374;
}
.report_holder .report_box_button .far {
  margin-right: 10px;
  color: #c26374;
}
.report_holder #source_classifications_chartdiv {
  width: 660px;
  height: 400px;
  margin: auto;
}
.report_holder .source_year_chartdiv {
  width: 660px;
  height: 200px;
  margin: auto;
}
.report_holder .report {
  min-width: 300px;
  padding: 10px;
  font-size: 0.8em;
}
.report_holder .report .show_more {
  font-style: italic;
  font-size: 0.8em;
  margin: 10px auto;
  text-align: center;
  width: 180px;
}
.report_holder .report.wide {
  width: 660px;
}
.report_holder .report table {
  margin-top: 10px;
  border-collapse: collapse;
  width: 100%;
}
.report_holder .report table th {
  font-size: 0.8em;
  text-transform: uppercase;
  background-color: #7fa9d1;
  color: white;
  text-align: left;
}
.report_holder .report table td {
  padding: 10px;
  vertical-align: middle;
}
.report_holder .report table tr:nth-child(even) td.citations {
  background-color: #d2dee7;
}
.report_holder .report table tr:nth-child(odd) td.citations {
  background-color: #e2eef7;
}
.report_holder .report table tr:nth-child(even) {
  background-color: #EFEFEF;
}
.report_holder .report table tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.report_holder .report.counter {
  min-width: 180px;
  width: 180px;
  margin: 10px;
  background-color: #fafafa;
  color: #666;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.report_holder .report.counter h1, .report_holder h2 {
  margin: 0px;
}
.report_holder .report.counter h2 {
  font-size: 18px;
  margin-top: 5px;
}
.report_holder .report.map {
  width: 100%;
}
.report_holder .report.map h2 {
  margin: 5px 0px 10px 0px;
}
.report_holder .report.map .country_rows {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 10px 5px;
}
.report_holder .report.map .country_row {
  width: 200px;
  padding: 2px;
  margin-bottom: 2px;
  display: flex;
  justify-content: space-between;
}
.report_holder .report.map .country_row .country_text {
  display: block;
  padding: 5px 0px 0px 5px;
}
.report_holder .report.map .country_row .country_count {
  display: block;
  padding: 5px 0px 0px 0px;
  min-width: 50px;
  text-align: center;
  background-color: #f0efe6;
  color: #526762;
  border-radius: 4px;
}
.report_holder .report.map .map_holder {
  flex-grow: 2;
}

#searchbody.searchbody_reports {
  background-color: #EFEFEF;
}

.browse_page_title {
  background-color: #FAFAFA;
  padding: 5px;
}

#sources_searchbox::placeholder {
  opacity: 0.4;
}

.sources_actions_bar {
  background-color: #a4cec4;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sources_actions_bar .sources_actionbuttons {
  margin-left: 10px;
}
.sources_actions_bar .sources_searchbox {
  display: flex;
  margin: 10px;
  margin-right: 30px;
  flex-grow: 2;
}
.sources_actions_bar .sources_searchbox .sources_button {
  margin: 0px;
}
.sources_actions_bar .sources_searchbox #sources_searchbox {
  font-size: 1em;
  line-height: 1em;
  height: 32px;
  margin-right: 10px;
  max-width: 600px;
  flex-grow: 2;
  outline-width: 0px;
  padding: 5px;
  border: 1px solid #7fa9d1;
  display: block;
}
@media only screen and (min-width: 1441px) {
  .sources_actions_bar .sources_searchbox #sources_searchbox {
    height: 40px;
  }
}
.sources_actions_bar .or_label {
  height: 32px;
  line-height: 36px;
  padding: 0px 10px;
}
@media only screen and (min-width: 1441px) {
  .sources_actions_bar .or_label {
    height: 40px;
    line-height: 44px;
  }
}
.sources_actions_bar .sources_button {
  border-radius: 16px;
  display: inline-block;
  padding: 0px 20px;
  margin: 10px 0px;
  background-color: #FAFAFA;
  color: black;
  white-space: nowrap;
  font-size: 0.8em;
  height: 32px;
  line-height: 36px;
  margin-right: 10px;
}
@media only screen and (min-width: 1441px) {
  .sources_actions_bar .sources_button {
    height: 40px;
    line-height: 44px;
  }
}

.source .full_author_list {
  display: none;
}

#searchbar.sources_topbar {
  background-color: #f6dbd3;
  padding: 10px;
}
#searchbar.sources_topbar .button_bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#searchbar.sources_topbar .select {
  display: inline;
}
#searchbar.sources_topbar .select select {
  outline-width: 0px;
  font-size: 1.1em;
  height: 32px;
  line-height: 36px;
  padding: 0px 5px;
  border: 1px solid #e8a0ad;
  font-family: "Hepta Slab", serif;
  background-color: #faece8;
  margin-right: 10px;
  width: 180px;
  border-radius: 6px;
}
@media only screen and (min-width: 1441px) {
  #searchbar.sources_topbar .select select {
    width: 230px;
  }
}
#searchbar.sources_topbar .select select.active {
  background-color: #e8a0ad;
  color: #FFF;
  border: 3px solid #e8a0ad;
}
#searchbar.sources_topbar .search_input_container {
  line-height: 32px;
  margin-left: 5px;
  font-size: 0.8em;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
@media only screen and (min-width: 1441px) {
  #searchbar.sources_topbar .search_input_container {
    line-height: 44px;
  }
}
#searchbar.sources_topbar .label {
  display: inline-block;
  font-family: "Hepta Slab", serif;
  font-size: 1.1em;
  line-height: 1.1em;
  margin-right: 10px;
}
#searchbar.sources_topbar form {
  flex-shrink: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 1441px) {
  #searchbar.sources_topbar {
    padding: 10px;
  }
}

#key_sources {
  padding: 30px 10px 40px 10px;
  background: #a4cec4;
}
#key_sources h2 {
  font-family: "Hepta Slab", serif;
  font-size: 1.2em;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}
#key_sources p {
  margin: 0px;
}

.policy_sources_pagination {
  text-align: center;
  margin-top: 5px;
}
.policy_sources_pagination .label {
  margin-top: 20px;
  font-style: italic;
}
.policy_sources_pagination .page_button {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  margin: 5px;
  border-radius: 5px;
  height: 24px;
  line-height: 26px;
  background-color: #EFEFEF;
}
.policy_sources_pagination .page_button.active {
  font-weight: bold;
  background-color: #DEDEDE;
}

#results.policy_sources .loading_data img {
  margin-bottom: 40px;
}

#results.policy_sources .loaded_data {
  margin-left: 0px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (min-width: 1441px) {
  #results.policy_sources .loaded_data {
    padding: 20px;
  }
}
#results.policy_sources .loaded_data .no_sources_message {
  text-align: center;
  font-style: italic;
  margin: auto;
  padding: 40px;
}
#results.policy_sources .loaded_data .source {
  padding: 10px 10px 20px 10px;
  margin: 5px;
  width: 340px;
  background-color: #FFF;
  border-top: 2px solid #DEDEDE;
}
#results.policy_sources .loaded_data .source_authors {
  background-color: #FAFAFA;
  padding: 5px 0px 5px 0px;
}
#results.policy_sources .loaded_data .source_authors table {
  font-size: 0.8em;
}
#results.policy_sources .loaded_data .source .title {
  font-family: "Hepta Slab", serif;
  margin-top: 2px;
  margin-bottom: 5px;
}
#results.policy_sources .loaded_data .source .flag {
  float: left;
  margin-right: 5px;
}
#results.policy_sources .loaded_data .source .date_added {
  margin-top: 2px;
  font-size: 0.8em;
}
#results.policy_sources .loaded_data .source .links {
  margin-top: 20px;
}
#results.policy_sources .loaded_data .source .links a {
  display: inline-block;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 10px;
  margin: 2px;
  white-space: nowrap;
}
#results.policy_sources .loaded_data .source .links a .fal {
  margin-right: 5px;
}
#results.policy_sources .loaded_data .source .links a.flagged {
  background-color: #e2eef7;
}
#results.policy_sources .loaded_data .source .description {
  margin-top: 10px;
}
#results.policy_sources .loaded_data .source .info {
  margin-left: 40px;
}

.type_options_holder {
  padding: 10px;
}

#contentbody.people_holder {
  padding: 5px;
  background-color: white;
}

.filter_set {
  background-color: #EFEFEF;
  border-top: 2px solid #7fa9d1;
  padding: 5px;
  margin-right: 5px;
}

.filter_set .label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
  padding: 5px 0px 10px 5px;
}

.people_sidebar {
  margin-top: 10px;
}
@media only screen and (min-width: 1441px) {
  .people_sidebar {
    margin-top: 20px;
  }
}

.people_results {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 1441px) {
  .people_results {
    margin-left: 20px;
  }
}
.people_results .controls {
  margin-top: 10px;
}
@media only screen and (min-width: 1441px) {
  .people_results .controls {
    margin-top: 20px;
  }
}
.people_results .control_button_set {
  display: inline;
}

.type_option {
  display: inline-block;
  background-color: #FAFAFA;
  font-size: 0.8em;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  height: 25px;
  line-height: 30px;
  text-align: right;
}
@media only screen and (min-width: 1441px) {
  .type_option {
    padding: 5px 10px 5px 10px;
  }
}

.type_option.selected {
  background-color: #DEDEDE;
  font-weight: bold;
}

.buttons_holder .label {
  display: inline-block;
  margin-right: 10px;
}

#people_topbar {
  background-color: #EFEFEF;
  background: default;
  display: block;
  border-bottom: none;
  line-height: 52px;
}
@media only screen and (min-width: 1441px) {
  #people_topbar {
    line-height: 58px;
  }
}
#people_topbar h2 {
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}
#people_topbar .document_query {
  padding-left: 10px;
  line-height: 1em;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #DEDEDE;
}

.people.query_info_box #searchbar {
  background-color: inherit;
  padding: 0px;
  margin-bottom: 10px;
}
.people.query_info_box #searchbar .searchbox {
  font-size: 1em;
}

.people_table {
  border-collapse: collapse;
  margin: 0px;
}
.people_table th {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  border-top: 2px solid #ffcc60;
  vertical-align: middle;
  padding-top: 10px;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.people_table th:first-of-type {
  border-left: none;
}
.people_table th .caption {
  color: #ABABAB;
  font-size: 0.8em;
  margin-top: 5px;
}
.people_table tr:nth-child(even) {
  background-color: #EFEFEF;
}
.people_table tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.people_table td {
  padding: 5px;
  text-align: center;
}
.people_table td:first-of-type {
  padding-left: 10px;
}
.people_table .top_source_info {
  display: inline-block;
  font-size: 0.8em;
  margin: 5px 0px 0px 5px;
  padding: 5px;
  background-color: #e1ede3;
  border-radius: 10px;
}

#people #searchbody {
  margin: 0px;
}

.topics_sidebar {
  margin-top: 10px;
}
@media only screen and (min-width: 1441px) {
  .topics_sidebar {
    margin-top: 20px;
  }
}

.topics_results {
  margin-left: 10px;
}
@media only screen and (min-width: 1441px) {
  .topics_results {
    margin-left: 20px;
  }
}
.topics_results .controls {
  margin-top: 10px;
}
@media only screen and (min-width: 1441px) {
  .topics_results .controls {
    margin-top: 20px;
  }
}
.topics_results .control_button_set {
  display: inline;
}

#topics_topbar {
  background-color: #EFEFEF;
  background: default;
  display: block;
  border-bottom: none;
  line-height: 52px;
}
@media only screen and (min-width: 1441px) {
  #topics_topbar {
    line-height: 58px;
  }
}
#topics_topbar h2 {
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}
#topics_topbar .document_query {
  padding-left: 10px;
  line-height: 1em;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #DEDEDE;
}

.topics.query_info_box #searchbar {
  background-color: inherit;
  padding: 0px;
  margin-bottom: 10px;
}
.topics.query_info_box #searchbar .searchbox {
  font-size: 1em;
}

#topics #searchbody {
  margin: 0px;
}

#login_box {
  padding: 20px;
  width: 620px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 200px;
  text-align: center;
}

#login_box .loginbutton {
  font-size: 0.85rem;
  height: 32px;
  font-weight: normal;
  background-color: #d84a3e;
  border-radius: 24px;
  color: #FFF;
  width: 160px;
  padding-top: 4px;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1441px) {
  #login_box .loginbutton {
    height: 40px;
  }
}

#login_box .registerbutton_spacer {
  margin: 10px 0px;
  border-top: 1px solid #DEDEDE;
}
#login_box .registerbutton {
  font-size: 0.85rem;
  height: 32px;
  font-weight: normal;
  background-color: #d84a3e;
  border-radius: 24px;
  color: #FFF;
  width: 240px;
  padding-top: 4px;
  border: none;
  outline: none;
}
@media only screen and (min-width: 1441px) {
  #login_box .registerbutton {
    height: 40px;
  }
}

#login_box .loginbutton.long {
  width: 240px;
}

#login_box .blurb {
  margin-bottom: 40px;
}

#login_box fieldset {
  border: 0px;
}

#login_box fieldset:disabled {
  opacity: 0.3;
}

#login_box .error {
  margin-bottom: 5px;
}

#login_box h1 {
  margin-bottom: 20px;
}

#login_box td {
  font-size: 20px;
  padding: 5px;
}

#login_box input {
  font-size: 20px;
}

#login_box form {
  margin-top: 24px;
}

#page.page_dashboard {
  background-color: #f6dbd3;
}

#dashboard {
  padding: 0px;
  background-color: #f6dbd3;
  min-height: 1400px;
}
#dashboard .saved_searches_message .updating_message {
  font-style: italic;
}
#dashboard .saved_searches_message .updating_message .fas {
  opacity: 0.5;
}
#dashboard .search_action_icon {
  color: black;
}
#dashboard .search_action_icon .label {
  display: inline-block;
  padding-bottom: 2px;
}
#dashboard .search_hints {
  font-style: italic;
  margin-top: 20px;
}
#dashboard .search_hint_examples {
  text-align: center;
  width: 100%;
  font-size: 0.8em;
}
#dashboard .search_hint_example {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 10px;
}
#dashboard #help {
  margin: 5px auto 5px auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #fdf7eb;
  max-width: 840px;
}
@media only screen and (min-width: 1441px) {
  #dashboard #help {
    max-width: 1000px;
  }
}
#dashboard #examples {
  margin: 20px auto 200px auto;
  text-align: center;
  max-width: 840px;
}
@media only screen and (min-width: 1441px) {
  #dashboard #examples {
    max-width: 1000px;
  }
}
#dashboard #saved_searches {
  margin: 20px auto 20px auto;
  text-align: center;
  max-width: 840px;
}
@media only screen and (min-width: 1441px) {
  #dashboard #saved_searches {
    max-width: 1000px;
  }
}
#dashboard .example {
  display: inline-block;
  padding: 5px;
  margin: 5px;
  width: 385px;
}
@media only screen and (min-width: 1441px) {
  #dashboard .example {
    width: 465px;
  }
}
#dashboard .example.fullwidth {
  width: 840px;
}
@media only screen and (min-width: 1441px) {
  #dashboard .example.fullwidth {
    max-width: 1000px;
    width: 1000px;
  }
}
#dashboard .examples_header {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 1441px) {
  #dashboard .examples_header {
    margin-top: 40px;
  }
}
#dashboard .example:nth-child(odd) {
  margin-left: 0px;
}
#dashboard .example:nth-child(even) {
  margin-right: 0px;
}
#dashboard .example h2 {
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  font-size: 1em;
}
#dashboard .example a {
  color: black;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  background-color: #EFEFEF;
  border-radius: 15px;
}
#dashboard .example a:hover {
  background-color: #DEDEDE;
}
#dashboard #searchbar .autocomplete-items {
  width: 740px;
}
#dashboard #searchbar h1 {
  margin-bottom: 20px;
}
#dashboard .searchbar_form {
  width: 100%;
}
#dashboard .searchbar_form .searchbox {
  width: 100%;
}
#dashboard .searchbar_form .search_input_container.autocomplete {
  width: calc(100% - 240px);
  margin-right: 10px;
}
#dashboard #articles_search_tab .search_input_container.autocomplete {
  width: calc(100% - 460px);
}
@media only screen and (min-width: 1441px) {
  #dashboard #articles_search_tab .search_input_container.autocomplete {
    width: calc(100% - 500px);
  }
}
#dashboard #people_search_tab .search_input_container.autocomplete {
  width: calc(100% - 380px);
}
@media only screen and (min-width: 1441px) {
  #dashboard #people_search_tab .search_input_container.autocomplete {
    width: calc(100% - 420px);
  }
}

.saved_search_table {
  background-color: #e2eef7;
  border-collapse: collapse;
}
.saved_search_table th {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  border-top: 2px solid #d84a3e;
  vertical-align: middle;
  padding-top: 10px;
  border-left: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.saved_search_table th:first-of-type {
  border-left: none;
}
.saved_search_table th .caption {
  color: #ABABAB;
  font-size: 0.8em;
  margin-top: 5px;
}
.saved_search_table td {
  padding: 10px;
  vertical-align: middle;
}
.saved_search_table td button {
  padding: 4px 12px;
  height: 28px;
  margin-right: 2px;
  background-color: #FAFAFA;
  border: 1px solid #DEDEDE;
  cursor: pointer;
}
.saved_search_table td button:hover {
  background-color: #EFEFEF;
}
.saved_search_table td button:hover .email_icon {
  transform: rotate(20deg);
}
.saved_search_table td .email_alerts_button_weekly {
  background-color: #FEE9E1;
  color: #c26374;
}
.saved_search_table td .email_alerts_button_weekly .email_icon {
  color: #c26374;
}
.saved_search_table td .email_alerts_button_weekly span.label:after {
  content: "Weekly emails";
}
.saved_search_table td .email_alerts_button_monthly {
  background-color: #FEE9E1;
  color: #c26374;
}
.saved_search_table td .email_alerts_button_monthly .email_icon {
  color: #c26374;
}
.saved_search_table td .email_alerts_button_monthly span.label:after {
  content: "Monthly emails";
}
.saved_search_table td .email_alerts_button_none {
  background-color: #FAFAFA;
  color: #000000;
}
.saved_search_table td .email_alerts_button_none .email_icon {
  color: #DEDEDE;
}
.saved_search_table td .email_alerts_button_none span.label:after {
  content: "Set up an alert";
}
.saved_search_table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.saved_search_table tr:nth-child(odd) {
  background-color: #EFEFEF;
}
.saved_search_table thead tr:nth-child(1) {
  background-color: #FAFAFA;
}

#example_searches_help {
  margin-top: 40px;
}

#example_searches_help .saved_search_table th {
  border-top: 2px solid #FFC300;
}

.page_users #pagebody .message, .page_groups #pagebody .message {
  padding: 20px;
  margin: 5px;
  border: 1px solid #336699;
  background-color: #eff5ff;
  color: #597c9d;
}

.new_user_form {
  background-color: #e2eef7;
  padding: 10px;
}

.new_user_form table {
  border: 1px solid #336699;
}

table.new_user {
  width: 640px;
  border-collapse: collapse;
}
table.new_user th {
  text-align: left;
}
table.new_user td {
  vertical-align: top;
  padding: 5px;
}
table.new_user tr:nth-child(even) {
  background-color: #f2f2f2;
}

.about_user_types_message {
  margin-top: 40px;
}

.group_admin h2 {
  border-bottom: 2px solid #DEDEDE;
}

.shareable {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  cursor: pointer;
  width: 800px;
  padding: 20px;
  background: #e2eef7;
  color: #336699;
  font-family: monospace;
}

#copied_to_clipboard_message {
  text-align: right;
  font-size: 0.8em;
  text-transform: uppercase;
  flex-grow: 1;
}

.shareable .icon {
  margin-right: 20px;
}

.group_admin section {
  margin-bottom: 40px;
}

.user_admin .searchbutton {
  background-color: #d84a3e;
  color: white;
  width: 80px;
  border-radius: 10px;
  margin-left: 10px;
  height: 32px;
  line-height: 32px;
}

.user_search_block {
  margin: 10px 0px;
  background-color: #a4cec4;
  background-color: #EFEFEF;
  padding: 10px;
}

.user_search_block .instructions {
  color: #526762;
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
  padding: 5px;
}

.user_search_block .title {
  margin-bottom: 10px;
}

.user_search_block .fas {
  margin-right: 10px;
}

.user_search_form_body {
  display: flex;
}

.user_search_form_body .querybox {
  width: 450px;
  height: 32px;
  line-height: 1em;
  font-size: 1em;
  border: 1px solid #7fa9d1;
  padding: 5px;
  font-family: hepta slab, serif;
}

.user_admin_block {
  background-color: #f6dbd3;
}

.user_admin_block .clickable_title {
  cursor: pointer;
  color: #c26374;
  padding: 10px;
  user-select: none;
}

.user_admin_block .clickable_title .fas {
  margin-right: 10px;
}

.user_admin_block .new_user_form_body {
  display: none;
  padding: 10px;
}

.user_admin_block .new_user_form_body table {
  font-size: 0.8em;
}

.user_admin_block .new_user_form_body table tr:nth-child(even) {
  background-color: #EFEFEF;
}

.user_admin_block .new_user_form_body table tr:nth-child(odd) {
  background-color: #FAFAFA;
}

.user_admin_block .new_user_form_body input, textarea {
  width: 100%;
}

.user_admin_block .new_user_form_body .under_textbox_header {
  line-height: 120%;
  font-size: 1em;
  margin: 10px 0px;
}
.user_admin_block .new_user_form_body .suggested_passwords_holder {
  display: flex;
  margin: 10px 5px;
}
.user_admin_block .new_user_form_body .suggested_passwords_holder .suggested_password {
  font-size: 1em;
  margin-right: 5px;
  user-select: none;
  line-height: 120%;
}

.user_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.user_row:nth-child(even) {
  background-color: #e1ede3;
}

.user_row:nth-child(odd) {
  background-color: #d1ddd3;
}

.user_row div {
  padding: 5px;
  overflow-wrap: break-word;
  width: 320px;
}

.user_row .field_hibernated {
  width: 24px;
  flex-grow: 0;
  padding-top: 18px;
}

.user_row .last_seen_note {
  color: #526762;
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}

.user_row .action_buttons {
  display: flex;
  padding: 5px 0px;
}

.user_row .action_buttons input {
  margin: 0px 5px 0px 0px;
}

#api_container {
  display: flex;
  flex-direction: row;
}

#api_sidebar {
  width: 320px;
  padding: 30px 10px 10px 10px;
  background-color: #EFEFEF;
}

#api_content {
  width: 100%;
  max-width: 920px;
  padding: 40px 20px 20px 40px;
}
#api_content code.inline {
  background-color: #EEEEEE;
  color: red;
  padding: 4px;
  line-height: 1.5;
}
#api_content pre {
  font-size: 14px;
  background: #EEEEEE;
  padding: 5px 10px;
}
#api_content h1 {
  padding-bottom: 40px;
}
#api_content h2 {
  padding-top: 20px;
  border-bottom: 1px solid black;
}
#api_content li {
  padding-bottom: 10px;
}
#api_content h3 {
  padding-top: 20px;
}
#api_content .introduction {
  background-color: #EFEFEF;
  padding: 20px;
  border-radius: 10px;
}
#api_content .image_holder {
  text-align: center;
  padding: 20px;
}
#api_content .image_holder img {
  border: 1px solid #999;
}
#api_content #swagger-ui .information-container .info {
  display: none;
}

#setup {
  padding: 0px;
  background-image: url(images/large_settings_graphic.png);
  background-repeat: no-repeat;
  background-color: #f6dbd3;
  background-size: 50%;
  height: 1400px;
}
#setup .search_hints {
  font-style: italic;
  margin-top: 20px;
}
#setup #searchbar {
  margin: 20px auto 20px auto;
  text-align: center;
  max-width: 800px;
  border-top: 3px solid #d84a3e;
  background-color: rgba(230, 230, 230, 0.75);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media only screen and (min-width: 1441px) {
  #setup #searchbar {
    max-width: 960px;
  }
}
#setup .example {
  background-color: rgba(230, 230, 230, 0.75);
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}
#setup #examples {
  margin: 20px auto 200px auto;
  text-align: center;
  max-width: 840px;
}
@media only screen and (min-width: 1441px) {
  #setup #examples {
    max-width: 1000px;
  }
}
#setup .example {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  width: 385px;
  border-top: 3px solid #7fa9d1;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media only screen and (min-width: 1441px) {
  #setup .example {
    width: 465px;
  }
}
#setup #examples_header {
  text-align: center;
}
#setup .example:nth-child(odd) {
  margin-left: 0px;
}
#setup .example:nth-child(even) {
  margin-right: 0px;
}
#setup .example h2 {
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  font-size: 1em;
}
#setup .example a {
  color: black;
  display: inline-block;
  padding: 0px 20px 0px 20px;
  background-color: #EFEFEF;
  border-radius: 15px;
}
#setup .example.larger {
  height: 75px;
  max-height: 75px;
  overflow: hidden;
}
#setup .example a:hover {
  background-color: #DEDEDE;
}
#setup #searchbar .autocomplete-items {
  width: 740px;
}
#setup #searchbar h1 {
  margin-bottom: 40px;
}
#setup .searchbar_form {
  width: 100%;
}
#setup .searchbar_form .searchbox {
  width: 100%;
}
#setup .searchbar_form .search_input_container.autocomplete {
  width: calc(100% - 200px);
}
#setup .searchbar_form .searchbutton {
  margin-left: 10px;
  background-color: #d84a3e;
  color: white;
}

.user-log-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.user-log-export {
  position: absolute;
  right: 40px;
  color: rgb(87, 87, 87) !important;
}

.user-log-export i {
  color: rgb(87, 87, 87);
}

.text_input {
  font-family: "Manjari", sans-serif;
  border: 1px solid #1D1F3B;
  padding: 0.65625rem 0.75rem 0.40625rem 0.75rem;
  border-radius: 24px;
  width: 100%;
}
.text_input:focus-visible {
  outline: none;
  border: 2px solid #1D1F3B;
}

.overton_button {
  padding: 8px 12px 4px 12px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 24px;
}
.overton_button.small {
  padding: 6px 8px 2px 8px;
  font-size: 14px;
  line-height: 16px;
}
.overton_button.outlined {
  border: 1px solid #1D1F3B;
  color: #1D1F3B;
}
.overton_button.outlined:hover {
  background: rgba(29, 31, 59, 0.05);
}
.overton_button.contained {
  background: rgb(29, 31, 59);
  border: 1px solid #1D1F3B;
  color: white;
}
.overton_button.contained:hover {
  background: rgba(29, 31, 59, 0.85);
}
.overton_button:disabled {
  background: #bbb;
  border-color: #bbb;
  color: #999;
  cursor: auto;
}
.overton_button:disabled:hover {
  background: #bbb;
  border-color: #bbb;
}

.outline-button {
  border-style: solid;
  border-color: #1b1b1a;
  border-width: 1px 1px 2px 1px;
  border-radius: 24px;
  background: transparent;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  text-decoration: none !important;
}

.document .reference .buttons, .article .reference .buttons {
  text-align: right;
  width: 200px;
  padding-top: 20px;
  float: left;
}
.document .bookmark_button_holder, .article .bookmark_button_holder {
  padding-left: 8px;
}
.document .reference_button.star_button.starred, .document .document .references.filtered .reference_button.star_button.starred, .article .reference_button.star_button.starred, .article .document .references.filtered .reference_button.star_button.starred {
  width: 100px;
  text-align: left;
  background-color: #7fa9d1;
  color: #FFF;
}
@media only screen and (min-width: 1441px) {
  .document .reference_button.star_button.starred, .document .document .references.filtered .reference_button.star_button.starred, .article .reference_button.star_button.starred, .article .document .references.filtered .reference_button.star_button.starred {
    width: 140px;
  }
}
.document .reference_button.ris_button, .article .reference_button.ris_button {
  width: 300px;
  text-align: left;
}
@media only screen and (min-width: 1441px) {
  .document .reference_button.ris_button, .article .reference_button.ris_button {
    width: 140px;
  }
}
.document .reference_button.star_button.under_thumb_button.starred, .article .reference_button.star_button.under_thumb_button.starred {
  width: 140px;
}
.document .reference_button .fas, .document .reference_button .far, .article .reference_button .fas, .article .reference_button .far {
  opacity: 0.5;
  padding-top: -10px;
  margin-right: 0px;
  padding-right: 5px;
}
.document .reference_button:hover, .article .reference_button:hover {
  color: black;
}
.document .reference_button:hover .fas, .article .reference_button:hover .fas {
  opacity: 1;
  color: #c26374;
}
.document .reference_button.star_button.starred .fa-bookmark, .article .reference_button.star_button.starred .fa-bookmark {
  opacity: 1;
  padding-right: 10px;
}
.document .reference_button.star_button:after, .article .reference_button.star_button:after {
  content: "Highlight this";
}
.document .reference_button.star_button.starred:after, .article .reference_button.star_button.starred:after {
  content: "Highlighted";
}
.document .reference_button.star_button.starred .caption, .article .reference_button.star_button.starred .caption {
  display: none;
}
.document .reference_button, .article .reference_button {
  display: inline-block;
  text-align: right;
  padding: 0px 25px 0px 25px;
  padding-top: 2px;
  margin: 0px;
  margin-bottom: 5px;
  border: 0px;
  border-radius: 24px;
  font-family: "Manjari", sans-serif;
  font-size: 0.85rem;
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  background-color: rgb(240, 239, 230);
  color: #464544;
}
@media only screen and (min-width: 1441px) {
  .document .reference_button, .article .reference_button {
    height: 32px;
    line-height: 32px;
  }
}
.document .reference_button.inline_button, .article .reference_button.inline_button {
  background-color: white;
  margin-top: 0px;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  padding: 0px;
}
@media only screen and (min-width: 1441px) {
  .document .reference_button.inline_button, .article .reference_button.inline_button {
    height: 32px;
    line-height: 32px;
  }
}
.document .reference_button.under_thumb_button, .article .reference_button.under_thumb_button {
  background-color: white;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 10px;
  padding: 2px 8px 0px;
  height: auto;
  width: 100%;
  line-height: 20px;
  text-align: left;
}
.document .reference_button.under_thumb_button.link_rotted, .article .reference_button.under_thumb_button.link_rotted {
  background-color: #ffdbd6;
  border-radius: 4px;
}
.document .reference_button.under_thumb_button.link_rotted i, .article .reference_button.under_thumb_button.link_rotted i {
  margin-top: -3px;
}
.document .reference_button.under_thumb_button.internet_archive, .article .reference_button.under_thumb_button.internet_archive {
  margin-top: 5px;
}
.document .reference_button.under_thumb_button.internet_archive, .document .reference_button.under_thumb_button.link_rotted, .article .reference_button.under_thumb_button.internet_archive, .article .reference_button.under_thumb_button.link_rotted {
  display: flex;
  align-items: center;
}
.document .under_thumb.buttons, .article .under_thumb.buttons {
  display: flex;
  flex-direction: column;
}
.document .under_thumb .reference_button i.fas, .document .under_thumb .reference_button i.far, .article .under_thumb .reference_button i.fas, .article .under_thumb .reference_button i.far {
  margin-right: 10px;
}
.document .reference_button.inline_button.starred, .article .reference_button.inline_button.starred {
  padding: 2px 15px 0px 15px;
}
.document .references.filtered .reference_button, .article .references.filtered .reference_button {
  background-color: #eff5ff;
  color: #000;
}

#results {
  padding: 0px;
  margin-bottom: 10px;
  background-color: #FAFAFA;
}

#results .bottom_controls {
  display: flex;
  justify-content: center;
}

#results .controls {
  margin: 5px 5px 7px 5px;
}

#results .result_rows {
  background-color: white;
  padding-left: 5px;
  padding-bottom: 20px;
}

#results .result:first-of-type {
  margin-top: 0px;
  border-top: 0px;
}

#results .results_count {
  height: 28px;
  line-height: 28px;
  font-size: 0.8em;
  padding-top: 2px;
  font-style: italic;
  margin-left: 5px;
  margin-right: 10px;
  font-family: "Manjari", sans-serif;
  color: #ABABAB;
  flex-grow: 2;
  text-align: right;
  white-space: nowrap;
}

#results .dropbtn {
  background-color: #FAFAFA;
  color: #000000;
  text-transform: none;
  margin-right: 10px;
}
#results .dropbtn a {
  color: #000000;
}
#results .dropbtn i {
  padding-right: 5px;
  color: #c26374;
}
#results .dropbtn i.fa-caret-down {
  color: #ABABAB;
}

#results .dropdown:hover .dropbtn.report {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
#results .dropdown:hover .dropbtn {
  background-color: #FEE9E1;
  color: #c26374;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#results .dropdown:hover .dropbtn a {
  color: #c26374;
}
#results .dropdown:hover .dropbtn i {
  color: #c26374;
}

.dropbtn {
  font-size: 0.85rem;
  background-color: #EFEFEF;
  color: black;
  width: 180px;
  height: 32px;
  border: none;
  padding-top: 2px;
  cursor: pointer;
}
@media only screen and (min-width: 1441px) {
  .dropbtn {
    height: 40px;
    width: 240px;
  }
}
.dropbtn .icon_hint_grouping {
  display: inline-block;
  margin: 0px 5px 0px 5px;
}
.dropbtn .icon_hint_grouping .far {
  color: #beb5a9;
}

.dropbtn.wider {
  width: 240px;
}
@media only screen and (min-width: 1441px) {
  .dropbtn.wider {
    width: 320px;
  }
}

.dropbtn.small {
  width: 110px;
  height: 28px;
}
@media only screen and (min-width: 1441px) {
  .dropbtn.small {
    height: 28px;
    width: 160px;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #DEDEDE;
  font-style: italic;
  font-size: 0.85rem;
  width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content .far {
  margin-right: 10px;
}
.dropdown-content .group_title {
  font-style: normal;
  display: block;
  padding: 10px;
  color: #ABABAB;
}
@media only screen and (min-width: 1441px) {
  .dropdown-content {
    width: 460px;
  }
}

.dropdown-content a, .dropdown-content button {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background: none;
}

.dropdown-content button {
  font-style: italic;
  font-size: 0.85rem;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  text-align: left;
}

.dropdown-content a:hover, .dropdown-content button:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #EFEFEF;
}

.dropbtn:hover {
  background-color: #EFEFEF;
}

.dropdown-slim .dropdown-content {
  width: 200px;
  margin-left: 0px;
}
.dropdown-slim .dropdown-content a {
  padding: 6px 8px;
}

.tag_container {
  display: flex;
  padding: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  align-content: flex-start;
  flex-wrap: wrap;
}

#user_tags_facet_display {
  background-color: #DEDEDE;
}

#user_tags_facet_display, #existing_tags_facet_display {
  padding: 10px;
}

#user_tags_facet_display {
  padding-left: 15px;
}

#existing_tags_facet_display h4 {
  margin: 5px 10px;
  text-transform: uppercase;
}

#user_tags_facet_display h4 {
  margin: 5px 10px;
}

.tag_container .tag {
  cursor: pointer;
  background-color: #e1ede3;
  padding: 6px 8px;
  border-radius: 5px;
  font-size: 0.75rem;
  margin: 0 5px 5px;
  color: #2B3F3A;
}

.tag_container .tag .fa-tag {
  vertical-align: middle;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  opacity: 1;
}

.tag_container .message {
  font-style: italic;
  padding-left: 8px;
}

.tag_container .existing_tag:hover {
  opacity: 0.6;
  text-decoration: line-through;
}

.pace.pace-inactive {
  display: none;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  height: 60px;
  width: 100px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace .pace-progress {
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.pace .pace-progress:before {
  content: attr(data-progress-text);
  text-align: center;
  color: #fff;
  background: #29d;
  border-radius: 50%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 100;
  line-height: 1;
  padding: 20% 0 7px;
  width: 50%;
  height: 40%;
  margin: 10px 0 0 30px;
  display: block;
  z-index: 999;
  position: absolute;
}

.pace .pace-activity {
  font-size: 15px;
  line-height: 1;
  z-index: 2000;
  position: absolute;
  height: 60px;
  width: 100px;
  display: block;
  -webkit-animation: pace-theme-center-atom-spin 2s linear infinite;
  -moz-animation: pace-theme-center-atom-spin 2s linear infinite;
  -o-animation: pace-theme-center-atom-spin 2s linear infinite;
  animation: pace-theme-center-atom-spin 2s linear infinite;
}

.pace .pace-activity {
  border-radius: 50%;
  border: 5px solid #29d;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100px;
}

.pace .pace-activity:after {
  border-radius: 50%;
  border: 5px solid #29d;
  content: " ";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.pace .pace-activity:before {
  border-radius: 50%;
  border: 5px solid #29d;
  content: " ";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  height: 60px;
  width: 100px;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}

@-webkit-keyframes pace-theme-center-atom-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes pace-theme-center-atom-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes pace-theme-center-atom-spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes pace-theme-center-atom-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.source_infobox {
  border-top: 4px solid #7fa9d1;
  padding: 20px;
  width: 640px;
}

.source_infobox .title {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0px;
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  letter-spacing: -1px;
}

.source_infobox .categories {
  margin-top: 15px;
}

.source_infobox .categories a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 5px;
  background-color: rgb(240, 239, 230);
  height: 28px;
  line-height: 28px;
  margin: 2px 0;
}

.source_infobox .categories a.homepage {
  margin-left: 20px;
  background-color: #a4cec4;
  color: white;
  text-transform: lowercase;
}

.actions_infobox {
  border-top: 4px solid #af3d32;
  padding: 20px;
  width: 180px;
}

.actions_infobox ul {
  margin-left: 5px;
  padding-left: 5px;
}

.actions_infobox li {
  margin-bottom: 5px;
}

.subjects_infobox {
  border-top: 4px solid #af3d32;
  padding: 20px;
  width: 280px;
}

.child_nodes {
  padding-bottom: 10px;
}

.dois_infobox {
  padding: 10px;
  width: 600px;
}

.dois_infobox .label {
  margin: 10px 0px 10px 0px;
}

.dois_infobox .searchbutton {
  margin-top: 10px;
  font-size: 0.85rem;
  height: 32px;
  font-weight: normal;
  background-color: #EFEFEF;
  border-radius: 24px;
  color: black;
  width: 200px;
}
@media only screen and (min-width: 1441px) {
  .dois_infobox .searchbutton {
    height: 40px;
  }
}

.dois_infobox .searchbutton:hover {
  background-color: #EAEAEA;
}

#doisform form {
  margin: 0px;
  padding: 0px;
}

#doientrybox, #peopleentrybox {
  height: 400px;
  width: 600px;
}
@media only screen and (min-width: 1441px) {
  #doientrybox, #peopleentrybox {
    height: 600px;
  }
}

.search_tabs {
  margin: 10px auto 0px auto;
  width: 840px;
}
@media only screen and (min-width: 1441px) {
  .search_tabs {
    width: 1000px;
    margin: 20px auto 0px auto;
  }
}

.search_tab {
  display: none;
}

.search_tab.active {
  display: block;
}

.search_tabs .tabs {
  display: flex;
  padding: 0px;
  margin: 0px;
}

.search_tabs .tabs .tab {
  padding: 5px 20px 5px 20px;
  background-color: #DEDEDE;
  color: #ABABAB;
  border-radius: 10px 10px 0px 0px;
  margin-right: 5px;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 0.8em;
  height: 32px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  user-select: none;
}

.search_tabs .tabs .tab.active {
  margin-top: 0px;
  height: 37px;
  background-color: #EFEFEF;
  color: black;
}

.search_tabs.slim .tabs #documents_tab:hover:not(.active), .search_tabs.slim .tabs #people_tab:hover:not(.active), .search_tabs.slim .tabs #articles_tab:hover:not(.active) {
  background-color: #EAEAEA;
  color: black;
}

.search_tabs.slim {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #FAFAFA;
}
.search_tabs.slim .search_tabs_container {
  padding-top: 5px;
}
.search_tabs.slim .searchbox {
  outline-width: 0px;
}
.search_tabs.slim #documents_tab, .search_tabs.slim #people_tab, .search_tabs.slim #articles_tab {
  background-color: #EFEFEF;
  color: #ABABAB;
}
.search_tabs.slim .search_tab {
  padding: 10px 10px 0px 10px;
}
.search_tabs.slim .search_input_container {
  padding-bottom: 10px;
}
.search_tabs.slim #documents_search_tab {
  background-color: #a4cec4;
}
.search_tabs.slim #people_search_tab {
  background-color: #a4cec4;
}
.search_tabs.slim #articles_search_tab {
  background-color: #a4cec4;
}
.search_tabs.slim #documents_tab.active {
  background-color: #a4cec4;
  color: black;
}
.search_tabs.slim #people_tab.active {
  background-color: #a4cec4;
  color: black;
}
.search_tabs.slim #articles_tab.active {
  background-color: #a4cec4;
  color: black;
}
.search_tabs.slim #searchbar {
  padding: 0px;
  border-top: 0px;
  background-color: #FAFAFA;
}
.search_tabs.slim .tabs {
  margin-top: 5px;
}
.search_tabs.slim .tabs .tab {
  height: 25px;
  line-height: 30px;
  text-align: center;
  padding: 5px 15px 5px 15px;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 0px;
  margin-left: 5px;
  border-radius: 5px 5px 0px 0px;
  min-width: 60px;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /* Rules below not implemented in browsers yet */
  user-select: none;
}
@media only screen and (min-width: 1441px) {
  .search_tabs.slim .tabs .tab {
    min-width: 180px;
  }
}
.search_tabs.slim .tabs .tab.active {
  margin-top: 0px;
  height: 25px;
  line-height: 30px;
}
.search_tabs.slim h1 {
  display: none;
}
.search_tabs.slim .search_hints {
  display: none;
}

#megasearch.search_tabs:not(.slim) button.searchbutton:hover {
  background-color: #EAEAEA;
}

.search_tabs #searchbar {
  border-top: 0px solid #DEDEDE;
}

.search_tabs .panels {
  background-color: #EFEFEF;
  border-radius: 0px 0px 20px 20px;
}

.search_tabs .search_tab {
  padding: 20px;
}

#megasearch .searchbar_form button.searchbutton {
  background-color: #FAFAFA;
  outline-width: 0px;
  color: black;
  cursor: pointer;
}

#megasearch .searchbar_form button.searchbutton.long {
  width: 260px;
}

#megasearch .searchbar_form button.searchbutton:hover {
  background-color: #EFEFEF;
}

#single_journal_bar {
  color: white;
  background-color: #af3d32;
  padding: 10px 10px 6px 25px;
  font-size: 1.2em;
  line-height: 42px;
  display: block;
}

.operations_log {
  font-family: "Hepta Slab", serif;
  font-size: 14px;
  padding: 10px;
  margin: 5px 0px 10px;
  border-radius: 10px;
  background-color: #eff5ff;
  color: #597c9d;
}

div.error {
  background-color: #ffece6;
  color: #cc3300;
  border: 1px solid #ff4000;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}
div.error h3 {
  margin: 0px 0px 10px 0px;
}

div.warning {
  background-color: #fef5e9;
  color: #cf711f;
  border: 1px solid #f0c929;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
}
div.warning h3 {
  margin: 0px 0px 10px 0px;
}

div.notice {
  background-color: #eff5ff;
  color: #2e6887;
  border: 1px solid #7fa9d1;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}
div.notice h3 {
  margin: 0px 0px 10px 0px;
}

.visitor_message h2 {
  font-weight: normal;
}

.visitor_message {
  background-color: #EFEFEF;
  padding: 10px 10px 10px 50px;
  color: black;
}

.trial_message {
  display: flex;
  align-items: top;
  margin: 10px 10px 10px 0px;
  padding: 10px;
  min-height: 32px;
  font-size: 0.8em;
}
@media only screen and (min-width: 1441px) {
  .trial_message {
    margin: 20px 20px 20px 0px;
  }
}

.trial_message .icon {
  font-size: 32px;
  color: #d84a3e;
  margin-right: 20px;
}
@media only screen and (min-width: 1441px) {
  .trial_message .icon {
    font-size: 50px;
  }
}

.trial_message .text p {
  margin: 10px 0px 0px 0px;
}

#maintenance {
  padding: 20px;
  border: 1px solid #DEDEDE;
  width: 620px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.filtering_metadata {
  color: #000;
  background-color: #FAFAFA;
  padding: 10px 20px 10px 20px;
  margin: 0px;
  vertical-align: middle;
}

#query_toolbar {
  background-color: #ffbf00;
  color: black;
  font-size: 1em;
  line-height: 24px;
  padding: 10px 10px 6px 25px;
}

#query_profile {
  display: none;
  background-color: #ffcc99;
  padding: 10px 10px 10px 25px;
}

.overton_swal_popups {
  font-family: "Manjari", sans-serif;
  font-size: 14px;
}
@media only screen and (min-width: 1441px) {
  .overton_swal_popups {
    font-size: 18px;
  }
}
.overton_swal_popups .swal2-html-container {
  font-size: 0.8em;
}
@media only screen and (min-width: 1441px) {
  .overton_swal_popups .swal2-html-container {
    font-size: 1em;
  }
}
.overton_swal_popups #swal2-title {
  font-family: "Hepta Slab", serif;
  font-weight: normal;
  font-size: 1.6em;
}
.overton_swal_popups button {
  width: 100px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  background-color: #a4cec4;
  color: white;
  margin: 0px 10px;
  outline: none;
}
.overton_swal_popups button.swal2-cancel {
  background-color: #d84a3e;
}
.overton_swal_popups button.swal2-cancel:focus {
  border: 2px solid #af3d32;
}
.overton_swal_popups button.swal2-cancel:hover {
  background-color: #af3d32;
}
.overton_swal_popups button:focus {
  border: 2px solid #94beb4;
}
.overton_swal_popups button:hover {
  background-color: #94beb4;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid white;
  display: flex;
  border-radius: 1em;
  flex-direction: column;
  padding: 2.5em 1.5em;
  gap: 1.1em;
  z-index: 1000;
  width: 564px;
  height: 250px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.modal h2 {
  font-family: "Manjari", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0px;
  color: #000000;
}

.modal p {
  padding: 0px;
  gap: 0px;
  margin: 0px;
}

.modal form {
  width: 100%;
  height: 100%;
}

.option-row input[type=radio] {
  transform: scale(2);
  cursor: pointer;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  font-family: "Manjari", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.option-row {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}

.alt-email-input {
  font-family: "Manjari", sans-serif;
  font-size: 16px;
  border: 1px solid #666666;
  border-radius: 26px;
  padding: 10px 12px 8px;
  gap: 8px;
  width: 300px;
}

.export-button-container {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.export-button-container button {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1D1F3B;
  border-radius: 24px;
  padding: 12px 16px 8px;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  cursor: pointer;
}

.error-message {
  color: red;
  padding-left: 2px;
  margin-bottom: -10px;
  font-size: 12px;
}

.overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1D1F3B;
  opacity: 0.4;
  z-index: 999;
}

.overton_button {
  padding: 8px 12px 4px 12px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 24px;
}
.overton_button.small {
  padding: 6px 8px 2px 8px;
  font-size: 14px;
  line-height: 16px;
}
.overton_button.outlined {
  border: 1px solid #1D1F3B;
  color: #1D1F3B;
}
.overton_button.outlined:hover {
  background: rgba(29, 31, 59, 0.05);
}
.overton_button.contained {
  background: rgb(29, 31, 59);
  border: 1px solid #1D1F3B;
  color: white;
}
.overton_button.contained:hover {
  background: rgba(29, 31, 59, 0.85);
}
.overton_button:disabled {
  background: #bbb;
  border-color: #bbb;
  color: #999;
  cursor: auto;
}
.overton_button:disabled:hover {
  background: #bbb;
  border-color: #bbb;
}

.document-not-found-page {
  display: flex;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 150px 50px;
  box-sizing: border-box;
  align-items: center;
}
.document-not-found-page__content, .document-not-found-page__image {
  flex: 0 1 auto;
}
.document-not-found-page__content {
  padding-right: 25px;
}
.document-not-found-page h2 {
  margin: 10px 0;
}
.document-not-found-page h1 {
  font-size: 1.8em;
  font-family: "Manjari", sans-serif;
}
.document-not-found-page .subtitle {
  font-size: 1.4em;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .document-not-found-page {
    flex-wrap: wrap;
  }
  .document-not-found-page__image {
    order: 1;
    justify-content: flex-end;
    flex: 1;
    display: flex;
  }
  .document-not-found-page__content {
    order: 2;
  }
}

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