.home-nav {
    height: 48px;
    background-color: #037fc5;
}

.home-nav ul {
    text-align: center;
    list-style-type: none;
    margin-top: 13px;
    line-height: 31px;
    margin-bottom: 0;
    padding-left: 9%;
}

.home-nav ul li {
    display: inline-block;
    width: 95px;
    height: 35px;
    border-radius: 5px 5px 0 0;
}

.home-nav ul li:hover {
    background-color: #00aff0;
}

.home-nav .active {
    background-color: white;
}

.home-nav .active a {
    color: #0275d8;
}

.home-nav a, .home-nav a:hover {
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.home-nav a:focus, .home-nav a:hover {
    text-decoration: none;
}


.switch-assistant-tools {
    width: 12%;
    line-height: 59px;
    cursor: pointer;
}