/* Print Style Sheet */
@media print {
body { 
	background:white; 
	color: #000; 
	margin:0;
	}

a {
	color: #013c5b !important;
	}

.green, .red, .blue, .orange {
	color: #000 !important;
	}

.main_menu, .HeaderMenu, video, .howdoi, .full_size_image.right, .full_size_image.left, .mobileBackground {
	display: none;
	}

.homeVideo {
	padding-bottom: 0;
	}

.headerImage {
	background: none;
	background-image: none;
	color: #000 !important;
	border-bottom: 0 !important;
	padding-bottom: 0;
	}

.headerImage h1, .headerImage.colorbar h1 {
	position: relative;
	margin: 20px 0 0 0;
	font-weight: 700;
	padding: 0;
	text-transform: none;
	font-size: 20px !important;
	line-height: 30px;
	color: #000 !important;
	text-align: left;
	font-family: 'Libre Franklin', sans-serif;
	}

.sidebar, .side-menu {
	display: none;
	}

#content {
	margin: 0 !important;
	}

.chalk {
	padding: 0;
	}

.footer {
	border-top: 1px solid #013c5b;
	margin: 0;
	color: #000;
	}

.footcol {
	display: none;
	}

.footcol.first {
	display: block;
	float: none;
	}

.footcol.first:before {
	content: url('images/CamasSD_small.png');
	float: left;
	margin-right: 30px;
	}

.footcol.first img, .footcol.first .footer_social {
	display: none;
	}

.print_url {
	display: block;
	}

}