.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.bbp-testimonials-element .testimonials-wrapper {
  background-color: var(--brand-brandcolourtint2);
}
.bbp-testimonials-element .element-title {
  color: var(--brand-bodycolour);
}
.bbp-testimonials-element .glide__bullets {
  text-align: center;
}
.bbp-testimonials-element .glide__bullet {
  border: solid 1px #ffffff;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 0.15rem;
}
.bbp-testimonials-element .glide__bullet.glide__bullet--active {
  background: var(--brand-brandcolour3);
}
.bbp-testimonials-element footer {
  background: transparent;
  color: var(--brand-bodycolour);
  text-align: left;
  font-size: 1rem;
}
.bbp-testimonials-element footer .attribution-name {
  font-weight: 600;
}
.bbp-testimonials-element .testimonial-quote {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .bbp-testimonials-element .testimonial-quote {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .bbp-testimonials-element .testimonial-quote {
    font-size: 2rem;
  }
}
.bbp-testimonials-element .testimonial-image {
  border-radius: 50%;
  max-width: 75px;
}
.bbp-testimonials-element cite {
  font-style: normal;
}
.bbp-testimonials-element cite span {
  display: block;
}
.bbp-testimonials-element .testimonial {
  padding: 0 90px;
  text-align: center;
}
.bbp-testimonials-element .bbp-testimonials-element {
  position: relative;
}
.bbp-testimonials-element .glide__arrows {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 500;
}
.bbp-testimonials-element .glide__arrows button {
  color: #ffffff;
  border: solid 1px;
  background: transparent;
  display: flex;
  padding: 0.4rem;
  border-radius: 50%;
}
.bbp-testimonials-element .glide__arrows button svg {
  width: 38px;
  height: 38px;
  fill: #ffffff;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/testimonials.css.map */
