/* MASTER SASS COORDINATING STYLE SHEET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

li {
  list-style-position: outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* All Page Styles */
.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

div > hr {
  clear: both;
}

.spacefix {
  text-indent: -9999em;
  color: white;
  clear: both;
}

.error_msg {
  font-weight: bold;
  color: #663311;
}

.sharing {
  padding: 1rem 0;
}

.sharing-icon {
  display: inline-block !important;
  color: white !important;
  vertical-align: middle !important;
  padding: 4px !important;
  border-radius: 4px !important;
  line-height: 1;
}
.sharing-icon svg {
  vertical-align: middle;
  fill: white;
  display: inline-block;
  height: 16px;
  width: 18px;
}
.sharing-icon b {
  font-weight: normal !important;
  font-size: 12px !important;
  font-family: "Helvetica", "Arial", sans-serif;
}

.sharing-icon.facebook {
  background: #006FE2 !important;
}

.sharing-icon.googleplus {
  background: #CE4F4F !important;
  padding-right: 6px !important;
}

.sharing-icon.twitter {
  background: #27afff !important;
}

.sharing-icon.pinterest {
  background: #CA0025 !important;
}

.sharing-icon.email {
  background: #8a8a8a !important;
}

/* Navigation setup for moving nav offscreen, revealed with
  hamburger toggler

  to use for mobile only, include with a @media tag
 */
.hamburgerActive nav.primary {
  width: 290px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -290px;
  transition: right 0.6s ease;
  background: white;
  color: black;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 500px;
}
.hamburgerActive nav.primary div:first-child {
  overflow: scroll;
  height: 100%;
  background: white;
  position: relative;
  z-index: 10;
  padding: 12px 8px;
}
.hamburgerActive nav.primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hamburgerActive nav.primary ul li {
  margin: 0;
  padding: 0;
}
.hamburgerActive nav.primary a, .hamburgerActive nav.primary a:link, .hamburgerActive nav.primary a:visited, .hamburgerActive nav.primary a:hover {
  display: inline-block;
}
.hamburgerActive nav.primary .hasChildren {
  position: relative;
}
.hamburgerActive nav.primary .hasChildren ul {
  overflow: hidden;
  transition: max-height 0.5s ease;
  max-height: 0;
}
.hamburgerActive nav.primary .hasChildren.open ul {
  max-height: 1000px;
}
.hamburgerActive nav.primary .hasChildren .toggler {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  display: block;
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 20px;
}
.hamburgerActive nav.primary .hasChildren.open .toggler {
  transform: rotate(45deg);
}

.hamburger {
  box-sizing: border-box;
  vertical-align: bottom;
  top: 0;
  z-index: 5;
  cursor: pointer;
  padding: 8px 0;
  position: absolute;
  left: -44px;
  background: white;
  height: 42px;
  width: 48px;
}
.hamburger span {
  position: absolute;
  top: 18px;
  left: 11px;
  width: 22px;
  height: 3px;
  background: #000;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger span:after, .hamburger span:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.hamburger span:before {
  top: -8px;
}
.hamburger span:after {
  bottom: -8px;
}

.navOpen nav.primary {
  right: 0;
  box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
}
.navOpen .hamburger {
  box-shadow: -2px 0px 13px rgba(0, 0, 0, 0.35);
}
.navOpen .hamburger span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navOpen .hamburger span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}
.navOpen .hamburger span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.bannerTop #header {
  background-color: rgba(255, 255, 255, 0.75);
}
.bannerTop #mhslogo {
  opacity: 1;
}
.bannerTop .titleHeader img {
  margin-top: 0;
  max-width: 250px;
}
.bannerTop .titleHeader h1 {
  height: 0;
}
.bannerTop .titleHeader .subtitle {
  opacity: 0;
  max-height: 0;
  padding: 0;
}

.material-icons {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.cnode_label_category {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 4vw 4vw 4vw 6vw;
  border-radius: 4px;
  box-sizing: border-box;
}

.items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}

.nv_quick_item {
  display: block;
  position: relative;
  overflow: hidden;
}
.nv_quick_item img {
  width: auto;
  height: 300px;
  display: block;
}
.nv_quick_item .text {
  position: absolute;
  bottom: 0;
  background: #b91a1a;
  max-width: fit-content;
  max-height: fit-content;
  transition: transform 0.5s ease;
  color: white;
  font-size: 24px;
  font-family: "DM Serif Text";
  padding: 0 1rem 1rem 1rem;
  text-align: left;
  transform: translateX(-101%);
}
.nv_quick_item .text .title {
  display: none;
}
.nv_quick_item .text .nv_quick_meta {
  display: none;
}

.nv_quick_item:hover .text {
  transform: translateX(0%);
}

