/* Details */
.jobs-detail {
}
.jobs-detail ul li {
  list-style: disc outside none;
  margin-left: 15px;
  margin: 10px;
}

.jobs-detail h2 {
  color: #8fccf0;
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 40px;
  padding-right: 100px;
}

.jobs-detail .item {
  margin-bottom: 20px;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.jobs-detail label {
  color: #8fccf0;
  display: block;
  font-size: 18px;
  margin: 50px 0 20px 0;
  font-weight: bold;
}

.jobs-detail .item p {
  margin: 0;
}

/* Job details navigation */
.jobs-nav-links {
  text-align: center;
}
.jobs-nav-links ul li {
  display: inline-block;
}
.jobs-nav-links ul li span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  opacity: 0.3;
}
.jobs-nav-links ul li:nth-child(2) span {
  background: url(../Icons/return.png) no-repeat center top transparent;
}
.jobs-nav-links ul li:first-child span {
  background: url(../Icons/next.png) no-repeat center top transparent;
  transform: rotateY(180deg);
}
.jobs-nav-links ul li:last-child span {
  background: url(../Icons/next.png) no-repeat center top transparent;
}

.jobs-nav-links ul li a span {
  opacity: 1;
}

/* ******************************************************************************************** */
/* *************************** 		RESPONSIVE ADAPTATION 		******************************** */
/* ******************************************************************************************** */
/* TABLET */
@media only screen and (max-width: 800px) {
}

/* PHONE */
@media only screen and (max-width: 619px) {
  .tx-jobs .jobs-nav-links {
    position: relative;
    margin-top: 10px;
  }
  .tx-jobs .jobs-detail h2 {
    padding-right: 0px;
    font-size: 25px;

  }
}

.tx-jobs .jobs-detail .blocContent,
.tx-jobs .jobs-detail .blocContent p,
.tx-jobs .jobs-detail .blocContent span {
  font-family: "Noto Sans" !important;
  font-size: inherit !important;
  color: inherit !important;
  line-height: 1.8em;
}
