
/* 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; 
	background-color:rgb(238,210,154);
	background-image:url('images/arrow_down1.png');
	background-repeat:no-repeat;
	background-position: right;
	color:rgb(0,112,60);
	border-radius:5px;
	border:none;
	font-size:1.5em;
	line-height:1.5em;
	padding:5px 0 5px 15px;
	margin:5px 0 5px 0;}
	
	.responsive-tabs__heading--active { 
	background-image:url('images/arrow_down6.png');
	}
	
	
	
	
	.responsive-tabs__heading:hover { 
	display: block; 
	cursor: pointer; 
	background:rgb(0,112,60);
	color:rgb(180,210,200);
	background-image:url('images/arrow_left9.png');
	background-repeat:no-repeat;
	background-position: right;
	border-radius:5px;
	font-size:1.5em;
	line-height:1.5em;
	padding:5px 0 5px 15px;
	margin:5px 0 5px 0;}
	
	.responsive-tabs__heading--active:hover { 
	background-image:url('images/arrow_left6.png');
	}
	
	
	
	.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; 
}
.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.8em; margin: 0.7em 0 0 0; padding: 0; padding-bottom:10px; line-height: 0.5em; }
.responsive-tabs__list__item { background-color:rgb(238,210,154); padding: 5px 10px;  height:30px; color: rgb(0,112,60); margin-right: 1em; border-top-left-radius: 5px; border-top-right-radius: 5px;border: 1px solid rgb(0,112,60); }
.responsive-tabs__list__item:hover {background:rgb(220,170,69); }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover { background: rgb(0,112,60); color:#fff; border-bottom-color: #fff; }

.responsive-tabs__panel { margin-top:10px; margin-bottom: 20px;]

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		font-size:1.2em; color:black; font-weight:normal; padding: 0.2em; border-radius: 5px; border: 1px solid #ccc; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #ddd;
		position: relative;
	}

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

/* END - Optional - Basic Skin */
