﻿body { font: 400 normal 16px/1.5 Myriad; background-color: #3c3c3c; color: #3c3c3c; }

a { color: #9f4585; text-decoration: none; }
a:not(.btn):not(.btn-txt):hover,
a:not(.btn):not(.btn-txt):focus { text-decoration: underline; color: #ac5292; }
a:not(.btn):not(.btn-txt):active { color: #923878; }

h1 { font: 700 normal 36px/1.3em Myriad; }
h2 { font: 700 normal 24px/1.3em Myriad; }
h3 { font: 700 normal 16px/1.3em Myriad; }
hr { border-color: rgba(218, 218, 218, .8); border-style: solid; border-width: 1px 0 0; margin: 1.5em 0; }
h1.underscore,
h2.underscore { display: block; padding-bottom: 20px; border-bottom: 2px solid #e41b13; margin-bottom: 20px; }
h2.underscore { padding-bottom: 15px; margin-bottom: 20px; }

p + p { margin-top: 1em; }

.btn { display: inline-block; font-size: 16px; line-height: 1.5; padding: 12px 20px; background-color: #54314e; border: 0; margin: 0; color: #fff; font-weight: 700; text-align: center; border-radius: 4px; vertical-align: text-bottom; font-family: Myriad !important; text-decoration: none !important; -moz-appearance: none; -webkit-appearance: none; appearance: none; transition: all .2s; cursor: default; }
.btn-txt { display: inline-block; font-size: 16px; line-height: 1.5; padding: 12px 0; border: 0; margin: 0; font-weight: 400; text-align: center; border-radius: 4px; vertical-align: text-bottom; font-family: Myriad !important; text-decoration: none !important; -moz-appearance: none; -webkit-appearance: none; appearance: none; cursor: default; color: #3c3c3c; }

a.btn:not([href]),
.btn[disabled],
.btn.disabled,
a.btn-txt:not([href]),
.btn-txt[disabled],
.btn-txt.disabled { opacity: .8; }

button.btn-txt:not(.disabled):not([disabled]):hover,
a.btn-txt[href]:not(.disabled):not([disabled]):hover,
button.btn-txt:not(.disabled):not([disabled]):focus,
a.btn-txt[href]:not(.disabled):not([disabled]):focus { text-decoration: underline !important; cursor: pointer; }
button.btn:not(.disabled):not([disabled]):hover,
a.btn[href]:not(.disabled):not([disabled]):hover,
button.btn:not(.disabled):not([disabled]):focus,
a.btn[href]:not(.disabled):not([disabled]):focus { background-color: #613e5b; border-color: #613e5b; color: #fff; transition: all 0s; cursor: pointer; }
button.btn:not(.disabled):not([disabled]):active,
a.btn[href]:not(.disabled):not([disabled]):active { background-color: #472441; border-color: #472441; color: #fff; transition: all 0s; cursor: pointer; }

.btn-primary { font-size: 18px; line-height: 1.44444; padding-bottom: 14px; padding-top: 14px; min-width: 190px; }
.btn-txt.btn-primary { font-weight: 700; padding-left: 0; padding-right: 0; min-width: 0; }
.btn-secondary { }

.btn-basic { background-color: #fff !important; border: 1px solid #dadada; color: inherit !important; font-size: 18px; }
button.btn-basic:not(.disabled):not([disabled]):hover,
a.btn-basic[href]:not(.disabled):not([disabled]):hover,
button.btn-basic:not(.disabled):not([disabled]):focus,
a.btn-basic[href]:not(.disabled):not([disabled]):focus { border-color: #613e5b; }
button.btn-basic:not(.disabled):not([disabled]):active,
a.btn-basic[href]:not(.disabled):not([disabled]):active { border-color: #472441; }

.wp-inp-help:before,
.tool-tip:before,
.wp-inline-help:before { display: inline-block; vertical-align: text-top; font-size: .75em; line-height: 1em; width: 1.2em; height: 1.2em; width: 1.2em; background: url("../images/icons/ico-help.svg") no-repeat 50% 50%; background-size: 100% 100%; content: ''; }

.wp-inp-help:focus:before,
.tool-tip:focus:before,
.wp-inline-help:focus:before,
.wp-inp-help:hover:before,
.tool-tip:hover:before,
.wp-inline-help:hover:before { background-image: url("../images/icons/ico-help-hover.svg"); }

.wp-inp-help ~ .tool-tip,
.wp-inline-help ~ .tool-tip,
.wp-lbl-help ~ .tool-tip { display: none; position: absolute; }

.wp-help-text { display: none; position: absolute; }
.wp-help-text .text-wrap { position: relative; font-size: 14px; background-color: #fff; color: #000; z-index: 10; padding: 15px; -webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, .75); -moz-box-shadow: 0 0 40px -10px rgba(0, 0, 0, .75); box-shadow: 0 0 40px -10px rgba(0, 0, 0, .75); }
.wp-help-text .pointer { display: block; position: absolute; border: 0 solid transparent; border-top-color: #fff; border-width: 10px 10px 0; left: calc(50% - 10px); top: 100%; z-index: 10; }
.wp-help-text .tool-tip-title { text-transform: uppercase; font-weight: bold; padding: 0 0 5px 0; display: block; }
.wp-help-text .tool-tip-content { display: block; }
.wp-help-text .restrict-width { width: 100%; max-width: 300px; display: block; }

.img-col-tt td { max-width: 150px; vertical-align: top; margin: 10px; }
.img-col-tt .image { max-width: 250px; padding-left: 10px; }
.img-col-tt .image img { display: block; max-width: 100%; }

input,
textarea,
select { box-shadow: none !important; outline: none !important; }

.def-form { color: #030303; }
.def-form .focused label:first-child,
.def-form .focused :not([type="checkbox"]) + label { color: #9f4585 !important; transition-duration: 0s; }
.sel-wrap select:focus + .sel-val,
.def-form input:focus,
.def-form [type="checkbox"]:focus + label:before,
.def-form textarea:focus { border-color: #9f4585 !important; transition-duration: 0s; }
.sel-wrap select:invalid + .sel-val,
.sel-wrap select[aria-invalid="true"] + .sel-val,
.def-form textarea:invalid,
.def-form textarea[aria-invalid="true"],
.def-form input:invalid,
.def-form input[aria-invalid="true"],
.def-form input:out-of-range,
.def-form input.error { border-color: #f9ae00 !important; background-color: #fff8e5 !important; }

.def-form input[type="number"] { -moz-appearance: textfield; }
.def-form input::-webkit-outer-spin-button,
.def-form input::-webkit-inner-spin-button { -webkit-appearance: none; }

.def-form .cb-row { margin-top: 24px; }

.def-form label { font-size: 16px; font-weight: 700; line-height: 1.5; margin: 0 0 5px; display: block; }
.def-form label .instr { font-weight: 400; }
.def-form input,
.def-form .sel-wrap { width: 100%; background-color: #fff; }
.def-form .inp-wrap { margin: 0 0 10px; }
.def-form .inp-txt,
.sel-wrap .sel-val { border: 1px solid rgb(218, 218, 218); border-radius: 4px; padding: 0 15px; height: 46px; line-height: 1.5; color: inherit; font-family: inherit; font-size: 16px; font-weight: 400; }
.sel-wrap { position: relative; display: table; }
.sel-wrap select { position: absolute; left: 0; top: 0; box-sizing: border-box; width: 100%; height: 100%; right: 0; bottom: 0; overflow: hidden; border: 0; opacity: 0; z-index: 1; }
.sel-wrap .sel-val { display: table-cell; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url("../images/select-darr.svg") no-repeat #fff; background-position: right 13px top 50%; background-size: 12px 6px; padding-right: 35px; }
.sel-wrap .sel-val:empty:before { content: 'Select...'; opacity: .54; }
.sel-wrap .inp-val { font-size: 20px; }

.inp-rad { position: absolute; left: -200vw; }
.inp-rad + label { }
.inp-rad + label:before { }

.inp-cb { position: absolute; left: -200vw; }
.inp-cb + label { display: block; padding-left: calc(1.625em + 15px); position: relative; font-weight: 400; }
.inp-cb + label:before { border: 1px solid rgb(218, 218, 218); border-radius: 4px; content: ""; height: 1.625em; left: 0; position: absolute; width: 1.625em; background: none no-repeat 50% 50%; background-size: 15px 11px; }
.inp-cb:checked + label:before { background-image: url("../images/cb-tick.svg"); }

.def-form .inp-dob { max-width: 100%; /*width: 257px;*/ }
.def-form .inp-dob:after { content: ''; display: table; clear: both; }
.def-form .inp-dob input { border: 1px solid rgb(218, 218, 218); width: 100%; float: left; width: calc(100% / 3.001); border-radius: 0; text-align: center; }
.def-form .inp-dob input:not(:last-child) { border-right-color: transparent; }
.def-form .inp-dob input:first-child { border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.def-form .inp-dob input:last-child { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.def-form .inp-dob input:invalid,
.def-form .inp-dob input[aria-invalid="true"],
.def-form .inp-dob input:out-of-range { position: relative; }
/*.def-form .inp-dob > * + * { border-left: 1px solid rgb(218, 218, 218); }*/
.def-form .inp-dob .inp-wrap { display: inline-block; }
.def-form .inp-dob .sel-wrap { width: 105px; }
.def-form .inp-dob .inp-wrap:nth-of-type(2) .sel-wrap { width: 128px; }

.def-form .exp-cvv-row .inp-wrap { flex-basis: auto; flex-grow: 0; max-width: calc(543px / 3); width: 100%; }
.def-form .inp-exp-date:after { content: ''; display: table; clear: both; }
.def-form .inp-exp-date input { border: 1px solid rgb(218, 218, 218); width: 100%; float: left; width: calc(100% / 2); border-radius: 0; text-align: center; }
.def-form .inp-exp-date input:not(:last-child) { border-right-color: transparent; }
.def-form .inp-exp-date input:first-child { border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
.def-form .inp-exp-date input:last-child { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.def-form .inp-exp-date input:invalid,
.def-form .inp-exp-date input:out-of-range { position: relative; }
.def-form .inp-exp-date > * + * { border-left: 1px solid rgb(218, 218, 218); }

.def-form hr { margin: 24px 0; border-color: rgba(218, 218, 218, .4); }
.def-form header h2 { font-size: 18px; margin-bottom: .5em; }

.def-form .error-message { padding: 0 0 0 1.25em; position: relative; }
.def-form .inp-wrap .error-message label { font: inherit; color: inherit !important; }
.def-form .error-message:before { background: url("../images/icons/ico-alert.svg") no-repeat scroll 50% 50%; content: ""; height: 0.875em; left: 0; position: absolute; top: 0.2em; width: 0.875em; }
.def-form .error-message:not(:first-child) { margin-top: .5em; }

.def-form .inp-cc-parts { max-width: 100%; width: 350px; display: flex; justify-content: space-between; }
.def-form .inp-cc-parts > * { width: 21.71428%; }
.def-form .inp-cc-partial { width: 376px; }
.def-form .inp-cc-partial > * { width: 20.26666%; }
.def-form .inp-cc-parts input { padding: 0; text-align: center; }
.def-form .inp-cc-parts .cc-block-0011 { width: 26.13333%; }
.def-form .inp-cc-parts .cc-block-0011 input { width: 100%; padding-right: 50%; }
.def-form .inp-cc-parts .cc-block-0011,
.def-form .inp-cc-parts .cc-block-1111 { position: relative; }
.def-form .inp-cc-parts .cc-block-0011:before,
.def-form .inp-cc-parts .cc-block-1111:before { position: absolute; content: ''; background-color: rgb(249, 249, 249); right: 1px; top: 1px; border-radius: 4px; left: 1px; bottom: 1px; text-align: center; z-index: 1; }
.def-form .inp-cc-parts .cc-block-0011:before { border-left: 1px solid rgb(218, 218, 218); left: 50%; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.def-form .inp-cc-parts .cc-block-0011:after,
.def-form .inp-cc-parts .cc-block-1111:after { position: absolute; content: 'XXXX'; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 14px; font-weight: 700; color: #686868; letter-spacing: .05em; z-index: 1; }
.def-form .inp-cc-parts .cc-block-0011:after { left: 75%; content: 'XX'; }
/* with left aligned input CC number inputs */
/*
    .login-activate-form .inp-cc-partial input { padding: 0 20px; }
    .login-activate-form .inp-cc-partial .cc-block-0011 input { padding: 0 calc(50% + 15px) 0 15px; }
*/

.inp-bank-acc-no { display: flex; max-width: calc(100% + 15px); }
.inp-bank-acc-no .inp-wrap { position: relative; padding: 0 15px 0 0; box-sizing: content-box; }
.inp-bank-acc-no .inp-wrap:not(:first-child):before { content: ""; position: absolute; left: -10px; top: 23px; height: 1px; width: 4px; background-color: #030303; }
.inp-bank-acc-no .inp-wrap .inp-txt { padding-right: 0; }
.inp-bank-acc-no .inp-ban-bank { flex-basis: 49px; }
.inp-bank-acc-no .inp-ban-brch { flex-basis: 65px; }
.inp-bank-acc-no .inp-ban-acc { flex-basis: 90px; }
.inp-bank-acc-no .inp-ban-suf { flex-basis: 57px; }
.inp-bank-acc-no label { font-weight: 400; font-size: 12px; color: #3c3c3c; margin: 6px 0 0; line-height: 1; }

.inp-instr { font-weight: 400; font-size: 16px; line-height: 1.5; }
.inp-instr ul { list-style: none outside none; }
.inp-instr li { position: relative; padding: 0 0 0 1.75em; }
.inp-instr li:before { position: absolute; left: .875em; top: .5em; content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #e42313; }
.inp-instr:not(:first-child) { margin-top: .5em; }
.inp-instr .ico-exclaim { width: 1em; height: 1.5em; float: left; margin: -0.1em 10px 0 0; }
.inp-instr .inp-instr-content { overflow: hidden; }
.def-form .inp-instr { font-size: 14px; }


.def-form .inp-password-ordinal { display: flex; width: 210px; max-width: 100%; justify-content: space-between; }
.def-form .inp-password-ordinal > div { width: 28.57142857142857%; padding: 0 !important; margin: 0 !important; }
.def-form .inp-password-ordinal input { padding: 0; text-align: center; }

/*.inp-cc-logos { position: relative; }
.inp-cc-logos .cc-logos { position: absolute; white-space: nowrap; right: 8px; top: 8px; }
.inp-cc-logos .cc-logos > * { float: left; width: 50px; height: 31px; padding: 5px 10px; background-color: #f8f8f8; margin: 0 0 0 4px; border-radius: 3px; }
.inp-cc-logos input { padding-right: 115px !important; }*/
.cc-logos { position: relative; }
.cc-logos > * { position: absolute; right: 0px; bottom: 8px; width: 50px; height: 31px; background-color: #f8f8f8; margin: 0 0 0 4px; border-radius: 3px; }

.card-detail-form .inp-cc-parts { width: calc(100% - 60px); }

.btn-section { margin: 0; }
.btn-section .btn-row { margin-top: 16px; }

.alert-box { background-color: rgba(249, 174, 0, .2); border: 1px solid rgb(249, 174, 0); padding: 15px 15px 15px 18px; font-size: 16px; font-weight: 400; line-height: 1.5; border-radius: 4px; position: relative; }
.alert-box .ico-exclaim { width: 1em; height: 1.5em; float: left; margin: -0.1em 10px 0 0; }
.alert-box .alert-content { overflow: hidden; }
.alert-box ul { list-style: none outside none; }
.alert-box li { position: relative; padding: 0 0 0 .875em; }
.alert-box li:before { position: absolute; left: 0; top: .5em; content: ''; width: 3px; height: 3px; border-radius: 50%; background-color: #030303; }

#site-foot { margin: 0; font-size: 12px; color: rgb(218, 218, 218); background-color: inherit; position: relative; }
#site-foot:before { content: ''; display: table; }
#site-foot > * { opacity: 0.8; }
#site-foot a { color: inherit; }
#site-foot p { margin: 0; line-height: 1.66666; }
#site-foot p + p { margin-top: 1.5em; }

#site-foot .xchg-rates { font-size: 12px; font-weight: 400; line-height: 1.33333; color: inherit; border: 0 solid rgba(218, 218, 218, .25); }
#site-foot .xchg-rates table { width: 100%; }
#site-foot .xchg-rates a { text-decoration: underline; }
#site-foot .xchg-rates a:hover,
#site-foot .xchg-rates a:focus { text-decoration: none; }
#site-foot .xchg-rates h4 { font-size: 18px; font-weight: 600; }
#site-foot .xchg-rates tr > * { padding: 8px 10px; font-weight: 400; text-align: left; }
#site-foot .xchg-rates tr > *:last-child { text-align: right; }
#site-foot .xchg-rates tbody tr > *:first-child { width: 43px; }
#site-foot .xchg-rates th img { display: none; height: 1.33333em; }
#site-foot .xchg-rates tbody tr:nth-child(2n-1) > * { background-color: rgba(102, 102, 102, .125); }

#site-foot .footer-columns { margin-bottom: 30px; margin-top: 30px; padding-bottom: 30px; padding-top: 30px; }
#site-foot footer .content { padding-top: 30px; padding-bottom: 30px; }
#site-foot footer:not(:first-child) .content { border-top: 1px solid rgba(218, 218, 218, .25); }
#site-foot footer ul { display: inline-block; list-style: disc inside none; }
#site-foot footer li { display: inline-block; }
#site-foot footer li:before { content: "."; display: inline-block; text-align: center; vertical-align: text-bottom; width: 26px; }

.page-steps { background-color: #f8f9f4; color: #3c3c3c; padding: 25px 0; text-align: center; margin: 0; font-size: 14px; position: relative; z-index: 1; }
.page-steps ul { margin: 0 auto; padding: 0; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; counter-reset: step-count; max-width: 820px; }
.page-steps li { margin: 0; padding: 0 5px; flex: 1 1 auto; counter-increment: step-count; position: relative; }
.page-steps li:before { content: counter(step-count, decimal); display: block; vertical-align: baseline; border-radius: 50%; border: 1px solid rgb(218, 218, 218); width: 1.95em; height: 1.95em; line-height: 1.9em; margin: 0 auto; font-size: 14px; font-weight: 700; transition: all .3s; }
.page-steps li.active { font-weight: 700; color: #e41b13; }
.page-steps li.active:before { border-color: #e41b13; background-color: #e41b13; color: #fff; }
.page-steps h1 { font-size: 46px; line-height: 1.19; }
.page-steps h2 { font-size: 36px; }
.page-steps h1 + ul { margin-top: 20px; }

.steps-full { padding-top: 5px; padding-bottom: 5px; }
.steps-full li { flex: 1 1 0; }
.steps-full li:before { content: "\00a0"; background: url("../images/steps-tick.svg") no-repeat 50% 50% transparent; background-size: 10px 8px; }
.steps-full li.active:before,
.steps-full li.active ~ li:before { content: counter(step-count, decimal); background-image: none; }
.steps-full li .step-ico { width: 25px; height: 32px; width: 100%; position: absolute; top: 0; left: 50%; opacity: .4; transition: all .3s; display: none; max-width: 36px; }
.steps-full li + li:after { position: absolute; left: -3px; top: 5px; content: ""; background: url("../images/steps-sep.svg") no-repeat 50% 50% transparent; background-size: 100% 100%; width: 6px; height: 12px; opacity: .34; }
.steps-full li.active .step-ico { opacity: 1; }

.steps-full .step-ico .fill-colour-1 { fill: #3c3c3c; stroke: #3c3c3c; transition: all .3s; }
.steps-full .active .step-ico .fill-colour-1 { fill: #e41b13; stroke: #e41b13; }

.page-content { width: 1130px; max-width: 100%; padding: 0 25px; margin: 0 auto; }

.main-content { }
.main-content-head { font-size: 20px; line-height: 1.3; margin-bottom: 20px; }
.main-content-head h1,
.main-content-head h2 { margin: 0 0 0.25em; }
.main-content-head p + p { margin-top: 1em; }

.ico-info { border: 1px solid #030303; border-radius: 50%; color: #030303; display: inline-block; font-size: 0.875em; font-weight: 700; height: 1.1666em; line-height: 1.1666em; text-align: center; vertical-align: baseline; width: 1.1666em; margin: 0 5px 0 0; }
.ico-info:before { content: 'i'; }

.mc-actions { font-size: 16px; font-weight: 700; line-height: 20px; }
.mc-actions > ul { list-style: none outside none; display: block; border-bottom: 1px solid #dadada; }
.mc-actions ul ul { margin-left: 57px; font-weight: 400; }
.mc-actions li:not(.reload) { border-top: 1px solid #dadada; }
.mc-actions a,
.mc-actions .tog-sub-items { display: block; padding: 17px 15px 13px 57px; position: relative; color: inherit; text-decoration: none; cursor: pointer; }
.mc-actions .reload { display: table; width: 100%; }
.mc-actions .reload a { background-color: #54314e; color: #fff !important; padding-top: 17px; padding-bottom: 17px; transition: all .2s; border-radius: 4px; margin: 0 0 15px; text-decoration: none !important; }
.mc-actions .reload a:not(.disabled):not([disabled]):hover,
.mc-actions .reload a:not(.disabled):not([disabled]):focus { background-color: #613e5b; transition: all 0s; cursor: pointer; }
.mc-actions .reload a:not(.disabled):not([disabled]):active { background-color: #472441; transition: all 0s; cursor: pointer; }
.mc-actions .sub-items { max-height: 0; overflow: hidden; transition: max-height .3s; }
.mc-actions .tog-sub-items-cb { position: absolute; left: -100vw; }
.mc-actions .tog-sub-items-cb:checked ~ .sub-items { max-height: 150px; }
.mc-actions .ico { display: block; height: 21px; width: 22px; position: absolute; left: 28px; top: 50%; transform: translate(-50%, -50%); }
.mc-actions .ico .fill-colour-1 { fill: #e41b13; stroke: #e41b13; }
.mc-actions .circle { display: inline-block; border: 1px solid rgba(0,0,0,0.3); border-radius: 50%; height: 30px; min-width: 30px; text-align: center; vertical-align: middle; line-height: 30px; margin: 0 0 0 5px; }

.manage-currencies-section:after { display: table; clear: both; content: ''; }
.mc-item + .mc-item { margin-top: 15px; }
.mc-item-wrapper { border: 1px solid #dadada; border-radius: 4px; transition: border-color .3s; cursor: pointer; display: block; }
.mc-item:after { display: table; clear: both; content: ''; }
.mc-item a { color: inherit !important; text-decoration: none; }
.mc-item .ico-cur-fav { display: none; height: 22px; width: 22px; vertical-align: text-bottom; margin: -5px 0 -1px 0; }
.mc-item .ico-cur-fav .fill-colour-1 { fill: #e41b13; }
.mc-item.is-default .ico-cur-fav { display: inline-block; }
.mc-item .flag { width: 46px; height: 46px; float: left; margin: 0 20px 0 0; }
.mc-item .flag img { display: block; width: 100%; height: 100%; border-radius: 4px; border: 1px solid #ebebeb; }
.mc-item .tog-switch { width: 11px; height: 7px; transition: transform .3s; }
.mc-item .cur-name { font-size: 16px; font-weight: 700; line-height: 15px; }
.mc-item .cur-bal { font-size: 32px; line-height: 25px; margin: 6px 0 -3px 0; }
.mc-item .cur-sym { }
.mc-item .cur-val { }
.mc-item .cur-dec { }
.mc-item .cur-code { color: #686868; }
.mc-item sub { vertical-align: baseline; font-size: .5em; }
.mc-item sup { vertical-align: top; font-size: .5em; }
.mc-item .summary { padding: 17px; position: relative; display: block; }
.mc-item .summary .tog-switch { position: absolute; top: 20px; right: 17px; }
.mc-item .summary .tog-switch .fill-colour-1 { stroke: #e41b13; }
.mc-item .summary .content { }
.mc-item .actions { font-size: 16px; font-weight: 700; line-height: 1; text-align: center; height: 0; transition: height .3s; overflow: hidden; }
.mc-item .actions .content { display: flex; flex-wrap: wrap; border-top: 1px solid #dadada; align-items: flex-end; height: 100%; align-content: stretch; }
.mc-item .actions .content > * { flex: 1 1 auto; padding: 18px 0; display: block; }
.mc-item .actions .content > *:not(:first-child) { border-left: 1px solid #dadada; }
.mc-item .actions span { display: inline-block; }
.mc-item .actions .ico { display: inline-block; vertical-align: baseline; margin: 0 10px 0 0; }
.mc-item .actions .btn-rld .ico { width: 13px; height: 11px; }
.mc-item .actions .btn-tfr .ico { width: 13px; height: 11px; }
.mc-item .actions .btn-trn .ico { width: 10px; height: 15px; margin-top: -2px; margin-bottom: -2px; }
.mc-item .actions .btn-rld .fill-colour-1,
.mc-item .actions .btn-tfr .fill-colour-1,
.mc-item .actions .btn-trn .fill-colour-1 { fill: #e41b13; }

.mc-item-cb { position: absolute; left: -100vw; }
.mc-item-cb:checked + .mc-item-wrapper { border-color: #a7a7a7; }
.mc-item-cb:checked + .mc-item-wrapper .tog-switch { transform: rotate(-180deg); }
.mc-item-cb:checked + .mc-item-wrapper .actions { height: 53px; }


.transaction-hist-section h2 a { float: right; font-size: 15px; line-height: inherit; }
.transaction-hist-table { font-size: 16px; line-height: 1.25; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.transaction-hist-table td,
.transaction-hist-table th { text-align: left; vertical-align: top; font-weight: 400; border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 20px 0; }
.transaction-hist-table tr td { text-align: right; }
.transaction-hist-table .th-item-row { cursor: pointer; }
/* controlled by KO */
/*.transaction-hist-table .hide-detail,
.transaction-hist-table .th-item-row.is-open .show-detail { display: none; }
.transaction-hist-table .th-item-row.is-open .hide-detail { display: block; }*/
.transaction-hist-table .th-item-row > * { padding-bottom: 0; }
.transaction-hist-table .th-item-row > td:first-child { width: 75px; }
.transaction-hist-table .th-time-row { color: #686868; background-color: rgba(0,0,0,0.02); }
.transaction-hist-table .th-time-row th { padding: 10px 15px; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.transaction-hist-table .th-title,
.transaction-hist-table .th-detail table { width: 100%; }
.transaction-hist-table .th-title tr > * { padding-top: 0; border-top: 0; }
.transaction-hist-table .ico { height: 16px; display: block; margin: 0 auto; }
.transaction-hist-table .th-msg-row td,
.transaction-hist-table .th-loading-row td { text-align: center; }
.transaction-hist-table .th-loading-row img { margin: 0 auto; display: block; }
.transaction-hist-table .th-view-all-row .view-all { text-align: center; display: block; }


.exchange-rates-table { width: 100%; font-size: 14px; line-height: 1; }
.exchange-rates-table thead,
.exchange-rates-table th { font-weight: 700; font-size: 16px; text-align: left; padding: 12px 0; vertical-align: top; }
.exchange-rates-table thead tr > * { padding-top: 0; vertical-align: top; }
.exchange-rates-table tbody th { text-transform: uppercase; font-size: 16px; }
.exchange-rates-table tbody th,
.exchange-rates-table tbody td { border-top: 1px solid rgba(0, 0, 0, 0.1); }
.exchange-rates-table td { padding: 12px 0; }
.exchange-rates-table td { padding-left: 12px; }
.exchange-rates-table td:last-child { text-align: right; font-size: 16px; }
.exchange-rates-table tbody td:not(:last-child) { opacity: 0.75; }

.dashboard-foot,
.reload-foot { margin-top: 50px; }

.popup { overflow: hidden; background-color: rgba(60, 60, 60, .8); color: inherit; position: fixed; left: 0; top: 0; width: 100%; height: 0; right: 0; z-index: 30; opacity: 0; transition: height 0s 0.3s, opacity 0.3s 0s; overflow: hidden; overflow-y: auto; }
.popup .popup-outer { display: table; width: 100%; height: 100%; }
.popup .popup-inner { display: table-cell; vertical-align: middle; padding: 40px; }
.popup .popup-content { background-color: #fff; display: block; margin: 0 auto; max-width: 715px; padding: 50px; font-size: 20px; line-height: 1.4em; position: relative; border-radius: 4px; }
.popup .popup-content header { font-size: 42px; font-weight: 700; margin: 0 0 0.75em; }
.popup .popup-content p + * { margin-top: 1.4em; }
.popup .btn-row { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(218, 218, 218, 0.4); padding: 25px 0 0; margin: 25px 0 0; }
/*.popup .btn-row .btn-txt { font-weight: 700; font-size: 18px; }*/
.popup .btn-row :not(.btn-cancel):not(.btn-close) { order: 1; }
.popup .btn-row label { font-size: 18px; }
.popup .close-x { position: absolute; top: 30px; right: 30px; width: 24px; height: 24px; transform: rotate(45deg); text-indent: -100vw; transition: transform 0.1s; z-index: 1; }
.popup .close-x:before { content: ''; width: 2px; height: 100%; position: absolute; left: 11px; background-color: #3c3c3c; top: 0; }
.popup .close-x:after { content: ''; height: 2px; width: 100%; position: absolute; top: 11px; background-color: #3c3c3c; left: 0; }
.popup .close-x:hover,
.popup .close-x:focus { transform: rotate(45deg) scale(1.1); transition: transform 0s; }
.popup.show-me { height: 100%; transition-delay: 0s; opacity: 1; }


.main-content-wrap { background-color: #fff; padding: 60px; color: #3c3c3c; max-width: 565px; margin: 65px auto 55px; border: 1px solid #dadada; }

.page-login-activate { background: url("../images/content-bg-2.jpg") no-repeat 50% 50%; background-size: cover; }
.page-login-activate:before,
.page-login-activate:after { clear: both; content: ""; display: table; }
.page-login-activate .page-head { color: #fff; text-align: center; font-size: 20px; font-weight: 700; margin: 40px auto; }
.page-login-activate .page-head .logo { max-height: 40px; max-width: 100px; display: inline-block; vertical-align: middle; margin: 0 20px 0 0; }
.page-login-activate .main-content-wrap { margin-top: 0; }
.page-login-activate .save-details { display: none; }

.help-info-block { font-size: 14px; line-height: 1.5em; padding-left: 1.7857em; position: relative; }
.help-info-block:before { background: url("../images/icons/ico-info.svg") no-repeat scroll 50% 50% / 100% 100%; content: ""; font-size: 1em; height: 1em; left: 0; line-height: 1em; position: absolute; top: calc(0.2em); width: 1em; }

.head-msg { margin-bottom: 20px; border: 1px solid #fff; border-radius: 4px; padding: 10px; }
.head-msg.error-summary,
.head-msg.warning-summary { border-color: #f9ae00; background-color: #fff8e5; }
.head-msg.success-summary { border-color: #3d752d; background-color: #f0f4ef; }

.currency-select-section { margin: 0; }
.currency-select-section footer { font-size: 12px; line-height: 1.5; margin: 20px 0 0; }
.currency-select-section .currency-selector + footer { margin-top: 4px; }

.currency-selector { display: flex; flex-flow: row wrap; }
.currency-selector .currency-item { width: 75px; border: 1px solid rgb(218, 218, 218); margin: 0 16px 16px 0; padding: 15px; border-radius: 4px; text-align: center; color: #030303; background-color: #fff; font-weight: 700; font-size: 16px; transition: all .2s; cursor: pointer; }
.currency-selector .currency-item [type=radio] { position: absolute; left: -100vw; }
.currency-selector .currency-item label { cursor: pointer; }
.currency-selector .currency-item .flag { width: 100%; display: block; border-radius: 4px; margin: 0 0 8px; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.currency-selector .currency-item span { display: block; line-height: 17px; margin: 0 0 -5px; }
.currency-selector .currency-item:hover,
.currency-selector .currency-item.focused { color: #9f4585; border-color: #a7a7a7; transition: all 0s; }
.currency-selector .currency-item label { position: relative; }
.currency-selector .currency-item label:after { content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.currency-selector.AED .currency-item.AED,
.currency-selector.AUD .currency-item.AUD,
.currency-selector.CAD .currency-item.CAD,
.currency-selector.EUR .currency-item.EUR,
.currency-selector.GBP .currency-item.GBP,
.currency-selector.HKD .currency-item.HKD,
.currency-selector.JPY .currency-item.JPY,
.currency-selector.NZD .currency-item.NZD,
.currency-selector.SGD .currency-item.SGD,
.currency-selector.THB .currency-item.THB,
.currency-selector.USD .currency-item.USD { border-color: #9f4585; }

.currency-load-amounts-section { margin: 0; }
.currency-load-table,
.currency-add-table { width: 100%; position: relative; }
.currency-load-row .flag { width: 30px; height: 30px; display: block; margin: 0 10px 0 0; float: left; border-radius: 4px; border: 1px solid #ebebeb; }
.currency-load-row .balance-block { overflow: hidden; white-space: nowrap; font-size: 14px; line-height: 16px; color: #777; }
.currency-load-row .balance-block > span { display: block; overflow: hidden; text-overflow: ellipsis; }
.currency-load-row .balance-block .currency-code { font-weight: 700; color: #030303; }
.currency-load-row > td { vertical-align: middle; padding: 16px 0 5px; }
.currency-load-row > td:nth-child(1) { width: 210px; }
.currency-load-row > td:nth-child(2) { width: auto; }
.currency-load-row > td:last-child { width: 50px; }
.currency-load-row .delete-x { width: calc(13px / 6 * 10); height: calc(13px / 6 * 10); background: url("../images/icons/ico-delete-x.svg") no-repeat 50% 50% transparent; background-size: 60% 60%; display: block; margin: 0 auto; overflow: hidden; text-indent: 100%; }
.currency-load-row .delete-x:hover,
.currency-load-row .delete-x:focus { transform: scale(1.1); }
.currency-rate-row > td { vertical-align: top; border-bottom: 1px solid rgba(218, 218, 218, 0.4); padding: 0 0 10px; text-align: right; font-size: 12px; color: #777; }
.currency-add-row > td { padding: 0; border-bottom: 1px solid rgba(218, 218, 218, 0.4); }
.currency-add-row .btn-add-currency { position: relative; font-size: 16px; line-height: 30px; padding: 10px 0 10px 40px; display: block; color: inherit; }
.currency-add-row .btn-add-currency:before,
.currency-add-row .btn-add-currency:after { content: ''; background-color: #e41b13; position: absolute; width: 1px; height: 13px; left: 8px; top: 18.5px; }
.currency-add-row .btn-add-currency:after { transform: rotate(90deg); }

.currency-tfr-amounts-section { margin: 0; }
.currency-tfr-table { width: 100%; table-layout: fixed; }
.currency-tfr-table thead tr > * { border-bottom: 1px solid rgba(218, 218, 218, 0.8); font-size: 16px; font-weight: 700; text-align: left; color: #030303; padding: 20px 0; line-height: 10px; text-transform: uppercase; }
.currency-tfr-table .eq { width: 40px; }
.currency-tfr-row { width: 100%; position: relative; }
.currency-tfr-row .currency-input-block td:last-child { width: 50px; }
.currency-tfr-row .delete-x { width: calc(13px / 6 * 10); height: calc(13px / 6 * 10); background: url("../images/icons/ico-delete-x.svg") no-repeat 50% 50% transparent; background-size: 60% 60%; display: block; margin: 0 auto; overflow: hidden; text-indent: 100%; }
.currency-tfr-row .delete-x:hover,
.currency-tfr-row .delete-x:focus { transform: scale(1.1); }
.currency-tfr-row .currency-rate-row > td { padding-top: 5px; border-bottom: 1px solid rgba(218, 218, 218, 0.8); }
.currency-tfr-balance-row td { padding: 20px 0; }
.currency-tfr-balance-row .flag { width: 30px; height: 30px; display: block; margin: 0 10px 0 0; float: left; border-radius: 4px; border: 1px solid #ebebeb; }
.currency-tfr-balance-row .balance-block { overflow: hidden; white-space: nowrap; font-size: 14px; line-height: 16px; color: #777; }
.currency-tfr-balance-row .balance-block > span { display: block; overflow: hidden; text-overflow: ellipsis; }
.currency-tfr-balance-row .balance-block .currency-code { font-weight: 700; color: #030303; }

.currency-input-block { width: 100%; height: 46px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.currency-input-block td { height: 100%; overflow: hidden; position: relative; vertical-align: middle; }
.currency-input-block input,
.currency-input-block input:disabled { border: 1px solid rgb(218, 218, 218); border-radius: 4px; box-sizing: border-box; color: inherit; font-family: inherit; font-size: 16px; font-weight: 400; height: 100%; margin: 0; overflow: hidden; padding: 10px 72px 10px 10px; width: 100%; background: inherit; min-height: 46px; }
.currency-input-block input:disabled { -moz-appearance: textfield; -webkit-appearance: textfield; }
.currency-input-block input:disabled::-webkit-outer-spin-button,
.currency-input-block input:disabled::-webkit-inner-spin-button { -webkit-appearance: none; }

.currency-input-block label { width: 62px; background-color: #3c3c3c; color: #fff; font-size: 16px; font-weight: 700; text-align: center; position: absolute; right: 0; top: 0; bottom: 0; height: 100%; line-height: 46px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border: 0 solid transparent; border-width: 0 0 0 1px; }
.currency-input-block td:nth-child(2) { width: 40px; font-weight: 400; font-size: 16px; text-align: center; }
.currency-input-block input:focus,
.currency-input-block input:focus + label { border-color: #9f4585 !important; transition-duration: 0s; }

/*input type number is invalid if decimal is entered, so remove highlighting of currency field. */
/*.currency-input-block input:invalid,
.currency-input-blockinput[aria-invalid="true"],
.currency-input-block input:invalid + label,
.currency-input-block input[aria-invalid="true"] + label { border-color: #f9ae00 !important; }
.currency-input-block input:invalid,
.currency-input-block input[aria-invalid="true"] { background-color: #fff8e5 !important; }*/

.tabbed-wrapper { align-items: stretch; display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 auto 0 0; max-width: 100%; overflow: hidden; position: relative; }
.inp-rad.tabbed-tab { position: absolute; top: 0; left: -200vw; }
.tabbed-tab,
.tabbed-content { border: 2px solid #f4f4f4; }
.tabbed-tab { background-color: rgba(241, 239, 227, .2); transition: all .3s; height: 62px; z-index: 2; cursor: default; font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: .032em; padding: 0 20px; /*padding: 0; flex-basis: 25%;*/ cursor: pointer; }
.tabbed-tab:hover,
.tabbed-tab:focus { border-top-color: #df85c5; }
.tabbed-tab:not(:first-of-type) { border-left-width: 0; }
.tabbed-tab > span { display: table; height: 100%; width: 100%; }
.tabbed-tab > span > span { display: table-cell; vertical-align: middle; text-align: center; }
.tabbed-content { left: 0; opacity: 0; position: absolute; top: 60px; transition: opacity .3s ease 0s, visibility .0s ease 0.3s; width: 100%; z-index: 0; border-width: 2px 0 0; padding: 35px 0; visibility: hidden; }
.inp-rad.tabbed-tab:checked + .tabbed-tab,
.inp-rad.tabbed-tab:active + .tabbed-tab { background-color: #fff; position: relative; border-top-color: #9f4585; border-bottom-color: transparent; }
.inp-rad.tabbed-tab:nth-of-type(1):checked ~ .tabbed-content:nth-of-type(1),
.inp-rad.tabbed-tab:nth-of-type(2):checked ~ .tabbed-content:nth-of-type(2),
.inp-rad.tabbed-tab:nth-of-type(3):checked ~ .tabbed-content:nth-of-type(3),
.inp-rad.tabbed-tab:nth-of-type(4):checked ~ .tabbed-content:nth-of-type(4),
.inp-rad.tabbed-tab:nth-of-type(5):checked ~ .tabbed-content:nth-of-type(5) { display: block; opacity: 1; position: relative; top: -2px; z-index: 1; transition: opacity .3s ease 0s, visibility .0s ease 0s; visibility: visible; }
.tabbed-wrapper .ico-fee { display: block; width: 2em; max-width: none; height: 1em; }
.tabbed-wrapper .ico-fee .fill-colour-1 { fill: #e41b13; }
.tabbed-wrapper .ico-inline { display: inline-block; vertical-align: middle; }
.tabbed-content .def-form header:not(:empty) { margin-bottom: 30px; }

.tabbed-content-popup { z-index: 50 !important; }
.tabbed-content-popup .overlay { position: fixed; background-color: #000; top: 0; right: 0; bottom: 0; left: 0; opacity: .5; } 
.tabbed-content-popup .content-popup { display: block; opacity: 1; background-color: #fff; box-shadow: 0 5px 15px rgba(0,0,0,.5); border: 1px solid rgba(0,0,0,.2); padding: 40px; position: relative; outline: 0; background-clip: padding-box; box-sizing: border-box; }

/*.numbered-bullets { counter-reset: nb-counter; list-style: outside none none; margin: 1em 0 2em; max-width: 520px; }
.numbered-bullets > li { counter-increment: nb-counter; display: table-row; }
.numbered-bullets > li > div { display: table-cell; vertical-align: middle; }
.numbered-bullets > li .counter { box-sizing: content-box; display: table-cell; height: 36px; padding-right: 25px; vertical-align: top; line-height: 3em; }
.numbered-bullets > li .counter:before { border: 1px solid rgb(218, 218, 218); border-radius: 1.125em; content: counter(nb-counter, decimal); display: inline-block; font-size: 1.125em; font-weight: 700; height: 2em; line-height: 2em; position: relative; text-align: center; text-indent: 0; vertical-align: baseline; width: 2em; box-sizing: border-box; }
.numbered-bullets > li + li > * { padding-top: 1em; }
.numbered-bullets p { margin: 0; }
.numbered-bullets p + p { margin-top: 1em; }*/

.transfer-detail-table { font-size: 14px; }
.transfer-detail-table * + table { margin-top: 25px; }
.transfer-detail-table table { width: 100%; border-spacing: 0; border-collapse: collapse; max-width: 100%; font-size: 16px; }
.transfer-detail-table tbody th,
.transfer-detail-table tbody td { border: 1px solid rgb(218, 218, 218); border-width: 1px 0; text-align: left; padding: 15px 0; vertical-align: top; font-weight: 400; }
.transfer-detail-table tbody td { padding-left: 25px; }
.transfer-detail-table tbody th { white-space: nowrap; min-width: 22%; }
.transfer-detail-table .ref { font-weight: 700; color: #e41b13; }
.transfer-detail-table .help-info-block:not(:first-child) { margin-top: .5em; }
.transfer-detail-table thead th { text-align: left; padding: 15px 0; }
.transfer-detail-table thead .ico-tfr { float: left; width: 27px; height: 27px; margin: .3em 1.5em 0 0; }
.transfer-detail-table thead .ico-tfr .fill-colour-1 { stroke: #e41b13; }
.transfer-detail-table thead .content { overflow: hidden; }
.transfer-detail-table thead h3 { font-size: 16px; margin: 0; }
.transfer-detail-table thead h3 + sup { font-size: 13px; display: block; font-weight: 400; vertical-align: baseline; }

/*.page-payment-confirmation section,
.page-bank-transfer-instruction section { margin-top: 25px; }
.page-payment-confirmation address,
.page-bank-transfer-instruction address { font-style: normal; font-weight: 700; text-align: center; margin: 25px 0 0; }
.page-payment-confirmation header h1,
.page-bank-transfer-instruction header h1 { margin-bottom: .25em; }
.page-bank-transfer-instruction footer { font-size: 14px; }*/

/*.page-payment-confirmation { text-align: center; background: url("../images/content-bg-2.jpg") no-repeat 0 0; background-size: cover; }
.page-payment-confirmation:before,
.page-payment-confirmation:after { clear: both; content: ""; display: table; }
.page-payment-confirmation header { margin-bottom: 35px; }
.page-payment-confirmation .content { max-width: 400px; margin: 0 auto; }*/


.card-panel { border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 4px; position: relative; }
.card-panel header { background-color: rgba(241, 239, 227, .2); padding: 16px 0; margin: 0; color: inherit; border-bottom: 1px solid rgba(0, 0, 0, 0.2); font-size: 16px; line-height: 1em; font-weight: 700; text-align: center; }
.card-panel .content { padding: 18px 20px 66px; font-size: 16px; line-height: 1.25em; }
.card-panel .btn-section { position: absolute; bottom: 18px; left: 20px; right: 20px; }
.card-panel .img { position: relative; }
.card-panel .img:after { position: absolute; top: -6px; right: -6px; content: ''; background: none no-repeat 50% 50%; background-size: 100% 100%; width: 36px; height: 36px; }
.card-panel.is-replacement .img:after { background-image: url("../images/icons/ico-card-is-replacement.svg"); }
.card-panel.is-inactive .img:after { background-image: url("../images/icons/ico-card-is-inactive.svg"); }
.card-panel.is-active .img:after { background-image: url("../images/icons/ico-card-is-active.svg"); }
.card-panel.is-suspended .img:after { background-image: url("../images/icons/ico-card-is-suspended.svg"); }
.card-panel .img img { display: block; max-width: 100%; }
.card-panel.is-replacement .img img { opacity: 0.6; }
.card-panel table { width: 100%; }
.card-panel tr > * { font-weight: 400; text-align: left; border-bottom: 1px solid rgba(0, 0, 0, 0.05); padding: 14px 0; width: 50%; vertical-align: top; }
.card-panel th { color: #686868; padding-right: 14px; }
.card-panel time { font-size: 13px; display: block; }
.card-panel .btn { display: block; margin: 20px 0 0; }
.card-panel .status { font-weight: 700; text-transform: uppercase; }
.card-panel.is-active .status { color: #3d752d; }
.card-panel.is-suspended .status { color: #e42313; }

.slim-card-panels { margin-top: 20px; }
header + .slim-card-panels { margin-top: 30px; }

.slim-card-panels .card-panel { border: 0; margin: 20px 0 0; }
.slim-card-panels .card-panel + .card-panel { border-top-width: 1px; padding-top: 20px; }
.slim-card-panels .card-panel header { display: none; }
.slim-card-panels .card-panel .img:after { display: none; }

.arc-form { display: flex; align-items: center; justify-content: flex-start; padding: 0 0 60px; }
.arc-form > * { flex: 0 1 auto; width: 50%; }
.arc-form .cvv-img { margin: 0 17px -60px 0; max-width: 293px; display: block; transform: translate(-3.071672354948805%, 0); }
.arc-form label span { display: inline-block; }
.arc-form .inp-cvv input { max-width: 170px; }

.select-currencies-section:after { display: table; clear: both; content: ''; }
.select-currencies .select-all-row { width: 100%; }

.ccb-item:after { display: table; clear: both; content: ''; }
.ccb-item a { color: inherit !important; text-decoration: none; }
.ccb-item:hover label { border-color: rgba(0,0,0,.3); transition: none; -moz-transition: none; -o-transition: none; -webkit-transition: none; }
.ccb-item .ico-cur-fav { display: none; height: 22px; width: 22px; vertical-align: text-bottom; margin: -5px 0 -1px 0; }
.ccb-item .ico-cur-fav .fill-colour-1 { fill: #e41b13; }
.ccb-item.is-default .ico-cur-fav { display: inline-block; }
.ccb-item .flag { width: 66px; height: 46px; display: table-cell; padding: 0 20px 0 0; vertical-align: middle; }
.ccb-item .flag img { display: block; width: 100%; height: 100%; border-radius: 4px; border: 1px solid #ebebeb; }
.ccb-item .content { vertical-align: middle; display: table-cell; line-height: 23px; }
.ccb-item .cur-name { font-size: 16px; font-weight: 700; }
.ccb-item .cur-bal { font-size: 14px; margin: 2px 0 -2px; }
.ccb-item .cur-sym { font: inherit; vertical-align: baseline; }
.ccb-item .cur-val { font: inherit; vertical-align: baseline; }
.ccb-item .cur-dec { font: inherit; vertical-align: baseline; }
.ccb-item .cur-code { color: #686868; font: inherit; vertical-align: baseline; font-weight: 400; }
.ccb-item sub { vertical-align: baseline; font-size: .5em; }
.ccb-item sup { vertical-align: top; font-size: .5em; }

.ccb-item-cb,
.ccb-item-rb { position: absolute; left: -100vw; }
.ccb-wrapper { border: 1px solid #dadada; border-radius: 4px; transition: border-color .3s; cursor: pointer; display: table; padding: 17px; position: relative; width: 100%; }
.ccb-item-cb + label:after { border: 1px solid rgb(218, 218, 218); border-radius: 4px; content: ""; height: 25px; right: 17px; position: absolute; width: 25px; background: none no-repeat 50% 50%; background-size: 15px 11px; top: calc(50% - 12.5px); }
.ccb-item-cb:hover + label,
.ccb-item-cb:focus + label,
.ccb-item-rb:hover + label,
.ccb-item-rb:focus + label { border-color: #a7a7a7; transition-duration: 0s; }
.ccb-item-cb:checked + label,
.ccb-item-rb:checked + label { border-color: #9f4585; }
.ccb-item-cb:checked + label:after { background-image: url("../images/cb-tick.svg"); }

.transaction-totals-section { font-size: 16px; line-height: 24px; font-weight: 400; }
.transaction-totals-table { margin: 0 0 0 auto; width: 260px; max-width: 100%; }
.transaction-totals-table th,
.transaction-totals-table td { font: inherit; padding: 10px 0; border-top: 1px solid rgba(218, 218, 218, .4); }
.transaction-totals-table th { text-align: left; padding-right: 5px; }
.transaction-totals-table td { text-align: right; }
.transaction-totals-table tr > *:not(:first-child) { padding-left: 10px; }
.transaction-totals-table .fee-row { }
.transaction-totals-table .subtotal-row { }
.transaction-totals-table .total-row { font-weight: 700; }
.transaction-totals-table .total-row td { font-size: 20px; }
.transaction-totals-table sup,
.transaction-totals-table sub { font: inherit; vertical-align: baseline; display: inline; }
.transaction-totals-table .total-row sub { font-size: 16px; }

.page-reload .tabbed-content { padding-bottom: 0; }
.page-reload .tabbed-content > header p + p { margin-top: 1em; }

.load-detail-section,
.tfr-detail-section { margin: 0; }
.load-detail-section header h3,
.tfr-detail-section header h3 { font-size: 20px; font-weight: 400; }
.load-detail-section header,
.tfr-detail-section header { margin: 30px 0 0; }

.load-detail-items { width: 100%; color: #030303; }
.load-detail-row { position: relative; }
.load-detail-row td { vertical-align: top; padding: 28px 0 27px 0; border: 0 solid rgba(218, 218, 218, 0.4); border-width: 0 0 1px; width: 140px; }
.load-detail-row { line-height: 20px; }
.load-detail-row .currency-rate { text-align: right; font-size: 12px; color: #777; padding: 0 !important; border-width: 0 !important; width: 0 !important; vertical-align: bottom; }
.load-detail-row .currency-rate .content-wrap { position: relative; display: block; }
.load-detail-row .currency-rate .content { position: absolute; right: 0; bottom: 0; padding: 0; border-width: 0; white-space: nowrap; }
.fee-note-row th,
.fee-note-row td { position: relative; padding-bottom: 25px; }
.fee-note-row .fee-note { position: relative; text-align: right; font-size: 12px; color: #777; padding: 0 !important; border-width: 0 !important; vertical-align: bottom; }
.fee-note-row .fee-note .content-wrap { position: relative; display: block; }
.fee-note-row .fee-note .content { position: absolute; right: 0; top: -6px; padding: 0; border-width: 0; white-space: nowrap; }
.load-detail-row sub { font-size: .8em; vertical-align: baseline; }

/* flag */
.load-detail-row td:nth-child(1) { width: 66px; padding: 15px 20px 15px 0; }
.load-detail-row td:nth-child(1) img { width: 46px; width: 46px; max-width: 100%; max-height: 100%; display: block; margin: 0; border-radius: 4px; }
/* cur desc */
.load-detail-row td:nth-child(2) { font-size: 16px; width: auto; padding-right: 15px; width: auto; }
.load-detail-row td:nth-child(2) .cur-name { font-weight: 700; }
.load-detail-row td:nth-child(2) .cur-code { color: #686868; text-transform: uppercase; margin-left: 5px; }
/* = */
.load-detail-row td:nth-child(4) { text-align: center; width: 48px; color: #3d3d3d; padding-top: 26px; padding-left: 15px; padding-right: 15px; }
/* amount */
.load-detail-row td:nth-child(3),
.load-detail-row td:nth-child(5) { font-weight: 700; text-align: right; font-size: 20px; }

.load-detail-section + .transaction-totals-section .transaction-totals-table > :first-child > :first-child > *,
.currency-load-amounts-section + .transaction-totals-section .transaction-totals-table > :first-child > :first-child > * { border-top: 0; }

.tfr-detail-section { }
.tfr-detail-items { width: 100%; color: #030303; table-layout: fixed; }
.tfr-detail-items thead tr > * { border-bottom: 1px solid rgba(218, 218, 218, 0.8); font-size: 16px; font-weight: 700; text-align: left; color: #030303; padding: 20px 0; line-height: 10px; text-transform: uppercase; }
.tfr-detail-items .eq { width: 40px; }
.tfr-detail-items tbody th { display: none; }

.tfr-detail-item .flag { width: 46px; height: 46px; vertical-align: middle; float: left; margin: 0 20px 0 0; }
.tfr-detail-item .flag img { display: block; width: 100%; height: 100%; border-radius: 4px; border: 1px solid #ebebeb; border-radius: 4px; }
.tfr-detail-item .content { line-height: 20px; overflow: hidden; height: 46px; display: table-cell; vertical-align: middle; }
.tfr-detail-item .cur-name { font-size: 16px; font-weight: 700; }
.tfr-detail-item .cur-bal { font-size: 16px; margin: 2px 0 -2px; font-weight: 700; }
.tfr-detail-item .cur-sym { font: inherit; vertical-align: baseline; }
.tfr-detail-item .cur-val { font: inherit; vertical-align: baseline; }
.tfr-detail-item .cur-dec { font: inherit; vertical-align: baseline; }
.tfr-detail-item .cur-code { color: #686868; font: inherit; vertical-align: baseline; font-weight: 400; }
.tfr-detail-item .cur-bal .cur-code { font-size: 0.8em; font-weight: inherit; color: inherit; }
.tfr-detail-item sub { vertical-align: baseline; }
.tfr-detail-item sup { vertical-align: top; }
.tfr-detail-item td { padding: 15px 0; border-bottom: 1px solid rgba(218, 218, 218, 0.8); vertical-align: top; }
.tfr-detail-item .eq { padding: 25px 0; }
.tfr-detail-item .currency-rate { font-size: 12px; color: #777; display: inline-block; }

.payment-complete-foot .content { max-width: 676px; padding: 0; margin: 0; }

.tfr-type-chooser { }
.tfr-type { display: block; padding: 30px 45px 30px 110px; font-size: 16px; line-height: 24px; position: relative; color: #3c3c3c !important; text-decoration: none !important; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; transition: border-color 0.3s; }
.tfr-type:after { content: ''; position: absolute; width: 6px; height: 12px; bottom: 38px; right: 30px; background: url("../images/rarr.svg") no-repeat 50% 50%; background-size: 100% 100%; }
.tfr-type:hover { border-color: rgba(0, 0, 0, 0.25); transition-duration: 0s; }
.tfr-type .ico .fill-colour-1 { fill: #e41b13; stroke: #e41b13; transition: fill 0.3s, stroke 0.3s; }
.tfr-type:hover .ico .fill-colour-1 { fill: #303030; stroke: #303030; transition-duration: 0s; }
.tfr-type + .tfr-type { margin-top: 15px; }
.tfr-type .ico { float: left; height: 46px; max-width: 47px; position: absolute; left: 30px; top: 30px; }
.tfr-type .content { overflow: hidden; max-width: 527px; }
.tfr-type .type { font-size: 20px; font-weight: 700; }

.filters-wrap { padding: 5px 10px; background-color: rgba(218, 218, 218, 0.4); }
.filters-wrap > * { }
.filter { white-space: nowrap; margin: 5px 10px; font-size: 16px; display: block; }
.filter > * { display: inline-block; vertical-align: middle; }
.filter .inp-txt,
.filter .sel-val { border: 1px solid rgb(218, 218, 218); border-radius: 4px; height: 46px; line-height: 1.5; color: inherit; font-family: inherit; font-size: 16px; font-weight: 400; min-width: 170px; }
.filter .inp-txt { padding: 0 15px; width: 100%; }
.filter > .sel-wrap { display: inline-table; }
.filter label { margin: 0 10px 0 0; font-weight: 700; min-width: 50px; display: inline-block; }

.transaction-hist-srch { }
.transaction-hist-srch header { margin-bottom: 20px; }
.transaction-hist-srch .btn-print { float: right; margin: 0 0 0 15px; color: inherit; }
.transaction-hist-srch .ico-print { margin: 0 5px 0 0; height: 1.5em; max-width: 1.5em; display: inline-block; vertical-align: middle; }

.pagination { text-align: center; margin: 20px 0; display: flex; justify-content: flex-end; flex-wrap: wrap; }
.pagination a,
.pagination span { margin: 5px; min-width: 30px; line-height: 30px; height: 30px; vertical-align: middle; border: 1px solid transparent; border-radius: 4px; overflow: hidden; font-weight: 700; }
.pagination .arr { display: block; width: 6px; height: 30px; margin: 0 auto; }
.pagination .prev .arr { transform: rotate(180deg); }
.pagination span { border-color: rgba(218, 218, 218, 0.8); padding: 0 5px; }

.statements-section:not(:first-child) { margin-top: 30px; }
.statements-table { line-height: 1.5em; font-size: 16px; font-weight: 400; width: 100%; table-layout: fixed; }
.statements-table td { border: 0 solid rgba(218, 218, 218, 0.4); border-width: 1px 0; text-align: left; padding: 15px; vertical-align: top; }
.statements-table td:nth-child(1) { width: 55px; }
.statements-table td:nth-child(2) { width: auto; }
.statements-table td:nth-child(3),
.statements-table td:nth-child(4) { text-align: right; white-space: nowrap; vertical-align: middle; width: 150px; }
.statements-table .ico .fill-colour-1 { fill: #e41b13; }
.statements-table .ico { display: block; width: 25px; height: 20px; margin: 0 auto; }

.no-results { margin: 30px auto; }

.terms-form { margin-top: 10px; }
.inp-txt-hidden { position: absolute; visibility: hidden; width: 0 !important; }
.btn-invisible { visibility: hidden; }

.link-section { margin-top: 20px; }
.submit-link { cursor: pointer; }

#card-suspend-panel .card-status-value { color: #000 !important; } 
#acs-frame { height: 450px; width: 100%; }