﻿ul.resp-tabs-list{
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {


}

.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 {

}

.resp-tab-active {
    border-bottom: none;

}

.subtabmenu li.resp-tab-active a { background:#332a86; color:#fff!important}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
}



h2.resp-accordion {
    border: 1px solid #fff;
    border-top: 0px solid #fff;
    margin: 0px;
    padding: 10px 15px; background:#332a86; color:#fff;
color: #72ccd2; font-family:"scalabold-sc"; font-size: 20px; text-decoration:none; font-weight:normal 
}
h2.resp-accordion a{color:#fff; text-decoration:none;}
h2.resp-tab-active a{color:#72ccd2; text-decoration:none;}
h2.resp-tab-active {
    border-bottom: 0px solid #fff !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.indigo_work_cycle .resp-tab-content { border: 1px solid #36424a;}
.indigo_work_cycle h2.resp-accordion{border: 1px solid #36424a; border-top: 0px solid #36424a;}
.indigo_work_cycle h2.resp-tab-active{border-bottom: 0px solid #36424a !important;}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {

}

.resp-vtabs .resp-tabs-list li {
    cursor: pointer;
    float: none; display:block;
}

.resp-vtabs .resp-tabs-container {
    width: 100%;
    min-height: 200px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
   
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
	border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #b2b7bb;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #b2b7bb;

}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #332A86 !important;
}
.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;
}

.indigo_work_cycle .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #36424a !important;
}
.indigo_work_cycle .resp-easy-accordion .resp-tab-content {
    border: 1px solid #36424a;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

.indigo_work_cycle h2.resp-accordion:first-child {
    border-top: 1px solid #36424a !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 700px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #fff; border-top:none!important;
    }
	
	

    .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;
    }
	.indigo_work_cycle .resp-vtabs .resp-tab-content {
        border: 1px solid #36424a; border-top:none!important;
    }
}
