﻿html {
    height: 100%;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    background-color: #f0f0df;
    margin: 0;
    padding: 0;
    color: #313131;
    font-family: 'Droid Sans';
    font-size: 100%;
    height: 100%;
    top: 0!important;
}

a {
    color: #940000;
    text-decoration: none;
    font-weight: normal;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    color: #940000;
    font-size: 2em;
    font-family: Trebuchet MS;
    line-height: 1em;
    margin: 0;
    padding: 0;
    font-weight: bold;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

h2 {
    font-size: 1.4em;
    color: #940000;
    font-family: Trebuchet MS;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: -.05em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.15em;
    color: #940000;
    font-family: Trebuchet MS;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: -.07em;
    text-transform: uppercase;
}

h4 {
    font-size: .9em;
    color: #555;
    font-family: Trebuchet MS;
    font-weight: bold;
    margin: 0;
    padding: 0;
    letter-spacing: -.05em;
}

p {
    display: block;
    font-size: .95em;
    margin: 0;
    padding: 5px 0 5px 0;
}

li {
    font-size: .95em;
    margin: 0;
    padding: 5px 0 10px 0;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

.image-placeholder {
    background: #ddd;
    color: #aaa;
    font-family: droid sans,Arial Narrow;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 1.5em;
}

.clr {
    display: block;
    clear: both;
    height: 1px;
    font-size: 1px;
    width: 400px;
}

.line {
    display: block;
    background: #ccc;
    height: 1px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}

.accountLine {
    display: block;
    background: #7c7c7c;
    height: 1px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}

.two-col {
    float: left;
    width: 50%;
}

.image-shadow {
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/two-col-shadow.png') no-repeat;
    display: inline-block;
    width: 375px;
    height: 17px;
    margin-left: 26px;
}

.wrapper {
    min-height: 100%;
}

.main {
    overflow: auto;
    padding-bottom: 88px;
}

.footer {
    position: relative;
    margin-top: -88px;
    height: 88px;
    clear: both;
}

.pageContainer {
    width: 100%;
    float: left;
    overflow: hidden;
}

.mainContent {
    margin: 0 auto;
    width: 940px;
}

.fullWidthBody {
    float: left;
    width: 960px;
}

.headContainer {
    position: fixed;
    width: 100%;
    background: #313131;
    margin: 0;
    padding: 0 0 15px 0;
    float: left;
    border-top: 15px solid #f0f0df;
    z-index: 20001;
}

.headContent {
    width: 960px;
    margin: 0 auto;
}

.headLogin {
    background: #666;
    float: right;
    margin-top: -15px;
    margin-right: 20px;
    height: 14px;
    border-radius: 0 0 5px 5px;
    padding: 4px 10px 7px 10px;
    box-shadow: 0 0 8px #111;
}

    .headLogin:hover, .headLogin:hover h4 {
        background: #ffcb00;
        color: #000!important;
        cursor: pointer;
    }

    .headLogin h4 {
        color: #fff;
        letter-spacing: -.07em;
    }

.javaDisabled, .compat {
    display: none;
}

.headBrand {
    float: left;
    width: 262px;
    padding: 5px 0 0 19px;
    border: 0;
}

.navBar {
    padding: 0 0 0 0;
    margin: 18px 11px 0 0;
    list-style-type: none;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.05em;
    float: left;
    display: inline;
    letter-spacing: -.07em;
}

    .navBar li {
        margin: 0 9px 0 0;
        float: left;
        border-right: 1px solid #ddd;
        padding: 0 9px 0 0;
        font-weight: bold;
    }

        .navBar li a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

        .navBar li:last-child {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }

    .navBar a:hover {
        color: #ffcb00;
        cursor: pointer;
    }

    .navBar li#selected-main-nav {
        background: #ffcb00;
        border-radius: 3px;
        cursor: pointer;
        border: none;
        padding: 3px 5px 2px 5px;
        margin-top: -3px;
    }

        .navBar li#selected-main-nav a {
            color: #111;
        }

.subContainer {
    position: fixed;
    top: 88px;
    width: 100%;
    float: left;
    background: #666;
    border-top: 1px solid #888;
    padding: 0;
    height: 32px;
    display: none;
    z-index: 20000;
    box-shadow: 0 0 6px #111;
}

.subContent {
    width: 960px;
    margin: 0 auto;
}

.subNavBar {
    list-style-type: none;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: .95em;
    margin: 0 0 8px 19px;
}

    .subNavBar li {
        padding: 0 9px 0 0;
        margin: 0 9px 0 0;
        float: left;
        border-right: 1px solid #ddd;
        letter-spacing: -.07em;
    }

        .subNavBar li a {
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

        .subNavBar li:last-child {
            border-right: none;
            margin-right: 0;
            padding-right: 0;
        }

    .subNavBar a:hover {
        color: #ffcb00;
        cursor: pointer;
    }

    .subNavBar #selected-sub-nav {
        background: #ffcb00;
        color: #111;
        border-radius: 3px;
        cursor: pointer;
        border: none;
        padding: 3px 5px 2px 5px;
        margin-top: -3px;
    }

    .subNavBar li#selected-sub-nav a {
        color: #111;
    }

.selected-sub-nav {
    background: #ffcb00;
    color: #111;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    padding: 3px 5px 2px 5px;
    margin-top: -3px;
}

.nav-no-border {
    border-right: none!important;
    margin-right: -1px!important;
}

