/*
	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
*/ 
header,
footer,
.homepage-hero,
.regionMap,
.panel_dynamic_outer,
.dynamic_ab_panel,
.cr__gallery,
.collections_template_custom_related_content,
.contentRender_name_plugins_collections_template_custom_featured_slider,
.mobile-options,
.interior-nav,
.button-holder,
.footer_container,
.qv-btn,
.shared-back-button
{
	display:none !important;
	content: "" !important;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
}
@media print {
	a[href]:after {
	content: none !important;
	}
}