
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
/**
* Correct `inline-block` display not defined in IE 8/9.

audio,canvas,video {display: inline-block;}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
[hidden] {
    display: none;
}
/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
    font-family: Arial, Helvetica, sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
/**
* Remove default margin.
*/
body {
    margin: 0;
    *overflow-y: hidden !important;
}
/* ==========================================================================
Links
========================================================================== */
/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
    outline: thin dotted;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
}
/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b, strong {
    font-weight: bold;
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
    background: #ff0;
    color: #000;
}
/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre-wrap;
}
/**
* Set consistent quote types.
*/
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
    font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
    border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
    margin: 0;
}
/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button, select {
    text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
    /**
* Re-set default cursor for disabled elements.
*/
    button[disabled], html input[disabled] {
        cursor: default;
    }
/**
* 1. Address box sizing set to `content-box` in IE 8/9.
* 2. Remove excess padding in IE 8/9.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
    /**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'), url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'), url('../fonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('../fonts/OpenSans-CondBold-webfont.eot');
    src: url('../fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-CondBold-webfont.woff') format('woff'), url('../fonts/OpenSans-CondBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-CondBold-webfont.svg#OpenSansCondensedBold') format('svg');
    font-style: normal;
    font-weight: bold;
}

html, button, input, select, textarea {
    color: #000000;
}

html, body {
    height: 100%;
    width: 100%;
    color: #032a51;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    background: #011b35 url(../images/background-bg.gif) repeat-x top;
}


::-moz-selection {
    background: #9dc0e4;
    text-shadow: none;
}

::selection {
    background: #9dc0e4;
    text-shadow: none;
}

hr {
    border: 0;
    border-top: 1px solid #000000;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    /*width: 165px;*/
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    color: #ff6600;
    cursor: pointer;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: underline;
    }

#container {
    min-height: 0%;
    height: auto !important;
    height: 100%;
}

