   
#toc_container_master {
    -webkit-transition: top 1.5s;
    -o-transition: top 1.5s;
    -moz-transition: top 1.5s;
    -ms-transition: top 1.5s;
    transition: top 1.5s;
    text-align: center;
    background: white;
    width: 91%;
}

#toc-button-expand, #toc-button-collapse {
    width: 100%;
    position: relative;
    margin-left: auto;
    padding: 20px;
    margin-right: auto;
    background: #058ceb;
    color: white;
    opacity: 0;
    
}


   .toc {
        background: #fefefe;
        width: 100%;
        text-align: right;
        z-index: 0;
       font-weight: bold;
    }

@media only screen and (max-width: 768px) {
    .toc {
        width: 99% !important; 
        z-index: 1;
        padding: 20px;
        display: none;
    }
    
    .google-maps {
        z-index: -1;
    }
    
    #grassroot-container ul {
        /*z-index: -1*/
        /*position: relative; */
    }
    body.page-node-21390 .basic-output ul li:before {
        position: relative !important;
    }
    
    #toc-button-expand {
        display: none;
    }
    
}

@media only screen and (max-width: 768px) {
     #toc-button-expand, #toc-button-collapse {
        opacity: 1;
    }
}

    .toc ul {
    
    }

    #toc ul li:nth-child(9) {
        margin-top: 20px;
    }

    #toc ul li:first-child a{
        font-size: 25px
    }

   .toc li {
        margin-bottom: 13px;
        line-height: 20px;
        border-top-width: 2px;
        border-top-color: white;
        border-top-style: solid;
        padding-top: 10px;
   }

    .toc li:hover a{
        color: #058ceb;
    }
    .toc a {
        color: #058ceb;
        font-size: 14px
    }

    .toc .tocH2 {
        
    }
    .toc .toc-h3 {
        list-style-type: none !important;
        list-style-type: none !important;
        margin-bottom: 0px;
        border-top-width: 0px;
    }
    .toc-active {
        color: #058ceb;
        font-size: 18px;
        border-top-color: #058ceb !important;
    }
    .toc.right {
        right: 0
    }