@media print {

    body,
    html {
        background: white !important;
        color: black !important;
        font-size: 12pt;
        background-image: none !important;
        text-align: left !important;
    }

    nav,
    header,
    footer,
    .video-section,
    .video-container,
    .skip-link {
        display: none !important;
    }

    .container {
        background: white !important;
        color: black !important;
        margin: 0;
        padding: 0;
        box-shadow: none !important;
    }

    .image-box img,
    img {
        max-width: 360px !important;
        height: auto !important;
    }

    .image-box {
        background: none !important;
        color: black !important;
        font-size: 100% !important;
        border: none !important;
    }

    a:link,
    a:visited {
        color: black !important;
        text-decoration: underline;
    }

    .pricing-table {
        width: 100%;
        border: 1px solid black;
    }

    .pricing-table th,
    .pricing-table td {
        border: 1px solid black;
        padding: 10px;
    }

    h1,
    h2,
    h3,
    h4 {
        color: black !important;
    }

    p {
        color: black !important;
        font-size: 100% !important;
    }

    .smallText {
        color: black !important;
        font-size: 100% !important;
    }

    #order-section {
        display: none !important;
    }

    strong {
        color: black !important;
    }

    th {
        color: black !important;
        font-size: 115%;
    }

    td {
        color: black !important;
        font-size: 110%;
    }
    li,ul {
        color: black !important;
        font-size: 100%;
    }
}