
/* REQUIRED for core functionality */

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer; font-size:1em}


@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: 0px solid #000;  }

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

.responsive-tabs__list { font-size: 1em; margin: 1em 0 0 0; padding: 0;border-bottom: 2px solid #2a3786; padding-bottom:18px; line-height: 1em; font-weight: bold}
.responsive-tabs__list__item { background: #eee; color:#3d3d3d; margin-right: 4px; padding: 16px 16px; border: 0px solid #2a3786; }
.responsive-tabs__list__item:hover {background: #2a3786; color:#fff; }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #2a3786; border-bottom-color: #fff; color:white}

.responsive-tabs__panel { margin-bottom: 50px;}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		padding: 0.5em; border-radius: 0px;
		background: #2a3786;
		font-size: 0.95em;
		position: relative;
		text-shadow: none;
		color: white
	}

	.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 #fff;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover { background-color: #ccc; color:#333}
	.responsive-tabs__heading--active { background: #ccc; color:#333}
	.responsive-tabs__heading--active:after {
		border-bottom: 8px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */
