@media print{
    body{
        color: black !important;
    }
    p, div, a, span, h1, h2, h3, h4, h5, h6{
        color: #000000 !important;
    }
    body {
        font: 13pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
    }

    h1, .kingster-page-title {
        font-size: 24pt;
    }

    h2, h3, h4 {
        font-size: 14pt !important;
        margin-top: 25px;
    }
    .gdlr-core-pbf-wrapper{
        padding: 0 !important;
    }
    .kingster-page-title-content, .kingster-page-title{
        padding: 0 !important;
    }
    .kingster-top-bar{
        display: none;
    }
    .kingster-header-wrap, .kingster-mobile-header-wrap{
        display: none;
    }
    .gdlr-core-revolution-slider-item{
        display: none;
    }
    .flexslider{
        display: none;
    }
    .gdlr-core-pbf-column{
        width: 100% !important;
        float: none !important;
    }
    .half-height{
        min-height: unset !important;
        height: auto !important;
    }
    .resource-card > div{
        height: auto!important;
    }

    footer{
        display: none;
    }
    .kingster-footer-wrapper, .kingster-footer-column, .kingster-copyright-wrapper{
        display: none;
    }

    .gdlr-core-title-item-title{
        font-size: 18pt;
    }
}