/* line 1, src/sass/print.scss */
body {
  font: 12pt Georgia, "Times New Roman", Times, serif !important;
  line-height: 1.3;
  text-align: left !important;
}

/* line 7, src/sass/print.scss */
#breadcrumb,
#mobile-nav,
.block-title:after,
.conversion-form,
.hero-content,
.hero:before,
.lang-switcher,
.lang-switcher-new,
.main-menu,
.mini-menu,
.prevnext,
.print,
.share,
.sidebar,
.single-blog .author,
.single-reference .author,
body:before,
footer {
  display: none !important;
}

/* line 28, src/sass/print.scss */
.top-bar,
header {
  background: none !important;
}

/* line 33, src/sass/print.scss */
.hero header .menu-bar {
  border: none !important;
  height: 0 !important;
}

/* line 38, src/sass/print.scss */
.hero,
header {
  background-image: none !important;
  height: 100px !important;
  display: block !important;
}

/* line 45, src/sass/print.scss */
.block-title {
  text-transform: none !important;
  font-size: 19pt !important;
  font-weight: bold !important;
  text-align: left !important;
  margin: 0 !important;
}

/* line 53, src/sass/print.scss */
h2 {
  font-size: 15pt !important;
}

/* line 57, src/sass/print.scss */
img {
  max-height: 200px !important;
  width: auto !important;
  margin: 20px 0 !important;
  float: none !important;
}

/* line 64, src/sass/print.scss */
H4,
h1,
h2,
h3,
h5,
ol,
p,
ul {
  display: block !important;
  width: 100% !important;
}

/* line 76, src/sass/print.scss */
.top-bar {
  background: none !important;
  display: none !important;
}

/* line 81, src/sass/print.scss */
.logo {
  margin: 75px 0 0 !important;
}

/* line 85, src/sass/print.scss */
[class*="col-"] {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* line 91, src/sass/print.scss */
.page-content a:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
}