/* PWF specific overrides */
.siteHeader {
  height: auto;
  background: none;
}
.siteHeader .gutter {
  padding: 10rem 0 4.5rem 3rem;
}
.siteHeader h1 {
  color: white;
  font-size: 40px;
  color: white;
  font-size: 32px;
  vertical-align: bottom;
  box-sizing: border-box;
  font-weight: 400;
}
.siteHeader h1 i {
  display: block;
  font-size: 18px;
  margin-left: -0.25rem;
  margin-bottom: 0.5rem;
}
.siteHeader h1 b {
  font-weight: 300;
  text-transform: uppercase;
  display: block;
  font-size: 36px;
  margin-top: 0.5rem;
  font-family: "Heebo", "Arial", sans-serif;
  margin-left: -0.4rem;
}
.siteHeader h1 .subtitle {
  font-size: 200%;
}
.siteHeader h1 .unverified {
  text-transform: uppercase;
  font-size: 60%;
  font-family: sans-serif;
}

.innerPage {
  background-size: 67%;
  background-position-x: 100%;
  background-size: 83%;
  background-position-x: 100%;
  background-position-y: 54px;
}
.innerPage .siteHeader .gutter {
  padding: 1.25rem 0 0 4rem;
  max-width: none;
}

nav {
  width: 52%;
  background: linear-gradient(45deg, black, transparent);
}
nav .navGutter {
  padding: 0 3rem;
}
nav a:link,
nav a:visited,
nav a:active,
nav a:hover {
  padding: 1rem 0.5rem;
  color: #ffffff;
}
nav a:hover {
  color: black;
}
nav a:hover {
  color: white;
  background: black;
}
nav .dateChoice {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
nav .dateChoice + .dateChoice {
  margin-left: 0;
}

@media (max-width: 986px) {
  .innerPage {
    background-size: 2000px;
    background-position-x: -1013px;
    background-position-y: 3px;
  }
}
@media (max-width: 840px) {
  .siteHeader {
    height: auto;
    background: none;
  }
  .siteHeader .gutter {
    padding: 15% 1rem 3% 3rem;
  }
  .siteHeader h1 {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 620px) {
  .siteHeader h1 b {
    font-size: 27px;
  }
}
@media (max-width: 570px) {
  .siteHeader h1 {
    font-size: 28px;
  }
}
@media (max-width: 450px) {
  .innerPage .siteHeader .gutter {
    padding: 2rem 1rem 0 1rem;
  }
  .innerPage .siteHeader h1 {
    font-size: 24px;
  }
  .innerPage .siteHeader h1 b {
    font-size: 22px;
  }
}
body {
  font-family: "Heebo", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

a, a:link,
a:active, a:visited, a:hover {
  color: #009dff;
  font-weight: 400;
}

h1, h2 {
  font-family: "Heebo", "Arial", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 170%;
}

h2 {
  font-family: "Heebo", "Arial", sans-serif;
  font-weight: 700;
}

p + h2 {
  margin-top: rem;
}

/* TOC overrides */
.TOC .level {
  background: none;
}

/* search overrides */
.results .hitMeta {
  display: none;
}
.samples {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.samples .doc {
  box-sizing: border-box;
  padding: 1.6rem;
}
.samples q {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  line-height: 1.5;
}
.samples .cite {
  display: block;
  text-align: right;
  font-size: 16px;
  font-style: italic;
  font-family: "Heebo", "Arial", sans-serif;
}

.headnotes .period {
  display: table;
  width: 100%;
}
.headnotes .period + .period {
  margin-top: 4rem;
}
.headnotes .period label h2 {
  text-align: left;
}
.headnotes .period label {
  width: 33%;
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  color: #909090;
  font-size: 125%;
}
.headnotes .period .shortNote {
  display: table-cell;
  vertical-align: middle;
  width: 67%;
  box-sizing: border-box;
}
.headnotes .period:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.headnotes section {
  max-width: 700px;
  margin: auto;
}
.headnotes .placeLeft {
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}
.headnotes .center {
  float: none;
  margin: 1rem auto;
  text-align: center;
}
.headnotes .placeRight {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
}
.headnotes .image {
  display: block;
  max-width: 238px;
}
.headnotes .image.center {
  max-width: none;
}
.headnotes .image img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.headnotes .image span {
  color: #505050;
  display: block;
  font-size: 12px;
}

.textSizing {
  padding: 4px 4px 4px 4px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.searchForm #persons, .searchForm #authorSet, .searchForm #recipientSet {
  display: none;
}

@media (max-width: 800px) {
  .headnotes .period {
    display: block;
    width: auto;
  }
  .headnotes .period + .period {
    margin-top: 4rem;
  }
  .headnotes .period label h2 {
    text-align: left;
  }
  .headnotes .period label {
    width: auto;
    box-sizing: border-box;
    display: block;
    text-align: left;
    color: #909090;
    font-size: 125%;
    margin-bottom: 1rem;
  }
  .headnotes .period .shortNote {
    display: block;
    vertical-align: middle;
    width: auto;
    box-sizing: border-box;
  }
}
body {
  background: #5c563f url(../images/banner.jpg) no-repeat 50% 30px;
}

.wrapper {
  background: white;
}

.wrapper {
  box-sizing: border-box;
  background: white;
}

article {
  max-width: 1200px;
  box-sizing: border-box;
  margin: auto;
  padding: 3rem;
  position: relative;
}

.text {
  box-sizing: border-box;
  margin: auto;
  padding: 3rem;
  position: relative;
}

.overview {
  float: none;
  width: auto;
}

.one-third {
  float: left;
  box-sizing: border-box;
  width: 32%;
}

.two-thirds {
  box-sizing: border-box;
  width: 62%;
  float: left;
}

.two-thirds + .one-third {
  margin-left: 6%;
}

footer {
  margin-top: 0;
}

@media (min-width: 1600px) {
  body {
    background-position-x: 100%;
  }
}
@media (max-width: 1120px) {
  body {
    background-position-x: 25%;
  }
}
@media (max-width: 840px) {
  body {
    background-size: 165%;
  }

  .one-third {
    float: none;
    width: auto;
  }

  .two-thirds {
    width: auto;
    float: none;
  }

  .two-thirds + .one-third {
    margin-left: 0;
  }
}
@media (max-width: 570px) {
  .MHSmasthead img {
    max-width: 91% !important;
    margin-left: -11%;
  }

  body {
    background-size: 185%;
  }

  article {
    padding: 2rem;
  }
}
@media (max-width: 450px) {
  body {
    background-size: 720px;
  }

  .gutter {
    padding: 1rem;
  }
}
.month .quickdoc h4, .month a.quickdoc h4 {
  display: none;
}

.volumeLabel {
  display: block;
  font-size: 12px;
}

div.teiFragment bibl {
  display: none;
}
div.teiFragment bibl author, div.teiFragment bibl date {
  display: none;
}
div.teiFragment bibl note:nth-of-type(1):before {
  content: "Subjects";
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
div.teiFragment dateline {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
  font-size: 115%;
}
div.teiFragment p {
  text-indent: 0;
}
div.teiFragment list {
  box-sizing: border-box;
  margin: 1rem 0;
  padding: 0.25rem;
}
div.teiFragment list item {
  margin: 0;
}
div.teiFragment list list {
  margin: 0.5rem;
}
div.teiFragment list[rendition*="#bracket-right"] {
  width: 50%;
}
div.teiFragment .linkJqa {
  font-family: sans-serif;
  font-size: 14px;
  padding: 1.5rem 3rem 1rem 3rem;
  text-align: center;
  clear: both;
}
div.teiFragment header[rendition*="#bracket-left"] {
  max-width: 70%;
  float: right;
  width: 50%;
}
div.teiFragment header[rendition*="#bracket-right"] {
  max-width: 70%;
  float: left;
  width: 50%;
}
div.teiFragment th {
  position: relative;
}
div.teiFragment th[rendition*=float] {
  float: none;
  width: auto;
}
div.teiFragment th[rendition]:before {
  content: "^";
  color: #a0a0a0;
  display: block;
  position: absolute;
  border: 1px solid #a0a0a0;
  font-size: 10px;
  left: -11px;
  line-height: 0.1;
  padding-top: 7px;
  cursor: pointer;
}
div.teiFragment th[rendition]:hover:before {
  content: "heading:";
  line-height: 1;
  padding-top: 0;
  background: white;
  padding: 2px 4px;
  font-size: 12px;
  top: -8px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
div.teiFragment th[rendition*=float-right]:hover:before {
  content: "heading: in the manuscript this appears to the right";
}
div.teiFragment th[rendition*=float-left]:hover:before {
  content: "heading: in the manuscript this appears to the left";
}

div.teiFragment > div[type=entry] > header {
  font-family: sans-serif;
  color: #b1b1b1;
  font-size: 24px;
}
div.teiFragment > div[type=entry] > header .volumeLabel {
  display: block;
  font-size: 12px;
}

.cycler {
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease-out, opacity 1s ease-out;
  padding-bottom: 60px;
}

.cycler:after {
  content: " ";
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
}

.cycler:hover .jpc-cntrbox {
  display: block;
}

.cycler.loading {
  max-height: 0;
  opacity: 0;
}

.cycler .callout,
.cycler .blurb {
  position: absolute;
  margin: 0;
  width: 100%;
}
.cycler .blurb + .blurb {
  display: none;
}
.cycler .jpc-cntrbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 88px;
  margin-left: -44px;
  z-index: 500;
  padding: 5px 5px 2px 5px;
}
.cycler .jpc-cntrbox path {
  fill: black;
}
.cycler .jpc-cntrbox a {
  display: inline;
  padding: 2px 12px;
  cursor: pointer;
}

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