* {
  box-sizing: border-box;
}

.row {
  --bs-gutter-x: none;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1e1e1e;
  background
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.locations {
  text-align: left;
  display: grid;
  grid-template-columns: 30px auto;
}

.bg_image {
  width: 100%;
  top: 0%;
  left: 0%;
  background-size: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  background-image: url("../../../assets/jobpostings/standard/images/bg_default.jpg");
  background-attachment: fixed;
  padding-top:  50px;
}

.apply_form {
  background-image: url("../../../assets/jobpostings/standard/images/bg_default.jpg");
  aspect-ratio: 5 / 1;
  background-position: 50% 100%;
  align-content: end;
  background-size: cover;
}

.offer-wrap {
  max-width: 940px;
  margin: 0px auto 0;
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.box {
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  border-radius: 0;
  position: relative;
  z-index: 20;
  background-color: #fff;
}

header {
  padding: 30px;
  position: relative;
}

@media (min-width:768px){
   header {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: center;
    gap: 20px;
   }
}

.logo {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  max-width: 200px;
  margin-bottom: 20px;
}

h2 { font-size: 1.5rem; padding: 0 0 5px; }

header h2 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0
}

.title { font-size: 1.75rem; }

.offer-wrap .content {
  padding: 10px;
}

.list-box {
  padding: 20px 50px;
}

hr {
  border-top: 1px solid #eee;
  opacity: 1;
  margin: 0 -10px;
  padding-bottom: 20px;
  margin-top: 10px;
}

hr:first-child {
  display: none;
}

.bg-gray {
  background: #999;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  margin: 100px 0 0;
}

.bg-gray .content {
  max-width: 940px;
  margin: 0px auto;
  padding: 30px 10px 10px;
}

footer {
  background: #666;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

footer .content {
  max-width: 940px;
  margin: 0px auto;
  padding: 30px 10px 10px;
}

footer .applyButton {
  font-weight: 500;
  text-decoration: none;
  background: #fff;
  color: inherit;
  padding: 10px 50px;
  display: inline-block;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  margin-left: 50px;
  margin-bottom: 30px;
}

footer .applyButton a { text-decoration: none; }

@keyframes slideshow {
  25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden {
  display: none;
}
.gallery3 img.trans {
  position: relative;
  width: 100%;
}
.gallery3 img:nth-child(4) {
  z-index: 1;
  animation-delay: 8s;
}
.gallery3 img:nth-child(3) {
  z-index: 2;
  animation-delay: 4s;
}
.gallery3 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  animation: slideshow 12s linear 0s infinite;
  width: 100%;
}
.gallery2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery2 img.trans {
  position: relative;
  width: 100%;
}
.top {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
  animation-direction: alternate;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gallery, .gallery2, .gallery3 {
  position: relative;
}

.video {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-top: 56.25% !important; /* 4:3 Aspect Ratio */ 
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
