@media print {
	 body {
		 /*--gray-5: #555;*/
		 overflow-x: visible!important;
	}
	 *, *::before, *::after {
		 text-shadow: none !important;
		 box-shadow: none !important;
	}
	 a:not(.btn) {
		 text-decoration: underline;
	}
	 abbr[title]::after {
		 content: " (" attr(title) ")";
	}
	 p a[href]::after {
		 content: " (" attr(href) ")";
		 font-weight: normal;
		 font-size: 12pt;
	}
	 a[href^="#"]::after, a[href^="javascript:"]::after {
		 content: "" !important;
	}
	 p, li {
		 font-size: 12pt;
		 line-height: 1.5;
		 max-width: 580px;
	}
	 p, h1, h2, h3 {
		 orphans: 3;
		 widows: 3;
	}
	 h1, h2, h3 {
		 page-break-after: avoid;
	}
	 img {
		 page-break-before: auto;
		 page-break-after: auto;
		 page-break-inside: avoid;
	}
	 tr, td, th, img {
		 page-break-inside: avoid;
	}
	 thead {
		 display: table-header-group;
	}
	 pre {
		 white-space: pre-wrap;
	}
	 pre, blockquote {
		 border: 1px solid var(--gray-5);
		 page-break-inside: avoid;
	}
	 @page {
		 margin: 1in;
	}
	footer {
	    display: none!important;
	}
	header.main-header {
	    display: none!important;
	}
	/****************************************************************** * Print modifications specific to artsci.tamu.edu from here down * ******************************************************************/
	/*.mobile-open-icon {*/
	/*    display: none!important;*/
	/*}*/
}