.emporium--top-bar .slot--top-bar-audience-selector,
.slot--header-horizontal-menu .tws-top-menu--controls .tws-audience-selector {
    display: none;
}

.slot--top-bar-selling-points ul li,
.slot--top-bar-login a {
    color: #ffffff;
}
#texbar {
	background: #ffffff;
  color: #333;
}

.fullwidth .tws-content-box--container {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
}

@media (min-width: 992px) {
.emporium--header .emporium--header-wrapper {
    padding: 10px 30px;
}
}
@media (max-width: 400px) {
.slot--top-bar-selling-points ul li {
    margin: 2px 8px 2px 0;
}
}