@media print {
    .slideNav, .mobileNav, .slideNavOverlay, footer, .footer, .toolBar, .spotlightRow, .spotlightContentRow, .footer-sharing, #EmailForm, .rail, .navButtons, iframe,.dontprint, .sn-modal, .desktopNav .bottomRow, .desktopNav .topRow .topRight, .bodyContainer.article > article{
        display: none !important;
    }
    #print-only {
        display: block!important;
    }
    .topContent, .newsArticle {
        padding: 0;
    }
    .desktopNav {
        margin-top: 50px;
    }
    img {
        max-height: 300px;
        width: auto !important;
    }
    .newsArticle, .article {
        padding: 0 !important;
    }
    .article .topContent {
        padding-top: 0;
        text-align: left;
    }
    #print-only > article {
        width: 690px;
        margin: auto;
        display: block!important;
    }
    #print-only .topContent, #print-only .story {
        display: block;
        width: 100%;
        clear: both;
        float: none;
        position: static;
        //page-break-before: always;
        //page-break-after: always;
    }
    #print-only > article .story p {
        margin-bottom: 20px; 
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #print-only > article .story li, #print-only > article .story .pictureCaption {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    #print-only > article .story * {
        width: auto;
        position: static;
        max-width: 100%;
        
        //page-break-before: always;
        //page-break-after: always;
        float: none;
        display: block!important;
        overflow: auto;
        clear: both;
    }

    #print-only > article .story img{
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    a[href]:after {
        content: none !important;
    }
}
