@charset "UTF-8";
/* MASTER SASS COORDINATING STYLE SHEET */
/* 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;
}

.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;
}

/* 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;
}

.outerWrapper {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  background-color: #f1f0e9;
  padding: 3.375% 4.5% 2.25% 4.5%;
}
.outerWrapper *[class*=cnode_label_] {
  max-width: 1250px;
  margin: auto;
}
.outerWrapper *[class*=cnode_label_]:after {
  display: block;
  clear: both;
  content: "";
}

.h1block h1 {
  max-width: 1250px;
  margin: auto;
}

.outerWrapper.h1block + .outerWrapper:not([class*=Color]) {
  padding-top: 0;
}

.outerWrapper.reverseColor {
  background: #B62727;
  color: white;
}
.outerWrapper.reverseColor a:link, .outerWrapper.reverseColor a:visited, .outerWrapper.reverseColor a:active, .outerWrapper.reverseColor a:hover {
  color: #72c9ff;
  font-weight: bold;
}
.outerWrapper.reverseColor h1, .outerWrapper.reverseColor h2, .outerWrapper.reverseColor h3, .outerWrapper.reverseColor h4, .outerWrapper.reverseColor h5, .outerWrapper.reverseColor h6 {
  color: white;
}

.outerWrapper.darkColor {
  background: #B62727;
  color: white;
  background: #394255;
}
.outerWrapper.darkColor a:link, .outerWrapper.darkColor a:visited, .outerWrapper.darkColor a:active, .outerWrapper.darkColor a:hover {
  color: #72c9ff;
  font-weight: bold;
}
.outerWrapper.darkColor h1, .outerWrapper.darkColor h2, .outerWrapper.darkColor h3, .outerWrapper.darkColor h4, .outerWrapper.darkColor h5, .outerWrapper.darkColor h6 {
  color: white;
}

.outerWrapper.lightColor {
  background: #d6dfe4;
}
.outerWrapper.lightColor .bigLinkingP {
  background: white;
}

.cnode_label_wrapper.articleWidth {
  max-width: 900px;
  margin: auto;
}

.outerWrapper.rhReverseColor {
  background: linear-gradient(90deg, #f1f0e9 0%, #f1f0e9 50%, #B62727 50%, #B62727 100%);
}

.outerWrapper.lhLightColor {
  background: linear-gradient(90deg, #d6dfe4 0%, #d6dfe4 50%, #f1f0e9 50%, #f1f0e9 100%);
}

.reverseColorTypo {
  background: #B62727;
  color: white;
}
.reverseColorTypo a:link, .reverseColorTypo a:visited, .reverseColorTypo a:active, .reverseColorTypo a:hover {
  color: #72c9ff;
  font-weight: bold;
}
.reverseColorTypo h1, .reverseColorTypo h2, .reverseColorTypo h3, .reverseColorTypo h4, .reverseColorTypo h5, .reverseColorTypo h6 {
  color: white;
}

section,
aside {
  box-sizing: border-box;
}

.inCnodeColumns {
  clear: both;
}

.inCnodeColumns:after {
  content: " ";
  height: 0;
  display: block;
  clear: both;
  line-height: 0;
}

.column {
  box-sizing: border-box;
  width: 47.75%;
  float: left;
}

.column + .column {
  margin-left: 4.5%;
}

@media (max-width: 900px) {
  .column {
    box-sizing: border-box;
    width: auto;
    float: none;
  }

  .column + .column {
    margin-left: 0;
  }

  .column.reverseColorTypo {
    padding: 4.5%;
    margin-left: -4.5%;
    width: 109%;
  }

  .outerWrapper.rhReverseColor {
    background: #f1f0e9;
  }

  .outerWrapper.lhLightColor {
    background: #d6dfe4;
  }
}
.sidebarNav .masterc:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.sidebarNav .mainContent {
  float: left;
  width: 74%;
}
.sidebarNav #MHSfooter {
  position: relative;
  z-index: 40;
}

@media (max-width: 930px) {
  .sidebarNav .masterc {
    display: block;
  }
  .sidebarNav .mainContent {
    float: none;
    width: auto;
  }
}
/*
 *	LAYOUT ELEMENTS: ALL THE CSS for the layout elements
 *
 */
