#registrationapp {
  text-align: center;
}
.city-step {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.city-step .step-number,
.city-step .step-title,
.city-step .step-description,
.city-step .search-city,
.city-step .step-next-button,
.city-step .step-need-help {
  padding-bottom: 20px;
}
.city-step .step-back-button {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}
.city-step .step-back-button button {
  padding: 20px 0;
  width: 370px;
}
.city-step .step-number,
.city-step .step-title {
  font-size: 1.4em;
  font-weight: bold;
}
.city-step .not-visible {
  visibility: hidden;
}
.city-step .is-invalid {
  color: red;
  font-weight: bold;
}
.city-step__select-title__title {
  margin-bottom: 40px;
}
.city-step .city-events {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.city-step .city-events .row {
  font-weight: bold;
}
.city-step .city-exists-create-event__desc {
  font-size: 1.2em;
}
.city-step .city-step__select-title__title__description {
  margin-bottom: 20px;
  font-size: 1.1em;
}
.city-step .city-challenges {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
}
.city-step .city-challenges__challenge {
  flex-grow: 1;
  min-width: 250px;
  max-width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.city-step .city-challenges__challenge.selected {
  background: lightgrey;
}
.city-step .city-challenges__challenge__title {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 15px;
}
.city-step .city-challenges__challenge__description {
  padding-bottom: 15px;
  flex-grow: 1;
}
.city-step .city-challenges__challenge__select {
  padding-top: 20px;
}
.city-step .city-challenges__challenge__select button.selected {
  background-color: darkblue;
}
.city-step .who-are-you-fields__section-title {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.1em;
}
.city-step .btn-online,
.city-step .btn-online:active,
.city-step .btn-online:visited,
.city-step .btn-online:focus {
  background-color: #194790;
  border-color: #194790;
  color: white;
}
.city-step .btn-online:hover,
.city-step .btn-online:active:hover,
.city-step .btn-online:visited:hover,
.city-step .btn-online:focus:hover {
  background-color: #0e274f;
  border-color: #0e274f;
}
.city-step .btn-back,
.city-step .btn-back:active,
.city-step .btn-back:visited,
.city-step .btn-back:focus {
  background-color: #9d9d9c;
  border-color: #9d9d9c;
  color: white;
}
.city-step .btn-back:hover,
.city-step .btn-back:active:hover,
.city-step .btn-back:visited:hover,
.city-step .btn-back:focus:hover {
  background-color: #777776;
  border-color: #777776;
}
.host-info__section-title {
  padding: 10px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.host-info__summary {
  text-align: left;
}
.host-info__summary__item {
  padding: 10px 0;
}
.host-info__summary__item__selected {
  font-weight: bold;
}
.host-info__challenge-idea {
  padding: 20px 0;
}
.host-info__challenge-idea__intro {
  padding-bottom: 10px;
}
.host-info__challenge-idea textarea {
  width: 100%;
}
.host-info__team__group {
  padding: 10px;
}
.host-info__team__group__title {
  padding: 10px 0;
}
.host-info__heard_about {
  margin-top: 30px;
}
.host-info__heard_about .form-group__radio {
  text-align: left;
}
.host-info__heard_about .form-group__radio label {
  font-weight: normal;
}
#citymap {
  height: 400px;
}
#cities-module-map {
  height: 400px;
}
#citiesapp {
  padding-bottom: 40px;
}
.cities-list {
  display: flex;
  flex-wrap: wrap;
}
.cities-list .city-card {
  width: 350px;
  margin: 10px;
}
.cities-list .city-card .city-name {
  height: 200px;
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  font-weight: bold;
  background-color: darkblue;
  color: white;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cities-list .city-card .city-name__name {
  padding-top: 40px;
  padding-bottom: 5px;
}
.cities-list .city-card .city-name__challenge-number {
  padding-bottom: 20px;
}
.cities-list--2019 .city-name a {
  padding-top: 80px;
}
.interested .modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.interested .city-modal {
  background: #FFFFFF;
  box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
}
.interested .modal-header,
.interested .modal-footer {
  padding: 15px;
  display: flex;
}
.interested .modal-header {
  border-bottom: 1px solid #eeeeee;
  color: #4AAE9B;
  justify-content: space-between;
}
.interested .modal-footer {
  border-top: 1px solid #eeeeee;
  justify-content: flex-end;
}
.interested .modal-body {
  position: relative;
  padding: 20px 10px;
}
.interested .btn-close {
  border: none;
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  color: #4AAE9B;
  background: transparent;
}
.interested .btn-green {
  color: white;
  background: #4AAE9B;
  border: 1px solid #4AAE9B;
  border-radius: 2px;
}
.info-interested {
  margin: 1em 0;
  text-transform: uppercase;
}
.info-interested .icon {
  color: #6bb745;
}
