
.department .section-header {
	visibility: hidden;
	display:block!important;
	height: 0 !important;
}

.department .language-selector a {
	color: initial;
	visibility: visible;
}

a.main-logo::after {
    content: "ADAM";
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 20px;
}

@media screen and (max-width: 39.9375em) {
a.main-logo::after {
    content: "ADAM";
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 10px;
}
}