/* #17032 this file is for exceptions, DO NOT DUPLICATE values inherited from default.css */
.mainHeader
{
    /* #14942 no grey background with Cardno logo */
}
.mainHeaderBannerImgLeft {
    /*#18361 use high resolution logo from their website, set width and height (keep the same ratio as the high-resolution logo), 
        background-size to cover so that it will fit in the space without losing image resolution*/
    margin-top: 4px;
    margin-left: 8px;
    /* #99356 Replace PPI Quality & Engineering logo (with "a kiwa company") and adjust width/height accordingly */
    /* #23971 Replace Cardno PPI logo with PPI Quality & Engineering logo and adjust width/height accordingly */
    background: Transparent url(/images/7999/PPI-Quality-Engineering.png) no-repeat top left;
    width: 95px; /*#99356 #23971 width update*/
    height: 50px;
    background-size: cover;
}
/*#18361 for mobile devices, set smaller logo size*/
@media screen and (max-width: 768px)
{
    .mainHeaderBannerImgLeft 
    {
        margin-top:16px;
        margin-left:4px;
        /* #23971 Replace Cardno PPI logo to PPI Quality & Engineering logo and adjust width/height accordingly */
        width:72px !important;
        height:38px !important;
    }
}
.mainHeaderBannerImgRight
{
    width: 65%; /* #17032 this file is for exceptions, DO NOT DUPLICATE values inherited from default.css */
}