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

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

/*
 *	LAYOUT ELEMENTS: ALL THE CSS for the layout elements
 *	
 */
body {
  background: #ddcdb6 url(../images/banner.jpg) no-repeat;
  background-size: 100%;
  background-position: 50% 31px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.4; }

/* --- BOX SIZING --- establish this for major layout items */
#masterCon,
#banner,
nav,
section,
aside,
footer,
.footer_col {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

#masterCon {
  background: rgba(250, 250, 250, 0.78); }

.wrapper {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

#banner,
nav,
footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

/* COLUMNS layout */
#columns {
  width: 100%; }

#column1 {
  float: left;
  width: 270px;
  min-height: 500px;
  padding: 1.8rem 1rem 1rem 1rem; }

/* GENERAL LAYOUT */
#titleBlock {
  margin-top: 0; }
  #titleBlock h1 {
    padding: 30px;
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 2rem;
    letter-spacing: -.05rem;
    color: black;
    max-width: 1150px; }
    #titleBlock h1 .subtitle {
      display: block;
      font-size: 2.5rem; }
  #titleBlock img {
    display: block;
    max-width: 100%; }

.full_col {
  padding: .1px 0; }

/* --- NAVIGATION --- */
.no-top-nav .top_nav {
  display: none !important; }

.no-local-nav .section_nav {
  display: none !important; }

/* COLUMN LOCAL NAVIGATION */
.current_section {
  font-size: 140%;
  color: #9d3939;
  /* #586c46; */
  font-weight: normal;
  letter-spacing: -.03em;
  display: block;
  margin: .5em 0 0 1em; }

