@media print {
    body {
        font-family: Times, "Times New Roman", serif;
        color: #000000 !important;
        background-color: #ffffff !important;
        font-size: 12pt;
        margin: 1cm;
    }
    .site-header,
    .main-nav,
    .footer-nav,
    .site-footer #toggle-contrast,
    .site-footer p:last-of-type,
    .skip-link,
    .sidebar-section,
    #toggle-contrast,
    form button[type="reset"],
    video,
    .video-section details,
    .image-gallery-section figcaption {
        display: none !important;
    }
    main#main-content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }
    a {
        text-decoration: none !important;
        color: #000000 !important;
    }
    a[href^="http"]::after {
        content: " (" attr(href) ")";
        font-size: 0.9em;
    }
    a[href^="#"]::after, a[href^="/"]::after, a[href^="mailto"]::after, a[href^="tel"]::after {
        content: "";
    }
    h1, h2, h3 {
        color: #000000 !important;
        page-break-after: avoid;
    }
    table, figure, .hero-section img.hero-image, .image-gallery-section img.gallery-image {
        page-break-inside: avoid;
    }
    table {
        font-size: 10pt;
    }
    table th, table td {
        border: 1px solid #333333 !important;
    }
    img.hero-image, img.gallery-image {
        max-width: 75% !important;
        height: auto !important;
        display: block;
        margin: 10px auto;
        border: 1px solid #333333 !important;
    }
    .image-gallery-section {
        display: block;
    }
    .image-gallery-section figure {
        display: block;
        width: auto;
        margin: 15px 0;
    }
    form {
        border: 1px solid #333333;
        padding: 10px;
    }
    form input, form textarea {
        border: 1px solid #333333 !important;
    }
    * {
        background-color: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
}