/**
 * @file
 * SASS Extends.
 */
.node-camp-full__other-information-label h3, .node-camp-full__field-school-facilities-label h3, .node-camp-full__about-section .about-section__label h3 {
  position: relative;
  padding: 20px 0 0 0;
  color: #202020;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-camp-full__other-information-label h3, .node-camp-full__field-school-facilities-label h3, .node-camp-full__about-section .about-section__label h3 {
    padding: 0 0 15px 0;
  }
}
.node-camp-full__other-information-label h3::after, .node-camp-full__field-school-facilities-label h3::after, .node-camp-full__about-section .about-section__label h3::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: middle;
  background-color: #ccc;
}
[dir=ltr] .node-camp-full__other-information-label h3::after, .node-camp-full__other-information-label [dir=ltr] h3::after, [dir=ltr] .node-camp-full__field-school-facilities-label h3::after, .node-camp-full__field-school-facilities-label [dir=ltr] h3::after, [dir=ltr] .node-camp-full__about-section .about-section__label h3::after, .node-camp-full__about-section .about-section__label [dir=ltr] h3::after {
  left: 35px;
  margin-right: -100%;
}
[dir=rtl] .node-camp-full__other-information-label h3::after, .node-camp-full__other-information-label [dir=rtl] h3::after, [dir=rtl] .node-camp-full__field-school-facilities-label h3::after, .node-camp-full__field-school-facilities-label [dir=rtl] h3::after, [dir=rtl] .node-camp-full__about-section .about-section__label h3::after, .node-camp-full__about-section .about-section__label [dir=rtl] h3::after {
  right: 35px;
  margin-left: -100%;
}
@media (min-width: 767px) {
  [dir=ltr] .node-camp-full__other-information-label h3::after, .node-camp-full__other-information-label [dir=ltr] h3::after, [dir=ltr] .node-camp-full__field-school-facilities-label h3::after, .node-camp-full__field-school-facilities-label [dir=ltr] h3::after, [dir=ltr] .node-camp-full__about-section .about-section__label h3::after, .node-camp-full__about-section .about-section__label [dir=ltr] h3::after {
    left: 10px;
  }
  [dir=rtl] .node-camp-full__other-information-label h3::after, .node-camp-full__other-information-label [dir=rtl] h3::after, [dir=rtl] .node-camp-full__field-school-facilities-label h3::after, .node-camp-full__field-school-facilities-label [dir=rtl] h3::after, [dir=rtl] .node-camp-full__about-section .about-section__label h3::after, .node-camp-full__about-section .about-section__label [dir=rtl] h3::after {
    right: 10px;
  }
}

.node-camp-full__other-information-label h3, .node-camp-full__field-school-facilities-label h3, .node-camp-full__about-section .about-section__label h3, .node-camp-full__about-section div.field--name-field-about-the-camp-title h2 {
  font-family: "Merriweather";
  font-weight: 300;
}
.node-camp-full__field-cta-link a {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  border: 2px solid #240F6E;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  color: #240F6E;
  background-color: transparent;
}
[dir=ltr] .node-camp-full__field-cta-link a, .node-camp-full__field-cta-link [dir=ltr] a {
  padding: 9px 12px 9px 40px;
}
[dir=rtl] .node-camp-full__field-cta-link a, .node-camp-full__field-cta-link [dir=rtl] a {
  padding: 9px 40px 9px 12px;
}
@media (min-width: 992px) {
  .node-camp-full__field-cta-link a {
    padding: 10px 24px 10px 40px;
  }
}
.node-camp-full__field-cta-link a::before {
  position: absolute;
  content: url("../../../images/icon/solid-file-download.svg");
  filter: brightness(0) saturate(100%) invert(6%) sepia(84%) saturate(5446%) hue-rotate(256deg) brightness(93%) contrast(102%);
  top: 50%;
  transform: translateY(-50%);
}
[dir=ltr] .node-camp-full__field-cta-link a::before, .node-camp-full__field-cta-link [dir=ltr] a::before {
  left: 20px;
}
[dir=rtl] .node-camp-full__field-cta-link a::before, .node-camp-full__field-cta-link [dir=rtl] a::before {
  right: 20px;
}
.node-camp-full__field-cta-link a::after {
  position: absolute;
  content: "";
  display: none;
  width: calc(100% - 36px);
  height: 1px;
  bottom: 10px;
  background-color: #240F6E;
}
[dir=ltr] .node-camp-full__field-cta-link a::after, .node-camp-full__field-cta-link [dir=ltr] a::after {
  left: 18px;
}
[dir=rtl] .node-camp-full__field-cta-link a::after, .node-camp-full__field-cta-link [dir=rtl] a::after {
  right: 16px;
}
@media (min-width: 992px) {
  .node-camp-full__field-cta-link a::after {
    width: calc(100% - 26px);
  }
}
.node-camp-full__field-cta-link a:hover::after {
  display: block;
}
.node-camp-full__field-cta-link a:active {
  background-color: #EEE;
}
.node-camp-full__field-cta-link a:active::after {
  display: block;
}
.check-list li, .node-camp-full__about-section-content ul 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, .node-camp-full__about-section-content ul 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, [dir=ltr] .node-camp-full__about-section-content ul li:after, .node-camp-full__about-section-content [dir=ltr] ul li:after {
  left: 2px;
}
[dir=rtl] .check-list li:after, [dir=rtl] .node-camp-full__about-section-content ul li:after, .node-camp-full__about-section-content [dir=rtl] ul 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;
}

