.cbsNavDiv {
    position: relative;
}

.cbsNavTopBar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    /* padding: 0rem 0rem 1rem 0rem; */
}

.cbsDesktopOnly {
    display: none;
}

.cbsNavA {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hamburgerAndLogo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.navLogoDiv img {
    height: 4rem;
}

.navLogoLinkDiv {
    display: flex;
    gap: 20px;
    color: var(--grey9);

    letter-spacing: 0.7px;
    white-space: nowrap;
    align-items: center;



    font-family: Assistant;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.7px;
    text-align: right;


}

.navLogoLinkDiv img {
    height: 45px;
    margin-bottom: 18px;
}

.navLogoLinkDiv:hover {
    text-decoration: none;

}

.navLogoLinkDiv:visited {
    color: var(--grey9);
}

.navLogoLinkDividingLine {
    min-height: 40px;
    max-height: 40px;
    min-width: 1px;
    background-color: var(--grey3);
}

.cbsLogoTexts {
    display: flex;
    flex-direction: column;
    /* gap: 18px; */
    justify-content: center;
    /* align-items: center; */

    color: var(--grey9);
    /* text-align: right; */
    font-family: "Noto Sans Hebrew";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
}

.mobileBoxShadow {
    background: var(--cbswhite);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    /* min-height: 5px;
    margin: 5px 0px; */

}

.cbsNavB {
    display: none;
    /* flex-wrap: wrap; */
    row-gap: 20px;
    flex-direction: column;

    padding: 20px 0rem;
    font-size: 1.5rem;
    /* font-weight: bold; */
    z-index: 4;
    /* column-gap: 2rem; */
    column-gap: 40px;
    max-height: 80vh;
    overflow-y: scroll;
}

.cbsNavB::-webkit-scrollbar {
    display: none;
}

.cbsNavB {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */

    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.cbsNavDesktopSearch {
    display: none;
    column-gap: 1rem;
    grid-template-columns: auto min-content min-content;
    border: 3px solid var(--blue4);
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    margin: 0.5rem 2rem;
    align-items: center;
}

.cbsNavMobileSearch {
    display: grid;
    grid-template-columns: auto min-content min-content;
    align-items: center;
    column-gap: 0.5rem;
    padding: 0.5rem;
}

.cbsNavMobHidden {
    display: none;
}

.navRootElementButton {
    cursor: pointer;
    display: grid;
    grid-template-columns: min-content min-content;
    column-gap: 10px;
    align-items: center;
    border-bottom: 4px solid transparent;
    padding: 0rem 20px 10px 20px;

}

.navRootElementButton:hover {
    /* border-color: var(--blue4); REMOVED 20241110*/
    transition: 250ms;

}

.navRootElementButton.expanded .navRootArrowScreen {
    rotate: 180deg;
    transition: 250ms;
}

.navRootElementButton.expanded {
    color: var(--blue5);
}

.navRootNoWrap {
    color: var(--grey9);


    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 25px */
}

.navRootNoWrap span {
    white-space: nowrap;
    align-items: center;
    color: #0C0C0C;
    font-weight: 400;
}

.navRootNoWrap span:hover {
    color: var(--blue5);
}

.navRootArrowScreen {
    display: none;
}

.cbsSubmenu {
    display: none;
    flex-direction: column;
    row-gap: 1rem;
    overflow-y: auto;
    /* max-height: 100%; */
    max-height: 75vh;
    padding: 0px 1rem;
}

/* 
.desktopMenuDiv {
    display: none;
} */


.specialMenuDiv {
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    /* grid-template-columns: min-content auto; */
    column-gap: 30px;
}

.specialButtonColumn {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 260px;
}

.specialButtonColumnButton {
    display: flex;
    align-items: center;
    gap: 1rem;    
    border-radius: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: white;
    justify-content: space-between;
    padding: 12px;
    border: 1px solid transparent;
}

.specialButtonColumnButton.specialButtonColumnButtonSelected {
    background-color: var(--blue5);
    color: var(--cbswhite);
}

.specialButtonColumnButton.specialButtonColumnButtonSelected span {
    background-color: var(--blue5);
    color: var(--cbswhite);
}

.specialButtonColumnButton.specialButtonColumnButtonSelected path {

    stroke: var(--cbswhite);
}

.specialBodyColumn {
    display: flex;
    flex-direction: column;

}

.specialButtonColumnButtonTitle {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--grey9);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    width: max-content;
}

.specialBodyColumnTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.specialBodyColumnBody {
    /* row-gap: 0.5rem; */

    /* columns: 4; */
    column-fill: balance;



    /* border-radius: 12px;
    background-color: var(--cbswhite);
    column-rule-color: transparent;
    column-rule-width: 16px;
    column-rule-style: solid; */

    column-width: 25%;
}

.normalMenuDiv {
    /* columns: 4; */
    /* column-gap: 0.5rem; */

    /* background-color: var(--cbswhite);
    column-rule-color: transparent;
    border-radius: 12px;
    column-rule-width: 16px;
    column-rule-style: solid; */
}

.specialBodyColumnBody {
    columns: 4;
}

.normalMenuDiv {
    display: flex;
    gap: 16px;
    flex-grow: 1;
    /* width: 1170px; */
    justify-content: center;
}

.normalMenuDiv.menuBodyCat {
    /* width: 25%; */
}

.specialBodyColumnBody,
.normalMenuDiv {

    row-gap: 0.5rem;
    column-rule-width: 16px;
    /* column-gap: 100px; */
    /* max-width: 1170px; */
}

.menuBodyColumnStrip {
    /* background-color: var(--cbswhite); */
    border-radius: 12px;
    max-width: 1170px;



}

.specialBodyColumnCat,
.menuBodyCat {
    /* max-width: 30%; */
    display: flex;
    row-gap: 0.5rem;
    flex-direction: column;
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 12px;
    background-color: var(--cbswhite);
    break-inside: avoid;
    /* width: 212px; */
}


.menuBodyCat {
    /* width:25%; */
}

.menuBodyColumnContainer {}

.specialBodyColumnTitleTitle {
    /* font-size: 1.5rem;
    font-weight: bold; */

    color: var(--grey9);
    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;

}

.specialBodyColumnTitleFullCat {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    background-color: var(--cbswhite);
    border: 1px solid var(--blue5);
    border-radius: 1rem;
    color: var(--blue5);
    font-size: 1rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.specialBodyColumnTitleFullCat:hover {
    background-color: var(--blue5);
    color: var(--cbswhite);
    transition: 250ms;
    text-decoration: none;


}

.cbsNavMenuLevel_1:hover {
    text-decoration: none;
}

.specialBodyColumnTitleFullCat:hover path {
    stroke: var(--cbswhite);
}

.specialBodyColumnTitleFullCat:visited {
    color: var(--blue5);

    /* background-color: var(--blue2); */
}

.specialBodyColumnTitleFullCat:visited:hover {
    color: var(--cbswhite);
}

.specialButtonColumnAllSubs {
    display: flex;
    /* font-size: 1.2rem; */
    padding: 1rem;
    column-gap: 4px;

    align-items: center;

    color: var(--blue5);
    font-family: "Noto Sans Hebrew";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 16px */

}

.specialButtonColumnAllSubs:visited {
    color: var(--blue5);
}


.cbsNavChildrenDiv {
    display: flex;
    flex-direction: column;
}

.specialBodyColumnCatTitle,
.menuBodyCatTitle {
    /* color: var(--blue5) !important; */
    /* margin-bottom: 1rem; */
    /* font-size: 1.2rem;
    font-weight: bold; */

    color: var(--blue6) !important;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;

}
.specialBodyColumnOther {
    background-color: white;
    padding: 0px 1rem;
}

.menuBodyColumnStrip .specialBodyColumnOther:first-child {
    padding-top: 1rem;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.menuBodyColumnStrip .specialBodyColumnOther:last-child {
    padding-bottom: 1rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.specialBodyColumnOther a {
    color: var(--grey9) !important;


    font-style: normal;



    font-family: Noto Sans Hebrew;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

}

.specialBodyColumnOther a:visited {
    color: var(--grey9) !important;

}

.specialBodyColumnOther a:hover {
    color: var(--blue5) !important;

}

.specialBodyColumnCatItem,
.menuBodyCatItem {
    /* font-size: 1rem; */

    color: var(--grey9);
    font-family: "Noto Sans Hebrew";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */

    /* Hover color:
    #0065E4; */

}

.specialBodyColumnCatItem:hover,
.menuBodyCatItem:hover {
    color: var(--blue5);
    text-decoration: none;
}

.specialBodyColumnCat a,
.normalMenuDiv a {
    color: unset;
}

.specialBodyColumnCat a:visited,
.normalMenuDiv a:visited {
    color: unset;
}

.specialMenuSubmenu {
    display: none;
    flex-direction: column;
    row-gap: 0.5rem;
}

.navRootArrowDesktop {
    display: none;
}

.activateMobileNavDiv {
    display: flex;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    margin: 10px 0px;
}

.navTitleContainer {
    display: flex;
    flex-direction: column;
}

.cbsNavMenuLevelContainer {
    display: flex;
    flex-direction: column;
}

.pointerCursor {
    cursor: pointer;
}

.cbsNavSearchInput {
    border-style: none !important;
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
    color: #8d8d98;
    border-radius: 0.25rem;

    margin: 0.25rem
}

.cbsNavParentDiv {
    cursor: pointer;
    display: flex;
    column-gap: 10px;
    align-items: center;


    color: var(--blue6);
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;


}

.cbsNavChildDiv {
    flex-direction: column;
}

.cbsNavChildDivCompressed {
    display: none;
}

.cbsNavChildDivExpanded {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;

}

/* .cbsNavChildDivExpanded#cbsMobileMenu_0 {
    row-gap: 0.5rem;
} */
.cbsMobileMenu {
    padding: 1rem 1rem;
}

.cbsNavMenuItemContainer_0 {
    /* display: flex; */
    flex-direction: column;
    background-color: var(--blue2);
    row-gap: 0.5rem;
    padding: 1rem 20px;
}

/* .navTitleContainer_0{
    background-color: var(--blue2);
} */
.cbsNavMenuLevel_0 {
    background-color: var(--cbswhite);
    row-gap: 0.5rem;
    /* color: var(--blue5); */


    padding: 0.5rem 0.5rem;



    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
}

.cbsNavMenuLevel_1 {
    background-color: var(--blue2);

    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px;

    display: flex;
}

.cbsNavMenuLevel_2 {
    /* font-size: 1rem; */
    /* font-weight: bold; */
    padding: 0px 50px;
}

.cbsNavMenuLevel_3 {
    font-size: 0.9rem;
    font-weight: normal;
    padding: 0.3rem 50px;
}

.cbsNavMenuLevel_4 {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.3rem 50px;
}

.cbsNavParentDiv.cbsNavMenuLevel_0 {
    border-radius: 12px;
    padding: 0px 16px;
    background-color: var(--cbswhite);
    color: var(--grey9);
    height: 48px;
}

.cbsNavParentDiv.cbsNavMenuLevel_0:hover {
    background-color: var(--blue5);
    color: var(--cbswhite);
}

.cbsNavParentDiv.cbsNavMenuLevel_0:hover path {
    stroke: var(--cbswhite);
}

/* ///////////////////////////////////////////////languagebar///////////////////////////////// */

.mobileLanguageBar {
    display: none;
}

.languageBarContainer {
    z-index: 10;
}

.languageBar {
    position: relative;

    /* width: 100%; */
    bottom: 0%;

    /* display: grid; */
    grid-template-columns: 1fr;
    background-color: var(--cbsdeepblue);
    column-gap: 2rem;

    padding: 30px 20px;
    row-gap: 5px;
}

.desktopLanguageBar {
    display: none;
    width: 100vw;
}

/* .mobileLanguageBar {
    display: grid;
} */
.desktopMenuDiv {
    display: none;
}

.aboutContact {
    /* display: grid; */
    /* grid-template-columns: min-content auto; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    justify-items: right;
    column-gap: 10px;
    row-gap: 10px;
    /* align-items: center; */

    font-family: Noto Sans Hebrew;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.4px;



}

.aboutContactSpan {
    display: flex;
    gap: 8px;
    align-items: center;
}

.aboutContact svg {
    width: 16px;
    height: 16px;
}

.languageSelector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    font-family: Noto Sans Hebrew;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    /* padding: 0 1rem; */
    /* .ar {
        display: none;
    } */
}
div:has(> .ar){
    display: none;     /* remove when arabic site is available */
}

.mobileDivider {
    background: rgba(255, 255, 255, 0.20);
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

.aboutContact a {
    color: white;
    text-decoration: none;
}

.languageSelector a {
    color: #b6d8ff;
    text-decoration: none;
}

.languageSelector a:hover,
.aboutContact a:hover {
    color: wheat;
    text-decoration: underline;
}

.navSearchButtonDiv {
    cursor: pointer;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navSearchButtonDiv:hover path,
.cbsNavSearchInput_btnSearch:hover path {
    stroke: var(--blue6);
}

.navRootArrowMobile {
    display: flex;
}

.cbsNavLeaf {
    padding: 0px 30px;
    color: var(--grey9);
}

.cbsNavLeaf:visited {
    color: var(--grey9);
}

.specialBodyColumnTitleFullCat path {
    stroke: var(--blue5);
}

.cbsNavMenuItemContainer_2.cbsNavChildDivExpanded {
    background-color: var(--blue1);
    gap: 20px;
}

.navSearchButtonDiv.cbsMobileOnly.cbsNavMobShown path {
    stroke: var(--cbswhite);
}

/* .desktopMenuDivContainer {
display: flex;
background-color: rgba(240, 246, 255, 0.9);
justify-content: center;  
background-color: red;
width: 1170px;  
position: absolute;
} */
/* .normalMenuContainer {
    display: flex;
     background: red;
    justify-content: center;


} */

.cbsNormalMenu,
.cbsSpecialMenu {
    /* background-color: red; */
    display: flex;
    gap: 30px;
    width: 1170px;
}

/* /////////////////////DESKTOP SECOND////////////////// */
@media only screen and (min-width: 768px) {
    .navSearchButtonDiv.cbsMobileOnly.cbsNavMobShown {
        display: none;
    }

    .cbsNavLeaf {
        padding: 0px;
    }

    .cbsNavMenuLevel_0 {}

    .navRootNoWrap {


        font-family: Noto Sans Hebrew;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;



    }

    .navLogoLinkDiv img {
        height: 60px;
        margin-bottom: 10px;
    }

    .navLogoLinkDiv {
        font-size: 14px;
    }

    .mobileDivider {
        height: 20px;

        width: 1px;
        margin: 0 20px;
    }

    .cbsNavChildDivExpanded {
        display: none;
    }

    .mobileMenuContainer {
        display: none;
    }

    .navRootArrowDesktop {
        display: unset;
    }

    .navRootElementButton {
        height: 4rem;
        padding: 0rem;
    }

    /* .desktopMenuDiv {
        display: unset;
    } */
    .cbsNavMenu {
        /* max-height: 0px; */
        background-color: rgba(240, 246, 255, 1);
        padding: 20px 0 60px 0;
        position: absolute;
        width: 100%;
        /* right: 0; */
        /* z-index: 4; */
        transition-property: opacity;
        transition-duration: 250ms;
        transition-timing-function: ease-in-out;
        overflow-x: hidden;
        overflow-y: auto;
        /* max-height: 75vh; */
    }

    /* .menuBodyColumnContainer {
        background-color: #f0f6ffe6;

    } */
    .navRootArrowMobile {
        display: none;
    }

    .navRootArrowScreen {
        display: unset;
    }

    .cbsNavTopBar {
        display: grid;
        grid-template-columns: min-content auto min-content;
        padding: 1rem 2rem;

    }

    .cbsNavB {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        font-size: 1rem;
        z-index: auto;
        /*padding: 0rem 1rem;*/
        padding: 0;
        /* justify-content: space-evenly; */
        /*justify-content: center;*/
        gap: 40px;
        justify-content: stretch;
        margin: auto;

    }

    .cbsNavDesktopSearch {
        display: grid;

    }

    .cbsDesktopOnly {
        display: unset;
    }



    .cbsMobileOnly {
        display: none;
    }

    /* /////////////////////////////////////////////////////languagebar////////////////////// */

    .languageBarContainer {
        z-index: unset;
    }

    .languageBar {
        bottom: unset;
        right: unset;
        width: unset;
        display: flex;
        justify-content: end;
        padding: 5px 15px;
        align-items: center;
        gap: 0;
        position: relative;
    }

    .aboutContact {
        display: flex;
        flex-direction: row;
        column-gap: 20px;
        grid-template-columns: auto auto auto auto;

        align-items: center;
    }

    .languageSelector {
        grid-template-columns: auto auto;
        align-items: center;
        flex-direction: row;
        padding: 0 1rem;
    }

    .desktopMenuDiv {
        display: unset;

    }

    .mobileLanguageBar {
        display: none !important;
    }

    .mobileBoxShadow {
        box-shadow: unset;
    }
}

.cbsNavHidden {
    display: none;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .cbsNavDiv{
        width: 100%;
        max-width: 100%;

        .cbsNavTopBar {
            display: grid;
            grid-template-columns: 1fr;
            align-items: center;
            width: 100%;
            max-width: 100%;
            
            .cbsNavA{
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                height: 100%;
                max-width: 100%;
                gap: 12px;

                .hamburgerAndLogo{
                    display: flex;
                    align-items: center;                    
                    flex-basis: 80%;
                    height: 100%;
                    gap:5px;

                    .navLogoLinkDiv {
                        display: flex;
                        color: var(--grey9);
                        letter-spacing: 0.7px;
                        white-space: nowrap;
                        align-items: center;
                        font-family: Assistant;
                        font-size: 12px;
                        font-weight: 500;
                        line-height: 15.7px;
                        text-align: right;
                        gap:10px;
                    } 

                }

                .navSearchButtonDiv.cbsMobileOnly.cbsNavMobShown {                                        
                    display: flex;
                    align-items: center;
                    justify-content: center;                    
                    flex-basis: 20%;
                    margin: 0;
                    height: 100%;

                    svg{
                        border-radius: 50%;                        
                        width: 24px;
                        height: 24px;
                        margin: 0px 10px;

                        path{
                            stroke: #202020;
                        }
                    }                   
                }

              }
        }
    }

    .desktopLanguageBar {
        display: none;
        width: 100vw;
    }

    .navLogoLinkDiv {
        img {
            width: 69px;
            height: 49px;
        }

        .cbsLogoTexts {
            height: 49px;
            font-size: 12px;
        }
    }

    .collapsingBtn{
        display: flex;
        align-items: center;
    }

    .lblHyperLink{
        color: inherit !important;;
        text-decoration: none !important;
        a:visited {
            color: inherit !important;;
            text-decoration: none !important;;
        }
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {}