
	/* ~816px or more */
@media only screen and (min-width: 51em) {

  .superfooter-resource-links ul.menu { display: block !important; }

  #main-menu-wrapper ul li { cursor: pointer; }
  #main-menu-wrapper ul li:hover ul { display: block; }
  #main-menu-wrapper ul li:hover a.menu-minipanel+ul,
  #main-menu-wrapper ul li:hover a.menu-minipanel+ul { display: none; }
  #main-menu-wrapper ul ul {
    border-top: 2px solid #A37908;
	  display: none;
	  float: none;
	  left: 0;
	  position: absolute;
	  top: 100%;
	  width: 186px;
	  z-index: 99;
  }
  #main-menu-wrapper ul ul:before {
    color: #A37908;
    content: "\f0de";
    font-family: FontAwesome;
    font-size: 1.8em;
    font-style: normal;
    font-weight: normal;
    left: 11px;
    position: absolute;
    top: -19px;
  }
  #main-menu-wrapper ul ul ul {
    border: none;
		margin: 0;
		position: relative;
		top: 0;
  }
  #main-menu-wrapper ul ul ul:before { content: ''; }
  #main-menu-wrapper li ul li { float:none; }

}

/* ~1024px or more */
@media only screen and (min-width: 64em) {

}

