/* Print Styles */
@media print {
  nav, footer, .page-spash-title, .cta-btn.grey.orange, .nav-volunteer, .cta-back-page, .share-print {
    display: none !important;
  }
  .directors-group {
    margin-top: 0;
  }
  #printableArea {
    padding: 0;
    border: none;
  }
  #printableArea img {
    max-width: 600px;
  }
  .single-leadership .right-info {
    border-left: none;
  }
  .print {
    display: none;
  }
  .carousel-control {
    display: none;
  }
  .carousel-control:after {
    content: none !important;
  }
  .leader-back {
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Campton SemiBold', sans-serif;
  }
  h2 {
    font-size: 48px;
    line-height: 1.08;
  }
  #news-single h6 {
    font-size: 20px;
    line-height: 1.4;
  }
  #news-single .post-title {
    text-align: center;
    color: #0d0db8;
  }
  #news-single .post-author {
    font-size: 20px;
    line-height: 1.33;
    text-align: center;
    margin: 40px;
  }
  .news-content .aligncenter {
    margin: 0 auto;
  }
  .news-content .alignleft {
    float: left;
  }
  .news-content .alignright {
    float: right;
  }
  #news-single .contact {
    border-top: dotted 2px #c0c0c4;
    border-bottom: dotted 2px #c0c0c4;
    padding: 14px 0 24px 0;
  }
  #news-single .contact .title {
    color: #0d0db8;
  }
  #news-single .contact div {
    color: #242528;
    font-size: 16px;
    line-height: 1.5;
  }
  #news-single .contact div a {
    color: #0d0db8;
  }
  #news-single img {
    max-width: 100%;
  }
}
