:root {
    --accent-color: #0047BB!important;
}

.logo {
    max-height: 80px;
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 clamp(0rem, -16rem + 20vw, 16rem);

    a {
        display: flex;
    }
}

.chart {
    width: 69px;
    height: 67px;
    margin: 0;
    background: url(images/chart.png) no-repeat top center;
    background-size: 100% auto;
}

.menu-wrapper {
    float: left;
    width: 100%;
    height: 50px;
    background: #476DB7;
}

#pull {
    display: none;
    color: #000;
}

#custommenu {
    float: left;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 15px;
}

#custommenu>li {
    float: left;
    margin: 0;
}

#custommenu a {
    display: inline-block;
    padding: 15px 10px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

#custommenu a:hover {
    background: #2F4777;
}

@media screen and (max-width: 450px) {
    .logo-holder {
        justify-content: right;
    }
    .chart {
        display: none;
    }
}
