
@import url("https://fonts.googleapis.com/css?family=Markazi+Text:400,500,700&display=swap"); /*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0f2450;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #328fc7;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Markazi Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.33;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, .documents-list .document .document-title-heading, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #17377b;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0b1a3b;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, .documents-list .document .document-title-heading, h6,
.h1, .h2, .h3, .h4, .facets-heading, .h5, .page-sidebar .nav-heading, .h6, .documents-masonry .document .index_title, .documents-gallery .index_title, .facet-field-heading {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3.125rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3 {
  font-size: 2.1875rem;
}

h4, .h4, .facets-heading {
  font-size: 1.875rem;
}

h5, .documents-list .document .document-title-heading, .h5, .page-sidebar .nav-heading {
  font-size: 1.5625rem;
}

h6, .h6, .documents-masonry .document .index_title, .documents-gallery .index_title, .facet-field-heading {
  font-size: 1.25rem;
}

.lead {
  font-size: 1.5625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .facet-values {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.5625rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .navbar-search .search-query-form, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .documents-gallery .document dd, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .blacklight-catalog-edit .tags, .blacklight-catalog-edit .dl-horizontal, .blacklight-catalog-show .tags, .blacklight-catalog-show .dl-horizontal, .blacklight-catalog-edit .edit_solr_document, .blacklight-catalog-show .edit_solr_document, .blacklight-catalog-edit .img-thumbnail, .blacklight-catalog-show .img-thumbnail, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .item-features .carousel-indicators.col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6, .item-features .carousel-indicators.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6, .blacklight-catalog-edit .tags, .blacklight-catalog-edit .dl-horizontal, .blacklight-catalog-show .tags, .blacklight-catalog-show .dl-horizontal, .blacklight-catalog-edit .edit_solr_document, .blacklight-catalog-show .edit_solr_document, .blacklight-catalog-edit .img-thumbnail, .blacklight-catalog-show .img-thumbnail {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12, .documents-gallery .document dd, .navbar-search .search-query-form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8, .navbar-search .search-query-form {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bcc2ce;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #828da4;
}

.table-hover .table-primary:hover {
  background-color: #adb5c3;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #adb5c3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c6e0ef;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #94c5e2;
}

.table-hover .table-info:hover {
  background-color: #b2d5e9;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b2d5e9;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .item-text-admin #item-text, .st-block input[type=text], .form-group .st-text-block, .input-group > .search-autocomplete-wrapper {
  display: block;
  width: 100%;
  height: calc(1.33em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.33;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .item-text-admin #item-text, .st-block input[type=text], .form-group .st-text-block, .input-group > .search-autocomplete-wrapper {
    transition: none;
  }
}
.form-control::-ms-expand, .item-text-admin #item-text::-ms-expand, .st-block input[type=text]::-ms-expand, .form-group .st-text-block::-ms-expand, .input-group > .search-autocomplete-wrapper::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .item-text-admin #item-text:focus, .st-block input[type=text]:focus, .form-group .st-text-block:focus, .input-group > .search-autocomplete-wrapper:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2354bb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.form-control::-moz-placeholder, .item-text-admin #item-text::-moz-placeholder, .st-block input[type=text]::-moz-placeholder, .form-group .st-text-block::-moz-placeholder, .input-group > .search-autocomplete-wrapper::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .item-text-admin #item-text::placeholder, .st-block input[type=text]::placeholder, .form-group .st-text-block::placeholder, .input-group > .search-autocomplete-wrapper::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .item-text-admin #item-text:disabled, .st-block input[type=text]:disabled, .form-group .st-text-block:disabled, .input-group > .search-autocomplete-wrapper:disabled, .form-control[readonly], .item-text-admin [readonly]#item-text, .st-block input[readonly][type=text], .form-group [readonly].st-text-block, .input-group > [readonly].search-autocomplete-wrapper {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, .item-text-admin input[type=date]#item-text, .st-block input[type=date][type=text], .form-group input[type=date].st-text-block, .input-group > input[type=date].search-autocomplete-wrapper,
input[type=time].form-control,
.item-text-admin input[type=time]#item-text,
.st-block input[type=time][type=text],
.form-group input[type=time].st-text-block,
.input-group > input[type=time].search-autocomplete-wrapper,
input[type=datetime-local].form-control,
.item-text-admin input[type=datetime-local]#item-text,
.st-block input[type=datetime-local][type=text],
.form-group input[type=datetime-local].st-text-block,
.input-group > input[type=datetime-local].search-autocomplete-wrapper,
input[type=month].form-control,
.item-text-admin input[type=month]#item-text,
.st-block input[type=month][type=text],
.form-group input[type=month].st-text-block,
.input-group > input[type=month].search-autocomplete-wrapper {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring, .item-text-admin select#item-text:-moz-focusring, .form-group select.st-text-block:-moz-focusring, .input-group > select.search-autocomplete-wrapper:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, .item-text-admin select#item-text:focus::-ms-value, .form-group select.st-text-block:focus::-ms-value, .input-group > select.search-autocomplete-wrapper:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.33;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.5625rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.33;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .expanded-add-button .input-field input.form-control-plaintext[type=text], .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .expanded-add-button .input-field input[type=text] {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .item-text-admin select[size]#item-text, .form-group select[size].st-text-block, .input-group > select[size].search-autocomplete-wrapper, select.form-control[multiple], .item-text-admin select[multiple]#item-text, .form-group select[multiple].st-text-block, .input-group > select[multiple].search-autocomplete-wrapper {
  height: auto;
}

textarea.form-control, .item-text-admin textarea#item-text, .form-group textarea.st-text-block, .input-group > textarea.search-autocomplete-wrapper {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #666;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.09375rem;
  line-height: 1.33;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .item-text-admin #item-text:valid, .item-text-admin .was-validated #item-text:valid, .was-validated .st-block input[type=text]:valid, .st-block .was-validated input[type=text]:valid, .was-validated .form-group .st-text-block:valid, .form-group .was-validated .st-text-block:valid, .was-validated .input-group > .search-autocomplete-wrapper:valid, .form-control.is-valid, .item-text-admin .is-valid#item-text, .st-block input.is-valid[type=text], .form-group .is-valid.st-text-block, .input-group > .is-valid.search-autocomplete-wrapper {
  border-color: #28a745;
  padding-right: calc(1.33em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3325em + 0.1875rem) center;
  background-size: calc(0.665em + 0.375rem) calc(0.665em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .item-text-admin #item-text:valid:focus, .item-text-admin .was-validated #item-text:valid:focus, .was-validated .st-block input[type=text]:valid:focus, .st-block .was-validated input[type=text]:valid:focus, .was-validated .form-group .st-text-block:valid:focus, .form-group .was-validated .st-text-block:valid:focus, .was-validated .input-group > .search-autocomplete-wrapper:valid:focus, .form-control.is-valid:focus, .item-text-admin .is-valid#item-text:focus, .st-block input.is-valid[type=text]:focus, .form-group .is-valid.st-text-block:focus, .input-group > .is-valid.search-autocomplete-wrapper:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, .was-validated .item-text-admin select#item-text:valid, .item-text-admin .was-validated select#item-text:valid, .was-validated .form-group select.st-text-block:valid, .form-group .was-validated select.st-text-block:valid, .was-validated .input-group > select.search-autocomplete-wrapper:valid, select.form-control.is-valid, .item-text-admin select.is-valid#item-text, .form-group select.is-valid.st-text-block, .input-group > select.is-valid.search-autocomplete-wrapper {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, .was-validated .item-text-admin textarea#item-text:valid, .item-text-admin .was-validated textarea#item-text:valid, .was-validated .form-group textarea.st-text-block:valid, .form-group .was-validated textarea.st-text-block:valid, .was-validated .input-group > textarea.search-autocomplete-wrapper:valid, textarea.form-control.is-valid, .item-text-admin textarea.is-valid#item-text, .form-group textarea.is-valid.st-text-block, .input-group > textarea.is-valid.search-autocomplete-wrapper {
  padding-right: calc(1.33em + 0.75rem);
  background-position: top calc(0.3325em + 0.1875rem) right calc(0.3325em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.665em + 0.375rem) calc(0.665em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.09375rem;
  line-height: 1.33;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .item-text-admin #item-text:invalid, .item-text-admin .was-validated #item-text:invalid, .was-validated .st-block input[type=text]:invalid, .st-block .was-validated input[type=text]:invalid, .was-validated .form-group .st-text-block:invalid, .form-group .was-validated .st-text-block:invalid, .was-validated .input-group > .search-autocomplete-wrapper:invalid, .form-control.is-invalid, .item-text-admin .is-invalid#item-text, .st-block input.is-invalid[type=text], .form-group .is-invalid.st-text-block, .input-group > .is-invalid.search-autocomplete-wrapper {
  border-color: #dc3545;
  padding-right: calc(1.33em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3325em + 0.1875rem) center;
  background-size: calc(0.665em + 0.375rem) calc(0.665em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .item-text-admin #item-text:invalid:focus, .item-text-admin .was-validated #item-text:invalid:focus, .was-validated .st-block input[type=text]:invalid:focus, .st-block .was-validated input[type=text]:invalid:focus, .was-validated .form-group .st-text-block:invalid:focus, .form-group .was-validated .st-text-block:invalid:focus, .was-validated .input-group > .search-autocomplete-wrapper:invalid:focus, .form-control.is-invalid:focus, .item-text-admin .is-invalid#item-text:focus, .st-block input.is-invalid[type=text]:focus, .form-group .is-invalid.st-text-block:focus, .input-group > .is-invalid.search-autocomplete-wrapper:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, .was-validated .item-text-admin select#item-text:invalid, .item-text-admin .was-validated select#item-text:invalid, .was-validated .form-group select.st-text-block:invalid, .form-group .was-validated select.st-text-block:invalid, .was-validated .input-group > select.search-autocomplete-wrapper:invalid, select.form-control.is-invalid, .item-text-admin select.is-invalid#item-text, .form-group select.is-invalid.st-text-block, .input-group > select.is-invalid.search-autocomplete-wrapper {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, .was-validated .item-text-admin textarea#item-text:invalid, .item-text-admin .was-validated textarea#item-text:invalid, .was-validated .form-group textarea.st-text-block:invalid, .form-group .was-validated textarea.st-text-block:invalid, .was-validated .input-group > textarea.search-autocomplete-wrapper:invalid, textarea.form-control.is-invalid, .item-text-admin textarea.is-invalid#item-text, .form-group textarea.is-invalid.st-text-block, .input-group > textarea.is-invalid.search-autocomplete-wrapper {
  padding-right: calc(1.33em + 0.75rem);
  background-position: top calc(0.3325em + 0.1875rem) right calc(0.3325em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.665em + 0.375rem) calc(0.665em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .item-text-admin #item-text, .item-text-admin .form-inline #item-text, .form-inline .st-block input[type=text], .st-block .form-inline input[type=text], .form-inline .form-group .st-text-block, .form-group .form-inline .st-text-block, .form-inline .input-group > .search-autocomplete-wrapper {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .expanded-add-button .input-field input[type=submit], .st-block-controls__button {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .expanded-add-button .input-field input[type=submit], .st-block-controls__button {
    transition: none;
  }
}
.btn:hover, .expanded-add-button .input-field input[type=submit]:hover, .st-block-controls__button:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .expanded-add-button .input-field input[type=submit]:focus, .st-block-controls__button:focus, .btn.focus, .expanded-add-button .input-field input.focus[type=submit], .focus.st-block-controls__button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.btn.disabled, .expanded-add-button .input-field input.disabled[type=submit], .disabled.st-block-controls__button, .btn:disabled, .expanded-add-button .input-field input[type=submit]:disabled, .st-block-controls__button:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .expanded-add-button .input-field input[type=submit]:not(:disabled):not(.disabled), .st-block-controls__button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.st-block-controls__button,
fieldset:disabled a.btn,
fieldset:disabled a.st-block-controls__button {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0f2450;
  border-color: #0f2450;
}
.btn-primary:hover {
  color: #fff;
  background-color: #091630;
  border-color: #071125;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #091630;
  border-color: #071125;
  box-shadow: 0 0 0 0.2rem rgba(51, 69, 106, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0f2450;
  border-color: #0f2450;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-primary.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-primary.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #071125;
  border-color: #050c1a;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-primary.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 69, 106, 0.5);
}

.btn-secondary, .expanded-add-button .input-field input[type=submit], .st-block-controls__button {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .expanded-add-button .input-field input[type=submit]:hover, .st-block-controls__button:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .expanded-add-button .input-field input[type=submit]:focus, .st-block-controls__button:focus, .btn-secondary.focus, .expanded-add-button .input-field input.focus[type=submit], .focus.st-block-controls__button {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .expanded-add-button .input-field input.disabled[type=submit], .disabled.st-block-controls__button, .btn-secondary:disabled, .expanded-add-button .input-field input[type=submit]:disabled, .st-block-controls__button:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .expanded-add-button .input-field input[type=submit]:not(:disabled):not(.disabled):active, .st-block-controls__button:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .expanded-add-button .input-field input[type=submit]:not(:disabled):not(.disabled).active, .st-block-controls__button:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .expanded-add-button .input-field .show > input.dropdown-toggle[type=submit], .show > .dropdown-toggle.st-block-controls__button, .no-js .btn-group:focus-within .dropdown-menu > .btn-secondary.dropdown-toggle, .no-js .btn-group:focus-within .expanded-add-button .input-field .dropdown-menu > input.dropdown-toggle[type=submit], .expanded-add-button .input-field .no-js .btn-group:focus-within .dropdown-menu > input.dropdown-toggle[type=submit], .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.st-block-controls__button, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-secondary.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper .expanded-add-button .input-field ul > input.dropdown-toggle[type=submit], .expanded-add-button .input-field .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > input.dropdown-toggle[type=submit], .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.st-block-controls__button, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-secondary.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .expanded-add-button .input-field ul > input.dropdown-toggle[type=submit], .expanded-add-button .input-field .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > input.dropdown-toggle[type=submit], .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .dropdown-toggle.st-block-controls__button {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .expanded-add-button .input-field input[type=submit]:not(:disabled):not(.disabled):active:focus, .st-block-controls__button:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .expanded-add-button .input-field input[type=submit]:not(:disabled):not(.disabled).active:focus, .st-block-controls__button:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .expanded-add-button .input-field .show > input.dropdown-toggle[type=submit]:focus, .show > .dropdown-toggle.st-block-controls__button:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .expanded-add-button .input-field .dropdown-menu > input.dropdown-toggle[type=submit]:focus, .expanded-add-button .input-field .no-js .btn-group:focus-within .dropdown-menu > input.dropdown-toggle[type=submit]:focus, .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.st-block-controls__button:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper .expanded-add-button .input-field ul > input.dropdown-toggle[type=submit]:focus, .expanded-add-button .input-field .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > input.dropdown-toggle[type=submit]:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.st-block-controls__button:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-secondary.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .expanded-add-button .input-field ul > input.dropdown-toggle[type=submit]:focus, .expanded-add-button .input-field .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > input.dropdown-toggle[type=submit]:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .dropdown-toggle.st-block-controls__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-success.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-success.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-success.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #328fc7;
  border-color: #328fc7;
}
.btn-info:hover {
  color: #fff;
  background-color: #2a79a8;
  border-color: #28729e;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #2a79a8;
  border-color: #28729e;
  box-shadow: 0 0 0 0.2rem rgba(81, 160, 207, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #328fc7;
  border-color: #328fc7;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-info.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-info.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #28729e;
  border-color: #256a94;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-info.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 160, 207, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-warning.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-warning.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-warning.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger, .applied-filter .remove:hover, .applied-filter .remove:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover, .applied-filter .remove:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .applied-filter .remove:focus:hover, .applied-filter .remove:focus:active, .btn-danger.focus, .applied-filter .focus.remove:hover, .applied-filter .focus.remove:active {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .applied-filter .disabled.remove:hover, .applied-filter .disabled.remove:active, .btn-danger:disabled, .applied-filter .remove:disabled:hover, .applied-filter .remove:disabled:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .applied-filter .remove:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .applied-filter .remove:not(:disabled):not(.disabled).active:hover, .show > .btn-danger.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-danger.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-danger.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-danger.dropdown-toggle, .applied-filter .show > .dropdown-toggle.remove:hover, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:hover, .applied-filter .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:hover, .input-group > .search-autocomplete-wrapper .applied-filter .no-js .btn-group:focus-within ul > .dropdown-toggle.remove:hover, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:hover, .no-js .btn-group:focus-within .applied-filter .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:hover, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .applied-filter ul > .dropdown-toggle.remove:hover, .applied-filter .show > .dropdown-toggle.remove:active, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:active, .applied-filter .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:active, .input-group > .search-autocomplete-wrapper .applied-filter .no-js .btn-group:focus-within ul > .dropdown-toggle.remove:active, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:active, .no-js .btn-group:focus-within .applied-filter .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:active, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .applied-filter ul > .dropdown-toggle.remove:active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .applied-filter .remove:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .applied-filter .remove:not(:disabled):not(.disabled).active:focus:hover, .show > .btn-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-danger.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-danger.dropdown-toggle:focus, .applied-filter .show > .dropdown-toggle.remove:focus:hover, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:focus:hover, .applied-filter .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:focus:hover, .input-group > .search-autocomplete-wrapper .applied-filter .no-js .btn-group:focus-within ul > .dropdown-toggle.remove:focus:hover, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:focus:hover, .no-js .btn-group:focus-within .applied-filter .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:focus:hover, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .applied-filter ul > .dropdown-toggle.remove:focus:hover, .applied-filter .show > .dropdown-toggle.remove:focus:active, .applied-filter .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.remove:focus:active, .applied-filter .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:focus:active, .input-group > .search-autocomplete-wrapper .applied-filter .no-js .btn-group:focus-within ul > .dropdown-toggle.remove:focus:active, .no-js .btn-group:focus-within .applied-filter .dropdown-menu > .dropdown-toggle.remove:focus:active, .no-js .btn-group:focus-within .applied-filter .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.remove:focus:active, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .applied-filter ul > .dropdown-toggle.remove:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-light.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-light.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-light.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-dark.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-dark.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-dark.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #0f2450;
  border-color: #0f2450;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0f2450;
  border-color: #0f2450;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0f2450;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-primary.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-primary.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0f2450;
  border-color: #0f2450;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-primary.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-primary.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.5);
}

.btn-outline-secondary, .st-block-controls__button {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover, .st-block-controls__button:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .st-block-controls__button:focus, .btn-outline-secondary.focus, .focus.st-block-controls__button {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .disabled.st-block-controls__button, .btn-outline-secondary:disabled, .st-block-controls__button:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .st-block-controls__button:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .st-block-controls__button:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .show > .dropdown-toggle.st-block-controls__button, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-secondary.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.st-block-controls__button, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-secondary.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.st-block-controls__button, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-secondary.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .dropdown-toggle.st-block-controls__button {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .st-block-controls__button:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .st-block-controls__button:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.st-block-controls__button:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .dropdown-toggle.st-block-controls__button:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-secondary.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .dropdown-toggle.st-block-controls__button:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-secondary.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .dropdown-toggle.st-block-controls__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-success.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-success.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-success.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-success.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #328fc7;
  border-color: #328fc7;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #328fc7;
  border-color: #328fc7;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 143, 199, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #328fc7;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-info.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-info.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #328fc7;
  border-color: #328fc7;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-info.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-info.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 143, 199, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-warning.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-warning.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-warning.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-warning.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-danger.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-danger.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-danger.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-danger.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-light.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-light.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-light.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-light.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-dark.dropdown-toggle, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-dark.dropdown-toggle, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .dropdown-menu > .btn-outline-dark.dropdown-toggle:focus, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .btn-outline-dark.dropdown-toggle:focus, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #17377b;
  text-decoration: none;
}
.btn-link:hover {
  color: #0b1a3b;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .expanded-add-button .input-field .btn-group-lg > input[type=submit], .btn-group-lg > .st-block-controls__button {
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .expanded-add-button .input-field input[type=submit], .zpr-link, #sortAndPerPage .btn, #sortAndPerPage .expanded-add-button .input-field input[type=submit], .expanded-add-button .input-field #sortAndPerPage input[type=submit], #sortAndPerPage .st-block-controls__button, .btn-group-sm > .btn, .btn-group-sm > .st-block-controls__button {
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu, .input-group > .search-autocomplete-wrapper ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.25rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu, .dropup .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .dropup ul {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu, .dropright .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .dropright ul {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu, .dropleft .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .dropleft ul {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .input-group > .search-autocomplete-wrapper ul[x-placement^=top], .dropdown-menu[x-placement^=right], .input-group > .search-autocomplete-wrapper ul[x-placement^=right], .dropdown-menu[x-placement^=bottom], .input-group > .search-autocomplete-wrapper ul[x-placement^=bottom], .dropdown-menu[x-placement^=left], .input-group > .search-autocomplete-wrapper ul[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item, .input-group > .search-autocomplete-wrapper ul li {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .input-group > .search-autocomplete-wrapper ul li:hover, .dropdown-item:focus, .input-group > .search-autocomplete-wrapper ul li:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .input-group > .search-autocomplete-wrapper ul li.active, .dropdown-item:active, .input-group > .search-autocomplete-wrapper ul li:active {
  color: #fff;
  text-decoration: none;
  background-color: #0f2450;
}
.dropdown-item.disabled, .input-group > .search-autocomplete-wrapper ul li.disabled, .dropdown-item:disabled, .input-group > .search-autocomplete-wrapper ul li:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show, .input-group > .search-autocomplete-wrapper ul.show, .no-js .btn-group:focus-within .dropdown-menu, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.09375rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .expanded-add-button .input-field .btn-group > input[type=submit], .btn-group > .st-block-controls__button,
.btn-group-vertical > .btn,
.expanded-add-button .input-field .btn-group-vertical > input[type=submit],
.btn-group-vertical > .st-block-controls__button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .expanded-add-button .input-field .btn-group > input[type=submit]:hover, .btn-group > .st-block-controls__button:hover,
.btn-group-vertical > .btn:hover,
.expanded-add-button .input-field .btn-group-vertical > input[type=submit]:hover,
.btn-group-vertical > .st-block-controls__button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .expanded-add-button .input-field .btn-group > input[type=submit]:focus, .btn-group > .st-block-controls__button:focus, .btn-group > .btn:active, .expanded-add-button .input-field .btn-group > input[type=submit]:active, .btn-group > .st-block-controls__button:active, .btn-group > .btn.active, .expanded-add-button .input-field .btn-group > input.active[type=submit], .btn-group > .active.st-block-controls__button,
.btn-group-vertical > .btn:focus,
.expanded-add-button .input-field .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .st-block-controls__button:focus,
.btn-group-vertical > .btn:active,
.expanded-add-button .input-field .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .st-block-controls__button:active,
.btn-group-vertical > .btn.active,
.expanded-add-button .input-field .btn-group-vertical > input.active[type=submit],
.btn-group-vertical > .active.st-block-controls__button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .expanded-add-button .input-field .btn-group > input[type=submit]:not(:first-child), .btn-group > .st-block-controls__button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .expanded-add-button .input-field .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group > .st-block-controls__button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.expanded-add-button .input-field .btn-group > .btn-group:not(:last-child) > input[type=submit],
.btn-group > .btn-group:not(:last-child) > .st-block-controls__button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .expanded-add-button .input-field .btn-group > input[type=submit]:not(:first-child), .btn-group > .st-block-controls__button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.expanded-add-button .input-field .btn-group > .btn-group:not(:first-child) > input[type=submit],
.btn-group > .btn-group:not(:first-child) > .st-block-controls__button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .expanded-add-button .input-field input[type=submit] + .dropdown-toggle-split, .zpr-link + .dropdown-toggle-split, #sortAndPerPage .btn + .dropdown-toggle-split, #sortAndPerPage .expanded-add-button .input-field input[type=submit] + .dropdown-toggle-split, .expanded-add-button .input-field #sortAndPerPage input[type=submit] + .dropdown-toggle-split, #sortAndPerPage .st-block-controls__button + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .st-block-controls__button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .expanded-add-button .input-field .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .btn-group-lg > .st-block-controls__button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .expanded-add-button .input-field .btn-group-vertical > input[type=submit], .btn-group-vertical > .st-block-controls__button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .expanded-add-button .input-field .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > .st-block-controls__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .expanded-add-button .input-field .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .st-block-controls__button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.expanded-add-button .input-field .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.btn-group-vertical > .btn-group:not(:last-child) > .st-block-controls__button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .expanded-add-button .input-field .btn-group-vertical > input[type=submit]:not(:first-child), .btn-group-vertical > .st-block-controls__button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.expanded-add-button .input-field .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.btn-group-vertical > .btn-group:not(:first-child) > .st-block-controls__button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .expanded-add-button .input-field .btn-group-toggle > input[type=submit], .btn-group-toggle > .st-block-controls__button,
.btn-group-toggle > .btn-group > .btn,
.expanded-add-button .input-field .btn-group-toggle > .btn-group > input[type=submit],
.btn-group-toggle > .btn-group > .st-block-controls__button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .expanded-add-button .input-field .btn-group-toggle > input[type=submit] input[type=radio], .btn-group-toggle > .st-block-controls__button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.expanded-add-button .input-field .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .st-block-controls__button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.expanded-add-button .input-field .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .st-block-controls__button input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.expanded-add-button .input-field .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .st-block-controls__button input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .item-text-admin .input-group > #item-text, .st-block .input-group > input[type=text], .form-group .input-group > .st-text-block, .input-group > .search-autocomplete-wrapper,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .item-text-admin .input-group > #item-text + .form-control, .item-text-admin .input-group > .form-control + #item-text, .item-text-admin .input-group > #item-text + #item-text, .st-block .input-group > input[type=text] + .form-control, .st-block .item-text-admin .input-group > input[type=text] + #item-text, .item-text-admin .st-block .input-group > input[type=text] + #item-text, .st-block .input-group > .form-control + input[type=text], .st-block .item-text-admin .input-group > #item-text + input[type=text], .item-text-admin .st-block .input-group > #item-text + input[type=text], .st-block .input-group > input[type=text] + input[type=text], .form-group .input-group > .st-text-block + .form-control, .form-group .item-text-admin .input-group > .st-text-block + #item-text, .item-text-admin .form-group .input-group > .st-text-block + #item-text, .form-group .st-block .input-group > .st-text-block + input[type=text], .st-block .form-group .input-group > .st-text-block + input[type=text], .form-group .input-group > .form-control + .st-text-block, .form-group .item-text-admin .input-group > #item-text + .st-text-block, .item-text-admin .form-group .input-group > #item-text + .st-text-block, .form-group .st-block .input-group > input[type=text] + .st-text-block, .st-block .form-group .input-group > input[type=text] + .st-text-block, .form-group .input-group > .st-text-block + .st-text-block, .input-group > .search-autocomplete-wrapper + .form-control, .item-text-admin .input-group > .search-autocomplete-wrapper + #item-text, .st-block .input-group > .search-autocomplete-wrapper + input[type=text], .form-group .input-group > .search-autocomplete-wrapper + .st-text-block, .input-group > .form-control + .search-autocomplete-wrapper, .item-text-admin .input-group > #item-text + .search-autocomplete-wrapper, .st-block .input-group > input[type=text] + .search-autocomplete-wrapper, .form-group .input-group > .st-text-block + .search-autocomplete-wrapper, .input-group > .search-autocomplete-wrapper + .search-autocomplete-wrapper,
.input-group > .form-control + .custom-select,
.item-text-admin .input-group > #item-text + .custom-select,
.st-block .input-group > input[type=text] + .custom-select,
.form-group .input-group > .st-text-block + .custom-select,
.input-group > .search-autocomplete-wrapper + .custom-select,
.input-group > .form-control + .custom-file,
.item-text-admin .input-group > #item-text + .custom-file,
.st-block .input-group > input[type=text] + .custom-file,
.form-group .input-group > .st-text-block + .custom-file,
.input-group > .search-autocomplete-wrapper + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.item-text-admin .input-group > .form-control-plaintext + #item-text,
.st-block .input-group > .form-control-plaintext + input[type=text],
.form-group .input-group > .form-control-plaintext + .st-text-block,
.input-group > .form-control-plaintext + .search-autocomplete-wrapper,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.item-text-admin .input-group > .custom-select + #item-text,
.st-block .input-group > .custom-select + input[type=text],
.form-group .input-group > .custom-select + .st-text-block,
.input-group > .custom-select + .search-autocomplete-wrapper,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.item-text-admin .input-group > .custom-file + #item-text,
.st-block .input-group > .custom-file + input[type=text],
.form-group .input-group > .custom-file + .st-text-block,
.input-group > .custom-file + .search-autocomplete-wrapper,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .item-text-admin .input-group > #item-text:focus, .st-block .input-group > input[type=text]:focus, .form-group .input-group > .st-text-block:focus, .input-group > .search-autocomplete-wrapper:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .item-text-admin .input-group > #item-text:not(:first-child), .st-block .input-group > input[type=text]:not(:first-child), .form-group .input-group > .st-text-block:not(:first-child), .input-group > .search-autocomplete-wrapper:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .item-text-admin .input-group:not(.has-validation) > #item-text:not(:last-child), .st-block .input-group:not(.has-validation) > input[type=text]:not(:last-child), .form-group .input-group:not(.has-validation) > .st-text-block:not(:last-child), .input-group:not(.has-validation) > .search-autocomplete-wrapper:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .item-text-admin .input-group.has-validation > #item-text:nth-last-child(n+3), .st-block .input-group.has-validation > input[type=text]:nth-last-child(n+3), .form-group .input-group.has-validation > .st-text-block:nth-last-child(n+3), .input-group.has-validation > .search-autocomplete-wrapper:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .expanded-add-button .input-field input[type=submit], .expanded-add-button .input-field .input-group-prepend input[type=submit], .input-group-prepend .st-block-controls__button,
.input-group-append .btn,
.input-group-append .expanded-add-button .input-field input[type=submit],
.expanded-add-button .input-field .input-group-append input[type=submit],
.input-group-append .st-block-controls__button {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .expanded-add-button .input-field input[type=submit]:focus, .expanded-add-button .input-field .input-group-prepend input[type=submit]:focus, .input-group-prepend .st-block-controls__button:focus,
.input-group-append .btn:focus,
.input-group-append .expanded-add-button .input-field input[type=submit]:focus,
.expanded-add-button .input-field .input-group-append input[type=submit]:focus,
.input-group-append .st-block-controls__button:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .expanded-add-button .input-field input[type=submit] + .btn, .expanded-add-button .input-field .input-group-prepend input[type=submit] + .btn, .input-group-prepend .expanded-add-button .input-field .btn + input[type=submit], .expanded-add-button .input-field .input-group-prepend .btn + input[type=submit], .input-group-prepend .expanded-add-button .input-field input[type=submit] + input[type=submit], .expanded-add-button .input-field .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend .st-block-controls__button + .btn, .input-group-prepend .expanded-add-button .input-field .st-block-controls__button + input[type=submit], .expanded-add-button .input-field .input-group-prepend .st-block-controls__button + input[type=submit], .input-group-prepend .btn + .st-block-controls__button, .input-group-prepend .expanded-add-button .input-field input[type=submit] + .st-block-controls__button, .expanded-add-button .input-field .input-group-prepend input[type=submit] + .st-block-controls__button, .input-group-prepend .st-block-controls__button + .st-block-controls__button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .expanded-add-button .input-field input[type=submit] + .input-group-text,
.expanded-add-button .input-field .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .st-block-controls__button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .expanded-add-button .input-field .input-group-text + input[type=submit],
.expanded-add-button .input-field .input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .input-group-text + .st-block-controls__button,
.input-group-append .btn + .btn,
.input-group-append .expanded-add-button .input-field input[type=submit] + .btn,
.expanded-add-button .input-field .input-group-append input[type=submit] + .btn,
.input-group-append .expanded-add-button .input-field .btn + input[type=submit],
.expanded-add-button .input-field .input-group-append .btn + input[type=submit],
.input-group-append .expanded-add-button .input-field input[type=submit] + input[type=submit],
.expanded-add-button .input-field .input-group-append input[type=submit] + input[type=submit],
.input-group-append .st-block-controls__button + .btn,
.input-group-append .expanded-add-button .input-field .st-block-controls__button + input[type=submit],
.expanded-add-button .input-field .input-group-append .st-block-controls__button + input[type=submit],
.input-group-append .btn + .st-block-controls__button,
.input-group-append .expanded-add-button .input-field input[type=submit] + .st-block-controls__button,
.expanded-add-button .input-field .input-group-append input[type=submit] + .st-block-controls__button,
.input-group-append .st-block-controls__button + .st-block-controls__button,
.input-group-append .btn + .input-group-text,
.input-group-append .expanded-add-button .input-field input[type=submit] + .input-group-text,
.expanded-add-button .input-field .input-group-append input[type=submit] + .input-group-text,
.input-group-append .st-block-controls__button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .expanded-add-button .input-field .input-group-text + input[type=submit],
.expanded-add-button .input-field .input-group-append .input-group-text + input[type=submit],
.input-group-append .input-group-text + .st-block-controls__button {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.33;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .item-text-admin .input-group-lg > #item-text:not(textarea), .st-block .input-group-lg > input[type=text]:not(textarea), .form-group .input-group-lg > .st-text-block:not(textarea), .input-group.input-group-lg > .search-autocomplete-wrapper:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .item-text-admin .input-group-lg > #item-text, .st-block .input-group-lg > input[type=text], .form-group .input-group-lg > .st-text-block, .input-group.input-group-lg > .search-autocomplete-wrapper,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.expanded-add-button .input-field .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-prepend > .st-block-controls__button,
.input-group-lg > .input-group-append > .btn,
.expanded-add-button .input-field .input-group-lg > .input-group-append > input[type=submit],
.input-group-lg > .input-group-append > .st-block-controls__button {
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .item-text-admin .input-group-sm > #item-text:not(textarea), .st-block .input-group-sm > input[type=text]:not(textarea), .form-group .input-group-sm > .st-text-block:not(textarea), .input-group.input-group-sm > .search-autocomplete-wrapper:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .item-text-admin .input-group-sm > #item-text, .st-block .input-group-sm > input[type=text], .form-group .input-group-sm > .st-text-block, .input-group.input-group-sm > .search-autocomplete-wrapper,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.expanded-add-button .input-field .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-prepend > .st-block-controls__button,
.input-group-sm > .input-group-append > .btn,
.expanded-add-button .input-field .input-group-sm > .input-group-append > input[type=submit],
.input-group-sm > .input-group-append > .st-block-controls__button {
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .expanded-add-button .input-field .input-group > .input-group-prepend > input[type=submit], .input-group > .input-group-prepend > .st-block-controls__button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.expanded-add-button .input-field .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .st-block-controls__button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.expanded-add-button .input-field .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .st-block-controls__button,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.expanded-add-button .input-field .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .st-block-controls__button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .expanded-add-button .input-field .input-group > .input-group-append > input[type=submit], .input-group > .input-group-append > .st-block-controls__button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.expanded-add-button .input-field .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .st-block-controls__button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.expanded-add-button .input-field .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .st-block-controls__button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6625rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.33125rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0f2450;
  background-color: #0f2450;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #2354bb;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #386cda;
  border-color: #386cda;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.33125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.33125rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0f2450;
  background-color: #0f2450;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 36, 80, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(15, 36, 80, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 36, 80, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.33125rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(15, 36, 80, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.33em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.33;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #2354bb;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1.09375rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.5625rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.33em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.33em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2354bb;
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.33em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.33;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.33em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.33;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0f2450;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #386cda;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0f2450;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #386cda;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0f2450;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #386cda;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .no-js .btn-group:focus-within .nav-item.dropdown-menu .nav-link,
.nav-tabs .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.nav-item .nav-link,
.input-group > .search-autocomplete-wrapper .nav-tabs .no-js .btn-group:focus-within ul.nav-item .nav-link,
.no-js .btn-group:focus-within .nav-tabs .nav-item.dropdown-menu .nav-link,
.no-js .btn-group:focus-within .nav-tabs .input-group > .search-autocomplete-wrapper ul.nav-item .nav-link,
.input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .nav-tabs ul.nav-item .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu, .nav-tabs .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .nav-tabs ul {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.nav-pills .no-js .btn-group:focus-within .dropdown-menu > .nav-link,
.nav-pills .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .nav-link,
.input-group > .search-autocomplete-wrapper .nav-pills .no-js .btn-group:focus-within ul > .nav-link,
.no-js .btn-group:focus-within .nav-pills .dropdown-menu > .nav-link,
.no-js .btn-group:focus-within .nav-pills .input-group > .search-autocomplete-wrapper ul > .nav-link,
.input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .nav-pills ul > .nav-link {
  color: #fff;
  background-color: #0f2450;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.2921875rem;
  padding-bottom: 0.2921875rem;
  margin-right: 1rem;
  font-size: 1.5625rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu, .navbar-nav .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .navbar-nav ul {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.5625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .navbar-expand-sm .navbar-nav ul {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .navbar-expand-md .navbar-nav ul {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .navbar-expand-lg .navbar-nav ul {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .navbar-expand-xl .navbar-nav ul {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .navbar-expand .navbar-nav ul {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .no-js .btn-group:focus-within .dropdown-menu > .nav-link, .navbar-light .navbar-nav .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .nav-link, .input-group > .search-autocomplete-wrapper .navbar-light .navbar-nav .no-js .btn-group:focus-within ul > .nav-link, .no-js .btn-group:focus-within .navbar-light .navbar-nav .dropdown-menu > .nav-link, .no-js .btn-group:focus-within .navbar-light .navbar-nav .input-group > .search-autocomplete-wrapper ul > .nav-link, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .navbar-light .navbar-nav ul > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .no-js .btn-group:focus-within .nav-link.dropdown-menu,
.navbar-light .navbar-nav .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.nav-link,
.input-group > .search-autocomplete-wrapper .navbar-light .navbar-nav .no-js .btn-group:focus-within ul.nav-link,
.no-js .btn-group:focus-within .navbar-light .navbar-nav .nav-link.dropdown-menu,
.no-js .btn-group:focus-within .navbar-light .navbar-nav .input-group > .search-autocomplete-wrapper ul.nav-link,
.input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .navbar-light .navbar-nav ul.nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand, .image-masthead .exhibit-navbar .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .image-masthead .exhibit-navbar .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .image-masthead .exhibit-navbar .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .image-masthead .exhibit-navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .image-masthead .exhibit-navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .image-masthead .exhibit-navbar .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .image-masthead .exhibit-navbar .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .image-masthead .exhibit-navbar .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .no-js .btn-group:focus-within .dropdown-menu > .nav-link, .image-masthead .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within .dropdown-menu > .nav-link, .navbar-dark .navbar-nav .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .nav-link, .image-masthead .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul > .nav-link, .input-group > .search-autocomplete-wrapper .navbar-dark .navbar-nav .no-js .btn-group:focus-within ul > .nav-link, .input-group > .search-autocomplete-wrapper .image-masthead .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within ul > .nav-link, .image-masthead .input-group > .search-autocomplete-wrapper .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within ul > .nav-link, .no-js .btn-group:focus-within .navbar-dark .navbar-nav .dropdown-menu > .nav-link, .no-js .btn-group:focus-within .image-masthead .exhibit-navbar .navbar-nav .dropdown-menu > .nav-link, .image-masthead .no-js .btn-group:focus-within .exhibit-navbar .navbar-nav .dropdown-menu > .nav-link, .no-js .btn-group:focus-within .navbar-dark .navbar-nav .input-group > .search-autocomplete-wrapper ul > .nav-link, .no-js .btn-group:focus-within .image-masthead .exhibit-navbar .navbar-nav .input-group > .search-autocomplete-wrapper ul > .nav-link, .image-masthead .no-js .btn-group:focus-within .exhibit-navbar .navbar-nav .input-group > .search-autocomplete-wrapper ul > .nav-link, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .navbar-dark .navbar-nav ul > .nav-link, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .image-masthead .exhibit-navbar .navbar-nav ul > .nav-link, .image-masthead .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .exhibit-navbar .navbar-nav ul > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.image-masthead .exhibit-navbar .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.image-masthead .exhibit-navbar .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .no-js .btn-group:focus-within .nav-link.dropdown-menu,
.image-masthead .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within .nav-link.dropdown-menu,
.navbar-dark .navbar-nav .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.nav-link,
.image-masthead .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.nav-link,
.input-group > .search-autocomplete-wrapper .navbar-dark .navbar-nav .no-js .btn-group:focus-within ul.nav-link,
.input-group > .search-autocomplete-wrapper .image-masthead .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within ul.nav-link,
.image-masthead .input-group > .search-autocomplete-wrapper .exhibit-navbar .navbar-nav .no-js .btn-group:focus-within ul.nav-link,
.no-js .btn-group:focus-within .navbar-dark .navbar-nav .nav-link.dropdown-menu,
.no-js .btn-group:focus-within .image-masthead .exhibit-navbar .navbar-nav .nav-link.dropdown-menu,
.image-masthead .no-js .btn-group:focus-within .exhibit-navbar .navbar-nav .nav-link.dropdown-menu,
.no-js .btn-group:focus-within .navbar-dark .navbar-nav .input-group > .search-autocomplete-wrapper ul.nav-link,
.no-js .btn-group:focus-within .image-masthead .exhibit-navbar .navbar-nav .input-group > .search-autocomplete-wrapper ul.nav-link,
.image-masthead .no-js .btn-group:focus-within .exhibit-navbar .navbar-nav .input-group > .search-autocomplete-wrapper ul.nav-link,
.input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .navbar-dark .navbar-nav ul.nav-link,
.input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .image-masthead .exhibit-navbar .navbar-nav ul.nav-link,
.image-masthead .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .exhibit-navbar .navbar-nav ul.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.image-masthead .exhibit-navbar .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler, .image-masthead .exhibit-navbar .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon, .image-masthead .exhibit-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text, .image-masthead .exhibit-navbar .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a, .image-masthead .exhibit-navbar .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .image-masthead .exhibit-navbar .navbar-text a:hover, .navbar-dark .navbar-text a:focus, .image-masthead .exhibit-navbar .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #777;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #585754;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #17377b;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0b1a3b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #f8f8f8;
  background-color: #0f2450;
  border-color: #0f2450;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.5625rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge, #document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags a, .document.blacklight-private .index_title:after, .document.blacklight-private h1:after, .document.blacklight-private .card-title:after, .document.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .autocomplete-title:after, #document ul.tags li {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge, #document .blacklight-exhibit_tags a,
  .document .blacklight-exhibit_tags a, .document.blacklight-private .index_title:after, .document.blacklight-private h1:after, .document.blacklight-private .card-title:after, .document.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .autocomplete-title:after, #document ul.tags li {
    transition: none;
  }
}
a.badge:hover, #document .blacklight-exhibit_tags a:hover,
.document .blacklight-exhibit_tags a:hover, .document.blacklight-private a.index_title:hover:after, .document.blacklight-private a.card-title:hover:after, .document.blacklight-private a.autocomplete-title:hover:after, tr.doc-row.blacklight-private a.index_title:hover:after, tr.doc-row.blacklight-private a.card-title:hover:after, tr.doc-row.blacklight-private a.autocomplete-title:hover:after, li.dd-item.blacklight-private a.index_title:hover:after, li.dd-item.blacklight-private a.card-title:hover:after, li.dd-item.blacklight-private a.autocomplete-title:hover:after, .autocomplete-item.blacklight-private a.index_title:hover:after, .autocomplete-item.blacklight-private a.card-title:hover:after, .autocomplete-item.blacklight-private a.autocomplete-title:hover:after, a.badge:focus, #document .blacklight-exhibit_tags a:focus,
.document .blacklight-exhibit_tags a:focus, .document.blacklight-private a.index_title:focus:after, .document.blacklight-private a.card-title:focus:after, .document.blacklight-private a.autocomplete-title:focus:after, tr.doc-row.blacklight-private a.index_title:focus:after, tr.doc-row.blacklight-private a.card-title:focus:after, tr.doc-row.blacklight-private a.autocomplete-title:focus:after, li.dd-item.blacklight-private a.index_title:focus:after, li.dd-item.blacklight-private a.card-title:focus:after, li.dd-item.blacklight-private a.autocomplete-title:focus:after, .autocomplete-item.blacklight-private a.index_title:focus:after, .autocomplete-item.blacklight-private a.card-title:focus:after, .autocomplete-item.blacklight-private a.autocomplete-title:focus:after {
  text-decoration: none;
}

.badge:empty, #document .blacklight-exhibit_tags a:empty,
.document .blacklight-exhibit_tags a:empty, .document.blacklight-private .index_title:empty:after, .document.blacklight-private h1:empty:after, .document.blacklight-private .card-title:empty:after, .document.blacklight-private .autocomplete-title:empty:after, tr.doc-row.blacklight-private .index_title:empty:after, tr.doc-row.blacklight-private h1:empty:after, tr.doc-row.blacklight-private .card-title:empty:after, tr.doc-row.blacklight-private .autocomplete-title:empty:after, li.dd-item.blacklight-private .index_title:empty:after, li.dd-item.blacklight-private h1:empty:after, li.dd-item.blacklight-private .card-title:empty:after, li.dd-item.blacklight-private .autocomplete-title:empty:after, .autocomplete-item.blacklight-private .index_title:empty:after, .autocomplete-item.blacklight-private h1:empty:after, .autocomplete-item.blacklight-private .card-title:empty:after, .autocomplete-item.blacklight-private .autocomplete-title:empty:after, #document ul.tags li:empty {
  display: none;
}

.btn .badge, .expanded-add-button .input-field input[type=submit] .badge, .btn #document .blacklight-exhibit_tags a, .expanded-add-button .input-field input[type=submit] #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags .btn a, #document .blacklight-exhibit_tags .expanded-add-button .input-field input[type=submit] a, .expanded-add-button .input-field #document .blacklight-exhibit_tags input[type=submit] a,
.btn .document .blacklight-exhibit_tags a,
.expanded-add-button .input-field input[type=submit] .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags .btn a,
.document .blacklight-exhibit_tags .expanded-add-button .input-field input[type=submit] a,
.expanded-add-button .input-field .document .blacklight-exhibit_tags input[type=submit] a, .btn .document.blacklight-private .index_title:after, .expanded-add-button .input-field input[type=submit] .document.blacklight-private .index_title:after, .document.blacklight-private .btn .index_title:after, .document.blacklight-private .expanded-add-button .input-field input[type=submit] .index_title:after, .expanded-add-button .input-field .document.blacklight-private input[type=submit] .index_title:after, .btn .document.blacklight-private h1:after, .expanded-add-button .input-field input[type=submit] .document.blacklight-private h1:after, .document.blacklight-private .btn h1:after, .document.blacklight-private .expanded-add-button .input-field input[type=submit] h1:after, .expanded-add-button .input-field .document.blacklight-private input[type=submit] h1:after, .btn .document.blacklight-private .card-title:after, .expanded-add-button .input-field input[type=submit] .document.blacklight-private .card-title:after, .document.blacklight-private .btn .card-title:after, .document.blacklight-private .expanded-add-button .input-field input[type=submit] .card-title:after, .expanded-add-button .input-field .document.blacklight-private input[type=submit] .card-title:after, .btn .document.blacklight-private .autocomplete-title:after, .expanded-add-button .input-field input[type=submit] .document.blacklight-private .autocomplete-title:after, .document.blacklight-private .btn .autocomplete-title:after, .document.blacklight-private .expanded-add-button .input-field input[type=submit] .autocomplete-title:after, .expanded-add-button .input-field .document.blacklight-private input[type=submit] .autocomplete-title:after, .btn tr.doc-row.blacklight-private .index_title:after, .expanded-add-button .input-field input[type=submit] tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private .btn .index_title:after, tr.doc-row.blacklight-private .expanded-add-button .input-field input[type=submit] .index_title:after, .expanded-add-button .input-field tr.doc-row.blacklight-private input[type=submit] .index_title:after, .btn tr.doc-row.blacklight-private h1:after, .expanded-add-button .input-field input[type=submit] tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .btn h1:after, tr.doc-row.blacklight-private .expanded-add-button .input-field input[type=submit] h1:after, .expanded-add-button .input-field tr.doc-row.blacklight-private input[type=submit] h1:after, .btn tr.doc-row.blacklight-private .card-title:after, .expanded-add-button .input-field input[type=submit] tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .btn .card-title:after, tr.doc-row.blacklight-private .expanded-add-button .input-field input[type=submit] .card-title:after, .expanded-add-button .input-field tr.doc-row.blacklight-private input[type=submit] .card-title:after, .btn tr.doc-row.blacklight-private .autocomplete-title:after, .expanded-add-button .input-field input[type=submit] tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .btn .autocomplete-title:after, tr.doc-row.blacklight-private .expanded-add-button .input-field input[type=submit] .autocomplete-title:after, .expanded-add-button .input-field tr.doc-row.blacklight-private input[type=submit] .autocomplete-title:after, .btn li.dd-item.blacklight-private .index_title:after, .expanded-add-button .input-field input[type=submit] li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private .btn .index_title:after, li.dd-item.blacklight-private .expanded-add-button .input-field input[type=submit] .index_title:after, .expanded-add-button .input-field li.dd-item.blacklight-private input[type=submit] .index_title:after, .btn li.dd-item.blacklight-private h1:after, .expanded-add-button .input-field input[type=submit] li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .btn h1:after, li.dd-item.blacklight-private .expanded-add-button .input-field input[type=submit] h1:after, .expanded-add-button .input-field li.dd-item.blacklight-private input[type=submit] h1:after, .btn li.dd-item.blacklight-private .card-title:after, .expanded-add-button .input-field input[type=submit] li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .btn .card-title:after, li.dd-item.blacklight-private .expanded-add-button .input-field input[type=submit] .card-title:after, .expanded-add-button .input-field li.dd-item.blacklight-private input[type=submit] .card-title:after, .btn li.dd-item.blacklight-private .autocomplete-title:after, .expanded-add-button .input-field input[type=submit] li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .btn .autocomplete-title:after, li.dd-item.blacklight-private .expanded-add-button .input-field input[type=submit] .autocomplete-title:after, .expanded-add-button .input-field li.dd-item.blacklight-private input[type=submit] .autocomplete-title:after, .btn .autocomplete-item.blacklight-private .index_title:after, .expanded-add-button .input-field input[type=submit] .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private .btn .index_title:after, .autocomplete-item.blacklight-private .expanded-add-button .input-field input[type=submit] .index_title:after, .expanded-add-button .input-field .autocomplete-item.blacklight-private input[type=submit] .index_title:after, .btn .autocomplete-item.blacklight-private h1:after, .expanded-add-button .input-field input[type=submit] .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .btn h1:after, .autocomplete-item.blacklight-private .expanded-add-button .input-field input[type=submit] h1:after, .expanded-add-button .input-field .autocomplete-item.blacklight-private input[type=submit] h1:after, .btn .autocomplete-item.blacklight-private .card-title:after, .expanded-add-button .input-field input[type=submit] .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .btn .card-title:after, .autocomplete-item.blacklight-private .expanded-add-button .input-field input[type=submit] .card-title:after, .expanded-add-button .input-field .autocomplete-item.blacklight-private input[type=submit] .card-title:after, .btn .autocomplete-item.blacklight-private .autocomplete-title:after, .expanded-add-button .input-field input[type=submit] .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .btn .autocomplete-title:after, .autocomplete-item.blacklight-private .expanded-add-button .input-field input[type=submit] .autocomplete-title:after, .expanded-add-button .input-field .autocomplete-item.blacklight-private input[type=submit] .autocomplete-title:after, .btn #document ul.tags li, .expanded-add-button .input-field input[type=submit] #document ul.tags li, #document ul.tags .btn li, #document ul.tags .expanded-add-button .input-field input[type=submit] li, .expanded-add-button .input-field #document ul.tags input[type=submit] li, .st-block-controls__button .badge, .st-block-controls__button #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags .st-block-controls__button a,
.st-block-controls__button .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags .st-block-controls__button a, .st-block-controls__button .document.blacklight-private .index_title:after, .document.blacklight-private .st-block-controls__button .index_title:after, .st-block-controls__button .document.blacklight-private h1:after, .document.blacklight-private .st-block-controls__button h1:after, .st-block-controls__button .document.blacklight-private .card-title:after, .document.blacklight-private .st-block-controls__button .card-title:after, .st-block-controls__button .document.blacklight-private .autocomplete-title:after, .document.blacklight-private .st-block-controls__button .autocomplete-title:after, .st-block-controls__button tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private .st-block-controls__button .index_title:after, .st-block-controls__button tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .st-block-controls__button h1:after, .st-block-controls__button tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .st-block-controls__button .card-title:after, .st-block-controls__button tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .st-block-controls__button .autocomplete-title:after, .st-block-controls__button li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private .st-block-controls__button .index_title:after, .st-block-controls__button li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .st-block-controls__button h1:after, .st-block-controls__button li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .st-block-controls__button .card-title:after, .st-block-controls__button li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .st-block-controls__button .autocomplete-title:after, .st-block-controls__button .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private .st-block-controls__button .index_title:after, .st-block-controls__button .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .st-block-controls__button h1:after, .st-block-controls__button .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .st-block-controls__button .card-title:after, .st-block-controls__button .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .st-block-controls__button .autocomplete-title:after, .st-block-controls__button #document ul.tags li, #document ul.tags .st-block-controls__button li {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0f2450;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #071125;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 36, 80, 0.5);
}

.badge-secondary, #document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags a, #document ul.tags li {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, #document .blacklight-exhibit_tags a:hover,
.document .blacklight-exhibit_tags a:hover, a.badge-secondary:focus, #document .blacklight-exhibit_tags a:focus,
.document .blacklight-exhibit_tags a:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, #document .blacklight-exhibit_tags a:focus,
.document .blacklight-exhibit_tags a:focus, a.badge-secondary.focus, #document .blacklight-exhibit_tags a.focus,
.document .blacklight-exhibit_tags a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #328fc7;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #28729e;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(50, 143, 199, 0.5);
}

.badge-warning, .document.blacklight-private .index_title:after, .document.blacklight-private h1:after, .document.blacklight-private .card-title:after, .document.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .autocomplete-title:after {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, .document.blacklight-private a.index_title:hover:after, .document.blacklight-private a.card-title:hover:after, .document.blacklight-private a.autocomplete-title:hover:after, tr.doc-row.blacklight-private a.index_title:hover:after, tr.doc-row.blacklight-private a.card-title:hover:after, tr.doc-row.blacklight-private a.autocomplete-title:hover:after, li.dd-item.blacklight-private a.index_title:hover:after, li.dd-item.blacklight-private a.card-title:hover:after, li.dd-item.blacklight-private a.autocomplete-title:hover:after, .autocomplete-item.blacklight-private a.index_title:hover:after, .autocomplete-item.blacklight-private a.card-title:hover:after, .autocomplete-item.blacklight-private a.autocomplete-title:hover:after, a.badge-warning:focus, .document.blacklight-private a.index_title:focus:after, .document.blacklight-private a.card-title:focus:after, .document.blacklight-private a.autocomplete-title:focus:after, tr.doc-row.blacklight-private a.index_title:focus:after, tr.doc-row.blacklight-private a.card-title:focus:after, tr.doc-row.blacklight-private a.autocomplete-title:focus:after, li.dd-item.blacklight-private a.index_title:focus:after, li.dd-item.blacklight-private a.card-title:focus:after, li.dd-item.blacklight-private a.autocomplete-title:focus:after, .autocomplete-item.blacklight-private a.index_title:focus:after, .autocomplete-item.blacklight-private a.card-title:focus:after, .autocomplete-item.blacklight-private a.autocomplete-title:focus:after {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, .document.blacklight-private a.index_title:focus:after, .document.blacklight-private a.card-title:focus:after, .document.blacklight-private a.autocomplete-title:focus:after, tr.doc-row.blacklight-private a.index_title:focus:after, tr.doc-row.blacklight-private a.card-title:focus:after, tr.doc-row.blacklight-private a.autocomplete-title:focus:after, li.dd-item.blacklight-private a.index_title:focus:after, li.dd-item.blacklight-private a.card-title:focus:after, li.dd-item.blacklight-private a.autocomplete-title:focus:after, .autocomplete-item.blacklight-private a.index_title:focus:after, .autocomplete-item.blacklight-private a.card-title:focus:after, .autocomplete-item.blacklight-private a.autocomplete-title:focus:after, a.badge-warning.focus, .document.blacklight-private a.focus.index_title:after, .document.blacklight-private a.focus.card-title:after, .document.blacklight-private a.focus.autocomplete-title:after, tr.doc-row.blacklight-private a.focus.index_title:after, tr.doc-row.blacklight-private a.focus.card-title:after, tr.doc-row.blacklight-private a.focus.autocomplete-title:after, li.dd-item.blacklight-private a.focus.index_title:after, li.dd-item.blacklight-private a.focus.card-title:after, li.dd-item.blacklight-private a.focus.autocomplete-title:after, .autocomplete-item.blacklight-private a.focus.index_title:after, .autocomplete-item.blacklight-private a.focus.card-title:after, .autocomplete-item.blacklight-private a.focus.autocomplete-title:after {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert, .empty-page-block {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.375rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #08132a;
  background-color: #cfd3dc;
  border-color: #bcc2ce;
}
.alert-primary hr {
  border-top-color: #adb5c3;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info, .empty-page-block {
  color: #1a4a67;
  background-color: #d6e9f4;
  border-color: #c6e0ef;
}
.alert-info hr, .empty-page-block hr {
  border-top-color: #b2d5e9;
}
.alert-info .alert-link, .empty-page-block .alert-link {
  color: #102d3e;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.9375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0f2450;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item, .item-features .carousel-indicators .active, .item-features .carousel-indicators .active:hover, .item-features .carousel-indicators li {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child, .item-features .carousel-indicators .active:first-child, .item-features .carousel-indicators li:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child, .item-features .carousel-indicators .active:last-child, .item-features .carousel-indicators li:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .item-features .carousel-indicators .disabled.active, .item-features .carousel-indicators li.disabled, .list-group-item:disabled, .item-features .carousel-indicators .active:disabled, .item-features .carousel-indicators li:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active, .item-features .carousel-indicators .active, .item-features .carousel-indicators .active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0f2450;
  border-color: #0f2450;
}
.list-group-item + .list-group-item, .item-features .carousel-indicators .active + .list-group-item, .item-features .carousel-indicators .list-group-item + .active, .item-features .carousel-indicators .active + .active, .item-features .carousel-indicators li + .list-group-item, .item-features .carousel-indicators li + .active, .item-features .carousel-indicators li + .active:hover, .item-features .carousel-indicators .list-group-item + li, .item-features .carousel-indicators .active + li, .item-features .carousel-indicators .active:hover + li, .item-features .carousel-indicators li + li {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active, .item-features .carousel-indicators .list-group-item + .active, .item-features .carousel-indicators .active + .active, .item-features .carousel-indicators li + .active, .item-features .carousel-indicators li + .active:hover {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child, .item-features .carousel-indicators .list-group-horizontal > .active:first-child, .item-features .carousel-indicators .list-group-horizontal > li:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child, .item-features .carousel-indicators .list-group-horizontal > .active:last-child, .item-features .carousel-indicators .list-group-horizontal > li:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal > .active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item, .item-features .carousel-indicators .list-group-horizontal > .active + .list-group-item, .item-features .carousel-indicators .list-group-horizontal > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal > .active + .active, .item-features .carousel-indicators .list-group-horizontal > li + .list-group-item, .item-features .carousel-indicators .list-group-horizontal > li + .active, .item-features .carousel-indicators .list-group-horizontal > .list-group-item + li, .item-features .carousel-indicators .list-group-horizontal > .active + li, .item-features .carousel-indicators .list-group-horizontal > li + li {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal > .active + .active, .item-features .carousel-indicators .list-group-horizontal > li + .active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child, .item-features .carousel-indicators .list-group-horizontal-sm > .active:first-child, .item-features .carousel-indicators .list-group-horizontal-sm > li:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child, .item-features .carousel-indicators .list-group-horizontal-sm > .active:last-child, .item-features .carousel-indicators .list-group-horizontal-sm > li:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-sm > .active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-sm > .active + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-sm > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-sm > .active + .active, .item-features .carousel-indicators .list-group-horizontal-sm > li + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-sm > li + .active, .item-features .carousel-indicators .list-group-horizontal-sm > .list-group-item + li, .item-features .carousel-indicators .list-group-horizontal-sm > .active + li, .item-features .carousel-indicators .list-group-horizontal-sm > li + li {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-sm > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-sm > .active + .active, .item-features .carousel-indicators .list-group-horizontal-sm > li + .active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child, .item-features .carousel-indicators .list-group-horizontal-md > .active:first-child, .item-features .carousel-indicators .list-group-horizontal-md > li:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child, .item-features .carousel-indicators .list-group-horizontal-md > .active:last-child, .item-features .carousel-indicators .list-group-horizontal-md > li:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-md > .active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-md > .active + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-md > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-md > .active + .active, .item-features .carousel-indicators .list-group-horizontal-md > li + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-md > li + .active, .item-features .carousel-indicators .list-group-horizontal-md > .list-group-item + li, .item-features .carousel-indicators .list-group-horizontal-md > .active + li, .item-features .carousel-indicators .list-group-horizontal-md > li + li {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-md > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-md > .active + .active, .item-features .carousel-indicators .list-group-horizontal-md > li + .active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child, .item-features .carousel-indicators .list-group-horizontal-lg > .active:first-child, .item-features .carousel-indicators .list-group-horizontal-lg > li:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child, .item-features .carousel-indicators .list-group-horizontal-lg > .active:last-child, .item-features .carousel-indicators .list-group-horizontal-lg > li:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-lg > .active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-lg > .active + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-lg > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-lg > .active + .active, .item-features .carousel-indicators .list-group-horizontal-lg > li + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-lg > li + .active, .item-features .carousel-indicators .list-group-horizontal-lg > .list-group-item + li, .item-features .carousel-indicators .list-group-horizontal-lg > .active + li, .item-features .carousel-indicators .list-group-horizontal-lg > li + li {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-lg > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-lg > .active + .active, .item-features .carousel-indicators .list-group-horizontal-lg > li + .active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child, .item-features .carousel-indicators .list-group-horizontal-xl > .active:first-child, .item-features .carousel-indicators .list-group-horizontal-xl > li:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child, .item-features .carousel-indicators .list-group-horizontal-xl > .active:last-child, .item-features .carousel-indicators .list-group-horizontal-xl > li:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-xl > .active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-xl > .active + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-xl > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-xl > .active + .active, .item-features .carousel-indicators .list-group-horizontal-xl > li + .list-group-item, .item-features .carousel-indicators .list-group-horizontal-xl > li + .active, .item-features .carousel-indicators .list-group-horizontal-xl > .list-group-item + li, .item-features .carousel-indicators .list-group-horizontal-xl > .active + li, .item-features .carousel-indicators .list-group-horizontal-xl > li + li {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active, .item-features .carousel-indicators .list-group-horizontal-xl > .list-group-item + .active, .item-features .carousel-indicators .list-group-horizontal-xl > .active + .active, .item-features .carousel-indicators .list-group-horizontal-xl > li + .active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item, .item-features .carousel-indicators .list-group-flush > .active, .item-features .carousel-indicators .list-group-flush > li {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child, .item-features .carousel-indicators .list-group-flush > .active:last-child, .item-features .carousel-indicators .list-group-flush > li:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #08132a;
  background-color: #bcc2ce;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #08132a;
  background-color: #adb5c3;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #08132a;
  border-color: #08132a;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #1a4a67;
  background-color: #c6e0ef;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1a4a67;
  background-color: #b2d5e9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1a4a67;
  border-color: #1a4a67;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show, .no-js .btn-group:focus-within .toast.dropdown-menu, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.toast, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul.toast {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2055;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog, .no-js .btn-group:focus-within .modal.dropdown-menu .modal-dialog, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.modal .modal-dialog, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul.modal .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show, .no-js .btn-group:focus-within .modal-backdrop.dropdown-menu, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.modal-backdrop, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul.modal-backdrop {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.33;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 2080;
  display: block;
  margin: 0;
  font-family: "Markazi Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.09375rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show, .no-js .btn-group:focus-within .tooltip.dropdown-menu, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.tooltip, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul.tooltip {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2070;
  display: block;
  max-width: 276px;
  font-family: "Markazi Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.09375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0f2450 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #071125 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #328fc7 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #28729e !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark, .documents-masonry .document .caption-area {
  background-color: #343a40 !important;
}

a.bg-dark:hover, .documents-masonry .document a.caption-area:hover, a.bg-dark:focus, .documents-masonry .document a.caption-area:focus,
button.bg-dark:hover,
.documents-masonry .document button.caption-area:hover,
button.bg-dark:focus,
.documents-masonry .document button.caption-area:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom, .page-sidebar .nav-heading {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0f2450 !important;
}

.border-secondary, .page-sidebar .nav-heading {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #328fc7 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, .edit_solr_document::after, .blacklight-catalog-edit #document::after, .blacklight-catalog-show #document::after, form.edit_solr_document .bootstrap-tagsinput::after, .form-actions::after, .pagination-search-widgets::after {
  display: block;
  clear: both;
  content: "";
}

.d-none, .masthead small {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .pivot-facet.show, .no-js .btn-group:focus-within .pivot-facet.dropdown-menu, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul.pivot-facet, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul.pivot-facet {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block, .masthead small {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right, .primary-actions {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 2020;
  }
}

.sr-only, #report-problem-form h2, .submit-search-text, .view-type .caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0,
.facet-toggle-handle {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0, .card.page-admin .card-title, .home_page .card .card-title, .search-history .constraints-container,
.my-0,
.facet-toggle-handle {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1,
.search-widgets > *,
.applied-filter {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1,
.search-widgets > *,
.applied-filter {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .documents-gallery .caption,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, #document .blacklight-exhibit_tags a:not(:last-child),
.document .blacklight-exhibit_tags a:not(:last-child),
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .constraints-container,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4, .translation-subheading,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4, .constraints-container, .page-header,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0,
.facet-toggle-handle {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0,
.facet-toggle-handle {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2,
.card.page-admin .card-title,
.home_page .card .card-title,
.home_page .card .card-body,
.site-title-container,
.masthead small,
.navbar + .container {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2,
.facet-toggle-handle {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2,
.card.page-admin .card-title,
.home_page .card .card-title,
.home_page .card .card-body,
.site-title-container,
.masthead small,
.navbar + .container {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2,
.facet-toggle-handle {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3,
.home_page .card .card-body {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3,
.home_page .card .card-body {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4,
.site-title-container,
.search-history .constraint {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4,
.site-title-container,
.search-history .constraint {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto,
.exhibit-card .unpublished {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto,
.exhibit-card .unpublished {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after, .documents-masonry .document .index_title a::after, .documents-masonry .document .index_title a:hover::after, .documents-masonry .document .index_title a:visited::after, .documents-masonry .document .index_title a:active::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, .resource-masthead .site-title {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white, .documents-masonry .document .caption-area {
  color: #fff !important;
}

.text-primary {
  color: #0f2450 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #030710 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success, .exhibit-admin .confirmation-status .confirmed {
  color: #28a745 !important;
}

a.text-success:hover, .exhibit-admin .confirmation-status a.confirmed:hover, a.text-success:focus, .exhibit-admin .confirmation-status a.confirmed:focus {
  color: #19692c !important;
}

.text-info {
  color: #328fc7 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #23638a !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger, .exhibit-admin .confirmation-status .unconfirmed {
  color: #dc3545 !important;
}

a.text-danger:hover, .exhibit-admin .confirmation-status a.unconfirmed:hover, a.text-danger:focus, .exhibit-admin .confirmation-status a.unconfirmed:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted, .page-header small, .facet-metadata, .search-history .filter-name, .search-history .filter-separator {
  color: #666 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.st-block-controls__button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge, #document .blacklight-exhibit_tags a,
  .document .blacklight-exhibit_tags a, .document.blacklight-private .index_title:after, .document.blacklight-private h1:after, .document.blacklight-private .card-title:after, .document.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .autocomplete-title:after, #document ul.tags li {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
a .figure-caption {
  color: inherit;
} /* This is the default blacklight theme. */ /* This file is generated by Blacklight. You probably don't want to edit
   this file directly, or you'll have to manually merge your changes if later
   versions of Blacklight change this file. Instead, use your own CSS file
   which over-rides things in this file. Or of course you can choose
   not to use the Blacklight CSS file at all in your local app. */
