/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/program-intro/_program-intro-styles.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-campuses-list-wrapper {
  display: flex;
  align-items: center;
}
.c-campuses-list-wrapper__header {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}

.campuses-list,
.single-campus {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 0.75rem;
  gap: 0.5rem;
  list-style: none;
}
.campuses-list__type,
.single-campus__type {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  align-content: center;
  border-radius: 50%;
  background-color: var(--lake-blue-40);
  color: var(--color-white);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01625rem;
  line-height: 1;
  text-align: center;
}
.campuses-list img,
.single-campus img {
  display: block;
  width: 1rem;
  height: auto;
  margin: auto;
}
.campuses-list img.small-icon,
.single-campus img.small-icon {
  position: relative;
  top: 1px;
  width: 0.75rem;
}

.campus-tooltip-wrapper {
  position: relative;
}
.campus-tooltip-wrapper .campus-tooltip {
  --campus-tooltip-after-position: 50%;
  position: absolute;
  z-index: 5;
  top: 1.5rem;
  left: 50%;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 15.75rem;
  height: auto;
  padding: 0.625rem;
  border-radius: 0.5rem;
  margin: 0.75rem 0 0 0;
  background-color: #000;
  color: var(--color-white);
  font-size: 0.875rem;
  opacity: 0;
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 0.2s ease-in-out, visibility 0.4s ease-in-out;
  visibility: hidden;
}
.campus-tooltip-wrapper .campus-tooltip::after {
  position: absolute;
  top: -0.375rem;
  left: var(--campus-tooltip-after-position);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #000;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 992px) {
  .campus-tooltip-wrapper:hover .campus-tooltip {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    visibility: visible;
  }
}
.campus-tooltip-wrapper--visible .campus-tooltip {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  visibility: visible;
}

