.positionCardBody__description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 11px;
  text-align: left;
  max-height: 119px;
  overflow: hidden;
}
.positionCard__button,
.positionCard__button:active,
.positionCard__button:focus,
.positionCard__button:active:focus {
  background-color: #1d418a;
  color: white;
  outline: none;
}
.positionCard__button:hover {
  background-color: rgba(29, 65, 138, 0.9);
  color: white;
}
.positionGroupListCard__nameContainer__name {
  position: absolute;
  top: 20%;
  height: 90px;
  width: 80%;
  left: 10%;
  text-align: center;
  color: #444444;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  overflow: hidden;
  word-break: break-word;
  word-wrap: break-word;
}
.positionList__header__button,
.positionList__header__button:active,
.positionList__header__button:focus,
.positionList__header__button:active:focus {
  background-color: white;
  border-color: white;
  color: #1d418a;
  border-radius: 30px;
  outline: none;
  font-weight: bold;
}
.positionList__search__button--apply,
.positionList__search__button--apply:focus,
.positionList__search__button--apply:active,
.positionList__search__button--apply:active:focus {
  text-transform: uppercase;
  font-weight: 800;
}
.positionList__search__button--apply,
.positionList__search__button--apply:focus,
.positionList__search__button--apply:active,
.positionList__search__button--apply:active:focus {
  margin-top: 0;
  font-size: 30px;
}
.positionList__description__header {
  font-size: 28px;
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 0;
}
.positionList__description__content {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  border-bottom: 1px solid #dbd9d6;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.positionList__search__header--search {
  float: left;
  outline: none;
  text-transform: uppercase;
}
.sub-page__text {
  color: #1d418a;
  font-size: 18px;
  font-weight: 700;
}
.positionList__posGroup > div:first-child {
  font-weight: bold;
}
.positionList__search__header {
  font-size: 28px;
  font-weight: bold;
}
.positionList__socialMediaRow {
  height: 60px;
  background-color: #ffcb05;
  border-radius: 5px;
}
.positionCardHeader {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  background-color: #ffcb05;
  color: #1d418a;
  cursor: pointer;
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.positionList__posGroupHeader h4 {
  font-weight: 700;
  font-size: 28px;
}
