/*
.vc_tta-panel {
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}
*/

.vc_tta-panel-title {
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}

.vc_tta-panel-title-text {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
}

/* Hover */
.vc_tta-panel-title-text:hover {
  color:#ff00d2;
}
 
.vc_tta_accordion_header:hover a {
  color:#666666;
}