@charset "UTF-8";
/*--------------------
Theme Name: ThinkBIT Solutions (Child Theme)
Theme URI: http://underscores.me/thinkbit-child/
Description: ThinkBIT Child Theme
Author: ThinkBIT Solutions Phils. Inc.
Author URI: http://thinkbitsolutions.com
Template: thinkbit
Version:1.0.0
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ThinkBIT Solutions is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
--------------------*/
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none !important;
}

b,
strong {
  font-weight: 700;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

.btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important !important;
  font-weight: 700;
  line-height: 1.5em !important;
  letter-spacing: 0;
}

small,
.small {
  font-size: 14px !important;
  font-weight: 300;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  overflow: auto;
}
body.fixed {
  overflow: hidden;
  height: 100vh;
}

body p a {
  color: #022A7B;
}

body p a:focus,
body p a:hover {
  color: #003399;
}

.container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

.page-template-fullwidth .gsp_post_data,
.page-template-fullwidth .entry-content {
  margin: 0;
}

::-moz-selection {
  color: white;
  background: #022A7B;
}

::selection {
  color: white;
  background: #022A7B;
}

.site-content {
  overflow: hidden;
  min-height: calc(100vh - 95px - 230px);
}

.z-0 {
  z-index: 0 !important;
}

@media (max-width: 780.9px) {
  .mobile-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.static-breadcrumbs {
  gap: 9px;
}
.static-breadcrumbs a {
  color: #141414 !important;
}
.static-breadcrumbs p:before {
  content: "\f054";
  color: #141414;
  font-size: 11px;
  margin-right: 15px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome";
}

.yoast-breadcrumbs.light-version {
  display: block !important;
}

.custom-breadcrumbs.light-version a,
.custom-breadcrumbs.light-version span {
  color: #fff;
}
.custom-breadcrumbs.dark-version a,
.custom-breadcrumbs.dark-version span {
  color: #141414;
}

.count-up-number h3 {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  row-gap: 0.1em;
  font-variant-numeric: tabular-nums;
}

button,
.btn {
  font-size: 14px !important;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 1.35px;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.back-to-top a {
  font-size: 24px;
  background-color: #333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.back-to-top a:hover {
  background-color: #555;
}

.stk-block:is(.stk-block-button,
.stk-block-icon-button,
.stk-block-pagination):not(.is-style-link) .stk-button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #141414 !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #141414 !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #141414 !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #141414 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.pe-none {
  pointer-events: none !important;
}

.text-underline a {
  text-decoration: underline !important;
}

.text-center {
  text-align: center !important;
}

.line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.stk-block-accordion--style-accordion .stk-block-accordion__heading .stk-block-icon-label .stk-inner-blocks {
  gap: 0;
}
.stk-block-accordion--style-accordion .stk-block-accordion__heading .stk-block-heading__text {
  color: #003399 !important;
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  font-weight: 600;
}
@media (max-width: 780.9px) {
  .stk-block-accordion--style-accordion .stk-block-accordion__heading .stk-block-heading__text {
    font-size: 1rem !important;
  }
}
.stk-block-accordion--style-accordion .stk-block-accordion__heading svg {
  fill: #003399 !important;
}
.stk-block-accordion--style-accordion .stk-block-accordion__heading svg path {
  fill: inherit !important;
}
.stk-block-accordion--style-accordion .stk-block-accordion__content > .stk-container {
  padding: 0;
}
.stk-block-accordion--style-accordion .stk-block-accordion__content > .stk-container a {
  color: #94a4ba;
}
.stk-block-accordion--style-accordion .stk-block-accordion__content > .stk-container .custom-faq-categories {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}

.custom-breadcrumbs {
  font-size: 14px;
}
.custom-breadcrumbs span.breadcrumb_last {
  color: #94a4ba;
}
.custom-breadcrumbs span a {
  margin-inline: 8px;
}
.custom-breadcrumbs span span:first-child a {
  font-size: 0;
}
.custom-breadcrumbs span span:first-child a:before {
  content: url(../../../wp-content/uploads/2026/05/home-icon.svg);
  width: 14px !important;
  display: inline-block;
}
.custom-breadcrumbs span .breadcrumb_last {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

p a {
  color: #39b7ff;
}

p a:hover {
  color: #39b7ff;
}

.wp-speech-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  background: #E9EEF6;
  padding: 15px 12px;
  border-radius: 8px;
}

.wp-speech-btn {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wp-speech-btn:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 21px;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #022A7B;
}

.wp-wave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.wp-bar {
  width: 4px;
  height: 20px;
  background: #000000;
  border-radius: 10px;
  -webkit-transition: height 0.12s linear;
  transition: height 0.12s linear;
}

.wp-bar.active {
  background: #022A7B;
}

.swiper-outer-wrapper {
  position: relative;
  padding: 0px 68px;
}
@media (max-width: 600px) {
  .swiper-outer-wrapper {
    padding: 0;
  }
  .swiper-outer-wrapper .swiper-nav-row {
    display: none;
  }
}
.swiper-outer-wrapper .swiper {
  overflow: hidden;
}
.swiper-outer-wrapper .swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.swiper-outer-wrapper .swiper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-outer-wrapper .swiper .swiper-slide > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.swiper-outer-wrapper .swiper .swiper-slide .stk-block-card,
.swiper-outer-wrapper .swiper .swiper-slide .stk-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-outer-wrapper .swiper .swiper-slide .stk-block-card__content,
.swiper-outer-wrapper .swiper .swiper-slide .stk-block-content.stk-inner-blocks {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-outer-wrapper .swiper .swiper-slide .wp-block-stackable-button-group {
  margin-top: auto !important;
}
.swiper-outer-wrapper .swiper .swiper-slide .wp-block-stackable-button-group .wp-block-stackable-button {
  width: 100%;
}
.swiper-outer-wrapper .swiper {
  /* Hide swiper until initialized */
}
.swiper-outer-wrapper .swiper:not(.swiper-initialized) {
  visibility: hidden;
  overflow: hidden;
}
.swiper-outer-wrapper .swiper {
  /* Once initialized, show it */
}
.swiper-outer-wrapper .swiper.swiper-initialized {
  visibility: visible;
  overflow: hidden;
}
.swiper-outer-wrapper .custom-swiper-prev,
.swiper-outer-wrapper .custom-swiper-next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 48px !important;
  height: 48px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-outer-wrapper .custom-swiper-prev.swiper-button-disabled,
.swiper-outer-wrapper .custom-swiper-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.swiper-outer-wrapper .custom-swiper-prev::after,
.swiper-outer-wrapper .custom-swiper-next::after {
  display: none !important;
}
.swiper-outer-wrapper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
.swiper-outer-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #94A4BA;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.swiper-outer-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #003399;
}

.custom-gallery-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  bottom: 24px !important;
}
.custom-gallery-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #94A4BA;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  opacity: 1;
}
.custom-gallery-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #003399;
}

.cert-search-card {
  background: #ffffff;
  border-radius: 32px;
  padding: 32px;
  width: 100%;
  max-width: 720px;
  font-family: "Poppins", sans-serif !important !important;
}
.cert-search-title {
  margin: 0 0 23px 0;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 28px !important;
  color: #141414;
}
.cert-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
}
.cert-search-input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  outline: none;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
  color: #141414;
}
.cert-search-input::-webkit-input-placeholder {
  color: #94A4BA;
}
.cert-search-input::-moz-placeholder {
  color: #94A4BA;
}
.cert-search-input:-ms-input-placeholder {
  color: #94A4BA;
}
.cert-search-input::-ms-input-placeholder {
  color: #94A4BA;
}
.cert-search-input::placeholder {
  color: #94A4BA;
}
.cert-search-input:focus {
  border-color: #003399;
}
.cert-search-button {
  width: 100%;
  max-width: 175px;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif !important;
  color: #a1a5db;
  background: #e0e2f7;
  border: none;
  border-radius: 8px;
  cursor: not-allowed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
}
.cert-search-button.is-active {
  cursor: pointer;
  color: #ffffff;
  background: #003399;
}
.cert-search-button.is-active:hover {
  background: darken;
}
.cert-search-button:disabled {
  opacity: 0.7;
}

.cert-search-spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #ffffff;
  border-radius: 50%;
  -webkit-animation: cert-search-spin 0.6s linear infinite;
          animation: cert-search-spin 0.6s linear infinite;
}

.cert-search-button.is-loading .cert-search-spinner {
  display: inline-block;
}

.cert-search-button.is-loading .cert-search-button-text {
  opacity: 0.85;
}

@-webkit-keyframes cert-search-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cert-search-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cert-search-note {
  margin: 40px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  font-style: italic;
}

