/**
 * @file
 * SASS Extends.
 */
.node-school-full__field-school-facilities-label h3, .title-label, .node-school-full__other-information-label h3 {
  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) {
  .node-school-full__field-school-facilities-label h3, .title-label, .node-school-full__other-information-label h3 {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.node-school-full__field-school-facilities-label h3:after, .title-label:after, .node-school-full__other-information-label h3:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .node-school-full__field-school-facilities-label h3:after, .title-label:after, .node-school-full__other-information-label h3:after {
    position: relative;
    left: 5px;
    display: inline-block;
    margin-right: -100%;
    vertical-align: middle;
  }
}

/**
 * @file
 * SASS Extends.
 */
.node-school-full__field-school-facilities-label h3, .title-label, .node-school-full__other-information-label h3 {
  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) {
  .node-school-full__field-school-facilities-label h3, .title-label, .node-school-full__other-information-label h3 {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.node-school-full__field-school-facilities-label h3:after, .title-label:after, .node-school-full__other-information-label h3:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .node-school-full__field-school-facilities-label h3:after, .title-label:after, .node-school-full__other-information-label h3: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);
  }
}
.label-txt, .node-school-full__field-about-the-course ul li, .node-school-full__field-languages-spoken-label, .node-school-full__field-teacher-qualifications-label, .node-school-full__field-school-holidays-label, .node-school-full__field-documents-label, .node-school-full__field-find-out-more-label {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  color: #404040;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7;
}
.label-txt::after, .node-school-full__field-about-the-course ul li::after, .node-school-full__field-languages-spoken-label::after, .node-school-full__field-teacher-qualifications-label::after, .node-school-full__field-school-holidays-label::after, .node-school-full__field-documents-label::after, .node-school-full__field-find-out-more-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #EC0928;
}

.node-school-full {
  background-color: #F8F8F8;
}
.node-school-full__about-section-content {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .node-school-full__about-section-content {
    padding-top: 0;
  }
}
.node-school-full__about-section {
  max-width: 1146px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .node-school-full__about-section {
    padding-bottom: 0;
  }
}
.node-school-full__about-section div.field--name-field-school-about-title h2 {
  margin-bottom: 60px;
  font-weight: 700;
  color: #202020;
  text-align: center;
}
@media (max-width: 767px) {
  .node-school-full__about-section div.field--name-field-school-about-title h2 {
    display: none;
  }
}

.node-school-full__field-school-features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 767px) {
  .node-school-full__field-school-features {
    margin-top: -15px;
    margin-bottom: 50px;
  }
}
.node-school-full__field-school-features-item {
  display: inline-flex;
  justify-content: center;
  width: calc(50% - 30px);
  margin: 15px;
}
@media (min-width: 767px) {
  .node-school-full__field-school-features-item {
    width: calc(25% - 30px);
  }
}
.node-school-full__field-school-features-item > div {
  display: flex;
  flex-direction: column-reverse;
}
.node-school-full__field-school-features-item .name {
  margin-bottom: 0;
  color: #404040;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.node-school-full__field-school-features-item img {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 15px;
}

.node-school-full__field-school-facilities {
  margin: 20px 0;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 767px) {
  .node-school-full__field-school-facilities {
    opacity: 1;
    height: auto;
    margin: 30px 0;
    display: inline-flex;
    flex-direction: column;
  }
}
.node-school-full__about-the-course {
  border: 0;
}
@media (min-width: 767px) {
  .node-school-full__about-the-course {
    position: relative;
    padding-right: 390px;
    min-height: 186px;
  }
}
.node-school-full__other-information-label h3 {
  margin-bottom: 20px;
}
.node-school-full__field-languages-spoken, .node-school-full__field-teacher-qualifications, .node-school-full__field-school-holidays, .node-school-full__field-documents, .node-school-full__field-about-the-course {
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .node-school-full__field-languages-spoken, .node-school-full__field-teacher-qualifications, .node-school-full__field-school-holidays, .node-school-full__field-documents, .node-school-full__field-about-the-course {
    margin-bottom: 20px;
  }
}
.node-school-full__field-languages-spoken-item {
  display: inline-block;
}
.node-school-full__field-languages-spoken-item:not(:last-child):after {
  content: ", ";
  display: inline-block;
  margin-left: -3px;
}
.node-school-full__field-languages-spoken-items, .node-school-full__field-teacher-qualifications p, .node-school-full__field-school-holidays p {
  padding-left: 15px;
}
.node-school-full__field-languages-spoken-item, .node-school-full__field-teacher-qualifications p, .node-school-full__field-school-holidays p, .node-school-full__field-about-the-course p {
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.node-school-full__field-languages-spoken-item:last-child, .node-school-full__field-teacher-qualifications p:last-child, .node-school-full__field-school-holidays p:last-child, .node-school-full__field-about-the-course p:last-child {
  margin-bottom: 0;
}
.node-school-full__field-languages-spoken-item a, .node-school-full__field-teacher-qualifications p a, .node-school-full__field-school-holidays p a, .node-school-full__field-about-the-course p a {
  color: #EC0928;
  text-decoration: none;
}
.node-school-full__field-about-the-course ul ~ p {
  margin-left: 15px;
}
.node-school-full__field-find-out-more a, .node-school-full__field-documents a {
  margin-left: 15px;
  padding-right: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid #EC0928;
  color: #EC0928;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  background: url("../../../images/icon/solid-file-download-red.svg") right 2px no-repeat;
  background-size: 14px;
}
.node-school-full__field-find-out-more a:hover, .node-school-full__field-documents a:hover {
  border-color: transparent;
}

/*# sourceMappingURL=school-about-section.css.map */
