#cms .rte{
  color: #333;
}
#cms .rte h1{
  font-size: 2em;
  font-weight: bold;
}
#cms .rte h2{
  font-size: 1.5em;
  font-weight: bold;
}
#cms .rte h3{
  font-size: 1.17em;
  font-weight: bold;
}
#cms .rte h4{
  font-size: 1em;
  font-weight: bold;
}
#cms .rte h5{
  font-size: 0.83em;
  font-weight: bold;
}
#cms .rte h6{
  font-size: 0.67em;
  font-weight: bold;
}
#cms .rte em{
  font-style: italic;
}
#cms-subcategories{
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  background: #eee;
}
#cms-subcategories > div:not(:last-child){
  border-bottom: 1px solid #ddd;
}
#cms-subcategories .child{
  display: none;
  border-top: 1px solid #ddd;
}
#cms-subcategories .child.cms{
  background: #fafafa;
}
#cms-subcategories a{
  display: block;
  padding: 15px;
  color:#333;
}
#cms-subcategories a.toggle{font-weight:800}
#cms-subcategories a.toggle:after{
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  float: right;
  font-weight: 900;
}
#cms-subcategories a.toggle.active:after{
  content: "\f068";
  float: right;
}
#cms-subcategories a .wrapper{
  display: inline-block;
  width: 15px;
}
