﻿/** Tab **/
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    display: inline-block;
    padding: 13px 15px;
    list-style: none;
    cursor: pointer;
    float: right;
    font-size: 12pt;
    background-color: #f1f1f1;
}

.resp-tabs-container {
    padding: 0;
    clear: both;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border: 0;
    border: 1px solid #18829c !important;
    margin: -5px 0px -1px 3px !important;
    border-top: 6px solid #2193b4 !important;
    border-bottom: 1px solid #fff !important;
    padding-top: 15px !important;
    background: transparent !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #18829c;
    min-height: 250px;
}

h2.resp-accordion {
    font-size: 18px;
    border: 1px solid #18829c;
    border-top: 0px solid #18829c;
    margin: 0px;
    padding: 10px 15px;
    font-weight: 100;
}

h2.resp-tab-active {
    border-bottom: 0px solid #18829c !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #18829c !important;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #18829c;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #18829c !important;
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #18829c;
}

.tab {
    color: #333333;
    margin:40px 0;
    width: 100%;
    display: inline-block;
}

.resp-tab-item {
    background: transparent;
    padding: 3px 30px !important;
    margin: -3px 0px -1px 3px;
    border: 1px solid #f1f1f1;
    color: #333333;
}

.resp-tabs-container p {
    margin-bottom: 5px;
}
