.oac__menu {
    display: none;
}
#oracle_subnav {
    z-index: 4;
    top: 60px;
}

#oracle_Navbar div#oac_dropdown {
    display: flex;
}

.oac__level-1:hover>.oac__level-2-container {
    display: block;
}

.oac__custommenu-wrapper {
    background: #201e1c;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.oac__custommenu-wrapper .oac__level-1 {
    background: #201e1c;
    border-bottom: 4px solid #201e1c;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    padding: 16px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    min-height: 54px;
}

.oac__custommenu-wrapper .oac__level-1 a.oac__label {
    font-size: 16px;
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex: 1;
    text-decoration: none;
    cursor: pointer;
}

.oac__custommenu-wrapper .oac__level-1 a.oac__label:hover {
    color: #fff;
    cursor: pointer;
}

.oac__custommenu-wrapper .oac__level-1 .oac__level-2-column {
    box-sizing: border-box;
    padding: 8px 16px;
    margin-top: 8px;
    flex: 0 0 33%;
}

.oac__custommenu-wrapper .oac__level-1 .oac__level-2-column .level-2.desktop {
    box-sizing: content-box !important;
    position: relative;
    padding: 0 24px 24px;
}

.oac__custommenu-wrapper .oac__level-1:hover::after {
    background: #fff;
    position: absolute;
    content: '';
    height: 2px;
    width: 80%;
    bottom: 4%;
}

.oac_mobilemenu-container {
    background-color: #201e1c;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: content-box !important;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    height: calc(100vh - 40px);
    overflow-y: scroll;
    position: fixed;
    user-select: none;
    width: 100%;
    z-index: 1;
    position: relative;
}

.oac_mobilemenu-container .oac__level-1 {
    display: flex;
    flex-flow: column;
    height: auto;
    width: 100%;
    position: relative;
    background: #201e1c;
    border-bottom: 4px solid #201e1c;
    box-sizing: border-box;
    flex: 0 1 auto;
    font-size: 16px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1000;
    min-height: 44px;
    user-select: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    color: inherit;
    text-align: left;
}

.oac__level-1-labelname {
    padding: 8px 16px;
}

.oac__level-2-container {
    background: #312d2a;
    z-index: 1;
    max-width: inherit;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    padding: 0;
    position: absolute;
    top: 56px;
    display: none;
}

.showlist .oac__level-2-container {
    display: block;
}

.oac__level-2-columns {
    display: flex;
    padding-left: 8px;
}

.oac__level-3-header p {
    font-weight: bold;
    padding-bottom: 16px;
    color: #79736e;
    position: relative;
    white-space: normal;
    box-sizing: content-box !important;
}

.oac__level-3-container {
    margin-top: 0;
}

.oac__level-3-container.already-open-menu-container .oac__level-3-link {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 16px;
    padding-bottom: 4px;
    position: relative;
}

.oac__level-3-link .label {
    color: #fff;
    text-decoration: none;
    white-space: normal;
    word-break: break-word;
    cursor: pointer;
}

.oac__level-3-link.desktop.menu-item-open-link {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 16px;
    padding-bottom: 0;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    padding-bottom: 0;
    position: relative;
    line-height: 28px;
    margin: 4px auto;
    font-size: 14px;
    white-space: normal;
}

.menu.responsive-menu-version-wrapper {
    width: 1274px !important;
    position: relative !important;
    order: 2 !important;
    background: #fff;
}

.oac__level-1.mobile {
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    flex: 0 1 auto;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 24px 8px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 48px;
    margin-top: 8px;
}

body .oac__custommenu-wrapper .oac_mobilemenu-container .oac__level-1.mobile:after {
    bottom: 14px;
    content: '⏷';
    position: absolute;
    right: 24px;
}

body .oac__custommenu-wrapper .oac_mobilemenu-container.hide {
    visibility: hidden;
    display: none;
}

.oa__down-dynmaicarrow {
    top: 4px;
    content: '⏷';
    position: absolute;
    right: 1%;
    cursor: pointer;
    width: 30px;
    margin-left: 8px;
    font-size: 24px;
    color: #fff;
}

.oac__downarrow {
    top: 4px;
    content: '⏷';
    position: absolute;
    right: 1%;
    cursor: pointer;
    width: 30px;
    margin-left: 8px;
    font-size: 24px;
    color: #fff;
}

.oac__dropdownContainer {
    border: 1px solid #8a8580;
    width: 100%;
    background: #8a8580;
    z-index: 1;
    position: unset;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    display: none;
    flex-direction: column;
    transform: none;
    margin-top: 8px;
}

.oac__dropdownContainer.active {
    display: flex;
}

.oac__dropdownSection {
    background-color: #8a8580;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    width: auto;
    max-width: 1264px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 8px;
}

.oac__dropdownList {
    padding: 8px 0;
    list-style: none;
    width: auto;
}