.visually-hidden-xs {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-sm {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-md {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-lg {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-xl {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Warning! If you want to change these, just copy them into your own theme css. But you want to remove the !default, which only will set them if not already set. */
/* label (field names) */
.facet-field-heading {
  border-bottom: 0;
}
.facet-field-heading button {
  font-weight: 500;
}
.facet-field-heading button::after {
  content: "❯";
  float: right;
  transform: rotate(90deg);
}
.facet-field-heading button.collapsed {
  border-bottom: 0;
}
.facet-field-heading button.collapsed::after {
  transform: rotate(0deg);
  transition: transform 0.1s ease;
}

.page-link {
  white-space: nowrap;
}

.modal[open] {
  display: block;
  background: none;
  border: none;
}

/* Generic layout stuff */ /*
  Header bar at top (Bootstrap nav-bar)
*/
@media (max-width: 575.98px) {
  .topbar > .container {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-logo { /* The main logo image for the Blacklight instance */
  background: transparent image_url(/assets/blacklight/logo-650a77e54d19e9576d80005d9f05fdaeb3bbe1161c000f7f3c829190e01710de.png) no-repeat top left;
  background-size: 150px 50px;
  height: 50px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 150px;
}

.navbar-search {
  z-index: 1;
}
.navbar-search .search-field {
  min-width: 7em;
}
.navbar-search .search-query-form {
  padding-left: 0;
}

#skip-link {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
}
#skip-link .element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
#skip-link .element-invisible.element-focusable:active,
#skip-link .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
#skip-link a:focus {
  background-color: #fff;
}

.constraints-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}

.applied-filter .constraint-value {
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .applied-filter .constraint-value {
    max-width: 288px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .applied-filter .constraint-value {
    max-width: 288px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .applied-filter .constraint-value {
    max-width: 384px;
  }
}
@media (min-width: 992px) {
  .applied-filter .constraint-value {
    max-width: 496px;
  }
}
.applied-filter .constraint-value:hover, .applied-filter .constraint-value:active {
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}
.applied-filter .filter-name:after {
  color: #adb5bd;
  content: "❯";
  font-size: 90%;
  padding-left: 0.3em;
}
.search-widgets {
  display: flex;
}
.sort-pagination,
.pagination-search-widgets {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.pagination-search-widgets {
  padding-top: 1px;
  padding-bottom: 1rem;
}

.sort-pagination .dropdown-toggle {
  cursor: pointer;
}

.view-type {
  display: inline-block;
}
.search-input-group {
  width: 80%;
}

@media (max-width: 575.98px) {
  .search-input-group {
    width: auto;
  }
}
.modal_form {
  margin-bottom: 0;
}

.input-group > .search-q {
  flex-grow: 4;
}

.input-group > .search-autocomplete-wrapper {
  display: inline-block;
  flex-grow: 4;
  padding: 0;
  position: relative;
}
.input-group > .search-autocomplete-wrapper .search-q {
  border: 0;
  height: 100%;
  width: 100%;
}
.input-group > .search-autocomplete-wrapper ul {
  display: block;
}
.search-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
}

.documents-list .document {
  display: flex;
  border-bottom: 1px dotted #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem;
}
.documents-list .document .document-main-section {
  flex-grow: 1;
}
.documents-list .document .index-document-functions {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .documents-list .document .index-document-functions {
    margin-bottom: 0;
  }
}
.documents-list .document .document-thumbnail {
  flex-grow: 0;
  margin-bottom: 3rem;
  padding-left: 3rem;
}

.page-links {
  display: inline-block;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-left: 0;
}

.record-padding {
  margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
  .pagination {
    flex-wrap: wrap;
  }
}

.group-key {
  border-bottom: 1px solid #3f4953;
  clear: right;
}

.grouped-documents .document {
  border-bottom: 0;
}

.more-in-group {
  float: right;
}

label.toggle-bookmark {
  font-weight: inherit;
  min-width: 8.5em;
}

.no-js .bookmark-toggle input[type=submit] {
  display: inline;
}
.no-js .bookmark-toggle div.toggle-bookmark {
  display: none;
}
.bookmark-toggle input[type=submit] {
  display: none;
}

.dl-invert dt {
  font-weight: normal;
  color: #666;
}
@media (max-width: 768px) {
  .dl-invert dt {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .dl-invert dt {
    text-align: right;
  }
}

.sidenav {
  --bl-facets-smallish-padding: .25rem;
  --bl-facets-smallish-border: var(--bs-border-width) solid var(--bs-border-color);
  --bl-facets-smallish-margin-bottom: 1rem;
  --bl-facets-smallish-border-radius: 0.25rem;
}
.sidenav .navbar-toggler {
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.25rem;
  color: rgba(0, 0, 0, 0.9);
}
.sidenav .navbar-toggler:hover, .sidenav .navbar-toggler:focus {
  color: rgba(0, 0, 0, 0.9);
}
.sidenav .navbar-toggler [data-hide-label] {
  display: inline;
}
.sidenav .navbar-toggler [data-show-label] {
  display: none;
}
.sidenav .navbar-toggler[aria-expanded=false] [data-hide-label] {
  display: none;
}
.sidenav .navbar-toggler[aria-expanded=false] [data-show-label] {
  display: inline;
}

@media (max-width: 767.98px) {
  .facets-toggleable {
    border: var(--bl-facets-smallish-border);
    padding: var(--bl-facets-smallish-padding);
    margin-bottom: var(--bl-facets-smallish-margin-bottom);
    border-radius: var(--bl-facets-smallish-border-radius);
  }
}
@media (min-width: 576px) {
  .facets-toggleable .facets-collapse {
    display: block !important;
    width: 100%;
  }
  .facets-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .facets-toggleable-sm {
    border: var(--bl-facets-smallish-border);
    padding: var(--bl-facets-smallish-padding);
    margin-bottom: var(--bl-facets-smallish-margin-bottom);
    border-radius: var(--bl-facets-smallish-border-radius);
  }
}
@media (min-width: 768px) {
  .facets-toggleable-sm .facets-collapse {
    display: block !important;
    width: 100%;
  }
  .facets-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .facets-toggleable-md {
    border: var(--bl-facets-smallish-border);
    padding: var(--bl-facets-smallish-padding);
    margin-bottom: var(--bl-facets-smallish-margin-bottom);
    border-radius: var(--bl-facets-smallish-border-radius);
  }
}
@media (min-width: 992px) {
  .facets-toggleable-md .facets-collapse {
    display: block !important;
    width: 100%;
  }
  .facets-toggleable-md .navbar-toggler {
    display: none;
  }
}
.facets-toggleable-lg {
  border: var(--bl-facets-smallish-border);
  padding: var(--bl-facets-smallish-padding);
  margin-bottom: var(--bl-facets-smallish-margin-bottom);
  border-radius: var(--bl-facets-smallish-border-radius);
}
@media (min-width: 1200px) {
  .facets-toggleable-lg .facets-collapse {
    display: block !important;
    width: 100%;
  }
  .facets-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.facets-toggleable-xl {
  border: var(--bl-facets-smallish-border);
  padding: var(--bl-facets-smallish-padding);
  margin-bottom: var(--bl-facets-smallish-margin-bottom);
  border-radius: var(--bl-facets-smallish-border-radius);
}
.facets-toggleable-xl .facets-collapse {
  display: block !important;
  width: 100%;
}
.facets-toggleable-xl .navbar-toggler {
  display: none;
}

@media (max-width: 1199.98px) {
  .no-js #sidebar {
    order: 6 !important;
  }
}
.no-js .facet-content.collapse {
  display: block;
}
.no-js .facet-toggle-handle {
  display: none;
}
.no-js .pivot-facet.collapse {
  display: block;
}
.no-js .facets-collapse.collapse {
  display: block;
}

.facets-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.facets-heading {
  line-height: inherit;
}

.facet-limit {
  margin-bottom: 1rem;
}
.facet-limit .card-body {
  padding: 1rem;
}

.facet-limit-active {
  border-color: #28a745 !important;
}
.facet-limit-active .card-header {
  background-color: #28a745 !important;
}
.facet-limit-active .card-header .btn, .facet-limit-active .card-header .expanded-add-button .input-field input[type=submit], .expanded-add-button .input-field .facet-limit-active .card-header input[type=submit], .facet-limit-active .card-header .st-block-controls__button {
  color: #fff;
}

.facet-values {
  margin-bottom: 0;
}
.facet-values a {
  text-decoration: none;
}
.facet-values li {
  display: flex;
  align-items: flex-start;
  padding: 3px 0;
}
.facet-values li[role=treeitem] {
  display: block;
}
.facet-values li .selected {
  color: #28a745 !important;
}
.facet-values .remove {
  color: #666;
  font-weight: bold;
  padding-left: 0.5rem;
  text-decoration: none;
}
.facet-values .remove:hover {
  color: #dc3545;
  text-decoration: none;
}
.facet-values .facet-label {
  padding-right: 1em;
  text-indent: -15px;
  padding-left: 15px;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.facet-values .facet-count {
  margin-left: auto;
}
.facet-values .facet-checkbox {
  width: 1.25rem;
}

.facet-extended-list .sort-options {
  text-align: right;
}
.facet-extended-list .prev-next-links {
  float: left;
}

.facet-field-heading {
  /* This prevents the contained stretch link from covering the panel body */
  position: relative;
}
.facet-field-heading a {
  color: inherit;
}

/* Sidenav
-------------------------------------------------- */
.facet-pagination.top {
  padding: 1rem;
}

/* style for pivot facet's nested list */
.facet-toggle-handle {
  margin-left: -0.75rem;
}
.pivot-facet .facet-toggle-handle {
  margin-left: -1.5rem;
}
.facet-toggle-handle.collapsed .show, .facet-toggle-handle.collapsed .no-js .btn-group:focus-within .dropdown-menu, .no-js .btn-group:focus-within .facet-toggle-handle.collapsed .dropdown-menu, .facet-toggle-handle.collapsed .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper .facet-toggle-handle.collapsed ul, .facet-toggle-handle.collapsed .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .facet-toggle-handle.collapsed ul {
  display: flex;
}
.facet-toggle-handle.collapsed .hide {
  display: none;
}
.facet-toggle-handle .show, .facet-toggle-handle .no-js .btn-group:focus-within .dropdown-menu, .no-js .btn-group:focus-within .facet-toggle-handle .dropdown-menu, .facet-toggle-handle .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper .facet-toggle-handle ul, .facet-toggle-handle .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .facet-toggle-handle ul {
  display: none;
}
.facet-toggle-handle .hide {
  display: flex;
}
.facet-toggle-handle .show .icon, .facet-toggle-handle .no-js .btn-group:focus-within .dropdown-menu .icon, .no-js .btn-group:focus-within .facet-toggle-handle .dropdown-menu .icon, .facet-toggle-handle .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul .icon, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper .facet-toggle-handle ul .icon, .facet-toggle-handle .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul .icon, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .facet-toggle-handle ul .icon,
.facet-toggle-handle .hide .icon {
  width: 1em;
  height: 1em;
  padding: 0.375rem 0.75rem;
}
.facet-toggle-handle .show .icon, .facet-toggle-handle .no-js .btn-group:focus-within .dropdown-menu .icon, .no-js .btn-group:focus-within .facet-toggle-handle .dropdown-menu .icon, .facet-toggle-handle .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper ul .icon, .no-js .btn-group:focus-within .input-group > .search-autocomplete-wrapper .facet-toggle-handle ul .icon, .facet-toggle-handle .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within ul .icon, .input-group > .search-autocomplete-wrapper .no-js .btn-group:focus-within .facet-toggle-handle ul .icon {
  background: transparent url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-square" viewBox="0 0 16 16"%3e%3cpath d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z" /%3e%3cpath d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z" /%3e%3c/svg%3e') center/1em auto no-repeat;
}
.facet-toggle-handle .hide .icon {
  background: transparent url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash-square" viewBox="0 0 16 16"%3e%3cpath d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z" /%3e%3cpath d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z" /%3e%3c/svg%3e') center/1em auto no-repeat;
}

/* Search History */
.search-history td {
  padding: 1rem;
}
.search-history .constraint {
  display: block;
  text-indent: -1rem;
}
.modal-dialog {
  border-radius: 5px;
}

.modal-content .facet-pagination.top {
  display: none;
}
.modal-content .page-sidebar {
  display: none;
}
.modal-content .blacklight-modal-close {
  display: block;
}
.modal-content .prev_next_links.btn-group .btn, .modal-content .prev_next_links.btn-group .expanded-add-button .input-field input[type=submit], .expanded-add-button .input-field .modal-content .prev_next_links.btn-group input[type=submit], .modal-content .prev_next_links.btn-group .st-block-controls__button {
  border: 0;
}

.blacklight-modal-close {
  display: none;
}

.btn.btn-icon, .expanded-add-button .input-field input.btn-icon[type=submit], .btn-icon.st-block-controls__button {
  padding: 0.375rem;
}
.btn.btn-icon.btn-sm, .expanded-add-button .input-field input.btn-icon[type=submit], .btn.btn-icon.zpr-link, .btn-icon.btn-sm.st-block-controls__button, .btn-icon.st-block-controls__button.zpr-link, #sortAndPerPage .btn.btn-icon, #sortAndPerPage .expanded-add-button .input-field input.btn-icon[type=submit], .expanded-add-button .input-field #sortAndPerPage input.btn-icon[type=submit], #sortAndPerPage .btn-icon.st-block-controls__button, .btn-group-sm > .btn.btn-icon, .btn-group-sm > .btn-icon.st-block-controls__button {
  padding: 0.25rem;
}

.remove-icon {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

auto-complete [aria-selected=true],
auto-complete [role=option]:hover {
  background-color: #e9ecef;
}

auto-complete {
  position: relative;
  flex-grow: 3;
}
auto-complete ul {
  list-style-type: none;
  position: absolute;
  background-color: #fff;
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
auto-complete [role=option] {
  padding: 0.25rem 1.5rem;
}

.no-js #autocomplete-popup {
  display: none;
}

#documents .index_title {
  font-size: 1.45rem;
  margin-top: 0;
}
#documents.documents-list .document {
  border-color: #adb5bd;
  box-sizing: content-box;
  min-height: 100px;
  padding-bottom: spacer(3);
  padding-top: spacer(3);
}
#documents.documents-list .documentHeader,
#documents.documents-list .document-metadata {
  margin-left: 120px;
}
#documents.documents-list .document-thumbnail {
  float: left;
  height: 0;
  margin: 0;
  padding: 0;
}
#documents.documents-list .document-thumbnail img {
  max-height: 100px;
  max-width: 100px;
}

.document-metadata .metadata-value {
  max-width: 50ch;
}

.documents-gallery .document {
  border-bottom: none;
  display: flex;
  min-height: 250px;
}
.documents-gallery .document-counter {
  display: none;
}
.documents-gallery .index-document-functions {
  clear: left;
}
.documents-gallery .document-metadata .document-title-heading {
  padding-left: 0;
  padding-right: 0;
}
.documents-gallery .document-metadata dt, .documents-gallery .document-metadata dd {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
  clear: none;
  text-align: left;
  margin: 0;
}

.documents-gallery, .documents-masonry, .documents-slideshow {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dee2e6;
}

.documents-masonry .document {
  max-width: 25%;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
  position: relative;
  width: auto;
}
.documents-masonry .document:hover .caption-area, .documents-masonry .document:focus .caption-area {
  display: block;
}
.documents-masonry .document .thumbnail-container {
  position: relative;
  min-height: 100px;
  background-color: #dee2e6;
}
.documents-masonry .document .img-thumbnail {
  padding: 0;
  border-radius: 0;
}
.documents-masonry .document .caption-area {
  display: none;
  padding: 5px 7px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  position: absolute;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 75%;
}
.documents-masonry .document .caption-area:first-child {
  display: block;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.documents-masonry .document .document-counter {
  display: none;
}
.documents-masonry .document .index_title a, .documents-masonry .document .index_title a:hover, .documents-masonry .document .index_title a:visited, .documents-masonry .document .index_title a:active {
  color: #dee2e6;
}
.documents-masonry .document .document-metadata dt {
  color: #dee2e6;
}
.documents-masonry .document .document-metadata dt, .documents-masonry .document .document-metadata dd {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
  width: auto;
  clear: none;
  text-align: left;
  margin: 0;
}

.slideshow-modal .modal-dialog {
  width: 100%;
  margin: 1% auto;
}
.slideshow-modal .modal-dialog .modal-content {
  background-color: #343a40;
}
.slideshow-modal .modal-dialog .modal-header {
  border-bottom: none;
  padding: 0.5rem 1rem;
}
.slideshow-modal .modal-dialog .modal-header .close {
  font-size: 2.5rem;
  color: white;
}
.slideshow-modal .modal-dialog .modal-body {
  padding: 1%;
  height: 90%;
}

.slideshow-presenter {
  height: 100%;
}
.slideshow-presenter .slideshow-inner {
  height: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.slideshow-presenter .slideshow-inner .item {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  position: relative;
}
.slideshow-presenter .slideshow-inner .item .frame {
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  overflow: auto;
  padding-bottom: 5px;
}
.slideshow-presenter .slideshow-inner .item .frame img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.slideshow-presenter .carousel-control {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50px;
}
.slideshow-presenter .carousel-control .blacklight-icons {
  display: block;
  position: absolute;
  width: 3rem;
  top: calc(50% - 3rem);
}
.slideshow-presenter .carousel-control .blacklight-icons svg {
  height: 3rem;
  width: 3rem;
  fill: lightgray;
}
.slideshow-presenter .carousel-control.left {
  left: 0px;
}
.slideshow-presenter .carousel-control.right {
  right: 0px;
}
.slideshow-presenter .caption {
  font-size: 1rem;
  margin: 10px auto;
  min-width: 200px;
  max-width: 50%;
}
.slideshow-presenter .caption a {
  color: lightgray;
  text-decoration: underline;
}
.slideshow-presenter .caption a:hover, .slideshow-presenter .caption a:focus {
  color: #ffffff;
}
.slideshow-presenter .counter {
  border-radius: 12px;
  border: 1px solid lightgray;
  color: lightgray;
  font-size: 1rem;
  overflow: auto;
  padding: 4px 10px;
  text-align: center;
}
.slideshow-presenter .controls svg {
  fill: lightgray;
  width: 32px;
  height: 32px;
}

.documents-slideshow {
  margin: 0;
}
.documents-slideshow .info {
  text-align: center;
  margin-bottom: 15px;
}
.documents-slideshow .slideshow h3 {
  background-color: whitesmoke;
  border-radius: 3px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
  margin: 10px auto;
  padding: 10px 15px;
}
.documents-slideshow .grid {
  display: flex;
  flex-wrap: wrap;
}
.documents-slideshow .grid .document {
  display: flex;
  margin-right: 20px;
  margin-top: 0;
  padding-top: 0;
  border-bottom: 0;
  margin-bottom: 1rem;
}
.documents-slideshow .grid .document .thumbnail {
  border: 1px solid #999;
  border-radius: 0;
  min-height: 100px;
  min-width: 100px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  width: 100px;
}
.documents-slideshow .grid .document .thumbnail img {
  height: 100px;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100px;
}

.openseadragon-container .osd-toolbar {
  padding: 5px 0;
}
.openseadragon-container .osd-toolbar a {
  cursor: pointer;
  margin: 0 5px;
}
.openseadragon-container .osd-toolbar .pagination {
  margin: 0;
  padding: 0;
  text-align: left;
}
.openseadragon-container .osd-toolbar .controls {
  float: right;
  padding: 0;
  text-align: right;
}
.openseadragon-container .osd-image {
  border: 1px solid #ccc;
  height: 400px;
}

.documents-gallery .document {
  margin-bottom: 0.75rem;
}
.documents-gallery .document .thumbnail-container {
  background-color: #edeeef;
  border: 1px solid #dddfe1;
  border-radius: 5px;
  height: 100%;
  padding: 1rem;
  width: 100%;
}
.documents-gallery .document .img-thumbnail {
  background-color: #edeeef;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.documents-gallery .document .caption {
  margin-top: 1rem !important;
}
.documents-gallery .document .document-metadata {
  margin-bottom: 0;
  word-break: break-word;
}
.documents-gallery .document dt {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.documents-gallery .document dd {
  flex-basis: 100%;
  line-height: 1.2;
}
.documents-gallery .document dd ~ dd {
  margin-top: 0.5rem;
}

.slideshow-presenter .caption,
.slideshow-presenter .counter {
  font-size: 1.25rem;
}

.facet-hierarchy {
  list-style-type: none;
  padding-left: 0;
}
.facet-hierarchy ul {
  border-bottom: 0;
  list-style-type: none;
  padding-bottom: 0;
  padding-left: 1.3em;
}
.facet-hierarchy .facet_select {
  display: inline-block;
  margin-bottom: 6px;
  max-width: calc(100% - 5em);
}
.facet-hierarchy .facet-count {
  float: right;
}
.facet-hierarchy .toggle-handle {
  border: 0;
  margin: 0;
  min-width: 1em;
  padding: 0;
  vertical-align: top;
}
.facet-hierarchy .toggle-handle .closed,
.facet-hierarchy .toggle-handle .opened {
  display: none;
}
.facet-hierarchy .twiddle > .toggle-handle {
  background-color: transparent;
}
.facet-hierarchy .twiddle > .toggle-handle .toggle-icon {
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 3px;
  min-height: 20px;
  min-width: 20px;
}
.facet-hierarchy .twiddle > .toggle-handle .closed {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free %28Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License%29 Copyright 2022 Fonticons, Inc. --%3e%3cpath d='M200 344V280H136C122.7 280 112 269.3 112 256C112 242.7 122.7 232 136 232H200V168C200 154.7 210.7 144 224 144C237.3 144 248 154.7 248 168V232H312C325.3 232 336 242.7 336 256C336 269.3 325.3 280 312 280H248V344C248 357.3 237.3 368 224 368C210.7 368 200 357.3 200 344zM0 96C0 60.65 28.65 32 64 32H384C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96zM48 96V416C48 424.8 55.16 432 64 432H384C392.8 432 400 424.8 400 416V96C400 87.16 392.8 80 384 80H64C55.16 80 48 87.16 48 96z'/%3e%3c/svg%3e");
  display: inline-block;
}
.facet-hierarchy .twiddle > .toggle-handle .opened {
  display: none;
}
.facet-hierarchy .twiddle-open > .toggle-handle .closed {
  display: none;
}
.facet-hierarchy .twiddle-open > .toggle-handle .opened {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3c!--! Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free %28Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License%29 Copyright 2022 Fonticons, Inc. --%3e%3cpath d='M312 232C325.3 232 336 242.7 336 256C336 269.3 325.3 280 312 280H136C122.7 280 112 269.3 112 256C112 242.7 122.7 232 136 232H312zM0 96C0 60.65 28.65 32 64 32H384C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96zM48 96V416C48 424.8 55.16 432 64 432H384C392.8 432 400 424.8 400 416V96C400 87.16 392.8 80 384 80H64C55.16 80 48 87.16 48 96z'/%3e%3c/svg%3e");
  display: inline-block;
}
.facet-hierarchy .h-leaf {
  padding-left: 1.3em;
}
.facet-hierarchy .h-node {
  cursor: pointer;
}
.facet-hierarchy .remove {
  color: #666;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider input {
  display: none;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#fff9f9f9", GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff9f9f9", endColorstr="#fff5f5f5", GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #0e90d2;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf", endColorstr="#ff0480be", GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 20px;
}

.slider-handle.triangle {
  background: transparent none;
}

form.range_limit {
  /* leave room for buttons not to collide on line wrap */
  line-height: 3;
}

.range_limit .range-limit-input-group {
  max-width: 350px;
  width: 100% !important;
}

.range_limit input.range_begin, .range_limit input.range_end {
  display: inline-block;
  width: 4.5em;
}

.limit_content .subsection {
  margin-top: 0.5em;
}

.hover_legend {
  padding: 0.25em;
}

.slider_js .slider-selection {
  /* color from flot selection */
  background: #e8cfac;
}

.slider_js .slider-horizontal {
  margin-left: 5px;
  margin-right: 5px;
}

.chart_js .flot-x-axis {
  font-size: 14px;
}

.modal-body .view_larger {
  display: none;
}

/* Prevent an unstyled flash of content for values we'll replace with a chart */
.js .distribution .facet-values {
  display: none;
}

.modal-body .range_limit {
  justify-content: center;
}

.view_larger {
  display: block;
  text-align: center;
}

.range_limit .chart_js {
  min-height: 80px;
  margin-left: -12px;
  margin-right: -14px;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder, .item-text-admin .bootstrap-tagsinput#item-text input::-moz-placeholder, .st-block input.bootstrap-tagsinput[type=text] input::-moz-placeholder, .form-group .bootstrap-tagsinput.st-text-block input::-moz-placeholder, .input-group > .bootstrap-tagsinput.search-autocomplete-wrapper input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder, .item-text-admin .bootstrap-tagsinput#item-text input:-ms-input-placeholder, .st-block input.bootstrap-tagsinput[type=text] input:-ms-input-placeholder, .form-group .bootstrap-tagsinput.st-text-block input:-ms-input-placeholder, .input-group > .bootstrap-tagsinput.search-autocomplete-wrapper input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder, .item-text-admin .bootstrap-tagsinput#item-text input::-webkit-input-placeholder, .st-block input.bootstrap-tagsinput[type=text] input::-webkit-input-placeholder, .form-group .bootstrap-tagsinput.st-text-block input::-webkit-input-placeholder, .input-group > .bootstrap-tagsinput.search-autocomplete-wrapper input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.st-icon, .st-block-control-ui-btn, .st-block-ui-btn__delete, .st-block-ui-btn__reorder {
  cursor: pointer;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.st-utils__hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.st-outer {
  font-size: 16px;
  position: relative;
  background: #fff;
}

.st-icon, .st-block-control-ui-btn, .st-block-ui-btn__delete, .st-block-ui-btn__reorder {
  cursor: pointer;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.st-block__inner ::-moz-selection {
  background: #b1f2d6;
  text-shadow: none;
}
.st-block__inner ::selection {
  background: #b1f2d6;
  text-shadow: none;
}

.st-spinner {
  position: absolute !important;
  left: 50%;
  top: 50%;
}

.st-input-label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 13px;
  text-transform: uppercase;
}

.st-block input[type=text],
.st-block textarea {
  font-size: inherit;
  margin: 0;
  /*padding: 0.3em 0;*/
}

.st-block [contenteditable=true],
.st-block [contenteditable=true]:active,
.st-block [contenteditable=true]:focus,
.st-block input[type=text],
.st-block input[type=text]:active,
.st-block input[type=text]:focus,
.st-block textarea,
.st-block textarea:hover,
.st-block textarea:active {
  outline: none;
  border: none;
}

.st-block input[type=text],
.st-block input[type=text]:active,
.st-block input[type=text]:focus {
  color: #42474b;
  border: 0.1em solid #d4d4d4;
  padding: 0.6em;
}

.st-errors {
  background-color: #ffe1e4;
  padding: 2em;
  color: #d70014;
  margin-bottom: 2em;
}

.st-errors p,
.st-errors ul {
  margin: 0;
}

.st-errors ul {
  padding-left: 1em;
}

.st-errors p {
  margin-bottom: 0.5em;
  font-weight: 700;
}

.st-top-controls {
  min-height: 1.75em;
  position: relative;
  z-index: 2;
}

.st-block-addition {
  text-align: center;
  outline: none;
  border: none;
  display: none;
  width: 100%;
  background-color: transparent;
  padding: 0;
  z-index: 2;
}
.st-block-addition::-moz-focus-inner {
  padding: 0;
  margin: 0;
  margin-left: -1px;
}
.st-top-controls .st-block-addition, .st-block:last-child:not(.st-block--empty):not(.st-block--textable) .st-block-addition, .st-block[data-type=quote]:last-child .st-block-addition {
  display: block;
}

.st--hide-top-controls .st-top-controls .st-block-addition {
  display: none;
}

.st--block-limit-reached .st-top-controls,
.st--block-limit-reached .st-block-addition {
  display: none;
}

.st-block-addition__button {
  transition: all 0.2s 0.3s ease-in-out;
  border: 1px solid transparent;
  color: #444444;
  position: relative;
  box-sizing: border-box;
  padding: 0.2em;
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  opacity: 0.2;
  cursor: pointer;
  transform: translateZ(0);
}
.st-block-addition__button .st-icon, .st-block-addition__button .st-block-control-ui-btn, .st-block-addition__button .st-block-ui-btn__delete, .st-block-addition__button .st-block-ui-btn__reorder {
  height: 20px;
  width: 20px;
  color: inherit;
}
.st-block-addition:hover .st-block-addition__button, .st-block--active .st-block-addition__button {
  color: #17bb75;
  opacity: 1;
}

.st-block-addition-top {
  transition: all 0.2s 0.2s ease-in-out;
  text-align: left;
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 0;
  z-index: 2;
  position: relative;
  cursor: text;
  display: none;
  position: absolute;
  top: -2em;
  height: 30px;
  opacity: 0;
  display: block;
}
.st-block-addition-top::-moz-focus-inner {
  padding: 0;
  margin: 0;
  margin-left: -1px;
}
.st-block-addition-top:before {
  transition: all 0.2s 0.1s ease-in-out;
  background: #17bb75;
  position: absolute;
  height: 2px;
  top: 50%;
  left: 110px;
  right: 110px;
  content: "";
  display: block;
  transform: translateY(-50%) translateZ(0);
}
.st-block--empty .st-block-addition-top {
  display: none !important;
}
.st-block-addition-top:hover {
  opacity: 1;
}
.st-block--textable .st-block-addition-top, .st-block[data-type=list] .st-block-addition-top {
  top: -1.5em;
}
.st-block:nth-child(3) .st-block-addition-top {
  display: none;
}
.st-block--empty + .st-block .st-block-addition-top {
  display: none;
}

.st-block-addition-top__icon {
  transition: all 0.2s 0.1s ease-in-out;
  border: 1px solid transparent;
  color: #444444;
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  padding-left: 35px;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0.2;
  transform: translateY(-50%) translateZ(0);
}
.st-block-addition-top__icon .st-icon, .st-block-addition-top__icon .st-block-control-ui-btn, .st-block-addition-top__icon .st-block-ui-btn__delete, .st-block-addition-top__icon .st-block-ui-btn__reorder {
  width: 41px;
  height: 41px;
  color: inherit;
}
.st-block-addition-top:hover .st-block-addition-top__icon, .st-block--active .st-block-addition-top__icon {
  color: #17bb75;
  opacity: 1;
}

.st-block-addition-top__button {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: 76px;
  right: 0;
  bottom: 0;
  display: inline-block;
}

.st-block-controls {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  font-size: 0.8em;
  padding: 0px 110px;
  transform: translateY(-50%);
  z-index: 1;
}

.st-block-controls__buttons {
  text-align: center;
}

.st-block-controls__button {
  border: none;
  background: transparent;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  margin: 0.5em;
  text-transform: uppercase;
}

.st-block-controls__button .st-icon, .st-block-controls__button .st-block-control-ui-btn, .st-block-controls__button .st-block-ui-btn__delete, .st-block-controls__button .st-block-ui-btn__reorder {
  margin: 0 0 10px 0;
  display: block;
  width: 42px;
  height: 42px;
}

.st-block-controls__button:hover {
  color: #17bb75;
}

.st-block-replacer {
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  outline: none;
  border: none;
  font-size: 1.3em;
  display: none;
  background-color: transparent;
  padding: 0;
  z-index: 2;
  top: 50%;
  left: 35px;
}
.st-block-replacer::-moz-focus-inner {
  padding: 0;
  margin: 0;
  margin-left: -1px;
}
.st-block--textable.st-block--empty .st-block-replacer {
  display: block;
}

.st-block-replacer__button {
  transition: all 0.2s ease-in-out;
  color: #17bb75;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  width: 41px;
  height: 41px;
  cursor: pointer;
  transform: translateZ(0);
}
.st-block--controls-active .st-block-replacer__button {
  transform: rotate(45deg);
}

.st-blocks {
  overflow: hidden;
  position: relative;
}

.st-block {
  position: relative;
}

.st-block__inner {
  position: relative;
  margin: 0 110px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.st-block--textable .st-block__inner {
  margin-top: 0;
  margin-bottom: 0;
}

.st-block__inner--droppable {
  border: 1px solid #ddd;
  background: #f7f7f7;
  cursor: pointer;
  margin-top: 2em;
  margin-bottom: 2em;
}
.st-block__inner--droppable:focus {
  border-color: #17bb75;
  outline: none;
}

.st-block[data-type=quote] .st-block__inner {
  margin-left: 155px;
  margin-right: 155px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.st-block__inner--controllable {
  padding-bottom: 3em;
  transition: all 0.2s;
}

.st-block--with-errors .st-block__inner,
.st-block--delete-active .st-block__inner {
  border-color: #d70014;
}

.st-block--with-plus:after,
.st-icon--add:after {
  display: block;
  position: relative;
  z-index: 1;
  bottom: 0;
}

.st--block-limit-reached .st-block-addition {
  display: none;
}

.st-icon--add:after {
  text-align: center;
  font-size: 1.875em;
  padding: 0.3em 0;
  line-height: 0.9;
  border-radius: 0.2em;
}

.st-block--with-plus:after {
  background: #f7f7f7;
  color: #17bb75;
  cursor: pointer;
}

.with-st-controls:after,
.with-st-controls:before {
  display: none;
}

.st-block.st-drag-over:after,
.st-block.st-drag-over:last-child:after,
.st-top-controls.st-drag-over:before {
  content: "";
  background: transparent;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #17bb75;
}

.st-drag-element {
  background: #fff;
  box-shadow: 3px 3px #17bb75 inset, -3px -3px #17bb75 inset;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.st-drag-element .st-block-addition {
  display: none;
}

.st-block--dragging {
  background: #f6f7f9;
}
.st-block--dragging > * {
  opacity: 0;
}
.st-block--dragging .st-block-addition {
  opacity: 1;
}

.st-drag-over .st-block-addition {
  opacity: 0;
}

.st-text-block {
  font-size: inherit;
  margin: 0;
  /*padding: 0.3em 0;*/
  outline: none;
  border: none;
  font-size: 1.275em;
  line-height: 1.45;
  overflow: visible;
}
.st-block--empty .st-text-block {
  line-height: 55px;
}

.st-text-block p {
  margin: 1rem 0;
  vertical-align: 14%;
}

.st-text-block--heading {
  line-height: 1.45;
  font-size: 1.5em;
  min-height: 1em;
  font-weight: 700;
  margin: 1rem 0;
  overflow: visible;
}

.st-text-block--heading p {
  margin: 0.5em 0;
}

.st-text-block--quote {
  font-size: 1.875em;
  line-height: 1.45;
  margin-bottom: 1.8em;
}

ul.st-text-block {
  margin-left: 1.875em;
}

.st-list-block__list {
  font-size: 1.275em;
  margin: 0;
  padding-left: 1em;
}

.st-list-block__editor {
  width: 100%;
  line-height: 1.45;
}

.st-block__inputs {
  padding: 1.6em 0 1em;
  border-radius: 0.2em;
  border-top: 2px solid transparent;
}

.st-block__dropzone .st-icon, .st-block__dropzone .st-block-control-ui-btn, .st-block__dropzone .st-block-ui-btn__delete, .st-block__dropzone .st-block-ui-btn__reorder {
  font-size: 4em;
  color: #42474b;
  display: block;
  text-align: center;
  margin: 0 auto 0.2em;
}

.st-block__dropzone p {
  text-align: center;
  color: #42474b;
  font-size: 1.2em;
  margin: 0;
}

.st-block__dropzone p span {
  font-weight: 700;
}

.st-drag-over .st-block__inputs {
  border-top-color: #d1d1d1;
}

.st-block .st-block__paste-input[type=text] {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0.4em auto 0;
}

.st-upload-btn {
  border: 0;
  background: #42474b;
  border-radius: 0.2em;
  padding: 0.35em 1em;
  font-size: 1.125em;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 10;
}

.st-block__upload-container:hover .st-upload-btn {
  background: #17bb75;
  color: #fff;
}

.st-block__editor--with-square-media {
  padding-top: 100%; /* 16:9 */
  height: 0;
  position: relative;
  width: 100%;
}

.st-block__editor--with-sixteen-by-nine-media {
  padding-top: 56.25%; /* 16:9 */
  height: 0;
  position: relative;
  width: 100%;
}

.st-block__editor--with-square-media video,
.st-block__editor--with-square-media iframe,
.st-block__editor--with-sixteen-by-nine-media video,
.st-block__editor--with-sixteen-by-nine-media iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.st-block__editor img {
  width: 100%;
  height: auto;
}

.st-block__upload-container {
  margin: 0.4em 0 0 0;
  text-align: center;
}

.st-block__upload-container input[type=file] {
  position: absolute;
  z-index: 50;
  opacity: 0;
  cursor: pointer;
  left: 0;
  width: 100%;
  padding: 7px 0;
  text-align: center;
}

.st-block__messages {
  display: none;
  position: relative;
  padding: 0.3em 0.5em;
  border: 2px solid #17bb75;
  border-left: none;
  border-top: none;
  max-width: 80%;
}

.st-block__messages--is-visible {
  display: block;
}

.st-block--with-errors .st-block__messages {
  border-color: #d70014;
}

.st-block__messages span {
  display: block;
}

.st-msg--error {
  color: #d70014;
}

.st-block--is-selected:before {
  display: block;
  content: "";
  background: #ccffcc;
  position: absolute;
  top: -6px;
  left: 100px;
  right: 20px;
  bottom: -6px;
}

.st-block-positioner {
  border: 2px solid #17bb75;
  position: absolute;
  z-index: 2;
  background: #fff;
  display: none;
  right: 4em;
  top: 0;
}
.st-block-positioner.active {
  display: block;
}
.st-block-positioner:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.st-block-positioner:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  left: -0.3em;
  top: 50%;
  z-index: -1;
  border: 2px solid #17bb75;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.st-block-positioner:before {
  left: auto;
  right: -0.3em;
}

.st-block-positioner__inner {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0.3em 0.5em;
}

.st-block-positioner__select {
  display: block;
}

.st-block--with-errors > .st-block__inner > .st-block__ui .st-block-positioner, .st-block--delete-active > .st-block__inner > .st-block__ui .st-block-positioner {
  border-color: #d70014;
}
.st-block--with-errors > .st-block__inner > .st-block__ui .st-block-positioner:after, .st-block--delete-active > .st-block__inner > .st-block__ui .st-block-positioner:after {
  border-color: #d70014;
}

.st-block__control-ui {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.st-block__inner:hover .st-block__ui,
.st-block__inner:hover .st-block__control-ui {
  opacity: 1;
}

.st-block-ui__confirm {
  color: #d70014;
  border: 1px solid #d70014;
  background: none;
  padding: 0.15em 0.4em;
  margin: 0 0.1em;
  font-size: 0.9em;
  cursor: pointer;
}

.st-block-control-ui-btn, .st-block-ui-btn__delete, .st-block-ui-btn__reorder {
  display: block;
  cursor: pointer;
  width: 1em;
  height: 1em;
  color: #9b9b9b;
}
.st-block-control-ui-btn:before, .st-block-ui-btn__delete:before, .st-block-ui-btn__reorder:before {
  position: absolute;
  display: block;
  content: "";
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

.st-block-ui-btn__reorder {
  position: absolute;
  right: 2em;
  transform: scaleX(-1);
  top: 0.5em;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
.st-block-ui-btn__reorder:hover, .st-block-ui-btn__reorder:focus {
  color: #17bb75;
  opacity: 1;
}

.st-block-ui-btn__delete {
  position: absolute;
  right: 1em;
  top: 1.5em;
  font-size: 1.5em;
  opacity: 0.5;
}
.st-block-ui-btn__delete:hover, .st-block-ui-btn__delete:focus {
  color: #d70014;
  opacity: 1;
}
.st-block--textable .st-block-ui-btn__delete, .st-block[data-type=list] .st-block-ui-btn__delete,
.st-block-ui-btn__delete .st-block {
  display: none;
}
.st-block[data-type=quote] .st-block-ui-btn__delete {
  display: block;
}

.st-block-control-ui-btn {
  width: 2em;
  line-height: 1.25em;
  height: 1.25em;
  font-size: 1em;
  display: inline-block;
  padding: 3px;
  transition: color 0.1s;
}
.st-block-control-ui-btn:hover, .st-block-control-ui-btn:focus {
  color: #17bb75;
}

.st-block-control-ui-btn--selected {
  color: #17bb75;
}

.st-block--with-errors .st-block-control-ui-btn,
.st-block--delete-active .st-block-control-ui-btn {
  color: #d70014;
  border-color: #d70014;
}
.st-block--with-errors .st-block-control-ui-btn:hover, .st-block--with-errors .st-block-control-ui-btn.active,
.st-block--delete-active .st-block-control-ui-btn:hover,
.st-block--delete-active .st-block-control-ui-btn.active {
  color: #fff;
  background-color: #d70014;
}

.st-block__ui-delete-controls {
  border: 2px solid #17bb75;
  position: absolute;
  z-index: 2;
  background: #fff;
  display: none;
  right: 4em;
  top: 1.85em;
  padding: 0.3em 0.5em;
  border-color: #d70014;
}
.st-block__ui-delete-controls.active {
  display: block;
}
.st-block__ui-delete-controls:after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.st-block__ui-delete-controls:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  left: -0.3em;
  top: 50%;
  z-index: -1;
  border: 2px solid #17bb75;
  background: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.st-block__ui-delete-controls:before {
  left: auto;
  right: -0.3em;
  border-color: #d70014;
}

.st-block--with-errors {
  opacity: 1;
  z-index: 2;
}

.st-block__delete-label {
  color: #d70014;
}

.st-format-bar {
  top: 0;
  position: absolute;
  margin: -4.5em 0 0 0;
  background: #252525;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  border-radius: 0.4em;
  padding: 0;
  transition: opacity 0.2s ease-in-out;
}

.st-format-bar:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 3.3em;
  width: 0;
  height: 0;
  border-left: 0.875em solid transparent;
  border-right: 0.875em solid transparent;
  border-top: 0.875em solid #252525;
  margin-left: -0.875em;
}

.st-format-bar--is-ready {
  visibility: visible;
  opacity: 1;
}

.st-format-btn {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 1em;
  line-height: 1;
  padding: 0.5em 0.6em;
  vertical-align: middle;
  text-align: center;
}
.st-format-btn:focus {
  outline: 0;
}

.st-format-btn .st-icon, .st-format-btn .st-block-ui-btn__reorder, .st-format-btn .st-block-ui-btn__delete, .st-format-btn .st-block-control-ui-btn {
  width: 35px;
  height: 35px;
}

.st-format-btn--Heading,
.st-format-btn--Quote {
  border-left: 1px solid #3e4245;
}

.st-format-btn:hover,
.st-format-btn--is-active {
  color: #17bb75;
}

.st-format-btn--Unlink {
  text-decoration: line-through;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(/images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(/images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/* CSS for use across sir-trevor widgets */
.widget-header {
  padding: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D4D4D4;
}

.blacklight-home_pages-edit [data-type=search_results] {
  display: none;
}

.content-block {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.st-blocks {
  overflow: visible;
}

.st-block__inner {
  border: 1px solid #495057;
  box-shadow: 3px 3px 15px #495057;
  margin: 1em 20px;
  padding: 1.875em 1.875em 2.8em;
}

.st-block--textable .st-block__inner {
  margin: 1em 20px;
  transition: padding-left 0.2s ease;
}

.st-block--empty.st-block--textable .st-block__inner {
  padding-left: 75px;
}

.st-block-replacer {
  top: 40%;
}

.form-group .st-text-block {
  height: auto !important;
  min-height: 6em;
}

.st-block .st-block-ui-btn__delete {
  display: block !important;
}

.st-block-addition {
  display: block !important;
}

.st-block-controls {
  display: none !important;
}

.st-block--controls-active .st-block__inner {
  display: none;
}

.spotlight-block-controls {
  border: 1px solid #495057;
  border-radius: 4px;
  box-shadow: 3px 3px 15px #495057;
  margin: 1em 20px;
  padding: 1.875em 1.875em 2.8em 70px;
}

.st-block-controls__button {
  border: 1px solid #495057;
}
.st-block-controls__button .st-icon, .st-block-controls__button .st-block-ui-btn__reorder, .st-block-controls__button .st-block-ui-btn__delete, .st-block-controls__button .st-block-control-ui-btn {
  margin-left: auto;
  margin-right: auto;
}

/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
.blacklight-home_pages-show .edit-button {
  margin-bottom: 2em;
}

#nested-pages {
  margin-bottom: 1em;
}

.st-title {
  position: absolute;
  top: 0;
  left: 0;
  background-color: theme-colors("secondary");
  padding: 3px 8px;
  color: #212529;
  font-weight: bold;
}

.st-block__inner div.field + div.field {
  margin-top: 2rem;
}
.st-block__inner .field-select {
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .st-block__inner .field-select {
    margin-bottom: 2rem;
  }
  .st-block__inner .field-select > select {
    margin-left: 0.5rem;
  }
}

#sidebar li {
  margin-top: 0.5rem;
}
#sidebar h4 {
  line-height: 1.5;
}
#sidebar .contacts-header {
  margin-top: 4rem;
}
#sidebar .contact-properties {
  padding-left: 0.125rem;
}
#sidebar .contact-properties > div {
  padding-bottom: 5px;
}
#sidebar ol.contacts {
  line-height: 1.33;
}
#sidebar ol.contacts li {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  word-break: break-word;
}
#sidebar ol.contacts li .name {
  font-weight: bold;
}
#sidebar ol.sidenav li {
  color: #212529;
  margin-top: 0.5rem;
}
#sidebar ol.sidenav ol.subsection {
  margin-bottom: 1rem;
  padding-left: 0;
}
#sidebar ol.sidenav ol.subsection li {
  list-style: square;
  margin-left: 18px;
  margin-top: 0.5rem;
}

.contacts_admin .name {
  font-size: 16px;
  font-weight: 500;
}

.contact-photo {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  height: 70px;
  margin-right: 15px;
  margin-top: 3px;
  min-width: 70px;
}

.sidenav.contacts .contact-photo + div[itemprop] ~ div[itemprop] {
  margin-left: 85px;
}

.item-grid-block h3 {
  margin-top: 0;
}
.item-grid-block .text-col {
  float: none;
  width: auto;
}
.item-grid-block .items-col {
  display: flex;
  margin-bottom: 1em;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .item-grid-block .items-col {
    margin-bottom: 1.5;
  }
}
.item-grid-block .box {
  align-self: auto;
  flex: 1 0 25%;
  margin: auto;
  min-width: 25%;
  order: 1;
  padding: 5px;
}
.item-grid-block .img-thumbnail {
  border: 1px solid #6c757d;
  border-radius: 0;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .item-grid-block .img-thumbnail {
    height: 160px;
  }
  .col-md-9 .item-grid-block .img-thumbnail {
    height: 125px;
  }
}
.item-grid-block .item-0 {
  flex: 3 1 41%;
}
.item-grid-block .item-2 {
  flex: 2 1 33%;
}
.item-grid-block .item-0,
.item-grid-block .item-1,
.item-grid-block .item-2 {
  order: 0;
}
.item-grid-block .item-0 .img-thumbnail,
.item-grid-block .item-1 .img-thumbnail,
.item-grid-block .item-2 .img-thumbnail {
  height: 270px;
}

.preview-btn, .preview-exit-btn {
  float: left;
  width: 100px;
}

.missing-croppable {
  display: none;
}

.item-input-field[disabled=disabled] {
  visibility: hidden;
}

.empty-page-block {
  margin-top: 1rem;
}
.empty-page-block h2 {
  margin-top: 0;
}
.empty-page-block p, .empty-page-block ol > li {
  padding: 0.5rem;
}
.empty-page-block ol > li:last-child {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .oembed-block {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .oembed-block iframe {
    max-width: 100%;
  }
}

.items-block .text-col {
  float: none;
  width: auto;
}
.items-block .items-col {
  z-index: 1;
  /* two items */
  /* only images, no text */
}
@media (max-width: 991.98px) {
  .items-block .items-col {
    margin-bottom: 0;
  }
}
.items-block .items-col .box {
  min-width: 150px;
  -webkit-flex: 1 1 150px;
}
.items-block .items-col .box:first-child:nth-last-child(2),
.items-block .items-col .box:first-child:nth-last-child(2) ~ .box {
  min-width: 250px;
  -webkit-flex: 1 1 250px;
}
.items-block .items-col:last-child .box {
  padding: 0.25em;
}
.items-block .items-col:last-child .box img {
  max-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991.98px) {
  .items-block .items-col:last-child .box img {
    max-height: 175px;
  }
}
@media (max-width: 991.98px) {
  .items-block .items-col:last-child .box {
    -webkit-flex: 1 1 175px;
  }
}

@media (max-width: 767.98px) {
  .item-features .carousel-indicators {
    width: 100%;
    margin-top: 2rem;
  }
}

.carousel-block .carousel-caption h3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.zpr-link {
  margin-top: 0.75rem;
}

.truncated-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 30ex;
}

.long-description-text {
  margin: 2rem 0;
  width: 40em;
}

.very-long-description-text {
  width: auto;
}
@media (min-width: 768px) {
  .very-long-description-text {
    -moz-column-gap: 3em;
         column-gap: 3em;
    -moz-column-width: 20em;
         column-width: 20em;
  }
}

.blacklight-browse .sort-pagination .page-links {
  display: none;
}
.blacklight-browse .sort-pagination .search-widgets {
  margin-left: auto;
}

.blacklight-browse-show .subtitle {
  padding-right: 1rem;
}
.blacklight-browse-show .subtitle::before {
  content: " ·";
  color: #666;
  padding-right: 0.5rem;
}

#main-container .browse-group-navigation.nav {
  margin-bottom: 1rem;
}
#main-container .browse-group-navigation.nav .nav-link {
  margin-bottom: 0.75rem;
}