.b-program-intro {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 460px;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 19rem;
}
@media screen and (min-width: 1200px) {
  .b-program-intro {
    height: 100vh;
    margin-bottom: 0;
  }
}
.b-program-intro::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.b-program-intro::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
  content: "";
}
.b-program-intro__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -19rem;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--lake-blue-10);
}
@media screen and (min-width: 1200px) {
  .b-program-intro__background {
    display: none;
  }
}
.b-program-intro__bg-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b-program-intro__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-program-intro__inner {
  position: relative;
  z-index: 3;
  top: auto;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  transform: translateY(300px);
}
@media screen and (min-width: 768px) {
  .b-program-intro__inner {
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    transform: translateY(300px);
  }
}
@media screen and (min-width: 1200px) {
  .b-program-intro__inner {
    transform: none;
  }
}
.b-program-intro__title {
  margin-bottom: 0.62rem;
  color: var(--color-white);
  font-family: var(--font-family-secondary);
  font-size: var(--font-serif-06);
  font-weight: 900;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .b-program-intro__title {
    line-height: 1.2;
  }
}
@media screen and (min-width: 1200px) {
  .b-program-intro__title {
    margin-bottom: 2rem;
  }
}
.b-program-intro__header {
  margin: 0;
  color: var(--color-white);
  font-size: var(--font-display-02);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: 2.5rem;
}
@media screen and (min-width: 1140px) {
  .b-program-intro__header {
    line-height: 0.875;
  }
}
@media screen and (min-width: 768px) {
  .b-program-intro__header {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .b-program-intro__header {
    margin: 0;
  }
}
@media screen and (min-width: 1460px) {
  .b-program-intro__header {
    font-size: var(--font-display-02);
  }
}
.b-program-intro__info-wrapper {
  display: grid;
  width: 100%;
  padding: 1rem 0 2rem;
  border-radius: 0.75rem;
  background-color: var(--lake-blue-20);
  grid-template-columns: 1fr;
  margin-block: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .b-program-intro__info-wrapper {
    display: flex;
    justify-content: flex-start;
    padding: 0 2.5rem;
    margin-block: 3.75rem;
  }
}
.b-program-intro__info-wrapper .c-campuses-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.77rem;
}
@media screen and (min-width: 1200px) {
  .b-program-intro__info-wrapper .c-campuses-list-wrapper {
    align-items: flex-start;
    gap: 1rem;
    padding-block: 1.5rem;
  }
}
.b-program-intro__info-wrapper .c-campuses-list-wrapper__header {
  color: var(--ore-brown-60);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.83333;
}
@media screen and (min-width: 1200px) {
  .b-program-intro__info-wrapper .c-campuses-list-wrapper__header {
    font-size: 1.125rem;
    letter-spacing: -0.03375rem;
  }
}
.b-program-intro__info-wrapper .c-campuses-list-wrapper .campuses-list {
  margin: 0;
}
.b-program-intro__info-wrapper .c-campuses-list-wrapper .campuses-list__type {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .b-program-intro__info-wrapper .c-campuses-list-wrapper .campuses-list__type {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.35419rem;
    letter-spacing: -0.02706rem;
  }
}
.b-program-intro__info-wrapper .c-campuses-list-wrapper .campuses-list__type .list-icon__image.small-icon {
  top: 0;
}
@media screen and (min-width: 992px) {
  .b-program-intro__info-wrapper .c-campuses-list-wrapper .campuses-list__type .list-icon__image.small-icon {
    top: 1px;
    width: 1.4rem;
  }
}
@media screen and (min-width: 992px) {
  .b-program-intro__info-wrapper .c-campuses-list-wrapper .campuses-list .campus-tooltip {
    top: 2.5rem;
  }
}
.b-program-intro__degree-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: solid 1px var(--lake-blue-30);
  border-bottom: solid 1px var(--lake-blue-30);
  margin-top: 1.56rem;
}
@media screen and (min-width: 1200px) {
  .b-program-intro__degree-wrapper {
    border: none;
    margin-top: 0;
    margin-left: 2.5rem;
  }
}
.b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(5)) .c-degree__wrapper {
  width: 30%;
}
@media screen and (min-width: 576px) {
  .b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(5)) .c-degree__wrapper {
    width: auto;
  }
}
.b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(5)) .c-degree__wrapper:nth-child(4) {
  border-left: none;
}
@media screen and (min-width: 576px) {
  .b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(5)) .c-degree__wrapper:nth-child(4) {
    border-left: solid 1px var(--lake-blue-30);
  }
}
.b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(4)):not(:has(.c-degree__wrapper:nth-child(5))) .c-degree__wrapper {
  width: 40%;
}
@media screen and (min-width: 420px) {
  .b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(4)):not(:has(.c-degree__wrapper:nth-child(5))) .c-degree__wrapper {
    width: auto;
  }
}
.b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(4)):not(:has(.c-degree__wrapper:nth-child(5))) .c-degree__wrapper:nth-child(3) {
  border-left: none;
}
@media screen and (min-width: 420px) {
  .b-program-intro__degree-wrapper:has(.c-degree__wrapper:nth-child(4)):not(:has(.c-degree__wrapper:nth-child(5))) .c-degree__wrapper:nth-child(3) {
    border-left: solid 1px var(--lake-blue-30);
  }
}
.b-program-intro__degree-wrapper .c-degree__wrapper {
  display: flex;
  flex-direction: column;
  padding: 0.88rem;
  border-left: solid 1px var(--lake-blue-30);
  gap: 0.25rem;
}
.b-program-intro__degree-wrapper .c-degree__wrapper:first-child {
  border-left: none;
}
@media screen and (min-width: 1200px) {
  .b-program-intro__degree-wrapper .c-degree__wrapper:first-child {
    border-left: solid 1px var(--lake-blue-30);
  }
}
@media screen and (min-width: 1200px) {
  .b-program-intro__degree-wrapper .c-degree__wrapper:last-child {
    border-right: solid 1px var(--lake-blue-30);
  }
}
@media screen and (min-width: 768px) {
  .b-program-intro__degree-wrapper .c-degree__wrapper {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .b-program-intro__degree-wrapper .c-degree__wrapper {
    padding: 1.5rem 1.25rem;
    border-top: none;
    border-bottom: none;
  }
}
.b-program-intro__degree-wrapper .c-degree__value {
  color: var(--lake-blue-60);
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.09rem;
  line-height: 0.83333;
  text-align: center;
}
.b-program-intro__degree-wrapper .c-degree__label {
  color: var(--lake-blue-60);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16667;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .b-program-intro__degree-wrapper .c-degree__label {
    font-size: 0.9375rem;
    letter-spacing: -0.02813rem;
  }
}
.b-program-intro__cta-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 1.5rem;
  gap: 1rem;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .b-program-intro__cta-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    margin-left: auto;
    gap: 2rem;
    padding-inline: 0;
  }
}
.b-program-intro__cta-wrapper .c-link {
  display: flex;
  align-items: center;
  color: var(--lake-blue-40);
  font-size: 1.35419rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.75rem;
  letter-spacing: -0.03375rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .b-program-intro__cta-wrapper .c-link {
    font-size: 1.35419rem;
    letter-spacing: -0.04063rem;
  }
}
.b-program-intro__cta-wrapper .c-link__link {
  font-weight: 500;
}
.b-program-intro__cta-wrapper .c-link__right-arrow {
  margin: 0;
  animation: none;
}
.b-program-intro__cta-wrapper .c-button {
  width: 100%;
  height: 3.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.0225rem;
  line-height: 1.16667;
}
@media screen and (min-width: 768px) {
  .b-program-intro__cta-wrapper .c-button {
    width: -moz-fit-content;
    width: fit-content;
    height: 4.375rem;
    padding: 1.44rem 1.44rem 1.44rem 2rem;
    font-size: 1.35419rem;
    letter-spacing: -0.02706rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=block_program-intro.css.map*/