.oa__dropdown-parent {
    position: relative;
    display: inline;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.oa__dropdown-parent>a {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    min-height: 30px;
    border-radius: 2px;
    text-overflow: ellipsis;
    max-width: 90%;
    color: #fff;
    white-space: break-spaces;
    word-break: break-word;
}

.oa__dropdown-parent>ul.oa__child-child {
    padding-left: 16px;
}

.oa__dropdown-parent>p {
    color: #fff;
    position: relative;
    white-space: normal;
    font-size: 14px;
    box-sizing: content-box !important;
}

span.oac__expandbutton {
    border: none;
    background: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -5px;
    cursor: pointer;
    height: auto;
    color: #fff;
    width: auto;
    float: right;
    display: inline-block;
    text-align: center;
    font-size: 20px;
}

.arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.oa__child-child {
    padding-left: 8px;
    padding-top: 8px;
    display: none;
}

.oa__child-child.active {
    display: block;
}

.oac__section-data {
    position: absolute;
    margin-right: 24px;
    top: 45px;
    right: 0;
    width: auto;
    max-width: 90%;
    word-break: break-word;
    white-space: break-spaces;
    line-height: 24px;
}

.oac__section-datadesc {
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: break-spaces;
    display: block;
    max-width: 80%;
}

.oac__level-1.oac__list.menuItemOpenTwoSplitColumnMenu .oac__level-2-container .oac__level-2-rows::before {
    background: #fff;
    content: "";
    display: block;
    height: 85%;
    right: 3px;
    position: absolute;
    top: 6%;
    width: 2px;
    z-index: 1000;
}

.desktopview-menuItemOpenHeader .oac__level-3-rows.desktopview-menuItemOpenLeft>.desktopView-menuItemRight:before {
    content: "";
    display: block;
    height: 100%;
    left: 2%;
    position: absolute;
    top: 0%;
    width: 2px;
    z-index: 1000;
    background: #FFF;
}

/* .oac__level-1.oac__list.menuItemOpenTwoSplitColumnMenu .oac__level-2-container .oac__level-2-rows::after {
    background: #fff;
    content: "";
    display: block;
    height: 80%;
    right: 0;
    position: absolute;
    top: 10%;
    width: 3px;
    z-index: 1000;
}
.desktopview-menuItemOpenHeader .oac__level-3-rows.desktopview-menuItemOpenLeft .desktopView-menuItemRight::after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 1000;
    background: #FFF;
    pointer-events: none;
}
.desktopview-menuItemOpenHeader .oac__level-3-rows.desktopview-menuItemOpenLeft::after {
    content: '';
    background: #FFF;
    display: block;
    height: 93%;
    right: 12px;
    position: absolute;
    top: 6%;
    width: 3px;
    z-index: 1;
} */
.oac__level-1.oac__list.menuItemOpenTwoSplitColumnMenu .oac__level-2-rows {
    width: 24%;
    position: relative;
    white-space: normal;
    box-sizing: content-box !important;
    padding: 16px 0 16px 8px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
}

.oac__level-4-leftrows {
    padding-left: 8px;
}

.oac__level-4-leftrows .level-4-title {
    font-weight: 500;
}

#Ideas .level-4-container {
    background: #ae5b1d;
    left: 110%;
    width: calc(100vw - 500px);
    min-height: 200px;
    top: calc(100vh - 429px);
    z-index: 1;
    height: auto;
}

#Ideas .level-4-container.active {
    display: block !important;
}

.level-4-column {
    margin: 16px auto;
}

.oac__left-label {
    color: #fff;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: break-spaces;
    display: block;
    max-width: 70%;
}

.oac__left-label:hover {
    color: #fff;
}

.categorylist-data {
    background: #312d2a;
    height: auto;
    min-height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    word-break: break-word;
    white-space: break-spaces;
    z-index: 2;
    display: none;
}

.categorylist-data.showlist {
    display: block;
}

.level-4-title {
    word-break: break-word;
    float: left;
    clear: both;
    max-width: 100%;
    width: auto;
}

.level-4-rows {
    color: #fff;
    padding: 0 24px 24px;
    position: relative;
    white-space: normal;
    font-weight: bold;
}

a.label {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex: 1;
    text-decoration: none;
    cursor: pointer;
}

a.label:hover {
    color: #fff;
    cursor: pointer;
}

.o__category-loader {
    margin-top: 10%;
}

.o__category-loader div[class*="loader-smallLoader"]::after {
    border-color: #fff rgba(226, 222, 219, 0.3) rgba(32, 30, 28, 0.3);
}

.oac__dropdownParent {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: relative;
}

.oac__dropdownParent a.oac__dropdownlabel {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    min-height: 34px;
    border-radius: 2px;
    text-overflow: ellipsis;
    max-width: 90%;
    color: #fff;
    white-space: normal;
}

