/* List */
.library-programs.related .related-list {
  padding: 0;
  list-style: none;
}

.library-programs.related .related-item {
  margin-bottom: 10px;
  padding: 0;
  box-shadow: 5px 5px 5px #AAAAAA;
  border-radius: 10px;
  overflow: hidden;
}

/* Background */
.library-programs.related .background {
  display: block;
  width: 100%;
  overflow: hidden;
}

.library-programs.related .background img {
  width: auto;
  height: 150px;
  max-width: none;
}

.library-programs.related .logo {
  position: absolute;
  left: 0;
  top: 10%;
  text-align: center;
}

.library-programs.related .logo img {
  width: 80%;
  height: auto;
}

.library-programs.related .content {
  display: block;
  padding: 0 !important; /* make this more specific to remove important */
}

.library-programs.related .content h3 {
  padding: 5px;
  color: #FFFFFF;
}

/* Header */
.library-programs.related .header {
  background: #996600;
  padding: 20px;
}

.library-programs.related .title {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.library-programs.related .title a {
  color: white;
}

.library-programs.related h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  width: 100%;
  font-weight: 700;
  
  text-align: center;
  width: 100%;
  background: #996600;
}

.library-programs.related h3 a {
  color: white;
}

.library-programs.related .location {
  font-weight: 700;
  margin-bottom: 15px;
}

.library-programs.related .list-inline {
  margin-bottom: 0;
}

/* Registration */
.library-programs.related .registration {
  float: right;
}

.library-programs.related .registration a {
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  display: block; /* facilitates padding */
}

@media only screen and (min-width: 1200px) {

}