/* dbbContent CSS Start */
body.dbbContent-body {
    width:100%;
    padding: 70px 0 0;
    margin: 0;
    background-image: url(/portalserver/services/image?filePath=logonBG_rg.jpg&nasPath=/nas/app/teamsite_content/application_resources/content/gbb/public/pre-logon);
    background-size: cover;
    background-attachment: fixed;
}
.display-none{
    display:none;
}
a:hover,a:focus{
    text-decoration: underline;
}
.footer-list a, .footer div {
    line-height: 30px;
    color: #f9f9f9;
    font-size: 14px;
    padding: 0 10px;
}
div.dbbContent-head {
    height: 70px;
    padding: 0 0px 0 40px;
    background-color: #3e505d;
    color: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
}
div.dbbContent-head h1{
    display: block;
    line-height: 70px;
    padding: 0 40px 0 60px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    float: left;
    margin: 0;
}
div.dbbContent-head h1:before{
    display: block;
    position: absolute;
    left: 0;
    top: 16px;
    width: 55px;
    height: 36px;
    content: "";
    background-color: transparent;
    background-image: url(../2g/HSBC-logo.svg);
    background-size: auto 30px;
    background-position: 100%;
    background-repeat: no-repeat;
}
.sub-title{
    float: left;
    font-size: 14px;
    display: block;
    line-height: 70px;
}
.language-dropdown{
    position: relative;
    float: right!important;
    display: flex!important;
    background-color: #3e505d;
    padding:0 40px;
    color: #fff;
    cursor: pointer;
}
.language-dropdown:hover
{
    background-color: #343a40
}
.language-a{
    padding: 0;
    background-color: transparent;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
}
.language-type{
    position: relative;
}
.language-text{
    padding: 0 10px;
}
.icon-down{
    position: absolute;
    top: 3px;
    right: -10px;
    display: inline-flex;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
}
.icon-check{
    position: absolute;
    right: 70px;
    top: 17px;
    display: inline-flex;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    color: #00928d;
    padding-right: 10px;
}
.language-list{
    font-size: 14px;
    width: 256px;
    position: absolute;
    top: 70px;
    right: 0px;
    background-color: #fff;
    width: 100%;
    border: 1px solid #929292;
}
.list-item{
    color: #333;
    text-decoration: none;
}
.inline-languages{
    border-bottom: 1px solid #d7d8d6;
    padding: 15px;
    position: relative;
}
.inline-languages:hover{
    background-color: #d7d8d6;
}
.dbbContent-content{
    display: block;
    margin: 40px 8.3% 132px;
    position: relative;
    background-color: #fff;
}
.dbbContent-content-fullPage{
    padding: 40px;
}
.dbbContent-footer{
    position: fixed;
    width: 100%;
    padding: 16px 40px;
    background-color: #000;
    min-width: 768px;
    bottom: 0;
    z-index: 999;
}
.hsbcDivletFooterLinks{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
#footer_copyright{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
/* dbbContent CSS End */