.check-list li, .node-school-full__field-secondary-description ul li, .node-school-full__field-description 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-school-full__field-secondary-description ul li:after, .node-school-full__field-description 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-school-full__field-secondary-description ul li:after, .node-school-full__field-secondary-description [dir=ltr] ul li:after, [dir=ltr] .node-school-full__field-description ul li:after, .node-school-full__field-description [dir=ltr] ul li:after {
  left: 2px;
}
[dir=rtl] .check-list li:after, [dir=rtl] .node-school-full__field-secondary-description ul li:after, .node-school-full__field-secondary-description [dir=rtl] ul li:after, [dir=rtl] .node-school-full__field-description ul li:after, .node-school-full__field-description [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;
}

/**
 * @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 .node-school-full__field-school-features-item .name .taxonomy-term-school-features__name, .node-school-full__overview_component h2, .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;
  }
}
.node-school-full .node-school-full__field-school-features-item .name .taxonomy-term-school-features__name {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .node-school-full .node-school-full__field-school-features-item .name .taxonomy-term-school-features__name {
    font-size: 20px;
  }
}

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

.node-school-full__field-secondary-description a, .node-school-full__field-description a {
  font-weight: 600;
  line-height: 1.5;
  text-decoration: underline;
  color: #240F6E;
}
.node-school-full__field-secondary-description a:hover, .node-school-full__field-description a:hover {
  color: #082ECF;
}
.node-school-full__field-secondary-description a:disabled, .node-school-full__field-description a:disabled {
  text-decoration: underline;
  background-color: #aaa;
}

/**
 * @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 .node-school-full__field-school-features-item .name .taxonomy-term-school-features__name, .node-school-full__overview_component h2, .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;
  }
}
.node-school-full .node-school-full__field-school-features-item .name .taxonomy-term-school-features__name {
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .node-school-full .node-school-full__field-school-features-item .name .taxonomy-term-school-features__name {
    font-size: 20px;
  }
}

.node-school-full__overview_component {
  max-width: 1146px;
  margin: 50px auto;
}
@media (min-width: 768px) {
  .node-school-full__overview_component {
    margin: 68px auto;
  }
}
@media (min-width: 1200px) {
  .node-school-full__overview_component {
    margin: 80px auto;
  }
}
.node-school-full__overview_component h2 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #202020;
}
@media (min-width: 768px) {
  .node-school-full__overview_component h2 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .node-school-full__overview_component .row {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .node-school-full__overview_component .row > div {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.node-school-full__overview_component .ctas-content {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .node-school-full__overview_component .ctas-content {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .node-school-full__overview_component .row {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }
}
.node-school-full__overview_component .row .col:first-of-type:last-of-type .ctas-content {
  align-items: center;
}
.node-school-full__overview_component iframe {
  display: block;
  width: 100%;
  height: 314px;
}
@media (max-width: 768px) {
  .node-school-full__overview_component iframe {
    width: 100vw;
    height: 210px;
    max-width: initial;
    margin: 0 -15px;
  }
}
.node-school-full__field-description {
  max-width: 950px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .node-school-full__field-description {
    margin: 0 0 46px;
  }
}
@media (min-width: 1200px) {
  .node-school-full__field-description {
    margin-bottom: 60px;
  }
}
.node-school-full__field-description p {
  font-size: 14px;
  line-height: 1.6;
  color: #404040;
}
@media (min-width: 768px) {
  .node-school-full__field-description p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.node-school-full__field-description p:last-child {
  margin-bottom: 0;
}
.node-school-full__field-secondary-description {
  text-align: start;
}
.node-school-full__field-secondary-description p {
  font-size: 14px;
  color: #404040;
}
.node-school-full .node-school-full__field-school-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px;
}
@media (min-width: 768px) {
  .node-school-full .node-school-full__field-school-features {
    align-items: baseline;
    margin-top: -15px;
  }
}
.node-school-full .node-school-full__field-school-features-item {
  display: inline-flex;
  justify-content: center;
  width: calc(50% - 30px);
  margin: 15px;
}
@media (min-width: 768px) {
  .node-school-full .node-school-full__field-school-features-item {
    width: calc(25% - 30px);
  }
}
.node-school-full .node-school-full__field-school-features-item > div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
.node-school-full .node-school-full__field-school-features-item .name .taxonomy-term-school-features__name {
  margin-bottom: 0;
  text-align: center;
  color: #404040;
}
.node-school-full .node-school-full__field-school-features-item img {
  display: block;
  width: 62px;
  margin: 0 auto 15px;
}

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