﻿/* Print Style Sheet */
@media print {
    body {
        margin: 0;
        padding: 0 !important;
        width: 100%;
        background: none;
        color: black;
        font-size: 14px;
    }

    .slider-img img {
        display: block;
        height: auto;
        width: 100%;
        margin-top: 60px !important;
    }

    .grey-block {
        margin-top: 15px;
        min-height: 230px !important;
        page-break-inside: avoid;
    }

    .slider-description,
    .top-menu,
    .footer-contact-social,
    .help-blue,
    .slider-description-area,
    .footer-res-menu,
    .bottom-copy,
    .my-MNOPF-pension,
    .top-que,
    .hav-que,
    .news_rightpane,
    .newsSummary>a,
    .noprint,
    .group-media,
    .btn,
    .nav,
    .pager,
    .search-box,
    .social-icons,
    .footer-navigate,
    .brd,
    .left-menu,
    .top_menu,
    .main-menu,
    .footer,
    .topbutton,
    .read_more,
    .PhotoAlbums_search,
    .gallery_container .prev_next,
    .gallery_container .gallery_relations,
    .gallery_container .gallery_tags,
    .gallery_container .gallery_author,
    .gallery_container .gallery_share,
    .filter_Box .filter_block,
    .gallery_container .single_meta,
    .jssorSlider,
    .banner,
    .main-slider,
    ul.action-links,
    #dnn_div_map {
        display: none !important;
    }

    h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .container {
        width: auto;
        width: 100%;
    }

    #footer {
        clear: both;
        width: 100%;
        text-align: center;
        margin: 0;
        font-family: arial;
        font-weight: bold;
        font-size: 8px;
    }

    .gallery_container h1 {
        background: #ececec none repeat scroll 0 0;
        color: #b30e12;
        font-size: 34px;
        margin-bottom: 0 !important;
        padding: 10px !important;
    }

    .logo {
        display: block !important;
    }

    a[href]:after {
        content: none !important;
    }

    .content {
        margin-top: 40px !important;
    }

    .pension-page .content .container {
        border-top: 0px !important;
    }
}