@media print {
  * {
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
    background: transparent !important;
  }
  @page {
    margin: 1.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  html {
    font-size: 12pt;
  }
  #wrapper {
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .header {
    position: static;
  }
  .header .brand .logo-text:before {
    display: none !important;
  }
  .header .brand .logo {
    display: block !important;
  }
  .navigation {
    display: none;
  }
  .breadcrumbs-container {
    overflow: visible;
  }
  .breadcrumbs-container:before,
  .breadcrumbs-container:after {
    display: none !important;
  }
  .breadcrumbs {
    white-space: normal;
  }
  .article-cols > .col {
    float: none;
    width: auto;
  }
  .scroll-top-wrapper {
    display: none !important;
  }
  .select2-container {
    display: none;
  }
  .btn-default {
    background: #333 !important;
    color: #fff !important;
  }
}
/*# sourceMappingURL=print.css.map */