.browse-landing {
  text-align: center;
}
.browse-landing .text-overlay .browse-category-title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.browse-landing .category {
  margin-bottom: 1rem;
}
.browse-landing .image-overlay {
  border: 2px solid #6c757d;
  border-radius: 0.3rem;
  max-height: 240px;
  min-height: 140px;
  overflow: hidden;
  position: relative;
}
.browse-landing .image-overlay img {
  width: 100%;
}
.browse-landing .text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  color: #fff;
  padding: 8%;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  transform-style: preserve-3d;
}
.browse-landing .text-overlay .browse-category-title {
  font-size: 2.1875rem;
}
.browse-landing .text-overlay .browse-category-title .category-subtitle {
  display: block;
}
.browse-landing .text-overlay .browse-category-title small {
  display: block;
  color: #fff;
  margin-top: 1rem;
  text-transform: uppercase;
}
.browse-landing .text-overlay:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 767.98px) {
  .browse-landing .image-overlay {
    margin: 10px auto;
    max-height: 240px;
    max-width: 350px;
  }
  .browse-landing .text-overlay .browse-category-title {
    font-size: 2.1875rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .browse-landing .image-overlay {
    max-height: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .browse-landing .text-overlay .browse-category-title {
    font-size: 1.875rem;
  }
  .browse-landing .image-overlay {
    max-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .browse-landing .image-overlay {
    max-height: 300px;
  }
}

.search-box-container {
  margin: 0 auto;
  width: 100%;
}
.search-box-container .col-form-label {
  text-align: right;
}
.search-box-container .browse-search-form .btn-reset {
  background-color: transparent;
  display: none;
  left: -40px;
  z-index: 20;
}
.search-box-container .browse-search-form .search-btn {
  left: -40px;
  z-index: 30;
}
.search-box-container .browse-search-expand {
  text-align: center;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.browse-group-categories-block {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}
.browse-group-categories-block .browse-categories .browse-category .category-caption {
  z-index: 100;
}
.browse-group-categories-block .browse-categories .browse-category .hover-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.browse-group-categories-block .browse-categories .browse-category:hover .hover-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
}
.browse-group-categories-block .spotlight-flexbox.browse-categories .box {
  display: flex;
}
.browse-group-categories-block .browse-group-categories-controls {
  list-style: none;
}
.browse-group-categories-block .browse-group-categories-controls li {
  display: inline-block;
  cursor: pointer;
}
.browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-left, .browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-right {
  display: inline-block;
  fill: #6c757d;
  height: 44px;
  width: 44px;
}
.browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-left:hover, .browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-left:focus, .browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-right:hover, .browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-right:focus {
  fill: #495057;
}
.browse-group-categories-block .browse-group-categories-controls li[aria-disabled=true] {
  cursor: auto;
}
.browse-group-categories-block .browse-group-categories-controls [aria-disabled=true] .blacklight-icon-arrow-alt-circle-left, .browse-group-categories-block .browse-group-categories-controls [aria-disabled=true] .blacklight-icon-arrow-alt-circle-right {
  fill: #ced4da;
}
.browse-group-categories-block .browse-group-categories-controls [aria-disabled=true] .blacklight-icon-arrow-alt-circle-left:hover, .browse-group-categories-block .browse-group-categories-controls [aria-disabled=true] .blacklight-icon-arrow-alt-circle-left:focus, .browse-group-categories-block .browse-group-categories-controls [aria-disabled=true] .blacklight-icon-arrow-alt-circle-right:hover, .browse-group-categories-block .browse-group-categories-controls [aria-disabled=true] .blacklight-icon-arrow-alt-circle-right:focus {
  fill: #ced4da;
}
.browse-group-categories-block .tns-controls {
  display: none;
}
@media screen and (min-width: 768px) {
  .browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-left, .browse-group-categories-block .browse-group-categories-controls .blacklight-icon-arrow-alt-circle-right {
    height: 32px;
    width: 32px;
  }
  .browse-group-categories-block[data-browse-group-categories-count="2"] .browse-group-categories-controls, .browse-group-categories-block[data-browse-group-categories-count="3"] .browse-group-categories-controls {
    display: none !important;
  }
}

[dir=rtl] .browse-group-categories-block .blacklight-icon-arrow-alt-circle-left, [dir=rtl] .blacklight-icon-arrow-alt-circle-right {
  transform: rotate(180deg);
}
[dir=rtl] .tns-visually-hidden {
  left: 0;
  right: -10000em;
}

.navbar-static-top {
  margin-bottom: 0;
}

.masthead {
  background-color: #fff;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1.5rem;
  padding: 0;
  position: relative;
}
.masthead .site-title {
  margin-bottom: 0;
}
.masthead .site-title-wrapper {
  margin-top: 1.25rem;
  padding-bottom: 0.75rem;
  position: relative;
  white-space: nowrap;
}
.masthead small {
  font-size: 1.875rem;
}
.masthead .navbar:last-child {
  margin-bottom: 0;
}
.masthead .navbar-form {
  text-align: right;
}

.resource-masthead .navbar {
  border-bottom: 1px solid #adb5bd;
  border-top: 0;
  margin-bottom: 0;
}
.resource-masthead .navbar-nav {
  float: right;
}
.resource-masthead .search-query-form {
  display: none;
}

.site-title-container {
  max-height: 9.171875rem;
}

.image-masthead {
  background-color: #000;
}
.image-masthead .exhibit-navbar {
  background-color: rgba(0, 0, 0, 0.5);
}
.image-masthead .exhibit-navbar .navbar-nav {
  text-transform: uppercase;
}
.image-masthead .exhibit-navbar .navbar-nav .dropdown-menu, .image-masthead .exhibit-navbar .navbar-nav .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .image-masthead .exhibit-navbar .navbar-nav ul {
  text-transform: none;
}
.image-masthead .h2 {
  color: #fff;
  text-shadow: 1px 1px 0 #212529;
}
.image-masthead small {
  color: #fff;
}
.image-masthead .background-container {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #000;
  filter: blur(1px);
  height: 100%;
  margin-left: -1px;
  margin-top: -1px;
  overflow: hidden;
}
.image-masthead .background-container-gradient {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: auto;
  height: inherit;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
  height: 100%;
}

.col-md-4 .submit-search-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.site-footer {
  background-color: #495057;
  color: #6c757d;
  margin-top: 20px;
  padding: 10px;
  position: absolute;
  bottom: 0;
  height: 120px;
  width: 100%;
}

#documents.table {
  font-size: 1.25rem;
}
#documents.table .thumbnail-column {
  box-sizing: content-box;
  min-width: 60px;
}
#documents.table .document-thumbnail {
  border: none;
  margin-bottom: 0;
  padding: 0;
}
#documents.table .document-thumbnail img {
  border: 1px solid #6c757d;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
