@charset "UTF-8";
.collapsable-block .ac_wrap {
  width: 100%;
}
.collapsable-block .ac_wrap .ac_title {
  border-bottom: 2px solid #DDD;
  color: white;
}
.collapsable-block .ac_wrap .ac_title, .collapsable-block .ac_wrap .toggle-title {
  position: relative;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 20px;
  padding: 18px 45px 18px 40px;
  background-color: #7F7F7F;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.collapsable-block .ac_wrap .ac_content {
  padding: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.collapsable-block .ac_wrap .ac_content a {
  text-decoration: underline;
}
.ac_title.collapsable {
  cursor: pointer;
}
.collapsable-block .ac_wrap .ac_title, .collapsable-block .ac_wrap .toggle-title {
  background-color: #397c18ff;
}
.ac_title.collapsable:hover, .ac_title.collapsable.active, .ac_title.collapsable.active:hover {
  background-color: #74a35dff;
  color: #fff;
}
.ac_title.collapsable.active {
  border-bottom: none;
}
.ac_wrap .ac_content, .ac_wrap .toggle_content {
  background-color: #ffffff;
}
.ac_content > .block-bg > div {
  padding: 0;
}
.ac_content .container-fluid {
  padding: 0;
}
.ac_title .arrow, .toggle-title .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  float: right;
  height: 100%;
  font-weight: normal;
  font-size: 22px;
  margin-top: -12px;
  width: 44px;
  text-align: center;
}
.ac_title .arrow, .toggle-title .arrow {
  font-size: 17px;
}
.ac_wrap .ac_title.active .arrow {
  color: #fff;
}
.ac_title .arrow.down, .toggle-title .arrow.down {
  display: block;
}
.ac_title .arrow.up, .toggle-title .arrow.up {
  display: none;
}
.ac_title .arrow.down, .toggle-title .arrow.down {
  display: block;
}
.ac_title.active .arrow.up, .toggle-title.active .arrow.up {
  display: block;
}
.ac_title.active .arrow.down, .toggle-title.active .arrow.down {
  display: none;
}
.ac_wrap ul li::before {
  content: "➔";
  padding-right: 10px;
}
