#page .more-conferences {
  border-top: solid 1px #afc4de;
  border-bottom: solid 1px #afc4de;
  padding: 20px 0;
  margin: 20px 0;
  display: block;
}
#page .more-conferences .title {
  font-size: 24px;
  padding: 10px 0 5px 45px;
  position: relative;
  line-height: 29px;
  color: #2c4c92;
}
#page .more-conferences .title::before {
  content: " ";
  background-image: url("../svg/related-content.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
}
#page .conference-content {
  position: absolute;
  top: 0;
  color: #ffffff;
  z-index: 99;
  padding: 8px 10px 9px 17px;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  /* stylelint-disable */
}
#page .conference-content .term-title {
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: var(--font-family-serif);
}
#page .conference-content {
  /* stylelint-enable */
}
#page .conference-content p.dis {
  font-size: 14px;
  color: var(--brand-secondary);
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: 600;
}
#page .conf-carousel .term-box {
  position: relative;
  width: 245px;
  height: 136px;
  background-size: cover;
  margin: 12px 5px 0 6px;
  border: none;
  background-image: url("../hmn-related-box-symbol_bg.html") !important;
}
#page .conf-carousel button:focus {
  box-shadow: none;
}
#page .conf-carousel button.slick-arrow {
  background: none !important;
  border: none !important;
}
#page .conf-carousel button.slick-arrow.slick-disabled {
  opacity: 0;
}
#page .conf-carousel button.slick-arrow::before {
  border: solid #afc4de;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  content: "";
}
#page .conf-carousel button.slick-arrow.slick-next {
  right: -16px;
}
#page .conf-carousel button.slick-arrow.slick-next::before {
  transform: rotate(-45deg);
}
#page .conf-carousel button.slick-arrow.slick-prev {
  left: -16px;
}
#page .conf-carousel button.slick-arrow.slick-prev::before {
  transform: rotate(135deg);
}
@media (min-width: 992px) {
  #page .more-conferences {
    padding: 25px 0;
  }
  #page .more-conferences .title {
    padding: 15px 0 10px 55px;
    font-size: 30px;
  }
  #page .more-conferences::before {
    width: 55px;
    height: 55px;
    top: 0;
  }
  #page .conference-content {
    padding: 20px;
  }
  #page .conference-content .term-title {
    font-size: 22px;
  }
  #page .conference-content p.dis {
    font-size: 18px;
    font-weight: bold;
  }
  #page .conf-carousel .term-box {
    width: 290px;
    height: 180px;
    margin: 20px 20px 0 0;
  }
  #page .conf-carousel button.slick-arrow.slick-next {
    right: -20px;
  }
  #page .conf-carousel button.slick-arrow.slick-prev {
    left: -20px;
  }
  #page .conf-carousel button.slick-arrow::before {
    border-width: 0 3.2px 3.2px 0;
    padding: 6px;
  }
}

/*# sourceMappingURL=more-from-conference.min.css.map */