#documents.table .document-counter {
  display: none;
}
#documents.table .index_title {
  margin-top: 0;
  margin-bottom: 0;
}
#documents.table .checkbox.toggle_visibility {
  padding-top: 0;
}

#documents.documents-list .document-thumbnail img {
  max-width: 100px;
}

#document ul.tags {
  text-align: center;
}
#document ul.tags li a {
  color: #fff;
}

.document.blacklight-private .index_title:after, .document.blacklight-private h1:after, .document.blacklight-private .card-title:after, .document.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .autocomplete-title:after {
  content: "Private";
  margin-left: 3px;
}

.blacklight-catalog-admin .add-items-nav {
  margin-bottom: 1rem;
}
.blacklight-catalog-admin .sort-pagination {
  border-bottom: 0;
}

form.edit_solr_document .bootstrap-tagsinput {
  cursor: text;
}
form.edit_solr_document .bg-warning.form-text {
  font-size: 0.9em;
  padding: 3px 6px;
}

.bootstrap-tagsinput {
  display: block;
}
.bootstrap-tagsinput .twitter-typeahead {
  width: auto;
}
.bootstrap-tagsinput .tt-input {
  vertical-align: baseline !important;
}

.blacklight-catalog-edit .edit_solr_document, .blacklight-catalog-show .edit_solr_document {
  float: right;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#sortAndPerPage {
  align-items: flex-end;
}

