@page {
    size: A4;
    margin: 1rem 0;
  }

@media print{

    .header-branding,
    .taxonomy-posts,
    .the-content,
    .content-wrapper{
        width : 100% !important;
        float : none !important;
        left : 0 !important;
        margin : 0 !important;
        z-index : initial;
    }
    .navbar-brand{
        margin : 0 auto;
        float : none;
        display: block;
        text-align : center;
    }

    .footer-contact,
    .footer-address{
        display : inline-block;
        width : calc(50% - 16px) !important;
        float : none !important;
        left : 0 !important;
        margin : 0 !important;
        z-index : initial;
    }

    #carousel-container,
    .header-contact,
    .footer-branding,
    .footer-spacer,
    .social-footer,
    .federation-branding,
    .sidebar{
        display : none !important;
    }
    footer{
        position : relative;
        z-index : initial;
    }
    header .row,
    footer .row,
    .jobs,
    .single-job-post .row{
        display : flex;
    }

    .jobs .col-md-4,
    .single-job-post .col-md-4{ width : 33.33333% !important; display : inline-block; }

    .jobs .col-md-2,
    .single-job-post .col-md-2{ width : 16.66667% !important; display : inline-block; }
}