@charset "UTF-8";
:root {
  --microtip-transition-delay: 0.25s;
}

nav.pagination-container {
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 8rem auto 8rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

nav.pagination-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.pagination-container ul li a, nav.pagination-container ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1.5rem;
  min-height: 2rem;
  margin: 0 0.125rem;
}

nav.pagination-container ul li a.break, nav.pagination-container ul li span.break {
  min-width: auto;
}

nav.pagination-container ul li a {
  text-decoration: none;
}

nav.pagination-container ul li a:hover {
  text-decoration: underline;
}

nav.pagination-container ul li a.page-advance-link {
  min-width: 8rem;
}

.relative {
  position: relative;
  padding: 0 0.5rem;
}

.nav-search-form.focused .global-search-modal {
  display: block;
}

.global-search-modal {
  display: none;
  position: absolute;
  height: 10rem;
  top: -5px;
  left: 0;
  right: 0;
  background: #fff;
  border: 0px solid #666;
  -webkit-box-shadow: 16px 20px 35px rgba(0, 0, 0, 0.8);
          box-shadow: 16px 20px 35px rgba(0, 0, 0, 0.8);
  z-index: 40;
  color: black;
}

.global-search-modal a {
  color: #924a0b;
  text-decoration: underline;
  padding-left: 0.5em;
}

.global-search-modal a:hover {
  background: transparent;
  color: #d56d11;
  text-decoration: none;
}

.global-search-modal-inner {
  margin-top: 3rem;
  padding: 0 1rem 1rem;
}

.global-search-modal-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.control {
  z-index: 50;
  margin-right: 0.25rem;
}

.control-q1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

button.control-search {
  background-color: #666;
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  border-color: #333;
}

button.control-search:hover, button.control-search:focus {
  background: #000c;
}

.global-search-options {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.global-search-links {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
}

.global-search-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-search-links ul li {
  margin-right: 0.5rem;
}

.global-search-links ul li:not(:last-child)::after {
  display: inline-block;
  margin: 0 0.25em;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  border-right: 0.1em solid currentColor;
  height: 0.8em;
  content: '';
  color: #ddd;
}

.global-search-links ul a {
  margin-right: 0.5rem;
}

.alert--emergency-access {
  background-color: orange;
  border: 1px solid darkorange;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: none;
  margin-bottom: 0;
}

.alert--emergency-access[data-initialized="false"] > * {
  opacity: 0;
}

.alert--emergency-access p {
  font-weight: bold;
  color: black;
}

.alert--emergency-access p a {
  color: #333;
}

.alert--emergency-access .alert--emergency-access--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert--emergency-access .alert--emergency-access--options a.button-link {
  color: black;
}

.alert--emergency-access .alert--emergency-access--options a.button-link[disabled] {
  display: none;
}

header .alert--emergency-access {
  border-radius: 0;
}

.debug-messages {
  position: fixed;
  z-index: 90000;
  opacity: 0.25;
  background: orange;
  max-height: 25vh;
  max-width: 50vw;
  overflow: auto;
}

.debug-messages:hover {
  opacity: 1.0;
}

.sidebar-toggle {
  border-right: 1px solid #ddd;
  margin-right: 1rem;
  width: 1rem;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1.5rem;
}

.sidebar-toggle button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: auto;
  white-space: nowrap;
  padding: 1rem 0.5rem;
  font-size: 1rem;
  z-index: 24;
}

