/* DUI overrides */
.site-logo {
    background-image: none;
}

.site-header .btn-primary {
    color: #fff;
    border-color: #00468e;
    background-color: #00468e !important;
    background: #00468e !important;
}

.site-header .btn-primary:hover {
    background: #00468e !important;
    background-color: #00468e !important;
    border-color: #00468e !important;
}

.site-header .meganav-top-level ul > li a::before, .site-header .meganav-top-level ul > li a:focus::before, .site-header .meganav-top-level ul > li a:hover::before {
    background-color: #00468e;
}

/* hide the Discovery logo for custom schemes */
#logo-container, .navbar-discovery .container-wrapper .site-logo {
    background: none;
}


/* Blue -   #00468e */
/* Red -    #d71920 */
/* Gray -   #dddddd; */
/* Orange - #f15a22; */


@font-face {
    font-family: 'opensanslight';
    src: url('/static/discovery/fonts/open-sans/light/opensans-light-webfont.eot');
    src: url('/static/discovery/fonts/open-sans/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/static/discovery/fonts/open-sans/light/opensans-light-webfont.woff') format('woff'), url('/static/discovery/fonts/open-sans/light/opensans-light-webfont.ttf') format('truetype'), url('/static/discovery/fonts/open-sans/light/opensans-light-webfont.svg#svgFontName') format('svg'); }

@font-face {
    font-family: 'opensansregular';
    src: url('/static/discovery/fonts/open-sans/regular/opensans-regular-webfont.eot');
    src: url('/static/discovery/fonts/open-sans/regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/discovery/fonts/open-sans/regular/opensans-regular-webfont.woff') format('woff'), url('/static/discovery/fonts/open-sans/regular/opensans-regular-webfont.ttf') format('truetype'), url('/static/discovery/fonts/open-sans/regular/opensans-regular-webfont.svg#svgFontName') format('svg'); }

@font-face {
    font-family: 'opensanssemibold';
    src: url('/static/discovery/fonts/open-sans/semibold/opensans-semibold-webfont.eot');
    src: url('/static/discovery/fonts/open-sans/semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/discovery/fonts/open-sans/semibold/opensans-semibold-webfont.woff') format('woff'), url('/static/discovery/fonts/open-sans/semibold/opensans-semibold-webfont.ttf') format('truetype'), url('/static/discovery/fonts/open-sans/semibold/opensans-semibold-webfont.svg#svgFontName') format('svg'); }

@font-face {
    font-family: 'opensansbold';
    src: url('/static/discovery/fonts/open-sans/bold/opensans-bold-webfont.eot');
    src: url('/static/discovery/fonts/open-sans/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/discovery/fonts/open-sans/bold/opensans-bold-webfont.woff') format('woff'), url('/static/discovery/fonts/open-sans/bold/opensans-bold-webfont.ttf') format('truetype'), url('/static/discovery/fonts/open-sans/bold/opensans-bold-webfont.svg#svgFontName') format('svg'); }

@font-face {
    font-family: 'opensansextrabold';
    src: url('/static/discovery/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot');
    src: url('/static/discovery/fonts/open-sans/extrabold/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/discovery/fonts/open-sans/extrabold/opensans-extrabold-webfont.woff') format('woff'), url('/static/discovery/fonts/open-sans/extrabold/opensans-extrabold-webfont.ttf') format('truetype'), url('/static/discovery/fonts/open-sans/extrabold/opensans-extrabold-webfont.svg#svgFontName') format('svg'); }

html {
    background-color: #ffffff;
}

.push {
    margin: 20px !important;
}

.soft {
    padding: 20px !important;
}

#logo-container, .navbar-discovery .container-wrapper .site-logo {
    background: none;
}

#login-search-container {
    display: none;
}

#zone-selector-placeholder, #welcome-name-container, #log-out-container {
    float: left;
}

a, a:hover, a:visited, #mega-nav-inner a:link, #mega-nav-inner a:hover, #mega-nav-inner a:visited, .categoryWithoutSubs a:link, .categoryWithoutSubs a:hover, .categoryWithoutSubs a:visited {
    color: #555555;
}

#mega-nav-inner a:hover, a:hover {
    text-decoration: none;
}

/*temp highlight styles*/
.highlight, .blue-colour {
    color: #00468e;
}

.highlight, .green-colour {
    color: #3c763d;
}

.highlight, .orange-colour {
    color: #a94442;
}

.header-main {
    border-top: 4px solid #ffffff;
}

.top-main {
    background: none;
    background-color: #ffffff;
}

.header-top {
    padding-top: 0;
}

.desktop-login .btn-primary {
    color: #fff !important;
    background: #00468e !important;
    border-color: #00468e !important;
    font-weight: normal !important;
}

