.sub-header {
margin: 25px 0;
text-align: center;
}

.sub-header img {
max-width: 100%; 
}

.call-out {
    background-color: aliceblue;
    padding: 20px;
    border: 1px solid #063b67;
    border-left: 17px solid #063b67;
    color: #063b67;
    font-family: Roboto, Arial, sans-serif;
    margin-bottom: 20px;
}

.event-cta .btn {
    background-color: #274b7e;
    border-radius: 0px;
    border: 3px solid #c3ddfb;
transition: all .5s; 
margin: 20px;
}

.event-cta .btn:hover {
    background-color: #c3ddfb;
    color: #274b7e; 
    border-radius: 0px;
    border: 3px solid #274b7e;
}


.reg-cta span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f3ff";
margin-left: 8px;
opacity: .8;
}

.mail-cta span:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
margin-left: 6px;
opacity: .8;
}

.program-listing {
}

.program-sched---interval--group {
  margin: 40px 0;
}

.program-sched--interval--header {
  background-color: #0e4d86;
  color: white;
  padding: 10px 20px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: -.5px;
}

.program-sched--interval-duration {
  display: flex;
  align-items: stretch;
  align-content: stretch;
  /* flex-direction: column; */
  border-bottom: 1px dotted silver;
}

.program-sched--interval-duration:last-child {
  border-bottom: none;
}

.program-sched--interval--time {
  font-weight: 800;
  font-size: 17px;
  white-space: nowrap;
  padding: 20px;
  background-color: whitesmoke;
  margin-right: 10px;
  text-align: center;
  width: 250px;
}


.program-schedule-details {
  padding: 20px;
  width: 100%;
}

.session {
  border-left: 10px solid #9E9E9E;
  padding: 20px;
  background-color: #FAFAFA;
}

.session.break {
  opacity: .75;
}


h3.session-title {
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
  /*margin-bottom: 1.4em;*/
  padding: 6px 0;
}

.session-title ~ div {
  margin-top: 20px;
}

.session.break h3.session-title {
  font-weight: 500;
}

.session-type {
  text-transform: uppercase;
  margin-bottom: 10px;
  float: right;
  background-color: gray;
  color: white;
  padding: 6px 8px;
  font-size: 13px;
}

.session-room {
  display: block;
  float: right;
  padding: 5px;
  margin-right: 10px;
  opacity: .75;
}

.session-desc {
  font-size: .9em;
  color: #37474F;
}

.session-speakers {

}

.speaker {
  margin: 0;
  border-top: 1px solid whitesmoke;
  padding: 12px 10px;
}

.org-logo {
  float: right;
}

.org-logo img {
  max-height: 68px;
  max-width: 100px;
  max-height: 80px;
  max-width: 114px;
  margin-left: 10px;
  margin-top: 6px;
  /* filter: grayscale(1); */
}

.speaker-photo {
  float: left;
}

.speaker-photo img {
  height: 63px;
  margin-right: 10px;
  border: 1px solid gray;
}

.speaker-name {
  font-weight: 500;
}

.speaker-title {
  font-weight: 300;
  font-size: .95em;
}

.speaker-org {
  font-weight: 300;
  font-size: .95em;
}

.speaker-bio {

}


@media (max-width: 700px) {
  .session-type {
    float: none;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .session-room {
    float: none;
    margin-bottom: 10px;
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .org-logo,
  .speaker-photo {
    display: none;
  }

  .program-sched--interval--header {
    font-size: 20px;
  }

  .session-desc {
    font-size: 13px;
  }

  .program-sched--interval--time {
    width: 100% !important;
    font-size: 15px;
    letter-spacing: -1px;
    text-align: left;
  }

  .program-sched--interval-duration {
    display: block;
    text-align: left;
  }

}


.session.track1 {
  border-left: 10px solid #03A9F4;
  padding: 20px;
  background-color: #E1F5FE;
  margin-bottom: 30px;
}

.track1 .session-type {
  background-color: #03A9F4;
}

.session.track2 {
  border-left: 10px solid #673AC6;
  padding: 20px;
  background-color: #EDE7F6;
  margin-bottom: 30px;
}

.track2 .session-type {
  background-color: #673AC6;
}

