

/* menu links */
.nav > li > a {
  color: #333;
  display: block;
  line-height: 3.5;
  padding: 0 1.25em;
  position: relative;
}
.nav > li > a:focus,
.nav > li:hover > a {
  background: #D03438;
  color: #fff;
}
.nav > li:first-child > a {

}
/* menu dropdown */
.mega-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 3px 3px;
  opacity: 0;
  position: absolute;
  transition: all .3s ease .15s;
  visibility: hidden;
  width: 100%;
  left:0;
}
li:hover > .mega-menu {
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.menu-wrapper .mega-menu .nav-column ul li
{
  width:150px;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px;
}
.menu-wrapper .mega-menu .nav-column ul li a
{
  padding: 5px 0px;
}
.menu-wrapper .mega-menu .nav-column ul li a:hover
{
  background: none;
  color: #888;
}
/* menu content */
.nav-column {
  float: left;
  padding: 2.5%;
  width: 28%;
  height: auto;
}

.nav-column a {
  color: #888;
  display: block;
  font-weight: bold;
  line-height: 1.75;
  text-transform: none;
}
.nav-column a:hover {
  color: #2196f3;
}
.menu-wrapper .mega-menu .nav-column h3 {
  color: #D03438;
  font-size: 1.2em;
  line-height: 1.15;
  text-align: left;
  font-weight: bold;
}
.highlight {
  color: #2196f3;
}