/**
 * 
 * navbar-menu-global.css
 * 
 * The Navbar Menu sits on the left of the Navbar and contains key navigation elements such as Products, Vendors, Services & Support and News & Events.
 * 
 * Index
 * 
 * - Navbar Menu: Global
 * - Navbar Menu: Modals (Styles specific to dropdowns in the Navbar Menu)
 * 
 */

/*-----------------------------------------------------------------------
# Navbar Menu: Global
------------------------------------------------------------------------*/

.navbar { position: relative; }

.navbar-menu { 
  position: relative; 
  display: inline-block;
  float: left;
}

.navbar .open-modal-click {
  line-height: 68px;
}

.navbar .open-modal-click a {
  color: #fff;
  padding: 0 40px;
}

.navbar .open-modal-click a:first-of-type { padding: 0 40px 0 0; }

/*-----------------------------------------------------------------------
# Navbar Menu: Modals
------------------------------------------------------------------------*/

.navbar .menu-container { top: 68px; } /* Positions the navbar menu containers at the bottom of the navbar */

.menu-item {
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

/* Styles menu links */
.menu-item a:link, 
.menu-item a:visited { 
  color: #454545;
  width: 100%;
  line-height: 40px; 
}

/* Makes active menu links blue */
.menu-item.modal-active-path a:link, 
.menu-item.modal-active-path a:visited { 
  color: #2375BB;
}
