@media print {
	@page {
		margin: 14mm;
	}

	html,
	body {
		margin: 0 !important;
		padding: 0 !important;
	}

	body {
		padding-top: 0;
		font: 16px/24px 'Roboto Condensed', Georgia, Verdana, sans-serif !important;
		/*font: 20px/30px defaultFont, Georgia, Verdana, sans-serif !important;*/
		letter-spacing: 0.5px;
	}

	.container,
	#content {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.navbar,
	.navbar-fixed-top,
	.desktop-nav,
	.mobile-nav,
	.articleProcessBar,
	.pageScrollUp {
		display: none !important;
	}

	.jumbotron {
		height: 0;
		position: static;
		/*color: black;*/
		text-align: center;
		width: 100%;
	}

	.articleHeader {
		margin-top: 0 !important;
		margin-bottom: 6mm !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		border-bottom: none !important;
		top: 0;
		/*color: black;*/
		/*text-align: center;*/
	}

	.articleHeader h1,
	#content h1 {
		margin-top: 0 !important;
		padding-top: 0 !important;
		line-height: 1.2 !important;
		overflow: visible !important;
	}
	.articleHeader div h1 {
		color: black!important;
	}

	#content h1 {
		font-size: 20px;
		/*color: black;*/
		/*line-height: 3vh;*/
		border-bottom: none;
		/*font-size: 3vh;*/
		max-width: 100%;
	}

	.sectionHeader h1 i {
		display: none;
	}

	.pageFooter
	{
		display: none
	}

	article {
		margin-top: 14px;
	}
	article {
		width: 100% ! important;
		max-width: 100% ! important;
	}

	a {
		border-bottom: 0px ! important;
	}

	a[href]:after {
		content: none !important;
	}

	.articleNewsFeeds {
		display: none;
	}

	.statementBox {
		border: 1px dotted black;
	}

    video, iframe
    {
	    background-color: white;
	    opacity: 0.1;
    }


	.non-printable {
		display: none;
	}

	/* --------------------------------------------- Quotations ---------------------------------------- */
	.dblQuotationLeft:before {
		content: "\201C";
		font-family: serif;
		font-size: 16px;
		font-style: normal;
	}

	.dblQuotationRight:before {
		content: "\201D";
		font-family: serif;
		font-size: 16px;
		margin-left: 0px;
		font-style: normal;
	}

	.singleQuotation:before {
		content: "\2019";
		font-family: serif;
		font-size: 16px;
		font-style: normal;
	}

	/* --------------------------------------------- Modules ---------------------------------------- */
	#articleNewsFeeds, #commentForm-0, #footerCopyright, #articleHeaderTools, #articleNewsFeedsToggle {
		display: none;
	}
}
