.resp-tabs-list li,
h2.resp-accordion {
    cursor: pointer;
    margin: 0;
    color: #002e5d
}

p,
ul.resp-tabs-list {
    padding: 0
}

.resp-tabs-list li {
    font-weight: 500;
    font-size: 22px;
    display: inline-block;
    padding: 13px 15px;
    list-style: none;
    color: #fff;
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    display: none;
    font-size: 15px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    padding: 10px 15px
}

.resp-tab-content {
    display: none
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important;
    background-color: #fff;
    color:#002e5d !important
}

.resp-accordion-active,
.resp-content-active,
.resp-easy-accordion h2.resp-accordion,
.resp-tab-content-active {
    display: block
}

.resp-easy-accordion .resp-tab-content,
.resp-tab-content {
    border: 1px solid #c1c1c1;
    padding: 20px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
    background: #dbdbdb !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9b9797
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important
}

.resp-jfit {
    width: 100%;
    margin: 0
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-accordion-closed {
        display: none !important
    }
}