/*
Theme Name: total-child
Theme URI: http://example.com/Total/
description: >-
  Total Child Theme
Author: John Doe
Author URI: http://example.com
Template: Total
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: total-child
*/




.toc-list {
    padding: 12px;
    /* border-style: solid; */
    border-width: 1px;
    border-bottom-style: solid;
    border-color: lightgrey;
    background: white;
    line-height: 1.2em;
    font-size:0.95em;
 
}

.vcex-navbar .toc-list-title {
    
    background: #445063;
    font-family: 'Lato',sans-serif;
    text-align: left;
    color: #ffffff !important;
    cursor: default;
    pointer-events: none;        
    text-decoration: none;
    width: 100%;
    padding: 12px;
   border-top-right-radius: 5px;  
    }

.vcex-navbar a.theme-txt-link:hover {
    text-decoration: none !important;
}


.vcex-navbar-link a.theme-txt-link:active {
     background:#517986 !important;
     text-decoration: none !important;
     color: #ffffff !important;
}


#text_block_section {
    background: white;
    padding-top: 0px;
    padding-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
    border-width: 1px;
    border-color: white;
    border-radius: 5px;
    margin-bottom: 25px;
}

.vc_tta-panel-heading > h2 > a > span {
    color: #719190 !important;
    font-size: 18px !important;
}