  @media print, screen and (min-width: 64.0625em) {
  .mount-holyoke-experience {
    height: 80vw;
    max-height: 1250px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mount-holyoke-experience {
    height: 800px;
  }
}
@media print, screen and (min-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 {
  background-color: var(--white);
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .mount-holyoke-experience {
    background-color: var(--primary-color);
    border-top: 50px solid var(--white);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mount-holyoke-experience {
    height: 800px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .mount-holyoke-experience {
    height: 80vw;
    max-height: 1250px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .mount-holyoke-experience .hero {
    background-color: var(--primary-color);
  }
}
@media print, screen and (min-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 (min-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 (max-width: 48.06125em) {
  .mount-holyoke-experience .hero__content {
    padding-bottom: var(--spacing--default);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mount-holyoke-experience .hero__content {
    margin-bottom: 300px;
    position: absolute;
    bottom: 0;
  }
}
@media print, screen and (min-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 {
  color: var(--white);
  position: relative;
}
@media print, screen and (min-width: 64.0625em) {
  .mount-holyoke-experience .hero__content .eyebrow::before,
  .mount-holyoke-experience .hero__content .overline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: calc(100% + var(--spacing--default));
    height: 0.5em;
    width: 60px;
    border-bottom: 1px solid var(--accent-yellow);
  }
}
.mount-holyoke-experience .hero__content h2.h1 {
  font-family: var(--serif);
  margin-top: 0;
  color: var(--white);
  font-size: 2rem;
}
@media print, screen and (min-width: 48.0625em) {
  .mount-holyoke-experience .hero__content h2.h1 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .mount-holyoke-experience .hero__content h2.h1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .mount-holyoke-experience .hero__content h2.h1 {
    font-size: 5.625rem;
  }
}
.mount-holyoke-experience .hero__content .btn {
  background-color: transparent;
  color: var(--white);
  border-color: var(--brand--bright-blue);
}
.mount-holyoke-experience .hero__content .btn::after {
  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: "";
  position: absolute;
  color: var(--white);
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .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 {
  background-color: var(--accent-purple);
  border-color: var(--accent-purple);
}
.mount-holyoke-experience .hero__content .btn:hover::after {
  opacity: 1;
}
@media print, screen and (max-width: 48.06125em) {
  .mount-holyoke-experience .hero__media {
    position: relative;
  }
  .mount-holyoke-experience .hero__media::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
      to top,
      var(--primary-color) 0%,
      var(--primary-color) 10%,
      color-mix(in srgb, var(--primary-color) 90%, transparent) 20%,
      transparent
    );
    pointer-events: none;
  }
}
.mount-holyoke-experience .hero__overlay {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 52, 95, 0.9)),
    color-stop(25%, rgba(0, 52, 95, 0.9)),
    to(rgba(0, 52, 95, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 52, 95, 0.9) 0%,
    rgba(0, 52, 95, 0.9) 25%,
    rgba(0, 52, 95, 0)
  );
}
@media print, screen and (max-width: 48.06125em) {
  .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 (max-width: 48.06125em) {
  .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 (max-width: 48.06125em) {
  .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 {
  background: none;
  border-color: transparent;
}
.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 (min-width: 48.0625em) {
  .experience__cards {
    margin-top: -260px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .experience__cards .cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.experience__card {
  background-color: var(--white);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  padding: 2.25rem 1.25rem;
}
@media print, screen and (max-width: 48.06125em) {
  .experience__card + .experience__card {
    margin-top: var(--spacing--small);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .experience__card:last-child {
    margin-bottom: var(--spacing--large);
  }
}
.experience__card .link-arrow::after {
  color: var(--brand--bright-blue);
}
@media print, screen and (min-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 (min-width: 64.0625em) {
  .mount-holyoke-experience .hero__content {
    padding-left: 120px;
  }
}
.home-page .video-play-button {
  position: absolute;
  left: unset;
  right: 1.875rem;
  bottom: 80px;
}
