/* @override http://mohma.org/css/styles.css */

/* Core styles */
/* #region */

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  border: none;
  font-size: 1em;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  background-color: #f4f1ec;
  color: #404040;
  font-family: georgia, serif;
  font-size: 100%;
}

html > body {
  font-size: 16px;
}

#contained {
  font-size: 62.5%;
  margin: auto;
  position: relative;
  overflow: visible;
}

/* text defaults */
sub {
  vertical-align: sub;
  font-size: smaller;
  line-height: normal;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}

/* list defaults */

ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0 1em 0;
  padding-left: 40px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0 1em 0;
  padding-left: 40px;
}

li {
  display: list-item;
}

ul ul,
ol ul {
  list-style-type: circle;
}

ol ol ul,
ol ul ul,
ul ol ul,
ul ul ul {
  list-style-type: square;
}

dd {
  display: block;
  margin-left: 40px;
}

dl {
  display: block;
  margin: 1em 0 1em 0;
}

dt {
  display: block;
}

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

div.clean-list ul,
div.clean-list ol,
div.clean-list dl,
div.clean-list ul ul,
div.clean-list ol ol,
div.clean-list ul ol,
div.clean-list ol ul,
div.clean-list ul li,
div.clean-list ol li,
div.clean-list dl dt,
div.clean-list dl dd,
ul.clean-list,
ol.clean-list,
dl.clean-list,
ul.clean-list ul,
ol.clean-list ol,
ul.clean-list ol,
ol.clean-list ul,
ul.clean-list li,
ol.clean-list li,
dl.clean-list dt,
dl.clean-list dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  display: block;
}

/* forms */
input.text,
textarea {
  border: 1px solid #8a8889;
  background-color: #f1f1f2;
}
input.text:focus,
textarea:focus {
  background-color: #f7f7f8;
}

form div.text,
form div.no-text {
  overflow: hidden;
  clear: left;
  margin-bottom: 1em;
}

form div.text label {
  float: left;
  clear: left;
  width: 140px;
  font-size: 1.2em;
}

form div.text input.text,
form div.text textarea {
  font-size: 1.2em;
}

form div.no-text {
  padding-left: 140px;
}

/* any page */

/* screen-reader-only styles
   Credit:
   @link https://webaim.org/techniques/css/invisiblecontent/ */

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* If we want the screen reader content to be visible on focus.
   Same credit/source as above. */

.sr-only--focusable:focus {
  position: static;
  width: auto;
  height: auto;
}

.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.gone {
  display: none;
}
.present {
  display: block !important;
}

p {
  font-size: 1.2em;
  line-height: 1.33em;
  margin-bottom: 1.33em;
  color: #000100;
}

p a,
p a:hover {
  color: #b5121b;
}
p a:hover {
  text-decoration: underline;
}

ul.disc {
  list-style-type: disc;
  margin: 1em 0 1em 0;
  /*padding-left: 40px;*/
}

ul.disc li {
  list-style-type: disc;
}
ul.disc ul li {
  list-style-type: circle;
}

#copy-full ul.disc {
  font-size: 1.2em;
  float: left;
  padding-left: 10px;
}

#copy-full ul.disc ul {
  font-size: 0.9em;
}

img.initiums {
  position: relative;
  margin-bottom: -38px;
  margin-right: -2px;
  left: -4px;
}

div.success,
div.success p {
  color: green !important;
  font-weight: bold;
}

/* all pages */
#logo-url {
  float: left;
  clear: both;
  width: 122px;
  height: 33px;
  overflow: hidden;
}

#logo-url:hover img {
  position: relative;
  top: -33px;
}

#header {
  clear: both;
}

div.match-artifacts {
  padding-right: 50px;
}

a {
  color: #404040;
}
a:hover {
  color: #000;
}

#nav {
  /*height: 24px;*/
  clear: both;
}
#nav_list {
  /*
   float: left;
   clear: both;
*/
}
#nav_list li {
  overflow: visible;
}

#nav_list li.last {
  margin-right: 0;
  /*-moz-margin-start: 4px;
   -webkit-margin-start: -1px;*/
}
#nav_list ul li.last {
  margin-right: 0;
  -moz-margin-start: 0;
  -webkit-margin-start: 0;
}
#nav_list li a {
  font-size: 1.3em;
  text-transform: uppercase;
  margin-left: -7px;
  padding: 8px 8px 9px 9px;
  line-height: 16px;
}

#nav_list li.last li a {
  margin-left: 0;
}

#nav_list li.first ul a {
  margin-left: 0;
}

#nav_list ul li a {
  font-size: 1.2em;
  text-transform: none;
  float: left;
  border: none;
  margin-left: 0;
  padding: 0;
  line-height: 20px;
}

