
/* REQUIRED for core functionality */


.responsive-tabs__heading {
    display: none;
}

.responsive-tabs__list__item {
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 767px) {

    .responsive-tabs {
        border-bottom: solid 1px #555;
    }
    .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-wrapper .responsive-tabs__list {
    font-size: 1.2em;
    margin: 15px 0 0px;
    padding: 0;
    line-height: 1em;
}

.responsive-tabs__list__item {
    padding: 5px 10px;
    margin-right: 10px;
    color:#0072B1;
    font-size: 13px;
    line-height: 11px;

}

.responsive-tabs__list__item--active {
    padding: 8px 10px 6px;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #ddd;
}


.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
    background: #fff;
    border-bottom-color: #fff;
}

.responsive-tabs .responsive-tabs__panel{
    margin:-1px 0 0 0;
    padding: 10px 7px;
    border-top: 1px solid #ddd;
}

@media (max-width: 767px) {



    #responsive-tabs h2 {
        background: linear-gradient(to bottom, #FCFCFC 0%, #E8E8E8 100%) repeat scroll 0 0 transparent;
    }

    #responsive-tabs .responsive-tabs__panel, #responsive-tabs h2 {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #DFDDDE #DFDDDE -moz-use-text-color;
        border-image: none;
        border-style: solid solid none;
        border-width: 1px 1px 0;
        overflow: hidden;
        margin:0;
    }


    #responsive-tabs h2 a.selected {
        background-position: 98% 14px;
    }

    #responsive-tabs h2 a {
        background: url("../images/arrows.png") no-repeat scroll 98% -26px transparent;
        border: 1px solid #FFFFFF;
        color: #000000;
        display: block;
        font-weight: bold;
        padding: 8px 10px;
        text-shadow: 1px 1px 1px #FFFFFF;
        font-size:12px;
    }
    #responsive-tabs h2.responsive-tabs__heading--active a {
        background-position: 98% 14px;
    }
}



/* END - Optional - Basic Skin */
