/* print.css */
nav, footer, .hero, .video, .carousel { display: none !important; }
body { color: #000; background: #fff; font: 12pt/1.4 Georgia, "Times New Roman", serif; }
a::after { content: " (" attr(href) ")"; font-size: 10pt; }
img { max-width: 100%; height: auto; }