#nav_list li a.hover {
  color: #000;
  border: 1px solid #808184;
  border-bottom: 1px solid #fff;
}
#nav_list ul li a.hover,
#nav_list ul li a:hover {
  border: none;
}
#nav_list ul li a.hover,
#nav_list ul li a:hover,
#nav a.in,
#nav a.on {
  color: #b5121b;
}

#nav_list ul {
  clear: both;
  padding-top: 1px;
  padding-left: 7px;
  z-index: 1000;
  /* width: 345px; */
  overflow: hidden;
  background: #fff;
  display: none;
}

#nav_list ul ul.prop-up {
  bottom: 10px;
}

#nav_list ul li {
  float: left;
  clear: left;
  margin-right: 0;
}

#search {
  padding-top: 7px;
  padding-bottom: 6px;
}

#search input.text {
  height: 14px;
  /* width: 154px; */
  width: 119px; /* width reduced in 2022 to accommodate new MCA link */
}
#search input.submit {
  font-family: verdana, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 14px;
  margin-left: 4px;
  cursor: pointer;
  -moz-margin-end: -3px;
}

#body {
  clear: both;
  overflow: hidden;
  height: auto;
  position: relative;
  padding-bottom: 4em;
}

#utilities {
  border: 1px solid #808184;
}

#footer {
  overflow: hidden;
}

#copyright {
  font-size: 1.1em;
  text-transform: uppercase;
}

#footer-nav li {
  font-size: 1.1em;
  text-transform: uppercase;
}

/* shared on browse/slideshow */

/* sub navigation */
#sub-nav {
  height: auto;
}
#sub-nav span.title {
  font-size: 1.5em;
  color: #b5121b;
  padding: 0 6px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: 14px;
  font-weight: bold;
}
#sub-nav.extended span.title {
  width: 140px;
}
#sub-nav ul {
  border: 1px solid #929497;
  min-height: 0;
  margin-top: 7px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 20px;
}
#sub-nav.extended ul {
  padding-top: 27px;
}
#sub-nav ul ul,
#sub-nav.extended ul ul {
  border: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
#sub-nav ul a {
  font-size: 1.3em;
  line-height: 20px;
}
#sub-nav ul ul a {
  font-size: 1.2em;
}
#sub-nav a.in {
  color: #b5121b;
}
#sub-nav a.on {
  font-weight: bold;
  color: #b5121b;
}

div.side-nav {
  float: left;
  clear: left;
  margin-left: 12px;
  width: 186px;
  overflow: hidden;
  position: relative;
}

#side-nav-browse,
#side-nav-slideshow {
  height: 60px;
  text-align: center;
  font-size: 1.2em;
  font-family: verdana, arial, sans-serif;
}
#side-nav-browse {
  min-width: 51px;
  float: left;
}
#side-nav-slideshow {
  min-width: 71px;
  float: right;
  margin-right: 23px;
}

.cursor-magnify {
  cursor: url(/images/slideshow/cursor-magnify.cur), default;
}

.cursor-enlarge {
  cursor: url(/images/slideshow/cursor-enlarge.cur), default;
}

#social-bookmarks {
  display: none;
  margin: 3px;
  font-family: verdana, arial, sans-serif;
}
#social-bookmarks img {
  margin-right: 5px;
}

/* homepage */

#copy-full {
  position: relative;
}

/* slide show */

div.graphic {
  text-align: center;
  position: relative;
  overflow: hidden;
}

div.graphic.none {
  background: #fff url(/images/slideshow/graphic_placeholder.gif) no-repeat
    center center;
}

/* slide show controls */
div.controls {
  border-top: 1px solid #929497;
  margin-bottom: 1em;
  opacity: 0.2;
}
div.controls ul {
  display: block;
  margin: 0 auto;
  height: 24px;
  width: 216px;
  border: 1px solid #929497;
  border-top: none;
  position: relative;
}
div.controls li {
  position: absolute;
  top: 4px;
  cursor: pointer;
}
div.controls li a {
  float: left;
  font-family: verdana, sans-serif;
  font-size: 1.1em;
  line-height: 18px;
  max-height: 18px;
}

