@charset "UTF-8";

@media print {

  /* Margins */

  @page {
    margin: 1cm 0.5cm 1.25cm 0.5cm;
  }

  html,
  body {
    height: 99%;
  }

  /* Fonts */

  body {
    background: #ffffff !important;
    color: #000000;
    font: 13pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    padding-top: 0 !important;
  }

  .header-wrap {
    position: relative;
    top:20px;
  }

  h1 {
    font-size: 20pt;
  }

  h2,
  h3,
  h4 {
    font-size: 14pt;
    margin-top: 1cm;
  }

  /* Page breaks */

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }


  pre {
    page-break-inside: avoid;
  }

  table {page-break-before: avoid;}
  tr{page-break-inside: avoid; page-break-after: auto;}

  ul,
  ol,
  dl {
    page-break-before: avoid;
  }

  .tablepress-table-description {
    page-break-inside: avoid;
  }

  .tablepress-table-description a {
    color:#000;
    text-decoration:underline;
  }

  /* Links */
  
  a:link,
  a:visited,
  a {
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
  }

  a[href^=http]:after {
    /*content: " < " attr(href) "> ";*/
  }

  a {
    page-break-inside: avoid;
  }

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

  .wp-block-spacer {
    max-height:20px;
  }

  .entry-content .has-white-color {
    color:#000000 !important;
  }

  .entry-content .has-blue-dark-background-color {
    background:white;
  }

  .entry-content .has-blue-dark-background-color + .wp-block-cover__inner-container .wp-block-column > h2.has-text-color {
    display: none;
  }

  .entry-content .has-blue-dark-background-color + .wp-block-cover__inner-container span a {
    color:#000;
    text-decoration:underline;
  }

  .entry-content {
    padding-bottom: 0;
  }

  p,
  table td,
  table th,
  .tablepress-table-description {
    color:#000;
  }

  .entry-content table.tablepress.tablepress tr.odd.odd td {
    background:#ffffff;
  }

  .entry-content table.tablepress.tablepress {
    border: 1px solid black;
    border-bottom: 0;
  }

  .entry-content table.tablepress.tablepress td {
    border-bottom: 1px solid black;
    font-size: 9pt;
  }

  .entry-content table.tablepress.tablepress th {
    font-size: 9pt;
  }

  .entry-content table.tablepress.tablepress td:empty {
    display: none;
  }

  .entry-content .wp-block-cover .wp-block-cover__inner-container {
    padding:0 !important;
  }

  /*.wp-block-spacer + h2 {
    page-break-before: always;
  }*/

  .print-break {
    page-break-before: always;
  }

  /* Visibility */

  .hide-print,
  nav,
  .search-form,
  .nav,
  .entry-content > .wp-block-cover:first-child,
  .block.jump-links,
  .wp-block-buttons,
  .alert-wrap,
  table caption a,
  .footer .footer-nav,
  .footer .footer-social,
  .footer-newsletter-wrap,
  .crumbs,
  header .hamburger,
  .entry-content .wp-block-cover:not(:first-child):after,
  .entry-content .wp-block-cover:not(:first-child):before,
  .acsb-trigger.acsb-trigger.acsb-ready,
  .back-to-top,
  .entry-content .wp-block-column.is-vertically-aligned-center {
    display: none !important;
  }
}
