﻿/* Fonts */

html body {
    overflow-y: unset;
}


:root {
    /* Body */
    --clr-body: #222;
    --fnt-body: 1rem;
    /* Colors */
    --clr-bg-nav: #201944;
    --clr-primary: #0054a5;
    --clr-primary-hover: #110b2d;
    --clr-nav-link: #0054a5;
    --clr-nav-link-hover: #a18a5e;
    --clr-secondary: #a18a5e;
    --clr-secondary-hover: #e9b702;
    --clr-warning: #00D9C0;
    --clr-warning-hover: #01ccb4;
    --clr-success: #449DD1;
    --clr-success-hover: #4192c2;
    --clr-info: #E64173;
    --clr-info-hover: #e0655f;
    --clr-link: #b1413b;
    --clr-link-hover: #a23c36;
    --clr-dark: #080615;
    --clr-dark-hover: #04030a;
    --clr-danger: #FEC900;
    --clr-danger-hover: #e9b702;
    --clr-light: #fff4cc;
    --clr-light-hover: #e1d8b4;
    --clr-text: #222;
    --clr-text-hover: rgb(28, 28, 28);
    --clr-text-white: white;
    --clr-mark: #f9f0d0;
    /* alert colors */
    --clr-alert-primary: #432eb94f;
    --clr-alert-nav-link: #4131cd;
    --clr-alert-secondary: #fec700a9;
    --clr-alert-warning: #00d9c083;
    --clr-alert-success: #449dd12f;
    --clr-alert-info: #f96f6854;
    --clr-alert-dark: #0d0a23e4;
    --clr-alert-light: #fff4cc68;
    --clr-alert-danger: #FEC900;
    /* alert-hover */
    --clr-alert-primary-hover: #432eb92f;
    --clr-alert-nav-link-hover: #2b1dae;
    --clr-alert-secondary-hover: #fec700a9;
    --clr-alert-warning-hover: #0a988766;
    --clr-alert-success-hover: #449dd15c;
    --clr-alert-info-hover: #f96f6866;
    --clr-alert-dark-hover: #0b0536e6;
    --clr-alert-light-hover: #fff4ccc0;
    --clr-alert-danger-hover: #e9b702;
    /* table */
    --clr-table-bg: transparent;
    --clr-table-accent-bg: transparent;
    --clr-table-striped-color: #212529;
    --clr-table-striped-bg: #f96f6854;
    --clr-table-active-color: #212529;
    --clr-table-active-bg: rgba(0, 0, 0, 0.1);
    --clr-table-hover-color: #212529;
    --clr-table-hover-bg: rgba(0, 0, 0, 0.075);
    --clr-table-border-color: #1912422b;
    /* Display Font size */
    --fnt-size-display-1: calc(1.625rem + 4.5vw);
    --fnt-size-display-2: calc(1.575rem + 3.9vw);
    --fnt-size-display-3: calc(1.525rem + 3.3vw);
    --fnt-size-display-4: calc(1.475rem + 2.7vw);
    --fnt-size-display-5: calc(1.375rem + 1.5vw);
    --fnt-size-display-6: calc(0.2rem + 1.5vw);
    --fnt-size-display-7: calc(0.2rem + 1.5vw);
    /* Heading fnt size */
    --fnt-size-h1: calc(1.375rem + 1.5vw);
    --fnt-size-h2: calc(1.325rem + .9vw);
    --fnt-size-h3: calc(1.3rem + .6vw);
    --fnt-size-h4: calc(1.275rem + .3vw);
    --fnt-size-h5: 1.25rem;
    --fnt-size-h6: 1rem;
    /* lead */
    --fnt-lead: 1.25rem;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: var(--fnt-regular), Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: var(--fnt-body);
    font-weight: 400;
    line-height: 1.5;
    color: var(--clr-body);
    background-color: #fff;
}



a {
    color: var(--clr-info);
    text-decoration: none;
    transition: color 0.3s;
}

.bg-info a {
    color: var(--clr-text-white);
}

    .bg-info a:hover {
        color: var(--clr-primary);
    }

a:hover {
    color: var(--clr-primary);
    text-decoration: none;
}

.display-1 {
    font-size: var(--fnt-size-display-1);
    font-family: var(--fnt-hln-regular);
    font-weight: 500;
    line-height: 1.2;
}

.display-2 {
    font-size: var(--fnt-size-display-2);
    font-family: var(--fnt-hln-regular);
    font-weight: 500;
    line-height: 1.2;
}

.display-3 {
    font-size: var(--fnt-size-display-3);
    font-family: var(--fnt-hln-regular);
    font-weight: 700;
    line-height: 1.2;
}

.display-4 {
    font-size: var(--fnt-size-display-4);
    font-family: var(--fnt-hln-regular);
    font-weight: 700;
    line-height: 1.2;
}

.display-5 {
    font-size: var(--fnt-size-display-5);
    font-family: var(--fnt-hln-regular);
    font-weight: 700;
    line-height: 1.2;
}

.display-6 {
    font-size: var(--fnt-size-display-6);
    font-family: var(--fnt-hln-regular);
    font-weight: 700;
    line-height: 1.2;
}

.display-7 {
    font-size: var(--fnt-size-display-7);
    font-family: var(--fnt-hln-regular);
    font-weight: 700;
    line-height: 1.2;
}

.rz-fieldset-legend-text {
    font-family: var(--fnt-bold);
    color: black !important;
}

@media (min-width: 1200px) {
    :root {
        /* Display Fonts */
        --fnt-size-display-1: 5rem;
        --fnt-size-display-2: 4.5rem;
        --fnt-size-display-3: 4rem;
        --fnt-size-display-4: 3.5rem;
        --fnt-size-display-5: 3rem;
        --fnt-size-display-6: 2.5rem;
        /* Heading fonts */
        --fnt-size-h1: 2.8rem;
        --fnt-size-h2: 2.5rem;
        --fnt-size-h3: 2.2rem;
        --fnt-size-h4: 1.7rem;
        --fnt-size-h5: 1.4rem;
        --fnt-size-h6: 1rem;
    }
}

