/* ── Header: white background across all pages ──────────────────────────── */
body #govbh-header,
body #govbh-header .govbh-masthead-head,
body #govbh-header .govbh-masthead-body,
body #govbh-header .govbh-head,
body #govbh-header .govbh-menu {
    background-color: #fff !important;
}

body #govbh-header .govbh-masthead-head {
    background-color: #f7f7f7 !important;
}

html.govbh-darkmode #govbh-header,
html.govbh-darkmode #govbh-header .govbh-masthead-head,
html.govbh-darkmode #govbh-header .govbh-masthead-body,
html.govbh-darkmode #govbh-header .govbh-head,
html.govbh-darkmode #govbh-header .govbh-menu {
    background-color: #333333 !important;
}

html.govbh-darkmode #govbh-header .govbh-masthead-head {
    background-color: #444444 !important;
}

body #govbh-header .govbh-logo-light {
    display: none !important;
}

body #govbh-header .govbh-logo-dark {
    display: block !important;
}

html.govbh-darkmode #govbh-header .govbh-logo-light {
    display: block !important;
}

html.govbh-darkmode #govbh-header .govbh-logo-dark {
    display: none !important;
}

html.govbh-darkmode body #govbh-header .govbh-logo-light {
    display: block !important;
}

html.govbh-darkmode body #govbh-header .govbh-logo-dark {
    display: none !important;
}

body #govbh-header .govbh-masthead-head p,
body #govbh-header .govbh-masthead-head p span,
body #govbh-header .govbh-masthead-head p a,
body #govbh-header .govbh-masthead-head p button,
body #govbh-header .govbh-menu__navmenu > ul > li > a,
body #govbh-header .govbh-menu__navmenu-home > a,
body #govbh-header .govbh-head__secondary-menu a,
body #govbh-header .govbh-head__lang-switcher,
body #govbh-header .govbh-head__search-switcher,
body #govbh-header .govbh-head__darkmode,
body #govbh-header .govbh-head__textsize-btn,
body #govbh-header .govbh-hamburger,
body #govbh-header .govbh-btn--outline {
    color: var(--bh-primary, #000) !important;
    border-color: var(--bh-primary, #000) !important;
}

body #govbh-header .govbh-head__textsize-btn,
body #govbh-header .govbh-head__textsize-btn span,
body #govbh-header .govbh-head__textsize-btn i {
    color: #012E5D !important;
    border-color: #012E5D !important;
}

body #govbh-header .govbh-head__textsize-btn .icon-resize {
    font-family: "Phosphor" !important;
    font-size: 0;
    font-weight: normal;
    line-height: 1;
}

body #govbh-header .govbh-head__textsize-btn .icon-resize::before {
    content: "\e6ee";
    font-family: "Phosphor" !important;
    font-size: 20px;
    letter-spacing: 0;
}

html.govbh-darkmode #govbh-header .govbh-masthead-head p,
html.govbh-darkmode #govbh-header .govbh-masthead-head p span,
html.govbh-darkmode #govbh-header .govbh-masthead-head p a,
html.govbh-darkmode #govbh-header .govbh-masthead-head p button,
html.govbh-darkmode #govbh-header .govbh-menu__navmenu > ul > li > a,
html.govbh-darkmode #govbh-header .govbh-menu__navmenu-home > a,
html.govbh-darkmode #govbh-header .govbh-head__secondary-menu a,
html.govbh-darkmode #govbh-header .govbh-head__lang-switcher,
html.govbh-darkmode #govbh-header .govbh-head__search-switcher,
html.govbh-darkmode #govbh-header .govbh-head__darkmode,
html.govbh-darkmode #govbh-header .govbh-head__textsize-btn,
html.govbh-darkmode #govbh-header .govbh-hamburger,
html.govbh-darkmode #govbh-header .govbh-btn--outline {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
}

html.govbh-darkmode #govbh-header .govbh-head__textsize-btn,
html.govbh-darkmode #govbh-header .govbh-head__textsize-btn span,
html.govbh-darkmode #govbh-header .govbh-head__textsize-btn i {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
}

/* ── Secondary menu links: hidden ────────────────────────────────────────── */
.govbh-head__secondary-menu-list {
    display: none !important;
}

/* ── Desktop nav: use a wider row and keep labels on one line ───────────── */
@media (min-width: 1200px) {
    #govbh-header .govbh-head > .container,
    #govbh-header .govbh-menu > .container {
        width: calc(100% - 180px) !important;
        max-width: 1500px !important;
    }

    #govbh-header .govbh-menu__navmenu {
        width: 100%;
    }

    #govbh-header .govbh-menu__navmenu > ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    #govbh-header .govbh-menu__navmenu > ul > li {
        flex: 0 0 auto;
    }

    #govbh-header .govbh-menu__navmenu > ul > li > a {
        white-space: nowrap;
        padding-inline: 6px !important;
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    #govbh-header .govbh-menu__navmenu > ul > li > a {
        padding-inline: 10px !important;
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    #govbh-header .govbh-menu__navmenu > ul > li > a {
        padding-inline: 13px !important;
        font-size: 15px;
    }
}

/* ── Top-level nav items: transparent by default, light grey on hover ───── */
#govbh-header .govbh-menu__navmenu > ul > li > a {
    background-color: transparent !important;
}
#govbh-header .govbh-menu__navmenu > ul > li > a:hover,
#govbh-header .govbh-menu__navmenu > ul > li > a:focus {
    background-color: #f7f7f7 !important;
    color: #C63B2A !important;
}

/* ── Submenu dropdown panels: light grey ────────────────────────────────── */
#govbh-header .govbh-menu__navmenu ul ul {
    background-color: #f7f7f7 !important;
}

/* Submenu links: dark on light grey */
#govbh-header .govbh-menu__navmenu ul ul a {
    color: var(--bh-primary, #000) !important;
}

/* Submenu items: keep the same light grey hover background */
#govbh-header .govbh-menu__navmenu ul ul a:hover,
#govbh-header .govbh-menu__navmenu ul ul a:focus {
    background-color: #f7f7f7 !important;
    color: #C63B2A !important;
}

html.govbh-darkmode #govbh-header .govbh-menu__navmenu > ul > li > a:hover,
html.govbh-darkmode #govbh-header .govbh-menu__navmenu > ul > li > a:focus,
html.govbh-darkmode #govbh-header .govbh-menu__navmenu ul ul,
html.govbh-darkmode #govbh-header .govbh-menu__navmenu ul ul a:hover,
html.govbh-darkmode #govbh-header .govbh-menu__navmenu ul ul a:focus {
    background-color: #444444 !important;
}

html.govbh-darkmode #govbh-header .govbh-menu__navmenu ul ul a {
    color: #fff !important;
}

html.govbh-darkmode #govbh-header .govbh-menu__navmenu ul ul a:hover,
html.govbh-darkmode #govbh-header .govbh-menu__navmenu ul ul a:focus {
    color: #fff !important;
}

/* ── Standalone legislation pages: solid navy title band ────────────────── */
body.legislations-page section[aria-labelledby="page-title"] {
    background: #012E5D !important;
}

html.govbh-darkmode body.legislations-page .govbh-section.bg--grey[aria-labelledby="page-title"],
html.govbh-darkmode body.legislations-page section[aria-labelledby="page-title"] {
    background-color: #222222 !important;
    background-image: none !important;
}

body.legislations-page section[aria-labelledby="page-title"] {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

body.legislations-page section[aria-labelledby="page-title"] h1,
body.legislations-page section[aria-labelledby="page-title"] p,
body.legislations-page section[aria-labelledby="page-title"] .govbh-breadcrumb__item,
body.legislations-page section[aria-labelledby="page-title"] .govbh-breadcrumb__item a {
    color: #fff !important;
}

/* ── Login button: transparent background ───────────────────────────────── */
.govbh-head .govbh-btn--outline {
    background-color: transparent !important;
}

/* ── Login button hover: red fill ────────────────────────────────────────── */
.govbh-head .govbh-btn--outline:hover {
    background-color: var(--bh-accent, #C63B2B) !important;
    border-color: var(--bh-accent, #C63B2B) !important;
}

/* ── Login page ─────────────────────────────────────────────────────────── */
.ipa-login-section {
    background: #f7f7f7;
}

.ipa-login-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 640px;
    margin: 0 auto;
}

.ipa-login-box {
    padding: 2.5rem;
}

.ipa-login-box .govbh-login-form__title {
    font-size: 34px;
    line-height: 1.2;
}

html.govbh-darkmode .ipa-login-section {
    background: #333;
}

/* ── Policy content pages ───────────────────────────────────────────────── */
.ipa-policy-content {
    width: 100%;
    max-width: none;
}

.ipa-policy-content h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #012E5D;
    font-size: 28px;
    line-height: 1.3;
}

.ipa-policy-content p,
.ipa-policy-content li {
    color: #333333;
    font-size: 18px;
    line-height: 1.7;
}

.ipa-policy-content ul {
    margin-bottom: 1.25rem;
}

.ipa-policy-content li + li {
    margin-top: 0.5rem;
}

html.govbh-darkmode .ipa-policy-content h2,
html.govbh-darkmode .ipa-policy-content p,
html.govbh-darkmode .ipa-policy-content li {
    color: #ffffff;
}

/* ── Sticky state: restore solid backgrounds when scrolled ────────────────── */
/*
 * The sticky JS and its CSS already handle position: fixed.
 * We only need to restore the backgrounds here.
 */
#govbh-header.sticky {
    background-color: #fff !important;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.15) !important;
}
#govbh-header.sticky .govbh-masthead-head {
    background-color: #f7f7f7 !important;
}
#govbh-header.sticky .govbh-masthead-head p,
#govbh-header.sticky .govbh-masthead-head p span,
#govbh-header.sticky .govbh-masthead-head p a,
#govbh-header.sticky .govbh-masthead-head p button {
    color: var(--bh-primary, #000) !important;
}
#govbh-header.sticky .govbh-head,
#govbh-header.sticky .govbh-menu {
    background-color: #fff !important;
}

#govbh-header.sticky .govbh-menu__navmenu a,
#govbh-header.sticky .govbh-head__secondary-menu a,
#govbh-header.sticky .govbh-head__lang-switcher,
#govbh-header.sticky .govbh-head__search-switcher,
#govbh-header.sticky .govbh-head__darkmode,
#govbh-header.sticky .govbh-head__textsize-btn,
#govbh-header.sticky .govbh-hamburger,
#govbh-header.sticky .govbh-btn--outline {
    color: var(--bh-primary, #000) !important;
    border-color: var(--bh-primary, #000) !important;
}

#govbh-header.sticky .govbh-menu__navmenu ul ul a {
    color: var(--bh-primary, #000) !important;
}

#govbh-header.sticky .govbh-head__textsize-btn,
#govbh-header.sticky .govbh-head__textsize-btn span,
#govbh-header.sticky .govbh-head__textsize-btn i {
    color: #012E5D !important;
    border-color: #012E5D !important;
}