.search-widgets {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  margin-left: -0.1rem;
}
@media (min-width: 768px) {
  .search-widgets {
    justify-content: flex-end;
  }
}
.search-widgets .btn, .search-widgets .expanded-add-button .input-field input[type=submit], .expanded-add-button .input-field .search-widgets input[type=submit], .search-widgets .st-block-controls__button, .search-widgets .btn-group {
  margin-left: 0.1rem;
  margin-top: 0.25rem;
}

.curator-actions {
  align-items: flex-start;
  display: flex;
  order: -1;
  width: 100%;
  margin-left: -0.1rem;
}
@media (min-width: 768px) {
  .curator-actions {
    justify-content: flex-end;
  }
}

.no-js .visibility-toggle input[type=submit] {
  display: inline;
}
.no-js .visibility-toggle div.toggle-visibility {
  display: none;
}
.visibility-toggle input[type=submit] {
  display: none;
}

.leaflet-container {
  height: 400px;
  margin: 0;
}

.page-links a {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.33;
  font-size: 1.25rem;
}

.missing-description {
  font-style: italic;
}

.expanded-add-button {
  display: inline-block;
}
.expanded-add-button .input-field {
  display: none;
}
.expanded-add-button .input-field input[type=text] {
  height: auto;
  padding: 0 5px;
  width: 195px;
  color: black;
  border-color: white;
}
.expanded-add-button [data-expanded-add-button] {
  text-align: left;
}

.card-header .pic {
  width: 70px;
  display: inline-block;
  margin-bottom: 0;
}
.card-header .form-check-inline {
  margin-top: -3px;
  vertical-align: middle;
}
.card-header .main {
  display: inline-block;
  vertical-align: text-bottom;
}
.card-header .btn-link.collapse-toggle {
  margin: 0;
  padding: 0;
}

[data-in-place-edit-target]:hover:after {
  content: "✏";
  line-height: 1;
  margin-left: 6px;
  display: inline-block;
  color: #777;
}

[data-in-place-edit-target].hide-edit-icon:after {
  display: none;
}

.card.page-admin:hover {
  background: #dee2e6;
}
.card.page-admin .page-links, .card.page-admin .contact-links {
  text-align: right;
}
.card.page-admin .page-links a, .card.page-admin .contact-links a {
  padding: 0 2px;
}
.card.page-admin .main {
  width: 99%;
  vertical-align: text-top;
}

.contacts_admin .card-header.page .main {
  width: 95%;
}

.card-header.item-grid:hover {
  background: #dee2e6;
}
.card-header.item-grid .main {
  width: 65%;
  vertical-align: top;
  display: inline-block;
  margin-left: 1rem;
}
.card-header.item-grid .remove {
  width: 10%;
  vertical-align: top;
  display: inline-block;
  margin-left: 1rem;
}

.search_admin .pic {
  flex-basis: 70px;
}
.search_admin .main {
  flex-basis: 40%;
}
.search_admin .description {
  flex-basis: 30%;
}

#edit-search #preview {
  height: 60px;
  width: 60px;
}

h1 + .instructions, h2 + .instructions, h3 + .instructions, h4 + .instructions, h5 + .instructions, .documents-list .document .document-title-heading + .instructions, h6 + .instructions {
  border-top: 1px solid lightgray;
  padding-top: 5px;
}

.label.curation-widget {
  display: inline-block;
  margin-top: 1em;
  padding: 0.7em 1em;
}
.label.curation-widget a {
  color: white;
  text-decoration: underline;
}

#content-header {
  height: auto;
  min-height: 0;
}

.spotlight-admin-thumbnail {
  position: relative;
}
.spotlight-admin-thumbnail .badge, .spotlight-admin-thumbnail #document ul.tags li, #document ul.tags .spotlight-admin-thumbnail li, .spotlight-admin-thumbnail .document.blacklight-private .index_title:after, .document.blacklight-private .spotlight-admin-thumbnail .index_title:after, .spotlight-admin-thumbnail .document.blacklight-private h1:after, .document.blacklight-private .spotlight-admin-thumbnail h1:after, .spotlight-admin-thumbnail .document.blacklight-private .card-title:after, .document.blacklight-private .spotlight-admin-thumbnail .card-title:after, .spotlight-admin-thumbnail .document.blacklight-private .autocomplete-title:after, .document.blacklight-private .spotlight-admin-thumbnail .autocomplete-title:after, .spotlight-admin-thumbnail tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private .spotlight-admin-thumbnail .index_title:after, .spotlight-admin-thumbnail tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .spotlight-admin-thumbnail h1:after, .spotlight-admin-thumbnail tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .spotlight-admin-thumbnail .card-title:after, .spotlight-admin-thumbnail tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .spotlight-admin-thumbnail .autocomplete-title:after, .spotlight-admin-thumbnail li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private .spotlight-admin-thumbnail .index_title:after, .spotlight-admin-thumbnail li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .spotlight-admin-thumbnail h1:after, .spotlight-admin-thumbnail li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .spotlight-admin-thumbnail .card-title:after, .spotlight-admin-thumbnail li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .spotlight-admin-thumbnail .autocomplete-title:after, .spotlight-admin-thumbnail .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private .spotlight-admin-thumbnail .index_title:after, .spotlight-admin-thumbnail .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .spotlight-admin-thumbnail h1:after, .spotlight-admin-thumbnail .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .spotlight-admin-thumbnail .card-title:after, .spotlight-admin-thumbnail .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .spotlight-admin-thumbnail .autocomplete-title:after, .spotlight-admin-thumbnail #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags .spotlight-admin-thumbnail a,
.spotlight-admin-thumbnail .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags .spotlight-admin-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.facet-metadata {
  font-size: 1.25rem;
  text-align: right;
}

table#exhibit-specific-fields {
  margin-top: 1em;
}
table#exhibit-specific-fields .field-label {
  min-width: 10em;
  font-size: 1.875rem;
}
table#exhibit-specific-fields .field-description {
  font-size: 1.25rem;
  vertical-align: middle;
}
table#exhibit-specific-fields .actions a {
  padding: 0 2px;
}

#nested-navigation {
  margin-bottom: 2rem;
}

table.users td:nth-child(3), table.users th:nth-child(3) {
  text-align: center;
}

table.tags td:nth-child(2), table.tags th:nth-child(2) {
  text-align: right;
}
table.tags td:nth-child(3), table.tags th:nth-child(3) {
  text-align: center;
}

.card-title .subtitle::before {
  content: " ·";
  color: #666;
  padding-right: 3px;
}

