/*
	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 {
	.top-bar, 
	.action-items,
	.nav-container,
	#sv_adminBar, 
	.alert-header,
	header, 
	.contentRender_name_plugins_common_footer, 
	.custom_header_slideshow_homepage,
	.custom_header_slideshow_interior,
	[id^=sv_adminBar],
	[data-sv-addthis],
	.themebordercolor,
	.sitemap,
	.contentRender_name_plugins_nav_side,
	.eventsContainer,
	.keyword-col,
	.shared-list-filter,
	.panel_custom_related_content,
	.dtnad,
	.columns .panel_tabs .tabs,
	.loadmore,
	.contentRender_name_plugins_addthis_addthis,
	.contentRender_name_plugins_tripbuilder_counter,
	a:after
	{display: none !important;}

	section.content {
		display: block !important;
		padding-top: 0;
		page-break-inside: avoid;
	}
	
	img {
		display: block;
		page-break-inside: avoid;
	}
	.shared-list .item {
		position: relative;
		width: 50%;
	}
}


