/*
	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.header,
	section.footer,
	.panel_custom_alerts,
	.breadcrumb,
	.search_results .search_result_item.has_image .search_result_image,
	.blogWidget.blogSidebar, 
	.blogWidget.blogArchives,
	.blogContainer .rssLink,
	.blogContainer.pressReleases .pagingButtons,
	.blog-callout-slider,
	.highlights .info .link,
	.list-container .slides,
	iframe,
	.layoutjs .filterPane,
	.link,
	a.read-more,
	a[data-asset],
	.image-wrapper,
	picture,
	img,
	.button,
	.shared-play-button,
	ul.slick-dots,
	.slider-controls
	{
		display: none !important;
	}

	a[href]:after {
		content: none !important;
	}

	/* force slick slides to layout in a column */
	.slides .slick-track {
		display: flex !important;
		flex-direction: column !important;
		width: 100% !important;
		max-width: 100% !important;
		transform: none !important;
	}
	.slides .slick-track .slide {
		width: 100% !important;
		height: auto !important;
		float: none !important;
	}
	.slides .slick-track .slide .content-wrapper {
		width: 100% !important;
	}
}