.wpcf7 .screen-reader-response {
  display: none;
}

.form-box .wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  display: none !important;
}

.form_box .wpcf7-response-output.wpcf7-validation-errors,
.form_box .wpcf7-response-output.wpcf7-acceptance-missing {
  color: #c00;
  text-align: center;
  border: 1px solid #c00;
  padding: 12px 16px;
  margin: 1em 0 0;
  direction: rtl;
}

span.wpcf7-not-valid-tip {
  color: red !important;
}

.wpcf7 .wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7-response-output {
  color: green !important;
}

#menu-header-menu li.current-menu-item a {
  background: rgb(255 255 255 / 25%);
}

/* Career form – resume upload */
.custom-file-upload {
  position: relative;
  width: 100%;
}

.custom-file-upload input[type="file"] {
  display: none !important;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.custom-file-upload .file-box {
  display: flex !important;
  align-items: center;
  gap: 24px;
  padding: 0;
  border-bottom: 1px solid #0C0032;
}

.custom-file-upload .file-name-wrap {
  display: none !important;
}

.custom-file-upload.has-pdf-file .file-name-wrap {
  display: flex !important;
}

.custom-file-upload .file-upload-placeholder {
  display: block;
  flex: 1;
  height: 80px;
  border: none;
  background: none;
  color: #0C0032;
  font-size: 20px;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  padding: 0;
  line-height: 80px;
}

.custom-file-upload.has-pdf-file .file-upload-placeholder {
  display: none !important;
}

.custom-file-upload .replace-file {
  flex-shrink: 0;
  white-space: nowrap;
}

/* CF7 form #349 only – resume file error below field */
/*
.career_box .wpcf7:has(input[name="_wpcf7"][value="349"]) .custom-file-upload {
  padding-bottom: 28px;
}
*/
.career_box .wpcf7:has(input[name="_wpcf7"][value="349"]) .custom-file-upload .wpcf7-form-control-wrap {
  margin: 0;
  padding: 0;
  height: 0;
  min-height: 0;
  overflow: visible;
  border: none;
}

.career_box .wpcf7:has(input[name="_wpcf7"][value="349"]) .custom-file-upload .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
	bottom: -20px;
}

@media screen and (max-width:768px) {
	.career_box .wpcf7:has(input[name="_wpcf7"][value="349"]) .custom-file-upload .wpcf7-form-control-wrap .wpcf7-not-valid-tip { bottom: -20px; }
}
@media screen and (max-width:389px) {
	.career_box .wpcf7:has(input[name="_wpcf7"][value="349"]) .custom-file-upload .wpcf7-form-control-wrap .wpcf7-not-valid-tip { bottom: -40px; }
}