@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-lazyblock-career-listing .global-filter__item--33 {
    width: 50% !important;
  }
}

.career__list {
  padding-top: 15px;
}
.career__card {
  padding: 10px 0 12px 0;
  border-bottom: solid 2px #C5C5C5;
}
@media only screen and (min-width: 1025px) {
  .career__card:hover .button-large {
    opacity: 1;
  }
}
.career__card__info {
  padding-top: 8px;
}
.career__card__tags li {
  font-size: 12px;
  line-height: 1.25;
  border: 1px solid var(--colorlight-blue);
  border-radius: 30px;
  padding: 5px 8px;
  margin: 0 8px 8px 0;
}
.career__card__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.career__card__btn .button-large {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .career__card__btn {
    width: 135px;
  }
  .career__card__btn .button-large {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.25s ease;
  }
}
.career__card__btn .button-small {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: rgba(16, 30, 97, 0.3);
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  border: none !important;
}
.career__card__btn .button-small::before {
  display: block;
  content: "";
  background-image: url(../../images/arrow-right-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 11px;
}

/**/
.popupodcareercard {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popupodcareercard__overlay {
  opacity: 0.400000006;
  background: #03002F;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.popupodcareercard__inner {
  overflow: auto;
  max-height: calc(100vh - 100px);
  padding-right: 18px;
}
@media only screen and (max-width: 767px) {
  .popupodcareercard__inner {
    max-height: calc(100vh - 200px);
    padding-right: 30px;
  }
}
.popupodcareercard__box {
  background-color: #FFF;
  max-width: 846px;
  padding: 32px 14px 32px 32px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .popupodcareercard__box {
    padding: 20px 0 20px 20px;
    margin: 0 auto;
    max-height: calc(100vh - 160px);
  }
}
.popupodcareercard__box .popupclose {
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../images/icon-close.svg) no-repeat center top;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.career-popup__head {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .career-popup__head {
    padding-bottom: 8px;
  }
}
.career-popup__head__title {
  display: flex;
  align-items: flex-start;
}
.career-popup__head__title h2 {
  margin: 0 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 122% !important;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 767px) {
  .career-popup__head__title h2 {
    font-size: 18px !important;
    letter-spacing: -0.36px !important;
    line-height: 130% !important;
    font-weight: 400 !important;
  }
}
.career-popup__head__title .department {
  background: #4FAF79;
  color: #FFF;
  padding: 4px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.5%;
  margin-left: 8px;
  white-space: nowrap;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .career-popup__head__title .department {
    display: none;
  }
}
.career-popup__head .jobinfo {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 154.5%;
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .career-popup__head .jobinfo {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12px;
  }
}
.career-popup__head .jobinfo-dot {
  position: relative;
  top: 2px;
}
.career-popup__head .job_time {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px !important;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .career-popup__head .job_time {
    font-size: 14px;
  }
}
.career-popup__head .job_time::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/briefcase.svg) no-repeat center top;
  margin-right: 4px;
}
.career-popup__head .job_experience {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px !important;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .career-popup__head .job_experience {
    font-size: 14px;
  }
}
.career-popup__head .job_experience::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../images/teacher.svg) no-repeat center top;
  margin-right: 4px;
}
.career-popup__copy {
  letter-spacing: 0.16px !important;
}
.career-popup__copy h3 {
  font-size: 16px !important;
  letter-spacing: 0.16px !important;
  font-weight: 500 !important;
  margin: 0 0 5px !important;
}
@media only screen and (max-width: 767px) {
  .career-popup__copy h3 {
    font-size: 14px !important;
    margin: 0 0 2px !important;
    letter-spacing: 0.14px !important;
  }
}
.career-popup__copy p {
  letter-spacing: 0.16px !important;
  padding: 0;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .career-popup__copy p {
    font-size: 14px !important;
    margin: 0 0 20px;
    letter-spacing: 0.14px !important;
  }
}
.career-popup__copy ul {
  margin: 0 0 25px;
  padding: 0 0 0 28px;
  letter-spacing: 0.16px !important;
}
@media only screen and (max-width: 767px) {
  .career-popup__copy ul {
    font-size: 14px !important;
    margin: 0 0 20px;
    letter-spacing: 0.14px !important;
  }
}

