﻿ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
	font-family: 'EbrimaBold', sans-serif;
    font-size: 12px;
    display: inline-block;
    padding: 15px 15px;
    margin: 0 0 0 2px;
    list-style: none;
    cursor: pointer;
    float: left;
	text-transform:uppercase;
	background:url(../images/ln.gif) 100% 50% no-repeat	;
	font-stretch:condensed\9;font-weight:700\9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.resp-tabs-list li {
    font-size: 16px;
	font-stretch:condensed;font-weight:700;
}
}
.resp-tabs-list li:first-child{ margin-left:15px; }
.resp-tabs-list li:last-child{ background:none}

{ background:url(../images/ln.gif) -50% 50% no-repeat	}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	margin:0 15px
}
.resp-tabs-container p{ font-size:12px; color:#5d5d5d; font-family:arial; font-weight:300; line-height:20px; margin:5px 10px 20px 10px; text-align:justify}
.resp-tabs-container b{color:#2aa5ad}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px 15px;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 5px 15px;
	background:url(../images/actarwup.png) 50% 100% no-repeat, url(../images/ln.gif) 100% 50% no-repeat !important;
}
.resp-tab-active:last-child{ background:url(../images/actarwup.png) 50% 100% no-repeat !important;}
.resp-tab-active {
    border-bottom: none;
    background-color: #fff !important;
	color:#2aa5ae !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border-top: 2px solid #2AA5AE;
	text-transform:none; font-family:Arial, Helvetica, sans-serif; font-weight:700; font-size:12px;
}
.resp-tab-content table{ width:100%}
.resp-tab-content td{ border-bottom:1px dashed #a0a0a0;border-top:1px dashed #a0a0a0; padding:10px; text-align:left}
.resp-tab-content td:last-child{ text-align:right}
h2.resp-accordion {
    font-size: 13px;
    border-top: 1px solid #2AA5AE;
    border-bottom: 1px solid #2AA5AE;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
}
.resp-tabs-container h1{font-family: 'EbrimaBold', sans-serif;font-size: 20px; color:#20a7c3; margin:0; padding:0}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #FFCD00 !important; font-size:16px
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #2DA3AD;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border-bottom: 1px solid #2aa5ad;
        border-top: 1px solid #2aa5ad;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;border-top: 1px solid #2aa5ad;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #2aa5ad !important;
    }
}
