/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**
* Global Styles
*/
html[dir=ltr] li a {
  margin-left: 0;
}

html,
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
}

@media(min-width:1200px) {
  .container {
    width: 100%;
    max-width: 1340px;
  }
}

h2.profile-page-heading {
  font-size: 1.25rem;
  letter-spacing: 0 !important;
  font-weight: bold;
}

.error p {
  color: #cb2027;
}

.show {
  display: block;
}

.hide {
  display: none;
}

/**
* Inner Content Heading
*/
h3.page-content--heading {
  font-size: 1.25rem;
  margin: 1.5rem 0;
}

h3.page-content--heading span {
  font-weight: normal;
}

.register-heading {
  margin-bottom: 1.25rem;
}

h2.tab-title br,
h2.tab-title span#ibt4rl.textBlockLayout {
  /*font-size: 1.25rem;
  font-weight: 400;*/
  display: none;
}

/**
* Terms and Conditions & Terms of Trade page
*/
.terms-list {
  list-style-type:none;
  counter-reset: section;
}
.terms-list p{color: #000000;}
.terms-list>li {
  counter-increment: section;
}

.terms-list>li::marker {
  content: counter(section) ". ";
}

.terms-list>li>ol {
  list-style-type:none;
  counter-reset: subsection;
}

.terms-list>li>ol>li {
  counter-increment: subsection;
}

.terms-list>li>ol>li::marker {
  content: counter(section) "." counter(subsection) ". ";
}

.terms-list li {
  margin-bottom: 1.5rem;
}

.terms-list li ol li,
.terms-list li ul li {
  margin-bottom: 0.5rem;
}

/**
* Template Styles
*/
.wrapper-body {
  min-height: calc(100% - 114px);
}

body[data-sitemap-state="/"].logged-out .default-studio-template {
  background-image: url("/Customer-Portal-Background-V2.jpg");
  background-repeat: no-repeat;
  background-position: top 0% left 0%;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

body[data-sitemap-state="/"].logged-out .xrm-editable-html {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}

body[data-sitemap-state="/"].logged-out .xrm-editable-html .row {
  align-items: stretch;
  height: 100%;
}

body[data-sitemap-state="/"].logged-out .xrm-editable-html .container {
  align-items: center;
}

body[data-sitemap-state="/"].logged-out button.button1 {
  color: #0063A2;
  border: none;
  border-radius: 5px;
  background-color: #bed62f;
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 0.52rem 1.875rem;
}

body[data-sitemap-state="/"].logged-out button.button1:not(.gjs-selcted):hover,
body[data-sitemap-state="/"].logged-out button.button1:not(.gjs-selcted):active {
  color: #0063A2;
  background-color: #a6bc25;
}

.page-heading {
  background-color: #bed62f;
}

.page-header {
  margin: 0;
}

.page-header h1 {
  margin: 1.3125rem 0 0.625rem;
  color: #fefefe;
}

.page-header h1.page-header--title {
  margin: 1.3125rem 0 0.625rem;
}

.row[role=main] {
  padding-top: 1.875rem;
}

.notifications {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.9375rem 1.25rem;
}

@media screen and (min-width: 48em) {
  .notifications {
    max-width: 46.875rem;
  }
}

@media screen and (min-width: 62em) {
  .notifications {
    max-width: 60.625rem;
  }
}

@media screen and (min-width: 75em) {
  .notifications {
    max-width: 73.125rem;
  }
}

.notifications .notification {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

/**
* Header Styles
*/
.navbar {
  min-height: 0;
}

.navbar.navbar-static-top.navbar-inverse .navbar-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navbar.navbar-static-top.navbar-inverse .navbar-brand {
  height: auto !important;
  line-height: 1;
}

.navbar.navbar-static-top.navbar-inverse .navbar-brand a {
  display: inline-block;
}

.navbar.navbar-static-top.navbar-inverse .navbar-brand a img {
  height: 26px !important;
}

.navbar.navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle {
  display: none;
}

@media print,
screen and (min-width: 40em) {
  .navbar.navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle {
    display: inline;
    margin: 0;
    font-size: 1.25rem;
  }
}

.navbar.navbar-static-top .navbar-collapse .navbar-right {
  padding-top: 0;
}

/**
* Navigation Styles
*/
#navbar ul.nav>li>a:focus {
  border: none !important;
  outline: none;
}

#navbar .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  left: 0;
}

#navbar .dropdown-menu>li>a {
  padding: 0.625rem 1rem;
}

#navbar .dropdown-menu>li>a:focus {
  border: none !important;
  outline: none;
}