h1, h2 {
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: var(--fnt-hln-bold);*/
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: var(--fnt-size-h1);
}

.h2,
h2 {
    font-size: var(--fnt-size-h2);
}

.h3,
h3 {
    font-size: var(--fnt-size-h3);
}

.h4,
h4 {
    font-size: var(--fnt-size-h4);
}

.h5,
h5 {
    font-size: var(--fnt-size-h5);
}

.h6,
h6 {
    font-size: var(--fnt-size-h6);
}

.lead {
    font-size: var(--fnt-lead);
    font-weight: 300;
}

.mark,
mark {
    padding: 0.2em;
    background-color: var(--clr-mark);
}

.rz-button-text {
    font-family: var(--fnt-regular);
}


/* Buttons */
.btn {
    border-radius: 0px;
    font-family: var(--fnt-hln-medium);
}

.btn-danger,
.list-group-item-danger {
    color: #fff !important;
    background-color: var(--clr-danger) !important;
    border-color: var(--clr-danger) !important;
}


:is(.btn-danger, .list-group-item-danger.list-group-item-action):hover,
:is(.btn-danger, .list-group-item-danger.list-group-item-action):focus {
    color: #fff !important;
    background-color: var(--clr-danger-hover) !important;
    border-color: var(--clr-danger-hover) !important;
}



.btn-outline-primary {
    color: var(--clr-primary) !important;
    border-color: var(--clr-primary) !important;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: var(--clr-primary-hover) !important;
        border-color: var(--clr-primary-hover) !important;
    }


.btn-primary,
.list-group-item-primary {
    color: #fff !important;
    background-color: var(--clr-primary) !important;
    border-color: var(--clr-primary) !important;
}


:is(.btn-primary, .list-group-item-primary.list-group-item-action):hover,
:is(.btn-primary, .list-group-item-primary.list-group-item-action):focus {
    background-color: var(--clr-primary-hover) !important;
    border-color: var(--clr-primary-hover) !important;
    color: var(--clr-text-white) !important;
    text-decoration: none !important;
}


.btn-secondary,
.list-group-item-secondary {
    background-color: var(--clr-secondary) !important;
    border-color: var(--clr-secondary) !important;
    color: var(--clr-primary) !important;
}


:is(.btn-secondary, .list-group-item-secondary.list-group-item-action):hover,
:is(.btn-secondary, .list-group-item-secondary.list-group-item-action):focus {
    background-color: var(--clr-secondary-hover) !important;
    border-color: var(--clr-secondary-hover) !important;
    color: var(--clr-text-white) !important;
}

.btn-outline-secondary {
    color: var(--clr-secondary) !important;
    border-color: var(--clr-secondary) !important;
}

    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: var(--clr-secondary-hover) !important;
        border-color: var(--clr-secondary-hover) !important;
    }

.btn-light,
.list-group-item-light {
    background-color: var(--clr-light) !important;
    border-color: var(--clr-light) !important;
    color: var(--clr-text-white) !important;
}

:is(.btn-light, .list-group-item-light.list-group-item-action):hover,
:is(.btn-light, .list-group-item-light.list-group-item-action):focus {
    background-color: var(--clr-light-hover) !important;
    border-color: var(--clr-light-hover) !important;
    color: var(--clr-text-white) !important;
}

.btn-outline-light {
    color: var(--clr-light) !important;
    border-color: var(--clr-light) !important;
}

    .btn-outline-light:hover {
        color: var(--clr-primary) !important;
        background-color: var(--clr-light) !important;
        border-color: var(--clr-light) !important;
    }


.btn-dark,
.list-group-item-dark {
    background-color: var(--clr-dark);
    border-color: var(--clr-dark);
    color: var(--clr-text-white);
}

:is(.btn-dark, .list-group-item-dark.list-group-item-action):hover,
:is(.btn-dark, .list-group-item-dark.list-group-item-action):focus {
    background-color: var(--clr-dark-hover);
    border-color: var(--clr-dark-hover);
    color: var(--clr-text-white);
}

.btn-outline-dark {
    color: var(--clr-dark);
    border-color: var(--clr-dark);
}

    .btn-outline-dark:hover {
        color: var(--clr-text-white);
        background-color: var(--clr-dark-hover);
        border-color: var(--clr-dark-hover);
    }

.btn-success,
.list-group-item-success {
    background-color: var(--clr-success);
    border-color: var(--clr-success);
    color: #fff;
}

:is(.btn-success, .list-group-item-success.list-group-item-action):hover,
:is(.btn-success, .list-group-item-success.list-group-item-action):focus {
    color: #fff;
    background-color: var(--clr-success-hover);
    border-color: var(--clr-success-hover);
}

.btn-outline-success {
    color: var(--clr-success);
    border-color: var(--clr-success);
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: var(--clr-success-hover);
        border-color: var(--clr-success-hover);
    }


.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
}

.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}


.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--clr-primary);
    border-color: var(--clr-primary);
}

.btn-secondary {
    background-color: var(--clr-secondary);
    border-color: var(--clr-secondary);
}


    .btn-secondary:hover {
        background-color: var(--clr-secondary-hover);
        border-color: var(--clr-secondary-hover);
    }

    .btn-check:active + .btn-secondary,
    .btn-check:checked + .btn-secondary,
    .btn-secondary.active,
    .btn-secondary:active,
    .show > .btn-secondary.dropdown-toggle {
        color: var(--clr-primary);
        background-color: var(--clr-secondary);
        border-color: var(--clr-secondary);
    }


.btn-warning,
.list-group-item-warning {
    color: var(--clr-text-white);
    background-color: var(--clr-warning);
    border-color: var(--clr-warning);
}