.nuviewContent {
  color: white;
  box-sizing: border-box;
  padding: 0;
  /* navigation */
  /* viewer customizations */
}
.nuviewContent .displayModes {
  list-style-type: none;
}
.nuviewContent .displayModes li {
  display: inline-block;
  font-size: 16px;
  text-transform: lowercase;
}
.nuviewContent .displayModes a:link, .nuviewContent .displayModes a:visited {
  display: inline-block;
  background: #980000;
  padding: 2px 12px;
  border-radius: 4px;
  margin: 0;
  margin-bottom: 1rem;
  color: white;
}
.nuviewContent .displayModes li.chosen {
  display: none;
}
.nuviewContent h2.alternateTitle {
  font-size: 22px;
}
.nuviewContent h2.alternateTitle:before {
  content: "Alternate title: ";
  font-weight: normal;
  font-size: 19px;
}
.nuviewContent h2,
.nuviewContent span.subHeading {
  font-weight: 700;
  font-size: 18px;
  border: none;
  margin: 2rem 0 0.5rem 0;
}
.nuviewContent a,
.nuviewContent a:link,
.nuviewContent a:active,
.nuviewContent a:visited,
.nuviewContent a.pseudo {
  color: #00b4ff;
  /* #ff002b;*/
  font-weight: 400;
  text-decoration: none;
}
.nuviewContent i, .nuviewContent em {
  font-style: italic;
}
.nuviewContent p {
  margin: 0 0 1rem 0;
}
.nuviewContent .pub_title,
.nuviewContent .real_title,
.nuviewContent .created_title {
  font-size: 22px;
  font-weight: 400;
  padding: 0.25rem 1rem 1rem 0;
}
.nuviewContent .real_title {
  font-style: italic;
}
.nuviewContent .pub_title {
  font-style: normal;
}
.nuviewContent .meta-data {
  font-size: 14px;
  padding: 0 0 1rem 0;
}
.nuviewContent .meta-data p {
  margin: 0;
  padding: 0;
}
.nuviewContent .view_choices ul {
  display: inline;
}
.nuviewContent .view_choices li {
  display: inline;
  margin: 0 14px 0 0;
}
.nuviewContent .view_choices .chosen {
  display: none;
}
.nuviewContent .img-mode .view_choices,
.nuviewContent .transcript-mode .view_choices {
  float: none;
  text-align: left;
  padding: 7px;
  margin: 0;
}
.nuviewContent .item_nav {
  clear: left;
  margin: 7px 0 7px 0;
  padding: 7px 7px 7px 7px;
  font-size: 16px;
}
.nuviewContent .item_nav .sequence_pages {
  display: inline-block;
  padding-left: 0;
}
.nuviewContent .item_nav .sequence_pages h3 {
  display: inline-block;
  font-size: 14px;
  padding-right: 7px;
  padding-left: 0;
  margin: 0;
}
.nuviewContent .item_nav .sequence_pages div {
  display: inline-block;
}
.nuviewContent .item_nav .sequence_pages li {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  padding: 0;
}
.nuviewContent .item_nav .sequence_pages .currentPage,
.nuviewContent .item_nav .sequence_pages li a:link {
  padding: 4px;
  background: none;
  padding: 0 4px 0 4px;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 0;
}
.nuviewContent .item_nav .sequence_pages .currentPage a {
  cursor: default;
  color: #aaa;
}
.nuviewContent .item_nav .sequence_pages .nextPrev {
  display: inline-block;
  background: #980000;
  padding: 1px 1px;
  border-radius: 4px;
  margin: 0;
  margin-bottom: 0;
  color: white;
  line-height: 1;
  vertical-align: middle;
}
.nuviewContent .item_nav .jump_form {
  display: inline;
  padding-left: 28px;
}
.nuviewContent .item_nav .jump_form input {
  display: inline;
  width: 3em;
  float: none;
  padding: 0;
  line-height: 1.35;
  vertical-align: middle;
  margin: 0;
}
.nuviewContent .item_nav .nav_modes {
  padding: 0;
  display: block;
}
.nuviewContent .item_nav .nav_modes li {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 7px;
  line-height: 14px;
}
.nuviewContent .item_nav .nav_modes img {
  vertical-align: middle;
}
.nuviewContent .descriptions h2 {
  font-size: 16px;
}
.nuviewContent .descriptions h3 {
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.nuviewContent .descriptions p {
  margin-left: 0;
}
.nuviewContent .transcript_text a {
  color: #666;
}
.nuviewContent .view_controls {
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-top-left-radius: 0 0;
  border-bottom-left-radius: 7px 7px;
  font-size: 14px;
  color: white;
}
.nuviewContent .zoomify {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 4px solid #980000;
}
.nuviewContent .sharing-icons {
  padding-top: 1.5rem;
  display: block;
  border-top: 1px solid #a0a0a0;
}
.nuviewContent .sharing-icon.email svg {
  width: 40px;
  height: 24px;
}

.nuviewContent .dualChoice {
  display: none;
}

#osd_viewer {
  background: none;
  width: 100%;
}