.footContainer {
    width: 100%;
    background: #313131;
    margin: 0;
    padding: 0;
    float: left;
    font-family: Trebuchet MS;
}

.footContent {
    width: 960px;
    margin: 0 auto;
    height: 73px;
    color: #f0f0df;
}

    .footContent a {
        color: #ffcb00;
    }

    .footContent h4 {
        color: #fff;
        font-size: .8em;
        font-weight: bold;
        font-size: 1em;
        letter-spacing: -.07em;
    }

.footNavBar {
    list-style-type: none;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: .95em;
    margin: 10px 0 0 19px;
    display: inline-block;
}

    .footNavBar li {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
        float: left;
        border-right: 1px solid #ddd;
    }

        .footNavBar li a {
            color: #fff;
            font-weight: bold;
            letter-spacing: -.07em;
        }

    .footNavBar a:hover {
        color: #ffcb00;
        cursor: pointer;
        text-decoration: none;
    }

.footNav {
    list-style-type: none;
    margin: 0 0 0 19px;
    display: inline-block;
}

    .footNav li {
        color: #f0f0df;
        margin: 0 10px 0 0;
        float: left;
    }

        .footNav li:hover {
            cursor: pointer;
        }

.footLinks {
    float: left;
    width: 100%;
    opacity: .5;
}

.finderTabs {
    float: left;
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    width: 275.1875px;
}

    .finderTabs .finderheading {
        letter-spacing: -.07em;
        margin: 0 0 10px 0;
        font-size: 1.4em;
        color: #940000;
        font-family: Trebuchet MS;
        line-height: 1em;
        font-weight: bold;
        padding: 0;
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
    }

    .finderTabs .finderbody {
        padding: 0 0 0 10px;
        float: left;
        width: 135px;
        color: #313131;
        display: block;
        font-size: .95em;
        margin: 0;
        display: inline-block;
    }

    .finderTabs:hover {
        text-decoration: none;
    }

.finderShadow {
    width: 305px;
    height: 15px;
    margin-bottom: 5px;
}

.cardImage {
    float: left;
    border: 1px solid #d3d3d3;
    border-radius: 7px;
}

.lenderImage {
    float: left;
    width: 130px;
    background-size: 130px 80px;
    margin: 12px 0 0 5px;
    border: 1px solid #a8a7a7;
    border-radius: 7px;
    height: 80px;
    margin-right: 20px;
    float: left;
}

.fullWidthHeader {
    float: left;
    width: 960px;
    margin: 20px;
    padding: 0;
}

.fullWidthHeaderLeft {
    float: left;
    width: 110px;
    padding: 2px 0 0 22px;
    margin: 0;
}

.fullWidthHeaderMiddle {
    float: left;
    width: 375px;
    padding: 0;
    margin: 0;
}

.fullWidthHeaderMiddleBody {
    float: left;
    width: 375px;
    background: #ffcb00;
    min-height: 140px;
    height: auto!important;
    height: 140px;
    padding: 10px;
    margin: 0;
}

    .fullWidthHeaderMiddleBody a {
        color: #940000;
        font-weight: normal;
    }

    .fullWidthHeaderMiddleBody h2 {
        color: #940000;
    }

.fullWidthHeaderRight {
    float: left;
    width: 375px;
    padding: 0;
    margin: 0 0 0 30px;
}

.fullWidthHeaderRightBody {
    float: left;
    width: 375px;
    background: #940000;
    min-height: 140px;
    height: auto!important;
    height: 140px;
    padding: 10px;
    margin: 0;
}

    .fullWidthHeaderRightBody p {
        color: #fff;
    }

.fullWidthMain {
    float: left;
    width: 920px;
    margin: 20px 0 20px 10px;
}

.fullWidthMainBody {
    float: left;
    width: 100%;
}

.sideboxArrow {
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/furniture/greyCTA/sideboxArrow.gif') 2px 2px no-repeat;
    color: #373737;
    padding-left: 22px;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 18px;
}

    .sideboxArrow a {
        color: #373737;
        font-weight: bold;
    }

        .sideboxArrow a:hover {
            text-decoration: underline;
        }

.mainTabArrow {
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/furniture/mainTab/cta/redtabArrow.gif') 2px 2px no-repeat;
    color: #ffcb00;
    padding-left: 22px;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 18px;
}

    .mainTabArrow a {
        color: #ffcb00;
        font-weight: bold;
    }

        .mainTabArrow a:hover {
            text-decoration: underline;
        }

.btnRedArrow {
    background: #ffcb00 url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/furniture/redOnWhite/mainArrow.gif') 2px 2px no-repeat;
    text-align: left;
    cursor: pointer;
    color: #940000;
    padding-left: 22px;
    width: 250px;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 18px;
    border: solid 1px #ffcb00;
}

    .btnRedArrow:hover {
        color: #940000;
        font-weight: bold;
        text-decoration: underline;
    }

.yellowArrow {
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/furniture/yellowArrow.gif') 2px 2px no-repeat;
    color: #ffcb00;
    padding-left: 22px;
    font-weight: bold;
    font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 18px;
}

