/* --- BRANDING & BUTTONS --- */
.zoneBranding {
    background-color: #1B72A4 !important;
}

.typeButton.formPanelButton {
    font-size: 14px !important;
}

/* --- GLOBAL SLIDESHOW FORMATTING --- */
.gadget-slideshow {
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.gadget-slideshow img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

/* --- ENFORCED RESPONSIVE SLIDER SWAP --- */

/* Force hide the mobile slider on all desktop and tablet layouts */
div.mobile-slider, 
.mobile-slider[class*="Gadget"],
[class*="mobile-slider"] {
    display: none !important;
}

/* Screen sizes 767px and below (Smartphones) */
@media screen and (max-width: 767px) {
    /* Hide the wide desktop version */
    div.desktop-slider,
    .desktop-slider[class*="Gadget"],
    [class*="desktop-slider"] {
        display: none !important;
    }
    
    /* Reveal the tall mobile version */
    div.mobile-slider,
    .mobile-slider[class*="Gadget"],
    [class*="mobile-slider"] {
        display: block !important;
    }
}