#govbh-header.sticky .govbh-menu__navmenu ul ul a:hover,
#govbh-header.sticky .govbh-menu__navmenu ul ul a:focus {
    color: #C63B2A !important;
}

html.govbh-darkmode #govbh-header.sticky,
html.govbh-darkmode #govbh-header.sticky .govbh-head,
html.govbh-darkmode #govbh-header.sticky .govbh-menu {
    background-color: #333333 !important;
}

html.govbh-darkmode #govbh-header.sticky .govbh-masthead-head {
    background-color: #444444 !important;
}

html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu > ul > li > a:hover,
html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu > ul > li > a:focus,
html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu ul ul,
html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu ul ul a:hover,
html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu ul ul a:focus {
    background-color: #444444 !important;
}

html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu ul ul a {
    color: #fff !important;
}

html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu ul ul a:hover,
html.govbh-darkmode #govbh-header.sticky .govbh-menu__navmenu ul ul a:focus {
    color: #fff !important;
}

#govbh-header .govbh-head .govbh-btn--outline:hover,
#govbh-header .govbh-head .govbh-btn--outline:focus,
#govbh-header.sticky .govbh-head .govbh-btn--outline:hover,
#govbh-header.sticky .govbh-head .govbh-btn--outline:focus {
    background-color: #C63B2A !important;
    border-color: #C63B2A !important;
    color: #fff !important;
}

#govbh-header .govbh-head .govbh-btn--outline:hover i,
#govbh-header .govbh-head .govbh-btn--outline:focus i,
#govbh-header.sticky .govbh-head .govbh-btn--outline:hover i,
#govbh-header.sticky .govbh-head .govbh-btn--outline:focus i {
    color: #fff !important;
}

/* ── RTL directional icons: normalize arrows without flipping neutral icons ─ */
html[dir="rtl"] .govbh-btn i,
html[dir="rtl"] .govbh-btn:hover i,
html[dir="rtl"] .govbh-btn:focus i,
html[dir="rtl"] .govbh-head__lang-switcher i,
html[dir="rtl"] .govbh-head__lang-switcher:hover i,
html[dir="rtl"] .privacyhead i,
html[dir="rtl"] .privacyhead:hover i {
    transform: none !important;
}

html[dir="rtl"] .govbh-btn i.ph-arrow-right,
html[dir="rtl"] .govbh-btn:hover i.ph-arrow-right,
html[dir="rtl"] .govbh-btn:focus i.ph-arrow-right,
html[dir="rtl"] .govbh-card__foot-icon i.ph-arrow-right,
html[dir="rtl"] .govbh-card:hover .govbh-card__foot-icon i.ph-arrow-right,
html[dir="rtl"] .govbh-card:focus-within .govbh-card__foot-icon i.ph-arrow-right,
html[dir="rtl"] .ipa-details-link i.ph-arrow-right,
html[dir="rtl"] .ipa-details-link:hover i.ph-arrow-right,
html[dir="rtl"] .govbh-footer .govbh-footer__newsletter button i.ph-arrow-right,
html[dir="rtl"] .govbh-footer .govbh-footer__newsletter button:hover i.ph-arrow-right {
    transform: scaleX(-1) !important;
}

html[dir="rtl"] .govbh-btn i.ph-arrow-left,
html[dir="rtl"] .govbh-btn:hover i.ph-arrow-left,
html[dir="rtl"] .govbh-btn:focus i.ph-arrow-left,
html[dir="rtl"] .govbh-card__foot-icon i.ph-arrow-left,
html[dir="rtl"] .govbh-card:hover .govbh-card__foot-icon i.ph-arrow-left,
html[dir="rtl"] .govbh-card:focus-within .govbh-card__foot-icon i.ph-arrow-left,
html[dir="rtl"] .ipa-details-link i.ph-arrow-left,
html[dir="rtl"] .ipa-details-link:hover i.ph-arrow-left {
    transform: none !important;
}

html[dir="rtl"] .govbh-prevnext-nav__item[rel="prev"] .govbh-btn i.ph-arrow-right,
html[dir="rtl"] .govbh-prevnext-nav__item[rel="prev"]:hover .govbh-btn i.ph-arrow-right,
html[dir="rtl"] .govbh-prevnext-nav__item[rel="prev"]:focus .govbh-btn i.ph-arrow-right {
    transform: none !important;
}

/* ── Services cards: keep carousel items square ─────────────────────────── */
section[aria-labelledby="section-title-02"] .govbh-carousel .swiper-slide {
    height: auto !important;
}

section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden;
    padding-block-end: 72px;
    position: relative;
    display: flex;
    flex-direction: column;
}

section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb .govbh-card__head {
    flex: 1 1 auto;
    min-height: 0;
}

section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb .govbh-card__head-content {
    min-width: 0;
}

section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb .govbh-card__title,
section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb .govbh-card__paragraph {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb .govbh-card__title {
    -webkit-line-clamp: 2;
}

section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb .govbh-card__paragraph {
    -webkit-line-clamp: 4;
}

section[aria-labelledby="section-title-02"] .govbh-card--no-lineclamb .govbh-card__foot {
    align-items: flex-end;
    display: flex;
    flex: 0 0 auto;
    inset-block-end: 32px;
    inset-inline-start: 32px;
    margin-top: 0;
    position: absolute;
}

section[aria-labelledby="section-title-02"] .ipa-details-link {
    align-items: center;
    color: #fff !important;
    display: inline-flex;
    gap: 6px;
    font-weight: var(--bh-fw-semibold);
    line-height: 1;
    text-decoration: none;
}

section[aria-labelledby="section-title-02"] .ipa-details-link span {
    text-decoration: underline;
    text-underline-offset: 4px;
}

section[aria-labelledby="section-title-02"] .ipa-details-link:hover,
section[aria-labelledby="section-title-02"] .ipa-details-link:focus {
    color: #fff !important;
}

section[aria-labelledby="section-title-02"] .ipa-details-link i {
    color: #fff !important;
    font-size: 0.9em;
}

html[dir="rtl"] section[aria-labelledby="section-title-02"] .ipa-details-link i {
    transform: scaleX(-1);
}

/* ── FAQ accordion content lists ────────────────────────────────────────── */
#faqaccordion .govbh-accordion__item-content p {
    margin-bottom: 0.75rem;
}

#faqaccordion .govbh-accordion__item-content ul {
    padding-inline-start: 1.25rem;
}

#faqaccordion .govbh-accordion__item-content li {
    list-style: disc;
    margin-bottom: 0.4rem;
}

/* ── Single location section ────────────────────────────────────────────── */
body.home-page section[aria-labelledby="section-title-08"] {
    display: none;
}

/* ── Private sector partners ────────────────────────────────────────────── */
.ipa-private-partners {
    padding: 72px 0 24px;
}

.ipa-private-partners__title {
    margin-bottom: 12px;
    color: #111827;
    font-size: var(--bh-fs-h1);
    line-height: 1.25;
    text-align: start;
}

.ipa-private-partners__intro {
    margin: 0 0 44px;
    color: #4b5563;
    font-size: var(--bh-fs-p-xl);
    line-height: 1.7;
    text-align: start;
}

html.govbh-darkmode .ipa-private-partners__title,
html.govbh-darkmode .ipa-private-partners__intro {
    color: #fff;
}

.ipa-private-partners__logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 34px 52px;
    margin: 0;
    padding: 0;
}

.ipa-private-partners__logos li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    min-height: 96px;
}

.ipa-private-partners__logos img {
    width: auto;
    max-width: 190px;
    max-height: 112px;
    object-fit: contain;
}

.ipa-private-partners__logos li:first-child img,
.ipa-private-partners__logos li:nth-child(5) img {
    max-width: 118px;
    max-height: 118px;
}

@media (max-width: 991.98px) {
    .ipa-private-partners {
        padding-top: 20px;
    }

    .ipa-private-partners__logos {
        gap: 28px 36px;
    }
}

@media (max-width: 575.98px) {
    .ipa-private-partners__intro {
        margin-bottom: 30px;
        font-size: var(--bh-fs-p-l);
    }

    .ipa-private-partners__logos {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .ipa-private-partners__logos li {
        min-width: 0;
        min-height: 84px;
    }

    .ipa-private-partners__logos img {
        max-width: 138px;
        max-height: 86px;
    }

    .ipa-private-partners__logos li:first-child img,
    .ipa-private-partners__logos li:nth-child(5) img {
        max-width: 92px;
        max-height: 92px;
    }
}

.ipa-location {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
    gap: 24px;
    align-items: stretch;
}

.ipa-location__map {
    min-height: 420px;
    overflow: hidden;
    border-radius: var(--bh-border-radius-s, 8px);
    background: rgba(255, 255, 255, 0.08);
}

.ipa-location__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.ipa-location__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--bh-border-radius-s, 8px);
}

.ipa-location__details h3,
.ipa-location__details p {
    color: #fff;
}

.ipa-location__details p {
    margin: 0;
}

.ipa-location__details .govbh-btn {
    align-self: flex-start;
}

html[dir="rtl"] .ipa-location__details .govbh-btn {
    align-self: flex-end;
}

@media (max-width: 991.98px) {
    .ipa-location {
        grid-template-columns: 1fr;
    }

    .ipa-location__details {
        padding: 24px;
    }
}

.govbh-map--single-location .govbh-map__wrapper {
    position: relative;
    width: 100%;
}

.govbh-map--single-location .govbh-map__output {
    position: relative;
    width: 100%;
    min-height: 520px;
    border-radius: var(--bh-border-radius-s, 8px);
    overflow: hidden;
}

.govbh-map--single-location .govbh-map__callout-timing {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.govbh-map--single-location .govbh-map__output-timelist {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1000;
    display: flex !important;
}

html[dir="rtl"] .govbh-map--single-location .govbh-map__output-timelist {
    right: auto;
    left: 18px;
}

/* ── Statistics: show four cards without tabs or extra CTA ──────────────── */
section[aria-labelledby="section-title-03"] .govbh-tabs__head,
section[aria-labelledby="section-title-03"] .govbh-carousel__nav-pagination,
section[aria-labelledby="section-title-03"] a[href="statistics.html"] {
    display: none !important;
}

section[aria-labelledby="section-title-03"] .govbh-tabs,
section[aria-labelledby="section-title-03"] .govbh-tabs__content {
    display: block !important;
}

section[aria-labelledby="section-title-03"] .govbh-tabs__content {
    width: 100% !important;
    padding: 0 !important;
}

section[aria-labelledby="section-title-03"] .tab-pane:not(.show) {
    display: none !important;
}

section[aria-labelledby="section-title-03"] .tab-pane.show .govbh-carousel__slider {
    overflow: visible !important;
}

section[aria-labelledby="section-title-03"] .tab-pane.show .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    transform: none !important;
}

