@charset "utf-8";

ul.resp-tabs-list {
	margin:0;
	padding:0;
	display:table;
	width:100%;
}
.resp-tabs-list li {
	position:relative;
	bottom:-1px;
	display:table-cell;
	padding:8px;
	font-size:1.4rem;
	margin:0;
	cursor:pointer;
	width:25%;
	text-align:center;
	vertical-align:middle;
}
.resp-tabs-list li:not(.resp-tab-active) {
	background-color:rgba(0,0,0,0.1);
}
.resp-tabs-container {
	padding:0;
	clear:left;
	height:100%;

}
.resp-tabs-container > .bdr-clr-Dark {
	border-top:none;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding:0;
}
.resp-tab-content p.Not-applicable {
	padding:50px 0;
	text-align:center;
}
/*
.resp-tab-active {
	background:none;
	border-top-width:5px;
	border-bottom-width:0;
	border-bottom-style:none;
}
*/
@media only screen and (min-width:1120px) {
	.resp-tab-active {
		background:none;
		border-top-width:5px !important;
		border-bottom-width:0 !important;
		border-bottom-style:none !important;
	}
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
.resp-tab-content {
	border-top-style:none;
}
h2.resp-accordion {
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	padding: 10px 15px !important;
}
.resp-vtabs ul.resp-tabs-list {
	float:left;
	width:25%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin:0 0 1px;
	cursor:pointer;
	float:none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
/*
	background-color:none;
*/
	float: left;
	width:75%;
	min-height:250px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
	word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active { 
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
	border-top: 1px solid;
	border: 1px solid #5AB1D0 !important;
	border-left: 4px solid #5AB1D0 !important;
	margin-bottom: 4px !important;
	border-right: 1px #FFF solid !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin:0 8px 0 0;
}
.resp-arrow::before {
	font-family:'icomoon';
	content: "\f06c";
	font-size:1.4rem;
}
h2.resp-tab-active span.resp-arrow::before {
	font-family:'icomoon';
	content: "\f06d";
	font-size:1.4rem;
}
@media only screen and (max-width:1119px) {

	/*
	h2.resp-tab-active {

	}
	h2.resp-accordion {

	}
	.resp-easy-accordion .resp-tab-content {

	}
	.resp-easy-accordion .resp-tab-content:last-child {

	}
	*/
	.resp-easy-accordion h2.resp-accordion {
		display: block;
	}
	.resp-jfit {
		width: 100%;
		margin: 0px;
	}
	.resp-tab-content-active {
		display: block;
	}
	h2.resp-accordion:first-child {
	
	}
	ul.resp-tabs-list {
		display: none;
	}
	h2.resp-accordion {
		display: block;
	}
	.resp-vtabs .resp-tab-content {
	
	}
	.resp-vtabs .resp-tabs-container {
		border: none;
		float: none;
		width: 100%;
		min-height: 100px;
		clear: none;
	}
	.resp-accordion-closed {
		display: none !important;
	}
	.resp-vtabs .resp-tab-content:last-child {
		border-bottom: 1px solid #c1c1c1 !important;
	}
}
