:root {
  --dl-blue: #005993;
  --dl-gold: #dcb276;
  --dl-secondary: #6c757d;
}

body {
  font-family: 'Raleway';
  font-weight: 500;
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Encode Sans Condensed';
  letter-spacing: 1PX;
}

.btn {
  font-family: 'Encode Sans Condensed';
  letter-spacing: .5px;
}

#heading-bar {
  padding: 16px 0px 7px 0px;
  border-style: none;
}

.eventCard p {
  padding: 12px;
}

.eventCard {
  padding: 22px 10px 22px 10px;
  color: #ffffff;
  /*background: #666666;*/
  border-radius: 16px;
  width: 298px;
}

.eventBtnStyle {
  font-size: .8rem;
}

.eventCard img {
  width: 90%;
  height: auto;
  margin-bottom: 10px;
  max-height: 170px;
}

.eventCard i {
  padding: 2px 2px 2px 4px;
}

.newsLetterForm div label.radio-inline input {
  margin: 0px 3px 0px 10px;
}

.page-footer ul li:before, .page-footer ul li:after {
  background-color: #dcb276;
}

.newsLetterForm input::placeholder {
  color: #999!important;
}

.newsLetterForm select {
  color: #999;
}

.photo-gallery img {
  width: 100%;
}

.eventBlockHeading h1 {
  font-size: 1rem;
}

.scheduleItem {
  padding: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
}

.eventList {
  padding-top: 30px;
  padding-bottom: 30px;
}

.scheduleItem .far.fa-clock {
  position: relative;
  top: 3px;
}

.exhibitorCta {
  padding: 10px 16px;
  display: inline-block;
}

.exhibitorCta a:link {
  color: #ffffff;
}

.cmsArticle {
  padding: 5%;
}

.fit-cover {
  object-fit: cover;
}

.scheduleItem a {
  color: #ffffff;
}

.brandLogo {
  margin-top:20px;
  border-style: none;
  width: 60%;
}

.InfoPanelHeader {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.InfoPanelBody {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.eventsrow {
  max-width: 1400px;
}

.InfoPanelBody .fas, .far {
  font-size: 30px;
}

.socialIcons {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  z-index:999;
}