section[aria-labelledby="section-title-03"] .tab-pane.show .swiper-slide {
    width: auto !important;
    margin: 0 !important;
}

section[aria-labelledby="section-title-03"] .govbh-statistic {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    text-align: center;
}

section[aria-labelledby="section-title-03"] .govbh-statistic__icon {
    display: flex !important;
    justify-content: center;
    margin: 0 auto 1rem;
}

section[aria-labelledby="section-title-03"] .govbh-statistic__icon img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

section[aria-labelledby="section-title-03"] .govbh-statistic__content {
    align-items: center;
}

section[aria-labelledby="section-title-03"] .govbh-statistic__content-counter {
    justify-content: center;
    gap: 0.08em;
    font-size: clamp(3rem, 5vw, 4.75rem);
    font-weight: 700;
    line-height: 1;
}

section[aria-labelledby="section-title-03"] .opendata-count-sign {
    order: -1;
    font-size: 1em;
    line-height: 1;
}

section[aria-labelledby="section-title-03"] .govbh-statistic__content-title {
    max-width: 310px;
    margin: 1rem auto 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    section[aria-labelledby="section-title-03"] .tab-pane.show .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    section[aria-labelledby="section-title-03"] .tab-pane.show .swiper-wrapper {
        grid-template-columns: 1fr;
    }
}

/* ── Inner page breadcrumbs ─────────────────────────────────────────────── */
.ipa-page-breadcrumb .govbh-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0 0 1rem;
}

.ipa-page-breadcrumb .govbh-breadcrumb__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
}

.ipa-page-breadcrumb .govbh-breadcrumb__item a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ipa-page-breadcrumb .govbh-breadcrumb__item:first-child > a,
.govbh-breadcrumb__item-home > a {
    text-decoration: none !important;
}

.ipa-page-breadcrumb .govbh-breadcrumb__item:first-child > a span,
.govbh-breadcrumb__item-home > a span {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ipa-page-breadcrumb .govbh-breadcrumb__item + .govbh-breadcrumb__item::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.9;
}

html[dir="rtl"] .ipa-page-breadcrumb .govbh-breadcrumb__item + .govbh-breadcrumb__item::before {
    transform: rotate(225deg);
}

.ipa-page-title-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.ipa-page-title-row .govbh-content-block {
    max-width: 760px;
}

.ipa-page-title-row .govbh-content-block h1 {
    margin-bottom: 0;
}

.ipa-page-title-row .govbh-content-block p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.ipa-page-share {
    color: #fff;
    flex: 0 0 auto;
}

.ipa-page-share--normal {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #012E5D;
}

.ipa-page-share--normal .ipa-page-share__title {
    margin-bottom: 0;
    color: #000000;
    font-weight: 400;
}

.ipa-page-utility-section {
    padding-block: 0 1.5rem;
}

.ipa-page-share__title {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
}

.ipa-page-title-row .ipa-page-share__title {
    color: #CBCBCB;
    font-weight: 400;
}

.ipa-page-share__list {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
}

.ipa-page-share__list li {
    list-style: none;
}

.ipa-page-share__list a,
.ipa-page-share__list button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.ipa-page-share--normal .ipa-page-share__list a,
.ipa-page-share--normal .ipa-page-share__list button {
    color: #012E5D !important;
}

.ipa-page-share--normal .ipa-page-share__list img,
.ipa-page-share--normal .ipa-page-share__list button img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(73%) saturate(1880%) hue-rotate(190deg) brightness(89%) contrast(102%);
}

.ipa-page-share__list a:hover,
.ipa-page-share__list a:focus,
.ipa-page-share__list button:hover,
.ipa-page-share__list button:focus {
    color: rgba(255, 255, 255, 0.75) !important;
}

.ipa-page-share--normal .ipa-page-share__list a:hover,
.ipa-page-share--normal .ipa-page-share__list a:focus,
.ipa-page-share--normal .ipa-page-share__list button:hover,
.ipa-page-share--normal .ipa-page-share__list button:focus {
    color: #C63B2A !important;
}

html.govbh-darkmode .ipa-page-share--normal {
    color: #ffffff;
}

html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__title {
    color: #ffffff;
    font-weight: 400;
}

html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__list a,
html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__list button {
    color: #ffffff !important;
}

html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__list a:hover,
html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__list a:focus,
html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__list button:hover,
html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__list button:focus {
    color: #ffffff !important;
}

html.govbh-darkmode .ipa-page-share--normal .ipa-page-share__list img {
    filter: brightness(0) invert(1);
}

html[dir="rtl"] .ipa-page-utility-section .d-flex:has(.govbh-last-updated) {
    justify-content: flex-end !important;
}

html[dir="rtl"] .govbh-last-updated {
    margin-right: auto;
    text-align: left;
}

.ipa-page-share__list img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.ipa-page-share__list a:hover img,
.ipa-page-share__list a:focus img,
.ipa-page-share__list button:hover img,
.ipa-page-share__list button:focus img {
    opacity: 0.75;
}

.sdgs-page .sdgs-share {
    --sdgs-share-color: #012E5D;
}

.sdgs-page .sdgs-share--top {
    --sdgs-share-color: #ffffff;
}

.sdgs-page .sdgs-share .govbh-sharethis__title {
    color: var(--sdgs-share-color);
}

.sdgs-page .sdgs-share a,
.sdgs-page .sdgs-share button {
    color: var(--sdgs-share-color) !important;
}

.sdgs-page .sdgs-share img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.sdgs-page .sdgs-share--top img {
    filter: brightness(0) invert(1);
}

.sdgs-page .sdgs-share--bottom img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(73%) saturate(1880%) hue-rotate(190deg) brightness(89%) contrast(102%);
}

.sdgs-page .sdgs-share a:hover img,
.sdgs-page .sdgs-share a:focus img,
.sdgs-page .sdgs-share button:hover img,
.sdgs-page .sdgs-share button:focus img {
    opacity: 0.75;
}

.legislation-details-page .legislation-share {
    --legislation-share-color: #012E5D;
}

.legislation-details-page .legislation-share--top {
    --legislation-share-color: #ffffff;
}

.legislation-details-page .legislation-share .govbh-sharethis__title {
    color: var(--legislation-share-color);
}

.legislation-details-page .legislation-share a {
    color: var(--legislation-share-color) !important;
}

.legislation-details-page .legislation-share img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.legislation-details-page .legislation-share--top img {
    filter: brightness(0) invert(1);
}

.legislation-details-page .legislation-share--bottom img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(73%) saturate(1880%) hue-rotate(190deg) brightness(89%) contrast(102%);
}

.legislation-details-page .legislation-share a:hover img,
.legislation-details-page .legislation-share a:focus img {
    opacity: 0.75;
}

.search-result-page .search-share {
    --search-share-color: #012E5D;
}

.search-result-page .search-share--top {
    --search-share-color: #ffffff;
}

.search-result-page .search-share .govbh-sharethis__title {
    color: var(--search-share-color);
}

.search-result-page .search-share a {
    color: var(--search-share-color) !important;
}

.search-result-page .search-share img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.search-result-page .search-share--top img {
    filter: brightness(0) invert(1);
}

.search-result-page .search-share--bottom img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(73%) saturate(1880%) hue-rotate(190deg) brightness(89%) contrast(102%);
}

.search-result-page .search-share a:hover img,
.search-result-page .search-share a:focus img {
    opacity: 0.75;
}

/* ── Custom select dropdowns ───────────────────────────────────────────── */
.govbh-form-control--select {
    position: relative;
}

.govbh-form-control:has(select.form-select) {
    position: relative;
}

select.form-select.ipa-native-select-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.ipa-custom-select {
    position: relative;
    width: 100%;
}

