/* NexttCareer form embeds */
.nexttcareer-jotform-embed-wrap {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 30px auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

.nexttcareer-jotform-iframe {
  width: 100% !important;
  min-height: 920px !important;
  border: 0 !important;
  display: block !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 34px rgba(6, 37, 74, 0.08) !important;
}

.nexttcareer-start-date-removed,
.nexttcareer-old-form-hidden,
.nexttcareer-old-apply-content-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Apply page should show only header/main menu and embedded form */
.nexttcareer-apply-form-only-page {
  background: #f8fbff !important;
}

@media (max-width: 768px) {
  .nexttcareer-jotform-embed-wrap {
    margin: 16px auto !important;
    padding: 0 8px !important;
  }

  .nexttcareer-jotform-iframe {
    min-height: 980px !important;
    border-radius: 8px !important;
  }
}
