/*!
 * ===========================
 * Author: Steve Gotthardt
 * Created: 3/2025
 * ===========================
 */

.grid.promo {
  display: grid;
  align-items: center;
  text-align: center;
  grid-gap: 18px;
  margin: 0;
  padding: 0;
  font-size: 16pt;
  line-height: 22pt;
  @media screen and (min-width: 450px) and (max-width: 960px) {
    grid-template-columns: 150px 1fr;
    text-align: start;
  }
  @media screen and (min-width: 1280px) {
    grid-template-columns: 150px 1fr;
    text-align: start;
  }
  .grid__unit {
    padding: 0;
    margin: 0;
    width: 100%;
    &:nth-of-type(1) {
      max-width: 200px;
      margin: 0 auto;
    }
    img {
      border-radius: 10px;
      &:hover,
      &:focus {
        opacity: 0.8;
      }
    }
  }
}
.elearning-bg {
  position: relative;
  border: 5px solid #217da1;
  border-left: 0;
  border-right: 0;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/default-source/site-images/education---events/e-learning/e-learning-background.jpg);
  background-color: #d4ebf5;
  background-blend-mode: overlay;
  &::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.grid.partnerships img {
  max-width: 140px;
}

/* ====== Search and Filter CSS Overrides ====== */
#SearchFilter-list-container #List-header button#Btn-SortByRegion {
  text-align:center;
}
.list-view ul#SearchFilter-list li a .item-text .details .region {
  width: 30px;
  justify-self: center;
}