.check-list li, .node-school-full__field-secondary-description ul li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 20px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.check-list li:after, .node-school-full__field-secondary-description ul li:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 5px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #EC0928;
  transform: rotate(45deg);
}
.check-list--blue li:after {
  border-color: #00A8E2;
}

.bullet-list li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 12px;
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.bullet-list li:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #404040;
}

/**
 * @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-school-full__overview_component {
  max-width: 1146px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (min-width: 767px) {
  .node-school-full__overview_component {
    margin: 0 auto;
    padding: 80px 0;
  }
}
.node-school-full__overview_component h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
@media (min-width: 767px) {
  .node-school-full__overview_component h2 {
    margin-bottom: 20px;
  }
}
.node-school-full__overview_component .ctas-content {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .node-school-full__overview_component .ctas-content {
    align-items: flex-start;
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  .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: 100%;
}
@media (max-width: 767px) {
  .node-school-full__overview_component iframe {
    width: 100vw;
    height: 100%;
    max-width: initial;
    margin: 0 -15px;
  }
}
.node-school-full__field-description {
  max-width: 950px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .node-school-full__field-description {
    margin: 0 0 40px;
  }
}
.node-school-full__field-description p {
  color: #404040;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .node-school-full__field-description p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.node-school-full__field-description p:last-child {
  margin-bottom: 0;
}

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