.ipa-custom-select__button {
    display: flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 2.5rem 1rem 1rem;
    border: 1px solid #949494;
    border-radius: 4px;
    background: #ffffff;
    color: #111111;
    font: inherit;
    line-height: 1.35;
    text-align: start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-floating > .ipa-custom-select .ipa-custom-select__button {
    min-height: calc(3.5rem + 2px);
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.ipa-custom-select__button:focus,
.ipa-custom-select.is-open .ipa-custom-select__button {
    border-color: #012E5D;
    box-shadow: 0 0 0 0.2rem rgba(1, 46, 93, 0.16);
    outline: 0;
}

.ipa-custom-select__button:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.ipa-custom-select__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ipa-custom-select__icon {
    flex: 0 0 auto;
    color: #012E5D;
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.ipa-custom-select.is-open .ipa-custom-select__icon {
    transform: rotate(180deg);
}

.ipa-custom-select__list {
    position: absolute;
    z-index: 1050;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    display: none;
    max-height: 260px;
    margin: 0;
    padding: 0.35rem 0;
    overflow-y: auto;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    list-style: none;
}

.ipa-custom-select.is-open .ipa-custom-select__list {
    display: block;
}

.ipa-custom-select__option {
    padding: 0.75rem 1rem;
    color: #111111;
    cursor: pointer;
    line-height: 1.35;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.ipa-custom-select__option:hover,
.ipa-custom-select__option:focus {
    background: #f2f5f8;
    outline: 0;
}

.ipa-custom-select__option.is-selected {
    background: rgba(198, 59, 42, 0.1);
    color: #012E5D;
    font-weight: 700;
}

.ipa-custom-select__option.is-disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.govbh-form-control--select .ipa-custom-select {
    height: 100%;
}

.govbh-form-control--select .ipa-custom-select__button {
    height: 100%;
    min-height: 50px;
    padding: 0 15px;
    border: 0;
    border-radius: var(--bh-border-radius-xs, 4px);
    background: transparent;
    box-shadow: none;
    color: var(--bh-secondary, #333333);
    font-size: var(--bh-fs-p-m, 1rem);
    line-height: 1.2;
}

.form-floating.govbh-form-control--select > .ipa-custom-select .ipa-custom-select__button {
    min-height: 50px;
    padding: 0 15px;
}

.govbh-form-control--select .ipa-custom-select__button:focus,
.govbh-form-control--select .ipa-custom-select.is-open .ipa-custom-select__button {
    border-color: transparent;
    box-shadow: 0 0 0 3px var(--bh-focus, rgba(13, 110, 253, 0.25)) inset;
}

.govbh-form-control--select .ipa-custom-select__list {
    top: calc(100% + 6px);
    border-color: var(--bh-border-primary, #c8c8c8);
    border-radius: var(--bh-border-radius-xs, 4px);
    background: var(--bh-bg-primary, #ffffff);
    color: var(--bh-secondary, #333333);
}

html[dir="rtl"] .ipa-custom-select__button {
    padding-right: 1rem;
    padding-left: 2.5rem;
}

html[dir="rtl"] .govbh-form-control--select .ipa-custom-select__button {
    padding: 0 15px;
}

html.govbh-darkmode .ipa-custom-select__button,
html.govbh-darkmode .ipa-custom-select__list {
    border-color: rgba(255, 255, 255, 0.35);
    background: #1f1f1f;
    color: #ffffff;
}

html.govbh-darkmode .ipa-custom-select__button:focus,
html.govbh-darkmode .ipa-custom-select.is-open .ipa-custom-select__button {
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.16);
}

html.govbh-darkmode .ipa-custom-select__icon {
    color: #ffffff;
}

html.govbh-darkmode .ipa-custom-select__option {
    color: #ffffff;
}

html.govbh-darkmode .ipa-custom-select__option:hover,
html.govbh-darkmode .ipa-custom-select__option:focus {
    background: rgba(255, 255, 255, 0.12);
}

html.govbh-darkmode .ipa-custom-select__option.is-selected {
    background: rgba(198, 59, 42, 0.35);
    color: #ffffff;
}

.ipa-advanced-multiselect {
    position: relative;
    width: 100%;
}

.ipa-advanced-multiselect__button {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: var(--bh-border-radius-xs, 4px);
    color: var(--bh-secondary, #333333);
    display: flex;
    font: inherit;
    gap: 0.75rem;
    height: 100%;
    justify-content: space-between;
    line-height: 1.2;
    min-height: 50px;
    padding: 0 15px;
    text-align: start;
    width: 100%;
}

.ipa-advanced-multiselect__button:focus,
.ipa-advanced-multiselect.is-open .ipa-advanced-multiselect__button {
    box-shadow: 0 0 0 3px var(--bh-focus, rgba(13, 110, 253, 0.25)) inset;
    outline: 0;
}

.ipa-advanced-multiselect__text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ipa-advanced-multiselect__icon {
    color: #012E5D;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

.ipa-advanced-multiselect.is-open .ipa-advanced-multiselect__icon {
    transform: rotate(180deg);
}

.ipa-advanced-multiselect__panel {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: var(--bh-border-radius-xs, 4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
    display: none;
    inset-inline: 0;
    max-height: 260px;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 6px);
    z-index: 1060;
}

.ipa-advanced-multiselect.is-open .ipa-advanced-multiselect__panel {
    display: block;
}

.ipa-advanced-multiselect__search {
    border: 2px solid #8bbcff;
    border-radius: 0;
    color: #333333;
    font: inherit;
    min-height: 44px;
    padding: 0.5rem 1rem;
    width: 100%;
}

.ipa-advanced-multiselect__search:focus {
    box-shadow: 0 0 0 2px rgba(54, 149, 250, 0.18) inset;
    outline: 0;
}

.ipa-advanced-multiselect__select-all {
    background: transparent;
    border: 0;
    color: #012E5D;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 1rem 1.25rem 0.5rem;
    text-align: start;
    width: 100%;
}

.ipa-advanced-multiselect__select-all:hover,
.ipa-advanced-multiselect__select-all:focus {
    color: #C63B2B;
    outline: 0;
}

.ipa-advanced-multiselect__list {
    padding: 0.25rem 0 0.75rem;
}

.ipa-advanced-multiselect__option {
    align-items: center;
    color: #333333;
    cursor: pointer;
    display: flex;
    gap: 0.75rem;
    line-height: 1.35;
    padding: 0.45rem 1.25rem;
}

.ipa-advanced-multiselect__option:hover,
.ipa-advanced-multiselect__option:focus-within {
    background: #f2f5f8;
}

.ipa-advanced-multiselect__checkbox {
    appearance: none;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 3px;
    flex: 0 0 auto;
    height: 20px;
    margin: 0;
    position: relative;
    width: 20px;
}

.ipa-advanced-multiselect__checkbox:checked {
    background: #012E5D;
    border-color: #012E5D;
}

.ipa-advanced-multiselect__checkbox:checked::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    height: 10px;
    inset-block-start: 3px;
    inset-inline-start: 7px;
    position: absolute;
    transform: rotate(45deg);
    width: 5px;
}

html[dir="rtl"] .ipa-advanced-multiselect__checkbox:checked::after {
    inset-inline-start: auto;
    inset-inline-end: 7px;
}

html.govbh-darkmode .ipa-advanced-multiselect__button,
html.govbh-darkmode .ipa-advanced-multiselect__panel,
html.govbh-darkmode .ipa-advanced-multiselect__search {
    background: #1f1f1f;
    border-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

html.govbh-darkmode .ipa-advanced-multiselect__icon,
html.govbh-darkmode .ipa-advanced-multiselect__select-all,
html.govbh-darkmode .ipa-advanced-multiselect__option {
    color: #ffffff;
}

html.govbh-darkmode .ipa-advanced-multiselect__option:hover,
html.govbh-darkmode .ipa-advanced-multiselect__option:focus-within {
    background: rgba(255, 255, 255, 0.12);
}

.govbh-footer__solcial-widget img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.govbh-footer__solcial-widget a:hover img,
.govbh-footer__solcial-widget a:focus img {
    opacity: 0.75;
}

/* ── Who are we page ───────────────────────────────────────────────────── */
.ipa-about-page {
    padding-top: 3.5rem;
}

.ipa-about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 3rem;
}

.ipa-about-copy h2 {
    margin-bottom: 1rem;
    color: #012E5D;
    font-size: 1.25rem;
    font-weight: 700;
}

.ipa-about-copy p {
    margin-bottom: 0;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.ipa-about-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.ipa-about-stat__number {
    color: #012E5D;
    font-size: 60px;
    font-weight: 800;
    line-height: 0.95;
}

.ipa-about-stat__label {
    margin-top: 1rem;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.ipa-about-stat p {
    max-width: 280px;
    margin: 0.75rem auto 0;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.ipa-about-media-panel {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border-radius: 6px;
    background: #f7f7f7;
}

.ipa-about-media-panel img {
    display: block;
    width: min(100%, 760px);
    height: auto;
    margin-inline: auto;
    border-radius: 6px;
}

.ipa-about-body-copy {
    max-width: 1080px;
    margin: 2rem auto 0;
    color: #333;
    font-size: 18px;
    line-height: 1.7;
}

.ipa-vision-mission-band {
    margin-top: 4rem;
    padding: clamp(2rem, 4vw, 3.5rem) 0;
    background: #f7f7f7;
}

.ipa-vision-mission {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    gap: clamp(2rem, 5vw, 4rem);
}

.ipa-vision-mission__media {
    min-height: 100%;
}

.ipa-vision-mission__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.ipa-vision-mission__content {
    display: grid;
    gap: 2rem;
}

.ipa-vision-mission__content h2 {
    margin-bottom: 1rem;
    color: #012E5D;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.ipa-vision-mission__content p {
    margin-bottom: 0;
    color: #333;
    font-size: 18px;
    line-height: 1.6;
}

.ipa-strategic-goals {
    padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.ipa-strategic-goals__grid {
    display: flow-root;
}

.ipa-strategic-goals__content h2 {
    margin-bottom: 1.75rem;
    color: #012E5D;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.ipa-strategic-goals__content ul {
    display: grid;
    gap: 1.1rem;
    margin: 0;
    padding: 0;
}

.ipa-strategic-goals__content li {
    position: relative;
    list-style: none;
    padding-inline-start: 2rem;
    color: #333;
    font-size: 18px;
    line-height: 1.45;
}

.ipa-strategic-goals__content li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.65em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #C63B2A;
}

.ipa-strategic-goals__media {
    float: inline-end;
    width: min(48%, 760px);
    height: 320px;
    margin-inline-start: clamp(2rem, 5vw, 4rem) !important;
    margin-bottom: 1.5rem !important;
}

.ipa-strategic-goals__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

html.govbh-darkmode .ipa-about-copy h2,
html.govbh-darkmode .ipa-about-copy p,
html.govbh-darkmode .ipa-about-stat__number,
html.govbh-darkmode .ipa-about-stat__label,
html.govbh-darkmode .ipa-vision-mission__content h2,
html.govbh-darkmode .ipa-strategic-goals__content h2 {
    color: #fff;
}

html.govbh-darkmode .ipa-about-stat p,
html.govbh-darkmode .ipa-about-body-copy,
html.govbh-darkmode .ipa-vision-mission__content p,
html.govbh-darkmode .ipa-strategic-goals__content li {
    color: rgba(255, 255, 255, 0.78);
}

html.govbh-darkmode .ipa-about-media-panel {
    background: #444444;
}

html.govbh-darkmode .ipa-vision-mission-band {
    background: #444444;
}

.ipa-partner-category {
    padding: 2.5rem 0 0;
}

.ipa-partner-category h2 {
    color: var(--bh-brand);
    font-size: 30px;
    margin-bottom: 1.25rem;
}

.govbh-partners-list .govbh-partners-list__item-img .ipa-partner-logo-placeholder {
    width: 100%;
    height: 100%;
    min-height: 120px;
    border-radius: 4px;
    background: #fff;
}

.govbh-partners-list .ipa-partner-linkless {
    color: inherit;
    cursor: default;
    text-decoration: none;
}

.govbh-partners-list a.govbh-is-external::after,
.govbh-partners-list .ipa-partner-linkless span::after {
    content: none;
}

.govbh-partners-list .ipa-partner-linkless span {
    text-decoration: none;
}

.govbh-partners-list .ipa-partner-linkless:hover {
    color: inherit;
}

.govbh-partners-list .ipa-partner-linkless:hover img {
    transform: none;
}

.govbh-scrollToTopBtn .icon-arrowup {
    position: relative;
    display: inline-flex;
    width: 23px;
    height: 28px;
    align-items: center;
    justify-content: center;
    background-image: url("../images/arrow-up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.govbh-scrollToTopBtn:hover .icon-arrowup,
.govbh-scrollToTopBtn:focus-visible .icon-arrowup {
    filter: brightness(0) invert(1);
}

html.govbh-darkmode .govbh-scrollToTopBtn .icon-arrowup {
    filter: brightness(0) invert(1);
}

html.govbh-darkmode .ipa-partner-category h2 {
    color: #fff;
}

.govbh-footer .ipa-footer-logo {
    display: block !important;
    width: 265px;
    max-width: 100%;
    height: auto;
}

.ipa-quality-policy__content {
    max-width: 980px;
}

.ipa-quality-policy__content p,
.ipa-quality-policy__content li {
    color: #333;
    font-size: 18px;
    line-height: 1.75;
}

.ipa-quality-policy__content p {
    margin-bottom: 1.25rem;
}

.ipa-quality-policy__content ul {
    display: grid;
    gap: 0.85rem;
    margin: 1.5rem 0 0;
    padding: 0;
}

.ipa-quality-policy__content li {
    position: relative;
    list-style: none;
    padding-inline-start: 1.75rem;
}

.ipa-quality-policy__content li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.78em;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #C63B2A;
}

.equal-opportunity-page .ipa-quality-policy__content {
    max-width: none;
    width: 100%;
}

.equal-opportunity-page .ipa-quality-policy__content ul {
    gap: 0.25rem;
    margin-top: 1rem;
}

.equal-opportunity-page .ipa-quality-policy__content li {
    line-height: 1.45;
}

.ipa-equal-chart-section {
    background: #f7f7f7;
}

.ipa-equal-chart {
    max-width: 760px;
    margin: 0 auto;
}

.ipa-equal-chart__header {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.ipa-equal-chart__header h2 {
    color: #012E5D;
    font-size: 1.35rem;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

.ipa-equal-chart__legend {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #012E5D;
    font-size: 0.95rem;
}

.ipa-equal-chart__legend span {
    display: inline-flex;
    gap: 0.4rem;
    align-items: center;
}

.ipa-equal-chart__key {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 3px;
}

.ipa-equal-chart__key--women,
.ipa-equal-chart__bar--women {
    background: #012E5D;
}

.ipa-equal-chart__key--men,
.ipa-equal-chart__bar--men {
    background: #D9291F;
}

.ipa-equal-chart__plot {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 0.75rem;
}

.ipa-equal-chart__axis {
    display: grid;
    height: 230px;
    color: #6f7d8c;
    font-size: 0.85rem;
    line-height: 1;
    align-items: center;
}

.ipa-equal-chart__bars {
    position: relative;
    display: grid;
    grid-template-columns: repeat(10, minmax(28px, 1fr));
    gap: 1rem;
    min-height: 260px;
    padding-top: 0.25rem;
}

.ipa-equal-chart__grid {
    position: absolute;
    inset: 0 0 30px;
    background-image: repeating-linear-gradient(
        to bottom,
        #dbe3eb 0,
        #dbe3eb 1px,
        transparent 1px,
        transparent 38px
    );
    opacity: 0.85;
    pointer-events: none;
}

.ipa-equal-chart__year {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: 230px auto;
    gap: 0.75rem;
    justify-items: center;
}

.ipa-equal-chart__pair {
    display: flex;
    gap: 0.35rem;
    align-items: end;
    height: 230px;
}

.ipa-equal-chart__bar {
    display: block;
    width: 14px;
    height: calc((var(--value) / 60) * 100%);
    border-radius: 2px;
}

.ipa-equal-chart__year span {
    color: #2f6c9f;
    font-size: 0.85rem;
}

.ipa-equal-chart__summary {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8ee;
    color: #647384;
    font-size: 0.9rem;
}

.ipa-equal-chart__summary div {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.ipa-equal-chart__summary b {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #cbd9e6;
    color: #012E5D;
    font-weight: 500;
}

html.govbh-darkmode .ipa-equal-chart-section {
    background: var(--bh-bg-secondary);
}

html.govbh-darkmode .ipa-equal-chart__header h2,
html.govbh-darkmode .ipa-equal-chart__legend,
html.govbh-darkmode .ipa-equal-chart__summary b {
    color: #fff;
}

html.govbh-darkmode .ipa-equal-chart__summary b {
    background: #555;
}

@media (max-width: 767.98px) {
    .ipa-equal-chart__header {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .ipa-equal-chart__header h2 {
        text-align: start;
        font-size: 1.15rem;
    }

    .ipa-equal-chart__bars {
        gap: 0.65rem;
        overflow-x: auto;
        grid-template-columns: repeat(10, 34px);
        padding-bottom: 0.5rem;
    }

    .ipa-equal-chart__summary {
        align-items: flex-start;
        flex-direction: column;
    }
}

.ipa-committee-events-section {
    background: #fff;
}

.ipa-committee-events {
    max-width: 760px;
    margin: 0 auto;
}

.ipa-committee-events h2 {
    color: #012E5D;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 0 0 1rem;
    text-align: center;
}

.ipa-committee-events__group h3 {
    color: #34465a;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 1rem 0;
    text-align: center;
}

.ipa-committee-events__group + .ipa-committee-events__group {
    margin-top: 2.5rem;
}

.ipa-committee-events__timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0.25rem 0 0.5rem;
}

.ipa-committee-events__timeline::before {
    content: "";
    position: absolute;
    inset-block: 0.25rem 0.5rem;
    inset-inline-start: calc(50% - 3px);
    width: 6px;
    border-radius: 6px;
    background: #dceaf5;
}

.ipa-committee-event {
    align-self: start;
    position: relative;
    width: calc(50% - 3px);
    overflow: hidden;
    border: 1px solid #e8eef3;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(1, 46, 93, 0.05);
}

.ipa-committee-event:has(.ipa-committee-event__preview-link) {
    cursor: pointer;
}

.ipa-committee-event--left {
    align-self: flex-start;
}

.ipa-committee-event--right {
    align-self: flex-end;
}

.ipa-committee-event img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
}

.ipa-committee-event__body {
    padding: 0.75rem;
}

.ipa-committee-event__body span {
    display: block;
    color: #012E5D;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.ipa-committee-event__body p {
    color: #34465a;
    font-size: 0.82rem;
    line-height: 1.45;
    margin: 0 0 0.45rem;
}

.ipa-committee-event__body a {
    color: #012E5D;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: underline;
}

.ipa-committee-event__preview-link::after {
    content: "";
    position: absolute;
    inset: 0;
}

html.govbh-darkmode .ipa-committee-events-section,
html.govbh-darkmode .ipa-committee-event {
    background: var(--bh-bg-primary);
}

html.govbh-darkmode .ipa-committee-events h2,
html.govbh-darkmode .ipa-committee-events__group h3,
html.govbh-darkmode .ipa-committee-event__body span,
html.govbh-darkmode .ipa-committee-event__body p,
html.govbh-darkmode .ipa-committee-event__body a {
    color: #fff;
}

html.govbh-darkmode .ipa-committee-event {
    border-color: var(--bh-border-secondary);
}

@media (max-width: 767.98px) {
    .ipa-committee-events__timeline {
        padding-inline-start: 1rem;
        gap: 1rem;
    }

    .ipa-committee-events__timeline::before {
        inset-inline-start: 0;
    }

    .ipa-committee-event--left,
    .ipa-committee-event--right {
        align-self: stretch;
        margin-top: 0;
        width: 100%;
    }
}

.ipa-training-tabs .govbh-tabs__head {
    height: auto !important;
}

.ipa-training-tabs .govbh-tabs__head-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.application-form-page .ipa-application-form-section .govbh-content-box {
    border: 0;
    border-radius: 8px;
    padding: 1.5rem;
}

.application-form-page .ipa-application-form-section h3 {
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

.application-form-page .ipa-application-form__step > h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 1rem;
    text-align: start;
}

.application-form-page .ipa-application-form__step[hidden] {
    display: none;
}

.application-form-page .ipa-application-form__step .govbh-content-box {
    border-radius: 0;
    padding: 1.75rem 1rem;
}

.application-form-page .ipa-application-form__step .govbh-content-box > .row {
    row-gap: 1.25rem !important;
}

.application-form-page .ipa-application-form__step .govbh-form-control.form-group {
    margin: 0;
}

.application-form-page .ipa-application-form .govbh-form-control label,
.application-form-page .ipa-upload-box label {
    color: #012E5D;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.application-form-page .ipa-application-form__step .govbh-form-control.form-group > .col-12:first-child {
    margin-bottom: 0.35rem;
}

.application-form-page .ipa-application-form__step .govbh-form-control label {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
    justify-content: flex-start;
    margin-bottom: 0;
    text-align: start;
}

.application-form-page .ipa-application-form .govbh-form-control label span,
.application-form-page .ipa-upload-box label span {
    color: #DA291C;
    margin-inline-start: 0.15rem;
}

.application-form-page .ipa-application-form__step .form-control {
    background-color: #ffffff;
    border-color: #b7b7b7;
    border-radius: 3px;
    font-size: 0.875rem;
    min-height: 36px;
    text-align: start;
}

.application-form-page .ipa-application-form__step .form-select {
    background-color: #ffffff;
    border-color: #b7b7b7;
    border-radius: 3px;
    font-size: 0.875rem;
    min-height: 36px;
    text-align: start;
}

.application-form-page .ipa-application-form__step .govbh-form-control--select {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.application-form-page .ipa-application-form__step .govbh-form-control--select .ipa-custom-select {
    height: auto;
}

.application-form-page .ipa-application-form__step .govbh-form-control--select .ipa-custom-select__button {
    min-height: 50px;
    height: 50px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    background-color: #ffffff;
    font-size: 0.875rem;
    padding: 0 15px;
}

.application-form-page .ipa-application-form__step .form-control::placeholder {
    color: #6f6f6f;
    opacity: 1;
}

html[dir="rtl"] .application-form-page .ipa-application-form__step .form-control::placeholder {
    direction: rtl;
    text-align: right;
}

.application-form-page .ipa-application-form__recaptcha {
    display: flex;
    justify-content: flex-start;
    margin: 0.5rem 0 1.5rem;
}

.application-form-page .ipa-application-form__recaptcha p {
    color: #333333;
    font-size: 0.75rem;
    margin: 0;
}

.application-form-page .ipa-application-form__confirm {
    margin-bottom: 2rem;
}

.application-form-page .ipa-application-form__confirm .form-check__group {
    background: transparent;
    border: 0;
    padding: 0;
}

.application-form-page .ipa-application-form__confirm .form-label {
    color: #333333;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.75rem;
    text-align: start;
}

.application-form-page .ipa-application-form__confirm .form-label span {
    color: #DA291C;
    margin-inline-start: 0.15rem;
}

.application-form-page .ipa-application-form__confirm .form-check__item {
    align-items: center;
    display: flex;
    gap: 0.65rem;
    justify-content: flex-start;
}

.application-form-page .ipa-application-form__confirm .form-check__item label {
    color: #333333;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
}

.application-form-page .ipa-application-form__actions {
    align-items: center;
    border-top: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}

.application-form-page .ipa-application-form__actions .govbh-btn {
    min-width: 72px;
}

.application-form-page .ipa-application-form__actions-main {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.application-form-page .ipa-application-form__reset {
    display: none !important;
}

.application-form-page .ipa-application-form__reset i {
    color: #cf2e2e;
}

.application-form-page .ipa-upload-box {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    border: 1px dashed #b9c9d8;
    border-radius: 8px;
    background: #fff;
    padding: 1rem;
}

.application-form-page .ipa-upload-box p {
    color: #5f6f7f;
    font-size: 0.9rem;
    margin: 0.5rem 0 0;
}

html.govbh-darkmode .application-form-page .ipa-upload-box {
    background: var(--bh-bg-primary);
    border-color: var(--bh-border-secondary);
}

html.govbh-darkmode .application-form-page .ipa-application-form .govbh-form-control label,
html.govbh-darkmode .application-form-page .ipa-upload-box label,
html.govbh-darkmode .application-form-page .ipa-upload-box p {
    color: #fff;
}

.success-story-details-page .ipa-success-story-detail__image img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.success-story-details-page .ipa-success-story-detail__content {
    max-width: none;
    width: 100%;
}

.success-story-details-page .ipa-success-story-detail__content .govbh-content-box {
    width: 100%;
}

html[dir="rtl"] .success-story-details-page .ipa-success-story-back-link i,
html[dir="rtl"] .success-story-details-page .ipa-success-story-prev-link i {
    transform: translateX(0) scaleX(1) !important;
}

html[dir="rtl"] .success-story-details-page .ipa-success-story-back-link:hover i,
html[dir="rtl"] .success-story-details-page .ipa-success-story-back-link:focus i,
html[dir="rtl"] .success-story-details-page .ipa-success-story-prev-link:hover i,
html[dir="rtl"] .success-story-details-page .ipa-success-story-prev-link:focus i {
    transform: translateX(0) scaleX(1) !important;
}

.success-story-details-page .ipa-related-success-stories-section .govbh-card__paragraph {
    margin-top: 0.65rem;
}

.success-story-details-page .ipa-related-success-stories-section .govbh-general__navigation {
    display: none !important;
}

.ipa-training-tabs .govbh-tabs__list {
    flex: 0 0 auto;
    white-space: nowrap;
}

.ipa-training-sort {
    width: min(100%, 420px);
}

.ipa-home-upcoming-programs__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.ipa-home-upcoming-programs__nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    white-space: nowrap;
}

.govbh-floatinglist__icon-img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}

html.govbh-darkmode .govbh-floatinglist__icon-img {
    filter: brightness(0) invert(1);
}

.ipa-consultancy-page {
    padding-bottom: 0;
}

.ipa-consultancy-intro {
    margin-bottom: 4rem;
}

.ipa-consultancy-intro .govbh-abstract,
.ipa-consultancy-intro .govbh-abstract p {
    font-weight: 400;
}

.ipa-consultancy-intro__image {
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 8px;
    background-color: #f7f7f7;
}

.ipa-consultancy-intro__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ipa-consultancy-services-band {
    background-color: #f7f7f7;
    padding: 4rem 0 3.5rem;
}

html.govbh-darkmode .ipa-consultancy-services-band {
    background-color: #333333;
}

.sdgs-page .ipa-consultancy-services-band {
    background-color: #ffffff;
}

.ipa-consultancy-services-text article {
    margin-bottom: 1.75rem;
}

.ipa-consultancy-services-text article:last-child {
    margin-bottom: 0;
}

.ipa-consultancy-services-text h3 {
    margin-bottom: 0.5rem;
    color: #012E5D;
    font-size: 24px;
    font-weight: 700;
}

.ipa-consultancy-services-text p {
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 1.7;
}

.ipa-consultancy-services-text .ipa-research-services-intro {
    margin-bottom: 1.75rem;
}

.ipa-consultancy-services-text .ipa-msc-red-list {
    margin-top: 0.5rem;
}

.ipa-consultancy-services-text .ipa-msc-red-list li {
    color: #333333;
    font-size: 18px;
    line-height: 1.7;
}

html.govbh-darkmode .ipa-consultancy-services-text h3 {
    color: #ffffff;
}

html.govbh-darkmode .ipa-consultancy-services-text p,
html.govbh-darkmode .ipa-consultancy-services-text .ipa-msc-red-list li {
    color: rgba(255, 255, 255, 0.82);
}

html.govbh-darkmode .ipa-quality-policy__content p,
html.govbh-darkmode .ipa-quality-policy__content li {
    color: rgba(255, 255, 255, 0.82);
}

.cookie-card {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 10050;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(1, 46, 93, 0.12);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.12);
}

.cookie-card__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.cookie-card__content {
    flex: 1 1 auto;
}

.cookie-card__content p {
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.6;
}

.cookie-card__buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 0.75rem;
}

html.govbh-darkmode .cookie-card {
    background-color: #444444 !important;
    border-top-color: rgba(255, 255, 255, 0.14);
}

html.govbh-darkmode .cookie-card__content p {
    color: #ffffff;
}

html.govbh-darkmode .cookie-card__content a {
    color: #ffffff;
}

.ipa-news-card {
    height: 100%;
}

.ipa-news-card .govbh-card__head-image {
    overflow: hidden;
}

.ipa-news-card .govbh-card__head-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.ipa-news-card .govbh-card__title {
    min-height: 4.5rem;
}

.ipa-news-card__summary {
    display: none;
}

body.success-stories-page .ipa-news-card .govbh-card__title {
    min-height: 0;
    margin-bottom: 0.25rem;
}

body.success-stories-page .ipa-news-card__summary {
    margin-top: 0;
}

.ipa-news-latest .govbh-newscard__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ipa-news-search .govbh-search-card__head {
    align-items: stretch;
}

.ipa-news-detail-hero .ipa-page-share__list img {
    filter: brightness(0) invert(1);
}

.ipa-news-detail .govbh-date-content {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
}

.ipa-news-detail .govbh-date-content i {
    color: #C63B2A;
}

.ipa-news-detail .govbh-image-block {
    overflow: hidden;
    border-radius: 4px;
}

.ipa-news-detail .govbh-image-block img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ipa-news-detail__content {
    max-width: none;
    width: 100%;
}

.ipa-news-detail__content p {
    color: #333333;
    font-size: 18px;
    line-height: 1.75;
}

.ipa-related-news-section .govbh-card {
    height: 100%;
}

.ipa-related-news-section .govbh-card__head-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

html.govbh-darkmode .ipa-news-detail__content p,
html.govbh-darkmode .ipa-news-detail .govbh-date-content {
    color: rgba(255, 255, 255, 0.82);
}

html[dir="rtl"] .news-details-page .ipa-news-detail-back-link i,
html[dir="rtl"] .news-details-page .ipa-news-detail-prev-link i {
    transform: translateX(0) scaleX(1) !important;
}

html[dir="rtl"] .news-details-page .ipa-news-detail-back-link:hover i,
html[dir="rtl"] .news-details-page .ipa-news-detail-back-link:focus i,
html[dir="rtl"] .news-details-page .ipa-news-detail-prev-link:hover i,
html[dir="rtl"] .news-details-page .ipa-news-detail-prev-link:focus i {
    transform: translateX(0) scaleX(1) !important;
}

.ipa-research-agenda-band {
    padding-top: 4rem;
}

.ipa-research-agenda {
    padding-bottom: 3rem;
}

.ipa-agenda-column h2 {
    margin-bottom: 1.25rem;
    color: #012E5D;
    font-size: 34px;
    line-height: 1.35;
}

.ipa-agenda-list {
    margin: 0;
    padding-inline-start: 1.35rem;
    list-style: disc;
}

.ipa-agenda-list li {
    margin-bottom: 0.65rem;
    padding-inline-start: 0.25rem;
    color: #333333;
    font-size: 18px;
    line-height: 1.55;
    list-style: disc;
}

.ipa-agenda-list li::marker {
    color: #C63B2A !important;
    font-size: 1.2em;
}

html.govbh-darkmode .ipa-agenda-column h2,
html.govbh-darkmode .ipa-agenda-list li {
    color: #ffffff;
}

.govbh-view-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.govbh-view-toggle__list {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0 !important;
    border-inline: 0 !important;
    box-shadow: none !important;
    color: #999999;
    background-color: transparent;
    text-decoration: none;
}

.govbh-view-toggle__list::after,
.govbh-view-toggle__list i::before,
.govbh-view-toggle__list i::after {
    border: 0 !important;
    box-shadow: none !important;
}

.govbh-view-toggle__list + .govbh-view-toggle__list::before {
    content: "";
    position: absolute;
    inset-block: 0.75rem;
    inset-inline-start: -0.25rem;
    width: 1px;
    background-color: #d8d8d8;
}

.govbh-view-toggle__list:hover,
.govbh-view-toggle__list:focus-visible,
.govbh-view-toggle--active {
    color: #C63B2A;
}

.govbh-view-toggle__list i {
    font-size: 24px;
    line-height: 1;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__paragraph {
    color: #333333 !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button .govbh-btn,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button .govbh-btn {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #012E5D !important;
    transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot,
body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button,
body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button *,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button *,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button * {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot {
    display: flex !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button {
    position: static !important;
    z-index: 2 !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn {
    color: #012E5D !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn::before,
body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn::after,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button .govbh-btn::before,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button .govbh-btn::after,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button .govbh-btn::before,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button .govbh-btn::after {
    display: none !important;
    content: none !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn i,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button .govbh-btn i,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button .govbh-btn i {
    color: #C63B2A !important;
    transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__title a,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__title a,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button .govbh-btn,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button .govbh-btn {
    color: #C63B2A !important;
    text-decoration: none !important;
}

body.news-page .ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__paragraph,
body.news-page .ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__paragraph {
    color: #333333 !important;
}

.ipa-news-page.is-list-view .ipa-news-card-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}

.ipa-news-page.is-list-view .ipa-news-card {
    display: grid;
    grid-template-columns: 406px minmax(0, 1fr);
    column-gap: 24px;
    row-gap: 14px;
    align-items: start;
    height: auto;
    padding: 0 0 24px !important;
    border: 0 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    transition: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card:hover,
.ipa-news-page.is-list-view .ipa-news-card:focus-within {
    box-shadow: none !important;
    transform: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card::before,
.ipa-news-page.is-list-view .ipa-news-card::after,
.ipa-news-page.is-list-view .ipa-news-card:hover::before,
.ipa-news-page.is-list-view .ipa-news-card:hover::after,
.ipa-news-page.is-list-view .ipa-news-card:focus-within::before,
.ipa-news-page.is-list-view .ipa-news-card:focus-within::after {
    display: none !important;
    content: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__head {
    display: contents;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 406px;
    max-width: 406px;
    height: 228px;
    border-radius: 4px;
    overflow: hidden;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-image img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-content {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    padding: 0 !important;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__date {
    margin-bottom: 0.75rem !important;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__date i {
    color: #C63B2A;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__title {
    min-height: 0;
    margin-bottom: 0.65rem;
}

body.success-stories-page .ipa-news-page.is-list-view .ipa-news-card .govbh-card__title {
    margin-bottom: 0.25rem;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__title a {
    display: inline;
    color: #012E5D;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card__summary {
    display: block;
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    margin: 0 !important;
    padding: 0 !important;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button {
    display: inline-flex;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #012E5D !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0;
    transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn::before,
.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn::after {
    display: none !important;
    content: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn i {
    color: #C63B2A !important;
    font-size: 14px;
    transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn:hover,
.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn:focus,
.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn:hover i,
.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-button .govbh-btn:focus i {
    transform: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot-icon {
    display: none !important;
}

.ipa-media-card .govbh-card__head-image {
    overflow: hidden;
}

.ipa-media-card .govbh-card__head-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ipa-media-card .govbh-card__head-thumb,
.ipa-media-card .govbh-card__head-play {
    pointer-events: none;
}

.ipa-media-card:hover .govbh-card__head-image img,
.ipa-media-card:focus-within .govbh-card__head-image img {
    transform: scale(1.04);
}

.ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__title a,
.ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__title a,
.ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__foot-button .govbh-btn,
.ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__foot-button .govbh-btn {
    color: #C63B2A !important;
    text-decoration: none !important;
}

.ipa-news-page.is-list-view .ipa-news-card:hover .govbh-card__head-image img,
.ipa-news-page.is-list-view .ipa-news-card:focus-within .govbh-card__head-image img {
    transform: scale(1.06);
}

html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card {
    grid-template-columns: minmax(0, 1fr) 406px;
}

html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-image {
    grid-column: 2;
}

html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-content,
html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot {
    grid-column: 1;
}

.ipa-contact-overview .govbh-abstract {
    max-width: none;
    margin-bottom: 1.5rem;
}

.ipa-contact-overview .govbh-abstract p {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.ipa-contact-profile {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    overflow: hidden;
    border-radius: 4px;
    background: #e9f3ff;
}

.ipa-contact-profile__content {
    padding: 2.5rem 3rem;
}

.ipa-contact-profile__content h2 {
    max-width: 440px;
    margin-bottom: 1.25rem;
    padding-inline-start: 1rem;
    border-inline-start: 5px solid #C63B2A;
    color: #012E5D;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
}

.ipa-contact-profile address {
    margin: 0;
    font-style: normal;
}

.ipa-contact-profile address p {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.ipa-contact-profile address i {
    flex: 0 0 auto;
    color: #C63B2A;
    font-size: 20px;
    line-height: 1.3;
}

.ipa-contact-profile address p a {
    font-size: 26px;
}

.ipa-contact-profile address a {
    color: #012E5D;
    font-weight: 700;
    text-decoration: underline;
}

.ipa-contact-profile__direction {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 1rem 1.7rem;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    text-transform: uppercase;
}

.ipa-contact-profile__direction span,
.govbh-map__callout-direction a span {
    text-decoration: underline;
}

.govbh-map__callout-direction a {
    text-decoration: none !important;
}

.ipa-contact-profile__direction i,
.govbh-map__callout-direction a i {
    text-decoration: none;
}

html[dir="rtl"] .ipa-contact-profile__direction {
    margin-right: 1.7rem;
    margin-left: 0;
}

.ipa-contact-profile__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.ipa-contact-social {
    position: relative;
    margin: 2.5rem 0;
    text-align: center;
}

.ipa-contact-social::before {
    position: absolute;
    top: calc(100% - 21px);
    right: 0;
    left: 0;
    height: 1px;
    background: #cdd3dd;
    content: "";
}

.ipa-contact-social h2 {
    margin-bottom: 1.25rem;
    color: #333333;
    font-size: 26px;
    font-weight: 700;
}

.ipa-contact-social ul {
    position: relative;
    z-index: 1;
    display: inline-flex;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ipa-contact-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid #aeb7c2;
    border-radius: 50%;
    background: #ffffff;
}

.ipa-contact-social img {
    display: block;
    width: 17px;
    height: 17px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(15%) sepia(92%) saturate(1223%) hue-rotate(185deg) brightness(92%) contrast(102%);
}

.ipa-contact-channel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background: #f7f7f7;
}

.ipa-contact-channel {
    display: flex;
    min-height: 180px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 3rem;
    text-align: center;
}

.ipa-contact-channel + .ipa-contact-channel {
    border-inline-start: 1px solid #cdd3dd;
}

.ipa-contact-channel img {
    max-width: 180px;
    max-height: 72px;
    margin-bottom: 1rem;
    object-fit: contain;
}

.ipa-contact-channel h2 {
    margin-bottom: 0.75rem;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.ipa-contact-channel p {
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 1.45;
}

.ipa-contact-channel a {
    color: #012E5D;
    font-weight: 600;
    text-decoration: underline;
}

.ipa-contact-channel__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    color: #C63B2A !important;
    font-size: 34px;
    font-weight: 700;
    text-decoration: none !important;
}

html[dir="rtl"] .ipa-contact-channel__phone {
    direction: ltr;
}

.ipa-contact-form-band {
    background: #e9f3ff;
}

.ipa-contact-form-band h2 {
    margin-bottom: 0.75rem;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}

.ipa-contact-form-intro {
    margin-bottom: 1.5rem;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
}

.ipa-contact-required {
    margin-bottom: 1.5rem;
    color: #333333;
    font-size: 14px;
}

.ipa-contact-required span,
.ipa-contact-form label span {
    color: #C63B2A;
}

.ipa-contact-form label {
    font-size: 18px;
    font-weight: 700;
}

.ipa-contact-form .form-control {
    min-height: 48px;
    font-size: 16px;
}

.ipa-contact-form .govbh-btn {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.ipa-contact-form textarea.form-control {
    min-height: 180px;
    resize: vertical;
}

.ipa-contact-counter {
    margin-top: 0.4rem;
    color: #000000;
    font-size: 14px;
    text-align: end;
}

.ipa-contact-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1rem;
}

html[dir="rtl"] .ipa-contact-form-actions {
    justify-content: flex-end;
}

.ipa-contact-engage {
    background: #f7f7f7;
}

.ipa-contact-engage h2 {
    margin-bottom: 1rem;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}

.ipa-contact-engage > .container > p {
    margin-bottom: 2rem;
    color: #333333;
    font-size: 18px;
}

.ipa-contact-engage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.ipa-contact-engage-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.ipa-contact-engage-item img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.ipa-contact-engage-item h3 {
    margin-bottom: 0.35rem;
    color: #012E5D;
    font-size: 18px;
    font-weight: 700;
}

.ipa-contact-engage-item h3 a {
    color: inherit;
    text-decoration: underline;
}

.ipa-contact-engage-item h3 i {
    color: #C63B2A;
    font-size: 16px;
}

.ipa-contact-engage-item p {
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.4;
}

.ipa-contact-map {
    width: 100%;
    height: clamp(360px, 44vw, 560px);
    background: #f7f7f7;
}

.ipa-contact-map .govbh-map,
.ipa-contact-map .govbh-map__wrapper,
.ipa-contact-map .govbh-map__output {
    width: 100%;
    height: 100%;
}

.ipa-contact-map .govbh-map__output {
    min-height: 0;
    border-radius: 0;
}

html.govbh-darkmode .ipa-contact-profile,
html.govbh-darkmode .ipa-contact-channel-grid,
html.govbh-darkmode .ipa-contact-form-band,
html.govbh-darkmode .ipa-contact-engage,
html.govbh-darkmode .ipa-contact-map {
    background: #444444;
}

html.govbh-darkmode .ipa-contact-social ul,
html.govbh-darkmode .ipa-contact-social a {
    background: #333333;
}

html.govbh-darkmode .ipa-contact-profile address i,
html.govbh-darkmode .ipa-contact-profile__direction i,
html.govbh-darkmode .ipa-contact-social img,
html.govbh-darkmode .ipa-contact-channel i {
    color: #ffffff !important;
    filter: brightness(0) invert(1);
}

html.govbh-darkmode .ipa-contact-overview .govbh-abstract p,
html.govbh-darkmode .ipa-contact-profile__content h2,
html.govbh-darkmode .ipa-contact-profile address p,
html.govbh-darkmode .ipa-contact-profile address a,
html.govbh-darkmode .ipa-contact-social h2,
html.govbh-darkmode .ipa-contact-channel h2,
html.govbh-darkmode .ipa-contact-channel p,
html.govbh-darkmode .ipa-contact-channel a,
html.govbh-darkmode .ipa-contact-channel__phone,
html.govbh-darkmode .ipa-contact-form-band h2,
html.govbh-darkmode .ipa-contact-form-intro,
html.govbh-darkmode .ipa-contact-required,
html.govbh-darkmode .ipa-contact-counter,
html.govbh-darkmode .ipa-contact-engage h2,
html.govbh-darkmode .ipa-contact-engage > .container > p,
html.govbh-darkmode .ipa-contact-engage-item h3,
html.govbh-darkmode .ipa-contact-engage-item h3 a,
html.govbh-darkmode .ipa-contact-engage-item h3 i,
html.govbh-darkmode .ipa-contact-engage-item p {
    color: #ffffff !important;
}

html.govbh-darkmode .ipa-contact-channel:first-child img {
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    background: #ffffff;
}

.msc-page .ipa-msc-detail .govbh-image-block img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ipa-msc-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.ipa-msc-facts div {
    padding: 1.25rem;
    border: 1px solid #e6e9ee;
    border-radius: 8px;
    background: #f7f7f7;
}

.ipa-msc-facts span {
    display: block;
    margin-bottom: 0.35rem;
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
}

.ipa-msc-facts strong {
    color: #012E5D;
    font-size: 18px;
    line-height: 1.35;
}

.msc-page .govbh-card--card-file {
    max-width: 520px;
}

.ipa-scientific-page .ipa-publication-card {
    height: 100%;
}

.ipa-scientific-page .ipa-publication-card .govbh-card__head {
    width: 100%;
}

.ipa-scientific-page .ipa-publication-card .govbh-card__date--year {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.25rem;
}

.ipa-scientific-page .ipa-publication-card .govbh-card__foot {
    margin-top: auto;
}

.ipa-msc-brochure-btn {
    background: #ffffff !important;
    color: #012E5D !important;
}

.ipa-msc-brochure-btn:hover,
.ipa-msc-brochure-btn:focus {
    border-color: #C63B2A !important;
    background: #C63B2A !important;
    color: #ffffff !important;
}

.ipa-msc-heading-icon {
    position: relative;
    display: inline-flex;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.ipa-msc-heading-icon img,
.ipa-msc-heading-icon i {
    display: block;
    width: 1em;
    height: 1em;
    object-fit: contain;
}

.ipa-msc-heading-icon i {
    display: none;
}

.ipa-msc-red-list {
    margin: 0;
    padding-inline-start: 0;
    list-style: none;
}

.ipa-msc-red-list li {
    margin-bottom: 0.7rem;
    padding-inline-start: 1.1rem;
    position: relative;
}

.ipa-msc-red-list li::before {
    content: "•";
    color: #C63B2A;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    font-size: 1.4em;
    line-height: 1;
}

body.national-programs-page .ipa-consultancy-intro .row {
    align-items: flex-start;
}

body.national-programs-page .ipa-consultancy-intro__image {
    aspect-ratio: 16 / 10;
}

body.national-programs-page .ipa-consultancy-intro__image img {
    object-position: center top;
}

body.national-programs-page .ipa-national-programs-download {
    width: fit-content;
    max-width: 100%;
}

body.national-programs-page .ipa-national-programs-download__meta {
    gap: 1.25rem;
}

body.national-programs-page .ipa-national-programs-download__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

body.national-programs-page .ipa-national-programs-download__meta-item i,
body.national-programs-page .ipa-national-programs-download > a i {
    color: #C63B2A;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    font-size: 24px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
}

body.national-programs-page .ipa-national-programs-band .ipa-details-link,
body.national-programs-page .ipa-national-programs-band .ipa-details-link:hover,
body.national-programs-page .ipa-national-programs-band .ipa-details-link:focus,
body.national-programs-page .ipa-national-programs-band .govbh-card:hover .ipa-details-link,
body.national-programs-page .ipa-national-programs-band .govbh-card:focus-within .ipa-details-link,
body.national-programs-page .ipa-national-programs-band .govbh-card:hover .ipa-details-link span,
body.national-programs-page .ipa-national-programs-band .govbh-card:focus-within .ipa-details-link span,
body.national-programs-page .ipa-national-programs-band .govbh-card:hover .ipa-details-link i,
body.national-programs-page .ipa-national-programs-band .govbh-card:focus-within .ipa-details-link i {
    color: #ffffff !important;
}

.ipa-related-pages-section--no-overflow .govbh-general__navigation {
    display: none !important;
}

html.govbh-darkmode .ipa-msc-facts div {
    border-color: #555555;
    background: #444444;
}

html.govbh-darkmode .ipa-msc-facts span,
html.govbh-darkmode .ipa-msc-facts strong {
    color: #ffffff;
}

html.govbh-darkmode .ipa-msc-heading-icon img {
    filter: brightness(0) invert(1) !important;
    opacity: 1;
}

html.govbh-darkmode .ipa-msc-heading-icon i {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    .ipa-news-page.is-list-view .ipa-news-card,
    html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card {
        grid-template-columns: 1fr;
    }

    .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-image,
    .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-content,
    .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot,
    html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-image,
    html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-content,
    html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card .govbh-card__foot {
        grid-column: 1;
    }

    .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-image,
    html[dir="rtl"] .ipa-news-page.is-list-view .ipa-news-card .govbh-card__head-image {
        grid-row: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 406 / 228;
    }

    .ipa-contact-profile,
    .ipa-contact-channel-grid,
    .ipa-contact-engage-grid {
        grid-template-columns: 1fr;
    }

    .ipa-contact-profile__media img {
        min-height: 240px;
    }

    .ipa-contact-channel + .ipa-contact-channel {
        border-block-start: 1px solid #cdd3dd;
        border-inline-start: 0;
    }

    .ipa-contact-engage-item {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .ipa-contact-engage-item img {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 767.98px) {
    .ipa-page-title-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .ipa-about-intro {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .ipa-about-stat {
        text-align: start;
    }

    .ipa-about-stat p {
        margin-inline: 0;
    }

    .ipa-vision-mission {
        grid-template-columns: 1fr;
    }

    .ipa-strategic-goals__grid {
        display: block;
    }

    .ipa-strategic-goals__media {
        float: none;
        width: 100%;
        height: auto;
        margin-inline-start: 0 !important;
        margin-bottom: 2rem !important;
    }

    .ipa-strategic-goals__media img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .cookie-card__container {
        align-items: stretch;
        flex-direction: column;
    }

    .cookie-card__buttons {
        width: 100%;
        flex-wrap: wrap;
    }

    .cookie-card__buttons .govbh-btn {
        flex: 1 1 160px;
        justify-content: center;
    }

    .ipa-consultancy-intro {
        margin-bottom: 2.5rem;
    }

    .ipa-consultancy-services-band {
        padding: 3rem 0 2.5rem;
    }

    .ipa-contact-profile__content,
    .ipa-contact-channel {
        padding: 1.5rem;
    }

    .ipa-contact-form-band h2 {
        font-size: 30px;
    }

    .ipa-contact-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .ipa-contact-form-actions .govbh-btn {
        justify-content: center;
    }

.ipa-contact-map {
    height: 340px;
}

.ipa-login-layout {
        grid-template-columns: 1fr;
    }

    .ipa-login-box {
        padding: 1.5rem;
    }

    .ipa-login-box .govbh-login-form__title {
        font-size: 30px;
    }

    .ipa-msc-facts {
        grid-template-columns: 1fr;
    }

}

.ipa-training-dates__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ipa-training-dates .ipa-training-dates__card {
    min-height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 1.75rem 2rem;
    border: 1px solid #d8dce3;
    border-radius: 8px;
    background: #fff;
    color: #1f2d3a;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 0 1px 4px rgba(1, 46, 93, 0.08);
}

html[dir="rtl"] .ipa-training-dates .ipa-training-dates__card {
    justify-content: flex-start !important;
    text-align: right !important;
}

@media (max-width: 991.98px) {
    .ipa-training-dates__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 575.98px) {
    .ipa-training-dates__grid {
        grid-template-columns: 1fr;
    }

    .ipa-training-dates .ipa-training-dates__card {
        min-height: 88px;
        padding: 1.25rem;
        font-size: 22px;
    }
}

/* Keep the official masthead aligned to the same container and text direction as the main header. */
.govbh-header .govbh-masthead-head > .container {
    width: 100%;
}

.govbh-header .govbh-masthead-head .col-12 {
    justify-content: flex-start;
    text-align: left;
}

.govbh-header .govbh-masthead-head p {
    text-align: left;
}

html[dir="rtl"] .govbh-header .govbh-masthead-head .col-12,
html[lang^="ar"] .govbh-header .govbh-masthead-head .col-12 {
    text-align: right;
}

html[dir="rtl"] .govbh-header .govbh-masthead-head p,
html[lang^="ar"] .govbh-header .govbh-masthead-head p {
    text-align: right;
}

.govbh-social-card__head-title .ipa-social-title-icon {
    width: 28px;
    height: 29px;
    max-width: none;
    margin-inline-end: 8px;
    vertical-align: middle;
}

.ipa-instagram-feed {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    overflow: hidden;
}

.ipa-instagram-feed img {
    aspect-ratio: 1 / 1;
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 991.98px) {
    .ipa-instagram-feed {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .ipa-instagram-feed {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

html.with-colorbox #colorbox,
html.with-colorbox #cboxWrapper,
html.with-colorbox #cboxContent {
    overflow: visible !important;
}

html.with-colorbox #cboxOverlay {
    z-index: 9998 !important;
}

html.with-colorbox #colorbox {
    z-index: 10000 !important;
}

html.with-colorbox #cboxPrevious,
html.with-colorbox #cboxNext {
    top: 50%;
    bottom: auto;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    color: #012e5d;
    font-size: 0;
    text-indent: 0;
    transform: translateY(-50%);
}

html.with-colorbox #cboxPrevious {
    right: auto !important;
    left: -72px !important;
}

html.with-colorbox #cboxNext {
    right: -72px !important;
    left: auto !important;
}

html.with-colorbox #cboxPrevious::before,
html.with-colorbox #cboxNext::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 13px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

html.with-colorbox #cboxPrevious::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

html.with-colorbox #cboxNext::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

html.with-colorbox #cboxPrevious:hover,
html.with-colorbox #cboxNext:hover {
    background: #c63b2b;
    border-color: #c63b2b;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    html.with-colorbox #cboxPrevious {
        left: 12px !important;
    }

    html.with-colorbox #cboxNext {
        right: 12px !important;
    }
}

.ipa-application-form-section .ipa-application-steps {
    align-items: flex-start;
    background: #ffffff;
    gap: 0;
    justify-content: space-between;
    margin-inline: calc(50% - 50vw + 24px);
    padding: 0 0 12px;
    width: calc(100vw - 48px);
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item {
    align-items: center;
    color: #999999;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
    position: relative;
    text-align: center;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item-progress {
    background: #f1f1f1;
    height: 4px;
    inset-block-start: 31px;
    inset-inline: calc(50% + 48px) calc(-50% + 48px);
    position: absolute;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item:last-child .govbh-steps__item-progress {
    display: none;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item-cricle {
    align-items: center;
    background: #f1f1f1;
    border: 0;
    border-radius: 50%;
    display: flex;
    height: 64px;
    justify-content: center;
    margin-bottom: 6px;
    outline: 0;
    position: relative;
    width: 64px;
    z-index: 1;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item-cricle img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(0%) saturate(0%) hue-rotate(169deg) brightness(96%) contrast(90%);
    height: 32px;
    opacity: 1;
    width: 32px;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item-content {
    color: inherit;
    display: inline-block;
    line-height: 1.45;
    text-align: center;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item-content > span {
    color: #999999;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item-content-title {
    color: #999999;
    font-size: 18px;
    font-weight: 500;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item.active .govbh-steps__item-cricle {
    background: #c63b2b;
    box-shadow: 0 0 0 5px #6babf5;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item.completed .govbh-steps__item-progress {
    background: #ed1b3b;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item.completed .govbh-steps__item-cricle {
    background: #c63b2b;
    box-shadow: 0 0 0 5px #6babf5;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item.active .govbh-steps__item-cricle img {
    filter: none;
    opacity: 1;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item.completed .govbh-steps__item-cricle img {
    filter: none;
    opacity: 1;
}

.ipa-application-form-section .ipa-application-steps .govbh-steps__item.active .govbh-steps__item-content > span,
.ipa-application-form-section .ipa-application-steps .govbh-steps__item.active .govbh-steps__item-content-title,
.ipa-application-form-section .ipa-application-steps .govbh-steps__item.completed .govbh-steps__item-content > span,
.ipa-application-form-section .ipa-application-steps .govbh-steps__item.completed .govbh-steps__item-content-title {
    color: #012e5d;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ipa-application-form-section .ipa-application-steps .govbh-steps__item-content-title {
        font-size: 15px;
    }

    .ipa-application-form-section .ipa-application-steps .govbh-steps__item-progress {
        inset-inline: calc(50% + 40px) calc(-50% + 40px);
    }
}
