/* -------------------------------------------------------------- 
 Print CSS  
-------------------------------------------------------------- */

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

div.NavArea,
div#pNav,
div.gNav_bg,
section#sideLnav,
section#hours,
section#guidance_foreign,
section#outpatient_physician,
section#banner,
article#footerNavArea {
	display: none !important;
}

.pageBreak_before {
	page-break-before: always !important;
}

.pageBreak_inside {
	page-break-inside: avoid !important;
}