﻿
/* REQUIRED for core functionality */

.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;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.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;/* border-bottom: 1px solid #ddd; */ 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; /* border-bottom-color: #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; /* border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4); */
		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 }
/* END - Optional - Basic Skin */


/* .responsive-tabs__panel img{width:100%;height:100%} */
