.career-list-block {
  font-family: 'Lora', sans-serif;
  position: relative;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #14212a;
}

.career-list-block .career-list-content {
  z-index: 2;
}

.career-list-block.filter_drk:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(21,21,21,0.6);
}

.career-list-block.filter_lt:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  background: rgba(255,255,255,0.6);
}

.career-list-block .video-container {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}

.career-list-video-background {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.career-list-video-foreground,
.career-list-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.career-list-block.txt_lt * {
  color: #fff;
}

.career-list-block.txt_drk {
  color: #000000;
}

.career-list-block a {
  color: #2C92FF;
  text-decoration: none;
}

.career-list-block.txt_lt a {
  color: #FFFFFF;
  text-decoration: underline;
}

.career-list-block.txt_drk a {
  color: #2C92FF;
  text-decoration: none;
}

.career-list-block a:hover {
  color: #2C92FF;
  text-decoration: underline;
}

.career-list-block.txt_lt a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.career-list-block.txt_drk a:hover {
  color: #2C92FF;
  text-decoration: underline;
}






