#tocWrapper {
    margin: 0;
}
#tocWrapper .postTableOfContents {
    border: 1px solid #efeee9;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    background: #fff
}

#tocWrapper .postTableOfContents .inner-wrap {
    height: auto;
    overflow: hidden;
    -webkit-transition: height .5s;
    transition: height .5s
}
#tocWrapper .postTableOfContents p#toc-np-title {
  font-weight: bold;
}
#tocWrapper .postTableOfContents h2,
#tocWrapper .postTableOfContents p#toc-np-title {
    font-size: 16px;
    -webkit-transition: margin .5s;
    transition: margin .5s;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .64px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

/*
#tocWrapper .postTableOfContents h2:before,
#tocWrapper .postTableOfContents p#toc-np-title:before {
    font-family: FontAwesome;
    content: '\f0ca';
    display: inline-block;
    width: 30px;
    margin-left: 10px
}
*/

#tocWrapper .postTableOfContents ol,
#tocWrapper .postTableOfContents ul {
    
}

#tocWrapper .postTableOfContents ol li,
#tocWrapper .postTableOfContents ul li {
/*
    padding-left: 20px;
    margin-left: 20px
*/
    line-height: 22px;
}

#tocWrapper .postTableOfContents ol li a,
#tocWrapper .postTableOfContents ul li a {
    color: #032be5;
    text-decoration: none;
    font-weight: 300;
    float: left;
}
#tocWrapper .postTableOfContents ol li a, #tocWrapper .postTableOfContents ul li a {
    float: none!important;
    display: inline-block!important;
    vertical-align: top!important;
}

#tocWrapper .postTableOfContents ol li a:hover,
#tocWrapper .postTableOfContents ul li a:hover {
    text-decoration: underline;
    border-bottom: none;
}


#tocWrapper .postTableOfContents .inner-wrap {
	padding-bottom: 20px;
}

/*
#tocWrapper .postTableOfContents.sticky-active {
    position: fixed;
    top: 30px;
    z-index: 100;
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15),0 8px 16px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15),0 8px 16px 0 rgba(0,0,0,.05);
    max-height: calc(75% - 40px);
    overflow: auto
}
*/

#tocWrapper .postTableOfContents.sticky-active:not(:hover) h2,
#tocWrapper .postTableOfContents.sticky-active:not(:hover) p#toc-np-title {
    margin-top: .25rem;
    margin-bottom: .25rem
}


@media (max-width: 991px) {
    #tocWrapper .postTableOfContents.sticky-active.scroll-up {
      top:60px !important;
    }

    #tocWrapper .postTableOfContents.sticky-active {
        top:10px;
        -webkit-transition: width .5s;
        transition: width .5s;
        left: 15px
    }

    #tocWrapper .postTableOfContents.sticky-active:not(:hover) {
       /* width: calc(100% - 30px)!important*/
    }
}

@media (min-width: 768px) and (max-width:991px) {
    #tocWrapper .postTableOfContents.sticky-active {
        width:calc(100% - 30px)!important
    }
}


@media (max-width:479px) {
	#tocWrapper .postTableOfContents.sticky-active:hover h2,
	#tocWrapper .postTableOfContents.sticky-active:hover p#toc-np-title {
		margin-top: .25rem;
		margin-bottom: .25rem
	}
    #tocWrapper.sticky-height {
		/* height:60px !important; */
	}
    #tocWrapper .postTableOfContents.sticky-active:not(.on) .inner-wrap {
        height: 0!important
    }
}
@media (min-width:480px) {
    #tocWrapper .postTableOfContents.sticky-active:not(:hover) .inner-wrap {
        height: 0!important
    }
}