/*
    ================================================================
    The following section overrides the Twitter Bootstrap UI styles
    ================================================================
*/

.carousel-inner {
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.carousel-inner.width75 {
    width: 75%;
}

.carousel-inner .item p {
    padding: 0 30px;
}

.carousel-inner .item {
    margin: 0 auto;
    padding: 0;
    height: auto; /*text-align: left;*/

}

.carousel-inner .item ul li img {
    margin: 0;
}

.carousel-arrow-control {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 40px;
    height: 40px;
    margin-top: -15px;
    font-size: 30px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    background: url(../../img/generic/sprite_arrow01.png) no-repeat 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
}

.carousel-arrow-control.right {
    right: -10px;
    left: auto;
    background: transparent url(../../img/generic/sprite_arrow01.png) no-repeat -45px 0;
}

.carousel-arrow-control:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
}

.wider-carousel {
    width: 85%;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #f15b29;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

/* ========== Discovery Slider Style Carousel ========== */

.discovery-carousel-wrapper {
    /*background: #ffffff;*/
    padding: 10px 47px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 4px;
    border: 0px solid #DBDBDB;
    position: relative;
    margin-bottom: 10px;
}

.box-content .discovery-carousel-wrapper {
    border: none;
}

.discovery-carousel {
    overflow: hidden; /*background:#ffffff;*/
}

.discovery-carousel ul {
    display: block;
}

.discovery-carousel ul li {
    height: 100%;
    float: left;
    display: block;
}

.discovery-carousel ul li a {
    float: left;
    padding: 0;
    display: block;
    border: 1px solid transparent;
}

.discovery-carousel ul li a:hover, .tabCarousel .discovery-carousel ul li a:hover {
    background-color: #ffffff;
    border: 1px solid #04539a;
}

.discovery-carousel ul li a img {
    float: left;
    display: block;
    border: none;
    max-height: 100%;
    max-width: 100%;
}

.discovery-carousel ul li p {
    color: #828282;
    float: left;
    margin: 0;
    margin-left: 5px;
    line-height: 13px;
    height: 40px;
    width: 70%;
    overflow: hidden;
}

.discovery-carousel .nav li a {
    min-height: 40px;
    /*height: 100px;*/
    width: 150px;
    padding: 19px;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    /*position: relative;*/
    background: -ms-linear-gradient(top, #FEFEFE, #CCCCCC);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#CCCCCC));
    background: -webkit-linear-gradient(top, #FEFEFE, #CCCCCC);
    background: -moz-linear-gradient(top, #FEFEFE, #CCCCCC);
    background: linear-gradient(top, #FEFEFE, #CCCCCC);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FEFEFE', endColorstr='#CCCCCC')  progid:DXImageTransform.Microsoft.DropShadow(Color='#FEFEFE', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #666666;
}

.carousel-control.right {
    right: 0px;
    left: auto;
}

.carousel-control:hover, .carousel-control:focus {
    color: #2879d9;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.ui-widget {
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
    color: #555555;
}

.ui-widget-content a {
    color: #555555;
}

.ui-widget-header a {
    color: #222222;
}

.ui-accordion .ui-accordion-content {
    background-color: #FFF;
}

.ui-accordion-icons .ui-accordion-header a, .ui-accordion-icons .ui-accordion-header a:hover {
    padding: 10px;
    text-decoration: none !important;
}

/* Gradient for accordion headers */
.ui-state-default {
    background: #f5f5f5;
    color: #555555;
    border: none;
    border-bottom: 1px solid #dbdbdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* reverse the gradient for the active state */
.ui-state-active {
    background: #f5f5f5;
    /* IE8 */
    color: #f15b29;
    border: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 10px solid #dbdbdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-accordion .ui-accordion-header {
    /*color: red;*/
}

.ui-accordion .ui-state-active:first-child {
    border: none;
}

.ui-accordion:last-child .ui-state-default {
    border: none;
}

/* hide the default accordion image */
.ui-accordion .ui-accordion-header .ui-icon {
    display: none;
    text-indent: 0;
}

.accordion-toggle, .accordion-toggle.collapsed {
    position: relative;
}

.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    right: .5em;
    left: auto;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-header:first-child {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ui-accordion .ui-accordion-header:last-child {
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.ui-accordion .ui-accordion-content {
    border: none;
}

/* ========== debug Metadata pop-up styles ========== */

/* Banner */

.banner-container {
    position: relative;
}

.banner-container .content-banner .carousel-inner {
    width: 100%;
}

.banner-container .content-banner .carousel-control {
    top: 50%;
}

.banner-container .content-banner .carousel-inner .item.active {
    text-align: center;
    margin: 0 auto;
}

.banner-pager {
    position: absolute;
    height: 17px;
    bottom: -8px;
    right: 10px;
    padding: 0 10px;
}

.banner-pager ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.banner-pager ul li {
    display: inline;
}

.banner-pager ul li a {
    background: url(../img/responsive/generic/sprite_indicator_circle.png) no-repeat 0 0;
    height: 17px;
    width: 18px;
    margin-right: 2px;
    display: inline-block;
    cursor: pointer;
}

.banner-pager ul li a:hover {
    background: url(../img/responsive/generic/sprite_indicator_circle.png) no-repeat 0 -16px;
}

.banner-pager ul li a.banner-selected {
    background: url(../img/responsive/generic/sprite_indicator_circle.png) no-repeat 0 -32px;
}

.carousel-inner .item {
    width: 100%;
}

.carousel-control:hover {
    text-decoration: none !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearafter {
    clear: both;
    height: 0;
    visibility: hidden;
}

* html .clearafter {
    height: 1%;
}

a, .ui-widget-content a, .breadcrumb a, .breadcrumb a:visited {
    color: #0088cc;
}

/*-----------Vertical tabs-----------*/

.resp-tabs-container {
    padding: 0px;
    right: 10px;
    margin-top: 0px;
    clear: left;
}

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

.resp-tab-content {
    display: none;
    padding: 15px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 2px solid #05559D;
}

.resp-tab-active {
    border-bottom: none;
}

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

.resp-tab-content {
    border: 1px solid #ddd;
}

h2.resp-accordion {
    font-size: 15px;
    color: rgb(130, 130, 130);
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 0px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 0px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 27%;
}

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

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    border: 1px solid #ddd;
    float: left;
    width: 65%;
    min-height: 450px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #ddd;
    border-right: none;
    background: #f5f5f5;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

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

.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 {
    border-top: 1px solid #c1c1c1 !important;
}

.nav-pills {
    *zoom: 1;
}

.nav-pills:before, .nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-pills:after {
    clear: both;
}

.nav-pills > li {
    float: left;
    margin-left: 13px; /*width:100%;*/
}

.nav-pills > li > a {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: 15px;
    line-height: 14px;
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background: -ms-linear-gradient(top, #FFFFFF, #E4E4E4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E4E4E4));
    background: -webkit-linear-gradient(top, #FFFFFF, #E4E4E4);
    background: -o-linear-gradient(top, #FFFFFF, #E4E4E4);
    background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
    background: linear-gradient(top, #FFFFFF, #E4E4E4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E4E4E4')";
    /* IE8 */
    color: #828282;
}

.nav > li > a:hover {
    text-decoration: none;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #ffffff;
    border: 1px solid #4d7c9a;
    border-left: none;
    background: -ms-linear-gradient(top, #6d92ac, #547a91);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6d92ac), to(#547a91));
    background: -webkit-linear-gradient(top, #6d92ac, #547a91);
    background: -o-linear-gradient(top, #6d92ac, #547a91);
    background: -moz-linear-gradient(top, #6d92ac, #547a91);
    background: linear-gradient(top, #6d92ac, #547a91);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6d92ac', endColorstr='#547a91')"; /* IE8 */
}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer;
}

.nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
}

.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.pill-content > .pill-pane {
    display: none;
}

.pill-content > .active {
    display: block;
}

/*------------------------------------*\
    $GENERAL OVERRIDES
\*------------------------------------*/
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #f15b29;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.supporting-link-button {
    background: #f5f5f5;
    color: #666666 !important;
    border: 1px solid #ddd;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*height: 70px;*/
    height: auto;
    margin-bottom: 10px;
}

.supporting-link-button span {
    padding-top: 3px;
    margin-left: 40px;
    width: 100%;
    position: relative;
    padding-right: 40px;
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    padding-left: 55px;
}

.supporting-link-button img.supporting-link-icon {
    float: left;
    position: relative;
    margin: 5px 5px 0 15px;
}

.supporting-link-button img {
    position: absolute;
    top: 50%;
    right: 0.1em;
    margin-top: -20px;
}

.supporting-link-button br {
    line-height: 1px;
    display: none;
}

.supporting-link-button a {
    display: block;
    padding: 5px 0 3px 5px;
    /*font-size: 16px;*/
    overflow: hidden;
    border: none;
    line-height: 1.5em;
    /*color: #828282;*/
    text-decoration: none !important;
}

.supporting-link-button p {
    padding: 0;
    margin: 0;
}

.supporting-link-button a:hover {
    text-decoration: none !important;
}
