@media print {
    body {
        background: #fff;
    }
    header, footer, #sidebar, #animals-sidebar, #page-featured-image, #top-header, #sub-section-nav, .breadcrumbs, aside, #social-feed-container, #membership-callout, .addtoany_list a, .category {
        display: none !important;
    }
    .heading-with-image {
        color: #000 !important;
        margin-top: 0 !important;
    }
    main {
        width: 100% !important;
        float: none !important;
    }
    .addtoany_list a {
        width: 0px;
        height: 0px;
        font-size: 0;
        overflow: hidden;
    }
}