﻿@media print {
    .catTitleCont,
    .headerContent,
    .btnScrollup,
    aside,
    .mobile-breadCrumb,
    .bottomLinks,
    .frmSearch,
    .masterHeader,
    .sectionfooter,
    .carousel,
    .socialMedia,
    .quickLinks {
        display: none !important;
    }

    body {
        font: normal 12pt/1.5 Arial, sans-serif !important;
        min-width: 0!important;
        overflow: visible!important;
        background: none;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: inherit!important;
        font-size: 1rem!important;
        font-weight: normal!important;
    }

    a[href^="http"]::after {
        content: " (" attr(href) ")";
    }

    main,
    .row {
        display: block;
    }

    main,
    .mainContainer {
        padding: 0 !important;
        margin: 0 !important;
        background: none!important;
        height: auto!important;
    }
    main .wrapper {
        top: auto!important;
        padding: 0!important;
        height: auto!important;
        background: none!important;
    }

    .container {
        width: 100%;
        max-width: 100%;
        min-width: 0!important;
        padding: 1rem;
    }

    .mainContainer .inner-wrapper {
        margin-top: 0;
    }

    main .col-sm:first-child {
        max-width: 100% !important;
        padding: 0 !important;
    }
    main .col-sm:last-child {
        max-width: 100%!important;
        padding: 0!important;
    }

    main img {
        float: none!important;
        display: block;
        margin: 1rem 0!important;
        padding: 0!important;
        border: none!important;
        max-width: 100%!important;
        height: auto!important;
    }

    h2.categoryTitle {
        min-height: 0;
        text-align: left;
        background: none;
    }
    h4.pageTitle {
        border-bottom: none;
    }
}