:is(.btn-warning, .list-group-item-warning.list-group-item-action):hover,
:is(.btn-warning, .list-group-item-warning.list-group-item-action):focus {
    color: var(--clr-text-white);
    background-color: var(--clr-warning-hover);
    border-color: var(--clr-warning-hover);
}

.btn-outline-warning {
    color: var(--clr-body);
    border-color: var(--clr-warning);
}

    .btn-outline-warning:hover {
        color: var(--clr-text-white);
        background-color: var(--clr-warning-hover);
        border-color: var(--clr-warning-hover);
    }

.btn-info,
.list-group-item-info {
    color: var(--clr-primary);
    background-color: var(--clr-secondary);
    border-color: var(--clr-secondary);
}

:is(.btn-info, .list-group-item-info.list-group-item-action):hover,
:is(.btn-info, .list-group-item-info.list-group-item-action):focus {
    color: var(--clr-primary);
    background-color: var(--clr-secondary);
    border-color: var(--clr-secondary);
}

.rz-button.btn-info, .btn-info.rz-paginator-element {
    color: var(--clr-primary);
    background-color: var(--clr-secondary);
    border-color: var(--clr-secondary);
}

.btn-outline-info {
    color: var(--clr-info);
    border-color: var(--clr-info);
}


    .btn-outline-info:hover {
        color: var(--clr-text-white);
        background-color: var(--clr-info-hover);
        border-color: var(--clr-info-hover);
    }

.btn-link {
    color: var(--clr-link);
}


    .btn-link:hover {
        color: var(--clr-link-hover);
    }


.bg-primary {
    background-color: var(--clr-primary) !important;
}

.bg-darker {
    background-color: var(--clr-bg-nav) !important;
}



.navbar-dark .navbar-nav .nav-link {
    color: var(--clr-text-white);

}

.bg-light {
    background-color: var(--clr-light);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--clr-body);
}


.bg-secondary {
    background-color: var(--clr-secondary) !important;
}

.bg-success {
    background-color: var(--clr-success) !important;
}

.bg-info {
    background-color: var(--clr-info) !important;
}

.bg-warning {
    background-color: var(--clr-warning) !important;
}

.bg-white {
    background-color: var(--clr-text-white);
}

.bg-orange {
    background-color: var(--clr-secondary) !important;
}

.text-primary {
    color: var(--clr-primary) !important;
}

.text-secondary {
    color: var(--clr-secondary) !important;
}

.text-secondary {
    color: var(--clr-secondary);
}

.text-success {
    color: var(--clr-success);
}

.text-info {
    color: var(--clr-info);
}

.text-dark {
    color: var(--clr-body);
}

.text-danger {
    color: var(--clr-danger) !important;
}

.h_160 {
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal */
.modal {
    background-color: var(--clr-info);
}

.modal-content {
    background-color: var(--clr-success);
    color: var(--clr-text-white);
}


/* Padding */
.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-100 {
    padding: 100px 0px 100px 0px;
}
.py-200 {
    padding: 200px 0px 200px 0px;
}

.py-135 {
    padding: 135px 0px 135px 0px;
}

.py-50 {
    padding: 50px 0px 50px 0px;
}
.py-25 {
    padding: 25px 0px 25px 0px;
}

.pt-25 {
    padding: 25px 0px 0px 0px;
}


.ps-200 {
    padding-left: 200px;
}

.ps-100 {
    padding-left: 100px;
}

.ps-50 {
    padding-left: 50px;
}
.pe-50 {
    padding-right: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.my-100 {
    margin: 100px 0px 100px 0px;
}


.my-200 {
    margin: 200px 0px 200px 0px;
}


.my-50 {
    margin: 50px 0px 50px 0px;
}


.ms-50 {
    margin-left: 50px;
}


/* Container */

.container-fluid {
    max-width: unset !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}


/* Nav */

header nav.navbar {
    /*position: fixed;*/
    width: 100%;
    z-index: 100;
    top: 0px; 
}

.navbar .nav-item {
    margin-bottom: 0px !important;
}

.nav-link {
    color: var(--clr-nav-link);
}

.navbar .nav-link {
    /*color: #fff;*/
    padding: 0px 0px 2px 0px !important;
    margin-left: 20px;
    border: 0 solid transparent;
    transition: color 0.5s;
    position: relative;
    padding-bottom: 0px !important;
    font-size: 0.9em !important;
}

    .navbar .nav-link:focus, .navbar .nav-link:hover, footer a:hover {
        background-color: transparent;
        color: var(--clr-secondary) !important;
    }

    .navbar .nav-link:after {
        content: " ";
        height: 1px;
        width: 0;
        background: var(--clr-secondary);
        position: absolute;
        left: 0;
        bottom: 0;
        transition: width 0.4s;
        display: unset !important;
        margin-left: unset !important;
        vertical-align: unset !important;
        border-top: unset !important;
        border-right: unset !important;
        border-bottom: unset !important;
        border-left: unset !important;
    }

    .navbar .nav-link:hover::after {
        width: 100%;
    }

.nav-link:hover {
    color: var(--clr-nav-link-hover);
}


/* Alert  */

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0rem;
}

.alert-primary {
    color: var(--clr-primary);
    background-color: var(--clr-alert-primary);
    border-color: var(--clr-alert-primary);
}

.alert-secondary {
    color: var(--clr-primary);
    background-color: var(--clr-alert-secondary);
    border-color: var(--clr-alert-secondary);
}

.alert-success {
    color: var(--clr-primary);
    background-color: var(--clr-alert-success);
    border-color: var(--clr-alert-success);
}

.alert-warning {
    color: #664d03;
    background-color: var(--clr-alert-warning);
    border-color: var(--clr-alert-warning);
}

.alert-info {
    color: #055160;
    background-color: var(--clr-alert-info);
    border-color: var(--clr-alert-info);
}

.alert-light {
    color: #636464;
    background-color: var(--clr-alert-light);
    border-color: var(--clr-alert-light);
}

.alert-dark {
    color: var(--clr-text-white);
    background-color: var(--clr-alert-dark);
    border-color: var(--clr-alert-dark);
}

    .alert-dark .alert-link {
        color: var(--clr-text-white);
    }

/* Accordion */

.accordion-button, #faqs .card-header , #faqs2 .card-header {
    color: var(--clr-primary-hover);
    background-color: var(--clr-primary);
}

