
.expandable-container{
  margin-bottom: 0px;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--primaryrgb), 0.48);
}

.paragraph-content-list  .expandable-container:last-child,
.node-program .expandable-container {
  border-bottom: none;
}



.expandable-panel-content {
  margin-top: -1px;  padding-top: 1px;  max-height: 1px;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.expandable-panel-content-inner{
  padding: 0px 0px   var(--gapsmall) 40px;
}

.expandable-panel-content-inner .field--name-field-body  p img{
  width: revert-layer;
}


.activev .expandable-container {
}

.activev .expandable-panel-content {
  max-height: unset;
}

.expandable-panel-heading{
  width: 100%;
  padding: var(--gapsmall) 0px;

  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
 cursor: pointer;
   display: flex;
  justify-content: start;
  align-content: center;
}

.expandable-panel-more{
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expandable-panel-more:after{
  width: 40px;
display:block;content:"+";color:var(--primary);
font-weight:700;font-size:var(--h3);line-height:1.2em;
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;

}

.activev .expandable-panel-more:after{
content:"-";

}

.expandable-panel-heading h3,
.expandable-panel-heading h2{
  margin: 0px;color:var(--hColor);
  -webkit-transition: .3s all ease-in-out;
  -moz-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  -ms-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;

}

 
.activev .expandable-container .expandable-panel-heading h2,
.activev .expandable-container .expandable-panel-heading h3,
.expandable-panel-heading:hover h3,
.expandable-panel-heading:hover h2{
text-decoration: none;
color:var(--primary);
}

.activev .expandable-container .expandable-panel-heading,
.expandable-panel-heading:focus,
.expandable-panel-heading:hover {
 
}

.activev .expandable-container .expandable-panel-more:after,
.expandable-panel-heading:focus .expandable-panel-more:after,
.expandable-panel-heading:hover .expandable-panel-more:after{
color:var(--primary);
}
 

.node-program .expandable-panel-content-inner {
  padding: 0px 0px var(--gapsmall) 0px;
}