nav:not(.nested-menu-loaded):has(li[class*="-has-child"]) ul > * {
    opacity: 0 !important;
}

.nested-menu-container button:not(:has(li)) {
    display: none;
}
/* 
.nested-menu-container {
    z-index: 31;
}
li.menu-item-has-child {
    position: relative;
    z-index: 1;
}
li.menu-item-has-child.is-nested-open {
    z-index: 2;
}
li.menu-item-has-child:hover {
    cursor: pointer;
}
li.menu-item-has-child > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transition: transform 0.3s ease;
}
li.menu-item-has-child.is-nested-open > a::after {
    transform: rotate(180deg);
}
ul.nested-menu li {
    list-style: none;
    white-space: nowrap;
}
li.menu-item-has-child.is-nested-open > ul.nested-menu {
    display: block;
}
ul.nested-menu {
    display: none;
    position: absolute;
    max-width: unset !important;
    transition: 0.3s;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 14%);
    border-radius: 5px;
    top: 50px;
    left: 0;
    margin-top: -15px;
    padding: 5px 20px 10px 10px;
    background: #000;
    color: #FFF;
}
ul.nested-menu li a {
    background: #000;
    color: #FFF !important;
} */



/* CSS from inside the ghost */

.is-head-left-logo.home-template .gh-head:not(.is-header-hidden) .gh-head-menu {
    margin-left: -40px;
}
@media (min-width: 992px) {
    .is-head-left-logo .gh-head-menu {
        margin-left: 16px;
        margin-right: 64px;
    }
}
@media (min-width: 992px) {
    .is-head-middle-logo .gh-head-menu {
        margin-right: 64px;
    }
}
@media (min-width: 992px) {
    .is-head-stacked .gh-head-menu {
        grid-column: 1/4;
        grid-row-start: 2;
        height: 56px;
        justify-content: center;
        margin: 0 48px;
    }
    .is-head-stacked .gh-head-menu:after,
    .is-head-stacked .gh-head-menu:before {
        background-color: var(--color-lightgrey);
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 80px;
        width: 100%;
    }
    .is-head-stacked.has-cover .gh-head-menu:after,
    .is-head-stacked.has-cover .gh-head-menu:before {
        background-color: hsla(0, 0%, 100%, 0.2);
    }
    .is-head-stacked .gh-head-menu:after {
        top: 136px;
    }
}

.gh-head.outer {
    padding: 0 !important;
    margin: 0 !important;
}

.gh-head-menu {
    background: #000 !important;
    width: 100% !important;
    padding: 12px 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 !important;
    color: #FFF !important;
}
.gh-head-menu .nav {
    /* align-items: center;
    display: inline-flex; */
    /* flex-wrap: wrap; */
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.gh-head-menu .nav li {
    margin: 0;
    padding: 0;
}
.gh-head-menu .nav a {
    color: #FFF;
    display: inline-block;
    line-height: 1.7;
}
.gh-head-menu .nav a:hover {
    opacity: 0.9;
}
.gh-head-menu .nav-more-toggle {
    color: #FFF;
    font-size: inherit;
    height: 30px;
    margin: 0 -6px;
    padding: 0;
    position: relative;
    text-transform: inherit;
    width: 30px;
}
.gh-head-menu .nav-more-toggle svg {
    height: 24px;
    width: 24px;
}
@media (min-width: 992px) {
    body:not(.is-dropdown-loaded) .gh-head-menu .nav > li {
        opacity: 1 !important;  
        visibility: visible !important;
    }
}
.gh-head-menu .gh-dropdown li a {
    color: #15171a;
    display: block;
    padding: 6px 20px;
}
@media (max-width: 767px) {
    #gh-head .gh-head-actions,
    #gh-head .gh-head-menu {
        justify-content: center;
        opacity: 0;
        position: fixed;
        visibility: hidden;
    }
    #gh-head .gh-head-menu {
        margin: 0;
        transform: translateY(0);
        transition: none;
    }
    .gh-head-open #gh-head .gh-head-actions,
    .gh-head-open #gh-head .gh-head-menu {
        opacity: 1;
        position: static;
        visibility: visible;
    }
}

#gh-head {
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    border-bottom: none !important;
}

/* Remove layout restriction from inner wrapper */
#gh-head .gh-head-inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}


.topic-top-margin {
    top:-30px;
}