﻿
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
			font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#63666A;
		line-height:160%;

}

strong {
		font-size:13px;
		color:#63666A;
		font-weight:bold;
		line-height:160%;
}


.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 25px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	background-color:#e87722 ;
	background-image:url(list-arrow.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;

}

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

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
	background-color:#D0D0CE;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
}

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

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

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

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
			background-color:#e87722;
				color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

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


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #ff6f03  !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
				background-color:#f60;

}
.resp-easy-accordion .resp-tab-content {
	background-color:#f60;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 0px solid #c1c1c1 !important;
	background-color:#B1B3B3;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

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

.resp-tab-content-active {
    display: block;
			background-color:#fff;

}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
		background-color:#63666A;

}



/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 600px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

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

    .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 #c1c1c1 !important;
    }
}