div.controls li.first {
  left: 6px;
}
div.controls li.previous {
  left: 31px;
}
div.controls li.play-pause {
  /* left: 99px; */
  left: 105px;
}
div.controls li.next {
  left: 135px;
}
div.controls li.last {
  right: 6px;
}
div.controls li.inactive,
div.controls li.inactive a {
  cursor: default;
}
div.controls li.play-pause.inactive,
div.controls li.play-pause.inactive a {
  cursor: pointer;
}
div.controls li.first a {
  background: url(/images/slideshow/controls.png) no-repeat 0 0;
}
div.controls li.previous a {
  padding-left: 19px;
  background: url(/images/slideshow/controls.png) no-repeat 0 -81px;
}
div.controls li.play-pause a {
  background: url(/images/slideshow/controls.png) no-repeat 0 -162px;
}
div.controls li.next img {
  position: absolute;
  background: url(/images/slideshow/controls.png) no-repeat 0 -243px;
}
div.controls li.last a {
  background: url(/images/slideshow/controls.png) no-repeat 0 -324px;
}
div.controls li.first.inactive > a {
  background-position: -184px 0;
}
div.controls li.previous.inactive > a {
  background-position: -184px -81px;
}
div.controls li.play-pause.inactive > a {
  background-position: -184px -162px;
}
div.controls li.play-pause.paused > a {
  background-position: -368px -162px;
}
div.controls li.next.inactive > a > img {
  background-position: -184px -243px;
}
div.controls li.last.inactive > a {
  background-position: -184px -324px;
}

div.controls li.inactive a {
  color: #ccc;
}

/* slides */
#slides {
  border: 1px solid #929497;
  overflow: hidden;
  background-color: #fff;
  opacity: 0.2;
}
#slides div.button {
  position: absolute;
  height: 71px;
  top: 0;
  z-index: 700;
  background-color: #fff;
}
#slides div.button.inactive a {
  cursor: default;
  background-position: -9px 0;
}
#slides div.button a {
  position: absolute;
  width: 9px;
  height: 16px;
  overflow: hidden;
  clip: rect(0, 9px, 16px, 0);
  top: 28px;
}
#slides-box-previous {
  left: 0px;
}
#slides-box-previous a {
  left: 6px;
  background: url("/images/slideshow/slides-box_previous-slide.gif") no-repeat;
}
#slides-box-previous a:hover,
#slides-box-next a:hover {
  cursor: pointer;
}
#slides-box-next {
  right: 0px;
}
#slides-box-next a {
  background: url("/images/slideshow/slides-box_next-slide.gif") no-repeat;
}
#slides_container {
  width: 1000px;
  height: 55px;
  margin-top: -1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  margin-left: -1px;
  position: relative;
  overflow: hidden;
  left: 0px;
}
#slides div.slide {
  float: left;
  text-align: center;
  font-size: 1.1em;
  height: 55px;
}
#slides div.slide.hover {
  border: 1px solid #929497;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
}

#slides div.slide.active {
  border: 1px solid #b5121b;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
}

#slides div.slide a {
  color: #404040;
  display: block;
  height: 100%;
}
/* slides on side */
#sub-thumbnails li {
  width: 45px;
  height: 45px;
}
#sub-thumbnails a {
  display: block;
  width: 43px;
  height: 43px;
  border: 1px solid #929497;
}
#sub-thumbnails a.active,
#sub-thumbnails a.active:hover {
  border-color: #b5121b;
  cursor: default;
}
#sub-thumbnails a:hover {
  cursor: pointer;
}

/* browse */

#browse {
  font-family: verdana, sans-serif;
}
#browse div.instrument h3 {
  font-weight: bold;
  padding-left: 2px;
  border-bottom: 1px solid #929497;
  line-height: 23px;
  font-size: 1.1em;
}
#browse div.instrument a {
  display: block;
  height: 170px;
}
#browse div.instrument h3 a {
  display: inline;
  height: auto;
}
div.pagination {
  font-size: 1.1em;
  line-height: 22px;
  float: left;
  clear: both;
}
div.pagination a.inactive {
  color: #ccc;
}
div.pagination.top {
  border-bottom: 2px solid #929497;
}
div.pagination.bottom {
  border-top: 2px solid #929497;
  margin-top: 1em;
}

/* other pages */
#copy-full h1 {
  margin-bottom: 2em;
}

#copy-partial h1 {
  font-size: 1.6em;
  margin-bottom: 1em;
}

div.details p {
  font-family: verdana, sans-serif;
}

/* javascript */

#search-results {
  max-height: 210px;
  overflow: hidden;
  padding: 12px;
  z-index: 99;
  background: white;
  position: absolute;
  left: 655px;
  text-align: left;
}

div.tooltip {
  background-color: #fff;
  font-family: verdana, sans-serif;
  border: 1px solid #b5121b;
  font-size: 62.5%;
  padding: 8px;
  position: absolute;
  /*margin-top: -50px;
   margin-left: 55px;*/
}

div.tooltip div.tip-bottom {
  position: absolute;
  margin-top: -3px;
  left: -9px;
  width: 19px;
  height: 21px;
  background: transparent url(/images/slideshow/tooltip.png) no-repeat top left;
}

