﻿ul.resp-tabs-list {
    margin: 0px 0;
    padding: 0px;
    font-weight:normal;
    display:table;
    width:100%;
}

ul.resp-tabs-list p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}


.resp-tabs-list li {
    display:table-cell;
    text-align:center;
    list-style: none;
    cursor: pointer;
    width:25%;
    
}





.resp-tabs-list .resp-tab-item span label {
    font-weight:normal;
    color: #FFF;
}

   .tabs-radio:nth-of-type(1):checked ~ .resp-tabs-list > li:nth-of-type(1) label, .tabs-radio:nth-of-type(2):checked ~ .resp-tabs-list > li:nth-of-type(2) label, .tabs-radio:nth-of-type(3):checked ~ .resp-tabs-list > li:nth-of-type(3) label, .tabs-radio:nth-of-type(4):checked ~ .resp-tabs-list > li:nth-of-type(4) label, .tabs-radio:nth-of-type(5):checked ~ .resp-tabs-list > li:nth-of-type(5) label {
    color: #503C00;
    background: #E6DEC8;
    display: block;
    padding: 20px 0;
    margin: 0 1px 0 0;
        }

.resp-tabs-list .resp-tab-active span label { 
    color: #333 !important;
}




.resp-tabs-list li, .resp-tabs-list li a  { -webkit-transition:all 300ms linear; -moz-transition:all 300ms linear; -o-transition:all 300ms linear; -ms-transition:all 300ms linear; }



h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none!important;
}

.resp-tab-active {
    border-bottom: none;
    margin-bottom: -1px !important;
   
}

.resp-tab-active {
    border-bottom: none;
   
}

.resp-content-active, .resp-accordion-active {
    display: block;
}



h2.resp-accordion {
    font-size: 14pt;
    border-top: 0px solid #e9e7db;
    margin: 0px;
    font-weight:bold;
    padding: 10px 2%;
}

h2.resp-tab-active {
    border-bottom: 0px solid #e9e7db !important;
    margin-bottom: 0px !important;
    padding: 10px 2% !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e9e7db !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 22%;
    padding:0px;
	margin-top:10px;
}

.resp-vtabs .resp-tabs-list li {
    display:block;
    padding:9px 0px 9px 10px !important;
    margin: 0;
    cursor: pointer;
    float: none;
    list-style:inherit;
    border:#DDD dotted 1px;
    /*background:#FBF7F7;*/
}

.resp-vtabs .resp-tabs-list li:hover { color:#333;   }

.resp-vtabs .resp-tabs-container {
    background-color: #fff;
    float: left;
    width: 78%;
    clear: none;
    position:relative;
    display:table;
    vertical-align:top;
}

.resp-vtabs .resp-tab-content {
    position:relative;
    padding:10px;
}
.resp-vtabs .resp-tab-content p{line-height:15pt; color:#888; margin:0 0 10px 0px;}
.resp-vtabs .resp-tab-content h2 { font-size:15pt; margin-bottom:10px;   }
.resp-vtabs li.resp-tab-active {
    border-right: none;
    position: relative;
    z-index: 1;
    color:#665a75;
    font-weight:bold;
}

.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 #00609D;
}

h2.resp-tab-active span.resp-arrow {border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 9px solid #FFF;}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background-color:#1e4480 !important;
	/*font-size:14px;*/
    color:#FFF;

}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
        color:#333;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #e9e7db;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #e9e7db !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block!important;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #e9e7db !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (min-width: 768px) {
    .resp-tabs-list{text-transform:uppercase;}
}
@media only screen and (max-width: 768px) {
    /*ul.resp-tabs-list {
        display: none;
    }*/


    h2.resp-accordion {
        /*display: block;*/
        width: inherit;
        font-size: 105% !important;
        border-bottom: 1px solid #DDD;
        text-transform: uppercase;
        padding: 15px !important;
    }

    h2.resp-tab-active {
    color:#FFF;
}

    .resp-vtabs .resp-tab-content {
        border: 1px solid #e9e7db;
        border-top:none;
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
        padding:0%;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #e9e7db !important;
    }



}

.resp-tabs-list .resp-tab-item{position:relative;}
.tab-list a,.resp-tabs-list span{display:block;outline:none!important; text-align:center; border:0!important; position:relative; text-decoration:none; color:#333 }
.tab-list a:hover, .resp-tabs-list span:hover{color:#054682!important;}
.resp-tabs-list span{-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;transition: all .3s ease 0s;}
.tab-list a:after, .resp-tabs-list .resp-tab-item:after {-webkit-transition: all .3s ease 0s;-o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0%;
    background: var(--bs-primary);
    content: '';
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-left: #ddd 1px solid;
}
.tab-list a span,
.resp-tabs-list span{position:relative; z-index:2;}
.tab-list a.active:after,.resp-tabs-list .resp-tab-active:after {height: 3px;}
.tab-list a.active,
.resp-tabs-list .resp-tab-active span{font-weight:bold!important; color:#054682}
.shrink{-webkit-box-shadow:0px 3px 18px -1px rgba(0,0,0,0.2);-moz-box-shadow:0px 3px 18px -1px rgba(0,0,0,0.2);box-shadow:0px 3px 18px -1px rgba(0,0,0,0.2);}
.tab-list a.scrollspy{text-decoration:none!important;position:relative;}
.tab-list a.scrollspy span{padding:25px 0!important;}
@media (min-width:768px) {
.shrink .tab-list a.scrollspy span{padding:15px 0!important;}
}
.tab-list a.scrollspy.active span{color:#FFF!important}
.tab-list a.scrollspy.active:before{content:''; position:absolute; bottom:-10px;margin:0 auto; border-top:#054682 10px solid; border-left:transparent 10px solid; border-right:transparent 10px solid;}
.tab-list a.scrollspy.active:after{background:#054682!important; }
.tab-list li:last-child a.scrollspy:after{height:0;}
.tab-list li:last-child a.scrollspy.active span{color:#333!important;}
.shrink .tab-list li:last-child a.scrollspy.active:after{height:100%!important;}
.shrink .tab-list li:last-child a.scrollspy.active span{color:#FFF!important;}
.tab-list li:last-child a.scrollspy.active:before{opacity:0;}
.shrink .tab-list li:last-child a.scrollspy.active:before{opacity:1;}
@media (min-width:768px) {
.tab-list a,
.resp-tabs-list span{ padding:20px 0!important;}
.nav-tabs{top:100px;}
.tab-list a.scrollspy,
.shrink .tab-list a.scrollspy{padding:0!important;}
.shrink .tab-list a,
.shrink .resp-tabs-list span{padding:15px 0 !important; }
}
@media (max-width:767px) {
.tab-list a,.resp-tabs-list span{font-size:12pt; padding:15px 0!important;}
.nav-tabs{top:80px;}
.shrink .tab-list a,
.shrink .resp-tabs-list span{padding:5px 0 !important; font-size:11pt;}
.tab-list a.scrollspy.active:before{bottom:-8px;}

.tab-list a.scrollspy span{padding:0!important;font-size: 12pt!important;}
.tab-list a.scrollspy{padding:15px 6px!important;text-transform:none!important;}
.shrink .tab-list a.scrollspy{padding:10px 6px!important; }
}

@media (max-width:480px) {
.tab-list a.scrollspy span{padding:0!important;font-size: 11pt!important;}
}