@media print {
  a[href]:after {
     content: none !important;
  }
    body { 
        background:transparent !important;
    }
    .menu a {
        padding: 0.7rem 0.8rem 12px !important;
    }
    #primary-menu a:after {
        content: "" !important;
        width: 100% !important;
        height: 5px !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        border: solid !important;
        border-color: #d6d6d6 !important;
        border-width: 4px 10px !important;
        border-radius: 40px 10px !important;
    }
    #primary-menu li {
        position: relative;
        margin: 0 10px;
    }
    .page-content {
      padding-top: 1rem !important;
    }
    .page-grid {
      padding-top:1rem !important;
    }
    .page-grid.content-grid .cell.grid-item, 
    .page-grid.info-grid .cell.grid-item {
      width: calc(50% - 2.4rem) !important;
    }
    .page-grid .grid-item {
      width: calc(50% - 1.875rem) !important;
    }
    .copyright {
        margin-left:0 !important;
        width:60% !important;
    }
    .copyright p {
        font-size: 0.8rem;
    }
    footer.footer {
      padding-top:0 !important;
    }
    .main-navigation {
        width: 75% !important;
    }
    .home-intro .cell {
      width:95% !important;
      margin-left:0 !important;
    }
    .main-navigation #primary-menu,
    .accordion-content {
        display:block !important;
    }
    a.logo-tag,
    .grid-item a {
      text-decoration:none !important;
    }
    .page-footer .info-section {
      padding:0 !important;
    }
    header.header,
    .header-title-wrap {
        position:relative !important;
    }
    header.header {
        padding: 1rem 0 !important;
    }
    .home-header {
        padding-top: 1rem !important;
    }
    .home-header .header-title-wrap .home-header-title,
    .home-header .header-title-wrap .grid-x,
    footer .footer-info,
    section.home-updates .tweet-container {
        width:100% !important;
        max-width:100% !important;
    }
    .home-header .header-title-wrap .home-header-title h1 {
        font-size: 2.5rem !important;
        padding-left: 30% !important;
        width: 100% !important;
    }
    .page-header {
        height: 200px !important;
    }
    .page-header-inner h1 {
        font-size: 2.5rem !important;
        margin-top: -4rem !important;
    }
    footer .footer-quote p {
        font-size:1.6rem !important;
    }
    .home-intro,
    section.latest-events,
    section.home-promo,
    section.home-updates,
    footer .footer-quote {
        padding: 2.5rem 0 !important;
    }
    .branch-map {
        padding: 0 !important;
    }
    #mobile-search,
    #top-bar-menu,
    .menu-toggle, 
    .main-navigation.toggled ul,
    #masthead .search-btn,
    .main-navigation span,
    .button,
    .footer-social-wrap,
    #footer-links,
    blockquote:after,
    blockquote p:after,
    .flickity-button,
    .flickity-page-dots,
    .home-intro:before,
    #top-nav,
    #search-bar,
    #home-carousel,
    .upper-bar .upper-email,
    footer .footer-mc,
    footer .footer-info .info-social,
    section.home-updates .home-mc {
        display:none !important;
    }
    
    
  .large-1,
  .medium-1 {
    width: 8.33333%;
  }

  .large-2,
  .medium-2 {
    width: 16.66667%;
  }

  .large-3,
  .medium-3 {
    width: 25%;
  }

  .large-4,
  .medium-4 {
    width: 33.33333%;
  }

  .large-5,
  .medium-5 {
    width: 41.66667%;
  }

  .large-6,
  .medium-6 {
    width: 50%;
  }

  .large-7,
  .medium-7 {
    width: 58.33333%;
  }

  .large-8,
  .medium-8 {
    width: 66.66667%;
  }

  .large-9,
  .medium-9 {
    width: 75%;
  }

  .large-10,
  .medium-10 {
    width: 83.33333%;
  }

  .large-11,
  .medium-11 {
    width: 91.66667%;
  }

  .large-12,
  .medium-12,
  .medium-10.medium-offset-1,
  .large-10.large-offset-1 {
    width: 100%;
    margin-left:0;
  }
}