/* WebPublish Blue Colour Scheme Styles */

.sf-accordion-toggle a {        
    background-color: #11335D;    
} 

.region-menu ul.nice-menu > li {
    background-color: #11335D;  
}
   
/* Default */
@media all and (min-width: 740px) {
    
    .region-menu .block-nice-menus {
        background: #11335D;      
    }    
    
    .region-menu ul.nice-menu > li {
        background-color: transparent;
    }          
           
}

/* Normal Layout */
@media all and (min-width: 980px) and (min-device-width: 980px), all and (max-device-width: 1024px) and (min-width: 1024px) and (orientation:landscape) {
    
    body.queensweb-legacy-menu .region-menu .block-superfish {     
        background: #11335D;
    }     
    
}

#section-footer {
    background-color: #11335D;
}