/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
.section-program-modules {
  /* the slides */
  /* the parent */
}
.section-program-modules__content:before {
  position: absolute;
  content: "";
  right: 0;
  width: calc(100%);
  bottom: 0;
  height: calc(100% - 12px);
  box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
@media (min-width: 768px) {
  .section-program-modules__content:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 85px);
    height: calc(100% - 45px);
  }
}
.section-program-modules__tabs {
  z-index: 9;
}
.section-program-modules .slick-slide {
  margin: 0 24px;
}
.section-program-modules .slick-list {
  margin: 0 -24px;
}
.section-program-modules .slick-arrow {
  position: absolute;
  color: #76BED0;
  top: 3.6rem;
  right: 6rem;
}
.section-program-modules .slick-arrow.icon-arrow-right {
  right: 2rem;
}
