/**
 * @file
 * About component.
 */
/**
 * @file
 * SASS Extends.
 */
.node-camp-full .about-section__label h3::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.node-camp-full__field-school-facilities-label h3, .node-camp-full .about-section__label h3, .title-label {
  position: relative;
  padding: 20px 0 0 0;
  color: #404040;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-camp-full__field-school-facilities-label h3, .node-camp-full .about-section__label h3, .title-label {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.node-camp-full__field-school-facilities-label h3:after, .node-camp-full .about-section__label h3:after, .title-label:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .node-camp-full__field-school-facilities-label h3:after, .node-camp-full .about-section__label h3:after, .title-label:after {
    position: relative;
    left: 5px;
    display: inline-block;
    margin-right: -100%;
    vertical-align: middle;
  }
}

/**
 * @file
 * SASS Extends.
 */
.node-camp-full .about-section__label h3::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.node-camp-full__field-school-facilities-label h3, .node-camp-full .about-section__label h3, .title-label {
  position: relative;
  padding: 20px 0 0 0;
  color: #404040;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-camp-full__field-school-facilities-label h3, .node-camp-full .about-section__label h3, .title-label {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.node-camp-full__field-school-facilities-label h3:after, .node-camp-full .about-section__label h3:after, .title-label:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .node-camp-full__field-school-facilities-label h3:after, .node-camp-full .about-section__label h3:after, .title-label:after {
    position: relative;
    left: 5px;
    display: inline-block;
    margin-right: -100%;
    vertical-align: middle;
  }
}

.node-camp-full > div:not(.contextual) {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .section-title {
    display: none;
    position: relative;
    min-height: 62px;
    width: calc(100% + 30px);
    margin: 0 -15px 0;
    padding: 15px 15px 25px;
    background-color: #00A8E2;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-title:after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 50%;
    display: block;
    width: 9px;
    height: 9px;
    border-width: 0 1px 1px 0;
    border-color: #fff;
    border-style: solid;
    transform: translateY(-50%) rotate(45deg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .open .section-title {
    background-color: #00435A;
    padding-bottom: 14px;
  }
  .open .section-title:before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #00A8E2;
    z-index: 2;
  }
  .open .section-title:after {
    content: "";
    bottom: -7px;
    right: 24px;
    left: auto;
    transform: translateY(0) rotate(-135deg);
    z-index: 2;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .open .section-content {
    opacity: 1;
    height: auto;
    overflow: initial;
  }
}
.ctas-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}

.brochure-link a {
  display: block;
  min-width: 270px;
  color: #EC0928;
  font-weight: 700;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
}
.brochure-link a:hover {
  color: #000;
  text-decoration: underline;
}

.btn-cta-contact-us {
  min-width: 270px;
  margin-bottom: 15px;
}

.node-camp-full__about-the-camp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1146px;
  margin: 0 auto 10px;
  background-color: #F8F8F8;
}
@media (min-width: 767px) {
  .node-camp-full__about-the-camp {
    margin: 40px auto 60px;
  }
}
.node-camp-full__about-the-camp > div {
  width: 100%;
}
.node-camp-full__about-the-camp .container {
  max-width: 1200px;
  margin: 10px auto;
}
@media (min-width: 767px) {
  .node-camp-full__about-the-camp .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}
