@media print {

	/**** GENERAL ****/
	body, h1, h2, h3, h4, h5, h6, p, ul li, ol li, a, strong, table th, table td, span { font-family: Arial; }
	div { page-break-before: avoid; break-before: avoid; }

	#accesibilityPanel { display: none; }
	header { height: 94px; position: relative!important; }
	header .navbar-content, header nav, #content-header, .breadcrumbs, .sidebar, header .navbar-brand > img:not(.print),
	#pre-footer, footer > .container:first-child, footer #copyright img, #homeSearch {
		display: none!important;
	}

	.text-white { color: #000000!important; }

	*[class*="border-bottom"] { border-bottom-width: 0!important; }
	*[class*="border-left"] { border-left-width: 0!important; }
	*[class*="border-right"] { border-right-width: 0!important; }
	*[class*="border-top"] { border-top-width: 0!important; }

	.breadcrumbs + div > .row > .col-lg-8 { -ms-flex: 0 0 100%!important; flex: 0 0 100%!important; max-width: 100%!important; }

	.bottom-arrow:before { content: none; }

	@media (min-width: 768px) {
		.col-lg-1, .col-xl-1 { -ms-flex: 0 0 8.888888%; flex: 0 0 8.888888%; max-width: 8.888888%; }
		.col-lg-2, .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; }
		.col-lg-3, .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
		.col-lg-4, .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; }
		.col-lg-5, .col-xl-5 { -ms-flex: 0 0 41.666667; flex: 0 0 33.333333%; max-width: 33.333333%; }
		.col-lg-6, .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
		.col-lg-7, .col-xl-7 { -ms-flex: 0 0 58.888888%; flex: 0 0 58.888888%; max-width: 58.888888%; }
		.col-lg-8, .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; }
		.col-lg-9, .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; }
		.col-lg-10, .col-xl-10 { -ms-flex: 0 0 83.888888%; flex: 0 0 83.888888%; max-width: 83.888888%; }
		.col-lg-11, .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; }
		.col-lg-12, .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
	}
	
	/**** HEADER ****/
	header .navbar-brand > img.print { display: inline-block!important; }

	/**** HOMEPAGE ****/
	#homeSearch + div { display: none!important; }

	#mostPopular ul > li > a, #mostPopular ul > li > ul > li > a { color: #000000; }

	@media (min-width: 768px) and (max-width: 992px) {
		.boxes-menu > li { width: calc(33.3333334% - 30px)!important; }
	}

	/**** MINISTERS ****/
	.staff-item .col-xl-3 { display: none; }
	.staff-item .col-xl-9 { width: 100%!important; }
	.panel-group .panel-heading .panel-title a { display: none; }

	/**** STAFF ****/
	.search.contacts { display: none; }
}