.cssgradients #container {
    background-image: -moz-linear-gradient(90deg, #01101e 0%, #02274c 50%, #04396d 100%);
    background-image: -webkit-linear-gradient(90deg, #01101e 0%, #02274c 50%, #04396d 100%);
    background-image: -o-linear-gradient(90deg, #01101e 0%, #02274c 50%, #04396d 100%);
    background-image: linear-gradient(0deg, #01101e 0%, #02274c 50%, #04396d 100%);
}

/*
.no-cssgradients #container {background-color: #02274c;background-image:  url(../images/page-bg.png); background-repeat: repeat; } */

h1, h2, h3 {
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h1 {
    color: #ffffff;
    font-size: 1.875em;
    text-transform: uppercase;
    line-height: 1;
}

h2 {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 1.250em;
    margin-top: 9px;
}

h4 {
    color: #ff6600;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 9px;
}


.ff-hcb {
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.fs11 {
    font-size: 0.6875em;
}

.fs12 {
    font-size: 0.75em;
}

.fs13 {
    font-size: 0.8125em;
}

.fs14 {
    font-size: 0.875em;
}

.fs16 {
    font-size: 1em;
}

.fs18 {
    font-size: 1.125em;
}

.fs30 {
    font-size: 1.875em;
}

.tt-uc {
    text-transform: uppercase;
}

.c-white {
    color: #ffffff;
}

.c-orange {
    color: #ff6600;
}

.c-blue-carousel {
    color: #033465;
}

.a-orange {
    color: #ff6600 !important;
}

    .a-orange:hover, .a-orange:focus {
        color: #ff6600 !important;
        text-decoration: underline !important;
    }

.h3 {
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}

.lc-white a {
    color: #ffffff;
}

    .lc-white a:hover, .lc-white a:focus {
        color: #ffffff;
    }

.body-copy {
    line-height: 1.4;
    margin-left: 10px;
}

    .body-copy p {
        color: #032a51;
        font-size: 0.813em;
    }

        .body-copy p.intro {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.4;
        }

        .body-copy p.subhead {
            font-size: 0.8125em;
        }

    .body-copy.pr-50 {
        padding-right: 50px;
    }

    .body-copy.two-third {
        width: 66.66666666666666%;
    }

    .body-copy.half {
        width: 50%;
    }

    .body-copy.one-third {
        width: 33.33333333333333%;
    }

    .body-copy.links-blue p a {
        color: #032a51;
    }

        .body-copy.links-blue p a:hover, .body-copy.links-blue p a:focus {
            color: #ff6600;
            text-decoration: none;
        }

    .body-copy ul li, .body-copy ol li {
        font-size: 0.813em;
    }

    .body-copy ul.list-orange, .body-copy ol.list-orange {
        color: #ff6600;
    }

        .body-copy ul.list-orange span, .body-copy ol.list-orange span {
            color: #032a51;
        }

    .body-copy ul.spaced li, .body-copy ol.spaced li {
        padding-bottom: 1em !important;
    }

    .body-copy hr {
        border-top-color: #a4c4d5;
    }

.pagination nav ul li a {
    border-right: 1px solid #032a51;
    color: #032a51;
    line-height: 1;
    padding: 0 4px;
    text-decoration: underline;
}

    .pagination nav ul li a:hover, .pagination nav ul li a:focus {
        color: #ff6600;
    }

.pagination nav ul li.selected a {
    font-weight: bold;
    text-decoration: none;
}

.pagination nav ul li.last a, .pagination nav ul li.arrows a {
    border-right: none;
}

.pagination nav ul li.arrows a {
    text-decoration: none;
}

.pagination nav ul li.prev a:before, .pagination nav ul li.next a:after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
}

.pagination nav ul li.prev a {
    padding-right: 7px;
}

    .pagination nav ul li.prev a:before {
        margin-right: 6px;
        background-image: url(../images/sprite-desktop.png);
        background-position: -299px -30px;
        width: 5px;
        height: 11px;
    }

.pagination nav ul li.next a {
    padding-left: 8px;
}

    .pagination nav ul li.next a:after {
        margin-left: 6px;
        background-image: url('../images/sprite-desktop.png');
        background-position: -296px -49px;
        width: 5px;
        height: 11px;
    }

.prepend-arrow:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background-image: url('../images/sprite-desktop.png');
    background-position: -296px -49px;
    width: 5px;
    height: 11px;
    top: 1px;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.quote {
    color: #909094 !important;
    font-size: 0.875em;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}

    .quote:after {
        content: '"';
    }

    .quote:before {
        content: '"';
    }

.mp0 {
    margin: 0 !important;
    padding: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-hcb {
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.hide {
    display: none !important;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

    .table thead tr th {
        text-align: left;
    }

    .table.table-archive thead tr th, .table.table-archive tbody tr td {
        border-bottom: 1px solid #c4dae5;
        font-size: 0.8125em;
    }

        .table.table-archive thead tr th.date, .table.table-archive tbody tr td.date {
            width: 85px;
        }

    .table.table-archive thead tr th {
        padding: 28px 0 7px 0;
    }

        .table.table-archive thead tr th.tit {
            font-size: 18px;
            color: #032a51;
            padding-left: 20px;
            border-bottom: 2px solid #032a51;
        }

        .table.table-archive thead tr th.stit {
            font-size: 20px;
            color: #4c81a9;
            padding-left: 20px;
        }

    .table.table-archive tbody tr.odd td {
        background: #ebf3f7;
    }

    .table.table-archive tbody tr td:first-child a {
        color: #4c81a9;
        font-weight: bold;
    }

    .table.table-archive tbody tr td {
        padding: 5px 0 4px 20px;
        height: 34px;
        line-height: 1.4;
    }

        .table.table-archive tbody tr td a {
            color: #032a51;
        }

            .table.table-archive tbody tr td a:hover, .table.table-archive tbody tr td a:focus {
                color: #ff6600;
                text-decoration: none;
            }

    .table.table-archive.table-top thead tr th {
        background: #03294e;
        color: #fff;
        padding: 0;
    }

        .table.table-archive.table-top thead tr th span {
            display: block;
            padding: 8px 0 7px 20px;
            background: url('../images/bg_table.png') 0 100% no-repeat;
        }

        .table.table-archive.table-top thead tr th:first-child span {
            background: none;
        }

.input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 75%;
    margin: 0;
}

.boxshadow .input {
    padding: 6px 9px;
    border: none;
    -webkit-box-shadow: inset 0 1px 2px #999;
    -moz-box-shadow: inset 0 1px 2px #999;
    box-shadow: inset 0 1px 2px #999;
    color: inset 0 1px 2px #999;
}

.no-boxshadow .input {
    border-bottom: none;
    border-left: 1px solid #d2d1d1;
    border-right: 1px solid #d3d2d2;
    border-top: 1px solid #7c7b7b;
    padding: 5px 8px;
}

.btn {
    background-color: #ff6600;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    padding: 9px 17px 8px 17px;
    text-transform: uppercase;
}

    .btn.btn-gray {
        background-color: #999999;
    }

.form input[type=text], .form input[type=password], .form textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    margin: 0;
    line-height: 1.2 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.boxshadow .form input[type=text], .boxshadow .form input[type=password], .boxshadow .form textarea {
    padding: 6px 9px;
    border: none;
    -webkit-box-shadow: inset 0 1px 2px #999;
    -moz-box-shadow: inset 0 1px 2px #999;
    box-shadow: inset 0 1px 2px #999;
    color: inset 0 1px 2px #999;
}

.no-boxshadow .form input[type=text], .no-boxshadow .form input[type=password], .no-boxshadow .form textarea {
    border-bottom: none;
    border-left: 1px solid #d2d1d1;
    border-right: 1px solid #d3d2d2;
    border-top: 1px solid #7c7b7b;
    padding: 5px 8px;
}

.form label {
    display: inline-block;
    font-size: 0.8125em;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.form .required {
    color: #ce0a0a;
    display: inline-block;
    font-size: 0.6875em;
    padding-left: 3px;
    position: relative;
    top: 0.1em;
}

.form .form-line {
    padding: 5px 0 10px 0;
}

    .form .form-line .form-label {
        width: 167px;
        float: left;
    }

    .form .form-line .form-label-one {
        width: 235px;
        float: left;
    }

    .form .form-line .form-label.label-half {
        width: 110px;
    }

    .form .form-line .form-field {
        float: left;
        width: 300px;
        height: 15px;
    }

    .form .form-line.form-highlighted {
        background-color: #ebf3f7;
        border-top: 2px soolid #dfeaef;
        border-bottom: 1px solid #e4eef2;
        padding: 15px 0;
    }

.select-field {
    font-size: 12px;
    margin: 0;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 20PX;
    margin: 0px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    vertical-align: middle;
}

.boxshadow .select-field {
    padding: 6px 9px;
    border: none;
    -webkit-box-shadow: inset 0 1px 2px #999;
    -moz-box-shadow: inset 0 1px 2px #999;
    box-shadow: inset 0 1px 2px #999;
    color: inset 0 1px 2px #999;
}

.no-boxshadow .select-field {
    border-bottom: none;
    border-left: 1px solid #d2d1d1;
    border-right: 1px solid #d3d2d2;
    border-top: 1px solid #7c7b7b;
    padding: 5px 8px;
}

.select-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

    .select-field select option {
        padding: 4px;
    }

.lt-ie9 .select-field select {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.select-field .select-text {
    color: #000000 !important;
    cursor: pointer;
    left: 10px;
    position: absolute;
    top: 9px;
    white-space: nowrap;
    z-index: 3;
}

.lt-ie9 .select-field .select-text {
    top: 4px;
}

.select-field .select-button {
    cursor: pointer;
    display: block;
    margin-top: -2px;
    position: absolute;
    right: 10px;
    background-image: url('../images/sprite-desktop.png');
    background-position: -159px -50px;
    width: 11px;
    height: 4px;
    top: 50%;
    z-index: 4;
}

.wrap {
    margin: 0 auto;
    position: relative;
    width: 1024px;
}

.main-content {
    background-color: #e5f0f6;
    color: #032a51;
    margin-bottom: 5px;
    padding: 15px 15px 7px 18px;
    height: 100% auto;
}

.main-content-one {
    background-color: #e5f0f6;
    color: #032a51;
    margin-bottom: 10px;
    padding: 10px;
    height: 100% auto;
    width: 98%;
    float: left;
}

.main-content.content-products {
    background-color: #e5f0f6;
    padding: 0 0 0 0;
}

.main-content.blue-border {
    border-top: 9px solid #2ac1d6;
}

.col3 {
    margin: 0 -30px 0;
}

    .col3 > .col {
        float: left;
        width: 311px;
    }

        .col3 > .col.span2 {
            width: 652px;
        }

.grid-cont {
    padding: 10px;
    line-height: 17px;
    text-align: left;
}

.grid-img {
    width: 73px;
    height: 100px;
    padding-top: 12px;
    float: left;
    margin: 5px;
    margin-top: -7px;
    text-align: left;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .nav ul li a {
        display: block;
    }

.nav-white ul li a {
    color: #ffffff;
}

    .nav-white ul li a:hover, .nav-white ul li a:focus {
        color: #ffffff;
    }

.nav-no-deco ul li a {
    text-decoration: none;
}

    .nav-no-deco ul li a:hover, .nav-no-deco ul li a:focus {
        text-decoration: none;
    }

.nav-underline ul li a {
    text-decoration: none;
}

    .nav-underline ul li a:hover, .nav-underline ul li a:focus {
        text-decoration: underline;
    }

.nav-inline ul {
    *zoom: 1;
}

    .nav-inline ul li {
        float: left;
    }

.icon {
    display: inline-block;
    background-color: transparent;
    border: 0;
    overflow: hidden; /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.icon-arrow-od {
    background-image: url('../images/sprite-desktop.png');
    background-position: -159px -50px;
    width: 11px;
    height: 4px;
}

.icon-arrow-wr {
    background-image: url('../images/sprite-desktop.png');
    background-position: -285px -30px;
    width: 7px;
    height: 19px;
}

.icon-arrow-wl {
    background-image: url('../images/sprite-desktop.png');
    background-position: -278px -30px;
    width: 7px;
    height: 19px;
}

.icon-arrow-wd {
    background-image: url('../images/sprite-desktop.png') !important;
    background-position: -287px -146px !important;
    width: 11px !important;
    height: 4px !important;
}

.icon-arrow-orb {
    background-image: url('../images/sprite-desktop.png');
    background-position: -292px -30px;
    width: 7px;
    height: 19px;
}

.icon-arrow-olb {
    background-image: url('../images/sprite-desktop.png');
    background-position: -264px -30px;
    width: 7px;
    height: 19px;
}

.icon-arrow-grb {
    background-image: url('../images/sprite-desktop.png');
    background-position: -264px -60px;
    width: 7px;
    height: 19px;
}

.icon-arrow-glb {
    background-image: url('../images/sprite-desktop.png');
    background-position: -271px -30px;
    width: 7px;
    height: 19px;
}

.icon-arrow-wrs {
    background-image: url('../images/sprite-desktop.png');
    background-position: -301px -49px;
    width: 4px;
    height: 11px;
}

.icon-flag-au {
    background-image: url('../images/sprite-desktop.png');
    background-position: -264px -49px;
    width: 16px;
    height: 11px;
}

.icon-flag-cn {
    background-image: url('../images/sprite-desktop.png');
    background-position: -142px -54px;
    width: 16px;
    height: 11px;
}

.icon-flag-ci {
    background-image: url('../images/sprite-desktop.png');
    background-position: -126px -65px;
    width: 16px;
    height: 11px;
}

.icon-flag-cl {
    background-image: url('../images/sprite-desktop.png');
    background-position: -110px -65px;
    width: 16px;
    height: 11px;
}

.icon-flag-in {
    background-image: url('../images/sprite-desktop.png');
    background-position: -126px -76px;
    width: 16px;
    height: 11px;
}

.icon-flag-th {
    background-image: url('../images/sprite-desktop.png');
    background-position: -110px -76px;
    width: 16px;
    height: 11px;
}

.icon-flag-us {
    background-image: url('../images/sprite-desktop.png');
    background-position: -280px -79px;
    width: 16px;
    height: 11px;
}

.icon-flag-br {
    background-image: url('../images/sprite-desktop.png');
    background-position: -142px -65px;
    width: 16px;
    height: 11px;
}

.icon-flag-hk {
    background-image: url('../images/sprite-desktop.png');
    background-position: -126px -54px;
    width: 16px;
    height: 11px;
}

.icon-flag-uk {
    background-image: url('../images/sprite-desktop.png');
    background-position: -264px -79px;
    width: 16px;
    height: 11px;
}

.icon-flag-kr {
    background-image: url('../images/sprite-desktop.png');
    background-position: -280px -49px;
    width: 16px;
    height: 11px;
}

.icon-flag-vi {
    background-image: url('../images/sprite-desktop.png');
    background-position: -110px -87px;
    width: 16px;
    height: 11px;
}

.icon-flag-world {
    background-image: url('../images/sprite-desktop.png');
    background-position: -110px -54px;
    width: 16px;
    height: 11px;
}

.icon-logo-beta {
    background-image: url('../images/sprite-desktop.png');
    background-position: -170px -90px;
    width: 117px;
    height: 30px;
}

.icon-logo-beta-white {
    background-image: url('../images/sprite-desktop.png');
    background-position: -170px -120px;
    width: 117px;
    height: 30px;
}

.icon-logo-horizons {
    background-image: url('../images/sprite-desktop.png');
    background-position: -170px 0px;
    width: 135px;
    height: 30px;
}

.icon-logo-global {
    background-image: url('../images/sprite-desktop.png');
    background-position: -170px -30px;
    width: 94px;
    height: 30px;
}

.icon-logo-global-white {
    background-image: url('../images/sprite-desktop.png');
    background-position: -170px -60px;
    width: 94px;
    height: 30px;
}

.icon-logo-tiger {
    background-image: url('../images/sprite-desktop.png');
    background-position: -110px 0px;
    width: 60px;
    height: 30px;
}

.icon-open-link {
    background-image: url('../images/sprite-desktop.png');
    background-position: -271px -60px;
    width: 18px;
    height: 17px;
}

.icon-pin {
    background-image: url('../images/sprite-desktop.png');
    background-position: -287px -104px;
    width: 10px;
    height: 13px;
}

.btn-orange-chevron {
    background-color: #ff6903;
    border-bottom: 1px solid #ed4b02;
    border-top: 1px solid #f8863a;
    color: #ffffff;
    display: block;
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.cssgradients .btn-orange-chevron {
    background-image: -moz-linear-gradient(90deg, #ff6905 0%, #ff6903 100%);
    background-image: -webkit-linear-gradient(90deg, #ff6905 0%, #ff6903 100%);
    background-image: -o-linear-gradient(90deg, #ff6905 0%, #ff6903 100%);
    background-image: linear-gradient(0deg, #ff6905 0%, #ff6903 100%);
}

.btn-orange-chevron .icon {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}

.btn-orange-chevron:hover, .btn-orange-chevron:focus {
    color: #ffffff;
    text-decoration: none;
}

.video-holder {
    display: inline-block;
    position: relative;
}

    .video-holder .play {
        display: block;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        position: absolute;
        top: 50%;
        z-index: 3;
        background-image: url('../images/sprite-desktop.png');
        background-position: -60px 0px;
        width: 50px;
        height: 50px;
    }

.main-content #rightcolcontainer {
    min-height: inherit;
}

#rightcolcontainer {
    position: relative;
    min-height: 311px;
    overflow: hidden;
}

    #rightcolcontainer .widget {
        width: 311px;
        float: right;
    }

    #rightcolcontainer .mapBox {
        position: absolute;
        top: 0;
        left: 0;
    }

.widget {
    display: block;
    width: 100%;
}

    .widget .inner {
        display: block;
        padding: 22px 17px 16px;
        float: left;
    }

    .widget.wgt-clickable a {
        text-decoration: none;
    }

        .widget.wgt-clickable a:hover, .widget.wgt-clickable a:focus {
            text-decoration: none;
        }

.banner {
    position: relative;
    z-index: 2;
}

.boxshadow .banner {
    -webkit-box-shadow: 0 3px 10px rgba(0, 20, 45, 0.3);
    -moz-box-shadow: 0 3px 10px rgba(0, 20, 45, 0.3);
    box-shadow: 0 3px 10px rgba(0, 20, 45, 0.3);
    color: 0 3px 10px rgba(0, 20, 45, 0.3);
}

.no-cssgradients .banner {
    background-image: url('../images/banner-blue.png');
    background-repeat: repeat-x;
}

.two-buttons {
    margin: 0 -16px;
}

    .two-buttons .tb-button {
        color: #ffffff;
        display: block;
        float: left;
        margin-left: 16px;
        position: relative;
        width: 312px;
    }

        .two-buttons .tb-button .name {
            font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 20px;
            line-height: 1.2;
            padding: 15px 15px 10px 15px;
        }

        .two-buttons .tb-button .text {
            font-size: 0.8125em;
            padding: 0 15px;
        }

        .two-buttons .tb-button:hover, .two-buttons .tb-button:focus {
            text-decoration: none;
        }

.well {
    background-color: #ebf3f7;
    position: relative;
}

    .well:before, .well:after {
        content: '';
        display: block;
        height: 10px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .well:before {
        top: 0;
    }

.cssgradients .well:before {
    background-image: -moz-linear-gradient(90deg, #ebf3f7 0%, #dfeaef 100%);
    background-image: -webkit-linear-gradient(90deg, #ebf3f7 0%, #dfeaef 100%);
    background-image: -o-linear-gradient(90deg, #ebf3f7 0%, #dfeaef 100%);
    background-image: linear-gradient(0deg, #ebf3f7 0%, #dfeaef 100%);
}

.no-cssgradients .well:before {
    background-image: url('../images/well-top.png');
    background-repeat: repeat-x;
}

.well:after {
    bottom: 0;
}

.cssgradients .well:after {
    background-image: -o-linear-gradient(90deg, #dfeaef 0%, #ebf3f7 100%);
    background-image: linear-gradient(0deg, #dfeaef 0%, #ebf3f7 100%);
}

.no-cssgradients .well:after {
    background-image: url('../images/well-bottom.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.thumb-grid {
    margin: 0 -10px;
}

    .thumb-grid .thumb-item {
        background-color: #f2f8fb;
        border-top: 2px solid #d5e7f1;
        float: left;
        height: 141px;
        margin: 0 0 10px 10px;
        overflow: hidden;
        width: 310px;
    }

.boxshadow .thumb-grid .thumb-item { /*-webkit-box-shadow: inset 0 0 5px rgba(0, 20, 45, 0.15);-moz-box-shadow: inset 0 0 5px rgba(0, 20, 45, 0.15);box-shadow: inset 0 0 5px rgba(0, 20, 45, 0.15);color: inset 0 0 5px rgba(0, 20, 45, 0.15);*/
}

.no-boxshadow .thumb-grid .thumb-item { /*background-image: url('../images/gradients/thumb-grid-item.png');*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.thumb-grid .thumb-item .image {
    padding: 19px 0 0 15px;
}

.thumb-grid .thumb-item .text {
    margin-left: 108px;
    padding: 16px 0 0 0;
    width: 180px;
}

.thumb-grid .thumb-item a {
    color: #032a51;
    float: left;
}

    .thumb-grid .thumb-item a:hover, .thumb-grid .thumb-item a:focus {
        color: #ff6600;
        text-decoration: none;
    }

.header-link a {
    color: #032a51;
}

    .header-link a span {
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

    .header-link a:hover, .header-link a:focus {
        color: #ff6600;
    }

#top {
    background-color: #043465;
    font-family: 'OpenSansRegular', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: normal;
    display: block;
    height: 54px;
    position: relative;
    width: 100%;
    z-index: 500;
}

.boxshadow #top {
    -webkit-box-shadow: 0 10px 50px rgba(0, 20, 45, 0.7);
    -moz-box-shadow: 0 10px 50px rgba(0, 20, 45, 0.7);
    box-shadow: 0 10px 50px rgba(0, 20, 45, 0.7);
    color: 0 10px 50px rgba(0, 20, 45, 0.7);
}

#top .top-line {
    height: 54px;
}

#top .map, #top .search {
    display: block;
    position: absolute;
}

#top .map {
    left: 0;
    background-image: url('../images/sprite-desktop.png');
    background-position: -110px -30px;
    width: 49px;
    height: 24px;
    top: 18px;
}

#top .search {
    height: 23px;
    right: 0;
    top: 15px;
    width: 162px;
}

    #top .search input {
        height: 100%;
        padding: 2px 5px 2px 25px;
        width: 100%;
    }

    #top .search button {
        color: transparent;
    }

    #top .search .magnifier {
        background-image: url('../images/sprite-desktop.png');
        background-position: -287px -133px;
        width: 14px;
        height: 13px;
        left: 7px;
        position: absolute;
        top: 6px;
    }

.lt-ie9 #top .search .magnifier {
    top: 8px;
}

#text-zoom {
    display: block;
    bottom: 12px;
    left: 20px;
    line-height: 1;
    position: absolute;
}

    #text-zoom a {
        text-decoration: underline;
    }

        #text-zoom a:hover, #text-zoom a:focus {
            color: #ff6600;
        }

#nav-top {
    right: 0;
    position: absolute;
    top: 0;
}

    #nav-top > ul > li {
        position: relative;
        display: block;
        height: 18px;
        padding: 18px 0;
    }

        #nav-top > ul > li > a {
            border-right: 1px solid #ffffff;
            font-size: 0.75em;
            line-height: 1;
            padding: 4px 12px;
        }

        #nav-top > ul > li.last > a {
            border-right: none;
            padding-right: 15px;
            width: 55px;
        }

            #nav-top > ul > li.last > a > .icon {
                margin: 0 0 0 5px;
                position: relative;
                top: -2px;
            }

        #nav-top > ul > li.highlighted {
            background-color: #ff771f;
        }

.cssgradients #nav-top > ul > li.highlighted {
    background-image: -moz-linear-gradient(90deg, #e65c01 0%, #ff771f 100%);
    background-image: -webkit-linear-gradient(90deg, #e65c01 0%, #ff771f 100%);
    background-image: -o-linear-gradient(90deg, #e65c01 0%, #ff771f 100%);
    background-image: linear-gradient(0deg, #e65c01 0%, #ff771f 100%);
}

.no-cssgradients #nav-top > ul > li.highlighted {
    background-color: #f77722;
    background-image: url('../images/top-line-selected.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

#nav-top > ul > li.highlighted > a {
    text-decoration: none;
}

    #nav-top > ul > li.highlighted > a > .icon-arrow-od {
        background-position: -287px -146px;
    }

#offices {
    background-color: #03305b;
    display: block;
    right: 0;
    position: absolute;
    top: 54px;
    width: 244px;
    z-index: 100;
}

.boxshadow #offices {
    -webkit-box-shadow: -3px 2px 10px rgba(0, 20, 45, 0.3);
    -moz-box-shadow: -3px 2px 10px rgba(0, 20, 45, 0.3);
    box-shadow: -3px 2px 10px rgba(0, 20, 45, 0.3);
    color: -3px 2px 10px rgba(0, 20, 45, 0.3);
}

.cssgradients #offices {
    background-image: -moz-linear-gradient(0deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
    background-image: -webkit-linear-gradient(0deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
    background-image: -o-linear-gradient(0deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
    background-image: linear-gradient(90deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
}

.no-cssgradients #offices {
    background-image: url('../images/top-office-blue.png');
    background-repeat: repeat-y;
}

#offices ul {
    display: block;
    position: relative;
}

    #offices ul li {
        display: block;
        width: 100%;
    }

#offices .acc-header, #offices .acc-title {
    color: #ffffff;
    display: block;
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 0.8125em;
    line-height: 1;
    padding: 13px 0 10px 0;
    position: relative;
    text-indent: 15px;
    text-transform: uppercase;
    width: 100%;
}

#offices .acc-title, #offices .acc-flags {
    border-bottom: 1px solid #03213f;
    border-top: 1px solid #1a446b;
}

#offices .acc-flags {
    font-family: 'OpenSansRegular', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.6875em;
    line-height: 2;
    padding: 6px 0 8px 0;
    text-indent: 15px;
}

    #offices .acc-flags .icon {
        position: relative;
        margin-right: 5px;
        top: 1px;
    }

#offices.closed, #offices ul li.closed {
    display: none;
}

.no-cssgradients #offices .btn-orange-chevron {
    background-color: #f7680d;
    background-image: url('../images/top-offices-orange.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

#main-nav {
    background-color: #032e59;
    display: block; /* height: 100px; */
    height: 83px;
    position: relative;
    z-index: 400;
}

height: 83px; position: relative;z-index: 400;
}

.cssgradients #main-nav {
    background-image: -moz-linear-gradient(90deg, #03274d 0%, #053462 75%, #032951 100%);
    background-image: -webkit-linear-gradient(90deg, #03274d 0%, #053462 75%, #032951 100%);
    background-image: -o-linear-gradient(90deg, #03274d 0%, #053462 75%, #032951 100%);
    background-image: linear-gradient(0deg, #03274d 0%, #053462 75%, #032951 100%);
}

.no-cssgradients #main-nav {
    background-color: #0e234d;
    background-image: url('../images/nav-main.png');
    background-repeat: repeat-x;
}

.boxshadow #main-nav {
    -webkit-box-shadow: 0 3px 10px rgba(0, 20, 45, 0.3);
    -moz-box-shadow: 0 3px 10px rgba(0, 20, 45, 0.3);
    box-shadow: 0 3px 10px rgba(0, 20, 45, 0.3);
    color: 0 3px 10px rgba(0, 20, 45, 0.3);
}

#main-nav .logo {
    border-left: 1px solid #032647;
    display: block; /* height: 78px; */
    height: 72px;
    padding: 11px 15px 0 15px;
    width: 182px;
}

#main-nav nav > ul {
    border-left: 1px solid #032647;
    height: 83px; /* height:100px; */
}

    #main-nav nav > ul > li {
        border-left: 1px solid #08325e;
        border-right: 1px solid #032647;
        position: relative;
    }

        #main-nav nav > ul > li > a { /* height: 100px; */
            height: 83px;
            position: relative; /* width: 155px;*/
            width: 200px;
        }

            #main-nav nav > ul > li > a > span {
                bottom: 14px;
                color: #ffffff;
                display: block;
                font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
                font-style: normal;
                font-weight: normal; /* font-size: 1em; */
                left: 9px;
                line-height: 1.1;
                position: absolute;
                text-transform: uppercase;
            }

        #main-nav nav > ul > li > ul {
            background-color: #03305b;
            display: none;
            left: -1px;
            position: absolute;
            top: 83px; /* top:100px; width: 157px;  */
            width: 203px;
            z-index: 90;
        }

.boxshadow #main-nav nav > ul > li > ul {
    -webkit-box-shadow: -3px 2px 10px rgba(0, 20, 45, 0.3);
    -moz-box-shadow: -3px 2px 10px rgba(0, 20, 45, 0.3);
    box-shadow: -3px 2px 10px rgba(0, 20, 45, 0.3);
    color: -3px 2px 10px rgba(0, 20, 45, 0.3);
}

.cssgradients #main-nav nav > ul > li > ul {
    background-image: -moz-linear-gradient(0deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
    background-image: -webkit-linear-gradient(0deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
    background-image: -o-linear-gradient(0deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
    background-image: linear-gradient(90deg, #032b53 0%, #03305b 5%, #03305b 92%, #032b53 100%);
}

.no-cssgradients #main-nav nav > ul > li > ul {
    background-image: url('../images/nav-main-sub-blue.png');
    background-repeat: repeat-y;
}

#main-nav nav > ul > li > ul > li {
    border-bottom: 1px solid #03213f;
    border-top: 1px solid #1a436a;
    display: block;
    width: 100%;
}

    #main-nav nav > ul > li > ul > li > a {
        font-family: 'OpenSansBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 0.75em;
        padding: 9px 11px 9px 11px;
    }

    #main-nav nav > ul > li > ul > li.first {
        border-top: none;
        padding-top: 3px;
    }

    #main-nav nav > ul > li > ul > li.last {
        border-bottom: none;
        padding-bottom: 2px;
    }

    #main-nav nav > ul > li > ul > li:hover, #main-nav nav > ul > li > ul > li:focus {
        background-color: #ff6600;
    }

#main-nav nav > ul > li:hover ul, #main-nav nav > ul > li:focus ul {
    display: block;
}

#main-nav nav > ul > li:hover > a:after, #main-nav nav > ul > li:focus > a:after, #main-nav nav > ul > li.selected > a:after {
    background-color: #ff6600;
    content: '';
    display: block;
    height: 9px;
    position: absolute;
    width: 100%;
}

.no-cssgradients #main-nav nav > ul > li:hover > a:after, .no-cssgradients #main-nav nav > ul > li:focus > a:after, .no-cssgradients #main-nav nav > ul > li.selected > a:after {
    background-image: url('../images/nav-main-selected-border.png');
    background-repeat: repeat-x;
}

#main-nav nav > ul > li.selected > a > span {
    color: #ff6600;
}

#title-line {
    background-color: #03294e;
    padding: 26px 0 12px 0;
    position: relative;
}

.no-cssgradients #title-line {
    background-image: url('../images/title-line.png');
    background-repeat: repeat-x;
}

#title-line h1 {
    padding-left: 15px;
}

#title-line .top-right {
    position: absolute;
    top: 0;
    right: 0;
}

#title-line .breadcrumbs {
    padding-left: 15px;
    margin-bottom: 16px;
}

    #title-line .breadcrumbs ul li.crumb {
        font-size: 0.8125em;
        padding-left: 5px;
    }

        #title-line .breadcrumbs ul li.crumb:before {
            content: '';
            display: inline-block;
            position: relative;
            background-image: url('../images/sprite-desktop.png');
            background-position: -287px -120px;
            width: 11px;
            height: 13px;
            top: 1px;
        }

        #title-line .breadcrumbs ul li.crumb a {
            display: inline-block;
            padding-left: 4px;
        }

    #title-line .breadcrumbs .home {
        background-image: url('../images/sprite-desktop.png');
        background-position: -287px -90px;
        width: 15px;
        height: 14px;
    }