.exhibit-admin .contact {
  margin-bottom: 0.5em;
}
.exhibit-admin #another-email {
  cursor: hand;
}
.exhibit-admin .confirmation-status {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
}
.exhibit-admin .confirmation-status.not-validated {
  margin-top: 0;
}
.exhibit-admin .confirmation-status .confirmed {
  white-space: nowrap;
}
.exhibit-admin .confirmation-status a {
  white-space: nowrap;
}

#edit-search .remove {
  display: none;
}
#edit-search .constraint-value {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
#edit-search .form-control-plaintext {
  display: none;
}

.analytics {
  border-bottom: 1px solid #dee2e6;
  table-layout: fixed;
  text-align: center;
}
.analytics > tfoot > tr > th {
  padding-top: 0;
  border-top: 0;
  text-align: center;
}
.analytics th, .analytics td {
  border-left: 1px solid #dee2e6;
}
.analytics th:first-child, .analytics td:first-child {
  border-left: 0;
}

.pending-label {
  display: none;
}

.invite-pending .pending-label {
  display: inline;
}

.download-csv {
  align-items: flex-end;
  display: flex;
}
.download-csv .btn-primary {
  margin-bottom: 1rem;
}

.exhibit-navbar .navbar-nav,
.exhibit-navbar .exhibit-search-form {
  width: 100%;
}
@media (min-width: 768px) {
  .exhibit-navbar .navbar-nav,
  .exhibit-navbar .exhibit-search-form {
    width: auto;
  }
}

.edit-in-place {
  cursor: text;
  color: inherit;
}
.edit-in-place:hover {
  color: inherit;
  text-decoration: none;
  background: #F7F7D0;
  cursor: text;
}

.browse-category {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #dee2e6;
  border-radius: 0.3rem;
  position: relative;
}
.browse-category .category-caption {
  bottom: 16px;
  color: #fff;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 #000;
  width: 100%;
}
.browse-category .category-title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
  padding: 0.25rem;
}
@media (min-width: 576px) {
  .browse-category .category-title {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .browse-category .category-title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) {
  .browse-category .category-title {
    font-size: 1.875rem;
  }
}
.browse-category .category-subtitle {
  display: block;
}
.browse-category .item-count {
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 576px) and (max-width: 992px) {
  .browse-category .item-count {
    font-size: 1.09375rem;
  }
}

.spotlight-flexbox.browse-categories {
  justify-content: space-around;
}
.spotlight-flexbox.browse-categories .box {
  flex: none;
  margin-bottom: 1rem;
  min-width: 150px;
  padding: 0;
}

[data-sidebar=false].categories-1 .browse-category, [data-sidebar=false].categories-2 .browse-category, [data-sidebar=false].categories-3 .browse-category, [data-sidebar=false].categories-4 .browse-category, [data-sidebar=false].categories-5 .browse-category,
[data-sidebar=true].categories-1 .browse-category,
[data-sidebar=true].categories-2 .browse-category,
[data-sidebar=true].categories-3 .browse-category,
[data-sidebar=true].categories-4 .browse-category,
[data-sidebar=true].categories-5 .browse-category {
  max-width: 290px;
  max-height: 217.5px;
  width: 290px;
  height: 217.5px;
}
@media (min-width: 576px) {
  [data-sidebar=false].categories-2 .browse-category,
  [data-sidebar=true].categories-2 .browse-category {
    width: 239px;
    height: 179.25px;
  }
}
@media (min-width: 768px) {
  [data-sidebar=false].categories-2 .browse-category,
  [data-sidebar=true].categories-2 .browse-category {
    width: 329px;
    height: 246.75px;
  }
}
@media (min-width: 576px) {
  [data-sidebar=false].categories-3 .browse-category,
  [data-sidebar=true].categories-3 .browse-category {
    width: 154px;
    height: 115.5px;
  }
}
@media (min-width: 768px) {
  [data-sidebar=false].categories-3 .browse-category,
  [data-sidebar=true].categories-3 .browse-category {
    width: 214px;
    height: 160.5px;
  }
}
@media (min-width: 992px) {
  [data-sidebar=false].categories-3 .browse-category,
  [data-sidebar=true].categories-3 .browse-category {
    width: 294px;
    height: 220.5px;
  }
}
@media (min-width: 576px) {
  [data-sidebar=false].categories-4 .browse-category,
  [data-sidebar=true].categories-4 .browse-category {
    width: 239px;
    height: 179.25px;
  }
}
@media (min-width: 768px) {
  [data-sidebar=false].categories-4 .browse-category,
  [data-sidebar=true].categories-4 .browse-category {
    width: 329px;
    height: 246.75px;
  }
}
@media (min-width: 992px) {
  [data-sidebar=false].categories-4 .browse-category,
  [data-sidebar=true].categories-4 .browse-category {
    width: 216.5px;
    height: 162.375px;
  }
}
@media (min-width: 1200px) {
  [data-sidebar=false].categories-4 .browse-category,
  [data-sidebar=true].categories-4 .browse-category {
    width: 259px;
    height: 194.25px;
  }
}
@media (min-width: 576px) {
  [data-sidebar=false].categories-5 .browse-category,
  [data-sidebar=true].categories-5 .browse-category {
    width: 154px;
    height: 115.5px;
  }
}
@media (min-width: 768px) {
  [data-sidebar=false].categories-5 .browse-category,
  [data-sidebar=true].categories-5 .browse-category {
    width: 214px;
    height: 160.5px;
  }
}
@media (min-width: 992px) {
  [data-sidebar=false].categories-5 .browse-category,
  [data-sidebar=true].categories-5 .browse-category {
    width: 170px;
    height: 127.5px;
  }
}
@media (min-width: 1200px) {
  [data-sidebar=false].categories-5 .browse-category,
  [data-sidebar=true].categories-5 .browse-category {
    width: 204px;
    height: 153px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  [data-sidebar=true] .browse-category .category-title {
    font-size: 1.5625rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  [data-sidebar=true] .browse-category .item-count {
    font-size: 1.09375rem;
  }
}

@media (min-width: 992px) {
  [data-sidebar=true].categories-3 .browse-category {
    width: 214px;
    height: 160.5px;
  }
}
@media (min-width: 1200px) {
  [data-sidebar=true].categories-3 .browse-category {
    width: 259px;
    height: 194.25px;
  }
}
@media (min-width: 992px) {
  [data-sidebar=true].categories-4 .browse-category {
    width: 329px;
    height: 246.75px;
  }
}
@media (min-width: 1200px) {
  [data-sidebar=true].categories-4 .browse-category {
    width: 190.25px;
    height: 142.6875px;
  }
}
@media (min-width: 992px) {
  [data-sidebar=true].categories-5 .browse-category {
    width: 214px;
    height: 160.5px;
  }
}
@media (min-width: 1200px) {
  [data-sidebar=true].categories-5 .browse-category {
    width: 149px;
    height: 111.75px;
  }
}

.primary-caption select, .secondary-caption select, .auto-cyle-images select {
  margin-left: 10px;
}

.max-heights label.carousel-size {
  margin-left: 5px;
  padding-right: 10px;
  font-weight: normal;
}

.item-text .items-col {
  z-index: 1;
}

.item-text-admin .text-align {
  margin-top: 15px;
}
.item-text-admin .dd3-content.card {
  padding-left: 0;
}
.item-text-admin #item-text {
  min-height: 7em;
  color: #42474b;
  border: 0.1em solid #d4d4d4;
  padding: 0 0.6em;
}
.item-text-admin #item-text:hover, .item-text-admin #item-text:active {
  color: #42474b;
  border: 0.1em solid #d4d4d4;
  padding: 0 0.6em;
}

[data-type=uploaded_items] .st-block__inputs {
  display: none;
}

.modal-body .form-check-label {
  margin-bottom: 0.5rem;
}

.thumbs-list {
  overflow-x: scroll;
  height: 150px;
  padding-bottom: 10px;
  position: relative;
}
.thumbs-list ul {
  background: white;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  position: absolute;
}
.thumbs-list ul li {
  flex: 0 0 auto;
  min-width: 60px;
  padding: 1rem 1rem;
}
.thumbs-list ul li.active {
  background-color: #999999;
}

.item-grid-admin .field input[type=text] {
  width: 89%;
}
.item-grid-admin .field .twitter-typeahead {
  margin-bottom: 2rem;
}
.item-grid-admin .field-select {
  margin-top: 2rem;
}
.item-grid-admin .field-select select {
  display: inline;
  width: auto;
}
.item-grid-admin .dd3-item {
  margin-bottom: 2rem;
}

[data-type=item-features] .secondary-caption {
  display: none;
}

.spotlight-flexbox {
  display: flex;
  flex-flow: row wrap;
}
.spotlight-flexbox .box {
  text-align: center;
  padding: 1em;
  min-width: 125px;
  flex: 1;
  -webkit-flex: 1 1 125px;
}
@media (max-width: 767.98px) {
  .spotlight-flexbox .box {
    min-width: 200px;
    -webkit-flex: 1 1 200px;
  }
}
.spotlight-flexbox .box .caption {
  margin-top: 5px;
  font-style: italic;
}
.spotlight-flexbox .box img {
  max-width: 100%;
}

.carousel-block .carousel-inner > .carousel-item > a > img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.carousel-block .carousel-caption {
  bottom: 0;
  padding-bottom: 40px;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
@media screen and (min-width: 576px) {
  .carousel-block .carousel-caption {
    left: 0;
    right: 0;
    padding-bottom: 50px;
  }
}
.carousel-block.carousel-height-small .carousel-inner > .carousel-item > a > img {
  height: 350px;
}
.carousel-block.carousel-height-medium .carousel-inner > .carousel-item > a > img {
  height: 500px;
}
.carousel-block.carousel-height-large .carousel-inner > .carousel-item > a > img {
  height: 800px;
}

.item-features .carousel-indicators {
  bottom: initial;
  left: initial;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.item-features .carousel-indicators li {
  display: relative;
  width: 100%;
  height: auto;
  text-indent: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  opacity: 1;
}
.item-features .carousel-indicators .active, .item-features .carousel-indicators .active:hover {
  width: 100%;
  height: auto;
}
.item-features .carousel-indicators .active a, .item-features .carousel-indicators .active:hover a {
  color: #fff;
}

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

tbody.dd-list {
  display: table-row-group;
  padding-left: 0;
}

tbody.dd-dragel {
  display: table;
}

li.dd-item {
  list-style: none;
}

tr.dd-item {
  display: table-row;
  position: relative;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 100%;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border-radius: 3px;
  box-sizing: border-box;
}

.dd-handle:hover {
  color: #2ea8e5;
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action=collapse]:before {
  content: "-";
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
 * Nestable Extras
 */
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

/**
 * Nestable Draggable Handles
 */
.dd3-content {
  display: block;
  margin: 5px 0;
  background: #fafafa;
  background: linear-gradient(to bottom, #fafafa 0%, #eee 100%);
  border-radius: 3px;
  box-sizing: border-box;
}
.dd3-content.card, .dd3-content .card {
  padding: 0 0 0 30px;
}
.dd3-content .card-header[data-behavior=restore-default] {
  min-height: 3rem;
}

.dd3-content.page-admin {
  position: relative;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100px;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: linear-gradient(to bottom, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.dd3-handle:hover {
  background: #ddd;
}

.dd3-content .card-body,
.dd3-content .card-header {
  padding: 0.5rem 1rem;
}

.dd3-content.tag {
  padding-left: 0;
}
.dd3-content.tag .dd3-handle {
  display: none;
}

.dd-item td:first-child {
  padding: 0;
}
.dd-item td:first-child .edit-in-place {
  cursor: text;
  color: inherit;
  text-decoration: none;
}
.dd-item td:first-child:hover {
  background: #F7F7D0;
  cursor: text;
}
.dd-item td:first-child .handle-wrap {
  position: relative;
  padding: 0.75rem 0.75rem 0.75rem 40px;
  margin: 0;
  margin-top: -1px;
}
.dd-item td:first-child .dd3-handle:before {
  top: 3px;
}
.dd-item td.checkbox-cell {
  padding-top: 0;
  padding-bottom: 0;
}
.dd-item td.checkbox-cell label {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0px;
  padding-bottom: 0.75rem;
  padding-top: 1.75rem;
  display: block;
}
.dd-item td.checkbox-cell input {
  display: inline-block;
  float: none;
  margin: 0;
}

.dd-table {
  margin-top: 2rem;
}
.dd-table th:first-child {
  padding-left: 40px;
}

#nested-fields {
  margin-bottom: 1em;
}
#nested-fields .metadata_fields .checkbox-cell {
  vertical-align: middle;
}
#nested-fields .metadata-select {
  display: inline-block;
  min-width: 72px;
}

.disabled-sort-option .card, .disabled-search-option .card {
  margin-bottom: 0;
}

.sort_fields_admin .card-title, .search_fields_admin .card-title {
  display: inline;
}

.twitter-typeahead {
  width: 100%;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  z-index: 2000 !important;
  margin-top: 2px;
  max-height: 360px;
  overflow-y: auto;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.twitter-typeahead {
  z-index: 2000 !important; /* get typeahead to float on top of e.g. leaflet */
}
.twitter-typeahead .tt-suggestion {
  font-size: 18px;
  line-height: 24px;
  padding: 3px 1rem 3px 1rem;
  margin-bottom: 1em;
}
.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-dataset-tags p {
  white-space: nowrap !important;
}

.autocomplete-item {
  display: flex;
}
.autocomplete-item p {
  margin: 0;
}
.autocomplete-item .document-thumbnail {
  margin-right: 1rem;
  min-width: 60px;
  padding: 0;
  width: 60px;
}
.autocomplete-item .document-thumbnail img {
  max-width: 60px;
  max-height: 60px;
}

.search-input-group {
  width: auto;
}

.page-header {
  border-bottom: none;
}
.page-header small {
  font-size: 2.5rem;
  display: block;
}

.navbar-sm {
  margin-top: -10px;
}
.navbar-sm li > a {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.page-sidebar {
  margin-bottom: 24px;
}
.page-sidebar .nav-heading {
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0;
  padding-top: 0;
}
.page-sidebar .nav-link {
  padding: 0rem 1rem;
  padding-left: 0px;
}
.page-sidebar .nav-link.active {
  color: #000;
}
.page-sidebar .nav-link.active:hover {
  background-color: inherit;
}

.nav-heading {
  margin: 0;
  padding: 1rem 0.5rem;
}

.btn-nav {
  margin: 1rem 0.5rem;
}

h1 .badge, h1 #document ul.tags li, #document ul.tags h1 li, h1 .document.blacklight-private .index_title:after, .document.blacklight-private h1 .index_title:after, h1 .document.blacklight-private h1:after, .document.blacklight-private h1 h1:after, h1 .document.blacklight-private .card-title:after, .document.blacklight-private h1 .card-title:after, h1 .document.blacklight-private .autocomplete-title:after, .document.blacklight-private h1 .autocomplete-title:after, h1 tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h1 .index_title:after, h1 tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private h1 h1:after, h1 tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private h1 .card-title:after, h1 tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private h1 .autocomplete-title:after, h1 li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h1 .index_title:after, h1 li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private h1 h1:after, h1 li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private h1 .card-title:after, h1 li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private h1 .autocomplete-title:after, h1 .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h1 .index_title:after, h1 .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private h1 h1:after, h1 .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private h1 .card-title:after, h1 .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private h1 .autocomplete-title:after, h1 #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags h1 a,
h1 .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags h1 a, h2 .badge, h2 #document ul.tags li, #document ul.tags h2 li, h2 .document.blacklight-private .index_title:after, .document.blacklight-private h2 .index_title:after, h2 .document.blacklight-private h1:after, .document.blacklight-private h2 h1:after, h2 .document.blacklight-private .card-title:after, .document.blacklight-private h2 .card-title:after, h2 .document.blacklight-private .autocomplete-title:after, .document.blacklight-private h2 .autocomplete-title:after, h2 tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h2 .index_title:after, h2 tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private h2 h1:after, h2 tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private h2 .card-title:after, h2 tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private h2 .autocomplete-title:after, h2 li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h2 .index_title:after, h2 li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private h2 h1:after, h2 li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private h2 .card-title:after, h2 li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private h2 .autocomplete-title:after, h2 .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h2 .index_title:after, h2 .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private h2 h1:after, h2 .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private h2 .card-title:after, h2 .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private h2 .autocomplete-title:after, h2 #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags h2 a,
h2 .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags h2 a, h3 .badge, h3 #document ul.tags li, #document ul.tags h3 li, h3 .document.blacklight-private .index_title:after, .document.blacklight-private h3 .index_title:after, h3 .document.blacklight-private h1:after, .document.blacklight-private h3 h1:after, h3 .document.blacklight-private .card-title:after, .document.blacklight-private h3 .card-title:after, h3 .document.blacklight-private .autocomplete-title:after, .document.blacklight-private h3 .autocomplete-title:after, h3 tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h3 .index_title:after, h3 tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private h3 h1:after, h3 tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private h3 .card-title:after, h3 tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private h3 .autocomplete-title:after, h3 li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h3 .index_title:after, h3 li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private h3 h1:after, h3 li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private h3 .card-title:after, h3 li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private h3 .autocomplete-title:after, h3 .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h3 .index_title:after, h3 .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private h3 h1:after, h3 .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private h3 .card-title:after, h3 .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private h3 .autocomplete-title:after, h3 #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags h3 a,
h3 .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags h3 a, h4 .badge, h4 #document ul.tags li, #document ul.tags h4 li, h4 .document.blacklight-private .index_title:after, .document.blacklight-private h4 .index_title:after, h4 .document.blacklight-private h1:after, .document.blacklight-private h4 h1:after, h4 .document.blacklight-private .card-title:after, .document.blacklight-private h4 .card-title:after, h4 .document.blacklight-private .autocomplete-title:after, .document.blacklight-private h4 .autocomplete-title:after, h4 tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h4 .index_title:after, h4 tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private h4 h1:after, h4 tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private h4 .card-title:after, h4 tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private h4 .autocomplete-title:after, h4 li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h4 .index_title:after, h4 li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private h4 h1:after, h4 li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private h4 .card-title:after, h4 li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private h4 .autocomplete-title:after, h4 .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h4 .index_title:after, h4 .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private h4 h1:after, h4 .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private h4 .card-title:after, h4 .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private h4 .autocomplete-title:after, h4 #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags h4 a,
h4 .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags h4 a, h5 .badge, .documents-list .document .document-title-heading .badge, h5 #document ul.tags li, #document ul.tags h5 li, .documents-list .document .document-title-heading #document ul.tags li, #document ul.tags .documents-list .document .document-title-heading li, h5 .document.blacklight-private .index_title:after, .document.blacklight-private h5 .index_title:after, .documents-list .document.blacklight-private .document-title-heading .index_title:after, h5 .document.blacklight-private h1:after, .document.blacklight-private h5 h1:after, .documents-list .document.blacklight-private .document-title-heading h1:after, h5 .document.blacklight-private .card-title:after, .document.blacklight-private h5 .card-title:after, .documents-list .document.blacklight-private .document-title-heading .card-title:after, h5 .document.blacklight-private .autocomplete-title:after, .document.blacklight-private h5 .autocomplete-title:after, .documents-list .document.blacklight-private .document-title-heading .autocomplete-title:after, h5 tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h5 .index_title:after, .documents-list .document .document-title-heading tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private .documents-list .document .document-title-heading .index_title:after, h5 tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private h5 h1:after, .documents-list .document .document-title-heading tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private .documents-list .document .document-title-heading h1:after, h5 tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private h5 .card-title:after, .documents-list .document .document-title-heading tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private .documents-list .document .document-title-heading .card-title:after, h5 tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private h5 .autocomplete-title:after, .documents-list .document .document-title-heading tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private .documents-list .document .document-title-heading .autocomplete-title:after, h5 li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h5 .index_title:after, .documents-list .document .document-title-heading li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private .documents-list .document .document-title-heading .index_title:after, h5 li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private h5 h1:after, .documents-list .document .document-title-heading li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private .documents-list .document .document-title-heading h1:after, h5 li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private h5 .card-title:after, .documents-list .document .document-title-heading li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private .documents-list .document .document-title-heading .card-title:after, h5 li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private h5 .autocomplete-title:after, .documents-list .document .document-title-heading li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private .documents-list .document .document-title-heading .autocomplete-title:after, h5 .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h5 .index_title:after, .documents-list .document .document-title-heading .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private .documents-list .document .document-title-heading .index_title:after, h5 .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private h5 h1:after, .documents-list .document .document-title-heading .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private .documents-list .document .document-title-heading h1:after, h5 .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private h5 .card-title:after, .documents-list .document .document-title-heading .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private .documents-list .document .document-title-heading .card-title:after, h5 .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private h5 .autocomplete-title:after, .documents-list .document .document-title-heading .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private .documents-list .document .document-title-heading .autocomplete-title:after, h5 #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags h5 a, .documents-list .document .document-title-heading #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags .documents-list .document .document-title-heading a,
h5 .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags h5 a,
.documents-list .document .document-title-heading .blacklight-exhibit_tags a,
.documents-list .document .blacklight-exhibit_tags .document-title-heading a, h6 .badge, h6 #document ul.tags li, #document ul.tags h6 li, h6 .document.blacklight-private .index_title:after, .document.blacklight-private h6 .index_title:after, h6 .document.blacklight-private h1:after, .document.blacklight-private h6 h1:after, h6 .document.blacklight-private .card-title:after, .document.blacklight-private h6 .card-title:after, h6 .document.blacklight-private .autocomplete-title:after, .document.blacklight-private h6 .autocomplete-title:after, h6 tr.doc-row.blacklight-private .index_title:after, tr.doc-row.blacklight-private h6 .index_title:after, h6 tr.doc-row.blacklight-private h1:after, tr.doc-row.blacklight-private h6 h1:after, h6 tr.doc-row.blacklight-private .card-title:after, tr.doc-row.blacklight-private h6 .card-title:after, h6 tr.doc-row.blacklight-private .autocomplete-title:after, tr.doc-row.blacklight-private h6 .autocomplete-title:after, h6 li.dd-item.blacklight-private .index_title:after, li.dd-item.blacklight-private h6 .index_title:after, h6 li.dd-item.blacklight-private h1:after, li.dd-item.blacklight-private h6 h1:after, h6 li.dd-item.blacklight-private .card-title:after, li.dd-item.blacklight-private h6 .card-title:after, h6 li.dd-item.blacklight-private .autocomplete-title:after, li.dd-item.blacklight-private h6 .autocomplete-title:after, h6 .autocomplete-item.blacklight-private .index_title:after, .autocomplete-item.blacklight-private h6 .index_title:after, h6 .autocomplete-item.blacklight-private h1:after, .autocomplete-item.blacklight-private h6 h1:after, h6 .autocomplete-item.blacklight-private .card-title:after, .autocomplete-item.blacklight-private h6 .card-title:after, h6 .autocomplete-item.blacklight-private .autocomplete-title:after, .autocomplete-item.blacklight-private h6 .autocomplete-title:after, h6 #document .blacklight-exhibit_tags a, #document .blacklight-exhibit_tags h6 a,
h6 .document .blacklight-exhibit_tags a,
.document .blacklight-exhibit_tags h6 a {
  font-size: 1.25rem;
  vertical-align: super;
}

#content > .page-header:first-child {
  margin-top: 0;
}

#main-container .nav {
  margin-bottom: 1.5rem;
}

.nav-tabs .nav-link.active {
  font-weight: 600;
}

fieldset {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

legend {
  margin-bottom: 1rem;
}

small.form-text {
  margin-bottom: 1rem;
  margin-top: 0.3125rem;
}

div.form-check + input[type=file] {
  margin-top: 1rem;
}

@media (max-width: 991.98px) {
  aside.col-md-3 {
    padding-left: 0;
  }
}
.search-query-form {
  z-index: 1;
}
.search-query-form .input-group {
  width: 100%;
}
.search-query-form .search-btn {
  max-height: 2.375rem;
}
.search-query-form .search_field {
  background: transparent;
  border: none;
  font-size: 1.09375rem;
}

#report-problem-form {
  display: none;
  border-bottom: 1px solid #6c757d;
}
@media (min-width: 576px) {
  #new_contact_form .col-form-label {
    text-align: right;
  }
}
.exhibit-card {
  background: #fff;
  overflow-y: hidden;
  padding-bottom: 3rem;
}
.exhibit-card .unpublished {
  display: block;
  font-size: 1.09375rem;
  margin-top: -1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 15ch;
}
.exhibit-card .card-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.exhibit-card .card-title .stretched-link, .exhibit-card .card-title .documents-masonry .document .index_title a, .documents-masonry .document .index_title .exhibit-card .card-title a {
  outline: none;
}
.exhibit-card .card-img {
  margin-top: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.exhibit-card .card-img-overlay {
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  display: flex;
  flex-direction: column;
  padding: 0.625rem;
  top: inherit;
  max-height: 100%;
}
.exhibit-card .exhibit-description {
  display: flex;
  flex-direction: column;
  max-height: 0;
  outline: none;
  overflow-y: hidden;
  transition: all 0.2s ease-in-out;
}
.exhibit-card .subtitle {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: center;
}
.exhibit-card .description {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.09375rem;
  -webkit-line-clamp: 15;
  overflow: hidden;
}
.exhibit-card:hover .exhibit-description {
  max-height: 450px;
}
.exhibit-card:focus-within {
  outline: #2354bb auto 5px;
}
@supports (-webkit-appearance: none) {
  .exhibit-card:focus-within {
    outline-color: -webkit-focus-ring-color;
  }
}
.exhibit-card:focus-within .exhibit-description {
  max-height: 450px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .exhibit-card:hover .exhibit-description {
    max-height: 215px;
  }
  .exhibit-card:focus-within .exhibit-description {
    max-height: 215px;
  }
  .exhibit-card .description {
    -webkit-line-clamp: 5;
  }
  .exhibit-card .subtitle {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .exhibit-card .description {
    -webkit-line-clamp: 4;
  }
  .exhibit-card .subtitle {
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1199.98px) {
  .exhibit-card:hover .exhibit-description {
    max-height: 230px;
  }
  .exhibit-card:focus-within .exhibit-description {
    max-height: 230px;
  }
  .exhibit-card .description {
    -webkit-line-clamp: 6;
  }
  .exhibit-card .subtitle {
    -webkit-line-clamp: 2;
  }
}

.btn.collapse-toggle + .collapse-chevron, .collapse-toggle.st-block-controls__button + .collapse-chevron, .expanded-add-button .input-field input.collapse-toggle[type=submit] + .collapse-chevron {
  display: inline-block;
  text-align: right;
  transform: rotate(90deg);
  width: 16px;
}
.btn.collapse-toggle.collapsed + .collapse-chevron, .collapse-toggle.collapsed.st-block-controls__button + .collapse-chevron, .expanded-add-button .input-field input.collapse-toggle.collapsed[type=submit] + .collapse-chevron {
  text-align: left;
  transform: none;
}

.translation-edit-form .translation-complete svg {
  fill: #80bf77;
}
.translation-edit-form .browse-category-title {
  margin-bottom: 1rem;
}
.translation-edit-form .browse-category-title label {
  font-weight: normal;
}
.translation-edit-form .browse-category-description {
  margin-bottom: 2rem;
}
.translation-edit-form .table.table-striped th {
  border-top: 0;
}

.translation-subheading {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
}

.form-group.translation-form .col-form-label {
  padding-top: 1.75rem;
}
.form-group.translation-form .translation-complete {
  padding-top: 1.75rem;
}

.translation-subtitle-toggle,
.translation-description-toggle {
  margin: 0;
  padding: 0;
}
.translation-subtitle-toggle.collapsed .caret,
.translation-description-toggle.collapsed .caret {
  transform: rotate(-90deg);
}
.translation-subtitle-toggle label,
.translation-description-toggle label {
  cursor: pointer;
}

.panel-translation {
  background-color: #f5f5f5;
  padding-bottom: 0;
}
.panel-translation .form-text {
  color: #555;
  padding-left: 12px;
}

.default-page-outdated {
  font-weight: 700;
}

.new-translated-page {
  font-style: italic;
}

.browse-translations-header {
  border-bottom: 1px solid #dee2e6;
  color: #6c757d;
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-bottom: 3px;
}

@media (min-width: 576px) {
  .translation-import-export-label {
    text-align: right;
  }
}

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

.btn-sizing {
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.33;
  border-radius: 0.25rem;
}

#osd-modal-container .controls .custom-close-controls {
  position: absolute;
  right: 0;
  top: 0;
}
#osd-modal-container .controls .zoom-controls {
  bottom: 0;
  position: absolute;
  z-index: 999;
}
#osd-modal-container .controls svg {
  fill: #fff;
}
#osd-modal-container #osd-div {
  background: #495057;
  height: calc(100vh - 80px);
}

@-moz-document url-prefix() {
  :focus {
    outline: #2354bb auto 5px;
  }
}
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 140px;
}

/* button to forms should not push to the next line */
form.button_to {
  display: inline-block;
}

body {
  margin-bottom: 0;
}

/* hide external resource chooser when there's only one option
   so that we don't have too many nested tablists */
#external_resources_form .nav-item:only-child {
  display: none;
}

