@media print {
    *,
    *:before,
    *:after,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        overflow: visible !important;
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;

        float: none !important;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote,
    div.footer {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img,
    ol,
    ul {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    body {
        margin:0 !important;
    }

    a[href="/"]:after { content: ""; }

    div.outer { color: #000 !important; }

    div.outer p { color: #000 !important; }

    .container,
    .row {
        width: 100%;
        margin: 0; padding: 0;
        background: none;
    }

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

    ul, ol, dl  { page-break-before:avoid; }

    div.title-bar { background: #025475 !important; }

    iframe, ins {
        display: none;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
        line-height: 0pt !important;
        white-space: nowrap;
    }

    .vision-feature p.quote { text-indent: 0; }

    /* Hide elements */
    .header-bar,
    .banner-nav,
    .banner-dot-pattern,
    .homepage-news-events img,
    .vision-feature img,
    .navigation-sectors,
    .laptop-container,
    .homepage-signup-col,
    .quick-links-container,
    .iso-logo,
    .pod img,
    .outer img,
    .row.footer-logos-mock,
    .row.footer-logos { display: none !important; }
}