.logoHolder a, .loginIcon:after, .statementRequest h4:after, .faqQuestion h4:after, .overlay .overlayContent a:after, .overlay .overlayContent .blockHeadImage:after, .failMessage::before, .successMessage::before, .flex-direction-nav a:before {
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

html {
    height: 100%;
}

.header {
    width: 100%;
    background: #364c64;
}

.logoHolder a {
    display: block;
    height: 52px;
    width: 233px;
    margin: 18px 0;
}

.tableDisplay, .tableCell {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .tableDisplay { 
    }
} 
.tableCell {
    display: table-cell;
}

.hpBody .listingHolder {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hpBody .listingItem, .formInner {
    margin: 10px 0;
    border: 2px solid #fff;
    color: #fff;
    background: rgba(34,59,85,0.6);
    padding: 30px 80px 30px 30px;
    position: relative;
    -webkit-transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    transition: all linear 300ms;
}

.hpBody .listingItemLI:last-child .listingItem {
    margin-bottom: 0;
}

.hpBody .listingItemLI:last-child {
    padding-bottom: 10px;
}

.formInner {
    padding: 30px;
}

.hpBody .listingImage {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 3px solid #fff;
    padding: 24px;
    float: left;
    margin-top: 10px;
}

    .hpBody .listingImage img {
        display: block;
        width: 48px;
    }

    .hpBody .listingImage + .listingInfos {
        padding-left: 145px;
    }

.hpBody .listingDescription {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
}

.listingItem:after {
    clear: both;
    content: '';
    display: block;
}

.footer {
    background: #223b55;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

    .footer h4 {
        font-weight: bold;
        color: #fff;
        font-size: 14px;
        margin-bottom: 5px;
    }

.copyRights {
    padding-top: 5px;
}

.hpBody {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    background: url(../images/hp-bg.jpg) center center no-repeat;
    background-size: cover;
}

    .hpBody .listingTitle {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .hpBody .listingReadMore {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
    }

        .hpBody .listingReadMore i {
            position: absolute;
            right: 30px;
            height: 40px;
            line-height: 40px;
            margin-top: -20px;
            top: 50%;
            font-size: 25px;
        }

    .hpBody .listingItem:hover {
        background: rgba(34,59,85,1);
    }

    .hpBody .listingTitle.loginIcon {
        padding-left: 58px;
        position: relative;
        margin-bottom: 25px;
    }

.loginIcon:before {
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
}

.loginIcon:after {
    display: block;
    width: 23px;
    height: 19px;
    background-position: 0 -52px;
    position: absolute;
    content: '';
    left: 12px;
    top: 50%;
    margin-top: -9px;
}

.mainForm .inputEntity input[type=text], .mainForm .inputEntity input[type=password] {
    height: 47px;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 10px 20px;
    color: #fff;
}

.whiteSectionForm .inputEntity input[type=text], .darkForm .inputEntity input[type=text], .darkForm .inputEntity input[type=password], .whiteSectionForm .inputEntity textarea {
    color: #4c5259;
    border: 1px solid #4c5259;
}

.mainForm .inputEntity {
    margin-bottom: 15px;
    position: relative;
}

.buttonsHolder input {
    float: right;
    background: #FFF;
    font-size: 13px;
    color: #373a41;
    text-decoration: none;
    padding: 10px 20px;
    border: 0px;
    cursor: pointer;
    font-weight: 300;
    margin: 0 0 0 10px;
    text-transform: uppercase;
}

    .buttonsHolder input:hover, .primaryBtn:hover {
        background: #344b62;
        color: #FFF;
    }

    .buttonsHolder input[type=reset] {
        background: none;
        font-size: 13px;
        color: #FFF;
    }

        .buttonsHolder input[type=reset]:hover {
            text-decoration: underline;
        }

.buttonsHolder a {
    font-size: 14px;
    color: #FFF;
    padding: 10px 0 0 0;
    text-decoration: underline;
}

    .buttonsHolder a:hover {
        text-decoration: none;
    }

.loginMessage {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    margin-top: 60px;
    font-weight: 600;
}

.cpatcha {
    float: left;
    width: 113px;
}

.mainForm .inputEntity.captchaContainer input[type="text"] {
    float: right;
    width: 410px;
}

.infoIcon {
    background: url(../images/infoicon.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 14px;
    display: block;
    cursor: pointer;
}

.infoText {
    background: #FFF;
    padding: 15px;
    font-size: 14px;
    color: #535353;
    position: absolute;
    right: -225px;
    top: 0px;
    width: 210px;
    display: none;
}

    .infoText:before {
        position: absolute;
        left: -10px;
        top: 15px;
        background: url(../images/infoback.png) no-repeat left top;
        width: 10px;
        height: 18px;
        content: "";
        color: #FFF;
    }

.insideMainHeader {
    background: url(../images/headerback.jpg) no-repeat center center;
    height: 323px;
    background-size: cover;
    position: relative;
}

    .insideMainHeader .logoHolder {
        float: left;
    }

    .insideMainHeader .header {
        background: url(../images/topheaderback.png) repeat;
    }

.topRightMenu {
    float: right;
}

    .topRightMenu a {
        font-size: 15px;
        text-transform: uppercase;
        color: #FFF;
        text-decoration: none;
        display: inline-block;
        margin: 20px 0 0 0;
        background: url(../images/downarrow.png) no-repeat 98% center;
        padding: 12px 40px 12px 40px;
        position: relative;
    }

a.termsLink span, a.customerLink span {
    background: url(../images/termsicon.png) no-repeat left top;
    width: 20px;
    height: 22px;
    position: absolute;
    left: 10px;
    background-size: cover;
    top: 10px;
}

a.customerLink span {
    background: url(../images/protectionicon.png) no-repeat left top;
    background-size: cover;
    width: 22px;
    height: 22px;
}

.userLinks a {
    display: inline-block;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 0 0 25px;
    margin-right: 25px;
    position: relative;
}

    .userLinks a.changePass span, .userLinks a.logoutLink span, .userLinks a.exchangeMoneyLink span {
        position: absolute;
        left: 0px;
        top: 0px;
        background: url(../images/forgotpassicon.png) no-repeat;
        width: 17px;
        height: 21px;
        background-size: cover;
    }

    .userLinks a.logoutLink span {
        background: url(../images/logouticon.png) no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
        top: 3px;
    }

    .userLinks a.exchangeMoneyLink span {
        background: url(../images/transfericon.png) no-repeat;
        background-size: cover;
        width: 16px;
        height: 16px;
        top: 5px;
    }

.userLinks {
    padding: 0 0 0 0;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.accountNumbContainer, .accountsStats li > div {
    background: #1a2d40;
}

.accountNumbContainer {
    margin-bottom: 25px;
    padding: 25px;
}

.accountsStats li {
    margin: 0 0 25px 0;
}

    .accountsStats li > div {
        min-height: 200px;
    }

.accountsStats div.rewards {
    background: #335980;
    margin-right: 0px;
}

.accountsStats li .accContPad {
    padding: 25px;
}

.sectionTitle {
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    padding: 10px 0 0 65px;
}

.accountNumbContainer .sectionTitle {
    float: left;
    width: 30%;
}

.sectionTitle span {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
}

.sectionTitle.accNumb span {
    background: url(../images/accnumbicon.png);
    background-size: cover;
    width: 45px;
    height: 45px;
}

.pagesMiddleContainer {
    padding: 25px 0;
    flex: 1;
}

.accountsListCont {
    float: right;
    width: 70%;
    border: 1px solid #5f6c7a;
    padding: 7px 0;
}

.current .sectionTitle span {
    background: url(../images/currentbalanceicon.png) no-repeat left top;
    background-size: cover;
}

.limit .sectionTitle span {
    background: url(../images/limiticon.png) no-repeat left top;
    background-size: cover;
}

.rewards .sectionTitle span {
    background: url(../images/cashbackicon.png) no-repeat left top;
    background-size: cover;
}

.accAmount {
    text-align: center;
    font-size: 64px;
    color: #FFF;
    padding: 30px 0 0 0;
}

    .accAmount span {
        text-transform: uppercase;
        font-size: 20px;
    }

h3 {
    font-size: 26px;
    color: #313840;
    text-transform: uppercase;
    margin-bottom: 15px;
}

p {
    font-size: 18px;
    color: #4c5259;
    line-height: 28px;
    margin-bottom: 25px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    color: #4c5259;
    font-weight: normal;
    margin-bottom: 25px;
}

input[type=checkbox]:not(old), input[type=radio ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
        display: inline-block;
        margin-left: -2em;
        line-height: 1.5em;
    }

        input[type=checkbox]:not(old) + label:before, input[type=radio ]:not(old) + label:before {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: 5px 5px 0 0;
            background: #fff;
            border: 1px solid #b2b2b2;
            vertical-align: bottom;
            float: left;
            content: '';
        }

        input[type=radio ]:not(old) + label:before {
            border-radius: 50%;
            display: block;
            width: 16px;
            height: 16px;
            margin: 5px 5px 0 0;
            border-radius: 50%;
            float: left;
            content: '';
        }

    input[type=radio ]:not(old):checked + label:before, input[type=checkbox ]:not(old):checked + label:before {
        background: #2a4a6b;
    }

.radioButtonsList li {
    float: left;
    font-size: 18px;
    color: #4c5259;
    margin: 0 30px 35px 0;
}

.buttonsCont a {
    display: inline-block;
    background: #2a4a6b;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
}

    .buttonsCont a:hover {
        background: #313840;
    }

.tableRow {
    display: table;
    width: 100%;
}

    .tableRow > div {
        display: table-cell;
        vertical-align: middle;
    }

.tableRowHalf > div {
    width: 50%;
}

.h1Label, .h2Label, .h3Label, .h4Label {
    font-size: 17px;
    color: #fff;
    background: #223b55;
    text-transform: uppercase;
    padding: 15px 20px;
}

.h3Label, .h4Label {
    background-color: #1a2f45;
    border-bottom: 1px solid #596776;
}

.h1Label {
    background-color: #315477;
    font-weight: bold;
}

.h4Label {
    padding-left: 45px;
    font-size: 15px;
}

.h3Label a {
    color: #fff;
}

.valueLabel {
    padding: 15px 20px;
    text-align: right;
    border-bottom: 1px solid #ecedee;
    color: #4c5259;
    font-size: 17px;
}

.lightGrey {
    background-color: #f6f6f6;
    border-bottom: 0 none;
}

.darkGrey {
    background-color: #ebebeb;
}

.styledTable {
    margin-bottom: 25px;
}

.primaryBtn {
    display: inline-block;
    background: #3d6c9b;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
}

.transferIcon {
    padding-left: 40px;
    position: relative;
}

    .transferIcon:before, .refrehLink:before {
        position: absolute;
        left: 15px;
        width: 16px;
        height: 16px;
        display: block;
        content: '';
        top: 50%;
        margin-top: -8px;
        background-size: 100% 100%;
        background-image: url(../images/transfericon.png);
    }

.sideLinks {
    float: right;
    padding-top: 8px;
}

    .sideLinks a {
        font-size: 15px;
        text-transform: uppercase;
        color: #313840;
        display: inline-block;
        position: relative;
    }

        .sideLinks a:hover {
            color: #3d6c9b;
        }

.refrehLink {
    padding-left: 24px;
}

    .refrehLink:before {
        margin-top: -9px;
        height: 18px;
        background-image: url(../images/sprite.png);
        background-position: 0 -100px;
        left: 0;
        background-size: auto;
    }

a.refreshLink:hover:before {
    background-position: -18px -100px;
}

.accountsStats ul:after {
    display: block;
    content: '';
    clear: both;
}

.transactionSum, .recentTransactions, .changePassword {
    margin-bottom: 30px;
}

.tabsLinks {
    margin-bottom: 20px;
}

    .tabsLinks a {
        display: inline-block;
        padding: 10px;
        color: #c8d0da;
        font-size: 15px;
        text-decoration: none;
        padding: 5px 0;
        border-top: 3px solid rgba(0,0,0,0);
        text-transform: uppercase;
        margin-right: 20px;
    }

.tab {
    display: none;
}

.tabsLinks a.active {
    color: #313840;
    border-color: #313840;
}

.tableStyle th {
    font-size: 15px;
    color: #fff;
    padding: 20px;
    background: #223b55;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
}

.tableStyle td {
    padding: 10px 20px;
    color: #4c5259;
    font-size: 14px;
}

.tableStyle table {
    margin-bottom: 20px;
}

.tableStyle tbody tr:nth-child(2n+1) td {
    background: #f6f6f6;
}

.statementRequest {
    padding: 8px;
    background-color: #223b55;
    color: #fff;
}

    .statementRequest h4, .faqQuestion h4 {
        color: #fff;
        text-transform: uppercase;
        padding: 15px;
        padding-bottom: 20px;
        padding-left: 65px;
        font-weight: bold;
        font-size: 20px;
        margin: 0;
        position: relative;
    }

.whiteSectionForm {
    padding: 20px 5px;
    background: #fff;
}

    .whiteSectionForm .dk-select {
        color: #4c5259;
        font-size: 16px;
        border: 1px solid #4c5259;
        padding: 8px 15px;
    }

    .whiteSectionForm .dk-selected {
        color: #4c5259;
        background-image: url(../images/downarrowblack.png);
    }

    .whiteSectionForm label {
        margin-bottom: 5px;
        color: #4c5259;
        display: block;
    }

input.primaryBtn {
    border: 0 none;
    height: 47px;
    padding: 0;
    width: 100%;
    text-align: center;
}

.faqQuestion {
    background: url(../images/faq-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}

    .faqQuestion p {
        color: #fff;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .faqQuestion h4 {
        margin-bottom: 30px;
    }

.whiteBtn {
    background-color: #fff;
    color: #313840;
}

.statementRequest h4:before, .faqQuestion h4:before, .statementRequest h4:after, .faqQuestion h4:after {
    display: block;
    content: '';
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -23px;
}

.statementRequest h4:after, .faqQuestion h4:after {
    border: 0 none;
}

.statementRequest h4:before, .statementRequest h4:after {
    left: 10px;
}

.statementRequest h4:after {
    background-position: 0 -150px;
}

.faqQuestion h4:after {
    background-position: -45px -150px;
}

.faqQuestion h4.transferTitle:after {
    background-position: -90px -150px;
}

.formTitle {
    font-size: 20px;
    color: #313840;
    font-weight: 600;
    border-top: 5px solid #313840;
    padding-top: 5px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

    .formTitle span {
        display: inline-block;
        vertical-align: middle;
    }

    .formTitle .number {
        font-size: 46px;
        margin-right: 15px;
    }

.darkForm label {
    display: block;
    font-size: 18px;
    color: #4c5259;
    margin-bottom: 10px;
}

.greyMessage {
    background: #efefef;
    padding: 20px 25px;
    margin-bottom: 40px;
}

    .greyMessage p {
        margin-bottom: 0;
        color: #4c5259;
        font-size: 18px;
    }

    .greyMessage h6 {
        color: #3b4045;
        font-weight: bold;
        font-size: 20px;
    }

h4.transferTitle {
    margin-bottom: 0;
}

.greyedTitle {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

body {
    display: flex;
    display: -ms-flexbox;
    min-height: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
}

.topRightMenu > ul > li {
    display: inline-block;
    margin-left: 30px;
    position: relative;
}

.topRightMenu .selectDropDown {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
}

.topRightMenu > ul > li.hasDropDown:hover .selectDropDown {
    display: block;
}

.topRightMenu > ul > li:hover > a {
    background-color: #fff;
    color: #2a2a2a;
    background-image: url(../images/downarrowblackbig.png);
}

.topRightMenu .selectDropDown a {
    margin-top: 0;
    margin-left: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(108,108,108,0.19);
    font-size: 13px;
    color: #2a2a2a;
    display: block;
    background-image: none;
}

.topRightMenu .selectDropDown li {
    padding: 0 10px;
}

    .topRightMenu .selectDropDown li:last-child a {
        border-bottom: 0 none;
    }

.topRightMenu > ul > li:hover a.termsLink span {
    background-image: url(../images/termsicon-dark.png);
}

.topRightMenu > ul > li:hover a.customerLink span {
    background-image: url(../images/protectionicon-dark.png);
}

.promotionBanner {
    margin-bottom: 25px;
}

    .promotionBanner img {
        display: block;
        width: 100%;
    }

::-webkit-input-placeholder {
    opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 1 !important;
}

:-ms-input-placeholder {
}
/**********************SERGE ADDED***********************/

.changePassword .changePassTxtUp {
    margin-bottom: 15px;
}

.changePassword .changePassTxtDown {
    color: #4c5259;
    margin-bottom: 50px;
}

.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 12; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.7); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
/* Position the content inside the overlay */
.overlayContent {
    position: relative;
    top: 25%; /* 25% from the top */
    max-width: 490px; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 40px 60px 40px;
}

    .overlayContent .listingDescription {
        font-weight: 300;
        font-size: 28px;
        color: #535353;
    }

    .overlayContent .listingDate {
        font-weight: 300;
        font-size: 14px;
        color: #535353;
        padding-bottom: 7px;
    }

.overlay .overlayContent .blockHeadImage {
    width: 99px;
    height: 99px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

    .overlay .overlayContent .blockHeadImage:after {
        content: "";
        width: 99px;
        height: 99px;
        background-position: -135px -71px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.overlay .overlayContent a:after {
    content: '';
    width: 31px;
    height: 31px;
    background-position: 0 -195px;
    position: absolute;
    right: 19px;
    top: 19px;
}

.overlay .overlayContent .blockHeadImage.passwordReset:after {
    background-position: -241px -71px;
}

.inputEntity textarea {
    width: 100%;
    height: 155px;
    padding: 10px 20px;
}

.contactUsTxt label {
    margin-bottom: 30px;
}

.contactUs .verificationImage {
    background-image: url(../images/captcha.png);
    width: 124px;
    height: 31px;
}

.contactUs .verificationBox {
    height: 46px;
    width: 162px;
    border: 1px solid #4c5259;
    padding: 6px;
}

.failMessage, .successMessage {
    font-size: 18px;
    color: #f9001d;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}

.successMessage {
    color: #008403;
}

.errorContainer {
    background: #FFF;
    padding: 15px 15px 1px 15px;
    margin-bottom: 15px;
}

.failMessage::before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 0;
    background-position: -45px -195px;
}

.successMessage::before {
    content: '';
    width: 17px;
    height: 9px;
    position: absolute;
    top: 7px;
    left: 0;
    background-position: -74px -198px;
}

.errorMessage label {
    color: #f9001d !important;
}

.errorMessage input[type=password], .errorMessage textarea, .errorMessage input[type=text] {
    border: 1px solid #f9001d !important;
}

.expandTrigger:after {
    content: '[+]';
    display: inline-block;
    margin-left: 10px;
}

.expandTrigger.open:after {
    content: '[-]';
}

.hiddenRows .hidden {
    display: none;
}

.accountsInputCont {
    float: left;
    width: 60%;
}

.accountsBtntCont {
    float: right;
    width: 10%;
    padding: 0;
    text-align: right;
}

.accountsInputCont input[type=text] {
    height: 47px;
    border: 1px solid #fff;
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 10px 20px;
    color: #fff;
}
/*****IE hack for min-height support******/

@media screen\0 {
    body {
        height: 100%;
    }
}
