/**
 * Print stylesheet
 * Currently optimised for lesson pages only
*/

header,
footer,
.button,
#book_nav,
.button_container,
.contextual,
.button.trigger {
  display: none;
}

h1,
h2,
h3 {
  font-size: 14pt !important;
}

h4,
h5,
h6 {
  font-size: 12pt !important;
}

p {
    font-size: 10pt !important;
}

* {
  color: black;
  line-height: 1.5;
}

a:link,
a:visited,
a {
  background: transparent;
  font-weight: 400;
  text-decoration: underline;
  text-align: left;
}

a {
  page-break-inside: avoid
}

a[href^="/"]:after {
  /* content: " <https://nfhk.com.au" attr(href) "> "; */
}

a:after>img {
  content: "";
}

article a[href^="#"]:after {
  content: "";
}

a:not(:local-link):after {
  /* content: " <https://nfhk.com.au"attr(href) "> "; */
}

.container {
  max-width: none;
  margin: 0;
}

.content_main_area {
  margin-top: 20px;
  margin-bottom: 20px;
}

.add-margin-bottom {
  margin-bottom: 0;
}

.paragraph--type--slide {
  min-height: 0;
}

.paragraph--type--slide .slide_content_area {
  padding: 0;
  position: static;
  height: auto;
  width: 100%;
  display: block;
}

.paragraph--type--featured-tile,
.content-type-unit,
.content-type-lesson,
.paragraph--type--sidebar-block,
.paragraph--type--resource-tile {
  box-shadow: none;
  margin: 0 0 20px;
  padding: 0;
}

.paragraph--type--featured-tile img,
.content-type-unit img,
.content-type-lesson img,
.paragraph--type--sidebar-block img,
.paragraph--type--resource-tile img {
  display: none;
}

iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
