.header-branding .logo a {
    display: block;
    width: 175px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: 1px 6px;
 background-image: url(https://s3.amazonaws.com/SSL_Assets/British+Council+UK/britishcouncilblacklogo.png);
    background-size: 75%
}

#app-header {
    background-color: #efebf0;
    padding: 5px 0 10px;
    white-space: nowrap;
}

.header-nav ul {
    margin-left: 15px;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.UserName--length-is-limited {
    float: left;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.btn-link {
    color: #000000;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

a {
    color: #000000;
    text-decoration: none;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: #0066CC
}

/* mouse over link */
a:hover {
    color: blue
}

/* selected link */
a:active {
    color: blue;
}