/**

*/

.cf-graphic-list .graphic-list__container {
    grid-template-columns: repeat(1,1fr);
}

@media screen and (min-width: 992px) {
    .cf-graphic-list .graphic-list__container {
        grid-template-columns: repeat(2,1fr);
    }
}

/* 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;
    }
}