/* --------------------------------------------------- 
PRINT.CSS contains print only styles to effect the 
design layout for print
--------------------------------------------------- */
@media print {
    #navigation,
    .container-main .backgroundimage-image,
    .container-main-title  .backgroundimage-image {
    display: none;
    }
    .container-main-title .content {
    width: 100%;
    padding: 0 !important;
    }
    #news-items-container {
    background: none;
    }
    .news-two-column .column {
    width: 100%;
    float: none;
    }
    .news-footnotes-buttons {
    display: none !important;
    }
    .news-footnotes p {
    width: auto;
    }
    #news-items-bottom-container .content {
    padding: 25px 0;
    }
    li, p, .news-footnotes {
    page-break-inside: avoid;
    }
    .news-filter-section {
    display: none;
    }
    #news-items-container {
    border: none;
    }
    .author-image {
    display: none;
    }
    .author-description {
    width: auto;
    max-width: none;
    }
    #container-footer,
    #container-base {
    display: none;
    }
    .print-copyright {
    display: block;
    }
    .print-copyright a {
    display: none;
    }
}