@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato/regular/lato-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/lato/regular/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8  */
        url('../fonts/lato/regular/lato-regular-webfont.woff') format('woff'), /* Modern Browsers  */
        url('../fonts/lato/regular/lato-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS  */
        url('../fonts/lato/regular/lato-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS  */
}

@font-face {
    font-family: 'opensanslight';
    src: url('../fonts/open-sans/light/opensans-light-webfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/open-sans/light/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/open-sans/light/opensans-light-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/open-sans/light/opensans-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/open-sans/light/opensans-light-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'opensansregular';
    src: url('../fonts/open-sans/regular/opensans-regular-webfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/open-sans/regular/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/open-sans/regular/opensans-regular-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/open-sans/regular/opensans-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/open-sans/regular/opensans-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'opensanssemibold';
    src: url('../fonts/open-sans/semibold/opensans-semibold-webfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/open-sans/semibold/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/open-sans/semibold/opensans-semibold-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/open-sans/semibold/opensans-semibold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/open-sans/semibold/opensans-semibold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'opensansbold';
    src: url('../fonts/open-sans/bold/opensans-bold-webfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/open-sans/bold/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/open-sans/bold/opensans-bold-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/open-sans/bold/opensans-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/open-sans/bold/opensans-bold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family: 'opensansextrabold';
    src: url('../fonts/open-sans/extrabold/opensans-extrabold-webfont.eot'); /* IE9 Compat Modes */
src: url('../fonts/open-sans/extrabold/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/open-sans/extrabold/opensans-extrabold-webfont.woff') format('woff'), /* Modern Browsers */
url('../fonts/open-sans/extrabold/opensans-extrabold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/open-sans/extrabold/opensans-extrabold-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

/*------------------------------------*\
    $HELPER CLASSES
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component does not already have a class to which you could apply this
 * styling.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors. */
/* @dashboard - 06-11-2013 */

/* Add/remove floats */
.float-right { float: right !important; }
.float-left { float: left !important; }
.float-none { float: none !important; }
/* Text alignment */
.text-left {text-align: left  !important; }
.text-center {text-align: center !important; }
.text-right {text-align: right !important; }

/* Font weights */
.weight-light {font-weight: 300 !important; }
.weight-normal {font-weight: 400 !important; }
.weight-semibold {font-weight: 600 !important; }
/* Add 24 margin */
.push { margin: 24px !important; }
.push-top, .push--top { margin-top: 24px !important; }
.push-right, .push--right { margin-right: 24px !important; }
.push-bottom, .push--bottom { margin-bottom: 24px !important; }
.push-left,  .push--left { margin-left: 24px !important; }
.push-ends, .push--ends { margin-top: 24px !important; margin-bottom: 24px !important; }
.push-sides, .push--sides {  margin-right: 24px !important; margin-left: 24px !important; }
/* Add 12 margin */
.push-half, .push--half {  margin: 12px !important; }
.push-half-top, .push-half--top { margin-top: 12px !important; }
.push-half-right { margin-right: 12px !important; }
.push-half-bottom, .push-half--bottom { margin-bottom: 12px !important; }
.push-half-left { margin-left: 12px !important; }
.push-half-ends { margin-top: 12px !important; margin-bottom: 12px !important; }
.push-half--ends { margin-top: 10px !important; margin-bottom: 10px !important; }
.push-half-sides { margin-right: 12px !important; margin-left: 12px !important; }
/* Remove margin */
.flush { margin: 0 !important; }
.flush-top { margin-top: 0 !important; }
.flush-right { margin-right: 0 !important; }
.flush-bottom { margin-bottom: 0 !important; }
.flush-left { margin-left: 0 !important; }
.flush-ends {  margin-top: 0 !important; margin-bottom: 0 !important; }
.flush-sides { margin-right: 0 !important; margin-left: 0 !important; }
/* Add 24 padding */
.soft { padding: 24px !important; }
.soft-top { padding-top: 24px !important; }
.soft-right { padding-right: 24px !important; }
.soft-bottom { padding-bottom: 24px !important; }
.soft-left { padding-left: 24px !important; }
.soft-ends { padding-top: 24px !important; padding-bottom: 24px !important; }
.soft-sides { padding-right: 24px !important; padding-left: 24px !important; }
/* Add 12 padding */
.soft-half { padding: 12px !important; }
.soft-half-top { padding-top: 12px !important; }
.soft-half-right { padding-right: 12px !important; }
.soft-half-bottom { padding-bottom: 12px !important; }
.soft-half-left { padding-left: 12px !important; }
.soft-half-ends { padding-top: 12px !important; padding-bottom: 12px !important; }
.soft-half-sides { padding-right: 12px !important; padding-left: 12px !important; }
/* Add padding */
.hard { padding: 0 !important; }
.hard-top { padding-top: 0 !important; }
.hard-right { padding-right: 0 !important; }
.hard-bottom { padding-bottom: 0 !important; }
.hard-left { padding-left: 0 !important; }
.hard-ends { padding-top: 0 !important; padding-bottom: 0 !important; }
.hard-sides { padding-right: 0 !important; padding-left: 0 !important; }

/* Pull items full width of `.class` parents. */
.full-bleed { margin-right: -24px !important; margin-left: -24px !important; }
.islet .full-bleed { margin-right: -12px !important; margin-left: -12px !important; }

/* Add a help cursor to any element that gives the user extra information on `:hover`. */
.informative { cursor: help !important; }

.alert {
    text-shadow: none;
}

html {
    background-color: #EEEEEE;
    padding: 0;
    overflow: auto;
}

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



.ui-widget button.product-gradient {
    color: #FFFFFF;
}

h1, .h1 {
    font-size: 38px;
}

h2, .h2 {
    margin-top: 10px;
    font-family: "Lucida Sans Unicode", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

h1, h2, h3, h4 {
    font-weight: inherit;
}

h1, .h1, h2, .h2 {
    margin: 20px 0;
}

small, .font_small {font-size: 0.75em;}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #555;
}

h3, h6 {
    font-size: 16px;
    font-weight: normal;
}

h2, h3, h6 {
    margin: 0 0 10px 0;
    text-transform: none;
}

h3 {
    line-height: 25px;
}

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

h1, .h1 {
    font-family: "opensanslight", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    font-weight: 300;
}


.light{
    font-weight:300;
}
.normal{
    font-weight:normal;
}

.semi-bold{
    font-family: "opensanssemibold", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}

.bold{
    font-weight:bold;
}

.all-caps{
    text-transform: uppercase;
}

.white {background-color:#ffffff;}
.ivory {background-color:#f6f4e8;}
.whitetxt {color:#fff;}

.img {margin:12px;}
.centre {display:block;text-align:center;margin:0 auto 1em auto;}
.block {display:block;}

.border1 {border:1px solid #eee;}
.well h2 a:link, .well h2 a:visited {color:#828282; text-decoration:none; display: block;}
.medium { font-size: 150%;}

p.dropcap {overflow: hidden;}
span.dropcap {font-size: 400%;margin: 0 5px 0 0;line-height: 110%;float: left;display: block;}

.align-right th, .align-right td {text-align:right;}
.align-centre th, .align-centre td {text-align:center;}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clearafter {clear:both; height:0; visibility:hidden;}
* html .clearafter {height: 1%;}
.bold{font-weight:bold;}

a img {border:none;}

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

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

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

.helpText, .helptext {border-bottom:1px dashed #222;cursor:help;}


.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#main-container {
    background-color: #EEEEEE;
    /*background: transparent url(../img/responsive/generic/content-tile.jpg) repeat;*/
    /*padding: 0 50px 0 50px;*/
    padding-left: 0;
    padding-right: 0;
    /*width: 95%;*/
    margin: 0 auto;
    /*max-width: 1245px;*/
}
.body-class {
    border: none;
}
.structure-row {
    padding-bottom: 0;
}

.body-wrapper {
    width: 100%;
}

.container-wrapper {
    max-width: 1200px;
    margin: 0 auto !important;
    position: relative;
}

.top-main {
    background-color: #EEEEEE;
    /*background: #f2f2f2 url(../img/responsive/generic/bg04.jpg) repeat;*/
    position: relative;
    display: block;
    width: 100%;
}

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

.footer-main {
    background-color: #e1e0e0;
    margin-top: 40px;
}

.footer-bottom-main {
    background-color: #e1e0e0;
}



.tooltip {
    opacity: 1;
    filter: alpha(opacity=100);
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.tooltip-inner {
    background-color: #ffffff;
    color: inherit;
    border: 1px solid #dddddd;
}
.tooltip.top .tooltip-arrow {
    border-top: 5px solid #dddddd;
}
.tooltip.left .tooltip-arrow {
    border-left: 5px solid #dddddd;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom: 5px solid #dddddd;
}
.tooltip.right .tooltip-arrow {
    border-right: 5px solid #dddddd;
}
.no-padding {
    padding: 0;
}
.no-min-height {
    min-height: 0;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #05559D;
}
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
    border-top-color: #828282;
    border-bottom-color: #828282;
}
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
    background-color: #05559D;
    text-decoration: none !important;
    cursor: pointer;
}
/*
    ================================================================
    Discovery specific UI styles
    ================================================================
*/

/* by default, this container is hidden. will be made visible in each custom scheme css */
#custom-scheme-top-container {
    background-color: #FFFFFF;
    height: 100px;
    display: none;
}
h5 {
    font-size: 12px;
}
h3 {
    line-height: 25px;
}
.smalltext {
    font-size: 12px;
}
.locations-iframe {
    border: 1px solid #DDDDDD;
}
.img-rounded {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}
label {
    color: #656565;
}
.control-value {
    margin-top: 10px;
    margin-bottom: 0;
}

.box-content.portfolio-box form {
    margin-bottom: 0;
}
.form-horizontal.display-value-form .control-group {
    margin-bottom: 0;
}

.form-horizontal.narrow .control-label {
    width: 100px;
}

.form-horizontal.narrow .controls {
    margin-left: 110px;
}

.form-horizontal.narrow .control-group.wide .control-label {
    width: 160px;
}

.form-horizontal.narrow .control-group.wide .controls {
    margin-left: 180px;
}

.form-horizontal .control-label.display-only {
    cursor: default;
    color: #000000;
}

.form-horizontal .controls .display-value-only {
    height: 20px;
    padding: 5px 6px;
    line-height: 20px;
    display: inline-block
}


.content-row {
    display: table-row;
}
.content-cell {
    display: table-cell;
}
.content-cell.image-padding {
    padding: 0 10px 10px 0;
}
.align-bottom {
    vertical-align: bottom;
}
.link-expand {
    color: #0b3e6c;
    padding-left: 20px;
    background: url("../img/responsive/generic/link_expand.png") 0 5px no-repeat;
    cursor: pointer;
}
.link-content {
    display: none;
    padding-left: 20px;
    padding-bottom: 5px;
}
.link-expander {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wordwrap {
    white-space: pre-wrap;
    /* CSS3 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
}

#journey_landing_navigation {
    margin-bottom: 15px;
}
/*   ----------------------- Status bars -------------------------       */
.status-bar-container {
    max-height: 110px;
    border: 1px solid #DDD;
    background-color: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #f8f7eb;
}
.status-bar-left .top-row {
    padding: 0;
}
.status-bar-left .status-progress-indicator {
    padding: 5px;
    text-align: center;
}
.status-bar-container .status-bar-left .row-fluid {
    padding-bottom: 0
}
.status-bar-container .status-bar-right .row-fluid {
    padding-bottom: 0
}
.status-bar-block-small {
    text-align: center;
}
.status-bar-left .status-bar-block-small {
    border-right: 1px solid #efefef;
    text-align: center
}
.status-bar-left .status-bar-block-small.last {
    border: none;
}
.status-bar-left .status-bar-block-small.last.small-text {
    font-size: 11px;
    line-height: 14px;
}
.status-bar-left .status-bar-block-small.last.small-text div, .status-bar-left .status-bar-block-small.last.small-text p, .status-bar-left .status-bar-block-small.last.small-text span {
    font-size: 11px;
    line-height: 14px;
}
.status-bar-right .status-bar-block-small .first {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
#cross-sell-banner-container .banner-container .content-banner {
    margin-bottom: 0;
}

.cross-sell-container {
    margin-bottom: 20px;
}


.banner-container {
    position: relative;
}
.banner-container .content-banner .carousel-inner {
    width: 100%;
}
.banner-container .content-banner .carousel-control {
    top: 45%;
}
.left.carousel-control {
    left: 0px;
}
.right.carousel-control {
    right: 0px;
}
.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;
}
.banner-support-box {
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.banner-support-box h1 {
    margin: 0 0 5px 0;
    color: #05559D;
}
.banner-support-box .box-content {
    border: none;
    padding: 0;
}
/* anything that requires the product gradient */
.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, .btn-blue, .btn-primary, .corporate-sub-nav-wrapper .dd-menu li a:hover, .product-box h1, .split-box-header {
    background: -moz-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4991D3), color-stop(100%, #044E94));
    background: -webkit-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -o-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -ms-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: linear-gradient(top, #4991D3 0%, #044E94 100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4991D3', endColorstr='#044E94') progid:DXImageTransform.Microsoft.DropShadow(Color='#FFFFFF', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #ffffff !important;
}
.btn-large {
    /*color: #FFFFFF;*/
    text-shadow: none;
    margin-top: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*border: 1px solid #05559D;*/
}
/* anything that requires the inverted product gradient */
.btn-large:hover, .btn-blue:hover, .btn-primary:hover, .btn.product-gradient:hover, .btn.product-gradient:visited, a.product-gradient:hover, a.product-gradient:visited {
    background: -moz-linear-gradient(top, #044E94 0%, #4991D3 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #044E94), color-stop(100%, #4991D3)) !important;
    background: -webkit-linear-gradient(top, #044E94 0%, #4991D3 100%) !important;
    background: -o-linear-gradient(top, #044E94 0%, #4991D3 100%) !important;
    background: -ms-linear-gradient(top, #044E94 0%, #4991D3 100%) !important;
    background: linear-gradient(top, #044E94 0%, #4991D3 100%) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#044E94', endColorstr='#4991D3')  progid:DXImageTransform.Microsoft.DropShadow(Color='#044E94', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #ffffff !important;
}
/* dark grey gradient */
.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: -ms-linear-gradient(top, #d7d7d7, #aaaaaa);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d7d7d7), to(#aaaaaa));
    background: -webkit-linear-gradient(top, #d7d7d7, #aaaaaa);
    background: -o-linear-gradient(top, #d7d7d7, #aaaaaa);
    background: -moz-linear-gradient(top, #d7d7d7, #aaaaaa);
    background: linear-gradient(top, #d7d7d7, #aaaaaa);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d7d7d7', endColorstr='#aaaaaa')  progid:DXImageTransform.Microsoft.DropShadow(Color='#FFFFFF', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #FFFFFF;
}
/* light grey gradient */
.light-grey, h1.gradient2, .gradient2, .gradient2 th, #register-btn-container {
    background: -ms-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: linear-gradient(top, #f8f8f8, #e8e8e8);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#e8e8e8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#f8f8f8', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #666666 !important;
}
.generic-box, .highlight-box, .product-box {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    border: 1px solid #dddddd;
    background-color: #FFFFFF;
    margin-bottom: 15px;
}
.generic-box h1, .product-box h1, .highlight-box h1 {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.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: #FFFFFF;
    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: #828282;
}
.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-weight: normal;
    font-size: 15px;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.product-box h1 {
    margin: 0;
    padding: 0 5px;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.highlight-box h1 {
    margin: 0;
    background: -ms-linear-gradient(top, #e7b67b, #c0966c);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e7b67b), to(#c0966c));
    background: -webkit-linear-gradient(top, #e7b67b, #c0966c);
    background: -o-linear-gradient(top, #e7b67b, #c0966c);
    background: -moz-linear-gradient(top, #e7b67b, #c0966c);
    background: linear-gradient(top, #e7b67b, #c0966c);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e7b67b', endColorstr='#c0966c')" !important;
    /* IE8 */
    padding: 0 5px;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.blue-status-gradient {
    background: -ms-linear-gradient(top, #b0c5d9, #7ea0c0) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b0c5d9), to(#7ea0c0)) !important;
    background: -webkit-linear-gradient(top, #b0c5d9, #7ea0c0) !important;
    background: -o-linear-gradient(top, #b0c5d9, #7ea0c0) !important;
    background: -moz-linear-gradient(top, #b0c5d9, #7ea0c0) !important;
    background: linear-gradient(top, #b0c5d9, #7ea0c0) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b0c5d9', endColorstr='#7ea0c0')" !important;
    /* IE8 */
    color: #FFFFFF;
}
.bronze-status-gradient {
    background: -ms-linear-gradient(top, #a7895f, #ab7c38) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a7895f), to(#ab7c38)) !important;
    background: -webkit-linear-gradient(top, #a7895f, #ab7c38) !important;
    background: -o-linear-gradient(top, #a7895f, #ab7c38) !important;
    background: -moz-linear-gradient(top, #a7895f, #ab7c38) !important;
    background: linear-gradient(top, #a7895f, #ab7c38) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a7895f', endColorstr='#ab7c38')" !important;
    /* IE8 */
    color: #FFFFFF;
}
.silver-status-gradient {
    background: -ms-linear-gradient(top, #b1b4b5, #959ca0) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#b1b4b5), to(#959ca0)) !important;
    background: -webkit-linear-gradient(top, #b1b4b5, #959ca0) !important;
    background: -o-linear-gradient(top, #b1b4b5, #959ca0) !important;
    background: -moz-linear-gradient(top, #b1b4b5, #959ca0) !important;
    background: linear-gradient(top, #b1b4b5, #959ca0) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b1b4b5', endColorstr='#959ca0')" !important;
    /* IE8 */
    color: #FFFFFF;
}
.gold-status-gradient {
    background: -ms-linear-gradient(top, #f9b72e, #e29a04) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9b72e), to(#e29a04)) !important;
    background: -webkit-linear-gradient(top, #f9b72e, #e29a04) !important;
    background: -o-linear-gradient(top, #f9b72e, #e29a04) !important;
    background: -moz-linear-gradient(top, #f9b72e, #e29a04) !important;
    background: linear-gradient(top, #f9b72e, #e29a04) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f9b72e', endColorstr='#e29a04')" !important;
    /* IE8 */
    color: #FFFFFF;
}
.diamond-status-gradient {
    background: -ms-linear-gradient(top, #e1e7e9, #c9d2d5) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e1e7e9), to(#c9d2d5)) !important;
    background: -webkit-linear-gradient(top, #e1e7e9, #c9d2d5) !important;
    background: -o-linear-gradient(top, #e1e7e9, #c9d2d5) !important;
    background: -moz-linear-gradient(top, #e1e7e9, #c9d2d5) !important;
    background: linear-gradient(top, #e1e7e9, #c9d2d5) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e1e7e9', endColorstr='#c9d2d5')" !important;
    /* IE8 */
    color: #888888 !important;
}
/* 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: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.box-content {
    background-color: #ffffff;
}
.box-content-grey {
    background-color: #efefef;
}
.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: #000000;*/
}
.equalize-row.row-fluid[class*="span"] {
    position: relative;
}
.equalize-row.row-fluid[class*="span"] .controls-container {
    position: absolute;
    width: 99.5%;
    bottom: 0;
    margin-left: 1px;
}
.equalize-row.row-fluid .well {
    padding: 0;
}
.equalize-row.row-fluid[class*="span"] > .well.equalized-well {
    padding: 0;
    height: auto;
    width: 100%;
}
.big {
    font-size: 40px;
    line-height: 48px;
}
.medium-big {
    font-size: 200%;
}
#loading-message {
    padding: 20px;
    background: transparent url("../img/responsive/generic/ajax-loader-grey.gif") no-repeat center;
}

.busy-indicator-container {
    width: 32px;
    height: 20px;
    display: inline-block;
    position: relative;
}

.busy-indicator-container img.busy-indicator-img{
    position: absolute;
    top: 2px;
    left: 0;
    display: none;
    border: none;
}

.busy-indicator-container span.busy-indicator-text{
    padding-left:20px;
}

.hrefbutton, .hrefButton, .hrefbutton:hover, .hrefButton:hover {
    text-decoration: none;
}
.btn, .btn:hover, .btn-large, .btn-large:hover, .btn-small, .btn-small:hover, .btn-mini, .btn-mini:hover {
    text-decoration: none !important;
}
.btn:focus, .btn-blue:focus, .btn-primary:focus, .btn-bronze:focus, .meganav-close-btn {
    outline: none;
}

.btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    text-decoration: none;
}
.btn:hover {
}
.btn:visited {
    color: #828282;
}



.btn-action {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    background-image: none !important;
    color: #fff !important;
    background-color: #76b043 !important;
    border-color: #6b9e3c !important;
}

.btn-action.active, .btn-action:active, .btn-action:focus, .btn-action:hover, .open > .btn-action.dropdown-toggle, .btn-action.btn-large:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    background-image: none !important;
    color: #fff !important;
    background-color: #5f8b35 !important;
    border-color: #4e712 !important;
}

.btn-action.active, .btn-action:active, .open > .btn-action.dropdown-toggle {
    background-image: none !important;
}

.btn-action.disabled, .btn-action.disabled.active, .btn-action.disabled:active, .btn-action.disabled:focus, .btn-action.disabled:hover, .btn-action[disabled], .btn-action[disabled].active, .btn-action[disabled]:active, .btn-action[disabled]:focus, .btn-action[disabled]:hover, fieldset[disabled] .btn-action, fieldset[disabled] .btn-action.active, fieldset[disabled] .btn-action:active, fieldset[disabled] .btn-action:focus, fieldset[disabled] .btn-action:hover {
    background-color: #76b043;
    border-color: #6b9e3c
}

.btn-block {
    display: block;
    width: 100%;
}


.btn.product-gradient:visited {
    color: #FFFFFF;
}
.btn-blue, .btn-primary {
    color: #FFFFFF !important;
}
.btn-blue:hover, .btn-primary:hover, .btn-blue:visited, .btn-primary:visited {
    text-shadow: none;
    color: #FFF;
}
.btn-danger:hover, .btn-danger:visited, .btn-warning:hover, .btn-warning:visited, .btn-success:hover, .btn-success:visited, .btn-info:hover, .btn-info:visited {
    text-shadow: none;
    color: #FFF;
}
.btn-bronze {
    background: -ms-linear-gradient(top, #c2986e, #eeb87a) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c2986e), to(#eeb87a)) !important;
    background: -webkit-linear-gradient(top, #c2986e, #eeb87a) !important;
    background: -o-linear-gradient(top, #c2986e, #eeb87a) !important;
    background: -moz-linear-gradient(top, #c2986e, #eeb87a) !important;
    background: linear-gradient(top, #c2986e, #eeb87a) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c2986e', endColorstr='#eeb87a')" !important;
    /* IE8 */
    color: #FFFFFF;
    text-shadow: none;
}
.btn-bronze:hover {
    background: -ms-linear-gradient(top, #a87c50, #bb8852) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a87c50), to(#bb8852)) !important;
    background: -webkit-linear-gradient(top, #a87c50, #bb8852) !important;
    background: -o-linear-gradient(top, #a87c50, #bb8852) !important;
    background: -moz-linear-gradient(top, #a87c50, #bb8852) !important;
    background: linear-gradient(top, #a87c50, #bb8852) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#a87c50', endColorstr='#bb8852')" !important;
    /* IE8 */
    color: #FFFFFF;
}
.product-gradient h1 {
    color: #FFF;
}
.errorTextPlain {
    color: #AD0800;
}
/*
    ================================================================
    Header specific styles - Nav, logo, login and search
    ================================================================
*/
#header-structure-row {
    /*border-bottom: 4px solid #05559d;*/
    margin: 0;
    padding-right: 0;
}
#logo-nav-structure-row {
    margin-bottom: 20px;
}
#logo-container {
    width: 23%;
    float: left;
    /*margin-bottom: 10px;*/
}
#logo-box {
    /*border: 1px dashed red;*/
    margin-top: -12px;
    height: 100px;
}
.logo-img {
    background: transparent url('../img/responsive/generic/logo.png') no-repeat;
}
#login-search-container {
    width: 75%;
    float: right;
}
#search-box {
    float: right;
}
#search-container .controls {
    /*margin-left: 0;*/
}
#search-container, #search-btn-container, #login-btn-container, #register-btn-container {
    float: right;
    position: relative;
    z-index: 300;
}
.search-btn {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-left: -4px;
    padding: 5px 10px;
    color:#ffffff;
}
#mobile-search-container {
    display: none;
    position: absolute;
    z-index: 1500;
    right: 0;
    top: 30px;
    width: 220px;
    /*height: 150px;*/
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #ffffff;
    padding: 20px 15px 5px 15px;
}
.icon-search {
    margin: 0;
}
#login-btn, #log-out-container {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-decoration: none;
    border-color: #dbdbdb;
}
.login-btn .icon-lock {
    margin: 0 0 0 3px;
}
.login-btn, #log-out-container, .search-btn {
    background: -moz-linear-gradient(top, #0658a2, #004a8d) !important;
    background: -ms-linear-gradient(top, #0658a2, #004a8d) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0658a2), to(#004a8d)) !important;
    background: -webkit-linear-gradient(top, #0658a2, #004a8d) !important;
    background: -o-linear-gradient(top, #0658a2, #004a8d) !important;
    background: linear-gradient(top, #0658a2, #004a8d) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0658a2', endColorstr='#004a8d')" !important;
    position: relative;
    z-index: auto;
    font-size: 12px;
}
.login-btn-selected {
    background: -moz-linear-gradient(top, #c4c4c4, #ffffff) !important;
    background: -ms-linear-gradient(top, #c4c4c4, #ffffff) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c4c4c4), to(#ffffff)) !important;
    background: -webkit-linear-gradient(top, #c4c4c4, #ffffff) !important;
    background: -o-linear-gradient(top, #c4c4c4, #ffffff) !important;
    background: linear-gradient(top, #c4c4c4, #ffffff) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c4c4c4', endColorstr='#ffffff')" !important;
    /* IE8 */
    /*border-right: 1px solid #828282;*/
    color: #828282 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.login-btn-selected .icon-lock {
    opacity: 0.75;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
}
#log-out-container {
    float: right;
}
#login-btn, #logout-btn {
    padding: 5px 15px 5px 15px;
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
#login-form-container {
    display: none;
    position: absolute;
    z-index: 1500;
    right: 0;
    top: 27px;
    width: 207px;
    /*height: 150px;*/
    /*border: 1px solid #C8C8C8;*/
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #ffffff;
    padding: 20px 15px 5px 15px;
}
#login-form {
    background-color: #ffffff;
}
#register-btn-container {
    border-color: #EBEBEB;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 10px;
}
#register-btn {
    display: block;
    padding: 5px 18px 5px 18px;
    font-size: 12px;
    background-position: 95% center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.formBox, .formbox {border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;background-color:#fff;padding:7px 15px;}

#register-mobile {
    text-decoration: underline;
}
#register-btn:link, #register-btn:hover, #register-btn:visited {
    color: #828282;
}
#welcome-name-container {
    padding: 5px 0;
    float: right;
    margin-right: 20px;
}
#mega-nav-placeholder {
    width: 75%;
    float: right;
    margin-top: 14px;
    height: 30px;
}
#zone-selector-placeholder {
    float: right;
    height: 30px;
    margin-right: 15px;
    clear: none;
}

.zone-selector {
    display: inline-block;
    position: relative;
    padding: 7px 23px 5px 10px;
    -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;
    clear: both;
    text-decoration: none;
    background-color:#05559D;
}

.zone-selector:hover {
    text-decoration: none;
}

.zone-selector:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    top: 16px;
    right: 5px;
    font-size: 1.5em;
}


.zone-selector #selector-divider {
    position: absolute;
    background-color: #1667AF;
    height: 30px;
    width: 1px;
    margin-top: -8px;
    right: 1.7em;
}
.zone-selector:link, .zone-selector:visited, .zone-selector:hover {
    color: #FFFFFF;
}
.responsive-table {
    margin-top: 25px;
}
.available-zones-container {
    position: absolute;
    /*top: 29px;*/
    border: 1px solid #dbdbdb;
    z-index: 2000;
    /*width: 99.9%;*/
    display: none;
    background-color: #FFFFFF;
}
.available-zones-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.available-zones-container ul li a {
    display: block;
    padding: 8px;
    color: #828282;
    text-decoration: none;
}
.available-zones-container ul li a:hover {
    background-color: #05559D;
    color: #FFFFFF;
    text-decoration: none;
}
.loading-indicator {
    padding: 10px 10px 10px 40px;
    background: transparent url(../img/responsive/generic/ajax-loader-grey.gif) no-repeat top left;
    width: 100px;
    margin: 0 auto;

}
.ajax-content-container {
    min-height: 50px;
    background: transparent url(../img/responsive/generic/ajax-loader-grey.gif) no-repeat top left;
}
.ajax-content-url {
    display: none;
}
.ajax-error-loading {
    color: #CC0001;
}
#mobile-nav-placeholder {
    height: 30px;
}
#mobile-menu {
    margin: 0 auto;
}
#mega-nav-box {
    position: relative;
    z-index: 200;
}
#product-nav {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #DDDDDD;

    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 */

}

#product-nav li {
    display: table-cell;
    clear: none;
    position: relative;
}

#product-nav li.has-product.has-product a {
    position: relative;
}

#product-nav li.has-product a:before {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f05d";
    font-size: 1.3em;
    top: 8px;
    left: 4px;
    color: #07569E;
    /*background: url("../img/responsive/generic/nav_icon_tick.gif") -1px 5px no-repeat !important;*/
}

#product-nav li a {
    display: block;
    border-right: 1px solid #CCCCCC;
    padding: 8px;
    text-align: center;
    margin: 0;
    min-width: 35px;
}
#product-nav li:last-child a {
    border-right: none !important;
}
#product-nav li a:link, #product-nav li a:visited {
    color: #666666;
    /*font-weight: bold;*/
    text-shadow: 1px 1px 1px #ffffff;
    border-right: 1px solid #CCCCCC;
}
#product-nav li a:hover {
    color: #626262;
    /*font-weight: bold;*/
    text-decoration: none;
}

.product-inner-nav .meganav-column ul li .new-nav-item-star {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
}

.health-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star,
.intermediary-logged-in-group-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star,
.adviser-detail-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star,
.marketing-material-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star {
    background: transparent url(/static/img/responsive/health/new_nav_icon_health.png) 0 95% no-repeat;
}

.life-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star {
    background: transparent url(/static/img/responsive/life/new_nav_icon_life.png) 0 95% no-repeat;
}

.insure-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star {
    background: transparent url(/static/img/responsive/insure/new_nav_icon_insure.png) 0 95% no-repeat;
}

.invest-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star {
    background: transparent url(/static/img/responsive/invest/new_nav_icon_invest.png) 0 95% no-repeat;
}

.vitality-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star {
    background: transparent url(/static/img/responsive/vitality/new_nav_icon_vitality.png) 0 95% no-repeat;
}

.card-top-level-inner .product-inner-nav .meganav-column ul li .new-nav-item-star {
    background: transparent url(/static/img/responsive/card/new_nav_icon_card.png) 0 95% no-repeat;
}

#mega-nav-inner {
    display: none;
    position: absolute;
    width: 100%;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    z-index: 1000;
    top: 36px;
    background-color: #FFFFFF;
}
#mega-nav-inner a:link, #mega-nav-inner a:hover, #mega-nav-inner a:visited {
    color: #0098C7;
}
.nav-place-holder {
    display: none;
    position: relative;
}

.product-inner-nav {
    padding: 0 10px 10px 10px;
}
.product-inner-nav ul {
    margin: 0;
    padding: 0 0 0 18px;
    list-style-type: none;
}
.meganav-column {
    float: left;
    width: 30%;
    padding: 10px;
}
#product-nav li a.my-discovery-top-level {
    background-color: #05559D !important;
    color: #FFF;
    text-shadow: none;
}


#product-nav li a.health-top-level {
    background-color: #6fadd3 !important;
    color: #FFF !important;
    text-shadow: none;
}
#product-nav li a.vitality-top-level {
    background-color: #fd7140 !important;
    color: #FFF !important;
    text-shadow: none;
}
#product-nav li a.life-top-level {
    background-color: #c09972 !important;
    color: #FFF !important;
    text-shadow: none;
}
#product-nav li a.invest-top-level {
    background-color: #646463 !important;
    color: #FFF !important;
    text-shadow: none;
}
#product-nav li a.insure-top-level {
    background-color: #6d92ac !important;
    color: #FFF !important;
    text-shadow: none;
}
#product-nav li a.card-top-level {
    background-color: #6d5589 !important;
    color: #FFF !important;
    text-shadow: none;
}

#product-nav li a.health-top-level:before,
#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;
}



#product-nav li a.light-gradient-reverse:hover {
}
#product-nav li a.health-selected {
    border-bottom: 4px solid #6fadd3;
}
#product-nav li a.vitality-selected {
    border-bottom: 4px solid #fd7140;
}
#product-nav li a.life-selected {
    border-bottom: 4px solid #c09972;
}
#product-nav li a.invest-selected {
    border-bottom: 4px solid #646463;
}
#product-nav li a.insure-selected {
    border-bottom: 4px solid #6d92ac;
}
#product-nav li a.card-selected {
    border-bottom: 4px solid #6d5589;
}
#product-nav li a.generic-selected {
    border-bottom: 4px solid #05559D;
}
#mega-nav-inner {
    border-top: 4px solid #05559D;
    border-bottom: 1px solid #05559D;
}
.current-top-level {
    background-color: #05559D;
    color: #ffffff !important;
    text-shadow: none !important;
}
.my-discovery-top-level-inner {
    border-top: 4px solid #05559D;
    border-bottom: 1px solid #05559D;
}
.health-top-level-inner {
    border-top: 4px solid #6fadd3 !important;
    border-bottom: 1px solid #6fadd3 !important;
}
.vitality-top-level-inner {
    border-top: 4px solid #fd7140 !important;
    border-bottom: 1px solid #fd7140 !important;
}
.life-top-level-inner {
    border-top: 4px solid #c09972 !important;
    border-bottom: 1px solid #c09972 !important;
}
.invest-top-level-inner {
    border-top: 4px solid #646463 !important;
    border-bottom: 1px solid #646463 !important;
}
.insure-top-level-inner {
    border-top: 4px solid #6d92ac !important;
    border-bottom: 1px solid #6d92ac !important;
}
.card-top-level-inner {
    border-top: 4px solid #6d5589 !important;
    border-bottom: 1px solid #6d5589 !important;
}
.portfolio-fragment-container {
    min-height: 125px;
}

.portfolio-block {
    margin-bottom: 15px;
}
/* Product portfolio heading colours */
.health-heading {
    background: -ms-linear-gradient(top, #70add3, #5794b9) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#70add3), to(#5794b9)) !important;
    background: -webkit-linear-gradient(top, #70add3, #5794b9) !important;
    background: -o-linear-gradient(top, #70add3, #5794b9) !important;
    background: -moz-linear-gradient(top, #70add3, #5794b9) !important;
    background: linear-gradient(top, #70add3, #5794b9) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#70add3', endColorstr='#5794b9')" !important;
    /* IE8 */
}
.portfolio-health-heading {
    background: transparent url(../img/responsive/generic/portfolio/health-heading01.png) right no-repeat;
}
.vitality-heading {
    background: -ms-linear-gradient(top, #fc703f, #f05a25) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fc703f), to(#f05a25)) !important;
    background: -webkit-linear-gradient(top, #fc703f, #f05a25) !important;
    background: -o-linear-gradient(top, #fc703f, #f05a25) !important;
    background: -moz-linear-gradient(top, #fc703f, #f05a25) !important;
    background: linear-gradient(top, #fc703f, #f05a25) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fc703f', endColorstr='#f05a25')" !important;
    /* IE8 */
}
.portfolio-vitality-heading {
    background: transparent url(../img/responsive/generic/portfolio/vitality-heading01.png) right no-repeat;
}
.card-heading {
    background: -ms-linear-gradient(top, #6e568a, #543d71) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6e568a), to(#543d71)) !important;
    background: -webkit-linear-gradient(top, #6e568a, #543d71) !important;
    background: -o-linear-gradient(top, #6e568a, #543d71) !important;
    background: -moz-linear-gradient(top, #6e568a, #543d71) !important;
    background: linear-gradient(top, #6e568a, #543d71) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6e568a', endColorstr='#543d71')" !important;
    /* IE8 */
}
.portfolio-card-heading {
    background: transparent url(../img/responsive/generic/portfolio/card-heading01.png) right no-repeat;
}
.invest-heading {
    background: -ms-linear-gradient(top, #65645c, #4b4a42) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#65645c), to(#4b4a42)) !important;
    background: -webkit-linear-gradient(top, #65645c, #4b4a42) !important;
    background: -o-linear-gradient(top, #65645c, #4b4a42) !important;
    background: -moz-linear-gradient(top, #65645c, #4b4a42) !important;
    background: linear-gradient(top, #65645c, #4b4a42) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#65645c', endColorstr='#4b4a42')" !important;
    /* IE8 */
}
.portfolio-invest-heading {
    background: transparent url(../img/responsive/generic/portfolio/invest-heading01.png) right no-repeat;
}
.life-heading {
    background: -ms-linear-gradient(top, #c09870, #a77e57) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c09870), to(#a77e57)) !important;
    background: -webkit-linear-gradient(top, #c09870, #a77e57) !important;
    background: -o-linear-gradient(top, #c09870, #a77e57) !important;
    background: -moz-linear-gradient(top, #c09870, #a77e57) !important;
    background: linear-gradient(top, #c09870, #a77e57) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c09870', endColorstr='#a77e57')" !important;
    /* IE8 */
}
.portfolio-life-heading {
    background: transparent url(../img/responsive/generic/portfolio/life-heading01.png) right no-repeat;
}
.insure-heading {
    background: -ms-linear-gradient(top, #6d93ab, #537a91) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#6d93ab), to(#537a91)) !important;
    background: -webkit-linear-gradient(top, #6d93ab, #537a91) !important;
    background: -o-linear-gradient(top, #6d93ab, #537a91) !important;
    background: -moz-linear-gradient(top, #6d93ab, #537a91) !important;
    background: linear-gradient(top, #6d93ab, #537a91) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6d93ab', endColorstr='#537a91')" !important;
    /* IE8 */
}
.portfolio-insure-heading {
    background: transparent url(../img/responsive/generic/portfolio/insure-heading01.png) right no-repeat;
}
.portfolio-heading-link:link, .portfolio-heading-link:hover {
    text-decoration: none !important;
}
h1.portfolio-heading {
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    padding: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.portfolio-heading span {
    display: block;
    padding: 6px 5px;
}
.portfolio-heading img {
    /*margin: -5px 5px 0 5px;*/
}
.portfolio-working-indicator {
    display: none;
    position: absolute;
    left: -22px;
    top: 10px;
}
.portfolio-working-indicator img {
    width: 20px;
    height: 20px;
}
li.categoryWithoutSubs {
}
#mega-nav-inner li {
    padding-top: 3px;
    padding-bottom: 3px;
}
#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;
}
.categoryWithoutSubs a:link, .categoryWithoutSubs a:hover, .categoryWithoutSubs a:visited {
    color: #05559D;
}
.categoryWithSubs a:link, .categoryWithSubs a:hover, .categoryWithSubs a:visited {
    color: #055aac;
}
.categoryWithSubs a.highlight, .categoryWithoutSubs a.highlight {
    color: #BB8D62;
}
.categoryWithSubs a:link, .categoryWithSubs a:hover, .categoryWithSubs a:visited {
    color: #055aac;
}
.categoryWithoutSubs, .categoryWithSubs {
    padding: 10px 0 0 0;
    font-weight: bold;
    border-bottom: 1px solid #efefef;
}
/* Corporate links styling section */
#corporate-links-container {
    width: 75%;
    float: right;
    text-align: right;
}
#corporate-links-box ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    white-space: nowrap;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#corporate-links-box ul li {
    display: inline-block;
    clear: none;
}
#corporate-links-box ul li a {
    display: block;
    padding: 10px 8px;
    text-align: center;
    margin: 0;
    /*min-width: 35px;*/
}
#corporate-links-box ul li a:link, #corporate-links-box ul li a:visited {
    color: #828282;
    font-size: 12px;
}
#corporate-links-box ul li a:hover {
    color: #626262;
}
#corporateSubNavigationContainer {
    /*min-height: 220px;*/
}
.corporate-page-nav {
    list-style-type: none;
    margin: 0;
}
.corporate-page-nav li a, .corporate-page-nav li a:visited {
    background-color: #fff;
    text-decoration: none;
    padding: 5px 3px;
    display: block;
    border-bottom: 1px solid #DCDBDB;
    position: relative;
    color: #828282;
}
.corporate-page-nav li:last-child a {
    border-bottom: none;
}
.corporate-page-nav li a:hover {
    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;
    text-decoration: none !important;
}
.corporate-page-nav li.corporateSelectedItem a {
    background-color: #1B4F89 !important;
    background-repeat: no-repeat;
    background-image: -ms-linear-gradient(top, #2989CA, #025396) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2989CA), to(#025396)) !important;
    background-image: -webkit-linear-gradient(top, #2989CA, #025396) !important;
    background-image: -moz-linear-gradient(top, #2989CA, #025396) !important;
    background-image: linear-gradient(top, #2989CA, #025396) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2989CA', endColorstr='#025396')" !important;
    /* IE8 */
    color: #FFFFFF;
    text-decoration: none !important;
}
.corporate-page-nav li a.corporateParentItem {
    position: relative;
}
.corporate-page-nav li a.corporateParentItem span.moreIndicator {
    background: url(../img/responsive/generic/mobile/icon_arrow09.png) no-repeat 100% center;
    position: absolute;
    height: 20px;
    width: 20px;
    right: 5px;
}
.corporate-page-nav li div.corpSubContainer {
    display: none;
}
.mobile-page-nav li div.mobileNavSubContainer {
    display: none;
}
#appIFrameObj {
    /*display:none;*/
}
#iframeLoading {
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    background: transparent url("../img/responsive/generic/ajax-loader-grey.gif") no-repeat left;
}
.non-responsive-main-container {
    min-width: 982px;
}
.display-line {
    *zoom: 1;
    vertical-align: middle;
}
.display-line:before, .display-line:after {
    display: table;
    content:"";
}
.display-line:after {
    clear: both;
}
.display-line .display-label {
    float: left;
    width: 49%;
    min-width: 49%;
    padding: 5px 0;
    font-weight: bold;
}
.display-line .display-content {
    float: right;
    width: 49%;
    min-width: 49%;
    padding: 5px 0;
    vertical-align: middle;
}
.display-line .fix-case, .fix-case {
    text-transform: capitalize
}
.clear-both {
    clear: both;
}
ul {
    padding-left: 0px;
}
.full-height {
    height: 100%;
}
.box-content p {
    margin: 5px 0;
}
#what-today-container {
    -webkit-border-radis: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #FFFFFF;
}
#what-today-left {
    -webkit-border-radis: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#what-today-right {
    position: relative;
    -webkit-border-radis: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#what-today-left-content {
    padding: 10px 5px 10px 25px;
}
#what-today-slider {
    /*margin-bottom: 0;*/
    margin: 0 15px;
}
#what-today-slider .carousel-arrow-control {
    top: 45%;
}
#what-today-slider .carousel-inner {
    width: 100%;
    height: 100%;
}
#what-today-slider .carousel-inner div.item {
    vertical-align: middle;
    text-align: center;
}
#what-today-slider .carousel-inner div.item div {
    position: relative;
    height: 120px;
    clear: both;
    overflow: hidden;
}
#what-today-slider .carousel-inner div.item img {
    height: 250px;
    margin: 0 auto;
}
#what-today-slider .carousel-inner div.item div p {
    padding: 5px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    margin-top: -45px;
    font-weight: bold;
}
.box-content:before, .box-content:after {
    display: table;
    content:"";
}
.box-content:after {
    clear: both;
}
.box-content img {

    /*margin-bottom: 10px;*/

}
.thumbnails > li {
    margin-bottom: 0;
    padding-bottom: 0;
    /*margin-bottom: 0px;*/
}
.highlight {
    color: #BB8D62;
}
.product-colour {
    color: #05559D;
}
h1.gradient1 {
    padding: 0 5px;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    color: #FFFFFF;
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
h1.gradient2 {
    padding: 0 5px;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    color: #828282;
    font-family: "opensansregular", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
.rounded-top {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.rounded-bottom {
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.bottom-margin10 {
    margin-bottom: 10px;
}
.bottom-margin20 {
    margin-bottom: 20px;
}
.top-margin10 {
    margin-top: 10px;
}
.top-margin20 {
    margin-top: 20px;
}
.top-margin30 {
    margin-top: 30px;
}
.rounded-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.no-border {
    border: none !important;
}
.no-bottom-border {
    border-bottom: none !important;
}
.no-margin {
    margin: 0 !important;
}
.no-bottom-margin {
    margin-bottom: 0 !important;
}
.no-left-margin {
    margin-left: 0 !important;
}
.no-bottom-padding {
    padding-bottom: 0 !important;
}
.right-margin-small {
    margin-right: 5px;
}
.two-col-box-margin-top {
    margin-top: 18px;
}
/* All primary-links */
.primary-link {
    background: #f8f8f8;
    background: -ms-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: linear-gradient(top, #f8f8f8, #e8e8e8);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#e8e8e8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#FEFEFE', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #0088cc;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 3px 0;
}

.more-info-link {
    margin-top: 15px;
    border-top: 2px solid #05559D;
    padding: 8px 5px;
    background-color: #FFF;
    *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 {
    /*float: right;*/
    text-align: right;
    padding-right: 20px;
    display: block;
    position: relative;
}

.more-info-link a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    /*margin-left: 10px;*/
    right: 5px;
    font-size: 1.5em;
}

.folded-link {
    margin: 15px -17px 10px 0;
    background: -ms-linear-gradient(top, #EE9B46, #D3883B);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#EE9B46), to(#D3883B));
    background: -webkit-linear-gradient(top, #EE9B46, #D3883B);
    background: -moz-linear-gradient(top, #EE9B46, #D3883B);
    background: linear-gradient(top, #EE9B46, #D3883B);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EE9B46', endColorstr='#D3883B')" !important;
    /* IE8 */
    bottom: 50px;
    float: right;
    cursor: pointer;
    width: 150px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.folded-link-blue {
    margin: 15px -17px 10px 0;
    background: -ms-linear-gradient(top, #70ADD3, #5794B9);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#70ADD3), to(#5794B9));
    background: -webkit-linear-gradient(top, #70ADD3, #5794B9);
    background: -moz-linear-gradient(top, #70ADD3, #5794B9);
    background: linear-gradient(top, #70ADD3, #5794B9);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#70ADD3', endColorstr='#5794B9')" !important;
    /* IE8 */
    bottom: 50px;
    float: right;
    cursor: pointer;
    width: 150px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
}
.folded-link a, .folded-link a:visited, .folded-link a:hover, .folded-link-blue a, .folded-link-blue a:visited, .folded-link-blue a:hover {
    color: #FFFFFF;
    display: block;
    padding: 12px 10px 12px 15px;
    font-weight: bold;
}
.folded-link .foldwrap_right, .folded-link-blue .foldwrap_right {
    background: url('../img/responsive/generic/foldright.png');
    width: 7px;
    height: 5px;
    position: relative;
    float: right;
    right: 0px;
    margin-top: -5px;
    z-index: 999;
}
.primary-link a:link, .primary-link a:visited, .primary-link a:hover {
    /*background: transparent url(../img/responsive/generic/icon_arrow01.png) right center no-repeat;*/
    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: 1.5em;
}

.primary-link span {
    color: #828282;
    display: block;
    padding: 7px;
}
.text-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.text-link li {
    padding: 5px 35px 5px 5px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.text-link li:last-child {
    border-bottom: none;
}
.text-link li a {
    position: absolute;
    right: .5em;
    left: auto;
    top: 5px;
}
.with-image li {
    padding: 5px 35px 5px 25px;
}
.with-image li img {
    position: absolute;
    left: 0;
    top: 5px;
    border: none;
}
.with-image li i {
    position: absolute;
    top: 8px;
    left: 0;
}
.full-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.full-link li {
    padding: 5px 0 5px 5px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.full-link li:last-child {
    border-bottom: none;
}
.full-link li a {
    display: block;
    /*background: transparent url(../img/responsive/generic/icon_arrow01.png) right center no-repeat;*/
    padding-right: 10px;
}

.full-link li a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 5px;
    font-size: 1.5em;
}


.img-full-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.img-full-link li {
    overflow: auto;
    padding: 5px 0;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.img-full-link li img {
    float: left;
}
.img-full-link li:last-child {
    border-bottom: none;
}
.img-full-link li a, .img-full-link li span {
    display: block;
    line-height: 27px;
    vertical-align: middle;
}
.img-full-link li a.icon {
    background: transparent url(../img/responsive/generic/icon_arrow01.png) right center no-repeat;
    background-position: 98%;
}
.supporting-link-button {
    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 !important;
    border: 1px solid #ddd;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*height: 70px;*/
    height: auto;
    padding-bottom: 7px;
    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;
}
.side-tabs-content {
    padding: 10px 5px 5px 10px;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
}
.product-box .side-tabs-content, .generic-box .side-tabs-content, .highlight-box .side-tabs-content, .box-content .side-tabs-content {
    border: none;
}
.side-tabs-content .tabs-left {
    width: 100%;
    clear: both;
    position: relative;
    padding-bottom: 30px;
}
.side-tabs-content .tabs-left > .nav-tabs {
    padding-left: 0;
    float: left;
    width: 25%;
}
.side-tabs-content .tabs-left > .tab-content {
    float: left;
    width: 73%;
}
.side-tabs-content .tabs-left > .tab-content .more-info-link {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    text-align: right;
}
.side-tabs-content .tabs-left > .nav-tabs > li > a {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    /*background: -ms-linear-gradient(top, #FFFFFF, #E4E4E4) !important;*/
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    text-decoration: none;
    padding: 10px 15px;
    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;
}
.side-tabs-content .tabs-left > .nav-tabs > li > a:hover {
    text-decoration: none;
    border: 1px solid #8F8C8B;
    color: #FFFFFF;
}
.side-tabs-content .tabs-left > .nav-tabs > li.active > a {
    background-color: #04529A;
    width: 100%;
    border: 1px solid #0A5499;
    color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
    text-decoration: none;
}
.side-tabs-content .tabs-left > .nav-tabs {
    border: none;
}
.side-tabs-content .tab-pane {
    padding: 10px 10px 10px 30px;
}
.split-box {
    position: relative;
    clear: both;
}
.split-box .box-content {
    border:1px solid #DBDBDB;
}
.tabbable .nav-tabs {
    margin-left: -18px;
}
.leftwrap {
    background: url('../img/responsive/generic/foldleft.png') top left no-repeat;
    position: relative;
    padding-top: 5px;
}
.leftwrap a, .leftwrap-blue a {
    color: #FFFFFF;
}
.side-tabs-content .tabs-left > .nav-tabs-leftnav {
    padding-left: 0;
    float: left;
    width: 95%;
}
.side-tabs-content .tabs-left > .nav-tabs-leftnav > li > a {
    margin-bottom: 10px;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topright: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    /*background: -ms-linear-gradient(top, #FFFFFF, #E4E4E4) !important;*/
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    text-decoration: none;
    padding: 10px 15px;
    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;
}
.side-tabs-content .tabs-left > .nav-tabs-leftnav > li > a:hover {
    text-decoration: none;
    border: 1px solid #8F8C8B;
    color: #FFFFFF;
}
.tabbable .nav-tabs-leftnav {
    margin-left: -18px;
}
.nav-tabs-leftnav > li > a:hover {
    color: #ffffff;
    background-repeat: no-repeat;
    text-decoration: none !important;
}
.nav-tabs-leftnav > li.active > a, .nav-tabs-leftnav > li.active > a:hover {
    color: #ffffff;
    background-repeat: no-repeat;
}


/*Tabs for functionality */
#tabnav_secondary, .tabnav_secondary {margin:0; padding:0;margin-top:8px;margin-bottom:0;position:relative;}
#tabnav_secondary li a, .tabnav_secondary li a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#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 #cdcdcd;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    white-space: nowrap;
    color: #828282 !important;
    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: -moz-linear-gradient(top, #FFFFFF, #E4E4E4) ;
    background: linear-gradient(top, #FFFFFF, #E4E4E4) ;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E4E4E4') progid:DXImageTransform.Microsoft.DropShadow(Color='#FFFFFF', OffX=0, OffY=0)" !important; /* IE8 */
    display: inline-block;
    text-decoration: none;
}

#tabnav_secondary li a:hover, .tabnav_secondary li a:hover {
    white-space: nowrap;
    text-decoration: none;
    background: -ms-linear-gradient(top, #c4bebb, #8F8C8B);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#c4bebb), to(#8F8C8B));
    background: -webkit-linear-gradient(top, #c4bebb, #8F8C8B);
    background: -o-linear-gradient(top, #c4bebb, #8F8C8B);
    background: -moz-linear-gradient(top, #C4BFBC, #8F8C8B);
    background: linear-gradient(top, #c4bebb, 8F8C8B);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c4bebb', endColorstr='#8F8C8B') progid:DXImageTransform.Microsoft.DropShadow(Color='#c4bebb', OffX=0, OffY=0)" !important; /* IE8 */
    color: #FFFFFF !important;
}

#tabnav_secondary li a.current, .tabnav_secondary  li a.current, #tabnav_secondary li #current, .tabnav_secondary  li #current {
    color: #FFFFFF !important;
    background: -moz-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4991D3), color-stop(100%, #044E94));
    background: -webkit-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -o-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -ms-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: linear-gradient(top, #4991D3 0%, #044E94 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4991D3', endColorstr='#044E94') progid:DXImageTransform.Microsoft.DropShadow(Color='#4991D3', OffX=0, OffY=0)" !important; /* IE8 */
}

#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: #FFFFFF !important;
    background: -moz-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4991D3), color-stop(100%, #044E94));
    background: -webkit-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -o-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -ms-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: linear-gradient(top, #4991D3 0%, #044E94 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4991D3', endColorstr='#044E94') progid:DXImageTransform.Microsoft.DropShadow(Color='#4991D3', OffX=0, OffY=0)" !important; /* IE8 */
}

#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;}

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

#subnav, .subnav { margin-top:0;width:97%;font-size:95%;}
#subnav li,.subnav li { display:inline;line-height: 25px;list-style:none;padding: 0 12px 0 0;}
#subnav li a:link, .subnav li a:link, #subnav li a:visited, .subnav li a:visited {margin: 0;padding-right: 12px;text-decoration: none;border-right:1px solid #ccc;color: #333;}
#subnav li a:hover, .subnav li a:hover {color: #999;}
#subnav li.current a:link, .subnav li.current a:link, #subnav li.current a:visited, .subnav li.current a:visited {color: #005da0; font-weight: 600;}
#subnav li.current a:hover, .subnav li.current a:hover {cursor:default;}


.image-float-left {
    float: left;
    margin: 0 15px 20px 0;
    max-width: 50%;
}
.content-no-wrap {
    overflow: visible;
    padding-bottom: 15px;
    text-align: left;
}
.split-box-header {
    position: relative;
    clear: both;
    width: 100%;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.split-box-header h1 {
    margin: 0;
    padding: 0 5px;
    color: #FFFFFF;
    font-size: 15px;
}
.split-box-header:before, .split-box-header:after {
    display: table;
    content:"";
}
.split-box-header:after {
    clear: both;
}
.split-box-header div.split-grey {
    float: left;
    width: 55%;
    position: relative;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.split-box-header div.split-grey .split-image {
    background: transparent url('../img/responsive/generic/grey_split.png') no-repeat center;
    width: 30px;
    position: absolute;
    top: 0;
    right: -2px;
    height: 36px;
}
.split-box-header div.split-blue {
    float: right;
    width: 45%;
    position: relative;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.modal-body iframe {
    width: 100%;
    height: 390px;
}
.modal-body {
    /*width: 100%;*/
    /*height: 100%;*/
}
.expander {
    width: 100%;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.expander-full-toggle {
    text-align: right;
}
.panel-toggle {
    cursor: pointer;
    margin-top: 1px;
    padding: 10px;
    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;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #E5E5E5;
}
.panel-toggle:first-child {
    margin-top: 0;
}
.panel-toggle span {
    display: block;
    width: 100%;
    background: transparent url(../img/responsive/generic/icon_arrow04.png) no-repeat;
    background-position: 100%;
}
.panel-toggle span.panel-expanded {
    background: transparent url(../img/responsive/generic/icon_arrow04b.png) no-repeat;
    background-position: 100%;
}
.panel-toggle.expanded {
    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;
}
.expandable-content {
    display: none;
    padding: 10px;
    background-color: #FFFFFF;
}
.expandable-content p {
    /*margin: 0;*/
    /*padding: 0;*/
}
.white-well {
    background-color: #FFFFFF;
}
.well {
    border-color: #ddd;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.well .well-div {
    margin-bottom: 10px;
}
/* ========================================= */

/* Footer */

/* ========================================= */
#footer-structure-row, #header-structure-row {
    font-size: 12px;
    /*border-top: 1px solid #e4ddd7;*/
    /*background: #f2f1ec url(../img/responsive/generic/bg04.jpg) repeat;*/
}

#footer-structure-row {
    /*margin-top: 50px;*/
    padding-bottom: 0;
    margin-bottom: 0;
}
#footer-structure-row hr {
    border-top: 1px solid #e4ddd7;
    border-bottom: none;
}
#top-info-bar-row, #footer-bottom-row {
    margin-top: 0;
    background-color: transparent;
    font-size: 12px;
}
#footer-container {
    padding-top: 15px;
}
#footer-container .footer-plain a, #footer-container .footer-plain a:hover, #footer-container .footer-plain a:visited {
    color: #555;
}
#footer-container .footer-plain a:hover {
    text-decoration: underline;
}
#top-info-bar-content, #footer-bottom-content {
    padding: 5px 0 0 5px;
}
#top-info-bar-content a, #top-info-bar-content a:hover, #top-info-bar-content a:visited, #footer-bottom-content a, #footer-bottom-content a:hover, #footer-bottom-content a:visited {
    color: #555;
}
#top-info-bar-content a:hover, #footer-bottom-content a:hover {
    text-decoration: underline;
}
.footer-box {
    margin-bottom: 15px;
    padding: 10px;
}
.footer-box h3 {
}
.footer-box .box-content {
    background-color: transparent;
    border: none;
    padding: 0;
}
.footer-box .box-content a {
    text-decoration: none;
}
.footer-box .box-content h3 {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
}
.inner-footer {
    background-color: #b2a9a4;
}
.footer-product-contact {
    display: none;
}
.social-media-icons img {
    margin: 5px 5px 5px 0;
}
#rate-this-container {
    position: absolute;
    top: -30px;
    right: 15px;
}
#rate-this-header {
    padding: 0 50px;
    height: 30px;
    background: url('../img/responsive/generic/icon_rate.png') no-repeat right bottom;
    cursor: pointer;
}
#rate-this-content {
    background: url('../img/responsive/generic/bg07.gif');
    width: 300px;
    display: none;
    color: #FFFFFF;
    padding: 10px;
    /*text-align: center;*/
}
#rate-this-form-container {
    color: #FFFFFF;
}
#rate-this-form-container p {
    padding: 10px 0 5px 0;
    margin: 0;
    text-align: left;
}
#like-this-btn {
    position: relative;
    padding: 8px 15px 8px 40px;
}
#dont-like-this-btn {
    position: relative;
    padding: 8px 10px 8px 40px;
    /*margin-left: 5px;*/
}
#like-this-btn-img, #dont-like-this-btn-img {
    width: 25px;
    height: 27px;
    position: absolute;
    left: 5px;
    margin-top: -12px;
    top: 50%;
}
#like-this-btn-img {
    background: url('../img/responsive/generic/icon_rate01.png') no-repeat left bottom;
}
#dont-like-this-btn-img {
    background: url('../img/responsive/generic/icon_rate02.png') no-repeat left bottom;
}
#rate-this-comments {
    width: 100%;
    height: 50px;
}
#close-rate-this {
    margin-left: 5px;
}
/*
    ================================================================
    Table styles
    ================================================================
*/

.nowrap {
    white-space: nowrap;
}

/*------------------------ Responsive table desktop and tablet -------------------------------*/
.table-wrapper {
    position: relative;
}
.table-menu-wrapper {
    right: 0;
    /*padding-top: 20px;*/
}
.table-menu {
    position: absolute;
    background-color: #fff;
    padding: 10px;
    margin: 0;
    border: 1px solid #ccc;
    font-size: 12px;
    width: 12em;
    right: 0;
    left: auto;
    top: -11px;
    z-index: 200;
}
.table-menu-hidden {
    left: -999em;
    right: auto;
}
.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: -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;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.table-menu-btn-caret {
    padding: 0;
    margin: 6px 0 0 5px;
}
.table-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.table-menu input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}
.table-menu li {
    padding: .3em 0;
}
.co-name {
    display: block;
    font-size: .9em;
    opacity: .4;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
}
.enhanced th, .enhanced td {
    display: none;
}
.legacy-ie .enhanced th.essential, .legacy-ie .enhanced td.essential {
    display: inline;
}
.enhanced th.essential, .enhanced td.essential {
    display: table-cell;
}
@media screen and (min-width: 1024px) {
    .legacy-ie .enhanced th.optional, .legacy-ie .enhanced td.optional {
        display: inline;
    }
    .enhanced th.optional, .enhanced td.optional {
        display: table-cell;
    }
}
@media screen and (min-width: 1024px) {
    .legacy-ie .enhanced th, .legacy-ie .enhanced td {
        display: inline;
    }
    .enhanced th, .enhanced td {
        display: table-cell;
    }
}
/* -------------------------------- Mobile table ----------------------- */
.mobile-table {
    border-collapse: collapse;
}
.mobile-table .mobile-table-heading {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding: 8px;
    background: #0657a1;
    text-align: left;
    border-bottom: 1px solid #FFFFFF;
    line-height: 16px;
    border-top: 1px solid transparent;
    text-align: left;
}
.mobile-table .mobile-content-td {
    font-weight: normal;
    padding: 8px;
    text-align: left;
    line-height: 16px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    text-align: left;
    background-color: #FFFFFF;
}
.mobile-table-controls td {
    font-weight: normal;
    padding: 8px;
    line-height: 16px;
}
/* ===== General table styles ===== */
table {
    width: 100%;

}
.table-small th, .table-small td {
    padding: 4px 5px;
    font-size: 11px;
}
.table {
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.transparent-table {
    background-color: transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.transparent-table tbody td, .transparent-table thead th {
    background-color: #fff;
    padding: 8px;
}
.transparent-table tbody td.no-background, .transparent-table thead th.no-background {
    background-color: transparent;
}
thead th.border-top {
    border-top: 1px solid #DDD;
}
.product-box .table-bordered, .generic-box .table-bordered {
    margin-top: -3px;
    border-top: 1px solid #ccc;
}
.shadow {
    box-shadow: 0 2px 2px -2px #ccc;
}
/* ===== Table toolbar ===== */
.tToolbar {
    height: 36px;
    border: 1px solid #cdcdcd;
    position: relative;
    margin-bottom: -4px;
    margin-left: 0px;
    background: #F8F8F8;
    background: -moz-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8F8F8), color-stop(100%, #EFEFEF));
    background: -webkit-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
    background: -o-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
    background: -ms-linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
    background: linear-gradient(top, #F8F8F8 0%, #EFEFEF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#efefef', GradientType=0);
}
.tToolbar li {
    display: block;
    float: right;
    border-left: 1px solid #c3c3c3;
}
.tToolbar li a {
    padding: 10px 12px;
    display: block;
    color: #808080;
    font-size: 11px;
    box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset;
    -webkit-box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset;
    -moz-box-shadow: 1px 0 0 #fcfcfc inset, -1px 0 0 #fcfcfc inset;
}
.tToolbar li a:hover {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #eaeaea));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    background: linear-gradient(top, #f8f8f8 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#eaeaea', GradientType=0);
}
.tToolbar li a:active {
    background: #f8f8f8;
}
/* ===== Table menu ===== */
.titleOpt {
    float: right;
    font-size: 11px;
    font-weight: bold;
}
.titleOpt > a {
    padding: 0px 12px;
    border-left: 1px solid #c3c3c3;
    display: block;
    height: 39px;
    color: #fff;
    clear: both;
    margin-bottom: 2px;
}
.table-striped tr:hover td {
}
/*-----------------------One Column Emphasis---------------------------------------*/
.oce-first {
    background: #efefef;
}
.one-column-emphasis tr:hover td {
    color: #333;
    background: #dfdfdf;
}
/*-----------------------Vertical Zebra------------------------------------------*/
.ver-zebra {
    text-align: left;
    border-collapse: collapse;
}
.ver-zebra td {
    padding: 8px 15px;
    line-height: 16px;
    color: #828282;
}
.vzebra-odd {
    background: #f8f8f8;
}
.vzebra-even {
    background: #ffffff;
}
.vzebra-header-odd {
    background: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
}
.vzebra-header-even {
    background: #efefef;
    border-bottom: 1px solid #dfdfdf;
}
/*--------------------- Discovery Existing Table Syles ------------- */

/* table styles */
.tableBorders, .tableborders, .tableBorders, .tableborders, .tablecompact {
    background-color: #fff;
    border: 1px solid #ddd;
}
.maintableHead td, .mainTableHead td, .maintablehead td, .mainTablehead td {
    background: #efefef;
    text-align: left;
}
.tableBorders td, .tableborders td, .tableBorders th, .tableborders th {
    padding: 3px 6px;
    padding: 8px;
    line-height: 16px;
    text-align: left;
}
.tablespacer {
    display: block;
    width: 100%;
}
.tableBorders, .tableborders {
    margin-bottom: 10px;
}
.tableColumnBorder td, .tablecolumnborder td {
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #bebebe;
}
.tableColumnBorder th, .tablecolumnborder th {
    border: 1px solid #d8d8d8;
}
.tableColumnBorder, .tablecolumnborder {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.tablerowborder td {
    border-bottom: 1px solid #d8d8d8;
}
.tablerowborder {
    border-right: 1px solid #bebebe;
    border-left: 1px solid #d8d8d8;
    margin-bottom: 10px;
}
.tablerowborder th {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #d8d8d8;
}
.tablerowborder2 td, .tablerowborder2 th {
    border-bottom: 1px solid #fff;
    padding: 4px 6px;
}
.tablerowborder2 {
    margin-top: 5px;
    margin-bottom: 10px;
}
.tablerowborder2 H3 {
    border-bottom: none;
}
.tablecompact td, .tablecompact th {
    border: 1px solid #d8d8d8;
    padding: 2px;
    font-size: 90%;
}
.tablecompact {
    margin-bottom: 10px;
}
.notableborders {
    margin-top: 5px;
    margin-bottom: 10px;
}
.notableborders td, .notableborders th {
    border: none;
    padding: 4px 6px;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.notableborders H3 {
    border-bottom: none;
}

/*  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 {

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;

    background: -ms-linear-gradient(top, #FFFFFF, #E4E4E4) !important;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E4E4E4)) !important;
    background: -webkit-linear-gradient(top, #FFFFFF, #E4E4E4) !important;
    background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4) !important;
    background: linear-gradient(top, #FFFFFF, #E4E4E4) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFFFFF', endColorstr='#E4E4E4')" !important; /* IE8 */

    padding:8px;
    font-weight: normal;
    font-size: 15px;
    overflow: hidden;
    border: none;

}

.contentBorderNotice, .contentbordernotice {background:url(../../img/note_notice.gif) no-repeat top left;border-bottom:1px solid #dfdfdf;;padding:1px 0px 0px 90px; background-color:#fff;}
.contentInnerNotice, .contentinnernotice {}
.contentBorderWarning, .contentborderwarning {position:relative;background:url(../../img/note_warning.gif) no-repeat top left;border-bottom:1px solid #dfdfdf;padding:1px 0px 0px 90px; background-color:#fff;}
.contentInnerWarning, .contentinnerwarning {}
.contentBorderBuild, .contentborderbuild {position:relative;background:url(../../img/note_build.gif) no-repeat top left;border-bottom:1px solid #dfdfdf;padding:1px 0px 0px 90px; background-color:#fff;}
.contentInnerBuild, .contentinnerbuild {}
.contentBorderOkay, .contentborderokay {position:relative;background:url(../../img/note_okay.gif) no-repeat top left;border-bottom:1px solid #dfdfdf;padding:1px 0px 0px 90px;   background-color: #fff;}
.contentInnerOkay, .contentinnerokay {}
.errorNote, .errorRed, .errorText, .errornote, .errorred, .errortext { color:#CC0001;background-color:#f2dede;border:1px solid #eed3d7;margin:7px 8px 7px 0px;padding:10px;}
.contentBorder .noted, .contentborder .noted {background-color:#FFFFE1;border:1px sold #dfdfdf; margin:7px 8px;padding:0px 10px;}

.contentBorder .errorNote, .contentBorder .errorRed, .contentBorder .errorText, .contentborder .errornote, .contentborder .errorred, .contentborder .errortext { color:#CC0001;background:url(../../img/icon_error_ani.gif) no-repeat 0 7px;background-color:#F8F8F8;border:1px dashed #CC0001;margin:7px 8px;padding:0px 10px 0px 35px;}
.contentBorder h1, .contentBorder h2, .contentborder h1, .contentborder h2, .contentBorder h3, .contentborder h3, {margin:15px 10px 5px 10px;}
.contentBorder ul li, .contentborder ul li {margin-left:30px;}
.contentBorder table, .contentborder table {margin-left:3px;}
.contentBorder td, .contentborder td {padding:3px 6px;}
.contentBorderOkay h1, .contentBorderOkay h2, .contentborderokay h1, .contentborderokay h2 {margin:15px 10px 5px 10px;color:#339900;}
.contentBorderNotice h1, .contentBorderNotice h2, .contentbordernotice h1, .contentbordernotice h2 {margin:15px 10px 5px 10px;color:#DBA800;}
.contentBorderWarning h1, .contentBorderWarning h2, .contentborderwarning h1, .contentborderwarning h2 {margin:15px 10px 5px 10px;color:#B30000;}
.contentBorderBuild h1, .contentBorderBuild h2, .contentborderbuild h1, .contentborderbuild h2 {margin:15px 10px 5px 10px;color:#003BE2;}

tr .height25 {
    height: 25px;
}
.pinpointTable td, .pinpointTable td, .pinpointTable th, .pinpointTable th {
    border: 1px solid #bebebe;
    padding: 3px 6px;
    vertical-align: top;
}
.grhover {
    background-color: #efefef;
}
.grhover2 {
    background-color: #ffffff;
}
.grA, .gra {
    background-color: #f8f8f8;
}
.grB, .grb {
    background-color: #fff;
}
.grC, .grc {
    background-color: #e3e3e3;
}
.grD, .grd {
    background-color: #fff;
}
.grE, .gre {
    background-color: #efefef;
}
.grF, .grf {
    background-color: #f8f8f8;
}
.gry, .grY {
    background-color: #FFFFCC;
}
.gryy, .grYY {
    background-color: #ffeda5;
}
.trbg-red {
    background-color: #ffe6e6;
}
table.tableBorders tr.trbg-red td, table.tableborders tr.trbg-red td {
    border: 1px solid #cc6666 !important;
    padding: 6px;
}
.trbg-yellow {
    background-color: #ffffcc;
}
table.tableBorders tr.trbg-yellow td, table.tableborders tr.trbg-yellow td {
    border: 1px solid #e6c800 !important;
    padding: 6px;
}
.deta {
    border: 2px solid #E5E2D8;
    border-top: none;
}
.detb {
    border: 2px solid #EDE7D5;
    border-top: none;
}
td.amountcell {
    text-align: right;
    padding-right: 20px !important;
}
td.negativeamountcell {
    text-align: right;
    padding-right: 0 !important;
}
.negativeamountcell .amountleft {
    text-align: right;
    padding: 0;
    margin: 0;
    border: none;
}
.negativeamountcell .amountright {
    text-align: left;
    width: 20px;
    padding: 0;
    margin: 0;
    border: none;
    display: inline-block;
}
td.totalamountcell {
    border-top: 1px solid #333 !important;
    border-bottom: 3px double #333 !important;
}
td.subtotalamountcell {
    border-top: 1px solid #333 !important;
}
td.alignleft {
    text-align: left;
}
td.alignright {
    text-align: right;
}
td.aligncenter {
    text-align: center;
}
tr.trhov {
    cursor: pointer;
    background: url(../../img/tab_back_global3.gif) top repeat-x #CFB69E;
}
tr.collapsable {
    cursor: pointer;
}
.collapsed span.expander {
    float: left;
    width: 13px;
    height: 13px;
    background: url(../../img/icon_collapse_expand.gif) top no-repeat;
    margin: 2px 5px 2px 0;
    font-size: 6px;
}
.tableborders .collapsed td, .tableBorders .collapsed td, .tableborders .collapsed th, .tableBorders .collapsed th {
    border: 1px solid #bebebe;
}
.expanded span.expander {
    float: left;
    width: 13px;
    height: 13px;
    background: url(../../img/icon_collapse_expand.gif) bottom no-repeat;
    margin: 2px 5px 2px 0;
    font-size: 6px;
}
.expand-padding {
    padding-left: 20px !important;
}
.join-content-row td, .join-content-row th {
    border-bottom: 0;
}
.join-header-row {
    margin-top: -2px;
}
.join-header-row td, .join-header-row th {
    border-top: 0;
    margin-top: -2px;
}
.join-header-row-norowborder td, .join-header-row th {
    border-top: 0;
    margin-top: -2px;
    border-bottom: 0;
}
.dettablea {
    border: 2px solid #E5E2D8;
    background-color: #fff;
    margin: 5px;
}
.dettablea th {
    background-color: #E5E2D8;
    vertical-align: bottom;
}
.dettablea td {
    border: 1px solid #E5E2D8;
    vertical-align: top;
}
.dettableb {
    border: 2px solid #EDE7D5;
    background-color: #fff;
    margin: 5px;
}
.dettableb th {
    background-color: #EDE7D5;
    vertical-align: bottom;
}
.dettableb td {
    border: 1px solid #EDE7D5;
    vertical-align: top;
}
/*
    ================================================================
    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 10px;
}
.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: 60px;
    font-weight: 100;
    color: #ffffff;
    text-align: center;
    background: transparent url(../img/responsive/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/responsive/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 */
}
.accordion {
    background-color: #FFFFFF;
    margin-bottom: 0;
    border: 1px solid #E4E4E4;
    display: none;
}
.accordion-group {
    margin: 0;
    border: none;
}
.accordion-heading {
    background: #f8f8f8;
    background: -ms-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: linear-gradient(top, #f8f8f8, #e8e8e8);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#e8e8e8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#FEFEFE', OffX=0, OffY=0)" !important;/* IE8 */
    /* IE8 */
    /*border-top: 1px solid #F5F5F5;*/
    /*border-bottom: 1px solid #E5E5E5;*/
}

.accordion-heading .accordion-toggle, .accordion-heading .accordion-toggle:hover {
    text-decoration: none !important;
}


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

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
    font-size: 12px;
}
/*
    ================================================================
    The following section overrides the jQuery UI styles
    ================================================================
*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #828282;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-accordion .ui-state-active a:link {
    color: #828282;
}
.ui-accordion-header .ui-helper-reset .ui-state-active .ui-corner-top, h6 {
    color: #828282;
    text-transform: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #828282;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #828282;
}
.ui-widget-content {
    color: inherit;
}
.ui-accordion {
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.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: #f8f8f8;
    background: -ms-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: linear-gradient(top, #f8f8f8, #e8e8e8);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#e8e8e8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#FEFEFE', OffX=0, OffY=0)" !important;/* IE8 */
    color: #666666;
    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: #f8f8f8;
    background: -ms-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f8f8f8), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: -moz-linear-gradient(top, #f8f8f8, #e8e8e8);
    background: linear-gradient(top, #f8f8f8, #e8e8e8);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='#e8e8e8')  progid:DXImageTransform.Microsoft.DropShadow(Color='#FEFEFE', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #666666;
    border: none;
    border-top: 1px solid #dbdbdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

.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: #0088cc;
}


.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-state-default.ui-accordion-header-active:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    right: 10px;
    color: #0088cc;
    font-size: 1.5em;
}

.ui-accordion .ui-accordion-header.ui-state-default:after, .accordion-toggle:after {
    font-family: "FontAwesome";
    position: absolute;
    top: 5px;
    right: 10px;
    content: "\f107";
    color: #0088cc;
    font-size: 1.5em;
}


.ui-accordion .ui-accordion-header {
    margin-top: 0;
    width: inherit;
    padding: 0;
    margin: 0;
    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 ========== */
.metaDataContainer {
    clear: both;
    position: absolute;
    right: 5px;
    width: 50%;
    text-align: right;
}
.metaDataDiv {
    display: none;
    position: relative;
    text-align: left;
    padding: 5px;
    background-color: #FFF8E1;
    border: gray solid thin;
    font-family: tahoma;
    font-size: 11px;
    z-index: 100;
    /* rounded borders */
    border-radius: 15px 5px 150px 15px;
    -moz-border-radius: 15px 5px 150px 15px;
    /* Shadow effect */
    -moz-box-shadow: 0 0 30px 5px #999;
    -webkit-box-shadow: 0 0 30px 5px #999;
    box-shadow: 0 0 30px 5px #999;
}
.showMetaData {
    cursor: pointer;
    font-size: 8px;
}
.metaDataTable {
    width: 100%;
    margin-left: 5px;
}
.metaDataTable td:first-child {
    font-weight: bold;
    border-bottom: lightgray 1px dotted;
    min-width: 100px;
}
.metaDataTable td {
    padding: 2px;
    word-break: break-all;
}
/* ================================================== */

/* mobile journey styles */
.journey-progress-container, .journey-nav {
    *zoom: 1;
}
.journey-progress-container:before, .journey-nav:before, .journey-progress-container:after, .journey-nav:after {
    display: table;
    content:"";
}
.journey-progress-container:after, .journey-nav:after {
    clear: both;
}
.journey-progress-container {
    width: 100%;
}
.journey-progress-container .journey-nav {
    display: block;
}
.journey-nav {
    position: relative;
}
.journey-nav .journey-progress-left {
    float: left;
    position: relative;
    height: 130px;
    width: 24%;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #FFFFFF;
}
.journey-nav .journey-progress-left .arrow-right {
    position: absolute;
    right: -17px;
    background: url('../img/responsive/health/arrow.png') no-repeat right center;
    width: 100px;
    top: 0%;
    height: 50px;
    z-index: 20;
    /*border: 1px dotted red;*/
}
.journey-nav .journey-progress-progressBarBg {
    width: 100%;
    height: 90px;
    vertical-align: middle;
    background: url('../img/responsive/health/progressBar_bg.png') repeat-x;
    background-position: center;
    z-index: 20;
}
.journey-nav .journey-progress-right {
    float: left;
    position: relative;
    width: 75%;
    height: 130px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
    background: #EBEBEB;
    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 */
}
.journey-nav ul {
    padding: 10px 0 0 10px;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.journey-nav ul, .journey-nav ul li {
    display: inline;
    float: left;
    height: 100%;
}
.heartbeat {
    display: inline;
    float: left;
    height: 50%;
    width: 100%;
}
.heartbeat-tail {
    height: 100%;
    width: 0;
    float: left;
    background: url(../img/responsive/health/heartbeat_tail.gif) repeat-x;
}
.heartbeat-head {
    float: left;
    height: 100%;
    width: 5%;
    background: url(../img/responsive/health/heartbeat_head.gif) no-repeat;
}
.steps {
	background-color: #F0F7FB;
	border-radius: 5px;
}
.stepnumber {
	background-color: #05559D;
	border-radius: 5px 0px 0px 5px;
	float: left;
	margin-right: 25px;
	font-weight: bold;
}
.stepnumber p {
	padding: 10px 7px 12px 12px;
	color: #fff;
	float: left;
}
.stepnumber span {
	width: 0;
	height: 0;
	float: left;
	border-top: 27px solid transparent;
	border-bottom: 24px solid transparent;
	border-left: 15px solid #05559D;
	margin-right: -26px;
}
.steplabel {
	padding: 1px;
}

.check-text .managed-content {
    display: inline;
}
.check-text .managed-content div{
    display: inline;
}
.journey-nav ul li.journey-landing-step {
    width: 0;
    display: none;
}
.journey-nav ul li div {
    text-align: center;
}
.journey-nav ul li div {
    display: inline;
}
.journey-nav ul li div p {
    padding: 0 10px;
}
.journey-mobile {
    text-align: center;
}
.journey-mobile .journey-mobile-nav {
    width: 100%;
    text-align: center;
}
.journey-mobile ul {
    position: relative;
    display: inline-block;
    margin: 0 0 -5px 0;
    list-style: none;
}
.journey-mobile li {
    position: relative;
    list-style: none;
    height: 28px;
    width: 30px;
    background-color: #e8e8e8;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    margin-right: 2px;
    float: left;
}
.journey-mobile li.landing-step-mobile {
    width: 0;
    display: none;
}
.journey-mobile li.active {
    background-color: #04539a;
}
.journey-mobile li a.active-link {
    color: #828282;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    display: block;
}
.journey-mobile li a {
    color: #FFFFFF;
    background-color: #04539A;
    font-size: 16px;
    font-weight: bold;
    line-height: 27px;
    display: block;
}
.journey-mobile li .journey-step a:hover {
    text-decoration: none;
    cursor: default;
}
.journey-mobile li.active a {
    color: #ffffff;
}
.journey-mobile li a.active-link {
    background-color: #ffffff;
}
.journey-mobile li a.active-link:hover {
    color: #FFFFFF;
    background-color: #60A4CE;
}
.journey-mobile li.active div.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #04539a;
    position: absolute;
    margin-top: -5px;
    left: 50%;
    margin-left: -5px;
}
.journey-mobile-nav ul li h3 {
    display: none;
}
.journey-nav-mobile-description {
    background-color: #FFFFFF;
    padding: 10px;
    position: relative;
}
.journey-trigger-left {
    position: absolute;
    left: 1em;
    top: 50%;
    top: 50%;
    margin-top: -15px;
    padding: 15px;
    cursor: pointer;
    background: url("../img/responsive/generic/icon_arrow06.png") no-repeat center right
}
.journey-trigger-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    padding: 15px;
    cursor: pointer;
    background: url("../img/responsive/generic/icon_arrow05.png") no-repeat center right
}
.journey-mobile {
    display: none;
}
/* ========================================= */

/* Andrew's */

/* ========================================= */
.no-header {
    border-top: 1px solid #DBDBDB;
}
.side-tabs-content .tab-content > .tab-pane.active > img {
    float: right;
    margin: 0 0 10px 10px;
}
.top-tabs-content {
    padding: 10px;
}
.top.nav, .tabCarousel.nav {
    margin: 0;
}
.tabnav_secondary li a, .tabnav_secondary li a:hover, #tabnav_secondary li a, #tabnav_secondary li a:hover {
    text-decoration: none !important;
}
.functional-tabs-container {
}
.top.nav.nav-tabs {
    padding-left: 10px;
    border-bottom: 1px solid #DDD;
}
.tabCarousel.nav.nav-tabs {
    border: none;
}
.nav-tabs > li > a {
    border: none;
}
.nav-tabs .open .dropdown-toggle {
    color: #828282;
}
.nav-tabs .active.open .dropdown-toggle {
    color: #FFFFFF;
}
.nav-tabs > li > a {
    cursor: pointer;
    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;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
.nav-tabs > li > a:hover {
    color: #ffffff;
    background-repeat: no-repeat;
    /*border: 1px solid #DDD;*/
    text-decoration: none !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background-repeat: no-repeat;
}
.nav-tabs > li > a, .nav-pills > li > a {
    margin-right: 2px;
}
.carousel-content, .image-gallery-content {
    padding: 20px 10px 0px 10px;
}
.carousel-content .carousel-caption p {
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    padding: 8px 15px;
    background: #e8e8e8;
    background: rgba(111, 111, 111, 0.6);
}
.row-fluid .image-gallery[class*="span"]:first-child {
    margin-left: 2%;
}
.row-fluid .image-gallery[class*="span"] {
    margin-left: 4%;
}
.row-fluid .image-gallery .span3 {
    width: 25%;
}
.row-fluid .image-gallery img {
    display: block;
    padding: 4px;
    line-height: 1;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* ========== Mobile tabs ========== */
.mobile-tabs {
    display: none;
    width: 100%;
    background-color: #ffffff;
    padding-top: 2px;
}
.tab-content img {
    /*display: block;*/
}

.mobile-tabs-arrows {
    display: none;
}
.displayNone {
    display: none;
}
.mobile-tab-list-container {
    text-align: center;
}
/* ========== Discovery Slider Style Carousel ========== */
.discovery-carousel-wrapper {
    /*background: #ffffff;*/
    padding: 10px 47px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    position: relative;
    margin-bottom: 20px;
}

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


.discovery-carousel {
    overflow: hidden;
    /*background:#ffffff;*/
}
.discovery-carousel ul {
    display: none;
}
.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;
}
.discovery-carousel .nav li img {
    margin-right: 8px;
}
.discovery-nav span {
    position: absolute;
    top: 50%;
    left: 10px;
    background: url(../img/responsive/generic/sprite_arrow01.png) no-repeat top left;
    width: 35px;
    height: 34px;
    margin-top: -15px;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.5;
}
.discovery-nav span.discovery-nav-next {
    right: 10px;
    left: auto;
    background-position: -43px 0;
}
.discovery-nav span:hover {
    opacity: 1.0;
}
.tabCarousel.discovery-carousel-wrapper {
    padding: 10px 47px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}
.tabCarousel .discovery-carousel ul li a {
    float: left;
    padding: 10px;
    font-size: 12px;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    height: 50px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.tabCarousel .discovery-carousel ul li a:hover {
    text-decoration: none !important;
}
.discovery-carousel .nav li.active a {
    border: 1px solid #05559D;
    background: -moz-linear-gradient(top, #4991D3 0%, #044E94 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4991D3), color-stop(100%, #044E94)) !important;
    background: -webkit-linear-gradient(top, #4991D3 0%, #044E94 100%) !important;
    background: -o-linear-gradient(top, #4991D3 0%, #044E94 100%) !important;
    background: -ms-linear-gradient(top, #4991D3 0%, #044E94 100%) !important;
    background: linear-gradient(top, #4991D3 0%, #044E94 100%) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4991D3', endColorstr='#044E94')" !important;
    /* IE8 */
    color: #FFFFFF;
}
.discovery-carousel .nav li a span {
    vertical-align: middle;
    display: table-cell;
    height: 50px;
    width: 172px;
    text-align: center;
}
.discovery-carousel .nav li .tab-down-arrow {
    display: none;
    float: left;
    margin: 0 45%;
    position: relative;
    width: 0;
    height: 0;
    text-indent: -99999px;
    vertical-align: top;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #c0c0c0;
    opacity: 1;
}
.tabCarousel.discovery-carousel-wrapper .tab-down-arrow {
    position: absolute;
    bottom: -10px;
    width: 0;
    height: 0;
    right: 50%;
    text-indent: -99999px;
    vertical-align: top;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #c0c0c0;
    opacity: 1;
}
.discovery-carousel .nav li.active .tab-down-arrow {
    display: block;
}
.carousel.tab-content {
    border: none;
}
/* ========== Discovery tab carousel ==========  */
.imageCarousel.discovery-carousel-wrapper {
    padding: 10px 47px;
    border-radius: 0;
    border: none;
    position: relative;
    border-bottom: 1px solid #c0c0c0;
}
.imageCarousel .discovery-carousel ul li a {
    float: left;
    display: block;
    text-decoration: none;
}
.imageCarousel .discovery-carousel ul li.selected a {
    border: 1px solid #05559D;
}
.discovery-carousel li .tab-down-arrow {
    display: none;
    float: left;
    margin: 0 41%;
    position: relative;
    width: 0;
    height: 0;
    text-indent: -99999px;
    vertical-align: top;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #05559D;
}
.discovery-carousel li.selected .tab-down-arrow {
    display: block;
}
/* ========== Discovery carousel with accordion content ==========  */
.carousel.accordion .tab-pane {
    padding: 10px;
}
/* ========== Image gallery with thumbnail carousel ==========  */
.discoveryGallery-image-wrapper {
    position: relative;
    padding: 20px 30px;
    background-color: #ffffff;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    min-height: 20px;
}
.discoveryGallery-image {
    position: relative;
    text-align: center;
    line-height: 0px;
}
.discoveryGallery-image img {
    max-height: 100%;
    max-width: 100%;
}
.discoveryGallery-image-nav a {
    position: absolute;
    top: 45%;
    left: 7px;
    background: url(../img/responsive/generic/icon_arrow_new.png) no-repeat top left;
    width: 20px;
    height: 34px;
    opacity: 0.5;
    margin-top: -15px;
    text-indent: -9000px;
    cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
}
.discoveryGallery-image-nav a.discoveryGallery-image-nav-next {
    right: 5px;
    left: auto;
    background-position: 100% 50%;
}
.discoveryGallery-image-nav a:hover {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
}
.discoveryGallery-caption {
    text-align: center;
    margin-top: 15px;
    position: relative;
}
.discoveryGallery-caption p {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 16px;
    padding: 0 15px;
    text-transform: uppercase;
}
.discoveryGallery-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../img/responsive/generic/ajax-loader-grey.gif) no-repeat center center;
    margin: -23px 0px 0px -23px;
    z-index: 100;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE8 */
}
/* ========== Vertical Carousel ========== */
.verticalContainer {
    width: 100px;
    height: 400px;
    position: relative;
}
.verticalCarousel {
    position: absolute;
    top: 50px;
}
.verticalCarousel img {
    border: 0;
}
.ui-carousel-next, .ui-carousel-prev {
    width: 20px;
    height: 34px;
    background: url(../img/responsive/generic/icon_arrow_new.png) #fff no-repeat top left;
    display: block;
    position: absolute;
    left: 40%;
    z-index: 100;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
.ui-carousel-next {
    top: 5px;
    left: 40%;
    background-position: top right;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
}
.ui-carousel-prev {
    bottom: 0;
}
.ui-carousel-next > span, .ui-carousel-prev > span {
    display: none;
}
.ui-carousel {
    height: 100px;
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    /*for ie7 to work e.g in html carousels*/
    width: 300px
}
.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}
.ui-carousel > .wrapper > * {
    border: 0;
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
    width: 100px;
}
/* Autocomplete styles */
.ac_results {
    padding: 0;
    border: 1px solid #BBBBBB;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ac_results li {
    margin: 0px;
    /*border-bottom: 1px solid #CCCCCC;*/
    padding: 10px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}
.ac_loading {
    background: white url('../../img/ajax-loader-small.gif') right center no-repeat;
}
.ac_odd {
    background-color: #F3F3F3;
}
.ac_over {
    background-color: #d4dfef;
}
/*-------------------------Step Process---------------------*/
#stepProcess {
    font: 12px Arial, Helvetica, sans-serif;
    background: url(../img/responsive/generic/breadcrumbs-1-bg.png) 0 0 repeat-x;
    height: 30px;
    line-height: 30px;
    border: solid 1px #cacaca;
    border-bottom: solid 2px #5f9dc2;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#stepProcess li {
    list-style-type: none;
    float: left;
    padding-left: 10px;
    height: 30px;
    display: block;
    background: url(../img/responsive/generic/breadcrumbs-1-separator.png) top right no-repeat;
    padding-right: 15px;
    text-decoration: none;
    color: #68707c;
    padding-top: 5px;
    text-shadow: 1px 1px 1px #ffffff;
}
#stepProcess li.current {
    color: #ba8e62;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ffffff;
}
#timeoutModal {
    background: url(../img/responsive/generic/expired.jpg) 25% 90% no-repeat;
    height: 400px;
}
#secToTimeout, #sessionExpiredModalContent div h2 {
    color : #b94a48;
}
.colour-block {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 15px;
}
.colour-block img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.cbc {
    color: #ffffff;
    padding: 10px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-height: 100px;
}
.cbc a, .cbc a:hover, .cbc a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.cbc1 {
    background-color: #004b8d;
}
.cbc2 {
    background-color: #4c4c4d;
}
.cbc3 {
    background-color: #848485;
}
.cbc1-vitality {
    background-color: #f15a22;
}
.cbc2-vitality {
    background-color: #f7931e;
}
.cbc3-vitality {
    background-color: #f3c716;
}
.cbc1-card {
    background-color: #5d437d;
}
.cbc2-card {
    background-color: #3b164d;
}
.cbc3-card {
    background-color: #7d7fbd;
}
.cbc1-insure {
    background-color: #5D89A2;
}
.cbc2-insure {
    background-color: #002a4f;
}
.cbc3-insure {
    background-color: #175d86;
}
.cbc1-invest {
    background-color: #545348;
}
.cbc2-invest {
    background-color: #a09d7d;
}
.cbc3-invest {
    background-color: #41403f;
}
.cbc1-life {
    background-color: #ba8c60;
}
.cbc2-life {
    background-color: #ddc8b2;
}
.cbc3-life {
    background-color: #7c6f60;
}
.cbc1-health {
    background-color: #61A4D1;
}
.cbc2-health {
    background-color: #4e7294;
}
.cbc3-health {
    background-color: #8e9ea7;
}
/* Autocomplete styles */
.ui-autocomplete {
    padding: 0;
    border: 1px solid #BBBBBB;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}
.ui-autocomplete ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ui-autocomplete li {
    margin: 0px;
    padding: 10px 5px;
    cursor: default;
    display: block;
    line-height: 16px;
    overflow: hidden;
}
.ui-autocomplete {
    background: white;
}
.ui-autocomplete {
    background-color: #FFFFFF;
}
.ui-autocomplete li a:hover {
    background: none;
    border: none;
}
.ui-autocomplete {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}
.ui-autocomplete .ui-menu-item {
    border-bottom: none;
}
.ui-autocomplete .ui-menu-item a, .ui-autocomplete .ui-menu-item a:hover {
    text-decoration: none;
    background-image: none !important;
    background-color: transparent;
    padding: 10px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}
.ui-autocomplete .ui-menu-item a, .ui-autocomplete .ui-menu-item a:visited {
    /*color: #6fadd3;*/
}
.ui-autocomplete .ui-menu-item a:hover {
    background: none;
    background-color: #F5F5F5;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    text-decoration: none !important;
}
.ui-autocomplete .ui-menu-item a span.light-text {
    color: #A4A4A4;
}
.ui-autocomplete .ui-menu-item a:hover span.light-text {
}
.ui-autocomplete-loading {
    background: white url('../../img/responsive/generic/ajax-loader-grey.gif') right center no-repeat;
}
.ui-autocomplete-category {
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    background-color: #E9E9E9;
}
ul.inline-list, .inline-list li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}
.ui-autocomplete-category {
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
    background-color: #05559D;
    color: #FFFFFF;
}
ul.resp-tabs-list p {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
}
.resp-tabs-container {
    padding: 0px;
    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5) !important;
    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5) !important;
    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5) !important;
    background-image: linear-gradient(top, #ffffff, #f5f5f5) !important;
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f5f5f5')" !important;
    /* IE8 */
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
    padding: 15px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.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;
    background-color: #fff;
}
.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;
    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;
    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;
}
/*-----------Vertical tabs-----------*/
.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;
    background: #fff!important;
    border: 1px solid #ddd;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
}
.resp-vtabs li.resp-tab-active {
    border: 1px solid #ddd;
    border-left:3px solid #05559D;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}
/* add arrow image here */
.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;
}
/* add arrow image here */
h2.resp-tab-active span.icon-chevron-sign-down {
    border: 1px solid #f20!important;
}
/*-----------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;
    background-color: #48718d;
}
.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;
}

.pagination ul li.disabled a:hover {
    text-decoration: none;
}


/* ================================== widget box ============================= */
.widget .body {
    padding: 0px 16px;
}
.widget .body h3 {
    margin-top: 20px;
    width: 100%;
    display:inline-block;
}
.widget .body .row-fluid .span6 {
    margin-top: 14px;
}
.subtext {
    width: 60%;
    float:left;
    /* display:inline-block;   // Float left cannot be used with inline-block; */
    margin-bottom: 15px;
    clear:both;
}
#m-select {
    display: none;
}
/* ================================= end of widget box ========================== */


#smartbanner { position:absolute; left:0; top:-82px; border-bottom:1px solid #e8e8e8; width:100%; height:78px; font-family:'Helvetica Neue',sans-serif; background:-webkit-linear-gradient(top, #f4f4f4 0%,#cdcdcd 100%); background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); box-shadow:0 1px 2px rgba(0,0,0,0.5); z-index:9998; -webkit-font-smoothing:antialiased; overflow:hidden; -webkit-text-size-adjust:none; }
#smartbanner .sb-container { margin: 0 auto; }
#smartbanner .sb-close { position:absolute; left:5px; top:5px; display:block; border:2px solid #fff; width:14px; height:14px; font-family:'ArialRoundedMTBold',Arial; font-size:15px; line-height:15px; text-align:center; color:#fff; background:#070707; text-decoration:none; text-shadow:none; border-radius:14px; box-shadow:0 2px 3px rgba(0,0,0,0.4); -webkit-font-smoothing:subpixel-antialiased; }
#smartbanner .sb-close:active { font-size:13px; color:#aaa; }
#smartbanner .sb-icon { position:absolute; left:30px; top:10px; display:block; width:57px; height:57px; background:rgba(0,0,0,0.6); background-size:cover; border-radius:10px; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
#smartbanner.no-icon .sb-icon { display:none; }
#smartbanner .sb-info { position:absolute; left:98px; top:18px; width:44%; font-size:11px; line-height:1.2em; font-weight:bold; color:#6a6a6a; text-shadow:0 1px 0 rgba(255,255,255,0.8); }
#smartbanner #smartbanner.no-icon .sb-info { left:34px; }
#smartbanner .sb-info strong { display:block; font-size:13px; color:#4d4d4d; line-height: 18px; }
#smartbanner .sb-info > span { display:block; }
#smartbanner .sb-info em { font-style:normal; text-transform:uppercase; }
#smartbanner .sb-button { position:absolute; right:20px; top:24px; border:1px solid #bfbfbf; padding: 0 10px; min-width: 10%; height:24px; font-size:14px; line-height:24px; text-align:center; font-weight:bold; color:#6a6a6a; background:-webkit-linear-gradient(top, #efefef 0%,#dcdcdc 100%); text-transform:uppercase; text-decoration:none; text-shadow:0 1px 0 rgba(255,255,255,0.8); border-radius:3px; box-shadow:0 1px 0 rgba(255,255,255,0.6),0 1px 0 rgba(255,255,255,0.7) inset; }
#smartbanner .sb-button:active, #smartbanner .sb-button:hover { background:-webkit-linear-gradient(top, #dcdcdc 0%,#efefef 100%); }

#smartbanner .sb-icon.gloss:after { content:''; position:absolute; left:0; top:-1px; border-top:1px solid rgba(255,255,255,0.8); width:100%; height:50%; background:-webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); border-radius:10px 10px 12px 12px; }

#smartbanner.android { border-color:#212228; background: #3d3d3d url('/static/img/responsive/generic/dark_background_stripes.gif'); border-top: 5px solid #88B131; box-shadow: none; }
#smartbanner.android .sb-close { border:0; width:17px; height:17px; line-height:17px; color:#b1b1b3; background:#1c1e21; text-shadow:0 1px 1px #000; box-shadow:0 1px 2px rgba(0,0,0,0.8) inset,0 1px 1px rgba(255,255,255,0.3); }
#smartbanner.android .sb-close:active { color:#eee; }
#smartbanner.android .sb-info { color:#ccc; text-shadow:0 1px 2px #000; }
#smartbanner.android .sb-info strong { color:#fff; }
#smartbanner.android .sb-button { min-width: 12%; border:1px solid #DDDCDC; padding:1px; color:#d1d1d1; background: none; border-radius: 0; box-shadow: none; }
#smartbanner.android .sb-button span { text-align: center; display: block; padding: 0 10px; background-color: #42B6C9; background-image: -webkit-gradient(linear,0 0,0 100%,from(#42B6C9),to(#39A9BB)); background-image: -moz-linear-gradient(top,#42B6C9,#39A9BB); text-transform:none; text-shadow:none; box-shadow:none; }
#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover { background: none; }
#smartbanner.android .sb-button:active span, #smartbanner.android .sb-button:hover span { background:#2AC7E1; }

#smartbanner.windows .sb-icon { border-radius: 0px; }



/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content:"";
    }
    abbr[title]:after {
        content:"";
    }
    /*
     * 	Don't show links for images, or javascript/internal links
     */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content:"";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

/*======================Panels========================*/

.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    position: relative;
    padding: 15px;
}

.panel-body:after {
    clear: both;
}

.panel-body:before,.panel-body:after {
    display: table;
    content: " ";
}


.panel-heading {

  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 500;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}


.panel-section-gray {
    background: none repeat scroll 0% 0% #F5F5F5;
}

.panel-section-blue {
    background: none repeat scroll 0% 0% #eaf5fc;
}

.check-group ul {
    list-style-type: none;
    list-style: none;
}

.check-group li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    width: 8px;
    color: #a5e321;
    margin-left: -8px;
    padding-left:0px;
    text-indent: -12px;
}

.panel-primary .panel-heading {
    color: #ffffff;
    background-color: #05559D;
    border-color: #05559D;
}


/*======================Panel Brochure NEW styles========================*/

.panelbro {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}


.panelbro-heading {
  font-size: 15.5px;
  font-weight: 500;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.broborder {
    border-bottom:1px dashed #E2E2E2;
    margin:10px 0px 10px 0px;
}

.broheading {
    font-size: 17px;
    font-weight: normal;
    font-family: "Lucida Sans Unicode",sans-serif;
    margin-top: 18px;
    color: #828282;
}



.panelbro-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 500;
}

/*======================Arrow and divider========================*/

.span4 > .vertical-divider {
    padding-right: 6.5%;
}
.vertical-divider {
    border-right: 1px solid #DDD;
    margin-bottom: 0px;

}

.arrow-down-big {
    border-top: 20px solid #FFF;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: 0px;
    left: 16%;
    margin-left: -20px;
    margin-bottom: -20px;
    position: absolute;
}

.arrow-down-gray {
    border-top: 20px solid #f5f5f5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    bottom: 0;
    right: 90%;
    margin-left: -20px;
    margin-bottom: -20px;
    position: absolute;
}

/* anything that requires the product gradient */
.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, .btn-blue, .btn-primary, .btn-green, .corporate-sub-nav-wrapper .dd-menu li a:hover, .product-box h1, .split-box-header {
    background: -moz-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4991D3), color-stop(100%, #044E94));
    background: -webkit-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -o-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: -ms-linear-gradient(top, #4991D3 0%, #044E94 100%);
    background: linear-gradient(top, #4991D3 0%, #044E94 100%);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4991D3', endColorstr='#044E94') progid:DXImageTransform.Microsoft.DropShadow(Color='#FFFFFF', OffX=0, OffY=0)" !important;
    /* IE8 */
    color: #ffffff !important;
}


/*wide forms controls*/
.form-horizontal.wide .control-label {
    width: 240px;
}

.form-horizontal.wide .controls {
    margin-left: 250px;
}


/*wide forms controls responsive*/

@media screen and (max-width:749px) {

    .form-horizontal.wide .control-label {
        width: 110px;
    }

    .form-horizontal.wide .controls {
        margin-left: 120px;
    }

}


/*wizard step process*/
.wizard {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-right: 1px solid #428bca;
    border-left: 1px solid #428bca;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    height:40px;
    margin: -16px -16px 0px -16px;
}


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

.wizard:after {
    clear: both;
}

.wizard ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.wizard ul li {
    position: relative;
    float: left;
    height: 40px;
    padding:0 20px 0 30px;
    margin: 0;
    font-size: 13px;
    line-height: 40px;
    color: #999999;
    cursor: default;
    background: #ffffff;
}

.wizard ul li.complete .stepText {
    margin-right:8px;
}


.wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -21px;
    display: block;
    border: 21px solid transparent;
    border-right: 0;
    border-left: 21px solid #d4d4d4;

}

.wizard ul li .chevron:before {
    position: absolute;
    top: -20px;
    right: 1px;
    display: block;
    border: 20px solid transparent;
    border-right: 0;
    border-left: 20px solid #ffffff;
    content: "";
}

.wizard ul li.complete {
    color: #ffffff;
    background: #05559D;

}


.wizard ul li.complete:hover {
    cursor:default;
    color: #ffffff;
    background: #05559D;
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 20px solid #05559D;
}

.wizard ul li.complete .chevron:before {
    border-left: 20px solid #05559D;
}

.wizard ul li.active {
    color: #5C447E;
    background: #ffffff;
}

.wizard ul li.active .chevron:before {
    border-left: 20px solid #ffffff ;
}

.wizard ul li .badge {
    margin-right: 8px;
}

.wizard ul li:nth-child(1) {
    z-index: 10;
    padding-left: 20px;
    border-radius:0px 0 0 0px;
}

.wizard ul li:nth-child(2) {
    z-index: 9;
}

.wizard ul li:nth-child(3) {
    z-index: 8;
}

.wizard ul li:nth-child(4) {
    z-index: 7;
}

.wizard ul li:nth-child(5) {
    z-index: 6;
}

.wizard ul li:nth-child(6) {
    z-index: 5;
}

.wizard ul li:nth-child(7) {
    z-index: 4;
}

.wizard ul li:nth-child(8) {
    z-index: 3;
}

.wizard ul li:nth-child(9) {
    z-index: 2;
}

.wizard ul li:nth-child(10) {
    z-index: 1;
}

.wizard .actions {
    float: right;
    padding-right: 15px;
    line-height: 44px;
    vertical-align: middle;
}

.wizard .actions a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 45px;
}

.wizard .actions .btn-prev i {
    margin-right: 5px;
}

.wizard .actions .btn-next i {
    margin-left: 5px;
}

.wizard .step-content .step-pane {
    display: none;
}

.wizard .step-content .active {
    display: block;
}

.badge-purple {
    background-color: #5C447E;
}


/*hide-show mvq*/
.cart-details { display: none; }

/*hide-show mvq*/
.mvq-active {
    color: #a5e321;
}

.mvq-inactive  {
    color: #cccccc;
}


/*link pdf grey*/

.pdf-size {
    color: #cccccc;
    text-decoration: none;
    float: right;
}

/* FULL LINK */
.full-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.full-link li {
    padding: 5px 0 5px 15px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.full-link li:last-child {
    border-bottom: none;
}
.full-link li a {
    display: block;
    background-position: 98%;
    padding-right: 10px;
}
.img-full-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.img-full-link li {
    overflow: auto;
    padding: 5px o;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.img-full-link li img {
    float: left;
}
.img-full-link li:last-child {
    border-bottom: none;
}


.full-link-grey {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background:#f5f5f5;
    margin-bottom:-15px;
    margin-left: -15px;
    margin-right: -15px;
}
.full-link-grey li {
    /*margin-left:20px;*/
    padding: 8px 0 8px 15px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.full-link-grey li:first-child {
    border-top: 1px solid #dbdbdb;
}
.full-link-grey li:last-child {
    border-bottom: none;
}
.full-link-grey li a {
    display: block;
    padding-right: 10px;
    color: rgb(0, 136, 204);
}

.full-link-grey li  a:after {
    display: inline-block;
    /*@hack - must resolve this 'Font Awesome' display issue */
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    content: "\f105";
    float: right;
}


.more-info-link {
    border-top: 1px solid #eeeeee;
    margin: 10px -20px 10 10px;
    padding-bottom: 10px;
    width: 100%;
}
.more-info-link a {
    float: right;
    margin-top: 10px;
    color: rgb(0, 136, 204);
}

/* $LIST-GROUP */
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
/* this is a temporary fix for the cursor on the list group */
.list-group a {
    cursor: default;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

/* Special grid styles
-------------------------------------------------- */
.form-grid {
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-grid [class*="span"] {
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 40px;
    line-height: 40px;
    padding: 10px;
}
/*
.form-grid [class*="span"]:hover {
  background-color: #ddd;
}
*/
.form-grid .form-grid {
    margin-top: 0;
    margin-bottom: 0;
}
.form-grid .form-grid [class*="span"] {
    margin-top: 5px;
}
.form-grid [class*="span"] [class*="span"] {
    background-color: #ccc;
}
.form-grid [class*="span"] [class*="span"] [class*="span"] {
    background-color: #999;
}
input {
    background-color: #fff !important;
}







.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {

    padding: 10px 15px;
    margin: -15px -15px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 500;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary .panel-heading {
    color: #ffffff;
    background-color: #05559D;
    border-color: #05559D;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-warning {
    border-color: #fbeed5;
}

.panel-warning .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.panel-danger {
    border-color: #eed3d7;
}

.panel-danger .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}





.dropdown-menu {
    margin: 0px 0px 0px;
}

.btn-white {
    padding:8px 12px;
    border-width: 0px;
    color: #fff;
    background: #f15b29!important;
    background-color: #f15b29!important;
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0, 0.15);

}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    border-color: #c3c6c9;
    color: #fff;
    background: #ccc!important;
    background-color: #ccc!important;
}
.btn-white:visited {
    color: #fff;
    background: #f15b29;

}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #f15b29;
    background-image: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #f15b29;
    background-image: none;
}


.ui-accordion .ui-state-active .ui-icon {
    background: none no-repeat 50% 50%;

}
.ui-accordion .ui-state-default .ui-icon {
    background: none no-repeat 50% 50%;

}
.ui-accordion .ui-state-default .icon-angle-right:before {

    float:left;
    content: "\f105";
}
.ui-accordion .ui-state-active .icon-angle-right:before {

    float:left;
    content: "\f107";
}
.nav .dropdown-toggle .media-body {
    /* margin-top: 6px;*/
    border-top-color: #555;
    border-bottom-color: #555;
}


.panel .well {
    min-height: 20px;
    padding: 19px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
}

.warning-colour {
    color: #c09853;
}

.no-top-border {
    border-top: 0px !important;
}

div.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0px;
    width: 300px;
    overflow-y: auto;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    float: left;
}

div.tagsinput span.tag {
    border: 1px solid #bce8f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    float: left;
    padding: 2px 4px 0px 4px;
    text-decoration: none;
    background: #d9edf7;
    color: #3a87ad;
    margin: 2px 4px 1px 2px;
    font-family: helvetica;
    font-size: 12px;
}

div.tagsinput span.tag a {
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    padding: 1px 2px 1px 2px;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);

}

div.tagsinput input {
    width: auto;
    margin: 0px;
    border: 1px solid transparent;
    padding: 0px;
    background: transparent;
    color: #000;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 4px;
    font-size: 14px;
    margin-top: 4px;
}

.tagsinput-button {
    float: left;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-left: 0px solid;
}

div.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*.dow {
      border-top: 1px solid #ddd !important;
    }*/

}
.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}
.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}
.datepicker > div {
    display: none;
}
.datepicker table {
    width: 100%;
    margin: 0;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}
.datepicker td.day.disabled {
    color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
    color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #003399 \9;
}
.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.datepicker td span:hover {
    background: #eeeeee;
}
.datepicker td span.active {
    color: #ffffff;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #0044cc;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}
.datepicker td span.old {
    color: #999999;
}
.datepicker th.switch {
    width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}
.datepicker thead tr:first-child th {
    cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}


.product-inner-nav .meganav-column ul li a.new-nav-item {
    position: relative;
}

.product-inner-nav .meganav-column ul li a.new-nav-item:after {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    right: -85px;
    top: -5px;
    width: 25px;
    font-size: 1.3em;
    content: "\00a0";
    background: transparent url("/discovery-ui/current/img/discovery/styles/content/new_nav_item.png") 0 95% no-repeat;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

@media screen and (max-width:768px){
    .modal-body{
        height: 250px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
