/*.DropdownMenu.scrolling {
    background: #fcf8ef;
    position: fixed;
    z-index: 200;
    width: 100%;
}
.DropdownMenu.scrolling .MenuList {
    border-bottom: medium none;
    display: block;
    height: 90px;
    margin: 30px 4% 0 0;
    text-align: right;
}
.DropdownMenu.scrolling .MenuList .Dropdown .sub a span:hover {
    font-weight: bold;
    color: #dcb767;
}
.DropdownMenu.scrolling .MenuList .Dropdown .sub a span {
    color: #444;
    display: block;
    font: 10pt/35px arial;
    height: 35px;
    margin: 0 0 0 15px;
    text-decoration: none;
}
*/
.DropdownMenu {    
	border-bottom: 1px solid #d1b067;
	background:#1d4685;
}
.DropdownMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.DropdownMenu .MenuList {
	display: block;
	height: 140px;
	margin: 0 auto;
	text-align: center;
}
.DropdownMenu .MenuList span.logo-5421 {
    display: none;
}
.DropdownMenu .MenuList .TopMenu:hover, .TopMenuActive {
    display: inline-block !important;
    padding: 0 15px;
    position: relative;
}
.DropdownMenu .MenuList .TopMenu {
    display: inline-block !important;
    padding: 0 15px;
    position: relative;
    transition: background 0.86s ease 0s;
    height: 140px;
}
.DropdownMenu .MenuList .TopMenu a {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 140px;
}
.DropdownMenu .MenuList .TopMenu:hover a, .MenuList li:first-child:hover a {
    color: #ffedc5;
}
.DropdownMenu .MenuList .TopMenuActive a {
    color: #ffedc5;
    /* font: 14px/60px "Roboto",sans-serif; */
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren {
    background: rgba(0, 0, 0, 0) url("images/haschildren.png") no-repeat scroll center bottom;
    display: block;
    height: 42px;
}
.DropdownMenu .MenuList .Dropdown {
    background: #1d468578;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: left;
    top: 75%;
    width: 300px;
    z-index: 1000;
}
.DropdownMenu .MenuList .Dropdown::before {
    border: 1px solid #93773a;
    position:absolute;
    top:0;
    left:0;
}
.DropdownMenu .MenuList .Dropdown .sub {
    display: block;
    height: 35px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f6db9f;
}
.DropdownMenu .MenuList .Dropdown .sub:hover {
    cursor: pointer;
}
.DropdownMenu .MenuList .Dropdown .sub:hover a {
    font-weight: bold;
    color: #ffedc5;
}
.DropdownMenu .MenuList .Dropdown .sub a {
    color: #fff;
    display: block;
    font: 10pt/35px arial;
    height: 35px;
    margin: 0 0 0 15px;
    text-decoration: none;
}
.DropdownMenu .MenuList .Popup {
    background: #e65f30 none repeat scroll 0 0;
    display: inline-block;
    left: 99%;
    position: absolute;
    top: 2px;
    width: 180px;
    z-index: 1001;
}
.DropdownMenu .MenuList .Popup .sub {
    position: relative;
}
.DropdownMenu .MenuList .Popup .sub a {
    padding-left: 4px;
    padding-right: 4px;
}

@media screen and (max-width:768px){
        .DropdownMenu{
                background: unset !important;
        }
        .DropdownMenu .navbar-button{
                background:#ff6a08;
        }
        .DropdownMenu li.TopMenuActive{
                background: #ff6a08;
        }
        .DropdownMenu .MenuList .TopMenu{
                background-color: rgb(255,255,255);
                height: auto;
                display: flex !important;
                flex-direction: column;
                align-content: flex-start;
                position: relative;
                border-bottom: unset !Important;
                padding: 0 !Important;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren{
                height:40px !Important;
                display: flex !important;
        }
        .TopMenuActive span, .TopMenu span{
                font-size:14px !Important;
                height: 35px !Important;
                line-height: 35px !important;
        }
        .DropdownMenu .MenuList .Dropdown .sub{
                height:35px !Important;
                padding: 0 !important;
        }
        .DropdownMenu .MenuList .Dropdown .sub a{
                height: 35px !Important;
                padding: 0 12px !important;
                line-height: 35px !important;
                border-bottom: unset !important;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren{
                height:35px !Important;
        }
        .DropdownMenu .MenuList .TopMenu .HasChildren, .TopMenuActive .HasChildren{
                background:unset !Important;
        }
        .DropdownMenu .MenuList .TopMenu a{
                height:35px !Important;
                width: 100% !important;
        }
        .DropdownMenu .MenuList li.TopMenuActive, .TopMenuActive:hover, .DropdownMenu .MenuList .TopMenu:hover{
                background: rgba(27,127,204,.8) ! Important;
                height: 40px !important;
                padding: 0 !important;
        }
        .menu-list-expand{
                display:none !Important;
        }
                .DropdownMenu .MenuList .TopMenu:hover{
                display: flex;
                background-color: rgb(255,255,255);
                height: auto;
                display: flex !important;
                flex-direction: column;
                align-content: flex-start;
                position: relative;
                border-bottom: unset !Important;
                padding: 0 !Important;
        }
  
}