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

/* Basic layout for Collection Guides
 *
 * Bill Beck, 2013.
 *
 */
.debug {
  background: #aaaaff;
  padding: 4px;
}

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#masterc {
  max-width: 1600px;
  margin: 0 auto;
}

/* An automonous grid system: For the future? */
article {
  /* gutters */
  padding: 14px;
}

article:after {
  content: "";
  display: table;
  clear: both;
}

section {
  clear: both;
}

.column {
  background: #f0f0f0;
  padding: 7px;
  float: left;
  clear: none;
  margin-bottom: 28px;
  margin-right: 1.4%;
}

.twos {
  width: 48.6%;
}

.twos + .twos {
  margin-left: 1.4%;
  margin-right: 0;
}

.one-of-three {
  width: 32.4%;
}

.two-of-three {
  width: 64.8%;
}

.one-of-three + .two-of-three {
  margin-left: 1.4%;
  margin-right: 0;
  width: 64.8%;
}

.two-of-three + .one-of-three {
  margin-left: 1.4%;
  margin-right: 0;
}

.one-of-three + .one-of-three + .one-of-three {
  margin-left: 0;
  margin-right: 0;
}

.flexCols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.flexCols .col {
  width: 48%;
}
.flexCols form {
  background: #e3e3e3;
  margin: 0 0 1rem 0;
}
.flexCols .searchContext {
  padding: 2rem;
}

/* END-OF-AUTONOMOUS GRID */
/*
 *
 * Collection Guides Typography
 *
 * Bill Beck 2013
 *
 */
/* Site areas, not guides themselves */
body {
  background: #3e3e3e;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 150px;
}

#masterc {
  background: #fafbfb;
  box-shadow: 0px 0px 9px #000000;
  -moz-box-shadow: 0px 0px 9px #000000;
  -webkit-box-shadow: 0px 0px 9px #000000;
}

h1 {
  margin-left: 14px;
  margin-top: 14px;
  color: #666666;
}

.findingAid h1 {
  font-family: "Miller Headline", serif;
  text-transform: none;
  text-shadow: none;
  font-size: 36px;
}

h2 {
  color: #b4111a;
  font-size: 28px;
  margin-bottom: 21px;
}

h3 {
  color: #b4111a;
  font-size: 22px;
}

nav {
  margin-left: 14px;
}

.sidebar h2 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  color: #477000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  background: #b6c678;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

.fdNotice {
  color: #0044ff;
  font-size: 80%;
}

.clearfix {
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 0.00001;
  font-size: 0;
}

ul {
  margin-bottom: 1rem;
}
ul li {
  margin-left: 1rem;
  list-style-type: disc;
}

a#mhslogo {
  display: block;
  float: right;
  padding-right: 14px;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.46);
  padding: 14px 0 10px 14px;
  margin: 0;
  background: #2f2f2f;
  color: white; /* #b2c370; */
}
h1 img {
  margin-left: 14px;
}

nav.local {
  background: #2f2f2f;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 14px;
  padding-bottom: 7px;
  margin: 0;
}
nav.local .browse, nav.local .help {
  color: white;
  padding: 0 0 0 2em;
  border-left: 1px solid #aaaaaa;
  padding-left: 10px;
}
nav.local .browse + a:link,
nav.local .browse + a:visited {
  padding-left: 10px;
}
nav.local a:link, nav.local a:visited {
  padding: 0 7px 0 0;
  display: inline-block;
  color: #ebffa0;
  line-height: 18px;
  text-shadow: none;
}
nav.local a + a:link {
  border-left: 1px solid #aaaaaa;
  padding-left: 10px;
}
nav.local a:hover {
  color: #477000;
  background: white;
  outline: 4px solid white;
}
nav.local .extras {
  float: right;
  width: 25%;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
}
nav.local .extras a:link, nav.local .extras a:visited {
  color: #dbdbdb;
}
nav.local .extras a:hover {
  color: black;
}
nav.local .extras a img {
  vertical-align: baseline;
  opacity: 0.8;
}

#cgNavBar {
  position: relative;
  padding: 0;
}
#cgNavBar #rowTwo {
  display: block;
  width: 100%;
  position: relative;
}
#cgNavBar h1 {
  display: inline-block;
  margin: 0;
}

#lensToggle {
  cursor: pointer;
  background: white url(lens.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  right: 260px;
  top: 0;
  font-size: 16px;
  background: #eedb77;
  width: auto;
  padding: 12px 14px;
  line-height: 1.25;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  text-transform: uppercase;
}

