 ul.resp-tabs-list, p { margin: 0px; padding: 0px; }
.resp-tabs-list {  width:100%;margin-top:30px!important;  padding: 10px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; text-align: center;    }
.resp-tabs-list li { display: flex; width: auto; padding:5px 20px;  margin:0px 8px; position: relative; background-color:transparent; vertical-align: middle;  list-style: none; text-align: center; font-weight:400; font-size:1rem; line-height:2.5em; cursor: pointer;}
.resp-tabs-list li a{color:#888!important;  }
.resp-tabs-list li a:hover{color: #999;  }
 .resp-tabs-container { padding: 0px; width: 100%; clear: left; }
.resp-tab-content { display: none; padding: 0px; width: 100%; margin: 0px auto; line-height: 1.8em; }
#cms-main .resp-tab-active { color: #000;     }
#cms-main .resp-tab-active a { color: #000!important;    }
 
.resp-content-active, .resp-accordion-active { display: block;  }
.resp-tab-content { padding:5vh 0px; }
h2.resp-accordion { width: 100%; margin:0px auto; padding:4px 15px;  font-size:1rem; line-height:1.75em; color:#23262a; display: none; cursor: pointer; font-weight: 700!important; text-align: center;  background-color:#fff; border-bottom:1px #dce0e4 solid; }
h2.resp-tab-active {  color: #fff!important; }
h2.resp-tab-title:last-child { border-bottom: 12px solid #c1c1c1 !important; background: rgba(201,214,223,.9); }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list { float: left; width: 30%; }
.resp-vtabs .resp-tabs-list li { display: block; padding:10px 15px !important; margin: 0 0 4px; cursor: pointer; float: none; }
.resp-vtabs .resp-tabs-container { padding: 0px;  border: 1px solid #c1c1c1; float: left; width: 68%; min-height: 250px; border-radius: 4px; clear: none; }
.resp-vtabs .resp-tab-content { border: none; word-wrap: break-word; }
.resp-vtabs li.resp-tab-active { position: relative; z-index: 1; margin-right: -1px !important; padding:15px !important; border-top: 1px solid; border: 1px solid #5AB1D0 !important; border-left: 4px solid #5AB1D0 !important; margin-bottom: 4px !important; border-right: 1px #FFF solid !important; }
.resp-arrow { width: 0; height: 0; float: right; margin-top:10px; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 12px solid #ea5506; }
h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #10376b; }
/*-----------Accordion styles-----------*/
h2.resp-tab-active {  margin:2px auto; padding:8px 15px!important; background:#f9f9f9!important; color:#ddd !important; }
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-easy-accordion .resp-tab-content { border: 1px solid #454b4f; }
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #454b4f;/* !important;*/ }
.resp-jfit { width: 100%; margin: 0px; }
.resp-tab-content-active { display: block; }
h2.resp-accordion:first-child { border-top: 1px solid #dce0e4;}

@media only screen and (max-width: 1160px) {
.resp-tabs-list li { padding: 10px 5px;}
 }
/*@media only screen and (max-width: 999px) {
    #cms-main .resp-tab-active {color: #fff;}   
ul.resp-tabs-list { display: none; }
h2.resp-accordion { display: block; width: 100% !important;   }
.resp-vtabs .resp-tab-content { border: 1px solid #fff;  }
.resp-tab-content{ padding:1% 2%!important;}
.resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: 100px; clear: none; }
.resp-accordion-closed { display: none !important; }
.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #fff !important; }
}*/