
/* REQUIRED for core functionality */

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

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

@media (min-width:1200px) {
	.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 {}

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

.responsive-tabs__list {font-size: 14px; margin: 20px 0 0 0;padding: 0;/*border-bottom: 1px solid #ddd; */padding-bottom:11px;line-height: 1em;}
.responsive-tabs__list__item {background:#438ec2;padding:10px 10px;margin-right:5px;font-family:'OpenSansRegular';color:#fff;}
.responsive-tabs__list__item:hover {background:#fff;border-bottom-color:#fff;color:#025893;border-top:1px solid #eee;border-bottom:1px s #fff;}
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {background:#fff;border-top:1px solid #eee;color:#025893;border-bottom:1px s #fff;}

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

.responsiveTabsBox{border:1px solid #eee;margin-top:1px; padding:20px 20px 30px 20px;width:100%;float:left;}
.responsiveTabsBox p{font-size:12px; margin:0 0 10px 0; line-height:20px; font-family:Arial, Helvetica, sans-serif; color:#888888;}

@media (max-width:1199px) {
	.responsive-tabs__heading { 
		padding: 0.5em;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: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10px solid #fff;
	}
	.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 #ddd;
		border-top:0;
	 }
	 
.responsive-tabs h2{background:#438ec2;padding:10px 15px;font-family:"Open Sans";color:#fff;margin-bottom:5px;font-size:18px;font-weight:normal;}
.responsive-tabs h2:hover{background:#fff;color:#025893;}
.responsive-tabs h2:active{background:#fff;color:#025893;}
.responsive-tabs div{width:100%;}

}

/* END - Optional - Basic Skin */