#TOC {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  margin: 0 0 7px 7px;
  background: #f0f0f0;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  padding: 14px;
}
#TOC h2 {
  font-family: Arial, sans-serif;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  padding-right: 18px;
  cursor: pointer;
  background: url(/images/smgraphics/open-close-sprites-grey.png) 100% -3px no-repeat;
}
#TOC ul {
  overflow: hidden;
  margin: 0;
}
#TOC li:first-child {
  margin-top: 14px;
}
#TOC li {
  font-size: 12px;
  margin: 0 0 0 0;
  list-style: circle;
}
#TOC li a:link, #TOC li a:visited, #TOC li a:active {
  color: black;
  padding: 5px 11px;
  display: block;
}
#TOC li a:link span, #TOC li a:visited span, #TOC li a:active span {
  display: inline;
}
#TOC li a:hover {
  background: #2f2f2f;
  color: white;
}

#cgNavBar.fixedTOC {
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
}
#cgNavBar.fixedTOC #rowTwo {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}
#cgNavBar.fixedTOC #search_bar {
  margin-bottom: 0;
}

#TOC.open h2 {
  background: url(/images/smgraphics/open-close-sprites-grey.png) 100% -24px no-repeat;
}

#cgNavBar.fixedTOC #TOC {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

#cgNavBarGhost {
  display: none;
}

#BTT {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  top: -50px;
  right: 0;
  height: 51px;
  width: 50px;
  background: url(btt.gif) no-repeat;
  color: white;
  font-size: 12px;
  padding: 7px;
  text-transform: uppercase;
  transition: top 0.6s ease;
  -webkit-transition: top 0.6s ease;
  -moz-transition: top 0.6s ease;
  -o-transition: top 0.6s ease;
}

#BTT.fixed {
  top: 0;
}

#search_bar {
  background: #f1db73;
  font-size: 12px;
  padding: 7px 14px 7px 14px;
  display: none;
}
#search_bar .wrapper {
  display: flex;
  justify-content: center;
  max-width: 990px;
  margin: auto;
}
#search_bar .sbutton {
  display: inline-block;
  background: #c3a414;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  padding: 1px 8px;
}
#search_bar .sbutton.light {
  background: none;
  border: none;
  color: blue;
}
#search_bar form label {
  display: block;
}
#search_bar form input[type=text],
#search_bar form input[type=submit] {
  padding: 3px 6px;
  font-size: 13px;
  background: none;
  border: none;
  display: inline-block;
}
#search_bar form input[type=text] {
  background: white;
  width: 65%;
}
#search_bar form input[type=submit] {
  background: #c3a414;
  width: 25%;
  color: white;
  text-shadow: none;
  font-size: 15px;
  font-weight: bold;
  padding: 3px 0;
}
#search_bar #searchMore {
  max-width: 450px;
}
#search_bar #advSearch {
  margin-top: 3px;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: white;
  text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
  color: rgb(230, 230, 230);
  text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
  border: 1px solid #777777;
  -webkit-border-radius: 10.6363636364px;
  -moz-border-radius: 10.6363636364px;
  border-radius: 10.6363636364px;
  background: rgb(148, 20, 20);
  background: -moz-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: -webkit-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: -o-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: -ms-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: linear-gradient(8deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  -webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}
#search_bar #highlight_tools {
  -webkit-user-select: none; /* Webkit */
  -moz-user-select: none; /* Firefox */
  -o-user-select: none;
  user-select: none;
  display: none;
  max-width: 45%;
  margin: 0.5rem auto;
  text-align: center;
}
#search_bar #highlight_tools a:link {
  display: inline-block;
}
#search_bar #highlight_tools .prev, #search_bar #highlight_tools .next {
  display: inline-block;
  margin: 0 7px;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  background: white;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.53);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.53);
  opacity: 1;
  -webkit-transition: opacity 1s ease;
}
#search_bar #highlight_tools.ghosted .prev, #search_bar #highlight_tools.ghosted .next {
  opacity: 0.3;
}

#search_bar.open {
  display: block;
}

#cgNavBar.fixedTOC #search_bar {
  width: 100%;
}

.highlighting #search_bar #highlight_tools {
  display: block;
}

.collection_summary {
  padding: 14px;
  font-size: 85%;
  line-height: 1.5;
}
.collection_summary b {
  text-transform: uppercase;
  display: inline-block;
  width: 150px;
  text-align: right;
}

