
.print-only {
  display: none !important;
}

@media print {

  @page {
    margin: 2cm;
  }

  .print-only {
    display: block !important;
  }

  
  header[role="banner"],
  .no-print,
  aside,
  .flowplayer,
  .iframe_video_container,
  footer.bg_grey_light_2 {
    display: none !important;
  }

  
  a[href]:after {
      content: " " !important;
  }

  article .f_left {
    float: none;
  }
  .print-only-logo {
    width:200px;
    margin-left: 7px;
  }

 
  .page_section.m_top_20 {
    margin-top:0.3cm;
  }
  article.m_bottom_30.m_xs_bottom_30 {
    border-top:2px solid black;
    padding-top:0.5cm;
  }
  article.m_bottom_30.m_xs_bottom_30 h3 {
    font-weight: bold;
  }
  article.m_bottom_30.m_xs_bottom_30 h3 + h1 {
    margin-top: 2cm;
  }
  article.m_bottom_30.m_xs_bottom_30 h1 {
    font-size:2em;
  }

  .t_xs_align_c.f_left.m_bottom_10.m_right_20.m_xs_bottom_15.f_xs_none {
    margin-right: 0;
    margin-bottom: 0.5cm;
  }

}