<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.accordionjs .acc_section {
  /* border: 1px solid #ccc; */
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
.accordionjs .acc_section .acc_head {
  position: relative;
  background: #fff;
  padding: 20px 18px 20px 25px;
  display: block;
  cursor: pointer;
  border-left: 5px solid #fff;
  font-size: 16px;
}
.accordionjs .acc_section .acc_head h3 {
  line-height: 20px;
  margin: 5px 0;
}

	
.accordionjs .acc_section .acc_content {
  padding: 10px;
}
.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.accordionjs .acc_section.acc_active &gt; .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active &gt; .acc_head {
  background: #fbfbfb;
  border-left: 5px solid #41859a;
  font-family: 'sf_pro_displaysemibold';
  position: relative;
}



.accordionjs .acc_section .acc_head:hover h3 { color:#41859a; }
.accordionjs .acc_section &gt; .acc_head:hover::after { position: absolute; content: ""; background: url(../images/arr-bl.png) no-repeat; width: 10px; height: 15px; right: 12px; top: 27px; z-index: 9; }
.accordionjs .acc_section ul li:hover { background: url(../images/arr-bl.png) no-repeat right 5px center; color:#41859a; }
.accordionjs .acc_section ul li:hover {  }</pre></body></html>