.informa-bar {
  color: #e1e1e1;
  background: #525a5c;
  border-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 21px;
  padding-top: 1px;
  position: relative;
  z-index: 100;
}

.informa-bar__content {
  overflow: hidden;
}

.informa-bar__content a {
  color: #e1e1e1;
  text-decoration: none;
}

.informa-bar__content a:hover {
  color: #e1e1e1;
  text-decoration: underline;
}

.informa-bar__cols {
  padding: 16px 0 8px;
  max-width: 1080px;
  margin: 0 auto;
}

.informa-bar__buttons {
  height: 16px;
  margin: 7px auto 8px;
  text-align: center;
}

.informa-bar__toggle {
  background: url(https://www.cphi-online.com/46/homepage/00/11/28/img/informa_white_double2.png) no-repeat center top;
  background-size: 100% auto;
  border: 0;
  outline: none;
  margin-right: -10px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  width: 92px;
  height: 16px;
  overflow: hidden;
  transition: none;
}

.informa-bar--opened .informa-bar__toggle {
  background-position: center bottom;
}

.ib-links-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.ib-links-list__item {
  display: block;
}

.ib-links-list__item:after {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}

.ib-links-list__item:last-child:after {
  content: normal;
}

.ib-links-list__item--home {
  font-weight: 600;
  margin-right: 20px;
}

.ib-links-list__item--home:after {
  content: normal;
}

.informa-footer {
  margin-top: 30px;
  font-size: 13px;
  line-height: 18px;
}

.informa-footer__main {
  color: #fff;
  background: #333;
  padding: 20px 0;
}

.informa-footer__main a {
  color: #fff;
  text-decoration: none;
}

.informa-footer__main a:hover {
  color: #fff;
  text-decoration: underline;
}

.informa-footer__links {
  color: #fff;
  background: #333;
  padding: 20px 0;
}

.informa-footer__links a {
  color: #fff;
  text-decoration: none;
}

.informa-footer__links a:hover {
  color: #fff;
  text-decoration: underline;
}

.corp-info {
  text-align: center;
}

.corp-info__logo {
  width: 260px;
  margin: 0 auto 16px;
}

.corp-info__logo img {
  max-width: 100%;
}

.corp-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.corp-links__item {
  margin: 0 0 5px;
}

.corp-links__item:after {
  content: '|';
  margin: 0 8px;
}

.corp-links__item:last-child:after {
  content: normal;
}

.corp-links__link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .informa-bar__cols {
    display: flex;
    align-items: center;
  }

  .informa-bar__cols:after {
    content: '';
    display: block;
    width: 0;
    margin: 0 20px;
    border-left: 1px solid currentColor;
    order: 1;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .informa-bar__col {
    flex: 1 1;
  }

  .informa-bar__col--info {
    order: 2;
  }
  .ib-links-list:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .corp-info {
    display: flex;
    align-items: center;
  }
  .corp-info__logo {
    margin-right: 40px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .corp-info__copy {
    margin-top: 8px;
    text-align: right;
    min-width: 0;
    flex: 1 1;
  }
  .corp-links {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .ib-links-list__item--home {
    width: 100%;
    margin-right: 0;
  }
}
/*# sourceMappingURL=maps/informa-corporate.css.map */