.accordion-button:not(.collapsed) {
    color: var(--clr-primary-hover);
    background-color: var(--clr-info);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/* #faqs .accordion-button, #faqs2, .accordion-button {
    color: var(--clr-primary-hover);
    background-color: var(--clr-success);
}

#faqs .accordion-button:not(.collapsed), #faqs2 .accordion-button:not(.collapsed) {
    color: var(--clr-primary-hover);
    background-color: var(--clr-info);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
} */

#INDbtnWrap {
    display: none !important;
}
/* Badge */
.badge {
    padding: 0.4em 0.65em;
    color: var(--clr-text-white);
    border-radius: 0rem;
}

.badge-info, .rz-badge-info {
    background-color: unset !important;
    background-color: var(--clr-secondary) !important;
    color: var(--clr-primary);
}

/* Drop Down */
.dropdown-item {
    color: var(--clr-primary) !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: var(--clr-table-striped-bg);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: var(--clr-table-border-color);
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e !important;
}

.table-primary {
    --bs-table-bg: var(--clr-alert-primary);
    --bs-table-hover-bg: var(--clr-alert-primary-hover);
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}

.table-secondary {
    --bs-table-bg: var(--clr-alert-secondary);
    --bs-table-hover-bg: var(--clr-alert-secondary-hover);
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}

.table-success {
    --bs-table-bg: var(--clr-alert-success);
    --bs-table-hover-bg: var(--clr-alert-success-hover);
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.table-danger {
    --bs-table-bg: var(--clr-alert-danger);
    --bs-table-hover-bg: var(--clr-alert-danger-hover);
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4;
}

.table-warning {
    --bs-table-bg: var(--clr-alert-warning);
    --bs-table-hover-bg: var(--clr-alert-warning-hover);
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9;
}

.table-info {
    --bs-table-bg: var(--clr-alert-info);
    --bs-table-hover-bg: var(--clr-alert-info-hover);
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3;
}

.table-light {
    --bs-table-bg: var(--clr-alert-light);
    --bs-table-hover-bg: var(--clr-alert-light-hover);
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}

.table-dark {
    --bs-table-bg: var(--clr-alert-dark);
    --bs-table-hover-bg: var(--clr-alert-dark-hover);
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e !important;
}

/* Pagination */
.pagination-lg .page-item:last-child .page-link,
.page-item:last-child .page-link,
.pagination,
.page-item:first-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--clr-primary);
    border-color: var(--clr-primary);
}

.page-link {
    color: var(--clr-text-white);
    background-color: var(--clr-secondary);
    border: 1px solid var(--clr-text-white);
}

    .page-link:hover {
        z-index: 2;
        color: var(--clr-secondary);
        background-color: var(--clr-warning);
        border-color: var(--clr-warning-hover);
    }

/* Cards */

.card {
    background-color: var(--clr-text-white);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.card-header,
.card-footer {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: var(--clr-secondary);
    border: 1px solid rgba(0, 0, 0, .125);
}


    .card-header:first-child,
    .card-footer:last-child {
        border-radius: 0px;
    }

.careerCard {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 1em;
    margin: 20px;
}

    .careerCard * {
        color: white;
        text-align: center;
    }

    .careerCard svg {
        height: 100px;
        color: var(--clr-secondary);
        fill: var(--clr-secondary) !important;
        margin: 30px 0px
    }

.heroFull {
    background-size: cover;
    width: 100%;
    height: 550px;
    position: relative;
}

.heroMedium {
    height: 350px;
    margin-bottom: 50px;
}

.heroFull h2 {
    margin-bottom: 0px !important;
}

.heroFull .container-fluid {
    position: absolute;
    bottom: 0px;
}

.slantBlock {
    position: relative;
}

    .slantBlock img {
        position: absolute;
        right: 0px;
        height: 100%;
    }

.slanted_bg-secondary {
    background-color: unset !important;
    background: linear-gradient(105deg, #FEC900 75%, #f8f9fa 75% ) !important;
}

.heroAbout {
    background-image: url('/img/hero_about.jpg');
}

.heroRoutes {
    background-image: url('/img/hero_routes.jpg');
}

.hero1 {
    background-image: url('/img/c4wex1.jpg');
}

.hero2, .bannerheader2 {
    background-image: url('/img/4ccHeroProgramme.jpg');
    margin-top: 40px;
}

.hero3, .bannerheader3 {
    background-image: url('/img/4ccHeroPartners.jpg');
    margin-top: 40px;
}

.hero4 {
    background-image: url('/img/4ccHeroRecruitment.jpg');
    margin-top: 40px;
}

.hero5 {
    background-image: url('/img/4ccHeroSuccess.jpg');
    margin-top: 40px;
}

.hero6 {
    background-image: url('/img/4ccHeroContact.jpg');
    margin-top: 40px;
}

.hero7 {
    background-image: url('/img/c4wex7.jpg');
}

.hero8 {
    background-image: url('/img/c4wex8.jpg');
}

.hero9 {
    background-image: url('/img/c4wex9.jpg');
}

.hero10 {
    background-image: url('/img/c4wex10.jpg');
}

.hero11 {
    background-image: url('/img/c4wex11.jpg');
}

.herodashboard1 {
    background-image: url('/img/c4wex-dashboard1.jpg');
}

.herodashboard2 {
    background-image: url('/img/c4wex-dashboard2.jpg');
}

.herodashboard3 {
    background-image: url('/img/c4wex-dashboard3.jpg');
}

.herodashboard4 {
    background-image: url('/img/c4wex-dashboard4.jpg');
}

.herodashboard5 {
    background-image: url('/img/c4wex-dashboard5.jpg');
}

.herodashboard6 {
    background-image: url('/img/c4wex-dashboard6.jpg');
}


/* Portfolios */
.sm-red {
    color: red;
}
.sm-green {
    color: forestgreen !important;
}
.sm-yellow {
    color: gold;
}



/* .partners div:nth-child(2n+1) {
    background: red;
  } */

 .partners > div:nth-child(2n+1) > .card {
    background-color: var(--clr-success)!important;
  }

  .partners > div:nth-child(2n+2) > .card .card-title {
    color: var(--clr-success)!important;
  }

  .partners > div:nth-child(2n+2) > .card {
    background-color: var(--clr-primary)!important;
  }
  .card,.partners > div:nth-child(2n+2) > .card .btn {
    background-color: var(--clr-secondary)!important;
  }



.left-strip-blue::before {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    left: -438px;
    background-image: url('/img/whatsInvolved/4ccDarkBlueStrip.png');
    background-size: cover;
    z-index: -1;
    transform: scale(-1);
}

.left-strip-light-blue::before {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    left: -2505px;
    background-image: url('/img/whatsInvolved/lightblueStrip.png');
    background-size: cover;
    z-index: -1;
}

.right-strip-pink::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1299px;
    bottom: 0;
    left: 11px;
    background-image: url('/img/whatsInvolved/4ccParnerPathPink.png');
    background-size: cover;
    z-index: -1;
    transform: scale(-1);
}

.right-strip-pink-small::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 11px;
    background-image: url('/img/whatsInvolved/4ccParnerPathPinkSmall.png');
    background-size: cover;
    z-index: -1;
     
}


