/* 
================================
PRINT STYLES
================================
*/
@media print {
  .site-header, .site-footer, .col-sub, .hide-on-print {
    display: none;
  }
  .show-on-print-only {
    display: block;
  }
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    font-family: Roboto, sans-serif;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
  }
  a, a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .list-nobullets li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    background: none;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  /* end print styles */
}

/*# sourceMappingURL=print.css.map */