.triangle-right {
    float: left;
    font-size: .9em;
    position: relative;
    padding: 2px 8px 3px 8px;
    margin: -3px 0 10px 0;
    color: #fff;
    background: #940000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #940000;
    box-shadow: 3px 3px 5px silver;
}

    .triangle-right::after {
        content: "";
        position: absolute;
        display: block;
        width: 0;
        border-style: solid;
        top: 15px;
        left: 104px;
        bottom: auto;
        border-width: 12px 7px 0 7px;
        border-color: #940000 transparent;
    }

    .triangle-right#intro-rate {
        background: #888;
        border: 1px solid #888;
    }

        .triangle-right#intro-rate::after {
            left: 14px;
            border-color: #888 transparent;
        }

    .triangle-right#xfr-rate {
        background: #888;
        border: 1px solid #888;
    }

        .triangle-right#xfr-rate::after {
            left: 40px;
            border-color: #888 transparent;
        }

    .triangle-right#rewards::after {
        left: 24px;
    }

.btn {
    background: #ffcb00;
    color: #111;
    letter-spacing: -.07em;
    float: left;
    margin: 10px 0 0 10px;
    text-decoration: none;
    font-family: Trebuchet MS;
    border-radius: 3px;
    cursor: pointer;
    padding: 3px 5px 2px 5px;
}

.btn-fade {
    background: #ffcb00;
    color: #111;
    letter-spacing: -.07em;
    float: left;
    margin: 10px 0 0 10px;
    text-decoration: none;
    font-family: Trebuchet MS;
    border-radius: 3px;
    cursor: pointer;
    padding: 3px 5px 2px 5px;
    opacity: .5;
    filter: alpha(opacity=50);
}

    .btn:after, .btn-fade:after {
        border-top: 36px solid transparent;
        border-bottom: 34px solid transparent;
        border-left: 19px solid #ffcb00;
        margin: -67px -24px 0 0;
        float: right;
        bottom: -9px;
        content: '';
    }

    .btn:hover, .btn-fade:hover {
        text-decoration: none;
    }

.smallbtn {
    background: #ffcb00;
    color: #111;
    letter-spacing: -.07em;
    float: left;
    margin: 3px 8px 0 8px;
    padding: 6px 7px 0 7px;
    text-decoration: none;
    font-family: Trebuchet MS;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

    .smallbtn#reply {
        background: #c9c9ae;
        color: #666;
    }

        .smallbtn#reply:after {
            border-left: 11px solid #c9c9ae;
        }

    .smallbtn#content_lnkUpdate {
        background: #940000;
        color: #fff;
    }

        .smallbtn#content_lnkUpdate:after {
            border-left: 11px solid #940000;
        }

.smallbtnfade {
    background: #ffcb00;
    color: #111;
    letter-spacing: -.07em;
    float: left;
    margin: 3px 8px 0 8px;
    padding: 6px 7px 0 7px;
    text-decoration: none;
    font-family: Trebuchet MS;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .5;
    filter: alpha(opacity=50);
}

    .smallbtn:hover, .smallbtnfade:hover {
        text-decoration: none;
    }

    .smallbtn:after, .smallbtnfade:after {
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 11px solid #ffcb00;
        margin: -5px -17px 0 0;
        float: right;
        bottom: -9px;
        content: '';
    }

.smallbtn#Back:after, .smallbtn#content_btnPrev:after {
    border-right: 11px solid #ffcb00;
    border-left: none;
    margin: -6px 0 0 -17px;
    float: left;
}

.btn-cta {
    display: block;
    font-weight: bold;
    margin: 10px 0 6px 8px;
    font-size: 1.2em;
    color: #111;
    text-transform: uppercase;
}

.btn-subtext {
    border-top: 1px solid #111;
    margin: 0 8px 0 8px;
    padding: 4px 0 10px 0;
    color: #464646;
}

.formLabel {
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: .95em;
    letter-spacing: -.07em;
    text-transform: uppercase;
    color: #940000;
    margin: 0 0 0 10px;
}

.errorLabel {
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1em;
    letter-spacing: -.07em;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}

#content_pnlList select {
    margin: .2rem 0 .8rem 0;
}

.contactTextBox {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 5px 8px 10px;
    padding: 6px 5px 6px 5px;
    font-size: .95em;
    color: #555;
    resize: none;
}

.formTextBox {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 5px 8px 10px;
    padding: 6px 5px 6px 5px;
    font-size: .95em;
    color: #555;
    resize: none;
}

.ddlBox {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 5px 8px 10px;
    padding: 6px 5px 6px 5px;
    font-size: .95em;
    color: #555;
}

.errorTextBox {
    background: #fff;
    border: 2px solid #ab4643;
    margin: 2px 5px 8px 10px;
    padding: 5px 4px 5px 4px;
    font-size: .95em;
    color: #555;
}

.formDropBox {
    background: #fff;
    border: 1px solid #ccc;
    margin: 2px 0 8px 10px;
    padding: 5px;
    font-size: .95em;
    color: #555;
}

.errorDropBox {
    background: #fff;
    border: 2px solid #ab4643;
    margin: 2px 0 8px 10px;
    padding: 4px;
    font-size: .95em;
    color: #555;
}

.formCheckBoxList td {
    padding: 0 10px 10px 0;
    font-size: .95em;
}

.select-list {
    margin: 0 5px 10px 5px;
    font-size: .95em;
    border-collapse: separate;
    border-spacing: 5px;
    width: 95%;
}

.ie-select-list {
    margin: 0 5px 10px 5px;
    font-size: .95em;
    color: #000;
    border-collapse: separate;
    border-spacing: 5px;
    width: 95%;
}

.select-list tr {
    height: 30px;
    width: 100%;
    cursor: pointer;
}

.select-list td {
    padding: 0;
    border: 1px solid #ebebeb;
    width: 50%;
    background-color: #f0f0df;
    cursor: pointer;
}

