.navbar-brand {
    background: #fff url(images/logo_ciol_network.svg) no-repeat center center;
    float: left;
	
}

#search-panel #scenario-selection {
    display: none;
    background-color: #fff;
    border-color: #878a8d;
    color: #0081c7;
}


@media (min-width: 768px){
.navbar-brand-before {
    width: 182px;
    height: 86px;
    margin: 0 77px 0 0;
    position: relative;
}
.navbar-brand-before::after {
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background: #000;
    float: right;
    margin: 0;
    position: absolute;
    right: -43px;
}

.navbar-brand {
    width: 382px;
height: 60px;}
}

header .navbar-header {
    display: flex;
    justify-content: flex-start;
   align-items: center;
    flex-direction: row;
}



