  /* OVERWRITE FOR HIDING NAV ITEM SPACERS */
.sub-menu .hideMenuItem > a {
    color: #fff !important;
    cursor: pointer;
    border: none !important;
}
#nav-. > a{color:#fff !important;cursor: pointer;border: none !important;}//*Hide Spacers*// 
.hideMenuItem > a{color:#fff !important;cursor: pointer;border: none !important;}//*Hide Spacers*// 
/* FIX NAV */
.sub-menu {z-index: 99999999999!important;}
/** Correct last item alignment in Main Navigation **/
  .main-navigation .menu > .menu-item > .sub-menu > .menu-item:last-child {
    clear: none !important;
    width: auto; } 
/*FIX BLACK BACKGROUND IN INFOGRAPHICS*/
.intro-content-graphic {
  background-color:#e8eef0;
}
.intro-content-graphic:before {
    content: "";
    background: #fff !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }