﻿@media print {
  * {
    background: none !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* new styles */
  	.page-header, .main-heading, .hero-image, .page-footer, .page-header.mobile, .homepage-tabs, .tabs-separator, .video-container, .hp-logos, .submenu-container, .subpage-title {
		display: none !important;
	}
	h1, h2, h3 {
		display: block !important;
	}
	.main.page-col {
		margin: 0px !important;
		padding: 0px !important;
	}
	.tabcontent .post-item .col-3, .blog-content .post-item .col-3 {

		width: 20%;
		display: block;
		float: left;
		position: relative;
	}
	.tabcontent h2 {
		display: block !important;
		position: relative;
		width: 100%;
		height: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	h1 {
		text-align: left;
	}
}

