/* REQUIRED for core functionality */
.responsive-tabs__heading {
    display: none;
}

.responsive-tabs__list__item {
    display: inline;
    cursor: pointer;
}

@media (max-width: 767px) {
    .responsive-tabs__list {
        display: none;
    }

    .responsive-tabs__heading {
        display: block;
        cursor: pointer;
    }

    .responsive-tabs__panel--closed-accordion-only {
        display: none;
    }
}

@media (min-width: 768px) {
    .responsive-tabs__panel--closed-accordion-only {
        display: block !important;
    }
}
/* END - Required for core functionality */
/* OPTIONAL - Basic Skin */
.responsive-tabs-wrapper {
    clear: both;
    zoom: 1;
}

    .responsive-tabs-wrapper:before,
    .responsive-tabs-wrapper:after {
        content: "";
        display: table;
    }

    .responsive-tabs-wrapper:after {
        clear: both;
    }

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {
    outline: 1px solid #ccc;
}

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus {
    outline: none !important;
}

.responsive-tabs__list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #8a002b;
    margin: 0px;
}

#main .responsive-tabs__list__item {
    display: inline-block;
    position: relative;
    outline: none;
    padding: 0px;
    padding-bottom: 5px;
    margin-right: 16px;
    margin-bottom: 0px;
}

    #main .responsive-tabs__list__item:last-child {
        margin-right: 0px;
    }

    #main .responsive-tabs__list__item:after {
        position: absolute;
        top: inherit;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 0;
        content: "" !important;
        height: 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        background: #8a002b;
        z-index: -1;
    }

.responsive-tabs__list__item:hover {
    color: #8a002b;
    transition: all 0.4s ease-in-out;
}

#main .responsive-tabs__list__item:hover:after {
    height: 3px;
}

.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
    color: #8a002b;
}

#main .responsive-tabs__list__item--active:after {
    height: 4px;
}

#main .two-cols .responsive-tabs-wrapper h1 span {
    font-size: 30px;
    line-height: 30px;
}

#main .two-cols .responsive-tabs-wrapper blockquote {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 0px 0px 0px;
}

.responsive-tabs .carousel {
    float: left;
    width: 62%;
    margin: 0 30px 0 0;
}

#main .responsive-tabs .image {
    border: 0px;
    padding-top: 128px;
}

.responsive-tabs__panel {
    float: left;
    width: 100%;
    padding-top: 38px;
    margin-bottom: 0px;
}

    .responsive-tabs__panel h1 {
        font-size: 40px;
        margin-bottom: 30px;
        padding-left: 60px;
    }

    .responsive-tabs__panel .slide {
        min-height: 360px;
    }

    .responsive-tabs__panel blockquote cite {
        font-family: "Myriad Pro", sans-serif;
        display: block;
        font-style: normal;
        font-weight: 600;
        line-height: 1.7em;
    }

        .responsive-tabs__panel blockquote cite span {
            display: block;
            text-transform: uppercase;
        }

        .responsive-tabs__panel blockquote cite em {
            font-style: normal;
            display: block;
            color: #8a002b;
        }

.responsive-tabs-wrapper blockquote:after,
.responsive-tabs-wrapper blockquote:before {

}

.responsive-tabs-wrapper blockquote:before {

}

.responsive-tabs-wrapper .carousel .btn-area {
    text-align: right;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-controls {
}

.owl-carousel .owl-wrapper {
    position: relative;
}

.owl-carousel {
    float: left;
    position: relative;
    width: 62%;
    margin: 0 30px 0 0;
}

    .owl-carousel .owl-item {
        float: left;
        min-height: 472px;
    }

.owl-buttons {
    text-align: right;
}

    .owl-buttons .owl-next,
    .owl-buttons .owl-prev {
        line-height: 50px;
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: #dbdbdb;
        cursor: pointer;
        font-size: 0px;
        margin: 8px 0 0;
    }

        .owl-buttons .owl-prev:before,
        .owl-buttons .owl-next:before {
            font-family: "icomoon" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 50px;
        }

        .owl-buttons .owl-prev:before {
            content: "\e908";
        }

        .owl-buttons .owl-next:before {
            content: "\e909";
        }

    .owl-buttons div:hover {
        color: #8a002b;
    }

@media (min-width: 768px) {
    .responsive-tabs__list__item {
        font-size: 14px;
    }

    .responsive-tabs__panel .alignright {
        width: 100%;
    }

        .responsive-tabs__panel .alignright img {
            width: 100%;
        }
}

@media (max-width: 1024px) {
    .responsive-tabs__list__item {
        width: auto;
        font-size: 25px;
        padding: 27px 35px;
    }

    #main .responsive-tabs__list__item {
        margin-right: 12px;
    }

    .responsive-tabs__list__item {
        font-size: 14px;
    }

    #main .responsive-tabs .image {
        padding-top: 208px;
    }
}

@media (max-width: 768px) {
    .owl-carousel {
        width: 100%;
        margin: 0 0 30px 0;
    }

    #main .responsive-tabs .image {
        max-width: 500px;
        overflow: visible;
        padding-top: 0px;
        margin: 0 auto;
    }

    .responsive-tabs__list {
        text-align: center;
    }

    #main .responsive-tabs__list__item {
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .responsive-tabs__heading {
        background: #d4d4d4;
        position: relative;
        color: #fff;
        font-size: 20px !important;
        padding: 5px 20px;
        margin-bottom: 10px;
    }

        .responsive-tabs__heading:last-child {
            margin-bottom: 0px;
        }

        .responsive-tabs__heading:after {
            content: "";
            display: block;
            position: absolute;
            right: 20px;
            top: 40%;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #fff;
        }

        .responsive-tabs__heading:hover,
        .responsive-tabs__heading--active:hover {
            background-color: #750126;
            color: #fff;
        }

    .responsive-tabs__heading--active {
        background-color: #750126;
        color: #fff !important;
    }

        .responsive-tabs__heading--active:after {
            border-bottom: 8px solid #fff;
            border-top: 0;
        }

    .responsive-tabs__panel {
        float: none;
        padding-top: 10px;
    }

        .responsive-tabs__panel h1 {
            font-size: 30px;
            padding-left: 40px;
            margin-bottom: 10px;
        }

    #main .two-cols .responsive-tabs-wrapper h1 span {
        font-size: 20px;
    }

    #main .two-cols .responsive-tabs-wrapper blockquote {
        padding: 0px 40px 0px 40px;
    }

    .responsive-tabs-wrapper blockquote:after {
        width: 34px;
        height: 20px;
        left: 0px;
    }

    .responsive-tabs-wrapper blockquote:before {
        width: 34px;
        height: 20px;
        right: 0px;
    }

    .owl-carousel .owl-item {
        min-height: inherit;
    }

    #main .responsive-tabs .image {
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .responsive-tabs__panel h1 {
        font-size: 25px;
    }

    #main .two-cols .responsive-tabs-wrapper blockquote {
        padding: 0px 30px 0px 30px;
    }
}
/* END - Optional - Basic Skin */
@media (max-width: 320px) {
    .responsive-tabs__heading {
        font-size: 19px;
        padding: 3px 10px;
    }

        .responsive-tabs__heading:after {
            right: 10px;
        }

    .responsive-tabs__panel .container {
        padding: 0px;
    }
}
