/* Mega menus */


/* make mega menus take the full width of the navbar */

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: 0 !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu ul {
  list-style:none;
}

#main-menu .mega-menu > li {
  overflow: auto;
  margin-left:0;
}

#main-menu .mega-menu > li a {
  color:#444;
  text-decoration:none;
}

#main-menu .mega-menu > li a:hover {
  color:#69025E;
  text-decoration:none;
}

/* simple columns inside the mega menus */

#main-menu .mega-menu .column-1-6 {
  padding: 0 20px;
}

@media (min-width: 767px) {
  #main-menu .mega-menu .column-1-6 {
    float: left;
    width: 16.66%;
  }
}


/* Sample image placeholder */

.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}