.countdown { color: #000; }
.section-title::after {
  width: 315px;
}
.speaker { margin-bottom: 0px;}
.schedule__item.pt5 {  font-weight: bold; }
h4 {
    line-height: 200%
}
.ice-logo {
  width: 300px;
  margin: auto;
  transition: width 1s;
}
.ice-logo:hover {
  width: 320px;
}
.dTable {
  display: table;
  width: 100%;
}
.dTCell { display: table-cell; width: 50%; vertical-align: middle; }
.dTCell .gallery__item {
  float: none;
  height: 245px;
  width: 50%;
  margin: auto;
}
.sponsors-cell img { max-width: 300px;}
.nav-tabs > li.active::before {
  background: #e30613;
}
 .schedule__item--major {
  background: transparent;
 }

 .schedule__item--major .schedule__desc,
 .schedule__item--major .schedule__time {
   color: #e30613;
   font-weight: bold;
   background: transparent;
 }
.schedule__desc em { color: #8496B0; }

.fullwidth .schedule__desc {
  color: #e30613;
  font-weight: bold;
  border-left: 0px;
}
.hotelInfoBox {
  padding: 4px 10px !important;
}
.modal-dialog {
    width: 100%;
    max-width: 900px;
}
.modal-title { 
  font-size: 20px;
  color: #E30614; 
}
  .modal-subtitle { 
    //color: #FFDD00;
  }
  .modalBlue {
    //color: #008BD2;
    font-weight: bold;
  }

.footer {
  background: #000;
  color: #FFF;
}
.footer__content {
  min-height: 0px;
  padding-bottom: 0px;
}

.page-header {
  background-image: url('/conf-data/ilcm2023/images/bg_subheader.png');
  background-color: #FFF;
  background-size: contain !important;
  background-position: bottom left;
  min-height: 300px;
  color: #000;
  text-transform: uppercase;
}
  @media (min-width: 768px) {
.page-header .page-header__title {
  font-size: 40pt;
}
}
.w70 img { max-width: 30%; }
.sponsors-cell img {
    max-width: 220px;
}
.nav {
    font-size: 15px;
}
em {
    font-size: 13px;
}
@media(max-width: 750px) {
.sponsors-cell img {
    max-width: 170px;
}}