@import url("https://use.typekit.net/dpi3wjs.css");
.single-job .sector-food .color {
  color: #80166f;
}

.single-job .sector-agroTechnology .color {
  color: #0088c2;
}

.single-job .sector-horticulture .color {
  color: #8ab14c;
}

.single-job .sector-livestock .color {
  color: #d78300;
}

.single-job .sector-sustainability .color {
  color: #ffd400;
}

.single-job .sector-executive .color {
  color: #055ea2;
}

.sd-block-video {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
}
.sd-block-video.fixed-height {
  height: 900px !important;
  overflow: visible;
}
.sd-block-video.fixed-height .sd-video-container .sd-bg-video-container {
  height: unset;
}
.sd-block-video.fixed-height iframe {
  margin: -100px 0 0;
  height: 100%;
  width: 100%;
}
.sd-block-video.fixed-height .sd-bg-image-container {
  background-color: #13a538;
}
.sd-block-video.fixed-height .sd-bg-image-container img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 500px;
}
.sd-block-video.fixed-height.align-right .sd-bg-image-container {
  background-color: #13a538;
}
.sd-block-video.fixed-height.align-right .sd-bg-image-container img {
  left: unset;
  right: 0;
}
.sd-block-video .sd-block-video-inner {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sd-block-video .sd-block-video-title h3 {
  color: #fff;
  text-shadow: 0 5px 9px black;
  padding: 0;
  margin: 0 0 20px 0;
}
.sd-block-video .sd-block-video-play svg {
  width: 45px;
  color: white;
  cursor: pointer;
}
.sd-block-video .sd-bg-image-controls .play,
.sd-block-video .sd-bg-image-controls .restart,
.sd-block-video .sd-bg-image-controls .pause {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sd-block-video .sd-bg-image-controls .play svg,
.sd-block-video .sd-bg-image-controls .restart svg,
.sd-block-video .sd-bg-image-controls .pause svg {
  width: unset;
  height: 75px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
}
.sd-block-video .sd-bg-image-controls .play svg .white,
.sd-block-video .sd-bg-image-controls .restart svg .white,
.sd-block-video .sd-bg-image-controls .pause svg .white {
  color: #FFF;
}
.sd-block-video iframe {
  margin: 0;
  height: 100%;
  width: 100%;
}
.sd-block-video .sd-block-video-cookie-text {
  color: #000;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.sd-block-video .sd-block-video-cookie-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold;
}
.sd-block-video .sd-block-video-cookie-text p {
  font-size: 16px;
}
.sd-block-video .sd-block-video-cookie-text a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.sd-block-video.overlay-enabled .sd-block-video-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}

/* Youtube Video styling */
.sd-block-video .sd-video-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}
.sd-block-video .sd-video-container:not(.background-enabled) .sd-bg-image-container {
  display: none;
}
.sd-block-video .sd-video-container .sd-bg-image-controls {
  position: absolute;
  z-index: 1;
  color: #FFF;
}
.sd-block-video .sd-video-container .sd-bg-image-controls .pause {
  display: none !important;
}
.sd-block-video .sd-video-container .sd-bg-image-controls .restart {
  display: none;
}
.sd-block-video .sd-video-container .sd-video-background-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
.sd-block-video .sd-video-container .sd-bg-image-container {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.sd-block-video .sd-video-container .sd-bg-video-container {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .sd-block-video.fixed-height {
    height: 500px !important;
  }
  .sd-block-video.fixed-height .sd-video-container .sd-bg-video-container {
    text-align: center;
  }
  .sd-block-video.fixed-height iframe {
    max-height: 100%;
    max-width: 730px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sd-block-video.fixed-height {
    height: 400px !important;
  }
  .sd-block-video.fixed-height iframe {
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */
