/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li, .node-school-full__field-key-points ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, .node-school-full__field-key-points ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after, .node-school-full__field-key-points ul li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .node-school-full__field-key-points a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .node-school-full__field-key-points a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.highlights-block {
  padding-bottom: 60px;
  border-bottom: 1px solid #aaa;
}
@media (min-width: 768px) {
  .highlights-block__title {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .highlights-block .row::after {
    content: "";
    display: block;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }
  .highlights-block .col {
    padding-top: 0;
    padding-bottom: 0;
  }
  .highlights-block__title {
    position: relative;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
  }
  .highlights-block__title::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #808080;
    transform: rotate(45deg);
    transition: all 0.2s;
  }
  .highlights-block__section > .highlights-block__content {
    display: none;
    margin-bottom: 15px;
  }
  .highlights-block__section--open .highlights-block__title::after {
    transform: rotate(-135deg);
  }
  .highlights-block__section--open > .highlights-block__content {
    display: block;
  }
}
.highlights-block .nationality-mix-chart-image {
  display: inline-block;
}
.highlights-block .nationality-mix-chart-image img {
  margin-top: -15px;
  margin-bottom: -15px;
  max-width: 300px;
}
.highlights-block .nationality-mix-chart-legend {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 10px;
}
.highlights-block .nationality-mix-chart-legend .nationality {
  margin-bottom: 5px;
}
.highlights-block .nationality-mix-chart-legend .nationality-colo {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .student-facts {
    margin-bottom: 20px;
  }
}

.facts .text-style, .facts .field__label a, .facts .field__item a, .facts .field {
  font-size: 14px;
  line-height: 1.5;
}
.facts .field {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #000;
}
.facts .field__label, .facts .field__item {
  display: inline-block;
}
.facts .field__label a, .facts .field__item a {
  text-decoration: none;
}
.facts .icon {
  position: absolute;
  left: 0;
  width: 18px;
  margin-top: 2px;
}

.node-school-full__field-school-size .field__item, .node-school-full__field-available-exam .field__item {
  display: inline;
}
.node-school-full__field-school-size .field__item:not(:last-child):after, .node-school-full__field-available-exam .field__item:not(:last-child):after {
  content: ",";
}
.node-school-full__field-school-size .field__item a, .node-school-full__field-available-exam .field__item a {
  color: #000;
}
.node-school-full__field-school-size .field__label, .node-school-full__field-available-exam .field__label {
  display: inline;
}
.node-school-full__field-accreditation {
  display: flex;
  flex-wrap: wrap;
}
.node-school-full__field-accreditation-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 76px;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #EEEEEE;
}
.node-school-full__field-accreditation-item *:not(.contextual) {
  width: 100%;
  height: 100%;
}
.node-school-full__field-accreditation-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.node-school-full__field-accreditation-item .taxonomy-term-accreditation-school-accreditation__name {
  display: none;
}

/*# sourceMappingURL=highlights-block.css.map */
