@media print {
  body .banner,
  body .sidebar_first,
  body #block-drupalbase-custom-gtranslate,
  body #block-searchapipagesearchblockform {
    display: none !important;
  }
  body .breadcrumb-item {
    white-space: normal;
  }
  body #block-drupalbase-custom-content a[href$=".pdf"]:after,
  body #block-drupalbase-custom-content a[href$=".doc"]:after,
  body #block-drupalbase-custom-content a[href$=".docx"]:after,
  body #block-drupalbase-custom-content a[href$=".xlsx"]:after,
  body #block-drupalbase-custom-content a[href$=".xlsm"]:after,
  body #block-drupalbase-custom-content a[href$=".xlsb"]:after,
  body #block-drupalbase-custom-content a[href$=".xls"]:after,
  body #block-drupalbase-custom-content a[href$=".ppt"]:after,
  body #block-drupalbase-custom-content a[href$=".pptx"]:after,
  body #block-drupalbase-custom-content a[href$=".zip"]:after,
  body #block-drupalbase-custom-content a[href*="mailto"]:after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    font-family: 'Montserrat', sans-serif;
    color: gray;
    text-decoration: none;
  }
  body #block-drupalbase-custom-content #facility-tabs .nav-pills {
    display: none;
  }
  body #block-drupalbase-custom-content #facility-tabs .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