.select-list label {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

    .select-list label:hover {
        cursor: pointer;
    }

.select-list td:hover {
    background: #ffcb00;
    color: #444;
    cursor: pointer;
}

.select-list input {
    display: none;
}

.ui-datepicker {
    text-transform: uppercase;
}

.jargon-heading {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.8em;
}

    .jargon-heading li {
        display: inline;
        font-size: 1.65em;
        letter-spacing: -.07em;
        color: #111;
        font-family: droid sans,Arial Narrow;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 2px 0 0;
        cursor: pointer;
        opacity: .5;
    }

        .jargon-heading li:hover {
            opacity: .8;
        }

a.jargon-word {
    display: inline-block;
    background: #fccb00;
    padding: 7px;
    color: #111;
    opacity: .6;
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    font-size: .95em;
    text-transform: uppercase;
}

    a.jargon-word:hover {
        opacity: 1;
        cursor: pointer;
    }

.countries {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.countrySel {
    width: 220px;
    background-color: #666;
    padding: 10px 10px 10px 10px;
    position: absolute;
    color: #fff;
    margin: -135px 0 0 89px;
    display: none;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0,.4);
}

    .countrySel#topCountrySel {
        margin: 56px -6px 0 0;
        right: 0;
    }

    .countrySel a {
        clear: both;
        color: #f2f2f2;
        display: block;
        padding: 3px 28px 3px 0;
        white-space: nowrap;
        font-weight: bold;
        font-size: 1em;
        letter-spacing: -.07em;
        font-family: Trebuchet MS;
        z-index: 1000;
    }

    .countrySel li {
        border-bottom: 1px solid #a2a2a2;
        padding: 2px 0 2px 0;
    }

    .countrySel a:hover {
        text-decoration: none;
        cursor: pointer;
        background-color: #7c7c7c;
    }

    .countrySel:after {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #666;
        bottom: -10px;
        content: '';
        position: absolute;
        right: 10px;
    }

    .countrySel#topCountrySel:after {
        border-top: none;
        border-bottom: 10px solid #666;
        top: -10px;
        bottom: inherit;
    }

.countryImg {
    height: 18px;
    float: right;
}

#userCountry {
    cursor: pointer;
    background: #4c4c4c;
    background-repeat: no-repeat;
    padding-right: 28px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #767676;
    text-transform: uppercase;
    color: #fff;
}

.t_Content_form-error, .t_Content_form-password {
    font-size: .75em;
    color: #fff;
    line-height: 1.2em;
    padding: 5px;
    cursor: default;
}

.t_Content_form-help {
    font-size: .75em;
    color: #f0f0df;
    line-height: 1.2em;
    padding: 5px;
    cursor: default;
}

.t_Content_form-accepted, .t_Content_form-password1 {
    font-size: .75em;
    color: #f0f0df;
    line-height: 1.2em;
    padding: 5px;
    cursor: default;
}

.t_Content_small-help {
    color: #222;
    font-size: .8em;
    max-width: 300px;
    padding: 5px;
    width: expression(this.width>300?300:!0);
}

.t_Content_report-help {
    color: #444;
    font-size: 1em;
    padding: 10px 10px 5px 10px;
    max-width: 300px;
    width: expression(this.width>300?300:!0);
}

.t_Content_report-help-wide {
    color: #444;
    font-size: .8em;
    padding: 10px 10px 5px 10px;
    max-width: 650px;
}

    .t_Content_report-help p, .t_Content_report-help-wide p {
        font-family: 'Droid Sans';
        color: #444;
        line-height: 1.1em;
        padding: 0 0 5px 0;
    }

    .t_Content_report-help h5, .t_Content_report-help-wide h5 {
        font-family: Trebuchet MS;
        color: #111;
        letter-spacing: -.07em;
        font-weight: bold;
        padding: 0 0 3px 0;
        margin: 0;
        text-transform: uppercase;
    }

.slide-in {
    position: fixed;
    z-index: 10000;
    bottom: 50%;
    background: #666;
    padding: 10px;
    width: 225px;
    height: 150px;
}

    .slide-in h4 {
        color: #fff;
        padding: 5px 0 5px 0;
        font-size: 1.1em;
        font-family: Trebuchet MS;
        font-weight: bold;
        letter-spacing: -.07em; /* -webkit-transform: rotate(-90deg); */ /* float: right; */ /* position: absolute; */ /* right: 0; */ /* top: 53px; */
    }

    .slide-in p {
        color: #fff;
    }

    .slide-in .cta {
        margin: 0 0 5px 0;
    }

    .slide-in .modal-close {
        margin: 2px 3px 0 0;
    }

.modal-close {
    float: right;
    margin: 10px 5px 0 0;
    cursor: pointer;
    color: #fff;
    font-family: Trebuchet MS;
    font-weight: bold;
    font-size: 1.3em;
}

.modalarrow {
    width: 0;
    height: 0;
    border-bottom: 60px solid transparent;
    border-top: 60px solid transparent;
    border-left: 40px solid #666;
    font-size: 0;
    line-height: 0;
    float: left;
    margin: 0 -40px 0 0;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 0;
}

