
.subNav {
    display: inline-block;
    vertical-align: top;
    z-index: 2;
}
@media screen and (max-width:1280px){
    .subNav{
        width: calc(100% - 50px);
        max-width: 320px;
        background-color: rgb(255 255 255);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
        position: absolute;
        left: -370px;
        transition: left 0.8s;
        max-height:100%;
        overflow:hidden;
    }
    .subNav.open{
        left:0px;
        max-height:none;
        overflow:visible;
    }
}
/*.subNav::before{
    content:'';
    width:320px;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: inset -15px -20px 48px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:1280px){
    .subNav::before{
        display:none;
    }
}*/
.subNavBackground{
    content: '';
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(255 255 255 / 90%);
    box-shadow: inset -15px -20px 48px rgba(0, 0, 0, 0.1);
    background: linear-gradient(115deg, rgba(225, 225, 225, 1) 0%, rgba(225, 225, 225, 1) 320px, rgba(235, 235, 235, 1) 320px, rgba(235, 235, 235, 1) 100%);
}
@media screen and (max-width:1280px){
    .subNavBackground{
        width:100%;
    }
}
/*.subNavBackground::after{
    content:'';
    width:1px;
    height:100px;
    position:absolute;
    right:50px;
    background:black;
}*/
.subNav .gl-search{
    background: #c3c5cd;
    display: inline-block;
    width: 100%;
    position: relative;
}
.subNav .gl-search #global-search-subnav{
    margin: 15px;
    width: calc(100% - 30px);
    background: White;
    z-index: 1;
    position: relative;
    font-size: 18px;
    border-radius: 10px;
    outline: none;
    border: 0px;
    box-shadow: 0px 0px 10px #00000036;
    padding: 10px;
    padding-right: 32px;
    line-height: 1.2em;
    background: #c2c3ca;
    display: block;
    background-color: white;
    background-image: url(/content/images/layout/04-subnavSearchIcon.png);
    background-position: right 7px center;
    background-size: 20px;
    background-repeat: no-repeat;
}
@media screen and (max-width:420px){
    .subNav .gl-search #global-search-subnav{
        font-size:16px;
    }
}
.subNav .gl-search #global-search-subnav::placeholder{
    color:black;
}
.subNav .gl-search__btn{
    display: block !important;
    position: absolute !important;
    right: 0px;
    top: 0px;
    z-index: 2;
    height: 40px;
    width: 35px;
    margin-top: 14px;
    margin-right: 15px;
}
.subnav .adaHidden{
    padding:0px;
    height:0px;
    width:0px;
    overflow:hidden;
}
.subNav > input{
    display:none;
}
.subNav > .nestedLinkList {
    background: var(--nav-color);
    width: 320px;
    height: auto;
}
@media screen and (max-width:1280px){
    .subNav > .nestedLinkList{
        width:100%;
    }
}
.subNav :is(a, a:visited, a:active) {
    color: black;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    padding: 15px;
    padding-right:50px;
}
@media screen and (max-width:420px){
    .subNav :is(a, a:visited, a:active){
        font-size:15px;
    }
}
.subNav > ul > li > ul :is(a, a:visited, a:active){
    color:white;
    transition:color 0.2s;
}
.subNav > ul > li > ul :is(a.nestedLinkList__item--active){
    color:#fcd605;
}
.subNav > ul > li > ul a:hover{
    color:#fcd605;
}
.subNav .closeSubnav{
    width: 0px;
    height: 50px;
    position: absolute;
    left: 100%;
    overflow: hidden;
    color: white;
    line-height: 300px;
    padding: 0px !important;
    /*background-color: #0c1d59;*/
    background-color:#233d7e;
    transition:background-color 0.4s, width 0.4s;
    display:none !important;
}
@media screen and (max-width:1280px){
    .subNav .closeSubnav{
        display:block !important;
    }
}
.subNav.open .closeSubnav{
    width:50px;
}
.subNav .closeSubnav:hover{
    background:none;
    background-color: rgba(0, 26, 75, 1) !important;
    
}
.subNav .closeSubnav .X{
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: transform 0.6s, background-color 0.6s;
    cursor: pointer;
    content: "";
    transform: rotate(0deg);
    left: 7px;
    top: 23px;
}
.subNav.open .closeSubnav .X{
    transform: rotate(45deg);
}
.subNav.open .closeSubnav:hover .X{
    background-color:#fcd605;
}
.subNav .closeSubnav .X::before{
    position: absolute;
    width: 36px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
    transition: transform 0.6s, background-color 0.6s;
    cursor: pointer;
    content: "";
    transform: rotate(0deg);
}
.subNav.open .closeSubnav .X::before{
    transform: rotate(90deg);
}
.subNav.open .closeSubnav:hover .X::before{
    background-color:#fcd605;
}
.subNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subNav ul.subNavList {
    display: flex;
    opacity: 1;
    flex-wrap: wrap;
    /* Have the items line up top to bottom by default */
    flex-direction: column;
}
.subNav ul.subNavList li {
    /*border-top: 1px solid rgba(255, 255, 255, 0.12);*/
}
.subNav > ul.subNavList > li{
    background-color:rgba(255,255,255,0);
    transition:background-color 0.2s;
}
.subNav > ul.subNavList > li:hover{
    /*background: #2f4376;*/
    /*background-color:#14226b;*/
    background-color: #233d7e;
}
.subNav > ul.subNavList > li.open{
    /*background: #2f4376;*/
    /*background-color:#14226b;*/
    background-color: #233d7e;
}
.subNav > ul > li > a{
    transition:color 0.2s;
}
.subNav > ul > li:hover > a{
    color:#fcd605  !important;
}
.subNav > ul > li.open > a{
    color:#fcd605  !important;
}
.subNav > ul > li.open > a:hover{
    color:white !important;
}
.subNavList:not(.nestedLinkList--d1) > li {
    /* Darken each layer's background iteratively */
    /*background: rgb(6 23 63 / 75%);*/
}
.subNavList li:has(> .nestedLinkList__manualDropDown:checked) + li, /* Prevent double border happening when dropdown occurs */
.subNav > .subNavList > li:first-child {
    /* Remove border from very top */
    border-top: 0;
}
.nestedLinkList__manualDropDown:not(:checked) ~ .subNavList {
    display: none;
    height: 0;
    overflow: hidden;
}
.openSubnav{
    z-index: 1;
    font-size: 16px;
    padding: 17px;
    padding-top: 16px;
    padding-bottom: 15px;
    min-height: 50px;
    padding-left: 35px;
    padding-right: 15px;
    margin: 0px;
    line-height: 1em;
    color: white;
    text-decoration: none;
    position: absolute;
    line-height: 1.2em;
    transition: color 0.4s, background-color 0.4s, left 0.8s;
    /*background-color: #2f4376;*/
    /*background-color:#14226c;*/
    background-color:#233d7e;
    left: 0px;
    display:none;
}
@media screen and (max-width: 1280px) {
    .openSubnav{
        display:inline-block;
    }
}
.openSubnav:hover{
    color: #fcd605;
    background-color: rgba(0, 26, 75, 1);
}
.openSubnav.open{
    left:-250px;
}
.openSubnav:before{
    content: " ";
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: calc(50% - 6px);
    transition:border 0.4s;
}
.openSubnav:hover:before{
    border-bottom: 2px solid #fcd605;
    border-left: 2px solid #fcd605;
}
/* This handles the slideout of the subnav on smaller screens */
.subNav a.nestedLinkList__item--active {
    color: black;
}
.subNav a{
    background: linear-gradient(90deg,rgba(128, 196, 255, 0) 0%, rgba(128, 196, 255, 0) 90%);
}
.subNav a:hover {
    color: black;
    /*background: linear-gradient(90deg,rgba(128, 196, 255, 0.4) 0%, rgba(128, 196, 255, 0) 90%);*/
}
.subNav .nestedLinkList__item:has(> .nestedLinkList__icon) {
    display: flex;
    align-items: center;
    gap: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2em;
}
.subNav .nestedLinkList__icon {
    width: 2em;
    height: 2em;
    object-fit: contain;
}
/* Style the List Expander checkbox */
.subNav > ul input {
    all: unset;
    cursor: pointer;
    height: 24px;
    width: 24px;
    padding-left: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 13.1l-8-8 2.1-2.2 5.9 5.9 5.9-5.9 2.1 2.2z'/%3E%3C/svg%3E"); */
}
/* Make it a chevron pointing right */
.subNav ul :is(input, input:checked):after {
    content: " ";
    display: inline-block;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 12px;
    width: 12px;
    transition: transform 0.3s, border-bottom 0.2s, border-right 0.2s;
}
.subNav > ul > li:hover :is(input, input:checked):after{
    border-bottom: 2px solid #fcd605;
    border-right: 2px solid #fcd605;
}
.subNav > ul > li.open :is(input, input:checked):after{
    border-bottom: 2px solid #fcd605;
    border-right: 2px solid #fcd605;
}
.subNav > ul > li.open :is(input:hover, input:hover:checked):after{
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}
.subNav > ul > li > ul > li :is(input, input:checked):after{
    border-bottom: 2px solid white !important;
    border-right: 2px solid white !important;
}
.subNav > ul > li > ul > li :is(input:hover, input:checked:hover):after{
    border-bottom: 2px solid #fcd605 !important;
    border-right: 2px solid #fcd605 !important;
}
.subNav input:after {
  transform: rotate(-45deg) translateX(-2px) translateY(-2px);
}
.subNav input:checked:after {
  transform: rotate(45deg) translateX(-2px) translateY(-2px);
}
/* Layout the nav nestings */
.subNavList li {
  display: grid;
  opacity: 1;
  grid:
    "parent arrow" min-content
    "child child" 1fr
    / 1fr min-content;
  align-items: center;
}
.subNavList input {
  grid-area: arrow;
}
.subNavList a {
  grid-area: parent;
}
.subNavList {
  grid-area: child;
}
/********* Big Desktop Nav *****************/
ul.subNavList.nestedLinkList--d1.nestedLinkList--d1 {
    display: flex ;
    height: auto ;
    position: relative;
}
.subNavBackgroundLine{
    content: '';
    width: 2px;
    height: calc(100% - 71px);
    position: absolute;
    left: 273px;
    top: 71px;
    background: rgb(0 0 0 / 12%);
    pointer-events: none;
}
@media screen and (max-width:1280px){
    .subNavBackgroundLine{
        left:auto;
        right:45px;
    }
}
/*Subnav Animation CSS*/
.subNav .nestedLinkList--d2, 
.subNav .nestedLinkList--d3 {
    overflow: hidden;
    transition: none !important;
}
/* Animating state: Uses the JS calculated pixel height */
.subNav .js-animate-open--show {
    height: var(--openHeight) !important;
}
/* Settled state: Safely converts to auto for text-wrapping/responsiveness */
.subNav .js-animate-open--auto {
    height: auto !important;
}
.subNav .nestedLinkList--d2.js-animate-open,
.subNav .nestedLinkList--d3.js-animate-open {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important; /* Prevents items from breaking out side-by-side */
  position:relative;
}
.subNav ul.subNavList li input{
    padding:10px;
}
.subNav .nestedLinkList--d2 > li,
.subNav .nestedLinkList--d3 > li {
  width: 100% !important;
  min-width: 100% !important;
}
.subNav > ul > li > ul {
    /*background-color:#132349;*/
    background-color:#111b4e;
}
.subNav > ul > li > ul > li > ul {
    /*background-color:#09142c;*/
    background-color:#0b1029;
}
.subNavList.nestedLinkList.nestedLinkList--d1.nestedLinkList--d1 {
    height: max-content;
}
.subNav .nestedLinkList__manualDropDown:not(:checked) ~ .nestedLinkList--d2,
.subNav .nestedLinkList__manualDropDown:not(:checked) ~ .nestedLinkList--d3 {
  display: none;
  height: 0;
  overflow: hidden;
}
.page .subNav .material-symbols-outlined{
    margin-left: 5px;
    margin-top: 3px;
}