/**
 * Print stylesheet
* @version         1.0
* @lastmodified    3.07.2023
*/

@media print {
  /* Setting content width, unsetting floats and margins */
  /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
  .container {
  width: 100%;
  margin: 0;
  float: none;
  }

  /** Setting margins */
  @page { 
    size: auto;
    margin:0.5in 0.5in;
  }

  /* Or: */
  @page :left {

  }

  @page :right {

  }

  /* The first page of a print can be manipulated as well */
  @page :first {

  }

  /* Set font to 16px/13pt, set background to white and font to black.*/
  /* This saves ink */
  body {
  font-size: 11pt;
  font-family: sans-serif;
  line-height: 1.2;
  background: #fff !important;
  color: #000;
  }

  h1 {
  font-size: 14pt;
  font-family: serif;
  }

.display-1 {
    font-size: 18pt;
  }

  h2, h3, h4 {
  font-size: 12.5pt;
  margin-top: 25px;
  font-family: serif;
  }

  /* Defining all page breaks */
  a {
      page-break-inside:avoid
  }
  blockquote {
      page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
       page-break-inside:avoid }
  img { page-break-inside:avoid;
       page-break-after:avoid;
      }
  table, pre { page-break-inside:avoid }
  ul, ol, dl  { page-break-before:avoid }

  /* Displaying link color and link behaviour */
a:link, a:visited, a {
background: transparent;
color: #005EA2;
font-weight: bold;
text-decoration: underline;
text-align: left;
}

a {
    page-break-inside:avoid

}

a[href^=http]:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

$a:after > img {
   content: "";
}

article a[href^="#"]:after {
   content: "";
}

a:not(:local-link):after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.btn {
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-align: left;
  text-decoration: none;
  vertical-align: baseline;
  border: 0;
  padding: 0;
  font-size: 12pt;
  border-radius: 0;
}

#popover-tooltip {
  color: black;
  border: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
  font-size: 11pt;
  line-height: 1;
  font-weight: normal;
}

.reports_slider a {
  background: transparent;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  color: #000000;
}

.reports_slider a:before {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

.reports_slider a:after {
  content: "";
}

.reports_slider .report_item {
  margin-left: 0;
  margin-right: 12pt;
  padding-left: 0;
  margin-bottom: 8pt;
  font-size: 90%;
}

.print_hero img {
  display: block !important;
  width: 35vw;
  height: auto;
  float: right;
  margin-left: 8pt;
}

/* Show Only Active Slide
.slick-slide {
    display: none !important;
    &.slick-active {
        display: block !important;
    }
}*/

.slick-slide {

}

/* Reset adaptiveHeight */
.slick-list {
    height: auto !important;
}

/* Remove Scrollbars */
.slick-track {
    width: auto !important;
    height: auto !important;
    transform: none !important;
    .slick-slide {
        width: auto !important;
    }
}

/**
 * Making intergated videos disappear, and removing the iframes' whitespace to zero.
 */
.entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
}

.animation_left_pane div {
  display: none;
}
#animation_print_text {
  display: block;
}
.animation {
  display: none;
  margin: 0 0 !important;
  padding: 0 0 !important;

}

.modal {
  font-size: 9pt;

}

/* Hiding unnecessary elements for the print */
#header-widgets, nav, aside.mashsb-container,
.sidebar, .mashshare-top, .mashshare-bottom,
.content-ads, .make-comment, .author-bio,
.heading, .related-posts, #decomments-form-add-comment,
#breadcrumbs, #footer, .post-byline, .meta-single,
.site-title img, .post-tags, .readability, img, video, .print_tab, .share_tab, .contact_sticky, #dot-nav, .bi-arrow-down, footer, br, section:empty, div:empty, .source-line, #credits, .share-mobile, #image_and_photo_credits
{
display: none;
}

/* Adding custom messages before and after the content */
.entry:after {
  content: "\ All Rights Reserved. (c) 2023";
  color: #999 !important;
  font-size: 1em;
  padding-top: 30px;
}
#header:before {
  content: "\ U.S. Government Accountability Office";
  color: #777 !important;
  font-size: 1em;
  padding-top: 30px;
  text-align: center !important;
}

body:before {
  content: "\ U.S. Government Accountability Office";
  text-transform: uppercase;
  font-weight: bold;
  color: #202e52 !important;
  font-size: 0.75em;
  text-align: center;
}

.printFooter {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 5px;
  /*background: #f8f9fa;*/
  border-top: 2px solid #dee2e6;
  padding: 5px 5px;
  font-size: 6pt;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.printFooter:after {
  content: "U.S. Government Accountability Office";
  right: 5px; 
  top: 100%;
  white-space: nowrap; 
  z-index: 20;
}


}
