﻿


.menuNav {
    margin: 0;
    padding: 0;
	text-align: right;
}
.menuNav ul {
    position: relative;
    z-index: 10;
}
.menuNav ul, .menuNav li {
    margin: 0;
    list-style: none;
}
.menuFlexWrapper {
    display: flex;
    gap: 29px;
}
.menuColumn {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.menuListItem1 {
    page-break-inside: avoid;
}
.menuList .offscreen {
	left: auto !important;
	right: 0 !important;
}
.menuOffscreen {
	left: auto;
	right: 0;
}





.menuNav span {
    cursor: default;
}
.menuNav .menuListItem0 {
    display: inline-block;
	position: relative;
    padding: 0;
    margin: 0 0 0 27px;
}
.menuListItem0 button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
.menuNav .menuListItem0 button, .menuNav .menuListItem0 > a, .menuNav .menuListItem0 > span {
    display: block;
    padding: 12px 4px;
    font-size: 116%;
    font-weight: 200;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: left;
    letter-spacing: 0.3px;
}
.menuParent:after {
    content: "\f078";
    font-family: 'Font Awesome 7 Pro';
    font-weight: 300;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #e5d7ad;
    padding-left: 5px;
    font-size: 60%;
    position: relative;
    top: -2px;
    left: 0;
    transition: all 0.15s ease; 
}





.menuListItem0 > a:hover, .menuListItem0 > a:focus, .menuListItem0 > button:hover, .menuListItem0 > button:focus {
    outline: none;
}
.menuListItem0 > a:hover, .menuListItem0 > a:focus, .menuListItem0 > button:hover {
	opacity: 60%;
}
.menuListItem0:hover button:after, .menuListItem0:focus-visible button:after, .menuListItem0 button:hover:after, .menuListItem0 button:focus-visible:after {
    top: 0;
}
.menuToggleBtn:focus-visible, .menuNav .menuListItem0:focus-visible button, .menuListItem1 > a:focus-visible, .menuListItem0 > a:focus-visible  {
    outline: 1px solid #ffbf00 !important;
}
.menuListItem0.active button:after {
    transform: scaleY(-1);
    top: -2px;          
}





.menuNav .menuListItem0 .menuList0 {
    display: none;
    position: absolute;
    z-index: -1;
    width: auto;
    white-space: nowrap;
    padding: 21px 24px;
    border-radius: 0 0 10px 10px;
    background: rgb(23 29 35 / 94%);
    text-align: left;
    left: -20px;
    top: 100%;
}
.menuNav .menuListItem1 {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}
.menuListItem1 > a, .menuListItem1 > span, .menuListItem2 > a, .menuListItem2 > span {
    padding: 7px 0;
    margin: 5px 0;
    display: inline-block;
    font-size: 105%;
    line-height: 85%;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.6px;
    position: relative;
    left: 0;
    transition: all 0.23s ease;
}
.menuNav .menuListItem1 > a:has(+ ul), .menuNav .menuListItem1 > span:has(+ ul), .menuNav .menuListItem1 > span, .menuFirstTitle .menuListItem1:first-child a {
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-bottom: 2px;
    display: inline-block;
    font-size: 109%;
    padding-top: 4px;
}
.menuNav .menuListItem1 > a:hover, .menuNav .menuListItem1 > a:focus {
    left: 1.5px;
    color: #b3b3b3;
}





.menuNav .menuList1 {
    position: static;
    display: block;
    margin-top: 5px;
}
.menuNav .menuListItem2 > a, .menuNav .menuListItem2 > span {
    display: inline-block;
    margin: 4px 0;
}
.menuNav .menuListItem2:last-child > a {
    margin-bottom: 0;
}
.menuNav .menuListItem2 > a:hover, .menuNav .menuListItem2 > a:focus, .menuNav .menuListItem2 > span:hover {
    left: 2px;
    color: #a3efe9;
}