#corner-banner {
    position: absolute;
    display: block;
    width: 142px;
    margin: 6px 0 0 337px;
    background: #940000;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    padding: 3px 3px 4px 3px;
    text-shadow: #000 1px 1px 0;
    -moz-transform: rotate(34deg);
    -o-transform: rotate(34deg);
    -webkit-transform: rotate(34deg) translate3d(0,0,0);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg);
    box-shadow: rgba(0,0,0,.2) 0 0 6px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 6px;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 6px;
    -o-box-shadow: rgba(0,0,0,.2) 0 0 6px;
}

    #corner-banner.suppressed {
        width: 160px;
        margin: 20px 0 0 330px;
        -webkit-transform: rotate(45deg) translate3d(0,0,0);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #corner-banner em {
        letter-spacing: 1px;
        font-size: 15px!important;
        color: #fff;
        text-transform: uppercase;
        display: block;
    }

.borrowing-graph {
    width: 720px;
    float: right;
    position: relative;
}

#borrowing-chart-legend {
    position: absolute;
    background-color: #ffcb00;
    width: 180px;
    left: 0;
    margin: 0 0 0 -210px;
    padding: 11px;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0,0,0,.4);
}

    #borrowing-chart-legend:after {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 12px solid #ffcb00;
        margin: -25px -23px 0 0;
        float: right;
        content: '';
    }

    #borrowing-chart-legend li {
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: -.09em;
    }

    #borrowing-chart-legend ul {
        font-size: 1.1em;
    }

    #borrowing-chart-legend h3 {
        font-size: 1.1em;
        letter-spacing: -.07em;
    }

.help {
    height: 21px;
    width: 16px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: #cacaae;
    background: rgba(185,185,157,1);
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    padding: 2px 0 0 7px;
    margin-top: 5px;
    cursor: help;
}

.helpwide {
    height: 21px;
    width: 16px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background: #cacaae;
    background: rgba(185,185,157,1);
    font-weight: bold;
    color: #fff;
    font-size: 1.2em;
    padding: 2px 0 0 7px;
    margin-top: 5px;
    cursor: help;
}

.small-help {
    height: 12px;
    width: 12px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #cacaae;
    background: rgba(185,185,157,1);
    font-weight: bold;
    color: #fff;
    font-size: .8em;
    padding: 2px 0 2px 5px;
    margin: 0 0 0 5px;
    cursor: help;
    float: left;
}

.help-text {
    display: none;
}

.table-header {
    float: left;
    width: 100%;
    margin-bottom: 1px;
}

    .table-header h3 {
        color: #585858;
    }