#OSDcontrols {
  right: 0;
  background: #000;
  position: fixed;
  top: 0;
}
#OSDcontrols #OSDoptionsGrp {
  background: #000;
}

.nuvModal .nuviewContent.transcript #osd_viewer {
  display: none;
}
.nuvModal .nuviewContent.transcript .transcript_text {
  padding: 2rem 4rem;
  height: 100vh;
  overflow: scroll;
  padding-left: calc(400px + 2rem);
  box-sizing: border-box;
  font-size: 18px;
  font-family: "Times New Roman", Serif;
}
.nuvModal .nuviewContent.transcript .transcript_text br {
  display: none;
}
.nuvModal .nuviewContent.transcript .transcript_text a {
  display: block;
  color: #a0a0a0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  padding: 0.5rem 0;
}
.nuvModal .nuviewContent.transcript .t_controls {
  display: none;
}

.nuvModal {
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3e3e3e;
  box-sizing: border-box;
  color: white;
  font-family: "Roboto", sans-serif;
}
.nuvModal .nuviewContent {
  padding: 0;
}
.nuvModal .drawer {
  position: fixed;
  width: 400px;
  left: -360px;
  height: 100%;
  top: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  margin: 0;
  transition: left 0.6s ease;
  line-height: 1.35;
  padding: 6rem 40px 1rem 1rem;
}
.nuvModal .drawerTog {
  cursor: pointer;
  position: absolute;
  right: 0;
  font-size: 45px;
  top: 6rem;
}
.nuvModal .drawer.open {
  left: 0;
}
.nuvModal .drawer.open .drawerTog {
  transform: rotate(180deg);
}
.nuvModal .drawer.closed .sequence_pages {
  position: absolute;
  left: auto;
  top: 10rem;
  right: 0;
  width: 40px;
  text-align: center;
}
.nuvModal .drawer.closed .sequence_pages h3 {
  display: none;
}
.nuvModal .drawer.closed .sequence_pages .currentPage,
.nuvModal .drawer.closed .sequence_pages li {
  display: inline;
}
.nuvModal h2, .nuvModal h3, .nuvModal h4, .nuvModal h5 {
  margin-top: 0;
  color: white;
}
.nuvModal h4 {
  font-weight: bold;
}
.nuvModal h4 b,
.nuvModal h4 strong {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 300;
  letter-spacing: 3px;
}
.nuvModal .content {
  height: 100%;
  box-sizing: border-box;
}
.nuvModal img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.nuvModal img + p {
  margin-top: 2rem;
}
.nuvModal p {
  margin-left: auto;
  margin-right: auto;
}
.nuvModal .closer {
  position: absolute;
  left: auto;
  top: 0;
  color: white;
  font-size: 20px;
  padding: 1rem 0;
  cursor: pointer;
  z-index: 100;
  height: 35px;
  vertical-align: middle;
}
.nuvModal iframe {
  width: 100%;
  height: 100%;
}

.nuvMask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 660px) {
  .nuviewContent .view_choices {
    float: none;
    width: 95%;
    max-width: none;
    margin-left: 0;
  }
  .nuviewContent .dualChoice {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .nuvModal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
  }
  .nuvModal .content {
    overflow: scroll;
  }
  .nuvModal .closer {
    position: absolute;
    right: -4px;
    top: -6px;
    color: white;
    font-size: 42px;
    padding: 0.25rem 1rem;
    cursor: pointer;
  }

  #OSDcontrols {
    right: 52px;
    height: 44px;
  }
  #OSDcontrols span {
    top: 4px;
  }

  .nuviewContent {
    padding: 5rem 1rem 1rem 1rem;
  }
  .nuviewContent .pub_title,
.nuviewContent .real_title,
.nuviewContent .created_title {
    font-size: 30px;
  }
  .nuviewContent .hereBox {
    float: none;
    margin: 0;
  }
  .nuviewContent .transcript .banner {
    position: relative !important;
  }
  .nuviewContent .transcript .content {
    padding-top: 0 !important;
  }
  .nuviewContent .view_choices {
    padding: 1rem 0;
  }
  .nuviewContent .view_choices * {
    font-size: 12px;
  }
  .nuviewContent .view_choices h3 {
    font-size: 12px;
  }
  .nuviewContent .sequence_pages h3 {
    font-size: 14px;
  }
  .nuviewContent .dualChoice {
    display: none !important;
  }
}

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