/*EXPO BANNER SCHOOL*/
.expo-banner {
  background: #00a8ff;
  background: linear-gradient(-90deg, #1e8de8 0%, #13b5ea 100%);
  color: #fff !important;
  border-bottom: solid 1px #1062e4;
  box-shadow:
    0 5px 12px rgba(0, 0, 0, 0.1),
    0 1px 2px rgba(0, 0, 0, 0.1);

  text-decoration: none;
  padding: 0.75rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transition: background 0.25s;
  opacity: 1;
  text-align: center;
  font-family: 'Roboto',sans-serif;
}

.expo-banner-text {
  margin: 0;
  line-height: 1.25rem !important;
  font-size: 1rem !important;
  margin-top: -2px;
  margin-right:;
  color: #fff;
  letter-spacing: 1px;

}

.expo-banner:hover {
  /*
        background: #0082c6
        */
}

.expo-banner-table {
  border: none;
  margin: 0;
}

.expo-banner-table tr:last-child {
  border: none;
}

.expo-banner-table td {
  text-align: center;
  border: none;
}

.expo-banner-table td h3 {
  font-size: 1rem;
  line-height: normal;
}

.expo-banner a {
  text-decoration: none !important;
}

.expo-skinny-button {
  background-color: #fff;
  transition: 0.25s;
  color: #00a8ff !important;
  letter-spacing: normal;
  font-weight: bold;
  border: solid 0px #00a8ff;
  box-shadow:;
  display: inline-block;
  margin: 2px 6px 4px 6px;
}

.expo-skinny-button:hover {
  background-color: #f1f1f1;
  color: #0084c5ff !important;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.banner-expo-logo {
  height: 40px;
}

@media screen and (max-width: 39.9375em) {
  .expo-banner-table td {
    text-align: left;
  }

  .expo-banner-table td h3 {
    font-size: 13px;
    line-height: normal;
  }

  .expo-banner {
    padding: 0.75rem 1rem;
  }

  .banner-expo-logo {
    height: 25px;
  }

  .expo-banner-text {
    margin: 0;
    line-height: 1.125rem !important;
    font-size: 14px !important;
  }
  .expo-skinny-button {
    font-size: 14px;
  }
}
