﻿ .resp-tabs-container .lined{
    font-size:14px;
    font-weight:600;
}
 ul.resp-tabs-list{
    margin:0;
    padding:0px;
}
 .resp-tabs-list li{
    font-size:14px;
    text-transform:uppercase;
    display:inline-block;
    line-height:normal;
    padding:10px 15px;
    margin:0;
    list-style:none;
    cursor:pointer;
    float:left;
    font-weight:500;
    -webkit-transition:all 300ms ease-in-out;
    -moz-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
 .tab{
    display:block;
    clear:both;
    width:100%;
    float:left;
}
 h2.resp-accordion{
    cursor:pointer;
    padding:5px;
    display:none;
}
 .resp-tab-content{
    display:none;
    padding:0 50px;
    overflow:auto;
}
 .resp-tab-active{
    border-bottom:none;
    color:#FFF !important;
}
 .resp-content-active, .resp-accordion-active{
    display:block;
    color:#FDAB19 !important;
}
 .resp-tab-content{
    width:100%;
    float:left;
}
 h2.resp-accordion{
    font-size:13px;
    margin:-1px 0 0 0;
    padding:10px 15px;
    border:1px solid #E0E0E1;
}
 h2.resp-tab-active{
}
 .resp-vtabs ul.resp-tabs-list{
    width:25%;
    float:left;
    background-color:#212F69;
    color:#fff;
 
}
 .resp-vtabs .resp-tabs-list li{
    display:block;
    padding:15px 25px !important;
    margin:0;
    cursor:pointer;
	border-bottom:1px solid rgba(255, 255,255,0.2);
    float:none;
}
 
 .resp-vtabs .resp-tabs-container{
    float:left;
    width:75%;
    padding:0;
    clear:none;
}
 .resp-vtabs .resp-tab-content{
    border:none;
    padding:0 0 0 40px;
}
 .resp-vtabs li.resp-tab-active{
    border-right:none;
    position:relative;
    z-index:1;
    margin-right:0px !important;
     padding:15px 25px !important;
    color:#fff;
    position:relative;
	background-color:#FF0000;
}
 .resp-arrow{
    width:0;
    height:0;
    float:right;
    margin-top:3px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:9px solid #000000;
}
 h2.resp-tab-active span.resp-arrow{
    border:none;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:9px solid #000000;
}
 h2.resp-tab-active{
    background:#FF0000;
    !important;
    border-left:1px solid #E0E0E1;
    border-top:1px solid #E0E0E1;
    border-right:1px solid #E0E0E1;
    color:#fff !important;
}
 .resp-easy-accordion h2.resp-accordion{
    display:block;
}
 .resp-easy-accordion .resp-tab-content{
    border:1px solid #E0E0E1;
}
 .resp-easy-accordion .resp-tab-content:last-child{
    border-bottom:1px solid #E0E0E1 !important;
}
 .resp-jfit{
    width:100%;
    margin:0px;
}
 .resp-tab-content-active{
    display:block;
}
 h2.resp-accordion:first-child{
    border-top:1px solid #E0E0E1 !important;
}
 @media only screen and (max-width:800px){
    ul.resp-tabs-list{
        display:none;
    }
     h2.resp-accordion{
        display:block;
        width:100%;
        float:left;
        margin:0;
    }
     .resp-vtabs .resp-tab-content{
        width:100%;
        float:left;
        padding:25px 0;
    }
     .resp-vtabs .resp-tabs-container{
        border:none;
        float:none;
        width:100%;
        min-height:initial;
        clear:none;
        padding:0;
        margin-top:0;
        background-color:rgba(255 ,255 ,255, 0.9);
    }
     .resp-accordion-closed{
        display:none !important;
    }
     .resp-vtabs .resp-tab-content:last-child{
        border-bottom:1px solid #E0E0E1 !important;
    }
}
 @media only screen and (max-width:640px){
    .resp-tab-content{
        padding:30px 0;
        margin:0 0 25px 0;
    }
     .resp-tabs-container h2{
        font-size:12px;
        line-height:14px;
    }
}
