@charset "UTF-8";

@media print {

    @page {
        margin: 0.75in;
    }

    figure.es,
    #screen-head,
    #related,
    #article-quote-box,
    #twitter-container,
    #share-this-container,
    #from-issue,
    #screen-footer,
    #black-bar-bottom,
    img.img-thumbnail,
    #custom-social-box,
    #pub-container,
    #thermometer,
    #conference-box,
    #disqus-box,
    #secondary-nav,
    #banner,
    #fb-root,
    #sidebar-right,
    #more-from-the-archives,
    #ts-footer-box,
    #donor-box,
    #div-gpt-ad-1567141540934-0,
    a.topics-list,
    #dont-print,
    #fsj-box,
    .pullquote {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 12pt;
        line-height: 1.45;
    }

    a {
        color: #000;
        text-decoration: none;
    }

    a[href]:after {
        content: none !important;
    }

    .print-only {
        display: block !important;
        margin-top: 0.4in;
        font-size: 10pt;
        text-align: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .byline {
        border: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .container-fluid,
    .row,
    .col-sm-1,
    .col-sm-10,
    .col-sm-12,
    #ts-article-box {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    h1 {
        font-size: 22pt;
        line-height: 1.2;
        margin: 0 0 0.2in 0;
        page-break-after: avoid;
        break-after: avoid;
    }

    #ts-article-box .article-text p {
        font-size: 12pt;
        line-height: 1.45;
        margin: 0 0 0.9em 0;
    }

    .byline {
        font-size: 11pt;
        margin-bottom: 0.25in;
    }

    .dropcap {
        float: none;
        font-size: inherit;
        line-height: inherit;
        padding: 0;
        margin: 0;
    }

    #ts-article-box .article-text p.subhead {
        font-size: 1.5em;
        font-weight: normal;
        padding: 5px 0 0 0;
        color: black;
    }

    blockquote {
        border: none !important;
        background: none !important;
        margin: 0.2in 0;
        padding-left: 0.2in;
        font-size: 11pt;
        line-height: 1.4;
        border-left: 1px solid #999;
        page-break-inside: avoid;
        break-inside: avoid;
    }

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

    p, blockquote, li {
        orphans: 3;
        widows: 3;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }
    
    .bio-box {
        background-color: #FFF;
        padding: 10px 0px 10px 0px;
        border-top-width: thin;
        border-top-style: solid;
        border-top-color: #a0a0a0;
    }
}