/*!
 * ================================
 * Author: Steve Gotthardt
 * Created: 5/2024
 * To be used after Schedules CSS
 * ================================
 */

.schedule-container {
  align-items:stretch;
}
.schedule-container > div > div,
.schedule-container .sfContentBlock,
.schedule,
.schedule .education__item {
  height:100%;
}
.schedule .education__item {
  margin:0;
}
.schedule .education__item .education__img {
  max-width:100%;
  width:100%;
  margin:0;
}
.schedule .education__item .flag-icon,
.schedule .education__item .flag-icons {
  top:2px;
}
.schedule .education__item .education-cat {
  position:relative;
  clear:both;
}