.positionCard__button {
  background-color: #00a99d;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
.positionCard__button,
.positionCard__button:active,
.positionCard__button:focus,
.positionCard__button:active:focus {
  background-color: #00a99d;
  color: white;
  outline: none;
}
.positionCard__button:hover {
  background-color: rgba(0, 169, 157, 0.9);
  color: white;
}
.positionList__header__languageContainer__item {
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  color: white;
}
.positionList__header__languageContainer__item--separator {
  color: white;
}
.positionList__header__languageContainer__item--selected {
  color: white;
  background-color: #00a99d;
  border-radius: 3px;
  padding: 2px;
  font-weight: 800;
}
.locale-select .dropdown-menu {
  min-width: 100px;
  top: 46px;
  background: #00a99d;
}
.positionList__section__shareBtn {
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 5px;
  padding: 3px 7px;
  background-color: #00a99d;
  color: white;
}
.positionList__section__shareBtn--facebook {
  border-top: 1px solid #dbd9d6;
  border-bottom: 1px solid #dbd9d6;
  border-left: 1px solid #dbd9d6;
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
}
.positionList__section__shareBtn--facebook:hover {
  background-color: rgba(59, 89, 152, 0.8);
  border-color: rgba(59, 89, 152, 0.8);
  color: white;
}
.positionList__section__shareBtn--linkedIn {
  border-top: 1px solid #dbd9d6;
  border-bottom: 1px solid #dbd9d6;
  border-left: 1px solid #dbd9d6;
  background-color: #0077b5;
  border-color: #0077b5;
  color: white;
}
.positionList__section__shareBtn--linkedIn:hover {
  background-color: rgba(0, 119, 181, 0.8);
  border-color: rgba(0, 119, 181, 0.8);
  color: white;
}
.positionList {
  color: #545454;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background-color: white;
}
.positionList__socialMediaRow {
  height: 60px;
  background-color: #2f283b;
  border-radius: 0px;
}
.cookie-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 501;
  width: 100%;
  text-align: center;
  max-width: -webkit-fill-available;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 10px;
}
.cookie-content.displayRow {
  min-width: -webkit-fill-available;
}
.cookie-content {
  background: #656565;
}
.cookie-a-more {
  margin-left: 5px;
  color: white;
}
.cookie-a-more:hover {
  margin-left: 5px;
  color: white;
}
.positionList__header {
  position: fixed;
  padding: 10px 35px 10px 14px;
  top: 0;
  left: 0;
}
.positionList__socialMediaRow__backButton {
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-left: 4px;
}
.positionList__card {
  height: 100%;
  border: 1px solid #2f283b;
  background-color: #f2f2f2;
  border-radius: 5px;
  position: relative;
}
.jobAdvertisement__content {
  font-size: 14px;
  margin-top: 15px;
}
.positionCardBody__description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px;
  text-align: left;
  max-height: 119px;
}
.positionCardHeader {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background-color: #2f283b;
  color: white;
  cursor: pointer;
  padding: 0 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.positionList__section {
  padding: 15px;
  background-color: white;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 4px;
}
.positionList__search__button--advanced,
.positionList__search__button--advanced:active,
.positionList__search__button--advanced:focus,
.positionList__search__button--advanced:active:focus {
  float: left;
  margin-left: 0px;
  cursor: pointer;
  margin-top: 10px;
}
.positionCard__shareContainer > div:first-of-type {
  float: center;
}
.positionCard__shareContainer > div:first-of-type {
  float: center;
}
.positionCardImgContainer__img {
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 200px;
  background-position-y: center;
  background-position-x: center;
  cursor: pointer;
}
.positionList__search__header--search {
  float: none;
  outline: none;
}
