@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Thin.eot);
    src: url(../fonts/Lato-Thin.woff) format("woff"),url(../fonts/Lato-Thin.ttf) format("truetype"),url(../fonts/Lato-Thin.svg) format("svg");
    font-style: normal;
    font-weight:100;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-ThinItalic.eot);
    src: url(../fonts/Lato-ThinItalic.woff) format("woff"),url(../fonts/Lato-ThinItalic.ttf) format("truetype"),url(../fonts/Lato-ThinItalic.svg) format("svg");
    font-style: italic;
    font-weight: 100;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Light.eot);
    src: url(../fonts/Lato-Light.woff) format("woff"),url(../fonts/Lato-Light.ttf) format("truetype"),url(../fonts/Lato-Light.svg) format("svg");
    font-style: normal;
    font-weight: 300;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-LightItalic.eot);
    src: url(../fonts/Lato-LightItalic.woff) format("woff"),url(../fonts/Lato-LightItalic.ttf) format("truetype"),url(../fonts/Lato-LightItalic.svg) format("svg");
    font-style: italic;
    font-weight: 300;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Regular.eot);
    src: url(../fonts/Lato-Regular.woff) format("woff"),url(../fonts/Lato-Regular.ttf) format("truetype"),url(../fonts/Lato-Regular.svg) format("svg");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Bold.eot);
    src: url(../fonts/Lato-Bold.woff) format("woff"),url(../fonts/Lato-Bold.ttf) format("truetype"),url(../fonts/Lato-Bold.svg) format("svg");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-BoldItalic.eot);
    src: url(../fonts/Lato-BoldItalic.woff) format("woff"),url(../fonts/Lato-BoldItalic.ttf) format("truetype"),url(../fonts/Lato-BoldItalic.svg) format("svg");
    font-style: italic;
    font-weight: 700;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-Black.eot);
    src: url(../fonts/Lato-Black.woff) format("woff"),url(../fonts/Lato-Black.ttf) format("truetype"),url(../fonts/Lato-Black.svg) format("svg");
    font-style: normal;
    font-weight: 900;
    font-display: swap
}
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato-BlackItalic.eot);
    src: url(../fonts/Lato-BlackItalic.woff) format("woff"),url(../fonts/Lato-BlackItalic.ttf) format("truetype"),url(../fonts/Lato-BlackItalic.svg) format("svg");
    font-style: italic;
    font-weight: 900;
    font-display: swap
}
#parentHorizontalTab {
    margin-top: 0;
    width: 100%;
    float: left
}

.select-para {
    background: rgba(210,239,240,.9);
    padding: 60px 40px 40px;
    border-bottom: 5px solid #16777b;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0
}

.resp-tabs-list {
    margin: 17px 0;
    padding: 0;
    width: 100%;
    float: left
}

    .resp-tabs-list li {
        font-size: 15px; /*22px*/
        display: inline-block;
        padding: 5px 50px;
        margin: 0 30px 0 0;
        list-style: none;
        cursor: pointer;
        float: left;
        background: #fff;
        border-radius: 20px;
        color: #767676;
        position: relative;
        font-family: 'Lato',sans-serif
    }

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    width: 100%;
    float: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 55px 0
}

.resp-tab-active:after {
    content: "";
    position: absolute;
    bottom: -25px;
    z-index: 0;
    left: 50%;
    border-top: 14px #838386 solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -15px
}

.resp-tabs-list li.resp-tab-active {
    border-bottom: none;
    background: var(--burgundy);
    color: #fff
}

.resp-accordion-active, .resp-content-active {
    display: block
}

.resp-tab-content {
    height: auto;
    width: 100%;
    float: left
}

h2.resp-accordion {
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px !important;
    background: var(--burgundy);
    color: #fff
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: #00f
}

.resp-vtabs h3 {
    margin: 15px 0 30px 0 !important;
    padding-left: 15px !important
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 27%;
    padding: 0 40px 0 15px
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 0 3px;
    margin: 0 0 20px 0;
    cursor: pointer;
    float: left;
    width: 100%;
    border-radius: 25px;
    color: #767676;
    background: #f2f2f2;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 35px
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    float: left;
    width: 71%;
    height: 100%;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding: 0 0;
    background: #fff;
    height: auto
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    background: var(--burgundy);
    color: #fff
}

    .resp-vtabs li.resp-tab-active:after {
        display: none
    }

    .resp-vtabs li.resp-tab-active:before {
        content: '\f0da';
        font-family: FontAwesome;
        display: inline-block;
        position: absolute;
        width: 10px;
        height: 16px;
        top: 28%;
        margin-top: -8px;
        right: -12px;
        /*background: url(../images/right-angel.png) no-repeat center;*/
        transition: all .3s ease-in-out;
        text-decoration: none;
        color: var(--burgundy);
        font-size:22px;
    }

.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 #fff
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff
}

h2.resp-tab-active {
    background: var(--burgundy);
    color: #fff
}

.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
    }

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media (max-width:1023px) and (min-width:768px) {
    .resp-vtabs ul.resp-tabs-list {
        width: 35%
    }

    .resp-vtabs .resp-tabs-container {
        width: 62%
    }
}

@media (max-width:767px) {
    .resp-tab-content {
        height: auto;
        min-height: auto
    }

    .resp-vtabs .resp-tabs-container h2.resp-accordion {
        background: #f1f1f1;
        color: var(--burgundy)
    }

    .resp-vtabs .resp-tab-content {
        height: auto;
        min-height: auto
    }

    .resp-vtabs .resp-tabs-container h2.resp-accordion.resp-tab-active {
        color: var(--burgundy)
    }

    .resp-tab-content {
        padding: 0 0
    }

    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block;
        width: 100%;
        float: left;
        text-transform: uppercase
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1;
        width: 100%
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        height: auto;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

    .resp-tab-active:after {
        display: none
    }

    .resp-vtabs .resp-tabs-container .resp-arrow {
        content: '';
        display: inline-block;
        position: absolute;
        width: 11px;
        height: 7px;
        top: auto;
        right: 15px;
        margin-top: 10px;
        background: url(../images/arrow_in.png) no-repeat center;
        transition: all .3s ease-in-out;
        text-decoration: none;
        color: transparent;
        border-top: 0
    }

    .resp-vtabs h2.resp-tab-active span.resp-arrow {
        transform: rotate(180deg);
        transition: all .3s ease-in-out;
        border-bottom: 0
    }
}
