body {
    print-color-adjust: exact; /* this allows the shading of services to transfer to print */
}

.noPrint {
    display: none;
}
#banner {
    & img.headerLogo { height:.75in;}
    & section {display:none;}
}

footer {
    display: none;
}

#menuColumn {
    display: none;
    width: 0px;
}

.headerTools {
    display: none;
}


.showcase-multi-column-item {
    flex: 1 1 3in
}

.showcase-two-column-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: .25in;
    
}
.showcase-multi-column-item {
   break-inside: avoid;
}

.box {
        break-inside: avoid;
}
.customreport{
    width:3.75in;
}

@page {
    size: 8.5in 11in;
    margin: .5in;
}