.btn-group .btn-primary,
.btn-primary,
.btn-corporate,
.header-top .btn-corporate,
.header-top .btn-corporate, .navigation-main .btn-corporate {
    color: #fff !important;
    background: #00468e !important;
    border-color: #00468e !important;
    font-weight: normal !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.btn-group .btn-primary:hover,
.btn-primary:hover,
.btn-corporate:hover,
.header-top .btn-corporate:focus,
.header-top .btn-corporate:active,
.header-top .btn-corporate:hover,
.open > .header-top .btn-corporate.dropdown-toggle,
.header-top .btn-group.open .btn.dropdown-toggle,
.navigation-main .btn-corporate:hover,
.navigation-main .btn-corporate:focus,
.navigation-main .btn-corporate:active,
.open > .navigation-main .btn-corporate.dropdown-toggle,
.navigation-main .btn-group.open .btn.dropdown-toggle {
    color: #fff !important;
    background: #00468e !important;
    border-color: #00468e !important;
    font-weight: normal !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

.header-top .btn, .navigation-main .btn {
    border-radius: 0;
}

.meganav-container .product-inner-nav ul li a,
.meganav-container .product-inner-nav ul li a:hover,
.meganav-container .product-inner-nav ul li a:visited {
    color: #333333;
    text-decoration: none;
}

.meganav-container .product-inner-nav ul li a:hover {
    text-decoration: underline;
}

.navbar-discovery > .container-fluid .site-logo {
   line-height: 40px;
   height: 70px;
   background: transparent url("../#{$discovery-img-path}/individual/health/schemes/bankmed/bankmed.png") no-repeat center;
   width: 175px;
}
.navbar {
    background-color: #00468e;
    border:none;
    border-radius: 0;
    border-bottom: 4px solid #d71920;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navbar-discovery .navbar-nav > li > a {
    border-bottom: 2px solid #00468e;
}
.navbar-discovery .navbar-nav > li > a {
    color: #fff;
    text-shadow: none!important;
    text-transform: uppercase;
}
.navbar-discovery .navbar-nav > li > a:hover,
.navbar-discovery .navbar-nav > li > a:focus,
.navbar-discovery .navbar-nav > li > a.current-ancestor,
.navbar-discovery .navbar-nav > li > a.mega-active {
    border-bottom: 2px solid #d71920;
    background-color: transparent;
    color: #fff;
}
.navbar-discovery .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-discovery .navbar-toggle {
    background-color:#00468e;
    border-color: #00468e;
    color: #fff;
}

.meganav-container .product-inner-nav ul li.category-clickthrough:before {
    color: #333333;
}

.meganav-container {
    background-color: #f5f5f5;
    border-bottom: 1px solid #333333;
}

#custom-scheme-top-container {
    display: block;
    height: 95px;
}

.custom-scheme-logo-container {

}

.custom-scheme-logo2-container {
    height: 95px;
    width: 354px;
    background: transparent url('../../img/responsive/schemes/bankmed/bankmed.png') 0 0 no-repeat;
    float: right;
}

#mega-nav-inner {
    border-top: 4px solid #999999;
    border-bottom: 1px solid #999999;
}

.health-top-level-inner {
    border-top: 4px solid #999999 !important;
    border-bottom: 1px solid #999999 !important;
}

/* anything that requires the product gradient */
#log-out-container,
#logout-btn,
.search-btn,
.login-btn,
.zone-selector,
.product-box h1,
.product-gradient,
.product-gradient th,
.discovery-carousel .nav li.active a,
.side-tabs-content .tabs-left > .nav-tabs > li.active > a,
.side-tabs-content .tabs-left > .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.banner-support-box .box-content .btn-large,
.corporate-sub-nav-wrapper,
.dd-menu li a:hover,
.split-box-header,
.light-grey, h1.gradient2, .gradient2, .gradient2 th, #register-btn-container,
.health-heading,
.available-zones-container ul li a:hover {
    /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background: #fff none !important;
    color: #333333 !important;
    border-bottom: 2px solid #00468e;
}

.side-tabs-content .tabs-left > .nav-tabs > li.active > a,
.side-tabs-content .tabs-left > .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    /* IE8 */
    background: #999999 none !important;
    color: #333333 !important;
    border-radius: 0;
}

/*Tabs for functionality */
.tabbed_area {
    border-bottom: 0;
}

#tabnav_secondary li a.current,
.tabnav_secondary li a.current,
#tabnav_secondary li #current,
.tabnav_secondary li #current,
#tabnav_secondary li a.current:hover,
.tabnav_secondary li a.current:hover,
#tabnav_secondary li a#current:hover,
.tabnav_secondary li a#current:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background: #999999 none !important;
    color: #333333 !important;
}

#tabnav_secondary, .tabnav_secondary {
    padding: 0;
    margin: 8px 0 0;
    position: relative;
}

#tabnav_secondary li a, .tabnav_secondary li a {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#tabnav_secondary li, .tabnav_secondary li {
    list-style: none;
    display: inline;
}

#tabnav_secondary li a, .tabnav_secondary li a {
    padding: 7px;
    text-decoration: none;
    white-space: nowrap;
}

#tabnav_secondary li a, .tabnav_secondary li a, #tabnav_secondary li a:visited, .tabnav_secondary li a:visited {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    white-space: nowrap;
    color: #555555 !important;
    background: #f8f8f8 !important;
    background: -ms-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -moz-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: linear-gradient(top, #f8f8f8, #f8f8f8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#f8f8f8') progid:DXImageTransform.Microsoft.DropShadow(Color='#f8f8f8', OffX=0, OffY=0)" !important; /* IE8 */
    display: inline-block;
    text-decoration: none;
}

#tabnav_secondary li a:hover, .tabnav_secondary li a:hover {
    color: #333333 !important;
    white-space: nowrap;
    text-decoration: none;
    background: #dddddd !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

#tabnav_secondary li a.current, .tabnav_secondary li a.current, #tabnav_secondary li #current, .tabnav_secondary li #current {
    color: #333333 !important;
    background: #ddd !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

#tabnav_secondary li a.current:hover, .tabnav_secondary li a.current:hover, #tabnav_secondary li a#current:hover, .tabnav_secondary li a#current:hover {
    cursor: default;
    color: #333333 !important;
    background: #ddd !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

#tabnav_secondary li.current a:hover, .tabnav_secondary li.current a:hover {
    cursor: default;
    text-decoration: none
}

#tabnav_secondary li #text, .tabnav_secondary li #text {
    padding-right: 0;
    display: inline;
}

/* anything that requires the product gradient */
h1.light-box {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)" !important;
    background: #f8f8f8 none !important;
    color: #555555 !important;
    font-weight: bold;
}

#log-out-container {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.footer-main {
    border-top: 0;
}
/*.footer-bottom-main {*/
    /*background: transparent !important;*/
/*}*/

.footer-box .box-content .more-information a {
    text-decoration: underline;
}

#main-container {
    background-image: none;
    background: #ffffff !important;
}

#footer-bottom-content, #footer-bottom-content a, #footer-bottom-content a:hover, #footer-bottom-content a:visited {
    color: #ffffff !important;
}

#footer-bottom-content a:hover {
    text-decoration: none;
}

.zone-selector {
    display: inline-block;
    position: relative;
    padding: 5px 23px 5px 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    clear: both;
    text-decoration: none;
    background-color: #00468e;
    margin-left: 10px;
}

.zone-selector #selector-divider {
    background-color: #eeeeee;
}

#product-nav li > a {
    color: #333333 !important;
}

#product-nav li.has-product a:before {
    content: " ";
}

