@media print {
  body {
    font-size: 80%;
  }
  #page {
    color: #1E374D;
  }
  .logo-print {
    display: block !important;
    margin: 1em auto;
    width: 200px;
    height: auto;
  }
  
  .site-header {
    position: static !important;
    padding: 0 !important;
    background-color: white !important;
  }
  
  .lazyload, .lazyloading {
    opacity: 1 !important;
  }
  
  .header-navigation,
  .main-navigation,
  .site-footer,
  .footer-cta,
  #secondary-column,
  .post-navigation,
  .posts-navigation,
  .related-content,
  .home-slider,
  .home .related-content {
    display: none !important;
  }
  
  #primary-column {
    width: 100% !important;
  }
  
  .entry-header-background {
    padding: 3.5em 0 0;
    color: inherit !important;
    min-height: 0 !important;
  }
  
  .entry-header-background {
    asdfborder: 2px solid #35407B;
    asdfborder-radius: 3rem;
  }
  
  .entry-header-background #breadcrumbs {
    //color: inherit !important;
    right: 0;
  }
  
  .entry-header-background #breadcrumbs a {
    //color: #2699FB !important;
  }
  
  .entry-header-background:after {
    display: none;
  }
  
  #breadcrumbs {
    text-align: center;
    right: 0;
  }
  
  .alignwide,
  .alignfull {
    width: 100% !important;
    position: static !important;
    left: 0;
  }
  
  .child-pages .child-page  .entry-image,
  .discover-block .entry-image { display: none; }
  .child-pages .child-page .one-half,
  .discover-block .one-half { width: 100%; }
  
  .well { background: white !important; color: inherit !important;}
  
  .well a,
  .child-pages .child-page a.btn { color: inherit !important; }
  
  figure.logo img { margin-top: 3em !important; width: 200px; }
  
}