/* General */
.single-service-location .elementor-element-c87cc21.CTA-sec,
.page-id-1027 .CTA-sec{display: none;}

/* Accordion Library */
.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: 10px;
  display: block;
  cursor: pointer;
}
.accordionjs .acc_section .acc_head h3 {
  line-height: 1;
  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 > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  background: #F9F9F9;
  border-bottom: 1px solid #ccc;
}

/* Custom Styling */
.tsl-service-loc-faq--wrap .acc_section{border: none;}

.tsl-service-loc-faq--wrap .acc_section{border-top: 1px solid rgba(168,168,168,0.3);}

.tsl-service-loc-faq--wrap .acc_section .acc_head{opacity: 0.6;}

.tsl-service-loc-faq--wrap .acc_section.acc_active  .acc_head{opacity: 1;}

.tsl-service-loc-faq--wrap .acc_head{
    padding: 25px 10px !important;
    background: transparent !important;
    border: none !important;
}

.tsl-service-loc-faq--wrap .acc_head:after{
    content: '+';
    position: absolute;
    right: 0;
    top: 20%;
    font-weight: bold;
    color: #fff;
}

.tsl-service-loc-faq--wrap .acc_active .acc_head:after{content: '-';}

.tsl-service-loc-faq--wrap .acc_head h5{
    margin: 0 !important;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.tsl-service-loc-faq--wrap .acc_content{color: #fff;}

.tsl-service-loc-faq--wrap .acc_dcontent p:last-child{margin-bottom: 0;}