﻿@media print {
	.leftNavColumn, #breadcrumb, #head_mainlinks, .hdWideBar, 
	.newsFeatureShareLinks, footer, #scrollUp {
		display: none;
  	}

  	.rightColumn {
  		width: 28%;
  		min-height: 350px;
		height: auto !important;
		margin-top: 25px;
		float: left;
		font-size: 13px;
		line-height: 130%;
		clear: none;
	}

	iframe[src*="youtube"] {
		display: none;
	}

	.tabsGroup {
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		position: unset !important;
	}
	
	li {
		background: unset;
		list-style: disc;
	}

	.helpBox {
		display: none;
	}

	.health-notice-bar {
		display: none;
	}
	#homeNewsTicker {
		display: none;
	}
	#head_brand 
	{
		display: block; 
		margin: 0;
	}
	#homeHighlights .right, #eventListing .right {display: none;}
	.col66pctwide {
		margin-bottom: 20px;
	}
	a {
		text-decoration: none;
	}
	.thinHeadlineUnderline {
		font-size: 23px;
	}
}