﻿.wdg-navbar ul {display:none;padding:0;margin:0 auto;list-style:none;background:var(--blue);border-radius:.8rem;flex-flow:row wrap;}
.wdg-navbar ul li {flex:0 0 auto;padding:1.5rem;}
.wdg-navbar ul li a {color:#fff;text-decoration:none;font-weight:600;}
.wdg-navbar ul li a.active {text-decoration:underline;text-decoration-thickness:.1rem;text-underline-offset:.5rem;}
.wdg-navbar select {display:none;}
.select2-container.select2-container--wdg-navbar {width:100%!important;}
.select2-container.select2-container--wdg-navbar .select2-selection--single {display:flex;height:auto;flex-flow:row nowrap;align-items:center;background:var(--blue);color:#fff;font-weight:600;border-radius:.8rem;}
.select2-container.select2-container--wdg-navbar .select2-selection--single .select2-selection__rendered {flex:0 1 100%;padding:1.5rem 4.5rem 1.5rem 1.5rem;}
.select2-container.select2-container--wdg-navbar .select2-selection--single .select2-selection__arrow {flex:0 0 auto;padding:1.5rem;}
.select2-container.select2-container--wdg-navbar .select2-selection--single .select2-selection__arrow:after {display:block;width:1.6rem;height:1.6rem;content:"";background-image:url('../../images/reskin/icon-chevron-down-white.svg');background-size:cover;background-repeat:no-repeat;}
.select2-container.select2-container--wdg-navbar .select2-dropdown {border:0;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem;overflow:hidden;}
.select2-container.select2-container--wdg-navbar .select2-results {background:var(--white);color:var(--blue);border:.1rem solid var(--blue);}
.select2-container.select2-container--wdg-navbar .select2-results .select2-results__option--highlighted {background:var(--grey-01);color:var(--blue)}
.select2-container.select2-container--wdg-navbar .select2-results .select2-results__option--selected {background:var(--blue);color:var(--white);}
.select2-container.select2-container--wdg-navbar .select2-results__option {padding:1.5rem;}
.select2-container--open.select2-container--wdg-navbar .select2-selection--single {border-bottom-left-radius:0;border-bottom-right-radius:0;}
.select2-container--open.select2-container--wdg-navbar .select2-selection--single .select2-selection__arrow:after {transform:rotate(180deg);}
@media(min-width:992px) {
	.wdg-navbar ul {display:flex;padding:0 .75rem;}
	.select2-container.select2-container--wdg-navbar {display:none;}
}