/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/scss/pages/single-programs.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.c-page-header {
  position: relative;
  padding: 1rem 0 1.125rem;
  border-bottom: 1px solid var(--borealis-green-40);
  cursor: pointer;
}
@media screen and (min-width: 1140px) {
  .c-page-header {
    padding: 1.625rem 0 1.75rem;
    cursor: default;
  }
}
.c-page-header__container, .c-page-header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-page-header__link {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in-out;
  margin-right: 3rem;
  color: var(--lake-blue-40);
  font-family: var(--font-family-secondary);
  font-size: 1.0625rem;
  font-weight: 900;
}
.c-page-header__link:hover {
  text-decoration: underline;
  text-decoration-color: var(--borealis-green-40);
}
@media screen and (min-width: 1140px) {
  .c-page-header__link {
    font-size: 1.25rem;
    text-underline-offset: 0.3rem;
  }
}
.c-page-header__link:hover {
  text-decoration-thickness: 1px;
}
.c-page-header__title {
  font-size: var(--font-ui-01);
  font-weight: 500;
  line-height: 1;
  margin: 0;
  font-weight: 900;
}
@media screen and (min-width: 576px) {
  .c-page-header__title {
    line-height: 1.2;
  }
}
@media screen and (min-width: 576px) {
  .c-page-header__title {
    font-size: 1.3rem;
  }
}
.c-page-header__arrow {
  width: 1.25rem;
  height: 1.25rem;
  filter: var(--filter-lake-blue-40);
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 1140px) {
  .c-page-header__arrow {
    display: none;
  }
}
.c-page-header__nav {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 0;
  padding: 0 1.25rem;
  background-color: var(--lake-blue-50);
  transition: max-height 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  .c-page-header__nav {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: unset;
    padding: 0;
    background-color: transparent;
    transition: unset;
  }
}
.c-page-header__nav ul {
  flex-direction: column;
  align-items: unset;
  padding: 0.75rem 0;
  margin: 0;
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.c-page-header__nav ul li {
  display: block;
  list-style: none;
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li {
    padding: 0 0.75rem;
  }
}
.c-page-header__nav ul li:last-child {
  padding-right: 0;
}
.c-page-header__nav ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  color: var(--color-white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease-in-out;
    width: auto;
    padding: 0;
    color: var(--lake-blue-40);
    font-size: 1rem;
    text-underline-offset: 0.3rem;
  }
  .c-page-header__nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: var(--borealis-green-40);
  }
}
.c-page-header__nav ul li a.current-item {
  position: relative;
  text-decoration: none;
}
.c-page-header__nav ul li a.current-item::before {
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../img/icon-chevron.svg") no-repeat;
  background-position: center;
  content: "";
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-page-header__nav ul li a.current-item::before {
    left: -1.75rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li a.current-item::before {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-header__nav ul li a.current-item {
    text-decoration: underline;
    text-decoration-color: var(--lake-blue-40);
    text-underline-offset: 0.3rem;
  }
}
.c-page-header--opened .c-page-header__arrow {
  transform: rotate(270deg);
}

body.theme-lake-blue-40 .c-page-header,
body.theme-lake-blue-60 .c-page-header {
  border-bottom: 1px solid var(--lake-blue-50);
}
body.theme-lake-blue-40 .c-page-header__link,
body.theme-lake-blue-60 .c-page-header__link {
  color: var(--color-white);
}
body.theme-lake-blue-40 .c-page-header__arrow,
body.theme-lake-blue-60 .c-page-header__arrow {
  filter: var(--filter-white);
}
@media screen and (min-width: 1140px) {
  body.theme-lake-blue-40 .c-page-header__nav ul li a,
  body.theme-lake-blue-60 .c-page-header__nav ul li a {
    color: var(--color-white);
  }
}
@media screen and (min-width: 1140px) {
  body.theme-lake-blue-40 .c-page-header__nav ul li a.current-item,
  body.theme-lake-blue-60 .c-page-header__nav ul li a.current-item {
    color: var(--color-white);
    text-decoration-color: var(--color-white);
  }
}

.single-program-article > .c-link {
  display: flex;
  justify-content: align-items;
  margin-top: 2rem;
  margin-bottom: 2.75rem;
}

/*# sourceMappingURL=single-programs.css.map*/