/* -----------------------------------------------------------
 * $Revision:: 0000                                         $
 * $Date:: 2024-06-24 10:36:26 -0500                        $
 * $Author:: kellyshipp                                     $
 ------------------------------------------------------------ */
/*
 specific to printing only
*/
.screenonly { visibility: hidden; height:0px;}
.floatingheader_printonly { visibility: visible; height: auto; display: block; }
.floatingheader { visibility: hidden; height:0px; display:none; }
.noprint, .noprint * { visibility: hidden; height:0px !important; display: none !important; }
.page-break { display:block; page-break-before:always; } 
#menuback { visibility: hidden; height:0px;}
a:link:after, a:visited:after { content: ""; }    /* hide urls from printing with links - likely a feature from bootstrap */
@media print {
  .backstretch {display:none !IMPORTANT;}   /* hide js background img */
  .row {width: 100%; margin: 0; float: none;}
  .no-print, .no-print * {display: none !important;}
}