#product-nav li a.health-top-level:before {
    color: #ffffff;
}

#product-nav li a.health-top-level, #product-nav li a.my-discovery-top-level {
    background: #999999 !important;
    color: #FFFFFF !important;
}

.maps-print-logo-row {
    border-top: none !important;
}

.current-ancestor {
    border-bottom: none;
}

.current-top-level {
    background-color: #333333;
    color: #ffffff !important;
}

#product-nav li a.current-top-level, a.current-top-level, a.current-top-level {
    color: #ffffff !important;
}

.stepnumber {
    background-color: #333333;
    border-radius: 5px 0 0 5px;
    float: left;
    margin-right: 25px;
    font-weight: bold;
}

.stepnumber p {
    padding: 10px 7px 12px 12px;
    color: #ffffff;
    float: left;
}

.stepnumber span {
    width: 0;
    height: 0;
    float: left;
    border-top: 27px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 15px solid #000;
    margin-right: -25px;
    -moz-transform: scaleY(1.5);
    -moz-transform: scaleX(1.1);
    -moz-transform-origin: left;
}

.steps {
    background-color: #dddddd;
}

.noted, .alert.alert-info h4, .alert.alert-success h4, .alert.alert-error h4 {
    border: none;
}

.alert.alert-info img, .alert.alert-success img, .alert.alert-error img,
.alert.alert-info i, .alert.alert-success i, .alert.alert-error i {
    display: none;
}

.noted a, .alert a, .alert.alert-info a, .alert.alert-success a, .alert.alert-error a,
.noted a:hover, .alert a:hover, .alert.alert-info a:hover, .alert.alert-success a:hover, .alert.alert-error a:hover,
.noted a:visited, .alert a:visited, .alert.alert-info a:visited, .alert.alert-success a:visited, .alert.alert-error a:visited {
    text-decoration: underline;

}

.noted {
    background-color: #ffffff;
    color: #555555;
    border: #00468e solid 1px;
}

.btn-large {
    /*color: #ffffff;*/
    text-shadow: none;
    margin-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0 solid #dddddd;
    padding: 8px !important;
}

.btn-large:hover, .btn-blue:hover, .btn.product-gradient:hover, .btn.product-gradient:visited, a.product-gradient:hover, a.product-gradient:visited {
    background: #dddddd !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;

    /* IE8 */
    color: #ffffff !important;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;

    background: #dddddd;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;

    border: 0;
    *border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    *zoom: 1;
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #bfbfbf;

}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #555555;
    background-color: #dddddd;
    *background-color: #dddddd;
}

.btn:active,
.btn.active {
    background-color: #dddddd \9;
}

/*.btn-primary.active,*/
/*.btn-warning.active,*/
/*.btn-danger.active,*/
/*.btn-success.active,*/
/*.btn-info.active,*/
/*.btn-inverse.active {*/
/*color: rgba(255, 255, 255, 0.75);*/
/*}*/

.btn-danger {
    color: #333333;
    background: #a94442 none;
    border-color: #a94442;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #555555 !important;
    background-color: #a94442;
    *background-color: #a94442;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #a94442 \9;
}

