@media print{
    p{
        font-size :     0.85em;
        text-align :    justify;
    }
    *{
        max-width :     100%;
    }
    
    header.hidden-print{
        display :       none;
    }
    
    a:link,
    a:visited{
        text-decoration :   none;
        color :             #000000;
    }
    
    /* ads */
    .ea-gat-slot-wrapper{
        display :       none;
    }
    
    .ea-nav,
    .ea-pagination,
    .ea-sponsorship-section-wrap,
    .hidden-print,
    .newsletter,
    .ea-sidebar,
    #ea-breadcrumb,
    hr,
    .ea-article-meta,
    #ea-comments,
    .ea-article-footer-content,
    .ea-own-embed,
    .mysticky-block-left,
    #ssb-container{
        display :       none;
    }
    
    #ea-print-footer p,
    #ea-print-footer p a{
        color :             #808080;
    }
    
    .home{
    }
        .home .ea-rotator{
            margin :                48pt 0;
            page-break-after:       always;
        }
            .home .ea-rotator-card{
                    display :           block;
                    margin-top :        48pt;
                    border-bottom :     5pt solid #ffc709;
            }
                .home .ea-rotator-card img{
                    display :           none;
                }
                .home .ea-rotator-card:first-child .caption h2 a{
                    font-size :             48pt;
                }
                .home .ea-rotator-card .caption h2 a{
                    color :             #000000;
                    font-size :         24pt;
                    text-decoration :   none;
                    text-transform :    uppercase;
                }
        
        .home .ea-card,
        .archive .ea-card{
            display :           block;
            padding-top :       24pt;
            border-bottom :     1pt solid #000000;
            page-break-inside : avoid;
        }
            .home .ea-card img,
            .archive .ea-card img{
                display :           none;
            }
            .home .ea-card h3,
            .archive .ea-card h3{
                font-weight :       300;
            }
    
    body.single{
        margin-left :           36px;
        margin-right :          36px;
    }
        .single h1{
            font-size :         48pt;
        }
        .single p{
            padding-top :       12pt;
            page-break-inside : avoid;
        }
        .single .ea-image-meta p{
            font-style :        italic;
        }
        .ea-article-custom{
            padding-top :       24px;
        }
}