/* .oac__dropdownParent span.oac__expandbutton {
    top: 0;
} */
.oac__dropdownParent ul.oac__dropdownList {
    display: none;
    padding-left: 16px;
}

.oac__dropdownParent ul.oac__dropdownList.active {
    display: block;
}

.oac_cloneButton {
    display: block;
}

.oac_cloneButton.hide {
    display: none !important;
}

.oracleNav.hide {
    display: none !important;
}

div#oa_Navbar.true {
    display: block;
}

div#oracle_Navbar {
    margin: 0 auto;
    max-width: 1274px;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}

.oracleNav {
    position: sticky;
    top: 47px;
    z-index: 10;
    background: #201e1c;
}

.oracleNav .headerNavigation {
    display: none;
}

#app div[class*="SearchBar-styles-scope"] {
    z-index: 1;
}

#oa_Navbar .SiteTotals {
    min-height: 54px;
}

.oac__custommenu-wrapper.false {
    display: none;
}

.oac__expandbutton i.arrow.right {
    transform: rotate(45deg);
}

.desktopView-menuItemRight {
    background: #312d2a;
    /* min-height: 200px; */
    height: 90%;
    position: absolute;
    top: 4%;
    display: none;
    padding-bottom: 6px;
}

.desktopView-menuItemRight.showList {
    display: block;
    z-index: 1;
}

.oac__level-2-rows>.oac__level-3-rows {
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: content-box !important;
    word-break: break-word;
    font-weight: bold;
    display: grid;
    max-width: 100%;
    grid-template-columns: 1fr;
}

.oac__level-2-container-menuItemOpenList {
    margin-bottom: 24px;
    margin-top: 8px;
}

.oac__level-3-rows.desktopview-menuItemOpenRight {
    margin-left: 16px;
    font-weight: 500;
    padding-left: 24px;
}

.oac__level-3-rows.desktopview-menuItemOpenHeader {
    position: relative;
}

.desktopview-menuItemOpenHeader .oac__level-4-leftrows {
    margin: 4px 0 0 0;
}

.desktopview-menuItemOpenHeader .oac__level-3-rows.desktopview-menuItemOpenLeft {
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 2px auto;
    font-size: 14px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.desktopview-menuItemOpenHeader .oac__level-3-rows.desktopview-menuItemOpenLeft:hover {
    background-color: rgba(255, 255, 255, 0.2);
    background-position: right center;
    background-repeat: no-repeat;
}

.oac__level-4-rows.desktopview-menuItemOpenRight {
    font-weight: 500;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 2px auto;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
}

.desktopview-menuItemOpenHeader .oac__level-3-rows.desktopview-menuItemOpenLeft:hover>.desktopView-menuItemRight {
    display: block;
    z-index: 100;
}

.oac__level-1.oac__list.menuItemOpenTwoSplitColumnMenu .oac__level-2-rows {
    width: 24%;
    position: relative;
    white-space: normal;
    box-sizing: content-box !important;
    padding: 16px 8px 16px 8px;
    word-break: break-word;
    display: flex;
    flex-direction: column;
}

.oac__menu {
    display: none;
}

#oracle_Navbar div#oac_dropdown {
    display: flex;
}

.oac__level-1:hover>.oac__level-2-container {
    display: block;
}

.oac__level-3-link.desktop.menu-item-open-link a.link_label {
    white-space: break-spaces;
    text-overflow: ellipsis;
    word-break: break-word;
    color: #fff;
    text-decoration: underline;

}

.oac__level-3-link.desktop.menu-item-open-link a.link_label:hover {
    text-decoration: underline;
}
.isDesktop #modals.hide,
.isMobile #modals.hide,
#modals.hide,
.headerNavigation,
.oac_mobilemenu-container,
.menu {
    display: none;
}

.menu.active {
    display: block;
}

.oac__level-1.with-items.active>.oac__dropdownContainer {
    display: flex;
}

#menu #oac_mobile {
    display: block;
}

.oac_mobilemenu-container .oac__level-1-labelname a.oac__label {
    font-size: 16px;
    color: #FFF;
}

p.oac_linklevel {
    display: inline-block;
    margin-bottom: 0;
    min-height: 34px;
    border-radius: 2px;
    text-overflow: ellipsis;
    max-width: 90%;
    color: #fff;
    white-space: normal;
    word-break: break-word;
    font-size: 14px;
}

p.oac_linklevel>.link_label {
    color: #FFF;
    text-decoration: underline;
}

.oac__custommenu-wrapper .oac__level-3-header a.oac__label {
    font-weight: 600;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .oac__level-2-columns {
        grid-template-columns: 1fr 1fr;
    }

    .oac__custommenu-wrapper {
        max-width: 100%;
    }

    .oac_mobilemenu-container {
        position: relative;
    }
}

@media (max-width: 768px) {
    .oac__level-2-columns {
        grid-template-columns: 1fr;
    }

    .oracleNav .oracle-nav-header {
        display: none;
    }
}