.gb-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule > ul > li {
  padding: 20px 40px 35px;
  cursor: pointer;
  position: relative;
}

.author-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.author-image img {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.author-image, .schedule-summary, .RopingLink table.RopingResults, .GalleryLink .embedsocial-album {
  display: none;
}

.schedule > ul > li.active .author-image, .schedule > ul > li.active .schedule-summary, .GalleryLink.active .embedsocial-album {
  display: block;
}

.RopingLink.active table.RopingResults {
  display: table;
}

.schedule-info {
  max-width: 875px;
  position: relative;
}

.schedule-info ul {
  overflow: hidden;
}

.schedule-info ul li {
  float: left;
  margin-right: 30px;
}

.schedule > ul > li::after {
  position: absolute;
  content: "\2b";
  top: 45px;
  right: 45px;
  font-size: 20px;
  font-family: 'FontAwesome', sans-serif;
}

.schedule > ul > li.active::after {
  content: "\f068";
}

.RopingLinkSpan {
  text-decoration: none;
  margin-top: .5em;
  font-weight: 700;
}

.ropingAmount {
  line-height: 0em;
  font-weight: normal !important;
}

.calendar-item {
    position: relative;
}

.expandableScheduleCal::after, .expandableResultsCal::after {
  position: absolute;
  content: "\f0fe";
  top: 1.7em;
  right: 45px;
  font-size: 20px;
  font-family: 'FontAwesome', sans-serif;
}

.expandableScheduleCal.active::after, .expandableResultsCal.active::after {
  content: "\f146";
}

.GalleryLink {
  padding-bottom: 1em;
}

.GalleryLinkSpan {
  font-weight: 700;
  cursor: pointer;
}