.tribe-community-events .tribe-section-custom-fields input[type="text"],
.tribe-community-events .tribe-section-custom-fields input[type="url"],
.tribe-community-events .tribe-section-custom-fields textarea {
  width: 100%;
}

.tribe-community-events .tribe-section-custom-fields td.tribe-section-content-label {
  width: 40%;
}

.tribe-community-events .tribe-section-event-status {
  display: none;
}

.card-resource .card-inner {
  width: 100%;
}
a.card-image {
  display: block;
}

.page-introduction {
  color: #426182;
}
.page-introduction p {
  font-size: 24px;
  color: #426182;
  margin-bottom: 0;
}

.tribe-common .tribe-events-pro-map .tribe-events-pro-map__map {
	height: 235px;
}

@media (min-width: 768px) {
	.tribe-common .tribe-events-pro-map .tribe-events-pro-map__map {
		height: auto;
	}

	.tribe-common .tribe-events-pro-map .tribe-events-pro-map__event-column {
		height: auto;
		min-height: 220px;
	}
}

@media (min-width: 1138px) {
	.tribe-common .tribe-events-pro-map .tribe-events-pro-map__event-column {
		height: 470px;
	}
}