/* Multi Level Navigation Menu */
/* 2025 - Version 2 */

#dept-main {
	width: 79%;
}
@media (max-width:1200px) {
	#dept-main {
		width: 75%;
	}
}
@media (max-width:768px) {
	#dept-main {
		width: 100%;
	}
}
#leftSidebar {
  width: 21%;
}
@media (max-width:1200px) {
  #leftSidebar {
    width: 25%;
  } 	
}
@media (max-width:768px) {
  #leftSidebar {
    width: auto;
  } 	
}
#fb-nav {
  position: relative;
  font-family: "Roboto Condensed Regular", "PT Sans", sans-serif, "Sofia Pro Regular", Arial;
  font-size: 16.5px;
  margin: 0;
  line-height: 1.428571429;
  width: auto;

  border-top: 8px solid #00205B;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 9px 8px 15px 8px;
}
.align-right {
  float: right;
}
#fb-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
#fb-nav ul li.first a {
  color: #3072AB !important;
  font-size: 20px !important;
  margin-top: 5px;
  margin-bottom: 10px;
}
#fb-nav ul li {
  position: relative;
  margin: 0;
  padding: 2px 0px 2px 0px !important;
}
#fb-nav ul li a {
  text-decoration: none;
  cursor: pointer;
}
#fb-nav > ul > li > a {
  color: #000;
  display: block;
  font-size: 18px !important;
  padding: 12px 15px 12px 15px;
  line-height:22px;
  border-top: 1px solid #dedede;
  background:transparent;
  transition: all 0.25s ease-in;
  position: relative;
}
#fb-nav > ul > li > a:focus {
  background: #c3effd;
}
#fb-nav > ul > li:first-child > a {
  border-top: 0px solid transparent;
}
#fb-nav > ul > li:last-child > a {
  border-bottom: 1px solid #ffffff;
}
#fb-nav > ul > li:hover > a {
	/* font-weight:600; */
	background: #f1f1f1;
}
#fb-nav > ul > li.open > a {
  background: #84dffc;
  font-weight:normal;
}
#fb-nav > ul > li.open > a:focus {
  background: #c3effd;
}
#fb-nav > ul > li.active > a {
  background: #84dffc;
  color: #000000; 
}
#fb-nav ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 0px solid #000000;
  border-bottom: 0px solid transparent;
  left: 0;
  bottom: -13px;
  bottom: 0px;
  opacity: 0;
  transition: all .2s ease;
}
#fb-nav ul > li.has-sub > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid transparent;
  left: 0;
  bottom: -12px;
  bottom: -1px;
  opacity: 0;
  transition: all .2s ease;
}
#fb-nav ul > li.has-sub::after {
  content: "";
  display: block;
  position: absolute;
  color:#003366;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #ccc;
  z-index: 0;
  right: 20px;
  top: 24.5px;
  pointer-events: none;
}
#fb-nav ul > li:hover::after,
#fb-nav ul > li.active::after,
#fb-nav ul > li.open::after {
  border-top-color: #ffffff;
}
#fb-nav ul > li.has-sub.open > a::after {
  opacity: 1;
  bottom: -13px;
}
#fb-nav ul > li.has-sub.open > a::before {
  opacity: 1;
  bottom: -12px;
}
#fb-nav ul ul {
  display: none;
}
#fb-nav ul ul li {
  padding: 0px 0px 0px 0px !important;
}
#fb-nav ul ul li a {
  background: transparent;
  display: block;
  margin-left:15px;
  position: relative;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #dedede;
  font-size:15.5px !important;
  color: #000;
  transition: all 0.25s ease-in;
}
#fb-nav ul ul li:first-of-type a {
  border-top: 1px solid #ffffff;
}
#fb-nav ul ul li a:focus {
  background: #c3effd;
}
#fb-nav ul ul li:first-child > a {
  padding-top: 18px;
}
#fb-nav ul ul ul li {
  border: 0;
}
#fb-nav ul ul li:hover > a,
#fb-nav ul ul li.open > a,
#fb-nav ul ul li.active > a {
  background: #dddddd;
  color: #fff;
}
#fb-nav ul ul > li.has-sub > a::after {
  border-top: 0px solid #ccc;
}
#fb-nav ul ul > li.has-sub > a::before {
  border-top: 0px solid #ccc;
}
#fb-nav ul ul ul li a {
  padding-left: 30px;
  font-size:14px;
}
#fb-nav ul ul > li.has-sub::after {
  top: 18.5px;
  border-width: 6px;
  border-top-color: #ccc;
}
#fb-nav ul ul > li:hover::after,
#fb-nav ul ul > li.active::after,
#fb-nav ul ul > li.open::after {
  border-top-color: #ccc;
}

.fb-nav-li {
   border-bottom: 1px solid #b2b2b2;
   padding: 0px 5px 0px 0px;
}