.subjects-carousel {
  display: none;
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
}
.subjects-carousel .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.subjects-carousel .heading h2 {
  font-size: 34px !important;
  margin: 0 25px 0 0;
  color: var(--haymarket-blue);
}
.subjects-carousel .heading .more {
  text-align: right;
  margin-top: 16px;
}
.subjects-carousel .heading .more a {
  color: #2c4c92;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.subjects-carousel .term-box {
  height: auto;
  width: 260px;
  background-position: center center;
  margin: 10px 13px 10px 0;
  display: block;
  background-size: cover;
  background-color: #999999;
  position: relative;
  text-decoration: none;
}
.subjects-carousel .term-box::before {
  content: "";
  opacity: 0.6;
  display: block;
  background: #333333;
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.subjects-carousel .term-box .img-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.subjects-carousel .term-box .img-container img {
  width: auto;
  height: 100%;
  max-height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.subjects-carousel .term-box .title {
  z-index: 99;
  color: #ffffff;
  position: absolute;
  padding: 0 10px;
  line-height: 28px;
  font-size: 20px;
  font-family: var(--font-family-serif);
  font-weight: 600;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}
.subjects-carousel .slick-list {
  padding: 0 20% 0 0;
}
.subjects-carousel .slick-arrow {
  position: absolute;
  top: -32px;
  left: 150px;
  background: #ffffff !important;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5215686275);
  width: 40px;
  height: 40px;
  border: initial !important;
  border-radius: 20px !important;
  font-size: 14px;
  line-height: 40px;
}
.subjects-carousel .slick-arrow::before {
  border: solid #070707;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  padding: 5px;
  width: 8px;
  height: 12px;
  position: absolute;
  left: 14px;
  top: 14px;
  content: " ";
}
.subjects-carousel .slick-arrow.slick-prev::before {
  transform: rotate(137deg);
  left: 17px;
}
.subjects-carousel .slick-arrow.slick-next {
  left: 205px;
}

@media (min-width: 992px) {
  .subjects-carousel {
    display: block;
    padding: 0 5px 50px;
  }
  .subjects-carousel .sub-carousel:not(:first-child) {
    visibility: hidden;
  }
  .subjects-carousel .sub-carousel.slick-initialized {
    visibility: visible;
  }
}
@media (min-width: 1366.98px) and (max-width: 1536px) {
  .subjects-carousel {
    max-width: 1180px;
  }
}
@media (min-width: 1366.98px) and (max-width: 1536px) and (min-width: 1440px) and (max-width: 1536px) {
  .subjects-carousel .term-box {
    width: 230px;
  }
}

/*# sourceMappingURL=subjects-carousel.min.css.map */