div.magnify-tip {
  z-index: 800;
  background: url(/images/slideshow/loading.gif) center center no-repeat #ffffff;
  width: auto;
  height: auto;
  min-width: 100px;
  max-width: 438px;
  min-height: 100px;
  max-height: 800px;
}

div.magnify-tip img {
  border: 1px solid #929497;
}

/* Image zoom styles */
/*#zoomer_big_container { display:block; position:relative; background:url(/images/slideshow/loading.gif) center center no-repeat #FFFFFF; overflow:hidden; margin:10px auto 0px; border:0px #FFFFFF solid; cursor:move; }*/
#zoomer_big_container {
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/slideshow/loading.gif) center center no-repeat #ffffff;
  overflow: hidden;
  width: 562px;
  height: 369px;
  border: 0px #ffffff solid;
  cursor: move;
}
#zoomer_image {
  position: absolute;
  left: 0;
  top: 0;
}
#zoomer_thumb {
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  margin: 10px auto 0px;
}
#zoomer_region {
  background: #666666;
  border: none;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: move;
}

/* #endregion */

/* Icons */
/* #region */
.icon--burger {
  background-image: url("data:image/svg+xml,%3Csvg version='1' viewBox='-3 -3 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2' d='M2 12h20M2 6h20M2 18h20'/%3E%3C/svg%3E");
}
.icon--close {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23010101' d='M77.6 21.1l-28 28.1-28.1-28.1-1.9 1.9 28 28.1-28 28.1 1.9 1.9L49.6 53l28 28.1 2-1.9-28.1-28.1L79.6 23z'/%3E%3C/svg%3E%0A");
}
.icon--down {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23010101' d='M23.1 34.1l28.4 27.6L80 34.1l1.5.9-30 29.1-30-29.1 1.6-.9z'/%3E%3C/svg%3E%0A");
}
.icon--up {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23010101' d='M22.4 64.1l28.4-27.6 28.5 27.6 1.5-.9-30-29.1-30 29.1 1.6.9z'/%3E%3C/svg%3E");
}

/* #endregion */