#navbar .dropdown-menu>li>a:hover {
  padding: 0.625rem 1rem;
  border: none;
}

#navbar .dropdown-menu .divider {
  margin: 0;
}

ul.breadcrumb {
  margin-bottom: 0;
}

ul.breadcrumb>.active {
  color: #fefefe;
  font-weight: normal;
}

.action.open .dropdown-menu {
  padding: 0;
  margin: 0;
}

.action.open .dropdown-menu>li>a {
  padding: 0.625rem 1rem;
}

.action.open .dropdown-menu>li>a:hover {
  padding: 0.625rem 1rem;
  border: none;
}

html[dir=ltr] ol.progress {
  background-color: #fefefe;
  box-shadow: inset 0 0px 6px rgba(0, 0, 0, 0.2);
}

html[dir=ltr] ol.progress.list-group {
  margin-bottom: 1.875rem;
}

html[dir=ltr] ol.progress li span.glyphicon.glyphicon-ok {
  display: inline-block;
}

.list-group-item.active {
  background-color: #0063A2;
  border-color: #0063A2;
}

.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #0063A2;
  border-color: #0063A2;
}

.list-group-item.list-group-item-success {
  background-color: #bed62f;
  border-color: #bed62f;
  color: #fefefe;
}

.list-group-item.list-group-item-success .glyphicon {
  display: none;
}

/**
* Main Content Styles
*/
.home-page--content p {
  color: #fefefe;
  text-align: center;
  margin-bottom: 1.875rem;
}

.home-page--heading {
  color: #fefefe;
  text-align: center;
  font-weight: normal;
  margin: 0 0 1.875rem;
}

div.columnBlockLayout {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}

.view-toolbar.grid-actions {
  border-bottom: none;
}

body[data-sitemap-state="/profile/:/"] .row[role=main] .col-md-4 {
  display: none;
}

@media print,
screen and (min-width: 40em) {
  body[data-sitemap-state="/profile/:/"] .actions {
    padding: 0 0 5rem;
  }
}

ol.tc-items ol {
  margin-bottom: 1rem;
}

ol.tc-items ol>li {
  margin-bottom: 1rem;
}

.tc-item--title {
  font-size: 1.5625rem;
  font-weight: bold;
  color: #0063A2;
}

/**
* Form Styles
*/
label {
  color: #444444;
}

input {
  font-size: 1rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=url] {
  border: 1px solid #707070;
  padding: 0.625rem 1rem;
  box-shadow: inset 0 0 5px rgba(10, 10, 10, 0.1);
  color: #444444;
  background-color: #f0f0f0;
  border-radius: 5px;
}

div.crmEntityFormView {
  border: none;
  color: #444444;
}

div.crmEntityFormView fieldset {
  margin-bottom: 1.25rem;
}

div.crmEntityFormView .tab-title {
  font-size: 1.875rem;
  border-bottom: none;
}

div.crmEntityFormView legend.section-title h3 {
  font-size: 1.25rem;
}

div.crmEntityFormView .cell {
  padding: 0 0 1.25rem;
}

div.crmEntityFormView .cell.form-control-cell {
  padding-right: 0.625rem;
}

div.crmEntityFormView div.description {
  margin: 0 0 1rem;
}

div.crmEntityFormView div.description.below {
  margin: 1rem 0;
}

div.crmEntityFormView div.actions {
  border-top: none;
  padding: 1.25rem 0 5rem;
  margin: 0;
}

@media print,
screen and (min-width: 40em) {
  div.crmEntityFormView div.actions .col-sm-6 {
    padding-left: 0;
  }
}

div.crmEntityFormView .form-custom-actions {
  padding: 0 0 5rem;
}

div.crmEntityFormView .form-control {
  font-size: 1rem;
  height: auto;
}

div.crmEntityFormView .form-control:focus {
  border-color: #6797C6 !important;
}

div.entitylist {
  border: none;
}

/**
* Register Form
*/
form[action="/Register"] .login-heading-section,
form[action="/Register"] .form-group:not(:last-child) {
  display: none;
}

form[action="/Register"] .form-group .col-sm-offset-2 {
  margin-left: 0;
  padding-top: 1.25rem;
}

form.localAccount input[type=text],
form.localAccount input[type=email],
form.localAccount input[type=password] {
  width: 100%;
}

/**
* Sign up form
*/
#api {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  background-color: #fefefe;
  box-shadow: 0 3px 10px -4px rgba(10, 10, 10, 0.4);
  padding: 1.875rem;
  max-width: 26.25rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  margin-left: auto;
  margin-right: auto;
}

