@media print {
    /* print styles go here */

    .ms-belltown-anonShow, .Icon_Bar_Wrapper, .language-bar, .nav-container, .banner, .alert-box, .GovGoals-container, .main-footer, .back-to-top {
        display: none !important;
    }

    #language-bar, #divAgencyFooter {
        display: none !important;
    }

    .button, .homeslide a.button {
        display: none !important;
    }

    .dashboard-col img, .dashboard-col i, .homeslide a img, .slide-icon {
        display: none !important;
    }

    .columns, .dashboard-col {
        display: inline !important;
        width: 100%;
    }

    img {
        display: none;
    }
    /*Blog Print Styles*/
    .blog-share-title, .blog-title, .breadcrumbs, .tags-box, .tags-box div, .tags-box h3, .blog-video {
        display: none;
    }

    body, h1, h2, h3, ol, ul, div {
        width: 100%;
        border: 0;
        margin: 0 5%;
        margin-left: 0;
        padding: 0;
        float: none;
        position: static;
        overflow: visible;
        word-wrap: break-word;
        word-break: break-word;
        
    }
   
}
@page {
    size: auto;
    margin: 0mm;
}
