/**

*/

/* Adjustments for Print to PDF - Hoping these are temporary */
@media print {
    .cf-image-component {
        margin-top: 1.875rem;
    }

    .cf-footnotes h5,
    .cf-footnotes .h5 {
        margin-top: 2.5rem;
    }

    .notes h5,
    .notes .h5 {
        margin-top: 2.5rem;
    }
}