/* Modify Main Menu */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li > .item > a
{
    font-family: roboto;
    text-transform: capitalize;
}
.WaGadgetMenuHorizontal .menuInner ul ul li > .item > a
{
    font-family: roboto;
    text-transform: capitalize;
}

/* Modify Nav Menu */
.WaGadgetCustomMenu.gadgetStyle003 .customMenuWrapper ul
{

    background: #333333;
}
.WaGadgetCustomMenu.gadgetStyle003 .customMenuWrapper ul li a
{
    font: normal 16px/normal roboto;
}
.WaGadgetCustomMenu.gadgetStyle003 .customMenuWrapper ul li a:hover
{
   background: #0076A3;
}


/* Modify Login Icon */
.WaGadgetLoginForm .loginContainerWrapper .loginContainerInnerWrapper .loginLink:before
{
    border: 2px solid #14629e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    color: #14629e;
    content: '\f007';
    display: inline-block;
    font: normal 11px/normal FontAwesome;
    height: 11px;
    margin-right: 5px;
    padding: 3px;
    text-align: center;
    vertical-align: top;
    width: 11px;
}

/* SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none !important;
}

/* PADDING TO SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}

/* MEMBER SOCIAL LOGIN BUTTONS HIDE */
#socialLoginContainer, #idSocialLoginContainer {
display: none !important;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@media only screen and (max-width:616px){
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul.firstLevel>li>.item>a>span{
        Color: white
    }
    .WaGadgetMenuHorizontal[class*=menuStyle] .menuInner ul ul ul li>.item>a>span{
		color: #8c8c8c
    }

}