.formofcard .wpcf7-form-control-wrap {
  display: block;
}
.formofcard .wpcf7-not-valid-tip {
  font-size: 12px;
  color: var(--color-orange);
  position: absolute;
  max-width: 100%;
  display: block;
  width: 100%;
  margin-top: 3px;
}
.formofcard .errormsg {
  font-size: 12px;
  color: var(--color-orange);
  margin-top: 3px;
  position: absolute;
  width: 100%;
}
.formofcard .errormsg:not(:empty) + .wpcf7-not-valid-tip {
  display: none !important;
}
.formofcard .wpcf7 form.invalid .wpcf7-response-output {
  border-color: var(--color-orange) !important;
  text-align: center !important;
  color: var(--color-orange) !important;
}
.formofcard .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  text-align: center !important;
  color: #46b450 !important;
}
.formofcard .form-head {
  font-size: 24px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 122%;
  color: #03002F;
  letter-spacing: 0 !important;
  margin: 0 0 25px !important;
  padding: 6px 0 0 0 !important;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-head {
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 130% !important;
    letter-spacing: -0.36px !important;
    margin: 0 0 13px !important;
  }
}
.formofcard .form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.formofcard .form-item {
  padding: 0 12px;
  margin: 0 0 22px;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item {
    width: 100%;
    margin: 0 0 15px;
  }
}
.formofcard .form-item p {
  margin: 0 !important;
  padding: 0 !important;
}
.formofcard .form-item .select-resume-file {
  position: relative;
  border-bottom: solid 2px rgba(16, 30, 97, 0.3);
  width: 100%;
}
.formofcard .form-item .select-resume-file .resume-file-name {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .select-resume-file .resume-file-name {
    font-size: 14px !important;
  }
}
.formofcard .form-item .select-resume-file .resume-file-name::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/attachment.svg) no-repeat center top;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.formofcard .form-item .wpcf7-form-control {
  width: 100%;
  position: relative;
}
.formofcard .form-item .wpcf7-form-control.wpcf7-file {
  display: block;
  height: 36px;
  opacity: 0;
  width: 100%;
  visibility: hidden;
}
.formofcard .form-item .wpcf7-form-control.wpcf7-text {
  display: block;
  border: none;
  background: transparent;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.32px;
  color: #03002F;
  margin: 0;
  padding: 0;
  height: 36px;
  border-bottom: solid 2px rgba(16, 30, 97, 0.3);
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .wpcf7-form-control.wpcf7-text {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: 0.14px !important;
  }
}
.formofcard .form-item .wpcf7-form-control.wpcf7-text::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.32px;
  color: #03002F;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .wpcf7-form-control.wpcf7-text::-moz-placeholder {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: 0.14px !important;
  }
}
.formofcard .form-item .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.32px;
  color: #03002F;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .wpcf7-form-control.wpcf7-text:-ms-input-placeholder {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: 0.14px !important;
  }
}
.formofcard .form-item .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.32px;
  color: #03002F;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: 0.14px !important;
  }
}
.formofcard .form-item .wpcf7-form-control.wpcf7-text::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: -0.32px;
  color: #03002F;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .wpcf7-form-control.wpcf7-text::placeholder {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    letter-spacing: 0.14px !important;
  }
}
.formofcard .form-item .select2-container {
  width: 100% !important;
  min-width: 100% !important;
  top: inherit !important;
  left: inherit !important;
}
.formofcard .form-item .select2-container--open .select2-selection--single {
  /*border-bottom: none !important;*/
}
.formofcard .form-item .select2-container--open .select2-selection__arrow b {
  transform: rotate(226deg);
}
.formofcard .form-item .select2-container--open .select2-results__option:first-child {
  pointer-events: none !important;
  opacity: 0.7;
}
.formofcard .form-item .select2-container--default .select2-selection--single {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px rgba(16, 30, 97, 0.3);
  height: 36px;
}
.formofcard .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  line-height: 36px;
  padding-left: 0;
  font-weight: 400;
  color: #03002F;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
  }
}
.formofcard .form-item .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #03002F;
}
.formofcard .form-item .select2-selection__arrow {
  right: 0;
}
.formofcard .form-item .select2-selection__arrow b {
  border: solid #03002F !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  right: 0px !important;
  top: 50% !important;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-item .select2-selection__arrow b {
    border-width: 0 1.5px 1.5px 0 !important;
    padding: 3px;
  }
}
.formofcard .form-item .select2-dropdown {
  border-radius: 0;
  border: solid 1px rgba(16, 30, 97, 0.3);
}
.formofcard .form-item .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: var(--color-dark-blue);
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.formofcard .form-item .select2-results__options {
  padding: 5px 10px !important;
  max-height: 130px !important;
}
.formofcard .form-item .select2-results__option[aria-selected] {
  font-weight: 400;
  font-size: 16px;
  padding: 8px 0px;
  color: var(--color-dark-blue);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.formofcard .form-item .select2-results__option[aria-selected]:last-child {
  border-bottom: 0px !important;
}
.formofcard .form-item .select2-results__option:first-child {
  cursor: default;
  pointer-events: none;
}
.formofcard .form-item .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: var(--color-orange) !important;
}
.formofcard .form-item--full {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .formofcard .form-button {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .formofcard .button {
    font-size: 14px;
    padding: 18px 19px;
    text-align: center;
    min-width: inherit;
    font-weight: normal;
  }
}/*# sourceMappingURL=career-list.css.map */