.sidebar-toggle button[aria-expanded="true"] {
  opacity: 0.5;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.sidebar-toggle button[aria-expanded="true"] .icomoon:before {
  content: "";
}

.sidebar-toggle button:hover, .sidebar-toggle button:focus {
  opacity: 1.0;
}

.sidebar-toggle button[aria-expanded="false"] {
  opacity: 1.0;
  background: rgba(0, 0, 0, 0.8);
  color: #eee;
  font-size: 2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  margin-right: -3rem;
}

.sidebar-toggle button[aria-expanded="false"] .icomoon:before {
  content: "";
}

html[data-sidebar-collapsible] .sidebar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html[data-sidebar-collapsible] .sidebar-container {
  border-right: none;
  margin-right: 0;
}

html[data-sidebar-collapsible] .sidebar-container[hidden] + .sidebar-toggle {
  margin-left: -1rem;
}

li.download-item--EPUB {
  display: none;
}

html.mobile li.download-item--EPUB, html[data-item-type="volume/epub"] li.download-item--EPUB {
  display: list-item;
}

@media only screen and (max-width: 62em) {
  #sidebar:not(.sidebar-container--right) {
    max-height: 100vh;
  }
  html[data-sidebar-expanded="true"] #toolbar-horizontal {
    display: none;
  }
  html[data-sidebar-expanded="false"][data-expanded="true"] #toolbar-horizontal {
    top: var(--toolbar-horizontal-top, 5.5rem);
  }
  html[data-sidebar-expanded="false"][data-expanded="false"] #toolbar-horizontal {
    top: 0;
  }
}

@media only screen and (max-width: 62em) {
  #sidebar button.sidebar-toggle-button[aria-expanded="true"] {
    position: fixed;
    z-index: 2;
  }
  #sidebar button.sidebar-toggle-button[aria-expanded="true"] + div {
    padding-top: 4rem;
  }
}

*[hidden] {
  display: none;
}

.embedUrlContainer {
  position: reliatve;
}

.embedUrlContainer h3 {
  display: block;
  font-weight: bold;
  position: relative;
  margin-bottom: 1rem;
}

.embedUrlContainer input[type="radio"] {
  padding-left: 1.2rem;
}

.embedUrlContainer textarea {
  width: 95%;
  margin-bottom: 0.5rem;
}

.embedUrlContainer label {
  padding-right: 1rem;
}

.embedUrlContainer label.radio .icomoon-scroll {
  font-size: 1rem;
}

.embedUrlContainer label.radio .icomoon-book-alt2 {
  font-size: 1rem;
}

.versionContainer .version-label {
  white-space: nowrap;
}

.versionContainer a {
  font-size: .9rem;
}

.pdfPartnerLoginLinkMessage {
  font-style: italic;
  color: #666;
  margin-top: 0.25rem;
}

.help-block {
  display: block;
  margin-bottom: 1rem;
}

.btn-mini {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

.share-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#action-clear-selection {
  position: absolute;
  right: 0;
  margin-left: -8px;
  visibility: hidden;
}

#sidebar input[type=text], #sidebar select {
  font-size: 1rem;
}

#sidebar #input-search-text {
  font-size: 1rem !important;
}

.inactive {
  display: none;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#f9f9f9));
  background-image: linear-gradient(to bottom, whitesmoke, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  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: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  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);
}

.progress-success .bar, .progress .bar-success {
  background-color: #5db95d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  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);
}

.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  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);
}

.progress-warning .bar, .progress .bar-warning {
  background-color: #f9a732;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  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);
}

li[data-view-target] {
  display: none;
}

main[data-view="1up"] li[data-view-target~="1up"] {
  display: list-item;
}

main[data-view="2up"] li[data-view-target~="2up"] {
  display: list-item;
}

main[data-view="image"] li[data-view-target~="image"] {
  display: list-item;
}

main[data-view="plaintext"] li[data-view-target~="plaintext"] {
  display: list-item;
}

#modal-download .modal__content > div > div {
  margin: 1rem;
}

#selection-contents {
  white-space: nowrap;
}

html.crms #person-nav {
  margin-left: auto;
}

html.crms footer {
  display: none;
}

html.crms #toggle-bib-metadata {
  margin-top: 4px;
  display: inline-block;
}

html.crms span.blocked {
  display: block;
  margin-top: 4px;
  /*margin-bottom: 2px;*/
}

html.crms span.blocked strong {
  display: block;
}

html.crms span.blocked strong::first-letter {
  text-transform: capitalize;
}

html.crms .collectionLinks {
  display: none;
}

html.crms .social-links {
  display: none;
}

html.crms label[for='pageURL'], html.crms #pageURL {
  display: none;
}

html.crms main {
  padding: 0;
}

html.crms #form-search-volume {
  display: none;
}

html.crms .action-contents-navigation {
  max-height: 15rem;
  overflow: auto;
}

