/* IMPORT MASTER CFG FILE */
/* VARIABLES */
/* Color Set */
/* REUSABLE FUNCTIONS */
/* header elements */
/* Body elements */
/* END REUSABLE FUNCTIONS */
img.pbfa-badge {
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
}
.exhibitor-list-shell {
  margin: 0 auto;
}
.exhibitor-list-shell .list-links {
  margin: 10px 0;
  font-size: 12pt;
  font-weight: bold;
}
.exhibitor-list-shell ul.exhibitor-list {
  height: auto;
  margin: 0 auto;
  /* social media icons */
}
.exhibitor-list-shell ul.exhibitor-list li {
  clear: both;
}
.exhibitor-list-shell ul.exhibitor-list li * {
  font-size: 14pt;
}
.exhibitor-list-shell ul.exhibitor-list li .exhlabel {
  width: 100%;
  font-weight: bold;
  vertical-align: middle!important;
}
.exhibitor-list-shell ul.exhibitor-list li .exhlogo {
  width: 100%;
  margin: 10px 0;
  vertical-align: middle!important;
}
.exhibitor-list-shell ul.exhibitor-list li .exhbooth {
  width: 100%;
  font-size: 12pt;
  font-weight: bold;
  line-height: 120%;
  vertical-align: middle!important;
}
.exhibitor-list-shell ul.exhibitor-list li:hover,
.exhibitor-list-shell ul.exhibitor-list li:active {
  background: #eef;
}
.exhibitor-list-shell ul.exhibitor-list .exh-social-media {
  display: none;
}
.exhibitor-list-shell ul.exhibitor-list ul.social-media li div {
  width: 15px;
  height: 15px;
}
.exhibitor-list-shell ul.exhibitor-list .icon-twitter-sm,
.exhibitor-list-shell ul.exhibitor-list .icon-facebook-sm,
.exhibitor-list-shell ul.exhibitor-list .icon-linkedin-sm,
.exhibitor-list-shell ul.exhibitor-list .icon-youtube-sm {
  padding: 3px;
  border-radius: 2px;
  background-color: #6ad;
}
@media (min-width: 768px) {
  .exhibitor-list-shell ul.exhibitor-list li .exhlabel {
    width: 40%;
    display: inline-block;
  }
  .exhibitor-list-shell ul.exhibitor-list li .exhlogo {
    width: 30%;
    display: inline-block;
    text-align: center;
  }
  .exhibitor-list-shell ul.exhibitor-list li .exhbooth {
    width: auto;
    display: inline-block;
    line-height: 130%;
  }
}
@media (min-width: 992px) {
  .exhibitor-list-shell {
    width: 90%;
  }
  .exhibitor-list-shell > a {
    font-weight: bold;
  }
  .exhibitor-list-shell ul.exhibitor-list {
    margin-bottom: 20px;
  }
}
/*****************************************************************/
/* EXHIBITOR DETAIL */
.exhibitor-detail {
  width: 100%;
}
.exhibitor-detail > div:nth-child(1),
.exhibitor-detail > div:nth-child(2) {
  float: none;
  margin-bottom: 15px;
}
.exhibitor-detail a {
  text-decoration: none;
}
.exhibitor-detail h3 {
  font-size: 24pt;
  line-height: 100%;
  margin: 0;
}
.exhibitor-detail h4 {
  font-size: 14pt;
  line-height: 100%;
  margin-top: 10px;
}
.exhibitor-detail h4.exhdetail-hdbar {
  background: #eef;
  padding: 5px;
  margin: 12pt 0;
  font-size: 11pt;
  color: #036;
}
.exhibitor-detail .booths {
  font-weight: bold;
}
.exhibitor-detail div.other {
  clear: left;
}
@media (min-width: 768px) {
  .exhibitor-detail > div:nth-child(1) {
    float: left;
    width: 40%;
  }
  .exhibitor-detail > div:nth-child(2) {
    margin-left: 40%;
    padding-left: 15px;
  }
  .exhibitor-detail div.other {
    clear: none;
  }
}
@media print {
  .back-bar {
    display: none;
  }
}

/*# sourceMappingURL=exhibitors.css.map */