@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.linkeNews {
  /* ---- grid-item ---- */
}
.linkeNews .grid {
  /*max-width: 1200px;*/
  /* clearfix */
}
.linkeNews .grid:after {
  content: '';
  display: block;
  clear: both;
}
    .linkeNews .linear-background {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-name: placeHolderShimmer;
        animation-name: placeHolderShimmer;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        background: #f6f7f8;
        background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
        background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
        background-size: 1000px 104px;
        height: 100%;
        max-height: 200px;
        position: relative;
        overflow: hidden;
    }
.linkeNews .plc-content {
  padding: 20px;
}
    .linkeNews .plc-content .date {
        background-color: #eeeeee;
        height: 10px;
        width: 50%;
        margin-left: 26%;
    }
    .linkeNews .plc-content .line {
        margin-left: 11%;
        width: 80%;
        height: 7px;
        margin-bottom: 9px;
        background-color: #eeeeee;
        /*width: 80%;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;*/
    }

    .linkeNews .plc-content .readmore {
        background-color: #eeeeee;
        margin-left: 32%;
        width: 35%;
        height: 10px;
        margin-bottom: 0px;
        margin-top: 19px;
    }
/*.linkeNews .plc-content .line-2 {
  width: 70%;
}
.linkeNews .plc-content .line-3 {
  width: 60%;
}*/
.linkeNews .grid-sizer,
.linkeNews .grid-item {
  width: calc(33.3% - 30px);
}
@media (max-width: 767px) {
  .linkeNews .grid-sizer,
  .linkeNews .grid-item {
    width: calc(100% - 0px);
  }
}
.linkeNews .grid-item {
  border: 1px solid #cfcfcf;
  margin-bottom: 30px;
  background: #fff;
  min-height: 120px;
  float: left;
}
@media (max-width: 767px) {
  .linkeNews .grid-item {
    position: static !important;
  }
}
.linkeNews .grid-item--width-3 {
  width: calc(33.3% - 30px);
}
@media (max-width: 767px) {
  .linkeNews .grid-item--width-3 {
    width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .linkeNews .grid-item--height-small {
    height: auto;
  }
}
@media (max-width: 767px) {
  .linkeNews .grid-item--height-medium {
    height: auto;
  }
}
@media (max-width: 767px) {
  .linkeNews .grid-item--height-large {
    height: auto;
  }
}

.linkbox .imgwarp {
  position: relative;
}
.linkbox .imgwarp .logo {
  -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 500px;
  position: absolute;
  background: white;
  bottom: -33px;
  width: 66px;
  height: 66px;
  left: 50%;
}
.linkbox .imgwarp .logo .lplace {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  width: 34px;
  top: 50%;
  left: 50%;
}
.linkbox .imgwarp .logo.dnata {
  background-color: #005da7;
}
.linkbox .imgwarp .logo.dnata .lplace {
  margin-top: -2px;
  width: 28px;
}
.linkbox .detail {
    font-family: Titillium Web, tahoma, sans-serif;
    padding: 47px 25px 25px 25px;
    text-align: center;
}
.linkbox .detail .date {
  margin-bottom: 16px;
  font-size: 17px;
  color: #7e7e7e;
}
.linkbox .detail p,
.linkbox .detail a {
  font-size: 17px;
}

.joinUsLi {
  padding-right: 20px;
}
.joinUsLi .loadmore a,
.joinUsLi .loadmore button {
  display: block;
}

.hide {
  display: none;
}

.news-spinner {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  left: calc(50% - 45px);
}

.jobWrap {
  border: 1px solid #cfcfcf;
  padding: 25px 30px;
  position: relative;
  margin-bottom: 23px;
}
.jobWrap .linkIco {
  position: absolute;
  right: -21px;
  top: 21px;
}
.jobWrap .linkIco img {
  width: 40px;
  height: 40px;
}
.jobWrap .cListdetailHead {
  padding-left: 100px;
  position: relative;
  min-height: 74px;
  margin-bottom: 14px;
}
.jobWrap .cListdetailHead .tandt {
  border: 2px solid #82c849;
  border-radius: 500px;
  position: absolute;
  height: 74px;
  width: 74px;
  left: 0;
}
.jobWrap .cListdetailHead .tandt .logoposition {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.jobWrap .cListdetailHead .tandt .logoposition img {
  width: 40px;
  height: 40px;
}
    .jobWrap .cListdetailHead .placeDec {
        font-family: Titillium Web, tahoma, sans-serif;
    }
.jobWrap .cListdetailHead .placeDec .title {
  font-weight: bold;
  color: #005294;
  font-size: 25px;
}
.jobWrap .cListdetailHead .placeDec .title a {
  color: #005294;
}
.jobWrap .cListdetailHead .placeDec .date {
  color: #7e7e7e;
  font-size: 17px;
}
.jobWrap .description {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .joinUsLi {
    padding-right: 0px;
  }

  .jobWrap {
    padding: 15px 15px;
    margin-bottom: 15px;
  }
  .jobWrap .cListdetailHead {
    padding-left: 50px;
    min-height: 43px;
  }
  .jobWrap .cListdetailHead .tandt {
    height: 40px;
    width: 40px;
  }
  .jobWrap .cListdetailHead .tandt .logoposition img {
    width: 18px;
  }
  .jobWrap .cListdetailHead .placeDec .title {
    font-size: 18px;
    line-height: 1.2;
  }
  .jobWrap .cListdetailHead .placeDec .date {
    font-size: 15px;
  }
  .jobWrap .linkIco {
    right: -12px;
  }
  .jobWrap .linkIco img {
    width: 23px;
    height: 31px;
  }
}
.divbannerdsktop {
  position: relative;
  background: RGBA(255, 255, 255, 0.85);
  display: inline-block;
  padding: 35px 20px 35px 163px;
}
.divbannerdsktop .holder {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 35px;
  left: 35px;
}
.divbannerdsktop .holder .lplace {
  position: absolute;
  background: #005da7;
  height: 30px;
  width: 30px;
  z-index: 1;
  bottom: 0;
  right: 0;
  border-radius: 50px;
  text-align: center;
}
.divbannerdsktop .holder .lplace img {
  max-width: 15px;
  margin-top: 4px;
}
.divbannerdsktop .holder .imgwrap {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0;
  border-radius: 500px;
  overflow: hidden;
  top: 0;
}
.divbannerdsktop .holder .imgwrap img {
  height: 103%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.divbannerdsktop .linkedindate {
  color: #3f3f3f;
  font-size: 16px;
  display: block;
}
.divbannerdsktop .title {
  padding: 15px 0 22px !important;
  color: #005da7;
  font-size: 24px !important;
}

@media screen and (max-width: 767px) {
    .divbannerdsktop .title {
        font-size: 17px !important;
    }
}
/*# sourceMappingURL=linkedinfeeds.css.map */