﻿ 
 ul.resp-tabs-list{
    margin:0;
    padding:0px ;
	width:100%;
	float:left;
	text-align:center;
	

}

 .resp-tabs-list li{
    font-size:20px;
    display:inline-block;
    line-height:normal;
    padding:20px 40px;
	/*font-family: 'Marcellus', serif;*/
    margin:0;
    list-style:none;
    cursor:pointer;
	font-family:var(--heading-font-medium);
    -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%;
  
	
}
 h2.resp-accordion{
    cursor:pointer;
    padding:5px;
    display:none;
	background-color:var(--secondary-color);
}
 .resp-tab-content{
    display:none;
    overflow:auto;
	width:100%;
	min-height:400px;
	border-top:1px dashed #fff;
	 
 
 
}
 .resp-tab-active{
    border-bottom:none;
	position:relative;
    color:var(--tertiary-color) !important;
 
}
 .resp-tab-active:after{
 	 width:1px;
	 height:40px;
	 position:absolute;
 	 left:50%;
	 bottom:-40px;
 	 content:'';
	 background-color:#fff;
 	 z-index:5;
 }
 
 
  .resp-tab-active:before{
	width:6px;
	height:6px;
	margin-left:-2px;
	position:absolute;
	left:50%;
	bottom:-50px;
	content:'';
	z-index:5;
	background-color:#fff;
	outline-offset: 4px;
	outline:1px solid #fff;
	border-radius: 50%;
 
	  }
  
 .resp-content-active, .resp-accordion-active{
    display:block;
    color:#BF9731 !important;
	 
}

 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:30%;
    float:left;
    background-color:#143A5E;
    color:#fff;
    padding:25px;
}
 .resp-vtabs .resp-tabs-list li{
    display:block;
    padding:10px 0 !important;
    margin:0;
    cursor:pointer;
    float:none;
}
 .resp-vtabs .resp-tabs-list li span{
    width:25px;
    height:1px;
    display:inline-block;
    background-color:#fff;
    margin:0 6px;
    top:-5px;
    position:relative;
}
 .resp-vtabs .resp-tabs-container{
    float:left;
    width:70%;
    padding:0;
    clear:none;
    padding:0 50px;
}
 .resp-vtabs .resp-tab-content{
    border:none;
    padding:0 40px;
}
 .resp-vtabs li.resp-tab-active{
    border-right:none;
    position:relative;
    z-index:1;
    margin-right:0px !important;
    padding:10px 8px !important;
    color:#fff;
    position:relative;
}
 .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 #FFF;
}
 h2.resp-tab-active span.resp-arrow{
    border:none;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:9px solid #FFF;
}
 h2.resp-tab-active{
    background:var(--tertiary-color);
	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){
   
   .resp-tab-content{
     width:100%;
     display:block;			 
    }
	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;
    }
     .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;*/
    }
}
 
