
/** program **/
#quicktabs-program .quicktabs-tabs li, .program-pane .quicktabs-tabs li,
#quicktabs-program .quicktabs-tabs li:last-of-type, .program-pane .quicktabs-tabs li:last-of-type {
  margin: 0 12px 0 0 !important;
  padding: 0;
  width: 290px;
  height: 34px;
}

#quicktabs-program .quicktabs-tabs li a {
  line-height: 34px;
  height: 34px;
}

.program-pane h3 .field--name-field-day {
  display: inline-block;
}

.program-pane .hour-sessions {
  /*display: flex;
  flex-flow: column wrap;*/
  min-height: 144px;
}



.program-pane .session {
  border: 2px #707070 solid;
  width: 289px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;

  margin-bottom: 1em;
}

.program-pane.modal-wrapper .session {
  width: 100%;
}

.program-pane .session .session_header,
.program-pane .session .session_footer {
  padding: 16px 5px 0;
}

.program-pane .session .session_body {
  padding: 0 5px;
}

.program-pane h4 {
  font-weight: 300 !important;
  text-transform: uppercase;
  margin: 10px 0;
}

.program-pane .photo img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px #707070 solid;
}

.program-pane .hour-sessions {
  display: flex;
  flex-direction: row;
}

.program-pane .session .menu.icons {
  position: absolute;
  top: 1em;
  right: 1em;
  display: flex;
  width: 40px;
  justify-content: space-around;
}

.program-pane.modal-wrapper .session .menu.icons {
  right: 4.5em;
}

.program-pane .session .menu.icons li {
  padding-left: .5em;
}

.program-pane .session .menu.icons .submenu {
  display: none;
}

.program-pane .session .menu.icons .calendar:hover .submenu {
  display: block;
  margin: 0;
  padding: 5px;
  list-style: none;
  color: white;
  background: #707070;
  width: 130px;
  position: absolute;
  right: 0;
}

.program-pane .session .menu.icons .calendar:hover .submenu a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}

.program-pane .session .menu.icons a.calendar:hover + .submenu li {
  border-bottom: 1px white solid;
}

.program-pane .session .menu.icons a.calendar:hover + .submenu li:last-of-type {
  border-bottom-width: 0;
}

.program-pane .session.with-image {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.program-pane .speaker {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.program-pane .speaker:last-of-type {
  padding-bottom: 0 !important;
}

.program-pane .speaker .photo {
  width: 75px;
  flex-grow: 1;
}

.program-pane .speaker .info {
  width: 180px;
  font-family: Oswald;
  margin-left: 8px;
}

.program-pane h3 {
  margin: 12px 0;
}

.program-pane h5 {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}

.program-pane h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}

.program-pane .speaker .info strong {
  margin: 0;
  font-size: 16px;
}

.program-pane .speaker p {
  font-family: Oswald;
  font-size: 16px;
}

.program-pane .with-image h4 {
  color: #EF4F91;
  font-size: 20px;
  font-weight: 400 !important;
}

.program-pane .with-image .session_header,
.program-pane .with-image .session_footer,
.program-pane .with-image .session_footer a {
  color: white;
}



.program-pane .with-image .session_header {
  height: 135px;
}

.view-program {
  position: relative;
  padding: 0 .75em;
}
.session-filter {
  width: 100%;
  background: #6BCFD1;
  padding: 0;
  position: absolute;
  top: 0;
}

.session-filter form {
  display: flex;
  flex-direction: row;
}

.session-filter .form-item {
  padding: 0 .5em;
  margin: .75em 0;
  flex-grow: 1;
}

.session-filter .form-item.shrink-1 {
  flex-grow: 0;
  flex-shrink: 1;
}

.session-filter form input,
.session-filter form select {
  font-family: Oswald;
  width: 100%;
  border: 0 transparent;
  border-radius: 4px;
  height: 27px;
  color: #707070;
  background: white;
}

#quicktabs-program .quicktabs-tabs li {
  background-color: #6BCFD1;
}

#quicktabs-program .quicktabs-tabs li.active {
  background-color: #F04F91 !important;

}
#quicktabs-program .quicktabs-tabs li a {
  font-size: 16px;
  font-weight: normal;
}
#quicktabs-program .quicktabs-tabs li.active a {
  color: white;
  font-weight: bold;
}

.session_footer .icons i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}

.session_footer .icons .submenu i {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  margin-left: 0;
}

