﻿.globalNav {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1);
    position: relative;
    width: 100%;
    z-index: 40;
    background-color: var(--white);
    background-repeat: no-repeat;
    background-position: bottom 10px
}


    .globalNav.sticky.sticky--on {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transition: 0.3s ease;
        background-color: rgba(255, 255, 255, 0.95);
        background-image: none;
        box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, 0.1) !important;
    }


    .globalNav ul {
        padding: 0;
        margin: 0
    }

    .globalNav li {
        list-style: none
    }

    .globalNav a {
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: color .1s;
        transition: color .1s
    }

    .globalNav > .container-lg {
        padding: 0
    }

    .globalNav .navRoot {
        position: relative
    }

    .globalNav .navSection.logo {
        position: absolute;
        top: 0;
        left: 0;
    }

        .globalNav .navSection.logo img {
            margin-top: 5px;
            height: 65px;
        }

@media (min-width:995px) {
    .globalNav .navSection.logo img {
        margin-top: 5px;
        height: 85px;
    }
}


.globalNav .navSection.primary, .globalNav .navSection.secondary {
    display: none
}



    .globalNav .navSection.primary.active {
        -webkit-box-pack: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: center;
        justify-content: flex-end;
        opacity: 1;
        visibility: visible;
    }

.globalNav .navSection.primary {
    opacity: 0;
    visibility: hidden;
}


.globalNav .navSection.secondary {
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:995px) {
    .globalNav .navSection.primary, .globalNav .navSection.secondary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.globalNav .navSection.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:995px) {
    .globalNav .navSection.mobile {
        display: none
    }
}

