.tcb .ccm-page .ensemble-slideshow {
  position: relative;
  float: none;
  clear: both;
  overflow: hidden;
  min-height: auto;
  width: 100%;
}
.tcb .ccm-page .testimonial {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tcb .ccm-page .testimonial__avatar {
  position: relative;
  float: none;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px auto;
}
.tcb .ccm-page .testimonial__avatar--round {
  overflow: hidden;
  border-radius: 100%;
}
.tcb .ccm-page .testimonial__quote {
  margin: 0;
  padding: 0 30px;
}
.tcb .ccm-page .testimonial__meta-name {
  font-weight: 600;
}
.tcb .ccm-page .testimonial-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tcb .ccm-page .testimonial-slider__avatar {
  position: relative;
  float: none;
  width: 130px;
  height: 130px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto 15px auto;
}
.tcb .ccm-page .testimonial-slider__avatar img {
  max-width: none;
  width: auto;
  height: 100%;
}
.tcb .ccm-page .testimonial-slider__avatar--round {
  border-radius: 100%;
}
.tcb .ccm-page .testimonial-slider__divider {
  color: #EDAA00;
  padding: 0 0;
}
.tcb .ccm-page .testimonial-slider__quote {
  margin: 0;
  font-style: normal;
  position: relative;
  padding: 0 30px;
  text-align: center;
}
.tcb .ccm-page .testimonial-slider__quote--divider {
  border-left: 0px solid #EDAA00;
  padding-left: 0;
}
.tcb .ccm-page .testimonial-slider__quote:after {
  font-family: "Ionicons";
  content: none;
  font-size: 60px;
  color: #EDAA00;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 0;
}
.tcb .ccm-page .testimonial-slider__meta-position a {
  color: #004C97;
  transition: color 350ms ease-in-out;
}
.tcb .ccm-page .testimonial-slider__meta-position a:hover {
  color: #000000;
}
.tcb .ccm-page .testimonial-slider__meta-name {
  font-weight: 600;
  color: #000000;
}
.tcb .ccm-page .testimonial-slider__dummy-image + .testimonial-slider__quote {
  margin-left: 0px;
}
.tcb .ccm-page .ensemble-slideshow__testimonial-slider-pager .ensemble-slideshow__pager-item {
  border: none;
  background-color: #D0D3D4;
  margin: 0 6px;
  width: 12px;
  height: 12px;
}
.tcb .ccm-page .ensemble-slideshow__testimonial-slider-pager .ensemble-slideshow__pager-item-active,
.tcb .ccm-page .ensemble-slideshow__testimonial-slider-pager .ensemble-slideshow__pager-item:hover {
  background-color: #EDAA00;
}
.tcb .ccm-page .ensemble-slideshow__previous-slide,
.tcb .ccm-page .ensemble-slideshow__next-slide {
  position: absolute;
  top: 50%;
  z-index: 110;
  width: 15px;
  height: 30px;
  background-color: transparent;
  color: #EDAA00;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: background-color, left, right;
  transition-property: background-color, left, right;
  transition: 0.3s all ease-in-out;
}
.tcb .ccm-page .ensemble-slideshow__previous-slide:hover,
.tcb .ccm-page .ensemble-slideshow__next-slide:hover {
  background-color: transparent;
  color: #FFCD00;
}
.tcb .ccm-page .ensemble-slideshow__next-slide {
  right: 0;
}
.tcb .ccm-page .ensemble-slideshow__previous-slide {
  left: 0;
}
.tcb .ccm-page .ensemble-slideshow:hover .ensemble-slideshow__next-slide {
  right: -3px;
}
.tcb .ccm-page .ensemble-slideshow:hover .ensemble-slideshow__previous-slide {
  left: -3px;
}