.session_footer .icons .submenu .menu-item {
  border-bottom: 1px white solid;
}

.session_footer .icons .submenu .menu-item:last-of-type {
  border-bottom: 0 transparent;
}

.view-frontpage .node--type-page {
  background-color: #F04F91;
  color: white;
}


/********   --- program on frontpage --- ********/

.program-pane-hp .hour-sessions {
  flex-wrap: wrap;
}

.program-pane-hp .session {
  margin-right: 20px;
}

.program-pane-hp .session:nth-of-type(4n) {
  margin-right: 0;
}

.program-pane-hp .modal-wrapper {
  display: none;
}

.program-pane-hp .program-session-plus {
  color: #F04F91;
  text-decoration: none;
  cursor: pointer;

  align-self: flex-end;
  justify-self: flex-end;
}

.program-pane-hp .session_header {
  display: flex;
  flex-direction: column;
}

.program-pane-hp .session h4,
.program-pane-hp .session.with-image h4 {
  font-size: 16px;
}

.modal-wrapper{
  max-height: 600px;
  height: 60%;
}

.program-pane.modal-wrapper .speaker .photo {
  flex-grow: 0;
}



@media all and (max-width: 767px) {
  .session-filter {
    display: none;
  }

  #quicktabs-program .quicktabs-tabs li, #quicktabs-program .quicktabs-tabs li:last-of-type {
    width: 99px;
    font-size: 16px;
    overflow: hidden;
  }

  .program-pane .session {
    width: 100%;
    margin-right: 0;
  }

  .program-pane .session .speaker .photo {
    width: 72px;
    flex-grow: 0;
  }

  .program-pane .session .speaker .info {
    flex-grow: 1;
  }

  .program-pane-hp .session {
    margin-right: 0;
  }

}

@media all and (max-width: 1239px) {
  .tablet-only {
    display: block;
    position: relative;
  }

  .openfilters {
    background: transparent;
    position: absolute;
    border: 0 transparent;
    right: 0;
    bottom: 5px;
  }

  .openfilters.active svg .a {
    fill: #F04F91;
  }

  .session-filter.active {
    position: static;
    margin-top: 5px;
    display: block;
  }

  .session-filter .form-item.shrink-1 {
    display: none;
  }

  .session-filter form {
    flex-wrap: wrap;
  }

  .session-filter .form-item {
    width: 33%;
  }
  .session-filter .form-item.form-item-speakers {
    width: 100%;
  }


}

@media all and (min-width: 768px) and (max-width: 1239px) {


  #quicktabs-program {
    width: 657px;
    margin: 0 auto;
  }
  .program-pane .session {
    width: 315px;
  }
  #quicktabs-program .quicktabs-tabs li, .program-pane .quicktabs-tabs li,
  #quicktabs-program .quicktabs-tabs li:last-of-type, .program-pane .quicktabs-tabs li:last-of-type {
    width: 149px;
    font-size: 16px;
    overflow: hidden;
    height: 27px;
    padding: 0;
    margin: 0 19px 0 0 !important;
    text-align: center;
  }

  #quicktabs-program .quicktabs-tabs li a {
    height: 27px;
    line-height: 27px;
    font-weigth: normal;
  }

  .session-filter {
    display: none;
  }

  .program-pane .photo img {
    width: 60px;
    height: 60px;
    margin-right: 12px;
  }

  .program-pane .session .speaker .photo {
    width: 72px;
    flex-grow: 0;
  }

  .program-pane-hp .session:nth-of-type(2n) {
    margin-right: 0;
  }

}


.program-overlay {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}

#cboxOverlay {
  opacity: 0.75;
  cursor: pointer;
  visibility: visible;
  background: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}

#colorbox {
  background-color: white;
}

#cboxClose {
  position: absolute;
  top: 24px;
  right: 40px;
  background-color: transparent;
  color: #707070;
  border: 0 transparent;
  text-indent: -9999px;
}

#cboxClose:after {
  content: "×";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  color: #707070;
  text-indent: 0;
  font-size: 1.5em;
  line-height: 16px;
}


#cboxLoadedContent .session_header {
  padding: 40px 36px;
}

#cboxLoadedContent .session_body {
  padding: 0 36px;
}

#cboxClose {
  color: black !important;
}

#cboxClose:after {
  color: black !important;
}

#cboxClose.white {
  color: white !important;
}

#cboxClose.white:after {
  color: white !important;
}


.view-program.view-display-id-page_1 {
  padding-top: 4em;
}