#api h1[role=heading] {
  margin-top: 0;
}

#api .divider {
  display: none;
}

#api .create {
  margin-top: 1.25rem;
}

#api .create p {
  font-weight: bold;
}

#api .create p a {
  font-weight: normal;
}

#api .buttons #cancel {
  margin-left: 0.625rem;
}

#attributeList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#attributeList ul li .attrEntry {
  margin-bottom: 1.25rem;
}

#attributeList ul li .attrEntry a.helpLink {
  display: block;
  margin-top: 0.375rem;
  margin-left: 0.375rem;
  font-size: 0.875rem;
}

#attributeList ul li .attrEntry input[type=text],
#attributeList ul li .attrEntry input[type=email],
#attributeList ul li .attrEntry input[type=password] {
  width: 100%;
}

/**
* Account Application Form
*/
fieldset[aria-label="Billing Address"] {
  display: none;
}

fieldset[aria-label="Billing Address"].show {
  display: block;
}

/**
* Accounts Form
*/
body[data-sitemap-state="/account-application-management/account-documents/:/account-application-management/:/"] #liquid_form {
  min-height: calc(100% - 114px);
}

table[data-name="tab_3_section_declaration"] .checkbox-cell .description {
  font-size: 14px;
}

/**
* Table Styles
*/
table.table {
  border-collapse: collapse;
  border: 1px solid #c6c6c6;
}

table.table>thead {
  background-color: #e1e8ed;
}

table.table>thead>tr>th {
  font-weight: bold;
  border-bottom: none;
}

table.table>thead>tr>th a {
  font-weight: bold;
  color: #444444;
}

table.table>tbody>tr>td {
  vertical-align: middle;
  border-top: 1px solid #c6c6c6;
}

table.section[data-name=section_bankdetails] {
  table-layout: auto;
}

table.section[data-name=section_bankdetails] colgroup col {
  width: 12.5% !important;
}

table.section[data-name=section_bankdetails] colgroup col:nth-child(3n) {
  width: 62.5% !important;
}

/**
* Button Styles
*/
.dropdown button.btn-default {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 10px;
}

input[type=button],
button {
  font-size: 1.125rem;
  color: #fefefe;
  background-color: #0063A2;
  border: none;
  padding: 0.52rem 1.875rem;
  border-radius: 5px;
}

input[type=button].btn-primary,
input[type=button].btn-default,
button.btn-primary,
button.btn-default {
  font-size: 1.125rem;
  border: none;
}

input[type=button].button1,
button.button1 {
  border: none;
  min-height: 0 !important;
  min-width: 0 !important;
}

input[type=button].button1:not(.gjs-selcted):hover,
input[type=button].button1:not(.gjs-selcted):active,
button.button1:not(.gjs-selcted):hover,
button.button1:not(.gjs-selcted):active {
  background-color: #00558b;
}

input[type=button].sendNewCode,
button.sendNewCode {
  margin-left: 0.625rem;
}

input[type=button].navbar-toggle,
button.navbar-toggle {
  float: none;
  margin-left: auto;
}

.input-group-btn .btn-default {
  padding: 0.52rem 1.875rem;
}

.input-group-btn .btn-default.clearlookupfield,
.input-group-btn .btn-default.launchentitylookup {
  font-size: 1.125rem !important;
}

/**
* Footer Styles
*/
footer.footer .footer-bottom {
  background-color: #bed62f;
  padding: 1.25rem 0.9375rem !important;
  min-height: 0;
}

footer.footer .footer-bottom .smallText {
  font-size: 0.875rem;
  color: #0063A2;
  font-weight: normal;
}

footer.footer .footer-bottom .text-left {
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  footer.footer .footer-bottom .text-left {
    text-align: left;
  }
}

footer.footer .footer-bottom .col-xs-9 {
  width: 100%;
}

/**
* Modal Styles
*/
html[dir=ltr] .modal-header {
  min-height: 59px;
}

html[dir=ltr] .modal-header .form-close {
  top: auto !important;
  margin-top: -2px;
  font-size: 1.875rem;
}

.modal-lg {
  width: 100%;
  max-width: 56.25rem;
}

.modal .modal-header .modal-title {
  font-size: 1.25rem;
}

.modal .modal-header button.close {
  font-size: 1.875rem;
}

.modal .modal-footer button.btn-primary,
.modal .modal-footer button.btn-default {
  font-size: 1rem;
  border: none;
}

.modal .modal-footer button.pull-right {
  float: none !important;
}

.modal .modal-body table.table>thead>tr>th a {
  font-size: 1rem;
}