.myfh-collapsible-closed {
  max-height: 0px !important;
}
.myfh-collapsible > .myfh-collapsible-label:before {
  content: "\e922" !important;
  width: 30px !important;
  height: 100% !important;
}
.myfh-collapsible-wrapper {
  overflow: hidden;
}
.myfh-collapsible-wrapper {
  transition: max-height 0.25s ease-out;
}
.myfh-collapsible {
  color: #636;
  font-size: 1em !important;
  padding-left: 30px !important;
  cursor: pointer;
  margin-top: 1em !important;
}
.myfh-collapsible::before {
  font-family: icomoon;
  content: "\e923";
  width: 30px;
  height: 100%;
  position: relative;
  left: -25px;
}
[id$="wrapper"] > [id$="wrapper-inner"] {
  overflow: hidden;
}
