.rsci-home-hero .cc--full-width-hero .c--full-width-hero {
  height: calc(100vh - 5.25rem);
}
@media screen and (min-height: 768px) {
  .rsci-home-hero .cc--full-width-hero .c--full-width-hero {
    height: calc(100vh - 20.25rem);
  }
}
.rsci-home-hero .hero-component-container {
  background: white;
  padding-bottom: 4rem;
  position: relative;
}
.rsci-home-hero .hero-component-wrapper {
  background: white;
  position: relative;
  background-image: url('/themes/custom/rsci/images/hero_bottom.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.rsci-home-hero .hero-component-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 5rem 4%;
}

.rsci-home-hero .hero-gradient {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  width: 100%;
  height: 125px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 90%, #FFF 100%);
  z-index: 2;
}
.rsci-home-hero .hero-gradient-2 {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  width: 100%;
  height: 116px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 90%, #FFF 100%);
  z-index: 2;
}
.rsci-home-hero .hero-gradient-3 {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.90) 90%, #FFF 100%);
  z-index: 2;
}

@media screen and (min-height: 1024px) {
  .rsci-home-hero .hero-gradient {
    height: 250px;
  }
  .rsci-home-hero .hero-gradient-2 {
    height: 233px;
  }
  .rsci-home-hero .hero-gradient-3 {
    height: 166px;
  }
}

.rsci-home-hero .site-tagline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
  text-align: center;
}

.rsci-home-hero .site-tagline-divider {
  height: 1px;
  width: 150px;
  background: rgba(204, 0, 51, 0.50);
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.rsci-home-hero .program-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 16px;
}

.rsci-home-hero .program-list-heading {
  margin-bottom: 2rem;
}

.rsci-home-hero .program-list-col .list-heading-link .button--alt {
  padding-right: 0.3125rem;
  padding-left: 0;
  background: transparent;
  border: 0;
  color: #000;
  height: auto;
  width: auto;
  text-align: left;
  margin-bottom: 1rem;
  font-size: 16px;
  letter-spacing: -0.18px;
}

.rsci-home-hero .program-list-col .list-heading-link .button--alt:hover {
  color: #C03;
}

.rsci-home-hero .program-list-col .list-heading-link .button--alt svg {
  width: 0.875rem;
  height: 0.625rem;
  margin-top: 0.1875rem;
  margin-left: 0.9375rem;
  fill: #C03;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.rsci-home-hero .program-list-col .list-heading-link .button--alt:hover svg {
  margin-left: 0.9375rem;
  width: 1.25rem;
}

.rsci-home-hero .program-list-col .programs {
  list-style: none;
  padding: 0;
}

.rsci-home-hero .aspiration {
  text-align: center;
}
.rsci-home-hero .aspiration-label {
  font-weight: 400;
}

.rsci-home-hero .aspiration-text {
  height: 4rem;
}

.rsci-home-hero .video-controls {
  top: 0;
  bottom: unset;
}


/* Scroll animation */
.rsci-home-hero .cc--full-width-hero .c--full-width-hero {
  animation: rise 5s linear infinite;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -0.5s);
}
@keyframes rise {
  to {
    transform: translateY(180%);
  }
}

/* Scroll reveal effect */
.reveal {
  position: relative;
  transform: translateY(80px) scale(0, 1);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 10;
}

.reveal.active {
  transform: translateY(0px) scale(1, 1);;
  opacity: 1;
}

/* Fix issue with Video showing over transistion compoenent */
.cc--transition {
  position: relative;
}

/* Typewriter effect */
.typewrite > .wrap {
  padding-right: 0.25rem;
  border-right: 0.05em solid #000;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}
.rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper {
  padding-top: 0%;
}
@media screen and (min-height: 1024px) {
  .rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper {
    padding-top: 10%;
  }
}

.rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper .f--page-title h1 {
  font-size: 1.4rem;
}
.rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper .f--page-title h1 span  {
  display: inline-block;
  white-space: nowrap;
}
.rsci-home-hero .site-tagline,
.rsci-home-hero .program-list-heading {
  font-size: 1rem;
}

.rsci-home-hero .program-list-grid {
  text-align: center;
}

@media screen and (min-width: 500px) {
  .rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper .f--page-title h1 {
    font-size: 2rem;
  }
  .rsci-home-hero .site-tagline,
  .rsci-home-hero .program-list-heading {
    font-size: 1.25rem;
  }
  .rsci-home-hero .site-tagline span  {
    display: inline-block;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper .f--page-title h1 {
    font-size: 3rem;
  }
  .rsci-home-hero .site-tagline,
  .rsci-home-hero .program-list-heading {
    font-size: 1.5rem;
  }
  .rsci-home-hero .program-list-grid {
    text-align: left;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper .f--page-title h1 {
    font-size: 4rem;
  }
  .rsci-home-hero .site-tagline,
  .rsci-home-hero .program-list-heading {
    font-size: 2rem;
  }
  .rsci-home-hero .program-list-col .list-heading-link .button--alt,
  .rsci-home-hero .program-list {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .rsci-home-hero .cc--full-width-hero .c--full-width-hero .text-wrapper .f--page-title h1 {
    font-size: 5rem;
  }
  .rsci-home-hero .site-tagline,
  .rsci-home-hero .program-list-heading {
    font-size: 2.5rem;
  }
  .rsci-home-hero .site-tagline-divider {
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
  .rsci-home-hero .program-list-grid {
    grid-template-columns: 320px 320px 320px;
    gap: 4rem;
  }
}