.btn-success {
    color: #555555 !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    background-color: #3c763d;
    *background-color: #3c763d;
    background-image: -moz-linear-gradient(top, #3c763d, #3c763d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c763d), to(#3c763d));
    background-image: -webkit-linear-gradient(top, #3c763d, #3c763d);
    background-image: -o-linear-gradient(top, #3c763d, #3c763d);
    background-image: linear-gradient(to bottom, #3c763d, #3c763d);
    background-repeat: repeat-x;
    border-color: #3c763d #3c763d #3c763d;
    border-color: rgba(148, 198, 80, 0.1) rgba(148, 198, 80, 0.1) rgba(148, 198, 80, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c763d', endColorstr='#3c763d', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #555555 !important;
    background-color: #3c763d;
    *background-color: #3c763d;
}

.btn-success:active,
.btn-success.active {
    background-color: #3c763d \9;
}

.btn-warning {
    color: #f0ad4e !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    background-color: #fcf8e3;
    *background-color: #fcf8e3;
    background-image: -moz-linear-gradient(top, #fcf8e3, #fcf8e3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcf8e3), to(#fcf8e3));
    background-image: -webkit-linear-gradient(top, #fcf8e3, #fcf8e3);
    background-image: -o-linear-gradient(top, #fcf8e3, #fcf8e3);
    background-image: linear-gradient(to bottom, #fcf8e3, #fcf8e3);
    background-repeat: repeat-x;
    border-color: #f0ad4e #f0ad4e #f0ad4e;
    border-color: rgba(255, 255, 62, 0.1) rgba(255, 255, 62, 0.1) rgba(255, 255, 62, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#f0ad4e', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #555555 !important;
    background-color: #f0ad4e;
    *background-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #f0ad4e \9;
}

.btn-info {
    color: #ffffff !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    background-color: #00468e;
    *background-color: #00468e;
    background-image: -moz-linear-gradient(top, #00468e, #00468e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00468e), to(#00468e));
    background-image: -webkit-linear-gradient(top, #00468e, #00468e);
    background-image: -o-linear-gradient(top, #00468e, #00468e);
    background-image: linear-gradient(to bottom, #00468e, #00468e);
    background-repeat: repeat-x;
    border-color: #00468e #00468e #00468e;
    border-color: rgba(0, 39, 118, 0.1) rgba(0, 39, 118, 0.1) rgba(0, 39, 118, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00468e', endColorstr='#00468e', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff !important;
    background-color: #00468e;
    *background-color: #00468e;
}

div.hopscotch-bubble .hopscotch-nav-button.next,
.hopscotch-actions .hopscotch-nav-button.next {
    background: #555555 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    border: 1px solid #555555 !important;
    border-radius: 0;
}

div.hopscotch-bubble h3.hopscotch-title {
    font-weight: bold !important;
    color: #555555 !important;
}

.goldtext, .goldText {
    color: #00468e;
}

.btn-info:active,
.btn-info.active {
    background-color: #00468e \9;
}

.btn-danger-ghost {
    color: #999999 !important;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #a94442 #a94442 #a94442;
    border-color: rgba(255, 255, 62, 0.1) rgba(255, 255, 62, 0.1) rgba(255, 255, 62, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #a94442;
}

.btn-danger-ghost:hover,
.btn-danger-ghost:focus,
.btn-danger-ghost:active,
.btn-danger-ghost.active,
.btn-danger-ghost.disabled,
.btn-danger-ghost[disabled] {
    color: #a94442 !important;
    background-color: #ffffff;
    *background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
}

.btn-danger-ghost:active,
.btn-danger-ghost.active {
    background-color: #ffffff \9;
}

.btn-success-ghost {
    color: #999999 !important;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    *background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #3c763d #3c763d #3c763d;
    border-color: rgba(148, 198, 80, 0.1) rgba(148, 198, 80, 0.1) rgba(148, 198, 80, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #3c763d;
}

.btn-success-ghost:hover,
.btn-success-ghost:focus,
.btn-success-ghost:active,
.btn-success-ghost.active,
.btn-success-ghost.disabled,
.btn-success-ghost[disabled] {
    color: #3c763d !important;
    background-color: #ffffff;
    *background-color: #ffffff;
}

.btn-success-ghost:active,
.btn-success-ghost.active {
    background-color: #ffffff \9;
}

.btn-warning-ghost {
    color: #999999 !important;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    *background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #f0ad4e #f0ad4e #f0ad4e;
    border-color: rgba(255, 255, 62, 0.1) rgba(255, 255, 62, 0.1) rgba(255, 255, 62, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning-ghost:hover,
.btn-warning-ghost:focus,
.btn-warning-ghost:active,
.btn-warning-ghost.active,
.btn-warning-ghost.disabled,
.btn-warning-ghost[disabled] {
    color: #f0ad4e !important;
    background-color: #ffffff;
    *background-color: #ffffff;
}

.btn-warning-ghost:active,
.btn-warning-ghost.active {
    background-color: #ffffff \9;
}

.btn-info-ghost {
    color: #999999 !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    *background-color: #ffffff;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    background-repeat: repeat-x;
    border-color: #00468e #00468e #00468e;
    border-color: rgba(0, 39, 118, 0.1) rgba(0, 39, 118, 0.1) rgba(0, 39, 118, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #00468e;
}

.btn-info-ghost:hover,
.btn-info-ghost:focus,
.btn-info-ghost:active,
.btn-info-ghost.active,
.btn-info-ghost.disabled,
.btn-info-ghost[disabled] {
    color: #00468e !important;
    background-color: #ffffff;
    *background-color: #ffffff;
}

.btn-info-ghost:active,
.btn-info-ghost.active {
    background-color: #00468e \9;
}

.btn-blue {
    background: -moz-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00468e), color-stop(100%, #00468e));
    background: -webkit-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: -o-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: -ms-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: linear-gradient(top, #00468e 0%, #00468e 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00468e', endColorstr='#00468e') progid:DXImageTransform.Microsoft.DropShadow(Color='#FFFFFF', OffX=0, OffY=0)" !important;
    /* IE8 */
    background: #00468e;
    color: #FFFFFF !important;
    text-shadow: none;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue:visited,
.btn-blue.disabled,
.btn-blue[disabled] {
    background: -moz-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00468e), color-stop(100%, #00468e));
    background: -webkit-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: -o-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: -ms-linear-gradient(top, #00468e 0%, #00468e 100%);
    background: linear-gradient(top, #00468e 0%, #00468e 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00468e', endColorstr='#00468e') progid:DXImageTransform.Microsoft.DropShadow(Color='#FFFFFF', OffX=0, OffY=0)" !important;
    /* IE8 */
    background: #00468e !important;
    color: #FFFFFF !important;
}

.btn-orange {
    background: #a94442;
    color: #555555 !important;
    text-shadow: none;
}

.btn-orange:hover {
    background: #a94442;
    color: #555555 !important;
}

.btn-green {
    background: #3c763d;
    color: #555555 !important;
    text-shadow: none;
}

.btn-green:hover {
    background: #3c763d;
    color: #555555 !important;
}

.btn-disabled {
    background: #f8f8f8 !important;
    color: #dddddd !important;
    text-shadow: none;
}

.btn-disabled:hover {
    background: #f8f8f8;
    color: #dddddd !important;
    text-shadow: none;
    cursor: not-allowed;
}

a.more-info-chevron, a.more-info-chevron:hover {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding-left: 15px;
    right: 0;
}

.more-info-chevron:after {
    color: #555555;
    float: right;
}



.btn-social, .btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.btn-social > :first-child, .btn-social > .btn-social-icon {
    position: absolute;
    left: 0;
    width: 32px;
    line-height: 34px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2); }
.btn-social.btn-lg, .btn-lg.btn-social-icon {
    padding-left: 61px; }
.btn-social.btn-lg > :first-child, .btn-social.btn-lg > .btn-lg.btn-social-icon {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em; }
.btn-social.btn-sm, .btn-sm.btn-social-icon {
    padding-left: 38px; }
.btn-social.btn-sm > :first-child, .btn-social.btn-sm > .btn-sm.btn-social-icon {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em; }
.btn-social.btn-xs, .btn-xs.btn-social-icon {
    padding-left: 30px; }
.btn-social.btn-xs > :first-child, .btn-social.btn-xs > .btn-xs.btn-social-icon {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em; }

.btn-social-icon {
    height: 34px;
    width: 34px;
    padding: 0;
    border-radius: 3px;
    font-size: 22px; }
.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100% !important; }
.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0; }
.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0; }
.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0; }

.btn-facebook {
    background-color: #3b5998;
    color: #fff !important; }

.btn-linkedin {
    background-color: #007bb6;
    color: #fff !important; }

.btn-pinterest {
    background-color: #cb2027;
    color: #fff !important; }

.btn-twitter {
    background-color: #55acee;
    color: #fff !important; }

.btn-vimeo {
    background-color: #1ab7ea;
    color: #fff !important; }

.contentbordernotice {
    border: 1px solid #999999;
}

/*  Notices */
.contentBorder p, .contentBorderNotice p, .contentBorderWarning p, .contentBorderBuild p, .contentBorderOkay p, .contentborder p, .contentbordernotice p, .contentborderwarning p, .contentborderbuild p, .contentborderokay p {
    margin: 1em 10px;
}

.headingMainNotice, .headingmainnotice {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background-image: none !important;
    background: #999999 !important;
    color: #333333 !important;
    border-radius: 0;
}

.errorNote, .errorRed, .errorText, .errornote, .errorred, .errortext {
    color: #ffffff;
    background-color: #f37021;
    border: none;
}

.contentBorder .noted, .contentborder .noted {
    background-color: #00468e;
    color: #f3f3f3
}

.contentBorder .errorNote, .contentBorder .errorRed, .contentBorder .errorText, .contentborder .errornote, .contentborder .errorred, .contentborder .errortext {
    color: #f37021;
    background: none;
}

.contentBorderOkay h1, .contentBorderOkay h2, .contentborderokay h1, .contentborderokay h2 {
    color: #94c947;
}

.contentBorderNotice h1, .contentBorderNotice h2, .contentbordernotice h1, .contentbordernotice h2 {
    color: #333333;
}

.contentBorderWarning h1, .contentBorderWarning h2, .contentborderwarning h1, .contentborderwarning h2 {
    color: #f37021;
}

.contentBorderBuild h1, .contentBorderBuild h2, .contentborderbuild h1, .contentborderbuild h2 {
    color: #00468e;
}

.contentBorderNotice, .contentbordernotice,
.contentBorderWarning, .contentborderwarning,
.contentBorderBuild, .contentborderbuild,
.contentBorderOkay, .contentborderokay {
    background: none;
    padding-left: 5px;
}

.contentBorderNotice, .contentbordernotice {
    border-bottom: 1px solid #999999;
}

.contentBorderNotice h1, .contentBorderNotice h2, .contentbordernotice h1, .contentbordernotice h2 {
    color: #333333;
}

#product-nav li a.vitality-top-level,
#product-nav li a.life-top-level,
#product-nav li a.invest-top-level,
#product-nav li a.insure-top-level,
#product-nav li a.card-top-level,
#product-nav li a.vitality-top-level:before,
#product-nav li a.life-top-level:before,
#product-nav li a.invest-top-level:before,
#product-nav li a.insure-top-level:before,
#product-nav li a.card-top-level:before {
    color: #FFFFFF !important;
}

.vitality-top-level-inner {
    border-top: 4px solid #fd7140 !important;
    border-bottom: 1px solid #fd7140 !important;
}

#mega-nav-inner .life-top-level-inner {
    border-top: 4px solid #c09972 !important;
    border-bottom: 1px solid #c09972 !important;
}

#mega-nav-inner .invest-top-level-inner {
    border-top: 4px solid #646463 !important;
    border-bottom: 1px solid #646463 !important;
}

#mega-nav-inner .insure-top-level-inner {
    border-top: 4px solid #6d92ac !important;
    border-bottom: 1px solid #6d92ac !important;
}

#mega-nav-inner .card-top-level-inner {
    border-top: 4px solid #6d5589 !important;
    border-bottom: 1px solid #6d5589 !important;
}

#mega-nav-inner li.categoryWithSubs {
    padding-top: 8px;
    padding-left: 18px;
    background: transparent url('../../../../static/img/responsive/generic/mobile/icon_arrow07.png') no-repeat 0px 8px;
}

.timeout-modal .modal-content {
    background: url("../../img/clock.jpg") 0 0 no-repeat;
}

#timeoutModalContent {
    position: absolute;
    padding: 15px;
    top: 60px;
}

#sessionExpiredModalContent {
    position: absolute;
    padding: 15px;
    top: 100px;
}

.categoryWithSubs, .categoryWithoutSubs {
    border-bottom: none;
}

.top.nav.nav-tabs > li > a {
    color: #555555 !important;
    border-radius: 0px;
}

.nav-tabs > li > a {
    cursor: pointer;
    background: -ms-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -moz-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: linear-gradient(top, #f8f8f8, #f8f8f8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#f8f8f8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#555555', OffX=0, OffY=0)" !important;
    /* IE8 */
    background: #f8f8f8;
    color: #555555;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-radius: 0px;
}

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

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

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

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

.nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
}

.nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    /*border: 1px solid #ccc;*/
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff !important;
    text-decoration: none;
    background: #dddddd !important;
    outline: 0;
}

.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background: -ms-linear-gradient(top, #999999, #999999);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#999999), to(#999999));
    background: -webkit-linear-gradient(top, #999999, #999999);
    background: -o-linear-gradient(top, #999999, #999999);
    background: -moz-linear-gradient(top, #999999, #999999);
    background: linear-gradient(top, #999999, #999999);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#999999')  progid:DXImageTransform.Microsoft.DropShadow(Color='#FFFFFF', OffX=0, OffY=0)" !important;
    /* IE8 */
    background: #dddddd !important;
    text-decoration: none !important;
    cursor: pointer;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #999999;
}

#timeoutModal {
    background: #ffffff none;
}

#secToTimeout, #sessionExpiredModalContent div h2 {
    color: #f37021;
}

/* generic box */
.dark-grey, .generic-box h1, .gradient1, .side-tabs-content .tabs-left > .nav-tabs > li > a:hover, .side-tabs-content .tabs-left > .nav-tabs-leftnav > li > a:hover, .split-box-header div.split-grey, .nav-tabs > li > a:hover {
    background: #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    color: #333333;
}

.generic-box, .highlight-box, .product-box {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    border: 1px solid #999999;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.generic-box h1, .product-box h1, .highlight-box h1 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 0;
}

.generic-box h1 a, .generic-box h1 a:visited, .generic-box h1 a:hover, .product-box h1 a, .product-box h1 a:visited, .product-box h1 a:hover, .highlight-box h1 a, .highlight-box h1 a:visited, .highlight-box h1 a:hover {
    color: #333333;
    text-decoration: none !important;
}

.generic-box h1 .btn-group ul.dropdown-menu a, .product-box h1 .btn-group ul.dropdown-menu a, .highlight-box h1 .btn-group ul.dropdown-menu a, .generic-box h1 .btn-group ul.dropdown-menu a:visited, .product-box h1 .btn-group ul.dropdown-menu a:visited, .highlight-box h1 .btn-group ul.dropdown-menu a:visited {
    color: #333333;
}

.generic-box h1 .btn-group ul.dropdown-menu a:hover, .product-box h1 .btn-group ul.dropdown-menu a:hover, .highlight-box h1 .btn-group ul.dropdown-menu a:hover {
    color: #ffffff;
}

.generic-box h1 {
    margin: 0;
    padding: 0 5px;
    font-size: 15px;
    overflow: hidden;
}

.meganav-container .product-inner-nav ul li a.highlight {
    color: #333333;
}

.highlight-box h1 {
    margin: 0;
    background: #f0ad4e;
    background: -ms-linear-gradient(top, #f0ad4e, #f0ad4e);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0ad4e), to(#f0ad4e));
    background: -webkit-linear-gradient(top, #f0ad4e, #f0ad4e);
    background: -o-linear-gradient(top, #f0ad4e, #f0ad4e);
    background: -moz-linear-gradient(top, #f0ad4e, #f0ad4e);
    background: linear-gradient(top, #f0ad4e, #f0ad4e);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f0ad4e', endColorstr='#f0ad4e')" !important;
    /* IE8 */
    padding: 0 5px;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    color: #555555;
}

.product-box .side-tabs-content, .generic-box .side-tabs-content, .highlight-box .side-tabs-content, .box-content .side-tabs-content {
    border: none;
}

.product-box .table-bordered, .generic-box .table-bordered {
    margin-top: -3px;
    border-top: 1px solid #cccccc;
}

.header-top {
    background-color: #d6d7d9 !important;
}

/* Bankmed background color */
body {
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #333333;
    background-color: #ebecec !important;
}

strong { font-family: "opensansbold", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    color: #333333;
}

body, .ui-widget, .ui-widget .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    letter-spacing: 1px;
}

h1,
.h1 {
    font-family: "opensanslight", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 34px;
}

h2,
.h2 {
    font-family: "opensanslight", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 30px;
}

h3,
.h3 {
    font-family: "opensanslight", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 26px;
}

h4,
.h4 {
    font-family: "opensanslight", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 26px;
}

h5,
.h5 {
    font-size: 21px;
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

h6,
.h6 {
    font-size: 16px;
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.lead {
    font-size: 16px;
}

.lead-medium {
    font-size: 15px;
}

/* old style */

h6 {
    border-bottom: 1px dashed #E2E2E2;
    margin: 4px 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

a, .ui-widget-content a, .breadcrumb a, .breadcrumb a:visited {
    color: #555555;
    text-decoration: underline;
}

a:hover, .ui-widget-content a:hover, .breadcrumb a:hover {
    color: #555555;
    text-decoration: underline;
}

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

#product-nav {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
}

#mega-nav-placeholder {
    width: 100%;
    float: left;
    margin-top: 14px;
    height: 30px;
}

/* All primary-links */
.primary-link {
    background: #f8f8f8;
    background: -ms-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -moz-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: linear-gradient(top, #f8f8f8, #f8f8f8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#f8f8f8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#fefefe', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #555555;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 3px 0;
    border-top: solid 1px #dddddd;
}

.primary-link a:link, .primary-link a:visited, .primary-link a:hover {
    display: block;
    padding: 7px 15px 7px 7px;
}

.primary-link a:after {
    font-family: "FontAwesome";
    text-decoration: none !important;
    content: "\f105";
    position: absolute;
    right: 10px;
    font-size: 20px;
}

.primary-link span {
    color: #555555;
    display: block;
    padding: 7px;
}

.more-info-link {
    margin-top: 15px;
    border-top: 2px solid #555555;
    padding: 8px 5px;
    background-color: #ffffff;
    *zoom: 1;
}

.more-info-link.transparent, .transparent {
    background-color: transparent !important;
}

.more-info-link:before, .more-info-link:after {
    display: table;
    content: "";
}

.more-info-link:after {
    clear: both;
}

.more-info-link a {
    text-align: right;
    padding-right: 20px;
    display: block;
    position: relative;
}

.more-info-link a:after {
    font-family: "FontAwesome";
    text-decoration: none !important;
    content: "\f105";
    position: absolute;
    font-size: 20px;
}

.well {
    border-color: #dddddd;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background-color: #f8f8f8;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
}

.white {
    background-color: #ffffff;
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
}

/*progress bars*/

.progress {
    height: 18px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #00468e;
    background-image: -moz-linear-gradient(top, #00468e, #00468e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00468e), to(#00468e));
    background-image: -webkit-linear-gradient(top, #00468e, #00468e);
    background-image: -o-linear-gradient(top, #00468e, #00468e);
    background-image: linear-gradient(to bottom, #00468e, #00468e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00468e', endColorstr='#00468e', GradientType=0);
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
    background-color: #00468e;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #a94442;
    background-image: -moz-linear-gradient(top, #a94442, #a94442);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a94442), to(#a94442));
    background-image: -webkit-linear-gradient(top, #a94442, #a94442);
    background-image: -o-linear-gradient(top, #a94442, #a94442);
    background-image: linear-gradient(to bottom, #a94442, #a94442);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a94442', endColorstr='#a94442', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #a94442;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #3c763d;
    background-image: -moz-linear-gradient(top, #3c763d, #3c763d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c763d), to(#3c763d));
    background-image: -webkit-linear-gradient(top, #3c763d, #3c763d);
    background-image: -o-linear-gradient(top, #3c763d, #3c763d);
    background-image: linear-gradient(to bottom, #3c763d, #3c763d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c763d', endColorstr='#3c763d', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #3c763d;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #00468e;
    background-image: -moz-linear-gradient(top, #00468e, #00468e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00468e), to(#00468e));
    background-image: -webkit-linear-gradient(top, #00468e, #00468e);
    background-image: -o-linear-gradient(top, #00468e, #00468e);
    background-image: linear-gradient(to bottom, #00468e, #00468e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00468e', endColorstr='#00468e', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #00468e;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #f0ad4e;
    background-image: -moz-linear-gradient(top, #f0ad4e, #f0ad4e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0ad4e), to(#f0ad4e));
    background-image: -webkit-linear-gradient(top, #f0ad4e, #f0ad4e);
    background-image: -o-linear-gradient(top, #f0ad4e, #f0ad4e);
    background-image: linear-gradient(to bottom, #f0ad4e, #f0ad4e);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0ad4e', endColorstr='#f0ad4e', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*labels*/
.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #555555;
}

.label {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.badge {
    padding-right: 6px;
    padding-left: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label-important,
.badge-important {
    background-color: #a94442;
}

.label-important[href],
.badge-important[href] {
    background-color: #a94442;
}

.label-warning,
.badge-warning {
    background-color: #f0ad4e;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #f0ad4e;
}

.label-success,
.badge-success {
    background-color: #3c763d;
}

.label-success[href],
.badge-success[href] {
    background-color: #3c763d;
}

.label-info,
.badge-info {
    background-color: #00468e;
}

.label-info[href],
.badge-info[href] {
    background-color: #00468e;
}

.label-inverse,
.badge-inverse {
    background-color: #dddddd;
    color: #555555;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #dddddd;
    color: #555555;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}

.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
    top: 0;
}

/*btn group*/

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}

.btn-group > .btn {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #dddddd;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.05);
}

.btn-group > .btn + .dropdown-toggle {
    *padding-top: 5px;
    padding-right: 8px;
    *padding-bottom: 5px;
    padding-left: 8px;
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.125), inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.125), inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.125), inset 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #dddddd;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #555555;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f0ad4e;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #a94442;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #3c763d;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #00468e;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #dddddd;
}

.btn-inverse .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.btn-danger .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.btn-warning .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.btn-success .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

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

/* All link-boxes  */
.box-content, .box-content-grey {
    height: 100%;
    position: relative;
    /*overflow: hidden;*/
    padding: 5px 10px 5px 10px;
    *zoom: 1;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.box-content {
    background-color: #ffffff;
}

.box-content-grey {
    background-color: #dddddd;
}

.box-content.product-gradient, .box-content.gradient1, .box-content.gradient2, .box-content.dark-grey, .box-content.light-grey {
    border: none;
}

.box-content-value-container {
    clear: both;
    padding: 8px 0;
}

.box-content-value-container .box-content-label, .box-content-value-container .box-content-value {
    float: left;
    width: 50%;
}

.box-content-value-container .box-content-label {
    /*color: #333333;*/
}

.banner-support-box {
    background-color: #ffffff;
    padding: 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
}

.banner-support-box h1 {
    margin: 0 0 5px 0;
    color: #555555;
}

.banner-support-box .box-content {
    border: none;
    padding: 0;
}

/* Split box */
.split-box-header {
    position: relative;
    clear: both;
    width: 100%;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
}

.split-box-header div.split-grey {
    float: left;
    width: 55%;
    position: relative;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

.split-box .box-content {
    border: 1px solid #dddddd;
}

.split-box-header div.split-grey .split-image {
    background: transparent url('../../../../static/img/responsive/generic/grey_split.png') no-repeat center;
    width: 30px;
    position: absolute;
    top: 0;
    right: -2px;
    height: 36px;
}

/* Carousel */

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

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

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

.ui-accordion {
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}

.ui-accordion .ui-accordion-header.ui-state-default a, .ui-accordion .ui-accordion-header.ui-state-default a:link, .ui-accordion .ui-accordion-header.ui-state-default a:visited {
    color: #555555;
    text-decoration: underline !important;
}

.ui-accordion .ui-accordion-header.ui-state-default.ui-accordion-header-active:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    color: #555555 !important;
    font-size: 20px;
    margin-top: 5px;
}

.ui-accordion .ui-accordion-header.ui-state-default:after, .accordion-toggle:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    color: #555555 !important;
    font-size: 20px;
    margin-top: 5px;
}

.ui-state-default {
    background-color: #f8f8f8 !important;
    background: -ms-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -moz-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: linear-gradient(top, #f8f8f8, #f8f8f8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#f8f8f8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#fefefe', OffX=0, OffY=0)" !important; /* IE8 */
    color: #333333;
    border: none;
    border-top: 1px solid #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* reverse the gradient for the active state */
.ui-state-active {
    background-color: #dddddd !important;
    background: -ms-linear-gradient(top, #dddddd, #dddddd);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#dddddd));
    background: -webkit-linear-gradient(top, #dddddd, #dddddd);
    background: -moz-linear-gradient(top, #dddddd, #dddddd);
    background: linear-gradient(top, #dddddd, #dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#dddddd')  progid:DXImageTransform.Microsoft.DropShadow(Color='#fefefe', OffX=0, OffY=0)" !important; /* IE8 */
    color: #333333;
    border: none;
    border-top: 1px solid #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

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

.ui-accordion h6:first-child {
    border-top: 0 solid #dddddd !important;
    line-height: 20px;
    border-right: 1px solid #dddddd !important;
}

.ui-accordion h6 {
    border-top: 1px solid #dddddd !important;
    line-height: 20px;
    border-right: 1px solid #dddddd !important;
}

/*expander*/
.expander {
    width: 100%;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.panel-toggle {
    cursor: pointer;
    margin-top: 0;
    padding: 10px;
    background: -ms-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: -moz-linear-gradient(top, #f8f8f8, #f8f8f8);
    background: linear-gradient(top, #f8f8f8, #f8f8f8);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#f8f8f8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#555555', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #555555;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 0 solid #dddddd;
}

.panel-toggle:hover {
    background: -ms-linear-gradient(top, #dddddd, #dddddd);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#dddddd));
    background: -webkit-linear-gradient(top, #dddddd, #dddddd);
    background: -moz-linear-gradient(top, #dddddd, #dddddd);
    background: linear-gradient(top, #dddddd, #dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#dddddd')  progid:DXImageTransform.Microsoft.DropShadow(Color='#555555', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #555555;
}

.panel-toggle:first-child {
    margin-top: 0;
    border-top: 0 solid #dddddd;
}

.panel-toggle span:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: relative;
    right: 5px;
    font-size: 20px;
    float: right;
}

.panel-toggle span.panel-expanded:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: relative;
    right: 5px;
    font-size: 20px;
    float: right;
}

.panel-toggle.expanded {
    background: -ms-linear-gradient(top, #dddddd, #dddddd);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#dddddd), to(#dddddd));
    background: -webkit-linear-gradient(top, #dddddd, #dddddd);
    background: -moz-linear-gradient(top, #dddddd, #dddddd);
    background: linear-gradient(top, #dddddd, #dddddd);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dddddd', endColorstr='#dddddd')  progid:DXImageTransform.Microsoft.DropShadow(Color='#555555', OffX=0, OffY=0)" !important;
    color: #555555;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #555555;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-decoration: none !important;
}

.close:hover,
.close:focus {
    color: #555555;
    text-decoration: none !important;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/*pager*/
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*pagination*/
.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    *zoom: 1;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #f8f8f8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #dddddd;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #555555;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

a.hrefButton:link, a.hrefButton:visited, a.hrefbutton:link, a.hrefbutton:visited {
    color: #333333 !important;
    border-radius: 0;
    background: #999999 !important;
    -webkit-filter: none;
    border-color: #dddddd;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

a.hrefButton:hover, a.hrefbutton:hover {
    color: #333333 !important;
    background: #888888 !important;
    border-color: #5b5b5b !important;
}

a.table-menu-btn {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    border-radius: 0;
    background: #555555 !important;
    -webkit-filter: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;

    border-color: #555555 #555555 #555555;
    border-color: rgba(64, 60, 60, 0.1) rgba(64, 60, 60, 0.1) rgba(64, 60, 60, 0.1);
}

.caret.table-menu-btn-caret {
    border-top: 4px solid #ffffff;
}

/*forms*/
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    *zoom: 1;
}

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

.form-actions:after {
    clear: both;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #f0ad4e;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #f0ad4e;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #f0ad4e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #f0ad4e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #f0ad4e;
    background-color: #fcf8e3;
    border-color: #f0ad4e;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #a94442;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #a94442;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a94442;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a94442;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

/* $!investigate - I need to see a working example */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #3c763d;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #3c763d;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3c763d;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #3c763d;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

/* $!investigate - I need to see a working example */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #31708f;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #31708f;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #31708f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #31708f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31708f;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31708f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #31708f;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #31708f;
}

/* $!investigate - I need to see a working example */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #a94442;
    border-color: #a94442;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #a94442;
    -webkit-box-shadow: 0 0 6px #a94442;
    -moz-box-shadow: 0 0 6px #a94442;
    box-shadow: 0 0 6px #a94442;
}

/* $!investigate - I need to see a working example */
@media screen and (min-width: 844px) and (max-width: 1024px) {
    .row-fluid .structure-column {
        margin-left: 25px !important;
        width: 97%;
    }

}

.login-iframe-body, .login-iframe-html {
    background: transparent !important;
}

.table-menu-btn, .table-menu-btn:visited, .table-menu-btn:hover {
    text-decoration: none;
    font-size: 12px;
    position: absolute;
    margin-top: -40px;
    right: 0;
    background: #dddddd none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    color: #555555;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.tabbed_area {
    border-bottom: 1px solid #dddddd;
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
    width: 97%;
    position: relative;
}

#discovery-meganav-collapse {
    padding-left: 0;
}

@media (min-width: 768px) {
    /* Updated to fix alignment */
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }

    .meganav-container {
        top: 50px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: -15px;
    }
}


.navbar-discovery .brand.site-logo {
    display: none;
}

.navbar-discovery .navbar-inner {
    padding-left: 0;
    padding-right: 0;

    border-radius: 0;
    border-bottom: 0;
}

.meganav-container .product-inner-nav ul li a.highlight {
    color: inherit;
}

.meganav-container .product-inner-nav ul li {
    padding-left: 10px;
}

.ud-left-nav {
    background-color: #f5f5f5;
}

.ud-left-nav ul li {
    border-bottom: 1px solid #dddddd;
}

.ud-left-nav ul li > a {
    padding: 10px 5px;
}

.ud-left-nav ul li.active > a, .ud-left-nav ul li.active > a:hover, .ud-left-nav ul li > a:hover {
    background-color: #999999;
}

.boxa, .boxb, .boxc, .boxd, .boxe {
    border: 1px solid #999999;
}

.boxa, .boxb, .boxc, .boxd, .boxe,
.boxa h1, .boxb h1, .boxc h1, .boxd h1, .boxe h1 {
    color: #555555;
    border-radius: 0;
}

.boxa h1, .boxb h1, .boxc h1, .boxd h1, .boxe h1 {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    background: #999999;
    color: #555555;
}

.redtext, .redText {
    color: #a94442;
}
/* $!investigate - I need to see a working example */
.hide-ams, .hidden-ams {
    display: none !important;
}

.alert-success {
    background-color: #ffffff;
    border-color: #3c763d;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #89be3e;
}

.alert-success .alert-link {
    color: #7bab38;
}

.alert-info {
    background-color: #ffffff;
    border-color: #00468e;
    color: #00468e;
}

.alert-info hr {
    border-top-color: #001f5d;
}

.alert-info .alert-link {
    color: #001643;
}

.alert-warning {
    background-color: #ffffff;
    border-color: #a94442;
    color: #a94442;
}

.alert-warning hr {
    border-top-color: #a94442;
}

.alert-warning .alert-link {
    color: #a94442;
}

.alert-danger {
    background-color: #ffffff;
    border-color: #a94442;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #a94442;
}

.alert-danger .alert-link {
    color: #a94442;
}

.alert-error {
    background-color: #ffffff;
    border-color: #a94442;
    color: #a94442;
}

.alert-error hr {
    border-top-color: #a94442;
}

.alert-error .alert-link {
    color: #a94442;
}

/* display tag */
.pagination.pagelinks .pagination > .active > a,
.pagination.pagelinks .pagination > .active > a:focus,
.pagination.pagelinks .pagination > .active > a:hover,
.pagination.pagelinks .pagination > .active > span,
.pagination.pagelinks .pagination > .active > span:focus,
.pagination.pagelinks .pagination > .active > span:hover {
    background-color: #333333;
    border-color: #dddddd;
    color: #ffffff;
    text-decoration: none;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #333333;
}



