@media print {
	#header .meta-nav, .sticky-container, .mobile-menu, footer, .no-print  {
		display: none;
	}
	body {
		margin: 0px;
	}
	@page  { 
		size: auto;   /* auto is the initial value */ 
		/* this affects the margin in the printer settings */ 
		margin: 50px 30px;  
	}

	.overlay {
		display: block;
		float: left;
		position: relative;
	}

	.img-3-col img {
		display:none;
	}

	.accordion-content, .small-toggle-hide {
		display: block !important;
	}

	img {
		max-width: 50% !important;
	}

	.person img {
		max-width: 100% !important;
	}

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

	.accordion-title, :last-child > .accordion-content:last-child {
		border: 0 solid #8f9baf;
	}
	.accordion-title {
		border-bottom: 1px solid #000;
	}	

	.department-content-boxes .small-toggle-content.open h2 {
		border: 0 solid transparent !important;
	}

	.department img {
		margin-bottom 20px;
	}

	.department-content-footer .large-4.medium-4.small-12 {
		width: 40%;
	}
	.department-content-footer .large-8.medium-8.small-12 {
		width: 60%;
	}

	.small-toggle-hide {
		height: auto !important;
	}

	.small-toggle-img img {
		margin-left: 20px;
	}


	a.mvz-arrow-link {
		padding-left:0 !important;
		text-decoration:none;
		color:#646464 !important;
	}
}