* {
  background-color: transparent;
}

.sidebar,
#navigation,
#header-region,
#suffix,
#utilities,
#upper-footer,
#lower-footer,
.breadcrumb,
.tabs,
.tags,
.feed-icon,
.menu,
.links,
.pager,
.slick__arrow,
#signup,
.more-link,
.text-collapsed:after {
  display: none !important;
}

h1,
#main,
.attachments h2,
figcaption,
._idFootnotes {
  color: black !important;
}

.layout-container {
  width: 100%;
}

#content,
.title {
  margin: 20px 0;
  width: auto;
}

a:hover, a:active, a:link, a:visited {
  color: black;
}

.text-collapsed {
  height: auto;
}

.attachments h2, .attachments .field-label, .attachments .field__label,
.attachments .field__item, .attachments .field-content {
  padding-left: 0 !important;
}

#content a:link:after, #content a:visited:after,
.attachments a:link:after, .attachments a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
}



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