/* Print Style Sheet */
@media print {
	
	* {
		font-size: 12px; 
	}

	p, a {
		word-break: normal;
		font-size: 1.0em; 
		line-height: 1.0em;
	}

	h1 {
		font-size: 2.2em; 
		line-height: 1.0em;
	}
	
	h2{
		font-size: 1.8em; 
		line-height: 1.0em;
	}
	
	h3 {
		font-size: 1.6em; 
		line-height: 1.0em;
	}
	
	h4{
		font-size: 1.4em; 
		line-height: 1.0em;
	}

	h5 {
		font-size: 1.2em; 
		line-height: 1.0em;
	}

	h6{
		font-size: 1.0em; 
		line-height: 1.0em;
	}

	li {
		line-height: 1.2em;
		padding: 0px;
		margin: 0px;
	}

	.search-social, #top-menu, #footer-logo, .ufl_slider_wrapper, .quick-menu, .sidebar, #breadcrumb {
		display: none;
	}

	.menu-wrapper ul * {
		display: none;
	}

	footer.color-bar{
		display:none;
	}

	.ui-accordion-content {
		display: block;
	}

	footer.color-bar {
		background-color: #ffffff; 
		color: #0D1F5C;
		height: 25px;
		border:none;
		height: 0px;
	}

	.box .right{
		width: 100%; 
		float: none;
		clear: both;
	}

	/*Curric Guide Print Styles */
	#courses-navigation, #course-key, .course-description {
		display: none;
	}

	.courses {
		border: none;
		box-sizing: content-box;
		text-align: left;
		line-height: 12px;
		font-size: 12px;
		height: inherit;
		margin-bottom: 5px;
		border-bottom: 1px solid #999999;
	}

	.course-credit {
		position: relative;
		right:5px;
		line-height: 16px;
	}

	#curriculum-description {
		line-height: 1.0em;
		font-size: 12px;
	}
}