/* --------------- Site Tabs  --------------- */

div.tabs2 {
    margin-bottom: 20px;
}

.tabs2 .tabs_wrapper.tabs_horizontal ul.nav-tabs {
    margin: 15px 0;
    padding: 10px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    background: #fff;
}

.tabs2 ul.nav-tabs li a {
    display: block;
    font-weight: 700;
    color: #002e5b;
    padding: 15px 25px !important;
    border: none;
    text-transform: uppercase;
    background: none;
}

.tabs2 ul.nav-tabs li.active a {
    /* yellow */
    color: #fab31b;
    background-color: #eeeeee;
    cursor: default;
}

.tabs2 ul.nav-tabs li a:hover, .tabs2 ul.nav-tabs li a:focus {
    /* yellow */
    color: #fab31b;
    text-decoration: none;
    background-color: #eeeeee;
}

@media screen and (max-width: 37.5em) {
    /* 600px */
    .tabs2 ul.primary {
        border-bottom: 1px solid #bbb;
    }

    .tabs2 ul.primary li {
        display: block;
        margin: 0;
    }

    .tabs2 ul.primary li a {
        padding: 5px 10px;
    }

    .tabs2 ul.primary li.is-active a {
        border-bottom: none;
    }
}

@media screen and (min-width: 37.5em) {
    /* 600px */
    .tabs2 ul.primary {
        overflow: hidden;
        height: auto;
        margin: 0;
        padding: 0 3px;
        white-space: nowrap;
        border: none;
        border-collapse: collapse;
        background: transparent url(../../images/tabs-border.png) repeat-x left bottom;
        line-height: normal;
    }

    .tabs2 ul.primary li {
        display: block;
        float: left; /* LTR */
        margin: 0 5px 0 0; /* LTR */
        vertical-align: bottom;
    }

    [dir="rtl"] .tabs2 ul.primary li {
        float: right;
        margin: 0 0 0 5px;
    }

    .tabs2 ul.primary li a {
        float: left; /* not LTR */
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .tabs2 ul.primary li.is-active a {
        border-bottom: 1px solid #fff;
    }
}