body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #555;
}
p {
  margin: 0 0 15px;
}

#speaker {
  text-align: center;
}

#video {
  padding: 50px 0;
  text-align: center;
}
#video h2 {
    font-size: 30px;
}

#video a{
  cursor: pointer ;
}
#video h2,#video p {
    margin: 50px;
}

#navbar {
  transition: top 0.3s;
}

.vidthumb {
  text-align: center;
  margin: 20px;
}

.modalvid {
  padding-right: unset !important;
}
.modalvid .modal-dialog{
    width: 90%;
    height: 90vh;
}
.modalvid .modal-body{
    height: 75vh;
}
.modalvid iframe{
    width: 100%;
    height: 75vh;
}
.modalvid .modal-content {
  background: #000;
}
.modalvid .btn {
  color: #000;
}
.modalvid .modal-header {
  border-bottom: 1px solid#333;
}
.modalvid .modal-footer {
  border-top: 1px solid#333;
}

.navbar-toggle .icon-bar {
    background: #0f62fe;
}

.blue {
  color: #0f62fe;
}
svg {
    fill: #0f62fe;
}

h1, h2, h3 {
  font-weight: 500;
  color: #000;
}

h1, .h1 {
  font-size: 45px;
  line-height: 150%;
  font-weight: 400;
}

h2, .h2 {
  font-size: 36px;
  line-height: 150%;
  font-weight: 400;
}

img {
  max-width: 100%;
}

#OVERVIEW,#Highlights,#AGENDA,#Track
{
  padding: 5vh 0;
  text-align: center;
}

#OVERVIEW {
  text-align: left;
}
#BUSINESSPARTNERS {
  padding-bottom: 5vh;
  text-align: center;
}

#Highlights .h1 {
  margin-bottom: 50px;
}
#start{
  padding-top: 154px;
  padding-bottom: 50px;
  text-align: center;
}

#OVERVIEW h2 {
    text-align: center;
}
.healthalert {
    display: block;
    margin: 30px auto 60px;
    text-align: left;
}
.healthalert img{
  height: 25px;
  margin-right: 5px;
}
.healthalert ul {
  padding-left: 0;
}
.healthalert li{
  list-style: none;
  margin: 10px 0px;
}
.healthalert-h{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
#booth {

}

#AGENDA{
  background-color:rgba(0,0,0,0);
}
.mainFooter{  
  box-shadow:0 0px 62px -12px #737373;
  background-color:#f8f8f8;
  padding:20px 0;
}
.projectPlaceholders{
  height: 300px;
  margin-bottom: 30px;
  background: rgba(152, 170, 224, 0.15);
  border: 1px solid white;
  line-height: 300px;
  text-align: center;
  color: white;
}
#contact{
  padding:30vh 0 40vh;
}

.white-text{
  color:white;
}

.navbar {
  background: #fff;
}

.logoarea{
  clear: both;
  margin: 20px auto;
}
.left {float: left; max-height: 60px;}
.right {float: right; margin-top: 5px; max-height: 50px;}

.navc {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.navbar-nav{
  width: 100%;
  margin: 0px 0;
}
.navbar-nav>li {
  text-align: left;
  transition: all 0.3s ease-out;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #0f62fe;
}

.info span{
}
.date{font-size: 24px;
    line-height: 150%;}
.time{
  }
.location{
    font-size: 24px;
    line-height: 36px;}

.navbar-nav>li>a {
  padding: 25px 45px;
  transition: all 0.3s ease-out;
}

.register, 
.register:hover {
  text-align: center;
  background: #0f62fe;
  color: #fff;
  padding: 25px 50px;
}
.nav>li> .register:hover {
  background: #0f62fe;
  color: #fff;
}

.minisection {
    margin-top: 5vh;
}
.minisection h2 {
  margin-bottom: 50px;
}

#Highlights{
  background: #eee;
  text-align: center;
}

.minisection .speaker {
  text-align: center;
  height: 350px;
}

.speaker img{
  border-radius: 500px;
  border: 15px solid #fff;
  width: 200px;
  transition: all 0.3s ease-out;
}
.speaker img:hover{border: 15px solid #0f62fe;}

.Name { font-size: 20px; line-height: 120%; font-weight: bold;
  margin-bottom: 10px;}
.Title {
  margin-bottom: 5px;
}
.Company {
  margin-bottom: 5px;
}


#AGENDA .h1 {
  text-align: center;
  padding: 0;
  margin: 0;
}

#AGENDA .row {
  padding: 10px;
  border-bottom: 1px solid #ccc;
    transition: all 0.3s ease-out;
}
#AGENDA .row:hover,
#Track .row:hover {
  background: #eee;
}
#AGENDA .nohov:hover {
  background: #fff;
}

#AGENDA .row .time,
#Track .row .time {
  text-align: right;
  display: block;
  font-weight: 400;
  color: #0f62fe;
}
#AGENDA .agendaitem,
#Track .agendaitem {
  font-weight: bold;
  text-align: left;
    line-height: 150%;
}
#Track .agendaitem {
  min-height: 50px;
}
#AGENDA .agendadetail {
  margin-top: 5px;
  text-align: left;
}
#AGENDA .agendadetail span{
}