.table-row {
    float: left;
    background: #ffcb00;
    width: 100%;
    color: #111;
    font-size: .7em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.empty-row {
    float: left;
    cursor: default;
    font-size: .8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #959595;
    width: 100%;
    color: #fff;
    font-size: .7em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

    .empty-row p {
        float: left;
        padding: 5px 0 3px 8px;
        color: #fff;
    }

.expand-row {
    float: left;
    font-size: .8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #959595;
    width: 100%;
    color: #fff;
    font-size: .7em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

    .expand-row:hover {
        cursor: pointer;
        background: #858585;
    }

.expand-circle {
    float: left;
    height: 16px;
    width: 16px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 2px 8px 0 0;
}

.expand-arrow {
    float: left;
    border: 5px solid transparent;
    border-top: 7px solid #959595;
    border-bottom: none;
    height: 0;
    width: 0;
    margin: 6px 0 0 3px;
}

.collapse-arrow {
    float: left;
    border: 5px solid transparent;
    border-bottom: 7px solid #959595;
    border-top: none;
    height: 0;
    width: 0;
    margin: 3px 0 0 3px;
}

.reveal-row {
    float: left;
    font-size: .8em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #686868;
    width: 100%;
    color: #fff;
    font-size: .7em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

    .reveal-row:hover {
        cursor: pointer;
        background: #484848;
    }

    .table-row.selected-row, .reveal-row.selected-row {
        background: #000!important;
    }

.calendar {
    width: 100%;
    clear: both;
    margin: 3px 0 5px 0;
}

    .calendar ul {
        float: left;
        display: inline;
        margin: 0;
        padding: 0;
    }

    .calendar li {
        float: left;
        display: block;
        list-style-type: none;
    }

.acc-head-type {
    float: left;
    width: 304px;
    padding: 12px 0 0 7px;
}

.acc-head-bal {
    float: right;
    width: 120px;
    font-size: .75em;
    font-weight: bold;
    padding-top: 10px;
    color: #555;
}

.acc-head-col {
    float: right;
    width: 60px;
    font-size: .75em;
    font-weight: bold;
    padding-top: 10px;
    color: #555;
}

.acc-lender {
    float: left;
    width: 100%;
    padding: 4px 0 3px 7px;
    font-weight: bold;
}

.acc-bal {
    float: right;
    width: 120px;
    padding: 4px 0 3px 0;
    font-weight: bold;
}

.acc-col {
    float: right;
    width: 60px;
}

.acc-text {
    float: left;
    width: 45px;
    padding: 4px 0 3px 0;
    font-weight: bold;
}

.acc-closed-header {
    float: left;
    width: 362px;
    margin: 4px 0 4px 7px;
}

.acc-closed-expand {
    float: left;
    width: 82px;
    padding: 3px 4px 3px 0;
    font-weight: normal;
    text-align: right;
}

.acc-closed-collapse {
    float: left;
    margin-left: 9px;
    padding: 4px 0 3px 0;
    font-weight: normal;
    text-align: right;
    padding-right: 4px;
}

.history-detail {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #cacaae;
    background: rgba(185,185,157,.7);
    width: 330px;
    padding: 8px 0 8px 15px;
    margin: 25px 0 10px 42px;
    font-size: .9em;
}

.history-details {
    background-color: #cacaae;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 330px;
    padding: 8px 0 5px 15px;
    margin: 25px 0 10px 42px;
    font-size: .9em;
}

    .history-details:after {
        border-left: 14px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 12px solid #cacaae;
        margin: -75px -17px 0 0;
        float: left;
        content: '';
    }

.history-detail h4 {
    color: #fff;
    font-weight: normal;
}

.history-details div {
    width: auto;
}

.history-line {
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 2px 0 5px 0;
}

.acc-mm {
    padding: 3px 4px 3px 3px;
    text-align: center;
    font-size: .75em;
    color: #333;
    width: 20px;
    margin: 2px;
}

.acc-yyyy {
    text-align: right;
    color: #777;
    font-size: .75em;
    padding: 3px 3px 0 0;
    width: 37px;
}

.acc-OK {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #090;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-1 {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #c0b900;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-2 {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #eb9309;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-3 {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #f60;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-4 {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #ec3808;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-5 {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: red;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-6 {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #c00;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-D, .acc-Z {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-X, .acc-U {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    cursor: help;
    background: #92c0fe;
    color: #555;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-blank {
    float: left;
    display: block;
    width: 20px;
    margin: 2px;
    background: #d6d6d6;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-track-on {
    float: left;
    display: block;
    width: 29px;
    margin: 2px;
    cursor: help;
    background: #0dc3d9;
    color: #fff;
    font-weight: bold;
    font-size: .7em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.acc-track-off {
    float: left;
    display: block;
    width: 29px;
    margin: 2px;
    cursor: help;
    background: #0dc3d9;
    color: #fff;
    font-weight: bold;
    font-size: .7em;
    padding: 3px 4px 3px 3px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.stack {
    color: #fff;
    font-family: droid sans,Arial Narrow;
    font-weight: bold;
    font-size: 1.05em;
    display: block;
    text-transform: uppercase;
}

.good-stack {
    width: 90%;
}

    .good-stack li {
        cursor: help;
        background: #090;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding: 4px;
        margin-top: 3px;
        width: 100%;
        display: block;
        height: 18px;
    }

.bad-stack {
    width: 90%;
    cursor: help;
}

    .bad-stack li {
        background: #c00;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding: 4px;
        margin-top: 3px;
        width: 100%;
        display: block;
        height: 18px;
    }

.stack-foot {
    font-family: droid sans,Arial Narrow;
    font-weight: bold;
    font-size: 1.05em;
    display: block;
    width: 90%;
    text-align: center;
    padding: 3px 4px 3px 4px;
    margin-top: 3px;
    color: #585858;
    text-transform: uppercase;
}

.modal-row {
    float: left;
    clear: both;
    width: 100%;
    font-size: .9em;
    padding-bottom: 6px;
}

.modal-head-col {
    float: left;
    font-weight: bold;
    padding-right: 5px;
    width: 120px;
}

.modal-detail-col {
    float: left;
    width: 290px;
}

.JBTab {
    float: left;
    position: relative;
    cursor: pointer;
    background: #cacaae;
    background: rgba(185,185,157,.5);
    margin: 0;
    padding: 10px 10px 7px 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}

    .JBTab H4 {
        color: #777;
    }

.JBTabSelected {
    float: left;
    position: relative;
    cursor: pointer;
    background: #fafaee;
    margin: 0;
    padding: 10px 10px 8px 10px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}

.creditaccount {
    float: left;
    width: 472px;
    margin-right: 8px;
}

.accountTabs {
    float: left;
    padding: 15px;
    background-color: #fff;
    border-radius: 6px;
    min-height: 490px;
    border: 1px solid #ddd;
}

.report-tab {
    float: left;
    width: 419px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fafaee;
    margin-top: 40px;
    padding: 10px;
    min-height: 392px;
}

.no-history {
    margin-left: 18px;
}

.modal {
    display: none;
    position: absolute;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 25px #222;
    width: 450px;
    margin: 10px 0 10px 0;
    padding: 20px 10px 15px 20px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    z-index: 30000;
}

    .modal#select-address, .modal#countryselector {
        width: 660px;
        height: 525px;
        top: 50%;
        left: 50%;
        position: fixed;
        margin: -258px 0 0 -330px;
        z-index: 30000;
    }

    .modal#content_linkedaddress {
        width: 480px;
        top: 50%;
        left: 50%;
        position: fixed;
        margin: -200px 0 0 -240px;
        z-index: 30000;
    }

    .modal#3ds-modal {
        width: 660px;
        height: 620px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin: -310px 0 0 -330px;
        z-index: 30000;
    }

.main-modal {
    display: none;
    position: absolute;
    left: 50%;
    top: 185px;
    width: 860px;
    margin-left: -430px;
    -moz-box-shadow: 0 0 5px #222;
    -webkit-box-shadow: 0 0 5px #222;
    box-shadow: 0 0 25px #222;
    padding: 20px 10px 15px 10px;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 30000;
}

    .main-modal ul {
        color: #333;
        list-style-type: square;
        margin: 5px 0 0 20px;
        font-size: .9em;
    }

    .main-modal li {
        padding-bottom: 3px;
    }

    .main-modal ol {
        color: #333;
        list-style-type: decimal;
        margin: 5px 0 0 20px;
        font-size: .9em;
        padding: 10px;
    }

.main-modal-body {
    max-height: 500px;
    height: auto!important;
    height: 500px;
    overflow: auto;
    margin-bottom: 20px;
    z-index: 30000;
}

    .main-modal-body a {
        color: red;
        text-decoration: underline;
    }

.tracker {
    background: #5e5e5e;
    color: #f0f0df;
    letter-spacing: -.07em;
        margin: 0px 8px 0 0px;
    padding: 6px 12px 6px 20px;
    text-decoration: none;
    font-family: Trebuchet MS;
        cursor: default;
    font-weight: bold;
    text-transform: uppercase;
}

    .tracker:hover {
        text-decoration: none;
    }

.trackerarrow {
    width: 0;
    height: 0;
    border-bottom: 14px solid transparent;
    border-top: 14px solid transparent;
    border-left: 15px solid #5e5e5e;
    font-size: 0;
    line-height: 0;
    float: left;
    margin: 3px 0 0 -11px;
    z-index: 2;
    position: relative;
}

.progress {
    float: left;
    display: block;
    width: 98%;
    margin: 5px 0 5px 0;
}

.progess h4 {
    color: #222;
}

.progress-used {
    float: left;
    color: #222;
    background: #fff;
    width: 48%;
    font-size: .8em;
    padding: 5px 0 5px 0;
    display: block;
}

    .progress-used h4 {
        color: #222;
        margin-left: 2px;
    }

.progress-remain {
    float: left;
    color: #222;
    background: #cacaae;
    background: rgba(185,185,157,.7);
    width: 48%;
    padding: 5px 0 5px 0;
    font-size: .8em;
}

    .progress-remain h4 {
        float: left;
        color: #222;
        margin-left: 4px;
    }

.author-block {
    overflow: hidden;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    padding: 15px 10px 10px 10px;
}

    .author-block h3 {
        color: #707e6f;
    }

#back-top {
    position: fixed;
    bottom: 25px;
    right: 40px;
}

    #back-top a {
        width: 50px;
        display: block;
        text-align: center;
        font: 11px/100% Arial,Helvetica,sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top span {
        width: 50px;
        height: 50px;
        display: block;
        margin-bottom: 7px;
        background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/widgets/up-arrow.png') no-repeat center center;
        background-color: #666;
        background-color: rgba(94,94,94,.7);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    #back-top a:hover span {
        background-color: #666;
    }

.chartDIV {
    height: 335px;
    width: 390px;
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/grid.png') 7px 4px no-repeat;
    background-size: 386px 307px;
    padding: 5px 5px 5px 5px;
}

.accountGraph {
    height: 330px;
    width: 418px;
    background-color: #fff;
    padding: 10px 10px 5px 10px;
}

.accountTabs h5 {
    position: absolute;
    margin: -44px 0 0 -16px;
    padding: 8px 10px 5px 10px;
    font-weight: bold;
    background: #940000;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.accountTabs ul {
    background-position: 0 15px;
    background-repeat: no-repeat;
}

.report-score {
    cursor: default;
    float: left;
    display: inline-block;
    font-size: 7em;
    font-weight: bold;
    color: #919176;
    text-shadow: 5px 3px 4px rgba(255,255,255,.9);
    padding-right: 10px;
    border-right: 1px solid #aaa;
    letter-spacing: -.1em;
}

.report-details {
    float: left;
    display: inline-block;
    color: #7b3f98;
    padding: 9px 0 0 0;
    margin: 0 0 0 10px;
}

.stat-detail p {
    color: #585858;
    font-weight: normal;
    padding: 5px 0 5px 0;
    font-size: .9em;
}

.stat-detail h3 {
    color: #585858;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/furniture/50.png');
    z-index: 20002;
}

.noMatches {
    margin-top: 50px;
    text-align: center;
    font-size: 1.45em;
    letter-spacing: -.07em;
    color: #919176;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(255,255,255,.9);
}

.noMatchesSub {
    text-align: center;
    color: #919176;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(255,255,255,.9);
}

.infobox {
    
     letter-spacing: -.07em;
        margin: 0px 8px 0 0px;
       text-decoration: none;
           cursor: default;
    font-weight: bold;
    text-transform: uppercase;
    width: 250px;
       background: #fff;
        padding: 15px;
}

ul.aboutUs {
    padding: 0;
    margin: 0 0 50px;
}

.staffText, .staffTextChina {
    margin: 3px 0 0 10px;
}

    .staffText h3, .staffTextChina h3 {
        text-transform: none;
    }

.china1 {
    font-weight: normal;
    font-size: 0.6em;
    color: #fff;
    width: 100%;
    margin: -4px 0;
    float: left;
}

.china2, .staffTextChina h3 {
    width:100%;
    float:left
}

.aboutUs li {
    position: relative;
    overflow: hidden;
    list-style: none;
    float: left;
    width: 240px;
    height: 160px;
    padding: 0;
}

    .aboutUs li img {
        position: absolute;
        top: 0;
        height: 160px;
        width: 240px;
        z-index: 1;
    }

    .aboutUs li a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none;
    }

    .aboutUs li h3 {
        margin: 0;
        font-size: 16px;
        color: #fff;
        padding: 0;
    }

    .aboutUs li p {
        font-size: 12px;
        line-height: 1.5;
        color: #fff;
        padding: 0;
    }

    .aboutUs li .normal {
        width: 100%;
        height: 100%;
        background-image: url("https://d386h6fpnhnsdt.cloudfront.net/images/layout/illustrations/aboutus/Default.png");
        background-size: 240px 160px;
        color: rgba(52,73,94,.6);
        text-align: center;
        font-size: 50px;
        line-height: 180px;
    }

    .aboutUs li .info, .aboutUs li .infoCN {
        width: 240px;
        height: 40px;
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: hidden;
        background-color: #272727;
        border: 1px solid #000;
        opacity: .9;
    }

    .aboutUs li .infoCN {
        height: 60px;
        opacity: 0.7;
    }

.reviewer {
    float: right;
    width: 240px;
    height: 160px;
    margin-top: 5px;
    margin-left: 10px;
    position: relative;
}

.reviewerDetails {
    background-color: #272727;
    position: absolute;
    bottom: 0;
    width: 240px;
    height: 40px;
    display: block;
    opacity: .9;
}

.testimonialContent {
    font-size: 1.2em;
    color: #919176;
    text-shadow: 2px 2px 3px rgba(255,255,255,.9);
    width: 80%;
    margin-left: 100px;
}

.testimonialAuthor {
    width: 80%;
    margin-left: 100px;
    text-align: right;
    color: #919176;
}

.chartDIV, x:-moz-any-link, x:default {
    height: 320px;
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/grid.png') 6px 4px no-repeat;
    background-size: 387px 307px;
}

#borrowing-chart-two, x:-moz-any-link, x:default {
    padding-top: 12px!important;
    height: 379px!important;
}

