/**
 * Print Stylesheet
 * @version     1.0
*/
/***************************************************************
These styles are subject to the following license agreement(s):

https://store.typenetwork.com/cart/eula/font-bureau
https://store.typenetwork.com/cart/eula/font-bureau
https://store.typenetwork.com/cart/eula/font-bureau

***************************************************************/
@font-face {
  font-family: "Benton Sans Reg";
  font-style: Normal;
  font-weight: Normal;
}
@font-face {
  font-family: "Benton Sans Bd";
  font-style: Normal;
  font-weight: Normal;
}
@font-face {
  font-family: "Benton Sans Comp Bla";
  font-style: Normal;
  font-weight: Normal;
}
body {
  -webkit-font-smoothing: auto;
}

/* GENERAL COLORS STYLES  */
@media print {
  #content, #page, .sd-page {
    width: 100%;
    margin: 0;
    float: none;
  }

  @page {
    margin: 0.5cm;
  }
  #survey-modal {
    display: none;
  }

  .screen {
    display: none;
  }

  body .print, .print, h1.print {
    display: block;
  }

  body {
    font: 12pt "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
    line-height: 1.2 !important;
    background: #fff !important;
    color: #000;
    page-break-before: avoid;
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 16pt;
    margin-top: 25px;
    text-transform: uppercase;
  }

  h3, h4 {
    font-size: 14pt;
    margin-top: 25px;
  }

  a {
    page-break-inside: avoid;
  }

  blockquote {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6 {
    page-break-before: auto;
    page-break-after: avoid;
    page-break-inside: avoid;
    margin-top: 5px;
  }

  img {
    page-break-inside: avoid;
    page-break-after: avoid;
  }

  table, pre, th, tr {
    page-break-before: avoid;
    page-break-inside: auto;
    page-break-after: avoid;
  }

  .tablesaw th, .tablesaw td {
    padding: 0.5em 0.2em !important;
    text-align: left;
    vertical-align: middle;
    font: 12pt "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  }

  .tablesaw td.sd-datacell {
    border: 1px solid gray;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  a:link, a:visited, a {
    background: transparent;
    color: #520;
    font-weight: bold;
    text-decoration: underline;
    text-align: left;
  }

  a {
    page-break-inside: avoid;
  }

  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }

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

  a:not(:local-link):after {
    content: " <" attr(href) "> ";
  }

  #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 {
    display: none;
  }

  p, address, li, dt, dd, blockquote {
    font-size: 100%;
  }

  address {
    width: max-content;
    padding: 0;
    margin: 0;
  }

  code, pre {
    font-family: "Courier New", Courier, mono, sans-serif;
  }

  ul, ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt;
  }

  li {
    line-height: 1.6em;
  }

  tr.sd-blurb-row {
    font-size: 10pt;
    font-family: "BrandonTextWeb-Regular", "Helvetica", "Arial", sans-serif;
  }
  tr.sd-blurb-row .query-source, tr.sd-blurb-row .query-tips {
    display: inline;
    line-height: 1.2;
    font-size: 9pt;
  }
  tr.sd-blurb-row .query-source-wrapper {
    font-size: 9pt;
  }

  tr.sd-indicator,
td.sd-table-header,
tr.sd-indicator-for-subindicators,
td.sd-datacell-detail {
    font-size: 14pt;
  }

  /* CHARTBOOK STYLING */
  #region-header, .tablet-search, #catalyst-left-column, #catalyst-mobile-nav-wrapper,
#region-forms, #mobile-social-col, #newsletter-container, .social-container,
#school-logo-container > a, #brand-container-mobile, .tablesaw-bar {
    display: none;
  }

  #region-footer .contact, #region-footer, #region-footer .bottom-row {
    border: none !important;
  }

  #footer-container {
    border-top: 1px solid dotted #939598 !important;
    border-bottom: 1px solid dotted #939598 !important;
  }
}

/*# sourceMappingURL=print.css.map */
