.events-sponsors {
  max-width: 1200px;
  margin: 10px auto;
  border-top: 1px solid #bfccd4;
  padding: 20px 65px 0 65px !important;
}
.events-sponsors .h3-small {
  text-align: left;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .events-sponsors .h3-small {
    padding-left: 0 !important;
    text-align: left !important;
  }
}

@media (max-width: 479px) {
  .events-sponsors .h3-small {
    text-align: center !important;
    margin-left: 0;
  }
}


.events-sponsors .sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
}
.events-sponsors .sponsors a {
  /*width: 25%;
  text-decoration: none;*/
  width: 20%;
  margin-bottom: 2rem;
  min-width: 160px;
  display: flex;
  justify-content: center;
}

@media (max-width: 960px) {
  .events-sponsors .sponsors a { width: 25%; }
}

@media (max-width: 767px) {
  .events-sponsors .sponsors a { width: 33%; }
}

@media (max-width: 650px) {
  .events-sponsors .sponsors a { width: 50%; }
}

.events-sponsors .sponsor-logo-image {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  width: 160px;
  height: 160px;
  transition: all ease-in 0.2s;
}
.events-sponsors .sponsor-logo-image:hover {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 1px 18px rgba(0, 0, 0, 0.12), 0px 6px 10px rgba(0, 0, 0, 0.14);
}

.events-sponsors .sponsor-logo-image img {
  max-width: 100px;
}

.events-sponsors .sponsors a:hover {
  filter: none;
}
.events-sponsors .sponsors-text {
  width: 100%;
  text-align: center;
}
.events-sponsors .sponsors-text p {
  font-family: "Proxima nova", sans-serif;
  font-size: 14px;
  line-height: 27px;
}
.events-page-virtual .sponsors-text p {
  font-family: "Proxima nova", sans-serif;
  font-size: 14px;
  line-height: 27px;
}
.events-page-virtual .sponsors-text ul li {
  font-family: "Proxima nova", sans-serif;
  font-size: 14px;
  line-height: 27px;
}
.events-sponsors .sponsors-text ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 0;
  text-align: left;
}
.events-sponsors .sponsors-text ul li {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 33%;
  flex: 0 33%;
  font-family: "Proxima nova", sans-serif;
  font-size: 14px;
  line-height: 27px;
}

.tabs {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
}
.tabs > div {
  padding-top: 10px;
}
.tabs ul {
  margin: 0px;
  padding: 0px;
}
.tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 5px;
}
.tabs ul li {
  margin: 0 20px;
  padding: 10px;
  cursor: pointer;
  display: block;
  float: left;
  font-family: effra, sans-serif;
  color: #00a0dd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: none;
  border-bottom: 3px solid #fff;
}
.tabs ul li.active,
.tabs ul li.active:hover {
  border-bottom: 3px solid #00a0dd;
}
.tabs ul li:hover {
  border-bottom: 3px solid #00a0dd;
}
body.initiatives-upskill-houston-initiative .events-sponsors {
  border-top: 0;
}
.inner-sponsor-image {
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.inner-sponsor-text {
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  color: #0076bb;
}

.events-sponsors .sponsors a:hover .inner-sponsor-text,
.sponsor-logo-image:hover > .inner-sponsor-text,
.exec-partner-logo .inner-sponsor-text:hover {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .events-sponsors .sponsors-text ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
}
@media (max-width: 767px) {
  .events-sponsors .sponsors-text ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .events-sponsors .sponsors-text ul {
    padding: 10px 0px 10px 20px;
    text-align: center;
  }
  .inner-sponsor-text {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .events-sponsors .sponsors a {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .sponsor-logo-image {
    width: 100%;
  }
}
