/**
* Print stylesheet for central.edu
* @version         1.0
* @lastmodified    08.23.2022
*/
@media print {
	/*Remove Elements*/
	.container.profile,
	.requestInfo,
	.skipLink,
	.three.columns.interiorNav,
	.breadcrumbs
	{
	  display: none;
	}

	/* Remove Elements More Aggressively */
	#header-mobile,
	#header-pre,
	#header-main,
	#menu,
	#mainContent,
	.menu-toggle,
	hr,
	footer
	{
		display: none !important;
	}

	body {
		margin: 2em;
	  color: #000;
	  background-color: #fff;
	}
	.lightGraySection.title {
		margin:0 5px;
	}
	.container {
	    padding-right: 5px;
	    padding-left: 5px;
	    margin-right: auto;
	    margin-left: auto;
	}

	/* Adjust element width for printing */
	.container,
	.page-content .container .row .nine.columns,
	.majorIntro .container .row .nine.columns
	{
	    width: 100%;
	}

.sectionPadding {
	padding:10px 0 !important;
}
/* Adjust color-heavy sections for printing */
	.lightGraySection,
	.lightGraySection.pattern
	{
		border:2px dashed #ccc;
	  background: transparent;
	  padding: 1em 0;
		margin-bottom:5px;
	}

	#wrapper,
	#content
	{
	  width: auto;
	  margin: 0 5%;
	  padding: 0;
	  border: 0;
	  float: none !important;
	  color: black;
	  background: transparent none;
	}

	div#content {
	  margin-left: 10%;
	  padding-top: 1em;
	  border-top: 1px solid #990000;
	}

	/* Links */
	a:link,
	a:visited
	{
	  background: transparent;
	  color: #cb2026;
	  text-decoration: none;
	}

	/* Styles specific to Major Pages (included here in case we want to use this as a model for other child themes) */
	img.size-major-page-header-large {
		margin-top:10px;
		width:100%;
	}

	/* .page-content a:link[href^="http://"]:after, .page-content a[href^="http://"]:visited:after, .page-content a:link[href^="https://"]:after, .page-content a[href^="https://"]:visited:after {
		content: " ("attr(href) ") ";
		font-size: 11px;
	} */

}
