ul.resp-tabs-list {
    overflow: hidden;
    text-align: center;
    text-align-last: center;
    margin-bottom: 0;
    border-bottom: 1px solid #686158;
    position: relative;
    padding-top: 10px;
    margin-bottom: -5px;
}
ul.resp-tabs-list:before {
    content: 'View:';
    text-transform: uppercase;
    padding-right: 25px;
    font-size: 18px;
}

.resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #686158;
    border-right: 0;
    padding: 12px 30px;
    text-transform: uppercase;
    text-indent: 0;
    border-bottom: 0;
    font-size: 18px;
    transition: .2s ease;
}
.resp-tabs-list li:last-child {
    border-right: 1px solid #686158;
}

.resp-tabs-list li:hover {
    background-color: #f8f4ef;
}

.resp-tabs-list li.resp-tab-active {
    background-color: #eeeae6;
}


.resp-tabs-container {
    padding: 0px;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
}

.resp-tab-content ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   line-height: 2em;
   padding-bottom: 1em;
   padding-left: 1em;
   list-style-position: outside;
}
.resp-tab-content ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   line-height: 2em;
   padding-bottom: 1em;
   padding-left: 0;
}
.resp-tab-content ul ul, .resp-tab-content ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
.resp-tab-content ol ol, .resp-tab-content ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}



.resp-content-active, .resp-accordion-active {
    display: block;
}



h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    /* padding: 10px 15px !important; */
}

h2.resp-tab-title:last-child {
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    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: 14px 15px 15px 14px !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: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
}
.resp-arrow::after {
    content: '\e82b';
    font-family: "fontello";
    font-size: 20px;
    font-style: normal;
    speak: none;
    position: absolute;
    display: block;
    text-decoration: inherit;
    width: 1em;
    margin: 0em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    padding: 0;
    right: 3px;
    top: 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}


h2.resp-tab-active span.resp-arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 1px;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background-color: #eeeae6;
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {

}

@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 1000px) {

}

@media only screen and (max-width: 768px) {

    .video-text-wrapper {float: none !important;width: 100% !important;padding-bottom: 2em;padding-right: 0 !important;}
    .video-player-wrapper {float: none !important;width: 100% !important;}

    ul.resp-tabs-list {
        display: none;
    }
    h2.resp-tab-active {
        background-color: #ffffff;
    }
    h2.resp-accordion {
        display: block;
        border-bottom: 1px solid #c7c7c7;
        padding: 20px 12px;
        text-transform: uppercase;
        font-size: 20px;
    }
    h2.resp-accordion:first-of-type {
        border-top: 1px solid #c7c7c7;
    }
    .resp-tab-content {
        border-bottom: 1px solid #c7c7c7;
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .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 #c1c1c1 !important;
    }
}
