.positionList__header {
  background: radial-gradient(50% 100%, #656e79 0%, #3b424d 100%);
}
.positionList__header__languageContainer__item--selected {
  background-color: #fd9834;
  color: white;
}
.positionList__section {
  background-color: #bebfc2;
  border: 1px solid #565657;
}
.positionCard__button {
  background-color: #4c4c4c;
  color: white;
}
.positionCard__button:hover,
.positionCard__button:active,
.positionCard__button:focus,
.positionCard__button:active:focus {
  background-color: #ffb320;
}
.positionCardHeader {
  background-color: #eceeef;
  color: #565657;
}
.positionList__search__button--apply {
  background-color: #ffb320;
  border-color: #ffb320;
}
.positionList__search__button--apply:hover,
.positionList__search__button--apply:active,
.positionList__search__button--apply:focus,
.positionList__search__button--apply:active:focus {
  background-color: #b97a00;
  border-color: #b97a00;
}
.privacyHereText {
  color: #337ab7;
  font-weight: bold;
}
