.node--type-reunion.node--view-mode-teaser .group-texts-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .node--type-reunion.node--view-mode-teaser .group-texts-container {
    flex-direction: row;
    align-items: center;
  }
}
.node--type-reunion.node--view-mode-teaser .group-texts-container .group-left-container {
  width: 100%;
  max-width: 100%;
}
.node--type-reunion.node--view-mode-teaser .group-texts-container .group-right-container {
  width: 100%;
  max-width: 100%;
}
.node--type-reunion.node--view-mode-teaser .field--name-field-date,
.node--type-reunion.node--view-mode-teaser .custom-date {
  font-size: 1.4rem;
  color: #002067;
  text-transform: uppercase;
}
.node--type-reunion.node--view-mode-teaser .field--name-field-date time,
.node--type-reunion.node--view-mode-teaser .custom-date time {
  font-size: 1.4rem;
  color: #002067;
  text-transform: uppercase;
}
.node--type-reunion.node--view-mode-teaser .field--name-field-type-reunion,
.node--type-reunion.node--view-mode-teaser .field--name-field-date,
.node--type-reunion.node--view-mode-teaser .custom-date {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .node--type-reunion.node--view-mode-teaser .field--name-field-type-reunion,
.node--type-reunion.node--view-mode-teaser .field--name-field-date,
.node--type-reunion.node--view-mode-teaser .custom-date {
    margin-bottom: 16px;
  }
}
.node--type-reunion.node--view-mode-teaser .field--name-field-date,
.node--type-reunion.node--view-mode-teaser .custom-date {
  margin-left: 8px;
}
.node--type-reunion.node--view-mode-teaser .field--name-field-keywords {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .node--type-reunion.node--view-mode-teaser .field--name-field-keywords {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-bottom: 16px;
  }
}
.node--type-reunion.node--view-mode-teaser .field--name-field-theme {
  margin-top: 8px;
}
.node--type-reunion.node--view-mode-teaser .field--name-field-title h2,
.node--type-reunion.node--view-mode-teaser .field--name-field-teaser-title h2 {
  margin-bottom: 0;
}
.node--type-reunion.node--view-mode-teaser .field--name-field-title h2:after,
.node--type-reunion.node--view-mode-teaser .field--name-field-teaser-title h2:after {
  display: none;
}
.node--type-reunion.node--view-mode-teaser .field--name-field-title p,
.node--type-reunion.node--view-mode-teaser .field--name-field-title .field__item,
.node--type-reunion.node--view-mode-teaser .field--name-field-teaser-title p,
.node--type-reunion.node--view-mode-teaser .field--name-field-teaser-title .field__item {
  font-weight: bold;
  color: #002067;
  line-height: 1.35;
}
.node--type-reunion.node--view-mode-teaser .node__links {
  width: 100%;
}