#wh_publication_toc_content{
   display: none!important;
}
nav#wh_publication_toc{
   padding-top: 55px;
   max-width: 284px;
   height: calc(100vh - 40px);
   position: sticky;
   position: -webkit-sticky;
   top: 40px;
   margin-bottom: 0;
   padding-bottom: 40px;
}
#clearedMenu>ul>li>ul.navbar-nav.nav-list{
   max-height: 100%!important;
   display: block!important;
}
#clearedMenu{
   max-height: 100%;
   overflow: auto;
   margin-bottom: 0!important;
}
#clearedMenu li{
   list-style: none;
}
#clearedMenu>ul{
   padding-left: 0;
   margin-bottom: 0;
}
#clearedMenu>ul>li>ul>li ul{
   padding-left: 16px;
}
#clearedMenu>ul>li>div>span{
   display: none;
}
#menu-title{
   font-family: "ProximaNova-Medium", ProximaNova;
   font-size: 16px;
   font-weight: 500;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.25;
   letter-spacing: 0.29px;
   color: #000;
   margin-bottom: 12px;
   width: 240px;
   padding-left: 30px;
}
#clearedMenu>ul>li>div>div.title{
   display: none;
}
/*second level items*/
#clearedMenu>ul>li>ul a{
   font-family: "ProximaNova-Regular", ProximaNova;
   font-size: 14px;
   font-weight: normal;
   font-stretch: normal;
   font-style: normal;
   line-height: 1.43;
   letter-spacing: 0.25px;
   color: #949494;
   cursor: pointer;
   display: inline-block;
   width: 158px;
}
/*first level items*/
#clearedMenu>ul>li>ul>li>div>div>a{
   color: #4a4a4a;
}
#clearedMenu .topicref:hover a,
#clearedMenu .current-active-node>div>div>a,
#clearedMenu li[role="treeitem"].active>div>div>a{
   color: #1e89e7;
}
#clearedMenu li[role="treeitem"]:not([aria-expanded])>div.topicref:hover>span.wh-expand-btn,
#clearedMenu li[role="treeitem"].active:not([aria-expanded])>div.topicref>span.wh-expand-btn{
   background-image: url(../images/sideMenus/leftMenuBlueDot.svg);
   top: 0;
}
#clearedMenu li[role="treeitem"]>div.topicref:hover>span.wh-expand-btn,
#clearedMenu li[role="treeitem"].current-active-node>div.topicref>span.wh-expand-btn,
#clearedMenu li[role="treeitem"].active>div.topicref>span.wh-expand-btn{
   background-image: url(../images/sideMenus/leftMenuBlueArrow.svg);
}
#clearedMenu li[role="treeitem"][aria-expanded="true"]>div.topicref>span.wh-expand-btn{
   transform: rotate(90deg);
}
#clearedMenu li[role="treeitem"]>div{
   position: relative;
    padding-left: 20px;
}
#clearedMenu li[role="treeitem"]>div>span.wh-expand-btn{
   position: absolute;
   left: -1px;
   top: -1px;
   width: 20px;
   height: 20px;
   cursor: pointer;
   background-image: url(../images/sideMenus/leftMenuGrayArrow.svg);
   background-repeat: no-repeat;
   background-position: center;
   transition: all 100ms;
   outline: none;
}
#clearedMenu li[role="treeitem"]:not([aria-expanded])>div>span.wh-expand-btn{
   background-image: url(../images/sideMenus/leftMenuGrayDot.svg);
   top: 0;
}
#clearedMenu li>ul,
#clearedMenu li>ul>li>ul,
#clearedMenu li>ul>li>ul>li>ul,
#clearedMenu li>ul>li>ul>li>ul>li>ul{
    overflow: hidden;
}
#clearedMenu li[aria-expanded="false"]>ul,
#clearedMenu li>ul>li[aria-expanded="false"]>ul,
#clearedMenu li>ul>li>ul>li[aria-expanded="false"]>ul,
#clearedMenu li>ul>li>ul>li>ul>li[aria-expanded="false"]>ul{
    display: none;
}
#clearedMenu li[aria-expanded="true"]>ul,
#clearedMenu li>ul>li[aria-expanded="true"]>ul,
#clearedMenu li>ul>li>ul>li[aria-expanded="true"]>ul,
#clearedMenu li>ul>li>ul>li>ul>li[aria-expanded="true"]>ul{
   display: none;
}

#clearedMenu .title{
   margin-top: 12px;
   line-height: 24px;
   display: flex;
   align-items: center;
}
#clearedMenu>ul>li>ul>li ul .title{
   margin-top: 8px;
}
#clearedMenu>ul>li>ul>li:not(last-child)>ul>li:last-child{
   margin-bottom: 5px;
}
#clearedMenu ul:last-child li:last-child{
   margin-bottom: 0;
}
#clearedMenu>ul>li>ul>li:first-child>div>div.title{
   margin-top: 0;
}
#clearedMenu ul ul ul{
   margin-bottom: 17px;
}
#clearedMenu ul ul>li:last-child ul,
#clearedMenu ul ul ul ul{
   margin-bottom: 0;
}
#wh_publication_toc .scroll-wrapper:before {
   content: "";
   position: absolute;
   /*top: 87px;*/
   top: var(--topGradientShadePosition);
   left: -10px;
   height: 20px;
   background-image: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,0));
   z-index: 1;
   width: 100%;
}
#wh_publication_toc .scroll-wrapper:after {
   content: "";
   position: absolute;
   bottom: 0;
   height: 20px;
   background-image: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0));
   z-index: 1;
   width: 100%;
}
#wh_publication_toc .scroll-wrapper.hide-bottom-blur:after {
   display: none;
}
#wh_publication_toc .scroll-wrapper.hide-top-blur:before {
   display: none;
}

#wh_publication_toc .scroll-wrapper {
   width: 256px;
}

@media (max-width: 1279.9px) {
   nav#wh_publication_toc {
      position: fixed;
      left: 0;
      background: #fff;
      z-index: 1;
   }
}