html.crms #form-go-page {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.section-container .navigator {
  padding: 0.5rem 1rem;
  background: #444;
  color: #fff;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-container .navigator form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.section-container .navigator form .control-navigator--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: green;
  margin-right: 1rem;
}

.section-container .navigator input[type=range] {
  margin: auto;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 8px;
  background-color: #444;
  background: -webkit-gradient(linear, left top, right top, from(#ff9f1a), color-stop(0%, #ff9f1a), color-stop(0%, #444), to(#444));
  background: linear-gradient(to right, #ff9f1a 0%, #ff9f1a 0%, #444 0%, #444 100%);
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
}

.section-container .navigator input[type=range]::-webkit-slider-runnable-track {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  height: 8px;
  content: '';
  width: 100%;
  -webkit-appearance: none;
}

.section-container .navigator input[type=range]::-moz-range-track {
  box-shadow: none;
  border: none;
  background: transparent;
}

.section-container .navigator input[type=range]::-moz-focus-outer {
  border: 0;
}

.section-container .navigator input[type=range]::-webkit-slider-thumb {
  width: 32px;
  height: 32px;
  border: 0;
  margin-top: -12px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -webkit-appearance: none;
}

.section-container .navigator input[type=range]::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.75);
}

.section-container .navigator input[type=range]::-ms-fill-lower {
  background-color: #ff9f1a;
}

.section-container .navigator input[type=range]::-moz-range-progress {
  background-color: #ff9f1a;
}

.section-container .navigator input[type=range]::-ms-tooltip {
  display: none;
}

.section-container .navigator input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #000;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.section-container .navigator .output {
  margin-right: 1rem;
  padding: 0.5rem;
  display: inline-block;
  white-space: nowrap;
}

.section-container .navigator .output.updating {
  background: #000;
}

@media screen and (max-width: 450px), screen and (max-height: 450px) {
  .section-container .navigator {
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-container .navigator form {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .section-container .navigator .output {
    margin-right: 0;
    white-space: nowrap;
  }
  .section-container .navigator input[type=range] {
    margin-right: 0;
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .section-container .navigator #action-prompt-seq {
    display: none;
  }
}

html, body {
  overflow: hidden;
}

main > .container {
  width: 100%;
}

html.debugpolite div[role="status"] {
  position: fixed !important;
  bottom: 10px;
  right: 10px;
  background: black;
  color: white;
  display: block;
  min-height: 1.5rem;
  min-width: 50%;
  text-align: right;
  clip: unset;
  z-index: 10;
}

#root {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 0;
  display: block;
  display: -ms-grid;
  display: grid;
  width: 100vw;
  overflow: hidden;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto 1fr auto;
  grid-template: "header" auto "main" 1fr "footer" auto/minmax(0, 1fr);
}

html.ie #action-toggle-sidebar {
  display: none !important;
}

html.ie .section-container .navigator input[type=range], html.edge .section-container .navigator input[type=range] {
  height: 16px;
}

html.edge .section-container .navigator form .control-navigator--wrap {
  max-width: 70%;
}

html.ios9[data-expanded="true"] main {
  height: 96%;
}

html.ios9[data-expanded="false"] main {
  height: 100%;
}

@media screen and (max-width: 768px) {
  html .sidebar-container {
    min-width: 14rem;
    max-width: 16rem;
  }
  html footer {
    display: none !important;
  }
}

:root {
  --background: #39383a;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.toolbar .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.toolbar button {
  background-color: #666;
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
  border-color: #333;
}

.toolbar button.active {
  background: rgba(0, 0, 0, 0.8);
}

.toolbar button:hover:enabled {
  background: rgba(0, 0, 0, 0.8);
}

#toolbar-horizontal {
  width: 100%;
  z-index: 5;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toolbar-horizontal > * {
  margin-right: 0.25rem;
}

#toolbar-horizontal form {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#toolbar-horizontal form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.25rem;
}

#toolbar-horizontal form #input-go-page {
  width: 5rem;
}

#toolbar-horizontal .dropdown-menu {
  display: none;
}

#toolbar-horizontal ul button {
  text-align: center;
  width: 3rem;
  height: 2.8rem;
  margin-left: 0.25rem;
}

