﻿@media print {

  @page {
    margin: .5in;

    @top-left {
      content: '';
      background-repeat: no-repeat;
      background-position: top left;
    }
  }

  main {
    box-decoration-break: clone;
    padding: 0;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    color: #000;
  }

  .page-break-before {
    page-break-before: always;
  }

  .page-break-after {
    page-break-after: always;
  }

  .page-break-inside {
    page-break-inside: always;
  }

  i,
  .contact-form,
  .back-to-top,
  .grecaptcha-logo,
  .subpage__nav,
  .print-button {
    display: none !important;
  }

  body > *:not(main) {
    display: none !important;
  }

  .print-only {
    display: block;
  }

  h1,
  h2,
  h3,
  p {
    page-break-inside: avoid;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
    font-weight: 600;
  }

  h4 {
    font-size: 12px;
  }

  .lead {
    font-size: 16px;
  }

  p,
  ol,
  ul,
  dl,
  a.btn {
    font-size: 12px;
  }

  a {
    color: #0074ba;
  }

    a.btn,
    a.list-group-item {
      border: none;
    }

  strong,
  dt {
    font-weight: 600 !important;
  }

  .table th {
    font-size: 12px;
    font-weight: 600;
  }

  td > p {
    margin-bottom: 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .box {
    font-size: 20px;
  }
}