.right-strip-blue::before {
    content: "";
    position: absolute;
    top: 0;
    right: -417px;
    bottom: 0;
    left: -14px;
    background-image: url('/img/whatsInvolved/4ccDarkBlueStrip.png');
    background-size: cover;
    z-index: -1;
}

.bluestrip4cc::before {
    content: "";
    position: absolute;
    top: 0;
    right: -69px;
    bottom: 0;
    left: -255px;
    background-image: url('/img/whatsInvolved/4ccDarkBlueStrip.png');
    background-size: cover;
    z-index: -1;
}

   .right-column-success:before {
    content: "";
    position: absolute;
    top: 0;
    right: -438px;
    bottom: 0;
    left: -100px;
    background-image: url('/img/whatsInvolved/RectangleBlue.png');
    background-size: cover;
    z-index: -1;
  }

  .left-column-programme::before {
        content: "";
    position: absolute;
    top: 0;
    right: 100px;
    bottom: 0;
    left: -661px;
    background-image: url('/img/whatsInvolved/Rectangle\ 68.png');
    background-size: cover;
    z-index: -1;
  }

  .discovery-day .left-column-programme::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1706px;
    bottom: 0;
    left: -243px;
    background-image: url('/img/whatsInvolved/Rectangle\ 68.png');
    background-size: cover;
    z-index: -1;
}

.right-column-programme::after {
    content: "";
    position: absolute;
    top: 0;
    right: -360px;
    bottom: 0;
    left: 0;
    background-image: url('/img/whatsInvolved/RectangleBlue.png');
    background-size: cover;
    z-index: -1;
}

.hero-strip h1 {
    position: absolute; 
    top: 87%; 
    left: 40%; 
    z-index: 3
}

.the-program-hero-strip:after {
    content: "";
    position: absolute;
    top: -136px;
    right: -142px;
    bottom: 0;
    left: 333px;
    background-image: url('/img/whatsInvolved/hero-slanted-strip.png');
    background-size: cover;
    z-index: 1;
}

.partnerPathPinkAndBlue:before {
    content: "";
    position: absolute;
    top: -43px;
    right: -376px;
    bottom: -3px;
    left: -1251px;
    background-image: url('/img/whatsInvolved/RepeatStripBlueAndPink.png');
    background-size: cover;
    z-index: -1;
    height: 270px;
} 


.footerStripPartnerPage2::before {
    content: "";
    position: absolute;
    top: -78px;
    right: -376px;
    bottom: -3px;
    left: -1251px;
    background-image: url('/img/whatsInvolved/footerStripPartnerPage2.png');
    background-size: cover;
    z-index: -1;
    height: 227px;
}

.partnerPathPink:before {
    content: "";
    position: absolute;
    top: -51px;
    right: 80px;
    bottom: -3px;
    left: -1251px;
    background-image: url('/img/whatsInvolved/partnerPathPink.png');
    background-size: cover;
    z-index: -1;
    height: 270px;
} 

.imgPlaceholder {
    content: "";
    position: relative;
    top: 0;
    right: 100px;
    bottom: 0;
    left: 0;
    background-image: url('/img/whatsInvolved/imgPlaceholder.png');
    background-size: cover;
    z-index: -1;
}

.footerCircleAndRectangle:before {
    content: "";
    position: absolute;
    top: -86px;
    right: 15px;
    bottom: 0;
    left: 1px;
    background-image: url('/img/whatsInvolved/Path 8110.png');
    background-size: cover;
    z-index: 1;
    width: 247px;
    height: 273px;

}

.messageIconBlue:before {
    content: "";
    position: absolute;
    top: -60px;
    right: 15px;
    bottom: 0;
    left: 1px;
    background-image: url(/img/whatsInvolved/messageBlue.png);
    background-size: cover;
    z-index: 1;
    width: 310px;
    height: 273px;
}

.footerMassageIconPartnerPage::after {
    content: "";
    position: absolute;
    top: -93px;
    right: 15px;
    bottom: 0;
    left: -17px;
    background-image: url('/img/whatsInvolved/footerMassageIconPartnerPage.png');
    background-size: cover;
    z-index: 1;
    width: 261px;
    height: 233px;
}