#form-go-page {
  display: none !important;
}

.selected-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.selected-list a {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
}

.selected-list a > span {
  display: block;
  margin-top: 0px;
}

.selected-list img {
  border: 1px solid #666;
  padding: 2px;
  margin: 0 0.25rem;
}

#toolbar-vertical {
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 3rem;
      flex-basis: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#toolbar-vertical .btn-group + .btn-group {
  margin-top: 10px;
}

#toolbar-vertical #action-zoom-in .icomoon, #toolbar-vertical #action-zoom-out .icomoon {
  font-size: 135%;
  margin-left: -4px;
  margin-top: -2px;
}

#toolbar-vertical.toolbar--shrunken {
  -ms-flex-preferred-size: 4rem;
      flex-basis: 4rem;
}

#toolbar-vertical.toolbar--shrunken::-webkit-scrollbar {
  -webkit-appearance: none;
}

#toolbar-vertical.toolbar--shrunken::-webkit-scrollbar:vertical {
  width: 1rem;
}

#toolbar-vertical.toolbar--shrunken::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

.action-fullscreen button {
  display: none;
}

.action-fullscreen[data-expanded="false"] [data-target="enter-fullscreen"] {
  display: block;
}

.action-fullscreen[data-expanded="true"] [data-target="exit-fullscreen"] {
  display: block;
}

@media (min-width: 62em) {
  main.main-container {
    -ms-grid-row: 2;
    grid-area: main;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.75rem 1rem;
  }
}

.section-container {
  margin: 0;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container.container-full {
  height: 100%;
}

.container.container-boxed {
  margin-top: 0;
  margin-bottom: 0;
}

.container.container-boxed .section-container {
  margin: 0;
}

main .inner.main {
  margin: 1rem auto;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.viewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0.5rem;
}

section section {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

section section .pages {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

section section .pages .pages-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

section section .viewer-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

section section .viewer-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: none;
}

section section .viewer-loader.viewer-loader::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader12-u4be1cd4c 1s linear alternate infinite;
          animation: loader12-u4be1cd4c 1s linear alternate infinite;
  top: 50%;
  margin: -50px auto 0;
}

@-webkit-keyframes loader12-u4be1cd4c {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
  }
}

@keyframes loader12-u4be1cd4c {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
  }
}

section section.viewer.viewer--setup .viewer-inner {
  display: none;
}

section section.viewer.viewer--setup .viewer-loader {
  display: block;
}

section section .page {
  --width: 400px;
  margin: 0rem auto 2rem;
  position: relative;
  overflow: hidden;
  background: #f9f8f5;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 6px 15px 5px rgba(0, 0, 0, 0);
          box-shadow: 0px 10px 13px -7px #000000, 0px 6px 15px 5px rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
}

section section .page.page--visible {
  z-index: 1;
}

section section .page.page--loading:not(.page--loaded)::before, section section .page.page--loading:not(.page--loaded)::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader12-uca2c1bac 1s linear alternate infinite;
          animation: loader12-uca2c1bac 1s linear alternate infinite;
  top: 50%;
  margin: -50px auto 0;
}

@-webkit-keyframes loader12-uca2c1bac {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
  }
}

@keyframes loader12-uca2c1bac {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
  }
}

section section .page.page--loading:not(.page--loaded)::before {
  top: 10%;
}

section section .page.page--loading:not(.page--loaded)::after {
  top: 90%;
}

section section .page.page--loaded .info {
  display: none;
}

section section .page.page--selected img {
  padding: 2% !important;
  background: rgba(239, 124, 34, 0.45) !important;
}

section section .page .info {
  display: block;
  padding: 1rem;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
  opacity: 0.4;
  z-index: 1;
}

