/**
 * @file
 * SASS Extends.
 */
.node-camp-full__field-accreditation-description-label,
.node-school-full__field-accreditation-description-label {
  font-family: "Merriweather";
  font-weight: 300;
}
.node-camp-full__accreditation-memberships,
.node-school-full__accreditation-memberships {
  max-width: 362px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 767px) {
  .node-camp-full__accreditation-memberships,
  .node-school-full__accreditation-memberships {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.node-camp-full__field-accreditation-description-label,
.node-school-full__field-accreditation-description-label {
  margin-bottom: 15px;
  color: #202020;
  font-size: 14px;
  line-height: 1.5;
}
.node-camp-full__field-accreditation-description p,
.node-school-full__field-accreditation-description p {
  color: #404040;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
.node-camp-full__field-accreditation-description p:last-child,
.node-school-full__field-accreditation-description p:last-child {
  margin-bottom: 0;
}
.node-camp-full__field-accreditation-description p a,
.node-school-full__field-accreditation-description p a {
  color: #240F6E;
}

.accreditation-slider {
  position: relative;
  display: flex;
  width: 100%;
  margin: 15px 0 0;
  padding: 1px;
}
.accreditation-slider__container {
  width: 100%;
}
.accreditation-slider__item.swiper-slide {
  width: 33.3%;
  max-width: 104px;
  height: 63px;
  border: 1px solid #dbdbdb;
}
@media (min-width: 767px) {
  .accreditation-slider__item.swiper-slide {
    height: 69px;
  }
}
[dir=ltr] .accreditation-slider__item.swiper-slide:last-child {
  margin-right: 0;
}
[dir=rtl] .accreditation-slider__item.swiper-slide:last-child {
  margin-left: 0;
}
.accreditation-slider__item.swiper-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5px;
}
.accreditation-slider__item.swiper-slide .taxonomy-term-accreditation__field-image {
  width: 100%;
  height: 100%;
  display: block;
}
.accreditation-slider__item.swiper-slide .taxonomy-term-accreditation__field-image > .media-container,
.accreditation-slider__item.swiper-slide .taxonomy-term-accreditation__field-image .media-image__field-media-image {
  width: 100%;
  height: 100%;
  display: block;
}
.accreditation-slider__item.swiper-slide .taxonomy-term-accreditation__field-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
}
.accreditation-slider__item.swiper-slide h2 {
  display: none;
}
.accreditation-slider__navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.accreditation-slider .arrows {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  font-size: 0;
  background-color: transparent;
}
.accreditation-slider .arrows::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
[dir=ltr] .accreditation-slider .arrows::after {
  border-right: 8px solid #fff;
}
[dir=rtl] .accreditation-slider .arrows::after {
  border-left: 8px solid #fff;
}
.accreditation-slider .arrows::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #240F6E;
}
.accreditation-slider .arrows:focus {
  outline: none;
}
.accreditation-slider .arrows__left {
  transform: translateY(-50%);
}
[dir=ltr] .accreditation-slider .arrows__left {
  left: -8px;
  right: auto;
}
[dir=rtl] .accreditation-slider .arrows__left {
  right: -8px;
  left: auto;
}
[dir=ltr] .accreditation-slider .arrows__left::after {
  margin-right: 2px;
}
[dir=rtl] .accreditation-slider .arrows__left::after {
  margin-left: 2px;
}
.accreditation-slider .arrows__right {
  transform: translateY(-50%) rotate(180deg);
}
[dir=ltr] .accreditation-slider .arrows__right {
  right: -8px;
  left: auto;
}
[dir=rtl] .accreditation-slider .arrows__right {
  left: -8px;
  right: auto;
}
[dir=ltr] .accreditation-slider .arrows__right::after {
  margin-right: 2px;
}
[dir=rtl] .accreditation-slider .arrows__right::after {
  margin-left: 2px;
}
.accreditation-slider .arrows.swiper-button-disabled {
  display: none;
}

/*# sourceMappingURL=accreditation-memberships.css.map */
