ol li{margin:0 0 10px 20px ;}

.content-accordion {
  border-bottom:none
}
.handorgel__header {
  display:block;
  margin:0;
  padding: 0 40px 0 0;
  border-top:1px solid #999;
  background-image: url(/files/images/assets/plus.png);
  background-repeat: no-repeat;
  background-position: right;
}
.handorgel__header__button {
  font-family: 'robotobold'!important;
  font-size: 20px!important;
  display:block;
  width:100%;
  padding:20px 0;
  margin:0;
  border:0;
  background:none!important;
  border-radius:0;
  color:inherit;
  cursor:pointer;
  font-size:inherit;
  text-align:left;
  transition:background-color .2s ease;
  user-select:none
}



.handorgel__header--open {
 background-image: url(/files/images/assets/minus.png);
 background-repeat: no-repeat;
background-position: right;
}
.handorgel__header--opened {
 background-image: url(/files/images/assets/minus.png);
 background-repeat: no-repeat;
background-position: right;
}


.handorgel__header__button::-moz-focus-inner {
  border:0
}
.handorgel__content {
  display:none;
  overflow:hidden;
  height:0;
  border-top:0px solid #eee;
  background-color:rgb(255,255,255);
  transition:height .1s ease .1s
}
.handorgel__content--open {
  display:block;
  transition:height .2s ease
}
.handorgel__content--opened {
  overflow:visible
}
.handorgel__content__inner {
  padding:20px 0px;
  opacity:0;
  transition:opacity .1s ease
}
.handorgel__content--opened .handorgel__content__inner {
  opacity:1;
  transition:opacity .3s ease
}
.handorgel .accordion {
  display:none;
  overflow:hidden;
  height:0;
  transition:height .2s ease
}
.handorgel .accordion.open {
  display:block;
  transition:height .2s ease
}
.handorgel .accordion.active {
  overflow:visible
}
/* Small devices (tablets, 768 and up) */
@media (min-width: 768px) {

.handorgel__header__button {font-size: 24px!important;}

}