/*************** PRINT STYLES *****************/
/* Print styles--------------------------------------------------------------------------------------------------------*/
@media print {
	body { font-size: 10pt;}
	
	.rrtc-header__extras,
	#searchMobile,
	.mainnav,
	#vcu-branding-bar--top,
	.breadcrumb,
	.sidebar,
	.rrtc-header__title,
	header {
		display:none !important;	
	}
	
	.content-wrapper {
		border:none;
	}
	
	body:after, .masthead:after {
		background-image:none;	
	}
	
	.masthead .gutter, .container .container-gutter, footer .gutter {
		max-width:100%;
	} 
	
	.main-content {width:100%;}
	
	.content-wrapper .gutter,
	footer .rrtc-footer,
	footer .gutter {
		padding: 0;
	}
	
	footer {
		margin-top: 0;
		page-break-inside:avoid;
	}
	
	.page-title {margin:0 0 .5rem 0;}
	
}