section section .page .page-text {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

section section .page button.action-load-page {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.25;
}

section section .page:hover {
  opacity: 1.0;
}

section section .page.page--loaded button.action-load-page {
  display: none !important;
}

section section .page button.action-toggle-selection {
  position: absolute;
  top: 0;
  right: 0;
  height: 10%;
  width: 25%;
  min-height: 4rem;
  min-width: 4rem;
  background: transparent 0 0 repeat scroll url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  border: none;
  cursor: pointer;
  border: 2px dotted transparent;
  display: none;
}

section section .page button.action-toggle-selection:focus, section section .page button.action-toggle-selection:hover, section section .page button.action-toggle-selection.focused {
  border: 2px dotted #666;
}

section section .page button.action-toggle-selection > span {
  color: rgba(239, 124, 34, 0.75);
  position: absolute;
  top: -2px;
  right: -2px;
  display: none;
  content: "";
  border-width: 0 4rem 4rem 0;
  border-style: solid;
  /* border-color: #658E15 #fff; */
  border-color: #fff #fff #ef7c22 #ef7c22;
  background: #ef7c22;
  border-color: #fff #fff rgba(239, 124, 34, 0.75) rgba(239, 124, 34, 0.75);
  background: rgba(239, 124, 34, 0.75);
  border-radius: 0 0 0 5px;
  width: 0;
}

section section .page.page--loaded button.action-toggle-selection, section section .page.page--loading button.action-toggle-selection {
  display: block;
}

section section .page.page--visible.page--selected button.action-toggle-selection span {
  display: block;
}

section section canvas, section section img {
  margin: 0 auto;
  display: block;
  cursor: default;
}

section.view--1up section .page {
  width: 80%;
}

section.view--1up section .page img {
  width: 100%;
  height: auto;
}

section.view--1up button[data-target="1up"] {
  background: rgba(0, 0, 0, 0.8);
}

section.view--image section .page {
  width: 80%;
  position: absolute;
  top: 0;
  margin: 2rem 0 4rem;
}

section.view--image section .page.page--best-fit {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

section.view--image section .page {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 300s, opacity 300ms;
  transition: visibility 0s linear 300s, opacity 300ms;
}

section.view--image section .page.page--visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
}

section.view--image section .page img {
  max-height: 100%;
  width: 100%;
  height: auto;
}

section.view--image button[data-target="image"] {
  background: rgba(0, 0, 0, 0.8);
}

section.view--2up .inner.main {
  margin: 0;
}

section.view--2up #toolbar-vertical {
  margin-top: 1rem;
}