.headerCircleAndRectangle:before {
    content: "";
    position: absolute;
    top: -77px;
    right: 15px;
    bottom: 0;
    left: 249px;
    background-image: url('/img/whatsInvolved/Path 8110.png');
    background-size: cover;
    z-index: 1;
    width: 226px;
    height: 251px;
}
.partnerPageNavStrip::after {
    content: "";
    position: absolute;
    top: -35px;
    right: -1254px;
    bottom: -3px;
    left: -555px;
    background-image: url('/img/whatsInvolved/partnerPageNavStrip.png');
    background-size: cover;
    z-index: -1;
    height: 193px;
}

.goggleboxS20Generic {
    background-image: url('/img/whatsInvolved/73371_S20_Gogglebox S20 Generics (2).png');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position-x: -120px; */
}

.sucsessStoriesImgPeaceSign {
    background-image: url('/img/whatsInvolved/sucsessStoriesImgPeaceSign.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -100px;
}

@media only screen and (max-width: 991px) {
    .goggleboxS20Generic {
        background-image: url('/img/whatsInvolved/73371_S20_Gogglebox S20 Generics (2).png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }
    .ps-50 {
        padding-left: 0px;
    }
    .sucsessStoriesImgPeaceSign {
        background-image: url('/img/whatsInvolved/sucsessStoriesImgPeaceSign.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: -100px;
    }
    .navbar .nav-link {
        margin-left: 0px;
        margin-top: 5px;
    }

    .fa-search:before {
        font-size: 18px;
        position: relative;
        top: 8px;
    }

    nav .navbar-nav {
        margin-top: 10px;
    }

    nav .dropdown-item {
        padding: unset;
        padding-top: 5px;
        font-size: 0.9em;
    }
}

.success-stories {
    position: absolute;
    left: 40px;
}


.container-top {
    max-width: 100% !important;
}

.hero {
    position: relative;
}

.hero > .card {
    position: absolute;
    right: 120px;
    bottom: -118px;
}

.hidden {
    display: none !important;
}

.nagscreen {
    padding: unset !important;
    margin: unset !important;
    margin-top: 40px !important;
}

.registerNowCard.bg-secondary h4, .registerNowCard.bg-secondary small {
    color: var(--clr-primary) !important;
}

footer.bg-info, footer .list-group-horizontal .list-group-item.bg-info {
    background-color: var(--clr-primary) !important;
}

footer .text-dark, footer .text-black-50 {
    color: white !important;
}

footer a.text-dark:hover {
    color: var(--clr-secondary) !important;
    text-decoration: none !important;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: var(--clr-primary);
    background-color: var(--clr-secondary);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: var(--clr-secondary-hover);
    background-clip: padding-box;
    border: 1px solid var(--clr-primary);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 0rem;
}

section {
    padding: 40px 0px;
}

section.no-padding {
    padding: 0px 0px;
}


.offsetImageBlock, .offsetImageBlock-right, .offsetImageBlock-right-Partner-company {
    position: relative;
    height: 500px;
}

.offsetImageBlock img {
    height: 400px;
    width: auto;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 1;
}

.offsetImageBlock-right img {
    height: 400px;
    width: auto;
    position: absolute;
    left: -105px;
    top: 50px;
    z-index: 1;
}

.offsetImageBlock-right-Partner-company img {
    height: 400px;
    width: auto;
    position: absolute;
    left: -100px;
    top: 50px;
    z-index: 1;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#EF0093 0%, #EF0093 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #EF0093;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #EF0093;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #EF0093;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #EF0093;
}

.moduleTabs .rz-tabview-panel .rz-datalist-content .rz-g .col-12 a.h6 {
    color: var(--clr-primary);
}

.moduleTabs .rz-tabview-panel .rz-datalist-content .rz-g .col-12 button.btn-success {
    color: #fff !important;
    background-color: var(--clr-primary) !important;
    border-color: var(--clr-primary) !important;
}

.moduleTabs .rz-tabview-panel .rz-datalist-content .rz-g .col-12 button.btn-success:hover {
    background-color: var(--clr-primary-hover) !important;
    border-color: var(--clr-primary-hover) !important;
    color: var(--clr-text-white) !important;
    text-decoration: none !important;
}

.rz-dialog-title {
    color: var(--clr-secondary);
}


.card-wrapper {
    position: relative
}

.card-wrapper i {
    position: absolute;
    z-index: 1;
    top: 12%;
    left: 41%;
    color: #000;
}

.card-wrapper img {
    position: relative;
    z-index: 0;
}

    .card-wrapper .overlayimage {
        position: absolute;
        z-index: 1;
        top: 12%;
        left: 41%;
        color: #000;
        width: 75px;
    }



.programme-cards .rz-g > div {
    margin: 0px;
}

.programme-cards .rz-g > div, .programme-cards.rz-datalist-data > li {
    border-radius: 0px !important;
    border: solid 0px #e6ecef !important;
    box-shadow: unset !important;
    padding: 0rem !important;
    background: unset !important;
}

.programme-cards .card {
    min-height: 300px;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: var(--clr-primary) !important;
    box-shadow: inset 0 0 0 10em rgb(255 255 255 / 5%);
}

.rz-progressbar-value {
    background-color: var(--clr-secondary);
}

.rz-rating .rzi-star {
    color: var(--clr-secondary);
}
/* ================================== */
/* Dialog popups */
/* ================================== */
.rz-dialog-titlebar, .rz-dialog-content, .rz-dialog {
    /*background-color: var(--clr-primary) !important;*/
}

.rz-dialog-titlebar {
    font-family: var(--fnt-hln-bold);
    font-size: 20px;
    color: var(--clr-warning);
}
.selected-image {
    border: 3px solid #007bff;
}
/* ================================== */

/* Bootstrap -md breakpoint */
@media only screen and (max-width: 768px) {
    .offsetImageBlock, .offsetImageBlock-right-Partner-company img {
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .offsetImageBlock img, .offsetImageBlock-right img, .offsetImageBlock-right-Partner-company img {
        position: unset;
    }

    .left-column-programme::before {
        right: -153px;
    }
    .whatsInvolvedDash {
        transform: rotate(90deg);
        padding: 50px;
    }
    .right-column-success:before {
        right: -51px;
    }
}


/* Jg stylesheet changes  */

.rz-dialog-titlebar {
    color: var(--clr-secondary);
}

.profile-img {
    width: 30px;
    height: auto;
}

.rz-progressbar, .rz-progressbar-value {
    border-radius: 0px;
}

.rz-progressbar-value {
    border-radius: 0px;
    background-color: #fec900;
}

.rz-rating .rzi-star {
    color: #fec900;
}

.rz-progressbar-indeterminate .rz-progressbar-value:before, rz-progressbar-value:after {
    background-color: #fec900 !important;
}

.text-yellow {
    color: #fec900;
}

.whatsInvolvedDash {
    width:100%;
    height:auto;
}

.rz-dialog .rz-button.btn-secondary:focus {
    color: var(--clr-primary) !important;
    background-color: var(--clr-secondary) !important;
}

#scrollbox a {
    color: #fec900 !important;
}


.footer-small-print {
    font-size: 12px;
}

.rz-badge {
    font-size: 80%;
    padding: 9px !important;
}

@media only screen and (max-width: 1700px) {
    .whatsInvolvedDash {
        display: none !important;
    }
}

@media only screen and (max-width: 990px) {
    /* header nav .navbar-collapse .navbar-nav {
        display: flex;
        align-items: center;
        gap: 1em;
    } */

    .hero {
        position: static !important;
        padding: 0px !important;
    }

        .hero > .card {
            position: static !important;
            width: unset !important;
        }

    .heroFull {
        background-position: top !important;
    }
    .offsetImageBlock-right-Partner-company img {
      /*  position: unset;  */
    }

   .offsetImageBlock-right-Partner-company{
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 770px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px;
    }

    section {
        padding: 10px 0px;
    }

    .col-md-7 .row .col-md-6 {
        padding: 10px 0px;
    }
}

#myform {
    background: #fff !important;
    padding: 20px !important;
}

#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 3px;
}

.text-midgrey {
    color: #a1a1a1;
}

.usergrid .rz-rating {
    font-size: .8rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}


/* Breakpoints for images and colorBlocks 4cc */
@media (max-width: 767px) {
    .partnerPathPinkAndBlue:before {
        content: "";
        position: absolute;
        top: -73px;
        right: -376px;
        bottom: -3px;
        left: -1401px;
        background-image: url('/img/whatsInvolved/RepeatStripBlueAndPink.png');
        background-size: cover;
        z-index: -1;
        height: 261px;
    }
    .partnerPathPink::before {
        content: "";
        position: absolute;
        inset: -53px -74px -3px -1236px;
        background-image: url('/img/whatsInvolved/partnerPathPink.png');
        background-size: cover;
        z-index: -1;
        height: 317px;
    }
    .partnerPageNavStrip::after {
        content: "";
        position: absolute;
        top: -54px;
        right: -1254px;
        bottom: -3px;
        left: -555px;
        background-image: url('/img/whatsInvolved/partnerPageNavStrip.png');
        background-size: cover;
        z-index: -1;
        height: 160px;
    }
    
    .hero-strip h1 {
        top: 100%;
        color: white!important;
    }
    .the-program-hero-strip:after {
        display: none!important;
    }
}

@media (min-width: 767px) {
    #cta.homepageCTA {
        padding-top: 500px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .partnerPathPinkAndBlue:before {
        content: "";
        position: absolute;
        top: -73px;
        right: -376px;
        bottom: -3px;
        left: -1062px;
        background-image: url('/img/whatsInvolved/RepeatStripBlueAndPink.png');
        background-size: cover;
        z-index: -1;
        height: 269px;
    }
 
    
    .footerCircleAndRectangle:before {
        content: "";
        position: absolute;
        top: -111px;
        right: 15px;
        bottom: 0;
        left: 1px;
        background-image: url('/img/whatsInvolved/Path 8110.png');
        background-size: cover;
        z-index: 1;
        width: 202px;
        height: 219px;
    }
    .partnerPathPink::before {
        content: "";
        position: absolute;
        inset: -53px 7px -3px -1236px;
        background-image: url('/img/whatsInvolved/partnerPathPink.png');
        background-size: cover;
        z-index: -1;
        height: 253px;

    }
    .the-program-hero-strip:after {
        left: 164px;
        top: -72px;
    }
    .hero-strip h1 {
        top:80%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .footerCircleAndRectangle:before {
        content: "";
        position: absolute;
        top: -125px;
        right: 15px;
        bottom: 0;
        left: -28px;
        background-image: url('/img/whatsInvolved/Path 8110.png');
        background-size: cover;
        z-index: 1;
        width: 247px;
        height: 273px;
    }
    .partnerPathPinkAndBlue:before {
        content: "";
        position: absolute;
        top: -78px;
        right: -376px;
        bottom: -3px;
        left: -1035px;
        background-image: url('/img/whatsInvolved/RepeatStripBlueAndPink.png');
        background-size: cover;
        z-index: -1;
        height: 270px;
    }
    .partnerPathPink::before {
        content: "";
        position: absolute;
        inset: -53px 7px -3px -1236px;
        background-image: url('/img/whatsInvolved/partnerPathPink.png');
        background-size: cover;
        z-index: -1;
        right: 36px;
    }

    .headerCircleAndRectangle:before {
        left: 54px;
    }
    .offsetImageBlock-right-Partner-company img {
        position: unset;
    }

   .offsetImageBlock-right-Partner-company{
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .the-program-hero-strip:after {
        left: 255px;
        top: -90px;
    }
    .hero-strip h1 {
        top: 83%;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1530px) {
    .partnerPathPinkAndBlue:before {
        content: "";
        position: absolute;
        top: -43px;
        right: -376px;
        bottom: -3px;
        left: -711px;
        background-image: url('/img/whatsInvolved/RepeatStripBlueAndPink.png');
        background-size: cover;
        z-index: -1;
        height: 270px;
    }
    .partnerPathPink::before {
        content: "";
        position: absolute;
        inset: -53px 7px -3px -1236px;
        background-image: url('/img/whatsInvolved/partnerPathPink.png');
        background-size: cover;
        z-index: -1;
        right: 36px;
    }
    .the-program-hero-strip:after {
        left: 281px;
        top: -103px;
    }
    .hero-strip h1 {
        top: 83%;
    }

}


.mainadmin h2, .mainadmin h1 {
    display: none;
}

/* Accordion */

.accordion-button {
    color: var(--clr-primary-hover);
    background-color: var(--clr-success);
}

    .accordion-button:not(.collapsed) {
        color: var(--clr-primary-hover);
        background-color: var(--clr-info);
        box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    }

.accordion .card-header i.fa-plus {
    transform: rotate(45deg);
    transition: 0.2s all ease-in-out;
}

.accordion .card-header.collapsed i.fa-plus {
    transform: rotate(0deg) !important;
}


.h_160 {
    height:160px !important;
}

.EmployerParralaxImage {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

/* example using Font-Awesome 5 Free “external-link-alt” icon */
nav .dropdown-item[target="_blank"]::after {
    content: "\f35d"; /* fa-external-link-alt unicode */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* required by FA for solid icons */
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: text-bottom;
}

/* accessibility: announce “opens in new window” to screen-readers */
nav .dropdown-item[target="_blank"]::after {
    aria-hidden: true;
}


nav .fa-search:before {
    font-size: 24px;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid #cef;
        border-color: #cef transparent #cef transparent;
        animation: lds-hourglass 1.2s infinite;
    }


/* remove the bullet/marker from Radzen navigation items */
.rz-navigation-item,
.rz-navigation-menu {
    list-style: none; /* kills bullets on the <li> */
    padding-left: 0; /* remove any left padding on the <ul> */
    margin-left: 0; /* remove any left margin on the <ul> */
}

    /* if the ::marker pseudoelement is still showing in some browsers: */
    .rz-navigation-item::marker {
        content: none;
    }
.rz-badge.news {
    background-color: var(--clr-primary) !important;
    color: #fff !important;
}

.rz-badge.event {
    background-color: var(--clr-secondary) !important;
    color: #fff !important;
}

.cardContentPage {
    padding: 0px !important;
}


/* ─────────────────────────────────────────────
   Keep long words / URLs from pushing the modal wider
   ───────────────────────────────────────────── */
#chatPopup_signposter p,
#chatPopup_signposter li {
    /* modern browsers */
    /*overflow-wrap: anywhere;*/ /* allow break at any character */
    /* good fallback for older ones */
    /*word-wrap: break-word;*/ /* IE, Edge ≤ 18 */
    /*word-break: break-word;*/ /* WebKit nuance */
    /* optional: make sure blocks never exceed their container */
    max-width: 100%;
}
/* MOBILE: allow the pill row to scroll sideways instead of overflowing */
@media (max-width: 639px) { /* < sm */
    #chatPopup_signposter .pill-row { /* give the flex container a class */
        overflow-x: auto; /* horizontal scroll if needed   */
        -webkit-overflow-scrolling: touch; /* smooth on iOS                 */
    }
}

/* two-line clamp + bullet-proof wrapping */
.tiny-blurb {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25rem;
    font-size: 0.85rem;
    color: #4b5563;
    margin-top: 0.25rem;
}

/* allow shrink, forbid growth */
.job-card-tight {
    min-width: 0;
    max-width: 100%;
    overflow: hidden
}

    .job-card-tight h4,
    .job-card-tight p,
    .job-card-tight .tiny-blurb {
        overflow-wrap: anywhere;
        /*word-break: break-word*/
    }



.support-advice .cards,
.training-education .cards,
.cardContentPage .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

    #chatPopup br {
        /*display: none !important;*/
    }
    /* ================================================
   Combined Accessible Card Styles
   ================================================ */
    .support-advice .card,
    .training-education .card,
    .cardContentPage .card {
        background-color: #f4f3ef !important; /* soft off-white */
        border: 1px solid #d1d1d1 !important; /* light grey outline */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
        border-radius: 0.5rem !important;
        padding: 1.75rem !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
    }

    .support-advice .card h3,
    .training-education .card h3,
    .cardContentPage  .card h3 {
        margin: 0 0 0.75rem;
        font-size: 1.25rem;
        line-height: 1.2;
        color: #222222 !important; /* ≥7:1 contrast on #f4f3ef */
    }

    .support-advice .card p,
    .training-education .card p,
    .cardContentPage .card p {
        margin: 0 0 1.5rem;
        color: #444444 !important; /* ≥7:1 contrast on #f4f3ef */
        line-height: 1.5;
    }

    .support-advice .card a,
    .training-education .card a,
    .cardContentPage .card a {
        font-weight: 600;
        color: #005a9c !important; /* ~7.8:1 contrast on #f4f3ef */
        text-decoration: none !important;
        align-self: flex-start;
    }

        .support-advice .card a:hover,
        .support-advice .card a:focus,
        .training-education .card a:hover,
        .training-education .card a:focus,
        .cardContentPage .card a:hover,
        .cardContentPage .card a:focus {
            text-decoration: underline !important;
            outline: 2px solid #005a9c !important;
            outline-offset: 2px !important;
        }


#page-preloader {
    position: fixed;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.8); /* semi-opaque white */
    z-index: 9999; /* sit above everything else */
}

    /* Optional: size your gif or Tailwind spinner */
    #page-preloader img {
        width: 200px;
        height: auto;
    }

.pageTranslated .hideAfterTranslation {
    display: none !important;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}