.node-camp-full__field-camp-badge-description a, .node-camp-full__about-section-content > a {
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  color: #240F6E;
}
.node-camp-full__field-camp-badge-description a:hover, .node-camp-full__about-section-content > a:hover {
  color: #082ECF;
}
.node-camp-full__field-camp-badge-description a:disabled, .node-camp-full__about-section-content > a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

.node-camp-full {
  background-color: #F8F8F8;
}
.node-camp-full__about-section {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .node-camp-full__about-section-content {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.node-camp-full__about-section-content p {
  font-size: 14px;
  color: #606060;
}
.node-camp-full__about-section-content strong {
  position: relative;
  padding-inline-start: 15px;
  color: #202020;
}
.node-camp-full__about-section-content strong::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #240F6E;
}
[dir=ltr] .node-camp-full__about-section-content strong::after {
  left: 0;
}
[dir=rtl] .node-camp-full__about-section-content strong::after {
  right: 0;
}
.node-camp-full__about-section-content ul {
  margin-left: 20px;
}
.node-camp-full__about-section-content ul li {
  color: #606060;
}
.node-camp-full__about-section div.field--name-field-about-the-camp-title h2 {
  display: none;
  color: #202020;
  text-align: center;
}
@media (min-width: 767px) {
  .node-camp-full__about-section div.field--name-field-about-the-camp-title h2 {
    display: block;
    margin-bottom: 30px;
  }
}
.node-camp-full__about-section .about-section__facilities-component {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 767px) {
  .node-camp-full__about-section .about-section__facilities-component {
    opacity: 1;
    height: auto;
    display: inline-flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.node-camp-full__about-section .about-section__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .node-camp-full__about-section .about-section__wrapper {
    flex-direction: row;
  }
}
@media (min-width: 767px) {
  .node-camp-full__about-section .about-section__wrapper > div:first-of-type {
    width: calc(50% - 10px);
  }
  [dir=ltr] .node-camp-full__about-section .about-section__wrapper > div:first-of-type {
    margin-right: 30px;
  }
  [dir=rtl] .node-camp-full__about-section .about-section__wrapper > div:first-of-type {
    margin-left: 30px;
  }
}
@media (min-width: 767px) {
  .node-camp-full__about-section .about-section__wrapper > div:last-of-type {
    width: calc(50% - 10px);
  }
  [dir=ltr] .node-camp-full__about-section .about-section__wrapper > div:last-of-type {
    margin-left: 10px;
  }
  [dir=rtl] .node-camp-full__about-section .about-section__wrapper > div:last-of-type {
    margin-right: 10px;
  }
}
.node-camp-full__about-section .about-section__label h3 {
  margin-bottom: 10px;
}
.node-camp-full__field-school-facilities-label h3 {
  padding: 0;
}
.node-camp-full__field-camp-badge {
  position: relative;
  padding: 10px 20px 10px 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}
.node-camp-full__field-camp-badge-icon {
  position: absolute;
  width: 36px;
  height: 38px;
  margin-right: 10px;
}
.node-camp-full__field-camp-badge-icon .media-container,
.node-camp-full__field-camp-badge-icon .media-image__field-media-image,
.node-camp-full__field-camp-badge-icon img {
  width: 100%;
  height: 100%;
}
.node-camp-full__field-camp-badge-icon img {
  object-fit: cover;
}
.node-camp-full__field-camp-badge-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
[dir=ltr] .node-camp-full__field-camp-badge-title {
  margin-left: 50px;
}
[dir=rtl] .node-camp-full__field-camp-badge-title {
  margin-right: 50px;
}
.node-camp-full__field-camp-badge-description {
  margin-top: 15px;
}
@media (min-width: 767px) {
  .node-camp-full__field-camp-badge-description {
    margin-top: 0;
  }
  [dir=ltr] .node-camp-full__field-camp-badge-description {
    margin-left: 50px;
  }
  [dir=rtl] .node-camp-full__field-camp-badge-description {
    margin-right: 50px;
  }
}
.node-camp-full__field-camp-badge-description p {
  margin-bottom: 0;
  font-size: 14px;
  color: #606060;
}
.node-camp-full__other-information-label h3 {
  margin-bottom: 10px;
}
.node-camp-full__accreditation-memberships {
  float: none;
  margin-top: 20px;
  max-width: 100%;
}
@media (min-width: 540px) {
  .node-camp-full__accreditation-memberships {
    max-width: 362px;
  }
}

/*# sourceMappingURL=camp-about-section.css.map */