.partial .collection_summary {
  padding: 14px;
  font-size: 85%;
  line-height: 1.5;
  float: right;
  width: 45%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  display: table;
}
.partial .collection_summary b {
  text-transform: uppercase;
  display: inline-block;
  display: table-cell;
  text-align: right;
  padding-right: 7px;
}
.partial .collection_summary span {
  display: table-cell;
}

h1 .parent_link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  background: none;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-left: 1em;
}

h2.partialWarning {
  font-family: "Roboto Condensed", sans-serif;
  color: #000;
  font-size: 14px;
  padding-left: 14px !important;
}

.findingAid .cg_navigation h1 {
  font-size: 28px;
  padding-left: 14px;
}
.findingAid .cg_navigation .path {
  padding: 14px 14px 3px 13px;
}
.findingAid .cg_navigation .path em {
  color: #555555;
  font-style: normal;
  font-size: 12px;
}
.findingAid .cg_navigation .path .breadcrumbs {
  display: block;
  font-size: 16px;
  margin: 0;
}
.findingAid .cg_navigation .path .breadcrumbs a:link {
  padding: 4px 0px;
  float: left;
  clear: left;
}
.findingAid .cg_navigation .path .breadcrumbs a:hover {
  text-decoration: underline;
}
.findingAid .cg_navigation .path .breadcrumbs span {
  padding: 10px 8px 0 8px;
  vertical-align: baseline;
  font-size: 24px;
  line-height: 16px;
  float: left;
  display: none;
}
.findingAid .cg_navigation .path .breadcrumbs span + a:link {
  margin-left: 0%;
}
.findingAid .cg_navigation .path .breadcrumbs a:link + span + a:link {
  margin-left: 3%;
}
.findingAid .cg_navigation .path .breadcrumbs a:link + span + a:link + span + a:link {
  margin-left: 6%;
}
.findingAid .cg_navigation .path .breadcrumbs a:link + span + a:link + span + a:link + span + a:link {
  margin-left: 9%;
}
.findingAid .cg_navigation .path .breadcrumbs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.partial #cgNavBar.fixedTOC {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
}

#dialog {
  background: white;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.6);
  z-index: 600;
  position: fixed;
  top: 20%;
  left: 20%;
  width: 60%;
  height: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#dialog .toolbar {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background: #a0a0a0;
  color: black;
  text-align: left;
  cursor: pointer;
}
#dialog .toolbar a.close {
  width: 20px;
  color: #6bbcff;
  float: right;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-indent: -999em;
  background: url(/images/_graphics/closex.png) no-repeat 2px 3px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
#dialog .toolbar a.close:hover {
  border: 1px solid #555555;
  box-shadow: 0 0 2 rgba(0, 0, 0, 0.5);
}
#dialog .toolbar h3 {
  color: #000000;
  font-weight: bold;
  width: 75%;
  font-size: 18px;
}
#dialog .content {
  padding: 14px;
  background: #ececec;
}
#dialog .content ul {
  padding-left: 21px;
  list-style: square;
}