/*
 *= require openseadragon/openseadragon
 */
.footer {
  background-color: #0f2450;
  border-top: 2px solid #212529;
  bottom: 0;
  height: 120px;
  margin-top: 20px;
  padding: 20px 10px 12px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer {
    height: 220px;
  }
}
@media (max-width: 575.98px) {
  .footer {
    height: 320px;
  }
}
.footer .container {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer .logo {
  align-self: center;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .footer .logo {
    height: 100px;
  }
}
.footer .logo + .logo {
  margin-left: 4%;
}
.footer .partner-heading {
  color: #ededed;
  font-size: 1.09375rem;
  letter-spacing: 0.5px;
  margin-right: 12px;
}
.footer .partner-logo {
  display: inline-block;
  margin-top: 10px;
}
.footer .partner-logo .sul-logo {
  height: 40px;
}
.footer .partner-logo .mellon-logo {
  height: 50px;
}

h1, h2, h3, h4, h5,
.documents-list .document .document-title-heading,
h6, .h1, .h2, .h3, .h4,
.facets-heading, .h5,
.page-sidebar .nav-heading,
.h6,
.documents-masonry .document .index_title, .facet-field-heading,
.documents-gallery .index_title {
  font-weight: 400;
  line-height: 1;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

.page-sidebar .nav-heading {
  border-color: #ccc !important;
}

.blacklight-browse-show .item-count {
  color: #777;
}

.blacklight-about_pages-show iframe {
  border: 0;
  width: 100%;
}

.facet-hierarchy .facet_select {
  max-width: calc(100% - 3em);
}
.facet-hierarchy .h-leaf {
  padding-left: 0;
}

/* Curation > Analytics user activity table */
.table.analytics {
  background-color: #ededed;
}
.table.analytics .value {
  color: #585754;
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 0;
}

/* override blacklight to hide the sidebar */
.blacklight-catalog-show #content {
  width: 100%;
}
.blacklight-catalog-show #sidebar {
  display: none;
}

/* override spotlight to make the metadata list wider */
.blacklight-catalog-show .dl-horizontal {
  width: 80%;
  margin-left: 10%;
  margin-top: 20px;
}

.oembed-widget {
  width: 80%;
  margin-left: 10%;
}

body {
  background-color: #f7f7f7;
  color: #343a40;
  margin-bottom: 140px;
}
@media (max-width: 991.98px) {
  body {
    margin-bottom: 240px;
  }
}
@media (max-width: 575.98px) {
  body {
    margin-bottom: 340px;
  }
}

/* Statistics page styling */
.blacklight-contributors-index .jumbotron {
  background: linear-gradient(0.35turn, #ededed, 65%, #fff);
  border: 1px solid #0f2450;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .blacklight-contributors-index .jumbotron {
    padding: 2rem;
  }
}
.blacklight-contributors-index .contributors .shaded {
  background-color: rgba(0, 0, 0, 0.05);
}
.blacklight-contributors-index .contributors .toggler {
  display: flex;
  background-color: transparent;
  border: 1px solid transparent;
}
.blacklight-contributors-index .contributors .toggler.collapsed::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><!--! Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d='M200 344V280H136C122.7 280 112 269.3 112 256C112 242.7 122.7 232 136 232H200V168C200 154.7 210.7 144 224 144C237.3 144 248 154.7 248 168V232H312C325.3 232 336 242.7 336 256C336 269.3 325.3 280 312 280H248V344C248 357.3 237.3 368 224 368C210.7 368 200 357.3 200 344zM0 96C0 60.65 28.65 32 64 32H384C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96zM48 96V416C48 424.8 55.16 432 64 432H384C392.8 432 400 424.8 400 416V96C400 87.16 392.8 80 384 80H64C55.16 80 48 87.16 48 96z'/></svg>");
}
.blacklight-contributors-index .contributors .toggler::after {
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><!--! Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d='M312 232C325.3 232 336 242.7 336 256C336 269.3 325.3 280 312 280H136C122.7 280 112 269.3 112 256C112 242.7 122.7 232 136 232H312zM0 96C0 60.65 28.65 32 64 32H384C419.3 32 448 60.65 448 96V416C448 451.3 419.3 480 384 480H64C28.65 480 0 451.3 0 416V96zM48 96V416C48 424.8 55.16 432 64 432H384C392.8 432 400 424.8 400 416V96C400 87.16 392.8 80 384 80H64C55.16 80 48 87.16 48 96z'/></svg>");
  background-repeat: no-repeat;
  content: " ";
  width: 1.2rem;
  height: 1.2rem;
}
.blacklight-contributors-index .contributors .collection-row td {
  border-top: none;
}
.blacklight-contributors-index .contributors .collection-row td:first-of-type {
  padding-left: 1rem;
}
.blacklight-contributors-index .contributors .collection-row td:first-of-type::before {
  content: "• ";
}

/* overrides for visual design changes */
.btn-outline-secondary, .st-block-controls__button {
  background-color: #fff;
  border-color: #2e2d29;
  color: #2e2d29;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #f8f8f8;
}

.table {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
}
.table thead {
  background-color: #ededed;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.indent-with-caret::before {
  content: "»";
}

.dl-invert dt {
  color: #585754;
}

.thumbnail-viewer {
  float: left;
}

.thumbnail-container {
  background-color: transparent;
  border: 0;
}

.breadcrumb {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.75rem;
  padding: 0.25rem 0;
}

.pagination-search-widgets {
  padding-bottom: 0.5rem;
}
.pagination-search-widgets .page-links {
  padding-bottom: 0;
}

.pagination {
  margin-top: 1rem;
}

.masthead .site-title-container {
  visibility: hidden;
}

.exhibit-navbar .active .nav-link {
  background-color: rgba(255, 255, 255, 0.33);
}
@media (min-width: 768px) {
  .exhibit-navbar {
    padding-bottom: 0;
    padding-top: 0;
  }
  .exhibit-navbar .nav-link {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.image-masthead .exhibit-navbar .navbar-nav .nav-link {
  letter-spacing: 0.75px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  color: #ededed;
}
.image-masthead .exhibit-navbar .navbar-nav .nav-link:hover, .image-masthead .exhibit-navbar .navbar-nav .nav-link:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #f8f8f8;
}

.image-masthead .background-container-gradient {
  background: linear-gradient(rgba(0, 0, 0, 0.15), 75%, rgba(0, 0, 0, 0.6));
}

.dlme-logo {
  flex: 0 0 80px;
  margin-right: 0.75rem;
  margin-bottom: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575.98px) {
  .dlme-logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .dlme-logo {
    height: 45px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .dlme-logo {
    height: 40px;
  }
}
@media (min-width: 992px) {
  .dlme-logo {
    height: 50px;
  }
}

.navbar-dark .navbar-brand, .image-masthead .exhibit-navbar .navbar-brand {
  color: #f8f8f8;
}

.navbar-brand {
  font-size: 1.25rem;
  padding: 0;
}
@media (min-width: 576px) {
  .navbar-brand {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    margin-top: 5px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    font-size: 2.5rem;
  }
}

.topbar {
  position: absolute;
  width: 100vw;
  z-index: 2;
  background-color: rgba(15, 36, 80, 0.85) !important;
}
.topbar + #main-container {
  padding-top: 8rem !important;
}

.topbar .navbar-nav {
  text-transform: none;
}
.topbar .navbar-nav .nav-link {
  color: #f8f8f8;
  white-space: nowrap;
}
.topbar .navbar-nav .nav-link:active, .topbar .navbar-nav .nav-link:hover, .topbar .navbar-nav .nav-link:focus {
  text-decoration: underline;
}

.facets-heading {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.facet-limit {
  border: 1px solid #dddfe1;
  margin-bottom: 0.5rem;
}
.facet-limit .card-header {
  background-color: #edeeef;
  border-bottom: 0;
}

.facet-limit-active {
  border-color: #ccc !important;
}
.facet-limit-active > .card-header {
  background-color: #ccc !important;
  border-color: #777;
  color: #2e2d29;
}
.facet-limit-active > .card-header + .panel-collapse > .card-body {
  border-top-color: #ccc;
}

.applied-filter {
  background-color: #fff;
}
.applied-filter .filter-name:after {
  color: #585754;
}

.page-sidebar .contacts-header {
  padding-bottom: 0.5rem;
}

.record-feedback {
  position: fixed;
  right: 0;
  top: 49%;
  transform: rotate(-90deg);
  transform-origin: right bottom;
}

@media (max-width: 767px) {
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  #sidebar .top-panel-heading {
    border: 0;
  }
  .masthead .site-title-container {
    height: 3.5rem;
  }
}
#documents.documents-gallery .document-title-heading,
#documents.documents-list .document-title-heading {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

#slideshow .item .caption > * {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#document h1[itemprop=name] {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.breadcrumb-item > span > :not(:first-child) {
  display: none;
}

.item-provider {
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: 3px solid #777;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 1.5rem;
  padding: 1rem;
}
.item-provider dd, .item-provider dl {
  margin-bottom: 0.25rem;
}

body.blacklight-sessions .topbar,
body.blacklight-registrations .topbar,
body.blacklight-passwords .topbar {
  background-color: #0f2450 !important;
}