.node-camp-full__about-the-camp.open .section-title {
  margin-bottom: 25px;
}
@media (min-width: 767px) {
  .node-camp-full__about-the-camp.open .section-title {
    margin-bottom: 0;
  }
}
.node-camp-full__about-the-camp .node-camp-full__field-fact-sheet-text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #00A8E2;
}
@media (min-width: 767px) {
  .node-camp-full__about-the-camp .node-camp-full__field-fact-sheet-text {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.node-camp-full__about-the-camp .node-camp-full__field-fact-sheet-text p {
  margin-bottom: 15px;
  color: #00A8E2;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 767px) {
  .node-camp-full__about-the-camp .node-camp-full__field-fact-sheet-text p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .node-camp-full__about-the-camp .node-camp-full__field-link {
    margin-bottom: 20px;
  }
}
.node-camp-full__about-the-camp .node-camp-full__field-link a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 236px;
  min-height: 44px;
  margin: 0 auto;
  padding: 15px;
  background-color: #00A8E2;
  border: 1px solid #00A8E2;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.node-camp-full__about-the-camp .node-camp-full__field-link a:hover {
  background-color: #fff;
  color: #00A8E2;
}
.node-camp-full__about-the-camp .btn-cta-contact-us {
  background-color: #00A8E2;
  border-color: #00A8E2;
  transition: all 400ms;
  margin: 0 auto;
}
.node-camp-full__about-the-camp .btn-cta-contact-us span {
  transition: all 400ms;
}
.node-camp-full__about-the-camp .btn-cta-contact-us:hover {
  background-color: #fff;
  color: #00A8E2;
}
.node-camp-full__about-the-camp .btn-cta-contact-us:hover span {
  color: #00A8E2;
}
.node-camp-full__about-the-camp .brochure-link a {
  color: #00A8E2;
  transition: all 400ms;
  margin: 20px auto 0 auto;
}
.node-camp-full__about-the-camp .brochure-link a:hover {
  color: #000;
}
@media (min-width: 767px) {
  .node-camp-full__field-about-the-camp-title.section-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .node-camp-full__field-about-the-camp-title:not(.section-title) {
    display: none;
  }
}
.node-camp-full__field-about-the-camp-title h2 {
  text-align: center;
}
@media (min-width: 767px) {
  .node-camp-full__field-about-the-camp-title h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.node-camp-full .about-section__label h3 {
  line-height: 1;
  padding: 20px 26px 0 0;
  width: 100%;
  max-width: 1146px;
  cursor: pointer;
}
@media (min-width: 767px) {
  .node-camp-full .about-section__label h3 {
    padding: 0 0 15px 0;
    margin: 0 auto;
    cursor: default;
  }
}
.node-camp-full .about-section__label h3::before {
  content: "\e902";
  transition: all 400ms ease;
  position: absolute;
  right: 0;
  top: 22px;
  width: 16px;
  height: 16px;
  transform: rotate(0);
  font-size: 16px;
}
.node-camp-full .about-section__label h3.active::before {
  transform: rotate(45deg);
}
@media (min-width: 767px) {
  .node-camp-full .about-section__label h3::before {
    display: none;
  }
}
.node-camp-full .about-section__label + .about-section__content {
  overflow: hidden;
  transition: all 400ms ease-out;
}
@media (max-width: 767px) {
  .node-camp-full .about-section__label + .about-section__content {
    max-height: 0;
  }
}
.node-camp-full__field-about-the-course, .node-camp-full__field-about-the-package, .node-camp-full__optional-extras, .node-camp-full__field-school-facilities, .node-camp-full__field-timetable {
  margin: 0 0 20px 0;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-camp-full__field-about-the-course, .node-camp-full__field-about-the-package, .node-camp-full__optional-extras, .node-camp-full__field-school-facilities, .node-camp-full__field-timetable {
    opacity: 1;
    height: auto;
    margin: 30px 0;
    display: inline-flex;
    flex-direction: column;
  }
}
.node-camp-full__field-school-facilities {
  margin: 20px 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-camp-full__field-school-facilities {
    opacity: 1;
    height: auto;
    margin: 30px 0;
    display: inline-flex;
    flex-direction: column;
  }
}
.node-camp-full__field-school-facilities > .about-section__content {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .node-camp-full__field-school-facilities > .about-section__content {
    margin-top: 0;
  }
}
.node-camp-full__field-school-facilities.active > .about-section__content {
  margin-top: 15px;
}
@media (min-width: 767px) {
  .node-camp-full__field-school-facilities.active > .about-section__content {
    margin-top: 0;
  }
}
.node-camp-full .paragraph-timetable {
  margin: 30px auto 0;
}
@media (min-width: 767px) {
  .node-camp-full .paragraph-timetable {
    margin: 15px auto 0;
  }
}
.node-camp-full__field-about-the-course, .node-camp-full__field-about-the-package, .node-camp-full__optional-extras {
  width: 100%;
  font-size: 14px;
  color: #404040;
  line-height: 1.5;
}
.node-camp-full__field-about-the-course a, .node-camp-full__field-about-the-package a, .node-camp-full__optional-extras a {
  color: #EC0928;
}
.node-camp-full__field-about-the-course p, .node-camp-full__field-about-the-package p, .node-camp-full__optional-extras p {
  font-size: 14px;
  color: #404040;
  line-height: 1.5;
}
.node-camp-full__field-about-the-course p:last-child, .node-camp-full__field-about-the-package p:last-child, .node-camp-full__optional-extras p:last-child {
  margin-bottom: 0;
}
.node-camp-full__field-about-the-course strong, .node-camp-full__field-about-the-package strong, .node-camp-full__optional-extras strong {
  font-weight: 700;
}
.node-camp-full__field-about-the-course li, .node-camp-full__field-about-the-package li, .node-camp-full__optional-extras li {
  padding: 0 0 0.5em 23px;
  position: relative;
}
.node-camp-full__field-about-the-course li::before, .node-camp-full__field-about-the-package li::before, .node-camp-full__optional-extras li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  transition: all 400ms ease;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.node-camp-full__field-about-the-course li::before, .node-camp-full__field-about-the-package li::before, .node-camp-full__optional-extras li::before {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 4px;
  height: 11px;
  border: solid #EC0928;
  border-width: 0 2px 2px 0;
  content: "";
  transform: rotate(45deg);
}
@media (min-width: 767px) {
  .node-camp-full__field-about-the-course, .node-camp-full__field-about-the-package, .node-camp-full__optional-extras {
    width: calc(33.3333333333% - 3px);
    padding: 0 15px;
  }
}
.node-camp-full__field-about-the-course .about-section__content, .node-camp-full__field-about-the-package .about-section__content, .node-camp-full__optional-extras .about-section__content {
  margin-top: 0;
}
@media (min-width: 767px) {
  .node-camp-full__field-about-the-course .about-section__content, .node-camp-full__field-about-the-package .about-section__content, .node-camp-full__optional-extras .about-section__content {
    margin-top: 15px;
  }
}
.node-camp-full__field-about-the-course.active .about-section__content, .node-camp-full__field-about-the-package.active .about-section__content, .node-camp-full__optional-extras.active .about-section__content {
  margin-top: 30px;
}
.node-camp-full__field-about-the-course {
  width: 100%;
}
@media (min-width: 767px) {
  .node-camp-full__field-about-the-course {
    padding-left: 0;
    width: calc(33.3333333333% - 3px);
  }
}
.node-camp-full__field-about-the-package {
  width: 100%;
}
@media (min-width: 767px) {
  .node-camp-full__field-about-the-package {
    width: calc(33.3333333333% - 3px);
  }
}
.node-camp-full__optional-extras {
  width: 100%;
}
@media (min-width: 767px) {
  .node-camp-full__optional-extras {
    padding-right: 0;
    width: calc(33.3333333333% - 3px);
  }
}
.node-camp-full__accreditation-memberships {
  background-color: #fff;
  padding: 15px;
  position: relative;
  top: auto;
  right: auto;
  max-width: 362px;
  margin: 30px auto 0;
}

/*# sourceMappingURL=about-component.css.map */
