*,
*::before,
*::after {
  background: #fff !important;
  color: #000 !important;
  /* Black prints faster */
  box-shadow: none !important;
  text-shadow: none !important;
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
  font-size: 1em;
  line-height: 1.5;
  margin: 2em !important;
}

h1 {
  font-size:  2em !important;
  margin:  0.4em 0 0 0 !important;
}

h2 {
  font-size:  1.5em !important;
  margin:  0.1em 0 0 0 !important;
}

h3 {
  font-size:  1.2em !important;
  margin:  0.1em 0 0 0 !important;
}

p {
  font-size: 16px !important;
}

ul li, ol li {
  line-height:  1.5 !important;
  padding:  0 !important;
  margin:  0 0 0 2em !important;
}

.image-with-lightbox {
  line-break:  anywhere !important;
}

.image-with-lightbox img {
  display:  block !important;
  clear:  both !important;
}

.fr-video {
  display: none;
}

div.callout--toc {
  font-style:  italic;
}

a,
a:visited {
  text-decoration: underline;
}

a[href]::after {
  content: " (" attr(href) ")";
}

abbr[title]::after {
  content: " (" attr(title) ")";
}

a[href^="#"]::after,
a[href].image-with-lightbox::after,
a[href^="javascript:"]::after {
  content: "";
}

pre {
  white-space: pre-wrap !important;
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}