.print-only {
    display: none;
}

.chart-print {
    width: 495px;
}

@media print {
    .no-print {
        display: none;
    }

    .print-only {
        display: block;
    }

    .grid-wpr {
        display: flex;
    }

    .grid-one-third {
        width: 33.3333333333%;
    }

    .grid-two-thirds {
        width: 66.6666666667%;
    }

    .collapse-content {
        display: block !important;
        height: auto;
    }

    .callout {
        border-left: 1px solid #c4c8cc !important;
        border-right: 1px solid #c4c8cc !important;
        border-bottom: 1px solid #c4c8cc !important;
    }

    #cta-section .section-inner {
        padding-top: 0px !important;
        page-break-before: always;
    }

    @page {
        margin: 5mm
    }
}