#Track{
  background: #eee;
  text-align: center;
}

#Track .speaker {
  text-align: left;
}
#Track .speaker img{
  border: none;
}
#Track 
.track .row div {
}

.presentationdetaillink {
    background: #0f62fe;
    margin-top: 30px;
    padding: 10px;
    color: #fff;
    width: 100%;
    display: block;
  transition: all 0.3s ease-out;
    position: absolute;
    bottom: 25px;
    width: 92%;
}

.presentationdetaillink:hover,
.presentationdetaillink:focus {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease-out;
}


.track {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 500px;
  transition: all 0.3s ease-out;
  position: relative;
}
.track:hover {
  background: #fff;
}
.tracknumber {
}
.track .room {
    font-size: 24px;
    line-height: 36px;
    display: none;
}
.track .Name {
  font-size: 24px;
  font-weight: normal;
}
.track .agendaitem{
  text-align: left;
}
.presentation {
    font-size: 32px;
    line-height: 150%;
    padding-left: 0;
    margin-bottom: 30px;
}
.presentationdetail {
  text-align: left;
}
.modal-body .speaker {
  color: #0f62fe;
}
#Track .modal-body .agendaitem {
    min-height: unset;
}

.trackTitle {
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 10px;
}

.track .speakerinfo {
    margin-top: 20px;
}


.Presenting {
  padding-bottom: 20px;
}
.track .row {
    border-top: #ccc 1px dotted;
    padding: 10px 0;
}
.modal-body {
  padding: 0 15px;
}
.modal-body .row {
    border-bottom: #ccc 1px dotted;
    padding: 20px 0;
}
.track .row div{
}

.bumper{
  padding: 0;
}
.bumper .h1,
.bumper h2 {
  text-align: center;
}


.bumper div {
  margin: 0;
}

.bumper .h1{
  padding: 10vh 0vh 0;
}

.agendadetail {
  text-align: left;
}


.partner a{
  display: block;
    border-radius: 10px;
    margin-bottom: 20px;
  transition: all 0.3s ease-out;
  box-shadow: 0 24px 36px rgba(0,0,0,0.11),
    0 24px 46px var(--box-shadow-color);
}

.partner a:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 14px 26px rgba(0,0,0,0.04);
  }
.partner img {
}

.reg {
  background: url(../img/bg-reg.jpeg);
  background-size: cover;
  text-align: center;
}
.regcta {
  background: #fff;
  margin: 10vh;
  padding: 10vh 0 15vh;
}
.regcta .h1 {
  margin-bottom: 50px;
}

.mainFooter {
  text-align: center;
  padding: 10vh;
    font-size: 24px;
    line-height: 150%;
}

.modal-title {
    width: 50%;
    display: contents;
}

.modal-body h3 {
    font-size: 24px;
    line-height: 150%;
}
.modal-body a {
  display: block;
}

.justify-content-md-center {
    -webkit-box-pack: center!important;
    justify-content: center!important;
}

.boothtable {
    text-align: left;
}

.Moderator h3{
    text-align: center;
    margin-top: -25px;
    margin-bottom: -5px;
    position: relative;
    z-index: 11;
}
.newspeaker h3 {
    text-align: center;
    margin-top: -25px;
    margin-bottom: -5px;
    position: relative;
    z-index: 11;
  }
.newspeaker h3 span{
    color: #fff;
    background: #0f62fe;
    padding: 5px 10px;
}

.boothtable ul li{
  width: 100%;
}

.boothtable .row{
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.boothtablehead {
  font-weight: bold;
}
.companyname {
    font-weight: 400;
    color: #0f62fe;
}
.boothtable ul{
    margin-bottom: 0;
}

#ibmx {
    padding: 10vh 0;
}
#ibmx h2{margin-bottom: 20px;}
#ibmx {text-align: center;}
.ibmx_c {
  padding-top: 14vh;
}
.ibmx_i {
    padding: 15px 25px;
    margin: 10px;
    display: block;
    background: #0f62fe;
    color: #fff;
}
.ibmx_img {
  margin-top: 50px;
}


@media (min-width: 768px) {
  .partner-desktop {
    display: block;
  }

  .partner-mobile {
    display: none;
  }

  .modal-dialog {
      width: 800px;
      margin: 30px auto;
  }

  #start img{max-width: 50%;}

  #BUSINESSPARTNERS .col-md-2 {
    width: 12%;
    margin: 0;
    padding: 0;
  }

}


.mobileonly {
  display: none;
}




@media (min-width: 992px) {
  .col-md-1-5 { width: 20%; float: left;}
  .col-md-2-5 { width: 40%; float: left;}
  .col-md-3-5 { width: 60%; float: left;}
  .col-md-4-5 { width: 80%; float: left;}
  .col-md-5-5 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5 { width: 20%; float: left;}
  .col-lg-2-5 { width: 40%; float: left;}
  .col-lg-3-5 { width: 60%; float: left;}
  .col-lg-4-5 { width: 80%; float: left;}
  .col-lg-5-5 { width: 100%; }
}