@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/ef7c6637c68f269a882e73bcb57a7f6a.woff2) format('woff2'), url(/b00849e00f4c2331cddd8ffb44a6720b.woff) format('woff'), url(/806854d4422d0bd79e0f8c87c329a568.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/4be1a572fca40bcb2202504cb17aed91.eot);
  src: local('Roboto'), local('Roboto-Regular'), url(/479970ffb74f2117317f9d24d9e317fe.woff2) format('woff2'), url(/8681f434273fd6a267b1a16a035c5f79.svg#Roboto) format('svg'), url(/60fa3c0614b8fb2f394fa29944c21540.woff) format('woff'), url(/329ae1c377b1fb667f5be6abd50327fc.ttf) format('truetype'), url(/4be1a572fca40bcb2202504cb17aed91.eot?#iefix) format('embedded-opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/020c97dc8e0463259c2f9df929bb0c69.woff2) format('woff2'), url(/87284894879f5b1c229cb49c8ff6decc.woff) format('woff'), url(/8c608256fb0273e3a36e6b603f71f213.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/2735a3a69b509faf3577afd25bdf552e.woff2) format('woff2'), url(/adcde98f1d584de52060ad7b16373da3.woff) format('woff'), url(/96559ffb5be917f1ce9f748bf4f34732.ttf) format('truetype');
}
* {
  border-radius: 0 !important;
  outline: none !important;
}
html {
  min-height: 100%;
  background-color: #fafafa;
}
body {
  background-color: transparent;
  font-family: 'Roboto', sans-serif !important;
  color: #111;
}
a {
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-color);
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}
.loader {
  font-size: 120%;
}
.error {
  color: red;
}
.success {
  color: green;
}
.hide {
  display: none;
}
.light {
  opacity: 0.7;
  font-weight: 200;
}
.policy-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  font-size: 0.9rem;
  background-color: #111;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  color: #FFF;
  z-index: 1000;
}
.policy-notice .close {
  color: #FFF !important;
  text-decoration: none;
  border-bottom: 0 none;
}
.policy-notice .links .message {
  margin-right: 1rem;
}
.policy-notice .links a {
  margin-right: 0.5rem;
  color: inherit;
  text-decoration: underline;
}
.app-header {
  height: 6.25rem;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right -14%;
  background-size: 36rem 170%;
  background-blend-mode: luminosity;
  background-color: #FFF;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.04);
}
.app-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1536px;
}
.app-header .main-logo {
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  width: 20%;
}
.app-header .main-logo img {
  width: 254px;
}
.app-header .main-logo span {
  flex: 1;
  color: inherit;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.app-header .langs {
  list-style: none;
  margin: 0;
  font-size: 80%;
  font-weight: 300;
}
.app-header .langs a {
  color: inherit;
  opacity: 0.5;
  text-transform: uppercase;
}
.app-header .langs a:hover {
  opacity: 1;
  color: var(--primary-color);
}
.app-header .langs .active a {
  opacity: 1;
  color: var(--primary-color);
}
.jpm-app-header {
  height: 64px;
}
.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.page-header > * {
  margin: 0 !important;
}
.page-header h2 {
  font-size: 1.5rem;
  color: #555555;
}
.app-footer {
  color: #111;
  background: #FFF;
  overflow: hidden;
}
.app-footer a {
  color: #111;
}
@media (min-width: 768px) {
  .app-footer {
    padding-bottom: 3rem;
    background: linear-gradient(90deg, #FFF 50%, var(--primary-color) 50%);
  }
}
.app-footer .info-block {
  margin: 2.25rem 0;
}
.app-footer h3 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.app-footer h3 + .description {
  margin-top: -0.33em;
}
.app-footer .pane:first-child {
  position: relative;
}
.app-footer .pane:first-child:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 300%;
  height: 300%;
  left: -100%;
  bottom: -300%;
  background: var(--primary-color);
}
.app-footer .pane + .pane {
  color: #FFF;
}
.app-footer .pane + .pane a {
  color: #FFF;
}
@media (min-width: 768px) {
  .app-footer .pane {
    padding-right: 14%;
  }
  .app-footer .pane:after {
    display: none;
  }
  .app-footer .pane + .pane {
    position: relative;
    padding-left: 7%;
    padding-right: 0;
    z-index: 1;
  }
}
.app-footer .pane p {
  font-size: 0.9rem;
  font-weight: 300;
}
.app-footer .pane .form-group {
  margin-bottom: 2rem;
}
.app-footer .pane .btn {
  border: 2px solid var(--primary-color);
  background: transparent;
  color: var(--primary-color);
  min-width: 120px;
}
.app-footer .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-footer .contact-list li {
  margin-bottom: 0.75rem;
  font-weight: 300;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.app-footer .contact-list li .fa {
  font-size: 1.5rem;
  margin-right: 1rem;
  width: 1.5rem;
  text-align: center;
}
.app-footer .contact-list li span {
  margin-right: 0.5rem;
}
.app-footer .contact-list li > div {
  flex: 1;
}
.app-footer .contact-list li > div > span {
  display: block;
}
.app-footer .contact-list li.links {
  margin-top: 1.5rem;
}
.app-footer .contact-list li.links span {
  display: inline-block;
}
.app-footer .contact-list li.links a {
  margin-right: 0.5rem;
}
.app-footer .contact-list li.phone-number span {
  margin-right: 0;
}
.app-footer .contact-list li.phone-number span a {
  white-space: nowrap;
}
.page-content {
  margin-top: 3rem;
}
.page-content .nav-tabs .nav-item {
  margin-right: 0.5rem;
}
.page-content .nav-tabs .nav-link.active {
  background-color: inherit;
}
.user-menu {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.03);
  padding: 0.33rem 0;
}
.user-menu .navbar-brand {
  max-width: calc(100% - 80px);
  overflow: hidden;
}
@media (min-width: 576px) {
  .user-menu .navbar-brand {
    min-width: auto;
    overflow: visible;
  }
}
.user-menu .user-info {
  font-size: 75%;
}
.user-menu .user-info > * {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-menu .user-info .small {
  letter-spacing: -0.1px;
  margin-bottom: 0;
  opacity: 0.33;
}
.user-menu .user-info strong {
  color: var(--primary-color);
  opacity: 0.8;
}
.user-menu .navbar .nav-link {
  font-size: 0.9rem;
  font-weight: 300;
}
.user-menu .navbar .nav-link.active {
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .user-menu .nav-link {
    margin-left: 0.9em;
  }
  .user-menu .nav-link.active,
  .user-menu .nav-item.show .nav-link {
    color: var(--primary-color);
  }
}
.user-sidebar .navbar {
  padding-left: 0;
}
.user-sidebar .navbar .nav-link {
  font-size: 0.9rem;
  font-weight: 300;
}
.user-sidebar .navbar .nav-link.active {
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .user-sidebar .navbar .nav-link.active,
  .user-sidebar .navbar .nav-item.show .nav-link {
    color: var(--primary-color);
  }
}
.homepage .banner {
  padding-top: 2.5rem;
  padding-bottom: 3.25rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 61%;
  background-blend-mode: luminosity;
}
.homepage .banner .container {
  position: relative;
  z-index: 1;
}
.homepage .banner .banner-content {
  margin-top: 2rem;
  padding-right: 5%;
}
.homepage .banner .banner-content a {
  text-decoration: underline;
}
.homepage .banner .banner-content h2 {
  font-size: 2.125rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.homepage .banner .banner-content p {
  font-size: 1rem;
}
.homepage .banner .banner-image {
  display: flex;
}
@media (min-width: 768px) {
  .homepage .banner .banner-image {
    margin-top: -2rem;
    padding: 0 1rem 0 4rem;
  }
}
.homepage .banner .banner-image img {
  max-width: 100%;
}
.no-wrap {
  white-space: nowrap;
}
.switch-version .badge-pill {
  border-radius: 50px !important;
  background-color: var(--primary-color);
}
.switch-version .custom-dropdown-menu {
  width: "fit-content" !important;
  /* Force custom width */
  min-width: 0 !important;
}
.switch-version .dropdown-toggle {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.5) !important;
  border-radius: 4px !important;
  font-size: 0.9rem;
  font-weight: 300;
  border: none;
  padding: 3px 6px;
}
.switch-version .dropdown-item {
  padding: 2px;
  min-width: 60px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
}
.switch-version .dropdown-item.active,
.switch-version .dropdown-item:active {
  background-color: var(--primary-color);
}
.account-item {
  background: #FFF;
  box-shadow: 0 0 2px #DDD;
  padding: 1em;
  margin-bottom: 2em;
  border: 2px solid transparent;
}
.account-item p {
  line-break: anywhere;
}
.account-item h4 {
  font-size: 1.25rem;
  white-space: nowrap;
}
.account-item a {
  color: inherit;
  max-width: 100%;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.account-item .small {
  color: #555;
  font-size: 80%;
}
.account-item .balance {
  font-size: 1.25rem;
  font-weight: 300;
}
.account-page .account-item .small {
  font-size: 90%;
}
.account-page .account-item .balance {
  font-size: 1.5rem;
}
.account-page .actions {
  display: flex;
  margin-bottom: 1rem;
}
.account-page .actions .add-account {
  margin-left: auto;
}
.accounts-list .account-item {
  border-color: transparent;
  transition: border-color 0.33s ease;
}
.accounts-list .account-item a {
  transition: color 0.33s ease;
  color: inherit;
}
.accounts-list .account-item .small {
  min-height: 10px;
  text-transform: uppercase;
}
.accounts-list .account-item:hover {
  border: 2px solid var(--primary-color);
}
.accounts-list .account-item:hover a {
  color: var(--primary-color);
}
.prepopulate {
  width: 50%;
  background: #FFF;
  box-shadow: 0 1px 2px #DDD;
  padding: 1em;
}
.table thead th {
  white-space: nowrap;
  border-top: 0 none;
  background: transparent;
  font-weight: 400;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.table .column-width-200 {
  width: 200px;
}
.consents-table table thead th:last-child,
.consents-table table tbody td:last-child {
  width: 1%;
  text-align: center;
}
.consents-table table tbody td {
  vertical-align: middle;
  padding: 1rem;
}
.consents-table table tbody td button {
  font-weight: 300;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  margin: -0.5rem;
}
.modal-dialog.details table table tr {
  box-shadow: none;
  text-align: left;
}
.modal-dialog.details .modal-body > div > table {
  font-size: 85%;
}
.modal-dialog.details .modal-body > div > table th {
  text-transform: capitalize;
}
.modal-dialog.details .modal-body > div > table th,
.modal-dialog.details .modal-body > div > table td {
  vertical-align: middle;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
}
.modal-dialog.details .modal-body > div > table td {
  text-align: right;
  white-space: nowrap;
}
.modal-dialog.details .modal-body > div > table tr:first-child td,
.modal-dialog.details .modal-body > div > table tr:first-child th {
  border-top: 0 none;
}
.modal-dialog.details .modal-body > div > table table {
  margin-bottom: 0 !important;
  background: transparent !important;
  font-size: 80%;
  line-height: 1;
}
.modal-dialog.details .modal-body > div > table table tr {
  background: transparent !important;
}
.modal-dialog.details .modal-body > div > table table tr th {
  padding-left: 0;
}
.modal-dialog.details .modal-body > div > table table tr td {
  padding-right: 0;
}
.modal-dialog.details .modal-body > div > table table tr th,
.modal-dialog.details .modal-body > div > table table tr td {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border: 0 none;
}
.modal-dialog.details .modal-body > div > table table table th,
.modal-dialog.details .modal-body > div > table table table td {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-dialog.details.audit .modal-body {
  max-height: 70vh;
  overflow: auto;
}
.modal-dialog.details.audit .modal-body .table-responsive table tr th {
  text-transform: capitalize;
}
.modal-dialog.details.audit .modal-body .table-responsive:last-child hr {
  display: none;
}
.modal-dialog.details.audit .modal-body .table-responsive:last-child table {
  margin-bottom: 0;
}
.rjsf fieldset fieldset {
  border: 1px solid #DDD;
  padding: 0 0.5rem;
}
.rjsf .control-label {
  font-size: 0.75rem;
}
.rjsf legend,
.rjsf > .form-group > fieldset > .form-group > .control-label {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 0 0.125rem;
  margin: 0 -0.125rem 0.25rem -0.125rem;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
.rjsf .form-group > fieldset {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.rjsf > .form-group > fieldset {
  margin-top: 0;
}
.rjsf .array-item-list {
  margin: 0;
}
.rjsf .array-item-list > div {
  width: 100%;
}
.rjsf .array-item-list > div fieldset > .form-group:first-child {
  margin-top: 0.75rem;
}
.rjsf .array-item-list .array-item-toolbox {
  display: none;
}
.rjsf .array-item-list + .row {
  display: none;
}
.modal-dialog .btn {
  min-width: 120px;
  opacity: 0.8;
}
.modal-dialog .btn:hover {
  opacity: 1;
}
.modal-dialog .btn.btn-success {
  background: #FFF;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}
.modal-dialog .btn.btn-secondary {
  background: #FFF;
  color: #555;
  border: 2px solid #555;
}
.btn {
  white-space: nowrap;
}
.btn.add-btn {
  background: #FFF;
  color: var(--primary-color);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  text-transform: lowercase;
  font-weight: 400;
}
.btn.add-btn:hover,
.btn.add-btn:focus {
  color: var(--primary-color);
}
.btn.btn-danger {
  background-color: #e25c5b;
}
.form-group:last-child {
  margin-bottom: 0;
}
input:not([type=submit]) {
  background: #f5f5f5;
  border: 0 none;
}

