@media print, screen and (width >= 64.0625em) {
  .mount-holyoke-experience {
    height: 80vw;
    max-height: 1250px;
  }
}

@media print, screen and (width >= 48.0625em) {
  .mount-holyoke-experience {
    height: 800px;
  }
}

@media print, screen and (width >= 48.0625em) {
  .mount-holyoke-experience .hero,
  .mount-holyoke-experience .hero img,
  .mount-holyoke-experience .hero video,
  .mount-holyoke-experience .hero .hero__media,
  .mount-holyoke-experience .hero .autoplay-video-container,
  .mount-holyoke-experience .hero .autoplay-video-container__inner,
  .mount-holyoke-experience .hero .video-feature,
  .mount-holyoke-experience .hero video {
    height: 800px;
  }
}

.mount-holyoke-experience {
  position: relative;
  background-color: var(--white);
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience {
    border-top: 50px solid var(--white);
    background-color: var(--primary-color);
  }
}

@media print, screen and (width >= 48.0625em) {
  .mount-holyoke-experience {
    height: 800px;
  }
}

@media print, screen and (width >= 64.0625em) {
  .mount-holyoke-experience {
    height: 80vw;
    max-height: 1250px;
  }
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience .hero {
    background-color: var(--primary-color);
  }
}

@media print, screen and (width >= 48.0625em) {
  .mount-holyoke-experience .hero,
  .mount-holyoke-experience .hero img,
  .mount-holyoke-experience .hero video,
  .mount-holyoke-experience .hero .hero__media,
  .mount-holyoke-experience .hero .autoplay-video-container,
  .mount-holyoke-experience .hero .autoplay-video-container__inner,
  .mount-holyoke-experience .hero .video-feature,
  .mount-holyoke-experience .hero video {
    height: 800px;
  }
}

@media print, screen and (width >= 64.0625em) {
  .mount-holyoke-experience .hero,
  .mount-holyoke-experience .hero img,
  .mount-holyoke-experience .hero video,
  .mount-holyoke-experience .hero .hero__media,
  .mount-holyoke-experience .hero .autoplay-video-container,
  .mount-holyoke-experience .hero .autoplay-video-container__inner,
  .mount-holyoke-experience .hero .video-feature,
  .mount-holyoke-experience .hero video {
    height: 80vw;
    max-height: 1250px;
  }
}

.mount-holyoke-experience p {
  max-width: 100%;
}

.mount-holyoke-experience .hero__content {
  width: 100%;
  max-width: 75rem;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 3;
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience .hero__content {
    padding-bottom: var(--spacing--default);
  }
}

@media print, screen and (width >= 48.0625em) {
  .mount-holyoke-experience .hero__content {
    margin-bottom: 300px;
    position: absolute;
    bottom: 0;
  }
}

@media print, screen and (width >= 64.0625em) {
  .mount-holyoke-experience .hero__content {
    padding-left: var(--spacing--4xlarge);
  }
}

.mount-holyoke-experience .hero__content .eyebrow,
.mount-holyoke-experience .hero__content .overline {
  position: relative;
  color: var(--white);
}

@media print, screen and (width >= 64.0625em) {
  .mount-holyoke-experience .hero__content .eyebrow::before,
  .mount-holyoke-experience .hero__content .overline::before {
    position: absolute;
    top: 0;
    right: calc(100% + var(--spacing--default));
    display: block;
    border-bottom: 1px solid var(--accent-yellow);
    content: '';
    height: 0.5em;
    width: 60px;
  }
}

.mount-holyoke-experience .hero__content h2.h1 {
  color: var(--white);
  font-family: var(--serif);
  font-size: 2rem;
  margin-top: 0;
}

@media print, screen and (width >= 48.0625em) {
  .mount-holyoke-experience .hero__content h2.h1 {
    font-size: 3rem;
  }
}

@media print, screen and (width >= 64.0625em) {
  .mount-holyoke-experience .hero__content h2.h1 {
    font-size: 3rem;
  }
}

@media screen and (width >= 75em) {
  .mount-holyoke-experience .hero__content h2.h1 {
    font-size: 5.625rem;
  }
}

.mount-holyoke-experience .hero__content .btn {
  color: var(--white);
  border-color: var(--brand--bright-blue);
  background-color: transparent;
}

