/**
 * @file
 * SASS Extends.
 */
.title-label {
  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) {
  .title-label {
    padding: 0 0 15px 0;
  }
}
.title-label::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: middle;
  background-color: #ccc;
}
[dir=ltr] .title-label::after {
  left: 35px;
  margin-right: -100%;
}
[dir=rtl] .title-label::after {
  right: 35px;
  margin-left: -100%;
}
@media (min-width: 767px) {
  [dir=ltr] .title-label::after {
    left: 10px;
  }
  [dir=rtl] .title-label::after {
    right: 10px;
  }
}

.node-school-full__package-component-title h2 {
  font-family: "Merriweather";
  font-weight: 300;
}
.node-school-full__package-component-title h2 {
  font-size: 30px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .node-school-full__package-component-title h2 {
    font-size: 36px;
  }
}
@media (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;
  }
  .node-school-full__faq-component .section-content {
    opacity: 1;
    height: auto;
    overflow: initial;
  }
}
.section-title {
  display: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 62px;
    margin: 0 -15px 0;
    padding: 15px 15px 50px;
    background-color: #240F6E;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
  }
  .section-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 11px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2) url("../../../images/icon/solid-delete.svg") center no-repeat;
    transform: translateX(-50%) rotate(45deg);
    overflow: hidden;
    left: 50%;
  }
  .section-title h2,
  .section-title .section-title-header {
    display: block;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
  }
  .open .section-title {
    padding-bottom: 14px;
  }
  .open .section-title:before {
    bottom: -14px;
    background-color: #00A4D9;
    transform: translateX(0%) rotate(0deg);
  }
  [dir=ltr] .open .section-title:before {
    left: auto;
    right: 15px;
  }
  [dir=rtl] .open .section-title:before {
    right: auto;
    left: 15px;
  }
}
.node-school-full__field-components {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .node-school-full__field-components {
    padding-bottom: 80px;
  }
}

.node-school-full__package-component-title h2 {
  margin-bottom: 15px;
  color: #202020;
  text-align: center;
}

.node-school-full__package-component-description {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .node-school-full__package-component-description {
    margin-bottom: 60px;
  }
}
.node-school-full__package-component-description p {
  color: #404040;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.node-school-full__course-list {
  background-color: #EEE;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
.node-school-full__course-list .paragraph-card-listing-with-menu {
  margin-top: 0;
}

/*# sourceMappingURL=school-page.css.map */
