
#research-breadcrumb ol{
    border: none;
}

#research-breadcrumb, #research-breadcrumb li.breadcrumb-item, #research-breadcrumb a{
    color: #fff;
    font-size: 1rem;
}

#research-breadcrumb, #research-breadcrumb ol, #research-breadcrumb li {
    background: #22211F;
}

#research-breadcrumb .nav-breadcrumb .breadcrumb-item-separator .icon {   
    fill: #eee;   
}


.research .footer-global-icons.list.list-icons {
    float: left!important;
}


.research-nav-mobile{
    display:none;
    position: absolute;
    top:0;
    z-index: 999999;
    width: 100%;
    background: #fff;
   
}

@media (max-width: 600px) { 

    .nav-global--absolute~.content>.content-group--featured:first-child .content-group__content {
        padding-top: calc(70px + 3rem);
    }
    
    .hero-nav-global {
        display:none;
    }

    .research-nav-mobile{
        display:block !important;
    }
  }


  #cu-cookie-alert {
    display: none;
}
