/**
#branding
**/
#header {
    background: #eee;
}

#header {
    background: #eee;

}

#header.static-header {
    display: flex;
    justify-content: center;
}

#branding h1 {
    margin-left: -20px;
}

#branding img {
    max-height: 50px;
    margin-left: -20px;
}

#header.static-header img {
    margin: 0 0px;
}

#branding {
    display:flex;
    width: 50%;
}

#header.static-header #branding {
    width: 100%;
    justify-content: space-between;
}

.new-header {
    width: 100%;
}

.new-header div.last {
    text-align: right;
    float: right;
}

.new-header img {
    float: left;
    display: block;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}