
/* START TOC */

.node .toc-tree {
    margin: 0;
    padding: 0;
    border: none;
}
.node .toc-tree>ol {
}
.node .toc-tree a {
    font-family: Sofia Pro Light;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0em;
    color: rgba(57, 70, 73, 1);
    position: relative;
}
.node .toc-tree a:hover {
    font-family: Sofia Pro;
    font-size: 16px;
    font-weight: 800;
    line-height: 26px;
    letter-spacing: 0em;
    color: #006970 !important;
    opacity: 1;
}
.node .toc-tree a:hover:before {
    z-index: 8;
    display: block;
    content: '';
    background-image: url(/themes/custom/cgdw3css/images/Subtract.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    left: -35px;
    top: 5px;
}
/* END TOC */