.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}



@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}






.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
	font-size:0.14rem;
	width:80%;
	margin:0 auto
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 0.18rem; margin: 2em 0 0 0; padding: 0; padding-bottom:11px; line-height: 1em;}
.responsive-tabs__list__item { background: #eee; padding: 0.1rem 11%; margin-right: 1em; border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid #ddd; }
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #fff; }

.responsive-tabs__panel { margin:0.1rem 0;background: #fff;padding:0.2rem}

@media (max-width: 767px) {
	.responsive-tabs-wrapper { 
		clear: both;
		zoom: 1; 
		font-size:0.14rem;
		width:90%;
		margin:0 auto
	}
	.responsive-tabs__heading { 
		padding: 1em 0; border-radius: 5px; 
		background: #ddd;
		position: relative;
		font-size: 0.22rem;
		font-weight: bold;
		text-indent: 1em;    
		margin-top: 0.2rem;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #CD2626;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #efefef}
	.responsive-tabs__heading--active { background: #fff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #CD2626;
		border-top:0;
	 }
}
.responsive-tabs__panel p img { font-size:0 }