/* PWF specific overrides */
a, a:link,
a:active, a:visited, a:hover {
  color: #D8006E; }

.siteHeader {
  height: auto;
  background: #504046 url(../images/banner.jpg) no-repeat 100% -37px; }
  .siteHeader .gutter {
    padding-bottom: 0; }
  .siteHeader h1 {
    color: white;
    min-height: 132px;
    font-size: 40px; }
    .siteHeader h1 .subtitle {
      font-size: 200%; }
    .siteHeader h1 .unverified {
      text-transform: uppercase;
      font-size: 60%;
      font-family: sans-serif; }
  .siteHeader nav a:link,
  .siteHeader nav a:visited,
  .siteHeader nav a:active,
  .siteHeader nav a:hover {
    color: #ffffff; }
  .siteHeader nav a:hover {
    color: black; }

.nRefWarning {
  display: block;
  background: #ffee9d;
  font-size: 12px;
  font-family: "Arial", sans-serif;
  padding: .5rem; }

@media (max-width: 850px) {
  .siteHeader h1 {
    font-size: 28px; } }
@media (max-width: 680px) {
  .siteHeader {
    background-size: 123%;
    background-position: 100% -10px; }
    .siteHeader h1 {
      font-size: 22px;
      min-height: 33px; } }
@media (max-width: 600px) {
  .siteHeader h1 .subtitle {
    font-size: 135%; }
  .siteHeader h1 .unverified {
    font-size: 60%; } }
@media (max-width: 450px) {
  .siteHeader {
    background-position: -61px -10px; }
    .siteHeader h1 {
      font-size: 114%; }
      .siteHeader h1 .subtitle {
        font-size: 125%; }
      .siteHeader h1 .unverified {
        font-size: 60%; } }
nav {
  background: none; }
  nav a:link,
  nav a:visited,
  nav a:active,
  nav a:hover {
    color: #D8006E;
    font-weight: 300; }
  nav a:hover {
    background: #D6C3D1;
    color: #5A3B52; }
  nav .dateChoice {
    padding-left: .25rem;
    padding-right: .25rem; }
  nav .dateChoice + .dateChoice {
    margin-left: 0; }

@media (max-width: 600px) {
  nav a + a {
    margin-left: .1rem; } }
h1, h2 {
  font-family: "Libre Baskerville", serif; }

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

.twoCol {
  width: 64%;
  float: left;
  margin-right: 5%; }

.staffPicks {
  margin-top: 1rem;
  margin-left: 0; }
  .staffPicks h2 {
    background: none;
    color: #A75A8C;
    padding: 0;
    border-radius: 3px;
    line-height: 1.25;
    text-transform: uppercase;
    font-family: Arial, sans-serif; }

.staffPicksFullWidth {
  width: auto;
  float: none;
  clear: both; }
  .staffPicksFullWidth .doc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 30%; }
  .staffPicksFullWidth .doc + .doc {
    margin-left: 4%; }

@media (max-width: 900px) {
  .twoCol {
    float: none;
    width: auto;
    margin-right: 0; }

  .staffPicks {
    width: auto;
    float: none; } }
@media (max-width: 800px) {
  .staffPicksFullWidth .doc {
    width: 45%; }

  .doc + .doc + .doc {
    margin-left: 0; } }
@media (max-width: 570px) {
  .staffPicksFullWidth .doc {
    width: auto;
    float: none; }
  .staffPicksFullWidth .doc + .doc {
    margin-left: 0; }

  .doc + .doc + .doc {
    margin-left: 0; } }
/* TOC overrides */
.TOC .level {
  background: none; }

/* search overrides */
.results .hitMeta {
  display: none; }

/* index view */
.entry .suben h3 {
  color: #D8006E; }
.entry .suben .subheading:before {
  content: "Entries for Volume "; }

.entry .suben.X h3 {
  color: #D8006E; }

.search h2 .scope {
  display: none; }

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