.nav-left ul li a {
    color: #032a51;
    text-transform: uppercase;
}

    .nav-left ul li a:hover, .nav-left ul li a:focus {
        color: #ff6600;
        text-decoration: none;
    }

.nav-left ul li.selected a {
    color: #ff6600;
}

.nav-left > ul > li {
    border-bottom: 1px solid #324d68;
}

    .nav-left > ul > li > a {
        font-size: 1em;
        font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
        font-style: normal;
        font-weight: bold;
        padding: 9px 0 4px 0;
    }

    .nav-left > ul > li > ul {
        padding: 10px 0 12px 0;
    }

        .nav-left > ul > li > ul > li {
            line-height: 1.4;
        }

            .nav-left > ul > li > ul > li > a {
                font-size: 0.75em;
                font-family: 'OpenSansBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
                font-style: normal;
                font-weight: bold;
            }

            .nav-left > ul > li > ul > li.fourth-level {
                margin-left: 15px;
            }

    .nav-left > ul > li.no-line {
        border-bottom: none;
    }

.nav-article-tabs {
    position: absolute;
    top: -29px;
    height: 29px;
}

    .nav-article-tabs ul li {
        margin-left: 1px;
    }

        .nav-article-tabs ul li a {
            background-color: #ddeaf1;
            color: #7d91a1;
            font-size: 1em;
            font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
            font-style: normal;
            font-weight: bold;
            height: 21px;
            line-height: 1;
            padding-top: 8px;
            text-align: center;
            width: 130px;
        }

.cssgradients .nav-article-tabs ul li a {
    background-image: -moz-linear-gradient(90deg, #a4c1d1 0%, #c9dbe5 30%, #ddeaf1 100%);
    background-image: -webkit-linear-gradient(90deg, #a4c1d1 0%, #c9dbe5 30%, #ddeaf1 100%);
    background-image: -o-linear-gradient(90deg, #a4c1d1 0%, #c9dbe5 30%, #ddeaf1 100%);
    background-image: linear-gradient(0deg, #a4c1d1 0%, #c9dbe5 30%, #ddeaf1 100%);
}

.no-cssgradients .nav-article-tabs ul li a {
    background-color: #dde9f0;
    background-image: url('../images/nav-tab-article-top.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.nav-article-tabs ul li a:hover, .nav-article-tabs ul li a:focus {
    color: #032a51;
    text-decoration: none;
}

.nav-article-tabs ul li.selected a {
    background: #e5f0f6;
}

.nav-article-tabs.to-right {
    right: 15px;
}

#footer {
    padding-bottom: 30px;
}

    #footer footer {
        background-color: #032e59;
        padding: 10px 20px 10px 10px;
    }

.cssgradients #footer footer {
    background-image: -moz-linear-gradient(90deg, #043465 0%, #032b53 100%);
    background-image: -webkit-linear-gradient(90deg, #043465 0%, #032b53 100%);
    background-image: -o-linear-gradient(90deg, #043465 0%, #032b53 100%);
    background-image: linear-gradient(0deg, #043465 0%, #032b53 100%);
}

.no-cssgradients #footer footer {
    background-color: #152e65;
    background-image: url('../images/footer.png');
    background-repeat: repeat-x;
}

#footer nav {
    overflow: hidden;
    width: 100%;
}

#footer .cols {
    margin-left: -15px;
    padding-bottom: 40px;
    width: 100%;
}

    #footer .cols .col {
        display: block;
        float: left;
        padding-left: 15px;
        width: 125px;
    }

        #footer .cols .col li {
            font-size: 0.75em;
        }

            #footer .cols .col li a {
                font-family: 'OpenSansCondensedLight', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
                font-style: normal;
                font-weight: normal;
                line-height: 1.5;
                color: #dde3ea;
            }

                #footer .cols .col li a:before {
                    content: '';
                    display: inline-block;
                    background-image: url('../images/sprite-desktop.png');
                    background-position: -296px -79px;
                    width: 4px;
                    height: 9px;
                    margin: 0 2px 0 1px;
                }

            #footer .cols .col li.section {
                padding-bottom: 7px;
            }

                #footer .cols .col li.section a {
                    border-left: 1px solid #ffffff;
                    color: #ffffff;
                    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
                    font-style: normal;
                    font-weight: bold;
                    height: 9px;
                    line-height: 1;
                    padding-left: 5px;
                    text-transform: uppercase;
                }

                    #footer .cols .col li.section a:before {
                        display: none;
                    }

#footer .line { /* border-top: 2px solid #5c7997; */
    font-family: 'OpenSansRegular', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: normal;
    padding-top: 5px;
}

    #footer .line nav ul {
        margin-left: -6px;
        padding-top: 5px;
    }

        #footer .line nav ul li {
            border-right: 1px solid #ffffff;
            line-height: 1.5;
            padding: 0 6px;
        }

            #footer .line nav ul li.last {
                border-right: none;
            }

.modal {
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9997;
}

    .modal .m-cover {
        background-color: #000000;
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 9998;
    }

.rgba .modal .m-cover {
    background-color: rgba(1, 24, 46, 0.5);
}

.no-rgba .modal .m-cover {
    background-color: transparent;
    background-image: url('../images/modal-cover.png');
}

.modal .m-window {
    background-color: #ebf3f7;
    height: 480px;
    left: 50%;
    margin-left: -330px;
    overflow: hidden;
    position: fixed;
    top: 120px;
    width: 660px;
    z-index: 9999;
}

.boxshadow.rgba .modal .m-window {
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.6);
    color: 0 10px 50px rgba(0, 0, 0, 0.6);
}

.modal .m-header {
    background-color: #e5f0f6;
    display: block;
    height: 56px;
    position: relative;
    z-index: 10002;
}

