﻿/*!
    * 
    * A custom CSS file for the SD.GCWebBrandingWA project; used for the modern look and feel.
    *
    * Used by: SD-GCWeb-Modern.master, SD-GCWeb-System.master
    *
 */
/**************************** Desktop Mode Section ************************************************************/
@media screen and (min-width: 992px) {
    .sd-canadaLogo {
        min-height: 46px;
    }

    .sd-menuList {
        min-height: 815px;
    }
}
/**************************** Mobile Mode Section End *********************************************************/
@media screen and (max-width: 992px) {

    .sd-canadaLogo img {
        margin-top: 10px;
    }   
}

@media (max-width: 768px) {
    #wb-glb-mn {
        float: none !important;
        width: auto !important;
    }

        #wb-glb-mn ul.chvrn::before {
            border-left: none !important;
        }

        #wb-glb-mn ul {            
            margin-bottom: 0 !important;
            width: 100% !important;
        }

    #sd-navWrapper {
        margin: 0 15px;
    }
}
/**************************************************************************************************************/
/**************************** Page Header Section *************************************************************/
#wb-bc {
    background-color: transparent !important;    
}

.sd-pageDetails {
    margin: 0;
}
/**************************** Page Header Section End *********************************************************/
/**************************** Page Footer Section ***************************************************************/
.landscape {
    min-height: 160px;
}

#wb-info .landscape span {
    color: #ffffff;
    font-weight: 900;
}
/**************************** Page Footer Section End ***********************************************************/