/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
* {
  background: transparent !important;
  color: black !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important;
}

a, a:visited {
  color: #444 !important;
  text-decoration: underline;
}
a:after, a:visited:after {
  content: " (" attr(href) ")" !important;
  display: inline-block !important;
  font-family: inherit !important;
  font-size: 1em !important;
  margin-left: 1em;
}
a abbr[title]:after, a:visited abbr[title]:after {
  content: " (" attr(title) ")";
}

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

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}

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

thead {
  display: table-header-group;
}

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

img {
  max-width: 100% !important;
}

@page {
  margin: 1cm;
}
p, h2, h3 {
  orphans: 3;
  widows: 3;
}

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

.sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav,
.hidden-print,
.sr-only {
  display: none;
}

.collapse {
  display: block !important;
  height: auto !important;
}

.site-logo {
  height: 2cm;
}/*# sourceMappingURL=print.css.map */