/* 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 */
.primary-link, .node-school-full__field-description p a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .node-school-full__field-description p a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* 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 */
@layer drupal {
  .anchors-component .anchors-action-btn .field-field-book-now a, .anchors-component .anchors-action-btn .field-field-free-quote a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .anchors-component .anchors-action-btn .field-field-book-now a + .btn, .anchors-component .anchors-action-btn .field-field-free-quote a + .btn {
      margin-top: 10px;
    }
  }
  .anchors-component .anchors-action-btn .field-field-book-now a:focus, .anchors-component .anchors-action-btn .field-field-free-quote a:focus {
    outline: none;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a:hover, .anchors-component .anchors-action-btn .field-field-free-quote a:hover {
    color: #fff;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a:disabled, .anchors-component .anchors-action-btn .field-field-free-quote a:disabled, .anchors-component .anchors-action-btn .field-field-book-now a.disabled, .anchors-component .anchors-action-btn .field-field-free-quote a.disabled, .anchors-component .anchors-action-btn .field-field-book-now a[disabled], .anchors-component .anchors-action-btn .field-field-free-quote a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a, .anchors-component .anchors-action-btn .field-field-free-quote a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a, .anchors-component .anchors-action-btn .field-field-free-quote a {
    background-color: #0046b4;
    color: #fff;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a:hover, .anchors-component .anchors-action-btn .field-field-free-quote a:hover {
    background-color: #336bc3;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a:active, .anchors-component .anchors-action-btn .field-field-free-quote a:active, .anchors-component .anchors-action-btn .field-field-book-now a.active, .anchors-component .anchors-action-btn .field-field-free-quote a.active {
    background-color: #002a6c;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a {
    background-color: transparent;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a:hover, .anchors-component .anchors-action-btn .field-field-book-now a:active, .anchors-component .anchors-action-btn .field-field-book-now a.active {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a.btn-invert {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .anchors-component .anchors-action-btn .field-field-book-now a.btn-invert:hover, .anchors-component .anchors-action-btn .field-field-book-now a.btn-invert:active, .anchors-component .anchors-action-btn .field-field-book-now a.btn-invert.active {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
.school-information {
  margin-top: 30px;
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #aaa;
}
@media (min-width: 768px) {
  .school-information {
    margin-top: 35px;
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

.node-school-full__field-description {
  max-width: 950px;
}
.node-school-full__field-description p {
  padding-bottom: 25px;
  color: #000;
  line-height: 1.8;
}
.node-school-full__field-special-offer-block {
  margin: 80px auto;
}
@media (max-width: 768px) {
  .node-school-full__field-special-offer-block {
    margin: 50px 0;
  }
}

#student-reviews-container {
  margin-top: 30px;
  margin-bottom: 30px;
}

.anchors-component {
  position: relative;
  height: 49px;
  z-index: 4;
}
@media (min-width: 992px) {
  .anchors-component {
    height: 66px;
    top: 33px;
    margin-top: -66px;
  }
}
.anchors-component--inner {
  display: flex;
  align-items: center;
  max-width: 1166px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  background: #F8F8F8;
}
@media (max-width: 992px) {
  .anchors-component--inner {
    border-bottom: 1px solid #ccc;
  }
}
.anchors-component .anchors-title {
  display: none;
  margin-left: 5px;
  cursor: pointer;
}
.anchors-component .anchors-title .node-school-full__field-subtitle {
  color: #606060;
  font-size: 12px;
  line-height: 1.9;
}
.anchors-component .anchors-title p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.anchors-component .anchors-block {
  display: flex;
  margin-right: auto;
  overflow-x: auto;
}
.anchors-component .anchors-block a {
  display: inline-flex;
  padding: 10px;
  color: #0046b4;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .anchors-component .anchors-block a {
    padding: 5px;
    font-size: 11px;
    letter-spacing: -0.28px;
  }
}
.anchors-component .anchors-action-btn {
  display: flex;
}
.anchors-component .anchors-action-btn .field-field-free-quote,
.anchors-component .anchors-action-btn .field-field-book-now {
  display: none;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .anchors-component .anchors-action-btn .field-field-free-quote,
.anchors-component .anchors-action-btn .field-field-book-now {
    display: block;
  }
}
.anchors-component .anchors-action-btn .field-field-free-quote__label,
.anchors-component .anchors-action-btn .field-field-book-now__label {
  display: none;
}
@media (min-width: 992px) {
  .anchors-component--sticky {
    position: fixed;
    top: 118px;
    left: 0;
    right: 0;
    margin-top: 0;
    background: #fff;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .anchors-component--sticky .anchors-component--inner {
    background: #fff;
  }
  .anchors-component--sticky .anchors-title {
    display: block;
  }
  .anchors-component--sticky .anchors-block {
    margin-left: auto;
  }
}

/*# sourceMappingURL=schools-page.css.map */
