/* accordion.css */
.ce_accordion{margin-top:-1px;border:1px solid #d4cbc5;border-bottom: none}.toggler:focus{outline: none}.ce_accordion{margin-top:-1px;margin-bottom:25px;border: none}.ce_accordionSingle .toggler{margin-top:0;margin-bottom:0;margin-left:0;padding:10px 0 12px 10px;background:#f9f9f9 url("../../files/images/Icons/breadcrumb_arrow_light_greyxxxx.png") left center no-repeat;font-size:18px;line-height:18px;font-weight:normal;color:#202020;cursor: pointer;border:none;box-sizing:border-box;background-position: 0 0}.ce_accordionSingle .toggler:hover{background-image:url("../../files/images/Icons/breadcrumb_arrow_light_grey_down_11x11xxxx.png");background-position:left top;background-repeat:no-repeat;color:rgba(102,102,102,.8);box-sizing:border-box}.toggler:hover,.toggler.active{background-image:url("../../files/images/Icons/breadcrumb_arrow_light_greyxxxx.png");background-position:left top;background-repeat:no-repeat;color:#666}.toggler:hover img,.toggler.active img{color:#fff;-moz-transform:rotate(90deg); /* Firefox 3.6 Firefox 4 */-webkit-transform:rotate(90deg); /* Safari */-o-transform:rotate(90deg); /* Opera */-ms-transform:rotate(90deg); /* IE9 */transform:rotate(90deg); /* W3C */}.accordion > div{margin-bottom:15px;padding:20px 30px;background-color:#fff;color:#666;box-sizing:border-box;border:none}.toggler:focus{outline: none}.toggler.ui-state-active span{color:#fa0d05}


.handorgel__header__button
{ width: 25%;
  display: block;
  padding: 8px 24px;
}

.handorgel__header__button::before
{ background:#f9f9f9 url("/files/images/Icons/breadcrumb_arrow_light_grey.png") center no-repeat
}


#handorgel1 .toggler
{margin-top:0;margin-bottom:0;margin-left:0;padding:10px 0 12px 10px;

font-size:18px;
line-height:18px;
font-weight:normal;
color:#202020;
cursor: pointer;
border:none;
box-sizing:border-box;
}

.handorgel__header__button button::before
{background:#f9f9f9 url("/files/images/Icons/breadcrumb_arrow_light_grey.png") center no-repeat}


/* accordion-nnnn.css --------------------------------- */


#handorgel1,
#handorgel2
{ width: 100%;
  border:none;
  padding:20px 0;}
  
  
#handorgel1 h2,
#handorgel2 h2
{ font-size: 1.25em;
  margin:0;
  padding-bottom:15px;
  line-height: 30px;
  text-align: left;
}



#handorgel1-fold1-header,
#handorgel1-fold2-header,
#handorgel1-fold3-header,
#handorgel1-fold4-header,
#handorgel1-fold5-header,
#handorgel1-fold6-header
{background-color:#EBF5F7;}

#handorgel2-fold1-header,
#handorgel2-fold2-header,
#handorgel2-fold3-header,
#handorgel2-fold4-header,
#handorgel2-fold5-header,
#handorgel2-fold6-header
{background-color:#EBF5F7;}




.handorgel__content__inner
{ padding: 20px 15px;
  margin-top: -11px;
  margin-bottom: 10px;
  opacity: 0;
  color: #5e5c5c;
  background-color:#ffffff;
  border-top: 1px solid #EBF5F7;
  transition: opacity .1s ease;
}



.handorgel__header {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  
}



.handorgel__header__button {
  display: block;
  width: 100%;
margin-right: 10px;
  border:none;
  padding: 15px 20px 15px 20px;
  color: #202020;
  cursor: pointer;
  text-align: left;
  user-select: none;
  background: url("/files/images/Icons/plus.svg") right center no-repeat;
  background-position: right;
}

.handorgel__header__button h3
{
  font-size: 1em;
  margin:0;
  line-height: 26px;
  padding-right:50px;
}

.handorgel__header__button:hover
{background: url("/files/images/Icons/plus.svg") right center no-repeat; }


.handorgel__header__button :active,
.handorgel__header__button :keydown
 { white-space: pre;
   right: 20px;
   background: url("/files/images/Icons/minus.svg") right center no-repeat;
   
}
   
.handorgel__header__button:focus
{background: url("/files/images/Icons/minus.svg") right center no-repeat; }

.handorgel__header__button:visited
{background: url("/files/images/Icons/plus.svg") right center no-repeat; }





