/* ==========================================================================
	 Print styles
	 ========================================================================== */
@media print {
* {
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}
	
	body, .header {border: 0;}
	
	*:not(tr):not(td) {	background: transparent !important;	}
	
	.main-cols a,
	.main-cols a:visited {
		text-decoration: underline;
	}
	.main-cols a[href^="http"]:after,
	.main-cols a[href^="https://"]:after {
		content: " (" attr(href) ")";
		font-size: 80%;
		white-space: pre;           /* CSS 2.0 */
		white-space: pre-wrap;      /* CSS 2.1 */
		white-space: pre-line;      /* CSS 3.0 */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap;  /* HP Printers */
		word-wrap: break-word;      /* IE 5+ */
		-ms-word-break: break-all;
     word-break: break-all;
	 -webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
		max-width: 100%;
	}
	.main-cols td a[href^="http"]:after,
	.main-cols td a[href^="https://"]:after {
		
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
		word-wrap: break-word;
	}
	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	.main-cols a[href^="javascript:"]:after,
	.main-cols a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	table, tr, td {height: auto !important;}
	table, tr {width: auto !important;}
	thead {
		display: table-header-group; /* h5bp.com/t */
	}
	tr,
	.main-cols img {
		page-break-inside: avoid;
	}
	img {
		height: auto;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}

	/* HIDE GLOBAL ELEMENTS */
	.header .utility,
	.banner-container .banner,
	.header .skiplink,
	.footer-section.top,
	.main-cols .col-left,
	a.print,
	body .outer-wrapper .header .main-nav-wrapper,
	body .header .main-nav,
	.block.subnav-menu {
		display: none;
	}
	
	body .outer-wrapper .header .banner-container{
		height: auto;
		min-height: 40px;
		}
		
	.header .banner-container .logo {
		margin: 0 5% 1% 0;
		float: left;
		position: relative;
	}
	
	.header .banner-container .Banner {
		width: 60%;
		
	}
	.header .banner-container .BannerText {
		margin: 2% 0 1% 0;
		display: block;
		width: 70%;
		float: left;
		font-size: 1.5em;
	}
	

	/* FORMAT GLOBAL ELEMENTS FOR PRINT */
	body {
		margin:0;
		padding:0;
		border:0;
		background-color: #fff;
		background: none;
	}
	body .outer-wrapper .main-cols  {
	margin: 0;
	padding:0;
	}
	
	body .outer-wrapper .main-cols .col-main,
	body .outer-wrapper .main-cols.two-thirds .col-left.hide-col + .col-main,
	body .outer-wrapper .main-cols .col-right {
		padding: 0 0 20px 0;
		max-width: 100%;	
		width: auto;	
		float: none;
		margin: 0;
		clear: both;
		display: block;
	}
	
	body .outer-wrapper .main-cols table,
	body .outer-wrapper .main-cols .bx-wrapper img {
	width: auto !important;
	max-width: 100% !important;
	display: block;
	}
	
	.col-main,
	.footer-section.bottom {
    border-top: 1px solid #000 !important;
	}
	.footer-section p.footer-copy {
		font-size: 12px;
		line-height: 16px;
		width: 100%;
	}

	/* FILTER EVENTS */
	.filter-events-wrapper legend,
	.filter-events-wrapper .filter-events {
		display: none;
	}
	.filter-results h1,
	.filter-results h1 span {
		color: #0F238C !important;
	}
	.filter-results .result-list li span {
		font-size: 14px;
	}
}