.cert-search-result {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.cert-search-result.success {
  color: #141414;
}

.cert-search-result.error {
  background: #fdecec;
  color: #b3261e;
  border: 1px solid #f7cfcf;
}

.main-menu {
  gap: 1rem;
}
.main-menu a {
  font-size: 1rem;
  font-weight: 600;
}
.main-menu .wp-block-navigation__submenu-icon {
  display: none !important;
}
.main-menu .has-child .wp-block-navigation__submenu-container {
  pointer-events: unset !important;
  padding-top: 1rem !important;
  background-color: transparent !important;
}
.main-menu .has-child .wp-block-navigation__submenu-container a.wp-block-navigation-item__content {
  background-color: #E9EEF6;
  border-radius: 0;
  font-size: 14px;
}
.main-menu .has-child .wp-block-navigation__submenu-container a.wp-block-navigation-item__content span {
  color: #003399 !important;
}
.main-menu .has-child .wp-block-navigation__submenu-container a.wp-block-navigation-item__content:hover {
  background-color: #003399;
}
.main-menu .has-child .wp-block-navigation__submenu-container a.wp-block-navigation-item__content:hover span {
  color: #ffffff !important;
}
@media (max-width: 599.9px) {
  .main-menu {
    --navigation-layout-justification-setting: flex-start !important;
    width: 100%;
    text-align: left;
  }
  .main-menu .has-modal-open .wp-block-navigation-submenu__toggle[aria-expanded=false] ~ .wp-block-navigation__submenu-container {
    display: none;
  }
  .main-menu .has-modal-open .wp-block-navigation__submenu-icon {
    display: block !important;
  }
  .main-menu .wp-block-navigation__submenu-container {
    pointer-events: unset !important;
    width: 100% !important;
  }
  .main-menu .wp-block-navigation__submenu-container a {
    width: 100%;
  }
  .main-menu li.wp-block-navigation-item.has-child.wp-block-navigation-submenu {
    position: relative;
    width: 100%;
  }
  .main-menu li.wp-block-navigation-item.has-child.wp-block-navigation-submenu button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    display: block !important;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .main-menu .wp-block-navigation-submenu__toggle * {
    pointer-events: none;
  }
}
.main-menu form.wp-block-search {
  border-radius: 100px;
  border: 1px solid #022A7B;
  overflow: hidden;
}
@media (max-width: 599.9px) {
  .main-menu form.wp-block-search {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.main-menu form.wp-block-search .wp-block-search__input {
  padding: 6px 0 6px 16px;
  min-width: 0 !important;
  max-width: 102px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  font-size: 14px;
}
@media (max-width: 599.9px) {
  .main-menu form.wp-block-search .wp-block-search__input {
    max-width: 100%;
  }
}
.main-menu form.wp-block-search .wp-block-search__input::-webkit-input-placeholder {
  color: #94a4ba;
  opacity: 1;
}
.main-menu form.wp-block-search .wp-block-search__input::-moz-placeholder {
  color: #94a4ba;
  opacity: 1;
}
.main-menu form.wp-block-search .wp-block-search__input:-ms-input-placeholder {
  color: #94a4ba;
  opacity: 1;
}
.main-menu form.wp-block-search .wp-block-search__input::-ms-input-placeholder {
  color: #94a4ba;
  opacity: 1;
}
.main-menu form.wp-block-search .wp-block-search__input::placeholder {
  color: #94a4ba;
  opacity: 1;
}
.main-menu form.wp-block-search button.wp-block-search__button {
  background-color: #ffffff;
  color: #022A7B;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  border: 0;
  padding: 6px 10px;
  margin: 0;
}
.main-menu .top-menu-item {
  display: none !important;
}
@media (max-width: 599.9px) {
  .main-menu .top-menu-item {
    display: block !important;
  }
}

a.wp-block-navigation-item__content {
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.wp-block-navigation-item__content[aria-current=page] {
  background-color: #ffffff;
}
a.wp-block-navigation-item__content[aria-current=page] span {
  color: #022A7B;
}
a.wp-block-navigation-item__content:hover span {
  color: #a1a5db;
}

.top-menu a.wp-block-navigation-item__content:hover span {
  color: #a0dbfc;
}

.has-child > a::hover ~ ul.wp-block-navigation__submenu-container, .has-child > ul.wp-block-navigation__submenu-container:hover {
  height: auto !important;
  visibility: visible !important;
  overflow: visible !important;
  opacity: 1 !important;
  min-width: 200px !important;
  left: 0 !important;
  bottom: 0 !important;
  pointer-events: unset !important;
  -webkit-transition: 2s;
  transition: 2s;
}

.main-footer a {
  color: #ffffff;
  text-decoration: none;
}
.main-footer a:hover {
  color: #39B7FF;
}
.main-footer .footer-related-menu {
  gap: 4px;
}
.main-footer .footer-related-menu li a {
  position: relative;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  padding-left: 15px;
}
.main-footer .footer-related-menu li a:hover {
  color: #39B7FF !important;
}
.main-footer .footer-related-menu li a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}

nav.related-links ul li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
nav.related-links ul li:before {
  content: "•";
  margin-right: 8px;
}

body .main-header .header-nav .top-menu li a {
  font-size: 14px !important;
  line-height: 20px !important;
  color: #39B7FF !important;
  font-weight: 600 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .main-header .header-nav .main-menu li a {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .main-header .header-nav .main-menu li a:focus, body .main-header .header-nav .main-menu li a:hover {
  color: #a1a5db !important;
}

.site-header {
  position: relative;
  z-index: 999;
}
@media (max-width: 599.9px) {
  .site-header .custom-site-logo {
    width: 50%;
  }
  .site-header nav:has(.top-menu) {
    display: none;
  }
}

.home-banner.with-gradient > .stk-row {
  position: relative;
  z-index: 99;
}
.home-banner.with-gradient:after {
  content: "" !important;
  width: 100%;
  clear: both;
  height: 100%;
  display: block !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61.12%, rgba(0, 0, 0, 0)), to(rgba(15, 15, 15, 0.9)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.12%, rgba(15, 15, 15, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.with-gradient {
  position: relative;
}
.with-gradient > .stk-row {
  position: relative;
  z-index: 99;
}
.with-gradient:after {
  content: "" !important;
  width: 100%;
  clear: both;
  height: 100%;
  display: block !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.54%, rgba(0, 0, 0, 0)), color-stop(82.92%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5.54%, rgba(0, 0, 0, 0.6) 82.92%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.advance-education .advance-card > .stk-container {
  gap: 20px;
}
.advance-education .advance-card .stk-block-button a.stk-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0 !important;
}

.our-reach .right-border {
  position: relative;
}
.our-reach .right-border:after {
  content: "" !important;
  width: 1920px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 113px;
  border-radius: 40px;
  border: 4px solid #F2B62A;
}
.our-reach .left-border {
  position: relative;
}
.our-reach .left-border:after {
  content: "" !important;
  width: 1920px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 113px;
  border-radius: 40px;
  border: 4px solid #F2B62A;
}

.mission-vision-acc .stk-block-accordion__content > .stk-column-wrapper {
  margin: 0 !important;
  padding: 0;
}

.page-bread-crumb .stk-block-text__text {
  font-size: 14px !important;
  line-height: 20px;
  color: #94a4ba;
  font-weight: 400;
}
.page-bread-crumb .stk-block-text__text a {
  color: #022A7B;
}

.full-width-image {
  width: 100%;
}

@media (max-width: 780.9px) {
  .gov-b-members .b-member-cards .stk--block-horizontal-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
}
.gov-b-members .b-member-cards .stk-block-card {
  width: 100% !important;
  max-width: 280px;
}
@media (max-width: 780.9px) {
  .gov-b-members .b-member-cards .stk-block-card {
    width: 45%;
  }
}
@media (max-width: 599.9px) {
  .gov-b-members .b-member-cards .stk-block-card {
    width: 100%;
  }
}
.gov-b-members .b-member-cards .stk-block-card .stk-container {
  height: 100%;
}
.gov-b-members .b-member-cards .stk-block-card__image {
  padding: 16px 16px 5px;
}
.gov-b-members .b-member-cards .stk-block-card__image img {
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.0784313725);
}
.gov-b-members .b-member-cards .stk-block-card__content .stk-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 66px;
}

.people-group .people-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991.9px) {
  .people-group .people-grid {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (max-width: 780.9px) {
  .people-group .people-grid {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
.people-group .people-grid .people-card {
  width: 381px;
  max-width: 100%;
  padding: 16px;
  background: #ffffff;
  border-radius: 12px;
}
.people-group .people-grid .people-card:hover {
  background: #E9EEF6;
}
.people-group .people-grid .people-card__image-wrap {
  margin: 0 0 21px;
}
.people-group .people-grid .people-card__image-wrap img {
  width: 188px;
  height: 225px;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.people-group .people-grid .people-card__info {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.people-group .people-grid .people-card__info h5 {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #003399;
  font-weight: 600;
  text-align: center;
  margin: 0 0 2px;
  min-height: 54px;
}
.people-group .people-grid .people-card__info p {
  font-size: 12px !important;
  line-height: 16px;
  color: #003399;
  font-weight: 400;
  text-align: center;
  font-style: italic;
}

.our-people-exec .people-group .people-grid .people-card:first-child {
  margin-left: 30px;
}
@media (max-width: 991.9px) {
  .our-people-exec .people-group .people-grid .people-card:first-child {
    margin-left: 0;
  }
}
.our-people-exec .people-group .people-grid .people-card:nth-child(2) {
  margin-right: 30px;
}
@media (max-width: 991.9px) {
  .our-people-exec .people-group .people-grid .people-card:nth-child(2) {
    margin-right: 0;
  }
}

.partners-form {
  width: 100%;
  clear: both;
  padding: 32px;
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeff5), to(#ffffff));
  background: linear-gradient(180deg, #eaeff5 0%, #ffffff 100%);
}
.partners-form .form-logo {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 0 16px;
  background-image: url("icons/Icon.webp");
}
.partners-form h4 {
  color: #022A7B;
  font-weight: 700;
  margin: 0 0 16px;
}
.partners-form p {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  margin: 0 0 20px;
  font-weight: 400;
}
.partners-form .p-field {
  width: 100%;
  margin: 0 0 8px;
}
.partners-form .p-field p {
  margin: 0;
  font-weight: 400;
}
.partners-form .p-field span {
  width: 100%;
}
.partners-form .p-field input[type=text],
.partners-form .p-field input[type=email],
.partners-form .p-field select,
.partners-form .p-field textarea {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  font-weight: 400;
  padding: 11px 12px;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  font-family: "Poppins", sans-serif !important;
  outline: none;
}
.partners-form .p-field input[type=text]::-webkit-input-placeholder, .partners-form .p-field input[type=email]::-webkit-input-placeholder, .partners-form .p-field select::-webkit-input-placeholder, .partners-form .p-field textarea::-webkit-input-placeholder {
  color: #94A4BA;
}
.partners-form .p-field input[type=text]::-moz-placeholder, .partners-form .p-field input[type=email]::-moz-placeholder, .partners-form .p-field select::-moz-placeholder, .partners-form .p-field textarea::-moz-placeholder {
  color: #94A4BA;
}
.partners-form .p-field input[type=text]:-ms-input-placeholder, .partners-form .p-field input[type=email]:-ms-input-placeholder, .partners-form .p-field select:-ms-input-placeholder, .partners-form .p-field textarea:-ms-input-placeholder {
  color: #94A4BA;
}
.partners-form .p-field input[type=text]::-ms-input-placeholder, .partners-form .p-field input[type=email]::-ms-input-placeholder, .partners-form .p-field select::-ms-input-placeholder, .partners-form .p-field textarea::-ms-input-placeholder {
  color: #94A4BA;
}
.partners-form .p-field input[type=text]::placeholder,
.partners-form .p-field input[type=email]::placeholder,
.partners-form .p-field select::placeholder,
.partners-form .p-field textarea::placeholder {
  color: #94A4BA;
}
.partners-form .p-field textarea {
  height: 200px;
  max-width: 100%;
  resize: none;
  overflow-y: auto;
}
.partners-form .p-field select:valid {
  color: #94A4BA;
}
.partners-form .p-field select.has-value {
  color: #141414;
}
.partners-form .p-sfield {
  padding-top: 29px;
  width: 100%;
  position: relative;
}
.partners-form .p-sfield input[type=submit] {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 12px 45px;
  border: 0;
  border-radius: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0 12px;
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
  color: #ffffff;
  background: #022A7B;
}
.partners-form .p-sfield input[type=submit].disabled {
  color: #a1a5db;
  background: #e0e2f7;
  cursor: not-allowed;
}
.partners-form .p-sfield .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
}
.partners-form .p-sfield p {
  font-size: 16px;
  line-height: 24px;
  color: #94A4BA;
  margin: 0;
  font-weight: 400;
}

.thank-message-content {
  display: none;
}

.show-message {
  display: block;
}

body .pum-theme-lightbox .pum-content + .pum-close {
  width: 28px;
  height: 28px;
  color: #989898;
  background: #e9eef6;
  border: 0;
  top: -34px;
  right: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pd-wrap {
  max-width: 100%;
  margin: 0 auto;
}
.pd-wrap .pd-search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 32px;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap input {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  padding: 14px 12px;
  border-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background: #fff;
  border: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Poppins", sans-serif !important;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap input::-webkit-input-placeholder {
  color: #94A4BA;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap input::-moz-placeholder {
  color: #94A4BA;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap input:-ms-input-placeholder {
  color: #94A4BA;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap input::-ms-input-placeholder {
  color: #94A4BA;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap input::placeholder {
  color: #94A4BA;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap input:focus {
  outline: none;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap .pd-search-icon {
  position: absolute;
  right: 12px;
  color: #022A7B;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pd-wrap .pd-search-bar .pd-search-input-wrap .pd-clear-btn {
  position: absolute;
  right: 38px;
  background: none;
  border: none;
  cursor: pointer;
  color: #022A7B;
  font-size: 16px;
  padding: 4px;
  line-height: 1;
}
.pd-wrap .pd-search-bar .pd-search-btn {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 700;
  padding: 15px 40px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #003399;
  border-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.pd-wrap .pd-search-bar .pd-search-btn:hover {
  background: #022A7B;
}
.pd-wrap .pd-result-info {
  width: 100%;
  margin: 0 0 32px;
}
.pd-wrap .pd-result-info .pd-result-count {
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  font-weight: 400;
  margin-bottom: 16px;
}
.pd-wrap .pd-result-info .pd-result-keyword {
  font-size: 24px;
  line-height: 32px;
  color: #39b7ff;
  font-weight: 700;
}
.pd-wrap .pd-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #b1b1b1;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.pd-wrap .pd-controls .pd-controls-label {
  width: 60%;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: 400;
}
.pd-wrap .pd-controls .pd-ctrl-group {
  width: 14%;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: 400;
}
.pd-wrap .pd-controls .pd-ctrl-group svg {
  font-size: 22px;
  color: #39B7FF;
  margin-right: 4px;
}
.pd-wrap .pd-controls .pd-ctrl-group select {
  max-width: 65%;
  margin-left: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #003399;
  background: #fff;
  border: 0;
  border-radius: 4px;
  padding: 4px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.pd-wrap .pd-controls .pd-ctrl-group-cat {
  width: 26%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}
.pd-wrap #pd1_list .pd-list-header {
  display: none;
}
.pd-wrap #pd1_list .pd-row {
  width: 100%;
  border: 0;
  margin: 0 0 16px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pd-wrap #pd1_list .pd-row .pd-name {
  width: 60%;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  font-weight: 600;
}
.pd-wrap #pd1_list .pd-row .pd-name mark {
  color: #022A7B;
  background: transparent;
}
.pd-wrap #pd1_list .pd-row .pd-cat {
  width: 40%;
  font-size: 20px;
  line-height: 28px;
  color: #141414;
  font-weight: 600;
}
.pd-wrap .pd-pagination {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pd-wrap .pd-pagination .pd-page-btn {
  font-size: 16px !important;
  line-height: 24px;
  color: #003399;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif !important;
  padding: 8px;
  min-width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #e9eef6;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.pd-wrap .pd-pagination .pd-page-btn:disabled {
  opacity: 0.6;
  cursor: default;
}
.pd-wrap .pd-pagination #pd1_next,
.pd-wrap .pd-pagination #pd1_prev {
  color: #022A7B;
  background: transparent;
  font-size: 20px;
}
.pd-wrap .pd-bottom-bar {
  font-size: 16px !important;
  line-height: 24px;
  color: #141414;
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pd-wrap .pd-bottom-bar i {
  font-size: 18px;
  color: #39b7ff;
}
.pd-wrap .pd-bottom-bar select {
  font-size: 16px !important;
  line-height: 24px;
  color: #003399;
  font-weight: 400;
  padding: 4px 15px;
  border-radius: 4px;
  background: #e9eef6;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.error-404 {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

form#contact_form {
  background-color: #ffffff;
  padding: 24px;
}
@media (max-width: 780.9px) {
  form#contact_form {
    padding: 1rem;
  }
}
form#contact_form h6 {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 780.9px) {
  form#contact_form h6 {
    margin-bottom: 0;
  }
}
form#contact_form label,
form#contact_form br {
  display: none;
}
form#contact_form input,
form#contact_form select,
form#contact_form textarea {
  padding: 11px 12px;
  width: 100%;
  outline: none;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.875rem;
  margin-top: 1rem;
}
form#contact_form input::-webkit-input-placeholder, form#contact_form select::-webkit-input-placeholder, form#contact_form textarea::-webkit-input-placeholder {
  color: #94a4ba;
}
form#contact_form input::-moz-placeholder, form#contact_form select::-moz-placeholder, form#contact_form textarea::-moz-placeholder {
  color: #94a4ba;
}
form#contact_form input:-ms-input-placeholder, form#contact_form select:-ms-input-placeholder, form#contact_form textarea:-ms-input-placeholder {
  color: #94a4ba;
}
form#contact_form input::-ms-input-placeholder, form#contact_form select::-ms-input-placeholder, form#contact_form textarea::-ms-input-placeholder {
  color: #94a4ba;
}
form#contact_form input::placeholder,
form#contact_form select::placeholder,
form#contact_form textarea::placeholder {
  color: #94a4ba;
}
form#contact_form input:focus,
form#contact_form select:focus,
form#contact_form textarea:focus {
  border-color: #022A7B !important;
}
form#contact_form input.wpcf7-not-valid,
form#contact_form select.wpcf7-not-valid,
form#contact_form textarea.wpcf7-not-valid {
  border-color: #F85050;
}
form#contact_form select {
  color: #94a4ba !important;
  background-image: url(../../../wp-content/uploads/2026/05/caret-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-size: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form#contact_form select.has-value {
  color: #141414 !important;
}
form#contact_form select option {
  color: #141414 !important;
}
form#contact_form input[type=submit] {
  background-color: #003399;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