.globalNav.compact .navRoot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.globalNav.compact .navSection.logo {
    position: static;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.globalNav.compact .navSection.secondary {
    position: static
}

.globalNav .rootLink {
    display: inline-block;
    height: 95px;
    white-space: nowrap;
    cursor: pointer;
    line-height: 95px;
    margin: 0;
    padding: 0 10px;
    position: relative;
}

.globalNav .navRoot a.rootLink {
    color: var(--black);
}

.globalNav.sticky.sticky--on .navRoot a.rootLink {
    color: var(--black) !important;
}

.globalNav .navRoot .navSection.primary a.rootLink.hasDropdown {
    border-bottom: 5px solid var(--white);
}

    .globalNav .navRoot .navSection.primary a.rootLink.hasDropdown:hover, .globalNav .navRoot .navSection.primary a.rootLink.hasDropdown.is-active, .globalNav .navRoot .navSection.primary a.rootLink.is-active {
        border-bottom: 5px solid var(--GEH-Pink);
    }

    .globalNav .navRoot .navSection.primary a.rootLink.hasDropdown:before {
        position: absolute;
        content: '\f004';
        font-size: 0.66667rem;
        font-family: "gcicons";
        color: var(--GEH-Pink);
        right: 0;
        top: 52%;
        transform: translateY(-50%);
        font-weight: 900;
    }


.globalNav.sticky.sticky--on .navRoot .navSection.primary a.rootLink.hasDropdown:before {
    color: var(--black) !important;
}

@media (min-width:995px) {
    .globalNav .rootLink {
        padding: 0 calc(17px + (100vw - 995px) * .040541)
    }
}

@media (min-width:1040px) {
    .globalNav .rootLink {
        padding: 0 15px;
    }

        .globalNav .rootLink.item-search {
            padding: 0 0 0 5px;
        }
}

.globalNav .navSection.logo .rootLink {
    padding-left: 20px !important
}

.globalNav .navSection.primary .rootLink {
    font-size: large;
    font-weight: 700;
}


.globalNav .item-home h1 {
    line-height: 50px;
    font-size: 20px;
    margin: 0;
    color: inherit
}

.globalNav .item-home svg {
    vertical-align: -5px
}

    .globalNav .item-home svg path {
        fill: currentColor
    }

.globalNav a.item-dashboard, .globalNav .search-trigger {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.globalNav a.item-dashboard {
    position: relative;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 16.5px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    padding: 5px 30px 5px 10px;
    color: #fff;
}

.globalNav.sticky.sticky--on a.item-dashboard, .globalNav.sticky.sticky--on .search-trigger {
    background-color: rgba(204, 204, 204, 0.2);
}

    .globalNav.sticky.sticky--on a.item-dashboard, .globalNav.sticky.sticky--on a.item-dashboard:before, .globalNav.sticky.sticky--on .search-trigger {
        color: #002856;
    }

.globalNav a:hover.item-dashboard, .globalNav .search-trigger:hover {
    background-color: rgba(255, 255, 255, 0.35);
}

.globalNav a.item-dashboard:before {
    position: absolute;
    content: '\f006';
    font-size: 12px;
    font-family: "gcicons";
    color: #fff;
    right: 12px;
    top: 55%;
    transform: translateY(-55%);
}

.globalNav a:hover.item-dashboard:before {
    content: '\e803';
    font-size: 10px;
    right: 12px;
}

.globalNav .search-trigger {
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 13.5px;
    padding: 5px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.globalNav .dropdownRoot {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 105px;
    pointer-events: none;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    display: none;
    visibility: hidden;
}

@media (min-width:995px) {
    .globalNav .dropdownRoot {
        display: block
    }
}

.globalNav.dropdownActive .dropdownRoot {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    visibility: visible;
}

.globalNav .dropdownBackground {
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    width: 520px;
    height: 400px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.globalNav .alternateBackground, .globalNav .dropdownBackground {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.globalNav .alternateBackground {
    right: 0;
    height: 1000px;
    background: #f6f9fc
}

.globalNav .dropdownArrow {
    top: -6px;
    margin: 0 0 0 -6px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    background: #fff;
    box-shadow: -3px -3px 5px rgba(82, 95, 127, .04);
    will-change: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.globalNav .dropdownArrow, .globalNav .dropdownContainer {
    position: absolute;
    left: 0;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.globalNav .dropdownContainer {
    overflow: hidden;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform, width, height;
    -webkit-transition-property: width, height, -webkit-transform;
    transition-property: width, height, -webkit-transform;
    transition-property: transform, width, height;
    transition-property: transform, width, height, -webkit-transform;
}

.globalNav .dropdownSection {
    opacity: 0;
    pointer-events: none;
    will-change: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
}

    .globalNav .dropdownSection.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .globalNav .dropdownSection.left {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px)
    }

    .globalNav .dropdownSection.right {
        -webkit-transform: translateX(150px);
        transform: translateX(150px)
    }

.globalNav.dropdownActive .dropdownSection.active {
    pointer-events: auto
}

.globalNav.noDropdownTransition .alternateBackground, .globalNav.noDropdownTransition .dropdownArrow, .globalNav.noDropdownTransition .dropdownBackground, .globalNav.noDropdownTransition .dropdownContainer, .globalNav.noDropdownTransition .dropdownSection {
    -webkit-transition: none;
    transition: none
}

.globalNav .dropdownContent {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 300px;
}

.globalNav .linkGroup {
    padding: 20px 35px
}

.globalNav .linkContainer {
    display: block;
    padding: 9px 0
}

.globalNav .linkTitle {
    margin: 0;
    color: var(--black);
    font-size: 16px;
    line-height: 16.5px;
}

    .globalNav .linkTitle:hover {
        color: var(--GEH-Pink);
    }

.globalNav .linkSub {
    font-size: 13.5px;
    line-height: 16px;
    color: #6c7c8c;
    margin: 5px 0 0;
    display: block
}

.globalNav .linkSub, .globalNav .linkTitle {
    -webkit-transition: color .1s;
    transition: color .1s
}


.globalNav .hover-fillDark, .globalNav .hover-fillLight {
    -webkit-transition: fill .1s;
    transition: fill .1s
}

.globalNav .hover-strokeDark, .globalNav .hover-strokeLight {
    -webkit-transition: stroke .1s;
    transition: stroke .1s
}


.globalNav .linkIcon {
    font-family: 'RobotoCondensedBold',sans-serif,sans-serif;
    line-height: 16px;
}

.globalNav .withIcon .linkTitle {
    margin-left: -28px
}




.globalNav .largeGroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 640px;
    max-width: calc(100vw - 85px);
    margin: -5px -10px
}

    .globalNav .largeGroup > li {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%
    }

    .globalNav .largeGroup .linkContainer, .globalNav .largeGroup > li {
        -webkit-box-flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .globalNav .largeGroup .linkContainer {
        padding: 5px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .globalNav .largeGroup svg {
        width: 48px;
        height: 48px
    }

.globalNav .largeLinkContent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 60px
}

.globalNav .largesubGroup, .globalNav .largeLinkContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .globalNav .largesubGroup .linkContainer {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 13px 30px
    }

    .globalNav .largesubGroup .linkSub {
        margin: 0 0 0 10px
    }


.globalNav .documentationGroup .linkSub {
    max-width: 250px
}


.globalNav .navSection.mobile .rootLink {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 0;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
    position: relative;
    margin: 15px 0;
}

    .globalNav .navSection.mobile .rootLink:hover {
        background-color: rgba(255, 255, 255, 0.35);
    }

.globalNav .navSection.mobile .mobileLinksList .rootLink {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 0;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
    position: relative;
    margin: 0;
}

    .globalNav .navSection.mobile .mobileLinksList .rootLink:hover {
        background-color: #e9ecef;
    }

    .globalNav .navSection.mobile .mobileLinksList .rootLink.is-active {
        border-left: 4px solid var(--GEH-Pink);
    }


.globalNav .navSection.mobile .mobileLinksList .mobileDropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    background-color: transparent;
    border: 0;
}

    .globalNav .navSection.mobile .mobileLinksList .mobileDropdown-item:hover, .mobileDropdown-item:focus {
        color: #1e2125;
        background-color: #e9ecef;
    }

    .globalNav .navSection.mobile .mobileLinksList .mobileDropdown-item.is-active {
        text-decoration: none;
        border-left: 4px solid var(--GEH-Pink);
    }


.globalNav.sticky.sticky--on .navSection.mobile .rootLink {
    background-color: rgba(204, 204, 204, 0.2);
}


.globalNav .popup {
    position: absolute;
    left: 10px;
    top: 5px;
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    pointer-events: none;
    -webkit-perspective: 2000px;
    perspective: 2000px
}

.globalNav .popupContainer {
    background: #fff;
    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 0;
    overflow: hidden;
    position: relative;
    line-height: 25px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-transform: rotate3d(1, 1, 0, -15deg);
    transform: rotate3d(1, 1, 0, -15deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: .25s;
    transition-duration: .25s
}

.globalNav .navSection.mobile.globalPopupActive .popupContainer {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    pointer-events: auto
}

.globalNav .popup a {
    display: block
}

.globalNav .popupCloseButton {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer
}

.globalNav .mobileLinks h4 {
    margin-left: 15px;
    margin-top: 15px;
    color: var(--GEH-Pink);
}

.globalNav .mobileLinksList {
    font-weight: 700;
}

.search-form-area {
    position: absolute;
    right: 50px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
}

    .search-form-area.active {
        transition: all .75s ease;
        opacity: 1;
        visibility: visible;
    }

    .search-form-area input {
        height: 40px;
        padding: 0 10px;
        border: 0 none;
        outline: none;
        background: #fff;
        width: 250px;
    }

    .search-form-area .suggestions {
        position: absolute;
        top: 55px;
    }

        .search-form-area .suggestions ul.has-suggestions {
            list-style-type: none;
            padding: 0;
            margin: 0;
            box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
            max-height: 200px;
            overflow-y: auto;
            width: 100%;
        }

            .search-form-area .suggestions ul.has-suggestions li {
                padding: 10px;
                margin: 0;
                cursor: pointer;
                background: #fff;
                line-height: 16px;
                width: 250px;
            }

.dropdown-menu.multi-column-menu {
    position: fixed !important;
    top: 120px !important;
    padding: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.dropdown:hover .dropdown-menu.multi-column-menu {
    top: 90px !important;
}

.dropdown-menu[data-bs-popper].multi-column-menu {
    left: 50% !important;
}

.nav-item:hover .multi-column-menu {
    display: block;
}

.dropdown-menu.multi-column-menu a {
    font-weight: 700;
}

.dropdown-menu.multi-column-menu ul li a {
    font-weight: normal;
}

.menu-columns {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.menu-column {
    min-width: 150px;
    flex-grow: 1;
}

/*    .menu-column strong {
        display: block;
        font-weight: bold;
    }*/

    .menu-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu-column a {
        display: block;
        border-radius: 10px;
        padding: 10px;
        text-decoration: none;
        color: #333;
        background: transparent;
        transition: all 0.3s ease-in-out;
    }

    .menu-column a:hover {
        background: #F2F2F2;
    }