.search .facets {
  list-style-type: none;
  margin: 0 0 10px 0;
}
.search .facets li {
  margin: 0 0 5px 10px;
}
.search #toggleCGFacets {
  font-size: 14px;
  font-style: italic;
  cursor: pointer;
  color: #477000;
  margin: 0 0 0 0;
  text-align: center;
  padding: 0;
}
.search a:hover {
  text-decoration: none;
}
.search .briefing {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.search .briefing .terms {
  font-weight: bold;
}
.search .options {
  font-size: 12px;
  color: #444444;
}
.search .options a:link {
  background: none;
  padding-right: 0;
}
.search .results {
  background: none;
  padding-top: 0;
}
.search .hit {
  border-radius: 6px;
  background: #f1f1f1;
  margin-bottom: 14px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
}
.search .hit .title_line {
  padding: 10px 10px 10px 24px;
  background: #e0e0e0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-indent: -14px;
}
.search .hit .title_line.DIGITAL:after {
  content: "Digital content";
  text-transform: uppercase;
  color: #0044ff;
  font-size: 12px;
  padding-left: 24px;
  background: url(/collection-guides/images/digitized.png) 12px 50% no-repeat;
}
.search .hit h4 {
  font-weight: bold;
  display: inline;
  font-size: 17px;
}
.search .hit h4 a:link {
  font-weight: bold;
  font-size: 17px;
  background: none;
}
.search .hit h4 a:hover {
  background: #b6c678;
}
.search .breadcrumbs em {
  padding: 4px 0px;
  font-style: normal;
}
.search .breadcrumbs span {
  padding: 7px;
  font-size: 22px;
}
.search .hit p {
  padding: 10px;
}
.search .teaser {
  font-family: "Georgia", serif;
  padding: 7px;
  background: #f0f0f0;
  font-style: italic;
}
.search .teaser em {
  font-style: normal;
  font-weight: bold;
}
.search .teaser a:link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
.search .page_links {
  margin-top: 45px;
  list-style-type: none;
  text-align: center;
  line-height: 2;
}
.search .page_links li {
  display: inline;
  padding: 0;
  margin: 0;
}
.search .page_links li a:link,
.search .page_links li.current_page {
  border: 1px solid #aaaaaa;
  padding: 4px 8px;
}
.search .page_links li.current_page {
  border: 1px solid #888888;
  background: #888888;
  color: white;
}
.search .page_links li a:hover {
  background: #477000;
  color: white;
  text-decoration: none;
}

.start nav.local .search_link {
  display: none;
}

.start nav.local .search_link + a {
  border-left: none;
}

form div {
  padding: 1rem;
}
form div + div {
  padding-top: 0;
}
form input[name=terms],
form input[type=submit] {
  width: 78%;
  padding: 6px 12px;
  display: inline-block;
  margin: 0;
  line-height: 18px;
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  border: none;
  outline: none;
}
form input[name=terms] {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: -1px -1px 0 0 rgba(0, 0, 0, 0.3);
}
form input[type=submit] {
  line-height: 19px;
  cursor: pointer;
  width: 20%;
  display: inline-block;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: rgb(230, 230, 230);
  border: 1px solid #777777;
  border-radius: 10.6363636364px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: rgb(148, 20, 20);
  background: -moz-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: -webkit-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: -o-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: -ms-linear-gradient(98deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  background: linear-gradient(8deg, rgb(148, 20, 20) 30%, rgb(195, 20, 20) 70%);
  box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
}
form .hint {
  color: #444444;
  font-size: 13px;
  margin-top: 0.5rem;
}

h4 {
  display: inline;
}

p {
  margin-bottom: 15px;
}

.letterJump {
  display: inline;
  list-style-type: none;
}
.letterJump li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.letterJump li a:link {
  padding: 4px 8px;
  display: inline-block;
  border: 1px solid #477000;
}
.letterJump li a:hover {
  background: #477000;
  color: white;
  text-decoration: none;
}

.letterGroup {
  margin-top: 20px;
  clear: both;
}
.letterGroup h3 {
  float: left;
  width: 20px;
  margin: 0;
}
.letterGroup ul {
  margin-left: 50px;
  list-style-type: square;
}
.letterGroup .backToTop {
  float: right;
  padding: 4px 8px 6px 8px;
  display: none;
  border: 1px solid #477000;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
}

.help .one-of-three h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
}
.help .two-of-three h3 {
  font-weight: bold;
}
.help .two-of-three p + h3 {
  padding-top: 30px;
}
.help .on-this-page li {
  margin-bottom: 1em;
}
.help .example {
  display: block;
  text-align: center;
  margin: 15px 0;
  background: #fafbfb;
}

.findingAid {
  padding: 0;
  padding-bottom: 28px;
  background: white;
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.15);
  /* external links */
}
.findingAid a:link[href*=http]:after,
.findingAid a:link[href*=mailto]:after,
.findingAid a:visited[href*=http]:after,
.findingAid a:visited[href*=mailto]:after,
.findingAid a:hover[href*=http]:after,
.findingAid a:hover[href*=mailto]:after {
  content: " ";
  display: inline-block;
  color: #0044ff;
  font-weight: bold;
  padding-right: 13px;
  background: url(/images/external-link-icon-blue.svg) no-repeat 100% 0px;
  background-size: 71%;
  height: 10px;
  width: 12px;
}
.findingAid h1, .findingAid h2, .findingAid h3, .findingAid h4, .findingAid h5, .findingAid h6 {
  margin: 0;
  padding: 0;
}
.findingAid h1 {
  font-size: 28px;
  color: #b4111a;
  background: none;
  font-weight: normal;
  padding: 7px 10.5px 4.9px 14px;
}
.findingAid h1 em.match {
  background: none;
}
.findingAid h2 {
  font-size: 20px;
  margin-top: 14px;
  padding-top: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.findingAid h2:first-child {
  margin-top: 14px;
}
.findingAid p {
  margin: 0 0 7px 0;
  max-width: 700px;
}
.findingAid .addressline {
  display: block;
}
.findingAid em.match {
  font-style: normal;
  background: #fff287;
  outline: none;
  padding: 2px 4px;
}
.findingAid em.match.focused {
  outline: 1px dashed black;
}
.findingAid em.unmatched {
  font-style: normal;
}
.findingAid .title_bar {
  padding-left: 14px;
}
.findingAid .front {
  margin-right: 264px;
  padding-left: 14px;
}
.findingAid .front h2 {
  margin: 0 0 14px 0;
  color: #333;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
}
.findingAid .front .date {
  font-size: 20px;
  margin-bottom: 0;
}
.findingAid .front .subtitle {
  font-size: 18px;
}
.findingAid .front .sponsor {
  text-align: center;
  background: #deecff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 21px;
}
.findingAid .front .accessrestrict {
  background: #fff5f3;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 21px;
  font-size: 12px;
  color: #d70000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-left: 12px solid #b4111a;
}
.findingAid .front .accessrestrict h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 0;
}
.findingAid .archdesc {
  border-top: 1px solid #aaaaaa;
  padding: 1rem;
}
.findingAid .abstract {
  margin-top: 14px;
  clear: both;
}
.findingAid .collection-meta {
  margin-top: 14px;
  clear: none;
}
.findingAid .did-metadata .thead, .findingAid .did-metadata .tbody {
  padding: 3.5px 3.5px 3.5px 0;
  color: #222;
  font-size: 14px;
}
.findingAid .did-metadata td {
  text-align: left;
}
.findingAid .did-metadata td div {
  margin: 0;
}
.findingAid .did-metadata td + td {
  text-align: left;
}
.findingAid .did-metadata .thead {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 7px;
}
.findingAid .did-metadata .corpname,
.findingAid .did-metadata .addressline {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.findingAid .did-metadata .addressline:before {
  content: ", ";
}
.findingAid .did-metadata .addressline + a:link {
  padding-left: 7px;
}
.findingAid .abstract,
.findingAid .collection-meta,
.findingAid #bioghist,
.findingAid #sources,
.findingAid #custodhist,
.findingAid #scopecontent,
.findingAid #altform,
.findingAid #arrangement,
.findingAid #acqinfo,
.findingAid #organization,
.findingAid #access,
.findingAid #use,
.findingAid #detaildesc,
.findingAid #citation,
.findingAid #control,
.findingAid #separated,
.findingAid #related,
.findingAid #processinfo,
.findingAid #appendix,
.findingAid #appendix1,
.findingAid #appendix2,
.findingAid #appendix3,
.findingAid #appendix4,
.findingAid #appendix5,
.findingAid #appendix6,
.findingAid .cguide_footer {
  padding-bottom: 14px;
  border-bottom: 1px solid #999;
}
.findingAid section h2 {
  padding: 7px 14px 0 14px;
}
.findingAid section p, .findingAid section div, .findingAid section ul, .findingAid section li, .findingAid section section, .findingAid section table {
  margin-left: 14px;
}
.findingAid section p p, .findingAid section div p, .findingAid section ul p, .findingAid section li p, .findingAid section section p, .findingAid section table p {
  margin-left: 0;
}
.findingAid section table .thead {
  font-weight: bold;
  color: #494949;
}
.findingAid section table td {
  padding: 0 2rem 0.25rem 0;
}

.c, .c01, .c02, .c03, .c04, .c05, .c06 {
  clear: both;
}

.c01 h3 {
  margin-bottom: 7px;
}

.unittitle {
  padding: 0 7px 7px 0;
}
.unittitle div {
  display: inline;
  margin: 0;
  padding: 0;
}

.file, .item {
  margin-top: 14px;
  padding: 7px;
}

.item + .file,
.file + .item,
.file + .file,
.item + .item {
  margin-top: 0;
}

.dsc .container:nth-child(odd) {
  background: #f3f3f3;
}

.dsc .container:nth-child(even) {
  background: #eaeaea;
}

.dsc .item.fromDC,
.dsc .file.fromDC {
  background: #95c9ff;
}

/* indent the file/items in  a subseries */
.dsc {
  padding: 14px 0;
  /* indenting the hierarchy */
  /* HEADING STYLES */
}
.dsc h2 {
  padding-left: 14px;
  display: inline-block;
}
.dsc .expander {
  display: inline-block;
  margin-left: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  background: #00adff;
  font-size: 15px;
  padding: 2px 8px;
  border-radius: 3px;
  color: white;
}
.dsc .collapser {
  display: block;
  font-size: 11px;
  padding-right: 24px;
  width: auto;
  height: 20px;
  float: right;
  cursor: pointer;
  background: url(collapse-arrow.gif) 100% 0 no-repeat;
}
.dsc p, .dsc div, .dsc ul, .dsc li, .dsc table {
  padding-right: 7px;
  margin-left: 28px;
}
.dsc section, .dsc div {
  padding: 7px 0 7px 14px;
}
.dsc section h3 {
  color: #404040;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.dsc section h3 .toggler {
  vertical-align: bottom;
  width: 15px;
  height: 24px;
  display: inline-block;
  background: url(/images/smgraphics/open-close-sprites-grey.png) 100% -24px no-repeat;
}
.dsc section div,
.dsc section section {
  margin-left: 28px;
}
.dsc section div.inner,
.dsc section div.innerNoCols {
  margin-left: 0;
}
.dsc section div.inner p,
.dsc section div.innerNoCols p {
  margin: 0;
}
.dsc section p {
  padding-right: 0;
  margin-left: 0;
}
.dsc section section {
  margin-left: 28px;
}
.dsc .c01 {
  margin-bottom: 0;
}
.dsc .c01.series {
  margin-top: 7px;
}
.dsc .c02 {
  border-left: 4px solid #e9e9e9;
  background: #eeeeee;
  border-top: 1px solid #e0e0e0;
}
.dsc .c04,
.dsc .c05 {
  margin-top: 0;
}
.dsc section section h3 {
  font-size: 15px;
}
.dsc section section section h3 {
  font-size: 14px;
}
.dsc section.c01 h3 {
  font-size: 18px;
}
.dsc section.subseries h3 {
  font-size: 15px;
}
.dsc section.file h3,
.dsc section.item h3 {
  font-size: 14px;
}
.dsc .file .item h3 {
  font-weight: normal;
}
.dsc .file .unittitle, .dsc .item .unittitle {
  font-weight: bold;
  color: #444;
}
.dsc section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.dsc .physloc, .dsc .physdesc {
  background: #c3c3c3;
  font-size: 90%;
  width: auto;
  margin: 7px 0 7px 28px;
  float: none;
  display: block;
}
.dsc .physdesc {
  background: none;
}
.dsc .physloc + .physdesc,
.dsc .physdesc + .physloc {
  margin-left: 6px;
}
.dsc .restrict {
  padding: 0;
}
.dsc .restrict h4 {
  padding: 0;
  font-size: 1rem;
  color: red;
  font-family: "Roboto Condensed";
}

/* This indents scopecontent that follows a file/container did, and should be indented to
	* indicate that relationship
	*/
.file .scopecontent,
.file .altformavail {
  float: left;
  margin-left: 27%;
}

.altformavail,
.originalsloc {
  margin-left: 28px;
}

.e-bioghist .e-bioghist {
  border-top: 1px solid #aaaaaa;
}

.cguide_footer {
  font-size: 12px;
  text-align: right;
  padding: 7px 14px;
}
.cguide_footer p {
  max-width: none;
}

/* still using this as a convenient divider of sections */
.toplink {
  clear: both;
  text-align: right;
  margin-top: 21px;
  margin-bottom: 21px;
}
.toplink a:link, .toplink a:visited {
  display: none;
  text-transform: uppercase;
  font-size: 11px;
  color: white;
  background: #444;
  padding: 3.5px 7px;
  border-bottom: 2px solid #888888;
}

/* css for hiding the structure of detailed description sections and their collapse/expanse */
.dsc {
  /* hiding the collapsed parts! yeah! */
}
.dsc section.collapsed .arrangement,
.dsc section.collapsed .originalsloc,
.dsc section.collapsed .altformavail,
.dsc section.collapsed .physloc,
.dsc section.collapsed .physdesc,
.dsc section.collapsed section {
  display: none;
}
.dsc section.collapsed h3 .toggler {
  background: url(/images/smgraphics/open-close-sprites-grey.png) 100% 0 no-repeat;
}
.dsc section.collapsed .collapser {
  display: none;
}

.findingAid.partial h1 {
  padding: 14px;
}
.findingAid.partial .dsc {
  padding: 14px 0;
}
.findingAid.partial .dsc section {
  margin-bottom: 14px;
}
.findingAid.partial .dsc section.c02 {
  margin-left: 3%;
}
.findingAid.partial .dsc section.c03 {
  margin-left: 6%;
}
.findingAid.partial .dsc section.c04 {
  margin-left: 9%;
}
.findingAid.partial .dsc section.c05 {
  margin-left: 12;
}
.findingAid.partial .dsc section.c01 section.c02, .findingAid.partial .dsc section.c01 section.c03,
.findingAid.partial .dsc section.c01 section.c04, .findingAid.partial .dsc section.c01 section.c05 {
  margin-left: 0;
}

.findingAid .inner,
.findingAid .innerNoCols .inner {
  max-width: 700px;
}
.findingAid .file .inner {
  max-width: 700px;
}
.findingAid div.innerNoCols {
  max-width: 700px;
}

.requestStarter {
  cursor: pointer;
  color: white;
  background: #b60120 url() 0 0 no-repeat;
  display: block;
  position: absolute;
  right: 350px;
  top: 0;
  height: 36px;
  line-height: 11px;
  font-size: 18px;
  font-family: "Roboto Condensed", "Arial";
  padding: 11px 6px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 3px 3px 0;
}

.requestStarter.noRequests {
  background: #e8e8e8;
  color: darkgrey;
}

.dsc section .digitalContent {
  margin-left: 13px;
  display: inline-block;
  overflow: hidden;
  color: #0044ff;
  padding-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  background: url(/collection-guides/images/digitized.png) 0% 3px no-repeat;
}

.dsc .physicalLocation {
  background: white;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  width: 390px;
  margin-left: 14px;
  float: right;
  font-size: 100%;
  width: 555px;
  margin-right: 14px;
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /* external links */
}
.dsc .physicalLocation .container {
  background-color: transparent;
  padding: 0 5px;
  margin: 0 7px 0 0;
  display: inline-block;
  vertical-align: middle;
  background-position: 0 6px;
}
.dsc .physicalLocation .fdLink {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.dsc .physicalLocation .crowdTranscription {
  color: black;
  margin-top: 3px;
  margin-left: 1rem;
}
.dsc .physicalLocation .barcode:before {
  content: "BARCODE:";
}
.dsc .physicalLocation .digitized {
  display: inline-block;
  overflow: hidden;
  font-weight: bold;
  color: #0044ff;
  padding-left: 10px;
  font-size: 12px;
  text-transform: uppercase;
  vertical-align: middle;
  background: #f0f0f0 url(/collection-guides/images/digitized.png) 4px 6px no-repeat;
  border-radius: 5px;
  border: 1px solid #0044ff;
  padding: 2px 6px 1px 16px;
}
.dsc .physicalLocation.restricted .digitized, .dsc .physicalLocation.super-restricted .digitized {
  border: 1px solid red;
  color: red;
  background: #f0f0f0 url(/collection-guides/images/digitized-red.png) 4px 6px no-repeat;
}
.dsc .physicalLocation.restricted .digitizedLabel:after, .dsc .physicalLocation.super-restricted .digitizedLabel:after {
  content: "(RESTRICTED)";
  color: red;
  padding-left: 0.5rem;
}
.dsc .physicalLocation.restricted a:link[href*=http]:after, .dsc .physicalLocation.restricted a:visited[href*=http]:after, .dsc .physicalLocation.restricted a:hover[href*=http]:after, .dsc .physicalLocation.super-restricted a:link[href*=http]:after, .dsc .physicalLocation.super-restricted a:visited[href*=http]:after, .dsc .physicalLocation.super-restricted a:hover[href*=http]:after {
  content: " ";
  display: inline-block;
  color: red;
  font-weight: bold;
  padding-right: 13px;
  background: url(/images/external-link-icon-red.svg) no-repeat 100% 0px;
  background-size: 71%;
  height: 10px;
  width: 12px;
}
.dsc .physicalLocation .collapser .digitized {
  display: none;
}
.dsc .physicalLocation .daogrp {
  display: block;
  padding: 3.5px 7px;
}
.dsc .physicalLocation .daogrp a:link, .dsc .physicalLocation .daogrp a:visited {
  background: none;
}
.dsc .physicalLocation .daogrp a:link + a {
  border-left: 1px solid #bbbbbb;
  padding-left: 14px;
}

.unittitle,
.origination {
  display: block;
  margin: 0;
}
.unittitle p,
.origination p {
  margin-left: 14px;
}

.origination {
  padding-left: 28px;
}

.dsc section .restrictedNotice {
  display: block;
  float: right;
  clear: right;
  max-width: 555px;
  margin-right: 14px;
  color: #e10000;
  font-weight: normal;
  font-size: 15px;
  text-align: left;
  padding-top: 2px;
  padding: 0 0 4px 8px;
  border-radius: 4px;
  font-style: normal;
  top: -2px;
  position: relative;
  line-height: 1.2;
  padding: 8px 14px;
  text-shadow: 1px 2px rgb(255, 255, 255), -1px -1px rgba(0, 0, 0, 0.25);
}

.requestButton {
  float: right;
  border: 1px solid #b60120;
  color: white !important;
  background: #cf0023 url(/collection-guides/images/request-form-sprites.png) no-repeat;
  background-position: -8px -99px;
  padding: 0.25rem 0.25rem 0.25rem 20px;
  width: 82px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  font-size: 11px;
  margin: 3px;
  cursor: pointer;
}

.requestButton.notRequestable {
  background: #606060;
  border: 1px solid #606060;
  padding-left: 0.25rem;
  cursor: default;
  opacity: 0.7;
}

.requestButton.checked {
  background: #36aaff url(/collection-guides/images/request-form-sprites.png) no-repeat;
  background-position: -8px -57px;
  border: 1px solid black;
}

/* print style */
@media print {
  #masthead2012,
  #lensToggle,
  nav,
  #TOC,
  #MHSfooter,
  #search_bar,
  #dialog,
  .page_links,
  .letterJump {
    display: none !important;
  }
  * {
    box-shadow: none !important;
    -mox-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: none !important;
    color: black !important;
    position: relative !important;
    max-width: none !important;
  }
  #cgNavBar {
    position: relative !important;
  }
  h1 {
    display: none;
  }
  .findingAid h1 {
    display: block;
  }
  .findingAid .dsc .toggler,
  .findingAid .dsc .collapser,
  .findingAid .dsc .expander {
    display: none !important;
  }
  .findingAid .dsc section {
    border: none !important;
  }
  .findingAid .dsc section.collapsed,
  .findingAid .dsc section.collapsed section,
  .findingAid .dsc section.collapsed h3 {
    display: block !important;
  }
  .findingAid .dsc section.c02,
  .findingAid .dsc section.c03,
  .findingAid .dsc section.c04,
  .findingAid .dsc section.c05,
  .findingAid .dsc section.c06 {
    background: none !important;
  }
  .findingAid a:link:after,
  .findingAid #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
  }
}
.dsPadding {
  padding: 2rem 3rem;
}

