/* Dedicated contact sheet. Screen chrome is suppressed. */

@page {
  margin: 18mm 18mm 20mm;
}

html,
body {
  background: #fff;
  color: #111;
}

body {
  min-height: 0;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
}

.skip,
.site-header,
.header-brand,
.nav-checkbox,
.nav-toggle,
.site-nav,
.site-footer,
.print-trigger,
.map-stage,
.placeholder,
.media,
body.home .brand,
body:not(.contact) .page-title {
  display: none !important;
}

.print-only {
  display: block !important;
}

.print-logo {
  margin: 0 0 22pt;
  text-align: left;
}

.print-logo img {
  display: block;
  width: 2.08in;
  max-width: 36.8%;
  height: auto;
  margin: 0;
}

.print-statement {
  max-width: 36rem;
  margin: 0 0 22pt;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 11.5pt;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #111;
}

body.contact .page-title {
  display: none !important;
}

.letterhead {
  margin: 0;
  font-style: normal;
}

.letterhead p,
.letterhead .org {
  margin: 0 0 2pt;
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12pt;
  line-height: 1.45;
  color: #111;
}

.letterhead .org {
  margin-bottom: 10pt;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 13pt;
}

.letterhead a {
  color: #111;
  text-decoration: none;
}

.page {
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

a[href]::after {
  content: none !important;
}
