#cms-tab {  vertical-align:top; text-shadow: none; }
ul.resp-tabs-list, p { margin: 0px; padding: 0px; }
.resp-tabs-list {  width:100%; margin:0px; padding: 0px;  text-align: left; background-color:transparent; border-bottom:solid 2px #7d4b9a;  }
.resp-tabs-list li {display: inline-block;width: calc(100%/3 - 5px); padding:3px 2em; margin:0px 1px 0px 0px;   border-width: 1px;background-color: #7d4b9a;
    border-color:#5b3932!important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
     vertical-align: middle;  list-style: none; text-align: center; font-weight:300; font-size:0.938rem; line-height:2.5em; cursor: pointer;}
.resp-tabs-list li a{color: #999;  }
.resp-tabs-list li a:hover{color: #999;  }

.resp-content-active .li a:before {
    content: '';
    border-width: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;border-color: #e15f5f;
}

.resp-tabs-container { padding: 0px; width: 100%; clear: left; position: relative; z-index: 14;}
.resp-tab-content { display: none; padding: 0px; width: 100%; margin: 0px auto; line-height: 1.8em; }
.resp-tab-content p {   }
.resp-tab-active {   color: #fff!important;     }
.resp-content-active, .resp-accordion-active { display: block;  }
.resp-tab-content { padding:5vh 0px; }
h2.resp-accordion {  width: 100%;  margin:2px auto; padding:4px 15px;  font-size:1rem; line-height:1.75em; color:#000; display: none; cursor: pointer; font-weight:400; text-align: left;  background-color:#eee!important; border-bottom:1px #eee solid;}
h2.resp-tab-active { color: #000; }
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 #000; }
h2.resp-tab-active span.resp-arrow { border: none; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 12px solid #fff; }
/*-----------Accordion styles-----------*/
h2.resp-tab-active {  margin:2px auto; padding:8px 15px!important; background:#E84A75!important; color: #fff !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 #eee;}

@media only screen and (max-width: 1160px) {
.resp-tabs-list li { padding: 10px 2em;}
 }
@media only screen and (max-width: 999px) {
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; }
}