.noa_job-flex {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.noa_job-flex-end {
  justify-content: flex-end;
}

.noa-job_global p {
  margin: 0;
}

.noa-job_global h2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.noa_job-single-content {
  width: 100%;
}

.noa_job-aside {
  width: 100%;
}

@media (min-width: 768px) {
  .noa_job-flex {
    flex-direction: row;
  }

  .noa_job-single-content {
    width: 65%;
  }

  .noa_job-aside {
    width: 30%;
  }
}

.noa_job-unstyled_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.noa_job-unstyled_list li {
  margin: 0;
  padding: 0;
}

.noa_job-unstyled_list-50-list {
  display: flex;
  flex-flow: row wrap;

  justify-content: space-between;
}

.noa_job-unstyled_list-50-list li {
  width: 50%;
}

.noa-job_text-center {
  text-align: center;
}

.noa_job-button {
  margin-bottom: 1rem;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  font-size: 1.2rem;
  border: 2px solid #fff;
}

.noa_job-icon img {
  height: 40px;
  max-width: 100%;
}

.noa_job-icon {
  margin-bottom: 0.25rem;
}

.noa-job_mb_default,
a.noa-job_mb_default,
li.noa-job_mb_default {
  margin-bottom: 0.5rem;
}

.noa-job_mb_large,
a.noa-job_mb_large,
li.noa-job_mb_large {
  margin-bottom: 1rem;
}

.noa_job-unstyled_list p {
  margin-top: 0;
  margin-bottom: 0;
}

.noa_job-validate input:invalid,
.noa_job-validate textarea:invalid {
  border-color: red;
}

.noa_job-border {
  border: 1px solid #ccc;
  padding: 1rem;
}

.noa_job-rounded {
  border-radius: 0.25rem;
}

.noa_job-left {
  left: 0;
}

.noa_job-top {
  top: 0;
}

.noa_job-right {
  right: 0;
}

.noa_job-position-center {
  top: 50%;
  left: calc(50vw - 187.5px);
  right: calc(50vw - 187.5px);
  transform: translateY(-50%);
}

#noa_job-contact-form fieldset {
  border: none;
  padding: 0;
}

#noa_job-contact-form textarea {
  height: 10rem;
}

#noa_job-contact-form input[type='file'] {
  padding-top: 0.4rem;
}

#noa_job-contact-form .error {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#noa_job-contact-form .noa_job-submit-bttn {
  margin-top: 1rem;
  margin-left: auto;
}

@media (max-width: 768px) {
  .noa_job .uk-position-cover {
    position: relative;
  }
  .noa_job .uk-slideshow-items > .el-item {
    position: relative;
  }
  .noa_job .uk-slideshow-items.headersmall .uk-padding-large {
    padding: 0px;
  }
}

.gap {
  gap: 1rem;
}

.row-gap {
  row-gap: 1rem;
}