.boxshadow.rgba .modal .m-header {
    -webkit-box-shadow: 0 1px 15px rgba(0, 52, 75, 0.12);
    -moz-box-shadow: 0 1px 15px rgba(0, 52, 75, 0.12);
    box-shadow: 0 1px 15px rgba(0, 52, 75, 0.12);
    color: 0 1px 15px rgba(0, 52, 75, 0.12);
}

.modal .m-header .title {
    color: #032a51;
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 1;
    padding: 29px 30px 0 30px;
    text-transform: uppercase;
}

.modal .m-header .close {
    color: #032a51;
    font-size: 1.375em;
    position: absolute;
    right: 30px;
    top: 21px;
}

    .modal .m-header .close:hover, .modal .m-header .close:focus {
        color: #ff6600;
        text-decoration: none;
    }

.modal .m-body {
    display: block;
    height: 334px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 10000;
}

    .modal .m-body article {
        padding: 10px 30px;
    }

.no-boxshadow .modal .m-body:before {
    background-image: url('../images/modal-disclaimer-top.png');
    background-repeat: repeat-x;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.no-boxshadow .modal .m-body:after {
    background-image: url('../images/modal-disclaimer-bottom.png');
    background-repeat: repeat-x;
    bottom: 0;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.modal .m-body.no-footer {
    height: 424px;
}

.no-boxshadow .modal .m-body.no-footer:after {
    display: none;
}

.modal .m-footer {
    background-color: #e5f0f6;
    display: block;
    height: 90px;
    position: relative;
    z-index: 10001;
}

.boxshadow.rgba .modal .m-footer {
    -webkit-box-shadow: 0 -1px 15px rgba(0, 52, 75, 0.12);
    -moz-box-shadow: 0 -1px 15px rgba(0, 52, 75, 0.12);
    box-shadow: 0 -1px 15px rgba(0, 52, 75, 0.12);
    color: 0 -1px 15px rgba(0, 52, 75, 0.12);
}

.modal .m-footer .toolbar {
    padding: 25px 30px 0 30px;
}

.ui-lock {
    overflow: hidden;
}

.carousel-bar {
    background-color: #4f83a2;
    display: block;
    height: 200px; /* height: 335px; */
    position: relative;
}

.no-cssgradients .carousel-bar {
    background-image: url('../images/banner-teal.png');
    background-repeat: repeat-x;
}

.carousel-bar .svg-fallback {
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
    top: -34px;
    width: 100%;
}

    .carousel-bar .svg-fallback .nosvg-indicator {
        cursor: pointer;
        display: inline-block;
        margin-right: 4px;
        background-image: url('../images/sprite-desktop.png');
        background-position: -159px -40px;
        height: 10px;
        width: 10px;
    }

        .carousel-bar .svg-fallback .nosvg-indicator.activated {
            background-image: url('../images/sprite-desktop.png');
            background-position: -159px -30px;
            width: 10px;
            height: 10px;
        }

#glance-box {
    background-color: #ffffff;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 518px;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 100;
}

    #glance-box .gl-button {
        background-color: #ff6600;
        display: block;
        left: -30px;
        position: absolute;
        background-image: url('../images/sprite-desktop.png');
        background-position: -30px 0px;
        width: 30px;
        height: 152px;
        top: 23px;
    }

        #glance-box .gl-button.active {
            background-image: url('../images/sprite-desktop.png');
            background-position: 0px 0px;
            width: 30px;
            height: 152px;
        }

#carousel {
    margin: 0;
    padding: 0;
}

    #carousel #carouselcontainer {
        width: 1024px;
        height: 260px; /*height:335px;*/
        position: relative;
        overflow: hidden;
    }

    #carousel .carousel-slide {
        position: absolute;
        top: 0;
        left: 1024px;
        width: 1024px;
        height: 335px;
    }

        #carousel .carousel-slide .GIVU2RRCCAC {
            display: none;
        }

        #carousel .carousel-slide > div {
            position: relative;
            overflow: hidden;
            width: 100%;
            height: 100%;
            width: 1024px;
            height: 200px; /* height:335px;*/
        }

        #carousel .carousel-slide img, #carousel .carousel-slide .title, #carousel .carousel-slide .text {
            color: #ffffff;
            position: absolute;
            text-align: right;
        }

        #carousel .carousel-slide img {
            top: 18px;
            right: 42px;
        }

        #carousel .carousel-slide .title {
            font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
            font-style: normal;
            font-weight: bold; /* font-size:3.9375em; */
            font-size: 1.938em;
            line-height: 0.9;
            right: 480px;
            text-transform: uppercase;
            top: 10px;
        }

            #carousel .carousel-slide .title span {
                color: #033465;
            }

        #carousel .carousel-slide .text {
            bottom: 42px;
            font-size: 0.875em;
            right: 480px;
            width: 425px;
            top: 100px;
        }

.home-bar {
    padding: 10px 0 10px 0;
}

.home-bar-one {
    padding: 5px 0 5px 0;
}

.home-bar-two {
    padding: 40px 0 5px 0;
}

.home-bar .three-bar {
    margin-top: -15px;
    width: 990px;
}

.home-bar .col {
    display: block;
    float: left;
    height: 120px;
    width: 322px;
}

.home-bar .col-cyan, .home-bar .col-gray, .home-bar .col-navy { /* border-right: 1px solid #45575b; */
    border: 1px solid #45575b;
    boverflow: hidden;
    text-decoration: none;
    border-radius: 3px;
    - webkit-border-radius:3px;
    -moz-border-radius: 3px;
}

.home-bar .col-cyan {
    background-color: #2bbfd3;
    border: 1px solid #45575b;
    width: 321px;
    margin-right: 10px;
}

