@media print {
  .donate-button,
  #search,
  #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 .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-content {
    padding: 0;
    font-size: 1em;
  }

  #main-content .inner {
    padding: 10px 0;
  }

  .field-collection-view .entity-field-collection-item img {
    float: right;
    width: 40%;
    margin: 0 0 20px 20px;
  }

  .field-name-field-caption {
    display: none;
  }
}
