/**
 * @file
 * SASS Extends.
 */
.check-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.check-list li:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #240F6E;
  transform: rotate(45deg);
}
[dir=ltr] .check-list li:after {
  left: 2px;
}
[dir=rtl] .check-list li:after {
  right: 2px;
}
.check-list--blue li:after {
  border-color: #00A8E2;
}

.bullet-list li {
  position: relative;
  margin-bottom: 8px;
  padding-inline-start: 21px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: start;
}
.bullet-list li:after {
  content: "";
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #404040;
}
[dir=ltr] .bullet-list li:after {
  left: 3px;
}
[dir=rtl] .bullet-list li:after {
  right: 3px;
}

.social-activities {
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .social-activities {
    margin-top: 30px;
  }
}
.social-activities .swiper-slide {
  width: 100%;
  max-width: 240px;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .social-activities .swiper-slide {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.social-activities .three-items__navigation {
  top: 50%;
  z-index: 1;
}
.social-activities .three-items__navigation .arrows {
  position: absolute;
}
.social-activities .three-items__navigation .arrows__left::after {
  top: 0;
  left: 0;
}
[dir=ltr] .social-activities .three-items__navigation .arrows__left::after {
  transform: rotate(0deg);
}
[dir=rtl] .social-activities .three-items__navigation .arrows__left::after {
  transform: rotate(180deg);
}
.social-activities .three-items__navigation .arrows__right::after {
  top: 0;
  left: 0;
}
[dir=ltr] .social-activities .three-items__navigation .arrows__right::after {
  transform: rotate(180deg);
}
[dir=rtl] .social-activities .three-items__navigation .arrows__right::after {
  transform: rotate(0deg);
}
.social-activities .node-social-activity-camp-activities {
  position: relative;
  width: 97%;
}
.social-activities .node-social-activity-camp-activities__content {
  height: 100%;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 767px) {
  .social-activities .node-social-activity-camp-activities__content {
    box-shadow: none;
  }
}
.social-activities .node-social-activity-camp-activities__field-media-image {
  height: 160px;
}
@media (min-width: 767px) {
  .social-activities .node-social-activity-camp-activities__field-media-image {
    height: 180px;
  }
}
.social-activities .node-social-activity-camp-activities__field-media-image .contextual-region {
  position: static;
}
.social-activities .node-social-activity-camp-activities__field-media-image *:not(.contextual) {
  width: 100%;
  height: 100%;
}
.social-activities .node-social-activity-camp-activities__field-media-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-activities .node-social-activity-camp-activities__field-description {
  height: 100%;
  padding: 15px;
  background-color: #fff;
}
@media (min-width: 767px) {
  .social-activities .node-social-activity-camp-activities__field-description {
    padding-bottom: 0;
    background-color: unset;
  }
}
.social-activities .node-social-activity-camp-activities__field-description p {
  font-size: 14px;
  color: #606060;
}
@media (min-width: 767px) {
  .social-activities .node-social-activity-camp-activities__field-description p {
    font-size: 16px;
  }
}
.social-activities .node-social-activity-camp-activities__field-day-of-the-week {
  display: none;
}

/*# sourceMappingURL=camp-activities-excursions.css.map */
