
/* 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; 
}
.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 {  margin:20px 0px 0px 0px; padding:0px 0px 8px 0px; line-height: 1em; text-align:center; width:22%; float:left; }
.responsive-tabs__list__item { text-align:left; display:block; padding:15px 15px; margin:0; cursor:pointer; color:#f48225; list-style:none; font-weight:normal; border-radius:10px 0px 0px 10px; vertical-align:top; font-size:16px; }
.responsive-tabs__list__item:hover {color:#000; bor-der:1px solid #008a63; }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover { color:#000; border:1px solid #f48225; border-right:1px solid #fff; position:relative; z-index:1; margin-right:-1px !important; padding:15px 15px 15px 12px !important; border-left:4px solid #ca5b00; }

.responsive-tabs__panel { float:left; width:70%; padding:15px; border:1px solid #f48225; min-height:510px; border-radius:10px 10px 10px 10px; font-size:16px;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 5px; border: 1px solid #98e5e5; box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
		background: #d6f7f6;
		position: relative;
	}

	.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 #000;
	}
	.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 #000;
		border-top:0;
	 }
	 
	 .responsive-tabs__panel { float:none; width:90%; padding:15px; border:none; }
}

/* END - Optional - Basic Skin */
