/* This is the print stylesheet */

/* CSS Document - Print specific */

body {
	color: #000 !important; /* we want everything in black */
	background-color:#fff !important; /* on white background */
	font-family: 'source_sans_proregular', sans-serif;
}

address, i {
	font-style: normal;
}

h1, h2 {
	font-family: 'bariol_regularregular';
}

figure {
	margin-left: 0;
}

/* hide stuff */

#introImage, .mainNav, .footerNav, .logo.mark, .navToggle, #openSearch, .featuredImage .icon, .tab .icon, .footerDonate, .socialLinks, .userControl, .footerDirections, .sideNav, form {
	display: none !important;
}

.logo.full {
	margin-left: 0 !important;
}

.icon {
	font-family: 'll_icons';
}

#instafeed, .accreditation ul {
	padding-left: 0;
	list-style-type: none;
}

#instafeed figure img {
	max-height: 100px; width: auto;
}
#instafeed figcaption, #twitterFeed {
	height: auto !important;
}

.accreditation li {
	margin-right: 20px;
	overflow: hidden;
	display: inline-block;
}
	.guidestarLogo {
		height: 114px;
		margin-top: -1px;
	}
	.panoLogo {
		height: 112px;
	}
	.unitedWayLogo {
		height: 116px;
		margin-top: -2px;
	}
	
.socialFeeds .icon {
	margin-right: 10px;
}
	
.footerCallouts {
	margin-left: 0; padding-left: 0; padding-top: 20px;
	list-style-type: none;
	border-top: 1px solid #ccc;
}
	.footerCallouts li {
		margin-right: 20px;
		display: inline-block;
	}
	.footerCallouts a {
		color: #000;
		text-decoration: none;
	}
		.footerCallouts li .icon {
			height: 30px; width: auto;
			font-size: 30px;
			line-height: 30px;
		}
		
.featured img, .theContent img {
	max-width: 50%; height: auto;
	display: block;
}
.theContent img {
	margin: 1em 0;
}

.breadcrumbs ul {
	padding-left: 0;
	list-style-type: none;
}
	.breadcrumbs li {
		margin-right: 10px;
		display: inline-block;
	}
		.breadcrumbs li .icon {
			font-size: .75em;
		}
		