/* Mobile styles */
/* #region */
@media (max-width: 923px) {
  .original-only {
    display: none;
  }

  #contained {
    margin-top: 3px;
  }

  #logo-url {
    margin-left: 55px;
  }

  #header {
    background: #fff;
    padding: 10px 15px;
    position: relative;
    z-index: 710;
  }

  #logo-text > img {
    max-width: 100%;
  }

  #nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 705;
    overflow: visible;
  }

  .nav--hidden {
    height: 0;
  }

  .nav--hidden #search,
  .nav--hidden #nav_list {
    display: none;
  }

  .nav--shown {
    box-shadow: 2px 1px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .nav--shown,
  #nav:focus,
  #nav:target {
    height: auto;
  }

  .captain-burger {
    position: absolute;
    /* bump up height of header logo, height of search, height of self */
    top: calc(((100vw - 31px) * -0.054207) - 1.6em - 36px);
    left: 13px;
    height: 31px;
    width: 31px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #fff;
    box-shadow: 4px 3px 11px 1px rgba(0, 0, 0, 0.2);
  }

  .captain-burger__handler {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
  }

  #nav_list,
  #search {
    background: #fff;
  }

  #nav_list {
    order: 4;
    padding: 10px 0;
    font-size: 1.25em;
  }

  #nav_list ul.state--show {
    display: block;
    margin-top: 4px;
  }

  #nav_list ul li {
    padding: 2px 0;
    margin: 1px 0;
  }

  #nav_list li a.clone {
    display: none;
  }
  #nav_list li a.clone.stack {
  }

  #nav_list > li {
    padding: 10px 15px;
  }

  #nav_list > .first {
    border-bottom: 1px solid #eee;
    margin-bottom: 7px;
  }

  #nav_list > .first > a > .icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: sub;
  }

  .sub-category-icon {
    width: 15px;
    height: 15px;
    background-color: #fff;
    padding: 2px 4px;
    position: relative;
    top: -2px;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position: center;
  }

  #nav_list ul ul.present {
    margin-left: 8px;
  }

  #search {
    order: 3;
    text-align: center;
  }

  #search input.submit {
    border: 1px solid #8a8889;
    padding: 0 3px;
  }

  .homepage-slideshow-wrapper {
    width: auto !important;
    height: 65.658vw !important;
    margin-bottom: 40px;
  }
  .homepage-slideshow-slides {
    min-width: 100vw;
    width: auto !important;
    height: 100% !important;
    left: 0 !important;
    transition-duration: 500ms;
    transition-property: left;
    transition-timing-function: ease-in-out;
  }

  .slideshow-slides--1 {
    left: -100vw !important;
  }
  .slideshow-slides--2 {
    left: -200vw !important;
  }
  .slideshow-slides--3 {
    left: -300vw !important;
  }
  .slideshow-slides--4 {
    left: -400vw !important;
  }
  .slideshow-slides--5 {
    left: -500vw !important;
  }
  .slideshow-slides--6 {
    left: -600vw !important;
  }
  .slideshow-slides--7 {
    left: -700vw !important;
  }
  .slideshow-slides--8 {
    left: -800vw !important;
  }
  .slideshow-slides--9 {
    left: -900vw !important;
  }
  .slideshow-slides--10 {
    left: -1000vw !important;
  }
  .slideshow-slides--11 {
    left: -1100vw !important;
  }
  .slideshow-slides--12 {
    left: -1200vw !important;
  }
  .slideshow-slides--13 {
    left: -1300vw !important;
  }
  .slideshow-slides--14 {
    left: -1400vw !important;
  }
  .slideshow-slides--15 {
    left: -1500vw !important;
  }
  .slideshow-slides--16 {
    left: -1600vw !important;
  }
  .slideshow-slides--17 {
    left: -1700vw !important;
  }
  .slideshow-slides--18 {
    left: -1800vw !important;
  }
  .slideshow-slides--19 {
    left: -1900vw !important;
  }
  .slideshow-slides--20 {
    left: -2000vw !important;
  }
  .slideshow-slides--21 {
    left: -2100vw !important;
  }
  .slideshow-slides--22 {
    left: -2200vw !important;
  }
  .slideshow-slides--23 {
    left: -2300vw !important;
  }
  .slideshow-slides--24 {
    left: -2400vw !important;
  }
  .slideshow-slides--25 {
    left: -2500vw !important;
  }
  .slideshow-slides--26 {
    left: -2600vw !important;
  }
  .slideshow-slides--27 {
    left: -2700vw !important;
  }
  .slideshow-slides--28 {
    left: -2800vw !important;
  }
  .slideshow-slides--29 {
    left: -2900vw !important;
  }
  .slideshow-slides--30 {
    left: -3000vw !important;
  }
  .slideshow-slides--31 {
    left: -3100vw !important;
  }
  .slideshow-slides--32 {
    left: -3200vw !important;
  }
  .slideshow-slides--33 {
    left: -3300vw !important;
  }
  .slideshow-slides--34 {
    left: -3400vw !important;
  }
  .slideshow-slides--35 {
    left: -3500vw !important;
  }
  .slideshow-slides--36 {
    left: -3600vw !important;
  }
  .slideshow-slides--37 {
    left: -3700vw !important;
  }
  .slideshow-slides--38 {
    left: -3800vw !important;
  }
  .slideshow-slides--39 {
    left: -3900vw !important;
  }
  .slideshow-slides--40 {
    left: -4000vw !important;
  }
  .slideshow-slides--41 {
    left: -4100vw !important;
  }
  .slideshow-slides--42 {
    left: -4200vw !important;
  }
  .slideshow-slides--43 {
    left: -4300vw !important;
  }
  .slideshow-slides--44 {
    left: -4400vw !important;
  }
  .slideshow-slides--45 {
    left: -4500vw !important;
  }

  .width-total--5 {
    width: 500vw !important;
  }
  .width-total--35 {
    width: 3500vw !important;
  }
  .width-total--36 {
    width: 3600vw !important;
  }
  .width-total--37 {
    width: 3700vw !important;
  }
  .width-total--38 {
    width: 3800vw !important;
  }
  .width-total--39 {
    width: 3900vw !important;
  }
  .width-total--40 {
    width: 4000vw !important;
  }
  .width-total--41 {
    width: 4100vw !important;
  }
  .width-total--42 {
    width: 4200vw !important;
  }
  .width-total--43 {
    width: 4300vw !important;
  }
  .width-total--44 {
    width: 4400vw !important;
  }
  .width-total--45 {
    width: 4500vw !important;
  }

  .homepage-slideshow-wrapper div.graphic {
    width: 100vw;
    height: 100%;
  }

  .slide {
    max-width: 100%;
  }

  .homepage-slideshow-slides .slide {
    max-height: 100%;
  }

  #utilities {
    width: auto;
    padding: 0 6px;
  }
  #print-utility,
  #share-utility,
  #magnify-utility,
  #enlarge-utility,
  #email-utility {
    display: none;
  }

  #utilities.static {
    position: absolute;
    top: 5px;
    margin-left: 20px;
  }
  #utilities.homepage {
    top: calc(65.658vw + 15px);
  }

  #utilities:not(.static) {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #textsize-utility {
    line-height: 2;
    font-size: 13px;
    padding-right: 4px;
  }

  #textsize-utility > span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }

  #textsize-utility a {
    float: left;
    margin-right: 4px;
  }
  .textsize-adjuster {
    width: 100%;
    height: 1.5em;
    background-color: #fff;
    padding: 2px 4px;
    margin-right: 3px;
    background-image: url(/images/slideshow/utilities.png);
    background-repeat: no-repeat;
    background-position: -184px -324px;
    vertical-align: top;
  }

  #textsize-utility > span + span {
    left: 4px !important;
  }
  #textsize-utility > span + span .textsize-adjuster {
    background-position-x: -198px;
  }

  #copy-full > h1:first-child {
    padding: 0 15px;
    margin-top: 3.3em;
  }

  #copy-full > h1 {
    padding: 0 20px;
    font-size: 1.4em;
  }

  .initiums {
    max-width: 100%;
  }

  #copy-full > h1 > .initiums {
    margin-right: 0;
    left: 0;
  }

  #copy-full p,
  #copy-partial p {
    margin: 1.33em 20px;
    font-size: 1.4em;
  }

  #copy-full p > img:not(.initiums) {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 1em;
  }

  #copy-partial {
    margin-top: 15px;
    order: 2;
  }

  #copy-partial > .graphic {
    height: 350px;
    vertical-align: middle;
  }

  #copy-partial > .graphic .slide {
    max-height: 350px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
  }

  .graphic img[src$="loading.gif"] {
    position: absolute;
    left: calc(50% - 8px) !important;
    top: calc(50% - 8px) !important;
  }

  div.body-bg {
    background: #fff;
  }

  .body--slideshow,
  .body--browse {
    display: flex;
    flex-direction: column;
  }

  .body--slideshow .side-nav,
  .body--browse .side-nav {
    order: 3;
  }

  .body--slideshow .initiums {
    margin-bottom: -30px;
  }

  #side-nav-browse {
    margin-left: 8px;
  }

  #side-nav-browse,
  #side-nav-slideshow {
    font-size: 1.4em;
  }
  #side-nav-browse img,
  #side-nav-slideshow img {
    margin-top: 3px;
  }

  #sub-nav {
    order: 0;
    margin-left: 15px;
  }

  #sub-nav span.title {
    padding: 0 5px;
    left: 5px;
  }

  #slides {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 8px 20px;
    top: 0;
    order: 1;
    position: relative;
  }

  #slides div.button {
    width: 20px;
  }

  #slides-box-next a {
    left: 6px;
  }

  #slides_container {
    min-width: 100%;
    left: 0;
    transition-duration: 500ms;
    transition-property: left;
    transition-timing-function: ease-in-out;
  }

  #slides div.slide {
    /* 
         total = 100vw - 2*1px container border - 2*20px arrows - 4*right margin - 5 * 2 *1px borders
      */
    width: calc((100vw - 2px - 40px - 40px - 10px) / 5);
    margin-right: 10px;
    position: relative;
    left: 1px;
  }

  #slides div.slide a {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #slides div.slide img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    margin-top: 0 !important;
  }

  #slides div.slide.hover,
  #slides div.slide.active {
    margin-right: 9px;
  }

  .slideshow__enlarge {
    position: absolute;
    top: 0;
    right: 6px;
    background-position: -370px -243px;
    background-image: url(/images/slideshow/utilities.png);
    height: 21px;
    width: 21px;
    overflow: hidden;
  }

  #sub-thumbnails {
    overflow: hidden;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 2px;
  }
  #sub-thumbnails li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-bottom: 3px;
  }

  .details {
    clear: both;
  }

  /* Mobile browse  */

  #browse {
    order: 2;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
    align-content: flex-start;
    font-size: 1.2em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(252px, 1fr));
    grid-row-gap: 15px;
  }
  #browse div.instrument {
    margin: auto 20px;
    margin-bottom: 10px;
  }
  .body--browse #utilities {
    order: 1;
    align-self: flex-start;
  }

  div.pagination {
    padding-left: 20px;
    width: 100vw;
    grid-column: 1 / -1;
    height: 2em;
    box-sizing: border-box;
  }
  .pagination.top {
    /* grid-row: 1; */
    margin-bottom: 10px;
  }
  .pagination.bottom {
    margin-bottom: 1em;
  }

  #bibliography_table {
    width: 100vw;
    overflow-x: auto;
    position: relative;
    left: -20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  #bibliography_table:before,
  #bibliography_table:after {
    position: fixed;
    top: 50px;
    bottom: 0;
    width: 20px;
    content: "";
  }
  #bibliography_table.bibliography--scrolled:before,
  #bibliography_table.bibliography--scrolled:after {
    top: 0;
  }
  #bibliography_table:before {
    left: 0;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 1) 25%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  #bibliography_table:after {
    right: 0;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1) 25%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  #bibliography_table table {
    padding-right: 20px;
  }
  #bibliography_table th {
    padding-right: 5px;
  }
  #bibliography_table .centered_smallCell {
    text-align: center;
  }
  #bibliography_table th:first-child {
    white-space: nowrap;
    min-width: 5em;
  }
  #bibliography_table .mediumCell_author {
    min-width: 11em;
  }
  #bibliography_table .mediumCell_title {
    min-width: 15em;
    padding-right: 10px;
  }
  #bibliography_table .publisher {
    min-width: 13.2em;
  }

  #bibliography_table td {
    padding: 5px 5px 5px 0;
  }

  .site_map #copy-full ul.disc {
    margin-left: 20px;
  }
  .site_map #copy-full ul.disc > li {
    list-style-position: inside;
  }
  .site_map #copy-full ul.disc + .disc + .disc {
    margin-left: 0;
  }

  #contact_us_form {
    margin: auto 20px;
  }
  form div.text label {
    width: 120px;
  }
  #contact_us_form p {
    margin: 1.33em 0;
  }

  #content {
    margin: 0 20px !important;
  }

  #footer {
    border-top: 1px solid #929497;
    padding: 15px;
    min-height: 35px;
    background: #fff;
  }

  #copyright {
    line-height: 1.2;
  }

  #footer {
    font-size: 1.3em;
  }

  #footer-nav {
    margin-top: 1em;
  }

  #footer-nav li {
    line-height: 2;
  }
  #footer-nav li.first {
  }
  #footer-nav li.last {
  }
}
/* #endregion */