.no-history, x:-moz-any-link, x:default {
    margin-left: 14px;
}

.countryImg, x:-moz-any-link, x:default {
    margin-top: -16px;
}

.subContainer, x:-moz-any-link, x:default {
    padding-top: 3px;
}

.infobox, x:-moz-any-link, x:default {
    width: 430px;
}

.ie10 .chartDIV {
    height: 320px;
}

.pdf {
    padding: 0 0 5px 20px;
    display: block;
    margin: 0 15px 5px 0;
    float: left;
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/widgets/pdf.png') no-repeat;
}

.AdminControl {
    width: inherit;
    position: fixed;
    top: 130px;
    left: 30px;
    z-index: 300000;
}

.formOffButton {
    opacity: .6;
}

.noJsBtn {
    border: none;
    font-size: 1.1em;
    font-family: Trebuchet MS;
    letter-spacing: -.03em;
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/arrowright.png') no-repeat #ffcb00;
    background-position: right;
    box-shadow: -7px 10px 6px -10px;
    padding: 4px 22px 4px 8px;
    margin: 10px;
    text-transform: uppercase;
    border-radius: 4px 0 0 4px;
    font-weight: bold;
}
.noJsBtnBack {
    border: none;
    font-size: 1.1em;
    font-family: Trebuchet MS;
    letter-spacing: -.03em;
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/arrowleft.png') no-repeat #ffcb00;
    background-position: left;
    box-shadow: 7px 10px 6px -10px;
    padding: 4px 8px 4px 22px;
    margin: 10px;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    font-weight: bold;
}

    .noJsBtn#content_btnPrev, .noJsBtn#content_btnpreviousRelatedArticle {
        background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/arrowleft.png') no-repeat #ffcb00;
        padding: 4px 8px 4px 22px;
        box-shadow: 7px 10px 6px -10px;
    }

