
#block-homepage-tabs-homepage-tabs .homepage-tabs {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}
.homepage-tabs li {
    border-left: 0 none;
}
.homepage-tabs li a {
    background: rgba(14, 80, 190, 0.9) none repeat scroll 0 0;
    border-right: 1px solid rgba(10, 60, 143, 0.9);
    box-sizing: border-box;
    margin: 0;
    padding-bottom: 0;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}
.homepage-tabs li a:hover, .homepage-tabs li a.active {
    background: rgba(10, 60, 143, 0.9) none repeat scroll 0 0;
}
.homepage-tabs li a.active::after {
    display: none;
}
.homepage-tabs li {
    display: table-cell;
    float: none;
}
.homepage-tabs li a span.tab-icon {
    margin-right: 5px;
    vertical-align: bottom;
}
.homepage-tabs li a > span.icons-font::before {
    vertical-align: text-top;
}
.homepage-tabs li .with-icon {
    background-size: 40px 40px;
    display: inline-block;
    height: 30px;
    width: 30px;
}
.homepage-tabs li a span.tab-icon.i-cruise {
    font-size: 22px;
}
@media (max-width: 767px) {
    .homepage-tabs li a.active::after {
        border-top-color: #1f4c97;
        display: block;
    }
}
