.block-seminar-ticker {
    background: #004684;
    color: white;
}

.seminar-carousel-item h3 a {
    color: #fff; 
    font-size: clamp(.9rem, 2vw, 1.2rem);
}

.seminar-carousel-intro {
  float: left;
  padding: 3rem 3rem 0;
  width: 30%;
}

@media screen and (max-width: 1140px) {
  .seminar-carousel-intro {
    float: none;
      padding: 1.5rem 2rem 0;
    width: 70%;
  }
}

@media screen and (max-width: 781px) {
    .seminar-carousel-intro {
        float: none;
        width: 100%;
    }
}

h2, h3 {
  margin-block: 0;
}

.seminar-carousel {
    padding: .5rem 1rem;
}

.seminar-carousel-item {
    position: relative;
    border: 1px solid rgba(255,255,255,.125);
    padding: 1em;
    margin: 1em;
    min-height: 225px;
}

.seminar-carousel-item h3 > a::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.seminar-carousel-item:hover, .seminar-carousel-item:focus {
   border: 1px solid #38a2ff;
}

.slick-autoplay-toggle-button {
    position: absolute;
    left: 1rem;
    bottom: -32px;
    z-index: 10;
    opacity: .75;
    background: 0 0;
    border: 0;
    cursor: pointer;
    color: #004684;
  }
  
  .slick-autoplay-toggle-button .slick-pause-icon::before {
    content: "\23F8";
    width: 20px;
    height: 20px;
    padding: 2px 7px;
    text-align: center;
    border: 1px solid #004684;
    border-radius: 50%;
  }

  .slick-autoplay-toggle-button .slick-play-icon::before {
    content: "\25B6";
    width: 20px;
    height: 20px;
    padding: 2px 6px;
    text-align: center;
    border: 1px solid #004684;
    border-radius: 50%;
  }

  .slick-sr-only {
    border: 0 !important;
    clip: rect(1px,1px,1px,1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }