﻿@media print {
    #siteHeader, .minisharing, #siteFooter, .nav-item-search, .export-option, .video .featuredmedia-video, form,
    .section-bg-darker, .col-gamma, .section-carousel, .section-minicta, button, .section-bg-dark, .section-itemcols,
    .section-helpme, .section-news, .videoplayer, .section-sharing, .section-cta, .section-subscribecta, .section-contactcard,
    .footer, .main-menu__content, .modal, .search-modal__results, .main-menu, .article-details-pdf, .release, iframe, .featured-insight {
        display: none !important;
    }

    header.header {
        display: block !important;
    }

    header h1 {
        color: #1c1e2a!important;
        font-size: 30pt!important;
        padding-bottom: 10px;
    }

    h1 {
        height: 100%!important;
        width: 100%!important;
        /*background: #1c1e2a !important;*/
    }

    .author {
        height: 150px;
    }

    .author-image {
        float: left;
        margin-bottom: 0px;
    }



    .author-details {
        height: 150px;
    }

    .author-heading {
        margin-top: 90px;
    }
}

@page {
    size: A4;
    /*margin: 5;*/
}
