/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  /*left: auto;*/
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* Display on hover */ 
/* D.L. hide in mobile menu */
@media (min-width:767px){
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}
/* menu styles */
.list-unstyled,
.list-unstyled ul { min-width: 240px }

/* site mega menu */

.navbar-default {
	background-color: transparent;
}

.yamm-content {
	height:100%;
}

.yamm-content li,
.yamm-content li a {
	font-size: 14px;
    line-height: 1.5rem;
    margin:0;
    border:0;
    padding:0;
    color:#004e72;
}

.yamm .dropdown-menu {
	width: 1020px;
	margin-left:-75px;
} 

.yamm-content .lhs-tabs li {
    line-height: 2rem;
}

.yamm-content .lhs-tabs li a {
    padding-left:1rem;
}


.yamm-content .lhs-tabs li a::after {
   font-family: FontAwesome;
   content: "\f105";
   display: inline-block;
   padding-right:10px;
   float:right;
   vertical-align: middle;
   color: #ddd;
}

.yamm-content .lhs-tabs li a.noDash::after {
   content: none;
}

yamm-content .lhs-tabs li a:hover::after {
   color: #fff;
}

.yamm-content .lhs-tabs {
	border-right: 1px solid #ddd;
	height:100%;
}

.yamm-content .lhs-tabs ul {
	margin-top:0;
}

#block-tt-mega-menu .navbar {
	height: 75px;
	margin-bottom: 0;
}



.yamm .productSection {
	font-size:1.1em;
	font-weight:bold;
}

.yamm li.space {
	margin-top:1em;
}

.yamm .productCat {
	color:#000;
	font-weight:bold;
	font-size:1.1em;
	width:100%;
	margin-bottom:8px;
}



.yamm .dropdown-menu  {
  padding: 0;
  border:0;
}


.yamm .dropdown-menu li:hover {
    background-color: #fff;
    background-image: none;
}

.dropdown-narrow .dropdown-menu {
	width: 200px;
	margin-left:-15px;
}

.dropdown-narrow .dropdown-menu li > a {
	font-size: 1rem;
	padding: 0.5rem 1rem;
	color:#004e72;
}

.menu-overview {
	width: 100%;
	background-color: #eee;
	padding: 0 5px;
	font-size: 1rem;
	color: #004e72;
	font-weight:bold;
}

.menu-overview-blank {
	width: 100%;
	background-color: #fcfcfc;
	padding: 0 5px;
	font-size: 1rem;
	color: #4285F4;
}

.menu-overview a{
	/*color: #4285F4; */
	color:#004e72;
}	

.yamm .investors-dropdown-menu {
	margin-left:-160px !Important;
	width: 510px;
}

.yamm .investors-dropdown-menu .list-unstyled {
	margin: 0.4rem 0 1rem 0;
	padding: 0 0 0 5px;
}

.yamm .aboutus-dropdown-menu {
	width: 250px;
}
