/**
 * @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;
  }
}

@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;
  }
}
.section-title {
  display: none;
}

@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 25px;
    background-color: #EC0928;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
  }
  .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);
  }
  .section-title h2 {
    display: block;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  .open .section-title {
    padding-bottom: 14px;
    background-color: #5E0410;
  }
  .open .section-title:before {
    content: "";
    position: absolute;
    bottom: -14px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #EC0928;
  }
  .open .section-title:after {
    content: "";
    bottom: -7px;
    right: 24px;
    left: auto;
    transform: translateY(0) rotate(-135deg);
  }
}
.node-course-package-component__title {
  display: none;
}

.node-school-full__package-component {
  margin: 0 -15px;
  padding: 50px 15px;
  background-color: #eaeaea;
}
@media (min-width: 767px) {
  .node-school-full__package-component {
    padding: 80px 15px;
  }
}
.node-school-full__package-component-title {
  text-align: center;
}
.node-school-full__package-component-title h2 {
  margin-bottom: 15px;
  font-size: 24px;
}
@media (min-width: 767px) {
  .node-school-full__package-component-title h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.node-school-full__package-component-title h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .node-school-full__package-component-title h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.node-school-full__package-component-description {
  position: relative;
  margin-bottom: 15px;
}
.node-school-full__package-component-description p {
  color: #404040;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 767px) {
  .node-school-full__package-component-description p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.node-school-full__package-component-description p:last-child {
  margin-bottom: 0;
}
.node-school-full__package-component-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.node-school-full__package-component-icons .icon-wrapper {
  position: relative;
}
.node-school-full__package-component-icons .icon-wrapper img {
  height: 41px;
}
@media (min-width: 767px) {
  .node-school-full__package-component-icons .icon-wrapper img {
    height: 56px;
  }
}
.node-school-full__package-component-icons .icon-wrapper:before {
  content: "";
  position: absolute;
  top: -2px;
  right: -3px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #202020;
}
@media (min-width: 767px) {
  .node-school-full__package-component-icons .icon-wrapper:before {
    width: 20px;
    height: 20px;
  }
}
.node-school-full__package-component-icons .icon-wrapper:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 2px;
  display: block;
  width: 3px;
  height: 7px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(45deg);
}
@media (min-width: 767px) {
  .node-school-full__package-component-icons .icon-wrapper:after {
    top: 2px;
    right: 3px;
    width: 5px;
    height: 10px;
  }
}
.node-school-full__package-component-icons .icon-plus {
  margin: 0 15px;
}
.node-school-full__package-component-icons .icon-plus:before {
  content: "+";
  display: block;
  color: #808080;
  font-size: 32px;
}
.node-school-full__package-component-note {
  color: #606060;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.node-school-full .ctas-content {
  margin-top: 30px;
}
.node-school-full__field-courses {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .node-school-full__field-courses {
    flex-direction: row;
  }
}
.node-school-full__field-courses-item {
  width: 100%;
  max-width: 360px;
  background-color: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.node-school-full__field-courses-item + .node-school-full__field-courses-item {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .node-school-full__field-courses-item + .node-school-full__field-courses-item {
    margin-top: 0;
    margin-left: 30px;
  }
}

.node-course-package-component__head {
  padding: 15px;
  border-bottom: 4px solid #202020;
  background-color: #EC0928;
}
.node-course-package-component__field-title h3 {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
.node-course-package-component__field-package-component-subtitle {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
}
.node-course-package-component__field-number-of-weeks span, .node-course-package-component__field-price-label {
  color: #606060;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.1;
}
.node-course-package-component__field-number-of-weeks {
  padding: 7.5px;
  border-bottom: 1px solid #EEEEEE;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .node-course-package-component__field-number-of-weeks {
    padding: 15px;
  }
}
.node-course-package-component__field-number-of-weeks span {
  display: inline-block;
  margin-top: 5px;
}
@media (min-width: 767px) {
  .node-course-package-component__field-number-of-weeks span {
    display: block;
  }
}
.node-course-package-component__field-lessons-per-week {
  display: none;
}
.node-course-package-component__field-price-label {
  display: block;
  margin-bottom: 5px;
  margin-top: 7.5px;
}
@media (min-width: 767px) {
  .node-course-package-component__field-price-label {
    margin-top: 15px;
  }
}
.node-course-package-component__field-price-amount, .node-course-package-component__field-price-currency {
  display: inline-block;
  margin-bottom: 7.5px;
  color: #404040;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .node-course-package-component__field-price-amount, .node-course-package-component__field-price-currency {
    margin-bottom: 15px;
  }
}

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