.nav_list--fixed_container {
    position:relative;
}
.nav_list--fixed{
    padding-left: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 0;
    margin-right:-10px;
    margin-left:-10px;
}
@media(min-width: 992px) and (max-width: 1199px){
    .nav_list--fixed{
        margin-right:0px;
        margin-left:0px;
    }
}
.nav_list--fixed>li>a{
	padding: 16px 30px;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav_list--fixed>li>a:hover{
    color: var(--prv_btn_color);
}
.nav_list--fixed>li>a:focus,
.nav_list--fixed>li>a:hover{
	text-decoration: none;
}
.link_first_dropdown {
    position:relative;
}
.scroll_visible .nav_list--fixed>li>a{
	padding: 21px 10px;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list--fixed{
		margin: 0;
	}
}
ul.mini_dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 901;
    display: none;
    min-width: 224px;
    margin-top:-1px;
    padding:0px;
    list-style:none;
	background-color: rgba(255, 255, 255, 0.66);
	backdrop-filter: blur(10px);
	border-radius: 0 0 10px 10px;
	filter: drop-shadow(0px 20px 40px rgba(40, 42, 59, 0.25));
}
ul.mini_dropdown_menu > li{
	width: 100%;
}
.priority-nav.is-empty {
	display: none;
}
.priority-nav__dropdown ul.mini_dropdown_menu {
	top: 0;
	left: 100%;
}
ul.mini_dropdown_menu .mini_dropdown_item {
    font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding:16px 30px;
    line-height:1;
    color:#212121;
    display:block;
    text-align:left;
}
ul.mini_dropdown_menu .mini_dropdown_item:not(:last-child) {
	border-bottom:1px solid #EFF0F0;
}
ul.mini_dropdown_menu .mini_dropdown_item:last-child {
	border-radius: 0 0 10px 10px;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover,
ul.mini_dropdown_menu .mini_dropdown_item:focus,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected {
    text-decoration:none;
    background-color:#EFF0F0;
}
ul.mini_dropdown_menu .mini_dropdown_item:hover {
    color: var(--prv_btn_color);
}
ul.root-item{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 29px 30px 15px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px 4px 5px 0px rgba(117,117,117,0.5);
}
.scroll_visible .nav_list--fixed>li.open ul.root-item{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.scroll_visible ul.root-item > li{
	width: 50%;
}
@media(min-width:1200px){
	.scroll_visible ul.root-item > li{
		width: 33.3333333%;
	}
}
.nav_list--fixed>li.open ul.root-item,
.nav_list--fixed>li.open ul.mini_dropdown_menu,
.priority-nav__dropdown>li.open ul.mini_dropdown_menu{
	display: flex;
    flex-wrap: wrap;
}
ul.root-item>li{
	display: block;
	width: 33.3333%;
	float: left;
	margin-bottom: 25px;
}
ul.root-item a{
	color: #212121;
	display: block;
	margin-bottom: 8px;
}
ul.root-item a:hover,
ul.root-item a.root-item-selected,
ul.root-item a.item-selected,
ul.root-item a:hover,
ul.mini_dropdown_menu .mini_dropdown_item.mini_dropdown_item_selected{
	color: var(--prv_color);
}
ul.root-item a:hover,
ul.root-item a:focus{
	text-decoration: none;
}
ul.root-item .level_1{
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 24px;
}
ul.root-item .level_2,
.nav_section_img + .nav_section_text > a{
	font-size: 1em;
	font-weight: 600;
}
ul.root-item .level_3{
	font-size: 0.8517em;
	font-weight: normal;
	line-height: 17px;
}
ul.root-item ul{
	padding-left: 0;
	list-style: none;
}
.nav_section_img{
    display:block;
	width: 68px;
	float: left;
}
.nav_section_text{
	float: right;
	width: calc(100% - 68px);
	padding: 0 18px;
}
.nav_section_text > ul > li > a{
	font-size: 0.8571em;
}
@media(max-width: 1199px){
	.scroll-header-fixed .nav_list--fixed{
		margin: 0;
	}
}
@media (max-width: 991px) {
	ul.root-item>li{
		width: 50%;
	}
}
.nav__dropdown-wrapper.priority-nav__wrapper{
	padding: 0 10px;
}
.priority-nav__dropdown-toggle,
.priority-nav__dropdown-toggle:focus{
	z-index: 9;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	border: none;
	color: #212121;	
	z-index: 9;
}
.priority-nav__dropdown-toggle:hover,
.priority-nav__dropdown-toggle:active,
.priority-nav__dropdown-toggle:active:focus,
.priority-nav__dropdown-toggle:active:hover{
	outline: none;
	border: none;
	color: var(--prv_btn_color);
}
.scroll_visible .priority-nav__dropdown-toggle,
.scroll_visible .priority-nav__dropdown-toggle:focus{
	color: #fff;	
}
.scroll_visible .priority-nav__dropdown-toggle:hover,
.scroll_visible .priority-nav__dropdown-toggle:active,
.scroll_visible .priority-nav__dropdown-toggle:active:focus,
.scroll_visible .priority-nav__dropdown-toggle:active:hover{
	outline: 0.8; 
	color: #fff;
}
.scroll_visible .row > div{
	position: static;
}
.priority-nav__dropdown-toggle .fas{
	position: relative;
	z-index: -1;
}
.priority-nav__dropdown{
	left: -30px;
	z-index: 901;
    min-width: 160px;
    margin-top: -1px;
    padding: 0px;
    list-style: none;
	border-radius: 0 0 10px 10px;
	background-color: rgba(255, 255, 255, 0.66);
	backdrop-filter: blur(10px);
	filter: drop-shadow(0px 20px 40px rgba(40, 42, 59, 0.25));
}
.priority-nav__dropdown li:not(:last-child) a {
	border-bottom: 1px solid #EFF0F0;
}
.priority-nav__dropdown li:last-child {
	border-radius: 0 0 10px 10px;
}
.priority-nav__dropdown li a{
	font-size: var(--prv_font_size);
    font-family: var(--prv_font_family);
    padding: 16px 30px;
    line-height: 1;
    color: #212121;
    display: block;
	text-align: left;
	text-decoration: none;
}
.priority-nav__dropdown li:hover{
	text-decoration: none;
	background-color: #EFF0F0;
	color: var(--prv_color);
}
.priority-nav__dropdown li a:hover{
	color: var(--prv_btn_color);
	text-decoration: none;
}
.nav_list--fixed>li.open ul.root-item{
    max-height: 318px;
    overflow: auto;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar{
    width: 8px;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(0,0,0,0.5);
    border: 2px solid #fff;
}
.nav_list--fixed>li.open ul.root-item::-webkit-scrollbar-track{
    border-radius: 8px;
}
.header_bottom .root-item,
.header_bottom .root-item-selected{
	color: #fff !important;
}

.nav_section_ul{
	display: flex;
	flex-direction: column;
}
.nav_section_ul .nav_section_text{
		float: none;
		width: calc(100% - 68px);
		padding: 0;
		display: flex;
		margin-top: 6px;
		flex-direction: column;
		/* justify-content: center; */
		
}
.nav_section_img{
	display: block;
    width: 68px;
    float: left;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}

.nav_list-wrapper ul.menu-dropdown__header {
	background-color: rgba(255, 255, 255, 0.66);
	backdrop-filter: blur(10px);
	border-radius: 0 0 10px 10px;
	filter: drop-shadow(0px 20px 40px rgba(40, 42, 59, 0.25));
}