  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.c-student-story-card {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 577px) {
  .c-student-story-card {
    border-radius: 1rem;
  }
}
.c-student-story-card--post-color-rose {
  background-color: #ff9096;
}
.c-student-story-card--post-color-jade {
  background-color: #00996d;
}
.c-student-story-card--post-color-fire {
  background-color: #ff6d00;
}
.c-student-story-card--post-color-maize {
  background-color: #fe0;
}
.c-student-story-card--post-color-deep-blue {
  background-color: #3970de;
}
@media screen and (min-width: 993px) {
  .c-student-story-card {
    display: flex;
    padding: 5rem 2.5rem;
  }
}
.c-student-story-card .student-story-image {
  overflow: hidden;
  width: 100%;
  height: 68vw;
  margin: 0 0 1.25rem 0;
  border-radius: 0.5rem;
}
@media screen and (min-width: 577px) {
  .c-student-story-card .student-story-image {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 993px) {
  .c-student-story-card .student-story-image {
    width: 52.3%;
    height: 42.8vw;
    max-height: 36.25rem;
    margin: 0;
  }
}
.c-student-story-card .student-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-student-story-card .student-story-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 993px) {
  .c-student-story-card .student-story-content {
    width: 47.7%;
    padding-left: 2.5rem;
  }
}
.c-student-story-card .student-story-content__subtitle {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
@media (max-width: 576px) {
  .c-student-story-card .student-story-content__subtitle {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1141px) {
  .c-student-story-card .student-story-content__subtitle {
    margin: 0 0 2.5rem;
  }
}
@media screen and (min-width: 577px) {
  .c-student-story-card .student-story-content__subtitle {
    margin: 0 0 2.5rem;
  }
}
.c-student-story-card .student-story-content__title {
  font-size: 4.375rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.91;
  margin: 0 0 1.25rem;
}
@media (max-width: 576px) {
  .c-student-story-card .student-story-content__title {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 577px) {
  .c-student-story-card .student-story-content__title {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.125;
    margin: 0 0 2.5rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 576px) {
  .c-student-story-card .student-story-content__title {
    font-size: 1.375rem;
  }
}
.c-student-story-card .student-story-content__excerpt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}
@media (max-width: 576px) {
  .c-student-story-card .student-story-content__excerpt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 577px) {
  .c-student-story-card .student-story-content__excerpt {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.44;
  }
}
@media screen and (min-width: 577px) and (max-width: 576px) {
  .c-student-story-card .student-story-content__excerpt {
    font-size: 1rem;
  }
}

.block-student-stories {
  background-color: #84c2f1;
}
.block-student-stories__inner {
  max-width: unset;
}
.block-student-stories .wombat-slider-container {
  position: relative;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
@media screen and (min-width: 769px) {
  .block-student-stories .wombat-slider-container {
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
}
.block-student-stories .swiper-container {
  overflow: hidden;
}
.block-student-stories .swiper-button {
  display: none;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  margin: 0;
  background-color: #000;
}
@media screen and (min-width: 993px) {
  .block-student-stories .swiper-button {
    display: block;
  }
}
.block-student-stories .swiper-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("/wp-content/themes/saint-paul-college/img/icon-arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(351deg) brightness(101%) contrast(101%);
  transform: translate(-50%, -50%);
}
.block-student-stories .swiper-button.swiper-button-prev {
  left: 2.5rem;
}
.block-student-stories .swiper-button.swiper-button-next {
  right: 2.5rem;
}
.block-student-stories .swiper-button.swiper-button-next::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.block-student-stories .swiper-slide {
  max-width: 78rem;
  height: unset;
  align-self: stretch;
}
.block-student-stories .swiper-slide .c-student-story-card {
  height: 100%;
}

/*# sourceMappingURL=block_student-stories.css.map*/