/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

@media print {
	section.side-nav-section,
	section.header-section,
	section.footer-section,
	section.header-slideshow,
	section.interior-slideshow,
	.interior-slideshow .arrow,
	.panel_custom_alerts,
	.breadcrumb,
	.shareButtonsWrapper,
	.hero-image,
	.video-wrapper,
	.col-left .narrow-callout,
	.narrow-callout .slide img,
	.highlight-tabs .highlight-top img,
	.custom_image_box .slide img,
	.contacts .contact .photo,
	.custom-gallery,
	.history-timeline .timeline-wrapper .history-item img,
	.highlight-tabs .highlight-tab .highlight-button,
	.search_results .search_result_item.has_image .search_result_image,
	.blogWidget.blogSidebar, 
	.blogWidget.blogArchives,
	.blogContainer .rssLink,
	.blogContainer.pressReleases .pagingButtons,
	iframe
	{ display:none; }

	a[href]:after {
		content: none !important;
	}

	ul {
		list-style-type: none;
	}
	
	.history-timeline .timeline-wrapper .items-scroller {
		top: 0;
		height: auto;
	}
	.history-timeline .timeline-wrapper .history-item {
		display: block;
	}
}