@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    body { background: white; }
    #content { background: transparent; }

    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
* Don't show links for images, or javascript/internal links
*/
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group; /* h5bp.com/t */
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 30% !important;
        display: block;
        margin: 0 0 30px;
    }
    h1{
	    font-size: 34px;
    }
    h2{
	    font-size: 28px;
    }
    h3{
	    font-size: 22px;
    }
    h4{
	    font-size: 18px;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    p{
	    line-height: 1.5;
	    font-size: 16px;
	    margin: 0 0 20px;
    }
    p.expert-title{
	    font-size: 20px;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .columns,
    .row{
	    width: 100% !important;
    }

    .content-block{
	    padding: 20px 0 !important;
    }

    header.site-header,
    footer.site-footer .widget-zone,
    footer.site-footer .flexbox img,
    footer.site-footer .flexbox a.keep-together,
    .footer-nav,
    .banner,
    #breadcrumbs,
    .skip-link,
    .page-banner,
    .edit-post,
    .knowledge-hubs,
    .image.bkg-cover,
    .button-wrapper,
    #filters,
    .module-type,
    .subscribe,
    .type,
    .share-anchor,
    .view-all{
       display: none !important;
    }
    .app-wrapper img{
	    display: none !important;
    }


}
