﻿.resp-tabs-list{display:none;}

.resp-tabs-container {
	padding:5px;
	background: #bbc0c6;
	clear: left;
	color: #333;
	clear:left;
	border-radius:5px;
	border: 1px solid #fff;
	margin:10px 0 40px 0;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
}

.resp-tab-content {
	display: none;
	padding: 10px;
}

.resp-tab-active {
	border: 1px solid #666;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 10px 14px 10px !important;
}

.resp-tab-active {
	border-bottom: none;
	background-color:#AE0F0A;
	color: #FFF;
}

.resp-content-active, .resp-accordion-active {
	display: block;
}

.resp-tab-content {
	border: 1px solid #efefef; background:#efefef;
	
}

h2.resp-accordion {
	font-size: 15px;
	border: 1px solid #efefef;
	border-top: 0px solid #efefef;
	margin: 0px;
	padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #efefef !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #efefef !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 #efefef;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #283e71 !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;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #efefef !important;
}




	.resp-tabs-list li{
	font-size: 13px;
	display: inline-block;
	padding: 13px 4px;
	margin: 0 1px 0 0
	;
	list-style: none;
	cursor: pointer;
	float: left;
	border: 1px solid #BFA188;
	border-bottom: none;
	border-radius:5px 5px 0 0;

	
}
.resp-tab-active {
	border: 1px solid #666;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 4px 14px 4px !important;
}
	}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/

    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

 

    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
