/* Kaleidoscope themes */
/* To change the background color of the top-level menu, use the following CSS code: */

.WaGadgetMenuHorizontal .menuInner ul.firstLevel{
background: #ffffff !important;
}
/* To change the foreground color – the color of the menu items – for the top-level menu, use the following CSS code: */

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a{
color: black !important;
}
/* To change the foreground and background color that appears when you hover over a top-level menu item, use the following CSS code: */

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a:hover{
background: #f7f7f7 !important;
color: #005B8E !important;
}
/* To change the background color of the drop-down menu (the second-level or child menu ), use the following CSS code: */

.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a{
background: #f4faff !important;
color: black !important;
}
/* To change the foreground and background color that appears when you hover over a drop-down menu item, use the following CSS code: */

.WaGadgetMenuHorizontal .menuInner ul ul li>.item>a:hover{
background: #ffffff !important;
color: #005B8E
}


.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:hover {
    background: 0;
    color: #005B8E !important;
}

.WaGadgetMobilePanel .mobilePanel .mobilePanelButton:active {
    background: 0;
    color: #005B8E !important;
}

.WaGadgetMobilePanel .mobilePanel .menuInner ul.firstLevel > li.sel > .item > a {
    color: #005B8E !important;
}

.gadgetStyle001 {
    color: black;
    font-family: 'Ubuntu','Arial',sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

.WaGadgetNavigationLinks ul.orientationVertical {
    min-height: 16px;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.gadgetStyle001 .gadgetStyleTitle h4 {
    background-color: transparent;
    font-family: 'Ubuntu','Arial',sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: .56em 0;
    color: #69777f;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.167;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}
.gadgetStyle001 .gadgetStyleBody {
    padding: 28px 28px 32px
}