.library-programs.featured {
  padding: 0;
}

.library-programs.featured .content {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

/* Date */
.library-programs.featured .date,
.library-programs.featured h1 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: white;
}

.library-programs.featured .month,
.library-programs.featured .date-short {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.library-programs.featured .month {
  font-size: 12px;
  line-height: 14px;
  /*color: #fa3e3e;*/
}

.library-programs.featured .date-short {
  font-size: 24px;
  line-height: 28px;
  margin: 2px 0 0 0;
}

/* Header */
.library-programs.featured .header {
  background: #996600;
  padding: 20px;
}

.library-programs.featured .title {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.library-programs.featured .title a {
  color: white;
}

.library-programs.featured h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  width: 350px;
  font-weight: 700;
}

.library-programs.featured .details {
  padding: 20px;
}

.library-programs.featured .time {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-weight: 700;
  color: #FFFFFF;
}

.library-programs.featured .fee {
  display: inline-block;
  margin-bottom: 0;
}

.library-programs.featured .location {
  font-weight: 700;
  margin-bottom: 15px;
}

.library-programs.featured .location a {
  color: white;
}

.library-programs.featured .attachments {
  font-weight: 700;
}

/* Registration */
.library-programs.featured .registration {
  display: block;
  position: relative;
  padding: 0;
  font-weight: 700;
}

.library-programs.featured .registration a {
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  display: block; /* facilitates padding */
}

@media only screen and (min-width: 992px) {
  
  .library-programs.featured .registration {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {

}
