@media print {

.donate-button,
#nav,
#tabs,
.pane-form-email-signup,
.featured-event,
#footer {
	display: none;
	}
	
html {
	padding: 0;
	}
	
#header {
	text-align: center;
	}
	
#logo img {
	width: 500px;
	}
	
#banner .field-name-field-section-title {
    color: #000;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-shadow: none;
	}
	
#banner .group-section-hero-text {
	background: none;
	position: relative;
	text-align: center;
	}
	
#banner .field-name-field-section-title {
	font-size: 2.5em;
	}
	
#banner .entity-paragraphs-item {
	background: none;
	}
	
#banner .eb-image {
	background-image: none;
	height: auto;
	}
	
#banner .group-section-hero {
	position: relative;
	}
	
#banner .field-name-field-section-body {
    color: #000;
    text-shadow: none;
	}
	
body {
	background-color: #fff;
	font-family: Times, sans-serif;
	}
	
.inner {
	max-width: none;
	width: 95%;
	}
	
h1,
h2.pane-title {
	font-size: 2em;
	clear: both;
	}
	
h3 {
	font-size: 1.5em;
	clear: both;
	}
	
h4 {
	font-size: 1.2em;
	clear: both;
	}
	
a {
	color: #000;
	}



#main {
	padding: 0;
	font-size: 1em;
	}
	
#main .inner {
	padding: 10px 0;
	}
	
#main .entity-paragraphs-item.eb-image .content {
	padding: 0;
	}
	
.entity-paragraphs-item {
	background: none !important;
	}
	
.paragraphs-item-section-hero {
	text-align: center;
	}
	
.paragraphs-item-section-pull-quote-background {
	text-shadow: none;
	font-size: 2.5em;
	}
	
.paragraphs-item-section-pull-quote-background strong {
	font-weight: 400;
	}
	
.paragraphs-item-section-pull-quote-background .reverse-text {
	color: #000;
	}
	
.node-type-blog .field-type-image,
.node-type-event .field-type-image,
.field-collection-view .entity-field-collection-item img {
	float: right;
	width: 40%;
	margin: 0 0 20px 20px;
	}
	
.field-name-field-caption {
	display: none;
	}


	
}