#nav-bar #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#nav-bar #menu-button {
  display: none;
}

#nav-bar ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}

#nav-bar ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}

#nav-bar ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}

#nav-bar > ul > li:hover > .nav1 {
  top: 41px;
  left: 0;
  width:200px;
  opacity: 1;
  padding: 0;
  z-index: 2;
}

#nav-bar > ul > li:hover > .nav2 {
  top: 41px;
  left: 25%;
  width:200px;
  opacity: 1;
  padding: 0;
  z-index: 2;
}
#nav-bar > ul > li:hover > .nav3 {
  top: 41px;
  left: 50%;
  width:200px;
  opacity: 1;
  padding: 0;
  z-index: 2;
}
#nav-bar > ul > li:hover > .nav4{
  top: 41px;
  left: 75%;
  width:200px;
  opacity: 1;
  padding: 0;
  z-index: 2;
}
#nav-bar > ul > li > ul:hover {
  top: 45px;
}

#nav-bar ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}

#nav-bar ul ul li:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#nav-bar ul ul li:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

#nav-bar ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#nav-bar > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #e7e5d8;
  top: -10px;
  left: 50%;
  margin-left: -50%;
  display: block;
}

#nav-bar.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#nav-bar ul ul li.has-sub.active > a::after,
#nav-bar ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#nav-bar.align-right ul ul li.has-sub.active > a::after,
#nav-bar.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}

#nav-bar,
#nav-bar2 {
	position: relative;
	width: 45%;
	margin-bottom: 15px;
	z-index: 1;
}
#nav {
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
}

#nav-bar li {
	padding: 3px 2%;
	text-align: left;
	list-style: none;

}

#nav-bar li > ul > li {
	background: #e7e5d8;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#nav-bar li > ul > li:hover {
	background: #f9f7e8;
}
.navy-tx {
	color: #182B5C;
}
.mob-show {
	display: none;
}
/*** CHANGE THIS TO UPDATE THE NAV LINK HOVER COLOR ***/
#nav-bar a:hover {

}


/*** MOBILE NAV BAR ***/
@media all and (max-width: 985px),
 only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
 only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
 only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
 only screen and (min-resolution: 192dpi) and (max-width: 1024px),
 only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

/*** CHANGE THIS TO UPDATE THE MOBILE NAV BAR BACKGROUND COLOR ***/
  #nav-bar {
    background: #182B5C;
	color: #ffffff;
	width: 65%;
	margin-left: 30%;
	padding-bottom: 10px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-align-self: baseline;
	    -ms-flex-item-align: baseline;
	        align-self: baseline;
  }
  #nav-bar > ul {
    display: none;
  }
  #nav-bar > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #nav-bar.align-right > ul {
    float: none;
  }
  #nav-bar.align-center > ul {
    text-align: left;
  }
  #nav-bar > ul > li,
  #nav-bar.align-right > ul > li {
    float: none;
    display: block;
  }
  #nav-bar > ul > li > a {
    padding: 0;
    border-right: 0;
	color: #ffffff;
  }
  #nav-bar > ul > li:hover > a,
  #nav-bar > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #nav-bar #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #nav-bar ul ul,
  #nav-bar ul li:hover > ul,
  #nav-bar > ul > li > ul,
  #nav-bar ul ul ul,
  #nav-bar ul ul li:hover > ul,
  #nav-bar.align-right ul ul,
  #nav-bar.align-right ul li:hover > ul,
  #nav-bar.align-right > ul > li > ul,
  #nav-bar.align-right ul ul ul,
  #nav-bar.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: 4px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #nav-bar ul ul li {
    width: 100%;
  }
  #nav-bar ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #nav-bar ul ul ul li a {
    padding-left: 45px;
  }
  #nav-bar ul ul li:first-child > a,
  #nav-bar ul ul li:last-child > a {
    border-radius: 0;
  }
  #nav-bar #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fd84bc;
    border-bottom: 2px solid #fd84bc;
    right: 25px;
    top: 18px;
  }
  #nav-bar #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fd84bc;
    right: 25px;
    top: 28px;
  }
  #nav-bar > ul > li > ul::after,
  #nav-bar > ul > li.has-sub > a::after,
  #nav-bar ul ul li.has-sub > a::after {
    display: none;
  }
  #nav-bar > ul > li:hover > .nav1,
  #nav-bar > ul > li:hover > .nav2,
  #nav-bar > ul > li:hover > .nav3,
  #nav-bar > ul > li:hover > .nav4 {
	width:100%;
	top: inherit;
	left: inherit;
}
  .mob-hide {
	  display: none;
  }
  .mob-show {
	  display: block;
  }
}