.section_nav {
  text-align: center;
  background: #483b33;
  color: white;
  padding: 0 15px;
  font-family: "Roboto Condensed", "Roboto", "Helvetica", "Arial";
  font-size: 20px;
  margin-bottom: 0; }
  .section_nav li {
    margin: 0;
    list-style-type: none;
    display: inline-block; }
  .section_nav a,
  .section_nav a:link,
  .section_nav a:active,
  .section_nav a:visited,
  .section_nav a:hover {
    display: block;
    margin: 0;
    padding: 15px;
    color: white;
    font-weight: normal;
    text-decoration: none; }
  .section_nav li.current_page a:link,
  .section_nav li.current_page a:visited {
    background: #B62727; }
  .section_nav a:hover {
    background: #B62727; }
  .section_nav ul li a,
  .section_nav ul li a:link,
  .section_nav ul li a:active,
  .section_nav ul li a:visited,
  .section_nav ul li a:hover {
    display: block;
    margin: 0;
    padding: 1px 4px 1px 4px;
    font-weight: bold;
    text-decoration: none; }
  .section_nav ul li:hover {
    outline: none; }

.singlePointNav {
  font-family: Helvetica, sans-serif;
  font-size: 13px;
  margin: 1rem 0;
  color: #8090a0; }

.singlePointNav:first-child {
  margin-top: 0; }

@media (max-width: 1000px) {
  .section_nav {
    text-align: left;
    padding: 0; }
    .section_nav li {
      display: block; }
      .section_nav li a:link,
      .section_nav li a:active,
      .section_nav li a:visited,
      .section_nav li a:hover {
        padding: 11.25px 30px; } }
/**** STYLE, no layout, no IDs, FEW CLASSES (all without tag), suitable for use in TinyMCE ****/
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: "Libre Baskerville", serif;
  color: #b41e11;
  /* #586c46; */
  font-weight: 400;
  letter-spacing: -.03rem;
  clear: both; }

/* heading individ styles */
h1 {
  font-size: 2.8rem;
  margin: 0;
  margin-bottom: 30px;
  padding: 30px; }

h2 {
  font-size: 1.75rem;
  margin: 45px 0 15px 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: bold; }

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

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

h1 + h2 {
  margin-top: 0; }

h3 {
  font-size: 1.75rem;
  padding-top: 30px;
  padding-bottom: 7.5px; }

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

p {
  clear: none; }

ul {
  list-style: disc; }

ol {
  list-style-type: decimal; }

li {
  margin-left: 14px;
  margin-top: 0;
  margin-bottom: .75em;
  list-style-position: inside; }

li strong {
  text-decoration: underline; }

blockquote {
  margin: 0 2em 1em 35px;
  padding: 1em;
  font-family: "Libre Baskerville", "Georgia", serif;
  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: "Libre Baskerville", "Georgia", serif;
  margin-left: 98px; }

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

img {
  max-width: 100%; }

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

.imgAlignRight {
  float: right;
  clear: right;
  margin-left: .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: .1em;
  margin-right: .65em;
  margin-bottom: .65em; }

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

/* bibliographic citation style */
.q {
  font-family: "Libre Baskerville", serif;
  font-size: 110%;
  color: #333333;
  font-style: normal;
  padding: 0 .25em 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: .1em solid #e0e0e0;
  padding: .75em; }

.blurb {
  margin: 1.5em 2em 1.5em 1.5em;
  background: #f4f4f4;
  border: .1em solid #e0e0e0;
  padding: .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; }

/* COMMON STYLE, MAJOR CONTAINERS */
/* COLUMN 1 */
.separator {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-bottom: 28px; }

.callouts {
  margin: 15px 15px 15px 0; }

.column1 h1 {
  font-size: 150%;
  margin: 0 0 15px 0; }

.column1 h2 {
  font-size: 125%; }

/* main expository  content */
.cnode_label_ {
  max-width: 750px;
  padding: 0 30px;
  margin: 2rem auto 2rem auto; }

/* Exhibit class contains our  NuView Quick Viewer  blocks */
.cnode_label_exhibit {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px; }
  .cnode_label_exhibit p {
    display: inline-block;
    width: 41%;
    vertical-align: top;
    margin: 0 4% 8% 4%; }

p.special {
  width: 60%;
  display: block;
  margin: 2rem auto;
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 2rem 0; }
  p.special .heading {
    display: block;
    font-size: 1.5rem;
    font-weight: bold; }
  p.special .nv_quick_item {
    margin-top: 1rem; }

.cnode_label_image_full p {
  margin: 0;
  padding: 0; }
.cnode_label_image_full img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  display: block;
  margin: auto; }
.cnode_label_image_full .caption {
  text-align: center;
  font-size: 14px;
  max-width: 1250px;
  padding: .25rem 1rem;
  margin: auto; }

.nv_quick_item {
  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;
  display: block; }

.nv_quick_item .thumbnail {
  float: left;
  vertical-align: top;
  padding-right: 6px; }

.nv_quick_item .text {
  display: block;
  margin-left: 96px; }

.nv_quick_item .title {
  display: inline;
  font-size: 120%; }

.nv_quick_item .title a:link,
.nv_quick_item .title a:visited {
  font-size: 16px; }

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

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

.nntitle {
  font-size: 16px;
  display: block; }

.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 (min-width: 1300px) {
  .cnode_label_exhibit p {
    width: 25%; } }
@media (max-width: 950px) {
  #mainCol {
    padding-right: 28px;
    width: 67%; } }
@media (max-width: 840px) {
  #column1 {
    width: 31%; }

  .nv_quick_item {
    width: 95%; }

  p.special {
    width: 95%; }

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

  .wideOnly {
    display: none; }

  .mobileToTop {
    display: block; }

  body {
    background-size: 160%; }

  h1 {
    font-size: 2.2rem; }

  h2 {
    font-size: 1.5rem; }

  #column1 {
    float: none;
    width: 100%;
    min-height: 0;
    background: none;
    padding-top: 1rem; }

  #sticker {
    min-height: 0; }

  #sticker.stuck {
    position: relative; }

  #mainCol {
    float: none;
    width: 100%;
    padding-top: 0; }

  p {
    display: inline-block;
    width: auto; } }
@media (max-width: 600px) {
  .cnode_label_exhibit {
    padding: 30px; }
    .cnode_label_exhibit p {
      display: block;
      width: auto;
      margin: 0 4% 14% 4%; } }
@media (max-width: 500px) {
  .full_col .intro,
  .full_col .aside {
    float: none;
    margin-left: 0;
    width: 100%; } }
