@media (max-width: 767px) {
  .city-desc {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
  }
}

.footer-link a {
  color: white;
  text-decoration: none;
}

.footer-link a:hover {
  text-decoration: underline;
}

.response_error {
    font-weight: bold;
    color: red;
}

.response_success {
    font-weight: bold;
    color: green;
}

.short {
  padding-left: 0;
}

.short .speaker-title {
  width: 100%;
  text-align: center;
}

.short .topic {
  width: 100%;
  text-align: center;
}

.bogo {
  font-size: 1.2vw;
  margin-top: 5px;
}

.speaker-spotlight.gm.short {
  align-self: flex-start;
}

.city-desc {
  flex: 1 1 100%;
}

.topic.white {
  color: #FFFFFF !important;
}

.mega-event.tagline {
  width: 99vw;
}

.topic {
  color: #FFFFFF !important;
}

.speaker-topic-list {
  margin: 25px;
  text-align: left !important;
  border-top: 1px dotted #195986;
  padding-top: 15px;
}

.speaker-topic-list li {
  line-height: 1.8em;
  margin-bottom: 15px;
}

#payment-success-popup-bg {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.85;
}

#payment-success-popup {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 5vw;
  z-index: 99;
}

#payment-success-popup .popup-white-box {
  background-color: #FFFFFF;
  padding: 5vw;
  padding-top: 0.1vw;
}

#payment-success-popup .popup-white-box h1 {
  font-size: 1em;
}
#payment-success-popup .popup-white-box p {
  font-size: smaller;
}

#popup-white-box-close span {
  background-color: #FFFFFF;
  color: #000000;
  padding: 1em;
  cursor: pointer;
  font-weight: bold;
}

#popup-white-box-close span:hover {
  background-color: #FFEC8B;
}

.pic-h1 {
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  text-shadow: 2px 2px #000;
  margin-top: 45px;
}