<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.resp-tabs-list {
    margin: 0px;
    padding: 0px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}


.resp-tabs-list &gt; li.resp-tab-item {
    font-size: 13px;
    display: inline-block;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	background-color: initial;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display:block; 
    padding: 0;
	height:0;
	overflow:hidden;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter:alpha(opacity=0);
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.resp-tab-content.resp-tab-content-active, 
.resp-tab-item.resp-tab-active {
	padding: 0 2em;
	display:block;
	height:auto;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter:alpha(opacity=100);
}	


.resp-tab-active, 
.resp-tabs-list &gt; li:hover {
    background: none repeat scroll 0 0 #EEEEEE;
	border-right: 3px solid #333333;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}


.resp-content-active, 
.resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #E3E3E3;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #E3E3E3;
    border-top: 0px solid #E3E3E3;
    margin: 0px;
    padding: 5px 1em;
}

h2.resp-tab-active {
    border-bottom: 0px solid #E3E3E3 !important;
    margin-bottom: 0px !important;
    padding: 5px  1em !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #E3E3E3 !important;
    background: blue;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
}

.resp-vtabs .resp-tabs-list li {
    cursor: pointer;
    display: block;
    float: none;
    margin: 0;
    padding: 15px 0;
	width:100%;
}


.resp-vtabs .resp-tabs-list li a {
	color: #111111;
    display: block;
    font-size: 13px;
	font-family:inherit;
    font-weight: inherit;
    line-height: 18px;
    outline: 0 none;
    position: relative;
    text-decoration: none;
	margin-left: 0;
    padding-left: 20px;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background:none;
    float: left;
    width: 74.8%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
	background: none repeat scroll 0 0 #EEEEEE;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #E3E3E3;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}


h2.resp-tab-active {
    background: #F9F9F9 !important;
}
.resp-easy-accordion  h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #E3E3E3;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #E3E3E3 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}


h2.resp-accordion:first-child {
    border-top: 1px solid #E3E3E3 !important;
}


@media only screen and (max-width: 768px) {
    ul.resp-tabs-list { 
		display: none; 
	}
    h2.resp-accordion { 
		display: block; 
	}
	h2.resp-accordion:hover {
		background:none repeat scroll 0 0 #F9F9F9 !important;
	}	
	
	h2.resp-accordion a {
		font-size:13px;
		color: #777777;
	}
	h2.resp-accordion a:hover {
		color: #777777;
	}
	
	.resp-vtabs .resp-tab-content {
		border:0;
		padding:0;
	}
	
	.resp-tab-content.resp-tab-content-active {
		border: 1px solid #E3E3E3; 
		padding:2em;
	}
	
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed { display:none !important; }
    .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #E3E3E3 !important; }
}
</pre></body></html>