.associate-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
}
.associate-member {
  display: flex;
  flex: 1 1 31.333%;
  min-width: 200px;
  margin-bottom: 30px !important;
  background-color: #f5f8fa;
  padding: 30px;
  align-items: center;
  justify-content: center;
}
.associate-member__title {
  font-size: 1.25rem;
	border-left: none !important;
    padding-left: 0 !important;
}
.associate-member__taxonomies {
  font-size: 0.875rem;
  margin-top: 10px;
}
.associate-member__taxonomy-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.associate-member__container {
  background-color: #e8eff3;
  padding: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.associate-member__container label {
  color: #083351;
  display: block;
}
.associate-member__filter {
  flex-basis: 48%;
  min-width: 200px;
  flex-grow: 1;
}
#associate-member-filter-select {
  width: 100%;
  border: 1px solid #568696;
  border-radius: 5px;
  padding: 5px;
}
.associate-member__submit {
  background: #083351;
  border: 2px solid #083351;
  border-radius: 2px;
  color: #fff;
  margin-left: 4px;
  padding: 5px 10px;
  text-decoration: none;
  font-weight:bold;
}
.associate-member__submit:hover,
.associate-member__submit:active {
  background: #000;
  border: 2px solid #000;
  color: #fff;
}
.associate-member__endorsed {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .associate-member__container {
    padding: 30px;
  }
}