.comparison .cnode_label_images {
  background: #bbbbbb;
  margin-bottom: 3rem; }
  .comparison .cnode_label_images p {
    width: auto;
    display: block;
    margin: 1rem 0 2rem 0; }
    .comparison .cnode_label_images p img {
      display: block;
      max-width: 100%;
      width: auto !important;
      height: auto !important; }
.comparison .cnode_label_images:after {
  clear: both;
  content: " ";
  height: 0;
  display: block; }
.comparison .imageViewer {
  height: 600px;
  display: inline-block;
  width: 50%; }
.comparison .caption {
  box-sizing: border-box;
  background: #f0f0f0;
  display: block;
  width: 50%;
  margin: 0;
  padding: 1rem;
  font-size: 14px;
  float: left; }

.compare3 .imageViewer {
  width: 33%;
  height: 400px; }
.compare3 .caption {
  width: 33%; }

@media (max-width: 800px) {
  .comparison .imageViewer {
    height: 600px;
    display: block;
    width: auto; }
  .comparison .caption {
    background: #f0f0f0;
    display: block;
    width: auto;
    margin: 0;
    padding: 1rem;
    font-size: 14px;
    float: none; } }
.comparisonChooser .cnode_label_images p {
  display: inline-block;
  width: 200px;
  vertical-align: bottom; }
  .comparisonChooser .cnode_label_images p img {
    max-width: 100%; }

/* --- footer --- */
#MHSfooter .mobileToTop {
  display: none; }

#MHSfooter {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #aaaaaa;
  background: #000;
  font-size: 14px;
  line-height: 1.4;
  clear: both;
  padding-top: 30px;
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

#MHSfooter .iwrapper {
  box-sizing: border-box;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px; }

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

#MHSfooter .footer_logo {
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
  text-indent: -9999em; }

#MHSfooter .footer_logo img {
  display: block;
  height: 33px; }

#MHSfooter a:link,
#MHSfooter a:active,
#MHSfooter a:visited,
#MHSfooter a:hover {
  color: white;
  text-decoration: none; }

#MHSfooter a:link img {
  border: none; }

#MHSfooter .column {
  text-align: left;
  float: left;
  width: 25%;
  min-height: 0;
  margin: 0;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

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

#MHSfooter section {
  text-align: center;
  padding: 15px; }

#MHSfooter h2, #MHSfooter h3 {
  margin: 15px 0 0 0;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: white;
  font-weight: normal;
  font-size: 16px;
  padding: 0; }

#MHSfooter h2 {
  border-bottom: 1px solid #444444;
  margin-bottom: 1em;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #bbb;
  padding: 0; }

#MHSfooter h3:first-child {
  margin-top: 0;
  padding: 0; }

#MHSfooter ul {
  list-style-type: none;
  margin-left: 0;
  padding: 0; }

#MHSfooter ul li {
  margin-left: 0;
  margin-bottom: 7px; }

#MHSfooter p {
  font-size: 14px; }

#MHSfooter path {
  fill: white; }

@media (max-width: 900px) {
  #MHSfooter .mobileToTop {
    display: block; } }
@media (max-width: 700px) {
  #MHSfooter {
    color: #bbb;
    background: #000;
    font-size: 16px;
    padding: 2rem 1rem; }

  #MHSfooter a:link,
  #MHSfooter a:active,
  #MHSfooter a:visited,
  #MHSfooter a:hover {
    color: #c83138;
    text-decoration: none; }

  #MHSfooter a:link img {
    border: none; }

  #MHSfooter .column {
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px; }

  #MHSfooter .column + .column + .column ul {
    text-align: left; }

  #MHSfooter section {
    text-align: left; }

  #MHSfooter h2 {
    font-size: 20px; }

  #MHSfooter h3 {
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #f0f0f0;
    font-weight: bold;
    font-size: 16px; }

  #MHSfooter ul {
    list-style-type: none; } }
@media (max-width: 450px) {
  #MHSfooter .footer_logo {
    margin: 0;
    text-indent: 0;
    font-family: "Miller Headline", Georgia, serif;
    font-size: 30px;
    color: white !important;
    font-weight: 400; }
    #MHSfooter .footer_logo img {
      display: none; }
  #MHSfooter .iwrapper {
    padding: 0; }
  #MHSfooter .column {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0; } }

/*# sourceMappingURL=2017v3.css.map */
