header {
    z-index: 2;
    height: 100px;
    width: 100%;
    background: #bd1550;
    top: 0;
    left: 0;
    right: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

header.header-embed {
    height: 50px;
}

header.header-embed .nav-panel {
    line-height: 50px;
}

header.header-embed .nav-panel ul {
    height: 50px;
}

.nav-text {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.nav-text a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.logo {
    display: inline-block;
    width: 263px;
    height: 46px;
    line-height: 100px;
    margin-left: 18px;
}
.nav-panel {
    color: #FFF;
    display: inline-block;
    line-height: 100px;
    float: right;
    margin-right: 36px;
    min-width: 1050px;
}

.nav-panel .dropdown-item {
    line-height: normal;
}

.nav-panel ul {
    height: 100px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
header li {
    display: inline-block;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
.line {
    width: 2px;
    height: 33px;
    opacity: .5;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 28px;
    vertical-align: middle;
}

#language-picker {
    z-index: 2;
}

#js-preload-pointer {
    top: -11px;
    width: 25px;
    left: -11px;
    height: 25px;
    z-index: 10000;
    position: absolute;
    display: none;
    pointer-events: none;
    overflow: hidden;
    background-image: url("../img/cursor-preloader.svg");
}

#info-message-container {
    margin-top: 63px;
}