section.view--2up section .slice {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.view--2up section .slice:not(.slice--visible) {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 300s, opacity 300ms;
  transition: visibility 0s linear 300s, opacity 300ms;
}

section.view--2up section .slice.slice--visible {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
}

section.view--2up section .viewer-inner.viewer--centered .slice {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.view--2up section .page {
  margin: 0;
}

section.view--2up section .page.verso {
  height: 100%;
  width: 100%;
}

section.view--2up section .page.verso img {
  margin-right: 0;
}

section.view--2up section .page.verso button.action-toggle-selection {
  right: auto;
  left: 0;
}

section.view--2up section .page.verso button.action-toggle-selection > span {
  right: auto;
  left: -2px;
  border-width: 0 0 4rem 4rem;
  border-color: #ef7c22 #fff #ef7c22 #fff;
  border-color: rgba(239, 124, 34, 0.75) #fff rgba(239, 124, 34, 0.75) #fff;
  border-radius: 0 0 5px 0px;
}

section.view--2up section .page.recto {
  height: 100%;
  width: 100%;
}

section.view--2up section .page.recto img {
  margin-left: 0;
}

section.view--2up section .page img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

section.view--2up section .page button.action-toggle-selection {
  width: 50%;
}

section.view--2up section .page button.action-view-foldout {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 10px 6px #999;
          box-shadow: 0px 0px 10px 6px #999;
}

section.view--2up section .edge {
  height: 100%;
  background: #ddd;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAFCAYAAABirU3bAAAAG0lEQVQIW2O8c+fOTCEhIYZ3794xgGhGKggAAJf0H/UWcK5GAAAAAElFTkSuQmCC);
}

section.view--2up section .edge.recto {
  border-right: 8px solid #666;
  width: 0;
}

section.view--2up section .edge.verso {
  border-left: 8px solid #666;
  width: 0;
}

section.view--2up button[data-target="2up"] {
  background: rgba(0, 0, 0, 0.8);
}

section.view--thumb section .viewer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section.view--thumb section .page {
  margin: 2rem 2rem;
  cursor: pointer;
}

section.view--thumb section .page:not(.page--loaded)::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader12-ufdde020f 1s linear alternate infinite;
          animation: loader12-ufdde020f 1s linear alternate infinite;
  top: 50%;
  margin: -20px auto 0;
  top: 10%;
}

@-webkit-keyframes loader12-ufdde020f {
  0% {
    -webkit-box-shadow: -20px 16px 0 2px #EF7C22, -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 2px #EF7C22, -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 2px #EF7C22, 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 2px #EF7C22, 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 2px #EF7C22, 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 2px #EF7C22, 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 2px #EF7C22, 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 2px #EF7C22, 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 2px #EF7C22;
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 2px #EF7C22;
  }
}

@keyframes loader12-ufdde020f {
  0% {
    -webkit-box-shadow: -20px 16px 0 2px #EF7C22, -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 2px #EF7C22, -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 2px #EF7C22, 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 2px #EF7C22, 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 2px #EF7C22, 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 2px #EF7C22, 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 2px #EF7C22, 20px 16px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 2px #EF7C22, 20px 16px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 2px #EF7C22;
            box-shadow: -20px 16px 0 0 rgba(239, 124, 34, 0.2), -10px 16px 0 0 rgba(239, 124, 34, 0.2), 0 16px 0 0 rgba(239, 124, 34, 0.2), 10px 16px 0 0 rgba(239, 124, 34, 0.2), 20px 16px 0 2px #EF7C22;
  }
}

section.view--thumb section .page:not(.page--loaded)::after {
  display: none !important;
}

section.view--thumb section .page img {
  max-width: 100%;
  max-height: 100%;
}

section.view--thumb section .page.resizing {
  max-height: 100%;
}

section.view--thumb section .page button.action-toggle-selection {
  right: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 32em) {
  section.view--thumb section .page {
    margin: 0.25rem 0.5rem;
  }
}

section.view--thumb button[data-target="thumb"] {
  background: rgba(0, 0, 0, 0.8);
}

section.view--thumb.reading-order--rtl .viewer-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.view--plaintext section .page {
  width: 94%;
  max-width: 80rem;
  min-height: 90vh;
  position: absolute;
  background: #fff;
  top: 0;
  margin: 2rem 0 4rem;
}

section.view--plaintext section .page:not(.page--loaded)::before {
  margin-top: 50%;
}

section.view--plaintext section .page:not(.page--loaded)::after {
  top: auto;
  margin-top: 90%;
  bottom: 0px;
}

section.view--plaintext section .page.page--best-fit {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

section.view--plaintext section .page:not(.page--visible) {
  visibility: hidden;
  max-height: 100%;
  opacity: 0;
  -webkit-transition: visibility 0s linear 300s, opacity 300ms;
  transition: visibility 0s linear 300s, opacity 300ms;
}

section.view--plaintext section .page.page--visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 300ms;
  transition: visibility 0s linear 0s, opacity 300ms;
}

section.view--plaintext section .page .page-text {
  display: block;
  position: static !important;
  height: auto;
  width: 100%;
  padding: 1rem;
  padding-top: 2rem;
  background: transparent;
  font-size: 1.25rem;
  line-height: 1.25;
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

section.view--plaintext section .page .page-text .ocr_page, section.view--plaintext section .page .page-text .ocrx_block {
  font-size: inherit;
}

section.view--plaintext section .page .page-text .ocrx_block {
  margin-bottom: 1rem;
  line-height: 1.5;
}

section.view--plaintext button[data-target="plaintext"] {
  background: rgba(0, 0, 0, 0.8);
}

/* UTILITY */
.btn-loading {
  padding-right: 34px;
  background-image: url(/common/unicorn/img/throbber.gif);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.toolbar .btn-loading {
  background-image: url(/common/unicorn/img/throbber-dark.gif);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

/* SEARCH RESULTS */
/* SOLR HIGHLIGHTING */
.solr_highlight_1 {
  background: #ffff00;
  font-weight: bold;
}

.solr_highlight_2 {
  background: #00ff00;
  font-weight: bold;
}

.solr_highlight_3 {
  background: #ff9900;
  font-weight: bold;
}

.solr_highlight_4 {
  background: #00ffcc;
  font-weight: bold;
}

.solr_highlight_5 {
  background: #00cccc;
  font-weight: bold;
}

.solr_highlight_6 {
  background: #0099cc;
  font-weight: bold;
}

/* FOLDOUTS */
.modal__content > div {
  height: 100%;
}

.modal__content div.foldout {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal__content div.foldout.loading::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader12-ub06ed1fe 1s linear alternate infinite;
          animation: loader12-ub06ed1fe 1s linear alternate infinite;
  top: 50%;
  margin: -50px auto 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes loader12-ub06ed1fe {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
  }
}

@keyframes loader12-ub06ed1fe {
  0% {
    -webkit-box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 2px #EF7C22, -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  25% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 2px #EF7C22, 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  50% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 2px #EF7C22, 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  75% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 2px #EF7C22, 60px 40px 0 0 rgba(239, 124, 34, 0.2);
  }
  100% {
    -webkit-box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
            box-shadow: -60px 40px 0 0 rgba(239, 124, 34, 0.2), -30px 40px 0 0 rgba(239, 124, 34, 0.2), 0 40px 0 0 rgba(239, 124, 34, 0.2), 30px 40px 0 0 rgba(239, 124, 34, 0.2), 60px 40px 0 2px #EF7C22;
  }
}

.modal__content div.foldout img {
  margin: auto;
}

/* ANIMATION */
.pt-page-moveToLeft {
  -webkit-animation: moveToLeft .6s ease both;
  animation: moveToLeft .6s ease both;
}

.pt-page-moveFromLeft {
  -webkit-animation: moveFromLeft .6s ease both;
  animation: moveFromLeft .6s ease both;
}

.pt-page-moveToRight {
  -webkit-animation: moveToRight .6s ease both;
  animation: moveToRight .6s ease both;
}

.pt-page-moveFromRight {
  -webkit-animation: moveFromRight .6s ease both;
  animation: moveFromRight .6s ease both;
}

@-webkit-keyframes moveToLeft {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
}

@keyframes moveToLeft {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(-250%);
            transform: translateX(-250%);
  }
}

@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes moveFromRight {
  from {
    -webkit-transform: translateX(250%);
            transform: translateX(250%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.modal.lightbox .modal__container .modal__content img {
  max-width: 100%;
  height: auto;
  width: auto;
  display: block;
}

@media only screen and (max-width: 62em) {
  html[data-view="options"] #sidebar {
    background: #fff;
    z-index: 15;
  }
  main.main-container .container.container-boxed {
    display: grid;
    grid-template-areas: "overlapping";
  }
  .sidebar-container {
    grid-area: overlapping;
  }
  #root .section-container {
    grid-area: overlapping;
    z-index: 10;
  }
  #sidebar:not(.sidebar-container--right) {
    width: 100%;
  }
  html[data-expanded="false"] header {
    display: none;
  }
  html[data-expanded="false"] #sidebar {
    display: none;
  }
  html[data-expanded="true"] main.main-container .container.container-boxed {
    display: grid;
    grid-template: "sidebar" auto "overlapping" 1fr;
  }
  html[data-expanded="true"] main.main-container .container.container-boxed .sidebar-container {
    grid-area: sidebar;
  }
  html[data-sidebar-expanded="true"] main.main-container .container.container-boxed {
    grid-template: overlapping 1fr;
  }
  html[data-sidebar-expanded="true"] main.main-container .container.container-boxed .sidebar-container {
    grid-area: overlapping;
    z-index: 50 !important;
  }
  html[data-sidebar-expanded="true"] main.main-container .container.container-boxed .section-container {
    visibility: hidden;
    opacity: 0;
  }
  html[data-sidebar-expanded="true"] #section {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
}

#toolbar-vertical {
  display: none;
}

#toolbar-horizontal {
  position: fixed;
  right: 0;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  width: auto;
}

