.DropdownMenu .MenuList .TopMenu .HasChildren:after, .DropdownMenu .MenuList .TopMenuActive .HasChildren:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        margin-bottom: 3px;
        display: none;
}
.DropdownMenu ul.MenuList li.sub img {
        display: none;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu .MenuList>li:last-child{
        border-right: none;
}
.DropdownMenu .MenuList .TopMenu .toggle-icon, .DropdownMenu .MenuList .TopMenuActive .toggle-icon {
        display: inline-block;
        width: 0;
        height: 0;
        /*! margin-left: auto; */
        content: "";
        border-top: 0.5em solid;
        border-right: .5em solid transparent;
        border-bottom: 0;
        border-left: .5em solid transparent;
        cursor: pointer;
        /*! float: right; */
        /*! align-self: auto; */
        /*! margin: auto; */
        position: absolute;
        right: 16px;
        top: 25px;
        z-index: 10;
}
.DropdownMenu .MenuList .TopMenu .rotated, .DropdownMenu .MenuList .TopMenuActive .rotated {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .MenuList .Dropdown li a:hover {
        color: #fdf418;
        background: none;
}
.DropdownMenu .MenuList li.LanguageMenu img {
        width: 35px;
}
.DropdownMenu .MenuList li.LanguageMenu img[style*="border-bottom: 2px solid rgb(255, 235, 59)"] {
        width: 38px;
        border: 1px solid rgb(255 235 59 / 54%) !important;
}
.DropdownMenu {
        min-height: 45px;
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #cccccc;
}
.DropdownMenu ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.DropdownMenu .MenuList {
        margin: 0 auto;
        width: 100%;
        position: relative;
        /* max-width: 99vw; */
}
.DropdownMenu .MenuList li {
        display: block;
        float: left;
        list-style: outside none none;
}
.DropdownMenu ul.MenuList img {
        max-width: 20px;
        margin: 0 5px;
}
.DropdownMenu .MenuList>li:last-child{
        border-right: none;
}
.DropdownMenu .MenuList .TopMenu {
        float: left;
        height: 48px;
        position: relative;
        padding: 0px 12px 0px 12px;
        border-bottom: 3px solid transparent;
}
.DropdownMenu .MenuList .TopMenuActive,  .DropdownMenu .TopMenu:hover {
        height: 48px;
        position: relative;
        border-bottom: 3px solid #2A58A0;
}
.DropdownMenu .MenuList li:first-child {
        padding: 12px 12px 0 0px;
}
.DropdownMenu .MenuList li:first-child.TopMenu {
        padding: 0px 12px 0 0px;
}
.DropdownMenu .MenuList .TopMenuActive {
        padding: 12px 12px 0 12px;
}
.DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span {
        font-family: "Merriweather";
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        white-space: nowrap;
}
.DropdownMenu .MenuList .TopMenu a:hover,
.DropdownMenu .TopMenuActive a:hover {
}
.DropdownMenu .MenuList .TopMenu a {
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        /*! float: left; */
        width: 90%;
}
.DropdownMenu .MenuList .TopMenuActive a {
        color: #182940;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
}
.DropdownMenu .MenuList .TopMenu:hover a {
        text-decoration: none;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .DropdownMenu .MenuList .TopMenuActive .HasChildren {
        /* height: 48px; */
}
.DropdownMenu .MenuList .TopMenu .HasChildren:after, .DropdownMenu .MenuList .TopMenuActive .HasChildren:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 5px;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        margin-bottom: 3px;
}
.DropdownMenu .MenuList .Dropdown {
        /* background: var(--bg-blue) none repeat-x scroll left top; */
        color: #fff;
        left: 0;
        position: absolute;
        text-align: left;
        top: 100%;
        z-index: 1000;
        overflow: unset !important;
        background-color: rgba(255,255,255,1);
        /* padding: 0 10px; */
        box-shadow: -1px 3px 3px 0 rgb(0 0 0 / 30%);
        border: 1px solid #fff;
        /* column-count: 1; */
        display: block;
}
.DropdownMenu .MenuList .Dropdown .sub {
        display: block;
        min-height: 45px;
        position: relative;
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown>.sub{
        /* -webkit-column-break-inside: avoid; */
        /* page-break-inside: avoid; */
        /* break-inside: avoid-column; */
        padding: 0 10px;
}
.DropdownMenu .MenuList .Dropdown>.sub:hover:after{
        width: 100px;
}
.DropdownMenu .MenuList .Dropdown>.sub:last-child{
        border-bottom: none;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
        /* background: var(--bg-blue-weight) none repeat-x scroll left top; */
        cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown>.sub a {
        color: #212529;
        display: block;
        height: 45px;
        padding: 0;
}
.DropdownMenu .MenuList .Dropdown>.sub a span {
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        color: #031739;
        display: block;
        padding-top: 11px;
        /* padding-right: 20px; */
}
.DropdownMenu .MenuList ul>.sub:hover> a span{
        color: #2A58A0;
}
.DropdownMenu .MenuList .Dropdown>.sub:not(.DropdownMenu .MenuList .Dropdown>.sub:last-child)>a {
        /* border-bottom: 1px solid #DADCE0; */
        width: 100%;
}
.DropdownMenu .MenuList .Dropdown>.sub>a.HasChildren:after {
        transform: rotate(-90deg);
        margin-bottom: 3px;
        right: 10px;
        position: absolute;
        top: 43%;
}
.DropdownMenu .MenuList .Popup {
        background: #ffffff none repeat scroll 0 0;
        display: inline-block;
        left: 100%;
        position: absolute;
        top: 0;
        min-width: 200px;
        width: auto;
        z-index: 1001;
        box-shadow: 3px 0px 13px 0 rgb(0 0 0 / 30%);
}
.DropdownMenu .MenuList .Popup .sub {
        position: relative;
        border-left: 1px solid #ddd;
        padding: 0 10px;
        border-top: 1px solid #ccc;
}
.DropdownMenu .MenuList .Popup .sub:first-child{
        border-top:0;
}
.DropdownMenu .MenuList .Popup .sub a {
        padding-right: 10px;
        font-weight: 600;
        font-size: 15px;
}
.DropdownMenu .AdvanceBar {
        background: #cfcfcf url("images/advance_bg.png") repeat-x scroll 0 0;
        display: none;
        height: 30px;
        line-height: 30px;
}
.DropdownMenu .MenuList .Dropdown li a:hover {
        color: var(--bg-blue);
        background: none;
}
.DropdownMenu .MenuList li.LanguageMenu {
        height: 45px;
        padding: 0 15px;
        gap: 3px;
}
@media only screen and (max-width: 768px) {
        div.DropdownMenu .TopMenuActive::after {
                width: 100%;
        }
        div.DropdownMenu ul.MenuList li a {
                padding: 0px !important;
                justify-content: flex-start !important;
                border: 0;
        }
        .DropdownMenu {
                background: #F9F9F9;
                /* display: none; */
        }
        .DropdownMenu div.navbar-button {
                background: url(images/dropdown.png) no-repeat center;
                background-size: contain;
                position: unset;
                /* background: #75879E; */
                background-color: #F9F9F9;
                margin: 0px;
                margin-right: 10px;
                margin-left: 0px;
                order: 1;
                /* padding: 5px 14px !important; */
                height: 20px;
                /* width: unset !important; */
                width: 30px !important;
                z-index: 1;
                border: 0;
                content: '';
                display: inline-flex;
                margin: 2.5px 0;
                order: 3;
        }
        .DropdownMenu div.navbar-button>span{
                display: none !important;
        }
        .DropdownMenu .MenuList {
                display: none;
                background: white;
                margin-top: 0px !important;
                height: calc(100vh );
                width: calc(100vw - 40px);
                overflow: hidden;
                overflow-y: auto;
                padding: 5px;
                margin-left: 0 !important;
                box-shadow: 0 0 10px #444444;
        }
        div.DropdownMenu {
                order: 4;
                background: #F9F9F9;
                margin-bottom: 0px !important;
                border-top: 1px solid #EBEBEB;
                padding: 0;
                order: 4;
                display: flex;
                /* flex-direction: column; */
                /* align-items: flex-end; */
                /* padding: 5px 0; */
                /* background: var(--bg-blue); */
                /* margin-bottom: 0px !important; */
                flex-wrap: nowrap;
                flex-direction: row;
                /* align-content: baseline; */
                align-items: center;
                width: 100vw !important;
                /* height: 30px; */
                min-height: 30px;
                padding: 5px 0;
                border: 0;
        }
        div.DropdownMenu .responsive-tool-bar{
                /* position: absolute; */
                left: 16px;
                display: flex;
                width: max-content;
                justify-content: space-between;
                width: 100%;
                padding: var(--padding-res);
                align-items: baseline;
        }
        div.DropdownMenu .responsive-tool-bar .AdvertContent{
                order: 3;
                padding: 0 10px;
                border-right: 1px solid #EBEBEB;
                /* padding-right: 10px; */
                height: 30px;
        }
        div.DropdownMenu .responsive-tool-bar .UIWeatherForcast{
                display: block;
                order: 1;
                margin: 0;
                padding: 0;
                flex: none;
                /* height: 100%; */
                /* box-sizing: content-box; */
                /* border-right: 1px solid #EBEBEB; */
                padding-right: 10px;
                height: 30px;
                overflow: hidden;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem{
                display: block;
                position: relative;
                z-index: 999;
                left: 0;
                top: 0;
                order: 2;
                padding: 0 10px;
                /* border-right: 1px solid #EBEBEB; */
                /* padding-right: 10px; */
                margin: 0;
                /* margin-bottom: 5px; */
                height: 30px;
                width: auto;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem .date{
                color: #62748D !important;
                font-family: "Roboto";
                font-size: 12px;
                font-weight: 400;
                line-height: 14.06px;
                text-align: left;
                position: unset;
        }
        div.DropdownMenu .responsive-tool-bar div.UIClockSystem .clock .time{
                display: none;
        }
        .DropdownMenu .navbar-button span {
                background: #ffffff !important;
                width: 14px !important;
                height: 2px !important;
                margin: 1.5px !important;
        }
        div.DropdownMenu > ul.MenuList {
                height: calc(100vh - 58px);
                height: calc(100dvh - 58px);
                width: 100vw !important;
                box-shadow: none;
                order: 2;
                left: 0;
                z-index: 9999;
                border-top: 0;
                position: fixed;
                bottom: 59px;
                /* margin-top: 100px !important; */
                /*! padding: 0 !important; */
                max-width: unset;
                /*! padding-bottom: 20px !important; */
                max-height: unset !important;
                display: none;
                flex-direction: column;
                padding: 0;
                margin: 0;
        }
        .DropdownMenu .MenuList li {
                display: block;
                float: none !important;
                border: none !important;
                padding: 8px 10px !important;
        }
        .DropdownMenu .Dropdown {
                /* display: block !important; */
                position: static !important;
        }
        .DropdownMenu .TopMenu, .DropdownMenu .TopMenuActive {
                height: auto ;
        }
        .DropdownMenu ul.Dropdown, .DropdownMenu ul.Popup {
                background: white;
                box-shadow: none;
                height: auto;
                display: block;
                position: static;
                margin: 0;
                width: 100%;
        }
        .DropdownMenu ul.Dropdown .sub, .DropdownMenu ul.Popup .sub {
                display: block ;
                width: auto ;
                height: auto 
        }
        .DropdownMenu li.TopMenu, .DropdownMenu li.TopMenuActive {
                padding: 5px ;
                height: auto ;
                margin: 0 ;
        }
        .DropdownMenu li.TopMenu>a, .DropdownMenu li.TopMenuActive>a {
                padding: 2px ;
                height: auto !important;
                color: black ;
                line-height: 1.4 ;
        }
        .DropdownMenu li.TopMenuActive>a{
                color: white ;
                padding: 2px ;
        }
        .DropdownMenu ul.Popup {
                display: block ;
                width: 100% ;
        }
        .DropdownMenu ul.Popup .sub a {
                padding: 0 20px !important;
        }
        .DropdownMenu .MenuList .TopMenu:hover {
                background: #fff;
                height: auto;
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover a {
                color: #444444 ;
        }
        .DropdownMenu .MenuList .Dropdown .sub:hover {
                background: #fff none repeat-x scroll left top;
                color: #444444 ;
                cursor: pointer;
        }
        div.DropdownMenu div.SingleSearch{
                width: 100%;
                background: #F3F6FB;
                padding: 10px 16px;
                z-index: 1;
                /* height: 80px; */
                /* position: relative !important; */
                top: 0;
                /* padding-bottom: 60px; */
                max-width: unset;
                /* margin: 0 auto !important; */
                left: 0;
                /*! margin-top: 1px !important; */
                /* overflow: hidden; */
                /* padding-top: 20px; */
                order: -1;
                /* padding: 0; */
                /* flex: 1; */
                right: 0;
        }
        div.DropdownMenu div.SingleSearch .SearchBox{
                /* min-width: 0; */
                width: 100%;
                height: auto;
                padding: 10px;
                border-radius: 40px;
                background: #FFFFFF;
                border: 0;
                border: 1px solid #E2E7ED;
                /* margin: 0 16px; */
                /* right: unset; */
                position: unset;
                display: flex;
                align-items: center;
        }
        div.DropdownMenu div.SingleSearch .SearchBox input,
        div.DropdownMenu div.SingleSearch .SearchBox a{
                border: 0;
                outline: 0;
                width: calc(100% - 35px);
                padding: 0 !important;
        }
        div.DropdownMenu div.SingleSearch .SearchBox a{
                background-color: #F1F3F4;
                height: 32px!important;
                width: 32px !important;
                background-position-x: 6px;
                clip-path: circle();
                flex: none;
                right: 10px;
                /* position: absolute; */
                bottom: 8px;
        }
        .DropdownMenu .MenuList .Dropdown{
                width: 100%;
                padding: 0;
        }
        .DropdownMenu .MenuList .Dropdown>.sub {
                background: transparent;
                border-top: 1px solid #E2E7ED !important;
        }
        .DropdownMenu .MenuList .Dropdown>.sub >a>span{
                //styleName: Heading 7 Robo;
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
                color: #3B4E68;
        }
        .
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu
        .navbar-button
        span[style="margin: -2px; transform: rotate(-45deg);"] {
                background: white !important;
                height: 2px;
                margin: -1px !important;
        }
        .DropdownMenu .TopMenu span,
        .DropdownMenu .TopMenuActive span {
                font-family: "Segoe UI",Tahoma,Verdana;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                line-height: 21px;
                /* identical to box height, or 150% */
                /* Grey 3 */
                color: #3b4e68;
        }
        .DropdownMenu .MenuList .TopMenu,  .DropdownMenu .MenuList .TopMenuActive {
                padding: 0  10px;
                background: transparent;
                padding: 16px 12px !important;
                border-top: 1px solid #e2e7ed !important;
                height: auto;
        }
        .DropdownMenu .MenuList .TopMenu>a>span,  .DropdownMenu .MenuList .TopMenuActive>a>span{
                //styleName: Heading 5 Merri;
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
                color: #031739;
        }
        .DropdownMenu .MenuList .TopMenuActive a>span{
                color: #2A58A0;
        }
        div.DropdownMenu .TopMenuActive::after {
                display: none;
        }
        .DropdownMenu ul.MenuList li a span {
                flex: none !important;
                /* padding: 5px 0; */
                /* border-bottom: 1px solid #0084F3; */
        }
        .DropdownMenu .MenuList > li + li:before {
                display: none;
        }
        .MenuList > li:nth-child(1) > a > img {
                display: none;
        }
        .DropdownMenu .MenuList > li:nth-child(1) > a > span {
                display: block;
                //
                styleName: Heading 5 Merri;
                font-family: Merriweather;
                font-size: 15px;
                font-weight: 700;
                line-height: 22px;
                text-align: left;
        }
        div.DropdownMenu li.LanguageMenu {
                padding: 5px 0px !important;
        }
        div.DropdownMenu li.LanguageMenu img {
                margin: 0 !important;
                margin-right: 10px !important;
        }
        .DropdownMenu .MenuList .Dropdown{
                /* column-count: 1; */
                padding: 15px 10px 0 10px;
                box-shadow: none;
                border: 0;
                display: block !important;
                !i;
                !;
        }
        .DropdownMenu .MenuList .Dropdown>.sub:after{
                left: 10px;
        }
        div.DropdownMenu>ul.MenuList>.navbar-close {
                position: fixed;
                right: 16px;
                top: 6px;
                width: 12px;
                height: 12px;
                opacity: 0.5;
                border: 1px solid #f9f9f9;
                z-index: 9;
        }
        div.DropdownMenu>ul.MenuList>.navbar-close:hover {
                opacity: 1;
        }
        div.DropdownMenu>ul.MenuList>.navbar-close:before, div.DropdownMenu>ul.MenuList>.navbar-close:after {
                position: absolute;
                left: 15px;
                content: ' ';
                height: 15px;
                width: 2px;
                background-color: #000;
        }
        div.DropdownMenu>ul.MenuList>.navbar-close:before {
                transform: rotate(45deg);
        }
        div.DropdownMenu>ul.MenuList>.navbar-close:after {
                transform: rotate(-45deg);
        }
}
@media only screen and (min-width: 769px) and (max-width: 1179px){
        .DropdownMenu{
                width: 100vw;
                padding: var(--padding-res);
        }
        .DropdownMenu .MenuList{
                justify-content: space-between;
        }
        .DropdownMenu .MenuList li.TopMenuActive,
        .DropdownMenu .MenuList li.TopMenu{
                padding: 12px 0;
        }
        .DropdownMenu .TopMenu span, .DropdownMenu .TopMenuActive span{
                white-space: nowrap;
                font-size: 14px;
        }
}