.noJsBtnWhite {
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/arrowwhite.png') no-repeat #ffcb00;
    background-position: right;
}

.noJsBtnBackWhite {
    background: url('https://d386h6fpnhnsdt.cloudfront.net/images/layout/layout/bcg/arrowwhiteback.png') no-repeat #ffcb00;
    background-position: left;
}

.noJsBtn:hover {
    border: none;
    cursor: pointer;
    color: #404040;
    box-shadow: -7px 10px 2px -10px;
}

.noJsBtnBack:hover {
    border: none;
    cursor: pointer;
    color: #404040;
    box-shadow: 7px 10px 2px -10px;
}

.noJsBtn, .noJsBtnBack, x:-moz-any-link, x:default {
    background-position: right -1px;
}

.noJsBtnWhite, .noJsBtnBackWhite, x:-moz-any-link, x:default {
    background-position: right -1px;
}

.ie11 .btn:after {
    border-top: 39px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 19px solid #ffcb00;
    margin: -70px -23px 0 0;
    float: right;
    bottom: -9px;
    content: '';
}

#content_pnlShowArticle ul, #content_pnlRecentArticles ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}

#content_pnlShowArticle h3, #content_pnlRecentArticles h3 {
    margin-top: 10px;
}

[id^=showInfo] td {
    padding: 3px 0 3px 10px;
    height: 24px;
    border: #000 1px solid;
    width: 50%;
}

.goog-te-banner-frame {
    display: none!important;
}

.goog-te-gadget, .goog-logo-link {
    color: #fff !important;
}

.transform {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-transform: uppercase !important;
    position: absolute !important;
    left: 180px !important;
    top: 78px !important;
    letter-spacing: 0em !important;
    width: 99px;
    text-align: center;
}

.slide-in font {
    display: block !important;
    max-width: 208px;
}

.slide-in h4.transform font font {
    display: block !important;
}

.navBar font font, .subNavBar font font {
    text-transform: uppercase;
}

#expand {
    position: absolute;
    height: 15px;
    right: 7px;
    top: 13px;
}

.chinaCard li, .hongkongCard li{
    max-width: 490px;
}

.accountBadge {
margin: 0;
padding: 8px 10px 5px 10px;
font-weight: bold;
background: #940000;
color: #fff;
display: inline-block;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
max-width: 870px;
display: inline-block;
}