@charset "utf-8";
/* CSS Document */

.masthead,
#navcontainer,
.hide_for_print,
.l3,
.pgntn-page-pagination,
.apss-social-share,
.breadcrumbs,
#disqus_thread,
.comments-link,
span.footer_nav,
.sub_footer,
.yuzo_related_post,
.comments_policy {
	display: none !important;	
}
body {
	background-color: white;	
}
.custom_pagewrapper {
	-webkit-box-shadow:rgba(0, 0, 0, 0.0) 0px 0px 20px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0) 0px 0px 20px 0px;
	box-shadow:rgba(0, 0, 0, 0.0) 0px 0px 20px 0px;
	border-right:0px solid rgb(224, 205, 148);
	border-left:0px solid rgb(224, 205, 148);

}
.print_logo {
	display: block;
	margin: 10px auto;
	max-width: 50%;	
}
.print_element {
	display: block;	
}
.l9 {
	width: 100% !important;	
}
 a[href]:after {
    content: none !important;
  }