@font-face {
  font-family: "easternarabicnumeralregular";
  src: url(/assets/eastern-arabic-numeral-regular-webfont-bbbb46416bc7218193c75572ed51798b87936a0802459439c61c2baca314539d.woff2) format("woff2"), url(/assets/eastern-arabic-numeral-regular-webfont-3a90551c3cc83faa6fb622d776b6800610ecc296351585fa299c8d8d48e212b0.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0030-0039;
}
/**
 * Copied from https://github.com/PerseusTheGreat/bootstrap-4-rtl)
 *
 * LICENSE The MIT License (MIT)
 * Copyright (c) 2018-2019 Arash Laylazi (https://github.com/PerseusTheGreat)
 */
.rtl .nav,
[dir=rtl] .nav {
  padding-right: 0;
}
.rtl .navbar-nav .nav-item,
[dir=rtl] .navbar-nav .nav-item {
  float: right;
}
.rtl .navbar-nav .nav-item + .nav-item,
[dir=rtl] .navbar-nav .nav-item + .nav-item {
  margin-right: 1rem;
  margin-left: inherit;
}
.rtl th,
[dir=rtl] th {
  text-align: right;
}
.rtl .alert-dismissible,
[dir=rtl] .alert-dismissible {
  padding-right: 1.25rem;
  padding-left: 4rem;
}
.rtl .dropdown-menu, .rtl .input-group > .search-autocomplete-wrapper ul, .input-group > .search-autocomplete-wrapper .rtl ul,
[dir=rtl] .dropdown-menu,
[dir=rtl] .input-group > .search-autocomplete-wrapper ul,
.input-group > .search-autocomplete-wrapper [dir=rtl] ul {
  right: 0;
  left: inherit;
  text-align: right;
}
.rtl .checkbox label,
[dir=rtl] .checkbox label {
  padding-right: 1.25rem;
  padding-left: inherit;
}
.rtl .btn-group > .btn:not(:first-child), .rtl .btn-group > .st-block-controls__button:not(:first-child), .rtl .expanded-add-button .input-field .btn-group > input[type=submit]:not(:first-child), .expanded-add-button .input-field .rtl .btn-group > input[type=submit]:not(:first-child),
.rtl .btn-group > .btn-group:not(:first-child),
[dir=rtl] .btn-group > .btn:not(:first-child),
[dir=rtl] .btn-group > .st-block-controls__button:not(:first-child),
[dir=rtl] .expanded-add-button .input-field .btn-group > input[type=submit]:not(:first-child),
.expanded-add-button .input-field [dir=rtl] .btn-group > input[type=submit]:not(:first-child),
[dir=rtl] .btn-group > .btn-group:not(:first-child) {
  margin-left: initial;
  margin-right: -1px;
}
.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .rtl .btn-group > .st-block-controls__button:first-child:not(:last-child):not(.dropdown-toggle), .rtl .expanded-add-button .input-field .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .expanded-add-button .input-field .rtl .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .btn-group > .st-block-controls__button:first-child:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .expanded-add-button .input-field .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle),
.expanded-add-button .input-field [dir=rtl] .btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 0.25rem 0.25rem 0;
}
.rtl .btn-group > .btn:last-child:not(:first-child), .rtl .btn-group > .st-block-controls__button:last-child:not(:first-child), .rtl .expanded-add-button .input-field .btn-group > input[type=submit]:last-child:not(:first-child), .expanded-add-button .input-field .rtl .btn-group > input[type=submit]:last-child:not(:first-child),
.rtl .btn-group > .dropdown-toggle:not(:first-child),
[dir=rtl] .btn-group > .btn:last-child:not(:first-child),
[dir=rtl] .btn-group > .st-block-controls__button:last-child:not(:first-child),
[dir=rtl] .expanded-add-button .input-field .btn-group > input[type=submit]:last-child:not(:first-child),
.expanded-add-button .input-field [dir=rtl] .btn-group > input[type=submit]:last-child:not(:first-child),
[dir=rtl] .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 0.25rem 0 0 0.25rem;
}
.rtl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .rtl .btn-group > .btn-group:last-child:not(:first-child) > .st-block-controls__button:first-child, .rtl .expanded-add-button .input-field .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .expanded-add-button .input-field .rtl .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child,
[dir=rtl] .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child,
[dir=rtl] .btn-group > .btn-group:last-child:not(:first-child) > .st-block-controls__button:first-child,
[dir=rtl] .expanded-add-button .input-field .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child,
.expanded-add-button .input-field [dir=rtl] .btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.rtl .custom-control,
[dir=rtl] .custom-control {
  padding-right: 1.5rem;
  padding-left: inherit;
  margin-right: inherit;
  margin-left: 1rem;
}
.rtl .custom-control-indicator,
[dir=rtl] .custom-control-indicator {
  right: 0;
  left: inherit;
}
.rtl .custom-file-label::after,
[dir=rtl] .custom-file-label::after {
  right: initial;
  left: -1px;
  border-radius: 0.25rem 0 0 0.25rem;
}
.rtl .custom-control-label::after,
.rtl .custom-control-label::before,
[dir=rtl] .custom-control-label::after,
[dir=rtl] .custom-control-label::before {
  right: -1.5rem;
  left: inherit;
}
.rtl .custom-select,
[dir=rtl] .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
  background-size: 8px 10px;
}
.rtl .custom-switch,
[dir=rtl] .custom-switch {
  padding-right: 2.25rem;
  padding-left: inherit;
}
.rtl .custom-switch .custom-control-label::before,
[dir=rtl] .custom-switch .custom-control-label::before {
  right: -2.25rem;
}
.rtl .custom-switch .custom-control-label::after,
[dir=rtl] .custom-switch .custom-control-label::after {
  right: calc(-2.25rem + 2px);
}
.rtl .custom-switch .custom-control-input:checked ~ .custom-control-label::after,
[dir=rtl] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(-0.75rem);
}
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .st-block-controls__button:not(:last-child):not(.dropdown-toggle), .rtl .expanded-add-button .input-field .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), .expanded-add-button .input-field .rtl .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.rtl .input-group > .input-group-append:not(:last-child) > .btn,
.rtl .input-group > .input-group-append:not(:last-child) > .st-block-controls__button,
.rtl .expanded-add-button .input-field .input-group > .input-group-append:not(:last-child) > input[type=submit],
.expanded-add-button .input-field .rtl .input-group > .input-group-append:not(:last-child) > input[type=submit],
.rtl .input-group > .input-group-append:not(:last-child) > .input-group-text,
.rtl .input-group > .input-group-prepend > .btn,
.rtl .input-group > .input-group-prepend > .st-block-controls__button,
.rtl .expanded-add-button .input-field .input-group > .input-group-prepend > input[type=submit],
.expanded-add-button .input-field .rtl .input-group > .input-group-prepend > input[type=submit],
.rtl .input-group > .input-group-prepend > .input-group-text,
[dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group > .input-group-append:last-child > .st-block-controls__button:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .expanded-add-button .input-field .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.expanded-add-button .input-field [dir=rtl] .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
[dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn,
[dir=rtl] .input-group > .input-group-append:not(:last-child) > .st-block-controls__button,
[dir=rtl] .expanded-add-button .input-field .input-group > .input-group-append:not(:last-child) > input[type=submit],
.expanded-add-button .input-field [dir=rtl] .input-group > .input-group-append:not(:last-child) > input[type=submit],
[dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text,
[dir=rtl] .input-group > .input-group-prepend > .btn,
[dir=rtl] .input-group > .input-group-prepend > .st-block-controls__button,
[dir=rtl] .expanded-add-button .input-field .input-group > .input-group-prepend > input[type=submit],
.expanded-add-button .input-field [dir=rtl] .input-group > .input-group-prepend > input[type=submit],
[dir=rtl] .input-group > .input-group-prepend > .input-group-text {
  border-radius: 0 0.25rem 0.25rem 0;
}
.rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .st-block-controls__button, .rtl .expanded-add-button .input-field .input-group > .input-group-append > input[type=submit], .expanded-add-button .input-field .rtl .input-group > .input-group-append > input[type=submit],
.rtl .input-group > .input-group-append > .input-group-text,
.rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.rtl .input-group > .input-group-prepend:first-child > .st-block-controls__button:not(:first-child),
.rtl .expanded-add-button .input-field .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.expanded-add-button .input-field .rtl .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
.rtl .input-group > .input-group-prepend:not(:first-child) > .st-block-controls__button,
.rtl .expanded-add-button .input-field .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.expanded-add-button .input-field .rtl .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
[dir=rtl] .input-group > .input-group-append > .btn,
[dir=rtl] .input-group > .input-group-append > .st-block-controls__button,
[dir=rtl] .expanded-add-button .input-field .input-group > .input-group-append > input[type=submit],
.expanded-add-button .input-field [dir=rtl] .input-group > .input-group-append > input[type=submit],
[dir=rtl] .input-group > .input-group-append > .input-group-text,
[dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
[dir=rtl] .input-group > .input-group-prepend:first-child > .st-block-controls__button:not(:first-child),
[dir=rtl] .expanded-add-button .input-field .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.expanded-add-button .input-field [dir=rtl] .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
[dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn,
[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .st-block-controls__button,
[dir=rtl] .expanded-add-button .input-field .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.expanded-add-button .input-field [dir=rtl] .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
[dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-radius: 0.25rem 0 0 0.25rem;
}
.rtl .input-group > .custom-select:not(:first-child),
.rtl .input-group > .form-control:not(:first-child),
.rtl .input-group > .search-autocomplete-wrapper:not(:first-child),
.rtl .form-group .input-group > .st-text-block:not(:first-child),
.form-group .rtl .input-group > .st-text-block:not(:first-child),
.rtl .st-block .input-group > input[type=text]:not(:first-child),
.st-block .rtl .input-group > input[type=text]:not(:first-child),
.rtl .item-text-admin .input-group > #item-text:not(:first-child),
.item-text-admin .rtl .input-group > #item-text:not(:first-child),
[dir=rtl] .input-group > .custom-select:not(:first-child),
[dir=rtl] .input-group > .form-control:not(:first-child),
[dir=rtl] .input-group > .search-autocomplete-wrapper:not(:first-child),
[dir=rtl] .form-group .input-group > .st-text-block:not(:first-child),
.form-group [dir=rtl] .input-group > .st-text-block:not(:first-child),
[dir=rtl] .st-block .input-group > input[type=text]:not(:first-child),
.st-block [dir=rtl] .input-group > input[type=text]:not(:first-child),
[dir=rtl] .item-text-admin .input-group > #item-text:not(:first-child),
.item-text-admin [dir=rtl] .input-group > #item-text:not(:first-child) {
  border-radius: 0.25rem 0 0 0.25rem;
}
.rtl .input-group > .custom-select:not(:last-child),
.rtl .input-group > .form-control:not(:last-child),
.rtl .input-group > .search-autocomplete-wrapper:not(:last-child),
.rtl .form-group .input-group > .st-text-block:not(:last-child),
.form-group .rtl .input-group > .st-text-block:not(:last-child),
.rtl .st-block .input-group > input[type=text]:not(:last-child),
.st-block .rtl .input-group > input[type=text]:not(:last-child),
.rtl .item-text-admin .input-group > #item-text:not(:last-child),
.item-text-admin .rtl .input-group > #item-text:not(:last-child),
[dir=rtl] .input-group > .custom-select:not(:last-child),
[dir=rtl] .input-group > .form-control:not(:last-child),
[dir=rtl] .input-group > .search-autocomplete-wrapper:not(:last-child),
[dir=rtl] .form-group .input-group > .st-text-block:not(:last-child),
.form-group [dir=rtl] .input-group > .st-text-block:not(:last-child),
[dir=rtl] .st-block .input-group > input[type=text]:not(:last-child),
.st-block [dir=rtl] .input-group > input[type=text]:not(:last-child),
[dir=rtl] .item-text-admin .input-group > #item-text:not(:last-child),
.item-text-admin [dir=rtl] .input-group > #item-text:not(:last-child) {
  border-radius: 0 0.25rem 0.25rem 0;
}
.rtl .input-group > .custom-select:not(:last-child):not(:first-child),
.rtl .input-group > .form-control:not(:last-child):not(:first-child),
.rtl .input-group > .search-autocomplete-wrapper:not(:last-child):not(:first-child),
.rtl .form-group .input-group > .st-text-block:not(:last-child):not(:first-child),
.form-group .rtl .input-group > .st-text-block:not(:last-child):not(:first-child),
.rtl .st-block .input-group > input[type=text]:not(:last-child):not(:first-child),
.st-block .rtl .input-group > input[type=text]:not(:last-child):not(:first-child),
.rtl .item-text-admin .input-group > #item-text:not(:last-child):not(:first-child),
.item-text-admin .rtl .input-group > #item-text:not(:last-child):not(:first-child),
[dir=rtl] .input-group > .custom-select:not(:last-child):not(:first-child),
[dir=rtl] .input-group > .form-control:not(:last-child):not(:first-child),
[dir=rtl] .input-group > .search-autocomplete-wrapper:not(:last-child):not(:first-child),
[dir=rtl] .form-group .input-group > .st-text-block:not(:last-child):not(:first-child),
.form-group [dir=rtl] .input-group > .st-text-block:not(:last-child):not(:first-child),
[dir=rtl] .st-block .input-group > input[type=text]:not(:last-child):not(:first-child),
.st-block [dir=rtl] .input-group > input[type=text]:not(:last-child):not(:first-child),
[dir=rtl] .item-text-admin .input-group > #item-text:not(:last-child):not(:first-child),
.item-text-admin [dir=rtl] .input-group > #item-text:not(:last-child):not(:first-child) {
  border-radius: 0;
}
.rtl .radio input,
.rtl .radio-inline,
.rtl .checkbox input,
.rtl .checkbox-inline input,
[dir=rtl] .radio input,
[dir=rtl] .radio-inline,
[dir=rtl] .checkbox input,
[dir=rtl] .checkbox-inline input {
  margin-right: -1.25rem;
  margin-left: inherit;
}
.rtl .breadcrumb-item + .breadcrumb-item,
[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
  color: #777;
  content: "/";
}
.rtl .breadcrumb-item + .breadcrumb-item::before,
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}
.rtl .list-group,
[dir=rtl] .list-group {
  padding-right: 0;
  padding-left: 40px;
}
.rtl .close,
[dir=rtl] .close {
  float: left;
}
.rtl .modal-header .close,
[dir=rtl] .modal-header .close {
  margin: -15px auto -15px -15px;
}
.rtl .modal-footer > :not(:first-child),
[dir=rtl] .modal-footer > :not(:first-child) {
  margin-right: 0.25rem;
}
.rtl .modal-footer > :not(:last-child),
[dir=rtl] .modal-footer > :not(:last-child) {
  margin-left: 0.25rem;
}
.rtl .modal-footer > :first-child,
[dir=rtl] .modal-footer > :first-child {
  margin-right: 0;
}
.rtl .modal-footer > :last-child,
[dir=rtl] .modal-footer > :last-child {
  margin-left: 0;
}
.rtl .alert-dismissible .close,
[dir=rtl] .alert-dismissible .close {
  right: inherit;
  left: 0;
}
.rtl .dropdown-toggle::after,
[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  margin-left: 0;
}
.rtl .form-check-input,
[dir=rtl] .form-check-input {
  margin-right: -1.25rem;
  margin-left: inherit;
}
.rtl .form-check-label,
[dir=rtl] .form-check-label {
  padding-right: 1.25rem;
  padding-left: inherit;
}
.rtl .pagination,
.rtl .list-unstyled,
.rtl .facet-values,
.rtl .list-inline,
[dir=rtl] .pagination,
[dir=rtl] .list-unstyled,
[dir=rtl] .facet-values,
[dir=rtl] .list-inline {
  padding-right: 0;
  padding-left: inherit;
}
.rtl .pagination .page-item:first-child .page-link,
[dir=rtl] .pagination .page-item:first-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .pagination .page-item:last-child .page-link,
[dir=rtl] .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rtl .offset-1,
[dir=rtl] .offset-1 {
  margin-right: 8.3333333333%;
  margin-left: 0;
}
.rtl .offset-2,
[dir=rtl] .offset-2 {
  margin-right: 16.6666666667%;
  margin-left: 0;
}
.rtl .offset-3,
[dir=rtl] .offset-3 {
  margin-right: 25%;
  margin-left: 0;
}
.rtl .offset-4,
[dir=rtl] .offset-4 {
  margin-right: 33.3333333333%;
  margin-left: 0;
}
.rtl .offset-5,
[dir=rtl] .offset-5 {
  margin-right: 41.6666666667%;
  margin-left: 0;
}
.rtl .offset-6,
[dir=rtl] .offset-6 {
  margin-right: 50%;
  margin-left: 0;
}
.rtl .offset-7,
[dir=rtl] .offset-7 {
  margin-right: 58.3333333333%;
  margin-left: 0;
}
.rtl .offset-8,
[dir=rtl] .offset-8 {
  margin-right: 66.6666666667%;
  margin-left: 0;
}
.rtl .offset-9,
[dir=rtl] .offset-9 {
  margin-right: 75%;
  margin-left: 0;
}
.rtl .offset-10,
[dir=rtl] .offset-10 {
  margin-right: 83.3333333333%;
  margin-left: 0;
}
.rtl .offset-11,
[dir=rtl] .offset-11 {
  margin-right: 91.6666666667%;
  margin-left: 0;
}
@media (min-width: 576px) {
  .rtl .offset-sm-0,
  [dir=rtl] .offset-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-sm-1,
  [dir=rtl] .offset-sm-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-2,
  [dir=rtl] .offset-sm-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-3,
  [dir=rtl] .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-sm-4,
  [dir=rtl] .offset-sm-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-5,
  [dir=rtl] .offset-sm-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-6,
  [dir=rtl] .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-sm-7,
  [dir=rtl] .offset-sm-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-8,
  [dir=rtl] .offset-sm-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-sm-9,
  [dir=rtl] .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-sm-10,
  [dir=rtl] .offset-sm-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-sm-11,
  [dir=rtl] .offset-sm-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .rtl .offset-md-0,
  [dir=rtl] .offset-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-md-1,
  [dir=rtl] .offset-md-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-2,
  [dir=rtl] .offset-md-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-3,
  [dir=rtl] .offset-md-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-md-4,
  [dir=rtl] .offset-md-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-5,
  [dir=rtl] .offset-md-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-6,
  [dir=rtl] .offset-md-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-md-7,
  [dir=rtl] .offset-md-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-8,
  [dir=rtl] .offset-md-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-md-9,
  [dir=rtl] .offset-md-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-md-10,
  [dir=rtl] .offset-md-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-md-11,
  [dir=rtl] .offset-md-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .rtl .offset-lg-0,
  [dir=rtl] .offset-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-lg-1,
  [dir=rtl] .offset-lg-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-2,
  [dir=rtl] .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-3,
  [dir=rtl] .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-lg-4,
  [dir=rtl] .offset-lg-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-5,
  [dir=rtl] .offset-lg-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-6,
  [dir=rtl] .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-lg-7,
  [dir=rtl] .offset-lg-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-8,
  [dir=rtl] .offset-lg-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-lg-9,
  [dir=rtl] .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-lg-10,
  [dir=rtl] .offset-lg-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-lg-11,
  [dir=rtl] .offset-lg-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .offset-xl-0,
  [dir=rtl] .offset-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .rtl .offset-xl-1,
  [dir=rtl] .offset-xl-1 {
    margin-right: 8.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-2,
  [dir=rtl] .offset-xl-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-3,
  [dir=rtl] .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .offset-xl-4,
  [dir=rtl] .offset-xl-4 {
    margin-right: 33.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-5,
  [dir=rtl] .offset-xl-5 {
    margin-right: 41.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-6,
  [dir=rtl] .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0;
  }
  .rtl .offset-xl-7,
  [dir=rtl] .offset-xl-7 {
    margin-right: 58.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-8,
  [dir=rtl] .offset-xl-8 {
    margin-right: 66.6666666667%;
    margin-left: 0;
  }
  .rtl .offset-xl-9,
  [dir=rtl] .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0;
  }
  .rtl .offset-xl-10,
  [dir=rtl] .offset-xl-10 {
    margin-right: 83.3333333333%;
    margin-left: 0;
  }
  .rtl .offset-xl-11,
  [dir=rtl] .offset-xl-11 {
    margin-right: 91.6666666667%;
    margin-left: 0;
  }
}
.rtl .mr-0,
[dir=rtl] .mr-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.rtl .ml-0,
[dir=rtl] .ml-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rtl mx-0,
[dir=rtl] mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.rtl .mr-1,
[dir=rtl] .mr-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.rtl .ml-1,
[dir=rtl] .ml-1 {
  margin-left: 0 !important;
  margin-right: 0.25rem !important;
}
.rtl mx-1,
[dir=rtl] mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.rtl .mr-2, .rtl #document .blacklight-exhibit_tags a:not(:last-child), #document .blacklight-exhibit_tags .rtl a:not(:last-child),
.rtl .document .blacklight-exhibit_tags a:not(:last-child),
.document .blacklight-exhibit_tags .rtl a:not(:last-child),
[dir=rtl] .mr-2,
[dir=rtl] #document .blacklight-exhibit_tags a:not(:last-child),
#document .blacklight-exhibit_tags [dir=rtl] a:not(:last-child),
[dir=rtl] .document .blacklight-exhibit_tags a:not(:last-child),
.document .blacklight-exhibit_tags [dir=rtl] a:not(:last-child) {
  margin-right: 0 !important;
  margin-left: 0.5rem !important;
}
.rtl .ml-2,
[dir=rtl] .ml-2 {
  margin-left: 0 !important;
  margin-right: 0.5rem !important;
}
.rtl mx-2,
[dir=rtl] mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.rtl .mr-3,
[dir=rtl] .mr-3 {
  margin-right: 0 !important;
  margin-left: 1rem !important;
}
.rtl .ml-3,
[dir=rtl] .ml-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}
.rtl mx-3,
[dir=rtl] mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.rtl .mr-4,
[dir=rtl] .mr-4 {
  margin-right: 0 !important;
  margin-left: 1.5rem !important;
}
.rtl .ml-4,
[dir=rtl] .ml-4 {
  margin-left: 0 !important;
  margin-right: 1.5rem !important;
}
.rtl mx-4,
[dir=rtl] mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.rtl .mr-5,
[dir=rtl] .mr-5 {
  margin-right: 0 !important;
  margin-left: 3rem !important;
}
.rtl .ml-5,
[dir=rtl] .ml-5 {
  margin-left: 0 !important;
  margin-right: 3rem !important;
}
.rtl mx-5,
[dir=rtl] mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.rtl .pr-0,
[dir=rtl] .pr-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.rtl .pl-0,
[dir=rtl] .pl-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rtl px-0,
[dir=rtl] px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.rtl .pr-1,
[dir=rtl] .pr-1 {
  padding-right: 0 !important;
  padding-left: 0.25rem !important;
}
.rtl .pl-1,
[dir=rtl] .pl-1 {
  padding-left: 0 !important;
  padding-right: 0.25rem !important;
}
.rtl px-1,
[dir=rtl] px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.rtl .pr-2,
[dir=rtl] .pr-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}
.rtl .pl-2,
[dir=rtl] .pl-2 {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}
.rtl px-2,
[dir=rtl] px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.rtl .pr-3,
[dir=rtl] .pr-3 {
  padding-right: 0 !important;
  padding-left: 1rem !important;
}
.rtl .pl-3,
[dir=rtl] .pl-3 {
  padding-left: 0 !important;
  padding-right: 1rem !important;
}
.rtl px-3,
[dir=rtl] px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.rtl .pr-4,
[dir=rtl] .pr-4 {
  padding-right: 0 !important;
  padding-left: 1.5rem !important;
}
.rtl .pl-4,
[dir=rtl] .pl-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}
.rtl px-4,
[dir=rtl] px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.rtl .pr-5,
[dir=rtl] .pr-5 {
  padding-right: 0 !important;
  padding-left: 3rem !important;
}
.rtl .pl-5,
[dir=rtl] .pl-5 {
  padding-left: 0 !important;
  padding-right: 3rem !important;
}
.rtl px-5,
[dir=rtl] px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.rtl .mr-auto,
[dir=rtl] .mr-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
.rtl .ml-auto,
[dir=rtl] .ml-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}
.rtl .mx-auto, .rtl .exhibit-card .unpublished, .exhibit-card .rtl .unpublished,
[dir=rtl] .mx-auto,
[dir=rtl] .exhibit-card .unpublished,
.exhibit-card [dir=rtl] .unpublished {
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .rtl .mr-sm-0,
  [dir=rtl] .mr-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-sm-0,
  [dir=rtl] .ml-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl mx-sm-0,
  [dir=rtl] mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-sm-1,
  [dir=rtl] .mr-sm-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-sm-1,
  [dir=rtl] .ml-sm-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl mx-sm-1,
  [dir=rtl] mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-sm-2,
  [dir=rtl] .mr-sm-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-sm-2,
  [dir=rtl] .ml-sm-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl mx-sm-2,
  [dir=rtl] mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-sm-3,
  [dir=rtl] .mr-sm-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-sm-3,
  [dir=rtl] .ml-sm-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl mx-sm-3,
  [dir=rtl] mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-sm-4,
  [dir=rtl] .mr-sm-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-sm-4,
  [dir=rtl] .ml-sm-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl mx-sm-4,
  [dir=rtl] mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-sm-5,
  [dir=rtl] .mr-sm-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-sm-5,
  [dir=rtl] .ml-sm-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl mx-sm-5,
  [dir=rtl] mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-sm-0,
  [dir=rtl] .pr-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-sm-0,
  [dir=rtl] .pl-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl px-sm-0,
  [dir=rtl] px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-sm-1,
  [dir=rtl] .pr-sm-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-sm-1,
  [dir=rtl] .pl-sm-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl px-sm-1,
  [dir=rtl] px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-sm-2,
  [dir=rtl] .pr-sm-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-sm-2,
  [dir=rtl] .pl-sm-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl px-sm-2,
  [dir=rtl] px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-sm-3,
  [dir=rtl] .pr-sm-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-sm-3,
  [dir=rtl] .pl-sm-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl px-sm-3,
  [dir=rtl] px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-sm-4,
  [dir=rtl] .pr-sm-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-sm-4,
  [dir=rtl] .pl-sm-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl px-sm-4,
  [dir=rtl] px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-sm-5,
  [dir=rtl] .pr-sm-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-sm-5,
  [dir=rtl] .pl-sm-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl px-sm-5,
  [dir=rtl] px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-sm-auto,
  [dir=rtl] .mr-sm-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-sm-auto,
  [dir=rtl] .ml-sm-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-sm-auto,
  [dir=rtl] .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .rtl .mr-md-0,
  [dir=rtl] .mr-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-md-0,
  [dir=rtl] .ml-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl mx-md-0,
  [dir=rtl] mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-md-1,
  [dir=rtl] .mr-md-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-md-1,
  [dir=rtl] .ml-md-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl mx-md-1,
  [dir=rtl] mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-md-2,
  [dir=rtl] .mr-md-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-md-2,
  [dir=rtl] .ml-md-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl mx-md-2,
  [dir=rtl] mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-md-3,
  [dir=rtl] .mr-md-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-md-3,
  [dir=rtl] .ml-md-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl mx-md-3,
  [dir=rtl] mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-md-4,
  [dir=rtl] .mr-md-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-md-4,
  [dir=rtl] .ml-md-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl mx-md-4,
  [dir=rtl] mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-md-5,
  [dir=rtl] .mr-md-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-md-5,
  [dir=rtl] .ml-md-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl mx-md-5,
  [dir=rtl] mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-md-0,
  [dir=rtl] .pr-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-md-0,
  [dir=rtl] .pl-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl px-md-0,
  [dir=rtl] px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-md-1,
  [dir=rtl] .pr-md-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-md-1,
  [dir=rtl] .pl-md-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl px-md-1,
  [dir=rtl] px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-md-2,
  [dir=rtl] .pr-md-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-md-2,
  [dir=rtl] .pl-md-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl px-md-2,
  [dir=rtl] px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-md-3,
  [dir=rtl] .pr-md-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-md-3,
  [dir=rtl] .pl-md-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl px-md-3,
  [dir=rtl] px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-md-4,
  [dir=rtl] .pr-md-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-md-4,
  [dir=rtl] .pl-md-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl px-md-4,
  [dir=rtl] px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-md-5,
  [dir=rtl] .pr-md-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-md-5,
  [dir=rtl] .pl-md-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl px-md-5,
  [dir=rtl] px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-md-auto,
  [dir=rtl] .mr-md-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-md-auto,
  [dir=rtl] .ml-md-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-md-auto,
  [dir=rtl] .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .rtl .mr-lg-0,
  [dir=rtl] .mr-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-lg-0,
  [dir=rtl] .ml-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl mx-lg-0,
  [dir=rtl] mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-lg-1,
  [dir=rtl] .mr-lg-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-lg-1,
  [dir=rtl] .ml-lg-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl mx-lg-1,
  [dir=rtl] mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-lg-2,
  [dir=rtl] .mr-lg-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-lg-2,
  [dir=rtl] .ml-lg-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl mx-lg-2,
  [dir=rtl] mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-lg-3,
  [dir=rtl] .mr-lg-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-lg-3,
  [dir=rtl] .ml-lg-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl mx-lg-3,
  [dir=rtl] mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-lg-4,
  [dir=rtl] .mr-lg-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-lg-4,
  [dir=rtl] .ml-lg-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl mx-lg-4,
  [dir=rtl] mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-lg-5,
  [dir=rtl] .mr-lg-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-lg-5,
  [dir=rtl] .ml-lg-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl mx-lg-5,
  [dir=rtl] mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-lg-0,
  [dir=rtl] .pr-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-lg-0,
  [dir=rtl] .pl-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl px-lg-0,
  [dir=rtl] px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-lg-1,
  [dir=rtl] .pr-lg-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-lg-1,
  [dir=rtl] .pl-lg-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl px-lg-1,
  [dir=rtl] px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-lg-2,
  [dir=rtl] .pr-lg-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-lg-2,
  [dir=rtl] .pl-lg-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl px-lg-2,
  [dir=rtl] px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-lg-3,
  [dir=rtl] .pr-lg-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-lg-3,
  [dir=rtl] .pl-lg-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl px-lg-3,
  [dir=rtl] px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-lg-4,
  [dir=rtl] .pr-lg-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-lg-4,
  [dir=rtl] .pl-lg-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl px-lg-4,
  [dir=rtl] px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-lg-5,
  [dir=rtl] .pr-lg-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-lg-5,
  [dir=rtl] .pl-lg-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl px-lg-5,
  [dir=rtl] px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-lg-auto,
  [dir=rtl] .mr-lg-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-lg-auto,
  [dir=rtl] .ml-lg-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-lg-auto,
  [dir=rtl] .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .rtl .mr-xl-0,
  [dir=rtl] .mr-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .rtl .ml-xl-0,
  [dir=rtl] .ml-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl mx-xl-0,
  [dir=rtl] mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .rtl .mr-xl-1,
  [dir=rtl] .mr-xl-1 {
    margin-right: 0 !important;
    margin-left: 0.25rem !important;
  }
  .rtl .ml-xl-1,
  [dir=rtl] .ml-xl-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
  }
  .rtl mx-xl-1,
  [dir=rtl] mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .rtl .mr-xl-2,
  [dir=rtl] .mr-xl-2 {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
  }
  .rtl .ml-xl-2,
  [dir=rtl] .ml-xl-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
  }
  .rtl mx-xl-2,
  [dir=rtl] mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .rtl .mr-xl-3,
  [dir=rtl] .mr-xl-3 {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
  .rtl .ml-xl-3,
  [dir=rtl] .ml-xl-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
  }
  .rtl mx-xl-3,
  [dir=rtl] mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .rtl .mr-xl-4,
  [dir=rtl] .mr-xl-4 {
    margin-right: 0 !important;
    margin-left: 1.5rem !important;
  }
  .rtl .ml-xl-4,
  [dir=rtl] .ml-xl-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
  }
  .rtl mx-xl-4,
  [dir=rtl] mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .rtl .mr-xl-5,
  [dir=rtl] .mr-xl-5 {
    margin-right: 0 !important;
    margin-left: 3rem !important;
  }
  .rtl .ml-xl-5,
  [dir=rtl] .ml-xl-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
  }
  .rtl mx-xl-5,
  [dir=rtl] mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .rtl .pr-xl-0,
  [dir=rtl] .pr-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .rtl .pl-xl-0,
  [dir=rtl] .pl-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl px-xl-0,
  [dir=rtl] px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rtl .pr-xl-1,
  [dir=rtl] .pr-xl-1 {
    padding-right: 0 !important;
    padding-left: 0.25rem !important;
  }
  .rtl .pl-xl-1,
  [dir=rtl] .pl-xl-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
  }
  .rtl px-xl-1,
  [dir=rtl] px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .rtl .pr-xl-2,
  [dir=rtl] .pr-xl-2 {
    padding-right: 0 !important;
    padding-left: 0.5rem !important;
  }
  .rtl .pl-xl-2,
  [dir=rtl] .pl-xl-2 {
    padding-left: 0 !important;
    padding-right: 0.5rem !important;
  }
  .rtl px-xl-2,
  [dir=rtl] px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rtl .pr-xl-3,
  [dir=rtl] .pr-xl-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .rtl .pl-xl-3,
  [dir=rtl] .pl-xl-3 {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }
  .rtl px-xl-3,
  [dir=rtl] px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .rtl .pr-xl-4,
  [dir=rtl] .pr-xl-4 {
    padding-right: 0 !important;
    padding-left: 1.5rem !important;
  }
  .rtl .pl-xl-4,
  [dir=rtl] .pl-xl-4 {
    padding-left: 0 !important;
    padding-right: 1.5rem !important;
  }
  .rtl px-xl-4,
  [dir=rtl] px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .rtl .pr-xl-5,
  [dir=rtl] .pr-xl-5 {
    padding-right: 0 !important;
    padding-left: 3rem !important;
  }
  .rtl .pl-xl-5,
  [dir=rtl] .pl-xl-5 {
    padding-left: 0 !important;
    padding-right: 3rem !important;
  }
  .rtl px-xl-5,
  [dir=rtl] px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .rtl .mr-xl-auto,
  [dir=rtl] .mr-xl-auto {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .rtl .ml-xl-auto,
  [dir=rtl] .ml-xl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .rtl .mx-xl-auto,
  [dir=rtl] .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.rtl .text-right,
[dir=rtl] .text-right {
  text-align: left !important;
}
.rtl .text-left,
[dir=rtl] .text-left {
  text-align: right !important;
}
@media (min-width: 576px) {
  .rtl .text-sm-right,
  [dir=rtl] .text-sm-right {
    text-align: left !important;
  }
  .rtl .text-sm-left,
  [dir=rtl] .text-sm-left {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .rtl .text-md-right,
  [dir=rtl] .text-md-right {
    text-align: left !important;
  }
  .rtl .text-md-left,
  [dir=rtl] .text-md-left {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .rtl .text-lg-right,
  [dir=rtl] .text-lg-right {
    text-align: left !important;
  }
  .rtl .text-lg-left,
  [dir=rtl] .text-lg-left {
    text-align: right !important;
  }
}
@media (min-width: 1200px) {
  .rtl .text-xl-right,
  [dir=rtl] .text-xl-right {
    text-align: left !important;
  }
  .rtl .text-xl-left,
  [dir=rtl] .text-xl-left {
    text-align: right !important;
  }
}

.facet-label .facet-select,
.facet-label .selected,
.filter-value,
.tooltip-inner,
.document-metadata dd,
.browse-category-title,
.blacklight-browse-show h1 .title,
.blacklight-contributors-show .value,
.index_title a {
  unicode-bidi: plaintext;
}

.tooltip-inner .from, .tooltip-inner .to {
  direction: ltr;
  unicode-bidi: isolate;
}

.document-counter {
  unicode-bidi: isolate;
}

.rtl,
[dir=rtl] {
  /** The upstream stylsheet doesn't expect dir="rtl" on the <html> element.. */
  /** Upstream is a little too eager reseting styles.. */
  /** Fix margins for the inline list (used in the footer) */
  /** Blacklight-specific overrides */
}
.rtl body,
[dir=rtl] body {
  text-align: right;
  direction: rtl;
  font-family: "easternarabicnumeralregular", "Markazi Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.rtl input,
.rtl textarea,
.rtl .metadata-value,
.rtl .facet-label,
[dir=rtl] input,
[dir=rtl] textarea,
[dir=rtl] .metadata-value,
[dir=rtl] .facet-label {
  font-family: "Markazi Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.rtl .form-check,
[dir=rtl] .form-check {
  padding-right: 1.25rem;
  padding-left: inherit;
}
.rtl .list-unstyled, .rtl .facet-values,
[dir=rtl] .list-unstyled,
[dir=rtl] .facet-values {
  padding-left: 0;
}
.rtl dd,
[dir=rtl] dd {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .rtl .dl-invert dt,
  [dir=rtl] .dl-invert dt {
    text-align: right;
  }
}
@media (min-width: 767.98px) {
  .rtl .dl-invert dt,
  [dir=rtl] .dl-invert dt {
    text-align: left;
  }
}
.rtl .list-inline-item:last-child,
[dir=rtl] .list-inline-item:last-child {
  margin-right: 0.5rem;
}
.rtl .list-inline-item:first-child,
[dir=rtl] .list-inline-item:first-child {
  margin-right: 0;
}
.rtl #skip-link,
[dir=rtl] #skip-link {
  left: inherit;
  right: 10px;
}
.rtl .facet-field-heading button::after,
[dir=rtl] .facet-field-heading button::after {
  float: left;
  transform: rotate(-90deg);
}
.rtl .facet-field-heading button.collapsed::after,
[dir=rtl] .facet-field-heading button.collapsed::after {
  transform: rotate(0deg);
}
.rtl .facet-values .facet-count,
[dir=rtl] .facet-values .facet-count {
  text-align: left;
}
.rtl .facet-values .remove,
[dir=rtl] .facet-values .remove {
  padding-right: 0.5rem;
}
.rtl .documents-list .document .document-thumbnail,
.rtl #documents.documents-list .document-thumbnail,
[dir=rtl] .documents-list .document .document-thumbnail,
[dir=rtl] #documents.documents-list .document-thumbnail {
  float: right;
}
.rtl #documents.documents-list .documentHeader, .rtl #documents.documents-list .document-metadata,
[dir=rtl] #documents.documents-list .documentHeader,
[dir=rtl] #documents.documents-list .document-metadata {
  margin-left: 0;
  margin-right: 120px;
}
.rtl .slideshow-documents .grid .document,
[dir=rtl] .slideshow-documents .grid .document {
  float: right;
}
.rtl .view-type-list,
[dir=rtl] .view-type-list {
  transform: scale(-1);
}
.rtl .constraint-value,
[dir=rtl] .constraint-value {
  display: flex;
}
.rtl .applied-filter .filter-name:after,
[dir=rtl] .applied-filter .filter-name:after {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.rtl ul.facet-hierarchy,
[dir=rtl] ul.facet-hierarchy {
  padding-right: 0;
}
.rtl ul.facet-hierarchy ul,
[dir=rtl] ul.facet-hierarchy ul {
  padding-left: 0;
  padding-right: 1.3em;
}
.rtl ul.facet-hierarchy .h-leaf,
[dir=rtl] ul.facet-hierarchy .h-leaf {
  padding-left: 0;
  padding-right: 0;
}
.rtl ul.facet-hierarchy .facet-count,
[dir=rtl] ul.facet-hierarchy .facet-count {
  float: left;
  text-align: left;
}
.rtl .limit_content.range_limit .profile, .rtl .limit_content.range_limit form.range_limit,
[dir=rtl] .limit_content.range_limit .profile,
[dir=rtl] .limit_content.range_limit form.range_limit {
  direction: ltr;
}
.rtl .limit_content.range_limit .flot-svg svg text,
[dir=rtl] .limit_content.range_limit .flot-svg svg text {
  unicode-bidi: plaintext;
}
.rtl #sidebar .contact-properties,
[dir=rtl] #sidebar .contact-properties {
  padding-left: 0;
  padding-right: 1rem;
}
.rtl .edit-button,
[dir=rtl] .edit-button {
  margin-left: 1rem;
}
.rtl .dlme-logo,
[dir=rtl] .dlme-logo {
  margin-left: 0.75rem;
  margin-right: 0;
}
.rtl .image-masthead .navbar-nav,
[dir=rtl] .image-masthead .navbar-nav {
  padding-right: 0;
}
.rtl .image-masthead .nav-item + .nav-item,
.rtl .image-masthead .navbar-brand,
[dir=rtl] .image-masthead .nav-item + .nav-item,
[dir=rtl] .image-masthead .navbar-brand {
  margin-right: 0;
}
.rtl #new_contact_form .col-form-label,
[dir=rtl] #new_contact_form .col-form-label {
  text-align: left;
}
.rtl .record-feedback,
[dir=rtl] .record-feedback {
  left: 0;
  right: auto;
  transform: rotate(90deg);
  transform-origin: left bottom;
}

#m3 {
  border: 1px solid #ccc;
  height: 550px;
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}

.line-collapse {
  overflow: hidden;
}

.line-collapse-button .arrow-up {
  display: inline;
}
.line-collapse-button .arrow-down {
  display: none;
}
.line-collapse-button.collapsed .arrow-up {
  display: none;
}
.line-collapse-button.collapsed .arrow-down {
  display: inline;
}

.thumbnail-container .line-collapse p {
  margin-bottom: 0;
}

.custom-range-limit-container .load_distribution {
  display: none;
}
.custom-range-limit-container .facet-values .facet-label {
  padding-left: 0;
  text-indent: 0;
}

.limit_content .more_facets {
  display: none;
}
