.hero-section .node-school-full__field-hero-cta-secondary a,
.hero-section .node-course-full__field-hero-cta-secondary a,
.hero-section .node-camp-full__field-hero-cta-secondary a {
  display: inline-block;
  padding: 10px 12px;
  border: 2px solid #240F6E;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  color: #240F6E;
  background-color: transparent;
}
@media (min-width: 768px) {
  .hero-section .node-school-full__field-hero-cta-secondary a,
  .hero-section .node-course-full__field-hero-cta-secondary a,
  .hero-section .node-camp-full__field-hero-cta-secondary a {
    padding: 9px 25px;
    font-size: 16px;
  }
}
.hero-section .node-school-full__field-hero-cta-secondary a:hover,
.hero-section .node-course-full__field-hero-cta-secondary a:hover,
.hero-section .node-camp-full__field-hero-cta-secondary a:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #240F6E;
}
.hero-section .node-school-full__field-hero-cta-secondary a:focus,
.hero-section .node-course-full__field-hero-cta-secondary a:focus,
.hero-section .node-camp-full__field-hero-cta-secondary a:focus {
  background-color: #EEE;
}
.hero-section .node-school-full__field-hero-cta-secondary a:disabled,
.hero-section .node-course-full__field-hero-cta-secondary a:disabled,
.hero-section .node-camp-full__field-hero-cta-secondary a:disabled {
  border: 2px solid #aaa;
  text-decoration: underline;
  background-color: #EEE;
  color: #aaa;
}
.hero-section .node-school-full__field-hero-cta a,
.hero-section .node-course-full__field-hero-cta a,
.hero-section .node-camp-full__field-hero-cta a {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 5px;
  background-color: #fff;
  color: #00A4D9;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
}
.hero-section .node-school-full__field-hero-cta a:hover,
.hero-section .node-course-full__field-hero-cta a:hover,
.hero-section .node-camp-full__field-hero-cta a:hover {
  background-color: #EEE;
  color: #007DB3;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.2));
}
/**
 * @file
 * SASS Extends.
 */
.node-camp-full .hero-section .node-camp-full__field-title, .node-camp-full .hero-section .node-camp-full__field-subtitle, article.node-course-full .hero-section > div:first-child div p, article.node-course-full .hero-section > div:first-child h1, article:not(.node-course-full) .hero-section h1 span, article:not(.node-course-full) .hero-section h1 p {
  font-family: "Merriweather";
  font-weight: 300;
}
article.node-course-full .hero-section > div:first-child h1, article:not(.node-course-full) .hero-section h1 span {
  font-size: 40px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  article.node-course-full .hero-section > div:first-child h1, article:not(.node-course-full) .hero-section h1 span {
    font-size: 68px;
  }
}
.node-camp-full .hero-section .node-camp-full__field-title, .node-camp-full .hero-section .node-camp-full__field-subtitle, article.node-course-full .hero-section > div:first-child div p, article:not(.node-course-full) .hero-section h1 p {
  font-size: 30px;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  .node-camp-full .hero-section .node-camp-full__field-title, .node-camp-full .hero-section .node-camp-full__field-subtitle, article.node-course-full .hero-section > div:first-child div p, article:not(.node-course-full) .hero-section h1 p {
    font-size: 36px;
  }
}
.hero-section {
  background-color: #000;
}

