@media print {

	.site-search,
	.btn-print,
	.footer,
	.sidebar-nav {
		display: none;
	}

	header .hero h1 {
		margin-top: 30px;
	}

	.accordion .accordion-collapse {
		height: auto !important;
		max-height: none !important;
	}

	.breadcrumbs {
		display: none !important;
	}

	a[href]:after {
		content: "";
	}

	.event-info-panel .panel-heading {
		font-size: 1.8rem;
		font-weight: 600;
	}

	.panel.event-info-panel>.panel-body {
		text-align: left;
	}

	.content-wrapper [class^=col-] {
		float: none;
		width: 100%;
	}

	details:not([open]) summary {
		display: block !important;
	}

	details:not([open]) {
		visibility: visible;
	}

	details:not([open])>*,
	details:not([open])>details {
		display: block;
	}

	.no-details details:not([open])>summary:before,
	.no-details[dir=rtl] details:not([open])>summary:before {
		content: "\25BC\a0";
	}
}