.mem-topics-list__list {
  list-style: none !important;
  margin-bottom: 0px;
  padding-left: 0px;
}

.mem-topics-list__item {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mem-topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mem-topic.mem-topic--alt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.mem-topic__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mem-topic__icon-wrapper {
  width: 200px;
  height: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mem-topic__headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
}

.mem-page-headline {
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 32px;
}

.mem-topic__link {
  color: #3c1d40;
  font-size: 18px;
}

.mem-page-subhead {
  margin-bottom: 20px;
}

.mem-page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mem-page-header__image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mem-page-header__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mem-footer {
  padding-top: 10px;
  border-top: 1px solid #cfcfcf;
}

.mem-members-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -10px 10px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mem-members-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mem-member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mem-member__logo {
  max-height: 100%;
  margin-bottom: 10px;
  padding: 10px;
}

.mem-member__description {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mem-member__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mem-member__tags-list {
  list-style: none;
  padding: 1rem 0 !important;
  margin: -3px;
}

.mem-member__tags-list-item {
  display: inline-block;
  padding: 3px;
}

a.mem-member__tag {
  display: block;
  color: #fff;
  background: #333;
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.mem-breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 18px;
  list-style: none;
  padding-left: 0;
}

.mem-breadcrumbs__separator {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.mem-breadcrumbs__link {
  display: inline-block;
  color: #3c1d40;
  font-weight: 400;
}

.mem-breadcrumbs__text-2 {
  display: inline-block;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.mem-topic__org-count {
  display: inline-block;
  margin-top: -10px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #3c1d40;
  color: #fff !important;
  text-decoration: none;
}

.mem-topic__headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mem-topics-list__heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3c1d40;
}

.mem-topics-list__org-count {
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(60, 29, 64, .75);
  font-size: 22px;
  font-weight: 700;
}

.mem-topics-list__headline {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
}

.mem-page-header__org-count {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: rgba(60, 29, 64, .75);
  font-size: 22px;
  font-weight: 700;
}

.mem-page-header__headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 991px) {
  .mem-container {
    max-width: 750px;
  }
  .mem-topic.mem-topic--alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .mem-topic__image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .mem-topic__icon-wrapper {
    max-width: none;
  }
  .mem-members-list__item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .mem-topic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .mem-topic__headline {
    text-align: left;
  }
  .mem-page-headline {
    text-align: left;
  }
  .mem-page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .mem-page-header__image-wrapper {
    max-width: none;
  }
  .mem-page-header__text-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mem-members-list__item {
    width: 50%;
  }
  .mem-breadcrumbs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mem-topic__org-count {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mem-topic__headline-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mem-topics-list__org-count {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .mem-page-header__org-count {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 479px) {
  .mem-topic__headline {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .mem-page-headline {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    width: 100%;
  }
  .mem-page-subhead {
    text-align: center;
  }
  .mem-members-list__item {
    width: 100%;
    border-top: 1px solid #d3d3d3;
  }
  .mem-breadcrumbs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mem-topic__org-count {
    display: block;
    margin: 0px auto 10px;
  }
  .mem-topic__headline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .mem-topics-list__heading-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mem-topics-list__org-count {
    display: block;
    margin: 0px auto 10px;
  }
  .mem-topics-list__headline {
    margin-bottom: 10px;
    text-align: center;
  }
  .mem-page-header__org-count {
    display: block;
    margin: 0px auto;
  }
  .mem-page-header__headline-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}