.full-wh-container, .hero-section .node-school-full__field-hero-image,
.hero-section .node-course-full__field-hero-image,
.hero-section .node-camp-full__field-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding: calc(140px + 100px) 15px 60px;
}
@media (min-width: 768px) {
  .hero-section {
    padding-top: calc(80px + 100px);
  }
}
@media (min-width: 1200px) {
  .hero-section {
    padding-top: 240px;
    padding-bottom: 80px;
  }
}
.hero-section .links-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
[dir=ltr] .hero-section .links-wrapper > div:nth-child(2) {
  margin-left: 10px;
}
[dir=rtl] .hero-section .links-wrapper > div:nth-child(2) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .hero-section .links-wrapper {
    flex-direction: column;
  }
  [dir=ltr] .hero-section .links-wrapper > div:nth-child(2) {
    margin-left: 0;
  }
  [dir=rtl] .hero-section .links-wrapper > div:nth-child(2) {
    margin-right: 0;
  }
  .hero-section .links-wrapper .node-school-full__field-hero-cta,
  .hero-section .links-wrapper .node-course-full__field-hero-cta,
  .hero-section .links-wrapper .node-camp-full__field-hero-cta {
    margin-bottom: 10px;
  }
  .hero-section .links-wrapper .node-school-full__field-hero-cta a,
  .hero-section .links-wrapper .node-course-full__field-hero-cta a,
  .hero-section .links-wrapper .node-camp-full__field-hero-cta a {
    width: 290px;
  }
}
.hero-section h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
.hero-section h2 div {
  display: block;
  font-weight: 800;
  font-size: 62px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-section h2 {
    font-size: 18px;
  }
  .hero-section h2 div {
    font-size: 36px;
  }
}
.hero-section .node-school-full__field-hero-image:after,
.hero-section .node-course-full__field-hero-image:after,
.hero-section .node-camp-full__field-hero-image:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 90%);
}
.hero-section .node-school-full__field-hero-image *,
.hero-section .node-course-full__field-hero-image *,
.hero-section .node-camp-full__field-hero-image * {
  height: 100%;
  width: 100%;
}
.hero-section .node-school-full__field-hero-image img,
.hero-section .node-course-full__field-hero-image img,
.hero-section .node-camp-full__field-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .node-school-full__field-hero-image .media-container,
.hero-section .node-course-full__field-hero-image .media-container,
.hero-section .node-camp-full__field-hero-image .media-container {
  font-size: 0;
}
.hero-section .node-school-full__field-subtitle,
.hero-section .node-course-full__field-subtitle,
.hero-section .node-camp-full__field-subtitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .hero-section .node-school-full__field-subtitle,
  .hero-section .node-course-full__field-subtitle,
  .hero-section .node-camp-full__field-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-section .node-school-full__field-subtitle,
  .hero-section .node-course-full__field-subtitle,
  .hero-section .node-camp-full__field-subtitle {
    font-size: 24px;
  }
}
.hero-section .node-school-full__field-icon,
.hero-section .node-course-full__field-icon,
.hero-section .node-camp-full__field-icon {
  width: 100px;
  height: 100px;
  margin: -100px auto 10px;
}
@media (min-width: 1200px) {
  .hero-section .node-school-full__field-icon,
  .hero-section .node-course-full__field-icon,
  .hero-section .node-camp-full__field-icon {
    width: 128px;
    height: 128px;
    margin-top: -128px;
  }
}
.hero-section .node-school-full__field-icon .media-container,
.hero-section .node-school-full__field-icon .media-image__field-media-image,
.hero-section .node-school-full__field-icon img,
.hero-section .node-course-full__field-icon .media-container,
.hero-section .node-course-full__field-icon .media-image__field-media-image,
.hero-section .node-course-full__field-icon img,
.hero-section .node-camp-full__field-icon .media-container,
.hero-section .node-camp-full__field-icon .media-image__field-media-image,
.hero-section .node-camp-full__field-icon img {
  width: 100%;
  height: 100%;
}
.hero-section .node-school-full__field-hero-cta,
.hero-section .node-course-full__field-hero-cta,
.hero-section .node-camp-full__field-hero-cta {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-section .node-school-full__field-hero-cta-secondary,
.hero-section .node-course-full__field-hero-cta-secondary,
.hero-section .node-camp-full__field-hero-cta-secondary {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .hero-section .node-school-full__field-hero-cta-secondary a,
  .hero-section .node-course-full__field-hero-cta-secondary a,
  .hero-section .node-camp-full__field-hero-cta-secondary a {
    width: 290px;
  }
}

article:not(.node-course-full) .hero-section h1 {
  display: flex;
  flex-direction: column;
  /* For Turkish language, reverse the order of the hero components. */
}
html[lang=tr] article:not(.node-course-full) .hero-section h1 span {
  order: 1;
}
html[lang=tr] article:not(.node-course-full) .hero-section h1 p {
  order: 2;
}
article:not(.node-course-full) .hero-section h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
article:not(.node-course-full) .hero-section h1 p {
  margin-bottom: 0;
  font-weight: 700;
}
article:not(.node-course-full) .hero-section h1 span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.5px;
}

article.node-course-full .hero-section > div:first-child {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
article.node-course-full .hero-section > div:first-child h1 {
  font-weight: 700;
  letter-spacing: 0.5px;
}
article.node-course-full .hero-section > div:first-child div {
  display: block;
  font-weight: 700;
}
article.node-course-full .hero-section > div:first-child div p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  article.node-course-full .hero-section > div:first-child {
    font-size: 18px;
  }
}

.node-camp-full .hero-section .node-camp-full__field-title, .node-camp-full .hero-section .node-camp-full__field-subtitle {
  display: block;
  margin-bottom: 0;
  line-height: 1.5;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/*# sourceMappingURL=hero-section.css.map */
