
        
/* *               Begin All Print Styles                * */

@media print {

    header nav, dropdown, topNavList, topNavList2, footer, .footerCopyright, #slideout, #skiptocontent, .sliderpos, button.navbar-toggle.collapsed, .addressBox.sitebuttons, .addressBox.questions, .featured-box, .breadcrumb {
        display: none !important;
    }

    img {
        max-width: 500px;
    }

    img.mainLogo {
        width: 275px;
        margin-top: 0px;
        border: 0;
        margin-bottom: 0px;
    }

    /*------Specific style for IE11---------*/
    _:-ms-fullscreen, :root
    img.mainLogo {
        position: relative;
        margin-top: -150px;
    }

    body {
        font: 12pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        color: #000;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    main {
        width: 100%;
    }

    table {
        min-width: 600px;
    }
    
    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid;
    }
    
    h1 {
        font-size: 24pt;
        margin-top: 10pt;
    }

    h2 {
        font-size: 14pt;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 14pt;
    }

    .staff-group {
        page-break-before: always;
    }

    p {
        font-size: 12pt;
    }

    article {
        page-break-after: avoid;
    }

    aside h2 {
        font-size: 18pt;
    }

    header {
        margin-bottom: 0px;
    }

    a[href]:after {
        content: none !important;
    }

    ul, img {
        page-break-inside: avoid;
    }

    a[href^=http]:after {
        font-style: italic;
        content: "&quot;" "&lt;" "&quot;" "attr(href)" "&quot;" "&gt;" "&quot;" 
        
    }

    a[href^="#"]:after {
        content: ";"
    }

    a:after > img {
        content: ";"
    }

    /* Only compatible with CSS4 
    a:not(:local-link):after {
        content: " <" attr(href) "> ";
    }

    */

    /* Render All Bootstrap Columns As Medium When Printing */

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

/* *               End All Print Styles                * */