html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, .btn, .btn_alt, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

*, *:after, *:before {
  box-sizing: border-box; }

html {
  background: white;
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "myriad-pro", "Myriad Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #3a414d; }

body:after {
  content: "320";
  display: none; }

a {
  color: inherit; }

a:visited {
  color: #93a2be; }

a:hover {
  text-decoration: underline;
  color: #28487e; }

a:focus {
  outline: thin dotted;
  color: #28487e; }

a:hover, a:active {
  outline: 0; }

::-moz-selection {
  background-color: #dceaff;
  color: black;
  text-shadow: none; }

::selection {
  background-color: #dceaff;
  color: black;
  text-shadow: none; }

img::-moz-selection, img::-moz-selection {
  background: transparent; }

img::selection, img::-moz-selection {
  background: transparent; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

figure {
  margin-bottom: 0.75em; }

img {
  margin-bottom: 0.375em; }

h1, h2, h3, h4, .btn, .btn_alt, h5, h6 {
  margin: 0.25em 0;
  font-weight: 600; }

h3 {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem; }

@media only screen and (min-width: 48em) {
  h3 {
    font-size: 30px;
    font-size: 3rem; } }

h4, .btn, .btn_alt {
  line-height: 1.2;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem; }

h5 {
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400; }

p, ol, ul, dl, address {
  margin-bottom: 0.75em;
  margin-top: 0.75em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em -1.5em;
  padding: 0 0 0 1.5em; }

b, strong {
  font-weight: 600; }

form {
  margin: 0 0 1.5em 0;
  font-family: "myriad-pro", "Myriad Pro", Helvetica, Arial, sans-serif; }

form p {
  margin-bottom: 0.75em; }

@media only screen and (min-width: 37.5em) {
  form p {
    margin-bottom: 0; } }

form ul {
  list-style-type: none;
  margin: 0.375em 0 0.75em 0;
  padding: 0; }

form br {
  display: none; }

fieldset {
  padding: 0;
  border-width: 0; }

fieldset:last-of-type {
  margin-bottom: 0; }

label, input, button, select, textarea {
  font-family: "myriad-pro", "Myriad Pro", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 0.225em;
  font-size: 18px;
  font-size: 1.8rem; }

@media only screen and (min-width: 37.5em) {
  label {
    margin-bottom: 0.375em; } }

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0.75em;
  padding: 4px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #7387ab;
  border-radius: 0;
  vertical-align: middle; }

@media only screen and (min-width: 37.5em) {
  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"] {
    padding: 8px 12px; } }

input, textarea, select {
  width: 100%;
  box-sizing: border-box; }

textarea {
  height: auto;
  resize-x: none; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  background-color: white;
  background: -webkit-linear-gradient(left top, #ffffff, #ffffff);
  background: linear-gradient(left top, #ffffff, #ffffff);
  border: 1px solid #93a2be; }

textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
  border-color: #93a2be; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  border-color: #7387ab;
  outline: 0;
  outline: thin dotted \ 9; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 4px 0;
  *margin-top: 0;
  margin-top: 1px \ 9;
  line-height: normal; }

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
  border-radius: 6px; }

select {
  border: 1px solid #93a2be; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline-offset: -2px; }

.placeholder {
  color: #93a2be; }

.radio, .account_type li label, .checkbox {
  min-height: 1.5em;
  font-size: 16px;
  font-size: 1.6rem; }

.radio input[type="radio"], .account_type li label input[type="radio"], .checkbox input[type="checkbox"] {
  margin-right: 0.6em; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "myriad-pro", "Myriad Pro", Helvetica, Arial, sans-serif; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em; }

th, td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #e9ecf2;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 1.5em;
  text-align: left; }

th {
  font-weight: bold; }

thead th {
  vertical-align: bottom; }

colgroup + thead tr:first-child th, colgroup + thead tr:first-child td, thead:first-child tr:first-child th, thead:first-child tr:first-child td {
  border-top: 0; }

tbody + tbody {
  border-top: 2px solid #e9ecf2; }

tbody tr td, tbody tr th {
  -webkit-transition: background-color 0.25s 0 ease;
  transition: background-color 0.25s 0 ease; }

tbody tr:hover td, tbody tr:hover th {
  background-color: #d9dee9; }

.table-condensed {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #e9ecf2;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }

.table-bordered th, .table-bordered td {
  border-left: 1px solid #e9ecf2; }

.table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0; }

.table-striped tbody tr:nth-child(even), table tbody tr:nth-child(even) {
  background-color: #e9ecf2; }

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #d9dee9; }

html {
  overflow-y: scroll; }

.has-overlay {
  overflow: hidden; }

.has-overlay > body {
  height: 100%;
  overflow-y: scroll; }

.semantic-content, .request_edit {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  color: #222;
  line-height: 1.3;
  display: none\9; }

.semantic-content:target, .request_edit:target {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1; }

.is-active.semantic-content, .is-active.request_edit {
  display: block\9; }

.semantic-content .modal-inner, .request_edit .modal-inner {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 20;
  margin-left: -250px;
  width: 500px;
  overflow-x: hidden;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); }

.semantic-content .modal-inner > img, .request_edit .modal-inner > img,
.semantic-content .modal-inner > video,
.request_edit .modal-inner > video,
.semantic-content .modal-inner > iframe,
.request_edit .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 300px; }

.semantic-content .modal-inner > img, .request_edit .modal-inner > img {
  width: auto;
  max-width: 100%; }

.semantic-content header, .request_edit header {
  background-color: #28487e;
  background-image: -webkit-linear-gradient(top, #28487e, #223d6b);
  background-image: linear-gradient(to bottom, #28487e, #223d6b);
  top: 0;
  left: 0;
  right: 0;
  height: 3em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }

.semantic-content header > h2, .request_edit header > h2 {
  margin: 0.5em 0; }

.semantic-content .modal-content, .request_edit .modal-content {
  max-height: 800px;
  max-height: 90vh;
  padding: .75em 1.5em 1.5em 1.5em;
  overflow-x: hidden;
  overflow-y: auto; }

.semantic-content .modal-content > *, .request_edit .modal-content > * {
  max-width: 100%; }

.semantic-content footer, .request_edit footer {
  padding: 0 1.2em 18px;
  background: #f4f6f8;
  background-image: -webkit-linear-gradient(#e9ecf2, #f4f6f8 20%, #f4f6f8 70%, #ffffff);
  background-image: linear-gradient(#e9ecf2, #f4f6f8 20%, #f4f6f8 70%, #ffffff);
  border-radius: 2px; }

.semantic-content .modal-close, .request_edit .modal-close {
  display: block;
  text-indent: -100px;
  overflow: hidden; }

.semantic-content .modal-close:before, .request_edit .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg=="); }

.semantic-content .modal-close:after, .request_edit .modal-close:after {
  content: 'x';
  position: absolute;
  top: 58px;
  left: 50%;
  z-index: 20;
  margin-left: 210px;
  color: white;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0; }

@media screen and (max-width: 540px) {
  .semantic-content .modal-inner, .request_edit .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0; }
  .semantic-content .modal-close, .request_edit .modal-close {
    left: auto;
    right: 33px;
    margin-left: 0; }
  .semantic-content .modal-close:after, .request_edit .modal-close:after {
    margin-left: 40%; } }

@media screen and (max-width: 30em) {
  .semantic-content, .request_edit {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 1ms .25s, -webkit-transform .25s ease-in-out;
    transition: opacity 1ms .25s, -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out, opacity 1ms .25s;
    transition: transform .25s ease-in-out, opacity 1ms .25s, -webkit-transform .25s ease-in-out;
    display: block;
    height: 100%;
    bottom: auto; }
  .semantic-content:target, .request_edit:target {
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out; }
  .semantic-content:before, .request_edit:before {
    background-color: #28487e;
    background-image: -webkit-linear-gradient(top, #28487e, #223d6b);
    background-image: linear-gradient(to bottom, #28487e, #223d6b);
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 3em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
  .semantic-content .modal-inner, .request_edit .modal-inner {
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 3em;
    height: 100%;
    overflow: scroll;
    box-shadow: none; }
  .semantic-content header, .request_edit header {
    background-color: transparent;
    background-image: none;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    box-shadow: none; }
  .semantic-content .modal-content, .request_edit .modal-content {
    max-height: none; }
  .semantic-content .modal-close, .request_edit .modal-close {
    right: auto;
    text-decoration: none; }
  .semantic-content .modal-close:before, .request_edit .modal-close:before {
    display: none; }
  .semantic-content .modal-close:after, .request_edit .modal-close:after {
    content: 'x';
    color: white;
    top: 0.4em;
    left: 50%;
    z-index: 40;
    margin-right: 0;
    font-size: 1em;
    padding: 0.5em 1em; } }

@media screen and (max-height: 46em) and (min-width: 30em) {
  .semantic-content .modal-content, .request_edit .modal-content {
    max-height: 540px;
    max-height: 90vh; } }

@media screen and (max-height: 36em) and (min-width: 30em) {
  .semantic-content .modal-content, .request_edit .modal-content {
    max-height: 365px;
    max-height: 90vh; } }

@media screen and (min-width: 30em) {
  .semantic-content {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s; } }

html {
  font-size: 52.5%; }

@media only screen and (min-width: 37.5em) {
  html {
    font-size: 62.5%; } }

@media only screen and (min-width: 100em) {
  html {
    font-size: 68.75%; } }

ol.bull {
  list-style: decimal;
  margin-left: 0; }

.txn_layout, .content {
  width: 90%;
  margin: 0 auto; }

@media only screen and (min-width: 68.75em) {
  .txn_layout, .content {
    max-width: 90em; } }

.main[role="main"] {
  overflow: hidden;
  margin-bottom: 1.5em; }

@media only screen and (min-width: 68.75em) {
  .main {
    width: 58%; } }

@media only screen and (min-width: 100em) {
  .main {
    width: 44%; } }

@media only screen and (min-width: 68.75em) {
  .main_inset {
    width: 80%; } }

@media only screen and (min-width: 100em) {
  .main_inset {
    width: 70%; } }

.banner, .main, .contentinfo, .nav_page, section, fieldset {
  clear: both; }

.banner {
  padding-top: 1.125em; }

@media only screen and (min-width: 37.5em) {
  .banner {
    padding-top: 1.5em; } }

@media only screen and (min-width: 48em) {
  .banner {
    padding-top: 1.875em; } }

@media only screen and (min-width: 68.75em) {
  .banner {
    padding-top: 2.25em;
    padding-bottom: 0.375em; } }

.logo_id {
  max-width: 13.5em; }

html, body {
  height: 100%; }

.layout {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%; }

.layout_footer {
  clear: both;
  position: relative;
  height: 8.25em; }

.logo {
  margin-top: 0.75em; }

@media only screen and (min-width: 37.5em) {
  .logo {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline; } }

.txn_info, .user_info {
  text-align: right; }

@media only screen and (min-width: 37.5em) {
  .txn_info, .user_info {
    width: 49.15254%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

.term {
  color: #7387ab;
  margin-right: 0.225em;
  margin-left: 1.125em; }

.value {
  font-weight: 600;
  color: #28487e; }

.user_action {
  color: #7387ab; }

.vendor, .amount, .fee, .user {
  display: block; }

.main header {
  margin-bottom: 0.75em; }

.txn_step {
  max-width: 6.5em;
  float: right;
  margin-right: 0;
  *margin-left: -1.5em;
  display: inline; }

.btn, .btn_alt {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  padding: 0.6em 0.9em 0.6em 0.9em;
  background: #f38532;
  color: white;
  border-radius: 6px;
  text-shadow: rgba(243, 103, 0, 0.5) 0 -1px 0;
  cursor: pointer;
  text-align: center;
  vertical-align: middle; }

.btn:hover, .btn_alt:hover, .btn:focus, .btn_alt:focus {
  background: #f36700;
  text-shadow: none;
  text-decoration: none;
  color: white; }

.btn:active, .btn_alt:active {
  background: #28487e; }

.btn:visited, .btn_alt:visited {
  color: white; }

textarea:focus, input:focus {
  box-shadow: #d3d9e4 0px 0px 5px inset; }

.form_help {
  margin-top: -0.45em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #93a2be; }

.form_help a {
  color: #93a2be;
  text-decoration: underline; }

.form_help a:hover, .form_help a:focus {
  color: #28487e; }

.form_actions {
  text-align: right; }

@media only screen and (min-width: 37.5em) {
  .form_actions {
    text-align: left; } }

.action, .action_l, .action_alt {
  clear: both; }

@media only screen and (min-width: 37.5em) {
  .action, .action_l, .action_alt {
    clear: none; } }

.action, .action_l {
  margin-bottom: 0.75em; }

@media only screen and (min-width: 37.5em) {
  .action, .action_l {
    margin-top: 1.6875em;
    margin-left: 1.6875em;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

.action_l {
  clear: none;
  text-align: left; }

@media only screen and (min-width: 37.5em) {
  .action_l {
    margin-left: 0;
    float: left;
    margin-right: 2.5641%;
    *margin-left: auto; } }

.action_prev_l {
  float: left;
  margin-right: 1.125em; }

@media only screen and (min-width: 37.5em) {
  .action_prev, .action_prev_l {
    padding-top: 1.6875em;
    margin-right: 1.125em; } }

.action_cnsmr {
  margin-top: 0.75em; }

.action_cnsmr .btn, .action_cnsmr .btn_alt, .action_cnsmr .btn_alt {
  margin-right: 1.125em; }

.no_account {
  height: 1.6875em; }

.no_account p {
  margin: 0;
  padding: 0; }

.status {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3a414d; }

.btn_alt {
  background: #b3bdd1;
  color: white;
  text-shadow: rgba(58, 65, 77, 0.3) 0 -1px 0; }

.btn_alt:hover, .btn_alt:focus {
  background: #28487e;
  color: white; }

.form_footer {
  overflow: hidden; }

.cancel {
  margin-top: 0.75em; }

.cancel a {
  color: #93a2be;
  text-decoration: underline; }

.cancel a:hover, .cancel a:focus {
  color: #28487e; }

@media only screen and (min-width: 20em) {
  .cancel {
    width: 35.89744%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

.notice {
  background: url("../img/ico_mbl.png?1370354962") no-repeat left center;
  background: url("../img/ico_mbl.svg?1370354744") no-repeat left 0.75em, -webkit-linear-gradient(left top, #ffffff, #ffffff);
  background: url("../img/ico_mbl.svg?1370354744") no-repeat left 0.75em, linear-gradient(left top, #ffffff, #ffffff);
  background-size: 1.6875em;
  padding-left: 1.6875em;
  color: #f38532; }

@media only screen and (min-width: 20em) {
  .notice {
    width: 61.53846%;
    float: left;
    margin-right: 2.5641%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

.date_birth input, .startdate input, .enddate input {
  background: url("../img/ico_cal.png?1366214755") no-repeat right center;
  background: url("../img/ico_cal.svg?1366124440") no-repeat right center, -webkit-linear-gradient(left top, #ffffff, #ffffff);
  background: url("../img/ico_cal.svg?1366124440") no-repeat right center, linear-gradient(left top, #ffffff, #ffffff);
  background-size: contain; }

.cheque {
  margin-top: 2.025em; }

.cheque figure {
  margin-bottom: 0; }

@media only screen and (min-width: 48em) {
  .cheque figure {
    text-align: right; } }

.cheque figure img {
  width: 100%; }

@media only screen and (min-width: 48em) {
  .cheque figure img {
    max-width: 21.438em;
    max-height: 14em; } }

.account_type li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0.75em; }

.account_type li label {
  color: #7387ab;
  margin-bottom: 0; }

.num_transit input {
  background: url("../img/ico_chq1.png?1366317863") no-repeat right center;
  background: url("../img/ico_chq1.svg?1366230070") no-repeat right center, -webkit-linear-gradient(left top, #ffffff, #ffffff);
  background: url("../img/ico_chq1.svg?1366230070") no-repeat right center, linear-gradient(left top, #ffffff, #ffffff);
  background-size: contain; }

.num_institution input {
  background: url("../img/ico_chq2.png?1366317863") no-repeat right center;
  background: url("../img/ico_chq2.svg?1366230035") no-repeat right center, -webkit-linear-gradient(left top, #ffffff, #ffffff);
  background: url("../img/ico_chq2.svg?1366230035") no-repeat right center, linear-gradient(left top, #ffffff, #ffffff);
  background-size: contain; }

.num_account input {
  background: url("../img/ico_chq3.png?1366317863") no-repeat right center;
  background: url("../img/ico_chq3.svg?1366230157") no-repeat right center, -webkit-linear-gradient(left top, #ffffff, #ffffff);
  background: url("../img/ico_chq3.svg?1366230157") no-repeat right center, linear-gradient(left top, #ffffff, #ffffff);
  background-size: contain; }

.agreement p, .agreement_pad p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #5e6a7e; }

.agreement a, .agreement_pad a {
  color: inherit; }

.agreement a:hover, .agreement_pad a:hover, .agreement a:focus, .agreement_pad a:focus {
  color: #28487e; }

.agreement_pad {
  overflow: auto;
  height: 3.375em;
  border: 1px solid #93a2be;
  padding: 0 0.75em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

@media only screen and (min-width: 37.5em) {
  .agreement_pad {
    margin-top: 0.75em;
    margin-bottom: 0; } }

.txn_synopsis {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  overflow: hidden; }

@media only screen and (min-width: 37.5em) {
  .txn_synopsis {
    margin-bottom: 0;
    overflow: auto; } }

.txn_synopsis .dt, .txn_synopsis .dd {
  margin-top: 0.15em;
  margin-bottom: 0.15em; }

.txn_synopsis .dd {
  font-size: 18px;
  font-size: 1.8rem;
  color: #7387ab; }

.alert {
  color: #da4f49; }

.loader {
  margin-top: 4.5em;
  text-align: center; }

.loader p {
  color: #93a2be; }

.security_img figure {
  margin-top: 0.375em; }

@media only screen and (min-width: 37.5em) {
  .security_img figure {
    margin-bottom: 0; } }

.security_input p {
  margin-top: 0; }

.num_street, .num_unit {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  display: inline; }

@media only screen and (min-width: 37.5em) {
  .num_street, .num_unit {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

.postalcode_one, .postalcode_two {
  width: 48.71795%;
  float: left;
  margin-right: 2.5641%;
  display: inline; }

@media only screen and (min-width: 37.5em) {
  .postalcode_one, .postalcode_two {
    width: 10.25641%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

.postalcode_two label {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left; }

.num_unit, .postalcode_two {
  float: right;
  margin-right: 0;
  *margin-left: -1.5em;
  display: inline; }

@media only screen and (min-width: 37.5em) {
  .num_unit, .postalcode_two {
    float: left;
    margin-right: 2.5641%;
    *margin-left: auto; } }

@media only screen and (min-width: 20em) {
  .num_sin, .date_birth {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .num_sin, .date_birth {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

@media only screen and (min-width: 20em) {
  .date_birth {
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .date_birth {
    float: left;
    margin-right: 2.5641%;
    *margin-left: auto; } }

.dt {
  clear: both; }

@media only screen and (min-width: 20em) {
  .dt {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .dt {
    width: 10.25641%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

@media only screen and (min-width: 20em) {
  .dd {
    width: 74.35897%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .dd {
    width: 87.17949%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 37.5em) {
  .email, .password, .name_first, .name_last, .email_signup, .password_signup, .password_confirm, .street_name, .city, .province, .cheque, .country, .security_img, .security_input {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

@media only screen and (min-width: 37.5em) {
  .bank_info, .account_type {
    width: 35.89744%;
    float: left;
    margin-right: 2.5641%;
    display: inline; } }

@media only screen and (min-width: 37.5em) {
  .agreement_pad {
    width: 48.71795%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 37.5em) {
  .password, .name_last, .password_confirm, .street_name, .province, .cheque, .country, .security_img {
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .col_one, .col_two {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .col_two {
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

.page_profile dt, .page_withdraw dt {
  display: block;
  clear: left; }

@media only screen and (min-width: 30em) {
  .page_profile dt, .page_withdraw dt {
    width: 15.96639%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .page_profile dt, .page_withdraw dt {
    width: 24.36975%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 62em) {
  .page_profile dt, .page_withdraw dt {
    width: 20.16807%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

.page_profile dd, .page_withdraw dd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media only screen and (min-width: 30em) {
  .page_profile dd, .page_withdraw dd {
    width: 83.19328%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .page_profile dd, .page_withdraw dd {
    width: 74.78992%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 62em) {
  .page_profile dd, .page_withdraw dd {
    width: 78.9916%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 20em) {
  .startdate, .enddate {
    width: 31.03448%;
    float: left;
    margin-right: 3.44828%;
    display: inline; } }

@media only screen and (min-width: 20em) {
  .action_history {
    width: 31.03448%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .currency_amount {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    clear: both; } }

@media only screen and (min-width: 30em) {
  .currency_type {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    display: inline; } }

.acnt_phone, .acnt_email, .acnt_password {
  clear: both; }

@media only screen and (min-width: 30em) {
  .acnt_phone dt, .acnt_email dt, .acnt_password dt {
    width: 15.96639%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .acnt_phone dt, .acnt_email dt, .acnt_password dt {
    width: 20.16807%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

.acnt_phone dd, .acnt_email dd, .acnt_password dd {
  float: left;
  margin-right: 0.75em; }

@media only screen and (min-width: 30em) {
  .acnt_phone dd, .acnt_email dd, .acnt_password dd {
    width: 36.97479%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .acnt_phone dd, .acnt_email dd, .acnt_password dd {
    width: 49.57983%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .acnt_phone .link, .acnt_email .link, .acnt_password .link {
    width: 36.97479%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .acnt_phone .link, .acnt_email .link, .acnt_password .link {
    width: 28.57143%;
    float: right;
    margin-right: 0;
    *margin-left: -1.5em;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .lmts_7day dd, .lmts_today dd, .lmts_new dd {
    text-align: right;
    width: 24.24242%;
    float: left;
    margin-right: 1.0101%;
    display: inline; } }

@media only screen and (min-width: 48em) {
  .lmts_7day dd, .lmts_today dd, .lmts_new dd {
    width: 15.73034%;
    float: left;
    margin-right: 1.1236%;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .blnc_cad dt, .blnc_usd dt {
    width: 7.56303%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .blnc_cad dd, .blnc_usd dd {
    text-align: right;
    padding-right: 0.375em;
    width: 11.76471%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 37.5em) {
  .blnc_cad dd, .blnc_usd dd {
    padding-right: 0.75em; } }

@media only screen and (min-width: 30em) {
  .wthdrl_from dt, .wthdrl_to dt, .wthdrl_fee dt {
    width: 7.56303%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

@media only screen and (min-width: 30em) {
  .wthdrl_from dd, .wthdrl_to dd, .wthdrl_fee dd {
    width: 83.19328%;
    float: left;
    margin-right: 0.84034%;
    display: inline; } }

.nav_page {
  padding-top: 1em;
  padding-bottom: .5em;
  overflow: hidden;
  text-align: center; }

.nav_page ul {
  margin-bottom: 0; }

@media only screen and (min-width: 30em) {
  .nav_page li {
    width: 50%;
    float: left; } }

@media only screen and (min-width: 48em) {
  .nav_page li {
    width: auto;
    float: left; } }

.nav_page li a {
  display: block;
  background: #e9ecf2;
  border-radius: 4px;
  padding: 0.5625em 0.9375em;
  text-decoration: none;
  color: #7387ab; }

.nav_page li.is_active a:hover {
  background: #28487e;
  color: white; }

.np_profile, .np_verify, .np_withdraw, .np_history {
  margin-bottom: 0.375em; }

@media only screen and (min-width: 30em) {
  .np_profile, .np_verify {
    padding-right: 0.1875em; } }

@media only screen and (min-width: 48em) {
  .np_profile, .np_verify {
    padding-right: 0.375em; } }

@media only screen and (min-width: 30em) {
  .np_withdraw, .np_history {
    padding-left: 0.1875em; } }

@media only screen and (min-width: 48em) {
  .np_withdraw, .np_history {
    padding-left: 0;
    padding-right: 0.375em; } }

.nav_page li.is_active a {
  background: #93a2be;
  color: white; }

.nav_page li.is_inactive a {
  background: #f3f3f3;
  color: #c2c2c2; }

.page_profile dl, .page_withdraw dl {
  overflow: hidden; }

.page_profile dl > div, .page_withdraw dl > div {
  margin-bottom: 0.375em;
  overflow: hidden; }

.page_profile dt, .page_withdraw dt {
  color: #93a2be;
  margin-bottom: 0.225em; }

.page_profile dd, .page_withdraw dd {
  border: none;
  margin-bottom: 0;
  padding-top: 0; }

.main_cnsmr section {
  overflow: hidden; }

h5 {
  color: #93a2be;
  border-top: 4px solid #b3bdd1;
  padding-top: 0.75em;
  margin-top: 0.375em;
  margin-bottom: 0.75em; }

.acnt_edit {
  margin-right: 1.125em;
  color: #93a2be;
  display: block;
  margin-bottom: 0.75em; }

@media only screen and (min-width: 30em) {
  .acnt_edit {
    margin-bottom: 0; } }

.acnt_edit:hover, .acnt_edit:focus {
  color: #28487e; }

a.acnt_rqedit {
  float: right;
  margin-top: 1.5em;
  margin-right: 1.125em;
  color: #93a2be; }

a.acnt_rqedit:hover, a.acnt_rqedit:focus {
  color: #28487e; }

.history_outer {
  position: relative; }

.history_fade {
  position: absolute;
  right: 0;
  width: 1.5em;
  height: 100%;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.05), #ffffff);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0.05), #ffffff); }

.history_inner {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin-bottom: 1.5em; }

@media only screen and (min-width: 48em) {
  table {
    width: 100%; } }

table tbody tr th {
  background: white;
  border-bottom: 2px solid #e9ecf2; }

table .amnt {
  text-align: right; }

.action_history {
  margin-top: 0.75em; }

@media only screen and (min-width: 20em) {
  .action_history {
    margin-top: 1.125em; } }

@media only screen and (min-width: 37.5em) {
  .action_history {
    margin-top: 1.5em; } }

.entry {
  border-top: 1px solid #e9ecf2;
  margin-top: 0.75em;
  padding-top: 0.75em;
  clear: both;
  overflow: hidden; }

.modal-content form {
  margin-bottom: 0; }

.modal-content .action, .modal-content .action_l, .modal-content .action_prev, .modal-content .action_prev_l {
  margin-top: 0.75em; }

.modal-content .action .btn, .modal-content .action_l .btn, .modal-content .action .btn_alt, .modal-content .action_l .btn_alt, .modal-content .action_prev .btn, .modal-content .action_prev_l .btn, .modal-content .action_prev .btn_alt, .modal-content .action_prev_l .btn_alt {
  width: 100%; }

@media only screen and (min-width: 20em) {
  .modal-content .action .btn, .modal-content .action_l .btn, .modal-content .action .btn_alt, .modal-content .action_l .btn_alt, .modal-content .action_prev .btn, .modal-content .action_prev_l .btn, .modal-content .action_prev .btn_alt, .modal-content .action_prev_l .btn_alt {
    width: auto; } }

@media only screen and (min-width: 20em) {
  .modal-content .action, .modal-content .action_l {
    float: right; } }

.modal-content .action_prev, .modal-content .action_prev_l {
  padding-top: 0; }

@media only screen and (min-width: 20em) {
  .modal-content .action_prev, .modal-content .action_prev_l {
    float: left; } }

.contentinfo {
  height: 8.25em;
  background: #f4f6f8;
  background-image: -webkit-linear-gradient(#e9ecf2, #f4f6f8 20%, #f4f6f8 70%, #ffffff);
  background-image: linear-gradient(#e9ecf2, #f4f6f8 20%, #f4f6f8 70%, #ffffff); }

.footer_cert, .footer_nav {
  text-align: center; }

.footer_cert ul, .footer_nav ul {
  margin-bottom: 0; }

.footer_cert ul li, .footer_nav ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.footer_cert ul img, .footer_nav ul img {
  margin-bottom: 0; }

.footer_cert li {
  margin: 1.125em 0.45em 0.375em 0.45em; }

.footer_nav li {
  margin: 0.375em 0.45em; }

.footer_nav li.chatsupport {
  padding-left: 1.6875em;
  background: url("../img/ico_hlp.png?1366214755") no-repeat left center;
  background: url("../img/ico_hlp.svg?1366124715") no-repeat left center, none;
  background-size: contain; }

.footer_nav li.phone, .footer_nav li a {
  color: #93a2be; }

.footer_nav li a:hover, .footer_nav li a:focus {
  color: #28487e; }

input[type="submit"] {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

@media only screen and (min-width: 48em) {
  .med_third {
    width: 33%;
    float: left;
    padding-right: 2em; } }

@media only screen and (min-width: 48em) {
  .med_two_thirds {
    width: 67%;
    float: left; } }

.logos figure {
  padding: 2em;
  margin-bottom: 0;
  border: 1px solid #B3BDD2;
  max-width: 13.5em;
  margin-top: 2.25em;
  display: none; }
  @media only screen and (min-width: 48em) {
    .logos figure {
      display: block; } }

.logos img {
  margin-bottom: 0; }

.content {
  max-width: 58em; }

.copyright {
  padding: 1.5em 0; }

.contentinfo, .layout_footer {
  height: auto; }

@media only screen and (min-width: 20em) {
  .nav_page ul, .nav_scroll ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    .nav_page ul li, .nav_scroll ul li {
      padding: 0;
      line-height: 1;
      padding: 0 0.2em; } }

@media only screen and (max-width: 48em) {
  .nav_page ul, .nav_scroll ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav_page ul li, .nav_scroll ul li {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33%;
              flex: 1 1 33%; }
      .nav_page ul li a, .nav_scroll ul li a {
        display: block; } }

.nav_scroll {
  padding-top: 1em;
  padding-bottom: .5em;
  overflow: hidden;
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 10;
  background-color: #ffffff; }
  .nav_scroll ul {
    margin: 0;
    padding: 0;
    max-width: 58em;
    width: 90%;
    margin: 0 auto;
    overflow: hidden; }

.nav_scroll li a {
  display: block;
  background: #93a2be;
  border-radius: 4px;
  padding: 0.5em;
  text-decoration: none;
  color: #ffffff; }

.nav_scroll li.is_active a:hover {
  background: #28487e;
  color: white; }

.headroom {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
  .headroom--pinned {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1; }
  .headroom--unpinned {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
  .headroom--top {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    visibility: hidden;
    opacity: 0; }
/*# sourceMappingURL=screen.css.map */