.card {
  padding-bottom: 20px;
}
.card .card-footer {
  background-color: #fff;
  border-top: none;
}

.training {
  margin-bottom: 30px;
}
.training .childcare-header {
  background-color: #b50808;
}
.training .daycare-header {
  background-color: #0043a7;
}
.training .sfs-header {
  background-color: #2f833d;
}
.training .sfsp-header {
  background-color: #50288f;
}
.training .calendar-btn {
  color: #fff;
}
.training .childcare-btn {
  background-color: #b50808;
}
.training .daycare-btn {
  background-color: #0043a7;
}
.training .sfs-btn {
  background-color: #2f833d;
}
.training .sfsp-btn {
  background-color: #50288f;
}
.training .childcare-btn:hover {
  background-color: #c94949;
}
.training .daycare-btn:hover {
  background-color: #4374be;
}
.training .sfs-btn:hover {
  background-color: #65a470;
}
.training .sfsp-btn:hover {
  background-color: #7d60ad;
}
.training .training-links {
  text-align: left;
  margin-left: 10px;
}

#main-footer {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .training .card {
    margin-bottom: 3px;
  }
  .training .card #fdh a {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .training .card {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .training #fdh {
    margin-bottom: 0;
  }
  .training #fdh a {
    margin-bottom: 0;
  }
  #main-footer {
    margin-top: 0;
  }
}
@media print {
  h2 {
    margin-bottom: 0;
  }
  a.btn, i.fas {
    font-size: 10pt;
  }
  .training #cacfp, .training #ldoe {
    padding-bottom: 20px;
  }
  .training .card, .training .card-header, .training .card-footer {
    border-color: #000;
  }
  .training .card {
    padding-bottom: 0;
    margin-bottom: 3px;
  }
  .training #fdh {
    margin-bottom: 0;
  }
  .training #fdh a {
    margin-bottom: 0;
  }
}