@media print {
	/*The following styles were put into implementation on 9/12/2018. These styles take into consideration the new snippets*/
	/*For WYSIWYG Functionality*/
	* {
		-webkit-print-color-adjust: exact !important;
	}

	/*Hide Web URL Addresses On Printout*/
	a[href]:after {
		content: "";
	}

	/* Hide Hero Slideshow Titles */
	div.ms-anim-layers h1, div.ms-anim-layers h2, div.ms-anim-layers h3, div.ms-anim-layers h4, div.ms-anim-layers h5, div.ms-anim-layers h6 {
		display:none;
	}

	/* Headers and Snippet Titles */
	span.snippettitle, h1,h2,h3,h4,h5,h6 {
		text-align:unset !important;
		line-height: 1em;
		margin-top: 1em;
		font-size: 1.5em;
	}

	/*MAIN CONTENT SECTION*/
	#mainContent {
		padding-left:2em !important;
		padding-right:2em !important;
	}
	#mainContent img {
		max-width: 400px !important;
		display:block;
	}

	/*Show Full Intro Paragraph*/
	div.program_info div.add_more_less_intro_container {
		height:auto !important;
	}

	/* Hide Read More Link From Intro Paragraph */
	#more_Link, #less_Link {
		display:none !important;
	}

	/*Areas of Study Snippet Formatting*/
	a.areasOfStudy3LearnMoreLink{
		display:none;
	}

	/*Areas of Study - Hide Div with Photo Background */
	.ctnt_blk div.div_hover_link {
		display:none !important;
	}

	/*CIRCLE ICON SECTION*/
	div.circleicons-wrapper {
		display:block !important;
	}
	div.circleicons-wrapper ul {
		margin-bottom:5em;
		text-align:left !important;
	}
	div.circleicons-wrapper ul li {
		display:inline-block;
		width:4em !important;
		height:8em !important;
		margin-right:3em;
		margin-bottom:1em;
	}
	div.circleicons-wrapper ul li span.circleicons {
		margin-bottom: -4em;
	}

	/*BLOG POSTING STYLE - HIDE THUMBNAILS WITH BG IMAGES*/
	article.blog_article_ctnr div.post_listing_thumb  {
		display:none;
	}
	div.blog_title_lead {
		width: unset;
	}

	/*FACULTY ROTATOR SECTION*/
	div.faculty_photo_container_ou ul li {
		display:inline-block;
	}
	/*Hide Rotator Div w Background Image*/
	div.constrainprofileimg {
		display:none;
	}
	div.faculty_photos ul li {
		display:block;
		float:unset;
		margin-left: 2em;
	}

	/*View all Faculty Button*/
	div.faculty_photos div.see-all-events {
		display:none;
	}
	/*Faculty Title Spacing From Name*/
	span.faculty_ttl {
		margin-top:-.50em;
	}

	/*DIVS WITH BACKGROUND IMAGE*/
	div.divWBGImg {
		display:none !important;
	}
	div.3columncntbgimg {
		display:none !important;
	}

	/*Accordion W/ICONS*/
	.fontawesome_accordionlink {
		width: 20em;
	}
	.AccordionWithIcons {
		display:block;
		clear:both;
		margin-top: 2em !important;
	}
	/*Hiding Green Arrows*/
	.AccordionWithIcons li.accordion-navigation > a:after {
		display:none;
	}
	/*2 Column Icon Dropdowns*/
	.accordion-navigation {
		margin-right:15em;
	}
	/*FIXED BG SNIPPET*/
	div.fixedbackground {
		display:none;
	}
	/*HERO IMAGE CENTERED W CONTENT*/
	div.largeHeroWithContent {
		display:none;
	}

	/*Image W/Overlay Snippet*/
	div.largeHeroWithContentAndText {
		display: block !important;
		padding-bottom:5% !important;
		overflow:unset;
	}
	/*3columncontent Snippet*/
	div.content_grid div {
		display: none !important;
		margin-bottom: 2em !important;
	}
	/*MULTIMEDIA CONTAINER SNIPPET - HIDE DIV BG IMAGE*/
	.multimedia_container {
		display:none !important;
	}
	/*SOCIAL MEDIA SNIPPET*/
	div.s_media_container {
		height=80px;
		display: table-cell;
		vertical-align: bottom;
	}
	ul.social-icons li {
		padding-right: 0em;
		display: table-cell;
	}
	/*A to Z INDEX*/
	#azindex_content ul.letternav li.inactive {
		padding-left: .5em;
	}

	/*Calendar Tweeks*/
	.lwcw a {
		margin: 0px;
		position: relative;
		overflow: hidden;
		display: block;
		padding: 5px 5px 5px 5px;
		min-height: 50px;
	}
	.lwcw h3 {
		margin: 0 0 5px 50px !important;
	}
	div.lw_events_time, div.lw_events_location {
		display:block;
		margin-left:50px;
	}
	div.lw_events_date {
		width: unset;
		padding-left: .25em;
	}
	.lw_events_month {
		margin-top: -1em;
	}

}