#toolbar-horizontal #action-go-first, #toolbar-horizontal #action-go-last {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#toolbar-horizontal #action-go-prev {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

#toolbar-horizontal #action-go-next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media only screen and (min-width: 32rem) {
  #toolbar-horizontal #action-go-first, #toolbar-horizontal #action-go-last {
    clip: unset;
    position: static;
    height: auto;
    width: auto;
  }
  #toolbar-horizontal #action-go-prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    margin-left: -0.5rem;
  }
  #toolbar-horizontal #action-go-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
  }
}

@media only screen and (max-width: 62em) {
  #sidebar {
    background: #fff;
  }
  [data-view="options"] #sidebar {
    display: block;
    background: #fff;
    z-index: 15;
  }
  xxxsection.viewer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #toolbar-vertical, #toolbar-horizontal {
    margin-right: 1.5rem;
  }
  #root .section-container {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #root .section-container .navigator {
    width: 100%;
    z-index: 1;
  }
  #root .section-container .navigator .action-expando {
    position: absolute;
    top: -2.8rem;
    left: 1rem;
    height: 3rem;
    width: 3rem;
    background: #444;
    border: none;
    color: #fff;
  }
  #root .section-container .navigator .action-expando .icomoon::before {
    content: "\43";
  }
  html[data-expanded="false"] header {
    display: none;
  }
  html[data-expanded="false"] #root .section-container {
    height: 100%;
  }
  html[data-expanded="false"] #root .section-container .navigator {
    padding-top: 0;
    padding-bottom: 0.25rem;
    background: rgba(102, 102, 102, 0.75);
  }
  html[data-expanded="false"] #root .section-container .navigator form {
    display: none;
  }
  html[data-expanded="false"] #root .section-container .navigator .action-expando .icomoon::before {
    content: "\f0c9";
  }
  html[data-expanded="false"] #sidebar {
    display: none;
  }
  html[data-sidebar-collapsible] .sidebar-toggle {
    display: none;
  }
  main .inner.main {
    margin: 0.25rem auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  main .inner.main section.viewer {
    margin-right: 0;
  }
  section section .page {
    margin-bottom: 0.5rem;
  }
  section section .viewer-inner {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #action-mobile-toggle-fullscreen {
    position: fixed;
    height: 2.75rem;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 1rem;
    bottom: 0.75rem;
    background: #444;
    color: #fff;
    z-index: 50;
  }
  #action-mobile-toggle-fullscreen .icomoon::before {
    content: "\49";
  }
  #action-mobile-toggle-fullscreen[data-expanded="true"] .icomoon::before {
    content: " ";
  }
  #toolbar-horizontal {
    background: #fff;
  }
}

