@media (max-width: 999px) {
  .job-wrapper .grid-width--jobs {
    margin-bottom: 40px;
  }
}
.job-wrapper .copy-m4 {
  margin-bottom: 100px;
}
@media (max-width: 999px) {
  .job-wrapper .copy-m4 {
    margin-bottom: 0;
  }
}
.job-wrapper .acc-wrapper .acc-item {
  overflow: hidden;
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.job-wrapper .acc-wrapper .acc-item .acc-head {
  padding: 55px 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-bottom: 1px solid black;
}
.job-wrapper .acc-wrapper .acc-item .acc-head--first {
  border-top: 1px solid black;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item .acc-head {
    padding: 35px 0;
  }
}
@media (min-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item .acc-head:hover {
    opacity: 0.5;
    padding: 55px 20px;
  }
  .job-wrapper .acc-wrapper .acc-item .acc-head:hover .opener {
    background-color: black;
  }
  .job-wrapper .acc-wrapper .acc-item .acc-head:hover .opener svg {
    fill: white;
  }
}
.job-wrapper .acc-wrapper .acc-item .acc-head .opener {
  position: relative;
  width: 90px;
  height: 90px;
  border: 1px solid black;
  border-radius: 90px;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item .acc-head .opener {
    width: 45px;
    height: 45px;
  }
}
.job-wrapper .acc-wrapper .acc-item .acc-head .opener svg {
  transform: rotate(90deg);
}
.job-wrapper .acc-wrapper .acc-item .acc-content {
  height: 0;
  overflow: hidden;
  max-height: 0;
}
.job-wrapper .acc-wrapper .acc-item .acc-content .acc-opacity {
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(40px);
}
.job-wrapper .acc-wrapper .acc-item .acc-content p {
  margin: 0;
}
.job-wrapper .acc-wrapper .acc-item.show .acc-head {
  border-color: transparent;
}
.job-wrapper .acc-wrapper .acc-item.show .acc-head .opener svg {
  transform: rotate(-90deg);
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content {
  height: auto;
  max-height: 2000px;
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .subline {
  margin-bottom: 40px;
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .acc-opacity {
  opacity: 1;
  transform: translateY(0);
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--left {
  width: 70%;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--left {
    width: 100%;
  }
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--left--inner {
  margin-right: 100px;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--left--inner {
    margin-right: 0;
  }
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--left--inner .editor-content {
  margin-bottom: 100px;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--left--inner .editor-content {
    margin-bottom: 40px;
  }
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--right {
  width: 30%;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--right {
    width: 100%;
  }
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--right--inner {
  max-width: 470px;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--right--inner {
    max-width: 100%;
  }
}
.job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--right--inner .editor-content {
  margin-bottom: 100px;
}
@media (max-width: 999px) {
  .job-wrapper .acc-wrapper .acc-item.show .acc-content .job-decription--right--inner .editor-content {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=accordion.css.map */