/**
 * @file
 * SASS Extends.
 */
.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) {
  .title-label {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.title-label:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .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-course-package-component__title {
  display: none;
}

.node-camp-full__package-component {
  position: relative;
  margin: 0 -15px 0;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-camp-full__package-component {
    margin: 0 -15px;
  }
}
.node-camp-full__package-component .content {
  position: relative;
  z-index: 1;
}
.node-camp-full__package-component-title {
  text-align: center;
  position: relative;
}
.node-camp-full__package-component-title h2 {
  margin-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-title h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.node-camp-full__package-component-title h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-title h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.node-camp-full__package-component-description {
  position: relative;
  margin-bottom: 15px;
}
.node-camp-full__package-component-description p {
  color: #404040;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-description p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.node-camp-full__package-component-description p:last-child {
  margin-bottom: 0;
}
.node-camp-full__package-component #packages-component {
  position: relative;
  z-index: 2;
}
.node-camp-full__package-component-icons {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  margin: 0 auto 10px;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-icons {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.node-camp-full__package-component-icons .icon-wrapper {
  position: relative;
  display: flex;
  width: 50%;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-icons .icon-wrapper {
    flex-direction: column;
    width: 120px;
    margin: 0 5px;
  }
}
.node-camp-full__package-component-icons .icon-wrapper .icon {
  position: relative;
  max-width: 42px;
  margin-right: 10px;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-icons .icon-wrapper .icon {
    max-width: 61px;
    margin: 0 auto;
  }
}
.node-camp-full__package-component-icons .icon-wrapper .icon img {
  height: 30px;
  filter: grayscale(1) invert(1);
}
@media (min-width: 767px) {
  .node-camp-full__package-component-icons .icon-wrapper .icon img {
    height: 65px;
  }
}
.node-camp-full__package-component-icons .icon-wrapper .icon:before, .node-camp-full__package-component-icons .icon-wrapper .icon:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
}
.node-camp-full__package-component-icons .icon-wrapper .icon:before {
  top: -2px;
  right: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EC0928;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-icons .icon-wrapper .icon:before {
    width: 20px;
    height: 20px;
  }
}
.node-camp-full__package-component-icons .icon-wrapper .icon:after {
  top: 0;
  right: 0;
  width: 2px;
  height: 5px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(45deg);
}
@media (min-width: 767px) {
  .node-camp-full__package-component-icons .icon-wrapper .icon:after {
    top: 2px;
    right: 3px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0;
  }
}
.node-camp-full__package-component-icons .icon-wrapper span {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.9;
  text-align: center;
}
@media (min-width: 767px) {
  .node-camp-full__package-component-icons .icon-wrapper span {
    margin-top: 5px;
  }
}
.node-camp-full__field-media-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.node-camp-full__field-media-image .article,
.node-camp-full__field-media-image .article > div {
  width: 100%;
  height: 100%;
}
.node-camp-full__field-media-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node-camp-full__field-courses {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 767px) {
  .node-camp-full__field-courses {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .node-camp-full__field-courses {
    align-items: center;
  }
}
.node-camp-full__field-courses-item {
  width: 100%;
  max-width: 360px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}
@media (min-width: 767px) {
  .node-camp-full__field-courses-item {
    padding: 20px;
  }
}
.node-camp-full__field-courses-item + .node-camp-full__field-courses-item {
  margin-top: 15px;
}
@media (min-width: 767px) {
  .node-camp-full__field-courses-item + .node-camp-full__field-courses-item {
    margin-top: 0;
    margin-left: 30px;
  }
}

.node-course-package-component__head {
  padding-bottom: 10px;
  border-bottom: 3px solid #EC0928;
}
@media (min-width: 767px) {
  .node-course-package-component__head {
    padding-bottom: 15px;
  }
}
.node-course-package-component__field-title h3 {
  display: block;
  display: -webkit-box;
  max-height: 73px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
  color: #EC0928;
  font-weight: 700;
  font-size: 16px;
}
.node-course-package-component__field-package-component-subtitle {
  display: none;
}
.node-course-package-component__field-lessons-per-week {
  color: #404040;
  font-size: 13px;
}
.node-course-package-component__field-number-of-weeks {
  padding: 7.5px;
  color: #404040;
  font-size: 14px;
}
@media (min-width: 767px) {
  .node-course-package-component__field-number-of-weeks {
    padding: 15px 0 5px;
  }
}
.node-course-package-component__field-price-label {
  display: none;
}
.node-course-package-component__field-price-amount, .node-course-package-component__field-price-currency {
  display: inline-block;
  color: #404040;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 767px) {
  .node-course-package-component__field-price-amount, .node-course-package-component__field-price-currency {
    font-size: 24px;
  }
}

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