
/* PRINT */
	#m-menu,
	.header-title,
	#bgImage0,
	#bgImage1,
	.breadcrumbs,
	footer,
	.left-column,
	.right-column,
	.article-core .attachments,
	header,
	.article-page .article-footer,
	.article-comments .c-alert-message,
	.article-comments {
		display: none !important;
	}
	#m-menu + #core {
		margin-top: 0;
	}
	.header-branding {
		position: absolute;
		left: 50%;
		margin-left: -50px;
	}
	body {background-color: white !important;}
	.article-page .article-footer {
		border-color: white;
	}
	.c-content-box {
		box-shadow: none;
	}
	article,
	article > div {
		border-style: none;
	}
	#core > div >div > div.col-md-6 {
		width: 100%;
	}
	#core > div.c-container {
		margin: 0;
	}
	.article-page .article-core {
		padding: 5px 30px 5px 30px;
	}
	#page-content article .c-content-box,
	.article-page .article-content-inner p {
		margin-bottom: 0px;
	}
	.article-page .article-content-inner,
	h2, p {
		margin-bottom: 5px;
	}
	ul {
		margin-bottom: 10px;
	}
	.c-content-box,
	#page-header {
		box-shadow: none;
	}
	.article-title {
		margin-top: 10px;
	}
	* {
		box-shadow: none !important;
	}
	.article-title + .article-content {
		padding-bottom: 5px;
		border-bottom: 1px solid #eee;
	}
	#page-content > div > article:last-child .article-content {
		padding: 0;
		border-bottom: none;
	}


