
ul.menu {
  padding: 0;
  list-style: none;
  clear: both;
  display: table;
}
ul.menu .list {
    margin-bottom: 5px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  vertical-align: sub;
  clear: both;
}
/*ul.menu .list:after {
    position: absolute;
    content: '\f105';
    right: 22px;
    top: 22px;
    color: #000048;
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}*/
ul.menu .list a {
    position: relative;
    color: #001e57;
    font-size: 18px;
    font-weight: 600;
    display: block;
    background-color: #f3f5f9;
    border-bottom: 1px solid #9eaac0;
    padding: 20px 30px;
}
ul.menu .list a:hover {
  color: #ffffff;
    border-color: #df6512;
    background-color: #df6512;
  transition: 300ms all;
}
ul.menu .list ul li a {
    position: relative;
    font-size: 16px;
    padding: 10px 20px 10px 45px; border-bottom:none;
    display: block; font-weight:400;
}
ul.menu .list ul li a:before{left: 25px;
    margin-top: 7px;
    line-height: 30px;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #df6512;}

ul.menu .list .items a:hover {
  background-color: #df6512;
  color: #fff;
  transition: 300ms all;
}
ul.menu .list:last-child {
  border-bottom: none;
}
/*ul.menu .active:after {
  position: absolute;
    content: '\f107';
    right: 22px;
    top: 22px;
    color: #000048;
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}*/

ul.menu .active > .items li {
  padding: 0px;
  list-style: none;
}
ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
ul.menu .active > a {
  color: #001e57;
  text-transform: uppercase;
  font-weight: bold;
}
ul.menu .active .list {
  background: #697d92;
}
ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}

.list > li > a {
            cursor: pointer;
        }

.submenu {
            list-style: none;
            padding-left: 20px;
            display: none;
        }

.list.active .submenu {
  display: block;
  background: #f3f5f9;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;     padding: 15px 0;
  width: 100%; margin-bottom:8px;
        }

.debug-info {
            margin-top: 20px;
            padding: 15px;
            background-color: #e9ecef;
            border-radius: 4px;
        }
@media only screen and (max-width: 1919px){
	ul.menu .list a { padding: 20px;}
}