.language-switcher-mobile{
	display:none;
}
.block-languageswitcher{
	display:none;
}
/* dual header fix*/
.header-wrapper #header-region .active-lang .active-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    word-break: break-word;
    padding: 23px 15px 15px;
    color: #3f4048;
    line-height: 1.17;
	text-decoration: none;
}
.header-wrapper #header-region .active-lang .active-text:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0ac";
    color: #706f6f;
    display: inline-block;
    font-size: 30px;
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 1;
}
.footer-links-wrapper .footer-column .browse-links li i {
    display: none;
}
@media screen and (min-width: 1024px){
.header-wrapper #header-region .active-lang {
    display: block;
    float: left;
    height: 106px;
    width: 100px;
    text-align: center;
    -webkit-box-shadow: -1px 0 0 0 rgb(0 0 0 / 10%);
    box-shadow: -1px 0 0 0 rgb(0 0 0 / 10%);
}
	#navigation-wrapper .menu--main {
    margin-left: -5px;
}
}

@media screen and (max-width: 1023px){
.header-wrapper #header-region .active-lang {
    display: none;
}
	.language-switcher-mobile ul li a {
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    padding: 15px 30px;
    display: block;
}
	.language-switcher-mobile .single ul li a {
    color: #124395;
    font-weight: 500;
}
	.language-switcher-mobile .single ul li {
    display: list-item;
    position: absolute;
    right: 0;
    top: -3px;
    background-color: transparent;
    border-bottom: none;
}
	.language-switcher-mobile ul li {
    list-style: none;
}
	.language-switcher-mobile h3 {
    border-bottom: 1px solid #e3e5ea;
    padding: 15px 30px;
    font-size: 14px;
    position: relative;
    margin-bottom: 0;
}
	.language-switcher-mobile {
    display: block;
    clear: both;
    position: relative;
}
}
.header-links div a{
	text-decoration: none;
}


/* ...  */