/* general styles for when people need to print your pages */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* general styles ---- */
  a,
  a:visited {
    text-decoration: underline;
  }
  img {
    max-width: 100% !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .banner_image_container,
  .teaser_image_credit,
  #bottom_footer_row,
  #top_footer_row {
    display: none;
  }
  .article_text h2 {
    font-size: 18pt;
    line-height: 20pt;
  }
  .article_text h3 {
    font-size: 15pt;
    line-height: 17pt;
  }
  .article_text h4 {
    font-size: 12pt;
    line-height: 14pt;
  }
  .article_text .wp-block-file {
    font-size: 12pt;
    line-height: 19pt;
  }
  .follow_up_stripe p,
  .article_text p {
    font-size: 12pt;
    line-height: 19pt;
  }
  h2.section_head, h3.section_head {
    font-size: 18pt;
    line-height: 20pt;
  }
  .wp-block-image {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .wp-block-image img {
    width: 100%;
    height: auto;
  }
  .side_by_side,
  #bottom_footer_row,
  #top_footer_row,
  .footer_identity,
  .header_container,
  .list_of_posts {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .stripe {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px;
  }
  .stripe.page_footer {
    padding-bottom: 0;
  }
  .page_title {
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  #bottom_footer_row,
  #top_footer_row {
    margin-top: 0;
  }
  ul.footer_menu {
    text-align: left;
  }
  ul.footer_menu li {
    margin-right: 0;
  }
  .stripe.story_body_text {
    padding-bottom: 40px;
  }
  h2.section_head, h3.section_head {
    margin-top: inherit;
    margin-bottom: 0px;
  }
  .designworkbench_colorband .footer_logo {
    background-image: url("../images/icons/stars/dwb-star_black.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 18pt !important;
    background-position: left center !important;
    line-height: 18pt;
    padding: 0px 0px 0px 30px;
  }
  .designworkbench_colorband .copyright_statement {
    margin-top: 18px;
    text-align: left;
    margin-left: 30px;
  }
  .designworkbench_colorband .descriptor {
    margin-left: 30px;
  }
  .footer_logo {
    font-size: 15pt;
    line-height: 18pt;
  }
  .designworkbench_colorband .descriptor {
    font-size: 11pt;
    line-height: 16pt;
  }
  .copyright_statement {
    font-size: 9pt;
    line-height: 11pt;
  }
  @page {
    margin: 0.75in 0.375in 0.5in 0.375in;
    size: letter portrait;
  }
}
