/* Print Style Sheet */
@media print {

body {
	background:none;
	color:black;
	font-family: Helvetica, Arial, sans-serif ;
 	margin: 0 8%;	
 	padding: 0;
 	}
 	
  img { 
    max-width:100% !important;
    }

.menu, .custom_nav, #nav_search, .ha-featured-stories, #custom_post_footer, #special_byline_items, #subscribe-and-share, #sidebars, #comments, comments #respond, .prev_next, .btc-powered, #hellobar-container, .post-overline, #logo, .post_tags, #footer-widget-block, #footer, .footer-copyright, #outbrain_widget_0.OB_default, #outbrain_container_0_rec, .comment-policy, .footer-ad, .nr_related_placeholder, .footer-ad-squares, #after-post-subscribe-options, #disqus_thread, #dsq-2

	{
	display: none;
	}



#print-logo {
	display: block;
	height: 83px;
	width: 502px;
	}



#content{
	margin-left: 0;
	float: none;
	width: auto;
	}

p {    
   	 font-size: 14px;
	 line-height: 19px;
   }
   

img {
	 page-break-inside:avoid; 
     page-break-after:avoid; 
     border: none;
     }

h1, h2, h3, h4, h5, h6 { 
	 page-break-after:avoid; 
     page-break-inside:avoid; 
     }
     
     
blockquote, table, pre { 
	page-break-inside:avoid;
	}
	
ul, ol, dl  { 
	page-break-before:avoid; 
	}

a:link, a:visited
	{
	color: #0089BD;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
	}

#dsq-content {
	page-break-before: always;
	}


}