.responsive-chain {
  display: flex;
  flex-wrap: wrap;
}
/* stylelint-disable value-keyword-case */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/**** Global ******/
a {
  color: #005588;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/****** End Global ******/
/******** Expo Header ********/
.expo-header {
  background: #999;
  margin: 0rem auto;
}
.expo-header__container {
  max-width: 115rem;
  margin: 0 auto;
}
.expo-header__banner img {
  width: 100%;
  margin-top: 3rem;
}
@media (max-width: 1189px) {
  .expo-header__date-box-container {
    display: flex;
  }
}
.expo-header__date-box {
  height: auto;
  line-height: 2rem;
  text-align: center;
  margin: 3rem 0 1.5rem;
  padding: 4rem 2rem;
}
.expo-header__date-box.senior {
  background-color: #ea183b;
}
.expo-header__date-box.womens {
  background: #ee3286;
}
.expo-header__date-box.nature {
  background: #c3d500;
}
.expo-header__date-box.holiday {
  background: #9b5ba4;
}
@media (max-width: 1189px) {
  .expo-header__date-box {
    width: 50%;
  }
}
.expo-header__info h2 {
  color: #fff;
  line-height: 2.5rem;
}
.expo-header__info hr {
  margin: 1rem 0;
}
.expo-header__parking {
  background-color: #006f85;
  line-height: 2rem;
  text-align: center;
  padding: 3rem 2rem;
}
@media (max-width: 1189px) {
  .expo-header__parking {
    width: 50%;
    margin: 3rem 0 1.5rem;
    padding: 5rem 2rem;
  }
}

/******** End Expo Header *******/
/******** Expo Body ********/
.expo-show {
  /******* End Expo Body *******/
}
.expo-show__events {
  margin-bottom: 5rem;
}
.expo-show__itemlist {
  display: flex;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.expo-show__itemlist li {
  margin: 0.625rem;
}
.expo-show__logistics {
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #181818;
  margin-top: 0px;
}
.expo-show__header {
  min-height: 3.4rem;
}
.expo-show__header h3 {
  font-size: 1.6rem;
  color: white;
  padding: 0.8rem 1rem;
  background: #006f85;
  float: left;
  border-right: 3px solid #fff;
}
.expo-show__header.womens {
  background: #ee3286;
}
.expo-show__header.nature {
  background: #c3d500;
}
.expo-show__header.holiday {
  background: #9b5ba4;
}
.expo-show__header.senior {
  background: #006f85;
}
.expo-show__header.senior h3 {
  background: #ea183b;
}
.expo-show__content ul {
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  font-weight: 700;
  color: #181818;
  list-style: none;
  padding: 0;
}
.expo-show__content li {
  border-bottom: 1px solid #ccc;
  margin: 0.3rem 1rem;
}
.expo-show__content li a {
  color: #181818;
}
.expo-show__content h3 {
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 1.4rem;
  font-weight: 700;
  color: #181818;
}
.expo-show__content.bottom-banner {
  text-align: center;
  margin: 3rem 0;
}