@media (max-width: 567px) {
  #copy-full p > img:not(.initiums) {
    width: 100%;
  }
}

/* Desktop styles */
/* #region */
@media (min-width: 924px) {
  /* (or mobile, rather) */
  .responsive-only {
    display: none;
  }
  #contained {
    width: 924px;
    margin-top: 13px;
  }

  #header {
    background: #fff url("/images/all/header-bg.gif") no-repeat top left;
    padding-top: 8px;
    padding-right: 36px;
    padding-bottom: 3px;
    padding-left: 21px;
    margin-top: -1px;
    height: 47px;
  }

  #logo-url {
    margin-left: 18px;
  }

  /* homepage */

  #nav {
    padding-left: 32px;
    overflow: hidden;
  }

  #nav_list ul {
    position: absolute;
    border: 1px solid #808184;
    margin-top: 34px;
    margin-left: -22px;
    width: 215px;
  }

  #nav_list ul li {
    width: 500px;
  }

  #nav_list ul ul {
    position: absolute;
    margin: 0px;
    padding: 0;
    left: 185px;
    width: 140px;
    border: none;
    width: auto;
    display: none;
    padding-left: 30px;
    z-index: 1500;
    height: auto;
    overflow: visible;
  }

  #nav_list li {
    float: left;
    margin-right: 8px;
  }

  #nav_list li a {
    float: left;
    border: 1px solid #fff;
  }

  #nav_list li.first a {
    margin-left: -10px;
  }

  #nav_list li a.clone {
    position: absolute;
    margin-left: 0;
    z-index: 750;
    padding-right: 0;
  }
  #nav_list li a.clone.stack {
    z-index: 1500;
  }

  #nav > ul > li:nth-child(2),
  #nav > ul > li:nth-child(3),
  #nav > ul > li:nth-child(4) {
    -webkit-margin-start: 4px;
    /* remove via javascript to safari 4 PC */
  }

  #nav_list li.last a {
    margin-left: -3px;
  }

  #search {
    text-align: right;
  }

  #search input.submit {
    border: none;
    background-color: #fff;
  }

  #sub-nav {
    min-height: 187px;
  }

  #copy-full {
    padding-top: 18px;
    padding-right: 191px;
    padding-bottom: 23px;
    padding-left: 173px;
  }

  div.graphic {
    height: 369px;
    min-height: 369px;
    width: 562px;
  }

  div.body-bg {
    background: #fff url("/images/all/body-bg.gif") repeat-y top right;
  }

  #copy-partial {
    float: right;
    margin-top: 86px;
    margin-right: 151px;
    width: 562px;
  }

  #slides {
    width: 488px;
    height: 55px;
    padding: 8px 36px;
    position: absolute;
    right: 151px;
    top: 7px;
  }

  #slides div.button {
    width: 35px;
  }

  #slides-box-next a {
    left: 20px;
  }

  #slides div.slide {
    width: 80px;
    margin-right: 22px;
  }

  #slides div.slide.hover {
    margin-right: 21px;
  }

  #slides div.slide.active {
    margin-right: 21px;
  }

  #sub-thumbnails {
    position: absolute;
    width: 110px;
    height: 170px;
    top: 187px;
    right: 25px;
    opacity: 0.2;
  }
  #sub-thumbnails li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  #browse {
    width: 678px;
    margin-right: 35px;
    clear: right;
    float: right;
    overflow: hidden;
  }
  #browse div.instrument {
    float: left;
    margin-right: 14px;
    width: 212px;
    height: 196px;
    overflow: hidden;
  }

  div.pagination {
    width: 664px;
  }

  #utilities {
    width: 180px;
    padding-top: 6px;
    padding-left: 4px;
    font-size: 1.1em;
  }

  #utilities.static {
    width: 90px;
    position: absolute;
    top: 80px;
    margin-left: 32px;
  }

  #utilities.static.homepage {
    top: 417px;
  }

  #utilities li {
    float: left;
    width: 90px;
    height: 30px;
    background-image: url(/images/slideshow/utilities.png);
    background-repeat: no-repeat;
  }
  #utilities li a {
    float: left;
    font-family: verdana, arial, sans-serif;
    padding-left: 27px;
    background-image: url(/images/slideshow/utilities.png);
    background-repeat: no-repeat;
    line-height: 25px;
  }
  #utilities li a:hover {
    text-decoration: underline;
  }

  #utilities #textsize-utility {
    position: relative;
  }
  #utilities #textsize-utility span {
    position: absolute;
    left: 0;
    cursor: pointer;
  }
  #utilities #textsize-utility span:hover {
    cursor: pointer;
  }
  #utilities #textsize-utility a,
  #utilities #textsize-utility a:hover {
    cursor: default;
    text-decoration: none;
  }

  /* have to double up the images to kill IE flickr, yay */
  #utilities #magnify-utility,
  #utilities #magnify-utility a {
    background-position: -185px 0;
  }
  #utilities #enlarge-utility,
  #utilities #enlarge-utility a {
    background-position: -185px -243px;
  }
  .no-share #utilities #share-utility {
    display: none;
  }
  #utilities #share-utility,
  #utilities #share-utility a {
    background-position: -185px -81px;
  }
  #utilities #textsize-utility,
  #utilities #textsize-utility a {
    background-position: -185px -324px;
  }
  #utilities #email-utility,
  #utilities #email-utility a {
    background-position: -185px -162px;
  }
  #utilities #print-utility,
  #utilities #print-utility a {
    background-position: -185px -405px;
  }
  #utilities #magnify-utility a.active,
  #utilities #magnify-utility a.active:hover {
    background-position: 0 0;
  }
  #utilities #enlarge-utility a.active,
  #utilities #enlarge-utility a.active:hover {
    background-position: 0 -243px;
  }
  #utilities #share-utility a.active,
  #utilities #share-utility a.active:hover {
    background-position: 0 -81px;
  }
  #utilities #textsize-utility a.active {
    background-position: 0 -324px;
  }
  #utilities #email-utility a.active,
  #utilities #email-utility a.active:hover {
    background-position: 0 -162px;
  }
  #utilities #print-utility a.active. #utilities #print-utility a.active:hover {
    background-position: 0 -405px;
  }

  #utilities #magnify-utility a:hover {
    background-position: -370px 0;
  }
  #utilities #enlarge-utility a:hover {
    background-position: -370px -243px;
  }
  #utilities #share-utility a:hover {
    background-position: -370px -81px;
  }
  #utilities #textsize-utility a:hover {
    background-position: -185px -324px;
  }
  #utilities #email-utility a:hover {
    background-position: -370px -162px;
  }
  #utilities #print-utility a:hover {
    background-position: -370px -405px;
  }

  #side-nav-browse {
    margin-left: 28px;
  }

  /* Biblio table, control column width*/

  #bibliography_table .centered_smallCell {
    width: 8%;
  }

  #bibliography_table .mediumCell_author {
    width: 18%;
  }

  #bibliography_table .mediumCell_title {
    width: 38%;
  }

  #bibliography_table .publisher {
    width: 20%;
  }

  #footer {
    padding-top: 1px;
    padding-bottom: 16px;
    padding-left: 31px;
    height: 35px;
    width: 843px;
    background: #fff url(/images/all/footer-bg.gif) no-repeat top left;
    position: relative;
    z-index: 2;
  }

  #copyright {
    float: left;
    width: 390px;
    line-height: 35px;
  }

  #footer-nav {
    float: right;
    width: 330px;
    overflow: hidden;
    text-align: right;
  }

  #footer-nav li {
    line-height: 35px;
    display: inline;
    padding-left: 22px;
  }
  #footer-nav li.first {
    padding-left: 0;
  }
}
/* #endregion */