.MHSmasthead {
  position: relative;
  z-index: 5;
}

.innerWrapper {
  box-sizing: border-box;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.bannerBlock {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: white;
}
.bannerBlock img {
  display: block;
  width: 100%;
  position: absolute;
}
.bannerBlock .titleBlock {
  background: rgba(44, 58, 75, 0.53);
  position: relative;
  padding: 2.25% 4.5%;
  box-sizing: border-box;
}
.bannerBlock .innerWrapper {
  box-sizing: border-box;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.bannerBlock h1 {
  color: white;
  font-family: "Miller Headline", "Halant";
  font-size: 7.2vw;
  letter-spacing: -0.05rem;
  line-height: 1.15;
  padding: 0;
  box-sizing: border-box;
}
.bannerBlock h1 i,
.bannerBlock h1 .subtitle {
  display: block;
  font-size: 40%;
  margin: 0;
  padding: 0;
}
.bannerBlock h1 u {
  text-decoration: none;
  font-size: 2rem;
}

.landingPage .bannerBlock .titleBlock {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.landingPage .bannerBlock img {
  position: relative;
}

@media (max-width: 930px) {
  .landingPage .bannerBlock img,
.bannerBlock img {
    top: 0;
    position: relative;
  }
  .landingPage .bannerBlock .titleBlock,
.bannerBlock .titleBlock {
    position: relative;
    padding: 0;
  }
  .landingPage .bannerBlock .titleBlock .innerWrapper,
.bannerBlock .titleBlock .innerWrapper {
    position: relative;
    background: #2c3a4b;
    padding: 2.5% 4.5%;
  }
  .landingPage .bannerBlock .titleBlock h1,
.bannerBlock .titleBlock h1 {
    font-size: 10vw;
  }
  .landingPage .bannerBlock .titleBlock h1 i,
.bannerBlock .titleBlock h1 i {
    font-size: 44%;
  }

  .landingPage .bannerBlock {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .MHSmasthead {
    text-align: left !important;
  }
  .MHSmasthead img {
    max-width: 92% !important;
  }

  .bannerBlock .innerWrapper h1 {
    padding: 0;
  }
}
/* --- NAVIGATION --- */
.no-top-nav .top_nav,
.no-local-nav .section_nav {
  display: none !important;
}

.altSiteTitle {
  display: none;
}

nav {
  box-sizing: border-box;
  width: 100%;
  float: left;
  width: 26%;
  position: sticky;
  z-index: 20;
  top: 0;
  background: #f1f0e9;
}

ul.section_nav {
  margin: 30px 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  box-sizing: border-box;
}
ul.section_nav li {
  margin: 0;
  list-style-type: none;
  background: none;
}
ul.section_nav a,
ul.section_nav a:link,
ul.section_nav a:active,
ul.section_nav a:visited,
ul.section_nav a:hover {
  color: #20427d;
  display: inline-block;
  margin: 0;
  padding: 12px 15px;
  font-weight: bold;
  text-decoration: none;
}
ul.section_nav li:hover {
  background: #ffffff;
}

.horizontalNav nav {
  width: auto;
  float: none;
  color: white;
  background: #394255;
}
.horizontalNav .section_nav {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  padding: 0 15px;
  display: table;
  width: 100%;
}
.horizontalNav .section_nav li {
  margin: 0;
  list-style-type: none;
  display: table-cell;
  max-width: 14%;
  vertical-align: middle;
}
.horizontalNav .section_nav a,
.horizontalNav .section_nav a:link,
.horizontalNav .section_nav a:active,
.horizontalNav .section_nav a:visited,
.horizontalNav .section_nav a:hover {
  display: block;
  margin: 0;
  padding: 15px;
  color: white;
  text-decoration: none;
  line-height: 1;
}
.horizontalNav .section_nav a b,
.horizontalNav .section_nav a:link b,
.horizontalNav .section_nav a:active b,
.horizontalNav .section_nav a:visited b,
.horizontalNav .section_nav a:hover b {
  font-weight: bold;
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
.horizontalNav .section_nav li.current_page {
  background: #B62727;
}
.horizontalNav .section_nav li:hover {
  background: #B62727;
}
.horizontalNav .singlePointNav {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  margin: 1rem 0;
  color: #8090a0;
}
.horizontalNav .singlePointNav:first-child {
  margin-top: 0;
}

.hamburgerActive .altSiteTitle {
  display: block;
  font-size: 31px;
  padding: 7.5px 15px;
}
.hamburgerActive .altSiteTitle i {
  font-size: 45%;
}
.hamburgerActive .section_nav a,
.hamburgerActive .section_nav a:link,
.hamburgerActive .section_nav a:active,
.hamburgerActive .section_nav a:visited,
.hamburgerActive .section_nav a:hover {
  color: black;
}
.hamburgerActive .section_nav a b,
.hamburgerActive .section_nav a:link b,
.hamburgerActive .section_nav a:active b,
.hamburgerActive .section_nav a:visited b,
.hamburgerActive .section_nav a:hover b {
  font-weight: normal;
  font-size: 127%;
  display: block;
}
.hamburgerActive .section_nav li.current_page {
  background: #B62727;
}
.hamburgerActive .section_nav li.current_page a,
.hamburgerActive .section_nav li.current_page a:link,
.hamburgerActive .section_nav li.current_page a:active,
.hamburgerActive .section_nav li.current_page a:visited,
.hamburgerActive .section_nav li.current_page a:hover {
  color: white;
}

.sidebarNav nav {
  padding-left: 4%;
}
.sidebarNav nav .innerWrapper {
  max-width: 267px;
  margin-left: auto;
  margin: 0 0 0 auto;
}
.sidebarNav nav .section_nav a,
.sidebarNav nav .section_nav a:link,
.sidebarNav nav .section_nav a:active,
.sidebarNav nav .section_nav a:visited,
.sidebarNav nav .section_nav a:hover {
  color: #0078c3;
}
.sidebarNav nav .section_nav a b,
.sidebarNav nav .section_nav a:link b,
.sidebarNav nav .section_nav a:active b,
.sidebarNav nav .section_nav a:visited b,
.sidebarNav nav .section_nav a:hover b {
  font-weight: strong;
  font-size: 127%;
  display: block;
}
.sidebarNav nav .section_nav li.current_page a,
.sidebarNav nav .section_nav li.current_page a:link,
.sidebarNav nav .section_nav li.current_page a:active,
.sidebarNav nav .section_nav li.current_page a:visited,
.sidebarNav nav .section_nav li.current_page a:hover {
  color: #999999;
}

.hamburgerActive.sidebarNav nav .section_nav li.current_page a,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:link,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:active,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:visited,
.hamburgerActive.sidebarNav nav .section_nav li.current_page a:hover {
  color: white;
}

@media (max-width: 930px) {
  .horizontalNav nav {
    width: 290px;
  }
}
/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
body {
  background-color: #f1f0e9;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 0;
  font-family: "Halant";
  font-weight: 400;
  font-size: 130%;
  line-height: 1.4;
}

a:link,
a:visited,
a:active {
  color: #0041B4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* heading unified style */
h1, h2, h3, h4, h5, h6 {
  font-family: "Halant";
  font-weight: 400;
  letter-spacing: -0.03rem;
  clear: both;
}

/* heading individ styles */
h1 {
  font-family: "Miller Headline", "Halant";
  font-size: 4.2rem;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.75rem;
  margin: 45px 0 15px 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #b41e11;
  /* #586c46; */
}

h2:first-child {
  margin-top: 0;
}

h2.smackMe {
  font-size: 2.25rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -0.07em;
}

h3, h4, h5, h6 {
  font-size: 120%;
  margin: 1rem 0 0 0;
}

h1 + h2 {
  margin-top: 0;
}

h3 {
  padding-top: 30px;
  padding-bottom: 7.5px;
}

/* main blocks UNIFIED STYLE */
p,
ul,
ol,
blockquote {
  line-height: 1.6;
  padding: 0.1em 0 0.1em 0;
  /* 1px gives margins adjacent floats something to bump */
  margin-bottom: 1em;
  clear: both;
}

p {
  max-width: 900px;
  clear: none;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-left: 1.5em;
  margin-top: 0;
  margin-bottom: 0.75em;
  list-style-position: outside;
}

li strong {
  text-decoration: underline;
}

blockquote {
  margin: 0 2em 1em 35px;
  padding: 1em;
  font-family: "Halant";
  font-weight: 400;
  line-height: 1.75;
  font-size: 1.25rem;
}
blockquote cite {
  text-align: right;
  display: block;
  font-style: normal;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

blockquote p {
  margin: 0;
  padding: 0;
}

cite {
  display: block;
  clear: none;
  font-size: 1.25rem;
  font-family: "Halant";
  margin-left: 98px;
}

hr {
  border: none;
  border-bottom: 0.1em solid #444444;
  height: 0.1em;
  margin: 2em 0 2em 0;
}

img {
  max-width: 100%;
}

/* inline layout */
.imgAlignLeft {
  float: left;
  clear: left;
  margin-right: 0.65em;
  padding: 0.1em;
}

.imgAlignRight {
  float: right;
  clear: right;
  margin-left: 0.65em;
}

.imgalignleft {
  float: left;
  margin: 14px 14px 14px 0;
}

.imgalignright {
  float: right;
  margin: 14px 0 14px 14px;
}

.captionLeft {
  float: left;
  clear: left;
  font-size: 80%;
  clear: left;
  padding: 0.1em;
  margin-right: 0.65em;
  margin-bottom: 0.65em;
}

.captionRight {
  float: right;
  clear: right;
  font-size: 80%;
  clear: right;
  margin-left: 0.65em;
  margin-bottom: 0.65em;
}

/* bibliographic citation style */
.q {
  font-family: "Halant";
  font-size: 110%;
  color: #333333;
  font-style: normal;
  padding: 0 0.25em 0 0.25em;
}

.q:before {
  content: "“";
}

.q:after {
  content: "”";
}

.bibl_author {
  font-weight: bolder;
}

.bibl_title {
  font-style: italic;
}

/* extended, more rare semantics -- place these at end so find at bottom of WYSIWYG menu  */
.___ATTR_MENU___ {
  /* this creates a divider in tinyMCE */
}

.notice {
  margin: 1.5em 2em 1.5em 1.5em;
  background: #f4f4f4;
  border: 0.1em solid #e0e0e0;
  padding: 0.75em;
}

.blurb {
  margin: 1.5em 2em 1.5em 1.5em;
  background: #f4f4f4;
  border: 0.1em solid #e0e0e0;
  padding: 0.75em;
}

.backLink {
  display: block;
}

/***** SOME TRICKY FIXES ****/
div > hr {
  clear: both;
}

h2 a:link, h2 a:visited, h2 a:active {
  color: inherit;
}

h3 a:link, h3 a:visited, h3 a:active {
  color: inherit;
}

.sponsor {
  border-top: 1px solid #666666;
  margin-top: 2rem;
  padding-top: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 100%;
  font-style: italic;
  text-align: center;
}

.separator {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.5%;
  margin-bottom: 4.5%;
}

.twoColumns {
  column-count: 2;
  column-gap: 2rem;
  max-width: none;
}

.callout {
  width: 42%;
  float: right;
  margin: 0 0 1rem 2rem;
  padding: 1rem;
  background: #e6e2d5;
}
.callout h2 {
  color: #213c51;
  font-size: 24px;
}

.quotedItem {
  max-width: none;
  margin: 4.5% auto 4.5% auto;
}
.quotedItem a:link, .quotedItem a:visited, .quotedItem a:active {
  color: black;
}
.quotedItem q {
  float: left;
  width: 65%;
  font-family: serif;
  font-size: 27px;
  font-style: italic;
  padding-right: 2.25%;
}
.quotedItem cite {
  font-size: 14px;
  padding-top: 0.5rem;
}

.quotedItem:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}

.snazzyText,
.snazzyLine1:first-line {
  font-size: 140%;
  font-family: "Petrona";
  line-height: 1.25;
}

.bigLinkingP {
  font-size: 2rem;
  font-family: "Petrona", "Halant";
  line-height: 1.2;
  text-align: center;
  background: #e2e2da;
  padding: 3.375% 4.5% 3.825% 4.5%;
  border-radius: 11px;
}

.captionLine {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #444444;
}

.sharing {
  box-sizing: border-box;
  clear: both;
  padding: 4.5%;
}
.sharing p {
  max-width: 1250px;
  margin: auto;
}

.nvItems {
  max-width: none;
  clear: both;
  margin-top: 2rem;
}

.nvItems:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.nvSingle {
  clear: both;
  text-align: center;
  margin-top: 2rem;
}
.nvSingle .nv_quick_item.references,
.nvSingle .nv_quick_item.thumbnails {
  display: inline-block;
  text-align: left;
  float: none;
  width: auto;
}

.nv_quick_item {
  vertical-align: top;
  font-size: 80%;
  box-sizing: border-box;
  margin: 0 0.5rem 2rem 0;
  display: inline-block;
}

.nv_quick_item.references {
  float: left;
  display: block;
  margin: 0 0 2rem 0;
  width: 30.666%;
}

.nv_quick_item.references + .nv_quick_item.references {
  margin-left: 4%;
}

.nv_quick_item .thumbnail {
  float: left;
  vertical-align: top;
  padding-right: 6px;
}
.nv_quick_item .text {
  display: block;
}
.nv_quick_item .title {
  display: inline;
  font-size: 120%;
}
.nv_quick_item .title a:link,
.nv_quick_item .title a:visited {
  font-size: 16px;
}
.nv_quick_item .real_title {
  font-style: italic;
}
.nv_quick_item .nv_quick_meta {
  display: inline;
}
.nv_quick_item .pub_title {
  font-style: italic;
}
.nv_quick_item .nv_quick_exhibit a:link {
  font-style: italic;
}

.nv_quick_item.thumbnails {
  width: 45%;
}
.nv_quick_item.thumbnails .thumbImg {
  width: 88px;
  float: left;
  margin-bottom: 1rem;
}
.nv_quick_item.thumbnails .text {
  margin-left: 96px;
}

.quotedItem cite .nv_quick_item {
  display: inline;
  float: none;
  width: auto;
  clear: none;
}

.nonnuviewitem {
  vertical-align: top;
  font-size: 80%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 95%;
  margin-bottom: 1em;
  float: left;
  width: 45%;
  margin-right: 3%;
  min-height: 120px;
}
.nonnuviewitem img {
  float: left;
  max-width: 88px;
  max-height: 88px;
  padding-right: 6px;
}
.nonnuviewitem .nntitle {
  font-size: 16px;
  display: block;
}
@media (max-width: 735px) {
  .nv_quick_item.references {
    width: 49%;
  }

  .nv_quick_item.references + .nv_quick_item.references {
    margin-left: 2%;
  }

  .nv_quick_item.references + .nv_quick_item.references + .nv_quick_item.references {
    clear: both;
    margin-left: 0;
  }

  .nv_quick_item.references + .nv_quick_item.references + .nv_quick_item.references + .nv_quick_item.references {
    clear: none;
    margin-left: 2%;
  }
}
@media (max-width: 550px) {
  .nv_quick_item.thumbnails {
    width: auto;
    display: block;
    clear: left;
  }
  .nv_quick_item.thumbnails .thumbImg {
    width: 88px;
    float: left;
  }

  .nv_quick_item.references {
    width: auto;
    float: none;
  }

  .nv_quick_item.references + .nv_quick_item.references {
    margin-left: 0;
  }

  .nv_quick_item.references + .nv_quick_item.references + .nv_quick_item.references + .nv_quick_item.references {
    margin-left: 0;
  }
}
.phoneOnly {
  display: none;
}

.mobileToTop {
  margin: 1rem auto;
  font-size: 16px;
  font-family: sans-serif;
  display: none;
  text-align: center;
}
.mobileToTop a {
  display: inline-block;
  background: white;
  border-radius: 5px;
  padding: 5px 10px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 3.05rem;
  }
}
@media (max-width: 750px) {
  .phoneOnly {
    display: block;
  }

  .wideOnly {
    display: none;
  }

  .mobileToTop {
    display: block;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.36rem;
  }

  .bigLinkingP {
    font-size: 1.66rem;
  }
}

/*# sourceMappingURL=2019-v03.css.map */
