@media print {
  @page {size: letter;}
  
  .ArticlePage-main {
    padding: 0;
  }
  article .RichTextArticleBody-body {
    font-size: 14px;
  }
  h1 {
    font-size:  27px;
    font-weight: bold;
    line-height: 32px;
    page-break-before: always;
  }

  p {
    margin-bottom: 18px;
  }

  b {
    font-weight: bold;
  }

  img,
  figcaption,
  header,
  footer,
  .Page-header,
  .GoogleDfpAd,
  .sidebar-most-read,
  .desktop-sidebar-sub,
  .ArticlePage-actions,
  .Figure-credit,
  .ArticlePage-tags,
  .ArticlePage-duration,
  .Page-navigation-mobile,
  .ArticlePage-below,
  .ArticlePage-shareBar,
  .Page-header-contents-navSearchSocial,
  .ArticlePage-authorSocialLinks,
  .fixed-sub-button,
  .sub-drawer,
  .recs_7249624 /* Most Popular module */,
  #sidebar-most-read,
  #sub-services {
    display:  none !important;
  }

  .Quote {
    border-left:  1px solid gray;
    padding-left: 30px;
  }

  .Quote > blockquote {
    border:  none;
  }

  .ArticlePage-main {
    margin-top: 21px auto 0 auto;
    width: 100%;
  }
  .ArticlePage-contents {
    padding-top: 21px !important;
  }
  .ArticlePage-content {
    margin: 0 auto;
    width: 100%;
  }
  .ArticlePage-headline {
    margin-bottom: 18px;
  }
  .ArticlePage-subHeadline {
    margin-top: 27px;
    margin-bottom: 27px;
  }
  .ArticlePage-lead {
    margin-top: 0;
  }
  .ArticlePage-byline {
    padding: 30px 0 0 0;
    margin: 30px auto 0 auto;
    width: 100%;
    border-bottom: none;
  }
  .Page-header-openSideNav,
  .ArticlePage-actionsDate {
    border: none;
    margin: 0;
    padding-top: 0;
  }
  .ArticlePage-datePublished {
    width: 100%;
    text-align: center;
    margin-left: none;
  }
  .ArticlePage-authorImage {
    display: none;
    margin-right: 0;
  }
  .ArticlePage-authorName {
    float: none;
    margin-right: 0;
  }
  .ArticlePage-authorTexts {
    width: 100%;
    text-align: center;
  }
  .ArticlePage-articleBody {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}