.program-item{
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #DDD;
  overflow: hidden;
}
.program-item:last-child{
  border-bottom: none;
}
.program-item .title{
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
.program-item .image{
  margin-bottom: 20px;
}
.program-item .image img{
  max-width: 100%;
}
.program-item .content{
  font-family: 'GTWalsheim';
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.program-item .content em{
  font-weight: 700;
  font-style: normal;
  font-family: 'GTWalsheim';
}
.program-item .content a{
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.program-item .btn-start{
  padding: 10px 20px;
  background-color: #000;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
  cursor: pointer;
}
.program-item .panel{
  border: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.program-item .panel-title>a{
  text-decoration: none;
}
.program-item .panel-default>.panel-heading{
  background-color: #FFF;
  border: none;
}
.program-item .panel-default>.panel-heading+.panel-collapse .panel-body{
  border-top: none;
}
.panel-group .panel+.panel{
  margin-top: 30px;
}
.program-item .panel-group{
  margin-bottom: 20px;
}
.program-item .event-name{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.program-item .event-date{
  font-size: 20px;
  font-family: 'GTWalsheim';
  line-height: 1.6;
}
.program-item .event-details p{
  font-size: 14px;
  font-family: 'GTWalsheim';
  line-height: 1.6;
}
.program-item .indicator{
  position: relative;
  top: 0;
  font-size: 20px;
  line-height: 1;
}
.program-item .btn-default{
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}