form#contact_form input[type=submit]:hover {
  -webkit-filter: brightness(0.9) contrast(1.2);
          filter: brightness(0.9) contrast(1.2);
}
form#contact_form .wpcf7-spinner {
  display: none;
}
form#contact_form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  color: #F85050;
}
form#contact_form .wpcf7-response-output {
  margin-inline: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 2px;
}
form#contact_form.invalid .wpcf7-response-output {
  border: 1px solid #F85050 !important;
  color: #F85050;
}
form#contact_form .cf7sr-g-recaptcha {
  margin-top: 1rem;
}

.news-query-loop .single-news-card {
  height: 100%;
}
.news-query-loop .single-news-card .stk-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.news-query-loop .single-news-card .stk-container .stk-block-card__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.news-query-loop .single-news-card .stk-container .stk-block-card__content .stk-button .stk--inner-svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.wp-block-post-date {
  margin-top: auto;
}

.custom-wp-pagination {
  gap: 8px;
}
.custom-wp-pagination .wp-block-query-pagination-previous {
  display: inline-block;
}
.custom-wp-pagination .wp-block-query-pagination-previous:before {
  content: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.custom-wp-pagination .wp-block-query-pagination-previous span.wp-block-query-pagination-previous-arrow {
  display: none;
}
.custom-wp-pagination .wp-block-query-pagination-next {
  display: inline-block;
}
.custom-wp-pagination .wp-block-query-pagination-next:before {
  content: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.custom-wp-pagination .wp-block-query-pagination-next span.wp-block-query-pagination-next-arrow {
  display: none;
}
.custom-wp-pagination .page-numbers {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #003399 !important;
  background-color: #E9EEF6;
  border-radius: 8px;
  margin-inline: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-wp-pagination .page-numbers:hover, .custom-wp-pagination .page-numbers.current {
  color: #ffffff !important;
  background-color: #003399 !important;
}

.custom-breadcrumbs span.breadcrumb_last {
  display: inline-block;
  max-width: 267px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -9px;
}

#news_share_button .stk--svg-wrapper {
  padding: 8px;
  background-color: #ffffff;
}

.addtoany_share_save_container {
  display: none;
}

.event-crumb p span i {
  color: #022A7B;
}

.tribe-block.tec-block__archive-events {
  background: -webkit-gradient(linear, left top, left bottom, from(#CAD8E4), to(#ffffff));
  background: linear-gradient(180deg, #CAD8E4 0%, #ffffff 100%);
}
.tribe-block.tec-block__archive-events .tribe-events-l-container {
  max-width: 1270px;
  padding: 30px 60px 48px !important;
}
@media (max-width: 1199.9px) {
  .tribe-block.tec-block__archive-events .tribe-events-l-container {
    padding: 30px 30px 48px !important;
  }
}
@media (max-width: 780.9px) {
  .tribe-block.tec-block__archive-events .tribe-events-l-container {
    padding: 30px 24px 48px !important;
  }
}
@media (max-width: 599.9px) {
  .tribe-block.tec-block__archive-events .tribe-events-l-container {
    padding: 24px 20px 30px !important;
  }
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search {
  width: 100%;
  clear: both;
  margin: 0 0 32px;
  position: relative;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .wp-block-stackable-card {
  min-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation {
  width: 100%;
  display: block;
  clear: both;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu {
  list-style: outside none;
  margin-top: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li {
  width: 200px;
  border-radius: 12px;
  border: 1px solid #94A4BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #94A4BA;
  font-weight: 600;
  display: block;
  padding: 12px;
  width: 100%;
  outline: unset;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 15px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-filter: #94A4BA;
          filter: #94A4BA;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-seminar a:before {
  background-image: url("icons/icon-mic.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-seminar.current-menu-item a:before {
  background-image: url("icons/icon-mic-active.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-seminar:hover a:before {
  background-image: url("icons/icon-mic-hover.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-intconf a:before {
  background-image: url("icons/icon-conf.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-intconf.current-menu-item a:before {
  background-image: url("icons/icon-conf-active.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-intconf:hover a:before {
  background-image: url("icons/icon-conf-hover.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-others a:before {
  background-image: url("icons/icon-others.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-others.current-menu-item a:before {
  background-image: url("icons/icon-others-active.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.menu-event-others:hover a:before {
  background-image: url("icons/icon-others-hover.webp");
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.current-menu-item {
  background: #022A7B;
  border: 1px solid #022A7B;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.current-menu-item a {
  color: #ffffff;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li.current-menu-item:hover a:before {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li:hover a {
  color: #022A7B;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap--below-search .sidebar-navigation ul.sidebar-menu li:hover a:before {
  fill: #022A7B;
}
.tribe-block.tec-block__archive-events .tribe-events-header__events-bar {
  border-radius: 100px;
  overflow: hidden;
  border: 0 !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.tribe-block.tec-block__archive-events .tribe-events-header__events-bar .tribe-events-c-search__input-control {
  margin: 0;
}
.tribe-block.tec-block__archive-events .tribe-events-header__events-bar .tribe-common-form-control-text__input {
  padding: 14px 12px;
  outline: 0 !important;
}
@media (max-width: 780.9px) {
  .tribe-block.tec-block__archive-events .tribe-events-header__events-bar .tribe-common-form-control-text__input {
    background-color: #ffffff !important;
  }
}
.tribe-block.tec-block__archive-events .tribe-events-header__events-bar .tribe-events-c-search__input-control-icon-svg {
  right: 16px;
  left: unset;
}
.tribe-block.tec-block__archive-events .tribe-events-header__events-bar .tribe-common-c-btn.tribe-events-c-search__button {
  font-size: 0 !important;
  line-height: 0;
  color: transparent;
  padding: 15px 40px;
  background: #022A7B;
}
@media (max-width: 599.9px) {
  .tribe-block.tec-block__archive-events .tribe-events-header__events-bar .tribe-common-c-btn.tribe-events-c-search__button {
    padding: 17px !important;
    margin: 0 !important;
  }
}
.tribe-block.tec-block__archive-events .tribe-events-header__events-bar .tribe-common-c-btn.tribe-events-c-search__button:before {
  content: "Search";
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs {
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: 9;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs h3 {
  display: none;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs ul {
  list-style: outside none;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 599.9px) {
  .tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs ul {
    margin-bottom: 21px !important;
  }
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs ul li {
  display: inline-block;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #94A4BA;
  font-weight: 600;
  display: block;
  background: #fff;
  padding: 4px 7px;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs ul li a .innotech-view-tabs__icon {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs ul li.innotech-view-tabs__item--active a {
  background: #182070;
  color: #fff;
}
.tribe-block.tec-block__archive-events .tribe-events-widget-wrap .innotech-view-tabs ul li.innotech-view-tabs__item--active a .innotech-view-tabs__icon {
  color: #39B7FF;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar {
  position: relative;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar nav ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar nav ul li {
  vertical-align: middle;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar nav ul .tribe-events-c-top-bar__nav-list-item {
  padding-right: 0;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar nav ul li.date-picker {
  padding: 0 12px;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__today-button {
  font-size: 14px;
  line-height: 18px;
  color: #022A7B;
  font-weight: 700;
  padding: 8px 14px;
  border: 1px solid #022A7B;
  background: transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__today-button:hover {
  color: #fff;
  background: #022A7B;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker {
  text-align: center;
}
.tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker .tribe-common-h3 {
  font-size: 28px !important;
  line-height: 36px;
  color: #141414;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 0 !important;
}
@media (max-width: 780.9px) {
  .tribe-block.tec-block__archive-events .tribe-events-c-top-bar.tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker .tribe-common-h3 {
    font-size: 16px !important;
  }
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month {
  border: 1px solid #e6e6e6;
  background: #ffffff;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month th, .tribe-block.tec-block__archive-events table.tribe-events-calendar-month td {
  border: 1px solid #e6e6e6;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month thead {
  display: none !important;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month thead tr th {
  border: 1px solid #e6e6e6;
  width: 100%;
  display: block;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 8px;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date time {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600;
  display: block;
  padding: 0;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date time a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  padding: 0;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__multiday-event-wrapper {
  margin-bottom: 10px;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper article {
  display: block;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper article .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner {
  background: #465A97;
  padding: 4px 20px;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events .tribe-events-calendar-month__multiday-event-wrapper article .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner .tribe-events-calendar-month__multiday-event-bar-title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}
.tribe-block.tec-block__archive-events table.tribe-events-calendar-month .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__events article {
  display: none;
}
.tribe-block.tec-block__archive-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
  padding: 8px 12px;
  border: 1px solid #022A7B;
  color: white;
  background: #022A7B;
  z-index: 9;
}
.tribe-block.tec-block__archive-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button button {
  text-transform: capitalize !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  outline: 0 !important;
}
.tribe-block.tec-block__archive-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover {
  background: #ffffff;
  color: #022A7B;
}

.events-action-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.events-action-container .tribe-events-c-subscribe-dropdown__container {
  position: relative;
  width: 100%;
  padding-top: 30px;
}
.events-action-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
  margin: 0;
  float: right;
}

.innotech-past-events {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0 69px;
}
.innotech-past-events h4 {
  color: #022A7B;
  font-weight: 700 !important;
  text-align: center;
  margin: 0 0 36px !important;
}
.innotech-past-events h4:after {
  content: "";
  width: 110px;
  display: block;
  margin-top: 12px;
  border-bottom: 4px solid #022A7B;
  margin: 0 auto;
}
.innotech-past-events ul.innotech-past-events__grid {
  list-style: outside none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.innotech-past-events ul.innotech-past-events__grid li.innotech-past-events__item {
  width: 31%;
  border: 1px solid #e6e6e6;
  padding: 12px;
  border-radius: 12px;
}
.innotech-past-events ul.innotech-past-events__grid li.innotech-past-events__item a {
  display: block;
}
.innotech-past-events ul.innotech-past-events__grid li.innotech-past-events__item a img.innotech-past-events__image {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 12px;
}
.innotech-past-events ul.innotech-past-events__grid li.innotech-past-events__item a .innotech-past-events__body .innotech-past-events__name {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: 600;
  margin: 0 0 12px;
}
.innotech-past-events ul.innotech-past-events__grid li.innotech-past-events__item a .innotech-past-events__body p.innotech-past-events__excerpt {
  font-size: 14px;
  line-height: 20px;
  color: #141414;
  font-weight: 400;
  margin: 0 0 12px;
}
.innotech-past-events ul.innotech-past-events__grid li.innotech-past-events__item a .innotech-past-events__body .innotech-past-events__date {
  font-size: 14px;
  line-height: 20px;
  color: #94A4BA;
  font-weight: 400;
}

.innotech-list-wrap {
  width: 100%;
  clear: both;
  position: relative;
}
.innotech-list-wrap .innotech-events-list {
  width: 100%;
  clear: both;
  position: relative;
}
.innotech-list-wrap .innotech-events-list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  margin: 0 0 32px;
}
.innotech-list-wrap .innotech-events-list__image-wrap {
  width: 29%;
}
@media (max-width: 780.9px) {
  .innotech-list-wrap .innotech-events-list__image-wrap {
    width: 50%;
  }
}
@media (max-width: 599.9px) {
  .innotech-list-wrap .innotech-events-list__image-wrap {
    width: 100%;
  }
}
.innotech-list-wrap .innotech-events-list__image-wrap img {
  height: 287px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 780.9px) {
  .innotech-list-wrap .innotech-events-list__image-wrap img {
    height: 100% !important;
  }
}
.innotech-list-wrap .innotech-events-list__body {
  width: 71%;
  background: #ffffff;
  padding: 24px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  height: 200px;
}
@media (max-width: 780.9px) {
  .innotech-list-wrap .innotech-events-list__body {
    width: 50%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 24px;
    height: auto !important;
  }
}
@media (max-width: 599.9px) {
  .innotech-list-wrap .innotech-events-list__body {
    width: 100%;
  }
}
.innotech-list-wrap .innotech-events-list__title h6 {
  color: #022A7B;
  font-weight: 700;
  margin: 0 0 24px;
}
.innotech-list-wrap .innotech-events-list__meta {
  list-style: outside none;
  margin: 0;
  padding: 0;
}
.innotech-list-wrap .innotech-events-list__meta li {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: 400;
}

/* ── Pagination ──────────────────────────────────────────── */
.innotech-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.innotech-pagination a,
.innotech-pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: background 0.15s ease, color 0.15s ease;
  transition: background 0.15s ease, color 0.15s ease;
  color: #022A7B;
  background: #E9EEF6 !important;
  border: 1px solid #E9EEF6;
  outline: none;
}
.innotech-pagination a:hover {
  background: #003399 !important;
  color: #ffffff !important;
  outline: none;
}
.innotech-pagination span.current {
  background: #022A7B !important;
  color: #fff;
  border-color: #022A7B;
}
.innotech-pagination span.dots {
  background: transparent !important;
  border: none;
  color: #718096;
}
.innotech-pagination a.prev-next {
  background: transparent !important;
  outline: 0 !important;
  color: #022A7B !important;
  font-size: 1.1rem;
}

@media (max-width: 780.9px) {
  .innotech-events-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .innotech-events-list__image-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 780.9px) and (max-width: 780.9px) {
  .innotech-events-list__image-wrap {
    height: auto !important;
    max-width: 359px !important;
    margin: 0 auto;
  }
}
@media (max-width: 780.9px) and (max-width: 599.9px) {
  .innotech-events-list__image-wrap {
    max-width: 100% !important;
    margin: 0 auto;
  }
}
.tooltipster-base {
  padding: 12px !important;
}
.tooltipster-base .tooltipster-box {
  width: 100%;
}
.tooltipster-base .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  width: 100%;
}
.tooltipster-base .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img {
  width: 100%;
  height: 191px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.tooltipster-base .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-datetime time {
  font-size: 10px;
  line-height: 20px;
  color: #39B7FF;
  text-transform: uppercase;
}
.tooltipster-base .tooltipster-box .tribe-common-h7 {
  margin-bottom: 12px;
}
.tooltipster-base .tooltipster-box .tribe-common-h7 a {
  font-size: 24px;
  line-height: 32px;
  color: #141414;
  font-weight: 700;
  text-decoration: none !important;
}
@media (max-width: 780.9px) {
  .tooltipster-base .tooltipster-box .tribe-common-h7 a {
    font-size: 20px;
  }
}
@media (max-width: 599.9px) {
  .tooltipster-base .tooltipster-box .tribe-common-h7 a {
    font-size: 18px;
  }
}
.tooltipster-base .tooltipster-box .tribe-common-b3 p {
  font-size: 14px !important;
  line-height: 20px;
  color: #141414;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.innotech-events-list__image-wrap {
  overflow: hidden;
}
.innotech-events-list__image-wrap img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  display: block;
}

.innotech-events-list__item:hover .innotech-events-list__image-wrap img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#tribe-events-events-bar-keyword::-webkit-input-placeholder {
  color: #94A4BA !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif !important;
}

#tribe-events-events-bar-keyword::-moz-placeholder {
  color: #94A4BA !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif !important;
}

#tribe-events-events-bar-keyword:-ms-input-placeholder {
  color: #94A4BA !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif !important;
}

#tribe-events-events-bar-keyword::-ms-input-placeholder {
  color: #94A4BA !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif !important;
}

#tribe-events-events-bar-keyword::placeholder {
  color: #94A4BA !important;
  opacity: 1 !important;
  font-family: "Poppins", sans-serif !important;
}

.innotech-tooltip-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.innotech-tooltip-btn-wrap .innotech-view-btn {
  margin-top: 15px;
  background-color: transparent;
  color: #003399 !important;
  padding: 0;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.innotech-tooltip-btn-wrap .innotech-view-btn .arrow {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.innotech-tooltip-btn-wrap .innotech-view-btn:hover, .innotech-tooltip-btn-wrap .innotech-view-btn:focus {
  color: #00226b !important;
  text-decoration: none;
}
.innotech-tooltip-btn-wrap .innotech-view-btn:hover .arrow, .innotech-tooltip-btn-wrap .innotech-view-btn:focus .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.tribe-event-date-start {
  letter-spacing: 2px;
}

.custom-icon-nav div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.custom-icon-nav svg {
  fill: #94A4BA;
}

.custom-icon-nav.active-state {
  background-color: #003399 !important;
  color: #ffffff !important;
}
.custom-icon-nav.active-state svg {
  fill: #ffffff !important;
}

.tribe-events-c-subscribe-dropdown {
  position: relative;
}

div#tribe-events-c-subscribe-dropdown-content {
  z-index: 9999;
  position: absolute;
}

a.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--prev {
  outline: 0 !important;
}

a.tribe-events-c-top-bar__nav-link.tribe-events-c-top-bar__nav-link--next {
  outline: 0 !important;
  padding-right: 20px;
  width: auto;
}

.this-is-event .link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 0 !important;
}
@media (max-width: 780.9px) {
  .this-is-event .link-wrapper a {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.this-is-event .innotech-events-list__body h6 {
  font-size: 24px;
  font-weight: 700 !important;
  color: #141414 !important;
  margin-bottom: 25px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tribe-events .datepicker .day.current {
  color: #ffffff !important;
}

.tribe-events-c-messages__message.tribe-events-c-messages__message--notice {
  font-size: 14px;
}

@media (max-width: 780.9px) {
  /* Collapse List View to Stacked */
  .this-is-event .innotech-events-list__item .link-wrapper,
  .this-is-event .innotech-events-list__item .link-wrapper a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .this-is-event .innotech-events-list__image-wrap {
    width: 100%;
    height: 250px;
  }
  .this-is-event .innotech-events-list__body {
    padding: 30px;
  }
  /* Collapse Category Grid to 1 Column */
  .this-is-category .innotech-events-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  /* OVERRIDE TEC: Beat the aggressive .tribe-common-a11y-hidden class */
  body .tribe-common .tribe-events-header.tribe-common-a11y-hidden,
  body .tribe-common .tribe-events-c-top-bar.tribe-common-a11y-hidden,
  body .tribe-common .tribe-events-header .tribe-common-a11y-hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    visibility: visible !important;
    position: relative !important;
    height: auto !important;
    width: auto !important;
    overflow: visible !important;
    clip: auto !important;
    margin-top: 30px !important;
  }
  /* HIDE DESKTOP DATEPICKER TEXT ON MOBILE (Hyper-Specific) */
  body .tribe-common .tribe-events-header .tribe-common-a11y-hidden.tribe-events-c-top-bar__datepicker-desktop,
  body .tribe-common .tribe-events-c-top-bar__datepicker-time .tribe-events-c-top-bar__datepicker-desktop {
    display: none !important;
  }
  /* Restyle the top bar for mobile */
  .tribe-events-c-top-bar {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    gap: 15px;
    padding: 10px 0;
  }
  .tribe-events-header {
    display: block !important;
  }
  .tribe-events .datepicker .day.active:focus {
    width: auto !important;
    padding: 2px 5px !important;
  }
  .tribe-events .datepicker .day.current {
    width: auto !important;
    padding: 2px 5px !important;
  }
  .tribe-events .tribe-events-c-top-bar__datepicker-container .dropdown-menu {
    left: 0 !important;
    min-width: 250px !important;
  }
  .tribe-events .datepicker .month button {
    outline: 0 !important;
  }
  .tribe-events .datepicker .day.current, .tribe-events .datepicker .month.current, .tribe-events .datepicker .year.current {
    color: #ffffff !important;
  }
}
@media (max-width: 599.9px) {
  form.tribe-events-c-search.tribe-events-c-events-bar__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  form.tribe-events-c-search.tribe-events-c-events-bar__search-form input {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .tribe-events-c-search__input-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  button.tribe-common-c-btn.tribe-events-c-search__button {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  .tribe-events .tribe-events-c-events-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tribe-events .datepicker .day.current, .tribe-events .datepicker .month.current, .tribe-events .datepicker .year.current {
  color: #ffffff !important;
}

.custom-tec-spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-left-color: #333; /* Update this hex code to match your theme color */
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.link-wrapper:hover .innotech-events-list__body {
  background-color: #DBE2EB !important;
}

.single-tribe_events .event-date-read-time p span,
.single-tribe_events .event-date-read-time p {
  font-size: 16px !important;
  line-height: 24px;
  color: #141414;
  font-weight: 400;
  display: inline-block;
}
.single-tribe_events .event-date-read-time p span .span-reading-time,
.single-tribe_events .event-date-read-time p .span-reading-time {
  border-left: 1px solid #141414;
  margin-left: 5px;
  padding-left: 4px;
}
.single-tribe_events .sws_supernormalaction button.superwebshare_tada {
  border-radius: 4px;
  padding: 0;
  height: auto;
  position: relative;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.single-tribe_events .sws_supernormalaction button.superwebshare_tada:before {
  content: "";
  width: 30px;
  height: 100%;
  display: block;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.single-tribe_events .sws_supernormalaction button.superwebshare_tada svg {
  width: 20px;
  color: #003399;
  font-size: 14px;
  position: relative;
  z-index: 9;
  margin: 0 5px;
  padding: 0;
}
.single-tribe_events .sws_supernormalaction button.superwebshare_tada span {
  font-size: 14px;
  line-height: 18px;
  color: #003399;
  font-weight: 700;
  text-transform: capitalize;
  padding: 6px;
}
.single-tribe_events .entry-content {
  margin-top: 0;
}
.single-tribe_events .entry-content p.tribe-events-schedule__datetime {
  display: none !important;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__items {
  row-gap: 24px;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__item {
  width: 100%;
  margin: 0;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background: #ffffff;
  overflow: hidden;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__item .stk-container {
  margin: 0;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__item article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__item article p {
  margin: 0;
  width: 100%;
  clear: both;
  display: none;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__item article .stk-block-posts__image-link {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 16px;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__item article .stk-block-posts__title {
  font-size: 16px !important;
  line-height: 24px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 16px 16px;
  margin: 0;
}
.single-tribe_events .single-event-sidebar .stk-block-posts__item article .stk-subtitle {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  padding: 0 16px 16px;
}
.single-tribe_events p.tribe-events-schedule__datetime > span:not(.tribe-events-schedule__date--start) {
  display: none;
}
.single-tribe_events p.tribe-events-schedule__datetime .tribe-events-schedule__date--start {
  font-size: 16px !important;
  line-height: 1.4;
  color: #141414;
  font-weight: 400;
  display: inline-block;
}

.tribe-events-header {
  margin: 0 0 24px;
  position: relative;
}
.tribe-events-header__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tribe-events-header__title-text {
  font-weight: 700 !important;
  color: #003399;
}
.tribe-events-header .tribe-events-header__breadcrumbs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tribe-events-header .events-category-description {
  font-size: 16px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  line-height: 24px;
  color: #141414;
  font-weight: 400;
  margin: 0 0 32px;
}
.tribe-events-header .tribe-events-header__events-bar {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.tribe-events-header .tribe-events-widget-wrap--below-search {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.tribe-events-header .tribe-events-header__top-bar {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.innotech-breadcrumb-events span {
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.innotech-breadcrumb-events span span {
  margin: 0 4px;
}
.innotech-breadcrumb-events span i {
  color: #022A7B;
}
.innotech-breadcrumb-events span a {
  color: #141414;
}
.innotech-breadcrumb-events span .breadcrumb_last {
  color: #94a4ba;
}

.category-only {
  display: none !important;
}

.this-is-category .tribe-events-c-subscribe-dropdown,
.this-is-category .tribe-events-c-top-bar,
.this-is-category .tribe-events-c-events-bar__views,
.this-is-category .tribe-events-header__events-bar {
  display: none !important;
}
.this-is-category .category-only {
  display: block !important;
}
.this-is-category .innotech-list-wrap .innotech-events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.this-is-category .innotech-list-wrap .innotech-events-list__item {
  width: 30.5%;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #94a4ba;
}
.this-is-category .innotech-list-wrap .innotech-events-list__item:hover {
  border: 1px solid #003399;
}
@media (max-width: 780.9px) {
  .this-is-category .innotech-list-wrap .innotech-events-list__item {
    width: 48%;
  }
}
@media (max-width: 599.9px) {
  .this-is-category .innotech-list-wrap .innotech-events-list__item {
    width: 100%;
  }
}
.this-is-category .innotech-list-wrap .innotech-events-list__image-wrap {
  width: 100%;
  margin: 0 0 12px;
}
@media (max-width: 780.9px) {
  .this-is-category .innotech-list-wrap .innotech-events-list__image-wrap {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: auto;
  }
}
.this-is-category .innotech-list-wrap .innotech-events-list__image-wrap img {
  height: 240px;
  border-radius: 12px;
}
@media (max-width: 780.9px) {
  .this-is-category .innotech-list-wrap .innotech-events-list__image-wrap img {
    height: 180px;
  }
}
@media (max-width: 599.9px) {
  .this-is-category .innotech-list-wrap .innotech-events-list__image-wrap img {
    height: 150px;
  }
}
.this-is-category .innotech-list-wrap .innotech-events-list__body {
  width: 100%;
  padding: 0;
  background: transparent;
  border-radius: 0;
  min-height: 208px;
  position: relative;
}
.this-is-category .innotech-list-wrap .innotech-events-list__body h6 {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #141414;
  font-weight: 600;
  margin: 0 0 12px;
}
.this-is-category .innotech-list-wrap .innotech-events-list__meta li {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 12px;
}
.this-is-category .innotech-list-wrap .innotech-events-list__meta li span {
  margin: 0;
}
.this-is-category .innotech-list-wrap .innotech-events-list__meta li.list-date {
  margin: 0;
}
.this-is-category .innotech-list-wrap .innotech-events-list__meta li.label-date {
  position: absolute;
  bottom: 0;
  color: #94A4BA;
}

.ewd-ufaq-faq-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 780.9px) {
  .ewd-ufaq-faq-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ewd-ufaq-faq-category .custom-faq-title {
  color: #003399;
}
.ewd-ufaq-faq-category .custom-faq-accordions {
  max-width: 690px;
  width: 100%;
}
.ewd-ufaq-faq-category {
  margin-bottom: 25px;
}

.leaders-perspective-videos {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: unset !important;
  transition: unset !important;
}
.leaders-perspective-videos .stk-block-video-popup {
  width: calc(33.33% - 21.3333333333px);
  -webkit-transition: unset !important;
  transition: unset !important;
}
.leaders-perspective-videos .stk-block-video-popup.main-video {
  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.leaders-perspective-videos .stk-block-video-popup:not(.main-video) {
  cursor: pointer;
}
.leaders-perspective-videos .stk-block-video-popup:not(.main-video) div[role=button] {
  pointer-events: none;
}
.leaders-perspective-videos .stk-block-video-popup:not(.main-video) .stk-block-icon {
  display: none;
}

.career-sort-container {
  margin-left: auto;
}
.career-sort-container .career-sort-btn a .stk--inner-svg {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.career-sort-container .career-sort-btn a[data-order=desc] svg {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.career-sort-container:has(a[data-order=asc]) li:has(> input[value*=desc]) {
  display: none;
}
.career-sort-container:has(a[data-order=desc]) li:has(> input[value*=asc]) {
  display: none;
}
.career-sort-container:has(.sf-input-radio:disabled) .career-sort-btn {
  pointer-events: none;
  opacity: 0.7;
}
.career-sort-container .sf-field-sort_order {
  padding: 0;
}
.career-sort-container .sf-field-sort_order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.career-sort-container .sf-field-sort_order ul .sf-label-radio {
  font-weight: 600;
  padding: 4px 14px !important;
  line-height: 1.5 !important;
  background-color: transparent;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.career-sort-container .sf-field-sort_order ul .sf-label-radio:hover {
  background-color: #e9eef6;
}
.career-sort-container .sf-field-sort_order ul .sf-input-radio {
  display: none;
}
.career-sort-container .sf-field-sort_order ul .sf-input-radio:checked + .sf-label-radio {
  background-color: #e9eef6;
  color: #003399;
}

.search-filter-results {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
  gap: 24px;
}
.search-filter-results #career_empty_state {
  grid-column: 1/-1;
}
.search-filter-results .career-post {
  padding: 12px;
  background-color: #e9eef6;
  border-radius: 12px;
  position: relative;
}
.search-filter-results .career-post a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.search-filter-results .career-post .career-post-inner {
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100%;
}
.search-filter-results .career-post .career-post-inner br {
  display: none;
}
.search-filter-results .career-post .career-post-inner .career-title {
  margin-bottom: 24px;
  font-size: 1.25rem !important;
}
.search-filter-results .career-post .career-post-inner p {
  font-size: 14px !important;
  line-height: 1.5 !important;
}
.search-filter-results .career-post .career-post-inner p:not(:last-child) {
  margin-bottom: 12px;
}
.search-filter-results .career-post .career-post-inner p svg {
  margin-right: 4px;
}
.search-filter-results .pagination {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 2rem;
}
.search-filter-results .pagination .wp-pagenavi {
  gap: 8px;
}
.search-filter-results .pagination .wp-pagenavi .previouspostslink,
.search-filter-results .pagination .wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 0;
  border: none;
  padding-block: 8px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.search-filter-results .pagination .wp-pagenavi .previouspostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.search-filter-results .pagination .wp-pagenavi .nextpostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.search-filter-results .pagination .wp-pagenavi .page,
.search-filter-results .pagination .wp-pagenavi .current,
.search-filter-results .pagination .wp-pagenavi .extend {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #003399 !important;
  background-color: #E9EEF6;
  border-radius: 8px;
  margin-inline: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.search-filter-results .pagination .wp-pagenavi .page:hover,
.search-filter-results .pagination .wp-pagenavi .current:hover,
.search-filter-results .pagination .wp-pagenavi .extend:hover {
  color: #ffffff !important;
  background-color: #022A7B !important;
}
.search-filter-results .pagination .wp-pagenavi .extend:hover {
  color: #003399 !important;
  background-color: #E9EEF6 !important;
}
.search-filter-results .pagination .wp-pagenavi .current {
  color: #ffffff !important;
  background-color: #003399 !important;
}

.single-career .wp-block-list {
  margin-top: 1rem !important;
  -webkit-margin-start: 36px !important;
          margin-inline-start: 36px !important;
}
.single-career .wp-block-list[start] {
  -webkit-margin-start: 18px !important;
          margin-inline-start: 18px !important;
}
.single-career {
  /* Strip numbers ONLY from lists that contain sub-lists */
}
.single-career ol.wp-block-list:has(ol.wp-block-list),
.single-career ol.wp-block-list:has(ol.wp-block-list) ol.wp-block-list {
  list-style-type: none !important;
}
.single-career ol.wp-block-list:has(ol.wp-block-list) {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}
.single-career {
  /* Add a bit of spacing for our dynamic numbers */
}
.single-career .custom-parent-num,
.single-career .custom-sub-num {
  display: inline-block;
  margin-right: 8px;
  -webkit-margin-start: 8px !important;
          margin-inline-start: 8px !important;
  font-weight: 400;
}
.single-career .custom-sub-num {
  font-weight: normal; /* Makes sub-numbers look cleaner */
}

.my-404 .wp-block-search {
  width: 492px;
  max-width: 100%;
  margin: 0 auto;
}
.my-404 .wp-block-search .wp-block-search__inside-wrapper {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 100px;
  overflow: hidden;
}
.my-404 .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.my-404 .wp-block-search .wp-block-search__inside-wrapper button.wp-element-button {
  background: transparent;
  color: #022A7B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-group-is-layout-grid p:empty {
  display: none;
}

img.category-new-tag {
  max-width: 62px;
  position: absolute;
  right: 24px;
  top: 24px;
}

.knowledge-product__category-card {
  padding: 24px 24px 64px 24px;
  border-radius: 24px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  position: relative;
  min-height: 364px;
  -webkit-box-shadow: 0 0 0 0 #022A7B;
          box-shadow: 0 0 0 0 #022A7B;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.knowledge-product__category-card:hover {
  -webkit-box-shadow: 0 0 0 3px #022A7B;
          box-shadow: 0 0 0 3px #022A7B;
}
@media (max-width: 780.9px) {
  .knowledge-product__category-card {
    min-height: 0;
    padding-bottom: 24px;
  }
}
.knowledge-product__category-card .category-title {
  color: #022A7B;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.4 !important;
}
.knowledge-product__category-card.has-new-tag .category-title {
  padding-right: 70px;
}
.knowledge-product__category-card .knowledge-product__category-link {
  position: absolute;
  inset: 0;
}

@media (max-width: 599.9px) {
  .tax-knowledge-products-category .wp-block-term-name {
    font-size: 2.5rem !important;
  }
}
.tax-knowledge-products-category .sf-field-taxonomy-knowledge-products-category {
  display: none !important;
}
.tax-knowledge-products-category .knowledge-product-most-recents .stk-block-card {
  -webkit-box-shadow: 0 0 0 0 #022A7B;
          box-shadow: 0 0 0 0 #022A7B;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.tax-knowledge-products-category .knowledge-product-most-recents .stk-block-card:hover {
  -webkit-box-shadow: 0 0 0 3px #022A7B;
          box-shadow: 0 0 0 3px #022A7B;
}
.tax-knowledge-products-category .knowledge-product-most-recents .stk-block-card:hover img {
  scale: 0.9;
}
.tax-knowledge-products-category .knowledge-product-most-recents .stk-block-card .stk-block-card__image {
  padding: 24px 11% 0 11%;
}
.tax-knowledge-products-category .knowledge-product-most-recents .stk-block-card .stk-block-card__image img {
  border-radius: 8px !important;
}
.tax-knowledge-products-category .knowledge-product-most-recents .stk-block-card .stk-img-wrapper {
  aspect-ratio: 140/167 !important;
}
.tax-knowledge-products-category .knowledge-product-most-recents .stk-block-card,
.tax-knowledge-products-category .knowledge-product-most-recents .stk-container {
  height: 100%;
}
.tax-knowledge-products-category .innotech-featured-most-recents .stk-block-card {
  -webkit-box-shadow: 0 0 0 0 #022A7B;
          box-shadow: 0 0 0 0 #022A7B;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.tax-knowledge-products-category .innotech-featured-most-recents .stk-block-card:hover {
  -webkit-box-shadow: 0 0 0 3px #022A7B;
          box-shadow: 0 0 0 3px #022A7B;
}
.tax-knowledge-products-category .innotech-featured-most-recents .stk-block-card .stk-block-card__image {
  padding: 24px 11% 0 11%;
}
.tax-knowledge-products-category .innotech-featured-most-recents .stk-block-card .stk-block-card__image img {
  border-radius: 8px !important;
}
.tax-knowledge-products-category .innotech-featured-most-recents .stk-block-card .stk-img-wrapper {
  aspect-ratio: 245/322 !important;
}
.tax-knowledge-products-category .innotech-featured-most-recents .stk-block-card,
.tax-knowledge-products-category .innotech-featured-most-recents .stk-container {
  height: 100%;
}
.tax-knowledge-products-category .explore-the-collection-post:hover .stk-block-heading__text,
.tax-knowledge-products-category .explore-the-collection-post:hover .stk-block-text__text {
  color: #39b7ff !important;
}
.tax-knowledge-products-category .multimedia-resource-most-recents .stk-block-card__image {
  padding: 24px 24px 0 24px;
}
.tax-knowledge-products-category .multimedia-resource-most-recents .stk-block-card__image img {
  border-radius: 8px !important;
}
.tax-knowledge-products-category .multimedia-resource-most-recents .stk-block-card,
.tax-knowledge-products-category .multimedia-resource-most-recents .stk-container {
  height: 100%;
}
.tax-knowledge-products-category .explore-the-episode-post .stk-block-card:hover .stk-block-heading__text {
  color: #39b7ff !important;
}
.tax-knowledge-products-category .dt4e-hub-post .stk-block-card .stk-block-card__image {
  padding: 24px 24px 0 24px;
}
.tax-knowledge-products-category .dt4e-hub-post .stk-block-card .stk-block-card__image img {
  border-radius: 8px !important;
}
.tax-knowledge-products-category .dt4e-hub-post .stk-block-card,
.tax-knowledge-products-category .dt4e-hub-post .stk-container {
  height: 100%;
}
.tax-knowledge-products-category .wp-block-video.video-series-player {
  position: relative;
  overflow: hidden;
  background: #e2e8f0;
  border-radius: 24px;
}
.tax-knowledge-products-category .wp-block-video.video-series-player.loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e2e8f0), color-stop(50%, #f1f5f9), color-stop(75%, #e2e8f0));
  background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-shimmer 1.5s infinite linear;
          animation: skeleton-shimmer 1.5s infinite linear;
  z-index: 10;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: background-position, opacity;
}
.tax-knowledge-products-category .wp-block-video.video-series-player:not(.loading)::after {
  opacity: 0;
  display: none;
}
.tax-knowledge-products-category .wp-block-video.video-series-player video {
  aspect-ratio: 484/870 !important;
  border-radius: 24px;
}
@-webkit-keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tax-knowledge-products-category .wp-block-video.video-series-player.loading::after {
    -webkit-animation: none;
            animation: none;
  }
}
.tax-knowledge-products-category .wp-block-media-text.video-series {
  -ms-grid-columns: auto 1fr !important;
  grid-template-columns: auto 1fr !important;
  cursor: pointer;
}
@media (max-width: 599.9px) {
  .tax-knowledge-products-category .wp-block-media-text.video-series {
    border-radius: 20px !important;
  }
}
.tax-knowledge-products-category .wp-block-media-text.video-series figure.wp-block-media-text__media {
  display: none;
}
.tax-knowledge-products-category .wp-block-media-text.video-series .wp-block-media-text__content {
  padding: 1rem 2rem;
  border-radius: inherit;
  background-color: #ffffff;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.tax-knowledge-products-category .wp-block-media-text.video-series .wp-block-media-text__content .stk-block-heading__text {
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
@media (max-width: 599.9px) {
  .tax-knowledge-products-category .wp-block-media-text.video-series .wp-block-media-text__content {
    padding: 12px;
  }
}
.tax-knowledge-products-category .wp-block-media-text.video-series:hover .wp-block-media-text__content {
  background-color: #e0e2f7;
}
.tax-knowledge-products-category .wp-block-media-text.video-series.active .wp-block-media-text__content {
  background-color: #022A7B;
}
.tax-knowledge-products-category .wp-block-media-text.video-series.active .wp-block-media-text__content .stk-block-heading__text {
  color: #ffffff;
}
.tax-knowledge-products-category .searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tax-knowledge-products-category .searchandfilter ul .sf-label-radio {
  font-weight: 600;
  padding: 4px 14px !important;
  line-height: 1.5 !important;
  background-color: transparent;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.tax-knowledge-products-category .searchandfilter ul .sf-label-radio:hover {
  color: #022A7B;
}
.tax-knowledge-products-category .searchandfilter ul .sf-input-radio {
  display: none;
}
.tax-knowledge-products-category .searchandfilter ul .sf-input-radio:checked + .sf-label-radio {
  color: #022A7B;
  background-color: #e9eef6;
}

.video-series-accordion-container br {
  display: none;
}
.video-series-accordion-container .accordion {
  border-radius: 16px !important;
  overflow: hidden;
}
.video-series-accordion-container .accordion-button {
  background-color: #e9eef6 !important;
}
.video-series-accordion-container .accordion-button:not(.collapsed) {
  background-color: #022A7B !important;
  color: #ffffff;
}
.video-series-accordion-container .accordion-button .topic-title-text {
  font-size: 24px !important;
  line-height: 1.4;
  font-weight: 700;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
@media (max-width: 599.9px) {
  .video-series-accordion-container .accordion-button .topic-title-text {
    font-size: 1rem !important;
  }
}
.video-series-accordion-container .accordion-button::after {
  display: none;
}
.video-series-accordion-container li.video-series {
  background-color: #ffffff;
  -webkit-transform: 0.3s;
          transform: 0.3s;
  cursor: pointer;
}
.video-series-accordion-container li.video-series:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 599.9px) {
  .video-series-accordion-container li.video-series {
    padding: 12px;
    border-radius: 12px !important;
  }
}
.video-series-accordion-container li.video-series:hover {
  background-color: #e0e2f7;
}
.video-series-accordion-container li.video-series.active {
  background-color: #022A7B;
}
.video-series-accordion-container li.video-series.active span.series-title {
  color: #ffffff;
}
.video-series-accordion-container li.video-series * {
  pointer-events: none;
}
.video-series-accordion-container li.video-series img.series-poster {
  width: 61px;
  height: 93px;
  border-radius: 8px;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-series-accordion-container li.video-series span.series-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4 !important;
}
@media (max-width: 599.9px) {
  .video-series-accordion-container li.video-series span.series-title {
    font-size: 0.875rem;
  }
}

.dt4e-group .knowledge-products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 599.9px) {
  .dt4e-group .knowledge-products-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.dt4e-group .pagination {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dt4e-group .pagination .wp-pagenavi {
  gap: 8px;
}
.dt4e-group .pagination .wp-pagenavi .previouspostslink,
.dt4e-group .pagination .wp-pagenavi .nextpostslink {
  display: inline-block;
  font-size: 0;
  border: none;
  padding-block: 8px;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.dt4e-group .pagination .wp-pagenavi .previouspostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.dt4e-group .pagination .wp-pagenavi .nextpostslink:before {
  content: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  display: block;
  height: 24px;
  width: 24px;
}
.dt4e-group .pagination .wp-pagenavi .page,
.dt4e-group .pagination .wp-pagenavi .current,
.dt4e-group .pagination .wp-pagenavi .extend {
  display: inline-block;
  padding: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #003399 !important;
  background-color: #E9EEF6;
  border-radius: 8px;
  margin-inline: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
}
.dt4e-group .pagination .wp-pagenavi .page:hover,
.dt4e-group .pagination .wp-pagenavi .current:hover,
.dt4e-group .pagination .wp-pagenavi .extend:hover {
  color: #ffffff !important;
  background-color: #022A7B !important;
}
.dt4e-group .pagination .wp-pagenavi .extend:hover {
  color: #003399 !important;
  background-color: #E9EEF6 !important;
}
.dt4e-group .pagination .wp-pagenavi .current {
  color: #ffffff !important;
  background-color: #003399 !important;
}

.view-publication-online-accordion iframe[src^="https://online.fliphtml5.com"] {
  height: 800px;
  width: 100%;
}
@media (max-width: 780.9px) {
  .view-publication-online-accordion iframe[src^="https://online.fliphtml5.com"] {
    height: 500px;
  }
}

form#returning-pub-sub-form input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 5px 18px !important;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  outline: 0 !important;
}

form#pub-sub-form input {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  padding: 5px 18px !important;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  outline: 0 !important;
}

.wywl-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.wywl-wrapper.wywl-cols-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.wywl-wrapper.wywl-cols-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.wywl-wrapper.wywl-cols-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.wywl-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding: 0 24px;
}
.wywl-col:not(:last-child) {
  border-right: 4px solid #ffffff;
}
.wywl-col:first-child {
  padding-left: 0;
}
.wywl-col:last-child {
  padding-right: 0;
}

.wywl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wywl-icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
  display: block;
}

.wywl-title {
  color: #ffffff;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  margin: 0 0 20px 0;
}

.wywl-description {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  margin-top: auto;
}

@media (max-width: 768px) {
  .wywl-wrapper,
  .wywl-wrapper.wywl-cols-1,
  .wywl-wrapper.wywl-cols-2,
  .wywl-wrapper.wywl-cols-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .wywl-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wywl-col {
    padding: 0;
    border-right: none;
  }
  .wywl-col:not(:last-child) {
    border-right: none;
  }
}
.lo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.lo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.lo-block__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.lo-block__title {
  color: #F2B62A;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin: 0;
}
.lo-block__subtitle {
  color: #ffffff;
  font-size: 16px !important;
  line-height: 1.5 !important;
  margin: 0;
}
.lo-block__items {
  width: 100%;
  max-width: 730px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 32px 0;
  position: relative;
}
.lo-block__items--single {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lo-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #ffffff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  grid-column: 1/-1;
  pointer-events: none;
}
.lo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  height: 100%;
}
.lo-item p {
  color: #ffffff;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin: 0;
  text-align: center;
}
.lo-item--left {
  padding-right: 24px;
}
.lo-item--right {
  padding-left: 24px;
}
.lo-item--single {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lo-item--single p {
  text-align: center;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .lo-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lo-block__meta {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .lo-block__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lo-divider {
    display: none;
  }
  .lo-item,
  .lo-item--left,
  .lo-item--right {
    padding: 0;
  }
  .lo-item p {
    text-align: left;
  }
}
.course-facilitators-wrapper {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-grid-columns: minmax(0, 318px) 24px minmax(0, 318px);
  grid-template-columns: repeat(2, minmax(0, 318px));
}
.course-facilitators-wrapper.facilitators-cols-1 {
  -ms-grid-columns: minmax(0, 318px);
  grid-template-columns: minmax(0, 318px);
}
.course-facilitators-wrapper.facilitators-cols-2 {
  -ms-grid-columns: (minmax(0, 318px))[2];
  grid-template-columns: repeat(2, minmax(0, 318px));
}
.course-facilitators-wrapper.facilitators-cols-2 .facilitator-item:last-child:nth-child(odd) {
  grid-column: 1/-1;
  max-width: 318px;
}
@media (max-width: 1023px) {
  .course-facilitators-wrapper {
    -ms-grid-columns: minmax(0, 318px) !important;
    grid-template-columns: minmax(0, 318px) !important;
  }
  .course-facilitators-wrapper .facilitator-item:last-child:nth-child(odd) {
    grid-column: auto !important;
  }
}

.facilitator-item {
  text-align: center;
  max-width: 318px;
  width: 100%;
}

.facilitator-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 24px auto;
  display: block;
}

.facilitator-name {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  margin: 0 0 8px 0;
  color: #000000;
}

.facilitator-meta {
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #000000;
}

/* Wrapper for all related products */
.related-products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

/* Individual Card Container */
.feature-card-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  overflow: hidden;
  width: 100%;
}
.feature-card-horizontal:hover .feature-card-title,
.feature-card-horizontal:hover .feature-card-excerpt {
  color: #39b7ff;
}

/* Left side: Image container */
.feature-card-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px;
}

.feature-card-image-link {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature-card-image img {
  aspect-ratio: 240/328 !important;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Right side: Content container */
.feature-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Typography inside the card */
.feature-card-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #ffffff;
}

/* Makes the title link stretch over the entire parent card */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.feature-card-excerpt {
  font-size: 16px !important;
  color: #ffffff;
}

/* Responsive fix for mobile devices */
@media (max-width: 1300px) {
  .related-products-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 700px) {
  .feature-card-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature-card-image {
    margin: 0 auto;
  }
}
.dm-qr-download-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 599.9px) {
  .dm-qr-download-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dm-qr-download-container .dm-qr-code {
  border: 10px solid #022A7B;
  max-width: 187px;
  width: 100%;
}
.dm-qr-download-container .dm-qr-code img {
  width: 100%;
}
.dm-qr-download-container .dm-download-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.dm-qr-download-container .dm-download-card .dm-download-file-type-img {
  max-width: 30px;
  width: 100%;
}
.dm-qr-download-container .dm-download-card .dm-download-title {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}
.dm-qr-download-container .dm-download-card .dm-download-description {
  font-size: 0.875rem;
  line-height: 1.4;
}
.dm-qr-download-container .dlm-download-link {
  background-color: #022A7B;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 1rem;
  display: inline-block;
}
.dm-qr-download-container .dlm-download-link:hover {
  background-color: var(--wp--preset--color--custom-primary-midnight-blue, #070e47);
}
.dm-qr-download-container .dlm-download-link::before {
  display: none;
}
.dm-qr-download-container .dm-download-other-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #E9EEF6;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
}
.dm-qr-download-container .dm-download-other-details span {
  font-size: 0.875rem;
  line-height: 1.4;
}
.dm-qr-download-container a.a2a_dd {
  background: #E9EEF6;
  display: inline-block;
  padding: 0 !important;
  border-radius: 4px;
  margin-top: 8px;
}
.dm-qr-download-container a.a2a_dd .icon {
  padding: 8px;
  background-color: #ffffff;
  display: inline-block;
}
.dm-qr-download-container a.a2a_dd .icon svg {
  height: 14px;
  width: 14px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.dm-qr-download-container a.a2a_dd span {
  padding: 0 8px 0 6px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #022A7B;
}
.dm-qr-download-container br {
  display: none !important;
}

.view-publication-online-accordion .hide-text {
  display: none;
}
.view-publication-online-accordion.stk--is-open .view-text {
  display: none;
}
.view-publication-online-accordion.stk--is-open .hide-text {
  display: initial;
}
.view-publication-online-accordion .stk-block-icon-label .stk-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.knowledge-product-template-knowledge-product-single-multimedia-resource .explore-the-episode-post .stk-block-card:hover .stk-block-heading__text {
  color: #39b7ff !important;
}
.knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-key_discussion_points {
  gap: 12px 40px;
}
@media (max-width: 599.9px) {
  .knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-key_discussion_points {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-key_discussion_points .field-discussion_point {
  border-style: solid;
  text-align: center;
}
.knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-in_conversation_with {
  text-align: center;
  gap: 24px;
  width: 100%;
}
@media (max-width: 599.9px) {
  .knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-in_conversation_with {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-in_conversation_with .field-photo {
  max-width: 150px;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-in_conversation_with .field-role,
.knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-in_conversation_with .field-full_name {
  font-weight: 600;
}
.knowledge-product-template-knowledge-product-single-multimedia-resource .acf-loop-in_conversation_with .field-position {
  font-style: italic;
}

.custom-board-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-board-modal .modal-wrapper {
  position: relative;
  width: 90%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.custom-board-modal .modal-wrapper .board-modal-close {
  color: #888;
  background-color: #e4e6eb;
  font-size: 22px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 0;
}
.custom-board-modal .modal-wrapper .board-modal-close:hover {
  background-color: #d0d2d6;
  color: #333;
}
.custom-board-modal .modal-wrapper .board-modal-content {
  background-color: #EAEFF5;
  padding: 40px;
  border-radius: 16px;
  width: 100%;
  max-height: 75vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.custom-board-modal .modal-wrapper .board-modal-content #board-modal-body {
  margin-top: 0;
}

.board-loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.board-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #d0d2d6;
  border-top: 4px solid #022A7B;
  border-radius: 50%;
  -webkit-animation: board-spin 1s linear infinite;
          animation: board-spin 1s linear infinite;
}

@-webkit-keyframes board-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes board-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.people-card.people-card--no-link:hover {
  background: #fff !important;
}

.exec-custom-grid {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px; /* Adjust gap to match your theme */
}

.exec-custom-grid > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}

.exec-custom-grid > li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}

.exec-custom-grid > li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

.exec-custom-grid > li:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}

.exec-custom-grid > li:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}

@media (max-width: 1023px) {
  .exec-custom-grid {
    -ms-grid-columns: (1fr)[2] !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .exec-custom-grid > li {
    grid-area: auto !important;
  }
}
@media (max-width: 767px) {
  .exec-custom-grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
.search-results .wp-block-search__inside-wrapper,
.search-no-results .wp-block-search__inside-wrapper {
  border-radius: 100px;
  overflow: hidden;
}
.search-results .wp-block-search__button,
.search-no-results .wp-block-search__button {
  padding: 15px;
  font-size: 14px;
  line-height: 1.3;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  max-width: 130px;
  background-color: #003399;
  border-radius: 0;
  margin-left: 0;
}
.search-results .wp-block-search__button:hover,
.search-no-results .wp-block-search__button:hover {
  background-color: #022A7B;
}
.search-results .wp-block-search__input,
.search-no-results .wp-block-search__input {
  font-size: 14px;
  line-height: 1.4;
  border-radius: 0;
  padding: 14px 12px;
}
.search-results .custom-search-title-wrapper,
.search-no-results .custom-search-title-wrapper {
  max-width: none !important;
}
.search-results .custom-search-title-wrapper .search-result-count,
.search-no-results .custom-search-title-wrapper .search-result-count {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin: 0 0 8px 0;
}
.search-results .custom-search-title-wrapper .search-result-term,
.search-no-results .custom-search-title-wrapper .search-result-term {
  font-size: 24px !important;
  line-height: 1.3 !important;
  color: #39B7FF;
  margin: 0;
  font-weight: bold;
}
.search-results .search-filter-bar-wrapper,
.search-no-results .search-filter-bar-wrapper {
  z-index: 9999;
  overflow: visible !important;
}
.search-results .search-filter-bar-wrapper .search-filter-form,
.search-no-results .search-filter-bar-wrapper .search-filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.search-results .search-filter-bar-wrapper .filter-controls-left,
.search-no-results .search-filter-bar-wrapper .filter-controls-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-results .search-filter-bar-wrapper,
.search-no-results .search-filter-bar-wrapper {
  /* Custom Dropdown Styles */
}
.search-results .search-filter-bar-wrapper .custom-dropdown,
.search-no-results .search-filter-bar-wrapper .custom-dropdown {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.search-results .search-filter-bar-wrapper .dropdown-trigger,
.search-no-results .search-filter-bar-wrapper .dropdown-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #003399;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
.search-results .search-filter-bar-wrapper .dropdown-trigger .chevron,
.search-no-results .search-filter-bar-wrapper .dropdown-trigger .chevron {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.search-results .search-filter-bar-wrapper .custom-dropdown.open .chevron,
.search-no-results .search-filter-bar-wrapper .custom-dropdown.open .chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search-results .search-filter-bar-wrapper .dropdown-menu,
.search-no-results .search-filter-bar-wrapper .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 180px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  list-style: none;
  z-index: 100 !important;
  overflow: hidden;
}
.search-results .search-filter-bar-wrapper .custom-dropdown.open .dropdown-menu,
.search-no-results .search-filter-bar-wrapper .custom-dropdown.open .dropdown-menu {
  display: block;
}
.search-results .search-filter-bar-wrapper .dropdown-menu li,
.search-no-results .search-filter-bar-wrapper .dropdown-menu li {
  padding: 8px 12px;
  cursor: pointer;
  color: #141414;
  font-size: 14px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.search-results .search-filter-bar-wrapper .dropdown-menu li:hover,
.search-results .search-filter-bar-wrapper .dropdown-menu li.active,
.search-no-results .search-filter-bar-wrapper .dropdown-menu li:hover,
.search-no-results .search-filter-bar-wrapper .dropdown-menu li.active {
  background-color: #E9EEF6;
  color: #003399;
}
.search-results .search-filter-bar-wrapper .clear-all-btn,
.search-no-results .search-filter-bar-wrapper .clear-all-btn {
  color: #003399;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}
.search-results .search-filter-bar-wrapper .clear-all-btn:hover,
.search-no-results .search-filter-bar-wrapper .clear-all-btn:hover {
  text-decoration: underline;
}
.search-results .search-filter-bar-wrapper .search-filter-form p,
.search-no-results .search-filter-bar-wrapper .search-filter-form p {
  margin: 0;
  padding: 0;
}
.search-results .custom-pagination-wrapper,
.search-no-results .custom-pagination-wrapper {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-results .custom-pagination-wrapper .custom-button-group,
.search-no-results .custom-pagination-wrapper .custom-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.search-results,
.search-no-results {
  /* Base button styles */
}
.search-results .custom-pagination-wrapper .custom-page-btn,
.search-no-results .custom-pagination-wrapper .custom-page-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e9eef6;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #003399;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: none;
  cursor: pointer;
}
.search-results,
.search-no-results {
  /* Hover state for numbers */
}
.search-results .custom-pagination-wrapper a.custom-page-btn:hover,
.search-no-results .custom-pagination-wrapper a.custom-page-btn:hover {
  background-color: #d1dcf0;
}
.search-results,
.search-no-results {
  /* Active State */
}
.search-results .custom-pagination-wrapper span.custom-page-btn.is-active,
.search-no-results .custom-pagination-wrapper span.custom-page-btn.is-active {
  background-color: #003399;
  color: #ffffff;
  pointer-events: none;
}
.search-results,
.search-no-results {
  /* SVG Carets - Note: Update the path if necessary! */
}
.search-results .custom-pagination-wrapper .custom-page-btn.prev,
.search-results .custom-pagination-wrapper .custom-page-btn.next,
.search-no-results .custom-pagination-wrapper .custom-page-btn.prev,
.search-no-results .custom-pagination-wrapper .custom-page-btn.next {
  background-color: transparent;
}
.search-results .custom-pagination-wrapper .custom-page-btn.prev::before,
.search-no-results .custom-pagination-wrapper .custom-page-btn.prev::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(../../../wp-content/uploads/2026/05/caret-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results .custom-pagination-wrapper .custom-page-btn.next::before,
.search-no-results .custom-pagination-wrapper .custom-page-btn.next::before {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background-image: url(../../../wp-content/uploads/2026/05/caret-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results .custom-pagination-wrapper a.custom-page-btn.prev:hover,
.search-results .custom-pagination-wrapper a.custom-page-btn.next:hover,
.search-no-results .custom-pagination-wrapper a.custom-page-btn.prev:hover,
.search-no-results .custom-pagination-wrapper a.custom-page-btn.next:hover {
  background-color: transparent;
  opacity: 0.7;
}
.search-results,
.search-no-results {
  /* Disabled Arrows */
}
.search-results .custom-pagination-wrapper .custom-page-btn.disabled,
.search-no-results .custom-pagination-wrapper .custom-page-btn.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.search-results,
.search-no-results {
  /* Hide dots background */
}
.search-results .custom-pagination-wrapper span.custom-page-btn.dots,
.search-no-results .custom-pagination-wrapper span.custom-page-btn.dots {
  pointer-events: none;
}

/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/* WARNING!! This project uses SASS, DO NOT EDIT the CSS file */
/*# sourceMappingURL=style.css.map */