#mict-header {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Cabin", sans-serif;
}
#mict-header .mict-logo {
    display: inline-block;
}
#mict-header .mict-logo a, #header-top #mict-header .mict-menu a {
    color: #00579a;
}
#mict-header .mict-logo a:hover, #header-top #mict-header .mict-menu a:hover {
    color: #00579a;
}
#mict-header .mict-logo img {
    float: left;
    padding-right: 9px;
    width: 32px;
}
#mict-header .mict-logo span {
    display: inline-block;
    margin-top: 3px;
    font-weight: 700;
}
#mict-header .mict-menu {
    float: right;
    padding-top: 9px;
    margin-top: 0;
    margin-bottom: 0;
}
#mict-header .mict-menu li {
    float: left;
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 12px;
}

#header-top {
    background: #17679b;
}