.show {
  display: block;
}

.event-ru-content {
  font-size: 16px;
  color: #000;
  float: left;
}

.event-right-box {
  background: #fcf2e8;
  padding: 2em 2em;
  text-align: left;
  height: fit-content;
}

.event-right-box h4 {
  text-align: center;
}

.people-section {
  margin-top: 75px;
}

.people-photo {
  width: 100px;
  margin-bottom: 15px;
}

.people-photo-info {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.people-labels {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  font-weight: normal;
}

.event-sponsor-logo {
  max-height: 73px;
  margin-right: 35px;
  margin-top: 15px;
}

.education-sponsor-container {
  margin-bottom: 80px;
}

.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-right: 35px;
}
@media (width < 768px) {
  .flex-container {
    justify-content: center;
  }
}

.flex-item {
  padding: 5px;
  max-width: 253px;
  box-sizing: border-box;
}

.cts-symbol {
  background: url("https://www.avixa.org/assets/img/sm_cts_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 25px;
  padding-top: 7px;
  text-align: center;
  width: 28px;
}

.ctsd-symbol {
  background: url("https://www.avixa.org/assets/img/sm_ctsd_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 24px;
  padding-top: 7px;
  text-align: center;
  width: 25px;
}

.ctsi-symbol {
  background: url("https://www.avixa.org/assets/img/sm_ctsi_logo2.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 24px;
  padding-top: 7px;
  text-align: center;
  width: 25px;
}

.anp-symbol {
  background: url("https://www.avixa.org/assets/img/sm_anp_logo.png");
  background-size: 100% 100%;
  display: block;
  float: left;
  margin: 0 5px;
  height: 24px;
  padding-top: 7px;
  text-align: center;
  width: 25px;
}

.ru-symbol {
  background: url(https://www.avixa.org/assets/img/ru.svg);
  background-size: 100% 100%;
  display: block;
  float: left;
  font-size: 11px;
  height: 30px;
  padding-top: 7px;
  text-align: center;
  width: 50px;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #EE3353;
}

select#currencySelect {
  width: 100%;
  max-width: 287px;
  border: 2px solid #EE3353;
}

.requiredMessage {
  font-size: 14px;
  font-weight: bold;
}

/*# sourceMappingURL=Detail.EventDetails.css.map */
