a{
  color:#333;
  transition:all 200ms ease-in-out;
}
ul{
  margin:0;
  padding:0;
  list-style-type:none;
}

.nav{
  display:flex;
  position:relative;
}
.nav a{
  display:block;
  text-decoration:none;
}
.nav > li > a{
  padding:4px 10px;
}
.nav > li{
  position:relative;
}
.nav > li > ul{
  // display:none;
  background:rgba(0,0,0,0.1);
  position:absolute;
  top:100%;
  left:0;
  opacity:0;
  visibility: hidden;
  transform: translateY(20px);
  transition:all 300ms ease-in-out 500ms; // Added delay for usability
  transition:all 300ms ease-in-out;
}
.nav > li > ul > li{
  
}
.nav > li > ul > li > a{
  padding:4px 10px;
}
.nav > li > ul > li > a:hover{
  background-color:#ffffff;
}
.nav > li:hover > ul{
  // display:block;
  opacity:1;
  visibility: visible;
  transform: translateY(0px);
  transition:all 300ms ease-in-out;
}
.nav > li > a:hover{
  background-color:rgba(0,0,0,.05);
}
.nav .big-nav{
  position:static;
}
.nav .big-nav > ul{
  min-height:400px;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:rgba(0,0,0,0.1);
}
.nav .big-nav > ul > li{
  width:25%;
  // position:relative;
}
.nav .big-nav > ul > li > a {
    padding:10px 12px;
    background: transparent;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.nav .big-nav > ul > li.show > a {
    color: #009ae9;
    background: #ffffff;
	position: relative;
}
.nav .big-nav > ul > li.show > a::before {
    content: "\f054";
    right: 17px;
    font-family: FontAwesome;
    position: absolute;
    color: #828282;
    font-weight: 100;
}
li.sub-menu-item a {
    font-size: 12px;
    font-weight: 500;
}
.nav .univ-list a {
    background: #ebf1f8;
    border-radius: 4px;
    box-shadow: none;
}
.nav .univ-list .uni-logo {
    width: 76px;
    height: auto;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d2d6de;
    display: inline-block;
    border-radius: 2px;
    padding: 4px;
}
.menu-master-prg a span {
    font-size: 12px;
    font-weight: 500;
    color: #51565e;
    line-height: 1.5;
}

.nav .big-nav > ul > li > ul{
  display:none;
  position:absolute;
  top:0;
  left:25%;
  width:75%;
  background:#ffffff;
  height:100%;
}
.nav .univ-list .univ-info {
    width: calc(100% - 80px);
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}
.nav .univ-list .univ-info h5 {
    font-size: 12px;
    line-height: 1.5;
    color: #272c37;
    font-weight: 600;
    margin-bottom: 5px;
}
.nav .univ-list .univ-info span {
    font-size: 12px;
    color: #51565e;
    line-height: 1.4;
    display: inline-block;
    padding-top: 0px;
    margin-top: 10px;
	font-weight: 500;
}
.menu-master-prg ul li::before {
    width: 5px;
    height: 5px;
    background: #848da0;
    padding: 0;
    border-radius: 50%;
    left: 5px;
    position: absolute;
    margin-top: 12px;
    content: "";
    display: inline-block;
    z-index: 1;
}
.menu-master-prg ul li::after {
   width: 1px;
    content: "";
    display: inline-block;
    background: #d2d6de;
    position: absolute;
    left: 7px;
    bottom: -15px;
    z-index: 0;
    top: 1px;
}
.menu-master-prg ul {
    font-weight: 400;
    position: relative;
    padding-left: 45px;
    font-size: 12px;
    display: block;
    overflow: hidden;
}
.nav li .menu-master-prg ul li {
    color: #848da0;
    line-height: 2.5;
}
.master-wrap ul {
    padding-inline-start: 24px !important;
    margin-top: 14px;
    margin-bottom: 9px;
}
.master-wrap {
    position: relative;
}
.menu .univ-list .uni-logo {
    width: 70px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #d2d6de;
    display: inline-block;
    border-radius: 2px;
}
.nav li.category-btn a {
    font-size: 14px;
    color: #1179ef;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    line-height: 40px;
    width: 250px;
    border-radius: 2px;
    border: 1px solid #1179ef;
    font-weight: 500;
    text-align: center;
    position: absolute;
    bottom: 25px;
    right: 21px;
}
.menu-master-prg a span {
    font-size: 12px;
    font-weight: 600;
}
.menu-master-prg img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
.nav .big-nav > ul > li.show > ul{
  display:block;
}

.nav .big-nav > ul > li > ul > li{
  display:block;
  width:100%;
  float:left;
}
.nav .big-nav > ul > li > ul > li.col3{
  width:33.3334%;
  padding:0 10px;
}
.nav .big-nav > ul > li > ul > li a{
  padding:4px 10px;
}
body a.button {
    background-color: #009ae9 !important;
    border-color: #009ae9 !important;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
}
body ul.meganav {
    position: absolute;
    width: 992px !important;
    top: 75px !important;
    background: #f1f6fa !important;
	border-radius: 7px;
}
ul.meganav h4 {
    font-weight: 500;
    color: #272c37;
    margin: 32px 0 16px 12px;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    line-height: normal;
}
h4.hidden-sm, a.catnav {
    font-weight: 500;
    color: #272c37;
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
    line-height: normal;
}
h4.hidden-sm{
	margin: 32px 0 16px 9px;
}
a.catnav {
    margin-top: 25px;
    margin-bottom: 15px;
}

