body {
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  line-height: 150%;
  color: #555;
}
p {
  margin: 0 0 15px;
}
.btn {
  font-size: 18px;
}

a {
  color: #c00;
}
a:hover, a:focus {
  color: #c00;
  font-weight: bold;
  text-decoration: none;
}

.form-control {
    padding: 30px;
    font-size: 20px;
}

#navbar {
  transition: top 0.3s;
}

.navbar-toggle .icon-bar {
    background: #c00;
}

.navbar-scroll{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

.blue {
  color: #c00;
}
svg {
    fill: #c00;
}

.banner {
  width: 100%;
}

h1, h2, h3 {
  font-weight: 500;
  color: #000;
}

h1, .h1 {
  font-size: 45px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}

h2, .h2 {
  font-size: 36px;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}

img {
  max-width: 100%;
}

.eventinfo {
  background: #eee;
  padding: 30px;
  padding-bottom: 85px;
}
.eventinfo-text {
  font-size: 24px;
  line-height: 36px;
}
.eventinfo-img, .eventinfo-text {
  height: 60px;
  margin: 10px 0;
}
.eventinfo-img {
  text-align: right;
}
.eventinfo-img img {
  width: 64px;
}
.eventinfo-text {
  text-align: left;
  padding-top: 17px;
}

.eventinfo-text.reg {
  margin-top: 50px;
  text-align: center;
}


#OVERVIEW,#Highlights,#AGENDA,#Track
{
  padding: 5vh 0;
  text-align: center;
}

#OVERVIEW {
  text-align: left;
}
#BUSINESSPARTNERS {
  padding-bottom: 10vh;
  text-align: center;
}

#Highlights h3 {
  margin-bottom: 50px;
}
.highlight {
  background: #fff;
  margin-bottom: 30px;
}
.hitext {
  padding: 10px;
}
#Highlights .hitext h3 {
  margin-bottom: unset;
}

.cfit {
    width: 123px;
    float: right;
    text-align: left;}


#start{
  padding-top: 73px;
}

#OVERVIEW h2 {
    text-align: center;
}
.healthalert {
    display: block;
    text-align: left;
}
.healthalert img{
  height: 36px;
  margin: 15px 15px 15px 0px;
}
.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;
}

.healthalert-is div{
    text-align: center;
}

#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;
  padding: 25px;
  text-align: center;
}
.navbar-nav{
  width: 100%;
  margin: 0px 0;
}
.navbar a {
  text-align: left;
  transition: all 0.3s ease-out;
}
.navbar a:focus, .navbar a:hover {
    background-color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #c00;
}

.info span{
}
.date{
    font-size: 24px;
    line-height: 150%;
    text-align: center;
  }
.time{
  }
.location{
    font-size: 24px;
    line-height: 36px;}

.navbar a {
  padding: 25px 45px;
  transition: all 0.3s ease-out;
}

#register {
  background: url(../img/bg-reg.jpeg);
}

.register, 
.register:hover {
  text-align: center;
  background: #c00;
  color: #fff;
  padding: 25px 45px;
}
.navbar .register:hover {
  background: #c00;
  color: #fff;
}

.minisection {
    margin-top: 5vh;
}

#Highlights{
  background: #eee;
  text-align: center;
}

#Speaker {
  padding-bottom: 5vh;
  text-align: center;
}

.rowjc{
    display: flex;
    justify-content: center;
}

.speaker {
  text-align: center;
}

.speaker img{
  border-radius: 500px;
  border: 15px solid #fff;
  width: 200px;
  transition: all 0.3s ease-out;
}
.speaker img:hover{border: 15px solid #c00;}

.Name { font-size: 18px; line-height: 120%; font-weight: bold;}
.Title {
    font-size: 12px;
    line-height: 150%;
}
.Company {
  margin-bottom: 5px;
    font-size: 12px;
    line-height: 150%;
}

.hitext h3 {
  margin-top: 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: #c00;
}
#AGENDA .agendaitem,
#Track .agendaitem {
  font-weight: bold;
  text-align: left;
    line-height: 150%;
}
.agendaspeaker {
  text-align: left;
}
#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: #c00;
    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: #c00;
}
#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{ max-height: 100px; width: auto;}
.media img {
}

.submitform {
  text-align: center;
}

.submitform button{
  margin-top: 20px;
}

.regcta {
  background: rgba(255, 255, 255, 0.95);
  padding: 5vh;
  margin: 15vh;
}
.regcta .h1 { 
}
.regcta p {
  text-align: center;
}

.regcta .row {
  text-align: left;
}

.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;
}

.boothtable .row{
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.boothtablehead {
  font-weight: bold;
}
.companyname {
    font-weight: 400;
    color: #c00;
}
.boothtable ul{
    margin-bottom: 0;
}

#ibmx {
    padding: 5vh 0;
}
#ibmx h2.h1 {text-align: center;}
.ibmx_i {
    float: left;
    padding: 15px 25px;
    border: 1px solid #333;
    margin: 0 10px;
}

.submitsuccess {display: none; text-align: center;}


@media (min-width: 768px) {

  .partner-desktop {
    display: block;
  }

  .partner-mobile {
    display: none;
  }

  .modal-dialog {
      width: 800px;
      margin: 30px auto;
  }


  #BUSINESSPARTNERS .col-md-2 {
    width: 12%;
    margin: 0;
    padding: 0;
  }

}


.mobileonly {
  display: none;
}

.gsframe {border: none; width: 1px; height: 1px;}

.speaker h3{
    position: absolute;
    text-align: center;
    top: -35px;
    left: 40px;
}


@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%; }
  
  .speaker {
      height: 350px;
  }
  
}

@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%; }
}