/* BLUE BOXES AROUND TOP-LEVEL MENU ITEMS — T4 GUARANTEED SELECTOR */
#t4-header .t4-megamenu .level0 > li > .t4-megamenu-item {
    display: inline-block !important;
    padding: 6px 14px !important;
    outline: 2px solid #1d4a96 !important;   /* BLUE BOX */
    outline-offset: -2px !important;
    background: transparent !important;
    color: #ffffff !important;
}

/* HOVER + ACTIVE */
#t4-header .t4-megamenu .level0 > li:hover > .t4-megamenu-item,
#t4-header .t4-megamenu .level0 > li.active > .t4-megamenu-item,
#t4-header .t4-megamenu .level0 > li.current > .t4-megamenu-item {
    background: #1d4a96 !important;
    outline-color: #ffffff !important;
    color: #ffffff !important;
}