.crowdLogo {
  width: 100px;
  float: left;
  margin: 0 1rem 1rem 0;
}

.crowdLogo.nofloat {
  float: none;
}

.crowdHeading {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-transform: uppercase;
}
.crowdHeading .crowdLogo {
  width: 56px;
}

.darkStyle {
  background: #606060;
  color: white;
}
.darkStyle h2, .darkStyle h3 {
  color: white;
  font-weight: bold;
}
.darkStyle a, .darkStyle a:link, .darkStyle a:visited, .darkStyle a:visited, .darkStyle a:active {
  color: rgb(163, 217, 93);
}
.darkStyle form {
  background: none;
}
.darkStyle .hint {
  color: inherit;
}
.darkStyle input[name=terms] {
  width: calc(94% - 15rem);
}
.darkStyle input[type=submit] {
  border: 1px solid #777777;
  background: #718f39;
  background: linear-gradient(8deg, #7fa041 30%, #718f39 70%);
  width: 15rem;
}
.darkStyle .column {
  background: #404040;
  padding: 1rem 2rem;
}
.darkStyle .briefing {
  margin-bottom: 2rem;
}
.darkStyle .briefing .terms {
  font-weight: bold;
  font-style: italic;
  color: #6be7f5;
}
.darkStyle .hit {
  background: #515151;
  border: none;
}
.darkStyle .hit .title_line, .darkStyle .hit .teaser {
  background: none;
}

.feedbackLink {
  background: #3b87fd;
  color: white;
  padding: 1rem;
  border-bottom-right-radius: 108px;
}
.feedbackLink strong {
  font-size: 31px;
  font-style: italic;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.feedbackLink a:link, .feedbackLink a:visited {
  font-weight: bold;
  color: rgb(255, 211, 91);
  display: flex;
}
.feedbackLink a:link .c1, .feedbackLink a:visited .c1 {
  width: 159px;
  text-align: center;
}
.feedbackLink svg {
  width: 53px;
  vertical-align: top;
}
.feedbackLink p {
  line-height: 1.5;
}
.feedbackLink p svg {
  width: 25px;
}

/*# sourceMappingURL=collection-guides.css.map */
