.lead-date {

  font-size: 2em;  
}

.lead-venue {

  font-size: 1.6em;  

}

#footer.inverted {
  background-color: #0d5eaf;
}

#footer a:not(.btn) {
  color: #fff;
}

#footer.inverted a:not(.btn):not(:hover),
#footer.dark a:not(.btn):not(:hover) {
  color: rgb(183, 202, 250);
}

#footer li {
  color: #eee;
}

.dark #footer .copyright-content,
#footer.inverted .copyright-content,
#footer.dark .copyright-content {
  background-color: #06488a;
  color: #ddd;
}


.heading-text h4 {
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: -.7px;
  line-height: 40px;
}

.color-main {
  color: #0d5eaf !important;
}

.text-medium {
  font-size: 42px !important;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

#page-title {
  clear: both;
  padding: 40px 0;
  background-color: #fbfbfb;
  position: relative;
}

.divider {
  height: 14px;
}

.shadow-card {
  box-shadow: 0 2px 5px 0 rgba(50, 50, 105, 0.15),
    0 1px 1px 0 rgba(0, 0, 0, 0.05);
  min-height: 400px;
}

.lead li {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 6px;
}

.team-link {
  position: absolute;
  left: 0px;
  bottom: 12px;
  width: 100%;
}

.team-link .btn {
  margin: 0 auto;
}

.timeline .timeline-item .timeline-icon {
  background-color: #0d5eaf;
  position: absolute;
  border-radius: 6px;
  left: -46px;
  width: 120px;
  height: 32px;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 16px;
  font-weight:400;
}

.timeline .timeline-item .timeline-item-subtitle {
    font-size: 1rem;
    margin-top:6px;
    margin-bottom:8px;
}

.timeline .timeline-item .timeline-item-subtitle-2 {
    font-size: 1rem;
    margin-top:6px;
    margin-bottom: 20px;
}

.timeline .timeline-item h4 {

    color:#0d5eaf;

}

.timeline .timeline-item h4 span {

  color:#083f76;
  font-weight:300;
  font-size: 16px;

}

.timeline-item-subtitle h5 {

  font-weight:600;
  font-size: 16px;
  padding-bottom:0px;
  margin-bottom:0px;
  color:#718ca3;

}

.timeline-item-person {

  margin-top:6px;
  margin-bottom: 8px;
  margin-left:8px;

}

.timeline .timeline-item .timeline-icon-circle {
  background-color: #0d5eaf;
  position: absolute;
  border-radius: 50%;
  left: 0px;
  width: 34px;
  height: 34px;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 18px;
}

.timeline a {

  color:#06488a;
  font-weight:500;
}

.timeline-session-people {

border-left:4px solid #dae1e7;
padding-left:12px;
padding-bottom:4px;

}

.avatar {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 4px;
}