.mount-holyoke-experience .hero__content .btn::after {
  position: absolute;
  top: 50%;
  right: 27px;
  opacity: 0;
  color: var(--white);
  font-family: var(--font-awesome);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  padding-left: 0.3em;
  content: '';
  transform: translateY(-50%);
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience .hero__content .btn::after {
    right: 0.5rem;
  }
}

.mount-holyoke-experience .hero__content .btn::after + .btn {
  margin-top: 7px;
}

.mount-holyoke-experience .hero__content .btn:hover,
.mount-holyoke-experience .hero__content .btn:focus {
  border-color: var(--accent-purple);
  background-color: var(--accent-purple);
}

.mount-holyoke-experience .hero__content .btn:hover::after {
  opacity: 1;
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience .hero__media {
    position: relative;
  }

  .mount-holyoke-experience .hero__media::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(
      to top,
      var(--primary-color) 0%,
      var(--primary-color) 10%,
      color-mix(in srgb, var(--primary-color) 90%, transparent) 20%,
      transparent
    );
    content: '';
    height: 100%;
    width: 100%;
    pointer-events: none;
  }
}

.mount-holyoke-experience .hero__overlay {
  background: linear-gradient(
    to top,
    rgb(0 52 95 / 90%) 0%,
    rgb(0 52 95 / 90%) 25%,
    rgb(0 52 95 / 0%)
  );
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience .hero__overlay {
    display: none;
  }
}

.mount-holyoke-experience .png--top,
.mount-holyoke-experience .png--bottom {
  position: absolute;
  z-index: 3;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  max-height: 290px;
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience .png--top,
  .mount-holyoke-experience .png--bottom {
    display: none;
  }
}

.mount-holyoke-experience .png--top {
  top: -1px;
  right: -1px;
  left: -1px;
}

.mount-holyoke-experience .png--bottom {
  right: -1px;
  bottom: -1px;
  left: -1px;
}

@media print, screen and (width <= 48.0613em) {
  .mount-holyoke-experience .autoplay-video-container {
    display: none;
  }
}

.mount-holyoke-experience .video-play-button {
  top: 3.5rem;
  right: var(--spacing--medium);
  bottom: unset;
  left: unset;
}

.mount-holyoke-experience .video-play-button:hover,
.mount-holyoke-experience .video-play-button:focus {
  border-color: transparent;
  background: none;
}

.mount-holyoke-experience .video-play-button:hover::after,
.mount-holyoke-experience .video-play-button:focus::after {
  color: var(--accent-purple);
}

.experience__cards {
  position: relative;
  z-index: 3;
}

@media print, screen and (width >= 48.0625em) {
  .experience__cards {
    margin-top: -260px;
  }
}

@media print, screen and (width >= 48.0625em) {
  .experience__cards .cell {
    display: flex;
  }
}

.experience__card {
  background-color: var(--white);
  box-shadow: 0 0 15px rgb(0 0 0 / 11%);
  padding: 2.25rem 1.25rem;
}

@media print, screen and (width <= 48.0613em) {
  .experience__card + .experience__card {
    margin-top: var(--spacing--small);
  }
}

@media print, screen and (width <= 48.0613em) {
  .experience__card:last-child {
    margin-bottom: var(--spacing--large);
  }
}

.experience__card .link-arrow::after {
  color: var(--brand--bright-blue);
}

@media print, screen and (width >= 48.0625em) {
  .experience__card {
    padding: 2.875rem 1.625rem;
    min-width: calc(33.33% - 13.33px);
    width: calc(33.33% - 13.33px);
    max-width: calc(33.33% - 13.33px);
    max-height: 400px;
    overflow: hidden;
  }

  .experience__card:not(:last-child) {
    margin-right: var(--spacing--medium);
  }
}

.home-page .mount-holyoke-experience + section {
  z-index: 1 !important;
}

.mount-holyoke-experience .png--top,
.mount-holyoke-experience .png--bottom {
  position: absolute;
  z-index: 3;
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  max-height: 290px;
}

@media print, screen and (width >= 64.0625em) {
  .mount-holyoke-experience .hero__content {
    padding-left: 120px;
  }
}

.home-page .video-play-button {
  position: absolute;
  right: 1.875rem;
  bottom: 80px;
  left: unset;
}
