.cat_toggle {
  color: var(--darkgrey) !important;
  cursor: pointer;
}
.cat_toggle.active,
.cat_toggle:hover {
  font-weight: 700;
}
.menu_separator {
  color: var(--darkgrey);
}
.menu_separator:last-child {
  display: none;
}

.info_title[aria-expanded="true"] {
  color: #0092B5 !important;
}
.info_title[aria-expanded="false"] {
  color: #c8c8c8 !important;
}
@media (max-width: 767px) {
  .cat_link {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0px !important;
    text-align: center;
    margin-bottom: 10px !important;
  }
  .menu_separator {
    display: none;
  }
}


.panel{
    /* padding-top: 15px; */
}

.infoLegalBorder{
  border-top: 1px solid var(--black);
}
.panel-body{
  padding-top: 0px !important;
}

.panel-title{
    /* border: 1px solid var(--lightgrey); */
    /* border-bottom: 1px solid var(--black); */
    padding: 15px;
    margin-top: 0 !important;
}

.info_title[aria-expanded="true"] .panel-title{
    /* border: 1px solid var(--colorfirst) !important; */
    /* border-bottom: 1px solid var(--black); */
    color: var(--colorfirst) !important;
}

.panel-body{
    /* border: 1px solid var(--lightgrey); */
    padding: 15px;
}


.panel-body p div,
.panel-body p,
.panel-body div
{
    /* font-family: ubuntu-li; */
    font-size: 16px;
    line-height: 24px;
    color: var(--grey);
    font-weight: normal !important;
    margin: 0;
    padding: 0;
}
