﻿ul.resp-tabs-list{border:1px solid #c6c6c6; margin-bottom:20px; background:url(../images/idTabBg.png) bottom left repeat-x;}
.resp-tabs-list li {float:left;border-right:1px solid #e5e7e8; height:59px; margin:0 !important;}
.resp-tabs-list li a{padding:17px 30px; font-size:14px; color:#9d0917;font:600 14px/22px 'Raleway', sans-serif; display:block; margin-bottom:3px}
.resp-tabs-list li a:hover,.resp-tabs-list li.resp-tab-active a{color:#9d0917; border-bottom:3px solid #ffaa23; margin:0}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
}
.resp-tab-active li a{color:#000; border-bottom:3px solid #ffaa23; margin:0}
.resp-content-active, .resp-accordion-active {
    display: block;
}
h2.resp-accordion {
    background:url(../images/idTabBg.png) bottom left repeat-x;
    border:1px solid #c6c6c6;
    border-top: 0px solid #c6c6c6;
    margin: 0px;
    padding: 10px 15px; font:600 14px/22px "Raleway",sans-serif;
}
h2.resp-accordion a{color:#68686a}
h2.resp-tab-active {
    border-bottom:3px solid #ffaa23 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.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-tab-content li ul{padding:10px 0 10px 25px}
.resp-tab-content li ul li{list-style:disc; margin-bottom:5px}

/*-----------Accordion styles-----------*/
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	.resp-tab-content-active{padding:15px; border:1px solid #c6c6c6; border-top:0}
.resp-tab-content h4{line-height:22px}
}