@media only screen and (max-width: 625px) {
  #toolbar-horizontal .table-of-contents {
    display: none;
  }
  #toolbar-horizontal .table-of-selections {
    display: none;
  }
  #toolbar-horizontal h3 {
    display: none;
  }
  #toolbar-horizontal form[role='search'] {
    display: none;
  }
}

li.toggle--500 {
  display: list-item;
}

@media only screen and (min-width: 500px) {
  li.toggle--500 {
    display: none;
  }
  #toolbar-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #toolbar-horizontal {
    position: static !important;
    clip: unset;
    height: auto;
    width: auto;
  }
}

@media only screen and (max-width: 499px) {
  #root .section-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-height: 650px) {
  html main {
    padding: 0;
  }
  html main .inner.main {
    margin: 0.25rem auto;
  }
  html #input-search-text {
    font-size: 0.875rem;
  }
  html .container.container-boxed {
    padding: 0.5rem;
  }
  html .toolbar label {
    font-size: 0.875rem;
  }
  html button:not([class]), html input[type="submit"], html a.btn, html button.btn, html button.btn-dismiss, html #login-link {
    font-size: 0.875rem;
  }
  html .section-container .navigator {
    padding: 0.125rem 1rem;
  }
  html .btn-group.btn-group-vertical button {
    width: 2.925rem;
    height: 2.445rem;
  }
  html .sidebar-container {
    font-size: 0.875rem;
    min-width: 14rem;
    max-width: 16rem;
  }
  html footer {
    display: none !important;
  }
}

#gesture-logger {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gesture-logger span {
  display: block;
  font-size: 2rem;
  font-family: monospace;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.75);
  color: #eee;
  pointer-events: none;
}