.cssgradients .home-bar .col-cyan {
    background-image: -moz-linear-gradient(90deg, #24a5b6 0%, #2bbfd3 100%);
    background-image: -webkit-linear-gradient(90deg, #24a5b6 0%, #2bbfd3 100%);
    background-image: -o-linear-gradient(90deg, #24a5b6 0%, #2bbfd3 100%);
    background-image: linear-gradient(0deg, #24a5b6 0%, #2bbfd3 100%);
}

.no-cssgradients .home-bar .col-cyan {
    background-color: #48bfd3;
    background-image: url('../images/home-middle-cyan.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.home-bar .col-gray {
    background-color: #8c8d92;
    border: 1px solid #45575b;
    width: 321px;
    margin-right: 10px;
}

.cssgradients .home-bar .col-gray {
    background-image: -moz-linear-gradient(90deg, #78797c 0%, #8c8d92 100%);
    background-image: -webkit-linear-gradient(90deg, #78797c 0%, #8c8d92 100%);
    background-image: -o-linear-gradient(90deg, #78797c 0%, #8c8d92 100%);
    background-image: linear-gradient(0deg, #78797c 0%, #8c8d92 100%);
}

.no-cssgradients .home-bar .col-gray {
    background-color: #8c8d92;
    background-image: url('../images/home-middle-gray.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.home-bar .col-navy {
    background-color: #47667b;
    border-left: 1px solid #758c9c;
    border: 1px solid #45575b;
    width: 321px;
}

.cssgradients .home-bar .col-navy {
    background-image: -moz-linear-gradient(90deg, #3c5769 0%, #47667b 100%);
    background-image: -webkit-linear-gradient(90deg, #3c5769 0%, #47667b 100%);
    background-image: -o-linear-gradient(90deg, #3c5769 0%, #47667b 100%);
    background-image: linear-gradient(0deg, #3c5769 0%, #47667b 100%);
}

.no-cssgradients .home-bar .col-navy {
    background-color: #4a647b;
    background-image: url('../images/home-middle-navy.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.home-bar .col .heading {
    padding: 14px 0;
    line-height: 1;
    text-indent: 15px;
}

.home-bar .col .tit {
    padding: 10px 0;
    line-height: 1;
    padding-top: 30px; /* text-indent: 15px; */
}

.home-bar .text {
    padding: 0 15px;
}

.layout-home .header {
    border-bottom: 1px solid #324d68;
    padding-bottom: 2px;
    position: relative;
}

    .layout-home .header .subscribe {
        color: #032a51;
        font-size: 0.8125em;
        display: inline-block;
        right: 0;
        position: absolute;
        top: 0;
    }

        .layout-home .header .subscribe:after {
            content: '';
            display: inline-block;
            margin-left: 5px;
            position: relative;
            background-image: url('../images/sprite-desktop.png');
            background-position: -289px -60px;
            width: 15px;
            height: 15px;
        }

.layout-home .post {
    height: 135px;
    padding-top: 10px;
    border-bottom: 1px dotted #324d68;
}

    .layout-home .post p {
        font-size: 0.8125em;
        color: #032a51;
        margin-top: 0;
    }

    .layout-home .post > a {
        display: block;
        font-size: 0.8125em;
        color: #032a51;
        margin: 0 0 1em;
    }

    .layout-home .post p strong {
        line-height: 1.25;
    }

    .layout-home .post.last { /*border-bottom: none;*/
    }

    .layout-home .post a, .layout-home .read-more {
        color: #032a51;
    }

        .layout-home .post a:hover, .layout-home .read-more:hover, .layout-home .post a:focus, .layout-home .read-more:focus {
            color: #ff6600;
            text-decoration: none;
        }

.layout-home .read-more {
    color: #032a51;
    display: block;
    font-weight: bold;
    padding: 25px 20px 15px 0;
    position: relative;
}

    .layout-home .read-more:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        background-image: url('../images/sprite-desktop.png');
        background-position: -271px -60px;
        width: 18px;
        height: 17px;
    }

.layout-home .thumb {
    padding-top: 15px;
}

.layout-home .video-holder {
    margin-top: 15px;
}

.layout-home .insight-text {
    width: 220px;
}

.layout-home .widgets {
    padding-top: 1px;
}

    .layout-home .widgets .widget {
        margin-bottom: 13px;
    }

.wgt-featured-fund {
    background-color: #6b8494;
    height: 164px;
}

.cssgradients .wgt-featured-fund {
    background-image: -moz-linear-gradient(90deg, #6b8494 0%, #385261 100%);
    background-image: -webkit-linear-gradient(90deg, #6b8494 0%, #385261 100%);
    background-image: -o-linear-gradient(90deg, #6b8494 0%, #385261 100%);
    background-image: linear-gradient(0deg, #6b8494 0%, #385261 100%);
}

.no-cssgradients .wgt-featured-fund {
    background-color: #6e8394;
    background-image: url('../images/wgt-featured-fund.png');
    background-repeat: repeat-x;
}

.wgt-featured-fund .inner {
    background-image: url('../images/wgt-featured-fund.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    height: 158px;
}

.wgt-featured-fund .text {
    color: #ffffff !important;
    line-height: 1.25;
    padding-top: 10px;
    width: 125px;
}

.wgt-app-download {
    background-color: #29c0d5;
    height: 147px;
}

.cssgradients .wgt-app-download {
    background-image: -moz-linear-gradient(90deg, #29bcd0 0%, #29c0d5 100%);
    background-image: -webkit-linear-gradient(90deg, #29bcd0 0%, #29c0d5 100%);
    background-image: -o-linear-gradient(90deg, #29bcd0 0%, #29c0d5 100%);
    background-image: linear-gradient(0deg, #29bcd0 0%, #29c0d5 100%);
}

.no-cssgradients .wgt-app-download {
    background-color: #47bcd0;
    background-image: url('../images/wgt-app-download.png');
    background-repeat: repeat-x;
}

.wgt-app-download .inner {
    background-image: url('../images/wgt-app-download.png');
    background-position: 90% 100%;
    background-repeat: no-repeat;
    height: 109px;
}

.wgt-app-download .h3 {
    width: 150px;
    line-height: 1.2;
    padding-top: 3px;
}

.wgt-search-products {
    background-color: #c2c3c5;
    height: 100%;
    min-height: 270px;
}

.cssgradients .wgt-search-products {
    background-image: -moz-linear-gradient(90deg, #c2c3c6 0%, #c2c3c5 100%);
    background-image: -webkit-linear-gradient(90deg, #c2c3c6 0%, #c2c3c5 100%);
    background-image: -o-linear-gradient(90deg, #c2c3c6 0%, #c2c3c5 100%);
    background-image: linear-gradient(0deg, #c2c3c6 0%, #c2c3c5 100%);
}

.no-cssgradients .wgt-search-products {
    background-color: #c2c2c6;
    background-image: url('../images/wgt-search-products.png');
    background-repeat: repeat-x;
}

.wgt-search-products .h3 {
    color: #333333;
}

.wgt-search-products input[type='text'] {
    margin: 3px 0 10px 0;
    width: 100%;
    *width: 94%;
    *margin-bottom: 5px;
}

.mobile-app-phone {
    padding: 13px 120px 0 0;
}

.app-store-button {
    background-image: url('../images/app-store.png');
    display: block;
    height: 48px;
    margin-top: 50px;
    width: 134px;
}

.two-buttons {
    margin-top: 40px;
}

.tb-video, .tb-chart, .tb-video2, .tb-chart2 {
    height: 146px;
}

    .tb-video .text, .tb-chart .text, .tb-video2 .text, .tb-chart2 .text {
        width: 135px;
    }

.tb-video {
    background-color: #26afc2;
    position: relative;
}

.cssgradients .tb-video {
    background-image: -moz-linear-gradient(90deg, #40c9dc 0%, #26afc2 100%);
    background-image: -webkit-linear-gradient(90deg, #40c9dc 0%, #26afc2 100%);
    background-image: -o-linear-gradient(90deg, #40c9dc 0%, #26afc2 100%);
    background-image: linear-gradient(0deg, #40c9dc 0%, #26afc2 100%);
}

.no-cssgradients .tb-video {
    background-color: #57c9dc;
    background-image: url('../images/tb-video.png');
    background-repeat: repeat-x;
}

.tb-video .video-thumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.tb-video .text {
    width: 115px;
}

.tb-chart {
    background-color: #3f5c6d;
}

.tb-video2 {
    background-image: url('../images/tb-video1.jpg');
}

.tb-chart2 {
    background-image: url('../images/tb-chart1.jpg');
}

.cssgradients .tb-chart {
    background-image: -moz-linear-gradient(90deg, #597587 0%, #3f5c6d 100%);
    background-image: -webkit-linear-gradient(90deg, #597587 0%, #3f5c6d 100%);
    background-image: -o-linear-gradient(90deg, #597587 0%, #3f5c6d 100%);
    background-image: linear-gradient(0deg, #597587 0%, #3f5c6d 100%);
}

.no-cssgradients .tb-chart {
    background-color: #5d7487;
    background-image: url('../images/tb-chart.png');
    background-repeat: repeat-x;
}

.tb-chart:before {
    background-image: url('../images/about-us-globe.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 146px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 158px;
}

.two-buttons {
    margin-top: 40px;
}

.tb-grow, .tb-apply {
    height: 146px;
}

    .tb-grow .text, .tb-apply .text {
        width: 170px;
    }

.tb-grow {
    color: #333333 !important;
    background-color: #cbcbcd;
}

.cssgradients .tb-grow {
    background-image: -moz-linear-gradient(90deg, #cbcbcd 0%, #b1b1b3 100%);
    background-image: -webkit-linear-gradient(90deg, #cbcbcd 0%, #b1b1b3 100%);
    background-image: -o-linear-gradient(90deg, #cbcbcd 0%, #b1b1b3 100%);
    background-image: linear-gradient(0deg, #cbcbcd 0%, #b1b1b3 100%);
}

.no-cssgradients .tb-grow {
    background-color: #cbcbcd;
    background-image: url('../images/tb-grow.png');
    background-repeat: repeat-x;
}

.tb-grow:before {
    background-image: url('../images/careers-grow.png');
    content: '';
    display: block;
    height: 146px;
    position: absolute;
    right: 0;
    top: 0;
    width: 169px;
}

.tb-apply {
    background-color: #3f5c6d;
}

.cssgradients .tb-apply {
    background-image: -moz-linear-gradient(90deg, #597587 0%, #3f5c6d 100%);
    background-image: -webkit-linear-gradient(90deg, #597587 0%, #3f5c6d 100%);
    background-image: -o-linear-gradient(90deg, #597587 0%, #3f5c6d 100%);
    background-image: linear-gradient(0deg, #597587 0%, #3f5c6d 100%);
}

.no-cssgradients .tb-apply {
    background-color: #5d7487;
    background-image: url('../images/tb-chart.png');
    background-repeat: repeat-x;
}

.tb-apply:before {
    background-image: url('../images/careers-apply.png');
    content: '';
    display: block;
    height: 137px;
    position: absolute;
    right: 0;
    top: 0;
    width: 138px;
}

.wgt-hr-contacts {
    background-color: #50c7d8;
    margin-top: 30px;
}

.cssgradients .wgt-hr-contacts {
    background-image: -moz-linear-gradient(90deg, #34a7b6 0%, #50c7d8 100%);
    background-image: -webkit-linear-gradient(90deg, #34a7b6 0%, #50c7d8 100%);
    background-image: -o-linear-gradient(90deg, #34a7b6 0%, #50c7d8 100%);
    background-image: linear-gradient(0deg, #34a7b6 0%, #50c7d8 100%);
}

.no-cssgradients .wgt-hr-contacts {
    background-color: #62c7d8;
    background-image: url('../images/wgt-hr-contacts.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.wgt-hr-contacts .h3 {
    color: #ffffff;
}

.wgt-hr-contacts select, .wgt-hr-contacts .select-field {
    width: 100%;
}

.wgt-hr-contacts .select-field {
    margin: 3px 0 10px 0;
}

.wgt-hr-contacts p {
    color: #ffffff;
    font-size: 0.8125em;
    margin: 2px 0;
}

    .wgt-hr-contacts p a {
        color: #ffffff;
    }

.wgt-hr-contacts .office-reveal {
    display: none;
}

.form-contact {
    padding: 10px 0 50px 0;
}

    .form-contact .note {
        font-size: 0.75em;
        margin-top: 20px;
        width: 500px;
    }

    .form-contact .type-reveal {
        display: none;
    }

.office-map {
    padding: 20px 15px 40px 15px;
}

    .office-map p {
        margin: 0 0 25px 0;
        padding: 0;
    }

.nav-insights .subscribe {
    position: relative;
}

    .nav-insights .subscribe a:after {
        content: '';
        display: block;
        right: 20px;
        background-image: url('../images/sprite-desktop.png');
        background-position: -289px -60px;
        width: 15px;
        height: 15px;
        top: 10px;
        position: absolute;
    }

    .nav-insights .subscribe .sub-form {
        display: none;
    }

        .nav-insights .subscribe .sub-form p {
            margin: 8px 0 15px 0;
        }

        .nav-insights .subscribe .sub-form .row {
            padding-bottom: 12px;
        }

            .nav-insights .subscribe .sub-form .row input {
                width: 280px;
                font-size: 0.75em;
                padding: 6px 10px;
            }

        .nav-insights .subscribe .sub-form .submit {
            padding: 3px 0 22px 0;
        }

.banner-small {
    background-color: #628ca5;
    height: 260px;
    overflow: hidden;
    width: 690px;
}

.no-cssgradients .banner-small {
    background-image: url('../images/banner-small-teal.png');
    background-repeat: repeat-x;
}

.banner-small .image {
    padding: 22px 0 0 15px;
}

.banner-small .text {
    padding: 22px 40px 0 0;
    width: 300px;
}

    .banner-small .text .heading {
        line-height: 1;
        padding-bottom: 5px;
    }

.app-download-small {
    height: 45px;
    width: 313px;
}

    .app-download-small a {
        background-color: #6accd9;
        color: #ffffff;
        display: block;
        font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 1em;
        height: 32px;
        padding: 13px 15px 0 15px;
        position: relative;
        text-transform: uppercase;
    }

.cssgradients .app-download-small a {
    background-image: -moz-linear-gradient(90deg, #43a5b2 0%, #75d7e5 100%);
    background-image: -webkit-linear-gradient(90deg, #43a5b2 0%, #75d7e5 100%);
    background-image: -o-linear-gradient(90deg, #43a5b2 0%, #75d7e5 100%);
    background-image: linear-gradient(0deg, #43a5b2 0%, #75d7e5 100%);
}

.no-cssgradients .app-download-small a {
    background-color: #52a6b3;
    background-image: url('../images/app-link-button.png');
    background-repeat: repeat-x;
}

.app-download-small a:after {
    content: '';
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 24px;
    background-image: url('../images/sprite-desktop.png');
    background-position: -285px -30px;
    width: 7px;
    height: 19px;
    top: 50%;
}

.app-download-small a:hover, .app-download-small a:focus {
    text-decoration: none;
}

.wgt-search-insights {
    background-color: #439a9f;
    display: block;
    height: 200px;
    margin-top: 15px;
    width: 313px;
}

.cssgradients .wgt-search-insights {
    background-image: -moz-linear-gradient(90deg, #298085 0%, #439a9f 100%);
    background-image: -webkit-linear-gradient(90deg, #298085 0%, #439a9f 100%);
    background-image: -o-linear-gradient(90deg, #298085 0%, #439a9f 100%);
    background-image: linear-gradient(0deg, #298085 0%, #439a9f 100%);
}

.no-cssgradients .wgt-search-insights {
    background-color: #4e9a9f;
    background-image: url('../images/wgt-search-insights.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.wgt-search-insights .heading {
    border-bottom: 1px solid #24747a;
    line-height: 1;
    padding-bottom: 6px;
}

.wgt-search-insights .keywords {
    border-top: 1px solid #5db4b9;
    padding-top: 16px;
}

    .wgt-search-insights .keywords input {
        width: 100%;
    }

.wgt-search-insights .fields {
    padding-bottom: 20px;
}

    .wgt-search-insights .fields .field1 {
        display: inline-block;
        padding: 21px 18px 0 0;
    }

    .wgt-search-insights .fields .field2, .wgt-search-insights .fields .field3 {
        padding-top: 15px;
    }

        .wgt-search-insights .fields .field2 span, .wgt-search-insights .fields .field3 span {
            display: inline-block;
            padding-right: 4px;
            position: relative;
            top: 1px;
        }

    .wgt-search-insights .fields input {
        width: 74px;
        padding-right: 0 !important;
        padding-left: 0 !important;
        text-align: center;
    }

.tabs-months li {
    margin-right: 1px;
}

    .tabs-months li a {
        background-color: #cddee7;
        color: #7d91a1;
        font-size: 1em;
        font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
        font-style: normal;
        font-weight: bold;
        line-height: 1;
        padding: 8px 0 6px 0;
        text-align: center;
        text-transform: uppercase;
        width: 52px;
    }

.cssgradients .tabs-months li a {
    background-image: -moz-linear-gradient(90deg, #b2ccda 0%, #c9dce6 25%, #ddeaf1 100%);
    background-image: -webkit-linear-gradient(90deg, #b2ccda 0%, #c9dce6 25%, #ddeaf1 100%);
    background-image: -o-linear-gradient(90deg, #b2ccda 0%, #c9dce6 25%, #ddeaf1 100%);
    background-image: linear-gradient(0deg, #b2ccda 0%, #c9dce6 25%, #ddeaf1 100%);
}

.no-cssgradients .tabs-months li a {
    background-color: #dde9f0;
    background-image: url('../images/tab-months.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.tabs-months li.selected a, .tabs-months li.selected a, .tabs-months li a:hover, .tabs-months li a:focus {
    background-color: #f46200;
    color: #ffffff;
    text-decoration: none;
}

.cssgradients .tabs-months li.selected a, .cssgradients .tabs-months li.selected a, .cssgradients .tabs-months li a:hover, .cssgradients .tabs-months li a:focus {
    background-image: -moz-linear-gradient(90deg, #cf5200 0%, #d85600 25%, #f46200 100%);
    background-image: -webkit-linear-gradient(90deg, #cf5200 0%, #d85600 25%, #f46200 100%);
    background-image: -o-linear-gradient(90deg, #cf5200 0%, #d85600 25%, #f46200 100%);
    background-image: linear-gradient(0deg, #cf5200 0%, #d85600 25%, #f46200 100%);
}

.no-cssgradients .tabs-months li.selected a, .no-cssgradients .tabs-months li.selected a, .no-cssgradients .tabs-months li a:hover, .no-cssgradients .tabs-months li a:focus {
    background-color: #eb6009;
    background-image: url('../images/tab-months-selected.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.layout-global aside {
    margin-top: 15px;
}

.global-banner {
    background-color: #4f83a2;
    display: block;
    height: 323px;
    overflow: hidden;
}

.no-cssgradients .global-banner {
    background-image: url('../images/banner-teal.png');
    background-repeat: repeat-x;
}

.global-banner .text {
    width: 330px;
    padding: 55px 15px 0 0;
}

    .global-banner .text .header {
        font-size: 3.9375em;
        line-height: 0.9;
        margin-bottom: 15px;
    }

    .global-banner .text a {
        color: #ffffff;
    }

        .global-banner .text a:hover, .global-banner .text a:focus {
            color: #ff6600;
            text-decoration: none;
        }

#map-locations {
    display: block;
    margin: 15px 0 0 30px;
    position: relative;
}

    #map-locations .icon-pin {
        position: absolute;
    }

    #map-locations .map-tt {
        background-color: #033465;
        color: #ffffff;
        display: block;
        font-size: 0.6875em;
        left: 0;
        line-height: 1;
        padding: 3px 10px;
        position: absolute;
        top: 0;
    }

.global-bar {
    height: 43px;
    margin: -10px 0 30px 0;
}

    .global-bar nav > ul > li {
        position: relative;
    }

        .global-bar nav > ul > li.heading > a, .global-bar nav > ul > li.link a {
            color: #ffffff;
            font-size: 1em;
            font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
            font-style: normal;
            font-weight: bold;
            line-height: 1;
        }

        .global-bar nav > ul > li.heading {
            padding: 0;
            width: 256px;
            z-index: 10;
        }

            .global-bar nav > ul > li.heading > a {
                background-color: #043b72;
                border-bottom: 1px solid #02274c;
                border-top: 1px solid #024d97;
                display: block;
                height: 27px;
                padding: 14px 20px 0 20px;
                text-transform: uppercase;
                position: relative;
            }

.cssgradients .global-bar nav > ul > li.heading > a {
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #707778;
    background: url('../images/bg_gnHeading.png') 100% 0 no-repeat !important;
}

    .cssgradients .global-bar nav > ul > li.heading > a:hover {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #d5d8da;
        background: url('../images/bg_gnHeading_over.png') 100% no-repeat !important;
    }

.no-cssgradients .global-bar nav > ul > li.heading > a {
    background-color: #183471;
    background-image: url('../images/global-bar-blue.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.global-bar nav > ul > li.heading > a:hover, .global-bar nav > ul > li.heading > a:focus {
    color: #ff6600;
}

.global-bar nav > ul > li.link {
    margin-left: 1px;
    width: 255px;
}

    .global-bar nav > ul > li.link > a {
        background-color: #ff6903;
        border-bottom: 1px solid #ed4b02;
        border-top: 1px solid #f8863a;
        height: 27px;
        padding: 14px 20px 0 20px;
        text-transform: uppercase;
    }

.cssgradients .global-bar nav > ul > li.link > a {
    background-image: -webkit-linear-gradient(90deg, #ff6905 0%, #ff6903 100%);
    background-image: -o-linear-gradient(90deg, #ff6905 0%, #ff6903 100%);
    background-image: linear-gradient(0deg, #ff6905 0%, #ff6903 100%);
}

.no-cssgradients .global-bar nav > ul > li.link > a {
    background-color: #f7680d;
    background-image: url('../images/global-bar-orange.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.global-bar nav > ul > li.link > a:after {
    content: '';
    display: block;
    position: absolute;
    margin-top: -4px;
    right: 13px;
    background-image: url('../images/sprite-desktop.png');
    background-position: -142px -76px;
    width: 19px;
    height: 7px;
    top: 50%;
}

.global-bar nav > ul > li.link > ul {
    display: none;
    position: absolute;
    top: 43px;
    width: 100%;
    z-index: 90;
}

.boxshadow .global-bar nav > ul > li.link > ul {
    -webkit-box-shadow: 0 2px 10px rgba(0, 20, 45, 0.3);
    -moz-box-shadow: 0 2px 10px rgba(0, 20, 45, 0.3);
    box-shadow: 0 2px 10px rgba(0, 20, 45, 0.3);
    color: 0 2px 10px rgba(0, 20, 45, 0.3);
}

.global-bar nav > ul > li.link > ul > li {
    float: none;
}

    .global-bar nav > ul > li.link > ul > li > a {
        background-color: #ff6903;
        border-bottom: 1px solid #ed4b02;
        border-top: 1px solid #f8863a;
        display: block;
        height: 27px;
        padding: 14px 20px 0 20px;
        text-transform: uppercase;
    }

.cssgradients .global-bar nav > ul > li.link > ul > li > a {
    background-image: -webkit-linear-gradient(90deg, #ff6905 0%, #ff6903 100%);
    background-image: -o-linear-gradient(90deg, #ff6905 0%, #ff6903 100%);
    background-image: linear-gradient(0deg, #ff6905 0%, #ff6903 100%);
}

.no-cssgradients .global-bar nav > ul > li.link > ul > li > a {
    background-color: #f7680d;
    background-image: url('../images/global-bar-orange.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.global-bar nav > ul > li.link > ul > li > a:hover, .global-bar nav > ul > li.link > ul > li > a:focus {
    background: #ffffff;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    color: #ff6600;
}

.global-bar nav > ul > li.link:hover ul, .global-bar nav > ul > li.link:focus ul {
    display: block;
}

.wgt-hr-contacts-long {
    background-color: #50c7d8;
    margin-top: 0;
}

background-image: -webkit-linear-gradient(90deg, #34a7b6 0%, #50c7d8 100%);background-image: -o-linear-gradient(90deg, #34a7b6 0%, #50c7d8 100%);background-image: linear-gradient(0deg, #34a7b6 0%, #50c7d8 100%);
}

.no-cssgradients .wgt-hr-contacts-long {
    background-color: #62c7d8;
    background-image: url('../images/wgt-global-contacts.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.wgt-hr-contacts-long .h3 {
    color: #ffffff;
    margin-bottom: 10px;
}

.wgt-hr-contacts-long p {
    color: #ffffff;
    font-size: 0.8125em;
    line-height: 1.25;
    margin: 2px 0 10px 0;
}

    .wgt-hr-contacts-long p a {
        color: #ffffff;
    }

.wgt-hr-contacts-long hr {
    border-bottom: 1px solid #70d0dd;
    border-top: 1px solid #24a7b9;
    height: 0;
}

.product-list .group .title {
    margin-top: 30px; /*border-bottom: 1px solid #d5e7f1;*/
    background: #f2f8fb;
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    padding: 15px 15px 9px 15px;
    text-transform: uppercase;
}

    .product-list .group .title a {
        color: #032a51;
        text-decoration: none;
    }

        .product-list .group .title a:hover, .product-list .group .title a:focus {
            color: #ff6600;
        }

.product-list .group .product {
    background-color: #fff;
    border-bottom: 1px solid #e2ecf1;
    padding: 5px 15px 15px 15px;
}

    .product-list .group .product .produst-sub-title {
        font-size: 0.8125em;
    }

    .product-list .group .product a {
        color: #032a51;
        text-decoration: underline;
    }

        .product-list .group .product a:hover, .product-list .group .product a:focus {
            color: #ff6600;
            text-decoration: underline;
        }

.product-list .group.b-gray {
    border-top: 9px solid #8a8b8f;
}

.product-list .group.b-teal {
    border-top: 9px solid #466579;
}

.product-list .group.b-blue { /*border-top: 9px solid #03294e;*/
}

.product-links a {
    color: #ff6600 !important;
    text-decoration: none !important;
}

    .product-links a:hover, .product-links a:focus {
        color: #ff6600 !important;
        text-decoration: underline !important;
    }

.products-sub-list {
    margin-top: 10px;
}

    .products-sub-list .sub-title {
        font-size: 0.8125em;
    }

    .products-sub-list .block {
        background-color: #ebf3f7;
        border-top: 2px solid #d5e7f1;
        border-bottom: 1px solid #e2ecf1;
        margin-bottom: 20px;
        padding: 5px 15px 15px 15px;
    }

    .products-sub-list .thumb-img {
        display: block;
        margin-top: 15px;
        width: 150px;
    }

    .products-sub-list .aside-block {
        width: 460px;
    }

    .products-sub-list .btn-line {
        vertical-align: top;
    }

        .products-sub-list .btn-line .btn-line-title {
            float: left;
            color: #4c81a9;
            display: inline-block;
            font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
            font-style: normal;
            font-weight: bold;
            font-size: 0.875em;
            line-height: 1;
            padding: 10px 10px 8px 0;
            vertical-align: top;
        }

.lt-ie9 .products-sub-list .btn-line .btn-line-title {
    padding-top: 9px;
}

.products-sub-list .btn-line .btn {
    background-color: #7db3d9;
    text-decoration: none;
    vertical-align: top;
}

.cssgradients .products-sub-list .btn-line .btn {
    background-image: -webkit-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: -o-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: linear-gradient(0deg, #4c81a9 0%, #7db3d9 100%);
}

.no-cssgradients .products-sub-list .btn-line .btn {
    background-image: url('../images/modal-products-btn.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.products-sub-list .btn-line .btn:hover, .products-sub-list .btn-line .btn:focus {
    background-color: #f9893d;
}

.cssgradients .products-sub-list .btn-line .btn:hover, .cssgradients .products-sub-list .btn-line .btn:focus {
    background-image: -moz-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: -webkit-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: -o-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: linear-gradient(0deg, #c8570b 0%, #f9893d 100%);
}

.no-cssgradients .products-sub-list .btn-line .btn:hover, .no-cssgradients .products-sub-list .btn-line .btn:focus {
    background-image: url('../images/modal-products-btn-hover-orange.png') !important;
}

.products-sub-list .btn-line .btn-dd-group {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .products-sub-list .btn-line .btn-dd-group .dd-box {
        display: none;
        padding-right: 6px;
        position: absolute;
        top: 30px;
        z-index: 10;
        width: 100%;
    }

        .products-sub-list .btn-line .btn-dd-group .dd-box .btn {
            margin-top: 1px;
            text-decoration: none;
            white-space: nowrap;
            width: 100%;
        }

    .products-sub-list .btn-line .btn-dd-group:hover .dd-box, .products-sub-list .btn-line .btn-dd-group:focus .dd-box {
        display: block;
    }

.products-sub-list .btn-line .btn .icon-arrow-wd {
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.products-sub-list.blue-border .block {
    border-top: 1px solid #2ac1d6;
}

.modal-wwo .section-head {
    border-bottom: 1px dotted #324d68;
    font-size: 1em;
    font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
    margin: 0 30px;
    padding: 16px 0 3px 0;
    text-transform: uppercase;
}

    .modal-wwo .section-head.first {
        padding-top: 30px;
    }

.modal-wwo .m-window {
    top: 50px;
    height: 550px;
}

.modal-wwo .m-body {
    height: 494px;
}

    .modal-wwo .m-body .save {
        margin: 30px 30px 15px 30px;
        font-size: 0.75em;
    }

.modal-wwo .section-body {
    margin: 10px 30px 0 30px;
}

    .modal-wwo .section-body ul {
        float: left;
        width: 25%;
    }

        .modal-wwo .section-body ul li {
            font-size: 0.75em;
            padding-bottom: 3px;
        }

            .modal-wwo .section-body ul li a {
                color: #032a51;
            }

                .modal-wwo .section-body ul li a:hover, .modal-wwo .section-body ul li a:focus {
                    color: #ff6600;
                    text-decoration: none;
                }

            .modal-wwo .section-body ul li .icon {
                margin-right: 5px;
                position: relative;
                top: 1px;
            }

            .modal-wwo .section-body ul li.col-head {
                padding-bottom: 6px;
            }

.modal-matrix .m-window {
    height: 700px;
    margin-left: -375px;
    top: 54px;
    width: 750px;
}

.modal-matrix .m-body.no-footer {
    height: 644px;
}

.modal-matrix .matrix {
    padding: 0 30px;
}

    .modal-matrix .matrix .top-teal, .modal-matrix .matrix .top-gray, .modal-matrix .matrix .top-navy {
        border-top-style: solid;
        border-top-width: 6px;
        padding-top: 10px;
        margin-top: 30px;
    }

    .modal-matrix .matrix .top-teal {
        border-top-color: #2ac1d4;
    }

    .modal-matrix .matrix .top-gray {
        border-top-color: #8b8a8f;
    }

    .modal-matrix .matrix .top-navy {
        border-top-color: #466579;
    }

    .modal-matrix .matrix .table thead tr th, .modal-matrix .matrix .table tbody tr td.txt {
        font-size: 0.75em;
    }

    .modal-matrix .matrix .table tbody tr td {
        padding: 10px 30px 0 0;
    }

    .modal-matrix .matrix .table thead tr th {
        font-weight: normal;
        padding: 10px 30px 0 0;
        text-transform: uppercase;
    }

    .modal-matrix .matrix .btn {
        background-color: #7db3d9;
        color: #ffffff !important;
        font-size: 0.75em;
        padding-left: 10px;
        position: relative;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }

.cssgradients .modal-matrix .matrix .btn {
    background-image: -moz-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: -webkit-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: -o-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: linear-gradient(0deg, #4c81a9 0%, #7db3d9 100%);
}

.no-cssgradients .modal-matrix .matrix .btn {
    background-image: url('../images/modal-products-btn.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.modal-matrix .matrix .btn:hover, .modal-matrix .matrix .btn:focus {
    background-color: #f9893d;
}

.cssgradients .modal-matrix .matrix .btn:hover, .cssgradients .modal-matrix .matrix .btn:focus {
    background-image: -moz-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: -webkit-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: -o-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: linear-gradient(0deg, #c8570b 0%, #f9893d 100%);
}

.modal-matrix .matrix .btn:after {
    content: '';
    display: block;
    margin-top: -6px;
    position: absolute;
    right: 10px;
    background-image: url('../images/sprite-desktop.png');
    background-position: -301px -49px;
    width: 4px;
    height: 11px;
    top: 50%;
}

.no-cssgradients .modal-matrix .matrix .btn:hover, .no-cssgradients .modal-matrix .matrix .btn:focus {
    background-image: url('../images/modal-products-btn-hover-orange.png') !important;
}

.modal-matrix .matrix .equal {
    width: 230px;
}

.modal-matrix .matrix .last {
    padding-right: 0 !important;
}

.modal-matrix .matrix .separate {
    padding-left: 30px !important;
    border-left: 1px solid transparent;
}

    .modal-matrix .matrix .separate.border {
        border-left-color: #b1cad9;
    }

.modal-exit .m-window {
    height: 380px;
    margin-left: -280px;
    width: 560px;
}

.modal-exit .m-body {
    height: 234px;
}

    .modal-exit .m-body .body-copy p {
        font-size: 0.8125em;
    }

.modal-disagree .m-window {
    height: 300px;
    margin-left: -280px;
    width: 560px;
}

.modal-disagree .m-body {
    height: 154px;
}

    .modal-disagree .m-body .body-copy p {
        font-size: 0.8125em;
    }
/* Layout helpers----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ui-front {
    z-index: 100;
}
/* Interaction Cues----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}
/* Icons----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
/* Misc visuals----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }
    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
/* Component containers----------------------------------*/
.ui-widget {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #03294e;
    background: #03305b url(../images/ui-bg_flat_100_03305b_40x100.png) 50% 50% repeat-x;
    color: #ffffff;
}

    .ui-widget-content a {
        color: #ffffff;
    }

.ui-widget-header {
    border: 1px solid #f96b0d;
    background: #f96b0d url(../images/ui-bg_flat_100_f96b0d_40x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #ffffff;
    }
    /* Interaction states----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #e5f0f6;
        background: #4f83a2 url(../images/ui-bg_flat_100_4f83a2_40x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #ffffff;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #f96b0d;
        background: #f96b0d url(../images/ui-bg_flat_100_f96b0d_40x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #ffffff;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #f96b0d;
        background: #ffffff url(../images/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
        font-weight: bold;
        color: #eb8f00;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }
    /* Interaction Cues----------------------------------*/
    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #f96b0d;
        background: #ffffff url(../images/ui-bg_highlight-soft_75_ffffff_1x100.png) 50% top repeat-x;
        color: #f96b0d;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #f96b0d;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900 url(../images/ui-bg_flat_18_b81900_40x100.png) 50% 50% repeat-x;
        color: #ffffff;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #ffffff;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #ffffff;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: alpha(opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: alpha(opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: alpha(opacity=35); /* For IE8 - See #6059 */
        }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(../images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../images/ui-icons_f96b0d_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../images/ui-icons_ffd27a_256x240.png);
}
/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
/* Overlays */
.ui-widget-overlay {
    background: #666666 url(../images/ui-bg_flat_20_666666_40x100.png) 50% 50% repeat-x;
    opacity: .5;
    filter: alpha(opacity=50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(../images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: alpha(opacity=20);
    border-radius: 5px;
}

.ocarousel {
}

.ocarousel_window {
    white-space: nowrap;
}

    .ocarousel_window .carousel-slide {
        margin: 0 auto;
        white-space: nowrap;
    }

        .ocarousel_window .carousel-slide > * {
            white-space: normal;
        }

.ocarousel_indicators {
    position: relative;
    top: -22px;
    width: 100%;
    text-align: center;
}

    .ocarousel_indicators span.slideSel {
        display: inline-block;
        margin: 0 2px;
        overflow: hidden;
        width: 4px;
        height: 4px;
        border: 3px solid #00477f;
        border-radius: 5px;
        background: #00477f;
    }

        .ocarousel_indicators span.slideSel.on {
            border: 3px solid #fff;
            background: #fff;
        }

    .ocarousel_indicators svg {
        height: 50px;
        margin: 0 auto;
        width: 100%;
    }

        .ocarousel_indicators svg circle {
            cursor: pointer;
        }
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden; /* IE 6/7 fallback */
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
    /*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
    visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bpk.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: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
* 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;
    }
}




/* Mathias */
.main-content.teal-border {
    border-top: 9px solid #466579;
}

.main-content.gray-border {
    border-top: 9px solid #8a8b8f;
}

.main-content.dark-blue-border {
    border-top: 9px solid #03294E;
}

.layout-home .col3 > .col, .layout-home .col3 > #centercontainer .col {
    float: left;
    margin-left: 30px;
    width: 289px;
    *width: 289px;
    height: 100%;
}

.col3 > .col, .col3 > #centercontainer .col {
    float: left;
    margin-left: 50px;
    *margin-left: 15px;
    width: 291px;
}

    .col3 > .col.span2, .col3 > #centercontainer .col.span2 {
        width: 636px;
        margin-left: 30px;
    }

#centercontainer .span2 {
    width: 636px;
    margin-left: 30px;
    overflow: hidden;
}

.product-list .group.b-border-blue {
    //border-top: 9px solid #2ac1d6;
}

.product-links .btn-line a.btn {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.nav-left > ul > li > ul > li > a, .nav-left > ul > li > ul > li > ul > li > a {
    font-size: 0.75em;
    font-family: 'OpenSansBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-style: normal;
    font-weight: bold;
}

.nav-left > ul > li > ul > li.fourth-level, .nav-left > ul > li > ul > li > ul > li.fourth-level {
    margin-left: 15px;
}

.products-sub-list.blue-border .block {
    border-top: 1px solid #2ac1d6;
}

.products-sub-list.teal-border .block {
    border-top: 1px solid #466579;
}

.products-sub-list.gray-border .block {
    border-top: 1px solid #8a8b8f;
}

.products-sub-list.dark-blue-border .block {
    border-top: 1px solid #03294E;
}

.carousel-slide a {
    text-decoration: none;
    color: white;
}

/* 131223 add */
.readMore {
    display: inline-block;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
    padding-left: 25px;
    background: url('../images/more.gif') 0 0 no-repeat;
}

.toggleList { /*padding-bottom:17px; border-bottom:1px solid #d1e3ec;*/
}

    .toggleList .listHead {
        margin-top: 4px;
        background: #03294e;
    }

        .toggleList .listHead a.btn {
            display: block;
            font-size: 0.938em;
            padding: 12px 50px 8px 20px;
            color: #fff;
            text-transform: none;
            background: url('../images/toggle_off.gif') 100% 0 no-repeat;
        }

            .toggleList .listHead a.btn:focus, .toggleList .listHead a.btn:hover {
                text-decoration: none;
            }

        .toggleList .listHead.active a.btn {
            background: url('../images/toggle_on.gif') 100% 0 no-repeat;
            text-decoration: none;
        }

    .toggleList .listBody {
        display: none;
        height: 0;
    }

        .toggleList .listBody.active {
            display: block;
            padding: 20px 30px;
            height: auto;
            background: #f2f8fb;
            margin: 0;
            line-height: 1.4;
        }

            .toggleList .listBody.active em {
                font-weight: bold;
                padding-left: 3px;
            }

            .toggleList .listBody.active p.center {
                text-align: center;
            }

                .toggleList .listBody.active p.center img {
                    margin: 20px 0;
                }

            .toggleList .listBody.active p {
                margin-top: 25px;
            }

                .toggleList .listBody.active p:first-child {
                    margin: 0;
                }

            .toggleList .listBody.active ul {
                -webkit-padding-start: 20px;
                -webkit-margin-before: 0;
                -webkit-margin-after: 0;
            }

                .toggleList .listBody.active ul li {
                    line-height: 1.4;
                    margin-top: 8px;
                }

    .toggleList.year .listHead a.btn {
        font-size: 18px;
        padding: 11px 50px 6px 15px;
    }

.products-sub-list .toggleList + .btn-line {
    border-top: 1px solid #d1e3ec;
    padding-top: 1em;
}

.body-copy p.txtTy1 {
    font-size: 0.938em;
}

.body-copy .txtTy2 {
    font-size: 16px;
    position: relative;
    color: #032446;
    margin: -45px 0 50px;
    padding-left: 340px;
    line-height: 1.4;
}

    .body-copy .txtTy2 p {
        font-size: 15px;
    }

    .body-copy .txtTy2 .mark {
        position: absolute;
        top: 42px;
        left: 0;
    }

    .body-copy .txtTy2 .btnArea {
        padding-top: 20px;
        margin-top: 15px;
        border-top: 1px solid #d1e3ec;
    }

.body-copy p.txtTy3 {
    font-size: 1em;
}

.body-copy p.txtTy6 {
    font-size: 16px;
    color: #4c81a9;
}

.body-copy .txtTy6 {
    font-size: 16px;
    color: #4c81a9;
    margin-bottom: 5px;
    display: block;
    margin-top: 20px;
}

.body-copy p.date {
    color: #032446;
    margin: 5px 0 25px;
    font-weight: bold;
}

.body-copy p.introTit {
    font-size: 1em;
    margin-top: 40px;
    color: #4c81a9;
}

    .body-copy p.introTit + p {
        margin-top: 5px;
    }

.body-copy p.imgExplan {
    margin: 0;
    font-size: 12px;
    color: #666;
    width: 610px;
}

.boxTy1 {
    background: #fff;
    padding: 15px 30px;
    border-top: 2px solid #d5e7f1;
    margin-top: 30px;
}

    .boxTy1 p.introTit {
        margin: 40px 0 10px;
    }

        .boxTy1 p.introTit:first-child {
            margin-top: 1em;
        }

    .boxTy1 ol, .boxTy1 ul {
        -webkit-padding-start: 20px;
        -webkit-margin-before: 0.5em;
    }

        .boxTy1 ol li, .boxTy1 ul li {
            margin-top: 3px;
        }

        .boxTy1 ul + p {
            margin-top: 30px;
        }

    .boxTy1 .btn-line {
        margin-top: 30px;
    }

    .boxTy1 .boxTy1 {
        padding: 0;
        margin-top: 0;
        border-top: none;
    }

.boxTy2 {
    background: #f2f8fb;
    border-top: 2px solid #d5e7f1;
    overflow: hidden;
    padding: 5px 15px 2px;
    margin: 0 0 10px;
}

    .boxTy2 .txtTy5 .date {
        text-align: right;
    }

.boxTy3 {
    margin: 30px 0 25px 0 !important;
    border-top: 1px solid #d5e7f1;
    background: #f2f8fb;
    font-weight: bold;
    color: #ff6600 !important;
    font-size: 16px !important;
    ;
    text-align: center;
    line-height: 1.4;
    padding: 25px;
}

    .boxTy3 .bns {
        display: block;
        margin-top: 20px;
        padding: 15px 0 0;
        text-align: right;
        border-top: 1px solid #d9e6ee;
        font-size: 13px;
        color: #032446;
        font-weight: normal;
    }

.btnTy1 {
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 9px;
    min-width: 155px;
    background: url('../images/bg_btnTy1.gif') 100% 0 no-repeat;
}

    .btnTy1:hover, .btnTy1:focus {
        background-position: 100% 100%;
        text-decoration: none;
    }

.product-links a.btnTy1:hover, .product-links a.btnTy1:focus {
    text-decoration: none !important;
}

.product-links a.btnTy1 {
    color: #fff !important;
}

.products-sub-list .boxTy1 .sub-title strong {
    font-size: 1.231em;
    margin-top: 40px;
    color: #4c81a9;
}

.txtTy4 {
    margin-bottom: 0 !important;
    overflow: hidden;
    margin-top: 0 !important;
}

    .txtTy4 a strong {
        color: #4c81a9;
        font-size: 15px;
        line-height: 1.3;
    }

.txtTy5 {
    margin-top: 5px !important;
}

    .txtTy5 .date {
        display: block;
        margin-top: 10px;
        color: #032446;
        font-weight: bold;
    }

.listTy1 {
    border-top: 2px solid #b2cadb;
    overflow: hidden;
}

    .listTy1 .item {
        background: #f2f8fb;
        border-top: 1px solid #dae8f0;
        overflow: hidden;
        padding: 20px;
        margin-top: -1px;
    }

        .listTy1 .item a img {
            float: left;
            display: block;
        }

        .listTy1 .item .text {
            margin-left: 90px;
        }

            .listTy1 .item .text .txtTy4, .listTy1 .item .text .txtTy5 {
                margin-top: 0;
            }

.listTy2 {
    margin-top: 30px;
    padding: 0;
}

    .listTy2 li {
        margin-top: 5px;
        color: #666;
        list-style: none;
        font-size: 12px;
    }

.videoList {
    overflow: hidden;
    margin: -30px 0 0 -20px;
}

    .videoList .item {
        float: left;
        display: block;
        width: 300px;
        margin: 30px 0 0 20px;
        overflow: hidden;
    }

        .videoList .item .vimg {
            display: block;
        }

        .videoList .item .vtxt {
            display: block;
            height: 120px;
            padding: 15px;
            background: #617d97;
            color: #fff;
            font-size: 12px;
            line-height: 1.4;
        }

            .videoList .item .vtxt em {
                display: block;
                font-style: normal;
                margin-bottom: 5px;
                color: #062c5b;
            }

        .videoList .item:hover {
            text-decoration: none;
        }

.insightTop {
    background: #4c81a9;
    position: relative;
    padding: 16px 30px 30px 253px;
    margin-bottom: 20px;
    min-height: 234px;
}

    .insightTop .thum {
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .insightTop .tit {
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1;
        color: #033465;
    }

    .insightTop .stit {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        margin: 23px 0 0;
    }

    .insightTop p.txt {
        color: #fff;
        border-bottom: 1px solid #7aa3c0;
        padding-bottom: 26px;
        margin: 8px 0 3px;
    }

    .insightTop .date {
        text-align: right;
        display: block;
        margin-top: -20px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
    }

    .insightTop .readMore {
        color: #f96b0d;
        font-weight: bold;
        text-decoration: none;
    }

.body-copy p.chartDayTxt {
    float: left;
    width: 300px;
    margin: 0;
}

.body-copy p.chartDayImg {
    margin-left: 322px;
}

    .body-copy p.chartDayImg img {
        width: 314px;
    }

.main-content.layout-global {
    padding: 20px 40px 40px 15px;
}

.layout-global #centercontainer .col3 > #centercontainer .col.span2 {
}

.layout-global .col3 > .col.span2.wmap, .layout-global .col3 > #centercontainer .col.span2.wmap {
    width: 320px;
}

.layout-global .col3 > .col.wmap, .layout-global .col3 > #centercontainer .col.wmap {
    width: 640px;
    margin-left: 30px;
}

.cssgradients .layout-global .wgt-hr-contacts-long {
    width: 311px;
    float: right;
}

.globalNetwork {
    color: #fff;
    font-size: 13px;
}

    .globalNetwork .tit {
        display: block;
        font-size: 18px;
        line-height: 1.1;
        margin-top: 27px;
    }

    .globalNetwork .add {
        display: block;
        margin-top: 23px;
    }

    .globalNetwork ul {
        margin: 17px 0 0;
        padding: 0;
    }

        .globalNetwork ul li {
            list-style: none;
            margin-top: 0;
            word-break: break-word;
        }

            .globalNetwork ul li strong {
                padding-right: 3px;
            }

            .globalNetwork ul li a {
                color: #fff;
            }

            .globalNetwork ul li.tel {
                font-weight: bold;
                font-size: 15px;
                margin-bottom: -2px;
            }

.mapBox {
    width: 311px;
    height: 311px;
    float: left;
    margin-top: 0;
}

.cList { /*padding-bottom:17px; border-bottom:1px solid #d1e3ec;*/
    margin-bottom: 40px;
}

    .cList dt {
        margin-top: 4px;
        color: #4c81a9;
        font-weight: bold;
        margin-top: 40px;
    }

    .cList dd {
        padding-left: 16px;
        margin: 0;
    }

        .cList dd em {
            font-weight: bold;
        }

        .cList dd ul {
            padding-left: 16px;
            -webkit-padding-start: 16px;
        }

.historyList {
    border-top: 2px solid #d1e3ec;
}

    .historyList dl {
        border-bottom: 1px solid #d1e3ec;
        background: #ebf3f7;
        margin: 0;
        overflow: hidden;
    }

        .historyList dl dt {
            float: left;
            color: #4c81a9;
            font-size: 24px;
            font-weight: bold;
            padding: 10px 15px;
        }

        .historyList dl dd {
            margin-left: 97px;
            background: #f2f8fb;
            padding: 5px 10px;
        }

            .historyList dl dd ul {
                padding: 0;
                margin: 12px 25px 20px;
            }

            .historyList dl dd li {
                margin: 3px 0 0;
            }

                .historyList dl dd li:first-child {
                    margin-top: 0;
                }

.proImg + .btn-line {
    margin-top: 50px;
    padding-top: 15px;
    border-top: 1px solid #d1e3ec;
}

.mt10.center + .btn-line {
    margin-top: 50px;
    padding-top: 15px;
    border-top: 1px solid #d1e3ec;
}

.btn.trigger-exit-warning, .btn-dd-group, .product-links .btn {
    margin-right: 4px;
}

.body-copy p.aboutIntro {
    font-size: 0.96em;
}

    .body-copy p.aboutIntro sup {
        top: -0.3em;
        font-size: 65%;
        word-spacing: -1px;
    }

#subscribe-rss.modal-exit .m-window {
    height: auto;
}

#subscribe-rss.modal-exit .m-body {
    height: 180px;
}

    #subscribe-rss.modal-exit .m-body .body-copy {
        margin: 0;
    }

    #subscribe-rss.modal-exit .m-body input {
        font-size: 13px;
        color: #032446;
        height: 18px;
        width: 482px;
        line-height: 18px;
        padding: 0 5px;
    }

    #subscribe-rss.modal-exit .m-body * {
        vertical-align: middle;
    }

    #subscribe-rss.modal-exit .m-body .btnCopy {
        display: inline-block;
    }

        #subscribe-rss.modal-exit .m-body .btnCopy img {
            vertical-align: top;
        }

#subscribe-rss.modal .m-header {
    background: #032446;
    position: relative;
}

    #subscribe-rss.modal .m-header .close {
        position: absolute;
        right: 30px;
        top: 23px;
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    #subscribe-rss.modal .m-header .title {
        padding-top: 23px;
    }

    #subscribe-rss.modal .m-header * {
        vertical-align: top;
    }

#subscribe-rss.modal-exit .m-body .subscribeType {
    font-size: 15px;
    color: #4c81a9;
    font-weight: bold;
    margin-bottom: 5px;
}

.boxTy1 .btn-line {
    vertical-align: top;
}

    .boxTy1 .btn-line .btn-line-title {
        float: left;
        color: #4c81a9;
        display: inline-block;
        font-family: 'OpenSansCondensedBold', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 0.875em;
        line-height: 1;
        padding: 10px 10px 8px 0;
        vertical-align: top;
    }

.lt-ie9 .boxTy1 .btn-line .btn-line-title {
    padding-top: 9px;
}

.boxTy1 .btn-line .btn {
    background-color: #7db3d9;
    text-decoration: none;
    vertical-align: top;
}

.cssgradients .boxTy1 .btn-line .btn {
    background-image: -moz-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: -webkit-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: -o-linear-gradient(90deg, #4c81a9 0%, #7db3d9 100%);
    background-image: linear-gradient(0deg, #4c81a9 0%, #7db3d9 100%);
}

.no-cssgradients .boxTy1 .btn-line .btn {
    background-image: url('../images/modal-products-btn.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.boxTy1 .btn-line .btn:hover, .boxTy1 .btn-line .btn:focus {
    background-color: #f9893d;
}

.cssgradients .boxTy1 .btn-line .btn:hover, .cssgradients .boxTy1 .btn-line .btn:focus {
    background-image: -moz-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: -webkit-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: -o-linear-gradient(90deg, #c8570b 0%, #f9893d 100%);
    background-image: linear-gradient(0deg, #c8570b 0%, #f9893d 100%);
}

.no-cssgradients .boxTy1 .btn-line .btn:hover, .no-cssgradients .boxTy1 .btn-line .btn:focus {
    background-image: url('../images/modal-products-btn-hover-orange.png') !important;
}

.boxTy1 .btn-line .btn-dd-group {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

    .boxTy1 .btn-line .btn-dd-group .dd-box {
        display: none;
        padding-right: 6px;
        position: absolute;
        top: 30px;
        z-index: 10;
        width: 100%;
    }

        .boxTy1 .btn-line .btn-dd-group .dd-box .btn {
            margin-top: 1px;
            text-decoration: none;
            white-space: nowrap;
            width: 100%;
        }

    .boxTy1 .btn-line .btn-dd-group:hover .dd-box, .boxTy1 .btn-line .btn-dd-group:focus .dd-box {
        display: block;
    }

.boxTy1 .btn-line .btn .icon-arrow-wd {
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.boxTy1.blue-border .block {
    border-top: 1px solid #2ac1d6;
}

.main-content #rightcolcontainer {
    min-height: 30px;
}

.main-content form {
    margin: 0;
    padding: 0;
}

.panel-main {
    width: 100%;
    float: left;
    height: 100%;
}

.panel-left {
    width: 300px;
    float: left;
    height: 100%;
}

.panel-left-one {
    width: 250px;
    float: left;
    height: 100%;
    padding: 5px;
}

.panel-right-one {
    width: 710px;
    height: 100%;
    float: right;
    padding: 5px;
}

.panel-right {
    width: 680px;
    height: 100%;
    float: right;
}

.sub-panel {
    width: 100%;
    margin-bottom: 10px;
}

.in-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.10em;
    padding: 5px;
    font-weight: bold;
    background: #ff6600;
}

.arr ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.arr li {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 18px;
    list-style-type: none;
    line-height: 25px;
}


#fmt2 {
    width: 250px;
    /* margin:5px; */
}

    #fmt2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #fmt2 li {
        list-style: none;
        display: block;
        /* background:url(images/fmt-bg.jpg) no-repeat; */
        background: #fff url(../images/arrow-color.png) no-repeat left;
        background-position: 10px;
        text-indent: 30px;
    }

        #fmt2 li a {
            list-style: none;
            display: block;
            color: #324f72;
            text-transform: uppercase;
            font-size: .85em;
            font-weight: bold;
            text-decoration: none;
            height: 32px;
            line-height: 32px;
            border-bottom: 1px solid #cacaca;
        }

            #fmt2 li a:hover {
                /* background:url(images/fmt-h.jpg) no-repeat; */
                background: url(../images/wt-arrow.png) no-repeat left;
                background-position: 10px;
                height: 32px;
                line-height: 32px;
                color: #d50606;
                text-decoration: none;
            }

                #fmt2 li a.current, #fmt2 li a:hover.current {
                    list-style: none;
                    display: block;
                    /*background:url(images/fmt-h.jpg) no-repeat; */
                    background: url(../images/wt-arrow.png) no-repeat left;
                    background-position: 10px;
                    color: #d50606;
                    text-transform: uppercase;
                    font-size: 11px;
                    text-decoration: none;
                    /*height:32px;
line-height:32px;	*/
                }


/* Grid View Styles*/

.gridpaging {
    color: red;
}

.gridtable {
    font-family: Arial,sans-serif;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #bddcde;
    border-collapse: collapse;
}

    .gridtable th {
        padding: 6px;
        border: 1px solid #cacaca;
        background-color: #4f83a2;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial,sans-serif;
        text-align: left;
    }

    .gridtable td {
        padding: 7px;
        border: 1px solid #cacaca;
        background-color: #ffffff;
        color: #333333;
    }

.gvdheaderstyle {
    border: 1px solid #99ccdd;
    font-family: Arial,sans-serif;
    font-size: 0.813em;
    background-color: #e3e3e3;
    color: #333333;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
}

.gvlinktyle {
    font-size: 13px;
    color: #436F67;
    font-weight: bold;
    font-family: Arial,sans-serif;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}

.gvlinktyle1 {
    font-size: 13px;
    color: #436F67;
    font-weight: bold;
    font-family: Arial,sans-serif;
    height: 34px;
    line-height: 8px;
    padding-left: 2px;
}


/* Validator Callout Extender CSS */

.validator_callout .ajax__validatorcallout_icon_cell {
    padding: 0;
    height: 32px;
}

    .validator_callout .ajax__validatorcallout_icon_cell img {
        display: none;
    }

.validator_callout .ajax__validatorcallout_close_button_cell img {
    display: none;
}

.validator_callout .ajax__validatorcallout_icon_cell {
    padding: 0;
    height: 32px;
}

    .validator_callout .ajax__validatorcallout_icon_cell img {
        display: none;
    }
/*Remove close icon:*/
.validator_callout .ajax__validatorcallout_close_button_cell img {
    display: none;
}
/*Change background:*/
.validator_callout div, .validator_callout td {
    background-color: #bfd9f4;
}

/*Change error text style:*/
.validator_callout .ajax__validatorcallout_error_message_cell {
}






/* LOGIN PAGE VALIDATOR */


.validator_callout_one .ajax__validatorcallout_icon_cell {
    padding: 0;
    height: 32px;
}

    .validator_callout_one .ajax__validatorcallout_icon_cell img {
        display: none;
    }

.validator_callout_one .ajax__validatorcallout_close_button_cell img {
    display: none;
}

.validator_callout_one .ajax__validatorcallout_icon_cell {
    padding: 0;
    height: 32px;
    padding-left: 35px;
    width: auto;
}

    .validator_callout_one .ajax__validatorcallout_icon_cell img {
        display: none;
    }
/*Remove close icon:*/
.validator_callout_one .ajax__validatorcallout_close_button_cell img {
    display: none;
}
/*Change background:*/
.validator_callout_one div, .validator_callout_one td {
    background-color: #bfd9f4;
}

/*Change error text style:*/
.validator_callout_one .ajax__validatorcallout_error_message_cell {
}



a.tooltip {
    outline: none;
}

    a.tooltip strong {
        line-height: 30px;
    }

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip span {
        z-index: 10;
        display: none;
        padding: 14px 20px;
        margin-top: -30px;
        margin-left: 10px;
        width: 320px;
        line-height: 16px;
    }

    a.tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0;
    }

.callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px;
}

/*CSS3 extras*/
a.tooltip span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}



.lb-small {
    width: 230px;
    float: left;
    color: #ff6600;
    font-weight: bold;
    text-transform: uppercase;
}

.lb-color {
    color: #ff6600;
    font-weight: bold;
}

.lb-left {
    width: 230px;
    float: left;
    line-height: 25px;
}

.lb-left-big {
    width: 140px;
    float: left;
    line-height: 25px;
}

.color {
    color: #ff6600;
    font-weight: bold;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/up-img.png) no-repeat left top;
}

#toTopHover {
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}


.contol-lable {
    padding: 4px;
    background-color: #fff;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

/* grid Styles*/


.gridTable {
    width: 100%;
    margin: 0;
    padding: 0;
}

table.grid, tr, td {
    /*border:1px solid #2ba7db;*/
    border: 0px solid #CCCCCC;
    /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
       font-size:90%;*/
    border-collapse: collapse;
    padding: 10px;
}

th.gridth {
    /*border:1px solid #2ba7db;*/
    border: 1px solid #DCDCDC;
    text-align: left;
    /*background:#6dc6e7;*/
    background: #778561;
    color: #fff;
    /* text-transform:uppercase; */
    font-weight: bold;
    padding: 10px;
}






/*.classEven{ background-color:#cef2ff; }
.classOdd{ background-color:#FFF; }*/
.classEven {
    background-color: #d1d1d1;
    padding: 5px;
}

.classOdd {
    background-color: #e9e9e9;
    padding: 5px;
}


.flt-lt {
    float: left;
}

.flt-rt {
    float: right;
}

.errmsg1 {
    color: red;
    visibility: hidden;
    float: left;
    margin-left: 10px;
    font-size: 0.8em;
}

.form .form-line .form-field1 {
    float: left;
    width: auto;
}

.form .form-line .form-label-one1 {
    width: 250px;
    float: left;
}



.stpgrid, .stpgrid th, .stpgrid tr, .stpgrid td {
    border: 1px solid #cacaca;
    padding: 10px;
}

    .stpgrid th {
        background-color: #4f83a2;
        color: #FFF;
    }
#btnProceed{margin-top:20px;}
