/* a nice little stylesheet for printers */
@media print {
div:not(.reveal-modal) {display: block;}
 
* { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: "" !important; }
  abbr[title]:after { content: ""; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .hide-on-print { display: none !important; }
  .print-only { display: block !important; } 
  .fixed { display:none !important;}
  .side { display:none !important;}
 .services-column, .office-column {display:none !important;}
 table.hrs-tbl { width:300px !important;}
 .row.print.footerContactPrint { display:block !important; padding-left:2.5em;}
  .contact-info { padding-top:2em; } 
  .slideshow {width: 780px; height:425px;}
 .doc-img {margin-left:1em !important;} 
  .doc-intro {margin-left:1.2em !important;} 
  .home-serv, .home-action { display:none; }
.large-6.columns.free { padding-left: 1em !important;}  
.large-6.columns.same-day {border-right:none !important;}
.print.logo { text-align:center; display:block !important; margin-top: 1.750em; padding-left: 0; margin-bottom: 1.525em;}

}