/*Search autocomplete*/
.search-wrap .result {
  padding: 0px 20px;
}

#autocomplete-result {
  margin-left: 0px;
  padding: 0px;
}

.search-wrap .result h3.result-header {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}

.search-wrap .result ul {
  padding: 10px 0px;
  margin-left: 0px;
}

.search-wrap .result ul ul {
  padding: 0px;
}

.quick-links {
  margin-top: 30px;
}

.quick-links > h3 {
  margin-bottom: 30px;
  font-weight: bold;
}

.content-editor .quick-links ul li a {
  color: #000000;
}

.content-editor .quick-links ul li a:hover {
  color: #ea8e33;
}

.quick-links ul {
  list-style: none;
  padding: 0;
}

.quick-links > .menu-main-menu-container > ul > li {
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.quick-links > .menu-main-menu-container > ul > li > a {
  font-weight: bold;
}

@media (max-width: 767px) {
  .search-wrap .result {
    padding: 0px;
  }

  .search-wrap .result h3 {
    padding-top: 10px;
  }
}

.search-wrap .field-wrap button {
  display: none;
}

.search-wrap.open .field-wrap button {
  display: block;
}

.main-header .search-wrap input[type="text"] {
  transition: none;
  background: none;
  width: 100%;
  font-size: 18px;
  padding-top: 7px;
  height: 95px;
  padding-left: 45px;
  padding-right: 50px;
}

.search-wrap .result {
  display: block;
}

.header-search .field-wrap {
  position: relative;
}

.search-wrap .result.open {
  /* display: block; */
  /* position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 0px 20px;
  padding-bottom: 15px;
  display: block;
  left: auto;
  right: 0px;
  max-width: 100%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3); */
}

.header-search .search-close {
  position: absolute;
  right: 10px;
  top: 50%;
  color: #00539b;
  background-color: transparent;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  display: block;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-search .search-close:before,
.header-search .search-close:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 14px;
  width: 2px;
  height: 24px;
  border-radius: 1px;
  background: #000;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.header-search .search-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-search .search-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-search .search-close:hover {
  opacity: 1;
}

.header-search .search-close:hover:before,
.header-search .search-close:hover:after {
  background: #c32519;
}

.search-section.search-wrap {
  padding: 0;
  display: none;
}

.search-section.search-wrap.open {
  display: block;
}

.search-section.search-wrap.open .field-wrap {
  display: block;
}

.search-section.search-wrap .field-wrap {
  display: block;
}

.info--career .info__text ul:not([class]) li {
  padding-left: 30px;
}

.info--career .info__text ul:not([class]) li::after {
  display: block;
}

.info--career .career-repeater .info__text ul li a,
.info--career .career-repeater .info__text p a {
  font-weight: bold;
}

@media (min-width: 992px) {
  .search-wrap .field-wrap button {
    display: none;
  }

  .search-wrap.open .field-wrap button {
    display: block;
  }

  .main-header .search-wrap input[type="text"] {
    transition: none;
    background: none;
    width: 100%;
    font-size: 18px;
    padding-top: 7px;
    height: 95px;
    padding-left: 45px;
    padding-right: 50px;
  }

  .search-wrap .field-wrap {
    padding-left: 0px;
    margin: 0 0 20px;
  }

  .search-wrap .result .ui-widget.ui-widget-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    border: none;
    padding-left: 20px;
  }

  .nav-wrap .search-wrap {
    position: absolute;
    right: 15px;
  }

  .search-wrap .most-search ul {
    list-style: none;
  }

  .search-wrap .result-header {
    margin-bottom: 10px;
  }

  .quick-links > .menu-main-menu-container > ul > li {
    margin-bottom: 30px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }

  .quick-links > .menu-main-menu-container > ul > li > a {
    font-weight: bold;
  }

  a.search-opener {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    padding-bottom: 15px;
    /* position: absolute; */
    /* right: 15px; */
  }

  a.search-opener span {
    line-height: 23px;
  }

  a.search-opener i {
    font-size: 18px;
    color: #000000;
    padding-left: 12px;
  }

  .header-search {
    background-color: #fff;
    position: fixed;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0px;
    -webkit-box-shadow: 15px 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 2px rgba(0, 0, 0, 0.2);
  }

  .header-search .container {
    position: relative;
  }

  .header-search .form-control {
    height: 45px;
    background: transparent;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 45px 10px 55px;
    font-size: 20px;
  }

  .header-search .site-search {
    position: absolute;
    top: 50%;
    left: 18px;
    font-size: 25px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bcbdc0;
    width: 25px;
    height: 25px;
  }

  .search-active .header-search {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .header-search .field-wrap .fa-search {
    display: none;
  }
}

.site-search svg path {
  fill: #aeaeae;
}

.header-search {
  top: 145px;
  overflow: hidden;
  background: #fff;
  height: 0;
  transition: height 0.15s cubic-bezier(0.4, 0, 0.6, 1);

  /* transition:  */
}

.search-active .header-search {
  height: var(--height);
}

.search-section.search-wrap {
  display: block;
}

.header-search .container {
  padding-top: 32px;
  padding-bottom: 32px;
}

.header-search .field-wrap,
.header-search h3,
.header-search li {
  opacity: 0;
}

.search-closing .header-search .field-wrap,
.search-closing .header-search h3,
.search-closing .header-search li {
  animation-duration: 0.32s;
  animation-direction: reverse;
  animation-delay: calc(40ms * var(--reverse-index));
  /* animation-fill-mode: both; */
  animation-name: menu-slideout;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.search-opening .header-search .field-wrap,
.search-opening .header-search h3,
.search-opening .header-search li {
  /* opacity: 1;
  transform: none; */
  animation-duration: 0.32s;
  animation-delay: calc(40ms * var(--index));
  animation-name: menu-slidein;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
}

.search-active .header-search .field-wrap,
.search-active .header-search h3,
.search-active .header-search li {
  opacity: 1;
}

@keyframes menu-slidein {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes menu-slideout {
  0% {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-search .container {
  max-width: 1400px;
  margin: 0 auto;
}

.search-active .wrapper:after {
  opacity: 1;
}

.result li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #eb5e1a;
}

.search-wrap .result ul li {
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  padding-bottom: 3px;
}

.search-wrap ul li a {
  color: #eb5e1a;
  text-decoration: none;
}

.field-wrap.loading {
  visibility: visible;
}

@media (max-width: 1400px) {
  .header-search {
    top: 105px;
  }
}

@media (max-width: 1200px) {
  .header-search {
    top: 135px;
  }
}

/* new style */
body .uwy.userway_p1 .userway_buttons_wrapper {
  top: auto !important;
  bottom: 13px !important;
}

.search-wrap ul li a {
  color: #080808;
  transition: opacity 0.3s ease-in-out;
}

.search-wrap ul li a:hover {
  opacity: 0.8;
}

.result li:before {
  border-color: #080808;
}

@media (min-width: 992px) {
  .header-search .form-control {
    border-bottom: 1px solid #080808;
  }
}

.header-w .header .controls ul li a:not(.search) {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.header-w .header .controls ul li a.active:not(.search) {
  border-color: #fff;
}

.header-w .header .controls ul li a:not(.search):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #fff;
}

.header-w .header .controls ul li a.larger:not(.search):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 12px;
  height: 2px;
  background: #fff;
}

@media (max-width: 991px) {
  .header-search {
    top: 125px;
  }
}

@media (min-width: 1200px) {
  .header-search {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
}

@media (max-width: 1200px) {
  .header-w .header .controls {
    display: block !important;
    position: absolute;
    right: 45px;
    left: auto;
    top: -26px;
    z-index: 999;
    width: 20px;
  }

  .header-w .header .controls ul li a.search {
    background-size: 100% auto;
    background-position: 1px 0px;
    width: 20px;
    height: 27px;
  }

  .mobile-menu-search {
    display: none !important;
  }

  .mobile-navigation-w .mobile-navigation {
    border-bottom: none;
  }

  .header-search {
    background-color: #fff;
    position: fixed;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 0px;
    top: 79px;
    width: 100%;
    z-index: 99;
    padding: 0px;
    -webkit-box-shadow: 15px 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 15px 0 2px rgba(0, 0, 0, 0.2);
  }

  html:has(body.search-active) {
    overflow: hidden;
  }

  .search-active .header-search {
    height: var(--height);
  }

  .header-search .site-search {
    position: absolute;
    top: 50%;
    left: 18px;
    font-size: 25px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #bcbdc0;
    width: 25px;
    height: 25px;
  }

  .header-search .form-control {
    height: 45px;
    background: transparent;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 45px 10px 55px;
    font-size: 20px;
    border-bottom: 1px solid #080808;
  }

  .header-search .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-active {
    overflow: hidden;
  }
}

.logo-w {
  pointer-events: none;
}

.logo-w .logo {
  pointer-events: auto;
}

.search-wrap .field-wrap {
  padding-left: 0px;
  margin: 0 0 20px;
}

.header-search {
  top: var(--offset) !important;
}

ul.search-results {
  padding-left: 0;
  margin: 0;
}

ul.search-results li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 10px;
  list-style: none;
}

ul.search-results li .result-num {
  flex: 0 0 150px;
  font-weight: bold;
}

ul.search-results li .result-content {
  flex: 1;
}
ul.search-results li .result-num p {
  margin: 0 !important;
}
.body-w .body .body-content .nav-links {
  padding-left: 150px;
}
.body-w .body .body-content .nav-links ul li {
  margin-bottom: 0px;
}
.body-w .body .body-content .nav-links ul li::before {
  display: none;
}
.nav-links .page-numbers {
  display: flex;
  gap: 10px;
  padding: 0;
  list-style: none;
  width: auto !important;
}

.nav-links .page-numbers a,
.nav-links .page-numbers span {
  color: #000;
  font-size: 20px;
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Current page */
.nav-links .page-numbers .current {
  border-bottom: 1px solid #000 !important;
}

/* Dots */
.nav-links .page-numbers .dots {
  pointer-events: none;
}
.nav-links ul.page-numbers .prev,
.nav-links ul.page-numbers .next {
  font-size: 20px;
  font-weight: bold;
}

.nav-links ul.page-numbers a:hover {
  text-decoration: underline;
  color: #0073aa;
}

@media (max-width: 600px) {
  ul.search-results li {
    flex-wrap: wrap;
  }
  ul.search-results li .result-num,
  ul.search-results li .result-content {
    flex: 0 0 100%;
  }
  .body-w .body .body-content .nav-links {
    padding-left: 0px;
  }
}

.header-search .result ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  width: 0;
  height: 0;
  border: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 12px solid #77c7d6;
}

.header-search .result ul li {
  padding-left: 20px;
  font-size: 18px;
}

.header-search .field-wrap.loading ~ .result {
  position: relative;

  &::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 50%);
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background:
      var(--_g) 0% 50%,
      var(--_g) 50% 50%,
      var(--_g) 100% 50%;
    background-size: calc(100% / 3) 100%;
    animation: l7 1s infinite linear;
    z-index: 5;
  }

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    background: #ffffff;
  }
}

@keyframes l7 {
  33% {
    background-size:
      calc(100% / 3) 0%,
      calc(100% / 3) 100%,
      calc(100% / 3) 100%;
  }
  50% {
    background-size:
      calc(100% / 3) 100%,
      calc(100% / 3) 0%,
      calc(100% / 3) 100%;
  }
  66% {
    background-size:
      calc(100% / 3) 100%,
      calc(100% / 3) 100%,
      calc(100% / 3) 0%;
  }
}

.search-wrap .result h3.result-header {
  font-size: 18px;
}
